.pro_details_bottom_main {
    background: #fff;
    padding-bottom: 5%;
    padding-top: 1px;
}

.lbox {
    padding: 0;
}

.pro_details_top_main {
    background: #FFFFFF;
    padding: 15px 15px 70px;
}

.pro_details_top_main_box {
    padding-bottom: 35px;
}


.main_wrap {
    justify-content: space-between;
    align-items: flex-start;
}


/*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: 40%;
}

.product-view .product-image {
    position: relative;
    padding: 15px;
    border: 1px solid #D9D9D9;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: contain;
}

.product-view .image-additional {
    position: relative;
    margin: 20px 0 0;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 20%;
    background: #F8F8F8;
    border: 1px solid #F6F6F6;

}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100% !important;
    left: 0;
    top: 0;
    object-fit: contain;

}

.product-view .image-additional li a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
}


/* .product-view .image-additional li.current {
    border: 1px solid #000;
} */

.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 {
    color: #666666;
    width: auto;
    height: 50px;
    margin-top: -25px;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
    border: 1.5px solid #FFFFFF;
    transition: all .5s ease;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    border: 1.5px solid var(--commonColor);
}

.product-view .swiper-button-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

.product-view .swiper-button-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #666666;
}

.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: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: 56%;
    padding: 10px 0;
    color: #666;
}

.product-summary .product_title {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333333;
}

@media (max-width:1366px) {
    .product-summary .product_title {
        font-size: 35px;
        line-height: 40px;
    }
}

.product-summary .product-meta p,
.product-meta {
    font-family: Lato-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
}

.pro_btn a {
    display: block;
    padding: 8px 35px;
    text-transform: uppercase;
    font-family: Open Sans-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    background: #F08F11;
    border-radius: 6px 6px 6px 6px;
}

.pro_btn a:hover {
    opacity: .8;
}

.contact-btn {
    margin-right: 15px;
    display: flex !important;
}

.download-btn {
    display: flex !important;
}

.contact-btn b {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('img/email2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 6px;
}

.download-btn b {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('img/download2.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 6px;
}

.pro_desc_bottom {
    font-family: Roboto-Regular;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    margin-top: 50px;
}

.image-additional-left,
.image-additional-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 40px;
    background: #F08F11;
}

.image-additional-left {
    left: 0;
}

.image-additional-left::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url('img/pro_left.png') no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
}

.image-additional-right {
    right: 0;
}

.image-additional-right::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url('img/pro_right.png') no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
}

.product-meta-title {
    background: #F08F11;
    width: 100%;
    padding: 10px 25px;
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.product-meta-box {
    margin-bottom: 20px;
}

.product-meta-box img {
    max-width: 100%;
}

.share_box {
    margin: 35px 0;
}

.pro_tel_box {
    padding: 20px 0;
    border-top: 1px dashed #D9D9D9;
    border-bottom: 1px dashed #D9D9D9;
}

.pro_tel_box img {
    width: 24px;
}

.pro_tel_t {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin: 0 10px;
}

.pro_tel_box a {
    font-family: Lato-Bold;
    font-weight: bold;
    font-size: 24px;
    color: #F08F11;
}

.pro_tel_box a:hover {
    text-decoration: underline;
}

.pro_btn {
    margin-top: 30px;
}

@media only screen and (max-width: 950px) {

    .main_wrap{
        flex-wrap: wrap;
    }
    .pro_details_top_main{
        padding: 0;
    }

    .product-view{
        width: 100%;
        position: relative !important;
        top: auto !important;
    }

    .product-summary{
        width: 100%;
    }

    .product-view .product-image{
        display: none;
    }

    .product-view .image-additional li{
        padding-bottom: 100%;
    }

    .product-summary .product_title{
        font-size: 26px;
        margin-top: 20px;
    }

    .download-btn{
        display: none !important;
    }
}