.out-of-stock {
    font-size: 13px;
    right: 50%;
    transform: translateX(50%);
    background: rgba(255, 255, 255, 0.3);
    padding: 3px 9px;
}
.pview-code{
    display: none;
}
.wrap-logo img{
    max-height: 60px;
    width: auto;
}
#nav .main-nav>ul>li>a{
    padding: 24px 0;
}
.searchFormHeader{
    margin: 15px 0 0;
}
.swatch .attr-size .swatch-element label.deactive:before{
    content: "";
    width: 50px;
    height: 0;
    border-bottom: 2px dashed grey;
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    transform-origin: left;
}
.swatch .attr-size .swatch-element label.deactive:after{
    content: "";
    width: 50px;
    height: 0;
    border-bottom: 2px dashed grey;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    transform-origin: right;
}

.product-size-cus {
    text-align: center;
    min-height: 41px;
    margin: 10px 0 0;
}

.product-size-cus a {
    display: inline-block;
    border: 1px solid #e4e4e4;
    padding: 5px;
    text-align: center;

    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #fff;
    margin: 5px;
    min-width: 30px;
}

.layered_subtitle.dropdown-filter.price-filter,
.filter-price.s-filter,
.layered_subtitle.dropdown-filter.layer-title-price {
    display: none;
}
.goodsli-discount {
    position: absolute;
    z-index: 1;
    background: red;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 45px;
    text-align: center;
    font-weight: 600;
    right: 15px;
    top: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 0.25rem;
    border-radius: 0;
    margin: 0;
}

.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container {
    padding-bottom: 25px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
}

.fancybox-placeholder, .fancybox-slide {
    z-index: -1;
}

.bnCategoryImg {
    display: none;
}
.frameSale{
    min-height: 50px;
}
@media (min-width: 1100px) {
    .product-block:not(.recommend-block){
        height: 450px;
    }
}
@media (min-width: 1100px) {
    .product-block:not(.recommend-block){
        height: 450px;
    }
}
@media (min-width: 1800px) and (max-width: 2300px) {
    .pro-loop .product-img {
        max-height: 400px;
    }
    .product-block:not(.recommend-block) {
        height: 540px;
    }
}
@media (min-width: 2390px) {
    .pro-loop .product-img {
        max-height: 500px;
    }
    .product-block:not(.recommend-block) {
        height: 700px;
    }
}
@media (min-width: 1025px) {
    .pro-loop .product-img {
        max-height: 400px;
    }
}
@media (min-width: 992px) {
    .wrap-p-img {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .p-img-item {
        width: 49.5%;
        margin-bottom: 1%;
    }

    .p-img-items:nth-child(odd) {
        margin-right: 0.5%;
    }

    .p-img-items:nth-child(even) {
        margin-left: 0.5%;
    }
}