.lbanner-pp {
    /* padding: 11% 0 !important; */
}

.lbanner-box {
    display: none !important;
}



/*product photos*/
.product-intro {
    position: relative;
    justify-content: unset !important;
    align-items: flex-start;
    overflow: hidden;
}

.image-additional_wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view .swiper-slide {
    padding-bottom: 1px;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product_main::after,
.product_main .layout::after,
.product_main .layout .product-intro::after {
    content: unset !important;
}

.product-view {
    position: relative;
    width: 40%;
}

.product-view .product-image {
    position: relative;
    border: 1px solid #ddd;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    background: #FFF;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.image-additional_wrap .image-additional {
    position: relative;
    margin: 20px 0;
    overflow: hidden;
}

.image-additional_wrap .image-additional li {
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 25%;
    border: 1px solid #c0c0c0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.image-additional_wrap .image-additional li.single {
    display: none;
}

.image-additional_wrap .image-additional li img {
    background: #FFF;
    display: block;
    margin: 0 auto;
    padding: 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.image-additional_wrap .image-additional li a {
    display: block;
}

.image-additional_wrap .image-additional li.current {
    border: 2px solid #000;
}

.image-additional_wrap .image-additional img.popup {
    display: none;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #ff6f00;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

.image-additional_wrap .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.image-additional_wrap .swiper-button-next,
.image-additional_wrap .swiper-button-prev {
    background: #222;
    color: #FFFFFF;
    width: auto;
    height: 50px;
    margin-top: -25px;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
}




.image-additional_wrap .swiper-button-prev:not(.swiper-button-disabled):hover,
.image-additional_wrap .swiper-button-next:not(.swiper-button-disabled):hover {
    background-color: var(--dominant-color);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 16px !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 16px !important;
}

/*product summary*/
.image-additional_wrap {
    position: relative;
    padding: 0 0 10px;
    color: #666;
    font-size: 13px;
}

.image-additional_wrap .product_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 45px;
    color: #000000;
}

.image-additional_wrap .product-desc {
    font-family: 'ArialMT';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
}

.details_btn {
    justify-content: flex-start !important;
    margin-top: 60px;
}

.detail_btn1 {
    display: inline-block;
    padding: 10px 20px;
    max-width: 230px;
    border: 2px solid var(--dominant-color);
    background-color: var(--dominant-color);
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #F6F6F6;
    line-height: 1.5;
    margin-right: 30px;
    text-transform: capitalize;
}

.detail_btn2 {
    display: flex;
    align-items: center;
    max-width: 230px;
    padding: 10px 20px;
    border: 2px solid var(--dominant-color);
    background-color: var(--dominant-color);
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 18px;
    color: #F6F6F6;
    line-height: 1.5;
}

.detail_btn2 b {
    display: inline-block;
    background-image: url(../img/down_btn_hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 23px;
    margin-right: 10px;
}

.detail_btn1:hover {
    background-color: transparent;
    color: var(--dominant-color);
}

.detail_btn2:hover {
    background-color: transparent;
    color: var(--dominant-color);
}

.detail_btn2:hover b {
    background-image: url(../img/down_btn.png);
}

.product_details {
    margin-top: 7%;
}

.product_details .details_item {
    justify-content: space-between !important;
    align-items: center;

}

.product_details .details_item .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 39%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.product_details .details_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product_details .details_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_details .details_item:nth-child(odd) .item_img {
    width: 47%;
    max-width: 689px;
    order: 1;

}

.product_details .details_item:nth-child(odd) .item_info {
    width: 45%;
    order: 2;
    padding-right: 4%;
}

.product_details .details_item:nth-child(even) .item_img {
    width: 47%;
    max-width: 689px;
    order: 2;

}


.product_details .details_item:nth-child(even) .item_info {
    width: 45%;
    order: 1;
    padding-left: 4%;
}

.product_details .details_item:nth-child(even) {
    margin-top: -5%;
}

.product_details .details_item .item_info .item_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 45px;
    color: #000000;
}


.product_details .details_item .item_info .item_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.product_details .details_bottom {
    margin-top: 4%;
}

.product_details .details_bottom .details_title {
    font-family: 'Arial-BoldMT';
    font-weight: 400;
    font-size: 45px;
    color: #000000;
    text-align: center;
    position: relative;
}

.product_details .details_bottom .details_title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -23px;
    width: 46px;
    height: 3px;
    background: #000000;
}

.product_details .details_bottom .details_desc {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    max-width: 1280px;
    /* text-align: center; */
    margin: 30px auto;
}

.product_details .details_bottom .details_img {
    justify-content: space-between;
    align-content: flex-start;
}

.product_details .details_bottom .details_img .img_box {
    width: 49%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 64%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.product_details .details_bottom .details_img .img_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product_details .details_bottom .details_img .img_box:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width:950px) {
    .product-image {
        display: none;
    }

    table {
        width: unset !important;
        table-layout: unset;
        margin-top: 20px;
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        border: 0;
    }

    .details_btn {
        margin-top: 30px;
    }

    .image-additional_wrap .image-additional li {
        padding-bottom: 100%;
    }

    .product-summary {
        order: 2;
    }

    .product-summary,
    .product-view {
        width: 100%;
    }

    .product-intro {
        width: 100%;
        flex-wrap: wrap;
    }

    .image-additional_wrap {
        width: 100%;
        margin-right: 0;
    }

    .image-additional_wrap .swiper-button-prev,
    .image-additional_wrap .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .image-additional_wrap .swiper-button-next,
    .image-additional_wrap .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }

    .image-additional_wrap {
        margin-left: 0;
    }



    .image-additional_wrap .image-additional li img {
        max-width: none;
    }

    .image-additional_wrap .product_title {
        font-size: 30px;
        line-height: 40px;
    }

    .product_details .details_bottom .details_title {
        font-size: 30px;
        line-height: 40px;
    }

    @media (max-width:480px) {
        .image-additional_wrap {
            margin-left: 0 !important;
        }

        .details_btn {
            width: 100%;
            flex-direction: column;
            align-items: flex-start;
        }

        .detail_btn1 {
            width: 100%;
            margin-bottom: 20px;
            margin-right: 0;
            max-width: none;
            text-align: center;
        }

        .detail_btn2 {
            max-width: none;
            width: 100%;
            justify-content: center;
        }
    }

    .product_details .details_item {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .product_details .details_item .item_img {
        width: 100% !important;
        order: 1 !important;
        max-width: none !important;
        padding-bottom: 83%;
    }

    .product_details .details_item .item_info {
        width: 100% !important;
        order: 2 !important;
    }

    .product_details .details_item:nth-child(even) {
        margin-top: 0;
    }

    .product_details .details_item .item_info .item_title {
        font-size: 30px;
        line-height: 40px;
        margin: 20px 0;
    }
}

.details_desc img {
    max-width: 600px !important;
    height: auto !important;
}


.details_desc .table_wrap {
    /* overflow-x: scroll; */
    width: 100% !important;
}

.details_desc .sliderTable {
    max-width: 100% !important;
}

.details_desc .table_wrap table,
.details_desc table {
    width: 100% !important;
}

.details_desc {
    padding: 15px 0;
}

.details_desc {
    color: #666;
}

.details_desc a {
    color: #0030FF;
}

.details_desc p {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.8;
}

.details_desc table {
    margin-bottom: 20px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.details_desc th,
.details_desc td {
    padding: 0 15px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    color: #666;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

.details_desc th {
    background: #eee;
    font-size: 12px;
}

.details_desc td p,
.details_desc th p,
.pd-panel .details_desc td p,
.pd-panel .details_desc th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

.details_desc td.amts {
    color: #cb2027;
}

.details_desc th#cartDelete {
    text-align: center;
}

.details_desc .button {
    margin: 15px 10px 0 0;
    padding: 8px 15px;
    border: 0;
    background: #dfdfdf;
    color: #777;
    text-transform: Capitalize;
    font-weight: bold;
    line-height: 1.2;
    cursor: pointer;
}

.details_desc .button:hover {
    background: #cb2027;
    color: #fff;
}

.details_desc .deletecartitem {
    width: 50px;
    text-align: center;
}

.details_desc .deletecartitem label {
    display: none;
}

.details_desc .stotal td.amts {
    font-weight: bold;
    font-size: 18px;
}

.details_desc img.alignleft {
    float: left;
    margin: 20px 15px 0 0;
}

.details_desc img.alignright {
    float: right;
    margin: 20px 0 0 15px;
}

.details_desc img.alignleftnopad {
    float: left;
    margin-left: 0;
}

.details_desc img.alignrightnopad {
    float: right;
    margin-right: 0;
}

.details_desc img.aligncenter {
    display: block;
    margin: 20px auto 0 auto;
    text-align: center;
}

.details_desc .prodDesc img {
    max-width: 100%;
    width: 100%;
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

.details_desc .table_wrap {
    position: relative;
    display: block;
    overflow-x: auto;
}

.details_desc table {
    position: relative;
    margin-bottom: 0 !important;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.details_desc table th,
.details_desc table td {
    padding: 0 15px;
    height: 30px;
    border: 1px solid #ccc;
    background: #fbfbfb;
    color: #666;
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
}

.details_desc table th {
    background: #eee;
    font-size: 12px;
}

.details_desc table td p,
.details_desc table th p,
table td p,
table th p {
    margin: 0;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

.details_desc table td.amts {
    color: #cb2027;
}

.details_desc table th#cartDelete {
    text-align: center;
}

.clearboth::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.article_pro_main .aside {
    float: left
}

.article_pro_main .pro_right {
    float: right;
    width: calc(100% - 344px - 60px)
}

@media (max-width:950px) {
    .details_desc img {
        max-width: 100% !important;
    }

    .article_pro_main .pro_right {
        width: 100%;
    }
}