#wrapper .container {
    max-width: 1320px !important;
    width: 100% !important;
}
#product #wrapper {
    margin: 0 0 90px;
}
#product #content {
    position: relative;
    max-width: 520px;
}
h1.h1 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
    font-family: 'Nunito', sans-serif;
    text-transform: none;
}
.product-manufacturer a {
    font-size: 20px;
    color: #7F8085;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    font-weight: 400;
    text-transform: none;
    text-decoration: underline;
}
.product-manufacturer {
    margin: 0 0 8px;
}
.after_title {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.product-reference, .product-reference span, .product-reference label {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}
/*** cover ***/
.product-cover {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    padding: 6px;
    overflow: hidden;
}
.product-cover .layer {
    background: rgba(0, 0, 0, 0.4);
}
.images-container .product-images>li.thumb-container .thumb {
    margin-right: .25rem;
}
.images-container .product-images>li.thumb-container .thumb {
    margin-right: .25rem;
    border-radius: 6px;
    border: 3px solid transparent !important;
}
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
    border: 3px solid #96C64B !important;
}
#product .product-flags {
    top: 20px;
    left: 0;
}
#product .product-flags li.product-flag {
    width: 62px;
    display: block;
    height: 26px !important;
    min-width: auto !important;
    min-height: auto !important;
    text-align: center;
    padding: 2px 9px 2px 5px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0 0 8px;
    position: relative;
}
#product .product-flags li.product-flag.discount {
    display: block!important;
}
#product .product-flags li.product-flag.discount:after {
    content: "";
    position: absolute;
    left: 6px;
    height: 26px;
    width: 62px;
    background-image: url(/themes/webecologie/assets/img/bg-discount.svg);
    background-repeat: no-repeat;
    background-position: right center;
    top: 0;
    z-index: -1;
}
#product .product-flags li.product-flag.new {
    display: block !important;
    width: 90px;
    font-size: 16px;
    background: #693D3A;
    text-transform: none;
    padding: 2px 2px 4px;
    line-height: 22px;
}
#product .product-flags li.product-flag.new:after {
    content: "";
    position: absolute;
    left: 6px;
    height: 26px;
    width: 90px;
    background-image: url(/themes/webecologie/assets/img/bg-flag.svg);
    background-repeat: no-repeat;
    background-position: right center;
    top: 0;
    z-index: -1;
}
#product .product-flags li.product-flag.out_of_stock {
    display: none;
}
#product #content button.wishlist-button-add.wishlist-button-product {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 1;
    width: 26px;
    height: 26px;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    min-width: auto;
    padding: 0;
    margin: 0 !important;
    display: none !important;
}
.wishlist-button-add i {
    color: #7F8085;
    font-size: 26px;
}
/**** thumb-modal *****/
#product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
}
#product-modal .product-images>li.thumb-container {
    display: block;
    margin: 0;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 42.75rem;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: block!important;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    font-size: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: 0 !important;
    right: 0;
    z-index: 99;
    font-size: 30px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#product-modal .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}
#product-modal .modal-content .modal-body {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    background: #fff;
}
#product-modal .modal-content .modal-body figure {
    margin: 0 !important;
    width: calc(100% - 135px);
    margin-right: 15px !important;
    margin-top: 10px !important;
}
#product-modal .modal-content .modal-body figure picture {
    display: block;
}
#product-modal .modal-content .modal-body .product-cover-modal {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 100%;
}
#product-modal .modal-content .modal-body aside#thumbnails {
    width: 120px;
    margin-top: 10px;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 0;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 120px;
    height: 120px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
}
#product-modal .modal-dialog button.close {
    position: absolute;
    left: 12px;
    top: 12px;
    line-height: 24px;
    font-size: 36px;
    opacity: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    outline: 0 !important;
    background: #fff;
    width: 24px;
    height: 24px;
}
#product-modal .modal-content .modal-body .image-caption .page-content.page-cms ul, 
#product-modal .modal-content .modal-body .image-caption p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
    padding: .75rem 0 .5rem;
    background: #fff;
    border-top: #D9D9D9 1px solid;
}
/*** price ***/
.product-prices {
    margin-top: 12px;
}
.current-price {
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.product-prices .product-discount {
    margin: 0;
}
.product-price .current-price-value {
    font-size: 36px;
    font-family: 'Nunito', sans-serif;
    color: #457503;
    line-height: 40px;
    font-weight: 700;
    margin-right: 10px;
}
.product-prices .product-discount, .product-prices .product-discount .regular-price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Nunito', sans-serif;
}
.product-prices .has-discount .discount {
    display: inline-block;
    padding: 4px 12px;
    margin-left: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #E65722;
    text-transform: none;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E65722;
}
.has-discount .product-unit-price, .product-unit-price {
    margin-bottom: 0;
    overflow: hidden;
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    margin-top: 10px;
    line-height: 24px;
}
.product-information {
    font-size: 16px;
    color: #000;
}
.product-information .product-description, .product-information .product-description p {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.product-customization .product-customization-item .radio-label, 
.product-variants>.product-variants-item .radio-label {
    display: inline-block;
    padding: 6px 10px 4px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #457503;
    min-width: 114px;
    text-align: center;
    border-radius: 6px;
    font-size: 20px;
    line-height: 30px;
    color: #457503;
}
.product-customization .product-customization-item .input-radio:checked+span, .product-customization .product-customization-item .input-radio:hover+span,
.product-variants>.product-variants-item .input-radio:checked+span, .product-variants>.product-variants-item .input-radio:hover+span  {
    border: 1px solid #457503;
    background: #457503;
    color: #fff;
}
.product-actions .control-label {
    font-size: 18px;
    margin-bottom: .75rem;
}
/*** product-add-to-cart ***/
#product-availability.warning-availability {
    display: inline-block;
    padding: 4px 12px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #E65722;
    text-transform: none;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #E65722;
    margin: 0 0 24px;
}
#product-availability .product-last-items, #product-availability .product-unavailable {
    color: #E65722;
    font-size: 20px;
    position: relative;
    top: -4px;
    margin: 0;
}
/****/
.product-quantity .qty {
    width: 114px;
    height: 56px;
    margin-right: 6px;
    margin-bottom: 6px;
}
.product-quantity .add {
    width: calc(100% - 114px);
    margin-left: 14px;
    margin-bottom: 6px;
}
.product-actions .add-to-cart {
    height: 56px;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    line-height: 24px !important;
    padding: 12px 20px 12px;
    width: 100%;
    text-transform: none;
    font-weight: 600;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 6px;
    box-shadow: none !important;
    background: #457503;
    color: #fff;
}
.product-actions .add-to-cart:hover, .product-actions .add-to-cart:focus {
    background: #689E30;
    color: #fff;
}
.product-actions .add-to-cart i {
    position: relative;
    top: -1px;
    margin-right: 12px;
}
.input-group.bootstrap-touchspin {
    position: relative;
    padding-left: 32px;
    padding-right: 32px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
}
.product-quantity #quantity_wanted {
    width: 48px;
    height: 56px!important;
    padding: 4px 6px;
    color: #000;
    background-color: transparent;
    text-align: center;
    border: 1px solid #D9D9D9;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700!important;
    border-width: 0 !important;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    position: absolute;
    left: 0;
    top: 0;
    color: #3c3c3c;
    width: 30px;
    border: none !important;
    transform: none;
    background: transparent !important;
    padding: 5px;
    margin: 0;
    height: 56px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: initial;
    width: 100%;
}
.product-quantity .input-group-btn-vertical .btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    height: 56px;
    background: transparent !important;
    width: 30px;
    border: none;
    transform: none;
    padding: 5px;
    text-align: center;
    margin: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
    content: "\e145" !important;
    font-weight: 900;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
    content: "\e15b" !important;
    font-weight: 900;
}
button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down i, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up i {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}
/*** blockreassurance ****/
.blockreassurance_product .row {
    margin-left: -8px;
    margin-right: -8px;
}
.blockreassurance_product .row .col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
}
.blockreassurance_product .item-blockreassurance {
    padding: 12px 13px 16px;
    text-align: center;
    background: #FFF9EE;
    border-radius: 6px;
    /* min-height: 120px; */
    min-height: 92px;
}
.blockreassurance_product .item-blockreassurance .icon {
    margin: 0 0 14px;
}
.blockreassurance_product .item-blockreassurance .icon img {
    height: 32px;
    width: auto;
}
.blockreassurance_product .item-blockreassurance .text {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    font-weight: 400;
}
/*******/
.product-container.js-product-container {
    margin-bottom: 80px;
}
.product-accessories .h5 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    color: #693E3A;
    font-family: 'Fredoka', sans-serif;
    letter-spacing: 0.09em;
    display: table;
    margin: 0 auto 46px;
    padding: 0 47px;
    position: relative;
}
.product-accessories .h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 36px;
    height: 50px;
    background-image: url(/themes/webecologie/assets/img/title/left-yell-icon.svg);
    background-repeat: no-repeat;
}
.product-accessories .h5:after {
    content: "";
    position: absolute;
    right: 0;
    top: -8px;
    width: 36px;
    height: 50px;
    background-image: url(/themes/webecologie/assets/img/title/right-yell-icon.svg);
    background-repeat: no-repeat;
    background-position: left center;
}
section.product-accessories {
    margin: 0 0 80px;
}

/* product-miniature **/
section.product-accessories article.product-miniature {
    margin: 20px 0 76px;
}
#product .product-miniature .product-actions2 {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: opacity 0.2s ease, visibility 0.2s linear, height 0.3s linear;
}
#product .product-miniature:hover .product-actions2 {
    height: auto;
    padding: 0 20px 20px;
    opacity: 1;
    visibility: visible;
}
#product article.product-miniature:hover {
    margin-bottom: -80px;
}
#product .product-miniature .product-flags {
    display: none;
}
/** tabs **/
.tabs-wrapper .tabs .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
.tabs-wrapper .tabs {
    padding: 0;
    margin-top: 0;
}
.tabs-wrapper .tab-content {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding: 36px 45px 32px;
}
.tabs-wrapper .tabs .nav-tabs {
    display: flex;
    border: none;
}
.tabs-wrapper .tabs .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
.tabs-wrapper .tabs .nav-tabs .nav-item a {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
    font-weight: 500 !important;
    color: #000;
    padding: .5rem 1rem .65rem;
    cursor: pointer;
    position: relative;
    border-bottom: none!important;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active {
    color: #457503;
    border: none;
    border-bottom: none!important;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: #457503;
    border-radius: 3px;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link:hover {
    border: none;
    color: #92C33F;
}
.tabs-wrapper .tabs .nav-tabs .nav-item .nav-link.active:hover:after {
    background: #92C33F;
}
.tabs-wrapper .tab-content .product-description, .tabs-wrapper .tab-content .product-description p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
}
.tabs-wrapper .tab-content .product-description h2 {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}
.tabs-wrapper .tab-content .product-description h3 {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: 700;
}
.tabs-wrapper .tab-content .product-description h4 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
}
#product-details .product-manufacturer a {
    font-size: 18px;
    color: #000;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    font-weight: 600;
}
#product-details .product-manufacturer a span {
    display: block;
    margin-top: 10px;
}
#product-details .product-quantities {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
#product-details .product-features {
    margin-top: 1.25rem;
    margin-left: 0;
}
#product-details .product-features .h6 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 26px;
    margin: 0 0 1rem;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    min-height: 30px;
    padding: .725rem;
    margin-right: .35rem;
    margin-bottom: .35rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6;
}
/***** pack *****/
.product-additional-info .tabs {
    padding: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    box-shadow: none;
}
#product .product-additional-info .tabs .nav-tabs .nav-link, 
#product .product-additional-info .tabs .nav-tabs .nav-link.active {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000 !important;
    text-transform: none;
    padding: 6px 0;
    width: 100% !important;
    display: block !important;
    border-bottom: 2px solid #DEDEDF !important;
}
#product .product-additional-info .tabs .nav-tabs .nav-item .nav-link:after, 
#product .product-additional-info .tabs .nav-tabs .nav-item .nav-link.active:after {
    opacity: 0;
    display: none;
}
.product-additional-info .tabs .nav-tabs .nav-item {
    width: 100%;
}
.bundle-products {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 0;
    margin-bottom: 0;
    justify-content: center;
    position: relative;
}
.bundle-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    text-align: left;
}
.bundle {
    background-color: #fff;
    border-radius: 2px;
    position: relative;
    border: 1px solid #E3E3E3;
    min-width: 120px;
    height: 100%;
    line-height: 25px;
}
.bundle-detail {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 10px 14px 11px 42px;
}
.bundle-detail {
    padding: 10px 14px 11px 42px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bundle-detail p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 500;
    text-transform: none;
}
.bundle-detail p.contains {
    font-weight: 600;
    margin: 0 0 8px;
}
.bundle .right-block {
    width: 70px;
    text-align: right;
}
.bundle .left-block {
    width: calc(100% - 80px);
    margin-right: 10px;
}
.bundle-detail .price {
    font-weight: 700;
    color: #F99767;
    font-size: 18px;
    line-height: 23px;
}
.bundle-detail .old-price {
    color: #7F8085;
    font-size: 15px;
    text-decoration: line-through;
    font-weight: 600;
    line-height: 18px;
    margin: 6px 0 0;
}
.bundle .check-box {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    left: 10px;
    top: 11px;
    font-size: 0;
    transition: all .2s ease;
}
.bundle.active {
    border: 1px solid #F99767;
}
.bundle.active span.check-box {
    font-size: 20px;
    color: #F99767!important;
}
.bundle-wrapper .active .ap5-bundle-product-icon-remove:after {
    display: block;
    color: #fff;
    background: transparent;
    content: "\e876"!important;
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    top: -3px;
    right: 0;
    cursor: pointer;
}
.bundle.active .check-box {
    border-color: #F99767;
    background-color: #F99767;
}
/****/
@media (max-width: 1024px) {
h1.h1 {
    font-size: 32px;
    line-height: 42px;
}
}
@media (max-width: 1024px) {
.product-manufacturer a {
    font-size: 18px;
    line-height: 28px;
}
h1.h1 {
    font-size: 28px;
    line-height: 40px;
}
.product-reference, .product-reference span, .product-reference label {
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
}
.product-price .current-price-value {
    font-size: 32px;
    line-height: 36px;
}
.product-information .product-description, .product-information .product-description p {
    font-size: 16px;
    line-height: 28px;
}
.product-actions .add-to-cart {
    height: 50px;
    font-size: 18px;
    line-height: 23px !important;
    padding: 10px 18px 10px;
}
.product-actions .add-to-cart i {
    top: -2px;
    margin-right: 8px;
    font-size: 22px;
}
.product-quantity .qty {
    height: 50px;
    margin-right: 0;
}
.product-quantity .input-group-btn-vertical .btn, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    height: 50px;
}
.product-quantity #quantity_wanted {
    height: 50px !important;
}
.blockreassurance_product .item-blockreassurance {
    padding: 12px 8px 12px;
    /* min-height: 132px; */
}
.blockreassurance_product .item-blockreassurance .text {
    font-size: 14px;
    line-height: 20px;
}
.blockreassurance_product .item-blockreassurance .icon img {
    height: 30px;
}
.product-accessories .h5 {
    font-size: 28px;
    line-height: 42px;
    margin: 0 auto 24px;
    padding: 0 47px;
}
.product-container.js-product-container {
    margin-bottom: 60px;
}
section.product-accessories {
    margin: 0 0 50px;
}
.tabs-wrapper .tabs .nav-tabs .nav-item a {
    font-size: 22px;
    line-height: 30px;
}
#product #wrapper {
    margin: 0 0 80px;
}
}
@media (max-width: 992px) {
    .blockreassurance_product .row .col-md-4 {
        width: 50%;
    }
    .blockreassurance_product .item-blockreassurance {
        padding: 12px 8px 12px;
        /* min-height: 112px; */
        margin-bottom: 16px;
    }
    .product-manufacturer a {
        font-size: 17px;
    }
    h1.h1 {
        font-size: 24px;
        line-height: 36px;
    }
    .product-reference, .product-reference span, .product-reference label {
        font-size: 14px;
        line-height: 24px;
    }
    .product-price .current-price-value {
        font-size: 28px;
        line-height: 32px;
    }
    .product-prices .has-discount .discount {
        margin-top: 8px;
        font-size: 17px;
    }
    .product-actions .add-to-cart {
        height: 50px;
        font-size: 17px;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 20px;
        line-height: 30px;
    }
    .tabs-wrapper {
        padding: 0 6px;
    }
    .product-customization .product-customization-item .radio-label, .product-variants>.product-variants-item .radio-label {
        padding: 6px 10px 5px;
        min-width: 110px;
        font-size: 18px;
        line-height: 28px;
    }
}
@media (max-width: 768px) {
    .tabs .tab-pane {
        padding-top: 0;
    }
    .blockreassurance_product .row {
        display: flex;
        flex-wrap: wrap;
    }
    .blockreassurance_product .row .col-md-4 {
        width: 33.33%;
    }
    .product-actions .add-to-cart {
        font-size: 18px;
    }
    .product-container.js-product-container {
        margin-bottom: 30px;
    }
    .product-accessories .h5:before, .product-accessories .h5:after {
        top: -7px;
        width: 28px;
        height: 40px;
        background-size: 28px;
    }
    .product-accessories .h5 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 auto 12px;
        padding: 0 40px;
    }
    #product .product-miniature .product-actions2 {
        opacity: 1!important;
        visibility: visible!important;
        height: auto!important;
        padding: 0 16px 16px!important;
    }
    section.product-accessories article.product-miniature {
        margin: 24px 0;
    }
    #product article.product-miniature:hover {
        margin-bottom: 0;
    }
    section.product-accessories {
        margin: 0 0 40px;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 18px;
        line-height: 28px;
    }
    #product-details .product-manufacturer a {
        font-size: 16px;
        line-height: 28px;
    }
    #product-details .product-features .h6 {
        font-size: 17px;
    }
    .tabs-wrapper .tab-content {
        padding: 36px 36px 20px;
    }

}
@media (max-width: 576px) {
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 16px;
        line-height: 24px;
    }
    .product-actions .add-to-cart {
        height: 48px;
        font-size: 16px;
        line-height: 22px !important;
    }
    .product-actions .add-to-cart i {
        top: -3px;
        margin-right: 6px;
        font-size: 20px;
    }
    .product-quantity #quantity_wanted {
        height: 48px !important;
    }
    .product-quantity .input-group-btn-vertical .btn, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
        height: 48px;
    }
    .product-quantity .qty {
        height: 48px;
    }
    .blockreassurance_product .row .col-md-4 {
        width: 50%;
    }
    .product-accessories .h5 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 auto 12px;
        padding: 0 24px;
    }
    .product-accessories .h5:before, .product-accessories .h5:after {
        top: -4px;
        width: 18px;
        height: 26px;
        background-size: 18px;
    }
    .product-accessories .products .js-product.product {
        padding-left: 8px;
        padding-right: 8px;
    }
    #product .product-miniature .product-actions2 {
        padding: 0 8px 12px!important;
    }
    section.product-accessories {
        margin: 0 0 30px;
    }
    #product #wrapper {
        margin: 0 0 50px;
    }
    .tabs-wrapper .tab-content {
        padding: 24px 20px 16px;
    }
    .product-container.js-product-container {
        margin-bottom: 20px;
    }
    .product-quantity .add {
        width: calc(100% - 102px);
        margin-left: 12px;
        margin-bottom: 6px;
    }
    .product-quantity .qty {
        width: 102px;
    }
    .input-group.bootstrap-touchspin {
        padding-left: 28px;
        padding-right: 28px;
    }
    .product-quantity #quantity_wanted {
        width: 40px;
        padding: 4px 4px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400 !important;
    }
    .product-quantity .input-group-btn-vertical .btn , button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
        width: 28px;
    }
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down i, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up i {
        font-size: 14px;
    }
    .product-information .product-description, .product-information .product-description p {
        font-size: 15px;
        line-height: 24px;
    }
    .blockreassurance_product {
        margin-top: 16px;
    }
    .tabs-wrapper .tab-content .product-description h3 {
        font-size: 17px;
    }
    #product-availability {
        padding: 4px 8px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        border-radius: 5px;
        margin: 0 0 20px;
    }
    #product-availability .product-last-items, #product-availability .product-unavailable {
        font-size: 18px;
        top: -4px;
    }
    .product-customization .product-customization-item .radio-label, .product-variants>.product-variants-item .radio-label {
        padding: 6px 10px 5px;
        min-width: 100px;
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
    }
    #product-availability.warning-availability {
        padding: 4px 10px;
        font-size: 16px;
        line-height: 26px;
    }

}
@media (max-width: 425px) {
    .blockreassurance_product .row .col-md-4 {
        width: 100%;
    }
    .tabs-wrapper .tabs .nav-tabs {
        flex-wrap: wrap;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item {
        margin-bottom: 0;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 16px;
        line-height: 24px;
        border-bottom: 1px solid #d9d9d9 !important;
        padding: .65rem 1rem .65rem;
    }
    .tabs-wrapper .tab-content {
        border-top: none !important;
        border-radius: 0 0 5px 5px;
    }
    .tabs-wrapper .nav-tabs .nav-item+.nav-item {
        margin-left: 0;
    }
    .tabs-wrapper .tab-content .product-description h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .tabs-wrapper .tab-content .product-description h3 {
        font-size: 17px;
        line-height: 26px;
    }
    .tabs-wrapper .tab-content .product-description h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .tabs-wrapper .tabs .nav-tabs .nav-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 600 !important;
    }
    body:not(#checkout) .nav-tabs .nav-item {
        border-bottom: 1px solid #D9D9D9;
    }
    .product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
        min-height: 30px;
        padding: .625rem;
        margin-right: .25rem;
        margin-bottom: .25rem;
        font-weight: 500;
        font-size: 15px;
    }
    .blockreassurance_product .item-blockreassurance {
        padding: 12px 12px 12px;
        /* min-height: 100px; */
        margin-bottom: 16px;
    }
}