/* MODAL PRODUCTS DETAIL */
.products-detail{
    opacity: 1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(180,180,180,0.97);
    z-index: 1500;
    padding: 50px;
    display: none;
    overflow-y: auto;
    letter-spacing: 1px;
}

.products-detail.show{
    margin-top: 0px;
}

.products-detail div[class*="col-md"]{
    padding-left: 0px;
    padding-right: 0px;
}

.products-detail i.close{
    font-size: 76px;
    position: fixed;
    right: 25px;
    top: -5px;
    cursor: pointer;
}

.products-detail .modal-body{
    padding-bottom: 50px;
}

.products-detail .frame{
    padding-right: 5px;
}

.products-detail .galery > div{
    width: 10500px;
}

.products-detail .galery > div > div{
    padding-right: 0px;
    padding-top: 0px;
    margin-right: 10px;
    margin-top: 10px;
}

.products-detail .galery div img{
    border: 0px solid transparent;
    cursor: pointer;
}

.products-detail .galery div img:hover{
    border: 0px solid rgba(0,0,0,1);
}

.products-detail ul li i{
    width: 42px;
    padding: 8px;
    text-align: center;
}

.products-detail ul li span{
    font-weight: 700;
}

.products-detail ul li p{
    margin: 0 0 1px 46px;
}

.products-detail ul li.price{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
}

.products-detail ul li.price span{
    font-size: 28px;
}

.products-detail .accessories{
    margin-bottom: 10px;
    margin-top: 10px;
}

.products-detail .accessories li{
    width: 48.333%;
    padding-left: 51px;
}

.products-detail .buttons{
    -webkit-transform: translateZ(0);
    position: fixed;
    bottom: 0;
    right: 0px;
    left: 0;
    background: rgba(210,210,210,1);
    padding: 10px;
}

.products-detail .buttons .btn-primary{
    background: rgba(33,61,120,1);
    border: 1px solid rgba(33,61,120,1);
    color: #FFFFFF;
}

.products-detail .buttons .propose-form{
    position: fixed;
    right: 29.333%;
    bottom: 54px;
    background: rgba(210,210,210,0.8);
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    display: none;
}

.products-detail .buttons .propose-form textarea.form-control{
    height: 125px;
    resize: none;
    padding-top: 5px;
}

.products-detail h1{
    text-align: center;
    color: rgba(255,242,0,1);
    margin-top: 0;
}

.modal-body i:not(.presentation-loading):not(.loading){
    background: transparent none repeat scroll 0 0;
    color: #000000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.modal-body i:hover {
    background: rgba(110, 110, 110, 1) none repeat scroll 0 0;
}

.modal-body .presentation{
    height: 425px;
    overflow: hidden;
    text-align: center;
    background: #999999;
}

.modal-body .presentation img{
    height: 105%;
    max-width: none;
}

.modal-body .presentation.presentation-lg img{
    width: 100%;
}

.modal-body .presentation .presentation-loading{
    color: rgba(255,242,0,1);
    display: none;
    position: absolute;
    left: 48.333%;
    top: 53.333%;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.modal-body .thumb{
    height: 101px;
    overflow: hidden;
    position: absolute;
    width: 81.333%;
}

.modal-body .thumb .mini{
    width: 115px;
    float: left;
    height: 91px;
    overflow: hidden;
    text-align: center;
    background: #999999;
    opacity: 0.8;
    transition: all 0.3s ease-in-out;
}

.modal-body .thumb .mini.active{
    border: 1px solid rgba(255,242,0,1);
    opacity: 1;
}

.modal-body .thumb img{
    width: auto;
    height: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.modal-body .info{
    min-height: 462px;
}

.modal-body .info h5{
    font-size: 14px;
    font-family: 'TruenoBd', 'Arial', 'sans-serif';
    margin-top: 25px;
}

.modal-body .info .description{
    margin-top: 25px;
}

.modal-body .info ul{
    list-style: none !important;
    padding-left: 0px !important;
}

.modal-body .tools{
    bottom: -21%;
    position: absolute;
    right: 2%;
}

.close-modal {
    background-color: transparent;
    cursor: pointer;
    height: 50px;
    width: 75px;
    transition: all 1.5s ease-in-out;
    position: fixed;
    right: 25px;
    top: 5px;
    -webkit-transform: translateZ(0);
}

.close-modal .lr {
    background-color: #333;
    height: 50px;
    margin-left: 55px;
    transform: rotate(45deg);
    width: 1px;
    z-index: 1051;
    transition: all 1.5s ease-in-out;
}

.close-modal .lr .rl {
    background-color: #333;
    height: 50px;
    transform: rotate(90deg);
    width: 1px;
    z-index: 1052;
    transition: all 1.5s ease-in-out;
}

.prev-modal, .next-modal{
    cursor: pointer;
    height: 80%;
    padding-top: 17.333%;
    position: fixed;
    top: 7.333%;
    width: 50px;
    z-index: 1500;
    -webkit-transform: translateZ(0);

}

.tools .prev-modal,
.tools .next-modal{
    cursor: pointer;
    height: 50px;
    padding-top: 17.333%;
    position: relative;
    top: 7.333%;
    width: 50px;
    z-index: 1500;
    -webkit-transform: translateZ(0);
}

.tools .next-modal{
    padding: 0px;
}

.prev-modal{
    left: 2%;
}

.next-modal{
    right: 2%;
}

.prev-modal .lr,
.next-modal .lr,
.prev-modal .rl,
.next-modal .rl{
    background-color: #333;
    height: 40px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 1px;
    z-index: 1052;
}

.tools .prev-modal .lr,
.tools .next-modal .lr,
.tools .prev-modal .rl,
.tools .next-modal .rl{
    background-color: #FFFFFF;
    height: 25px;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 1px;
    z-index: 1501;
}

.next-modal .lr, .next-modal .rl{
    margin-left: 34px;
}

.tools .next-modal .lr,
.tools .next-modal .rl {
    margin-left: 20px;
}

.next-modal .lr{
    transform: rotate(45deg);
}

.next-modal .rl{
    transform: rotate(135deg);
}

.prev-modal:hover .rl,
.next-modal:hover .rl,
.prev-modal:hover .lr,
.next-modal:hover .lr{
    background-color: rgba(0,0,0,0.3);
}

.prev-modal .lr, .prev-modal .rl{
    margin-left: 14px;
}

.prev-modal .lr{
    margin-top: 28px;
}
.next-modal .lr{
    margin-top: 27px;
}

.tools .prev-modal .lr{
    margin-top: 16px;
}
.tools .next-modal .lr{
    margin-top: 18px;
}


.prev-modal .lr{
    transform: rotate(135deg);
}

.prev-modal .rl{
    transform: rotate(45deg);
}

.loading{
    position: fixed;
    z-index: 1501;
    background: transparent;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 25.333%;
    display: none;
    color: rgba(255,242,0,1);
    text-align: center;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

.loading i{
    color: rgba(255,242,0,1);
}