.product-gallery__thumb.slick-current{
    border-color: #808284;
}
.colorPicker .select-swap .swatch-element{
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
}
.colorPicker .select-swap .swatch-element .imageColor{
    display: inline-block;
    width: 35px;
    height: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.colorPicker .select-swap .swatch-element .nameColor{
    font-size: 12px;
    color: #000;
    padding: 0 10px;
}
.select-swap .swatch-element.active:after{
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/tp/T0361/img/select-pro.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.sizePicker .swatch-element span{
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 500;
    display: block;
    padding: 10px 15px;
}
.sizePicker .swatch-element.deactive{
    opacity: 0.6;
}
.sizePicker .swatch-element.deactive:after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/tp/T0361/img/soldout.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.ui-widget-content{
    background: #fff;
}
.product-price span.pro-price .oldPrice{
    font-size: 14px;
    color: #777a7b;
    padding-left: 10px;
    font-weight: 500;
    text-decoration: line-through;
}
.product-price span.pro-price .discountPercent{
    display: none;
}
.inventory-store .icon.active i:before{
    content: "\f102";
}

.gallery-view.show {
    display: block;
}

.gallery-view {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    padding-bottom: 40px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.gallery-close-btn {
    position: absolute;
    z-index: 1000;
    border: 2px solid #333;
    top: 15px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.gallery-close-btn i {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}
.gallery-close-btn i:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    left: 20%;
    top: calc(50% - 3px);
    z-index: 1001;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gallery-close-btn i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    right: 30%;
    top: calc(50% - 3px);
    z-index: 1001;
    display: block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.big-img-gallery {
    text-align: center;
}

.gallery-view .big-img-gallery .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px!important;
}
.gallery-view .big-img-gallery .owl-dots{
    margin-top: 10px;
}
.gallery-view .big-img-gallery .owl-dots button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: .25;
}
.gallery-view .big-img-gallery .owl-dots button.active {
    opacity: 1;
}
.big-img-gallery .owl-nav button.owl-prev {
    left: 0;
}

.big-img-gallery .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel.big-img-gallery .owl-item img{
    width: auto;
}
.small-img-gallery {
    display: flex;
    margin: auto;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.big-img-gallery .owl-controls .owl-buttons .owl-next{
    position: absolute;
    top: 50%;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 0;
    background: none;
    color: #000;
    opacity: 1;
}
.big-img-gallery .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    top: 50%;
    font-size: 35px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 0;
    background: none;
    color: #000;
    opacity: 1;
}
.product-zoomOut{
    display: inline-block;
    cursor: pointer;
    margin-top: 5px;
}
.modal .modal-dialog{
    max-width: unset;
}
.modal .modal-header{
    display: block;
}
.modal .modal-header .close{
    margin: -23px 0 0 0;
    padding: 0;
    opacity: .2;
    font-size: 60px !important;
    height: 50px;
    width: 40px;
    position: relative;
    right: -8px;
    outline: none;
}
.modal .modal-title{
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.productSuggest.owl-carousel .owl-nav button.disabled{
    opacity: .35;
}
.productSuggest.owl-carousel .owl-nav button.owl-next{
    font-size: 35px;
    right: -15px;
}
.productSuggest.owl-carousel .owl-nav button.owl-prev{
    font-size: 35px;
    left: -15px;
}
footer {
    padding-bottom: 60px!important;
}

@media (min-width: 1600px) {
    .big-img-gallery img {
        min-height: 700px;
        margin: auto;
    }
}
@media(min-width: 1024px) and (max-width: 1299px) {
    .big-img-gallery img {
        height: 570px;
        margin: auto;
    }
}
@media(min-width: 1501px) and (max-width: 1599px) {
    .big-img-gallery img {
        height: 620px;
        margin: auto;
    }
}
@media(min-width: 1300px) and (max-width: 1500px) {
    .big-img-gallery img {
        height: 570px;
        margin: auto;
    }
}


@media (min-width: 1200px) {

}
@media (max-width: 768px) {
    .product-gallery{
        flex-wrap: wrap;
    }
    .product-gallery .product-gallery__thumbs-container{
        width: 100%;
        margin: 0;
        order: 2;
        padding: 0 10px;
    }
    .product-gallery .product-gallery__thumbs-container .product-gallery__thumbs{
        position: relative;
        top: 0;
    }
    .product-gallery .box__product-gallery{
        width: 100%;
    }
    .box__product-gallery.product-image-detail{
        min-height: auto;
        padding: 0 15px;
    }
    .product-gallery__thumbs .product-gallery__thumb{
        border: none;
        padding: 0 5px;
    }
    .product-detail-wrapper .noPadding{
        padding: 0;
    }
    .info-des-product{
        margin: 0 0 30px;
    }
    .product-gallery__thumbs .slick-prev{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: black;
        font-size: 31px;
        height: 34px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 7px 14px 9px;
        z-index: 99;
        left: 0;
        border: none;
    }
    .product-gallery__thumbs .slick-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: black;
        font-size: 31px;
        height: 34px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 7px 14px 9px;
        z-index: 99;
        right: 0;
        border: none;
    }
}
.product-tags{
    margin-bottom: 20px;
}
