#product #wrapper{
    color: var(--color-black);
}
#product-main-line-wrapper{
    background: url("/img/cms/homepage/pattern.svg");
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    /*margin-bottom: 50px;*/
    padding-bottom: 50px;
}
#product-main-line-wrapper #product-main-line .breadcrumb{
background: transparent;
}
#product-main-line-wrapper h1.page-title-h1{
    font-size: 36px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 36px;

}
#product-main-line-wrapper h1.page-title-h1 span.orange{
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    padding-bottom: 0;
}
#product-main-line-wrapper #col-product-info{
    position: initial;
    top: 0;
}
#product-main-line-wrapper h1.page-title-h1 span.orange:before{
    display: none;
}
#product-main-line-wrapper h1.page-title-h1:after{
    display: block;
    width: 150px;
    height: 8px;
    content: '';
    background: var(--color-orange);
    position: absolute;
    bottom: 0;
    left: 0;
}
#product-main-line-wrapper .brand-code span.label{
color: var(--color-gray-light);
    font-size: var(--fs-text);
}
#product-main-line-wrapper .brand-code span.value{
    color: var(--color-black);
    padding-left: 8px;
    font-size: var(--fs-text);
}
#product-main-line-wrapper .brand-code span.value a,
#product-main-line-wrapper .category_name a{
    color: var(--color-orange);

}
#product-main-line-wrapper .brand-code span.value a:hover,
#product-main-line-wrapper .category_name a:hover{
    color: var(--color-orange-dark);
    text-decoration: underline;
}
#product-main-line-wrapper .brand-code .product-reference{
    margin-right: 20px;
}
#product-main-line-wrapper .category_name{
    margin-top: 8px;
    font-size: var(--fs-text);
    color: var(--color-gray-light);
}
#product-main-line-wrapper .category_name a{
    color: var(--color-orange-dark);
}

#product-main-line-wrapper .product-description{
    margin-top: 40px;
}

#product-main-line-wrapper .product-features{


}
#product-main-line-wrapper .brand-code{
    margin-top: 40px;
}
#product-main-line-wrapper .product-features li,
#product-main-line-wrapper .brand-code div.li-mark,
#product-main-line-wrapper div.product-reference.li-mark{
   /*padding: 0 36px;
    border-radius: 18px;
    border: 2px solid var(--color-orange-light);
    text-align: center;
    background: var(--color-begie);*/
    max-width: 800px;
    margin-bottom: 18px;
    position: relative;
    padding-left: 36px;
}
#product-main-line-wrapper .product-features li:before,
#product-main-line-wrapper .brand-code div.li-mark:before,
#product-main-line-wrapper div.product-reference.li-mark:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-orange);
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

#product-main-line-wrapper .product-features ul li:last-child{

}
#product-main-line-wrapper .product-features li span,
#product-main-line-wrapper .brand-code div.li-mark span,
#product-main-line-wrapper div.product-reference.li-mark span{
    display: block;
    line-height: 1.4;
    font-size: var(--fs-text);
    color: var(--color-gray);
}
#product-main-line-wrapper .product-features li span.name{


}
#product-main-line-wrapper .product-features li span.value,
#product-main-line-wrapper div.product-reference.li-mark span.value{
    color: var(--color-black);
    font-weight: 500;
}
#product-main-line-wrapper .brand-code div.li-mark span a{
    color: var(--color-orange-dark);
    text-decoration: underline;
}
#product-main-line-wrapper .brand-code div.li-mark span a:hover{
    text-decoration: none;
}
#product-main-line-wrapper #product-images-large{
    border-radius: 18px;
    /*border: 1px solid var(--color-orange);*/
}
#product-main-line-wrapper #product-images-large.no_image{
    border: 1px solid var(--color-orange);
}
#product-main-line-wrapper #product-images-large img{
    margin: 0;
    width: 100%;
}
section#buy_block {

width: 100vw;
position: relative;
margin-left: -50vw;
left: 50%;
    background-color: #f4dcb8;
    background-image: url('/img/cms/about-us-frame02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
    margin-bottom: 50px;

}
section#buy_block .container{
    padding: 0;
}
section#buy_block h2{
    margin-bottom: 36px;
}
#buy_block .product_p_price_container{
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
#product #add_to_cart_wrapper .current-price .product-price{
    display: inline-block;
    line-height: 48px;
    color: var(--color-black);
}
#product #add_to_cart_wrapper .qty{
    width: auto;
}
#product #add_to_cart_wrapper .buy-container{
    margin-left: 36px;
}
#product #add_to_cart_wrapper .qty .input-group{
    position: relative;
    width: 190px;
    height: 48px;
    border-radius: 24px;
    border: 2px solid var(--color-orange);
    background: #fff;
}
#product #add_to_cart_wrapper .product-quantity>.col{
    margin-bottom: 0;
}
#product #add_to_cart_wrapper .qty  .input-group input[name=qty]{
    padding: 8px;
    border: none;
    max-width: 60px;
    margin: 0 auto;
    text-align: center;
    height: 44px;
    line-height: 44px;

}
#product #add_to_cart_wrapper .qty button.btn-touchspin{
    position: absolute;
    top: 0;
    height: 44px;
    width: 11px;
    border: none;
    padding: 0;
    min-width: 11px;
    background: transparent;
}

#product #add_to_cart_wrapper .qty button.btn-touchspin.bootstrap-touchspin-down{
    left: -150px;

}
#product #add_to_cart_wrapper .qty button.btn-touchspin.bootstrap-touchspin-up{
    left: -35px;
}

#product #add_to_cart_wrapper .qty button.btn-touchspin i{
    position: relative;
    top: 0;
    left: 0;
    width: 11px;
    display: inline-block;
    height: 11px;
}
#product #add_to_cart_wrapper .qty button.btn-touchspin i:before{
    display: block;
    width: 11px;
    height: 11px;
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
}
#product #add_to_cart_wrapper .qty button.btn-touchspin.bootstrap-touchspin-down i:before{
    height: 3px;
    top: 6px;
}
#product #add_to_cart_wrapper .qty button.btn-touchspin.bootstrap-touchspin-down i:before{
    background: url("/img/custom/qnt_minus.svg") center no-repeat;
    background-size: cover;
}
#product #add_to_cart_wrapper .qty button.btn-touchspin.bootstrap-touchspin-up i:before{
    background: url("/img/custom/qnt_plus.svg") center no-repeat;
    background-size: cover;
}
#product #add_to_cart_wrapper button.add-to-cart{
    width: 190px;
    height: 48px;
    line-height: 48px;
    background: var(--color-orange);
    color: #fff;
    padding: 0;
    text-align: center;
    border-radius: 28px;
    margin-left: 3px;
}
#product #add_to_cart_wrapper button.add-to-cart:hover{
    background: var(--color-orange-dark);
}
section#buy_block .notes{
    font-weight: 400;
    color: var(--color-gray);
    margin-top: 56px;
    margin-bottom: 0;
}
#buy_block ul.advantages{
    margin-bottom: 42px;
}
#buy_block ul.advantages li{
    position: relative;
    line-height: 1.3;
    padding-left: 51px;
    margin-bottom: 18px;
    font-size: var(--fs-text);

}
#buy_block ul.advantages li:before{
    display: block;
    width: 40px;
    height: 40px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
#buy_block ul.advantages li.delivery:before{
    background: url("/img/custom/adventure-delivery.svg") center no-repeat;
    background-size: cover;
}
#buy_block ul.advantages li.time:before{
    background: url("/img/custom/adventure_time.svg") center no-repeat;
    background-size: cover;
}
#buy_block ul.advantages li.manager:before{
    background: url("/img/custom/adventure-manager.svg") center no-repeat;
    background-size: cover;
}
#buy_block  a.to_contacts{
    display: inline-block;
    margin-top: 30px;
    font-size: var(--fs-link);
    color: var(--color-black);
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    padding-right: 76px;
    line-height: 28px;
    text-decoration: underline;
}
#buy_block  a.to_contacts:before {
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url('/img/custom/proposition_hmel.svg') center no-repeat;
    background-size: cover;
}
#buy_block  a.to_contacts:after {
    display: block;
    width: 76px;
    height: 40px;
    content: '';
    position: absolute;
    right: 0;
    top: -6px;
    background: url('/img/custom/proposition_arrow.svg') center no-repeat;
    background-size: cover;
}
#buy_block  a.to_contacts:hover{
    color: var(--color-orange-dark);
}

#product section.product-accessories,
#product .category-products{
    /*background: #fff;
    border: 2px solid var(--color-orange-light);
    border-radius: 28px;
    padding: 24px;*/
}
#product .category-products .product-list-card-wrapper article.product-miniature_card{
    background: #fff;
    border: 2px solid var(--color-orange-light);
    border-radius: 28px;
    padding: 20px;
    margin: 0;
}
#product .category-products .product-list-card-wrapper article.product-miniature_card .product-miniature-list-row{
    padding: 0;
}
#product .product-list-card-wrapper article.product-miniature_card .h3.product-title a{

    color: var(--color-black);
}
#product .product-list-card-wrapper article.product-miniature_card .h3.product-title a:hover{
    color: var(--color-orange-dark);
}
#product .product-list-card-wrapper article.product-miniature_card.miniature_card_image div.product-reference{
    margin: 8px 0;
    color: var(--color-gray-light);
}
#product .product-list-card-wrapper article.product-miniature_card.miniature_card_image div.product-reference .value{
    color: var(--color-black);
    font-weight: 500;
    padding-left: 6px;
}
#product .product-list-card-wrapper section.product-features ul li{
    margin-bottom: 4px;
}
#product .product-list-card-wrapper section.product-features ul span {

    color: var(--color-gray-light);
    font-size: var(--fs-textm);
    white-space: nowrap;
}
#product .product-list-card-wrapper section.product-features ul span.value {
    font-weight: 500;
    color: var(--color-orange);

}

#product section.product-accessories article,
#product .category-products article{
    margin: 0 -0.7rem 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-orange-light);
}
.products-grid .product-miniature .product-reference,
#product .category-products .product-reference{
    display: block!important;
}
#product #product_accessories,
#product .category-products{
    margin-top: 50px;
}
#product h2.h3,
#product h2.h3 span.orange{
    font-size: var(--fs-h3m);

}
#product h2.h3{
    margin-bottom: 30px!important;
}
#product .top_proposition_wrapper h2.h3{
    margin-top: 90px;
}
#product h2 span.orange{
    color: var(--color-orange-dark);
    position: relative;
    padding-bottom: 28px;
    display: inline;
    font-size: var(--fs-h3m);
}
#product h2 span.orange:before {
    display: block;
    width: 150px;
    height: 8px;
    content: '';
    background: var(--color-orange-dark);
    position: absolute;
    bottom: 20px;
    left: 0;
}
#product  #product_accessories span.product-title,
#product  #product_accessories .product-title a,
#product .category-products span.product-title,
#product .category-products span.product-title a{
    display: inline-block;
    color: var(--color-black);
    font-size: var(--fs-link);
    font-weight: 500;
    line-height: 1.4;
    min-height: 84px;
}
#product  #product_accessories .product-title a:hover,
#product .category-products span.product-title a:hover{
    color: var(--color-orange-dark);
}
#product  #product_accessories span.product-reference,
#product .category-products span.product-reference{
    color: var(--color-gray-light);
    font-size: var(--fs-text);
}
#product .category-products span.product-reference{
    margin: 16px 0 8px;
}
#product  #product_accessories span.product-reference .value,
#product .category-products span.product-reference .value{
    color: var(--color-black);
    font-weight: 500;
    padding-left: 12px;

}
#product  #product_accessories section.product-features,
#product .category-products section.product-features{
    margin-top: 18px;
    padding: 0 0.7rem;
    padding: 0;
}


#product  #product_accessories  section.product-features ul span,
#product .category-products section.product-features ul span{
   //* font-size: var(--fs-text);
    color: var(--color-gray-light);*/
}
#product  #product_accessories section.product-features ul span.value,
#product .category-products section.product-features ul span.value{
   /* font-weight: 500;
    color: var(--color-orange);
    padding-left: 12px;*/
}

#product.page-not-found #wrapper{
    background-image: url("/img/custom/notfound-bg.jpeg");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 180px 0 150px;
    color: var(--color-black);
}
#product.page-not-found .img-wrapp.p-404{
    position: relative;
}
#product.page-not-found .img-wrapp.p-404 img{
    position: absolute;
    z-index: 0;
    left: 24%;
    top: -50px;
}
#product.page-not-found .img-wrapp.tin{
    position: relative;
}
#product.page-not-found h1{
    font-size: var(--fs-h3);
    color: var(--color-black);
    margin-bottom: 24px;
}
#product.page-not-found .orange-button.btn{
    margin-top: 56px;
}
#pagenotfound #main .page-content,
#products #main .page-content{
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #product h2 span.orange:before{
        display: none;
    }
    #product h2.h3{

        position: relative;
        padding-left: 13px !important;

    }
    #product h2.h3:before{
        display: block;
        width: 5px;
        height: 100%;
        content: '';
        background: var(--color-orange);
        position: absolute;
        top: 0;
        left: 0;
    }

    #product-main-line-wrapper h1.page-title-h1 {
        position: relative;
        padding-left: 13px;
        padding-bottom: 0;
        font-size: var(--fs-h2m);
    }
    #product-main-line-wrapper h1.page-title-h1:after{
        display: block;
        width: 5px;
        height: 100%;
        content: '';
        background: var(--color-orange);
        position: absolute;
        top: 0;
        left: 0;
    }
    #product-main-line-wrapper .brand-code .product-reference{
        margin-right: 0;
        margin-top: 16px;
    }
    #product-main-line-wrapper .product-description,
    #product-main-line-wrapper .brand-code{
        margin-top: 30px;
    }
    #product-main-line-wrapper .product-features li,
    #product-main-line-wrapper .brand-code div.li-mark,
    #product-main-line-wrapper div.product-reference.li-mark{
        max-width: 100%;
        width: 100%;
    }
    #product-main-line-wrapper .product-features li:before,
    #product-main-line-wrapper .brand-code div.li-mark:before,
    #product-main-line-wrapper div.product-reference.li-mark:before{
        top: 8px;
        transform: none;
    }
    #product-main-line-wrapper .product-features li span,
    #product-main-line-wrapper .brand-code div.li-mark span,
    #product-main-line-wrapper div.product-reference.li-mark span{
        font-size: var(--fs-textm);


    }
    #product-main-line-wrapper .product-features li span.value,
    #product-main-line-wrapper div.product-reference.li-mark span.value,
    #product-main-line-wrapper .brand-code div.li-mark span.value{
        padding-top: 4px;
        padding-left: 0;

    }
    #product .product-info-row{
    flex-direction: column-reverse;
}
    #product .row.product-info-row{
        margin-bottom: 30px;
    }
    #product-main-line-wrapper{
        padding-bottom: 0;
    }
    section#buy_block{
        padding: 50px 15px;
    }
    section#buy_block h2{
        font-size: var(--fs-h3m);
        margin-bottom: 20px;
        line-height: 1.4;
    }
    #product #add_to_cart_wrapper .current-price .product-price {
       font-size: var(--fs-subtitle);
    }
    #product #add_to_cart_wrapper .buy-container{
        margin-left: 0;
        margin-top: 15px;
    }
    #product #add_to_cart_wrapper button.add-to-cart{
        margin-top: 15px;
    }
    #buy_block ul.advantages{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    #buy_block a.to_contacts{
    margin-top: 6px;
    font-size: var(--fs-linkm);
    padding-left: 32px;
    padding-right: 52px;
    line-height: 24px;
}
    #buy_block ul.advantages li:before{
        width: 30px;
        height: 30px;
    }
    #buy_block a.to_contacts:before{
        width: 24px;
        height: 24px;

    }
    #buy_block a.to_contacts:after{
        width: 56px;
        height: 20px;
        top: 0;

    }
    #product section.product-accessories{
        margin-bottom: 60px;
    }
    #product.page-not-found #wrapper{
        background-image: url("/img/custom/notfound-bg-m.jpeg");
        background-position: center top;
        padding: 90px 0 50px;
    }

    #product.page-not-found .img-wrapp.p-404 img{
        position: absolute;
        z-index: 0;
        max-width: 194px;
        left: 20%;
        top: -30px;
    }
    #product.page-not-found .img-wrapp.tin img{
        max-width: 95%;    }

    #product.page-not-found h1{
        font-size: var(--fs-h3m);
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #product.page-not-found .orange-button.btn{
        margin-top: 42px;
    }
    #product  #product_accessories span.product-title,
    #product  #product_accessories .product-title a,
    #product .category-products span.product-title,
    #product .category-products span.product-title a{
        min-height: 100%;
    }
}

#product #main{
    padding-bottom: 50px;
}