.childZoom {
    margin: 15px 0;
}
.row-5{
    margin-left: -5px;
    margin-right: -5px;
}
.childZoom .item{
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}
.childZoom.owl-carousel .owl-item img{
    width: 100% ;
}
.childZoom .owl-nav button.owl-next, .childZoom .owl-nav button.owl-prev{
    top: 45%;
    position: absolute;
}
.childZoom .item .fa-icon{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
}
.childZoom .item .fa-icon .fa{
    box-shadow: 0 0 10px;
    border-radius: 50%;
}

.pview-info{

}
.pview-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.pview-code{
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.pview-price{

}
.pview-price label{
    font-size: 20px;
}
.pview-price del, .pview-price label{
    display: block;
}
.pview-selection{
    margin: 10px 0 20px 0;
}
.pview-selection  label{
    font-size: 18px;
    display: block;
    width: 100%;
    clear: both;
}


.pview-selection .color, .req, .product-quantity{
    margin-bottom: 15px;
}
.pview-selection .color a:hover, .pview-selection .color a.active,
.req a:hover, .req a.active{
    /*border: 1.2px solid #000 !important;*/
    /*background: #000;*/
    /*color: white !important;*/
}
.pview-selection .color label, .pview-selection .color div,
.req label, .req div{
    float:left;
}

.req.size a{
    padding: 4px 0px;
    text-align: center;
    color: #3f4140;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 2;
    display: inline-block;
    border: 1px solid #e2e2e2;
}
.req.size a.active {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.req.size a:hover,.req.size a:active,.req.size a:focus{
    text-decoration: none;
}
.pview-selection .color a,
.req.color a{
    width: 55px;
    /*height: 55px;*/
    display: inline-block;
    margin-left: 10px;
    border: 2px solid #ccc;
    position: relative;
    /*overflow: hidden;*/
}
.pview-selection .color a img, .req.color a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pview-selection .color a.deactive,
.req a.deactive{
    opacity: 0.4;
    background: #dedede;
}
.pview-selection .color .fa {
    color: #000 !important;
    position: absolute;
    right: -8px;
    top: -8px;
    font-size: 23px;
    display: none;
}
.pview-selection .color a.active .fa, .req a.active .fa {
    display: block;
}
.product-selection label{
    width: 100px;
    color: #5b5b5b;
    float: left;
    font-weight: normal;
    line-height: 25px;
}
.product-selection .color label{
    width: 100%;
}
.product-selection .size label{
    line-height: 40px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.product-selection{
    padding: 10px 0;
    border-bottom: 1px solid rgba(168,168,168,0.2);
}
input#quantity{
    text-align: center;
    border: none;
    padding: 5px 0;
    float: left;
    border-left: none;
    border-right: none;
    font-weight: bold;
    width: auto;
}
.product-quantity{
    display: inline-block;
    float:left;
    margin-right: 10px;
}
.pview-ivt{
    display: inline-block;
    font-size: 18px;
}
.product-quantity span{
    float: left;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 18px;
    font-weight: bold;
    color: #3f4140;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.req a:first-child{
    margin-left: 0px !important;
}
.product-quantity span:hover{
    background-color: #ccc;
}
.purchase-product{
    margin-bottom: 10px;
    clear: both;
}
.purchase-product button, .purchase-product button:active{
    font-weight: 600;
    min-width: 320px;
    color: #fff;
    padding: 13px 15px;
    margin-bottom: 10px;
    transition: all 300ms;
    background: #000;
    border-radius: 0;
    width: 75%;
}
.purchase-product button.disabled{
    opacity: 1 !important;
}
.purchase-product button img{
    filter: brightness(0) invert(1);
    display: none !important;
}
.purchase-product button:hover,.purchase-product button:focus,.purchase-product button:active{
    color: #fff;
    outline: 0 !important;
    /*background-image: linear-gradient(#e07e00, #f56209);*/
    transition: all 300ms;
}
.purchase-product button img{
    margin-right: 5px;
}
.pview-ship{
    position: relative;
}
.pview-ship .alert{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: left;
    border: 1px dashed #bbb;
}
.pview-ship .ship-text{
    padding-left: 15px;
}
.pview-ship .alert {
    padding: 5px 10px;
    margin-bottom: 10px;
}
.pview-ship .alert a{
    color: #0b37f6;
}
.pview-ship .alert p{
    margin-bottom: 0;
}
.pview-tags{
    position: relative;
}
.pview-tags a{
    display: inline-block;
    padding: 4px 15px;
    background: #000;
    color: #fff;
    /* border-radius: 5px; */
    font-size: 13px;
    transition: all .1s;
    margin-bottom: 5px;
}
.pview-tags a:hover{
    background: #fd721a;
    color: #fff;
    transition: all 100ms;
}
.pview-anonymous{
    margin: 20px 0;
}
.pview-anonymous .nav-tabs li a{
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    text-align: center;
    border: 1px solid #d9dcdd;
    border-radius: 0;
}
.pview-anonymous .nav-tabs li{
    width: 50%;
}
.pview-anonymous .nav-tabs li.active a{
    border-color: #000;
    box-shadow: inset 0 -2px 0 #000;
    z-index: 1;
    position: relative;
    background: transparent;
    color: #555;
}
.pview-anonymous .nav-tabs li a:hover{
    position: relative;
    background: transparent;
    color: #000;
}
.pview-anonymous .tab-pane{
    padding: 20px 0 0;
    line-height: 1.5;
    font-size: 16px;
}
.pview-anonymous .tab-pane.fade{
    opacity: 1;
    -webkit-transition: opacity .05s linear;
    -o-transition: opacity .05s linear;
    transition: opacity .05s linear;
}
.pview-anonymous .tab-pane table, .pview-anonymous .tab-pane img, .pview-anonymous .tab-pane p,
.pview-anonymous .tab-pane b, .pview-anonymous .tab-pane strong, .pview-anonymous .tab-pane iframe,
.pview-anonymous .tab-pane div{
    max-width: 100% !important;
}
.pview-anonymous .tab-pane img{
    height: auto !important;
}
.pview-anonymous .tab-pane.hasClose{
    max-height: 394px;
    overflow: hidden;
}
.pview-anonymous .tab-pane.hasClose .btn-primary {
    background: #000;
    border-color: #000;
    border-radius: 0;
}
.pview-anonymous .tab-pane div[rel="hasOpen"]{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-image: linear-gradient(#ffffff80,white);
    padding-top: 15px;
}
.pview-products .anonymous-awe{
    margin-bottom: 15px;
}
.awe-title{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pview-policy{
    display: inline-flex;
    width: 100%;
    margin-bottom: 15px;
}
.pview-policy .item{
    display: inline-block;
    padding: 15px 5px;
    text-align: center;
    background: #cec9c5;
    font-weight: 700;
    width: 33.3%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.pview-policy .item img{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    max-height: 30px;
}
.pview-policy .item span{
    display: inline-block;
    width: 100%;
    clear: both;
}
.pview-policy .item:nth-child(2){
    border-left: 1px solid #9e9e9e;
    border-right: 1px solid #9e9e9e
}

/*----------- form_quickorder -----------*/
.form_quickorder{
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.form_quickorder input[type="text"]{
    border: 1px solid #3f4140;
    padding: 7px;
    width: 50%;
}
.form_quickorder button{
    border: 1px solid #C38F56;
    padding: 7px 20px;
    background: #C38F56;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
.form_quickorder input[type="text"]{
    border-radius: 5px;
}
.form_quickorder button:hover{
    background: #3f4140;
    border-color: #3f4140;
}
#mss_alret{
    border: 1px dashed #f88d81;
    color: #f06455;
    padding:10px 15px;
    margin-bottom: 15px;
    clear: both;
    display: none;
}
.col-img-view .badge-discount{
    right: 15px;
    z-index: 10;
}



@media (max-width: 768px){
    .form_quickorder input[type="text"]{
        float: left;
    }
    .form_quickorder button{
        width: 49%;
        float: right;
        font-size: 12px;
        padding: 9px 5px;

    }
}
/*----------- End form_quickorder -----------*/
.main_details {
    color: #000;
    margin-bottom: 15px;
}
.main_details .item {
    margin: 5px 0;
}
.main_details .item p {
    font-size: .8em;
    color: #000;
}
.main_details .item b, .main_details .item a {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
}
.main_details .deliver-top-support p:nth-child(2):before, .main_details .deliver-top-on p:before, .main_details .deliver-top-policy p:before, .main_details .deliver-top-payment p:before {
    content: "";
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 0;
    transition: all .2s;
}
.main_details .deliver-top-on p:before {
    background: rgba(0,0,0,0) url(../img/icons-detail.png) no-repeat scroll -31px -2px;
}
.main_details .deliver-top-payment p:before {
    background: rgba(0,0,0,0) url(../img/icons-detail.png) no-repeat scroll -88px -2px;
}
.main_details .deliver-top-policy p:before {
    background: rgba(0,0,0,0) url(../img/icons-detail.png) no-repeat scroll -57px -2px;
}

.pright-fixed {
    position: fixed;
    width: 500px;
    top: 95px;
}

.pright-scroll-end {
    position: absolute;
    bottom: 0;
    width: auto;
}

.back-head{
    position: relative;
}
.back-head .gl-back-icon{
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    z-index: 1;
    filter: brightness(0) invert(1);
    cursor: pointer;
}
.back-head .back-home{
    position: absolute;
    right: 8px;
    top: 8px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
    font-size: 24px;
}


/*===================== Media ========================*/
@media (min-width: 1200px){
    .childZoom img{
        min-height: 108px !important;
        max-height: 115px !important;
    }
    .childZoom .owl-nav button.owl-next, .childZoom .owl-nav button.owl-prev{
        top: 15%;
    }
}
@media (min-width: 992px) {
    .history-list .product-item {
        min-height: 450px;
    }
}
@media (max-width: 991px) {
    .footer-mobile{
        margin-bottom: 40px;
    }
}
