@charset "utf-8";

.product-wrapper {
    display: flex;
    margin-top: 35px;
}

/****************************   MEDIA   ************/

.js-slick-product-images-slide{display:none;}
.js-slick-product-images-slide.slick-initialized{display:block;}

.js-slick-product-thumbs-slide{display:none;}
.js-slick-product-thumbs-slide.slick-initialized{display:block;}

.product-photo-wrapper .slick-slide {
    height: auto;
}

.product-photo-wrapper {
    width: 540px;
    margin-right: 40px;
}
.product-slider-wrapper {
    width: 100%;
    height: 540px;
}
.product-slider {
    border: 0.74735px solid #ECECEC;
    margin-bottom: 7px;
}
.product-photo {
    height: 540px;
    overflow: hidden;
    padding: 20px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.product-photo-wrapper .badges-group {
    left: 20px;
    top: 20px;
    text-align: left;
}
.product-photo-wrapper .badges-group .badge {

}
.product-photo-button-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    width: 50px;
    position: absolute;
    right: 20px;
    top:20px;
    z-index: 10;
}
.product-photo-button-box .product-photo-button-box-btn{
    background: #F7F7F7;
    border: 0.416537px solid #E2E2E2;
    border-radius: 2px;
    padding: 9px 10.5px 6px;
    height: 40px;
    width: 40px;
    margin-bottom: 12px;
}
.product-photo-button-box .product-photo-button-box-btn.remove-btn{
    background: #A9BC00;
}

.product-photo-button-box-btn .preloader::before,
.product-photo-button-box-btn .add-wishlist::before,
.product-photo-button-box-btn .add-compare::before{
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-size: 17px;
    line-height: 17px;
    color: #919191;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    position: absolute;

}
.product-photo-button-box-btn .add-wishlist::before{
    content: '\f004';
}
.product-photo-button-box-btn .add-compare::before{
    content: '\e0e3';
}
.product-photo-button-box-btn .add-wishlist:hover::before,
.product-photo-button-box-btn .add-compare:hover::before{
    font-weight: 900;
    color: #A9BC00;
}
.product-photo-button-box-btn .add-wishlist.remove::before,
.product-photo-button-box-btn .add-compare.remove::before{
    font-weight: 900;
    color: #ffffff;
}

.product-photo img {
    max-width: 100%;
    max-height: 500px;
    width: 100%;
    height: auto;
}
.product-photo-description {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #160e20;
    color: #FFF;
    font-size: 20px;
    font-weight: 100;
    padding: 0 10px;
}

.product-slider .slick-prev,
.product-slider .slick-next {
    z-index: 100;
    opacity: 0;
    transition: 0.5s;
}

.product-slider .slick-prev {
    left: 5px;
}
.product-slider .slick-next {
    right: 5px;
}

.product-slider:hover .slick-prev,
.product-slider:hover .slick-next {
    opacity: 1;
    transition: 0.5s;
}

.product-video {

}

.transform-no {
    transform: translate3d(0px, 0px, 0px) !important;
}

.product-slider-nav-wrapper {
    width: 100%;
    height: auto;
    min-height: 72px;
}

.product-slider-nav {}
.product-slider-nav .slick-list {
    margin: 0 -5px;
}

.product-slider-nav .slick-prev,
.product-slider-nav .slick-next {
    z-index: 2;
    opacity: 0;
    transition: 0.5s;
    bottom: 2px;
    top: inherit;
    width: 31px;
    height: 31px;
}

.product-slider-nav .slick-prev {
    left: 0;

}
.product-slider-nav .slick-next {
    right: 0;
}

.product-slider-nav:hover .slick-prev,
.product-slider-nav:hover .slick-next {
    opacity: 1;
    transition: 0.5s;
}

.product-photo-nav {
    border: 0.74735px solid #ECECEC;
    margin: 0 4px;
    cursor: pointer;
}

.product-photo-nav img {
    width: 100%;
    height: auto;
    cursor: pointer;
    opacity: 0.75;
    border-radius: 3px;
    border: 1px solid #ffffff;
    font-size: 8px;
    line-height: 12px;
}

.product-photo-nav.slick-current img,
.product-photo-nav img:hover {
    opacity: 1;
    border: 1px solid #A9BC00;
    transition: 0.5s;
}

/****************************   RIGHT INFO  ************/

/* top line */
.product-info-wrapper {
    width: 758px;
}
.product-top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 20px 0;
    margin-bottom: 25px;
}
.product-code {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #7A7A7A;
}
.product-rate img {         /* TODO delete after create rating */
    height: 17px;
}
.product-rate span {
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #7A7A7A;
}
.product-store-wrapper {
    min-width: 5px;
    min-height: 5px;
}

.product-store {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 240%;
    color: #A9BC00;

    display: flex;
    align-content: center;

    background: #FEFFF5;
    border: 1px solid #A9BC00;
    border-radius: 2px;
    height: 40px;
    padding: 2px 17px 0 13px;
}

.product-store::before{
    font-family: 'Font Awesome 6';
    content: "\f058";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #A9BC00;
    margin-right: 10px;
}

/**/
.product-name {
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    background: #fff0d6;
    padding: 20px;
}
.product-name > span {
    font-size: 18px;
}
.product-name h1{}

.product-to-cart-wrapper {}

/** CART **/

.product-add-price {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;

    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 35px;
}

.product-price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    flex-basis: 50%;
}

.product-price-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #797979;
    flex-basis: 100%;
}

.product-price .normal-price {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #000000;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
}
.product-price .old-price {
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    text-decoration-line: line-through;
    color: #B3B3B3;
    text-shadow: 0 0 2.59649px rgba(0, 0, 0, 0.08);
    padding-bottom: 10px;
    padding-left: 25px;
}
.normal-price-novat span {
    font-weight: 400;
    margin: 10px 0;
    
}
.product-price-lizing {
    display: flex;
    justify-content: flex-start;
    flex-basis: 100%;

    font-style: normal;
    font-weight: 300;
    font-size: 12.8594px;
    line-height: 120%;
    margin-top: 10px;
}
.product-price-lizing-percent {
    text-align: center;
    font-weight: 700;
    background: #A9BC00;
    color: #FFFFFF;
    border: 1px solid #A9BC00;
    border-radius: 4px 0 0 4px;
    padding: 3px 7px 2px;

}
.product-price-lizing-sum {
    color: #000000;
    background: #FCFEEF;
    border: 1px solid #A9BC00;
    border-radius: 0 4px 4px 0;
    padding: 3px 10px 2px;
}
.product-price-lizing-sum span {
    font-weight: 700;
}
.product-price-input {
    display: flex;
    flex-direction: column;
}
.product-add-price .message-error-box::before {
    content: "";
}
.product-add-to-cart-button-wrap {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-shadow: -1.60407px 1.60407px 7.21832px rgba(0, 0, 0, 0.08);
    background: #A9BC00;
}
.product-add-to-cart-button-wrap input{
    background: #A9BC00;
    color: #FFFFFF;
    transition: 0s;
    padding: 16px 20px 16px 0;
}
.product-add-to-cart-button-wrap:hover,
.product-add-to-cart-button-wrap:hover input{
    background: #000000;
    transition: 0s;
}
.product-add-to-cart-button-wrap::before{
    font-family: 'Font Awesome 6';
    content: '\e3f3';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    margin-left: 10px;
}
.product-add-to-cart-button {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}

/* more services */
.product-more-services {
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 24px;
    margin-bottom: 10px;
}

.product-more-services .disabledbutton,
.product-more-services .disabledbutton span{
    pointer-events: none;
    color: #C2C2C2;
}

.product-more-service-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
}
.product-more-service-box {
    display: flex;
    justify-content: space-between;
    background: #FAFAFA;
    border: 1px solid #F2F2F2;
    margin-top: 12px;
    padding: 17px;
}
.product-more-service-input .label-check:before {
    font-family: 'Font Awesome 6';
    content: '\e5b0';
    color: #CCCCCC;
    background: none;
    border: none;
    outline: none;
    font-size: 24px;
    font-weight: 900;
    display: block;
    width: 40px;
    height: 35px;
}
.product-more-service-input input:checked + .label-check:before {
    font-family: 'Font Awesome 6';
    content: '\e5b1';
    color: #A9BC00;
    background: none;
    border: none;
    outline: none;
}
.product-more-service-input-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #2979D6;
}
.product-more-service-input-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #919191;
}

/* + nice_select */
.nice-select.product-more-service-select {
    padding: 4px 38px 4px 15px;
    width: 200px;
}
.nice-select.product-more-service-select:after {
    top: calc(50% - 10px);
}
.product-more-service-select .current {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}
.product-more-service-select .current .sum-plus {
    font-weight: 400;
}
.nice-select.product-more-service-select .list {
    width: 100%;
}
.nice-select.product-more-service-select .option {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000000;
}
.nice-select.product-more-service-select .option .sum-plus {
    font-weight: 400;
}


/* more links */
.product-more-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
    padding: 14px 0 20px;
    margin-bottom: 24px;
}
.product-more-link-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.product-more-link-box a  {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product-more-link-box span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #919191;
    border-bottom: 0.7px dashed #919191;
}
.product-more-link-box:hover span,
.product-more-link-box:hover i::before{
    color: #A9BC00;
}
.product-more-link-box i::before {
    font-family: 'Font Awesome 6', serif;
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    color: #919191;
    margin-right: 10px;
}
.product-more-link-box:nth-child(1) i::before {
    content: "\f0d1";
}
.product-more-link-box:nth-child(2) i::before {
    content: "\f64c";
    border: 2px solid #cccccc;
    border-radius: 2px;
    font-size: 15px;
}
.product-more-link-box:nth-child(3) i::before {
    content: "\f06b";
}

/* as gift */
.as-gift-block-main {
    position: fixed;
    top: 100px;
    left: calc(50% - 650px / 2);


    width: 650px;
    height: auto;
    padding: 20px 45px 45px;
    background: #FFFFFF;
    z-index: 801;
    border-radius: 4px;
    box-shadow: 0 0 25px rgb(0 0 0 / 16%);
}
.as-gift-block-title {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 84px;
    color: #141414;
    margin-bottom: 16px;
}
.product-more-link-box a.as-gift-block-close{
    position: absolute;
    right: 0;
    left: calc(100% - 36px);
    top: 24px;
}
.as-gift-block-close::after {
    font-family: 'Font Awesome 6';
    content: "\e59b";
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    background: #A9BC00;
    padding: 2px 4px;
    cursor: pointer;
}
.as-gift-block-text {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 200%;
    color: #2C2C2C;
    margin-bottom: 40px;
}


.as-gift-block-product {
    background: #FFFFFF;
    border: 1.21107px solid #ECECEC;
    padding: 16px 30px 16px 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.as-gift-block-product-img {
    min-width: 108px;
    height: auto;
}
.as-gift-block-product-img img {
    width: 108px;
}
.as-gift-block-product-wrapper {
    padding-left: 20px;
}
.as-gift-block-product-cat {
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    line-height: 20px;
    color: #A9BC00;
    text-transform: uppercase;
    margin-bottom: 7px;
    /**/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.as-gift-block-product-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #2F2F2F;
    margin-bottom: 6px;
}
.as-gift-block-product-rate img {
    height: 11px;
    margin-right: 5px;
    display: inline-block;
}
.as-gift-block-product-rate span {
    font-style: normal;
    font-weight: 300;
    font-size: 12.3415px;
    line-height: 15px;
    color: #7A7A7A;
}

.as-gift-block-product-price {
    display: flex;
    font-style: normal;
    font-size: 14.5329px;
    line-height: 18px;
    margin-top: 7px;
}
.as-gift-block-product-price .normal-price {
    font-weight: 700;
    color: #2F2F2F;
}
.as-gift-block-product-price .old-price {
    font-weight: 300;
    text-decoration-line: line-through;
    color: #ACACAC;
    padding-left: 20px;
}

.asgift-form-field input {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    width: 100%;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
    padding: 16px 21px;
}

.asgift-form-wrapper .required::before {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: 10px;
    height: 10px;
    content: "*";
    color: #CD4144;
}
.asgift-form-send-button {
    width: 50%;
}

.product-more-link-box .asgift-form-send-button a {
    position: relative;
    display: block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 20px 20px 20px;
    text-align: center;
}

.product-more-link-box .asgift-form-send-button a::before {
    font-family: 'Font Awesome 6';
    content: '\f1d8';
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 10px;
}

.asgift-form-send-message {
    width: 40%;
    padding-left: 20px;
}


.asgift-form-thanks {
    min-height: 300px;
    background: #ffffff;
    margin-top: 40px;
}
.asgift-form-thanks-inner {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.asgift-form-thanks-img {
    width: 56px;
}
.asgift-form-thanks-img img {
    width: 100%;
}
.asgift-form-thanks-title {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 200%;
    color: #2C2C2C;
    padding-left: 30px;
}

.product-more-link-box .asgift-form-thanks-button a {
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 20px 30px 20px 30px;
}

/* product-klix-box */

.product-klix-box {
    width: 50%;
    height: auto;
    min-height: 150px;
}




    /* product decsription - tab 1*/

.product-info {}
.product-info-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #3E3E3E;
    margin-bottom: 15px;
}

.product-description-wrapper {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #3E3E3E;
    overflow: hidden;

}
.product-description-link {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #A9BC00;
    display: none;
    margin-top: 20px;
    display: block;
}
.product-description-link::after {
    font-family: 'Font Awesome 6';
    content: "\f078";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    cursor: pointer;
    margin-left: 4px;
    color: #A9BC00;
}

/* ??? доп опции товара - если не используем TODO delete */
.product-add-price-special-options-wrapper {
    
    justify-content: center;
    flex-grow: 2;
    display: flex;

    border: 1px solid red;
    margin: 20px;
    padding: 20px;
}
.product-add-price-special-options-name {
    font-size: 11px;
    font-weight: normal;
    width: 30%;
}
.product-add-price-special-options-value {
    display: flex;
    align-items: center;
}
.product-add-price-special-options-value-postfix {
    font-size: 11px;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 10px;
}



/* product options */

.product-options-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

.product-options-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #3E3E3E;
    margin-bottom: 17px;
}


.product-option-row-wrapper {
    width: 100%;
    display: flex;
    background: #FDFDFD;
    align-content: center;
    justify-content: flex-start;

    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #3E3E3E;
    padding: 12px 11px ;
}

.product-option-row-wrapper:nth-child(even) {
    background-color:#F5F5F5;
}

.product-option-name-wrapper {
    flex-basis: 50%;
}

.product-option-name-wrapper,
.product-option-value-wrapper {
    display: flex;
    justify-content: flex-start;
}

.product-option-name {
    display: flex;
    align-items: center;

    flex-basis: 50%;
}
.product-option-value {
    display: flex;
    align-items: center;
    border-bottom: 0.6px dashed #3E3E3E;
}
.product-option-value span {
    padding-right: 5px;
}

.product-option-info-ico {
    height: 20px;
    width: 25px;
}
.product-option-info-ico::before {
    font-family: 'Font Awesome 6';
    content: "\f30f";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.product-option-info-ico:hover::before {
    content: "\f30f";
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}
.product-option-info-ico:hover .bubble-box {
    visibility: visible;
    opacity: 1;
}

.product-options-wrapper .bubble-box {
    opacity: 0;
    visibility: hidden;
    width: 340px;
    position: absolute;
    left: 100%;
    bottom: 100%;
    z-index: 5;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 20px 20px 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    transition: all 0s;
    white-space: normal;
}

.product-options-wrapper .bubble-box::after {
    border: none;
}

.product-options-wrapper .bubble-box img {
    float: left;
    width: 100px;
    height: auto;
    margin-right: 15px;
}


.product-option-video-ico {
    width: 25px;
    height: 27px;
    transition: all 0.5s;
    cursor: pointer;
}

.product-option-video-ico::after {
    font-family: 'Font Awesome 6';
    content: "\f144";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    position: absolute;
    top: 0;
    right: 0;
}

.product-option-video-ico:hover::after{
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}

.product-option-info {
    width: 45px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    padding-top: 10px;
}


/* product-files-wrapper */
.product-files-wrapper {

}
.product-files-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #3E3E3E;
    margin-bottom: 15px;
}

.product-files-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-file {
    flex-basis: 31.5%;
    background: #FFFFFF;
    border: 0.890226px solid #ECECEC;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding: 19px;
}

.product-file:hover {
    border: 0.802035px solid #A9BC00;
    transition: 0.5s;
}

.product-file-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-file-img {
    flex-basis: 30%;
}

.product-file-img img {
    height: 48px;
    width: auto;
}
.product-file-name {
    flex-basis: 70%;
}
.product-file-name div {
    font-style: normal;
    font-weight: 400;
    font-size: 15.4853px;
    line-height: 18px;
    color: #3E3E3E;
    max-height: 36px;
    overflow: hidden;
}
.product-file-name span {
    font-style: normal;
    font-weight: 300;
    font-size: 14.2941px;
    color: #959595;
}


/*    TODO Delete code после проверки что он не нужен, класс используется  в коде JS (этот файл после подключения футера)   */
.product-photo-fit-height {
    max-height: fit-content !important;          /* не однозначное свойство */
    max-height: -moz-max-content !important;    /* не однозначное свойство */
    width: 100%;
}

/* testimpnials */

.js-slick-product-tm-slide{display:none;}
.js-slick-product-tm-slide.slick-initialized{display:block;}

.product-tm-wrapper {}
.product-tm-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #3E3E3E;
    margin-bottom: 20px;
}
.product-tm-header span.product-tm-qty {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #A5A5A5;
    border: 0.692308px solid #EFEFEF;
    border-radius: 1.38462px;
    margin-left: 13px;
    padding: 0 6px;
}
.product-tm-rate img {  /* TODO delete after create rating */
    height: 15px;
    margin-bottom: 4px;
}
.product-tm-rate span {
    height: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #000000;
    margin-left: 10px;
}
.product-tm-images-wrapper {
    border-top: 1px solid #ECECEC;
    margin-top: 24px;
    padding: 20px 0 25px;

}
.product-tm-images-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 13px;
}

.product-tm-images img {
    height: 80px;
    width: auto;
    margin-right: 15px;

}

.product-tm-box {
    border-top: 1px solid #ECECEC;
    padding-top: 30px;
}

.product-tm-box .slick-list {
    margin: 0 -15px;
}

.product-tm-box .slick-prev,
.product-tm-box .slick-next {
    width: 31px;
    height: 31px;
    z-index: 10;
}
.product-tm-box .slick-prev {
    left: -16px;
}
.product-tm-box .slick-next {
    right: -16px;
}

.product-tm-item {
    min-height: 300px;
    background: #F9F9F9;
    border: 1px solid #F2F2F2;
    padding: 22px 21px 20px;
    margin: 0 15px;

}


.product-tm-item-name {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 5px;
}
.product-tm-item-rate img {
    height: 11px;
    margin-bottom: 5px;
}
.product-tm-item-date {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color: #8B8B8B;
    margin-bottom: 15px;
}

.product-tm-item-inner {
    height: 330px;            /* 15 rows in .product-tm-item-txt */
    overflow: hidden;
}
.product-tm-item-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}
.product-tm-item-images {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: 85px;
    overflow: hidden;
    opacity: 0;
    background: #F9F9F9;
}

.product-tm-item-images img {
    height: 60px;
    width: auto;
    margin-right: 10px;
    margin-top: 22px;

    border: 1px solid #cccccc;
}
.product-tm-item-link {
    margin-bottom: 5px;
    margin-top: 13px;
    height: 18px;
    opacity: 0;
}
.product-tm-item-link a {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #A9BC00;
    border-bottom: 1px dashed #A9BC00;
    display: inline-block;
}
.product-tm-item-footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 15px;
}
.product-tm-item-footer-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 19px;
    color: #8B8B8B;
    margin-right: 10px;
}
.product-tm-item-footer-yes {
    width: 40px;
    margin-right: 5px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #A9BC00;
    cursor: pointer;
}
.product-tm-item-footer-yes i::before {
    font-family: 'Font Awesome 6', serif;
    content: "\f164";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #999999;
    margin-right: 6px;
}
.product-tm-item-footer-no {
    width: 40px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #D00303;
    cursor: pointer;
}
.product-tm-item-footer-no i {
    transform: rotate(180deg);
    display: inline-block;
}
.product-tm-item-footer-no i::before {
    font-family: 'Font Awesome 6', serif;
    content: "\f164";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    color: #999999;
    margin-left: 6px;
}

/* delivery **/

.product-delivery-wrapper {
    margin-bottom: 35px;
}
.product-delivery-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    color: #3E3E3E;
    margin-bottom: 15px;

}
.product-delivery-wrapper table,
.product-delivery-wrapper thead{
    width: 100%;
}
.product-delivery-wrapper table td {
    padding: 12px 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #3E3E3E;
    border-right: 1px solid #ffffff;
    text-align: center;
}
.product-delivery-wrapper table thead td {
    background: #A9BC00;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}
.product-delivery-wrapper table thead td:nth-child(2){
    text-align: left;
}
.product-delivery-wrapper tbody tr {
    background: #FDFDFD;
}
.product-delivery-wrapper tbody tr:nth-child(odd) {
    background: #F5F5F5;
}
.product-delivery-wrapper table td.product-delivery-first-td {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
}
.product-delivery-item {}
.product-delivery-info {}
.product-delivery-info-ico {
    height: 20px;
}
.product-delivery-info-ico::before {
    font-family: 'Font Awesome 6';
    content: "\f30f";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    color: #CBCBCB;
    top: 0;
    left: 5px;
    cursor: pointer;
}
.product-delivery-info-ico:hover::before {
    content: "\f30f";
    font-weight: 600;
    color: #A9BC00;
    transition: all 0.5s;
}
.product-delivery-info-ico:hover .bubble-box {
    visibility: visible;
    opacity: 1;
}
.product-delivery-wrapper .bubble-box {
    opacity: 0;
    visibility: hidden;
    width: 340px;
    position: absolute;
    left: 100%;
    bottom: 100%;
    z-index: 5;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 20px 20px 20px 0;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    transition: all 0s;
    white-space: normal;
}
.product-delivery-wrapper .bubble-box::after {
    border: none;
}
.product-delivery-name {
    text-align: left;
}
.product-delivery-price {}
.product-delivery-days {}
.product-delivery-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 200%;
    color: #3E3E3E;
}





.product-delivery-txt ul {
    margin-left: 5px;
    margin-bottom: 1rem;
}
.product-delivery-txt ul li {
    margin-bottom: 0.5rem;
    padding-left: 15px;
}
.product-delivery-txt ul li::before {
    font-weight: 900;
    font-style: normal;
    font-family: 'Font Awesome 6';
    content: "\f111";
    font-size: 4px;
    color: #3E3E3E;
    position: absolute;
    top: 0;
    left: 0;
}
.product-delivery-txt ul ul {
    margin-left: 20px;
    margin-bottom: 1rem;
}

.product-delivery-txt ul ul li::before {
    font-weight: 900;
    font-style: normal;
    font-family: 'Font Awesome 6';
    content: "\f86c";
    font-size: 5px;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}
.product-delivery-txt a {
    color: #A9BC00;
    font-weight: 500;
}
.product-delivery-txt a:hover {
    opacity: 0.9;
}
a.product-delivery-txt-link-mail {
    text-decoration: underline;
}
a.product-delivery-txt-link-mail:hover {
    text-decoration: none;
}


/* product-delivery-block - term and date*/

.product-delivery-block {
    width: 50%;
    padding-right: 20px;
}

.product-delivery-method-block {
    width: 100%;
    height: 60px;
    padding: 5px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
}
.product-delivery-method-img {
    height: auto;
    width: 50px;
    padding: 5px;
}
.product-delivery-method-img img {
    height: auto;
    width: 100%;
}

.product-delivery-method-content {
    padding: 0 40px 0 10px;
    width: 100%;
}
.product-delivery-method-title {
    width: 100%;
    font-weight: 400;
}

.product-delivery-method-text {
    display: flex;
    width: 100%;
    font-size: 14px;
}
.product-delivery-method-date {

}
.product-delivery-method-date::after {
    content: " - ";
    display: inline-block;
    padding: 0 10px;
}

.product-delivery-block-note {
    border-left: 2px solid #A9BC00;
    padding-left: 20px;
    margin: 20px;
    font-size: 80%;
}
.product-delivery-block-note b {
    font-weight: 400;
}

.product-delivery-method-modal-open {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-delivery-method-modal-open::before{
    font-family: 'Font Awesome 6';
    content: "\f059";
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #cccccc;
}

.product-delivery-method-modal-open:hover + .product-delivery-method-modal-content {
    transition: all 0.5s;
    opacity: 1;
    visibility: visible;
}


.product-delivery-method-modal-content {
    width: 600px;
    position: absolute;
    right: 30px;
    bottom: 90%;
    z-index: 5;
    padding: 10px 20px;
    background: #FFFFFF;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
    border: none;
    border-radius: 20px 20px 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    transition: all 0s;
    white-space: normal;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.delivery-method-points .product-delivery-method-modal-content {
    /*    background: #f8f8f8;
        border: 1px solid #cccccc;
        border-radius: 5px 5px 0 5px;*/

}

.product-delivery-method-modal-row {
    display: flex;
    padding: 10px 0;
}
.product-delivery-method-modal-row + .product-delivery-method-modal-row {
    border-top: 1px solid #ebebeb;
}



.product-delivery-method-modal-title {
    width: 25%;
}
.product-delivery-method-modal-title-img {
    width: auto;
    height: 50px;
}

.is-name .product-delivery-method-modal-title-img {
    width: auto;
    height: 30px;
}

.product-delivery-method-modal-title img {
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 90%;
    font-size: 6px;
    line-height: 9px;
}
.product-delivery-method-modal-name {
}

.product-delivery-method-modal-text {
    width: 20%;
}
.product-delivery-method-modal-note {
    width: 55%;
}




.product-info-2-wrapper {
    width: 100%;
    display: flex;

    margin-bottom: 50px;
}





/*--------------------------------------------------------------------------CALCULATOR--------------------------------------------------*/

.product-calc-wrapper {
    background-color: #FFF
 }
.product-cross-header {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #3E3E3E;
    margin-bottom: 15px;
}

.product-cross-header span {
    color: #A9BC00;
}

.product-calc-group-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top .product-calc-field-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-basis: 33.33%;
    border-right: 1px solid #ffffff;
}

.top .product-calc-field-wrapper .product-calc-field-name {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    background: #A9BC00;
    padding: 12px;
    text-align: center;
}

.top .product-calc-field-wrapper .product-calc-field-value {
    padding: 18px 20px 2px 90px;
    height: 70px;
    background: #F5F5F5;
}

.top .product-calc-field-wrapper .product-calc-field-value .form-field {
    width: 60%;
    padding: 8px 15px 7px;
    border: 1px solid #ECECEC;

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;

    color: #000000;
}


.top .product-calc-field-wrapper .product-calc-field-value .form-field:focus {
    outline: 0.6px solid #ECECEC;
}

.top .product-calc-field-wrapper .product-calc-field-value .nice-select {
    border: 1px solid #ECECEC;
    width: 60%;
    padding: 5px 40px 4px 15px;
    margin: 0;
}

.top .product-calc-field-wrapper .product-calc-field-value .nice-select span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
}

.top .product-calc-field-wrapper .product-calc-field-value .nice-select.open .list {
    width: 100%;
}

.top .product-calc-field-wrapper .product-calc-field-value span.month {
    margin-top: 7px;
    display: inline-block;
}

#llc_iprice_comp,
#llc_iavans_comp {
/*    position: absolute;
    top: -25px;*/
}


.middle .product-calc-field-wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    height: 70px;

    flex-basis: 50%;

    border-right: 2px solid #ffffff;
    background: #FDFDFD;
    margin-bottom: 15px;
    text-align: center;

}

.middle .product-calc-field-wrapper .product-calc-field-name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 27px 12px 23px;
}

.middle .product-calc-field-wrapper .product-calc-field-value {
    padding: 24px 20px 25px;
}

.product-calc-price span {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #3E3E3E;
}

.product-calc-group-wrapper.bottom {
    margin-bottom: 10px;
    margin-top: 0;
}




/**/

.product-additional-box-wrapper-content {

display: flex;

flex-wrap: wrap;

justify-content: space-between;

max-height: 350px;

overflow: hidden;
}



.product-add-price-special-options-wrapper .nice-select {
    color: black;
    padding: 5px 20px 5px 10px;
    float: none;
    font-size: 14px;
    border-radius: 0;
    font-weight: bold;
}

/* ******************************* MAIN ****************************************************** */


.product-wrapper-main {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.product-main-left {
    width: 75%;
    padding-right: 32px;
}

.product-main-right {
    width: 25%;
}

/* tabs */

#tabs {}
.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
    margin-right: 8px;
}
.tabs-nav a {
    display: block;
    padding: 2px 16px;
    border: 1px solid #ECECEC;
    background: #F9F9F9;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 240%;
    text-transform: uppercase;
    color: #777777;
    text-decoration: none;
    text-align: center;
    margin-top: 3px;
}
.tabs-nav a::before{
    display: block;
    content: "";
    height: 0;
    width: 100%;
    background-color: #A9BC00;
    transition: height 0.2s ease-in-out;
    position: absolute;
    top: -3px;
    left: 0;
}
.tabs-nav a.active::before,
.tabs-nav a:hover::before{
    height: 3px;
}


.tabs-items {
    padding-top: 35px;
}
.tabs-item {}

/* product-joined-box */

.product-joined-box {
    width: 100%;
    height: 314px;
    margin-bottom: 30px;
}
.product-joined-box-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #0E0E0E;
    margin-bottom: 28px;
    width: 300px;
}

.product-joined-box-items {}

.js-product-joined-box-items-slider{display:none;}
.js-product-joined-box-items-slider.slick-initialized{display:block;}

.product-joined-box-items .slick-list {
    padding-right: 4px;
    margin-right: -4px;

}

.product-joined-box-items .slick-prev {
    top:-62px;
    left: 305px;
}
.product-joined-box-items .slick-next {
    top:-62px;
    right: inherit;
    left: 355px;
}

.product-joined-item {
    background: #FFFFFF;
    border: 0.566143px solid #ECECEC;
    border-right: 0.566143px solid #ffffff;
    margin-bottom: 18px;
    padding: 16px;
}
.product-joined-item:last-child {
    border-right: 0.566143px solid #ECECEC;
}

.product-joined-item .badges-group {
    left: 0;
    top: 0;
}


.product-joined-item:hover {
    border: 0.802035px solid #A9BC00;
    transition: 0.5s;
    z-index: 1;
}
.product-joined-item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product-joined-item-img {
    margin-bottom: 10px;
}
.product-joined-item-img img {
    width: 100%;
    height: auto;
}
.product-joined-item-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.product-joined-item-name {
    font-style: normal;
    font-weight: 700;
    color: #2F2F2F;
    height: 45px;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}
.product-joined-item-price {
    font-style: normal;
    font-weight: 700;
    color: #2F2F2F;
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.product-joined-item-price span {
    font-weight: 300;
    text-decoration-line: line-through;
    color: #ACACAC;
    min-height: 15px;
}


/* ******************************* MAIN RIGHT ****************************************************** */
/** product-brand-box **/
.product-brand-box {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    padding: 30px 35px;
    margin-bottom: 60px;
}
.product-brand-box-img {
    margin-bottom: 24px;
}
.product-brand-box-img img {
    max-height: 35px;
    width: auto;
}
.product-brand-box-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 180%;
    color: #3E3E3E;
}
.product-brand-box-link {
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #A9BC00;
    border-bottom: 1px dashed #A9BC00;
}

/** product-similar-box **/
.product-similar-box {
    margin-bottom: 50px;
}
.product-similar-box-head {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #0E0E0E;
    margin-bottom: 28px;
}
.product-similar-item {
    background: #FFFFFF;
    border: 0.566143px solid #ECECEC;
    margin-bottom: 18px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.product-similar-item:hover {
    border: 0.802035px solid #A9BC00;
    transition: 0.5s;
}
.product-similar-item-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.product-similar-item-img {
    width: 85px;
    flex-shrink: 0;
}
.product-similar-item-img img {
    width: 100%;
}
.product-similar-item-wrapper {
    padding-left: 20px;
    flex-grow: 1;
}
.product-similar-item-cat {
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    color: #A9BC00;
    margin-bottom: 8px;
    font-size: 8px;
    line-height: 9px;
    /**/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-similar-item-name {
    font-style: normal;
    font-weight: 700;
    color: #2F2F2F;
    height: 32px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
}
.product-similar-item-rate img {
    height: 9px;
    margin-right: 5px;
    display: inline-block;
}
.product-similar-item-rate span {
    font-style: normal;
    font-weight: 300;
    font-size: 10.1906px;
    line-height: 13px;
    color: #7A7A7A;
}
.product-similar-item-price {
    font-style: normal;
    font-weight: 700;
    color: #2F2F2F;
    margin-top: 1px;
    font-size: 12px;
    line-height: 15px;
}
.product-similar-item-price span {
    font-weight: 300;
    text-decoration-line: line-through;
    color: #ACACAC;
    padding-left: 20px;
}

/* product-consult-box */

.product-consult-box {
    background: #FFFFFF;
    border: 0.566143px solid #ECECEC;
    margin-bottom: 26px;
    padding: 47px 29px 21px;
    text-align: center;
}

.product-consult-box-img {
    text-align: center;
    margin-bottom: 25px;
}
.product-consult-box-img img {
    width: 58px;
    height: auto;
}
.product-consult-box-head {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}
.product-consult-box-txt {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    border-bottom: 1px solid #ECECEC;
    padding: 0 18px 20px;
    margin-bottom: 18px;
}

.product-consult-box-link {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
}


/** banners **/
.product-banner {
    margin-bottom: 25px;
}

.product-banner img {
    width: 100%;
}


