.product-intro .web_th .title,
.buy_introduct .web_th .title {
    text-transform: uppercase;
}


/*product photos*/
.product-intro {
    position: relative;
    justify-content: space-between;
    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-view {
    position: relative;
    width: 37.6%;
}

.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: cover;
}

.product-view .image-additional {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 8px;
    width: 33%;
    box-sizing: border-box;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    background: #FFF;
    display: block;
    margin: 0 auto;
    border: 1px solid #c0c0c0;
    padding: 1px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.product-view .image-additional li a {
    display: block;
    position: relative;
}

.product-view .image-additional li>a {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-view .image-additional li.current img {
    border: 2px solid #000;
    padding: 0;
}

.product-view .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;
}

.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets {
    display: none;
}

.product-view .swiper-button-next,
.product-view .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;
}

.product-view .swiper-button-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 24px;
    color: #FFF;
}

.product-view .swiper-button-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 24px;
    color: #FFF;
}

.product-view .swiper-button-prev,
.product-view .swiper-container-rtl .swiper-button-next {
    left: -25px;
}

.product-view .swiper-button-next,
.product-view .swiper-container-rtl .swiper-button-prev {
    right: -25px;
}

.product-view .swiper-button-prev:not(.swiper-button-disabled):hover,
.product-view .swiper-button-next:not(.swiper-button-disabled):hover {
    background-color: #FFA30E;
}

.product-view .swiper-button-prev:before,
.product-view .swiper-button-next:before {
    -webkit-transform: scale(.8, 1);
    -ms-transform: scale(.8, 1);
    -o-transform: scale(.8, 1);
    transform: scale(.8, 1);
}

/*product summary*/
.product-summary {
    position: relative;
    width: 57%;
    padding: 0 0 10px;
    color: #666;
}

.product-summary .product_title {
    font-family: 'Chaparral Pro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-summary .product-meta p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-summary .share-this {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-summary .product-meta {
    line-height: 1.8;
}

.product-summary .product-meta h3 {
    margin: 0 0 5px;
    font-size: 14px;
}

.product-summary .product-meta li {
    width: 100%;
    display: table;
    padding: 2px 0;
}

.product-summary .product-meta li em {
    display: table-cell;
    width: 40%;
    color: #aaa;
}

.product-summary .product-meta li .item-val {
    display: table-cell;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
}

.pro_btn {
    display: flex;
    padding-top: 30px;
}

.pro_btn a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FAFAFA;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    background: var(--commonColor);
    border: 1px solid var(--commonColor);
    border-radius: 10px;
}



.pro_btn a b {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url(../img/second-img/email-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.pro_btn a:hover {
    background-color: transparent;
    border: 1px solid var(--commonColor);
    color: var(--commonColor);
}

.pro_btn a:hover b {
    background-image: url(../img/second-img/email_hover.png);
}

.product-summary .share-this {
    margin: 30px 0 0;
    text-align: right;
    justify-content: flex-start;
}

.product-summary .share-this img {
    max-width: 200px;
}

.product_content * {
    background: none !important;
}

@media (max-width:980px) {
    .product-view .product-image {
        display: none;
    }

    .product-view .image-additional {
        margin: 0 12px 20px;
    }

    .product-view .swiper-button-next {
        right: 0;
    }

    .product-view .swiper-button-prev {
        left: 0;
    }

    .product-view .image-additional li {
        width: 100%;
        margin-right: 16px;
    }

    .pro_btn a {
        padding: 8px 20px;
    }
}

.buy_introduct {
    margin-top: 5%;
}

.buy_introduct .buy_title {
    font-family: 'Chaparral Pro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.buy_introduct .buy_info p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.buy_image ul {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2%;
}

.buy_image ul li {
    width: 49%;
    margin-bottom: 24px;
    overflow: hidden;
    z-index: 1;
    -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;
}

.buy_image ul li.txt {
    border-radius: 0;
}

.buy_image ul li .pic {
    padding-bottom: 60%;
    border-radius: 18px;
}

.buy_image ul li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

@media (max-width:980px) {
    .buy_image ul {
        flex-direction: column;
    }

    .buy_image ul li {
        width: 100%;
        margin-bottom: 18px;
    }

    .buy_image ul li:last-child {
        margin-bottom: 0;
    }
}


/* @media (max-width:1400px) {
    .web_main_wrap {
        top: -7.5%;
    }
}

@media (max-width:950px) {
    .web_main_wrap {
        top: -3%;
        padding-top: 40%;
    }

}

@media (max-width:600px) {
    .web_main_wrap {
        top: -3%;
    }
} */


@media (max-width:980px) {
    .product-intro {
        flex-direction: column;
    }

    .product-summary {
        width: 100%;
        order: 2;
    }

    .product-view {
        width: 100%;
    }

    .product-summary .product_title {
        font-size: 24px;
        line-height: 40px;
    }

    .buy_introduct .buy_title {
        font-size: 24px;
        line-height: 40px;
    }

}

.table_wrap {
    overflow-x: auto;
    width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    margin-top: 16px;
}

table tr td,
table tr th {
    border: 1px solid #999;
    line-height: 1.25;
    padding: 12px 14px;
    text-align: left;
    font-size: 16px;
    color: #333;
}

table tr:nth-child(even) {
    background: #F5F5F5;
}

.product_content table {
    max-width: 100%;
    overflow-x: auto;
    display: block;
    border: 0;
}