﻿    
@media only screen and (min-width: 768px) {
    ul.lSGallery{
        height:100% !important;
    }    
    .lSPager {
        margin: 0 5px 0 0 !important;
        position: absolute;
        left: 0;
        top: 0;
        width: 60px !important;
    }

    .lSSlideOuter {
        padding: 0 0 0 75px !important;
    }

    .lSSlideWrapper {
        border: 1px solid #ccc;
    }

    .lSSlideOuter .lSPager.lSGallery li {
        border: 1px solid #ccc;
    }

    .lSSlideOuter .lSPager.lSGallery a {
        position: relative;
        display: block;
        /*width: 100%;
        height: 100%;*/
    }

    .thumbnail-fit-center {
        width: 100%;       
        /*height: auto !important;*/
        object-fit: scale-down;
    }

     .lSSlideOuter .lSPager.lSGallery img {
        width: 100% !important;
        height: 100%;
        object-fit: scale-down;
    }

    .form-control.dimension {
        width: 100%;
        text-align:center;
    }
    .measure_unit{
        margin-left:20px;
    } 
       
     #txtHiddenQuantity{
        width: 31.5% !important; 
        text-align: center;
    }
}
 
ul.lSGallery{
    height:100% !important;
}


#slider{
    
}

.slider.slider-horizontal {
        width: 100% !important;
        height: 20px;
        margin-top:10px;
} 

.dimension {
    display: flex;
}

.percen-value {
    line-height: 40px; 
    margin-left: 10px;
}


#quantityWrapper .input-group-btn button {
    width: 40px;
    height: 40px;
}

#quantityWrapper .input-group {
    width: 40%;
    min-width: 150px;
}

#ScalePercentage {
    padding: 0;
}

.modal-dialog.modal-md {
    width: 70vw !important;
}

.interested_star {
    margin-left: 15px;
    background-color:#D2CECB;
    border-radius: 50%;
    min-width: 34px;
    min-height: 34px;
    position: relative;
    margin-bottom:15px;
    margin-right:15px;
}

.short-description-body 
{
    display:flex;
}

.interested_star:before {
    bottom: -7px;
    position: relative;
    font-size: 25px;
    left: 4px;
    cursor: pointer;
}

.design_name {
    font-weight: 500;
    font-size: 25px !important;
}

.design_price {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#finalPriceSection{
    margin-top:10px;
}

.threed-renderer canvas{
    width:100% !important;
    height:100% !important;
}

button.btn-view-full{
    background-color: white;
    color: black;
    font-size: 18px;
    font-weight: 700;
    border: solid 2px #d2cecb;
    margin:15px;
}

div.view-full-section{
    text-align:center;
}

div.os-scrollbar-vertical{
    opacity:0.5;
}

div.os-scrollbar-vertical:hover{
    opacity:1;
}

span.glyphicon-heart{
    color:red;
}

.padding-left{
    padding-left:15px;
}

.measure_unit {
    cursor: pointer;
    border-bottom: 1px dotted #3d3d3d;
    padding-top: 7px !important;  
}

.dimension-lable {
    padding-top: 7px !important;
    margin: 0 5.5% 0 5%;
}

.scale-value {
    display:flex;
}

#inputDimensionX {
    width: 20% !important;
    text-align:center;
}
#inputDimensionY {
    width: 20% !important;
    text-align:center;
}
#inputDimensionZ {
    width: 20% !important;
    text-align:center;
}
.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    border-bottom: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .lSSlideWrapper {
        height: 400px;
        width: 97%;
    }

    #quantityWrapper, #finalPriceSection {
        width: 50%;
    }

    .dimension input{
        width: 100% !important;
    }

    .div_view_form .col-sm-5{
        padding-left:0px;
        padding-right:0px;
    }

    .design_name{
        margin-top:10px;
    }

    .modal-dialog.modal-lg{
        width:90% !important;
    }

    .container{
        padding-left:5px;
        padding-right:5px;
    }

    #txtHiddenQuantity{
        width: 50% !important; 
        text-align: center;
    }

    .measure_unit{
        margin-left:5px !important;
    }  

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    ul.lSGallery {
        max-height: 105px;
    }

    ul#imageGallery{
  	    height:100% !important;
      }   

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       /* IE10+ CSS */
        #txtHiddenQuantity {
            width: 57% !important; 
            text-align: center;
        }     
    }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    #finalPriceSection{
        text-align:center;
    }

    .dimension input{
        width: 100% !important;
    }

    #txtHiddenQuantity {
        width: 50% !important; 
        text-align: center;
    }

    .measure_unit{
        margin-left:5px !important;
    }  

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       /* IE10+ CSS */
        #txtHiddenQuantity {
            width: 57% !important; 
            text-align: center;
        }     
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .dimension input{
        width: 100%;
    }
    
    #finalPriceSection{
        text-align:center;
    }

    #txtHiddenQuantity {
        width: 50% !important; 
        text-align: center;
    }

    .measure_unit{
        margin-left:5px !important;
    }  

    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       /* IE10+ CSS */
        #txtHiddenQuantity {
            width: 57% !important; 
            text-align: center;
           
        }             
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /*.dimension span {
        width: 26%; 
        display: inline-flex;
    }

    .dimension span input{
        width: 90%;
    }*/

    .measure_unit{
        padding-top: 10px;
    }
}

 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
       /* IE10+ CSS */
        #txtHiddenQuantity {
            width: 32.5% !important; 
            text-align: center;
        }

        .dimension {
            display: flex !important;
        }  

        .dimension input{
            width:27% !important;                  
        }
        #inputDimensionX {
            width: 27% !important;
            text-align:center;
        }
        #inputDimensionY {
            width: 27% !important;
            text-align:center;
        }
        #inputDimensionZ {
            width: 27% !important;
            text-align:center;
        }
 }

 @supports (-ms-ime-align:auto) {
    /* Edge CSS */
     #txtHiddenQuantity {
        width: 33.5% !important; 
        text-align: center;
    }
}

.check-box-public {
      display: inline-block !important;
      float: left !important;
      margin-top: 1.5% !important;
}

 @-moz-document url-prefix() {
     /* Firefox CSS */
  .check-box-public {
      display: inline-block !important;
      float: left !important;
      margin-top: 1.5% !important;
  }
}

.msg-box-calculate {
    /*width: auto; text-align :center;  padding-left: 5%;display: inline-flex;*/
    /*font-size:12px;*/
    color:#3498db;
}