.main {
    position: relative;
    width: calc(100% - 430px) !important;
}

.product_main {
    margin-top: 5%;
}

.details_wrap {
    justify-content: space-between !important;
    align-items: center;
}

/*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: 45%;
}

.product-view .product-image {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.cloud-zoom {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 91%;
    background: #FFF;
}

.product-view .product-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product-view .image-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.product-view .image-additional {
    position: relative;
    margin: 20px 15px;
    overflow: hidden;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    float: left;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 17%;


}

.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: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.product-view .image-additional li a {
    display: block;
    padding: 0 5%;
}

.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 {
    color: #FFFFFF;
    width: 24px;
    height: 40px;
    margin-top: -25px;
    opacity: 1;
    line-height: 50px;
    font-size: 40px;
    padding: 0 5px;
    background-color: var(--dominant-color);
    border: 1.5px solid var(--dominant-color);
    transition: all .5s ease;
}

.product-view .swiper-button-next:hover,
.product-view .swiper-button-prev:hover {
    background-color: transparent;
    color: var(--dominant-color);
}

.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(--dominant-color);
}

.product-view .swiper-button-prev::before {
    content: '\f104';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #FFFFFF;
}

.product-view .swiper-button-next::before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #FFFFFF;
}

.product-view .swiper-button-prev:hover::before,
.product-view .swiper-button-next:hover::before {
    color: var(--dominant-color);
}

.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: 48%;
    padding: 0 0 10px;
    color: #666;
    margin-bottom: 5.3%;
}

.product-summary .product_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 24px;
    color: var(--dominant-color);
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    padding: 10px 0;
}

.product-summary .product_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666666;
}

.product-summary .product-meta {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 20px;
}



.product-summary .share-this {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin: 30px 0 30px;
}

.pro_btn {
    display: flex;
    justify-content: flex-start;
}

.pro_btn a {
    width: 50%;
    display: block;
    padding: 10px 25px;
    font-family: 'TitilliumWeb-Regular';
    font-weight: 400;
    font-size: 18px;
    color: var(--dominant-color);
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    background: #D9D9D9;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;

}

.pro_btn a:hover {
    color: #FFF;
    background-color: var(--dominant-color);
}

.pro_btn .contact-btn b::before {
    content: '';
    display: flex;
    align-items: center;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-image: url(../img/email_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pro_btn .contact-btn:hover b::before {
    background-image: url(../img/email_btn_hover.png);
}

.pro_btn .download-btn b::before {
    content: '';
    display: flex;
    align-items: center;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background-image: url(../img/pdf_down.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pro_btn .download-btn:hover b::before {
    background-image: url(../img/pdf_down_hover.png);
}

.product-summary .share-this img {
    max-width: 240px;
}

.details_title {
    font-family: 'Lato-Bold';
    font-weight: 400;
    font-size: 24px;
    color: var(--dominant-color);
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    position: relative;
    padding: 10px 0;
    margin: 30px 0;
}

.details_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #666666;
}

.pro_details .details_box .details_list .details_item .item_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.pro_details .details_box .details_list .details_item .item_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.technical_parameters table {
    width: 100%;
    border-collapse: collapse;
}

.technical_parameters table,
th,
td {
    border: 1px solid #ddd;
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}

.technical_parameters th {
    background-color: #F6F6F6;
    padding: 15px 8px;
    text-align: left;
}

.technical_parameters td {
    padding: 10px 8px;
}

.technical_parameters tr:nth-child(odd) {
    background-color: #f9f9f9;
}


.main table {
    width: 100%;
    border-collapse: collapse;
}

.main table,
.main th,
.main td,
.main td span {
    font-family: 'Lato-Regular' !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
}

.main th {
    background-color: #F6F6F6;
    padding: 15px 8px;
    text-align: left;
}

.main td {
    padding: 10px 8px;
}

.main tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.product_advantages .adcantages_desc {
    font-family: 'Lato-Regular' !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #999999;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.product_advantages .adcantages_list .adcantages_item {
    width: 48%;
    background: #F4F4F4;
    margin-bottom: 30px;
    -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_advantages .adcantages_list .adcantages_item:nth-child(odd) {
    float: left;
}

.product_advantages .adcantages_list .adcantages_item:nth-child(even) {
    float: right;
}

.product_advantages .adcantages_list .adcantages_item:nth-child(2) {
    margin-top: 30px;
}

.product_advantages .adcantages_list .adcantages_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.product_advantages .adcantages_list .adcantages_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.product_advantages .adcantages_list .adcantages_item:hover .item_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.product_advantages .adcantages_list .adcantages_item .item_info {
    padding: 20px 15px;
}

.product_advantages .adcantages_list .adcantages_item .item_title {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.product_advantages .adcantages_list .adcantages_item .item_desc {
    font-family: 'Lato-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

@media only screen and (max-width: 1440px) {
    .pro_btn a {
        padding: 10px !important;
    }
    

}
@media (max-width:1200px) {
    .main{
        width: calc(100% - 330px) !important;
    }
    .pro_btn a{
        width: 100%;
    }
}
@media (max-width: 1200px) and (min-width:951px) {
    .pro_btn {
        flex-direction: column;
    }

    .pro_btn a {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 950px) {
    .main {
        width: 100% !important;
    }

    .details_wrap {
        flex-direction: column;
    }

    .product-view {
        width: 95% !important;
    }

    .product-view .product-image {
        display: none;
    }

    .product-view .image-box {
        max-width: none;
    }

    .product-summary {
        width: 100% !important;
    }

    .product-view .image-additional li {
        padding-bottom: 28%;
    }

    .pro_btn a {
        padding: 10px !important;
    }

    .pro_btn a:last-child {
        margin-right: 0;
    }

    .product_advantages .adcantages_list .adcantages_item {
        width: 100%;
        float: unset !important;
    }

    .pro_btn a.download-btn {
        display: none;
    }
}

@media only screen and (max-width: 480px) {
    .product-view .image-additional li {
        padding-bottom: 58%;
    }

    .product-view .swiper-button-next,
    .product-view .swiper-container-rtl .swiper-button-prev {
        right: -5px !important;

    }

    .product-view .swiper-button-prev,
    .product-view .swiper-container-rtl .swiper-button-next {
        left: -5px;
    }
}