.header-page-title-top h1 {
    font-size: 36px;
}
#product #content-wrapper {
    padding: 80px 0 12px;
}
#product #main .page-footer {
    margin-bottom: .75rem;
}
#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

/*** product info ***/
.product-information {
    font-size: 16px;
    color: #000;
    margin-top: 1rem;
}
.product-container .product-description {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.product-container span.h1 {
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    font-weight: 700;
    color: #000;
    display: block;
    margin: 0 0 1rem;
}
.product-container .product-description h2, .product-container .product-description h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 8px;
    color: #000;
}
.product-container .product-description h3 {
    font-size: 17px;
}
.product-container .product-description br {
    display: none;
}
p.product-cta {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    color: #000;
}
p.product-cta a {
    color: #80AD4A;
    text-decoration: underline;
    transition: all .2s ease;
}
p.product-cta a:hover {
    color: #80AD4A;
    text-decoration: none;
}
/*** product image ***/
.images-container.js-images-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
#main .images-container .js-qv-mask.scroll, #main .images-container .js-iv-mask {
    width: 126px;
    margin: 0;
    padding: 0 36px 0 0;
    height: 584px;
    overflow: hidden;
}
.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
    max-width: calc(100% - 126px);
    width: 100%;
    height: 584px;
    background: #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.product-cover img {
    background: #F5F5F5;
    max-width: 500px;
    height: auto;
    object-fit: cover;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 0;
    width: 90px;
    height: 90px;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 2px solid transparent;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: #000 2px solid;
}
.product-images>li.thumb-container {
    display: block;
}
.scroll-box-arrows .left , .scroll-box-arrows .top , .scroll-btns-arrows .top {
    top: 0;
    
}
.scroll-box-arrows .right,  .scroll-box-arrows .bottom, .scroll-btns-arrows .bottom {
    top: inherit;
    bottom: 0;
}
ul.product-images.js-qv-product-images, ul.product-images.js-iv-product-images {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.scroll-box-arrows i, .scroll-btns-arrows i {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    right: inherit!important;
    width: 90px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    left: 31px !important;
    line-height: 28px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
}
.product-flags {
    left: 126px;
    top: 17px;
    width: calc(100% - 162px);
    pointer-events: none;
}
ul.product-images-slider {
    margin: 0 !important;
    padding: 12px;
    background: #f5f5f5;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
#product-modal button.close {
    display: block;
    position: absolute;
    font-size: 20px;
    right: 22px;
    opacity: 1;
    text-shadow: none;
    top: 20px;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000;
    z-index: 2;
    line-height: 30px;
    outline: none!important;
    border: none;
}
#product-modal .modal-content .modal-body {
    margin-left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    margin-top: 0;
}
.owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
    /* opacity: .6; */
    opacity: 0;
}
ul.product-images-slider .owl-dots {
    display: none;
}
.owl-carousel .owl-nav button.owl-next {
    right: 16px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 16px;
}
/*** product-price ***/
.has-discount.product-price .discount {
    display: none;
}
.product-prices {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 10px;
    position: relative;
    padding-left: 30px;
}
.product-prices:before {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(/themes/espace-therapeute/assets/img/tag.svg);
    background-size: auto;
    top: 8px;
}
.product-prices .current-price {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    color: #8DB054;
}
.product-prices .tax-shipping-delivery-label {
    font-size: .8125rem;
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin: 0;
    color: #8DB054;
}
.product-discount .regular-price {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: #000;
    text-decoration: line-through;
}
/*** product-variants ***/
.product-variants .control-label {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    display: block;
    margin: 0 0 6px;
}
.product-variants>.product-variants-item {
    margin: .75rem 0;
}
.product-variants .form-control-select {
    border: 1px solid #DFE0E1;
    border-radius: 4px;
    width: 130px !important;
    padding: 5px 14px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    outline: 1px solid #80AD4A !important;
}

.product-customization .product-customization-item .radio-label, .product-variants>.product-variants-item .radio-label {
    display: inline-block;
    padding: 4px 8px 5px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #DFE0E1;
    min-width: 108px;
    text-align: center;
    border-radius: 6px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
.product-customization .product-customization-item .input-radio:checked+span, 
.product-variants>.product-variants-item .input-radio:checked+span {
    border: 1px solid #80AD4A;
    background: #80AD4A;
    color: #fff!important;
} 
.product-customization .product-customization-item .input-radio:hover+span, .product-variants>.product-variants-item .input-radio:hover+span  {
    color: #80AD4A;
    border: 1px solid #80AD4A;
}
/*** product quantity ***/
p.product-minimal-quantity {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    padding: 12px 0;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
p.product-minimal-quantity span {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
}
p.product-minimal-quantity i {
    position: relative;
    top: 5px;
    margin-right: 7px;
}
.product-quantity {
    margin: 0 0 10px;
}
.product-quantity .qty {
    width: 120px;
    height: 44px;
    margin-right: 10px;
    margin-bottom: 6px;
}
.product-quantity .add {
    width: calc(100% - 130px);
    margin-left: 0;
    margin-bottom: 6px;
}
.product-actions .add-to-cart {
    height: 44px;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    line-height: 24px !important;
    padding: 10px 20px 9px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
    background: #80AD4A;
    color: #fff;
}
.product-actions .add-to-cart .material-icons {
    margin-right: 6px;
    position: relative;
    top: -4px;
}
.product-actions .add-to-cart .material-icons svg {
    height: 21px;
    width: 24px;
}
.product-actions .add-to-cart.disabled {
    background: #E1F0D1;
    color: #fff;
}
.product-actions .add-to-cart:hover, .product-actions .add-to-cart:focus {
    background: #6f8c40;
    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: 54px;
    height: 44px!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: 44px;
}
.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: 44px;
    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;
}
/**** product-tabs ****/
.product-tabs-notice {
    margin: 20px 0 80px;
}
.product-tabs-notice .tabs {
    padding: 0;
    margin-top: 0
}
.product-tabs-notice .tab-content {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 18px 28px 23px 20px
}
.product-tabs-notice .nav-tabs.nav-flex {
    display: flex;
    border: 0
}
.product-tabs-notice .tabs .nav-tabs .nav-item {
    width: 100%;
    text-align: center
}
.product-tabs-notice .tabs .nav-tabs .nav-item a {
    font-size: 22px;
    line-height: 28px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400 !important;
    color: #000
}
.product-tabs-notice .tabs .nav-tabs .nav-link.active {
    color: #80ad4a;
    border: 0;
    border-bottom: #a7d046 3px solid
}
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: #a7d046 3px solid
}
.product-tabs-notice .tab-content .product-description, .product-tabs-notice .tab-content .product-description p {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    color: #000;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}
.product-tabs-notice .tab-content .product-description img {
    max-width: 100%;
    height: auto;
}
/**** reassurance ****/
.container-reassurance {
    margin: 48px 0;
}
.container-reassurance > .container-box {
    max-width: 1260px;
    margin: 0 auto;
}
.container-reassurance .box-icons {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.container-reassurance .box-icons .icon {
    width: 46px;
}
.container-reassurance .box-icons .content {
    width: calc(100% - 46px);
    padding-left: 14px;
    max-width: 222px;
}
.container-reassurance .box-icons .content p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #000;
    font-family: 'Lato', sans-serif;
}
.container-reassurance .box-icons .icon img {
    width: 46px;
    height: 46px;
}
/**** product-accessories ****/
section.product-accessories {
    margin: 90px 0 50px;
}
section.product-accessories .h5 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: none !important;
    margin: 0 0 24px;
    color: #000;
}

/***** pack *****/
.product-additional-info .tabs {
    padding: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    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: 10px 0;
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid #DFE0E1 !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: 4px;
    position: relative;
    border: 1px solid #DFE0E1;
    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: 150px;
    text-align: right;
}
.bundle .left-block {
    width: calc(100% - 150px);
    padding-right: 10px;
}
.bundle-detail .price {
    font-weight: 700;
    color: #8DB054;
    font-size: 20px;
    line-height: 28px;
}
.bundle-detail .old-price {
    color: #000000;
    font-size: 16px;
    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 #DFE0E1;
    border-radius: 2px;
    left: 10px;
    top: 11px;
    font-size: 0;
    transition: all .2s ease;
}
.bundle.active {
    border: 1px solid #8DB054;
    background: rgb(225 240 209 / 50%);
}
.bundle.active span.check-box {
    font-size: 20px;
    color: #8DB054!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: #8DB054;
    background-color: #8DB054;
}
#product .product-additional-info .tabs .nav-tabs .nav-link {
    text-transform: lowercase !important;
}
#product .product-additional-info .tabs .nav-tabs .nav-link:first-letter {
    text-transform: capitalize !important;
}
/*** pack-product ***/
.ap5-on-product-page .ap5-pack-product {
    padding: 10px 10px;
    border: 1px solid #DFE0E1;
    border-radius: 6px;
}
.ap5-on-product-page .ap5-pack-product > .row {
    margin: 0;
    display: flex;
    column-gap: 16px;
}
.ap5-on-product-page .ap5-pack-product .ap5-pack-product-image, .ap5-on-product-page .ap5-pack-product .ap5-pack-product-content {
    padding: 0;
}
.ap5-pack-product-content h2.ap5-pack-product-title {
    margin: 0 0 12px;
}
.ap5-pack-product-content h2.ap5-pack-product-title a {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    line-height: 24px;
}
.ap5-pack-product-content .ap5-pack-product-infos span {
    font-size: 15px;
    font-weight: 600;
    color: #000!important;
    line-height: 24px;
}
.ap5-pack-product-content .ap5-pack-product-infos span:not(.label) {
    font-size: 18px;
    color: #8DB054 !important;
}
.ap5-on-product-page .ap5-pack-product-content .ap5-pack-product-infos {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DFE0E1;
}
/*** responsive ***/
@media(max-width: 1420px){
    .header-page-title-top h1 {
        font-size: 32px;
    }
}
@media(max-width: 1200px) and (min-width: 992px){
    #main .images-container .js-qv-mask.scroll, #main .images-container .js-iv-mask {
        width: 106px;
        padding: 0 16px 0 0;
    }
    .product-cover {
        max-width: calc(100% - 106px);
    }
    .product-flags {
        left: 106px;
    }
    .container-reassurance .box-icons .content {
        padding-left: 10px;
        width: calc(100% - 40px);
    }
    .container-reassurance .box-icons .icon {
        width: 40px;
    }
    .container-reassurance .box-icons .icon img {
        width: 40px;
        height: 40px;
    }
    .container-reassurance .box-icons .content p {
        font-size: 14px;
        line-height: 24px;
    }
    .container-reassurance > .container-box .col-md-3 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .container-reassurance > .container-box > .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    
}
@media(max-width: 1200px){
p.product-minimal-quantity {
    padding: 8px 0;
    margin: 0 0 8px;
}
p.product-cta {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    margin: 0 0 10px;
}
#product .product-additional-info .tabs .nav-tabs .nav-link, #product .product-additional-info .tabs .nav-tabs .nav-link.active {
    font-size: 17px !important;
    padding: 8px 0;
}
#product .product-additional-info .tabs .tab-pane {
    padding-top: 1rem;
}
.bundle-detail p {
    font-size: 15px;
    line-height: 20px;
}
.bundle .left-block {
    width: calc(100% - 92px);
}
.bundle .right-block {
    width: 92px;
}
.bundle-detail .price {
    font-size: 18px;
    line-height: 26px;
}
.bundle-detail .old-price {
    font-size: 15px;
}
section.product-accessories {
    margin: 50px 0 40px;
}
section.product-accessories .h5 {
    font-size: 20px;
    line-height: 28px;
}
.crosselling .products .product {
    padding-left: 10px;
    padding-right: 10px;
}
.crosselling .products.row {
    margin-left: -10px;
    margin-right: -10px;
}
.product-tabs-notice .tabs .nav-tabs .nav-item a {
    font-size: 20px;
    line-height: 28px;
}
.container-reassurance {
    margin: 36px 0;
}
.product-tabs-notice {
    margin: 20px 0 60px;
}
}
@media(max-width: 991px){
    #product #content-wrapper {
        padding: 50px 0 12px;
    }
    .row.product-container > .col-md-6 {
        width: 100%;
    }
    .header-page-title-top h1 {
        font-size: 30px;
    }
    #product #content {
        margin: 0 auto 30px;
    }
    .product-actions .add-to-cart {
        max-width: 575px;
    }
    section.product-accessories {
        margin: 30px 0 30px;
    }
    .container-reassurance > .container-box .col-md-3 {
        width: 50%;
    } 
    .container-reassurance .box-icons {
        margin: 0 auto 30px;
        justify-content: center;
    }
}
@media(max-width: 768px) {
    .header-page-title-top > .container {
        width: 100%;
    }
    .header-page-title-top h1 {
        font-size: 28px;
    }
    .container-reassurance > .container-box .col-md-3:nth-child(2n+1) .box-icons {
        justify-content: flex-start;
    }
    .container-reassurance > .container-box .col-md-3:nth-child(2n) .box-icons {
        justify-content: flex-end;
    }
    #product #content-wrapper {
        padding: 40px 0 12px;
    }  
    #main .images-container .js-qv-mask.scroll, #main .images-container .js-iv-mask {
        height: 489px;
    }
    .product-cover {
        height: 489px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .crosselling .products.row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media(max-width: 576px) {
#main .images-container .js-qv-mask.scroll, #main .images-container .js-iv-mask {
    width: 106px;
    padding: 0 16px 0 0;
}
.product-cover {
    max-width: calc(100% - 106px);
}
.product-flags {
    left: 106px;
}
ul.product-images.js-qv-product-images, ul.product-images.js-iv-product-images {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
#main .images-container .js-qv-mask.scroll, #main .images-container .js-iv-mask {
    width: 100%;
    margin: 0;
    padding: 30px 0 0;
    height: auto;
    overflow: hidden;
}
.product-cover {
    margin-bottom: 0;
    max-width: 100%;
    width: 100%;
    height: 480px;
}
.images-container.js-images-container {
    flex-direction: column;
    margin: 0 0 24px;
}
.scroll-box-arrows .left, .scroll-box-arrows .top, .scroll-btns-arrows .top {
    top: inherit;
    bottom: 0;
    left: 0 !important;
    right: inherit !important;
    transform: rotate(-90deg);
    margin-bottom: 30px !important;
}
.scroll-box-arrows .right, .scroll-box-arrows .bottom, .scroll-btns-arrows .bottom {
    top: inherit;
    bottom: 0;
    top: inherit;
    bottom: 0;
    right: 0 !important;
    left: inherit !important;
    transform: rotate(-90deg);
    margin-bottom: 30px !important;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 10px;
    margin-bottom: 0;
}
section.product-accessories {
    margin: 20px 0;
}
.product-tabs-notice .tabs .nav-tabs .nav-item a {
    font-size: 18px;
    line-height: 28px;
}
.container-reassurance .box-icons .content {
    padding-left: 10px;
    width: calc(100% - 40px);
}
.container-reassurance .box-icons .icon {
    width: 40px;
}
.container-reassurance .box-icons .icon img {
    width: 40px;
    height: 40px;
}
.container-reassurance .box-icons .content p {
    font-size: 14px;
    line-height: 24px;
}
.container-reassurance > .container-box .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}
.container-reassurance > .container-box > .row {
    margin-left: -8px;
    margin-right: -8px;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.container-reassurance > .container-box .col-md-3 {
    width: 100%;
}
.container-reassurance > .container-box .col-md-3:nth-child(2n+1) .box-icons, 
.container-reassurance > .container-box .col-md-3:nth-child(2n) .box-icons {
    justify-content: flex-start !important;
}
.container-reassurance .box-icons {
    margin: 0 auto 20px; 
}
.container-reassurance {
    margin: 30px 0 12px;
}
.product-tabs-notice {
    margin: 10px 0 40px;
}
.product-actions .add-to-cart {
    font-size: 16px;
}
.product-quantity {
    flex-wrap: wrap;
}
.product-quantity .qty {
    margin-bottom: 12px;
}
#product .product-additional-info .tabs .nav-tabs .nav-link, #product .product-additional-info .tabs .nav-tabs .nav-link.active {
    font-size: 16px !important;
    padding: 6px 0;
}
section.product-accessories .h5 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
}
.product-container span.h1 {
    font-size: 20px;
    line-height: 30px;
}
.header-page-title-top h1 {
    font-size: 24px;
    line-height: 30px;
}
.product-flags {
    left: 0;
}
#product #content-wrapper {
    padding: 30px 0 12px;
}
.header-page-title-top h1 {
    font-size: 22px;
    line-height: 28px;
}
.header-page-title-top {
    padding: 24px 0 30px;
}
.product-prices .current-price {
    font-size: 20px;
    line-height: 30px;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 16px;
    line-height: 30px;
}
.product-discount .regular-price {
    font-size: 16px;
    line-height: 30px;
}
.product-prices:before {
    width: 20px;
    height: 20px;
    background-size: 20px;
    top: 7px;
}
.product-prices {
    padding-left: 27px;
}
.container-reassurance .box-icons .content p {
    font-size: 16px;
    line-height: 24px;
}
.ap5-pack-product-content h2.ap5-pack-product-title a {
    font-size: 16px;
    line-height: 20px;
}
.ap5-on-product-page .ap5-pack-product-content .pull-right {
    float: left;
}
.ap5-on-product-page .ap5-pack-product-content .ap5-pack-product-infos {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.product-variants>.product-variants-item {
    margin: .5rem 0;
}
.ap5-on-product-page .ap5-pack-product .ap5-pack-product-image a, .ap5-on-product-page .ap5-pack-product .ap5-pack-product-image a img {
    display: block;
    height: 100%;
    object-fit: cover;
}
}
@media(max-width: 460px) {
.product-cover {
    max-height: 380px;
    height: auto;
}
.product-tabs-notice .nav-tabs.nav-flex {
    flex-wrap: wrap;
}
.tabs .nav-tabs .nav-item {
    margin-left: 0;
}
.tabs .nav-tabs .nav-item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 1px solid #DFE0E1 !important;
}
.product-tabs-notice .tab-content {
    padding: 18px 16px 20px 16px;
}
.product-tabs-notice .tab-content .product-description h2 {
    font-size: 17px;
    line-height: 24px;
    font-weight: 600;
}
.container-reassurance {
    margin: 12px 0 12px;
}
.product-tabs-notice {
    margin: 10px 0 30px;
}
}
@media(max-width: 460px) {
    .product-quantity .qty {
        width: 100px;
        height: 40px;
    }
    .product-quantity .add {
        width: calc(100% - 110px);
    }
    .input-group.bootstrap-touchspin {
        padding-left: 26px;
        padding-right: 26px;
    }
    .product-quantity #quantity_wanted {
        width: 46px;
        height: 40px !important;
        padding: 4px 6px;
        font-size: 17px;
        line-height: 24px;
        font-weight: 600 !important;
    }
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down, .product-quantity .input-group-btn-vertical .btn {
        height: 40px;
    }
    button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down i, button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up i {
        font-size: 15px;
    }
    .product-actions .add-to-cart {
        font-size: 15px;
        padding: 8px 20px 8px;
        height: 40px;
    }
}
/*** configurator module styles ***/
#configurator_block .step_list label .step_title .dmicons:after {
    opacity: 0;
}
#configurator_block .step_group {
    border-left: 10px solid #eee;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    padding-bottom: 10px;
    position: relative;
}
#configurator_block .step_list label .step_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}
#configurator_block .info, #configurator_block .info-fb {
    background: #8DB054;
}
#configurator_preview {
    background: #fff;
    padding: 0;
    border-top: none;
    box-shadow: none;
}
#configurator_preview > .row > .col-lg-6 {
    width: 100%;
}
#configurator_block .buttons_container #form_add_configurator_to_cart .configurator-qty input {
    width: 100px;
    margin: 0 0 0 auto;
    color: #000;
    text-align: center;
}
#configurator_block #add_configurator_to_cart {
    height: 44px;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    line-height: 24px !important;
    padding: 10px 20px 9px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
    background: #80AD4A;
    color: #fff;
    margin-top: 10px !important;
}
#configurator_block #add_configurator_to_cart:hover, #configurator_block #add_configurator_to_cart:focus {
    background: #6f8c40;
    color: #fff;
}
#add_configurator_to_cart i {
    margin-right: 4px;
    position: relative;
    top: -2px;
}
#configurator_block.tabs {
    padding: 0;
}
#configurator_block.tabs h1 {
    font-size: 17px;
    text-transform: none;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.15rem;
}