/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 @import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Poppins:wght@300;400;500;600;700&display=swap')
;
@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1700px) {
    .container{
        width: 100%;
        max-width: 1700px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

a:focus, a:hover {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.btn-unstyle:focus .expand-more {
    color: #949494;
}
.btn-primary {
    line-height: 15px;
    font-size: 14px;
    font-weight: 400;
    padding: 18px 35px 14px;
    min-width: auto;
    text-transform: uppercase;
    border-radius: 30px 0 30px 0;
    font-family: "Comfortaa", sans-serif;
    background: #639557;
    color: #fff;
    border: none;
    letter-spacing: 2px;
}
.btn-primary:hover, .btn-primary:focus{
    background: #c9772c;
    border-radius: 0 30px 0 30px;
    border: none;
}
body#checkout a:hover {
    color: #000;
}

body#checkout #header .header-nav-inside a:hover {
    color: #fff;
}
/*** header ***/
#_desktop_user_info a {
    display: flex;
    margin-bottom: 2px;
}
#_desktop_user_info .dropdown-menu{
    right: 0;
    left: inherit;
}
.desktop_logo-container {
    display: flex;
    align-items: center;
}
#header .header-nav {
    min-height: 30px;
    background: #639557;
}
#header .header-nav .header-nav-inside {
    height: 30px;
    display: flex;
    align-items: center;
}
.left-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
}
.left-nav .block-social ul {
    margin: 4px 0 0 26px;;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.block-social li {
    margin: 0 12px 0 0;
    height: 24px;
    width: auto;
    display: flex!important;
    align-items: center;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
}
.block-social li.googleplus a {
    width: 16px!important;
}
.block-social li a {
    display: flex!important;
    align-items: center;
    justify-content: center;
    width: auto!important;
    height: auto!important;
    margin: 0;
}
.block-social li a .anicon {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-social li a svg {
    width: auto;
}
#footer .block-social li a {
    width: auto!important;
}
#footer .block-social li a svg path {
    fill: #e8e8e7;
}
#footer .block-social li a:hover svg path {
    fill: #fff;
}
.social-sharing li .anicon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.social-sharing a svg {
    width: 16px;
}
.social-sharing .googleplus a svg {
    width: 20px;
}
.social-sharing a svg path {
    fill: #000;
}
.social-sharing a:hover svg path {
    fill: #fff
}

#header .header-nav .material-icons.expand-more,
#header .right-nav .material-icons {
    font-size: 17px;
    margin: 0px -5px 4px 0;
}

.dropdown-menu {
    padding: 0;
    margin-top: 3px;
}
.dropdown-item {
    padding: 6px 15px;
}
.dropdown .expand-more {
    color: #949494;
}
#header .header-nav .user-info button:hover {
    color: #fff;
}
#header .header-nav .user-info .account {
    margin-left: 0;
}
#header .header-nav .user-info .dropdown .dropdown-item:hover {
    background-color: #000;
    color: #fff;
}
.dropdown:hover .expand-more {
    color: #fff;
}
.dropdown .dropdown-item:hover {
    background-color: #000;
}
#header .header-nav .currency-selector {
    margin-left: 24px;
}
#header .header-nav .user-info {
    margin-left: 24px;
}
#header .header-nav .user-info button {
    color: #949494;
    cursor: pointer;
}
#header .header-nav .user-info button > .expand-more{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#header .header-nav .user-info .expand-more:hover{
    color: #aec3a3;
}
#header .vertical-center {
    padding: 0;
    justify-content: center;
}
#header #_desktop_logo {
    position: relative;
    justify-content: center;
    align-items: center;
    height: 111px;
    display: flex;
}
.products-grid {
    justify-content: flex-start;
}
.menu-wrapper {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}
.search-widget form input[type=text]:focus {
    outline: none;
}
.search-button-wrapper,
.search-button-close-wrapper {
    display: flex;
    align-items: center;
    min-width: 120px;
    cursor: pointer;
}
.search-button-close-wrapper {
    display: none;
}
.search-button-wrapper span,
.search-button-close-wrapper span {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 11px;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 30px;
    cursor: pointer;
    transition: all .4s;
}
.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.png) center center no-repeat;
}
.search-btn-close i {
    font-size: 36px;
    color: #000;
    margin-left: -5px;
}
.search-widget {
    display: none;
    z-index: 50;
    position: absolute;
    top: 100%;
    margin-top: 1px;
    width: 100%;
}
.search-widget .container {
    padding: 0;
}
.search-widget form input[type=text] {
    padding: 0;
    border: 0;
}

.logo-main {
    margin: 0 0px 1px 0px;
}

#header #_desktop_cart {
    align-self: auto;
    margin-left:25px;
}
#_desktop_an_wishlist-nav a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #888b8c;
    font-family: "Comfortaa", sans-serif;
}
#_desktop_an_wishlist-nav a span{
    display: inline-block;
    margin-top: -5px;
}
#_desktop_an_wishlist-nav a svg {
    margin-right:0;
}

/*** modal-cart ***/

.show_important {
    display: block!important;
}
.hide_important {
    display: none!important;
}
#header .blockcart-link:focus {
    color: #000;
}
#header .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 76;
    background: #fff;
    width: 326px;
}
.cart-preview .cart-product-line .product-image {
    width: 100px;
}
.cart-preview .cart-product-line .product-infos {
    width: 55%;
    padding-left: 20px;
}
.cart-preview .product-remove i {
    width: 20px;
    height: 20px;
    padding: 2px 1px 2px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    background-color: #edeef3;
}
.cart-items {
    padding: 20px 0 0;
}
.cart-preview .cart-product-line {
    padding: 0;
    margin: 0px 20px 20px;
}
.cart-preview .product-infos .product-line-info {
    display: inline-block;
}
.cart-preview .cart-product-line .product-image {
    border: 0;
}
.cart-preview .cart-subtotals {
    border-top: 1px solid #e6e5e5;
}
.product-infos .product-line-info .value:last-child:after {
    content: "";
}
.product-infos .product-line-info .value:after {
    content: ",";
}
.cart-preview .product-infos .product-price {
    margin-top: 15px;
}
#header .cart-preview .product-infos .product-name {
    margin-bottom: 5px;
    color: #000;
}
#header .cart-preview .product-infos .product-name:hover {
    color: #919191;
}
.cart-preview .cart-bottom .total-line.products,
.cart-preview .cart-bottom .total-line.tax {
    display: none;
}
.cart-preview .cart-bottom {
    padding: 0 20px;
}
.cart-preview hr {
    display: none;
}
.cart-bottom .cart-total .label {
    text-transform: none;
}
.cart-bottom .total-line span {
    font-size: 16px;
}
.cart-bottom .cart-total .value {
    font-size: 22px;
}
.cart-preview .cart-bottom .total-line {
    margin: 15px 0 16px;
}
.cart-preview .cart-action {
    padding: 0 20px;
}



.cart-preview .cart-title h4 {
    padding: 0 30px;
    text-align: left;
}
.sb-close-btn {
    top: 24px;
    left: unset;
    right: 18px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.sb-close-btn i {
    color: #000;
    font-size: 17px;
    line-height: 20px;
}
/*** end modal-cart ***/
#header .blockcart-link {
    display: flex;
    align-items: center;
    
}
#header .blockcart-link span {
    font-size: 12px;
    margin-left: -3px;
    text-transform: uppercase;
    color: #888b8c;
    font-family: "Comfortaa", sans-serif;
    margin-top: -5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
#header .blockcart-link:hover {
    color: #000;
}
.amega-menu .anav-top {
    justify-content: flex-end;
}
.amenu-item .amenu-link {
    color: #000 !important;
    padding: 2px 10px;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-family: "Comfortaa", sans-serif;
    text-transform: none;

}
.amenu-item .amenu-link:last-child{
    padding-right: 0;
}
.amenu-item .amenu-link:hover {
    border-color: #000;
}
.amenu-item .amenu-link:hover {
    color: #c9772c !important;
}
#header .amenu-item a {
    color: #000;
}
#header .amenu-item a:hover {
    color: #c9772c;
}

/*** end header ***/
@media (max-width: 1200px) {
    #index .tab-pane.active .products {
        margin-left: -15px;
        margin-right: -15px;
        justify-content: center;
    }
    #index .tab-pane.active .product-miniature {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 600px) {
    #index .tab-pane.active .products {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }
}
#index .tab-pane.active .product-miniature {
    margin-bottom: 16px;
}
.featured-products .thumbnail-container {
    min-height: 420px;
    width: 270px;
    margin-bottom: 0!important;
    position: relative;
}

.featured-products .product-description {
    padding-top: 10px;

    width: 100%;
    position: unset;
    border: 1px solid transparent;
    border-top: 0;
}
.featured-products .product-title {
    padding: 0 30px;
    margin: 0 0 10px;
    line-height: 14px;
}
.featured-products .product-title a {
    line-height: 16px;
}
.featured-products .atc_div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .5s;
}
.featured-products .atc_div button {
    border: 0;
    width: 100%;
    line-height: 34px;
    background: #f4f4f4;
    border: 0;
    color: #000;
    border-radius: 0;
    transition: background-color .35s, color .35s;
}
.featured-products .atc_div button::before {
    display: none;
}
.featured-products .atc_div button:hover {
    background-color: #000;
    color: #fff;
}



.product-flags {
    top: 2px;
    right: 0;
    left: 0;
    pointer-events: none;
}
.product-flags .product-flag {
    font-size: 12px;
    padding: 1px 6px;
    min-height: 20px;
    min-width: 44px;
    margin-top: 5px;
    margin-left: 0px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: none;
}

.product-flags .product-flag {
    float: left;
    clear: left;
    border-radius: 0px;
}
#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.featured-products .highlighted-informations {
    right: 0;
    top: 0;
    bottom: unset!important;
    left: unset;
    width: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    z-index: 6;
}
.featured-products .variant-links {
    top: 0;
    padding-top: 0;
}
.featured-products .variant-links .color {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
}

.aninsta-block-title {
    text-transform: uppercase;
    margin-bottom: 24px;
}
.aninsta-block-desc {
    margin-bottom: 34px;
}
.aninsta-block-desc p {
    max-width: 67%;
    margin: 0 auto;
    line-height: 22px;
}

.an_instagram_slider .owl-prev,
.an_instagram_slider .owl-next {
    position: unset;
}
.aninsta_container .owl-nav {
    margin-top: 27px;
}
.slider_nav {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
}
.slider_right svg,
.slider_left svg {
    fill: #000;
    position: absolute;
    top: 6px;
    width: 28px;
    height: 28px;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0px 13px;
}

/*** newsletter ***/
.block_newsletter {
    padding: 46px 0 79px;
    margin-bottom: 0;
}
.block_newsletter .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-newsletter-title {
    text-align: center;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.block_newsletter p {
    text-align: center;
    margin-bottom: 35px;
    color: #7f8283;
    font-family: "Comfortaa", sans-serif;
    max-width: 670px;
    margin: 15px 0 35px;
    padding: 0;
}
.block_newsletter form {
    width: 463px;
    margin-right: 2px;
}
.block_newsletter form input[type=text] {
    background: #ebf5e4;
    padding: 0 60px 0 30px;
    width: calc(100% - 230px);
    height: 60px;
    border-radius: 30px 0 30px 0;
    border: none;
    color: #7f8283;
}
.block_newsletter form input[type="text"]:focus{
    padding: 0 60px 0 30px;
    outline: 0;
    border: 1px solid #669758;
}
.block_newsletter form input[type=text]::placeholder{
    color: #7f8283;
}
.block_newsletter form button[type=submit] {
    padding: 0;
    right: 26px;
    bottom: unset;
    top: 19px;
    cursor: pointer;
}
.block_newsletter form i {
    font-size: 27px;
    cursor: pointer;
}
.block_newsletter form button[type=submit]:hover i {
    color: #000;
}
/*** end newsletter ***/
.brandslider-wrapper {
    background: #f9f9f9;
}
#an_brandslider-block .owl-prev .material-icons,
#an_brandslider-block .owl-next .material-icons {
    font-size: 27px;
}
#an_brandslider-block .owl-prev, #an_brandslider-block .owl-next {
    top: calc(50% - 13px);
}
#an_brandslider-block .owl-prev {
    left: -9px;
}
#an_brandslider-block .owl-next {
    right: -7px;
}

#index #footer {
    padding-top: 0;
}

/*** footer ***/

.footer-container {
    margin-top: 0;
    padding: 54px 0 0;
    background: #669758;
}
.footer-container .container{
    max-width: 1400px;
}
.logo_slogan-img {
    margin: 14px 0 26px 4px;
}
.links .h3 {
    text-transform: uppercase;
    margin: 7px 0 46px;
}
#footer .block-social {
    padding: 0;
}
#footer .block-social ul {
    display: flex;
    justify-content: flex-start;
    margin: 0;
}
#footer .footer-container li {
    margin-bottom: 12px;
}
.block-contact {
    padding: 0;
}
#footer_contact_info {
    margin-bottom: 24px;
}
#footer .block-contact li {
    margin-bottom: 0;

    line-height: 34px;
}
#block_myaccount_infos .myaccount-title {
    margin-bottom: 46px;
}
#footer .block-social li {
    background: transparent;
    height: auto;
    width: auto;
}
#footer .block-social [class^="anicon-"] {
    font-size: 32px;
}
#footer .block-social [class^="anicon-"]:hover {
    color: #949494;
}

#footer .myaccount-title a {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.footer-container .links .collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #e8e8e7;
}
#footer .links li {
    display: inline-block;
    cursor: pointer;

}
#footer .links li a {
    position: relative;
    color: #e8e8e7;
}
#footer .links li:hover a {
   color: #fff;
}

.copyright-container {
    margin-top: 20px;
    padding: 15px 0;
    background: #3f6b37;
}
.copyright-container .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#footer .copyright-container p {
    margin: 0;
}
#footer .copyright-container a {
    color: #949494;
}
.anthemeblocks-footer-payments {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0;
}
.anthemeblocks-footer-payments img {
    max-width: 45px;
    max-height: 28px;
}
#footer .anthemeblocks-footer-payments li {
    margin: 0 4px 0 0;
}

/*** catalog ***/
.breadcrumb {
    padding: 20px 0;
}

.page-category #left-column {
    padding: 0px 15px;
    margin-top: 13px;
}
.block-categories .h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #639557;
    padding: 10px 10px 5px 20px;
    display: block;
    border-radius: 30px 0 0 0;
}
.block-categories .category-sub-menu li[data-depth="0"] {
    padding-right: 0;
    /* border-bottom: 1px solid #e9e9e9; */
}
.category-menu-title {
    margin-bottom: 12px;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 16px;
    padding: 7px 0 8px;
    color: #000;
}
.block-categories .category-sub-menu li[data-depth="0"]>a:hover{
    color: #c9772c;
}
.block-categories .category-sub-menu {
    margin-top: 4px;
    padding: 20px;
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: 14px;
}
.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 7px;
}
.navbar-toggler {
    width: 36px;
    height: 35px;
    text-align: center;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-categories {
    margin-bottom: 40px;
    background: #e0e7da;
    border-radius: 30px 0 30px 0;
}
.block-categories ul.category-sub-menu li.category-menu-title{
    background: #669758;
    border-radius: 30px 0 0 0;
    padding: 13px 20px 6px;
}
#search_filters{
    background: #e0e7da;
    border-radius: 30px 0 30px 0;
    padding-bottom: 20px;
}
#search_filters .h2 {
    background: #669758;
    border-radius: 30px 0 0 0;
    padding: 13px 20px 6px;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
#search_filters .facet .facet-title {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.custom-checkbox input[type=checkbox] {
    margin: 0;
}
.custom-checkbox input[type=checkbox]+span {
    width: 15px;
    height: 15px;
    margin: 0 9px 2px 0;
    border: 1px solid #bcbcbc;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: 2px 0 0 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}
.custom-checkbox input[type=checkbox]:checked+span {
    background: #000;
    border-color: #000;
}
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
    margin-bottom: 5px;
}
#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    margin-bottom: 11px;
    padding: 20px 20px 0;
}
.category-sub-menu i {
    font-size: 19px;
}
#category .color, .custom-checkbox input[type=checkbox]+span.color {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 2px 8px 0 0;
}
.custom-checkbox input[type=checkbox]+span.color .checkbox-checked {
    margin: 4px 0 0 5px;
    font-size: 9px;
    font-weight: 700;
    color: #fff;
}
.facet-label.active .custom-checkbox span.color {
    border: 1px solid transparent;
}
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #232323;
}

#category #content-wrapper {
    margin-top: 15px;
}
.block-category {
    display: flex;
    margin-bottom: 0;
}
#js-product-list-top {
    align-items: center;
    margin-bottom: 30px;
}
.products-selection .sort-by {
    padding: 0;
}
#category-description {
    padding: 0;
}
#category .breadcrumb li a{
    color: #d5d5d5;
}
#category .breadcrumb li::after{
    color: #d5d5d5;
}
#category h1 {
    text-transform: uppercase;
    margin-bottom: 16px;
    color: #fff;
}
.block-category #category-description p {
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 24px;
    max-height: 192px;
}
.block-category img {
    margin-top: 6px;
    margin-right: 30px;
    align-self: flex-start;
    width: 100%;
}
#products .products {
    margin: 0 -30px 0 0;
}
#products .thumbnail-container {
    width: 270px;
    margin-bottom: 39px;
}
#products .product-title {
    margin: 0 0 11px;
    line-height: 16px;
}
#products .product-title a {
    line-height: 14px;
}
#products .product-title a:hover{
    color: #c9772c
}
.pagination a:not(.previous):not(.next) {
    letter-spacing: 0px;
    padding: 9px 11px 9px 13px;
    border-radius: 20px;
    margin: 0px 4px;
}
.pagination .previous {
    float: none;
    margin-right: 20px;
}
.pagination .next {
    float: none;
    margin-left: 20px;
}
.pagination .current a {
    color: #fff;
}
#category .block_newsletter {
    display: none;
}
#category .pagination {
    margin-top: 8px;
}
#category #footer {
    padding-top: 76px;
}
.active_filters {
    display: flex;
    align-items: center;
}
.active_filters .active-filter-title {
    font-size: 16px!important;
    margin-bottom: 2px!important;
}
.active_filters .filter-block {
    margin: 5px 10px;
}
.active_filters ul {
    margin: 0;
}

/*** catalog addtocart ***/
#products .thumbnail-container {
    position: relative;
}
#products .product-description {
    padding-top: 9px;
    width: 100%;
    position: unset;
    border: 1px solid transparent;
    border-top: 0;
}
#products .atc_div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    transition: opacity .5s;
    max-width: 300px;
    margin: 0 auto;
}
#products .atc_div .atc_qty {
    min-width: 55px;
}
#products .atc_div button {
    border: 0;
    min-width: auto;
    width: 100%;
    line-height: 34px;
    background: #f4f4f4;
    border: 0;
    color: #000;
    border-radius: 0;
    transition: background-color .35s, color .35s;
}
#products .atc_div button::before {
    display: none;
}
#products .atc_div button:hover {
    background-color: #000;
    color: #fff;
}
#products .product-miniature:hover .product-description {
    border-top: 0;
}
#products .product-miniature:hover .atc_div {
    border-top: 1px solid #ededed;
    opacity: 1;
}
.block-categories .category-sub-menu li[data-depth="1"] a {
    position: relative;
}


/*** product ***/
.page-product h1 {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
#product #wrapper {
    padding-top: 30px;
}
#product #content {
    margin: 0;
    max-width: 570px;
}
.product-prices div {
    margin: 0;
}
.product-prices {
    margin-top: 5px;
    margin-bottom: 22px;
}
.current-price span {
    margin-right: 5px;
}
.product-discount .regular-price {
    font-size: 16px;
    font-family: "Comfortaa", sans-serif;
}
.modal-body .productblock-description p,
#product .product-information p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}
.product-actions .control-label {
    padding-bottom: 1px;
}
.product-variants>.product-variants-item {
    margin: 0;
}
.product-actions select.form-control:not([size]):not([multiple]) {
    height: 42px;
    width: 94px;
    padding: 0 12px;
    border-radius: 5px;
}
.product-actions .product-variants>.product-variants-item .color {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin: 0;
}
.product-variants>.product-variants-item ul li {
    margin: 2px 5px 0px 0;
}
.product-discounts {
    margin: 0;
}
.product-add-to-cart .qty {
    display: inline-block;
    width: 94px;
    margin: 0 0 0 1px;
    border-radius: 5px;
    overflow: hidden;
}
.product-quantity #quantity_wanted {
    height: 42px;
    padding: 0 0 0 6px;
    width: 25px;
    text-align: center;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
}
.qty .input-group-btn-vertical button {
    height: 32px;
}
.qty .input-group .input-group-btn>.btn {
    padding: 0;
    width: 38px;
    height: 42px;
    background: #f1f1f1;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity_availability {
    margin-top: 31px;
}
.qty .input-group .input-group-btn,
#cart .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 31px;
}
.product-actions .product-actions .add-to-cart {
    line-height: 24px;
    padding: 12px 30px 16px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    min-width: 200px;
    margin-right: 20px;
}
.product-additional-info .an_wishlist-mini {
    margin-bottom: 1px;
}
.social-sharing {
    margin: 0 0 20px;
    margin-left: 0;
}
.social-sharing li {
    height: 30px;
    width: 30px;
    background-color: #f4f4f4;
    margin: 0 10px 0 -2px;
}
.social-sharing [class^="anicon-"] {
    font-size: 30px;
}
#product .anicon-googleplus {
    font-size: 26px;
    line-height: 32px;
}
#product .tabs {
    margin: 80px 0 60px;
    padding: 0;
}
#product .nav-tabs {
    border: 0;
}
#product .nav-tabs .nav-link {
    padding: 13px 26px 15px;
    line-height: normal;
    background-color: #f4f4f4;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    border: 1px solid transparent;
    border-bottom: none;
}
#product .tab-content {
    border: 1px solid #f4f4f4;
}
.tabs .tab-pane {
    padding: 32px 28px;
}
#product .nav-tabs .nav-link.active {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    border-bottom: 0;
}
#product .product-accessories .owl-nav,
#product .product-accessories .owl-dot {
    display: none;
}
#product .block_newsletter {
    display: none;
}
.product-accessories h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.product-accessories .btn-primary:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#product #footer {
    padding-top: 0;
}
#product .page-footer{
    margin-bottom: 0;
    margin-top: 30px;
}
.product-images>li.thumb-container {
    margin-right: 7px;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin: 0;
    opacity: .3;
    border: 0;
}
.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
    border: 0;
    opacity: 1;
}
#product .product-cover {
    border: 1px solid #f4f4f4;
    margin-bottom: 21px;
}
.js-qv-mask ul {
    margin: 0;
}
.scroll-box-arrows i {
    background: #f4f4f4;
    bottom: 0;
    height: 126px;
    line-height: 126px;
    font-size: 13px;
    text-align: center;
    width: 19px;
}
.product-cover .layer {
    justify-content: flex-end;
    align-items: flex-end;
    padding: 20px 14px;
    opacity: 1!important;
    background: transparent;
}
.product-cover .layer .zoom-in {
    font-size: 36px;
}
.product-cover .layer:hover .zoom-in svg {
    opacity: .5;
}
.product-actions .product-variants>.product-variants-item select {
    background: #f1f1f1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right .5rem center/1.25rem 1.25rem;
    border: 0;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 0;
}
#product-modal i {
    background: #fff;
    border-radius: 20px;
}

.remove-from-cart:hover i {
    background-color: #000;
    color: #fff;
}
#js-checkout-summary {
    padding: 30px;
}
.card.js-cart {
    margin-top: 100px;
    border: 1px solid #efefef;
    padding: 18px 21px;
}
#checkout .input-group .input-group-btn {
    float: none;
}
.card.js-cart {
    margin-top: 100px;
    border: 1px solid #efefef;
    padding: 18px 21px;
}
body#checkout section.checkout-step .form-control-valign {
    padding-top: 2px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    margin-top: 2px;
}
body#checkout section.checkout-step .custom-radio {
    margin-bottom: 4px;
}

body#checkout .custom-checkbox span {
    flex: 0 0 16px;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    padding-top: 4px;
}
.delivery-option .custom-radio input[type=radio]:checked+span {
    margin-top: 1px;
}
#checkout .cart-summary-line {
    padding: 3px 0;
}
#checkout .separator {
    margin: 15px 0;
}
#checkout .form-footer {
    margin-bottom: 20px;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 10px 14px;
}
#checkout .custom-checkbox input {
    height: 18px;
    width: 18px;
}
body#checkout section.checkout-step #delivery-address .form-control-label {
    padding-top: 6px;
}
body#checkout #delivery textarea:focus,
body#checkout #gift_message textarea:focus {
    outline-color: #000;
}
#checkout-delivery-step .btn-primary {
    margin-bottom: 20px;
}
body#checkout section.checkout-step .step-title {
    padding: 10px 0;
}

.form-control:focus {
    border-color: #000;
}
/*** other pages ***/
#identity .brandslider-wrapper,
#address .brandslider-wrapper,
#history .brandslider-wrapper,
#order-slip .brandslider-wrapper,
#authentication .brandslider-wrapper,
#password .brandslider-wrapper,
#my-account .brandslider-wrapper,
#pagenotfound .brandslider-wrapper {
    display: none;
}
#my-account .block_newsletter,
#identity .block_newsletter,
#address .block_newsletter,
#history .block_newsletter,
#order-slip .block_newsletter,
.customerform-wrapper .block_newsletter,
#password .block_newsletter,
#pagenotfound .block_newsletter {
    display: none;
}

#identity .custom-radio input[type=radio]:checked+span {
    left: .175rem;
    top: .175rem;
}
.customerform-wrapper .custom-radio input[type=radio]:checked+span {
    top: .175rem;
}

#identity .form-control-valign,
.customerform-wrapper .form-control-valign,
#contact .form-control-label,
#address .form-control-label,
#identity .form-control-label,
.customerform-wrapper .form-control-label {
    padding-top: 5px;
}
.form-control[type=password] {
    height: 32px;
}
.input-group .input-group-btn>.btn[data-action=show-password],
#identity .input-group .input-group-btn>.btn,
.customerform-wrapper .input-group .input-group-btn>.btn {
    font-size: 10px;
    display: flex;
    height: 32px;
    align-items: center;
    padding: 0 15px;
}
.customerform-wrapper .custom-checkbox span {
    flex: 0 0 16px;
}
.customerform-wrapper .custom-checkbox input[type=checkbox]+span {
    margin-top: 3px;
}
#password .form-control-label {
    padding-top: 7px;
}

.forgotten-password .form-fields .center-email-fields button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#password #footer {
    padding-top: 140px;
}

#contact .input-group .input-group-btn>.btn {
    font-size: 9px;
}
#contact .contact-rich .block .icon {
    min-height: 50px;
}
#contact .contact-form h3 {
    text-align: center;
}
#address select.form-control:not([size]):not([multiple]) {
    height: 32px;
}
#address .form-footer {
    display: flex;
    justify-content: center;
}
#main .search-button-wrapper {
    display: none;
}
#main #search_widget {
    display: block;
    position: inherit;
    width: 100%;
}
#main .search-widget form input[type=text] {
    padding: 20px;
    border: 1px solid #e9e9e9;
}
#main .search-widget form button[type=submit] {
    bottom: 17px;
    right: 10px;
}
.customerform-wrapper .register-form p {
    text-align: center;
}
#product .social-sharing [class^="anicon-"] {
    font-size: 30px;
}
#product .close-slider {
    text-align: right;
}
/*** fixes ***/
.an_short_description {
    margin-top: 20px;

    text-align: center;
}

.thumbnail-container-image {
    box-sizing: content-box;
    border: none;
    border: 1px solid #eaeaea;
    min-height: auto !important;
}
#product-modal .modal-content .modal-body .product-images {
    max-width: 526px;
}
#product-modal .modal-content .modal-body .mask {
    max-height: 75rem;
    margin: 0 auto 0;
}
.an_instagram_slider.owl-theme .owl-nav [class*=owl-]:hover {
    background: #949494;
}
.product-accessories .thumbnail-container {
    width: 270px;
}
.product-accessories .product-title {
    height: 50px;
}
.js-modal-mask i {
    cursor: pointer;
}
/*** adapt ***/

.amega-menu {
    width: 100%;
}
.facet .title .collapse-icons {
    cursor: pointer;
}

#header .header-nav .cart-preview.active {
    background: transparent;
}
#header .header-nav .cart-preview.active a {
    color: #919191;
}
#header .header-nav .blockcart.active a:hover {
    color: #000;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 7px 30px;
}

@media (max-width: 991px) {
    .header-top-wrapper .desktop_logo-container {
        width: 100%;
    }
    #index .tab-pane.active .product-miniature {
        margin: 0 15px 20px;

    }
    .overview-header {
        display: none;
    }

    .overview-img {
        min-width: 110px;
    }

    .product-line-grid-left,
    .product-line-grid-body,
    .product-line-grid-avail,
    .product-line-grid-price,
    .product-line-grid-right {
        width: auto;
        margin: 0 10px;
        float: left;
    }
    .social-sharing {
        margin: 20px 0;
    }
}
@media (max-width: 767px) {
    .products-grid .product-thumbnail {
        height: auto!important;
    }
    div#search_filters_wrapper i {
        line-height: 11px;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu {
        display: block;
        border: 0;
        padding: 0 15px;
        float: none;
        position: static;
        margin-top: 0;
    }

    #header .js-top-menu-bottom .user-info .dropdown-menu li {
        display: flex;
        flex-direction: column;
    }
    .amenu-item .amenu-link {
        padding: 15px 30px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 3px 15px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
        padding: 12px 30px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a,
    #mobile_top_menu_wrapper .js-top-menu-bottom a {
        width: 100%;
        color: #000 !important;
        font-size: 13px;
        padding: 14px 10px;

    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a:hover {
        background: transparent;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a span {
        display: block !important;
    }
    .nav-tabs .nav-item+.nav-item,
    .anthemeblocks-producttabs .nav-item {
        margin: 0 20px 15px;
    }
    #cart .qty,
    .cart-line-product-actions {
        justify-content: flex-start;
    }
    .actions-wrap {
        display: flex;
        justify-content: space-between;
    }
    .product-line-grid-avail {
        float: none;
        text-align: left;
    }
    #cart #product-availability {
        margin-left: 10px;
    }
    .product-line-grid-price {
        margin: 10px;
    }
    .product-line-grid-del {
        padding: 0;
        order: 3;
    }
    .product-line-grid-right .price {
        padding: 0;
    }
    .product-line-grid-right .col-md-12 {
        padding: 0;
    }
    .product-line-grid-body {
        margin-bottom: 10px;
    }
    #cart .cart-item .product-line-grid {
        align-items: flex-start;
        flex-direction: column;
    }
    #category #left-column #search_filter_controls button.btn-primary {
        color: #fff;
    }
    #category #left-column #search_filter_controls button.btn-primary:hover {
        color: #000;
    }
    #header a:hover, #header a:focus {
        color: #000;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
    }
    .top-logo .search-button-wrapper,
    .top-logo .search-button-close-wrapper,
    .js-top-menu-bottom .search-button-wrapper,
    .js-top-menu-bottom .search-button-close-wrapper {
        display: none !important;
    }
    .js-top-menu-bottom .search-widget form input[type=text] {
        width: 100%;
        border-bottom: 1px solid #ebebeb;
    }
    .js-top-menu-bottom .search-widget form input[type=text]:focus {
        border-bottom: 1px solid #000;
    }
    .js-top-menu-bottom .search-widget form button[type=submit] {
        right: -11px;
    }
    .js-top-menu-bottom .search-widget {
        display: block;
        position: initial;
        float: none;
        padding: 0 22px 0 30px;
    }
    #header .header-nav {
        padding-bottom: 0;
        background: transparent;
    }
    .menu-wrapper {
        border: 0;
    }
    .footer-container .links .collapse {
        display: none;
    }
    #footer .links li {
        display: block;
    }
    .footer-left {
        display: flex;
        flex-direction: column;
    }
    #footer .block-contact {
        order: 2;
    }
    #footer .block-social {
        padding: 0 20px;
    }
    .footer-container .links ul>li {
        border: 0;
    }
    #footer .col-md-6.links {
        padding: 0;
    }
    .products-sort-order .dropdown-menu {
        left: 0;
        right: unset;
    }
}
@media (max-width: 640px) {
    .cart-detailed-actions .text-sm-center {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    #cart .cart-grid-controls .btn-primary {
        margin: 10px 20px;
    }
    .aninsta_container {
        display: none;
    }
    .block_newsletter form {
        max-width: 100%;
    }
    .copyright-container .col-md-6 {
        width: 100%;
        text-align: center;
    }
    .anthemeblocks-footer-payments {
        justify-content: center;
        margin-top: 15px;
    }
   
    .social-sharing {
        margin: 20px 0;
    }
}
@media (max-width: 480px) {
    #header .blockcart-link span {
        display: none;
    }
    #_mobile_cart {
        height: 50px;
    }
}


#amegamenu .product-thumbnail {
    height: auto!important;
}
/*** speed fixes ***/
.featured-products img:not(.b-initialized) {
    height: auto!important;
}

#products .products {
    margin: 0 -15px;
}
#products .product-miniature {
    margin-right: 0;
}
#products .thumbnail-container {
    width: 100%!important;
}
#products .product-description {
    width: 100%!important;
}
.product-column .thumbnail-container {
    width: 255px!important;
}
.product-column .product-description {
    width: auto!important;
}
#products .product-miniature.col-lg-12 .thumbnail-container {
    display: flex;
    align-items: flex-start;
}
#products .product-miniature.col-lg-12 .thumbnail-container-image {
    width: 255px;
}
#products .product-miniature.col-lg-12 .product-description {
    flex: 1 1;
}
.img_hover_change.b-lazy:not(.cover):not(.b-initialized) {
    opacity: 0!important;
}


.collection-view {
    display: flex;
}
.collection-view-btn {
    margin-right: 10px;
    cursor: pointer;
    opacity: .5;
}
.collection-view-btn:hover,
.collection-view-btn.active {
    opacity: 1;
}

.product-miniature:not(.col-lg-12) .grid-view-desc {
    display: none;
}
.product-miniature.col-lg-12 .grid-view-desc {
    display: block;
    max-height: 4.5rem;
    overflow: hidden;
}
#products .product-miniature.col-lg-12 .product-description {
    padding-top: 0;
    padding-left: 30px;
}
#products .product-miniature.col-lg-12 .product-title,
.product-miniature.col-lg-12 .an_short_description,
.product-miniature.col-lg-12 .product-price-and-shipping {
    text-align: left;
}
#products .product-miniature.col-lg-12 .thumbnail-container {
    min-height: auto;
}
#products .product-miniature.col-lg-12 .atc_div {
    margin: 30px 0 0;
    position: static;
}
.product-miniature.col-lg-12 .product-miniature-images-all-img {
    width: 70px;
}
.product-miniature.col-xs-6 .product-miniature-images-all-img {
    width: 50px;
}
.product-miniature img {
    height: auto!important;

}
.product-miniature.col-lg-12 .product-flags {
    right: unset;
}

.view-type {
    width: 17px;
}
.view-type-1 {
    content: url(../img/grid_3.svg);
}
.view-type-2 {
    content: url(../img/grid_2.svg);
}
.view-type-3 {
    content: url(../img/grid_1.svg);
}
.view-type-4 {
    content: url(../img/grid_4.svg);
}

@media (max-width: 991px) {
    .collection-view-btn[data-xl='4'],
    .collection-view-btn[data-xl='3'] {
        display: none;
    }
    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .collection-view {
        margin-bottom: 15px;
    }
}
@media (max-width: 580px) {
    #products .product-miniature.col-lg-12 .thumbnail-container {
        flex-direction: column;
        align-items: center;
    }
    #products .product-miniature.col-lg-12 .thumbnail-container-image {
        width: 100%;
    }
    .collection-view {
        display: none;
    }
    #products .product-miniature.col-lg-12 .product-description {
        padding-left: 0;
    }
    #products .product-miniature.col-lg-12 .product-title,
    .product-miniature.col-lg-12 .an_short_description,
    .product-miniature.col-lg-12 .product-price-and-shipping {
        text-align: center;
    }
    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 100%;
    }
}
.product-miniature.col-lg-12 {
    width: 100%!important;
}

.product-price-and-shipping {
    margin-bottom: 15px;
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
    justify-content: flex-start;
}
.featured-products .products{
    justify-content: center;
}
.product-miniature.col-lg-3 .an_productattributes-add-to-cart-btn i {
    display: none;
}
.product-miniature.col-lg-3 .an_productattributes-qty {
    height: 37px;
}
.product-miniature.col-lg-12 .an_productattributes {
    padding: 10px 0;
    margin-top: 10px;
    max-width: 250px;
}
#products .product-miniature.col-lg-12 .product-title a {
    font-size: 24px;
    line-height: 30px;
}
#products .product-miniature.col-lg-12 .product-title {
    height: auto;
    margin-top: -5px;
}
#products .product-miniature.col-lg-12 .an_productattributes .product-variants-item {
    align-items: flex-start;
}
#products .product-miniature.col-lg-12 ul.an_productattributes-group {
    margin: 0;
}
#category .an_productattributes .color {
    margin: 0 4px;
}
#products .product-miniature.col-lg-12:hover .product-description {
    border-color: transparent;
    background: transparent;
}
@media (max-width: 580px) {
    #products .product-miniature.col-lg-12 .product-title {
        margin-top: 15px;
    }
    .product-miniature.col-lg-12 .an_productattributes {
        margin: 10px auto 0;
    }
    #products .product-miniature.col-lg-12 .an_productattributes .product-variants-item {
        align-items: center;
    }
    #products .product-miniature.col-lg-12 ul.an_productattributes-group {
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .products-selection .showing {
        text-align: left!important;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    .products-sort-order .select-title {
        padding-left: 0;
    }
}
#search_filters {
    margin-bottom: 40px;
}
#module-anblog-category .img-fluid {
    max-width: 100%;
}


/*** cart-page ***/
#cart #wrapper {
    padding-top: 0;
}

.cart-grid-body .cart-overview {
    padding: 0;
}
.card.cart-container {
    padding-right: 5px!important;
    margin-bottom: 4px;
}
.cart-grid-body .card-block h1 {
    margin: 19px 0 10px;
    text-transform: uppercase;
}
.cart-items {
    margin-bottom: 0;
    margin-top: 9px;
}
#cart .cart-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 1px;
}
.product-line-grid-left {
    display: flex;
    align-items: flex-start;
    padding: 0;
}
.product-line-grid-body {
    margin-top: 7px;
    margin-left: 10px;
    margin-bottom: 0;
}
.product-line-grid-body>.product-line-info>.label {
    font-size: 16px;
    line-height: 22px;
}


.product-line-grid-right {
    margin-bottom: 0;
}
.product-line-attribute:last-child:after {
    display: none;
}
.product-line-info {
    line-height: 1;

}
.product-line-price {
    margin: 9px 0 0;
}
.product-line-price .price{
    margin-right: 5px;
}
.product-line-price .regular-price {
    font-size: 18px;
    text-decoration: line-through;
}
.qty-wrap {
    display: flex;
    align-items: center;
}
#cart .js-cart-line-product-quantity {
    width: 58px;
    height: 39px;
    text-align: center;
}
.product-line-grid-right .price {
    float: right;
    padding: 0 7px;
}
.remove-item-wrap {
    display: flex;
    justify-content: flex-end;
}
.product-line-grid-right .cart-line-product-actions {
    line-height: initial;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart {
    margin: 0;
}
.vertical-centered {
    display: flex;
    align-items: center;
}
.cart-container .separator {
    border-color: #e5e5e5;
    margin-left: 15px;
}
.cart-line-product-actions i {
    background: #eeeff5;
    color: #070707;
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: 2px;
}
.cart-grid-right {
    padding: 0 29px 0 9px;
    margin-top: 37px;
}
.card.cart-summary {
    margin-bottom: 0;
    background: #e0e7da;
  border-radius: 30px 0 30px 0;
  padding-bottom: 20px;
}
.card.cart-summary .btn-devis{
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
.cart-detailed-totals {
    padding: 17px 30px 5px 22px;
    margin-bottom: 0;
}
.card.cart-summary .checkout{
    padding-bottom: 20px;
}
.cart-summary-line .label {
    font-size: 14px;
}

.cart-summary-line .value {
    font-size: 14px;
}
.cart-summary-line {
    margin-bottom: 8px;
}
.block-promo .promo-input+button {
    margin-top: 0px;
    line-height: 19px;
    border-radius: 0;
}
.card.cart-summary .separator {
    margin: 12px 0 25px;
    border-color: #d0d0d3;
}

.cart-voucher p {
    margin-bottom: 8px;
}
.cart-detailed-actions .btn-primary {
    width: 100%;
    max-width: 300px;
}

.cart-summary-line.cart-total .value {
    margin: 0;

    font-size: 18px;
    font-weight: 500;
}
#cart #footer {
    padding-top: 75px;
}

.cart-detailed-actions {
    padding: 15px 22px 21px;
    background: #e0e7da;
    border-radius: 30px 0 30px 0;
}
.cart-detailed-actions .cart-summary-line .label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
.cart-detailed-actions .cart-summary-line {
    margin-bottom: 26px;
}
.shopping-continue {
    padding: 0 16px;
}

.media-middle {
    flex: 108px 0 0;
}
.product-line-attribute-list {
    margin: 1px 0 0;
}
.product-line-attribute {
    margin: 0 0 10px;
    display: inline-block;
    font-size: 12px;
}
.product-line-attribute:after {
    content: ",";
    margin-left: -2px;
}
.product-line-attribute:last-child:after {
    content: "";
}
#cart .bootstrap-touchspin .input-group-btn-vertical {
    height: 39px;
}
.product-line-grid-right .product-price {
    padding-top: 0;
    margin: 0;
}
.product-line-grid-right .product-price strong {
    font-weight: 500;
}

#cart .qty-wrap .qty {
    display: inline-block;
    width: 100px;
    margin: 0;
}
#cart .qty-wrap .js-cart-line-product-quantity {
    height: 32px;
    padding: 0px 0 1px 4px;
    width: 35px;
    text-align: center;
    border: 1px solid #e9e9e9;
}
#cart .qty-wrap .input-group-btn-vertical button {
    height: 32px;
}
#cart .qty-wrap .input-group .input-group-btn>.btn {
    padding: 0;
    width: 31px;
    height: 32px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
#cart .qty-wrap .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 30px;
}

@media (max-width: 991px) {
    .cart-grid {
        margin: 0;
    }
    #cart .anthemeblocks-reassurance ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .cart-detailed-actions .btn-primary {
        min-width: auto;
    }
    .product-line-grid-body {
        margin-top: 15px;
    }
    #cart .cart-item .product-line-grid {
        flex-direction: column;
        align-items: center;
    }
    .product-line-grid-left {
        align-items: center;
        text-align: center;
        flex-direction: column;
    }
    #cart .qty-wrap {
        flex-direction: column;
        text-align: left;
    }
    #cart .vertical-centered {
        flex-direction: column;
    }
    .remove-item-wrap {
        justify-content: center;
    }
    .product-line-grid-right,
    .product-line-grid-left {
        float: none;
    }
    .shopping-continue {
        text-align: left;
        padding: 0;
    }
    .cart-grid-body .card-block h1 {
        text-align: left;
    }
    #footer .col-md-6.links .row {
        margin: 0;
    }
    .cart-grid-right {
        padding: 0 20px;
    }
}

@media (max-width: 850px) {
    .product-accessories .thumbnail-container {
        margin: 0 auto 20px;
    }
}

@media (max-width: 600px) {
    .product-accessories .product-miniature.product-mobile-row:not(.col-lg-12) {
        padding: 0;
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
    }

    .product-miniature.product-mobile-row:not(.col-lg-12) {
        max-width: 50%;
        width: 50%;
        flex-basis: 50%;
        padding: 0 5px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container,
    .product-miniature.product-mobile-row:not(.col-lg-12) .product-description{
        width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container-image img {
        max-width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-add {
        flex-direction: column;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-container {
        flex: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .product-title {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%
    }
    #index .featured-products .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container {
        margin-right: 0;
    }
    .featured-products .products.products-mobile-row {
        margin-right: 0;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-add .an_productattributes-add {
        width: 100%;
    }
}
@media (max-width: 580px) {
    #products .products {
        margin: 0 -5px;
    }
    .product-miniature.product-mobile-row.col-lg-12 {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%;
        padding: 0 5px;
        margin-left: 0!important;
        margin-right: 0!important;
    }
    .product-miniature.product-mobile-row.col-lg-12 .thumbnail-container,
    .product-miniature.product-mobile-row.col-lg-12 .product-description{
        width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .thumbnail-container-image img {
        max-width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .an_productattributes-qty-add {
        flex-direction: column;
        align-items: stretch;
    }
    .product-miniature.product-mobile-row.col-lg-12 .an_productattributes-qty-container {
        flex: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .product-miniature.product-mobile-row.col-lg-12 .product-title {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%
    }
    .product-miniature.product-mobile-row.col-lg-12 .grid-view-desc {
        display: none;
    }
}

.manufacturer-item img {
    min-width: 100px;
}



.product-miniature:hover .an_wishlist-mini,
.product-miniature:hover .quick-view-wrap {
    opacity: 1;
}
.product-miniature .product-flag {
    transition: opacity .5s;
}
.product-miniature:not(.col-lg-12):hover .product-flag {
    opacity: 0;
}

.quick-view-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity .5s;
    text-align: center;
}
@media (max-width: 580px) {
    .product-miniature.col-lg-12:hover .product-flag {
        opacity: 0;
    }
}
@media (min-width: 580px) {
    .product-miniature.col-lg-12 .an_wishlist-mini {
        opacity: 1;
        right: 0;
        top: 0;
    }
    .product-miniature.col-lg-12 .product-title {
        padding-right: 75px;
    }
}

#product .product-additional-info .social-sharing,
.modal-body .product-additional-info .social-sharing {
    order: 2;
}
#product .product-additional-info .social-sharing ul,
.modal-body .product-additional-info .social-sharing ul {
    display: flex;
}
#product .product-additional-info .an_wishlist-mini,
.modal-body .product-additional-info .an_wishlist-mini {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#product .product-additional-info .an_wishlist-mini-count,
.modal-body .product-additional-info .an_wishlist-mini-count {
    position: static;
}
#product .product-additional-info .an_wishlist-mini span,
.modal-body .product-additional-info .an_wishlist-mini span {
    order: 2;
}

#_mobile_an_wishlist {
    margin-bottom: 5px;
    line-height: 44px;
    padding: 0 30px;
}

.cart-preview .cart-action .btn-primary,
.cart-detailed-actions .btn-primary {
    white-space: normal;

    height: auto;
}

.product-miniature .thumbnail-container-image img {
    width: 100%!important;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

.an_copyright a,
.an_copyright p {
    color: #fff;
}
.an_copyright a:hover p {
    color: #fff;
}



@media (max-width: 767px) {
    #mobile_top_menu_wrapper .amenu-item .amenu-link {
        padding: 11px 0!important;
        margin: 0;
        font-size: 14px;
        color: #000;
        font-weight: 400;
        border: 0;
    }
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#_mobile_an_wishlist-nav,
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0;
}
#_mobile_an_wishlist-nav a {
    display: block;
}
#_mobile_an_wishlist-nav a {
    text-transform: none;
}
#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#_mobile_an_wishlist-nav a {
    padding: 11px 30px;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
}

.mobile_item_wrapper svg {
    margin: 0 1px 3px 0;
}

#mobile_top_menu_wrapper .header-link-title {
    margin: 0;
}

.mobile-lang-and-cur {
    margin: 0;
    padding: 0;
    font-size: 13px;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 5px 0;
    margin-bottom: 5px;
    position: static;
}

.mobile-lang-and-cur .dropdown select {
    background: transparent;
    cursor: pointer;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    color: #000;
    font-weight: 400;
}
#mobile_top_menu_wrapper .mobile-lang-and-cur .mobile_item_wrapper {
    padding: 0;
    color: #000;
    font-weight: 400;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info > a {
    padding: 7px 0;
    line-height: 1;
    text-transform: none;
}
#mobile_top_menu_wrapper .mobile-lang-and-cur .adropdown-mobile a {
    display: block;
    padding: 10px 0;
    line-height: 1;
}
#mobile_top_menu_wrapper .mobile-lang-and-cur select,
#mobile_top_menu_wrapper .mobile-lang-and-cur .lang_and_сr_label {
    display: none;
}
.mobile-lang-and-cur #_mobile_user_info .dropdown-menu {
    display: block;
    position: static;
    border: 0;
    background: transparent;
    padding: 0!important;
    margin: 0;
}
#mobile_top_menu_wrapper .logout {
    display: none!important;
}

#mobile_top_menu_wrapper #_mobile_contact_link {
    margin: 0;
}
#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
    padding: 10px 10px;
    font-size: 13px;
    text-transform:none;
    line-height: 20px;
    font-family: "Comfortaa", sans-serif;
}
#_mobile_clientservice .clientservice_sg-btn-close,
#_mobile_clientservice .clientservice-title,
#_mobile_clientservice .clientservice_open-modal-btn {
    display: none;
}
#mobile_top_menu_wrapper #_mobile_clientservice .mobile_item_wrapper {
    line-height: 1;
    font-size: 13px;
    text-transform: none;
    padding: 7px 30px;
    color: #000;
    font-weight: 400;
}
#mobile_top_menu_wrapper .clientservice_sg-modal {
    overflow: unset;
}
#mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile {
    display: block!important;
}
#mobile_top_menu_wrapper .an_clientservice {
    padding: 0;
    display: block!important;
    min-height: auto;
}
@media (min-width: 768px) {
    .mobile_item_wrapper {
        display: none!important;
    }
}

#_desktop_language_selector {
    margin-left: 28px;
}

#_desktop_clientservice {
    margin-bottom: 2px;
}

.search-button-wrapper svg {
    margin-bottom: 1px;
    margin-right: 2px;
}
#header .search-widget form button[type=submit] {
    position: absolute;
    right: inherit;
  top: 1px;
  bottom: inherit;
}

.an_wishlist-mini svg path {
    fill: #000;
}

div.aninstagramfeed-item:before {
    content: "";
    background-image: url(../img/insta.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0;
}
div.aninstagramfeed-item:after {
    content: "";
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .3s;
    opacity: 0;
}
div.aninstagramfeed-item:hover:before,
div.aninstagramfeed-item:hover:after {
    opacity: 1;
}

.faceted-slider p {
    margin-top: 2px;
    display: inline-block;
    margin-bottom: 15px;
}
#search_filters .ui-slider-horizontal {
    height: 2px!important;
    margin-bottom: 10px;
}
#search_filters .ui-widget-header {
    background: #000!important;
    height: 2px;
    top: -1px;
}
#search_filters .ui-slider .ui-slider-handle {
    top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #000;
}
#search_filters .facet .faceted-slider {
    max-width: 239px;
}
#_desktop_search_filters_clear_all {
    margin-top: 34px;
}
#_desktop_search_filters_clear_all .btn-primary {
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    min-width: 195px;
    margin-left: 20px;
}


.cart-grid-body .cart-items {
    margin-top: 26px;
    border-top: 1px solid #eeeeee;
    padding: 0;
}

#cart .qty-wrap .js-cart-line-product-quantity {
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;
    border-radius: 0;
    box-shadow: none;
    padding: 2px 0 0!important;
    font-size: 1rem;
    background: #e8e8e8;
}
#cart .qty-wrap .input-group .input-group-btn {
    width: 34px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cart .qty-wrap .input-group .input-group-btn>.btn {
    border: 0 !important;
    background-color: #e8e8e8;
    font-size: 20px;
    position: static;
    height: 40px !important;
    width: 34px !important;
    display: block !important;
    text-align: center;
    line-height: 40px;
    transform: translateX(0) !important;
    padding: 0;
    cursor: pointer;
    color: #000;
}
.input-group .input-group-btn>.btn svg {
    margin-top: 1px;
}
#cart .qty-wrap .qty {
    width: 95px;
    margin-left: 28px;
    border-radius: 5px;
    overflow: hidden;
    font-weight: 700;
}
.product-line-grid-right {
    margin-top: 24px;
}
.product-line-grid-right .price {
    padding: 0px 8px;
    margin-bottom: 7px;
}
.remove-item-wrap {
    padding: 0;
}
.cart-line-product-actions i {
    background: #edeef3;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    display: inline-block;
    height: 21px;
    width: 21px;
    margin-top: 0px;
}
.shopping-continue .btn-primary{
    text-transform: none;
    font-size: 16px;
    font-weight: 400;

    min-width: 200px;
}
.block_newsletter {
    display: none;
}
#index .block_newsletter {
    display: block;
    background: url('../img/bg-news.jpg') no-repeat bottom right;
    padding-bottom: 100px;
    padding-top: 0;
    background-size: 100%;
    border: none;
}
.block-promo .promo-code {
    padding: 2px 0 0 6px;
    margin-right: -2px;
}
.block-promo .promo-input {
    color: #000;
    border: 0;
    height: 46px;
    text-indent: 0;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 0 15px;
}
.block-promo .promo-input+button {
    margin-top: 0px;
    line-height: 24px;
    border-radius: 5px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: auto;
}
.cart-detailed-actions .btn-primary {
    width: 100%;
    max-width: 315px;
}
.cart-detailed-actions .btn-primary {
    width: 100%;
    max-width: 315px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;

}
.card.cart-summary .btn-primary:hover::before,
.card.cart-summary .btn-primary:focus::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.cart-preview .cart-title {
    padding: 23px 0;
    margin-bottom: 20px;
    text-align: center;
    background: #f1f1f1;
}
.cart-preview .cart-title .h4 {
    padding: 0 20px;
    text-align: left;
    font-size: 19px;
}
.sb-menu-right {
    width: 342px;
    max-width: 100%;
}
.cart-preview .product-infos .product-name {
    margin-bottom: 1px;
}


@media (max-width: 767px) {

    .logo-main {
        margin: 0;
    }
    #header .header-nav #menu-icon {
        margin-left: 20px;
        height: 56px;
        display: flex;
        align-items: center;
    }
    #_mobile_cart {
        height: 70px;
    }
    #header .header-nav .blockcart {
        line-height: 0;
        margin-right: 0;
        padding-right: 20px;
    }
    #header .header-top {
        background: #fff;
        border-bottom: 1px solid #f1f1f1;
    }
    .search-button-wrapper,
    .search-button-close-wrapper {
        display: none;
    }
    .header-top .search-widget {
        display: block;
        position: static;
        margin-top: 3px;
        margin-bottom: 15px;
        padding: 0 20px;
    }
    
    #_mobile_searchbar {
        width: 100%;
    }
   
    .footer-container .links .navbar-toggler {
        background: transparent;
        height: 24px;
        width: 24px;
    }
    .footer-container .links .navbar-toggler i{
        color: #fff;
    }
    .footer-container .links .title {
        padding: 5px 20px;
    }
    #footer .footer-container .links ul>li {
        padding: 4px 20px;
        line-height: 20px;
        font-weight: 400;
        margin: 0;

    }
    .footer-container .links .h3 {
        font-weight: bold;
    }
    #cart .qty {
        margin-left: 0;
        display: flex;
        margin: 0 auto;
    }
    .card.cart-container {
        padding: 0!important;
        margin-bottom: 30px;

    }
}
#footer .links li:hover a:before {

    top: 9px;
}

#my-account #main .page-footer {
    text-align: center;
}
iframe {
    max-width: 100%;
}
@media (max-width: 650px) {
    iframe {
        height: 250px;
        width: 500px;
    }
}
@media (max-width: 560px) {
    iframe {
        height: 200px;
        width: 400px;
    }
}
@media (max-width: 480px) {
    iframe {
        height: auto;
        width: auto;
    }
}
.tabs .nav-tabs .nav-item {
    margin-bottom: -.125rem;
}

.an_wishlist-list-cart h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}
#checkout .card.js-cart {
    margin-top: 47px;
}
#checkout .content .btn-primary {
    margin-bottom: 30px;
}
#module-an_wishlist-list h1 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}


.form-control:focus, .input-group.focus {
    outline: none;
}
.customerform-wrapper #wrapper {
    padding-top: 60px;
}
.sb-menu-right .cart-preview .no-items {
    text-align: left;
    padding: 0 20px;
}
.fixed-menu {
    box-shadow: 0px 1px 20px 0 rgba(0,0,0,0.05);
}
@media (max-width: 767px) {
    .images-container .product-images>li.thumb-container>.thumb {
        max-width: 100%;
    }
    .js-qv-mask:not(.scroll) .product-images>li.thumb-container {
        max-width: calc(25% - 7px);
        display: inline-block;
    }
    .product-line-grid-right {
        margin-top: 15px;
    }
    .product-line-grid-right .price {
        margin: 10px 0;
    }
}
.product-quantity #quantity_wanted {
    -webkit-appearance: none;
}
#cms #content-wrapper h3 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-weight: 600;
}
.visitors-counter {
    background: #000;
}
.cart-summary-products .media {
    margin-bottom: 10px;
}
#cart .qty {
    border-radius: 0;
}
#cart .input-group .input-group-btn>.btn.bootstrap-touchspin-down {
    border-radius: 5px 0 0 5px;
}
#cart .input-group .input-group-btn>.btn.bootstrap-touchspin-up {
    border-radius: 0px 5px 5px 0px;
}

#cart-summary-product-list .media {
    margin-bottom: 10px;
    display: flex;
}
body#checkout #cart-summary-product-list .media-body {
    display: flex;
    align-items: center;
}
.media-product {
    flex: 1 1;
}
.media-body .product-price {
    flex: 60px 0 0;
    text-align: right;
}
.block-promo .promo-code-button {
    text-decoration: underline;
}
.block-promo .promo-code-button:hover {
    text-decoration: none;
}
#cms .page-header h1,
#my-account .page-header h1 {
    text-transform: uppercase;
}
@media (max-width: 1200px) {
    #_desktop_an_wishlist-nav {
        margin-left: 0!important;
    }
}
@media (max-width: 767px) {
   
    #header #_desktop_searchbar,
    #header .header-left {
        width: 100%;
    }
    .header-top .search-widget {
        padding: 0 5px;
    }
    @media (max-width: 767px) {
        .clientservice_open-modal-btn {
            display: none!important;
        }
    }
}
#mobile_top_menu_wrapper #_mobile_clientservice .mobile_item_wrapper {
    color: #000;
}


#_desktop_clientservice .an_clientservice .clientservice-title {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 400;
}
#_desktop_clientservice .clientservice_sg-btn-close {
    top: 26px;
}
.an_clientservice {
    text-transform: none;
}
#header #mobile_top_menu_wrapper .amenu-item .amenu-link {
    color: #000!important;
}

.customerform-wrapper #login-form .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.customerform-wrapper #login-form .form-control-label,
.customerform-wrapper #login-form .form-control-comment {
    display: none;
}

.customerform-wrapper #login-form .form-group .col-md-6 {
    padding: 0;
}
.page-registration #content,
.page-authentication #content {
    margin: 0 auto;
}
.customerform-wrapper .login-form {
    margin: 0;
}
.customerform-wrapper .form-control {
    background: #f9f9fa;
    color: #000;
    padding: 17px 19px 18px;
    border-radius: 0px;
    margin-left: 0px;
    font-size: 16px;
    border: 0;
    max-width: 450px;
    margin: 0 auto;
    height: auto;
}
.customerform-wrapper .input-group {
    max-width: 450px;
    margin: 0 auto;
}
.customerform-wrapper .input-group.focus,
.customerform-wrapper .form-control:focus {
    outline: none;
    border-color: #000;
}
.customerform-wrapper .input-group-btn {
    position: absolute;
    right: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 42px!important;
    z-index: 3;
}
.customerform-wrapper .input-group .input-group-btn>.btn {
    background: transparent;
}
.customerform-wrapper .input-group .input-group-btn  svg {
    position: absolute;
}
.customerform-wrapper .input-group .input-group-btn>.btn:hover+svg path {
    fill: #000;
}

.login-form-forgot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.login-form-forgot a {
    color: rgb(147, 147, 147);
}

.page-customer-account #content .forgot-password {
    margin: 0;
    padding: 0;
    text-align: left;
}
.page-customer-account #content .no-account {
    text-align: right;
}
.page-customer-account #content .no-account,
.page-customer-account #content .forgot-password {
    font-size: 13px;
    line-height: 1.5;
    width: 50%;
    padding: 2px 7px;
}
.customerform-wrapper .form-footer {
    margin-top: 33px;
}
.customerform-wrapper .form-footer .btn.btn-primary {
    max-width: 200px;
    width: 100%;
}
.page-customer-account #main .page-footer {
    margin: 0;
}


input.js-visible-password+.input-group-btn {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    z-index: 3;
}

.input-group input.js-visible-password+ .input-group-btn>.btn {
    background: transparent;
}
.input-group input.js-visible-password+.input-group-btn>.btn::before,
.input-group input.js-visible-password+.input-group-btn>.btn::after {
    display: none;
}
.input-group input.js-visible-password+.input-group-btn  svg {
    position: absolute;

}
.input-group input.js-visible-password+.input-group-btn>.btn:hover+svg path {
    fill: #000;
}
.page-registration #content,
.page-authentication #content {
    max-width: 927px;
}
.customerform-wrapper #wrapper {
    padding-top: 79px;
}
.customerform-wrapper #footer {
    padding-top: 78px;
}
@media (max-width: 767px) {
    .customerform-wrapper #login-form .form-group .col-md-6 {
        width: 100%;
        max-width: 460px;
    }
    .clientservice_open-modal-btn {
        display: none!important;
    }
    #mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile,
    #mobile_top_menu_wrapper .mobile_item_wrapper.open+.adropdown-mobile .an_clientservice {
        display: block !important;
    }
}
.amega-menu .fixed-menu .anav-top {
    justify-content: center!important;
}
.amega-menu .fixed-menu .anav-top #_desktop_searchbar {
    display: none!important;
}
.ui-autocomplete.ui-widget-content {
    max-height: 70vh;
    overflow-y: auto;
}
@media (max-width: 640px) {
    .ui-autocomplete.ui-menu .ui-menu-item {
        width: 100% !important;
    }
    .ui-menu .ui-menu-item a {
        padding: 15px!important;
    }
}
@media (max-width: 480px) {
    .ui-menu .ui-menu-item a img {
        max-width: 80px;
    }
}

.product-miniature img {
    height: auto!important;
    width: auto!important;
}

/*** checkout-new ***/

body#checkout #wrapper {
    padding-top: 0;
}
body#checkout section.checkout-step .step-number {
    padding: 0;
    display: inline-block!important;
}
body#checkout section.checkout-step .step-title {
    text-transform: none;
    font-weight: 700;
    padding: 16px 0;
}
body#checkout section.checkout-step .content {
    padding: 0;
}
body#checkout .checkout-content {
    display: flex;
    flex-wrap: wrap;
}
body#checkout .chechout-steps {

    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: calc(6% - 2px);
    width: 63%;
}
body#checkout .chechout-steps+.col-md-4 {
    width: 37%;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 30px;
    position: relative;
    overflow: hidden;
}


.checkout-step .my-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px!important;
    margin-bottom: 8px!important;
}
.checkout-step .nav-inline .nav-item,
.checkout-step .nav-inline .nav-link+.nav-link {
    margin: 0 20px 0 0!important;
}
.checkout-step .nav-item .nav-separator {
    display: block;
    height: 20px;
    width: 1px;
    background: #a2a2a2;
    margin-top: 3px;
}

body#checkout section.checkout-step #customer-form, body#checkout section.checkout-step #delivery-address, body#checkout section.checkout-step #invoice-address, body#checkout section.checkout-step #login-form {
    margin-left: 0;
    margin-top: 0;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    width: 18.2%;
    padding-top: 0px;
    margin-bottom: 0;
    line-height: 1.3;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 2px;
}
body#checkout section.checkout-step .form-group .col-md-6,
body#checkout section.checkout-step .form-control-valign {
    width: 81.8%;
    padding-top: 1px;
    position: relative;
}
body#checkout section.checkout-step .form-control-comment {
    padding: 0;
    position: absolute;
    right: 36px;
    top: 14px;
    font-style: italic;
    padding: 0;
}
body#checkout section.checkout-step .input-group:focus,
body#checkout section.checkout-step .input-group.focus {
    outline: 0;
}
body#checkout section.checkout-step .custom-radio {
    border: 2px solid #e5e5e5;
    margin-right: 4px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 3px 11px 0 0;
}
body#checkout section.checkout-step .custom-radio input[type=radio]:checked+span {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    margin: 0;
}

body#checkout section.checkout-step .form-group {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
body#checkout section.checkout-step .form-group.form-group-radio {
    margin-bottom: 14px;
}
body#checkout section.checkout-step .form-control {
    background-color: transparent!important;
    color: #000;
    border: 2px solid #e5e5e5;
    padding: 13px 17px 13px 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
}
body#checkout section.checkout-step .form-control.form-control-padding:placeholder-shown {
    padding-right: 80px;
}
body#checkout section.checkout-step .form-control.form-control-padding[type=password]:not(:placeholder-shown) {
    padding-right: 50px;
}
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.form-control-static-comment+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:not(:placeholder-shown)+.input-group-btn .form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:focus+.form-control-static-comment+.form-control-comment,
body#checkout section.checkout-step .form-control.form-control-padding:focus+.input-group-btn {
    display: none;
}
@media (max-width: 767px) {
    body#checkout section.checkout-step .form-control {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 480px) {
    body#checkout section.checkout-step .form-control {
        padding-left: 5px;
        padding-right: 5px;
    }
}

body#checkout section.checkout-step .form-control:focus {
    border-color: #000;
}
body#checkout section.checkout-step .form-group.has-error .form-control {
    border-color: #ff0000;
}
body#checkout section.checkout-step .form-group.has-error .help-block {
    color: #ff0000;
    margin-top: 6px;
}
body#checkout section.checkout-step .form-group.has-error .help-block ul {
    margin-bottom: 0;
}
.form-group.has-error .help-block .alert {
    padding: 0;
    background: transparent;
    border: 0;
    font-size: .875rem;
    margin-bottom: 7px;
}
.form-group.has-error .help-block .alert.alert-danger {
    color: #ff0000;
}
input.js-visible-password+.input-group-btn {
    right: 20px;
    width: auto!important;
    padding-bottom: 3px;
    top: 0;
    position: absolute;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
}
.input-group .input-group-btn>.btn[data-action=show-password] {
    padding: 0;
}
.input-group input.js-visible-password+.input-group-btn svg {
    position: static;
    margin-top: 2px;
}
body#checkout section.checkout-step .input-group input.js-visible-password+.input-group-btn .form-control-comment {
    position: static;
    margin-left: 11px;
}
#identity .input-group .input-group-btn>.btn, .customerform-wrapper .input-group .input-group-btn>.btn, #checkout .input-group .input-group-btn>.btn {
    width: 100%;
    margin: 0;
    position: absolute;
    background: transparent;
    top: 0px;
    height: 100%;
}
.form-control-static-comment {
    font-size: .875rem;
    margin: 6px 0 21px;
}
.custom-checkbox-label {
    display: inline;
    font-size: .875rem;
    margin-bottom: 0;
}
.custom-checkbox label {
    margin: 0 0 1px;
    cursor: pointer;
    padding-top: 4px;
    display: flex;
    align-items: flex-start;
}

#identity .custom-checkbox input[type=checkbox],
#identity .custom-checkbox input[type=checkbox]+span,
.customerform-wrapper .custom-checkbox input[type=checkbox],
.customerform-wrapper .custom-checkbox input[type=checkbox]+span,
body#checkout .custom-checkbox span {
    border: 2px solid #e5e5e5;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    margin-top: -2px;
    margin-bottom: 0px;
    margin: 0 13px 0px 0;
    flex: 0 0 20px;
    display: flex;
    align-items: center;
    background: transparent;
}
body:not(#category) .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin: 0;
}
body#checkout .custom-checkbox input[type=checkbox]:checked+span {
    border-color: #000;
}
.custom-checkbox-label em {
    line-height: 1.6;
    display: inline-block;
    color: #808080;
}
body#checkout section.checkout-step .form-footer {
    margin: 30px 0 39px;
    text-align: right;
}
body#checkout section.checkout-step .btn-primary.continue {
    margin-right: 0;
    min-width: 160px;
}
body#checkout section.checkout-step:last-child,
body#checkout section.checkout-step {
    border: 0;
    box-shadow: none;
    border-bottom: 2px solid #e5e5e5;
}

body#checkout .create-account-form {
    margin: 19px 0 18px;
}

body#checkout .login-form-forgot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%!important;
    padding-left: calc(18.2% + 15px);
    font-size: .875rem;
    margin: -4px 0 9px;
}
body#checkout section.checkout-step .forgot-password {
    margin-left: 0;
}

body#checkout section.checkout-step.-current.-reachable.-complete:not(.-current) .content {
    padding-top: 15px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p {
    margin-bottom: 8px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p.identity-comment {
    font-size: .875rem;
    margin-top: 12px;
}
body#checkout section.checkout-step .identity-continue {
    margin: 35px 0 42px;
}
body#checkout .container {
    min-height: unset;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
    float: right;
    padding: 0;
    margin: 4px 1px 0 30px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    text-transform: none;
    display: flex;
    align-items: center;
    margin-top: 3px;
    color: #000;
    font-size: .875rem;
    margin-right: 0;
    float: right;
}
body#checkout section.checkout-step .step-edit svg {
    margin: 4px 8px 1px 0;
}

body#checkout section.checkout-step.-current .content .js-address-form form>p {
    margin: -5px 0 34px;
}
body#checkout section.checkout-step .form-group.addresses-checkout {
    margin-top: 25px;
    margin-bottom: 37px;
}
body#checkout section.checkout-step select.form-control {
    cursor: pointer;
}
body#checkout section.checkout-step .form-control:focus+.form-control-comment {
    display: none;
}
body#checkout section.checkout-step #delivery-addresses, body#checkout section.checkout-step #invoice-addresses, body#checkout section.checkout-step .add-address {
    margin-top: 36px;
}
body#checkout section.checkout-step .address-item {
    border: 2px solid #e5e5e5!important;
    background: #fafafa!important;
    border-radius: 8px;
    max-width: 254px;
    width: 100%;
    flex: unset;
    margin: 0 15px 30px;
}
body#checkout section.checkout-step .address-item header {
    margin-bottom: 0;
    border-bottom: 2px solid #e5e5e5;
}
body#checkout section.checkout-step .address-selector {
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}
body#checkout section.checkout-step .address-item .radio-block {
    padding: 19px 19px 14px;
    margin-bottom: 0;
}
body#checkout section.checkout-step .address-item .custom-radio {
    margin-right: 13px;
}
body#checkout section.checkout-step .address {
    margin-left: 40px;
    line-height: 1.6;
    font-size: 1rem;
}
body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 13px 15px 18px;
    display: flex;
    justify-content: center;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address span {
    color: #000!important;
}
body#checkout section.checkout-step .delete-address, body#checkout section.checkout-step .edit-address {
    color: #000;
    display: flex;
    align-items: center;
    margin: 0 12px;
    font-size: .875rem;
}
body#checkout section.checkout-step .delete-address svg,
body#checkout section.checkout-step .edit-address svg {
    margin: 1px 7px -1px 4px;
}
body#checkout section.checkout-step.-current.-reachable.-complete .content p.add-address {
    margin-top: 5px;
    margin-bottom: 13px;
}
.addresses-continue {
    margin-top: 37px;
    margin-bottom: 41px;
}
.delivery-options {
    margin-top: 19px;
}

body#checkout section.checkout-step .delivery-option {
    background: #fafafa;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    padding: 18px 19px 20px;
    margin: 0 0 10px;
    display: flex;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin: 3px 20px 0 0;
}
body#checkout section.checkout-step .delivery-option label {
    margin-bottom: 0;
    flex: 1 1;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
body#checkout section.checkout-step .carrier-name {
    margin-bottom: 0;
    font-weight: 700;
    flex: 53% 0 1;
}
body#checkout section.checkout-step .carrier-delay {
    margin-bottom: 0;
    flex: 15%;
    padding-right: 10px;
}
body#checkout section.checkout-step .carrier-price {
    flex: 1 1;
}
.delivery-message {
    font-size: 1rem;
    margin: 25px 0 18px;
}
body#checkout #delivery textarea, body#checkout #gift_message textarea {
    max-width: 100%;
    margin-bottom: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    min-height: 140px;
}
#checkout-delivery-step .btn-primary {
    margin: 27px 0 25px!important;
}
.payment-options {
    margin-top: 18px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 6px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 14px;
    margin-bottom: 0;
}
body#checkout section.checkout-step #conditions-to-approve {
    padding-top: 17px;
    margin-bottom: 30px;
}
body#checkout .condition-label {
    margin-left: 34px;
}
body#checkout #order-summary-content #order-items {
    width: 100%;
}
body#checkout #order-summary-content .logo-container img {
    max-width: 30px;
    height: auto!important;
}
#payment-confirmation .ps-shown-by-js {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
#payment-confirmation .ps-shown-by-js .alert {
    width: 100%;
}
#payment-confirmation .ps-shown-by-js .btn-primary {
    line-height: 24px;
    align-self: flex-end;
}
body#checkout section.checkout-step.-current:last-child {
    border: 0;
}
body#checkout #main {
    margin-bottom: 0;
}
body#checkout #footer {
    padding-top: 0;
}

#checkout .card.js-cart {
    margin: 18px 0 35px;
    padding: 30px;
    border: 0;
    background: #e0e7da;
    border-radius: 30px 0 30px 0;
}
#checkout .card-block .checkout-summary-items {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 700;
}
body#checkout .cart-summary-products a {
    text-decoration: none;
    display: flex;
    align-items: center;
}
body#checkout .cart-summary-products a svg {
    margin-left: 9px;
}
body#checkout .cart-summary-products a:not(.collapsed) svg {
    transform: rotate(180deg);
}
#checkout .card-block .checkout-summary-dropdown {
    display: flex;
    margin-bottom: 14px;
}
body#checkout #cart-summary-product-list img {
    border: 0;
    width: 65px;
}
body#checkout #cart-summary-product-list .media-left {
    padding-right: 20px;
}
body#checkout #cart-summary-product-list .media-body .product-price,
body#checkout #cart-summary-product-list .media-body .product-quantity,
body#checkout #cart-summary-product-list .media-body .product-name {
    font-size: 1rem;
    font-weight: 400;
}
#checkout .media-list .media {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
body#checkout #cart-summary-product-list .media-body {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
body#checkout #cart-summary-product-list .media-body .product-attribute {
    display: flex;
    flex-wrap: wrap;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute {
    margin: 6px 0 2px;
    font-size: .875rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #a2a2a2;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute::after {
    content: "/";
    margin: 0 3px;
}
body#checkout #cart-summary-product-list .media-body .product-line-attribute:last-child::after {
    content: "";
    display: none;
}
body#checkout #cart-subtotal-products {
    border-top: 2px solid #e5e5e5;
    padding: 16px 0 0;
    margin-bottom: 15px;
    border-bottom: 0;
}
body#checkout #cart-subtotal-products .value {
    font-size: 1rem;
}
body#checkout .cart-summary-line {
    margin-bottom: 15px;
    background: transparent;
}

#checkout .cart-total.cart-summary-line .label {
    line-height: 1.5;
}
#checkout .cart-total.cart-summary-line {
    border-top: 2px solid #e5e5e5;
    margin: 19px 0 0;
    padding: 17px 0 0;
}
#checkout .anthemeblocks-reassurance ul {
    background: #f1f1f1;
    padding: 0 30px;
}
#checkout .anthemeblocks-reassurance ul li {
    border-bottom: 2px solid #d8d8d8;
    padding: 20px 0;
}
#checkout .anthemeblocks-reassurance ul li:last-child {
    border: 0;
    margin-bottom: 5px;
}
#checkout .anthemeblocks-reassurance .anthemeblocks-reassurance-item a {
    display: flex;
    align-items: center;
}
#checkout .anthemeblocks-reassurance figure {
    margin: 0;
    width: 100%;
    display: flex;
    max-width: 41px;
}
#checkout .anthemeblocks-reassurance-item span {
    width: auto;
}
#checkout.checkout-minimize .copyright-center {
    text-align: center;
}
#checkout.checkout-minimize .footer-container {
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
}
#checkout.checkout-minimize #header {
    box-shadow: 0px 0px 10px 0px rgba(1, 1, 1, 0.1);
}
#checkout.checkout-minimize .breadcrumb-wrapper {
    display: none;
}
#checkout.checkout-minimize #header .search-widget form input[type=text] {
    border: 2px solid #e5e5e5;
    padding: 10px 40px 10px 15px;
    border-radius: 5px;
}
#checkout.checkout-minimize #header #_desktop_logo a {
    align-items: flex-start;
}

@media (max-width: 991px) {
    body#checkout .chechout-steps {
        width: 100%;
        padding-right: 15px;
    }
    body#checkout .chechout-steps+.col-md-4 {
        width: 100%;
        padding-left: 15px;
    }
    body#checkout .chechout-steps+.col-md-4:after {
        display: none;
    }
    body#checkout .anthemeblocks-reassurance ul li {
        width: 100%;
    }
}
@media (max-width: 767px) {
    body#checkout section.checkout-step .carrier-name {
        flex: 35% 0 1;
    }
}
@media (max-width: 580px) {
    body#checkout .login-form-forgot {
        padding-left: 15px;
    }
    body#checkout section.checkout-step #customer-form .form-control-label,
    body#checkout section.checkout-step #delivery-address .form-control-label,
    body#checkout section.checkout-step #invoice-address .form-control-label,
    body#checkout section.checkout-step #login-form .form-control-label {
        width: 100%;
        margin-bottom: 5px;
    }
    body#checkout section.checkout-step .form-group .col-md-6, body#checkout section.checkout-step .form-control-valign {
        width: 100%;
    }
    body#checkout .custom-checkbox label,
    body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
    body#checkout section.checkout-step .form-group.form-group-radio .form-control-label,
    body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
    body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
        padding-top: 0!important;
    }
    body#checkout section.checkout-step .form-group.form-group-radio,
    body#checkout section.checkout-step.-current.-reachable.-complete .content p,
    body#checkout section.checkout-step .form-group {
        margin-bottom: 25px;
    }
    body#checkout .form-control-static-comment {
        margin-bottom: 0;
    }
    body#checkout .custom-checkbox {
        margin-bottom: -15px;
    }
}
@media (max-width: 480px) {
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: none;
    }
    body#checkout section.checkout-step .delivery-option label {
        flex-direction: column;
        align-items: flex-start;
    }
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#wrapper {
    flex: 1 1;
}

body#checkout .breadcrumb-wrapper {
    display: none;
}
body#checkout section.checkout-step.-current .step-title {
    padding: 40px 0 16px;
}
body#checkout section.checkout-step:first-child .step-title {
    padding: 16px 0;
}
body#checkout section.checkout-step .not-allowed {
    opacity: 1;
}
body#checkout .cart-summary-line .value {
    font-weight: 700;
    font-size: 1rem;
}
.custom-checkbox-label {
    text-align: left!important;
}
.customerform-wrapper .custom-checkbox label {
    padding-left: 0;
}
body#checkout .block-promo p {
    margin-bottom: 0;
}
body#checkout .block-promo .promo-code {
    background: transparent;
}
body#checkout .cart-total .value {
    font-size: 1.5rem;
}
body#checkout .product-amount {
    line-height: 1.5;
}
body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
}

#identity .input-group .input-group-btn>.form-control-comment,
.customerform-wrapper .input-group .input-group-btn>.form-control-comment {
    display: none;
}

body#checkout.checkout-minimize .an_copyright p,
body#checkout.checkout-minimize .an_copyright a p {
    margin-bottom: 0;
    text-align: center;
}

body#checkout .block-promo {
    margin-bottom: 15px;
}
body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
}
body#checkout section.checkout-step .payment-options label {
    margin: 0;
}
@media (min-width: 768px) {
    body#checkout.checkout-minimize #header .search-widget form button[type=submit] {
        right: 10px;
        padding: 0;
        transform: scale(.8);
    }
    body#checkout.checkout-minimize .search-button-wrapper {
        display: none!important;
    }
    body#checkout.checkout-minimize #header .vertical-center {
        height: auto;
        min-height: 60px;
    }
    body#checkout.checkout-minimize #_desktop_logo {
        justify-content: flex-start;
    }
    body#checkout.checkout-minimize .search-widget {
        margin: 0;
        max-width: 300px;
        display: block!important;
        position: static;
    }
    #checkout.checkout-minimize #header {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    #checkout.checkout-minimize #header .header-right {
        display: block;
        width: 100%;
    }
}



body#checkout section.checkout-step .form-footer {
    text-align: right;
}
body#checkout .block-promo .promo-code-button,
body#checkout .cart-summary-products a,
body#checkout .cart-summary-line .label {
    font-size: 16px;
    font-weight: 400;
}
body#checkout #cart-subtotal-products .value,
body#checkout .cart-summary-line .value {
    font-weight: 600;
    font-size: 16px;
    color: #000 !important;
}
body#checkout .cart-total .value {
    font-size: 24px;
}
body#checkout .nav-item .nav-link.active {
    border: 0;
}
body#checkout section.checkout-step .form-group.form-group-with-comment {
    align-items: flex-start;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 15px;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    font-size: 14px;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label, body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 8px;
}

body#checkout .block-promo .promo-input {
    background: transparent;
    color: #000;
    border: 2px solid #e5e5e5;
    padding: 13px 75px 13px 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
    line-height: 1.25;
}
body#checkout .block-promo p,
body#checkout #cart-subtotal-products {
    line-height: 1.2;
}
body#checkout section.checkout-step {
    padding: 0;
}
body#checkout section.checkout-step .delivery-radio-button,
body#checkout section.checkout-step .delivery-option label,
body#checkout section.checkout-step .carrier-name {
    font-size: 14px;
    line-height: 1;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-top: 0;
}
body#checkout section.checkout-step .carrier-name {
    flex: 50% 0 1;
}
body#checkout section.checkout-step .btn-primary.continue {
    float: right;
    height: auto;
    line-height: 24px;
    padding: 10px 30px;
}
body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
    line-height: 1;
}
body#checkout .block-promo .promo-code-button,
body#checkout .card-block {
    padding: 0;
}
body#checkout .block-promo {
    margin-bottom: 15px;
}
body#checkout .block-promo .promo-code {
    padding: 15px 0;
}


#checkout .card.js-cart {
    margin-top: 15px;
}
body#checkout .nav-item .nav-link {
    font-size: 16px;
    font-weight: 700;
}
body#checkout .product-amount {
    max-width: 150px;
}
body#checkout .product-line-info .value {
    color: #a2a2a2;
}

body#checkout section.checkout-step .step-title {
    font-size: 21px;
    line-height: 1.2;
}
body#checkout section.checkout-step .custom-radio {
    margin-top: 0;
}
body#checkout section.checkout-step .payment-options .custom-radio {
    margin-top: 0;
}

body#checkout section.checkout-step .js-address-form form .form-control-label {
    width: 18.2%;
    padding-top: 0px;
    margin-bottom: 0;
    line-height: 1.3;
    text-align: left;
    font-size: 14px;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 2px;
}

body#checkout .block-promo .promo-code form {
    display: flex;
    align-items: stretch;
}
body#checkout .block-promo .promo-input {
    margin: 0 10px 0 0;
}
body#checkout .block-promo .promo-input+button {
    min-width: unset;
    flex: 120px 0 0;
    padding: 10px 30px;
}
body#checkout section.checkout-step #customer-form .radio-inline {
    font-size: 14px;
}

body#checkout section.checkout-step .form-control::placeholder,
body#checkout .block-promo .promo-input::placeholder {
    color: #999;
    opacity: 1;
}

body#checkout section.checkout-step.-current .content .js-address-form form>p.add-address {
    margin-bottom: 15px;
}
body#checkout section.checkout-step .form-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body#checkout section.checkout-step .btn-primary.continue,
body#checkout .form-footer .btn.btn-primary {
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 0;
    order: 2;
}

body#checkout section.checkout-step .form-group {
    align-items: center;
}
body#checkout section.checkout-step .form-group.form-group-with-comment {
    align-items: flex-start;
}
body#checkout section.checkout-step #customer-form .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #delivery-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #invoice-address .form-group.form-group-with-comment .form-control-label,
body#checkout section.checkout-step #login-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 15px;
}
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
    font-size: 14px;
    padding: 0 15px;
}
body#checkout section.checkout-step .form-control-comment {
    top: 0;
    height: 100%;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}
body#checkout section.checkout-step .form-group-with-comment .form-control-comment {
    height: 46px;
}
body#checkout .js-address-form h2 {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

body#checkout section.checkout-step .payment-options label,
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline,
body#checkout .condition-label label,
body#checkout .login-form-forgot a,
body#checkout section.checkout-step .forgot-password,
body#checkout .custom-checkbox-label em,
body#checkout .custom-checkbox-label,
body#checkout section.checkout-step .form-control-comment,
.form-control-static-comment {
    font-size: 14px;
}
body#checkout .create-account-form,
body#checkout #cart-summary-product-list .media-body .product-price {
    font-size: 14px;
}

body#checkout .nav-item .nav-link {
    text-transform: none;
}
body#checkout section.checkout-step .address {
    margin-left: 36px;
}
body#checkout .address-message {
    margin: -5px 0 34px!important;
}
body#checkout .no-account {
    text-align: right;
}
body#checkout .login-form-forgot {
    line-height: 1.4;
}
.delivery-message {
    text-align: left;
}
@media (min-width: 481px) {
    .mobile-step-status {
        display: none!important;
    }
}
@media (max-width: 480px) {
    .desktop-step-status {
        display: none!important;
    }
    .mobile-step-status {
        margin-top: 5px;
        display: flex;
        align-items: center;
    }
    body#checkout section.checkout-step .step-edit svg {
        margin-top: 2px;
    }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
        margin: 0 0 0 10px;
    }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        margin: 0;
    }
    body#checkout section.checkout-step .carrier-name,
    body#checkout section.checkout-step .carrier-delay {
        margin-bottom: 10px;
    }
}
body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
    padding-left: 0;
}

body#checkout.checkout-minimize #_desktop_searchbar {
    max-width: 300px;
    width: 100%;
}
@media (max-width: 767px) {
    body#checkout.checkout-minimize #_desktop_searchbar {
        max-width: 100%;
    }
    #checkout.checkout-minimize #search_widget {
        display: block;
    }
}
#product .tabs .product-manufacturer {
    max-width: 300px;
}
#product .tabs .product-manufacturer .manufacturer-logo {
    max-width: 100%;
    max-height: 300px;
}
@media (max-width: 991px) {
    .js-img-view-type:not(.col-lg-undefined) {
        width: 50%;
    }
}


.customerform-wrapper .register-form .form-group {
    display: flex;
    align-items: center;
}
.customerform-wrapper .register-form .form-control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 14px;
    line-height: 24px;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment {
    align-items: flex-start;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 14px;
}
.customerform-wrapper .register-form .form-control-comment {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 15px;
}
.customerform-wrapper .register-form .custom-radio input[type=radio]:checked+span {
    top: 2px;
    left: 2px;
}
.register-form p {
    text-align: center;
}
.customerform-wrapper .register-form .form-control {
    padding: 17px 20px;
    height: auto;
    line-height: 20px;
    font-size: 13px;
}
.customerform-wrapper .register-form .form-control-valign {
    padding-top: 0;
}
.customerform-wrapper .register-form .radio-inline {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .customerform-wrapper .register-form .input-group,
    .customerform-wrapper .register-form .form-control {
        max-width: 100%;
    }
    .customerform-wrapper .register-form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .customerform-wrapper .register-form .form-group .col-md-6 {
        width: 100%;
    }
}

/* footer-bottom */
main {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
#wrapper {
    flex: 1 1 auto;
}
/* footer-bottom end */


/* flex-product */
.product-miniature.product-height:not(.col-lg-12) {
    display: flex;
}
.product-miniature.product-height:not(.col-lg-12) .thumbnail-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.product-miniature.product-height:not(.col-lg-12) .product-title {
    width: 100%;
}
.product-miniature.product-height:not(.col-lg-12) .product-description {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}
.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping {
    flex: 1 1;
    display: flex;
    flex-direction: row!important;
    justify-content: center!important;
    flex-wrap: wrap;
}
.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping .an_productattributes {
    align-self: flex-end;
    width: 100%;
}

.js-anthemeblocks-product-block-slider.owl-carousel .owl-item {
    display: flex;
    justify-content: center;
}

.js-anthemeblocks-product-block-slider.owl-carousel .owl-stage {
    display: flex;
}
@media (max-width: 580px) {
    .product-miniature.col-lg-12 {
        display: flex;
    }
    .product-miniature.col-lg-12 .thumbnail-container {
        display: flex;
        flex-direction: column;
    }
    .product-miniature.col-lg-12 .product-title {
        width: 100%;
    }
    .product-miniature.col-lg-12 .product-description {
        flex: 1 1;
        display: flex;
        flex-direction: column;
    }
    .product-miniature.col-lg-12 .product-price-and-shipping {
        flex: 1 1;
        display: flex;
        flex-direction: row!important;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product-miniature.col-lg-12 .product-price-and-shipping .an_productattributes {
        align-self: flex-end;
    }
}
/* flex-product end */


.product-images.owl-theme .owl-nav [class*=owl-]{
    height: 100%;
}
.product-images.owl-theme .owl-nav>div {
    margin: 0;
    padding: 0;
    background: #e8e8e8;
    font-size: 16px;
    width: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-images.owl-theme .owl-nav>div:hover{
    background: #000;
    color: #fff;
}
#main .images-container .js-qv-mask {
    white-space: nowrap;
    overflow: hidden
}
#main .images-container .js-qv-mask.scroll {
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
}
.product-images .owl-nav>div{
    position: absolute;
    top: 0;
}
.product-images .owl-nav .owl-prev{
    left: -25px;
}
.product-images .owl-nav .owl-next{
    right: -25px;
}

.product-images .owl-nav .owl-prev{
    left: -25px;
}
.product-images .owl-nav .owl-next{
    right: -25px;
}
.images-container .product-images {
    margin-bottom: 0;
}

.quickview .images-container {
    flex-wrap: wrap;
}
.quickview .product-cover {
    width: 100%;
}
.quickview .mask {
    width: 100%;
    margin: 0;
    max-height: unset;
}
.quickview .mask.scroll {
    padding: 0 25px;
}
.modal-body li.thumb-container {
    margin: 0;
}
.modal-body .product-images {
    width: 100%;
}



.product-qty {
    margin-top: 13px;
}
.product-qty .product-qty-container {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    width: 95px;
    font-weight: 400;
}
.product-qty-input {
    background: #e8e8e8;
    width: 27px!important;
    height: 40px!important;
    line-height: 40px;
    text-align: center!important;
    border: 0!important;;
    border-radius: 0;
    box-shadow: none;
    padding: 2px 0 0!important;;
    font-size: 1rem;
}
.product-qty .quantity-button {
    border: 0 !important;
    background-color: #e8e8e8;
    font-size: 18px;
    position: static;
    height: 40px !important;
    width: 34px !important;;
    display: block !important;;
    text-align: center;
    line-height: 40px;
    transform: translateX(0) !important;;
    padding: 0;
    cursor: pointer;
}

.product-qty .input-group-btn-vertical {
    display: none!important;
}
#search .product-miniature img.b-loaded {
    width: 100% !important;
}
.quantity_availability .an_wishlist-mini {
    margin: 0;
}


.forgotten-password .form-fields .center-email-fields {
    display: flex;
    align-items: center;
}
#password .form-control-label {
    padding: 0 15px 0 0;
    margin: 0;
    line-height: 1.25;
}

.forgotten-password .form-fields .email input {
    background: #f9f9fa;
    color: #000;
    padding: 17px 19px 18px;
    border-radius: 0;
    margin-left: 0;
    font-size: 16px;
    border: 0;
    height: auto;
}
.forgotten-password .form-fields .center-email-fields button {
    height: auto;
    margin-left: 10px;
    line-height: 24px;
    text-transform: none;
    padding: 14px 20px;
}
@media (max-width: 767px) {
    #password .form-control-label {
        width: 100%;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    .forgotten-password .form-fields .center-email-fields button {
        margin: 10px 0 0;
    }
}

.customerform-wrapper .form-control-static-comment {
    text-align: left;
}
.customerform-wrapper .register-form>p {
    text-align: center;
}
.customerform-wrapper .register-form .form-group {
    display: flex;
    align-items: center;
    text-align: right;
}
.customerform-wrapper .register-form .form-control-label {
    padding-top: 0;
    margin-bottom: 0;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment {
    align-items: flex-start;
}
.customerform-wrapper .register-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 15px;
}
.customerform-wrapper .register-form .form-control-comment {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 54px;
    padding: 0 15px;
}
.customerform-wrapper .register-form .custom-radio input[type=radio]:checked+span {
    top: 2px;
    left: 2px;
}
.customerform-wrapper .form-control-valign {
    display: flex;
    align-items: center;
    padding-top: 0;
}
.customerform-wrapper .radio-inline {
    padding: 0;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}
.customerform-wrapper .radio-inline .custom-radio {
    margin-right: 3px;
}
.customerform-wrapper .form-footer {
    text-align: center;
}
.customerform-wrapper .form-footer .btn.btn-primary {
    float: none!important;
}
.customerform-wrapper .input-group .input-group-btn svg {
    position: static;
}
@media (max-width: 767px) {
    .customerform-wrapper .register-form .input-group,
    .customerform-wrapper .register-form .form-control {
        max-width: 100%;
    }
    .customerform-wrapper .register-form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    .customerform-wrapper .register-form .form-group .col-md-6 {
        width: 100%;
    }
}


.gdpr-newsletter {
    margin-top: -20px;
    margin-bottom: 25px!important;
}
.gdpr-newsletter  .custom-checkbox {
    display: flex!important;
    justify-content: center!important;
}
.gdpr-newsletter label {
    padding: 0;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 14px;
}
.gdpr-newsletter .custom-checkbox span {
    flex: unset!important;
}
.gdpr-newsletter .custom-checkbox input[type=checkbox]+span {
    width: 20px;
    height: 20px;
    flex: 20px 0 0!important;
    margin-top: 0!important;
    border: 1px solid #000!important;
    border-radius: 0!important;
}
.gdpr-newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 18px;
    color: #000!important;
    background: #fff!important;
    margin: 0;
}

.block_newsletter form {
    width: 100%;
    margin-right: 0;
}
.block_newsletter .input-wrapper {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 70px;
}


.block_newsletter form button[type=submit] {
    min-width: auto;
    padding: 0;
    height: auto;
    line-height: 1;
    top: calc(50% - 8px)!important;
    transform: none!important;
    background: transparent!important;
    box-shadow: none;
}
.block_newsletter form button.hidden-sm{
    height: 60px;
    color: #fff;
    background: #669758 !important;
    width: 230px !important;
    border-radius: 30px 0 30px 0;
    right: 0;
    top: 0 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Comfortaa", sans-serif;
    letter-spacing: 2px;
    position: relative;
    margin-left: -50px;
    padding-top: 6px;
}
.block_newsletter form button.hidden-sm:hover{
    background: #c9772c !important;
}
.block_newsletter form button[type=submit]:disabled {
    cursor: not-allowed!important;
    opacity: .65;
}
.block_newsletter form button[type=submit]:before {
    display: none;
}
.block_newsletter form button[type=submit]>i {
    margin: 0;
}
.block_newsletter form {
    max-width: 100%;
    margin-bottom: 100px;
}
.newsletter-input {
    max-width: 460px;
    margin: 0 auto;
    float: none;
}
.gdpr-contacts {
    padding: 0 15px;
}
.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    width: 16px;
    height: 16px;
    flex: 16px 0 0;
    margin-top: 2px;
    border: 1px solid #bcbcbc!important;
}
.gdpr-contacts .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 12px!important;
    width: 14px!important;
    height: 14px!important;
    background: #000!important;
    color: #fff!important;
    margin: 0px;
}

.page-not-found .search-widget form {
    display: flex;
    justify-content: center;
    position: relative;
}
#main .search-widget form input[type=text] {
    padding: 15px 45px 15px 15px;
    font-size: 16px;
    font-weight: 400;
}
#main .search-widget form button[type=submit] {
    display: flex;
    align-items: center;
    top: 36%;
    right: 10px;
    bottom: unset;
    transform: scale(.7);
    padding: 0;
}
.search_not_found {
    width: auto;
}
#card-number, #expiration-date, #cvv {
    height: 45px !important;
    padding: 13px 75px 13px 17px!important;
    font-size: 14px!important;
}

#pagenotfound .page-not-found h1 {
    text-align: center;
    font-size: 250px;
    line-height: 1;
    margin: 19px 0 10px;
    color: #000;
    font-weight: 700;
}
#pagenotfound .page-not-found h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: #000;
}
#pagenotfound #main .page-content {
    margin-top: 0;
    margin-bottom: 38px;
}
#pagenotfound #main .page-footer {
    margin-bottom: 0;
}
body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-right: 18px;
}
body#checkout section.checkout-step .carrier-logo {
    flex: 40px 0 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 40px;
}
body#checkout section.checkout-step .carrier-logo img {
    max-width: 100%;
    max-height: 40px;
}
body#checkout section.checkout-step .carrier-name {
    flex: 46% 0 1;
}

#header #_desktop_logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
#header #_mobile_logo a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
}
/*** search-filters-mobile ***/

@media (max-width: 767px) {
    .search_filters_mobile-modal .mobile-menu-header {
        padding: 0 43px;
        margin-bottom: 21px;
    }
    #_desktop_search_filters_clear_all {
        display: block!important;
    }
    .search_filters_mobile-open {
        overflow: hidden;
    }
    #category #left-column #search_filters,
    .search_filters_mobile-modal .block-categories {
        display: block !important;
        margin: 0 20px;
    }
    #left-column .block-categories {
        margin: 0 0 0;
        border-radius: 0 0 15px 15px;
    }
    #left-column .block-categories ul.category-top-menu{
        margin-bottom: 0;
    }
    #category #footer,
    #category #content-wrapper {
        display: block!important;
    }
    .search_filters_mobile-cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: 100;
    }
    .filters-toggler-block .filter-button {
        display: none;
      }
    .search_filters_mobile-modal {
        /* display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; */
        text-align: left;
        overflow-x: none;
        overflow-y: auto;
        /* z-index: 200; */
        width: 100%;
        max-width: 100%;
    }
    #search_filters_wrapper {
        font-size: 15px;
        max-width: 100%;
        width:100%;
        display: block!important;
        position: relative;
        background-color: #fff;
        z-index: 300;
        padding: 0;
        float: left;
        min-height: auto;
        margin: 0!important;
        overflow-x: hidden;
    }
    .search_filters_mobile-btn-close {
        display: inline-block;
        cursor: pointer;
        height: 19px;
    }
    #category #left-column #search_filter_controls button {
        min-width: 140px;
    }
    #category #search_filter_controls {
        display: none;
    }
    #category #left-column #search_filter_controls {
        padding: 0 37px;
    }
    #category #left-column #search_filters .facet ul li,
    #category #left-column #search_filters .facet .h6 {
        padding-left: 0;
        padding-right: 0;
    }
    #category #left-column #search_filter_controls .btn.ok {
        display: none;
    }
}
.an_productattributes-add .btn {
    position: relative;
    overflow: hidden;
}
.js-add-loader {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    background: inherit;
}
.js-add-loader  svg {
    transform: scale(3.5);
    max-width: 100%;
    max-height: 100%;
}
.js-add-loader  svg path {
    fill: transparent!important;
    stroke: #fff!important;
}
#product .tabs {
    margin-top: 0!important;
    margin-bottom: 0;
}
.product-mainblock {
    margin-bottom: 30px;
    border-bottom: 1px solid #b5b6b6;
    padding-bottom: 30px;
}
.tab-content .tab-pane p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1rem;
}
#_mobile_contactslink {
    line-height: 1;
    font-size: 14px;
    text-transform: none;
    padding: 11px 30px;
    font-weight: 400;
}
#_mobile_contactslink a {
    color: #000!important;
}
#mobile_top_menu_wrapper .clientservice_sg-modal {
    padding: 10px 29px!important;
}


.product-variants>.product-variants-item select.form-control:not([size]):not([multiple]) {
    border: 0;
    border-radius: 5px;
    background: #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=) no-repeat scroll right 4px center/20px 24px;
    min-width: 95px;
    height: 40px;
    padding: 1px 20px 0px 15px;
    cursor: pointer;
    font-size: 16px;
}
.product-actions .product-variants .product-variants-item .input-radio+.radio-label {
    color: #111!important;
    background: transparent!important;
    border: 1px solid #dcdcdc!important;
    border-radius: 5px;
    min-width: 70px;
    min-height: 40px;
    padding: 1px 15px 0;
}
.product-actions .product-variants .product-variants-item .input-radio:checked+span, .product-actions .product-variants .product-variants-item .input-radio:hover+span {
    border-color: #000!important;
}
.product-actions .product-variants .product-variants-item .color-margin {
    margin-right: 10px!important;
}
.product-actions .product-variants>.product-variants-item select.form-control:not([size]):not([multiple]) {
    color: #000;
    font-size: 14px;
    min-width: 145px;
    width: auto;
    max-width: 100%;
    padding: 0 25px 0 18px;
    background-color: transparent;
    border: 1px solid #dcdcdc;
}
.product-variants>.product-variants-item .color {
    width: 30px;
    height: 30px;
    margin: 0;
    border: 1px solid inherit;
    border-radius: 50%;
}
.product-variants>.product-variants-item .input-color+span:not(.color) {
    display: block;
    min-width: 30px;
    min-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
}
.product-variants>.product-variants-item .input-color:checked+span:not(.color),
.product-variants>.product-variants-item .input-color:hover+span:not(.color) {
    border: 1px solid #000;
}
.product-variants>.product-variants-item .color.color-white {
    border: 1px solid #e6e6e6;
}
.product-variants>.product-variants-item .input-color:checked+span,
.product-variants>.product-variants-item .input-color:hover+span {
    border: 1px solid #000;
}

.product-add-to-cart .qty {
    display: inline-block;
    width: 145px;
    height: 50px;
    margin: 0 10px 0 0;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
}
.product-add-to-cart .qty .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 34px;
}
.product-add-to-cart .qty .input-group .input-group-btn>.btn {
    padding: 0;
    width: 34px;
    height: 50px;
    background: #f6f6f6;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-quantity #quantity_wanted {
    -webkit-appearance: none;
    height: 50px;
    padding: 0;
    width: 77px;
    min-width: unset;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: #f6f6f6;
}
.quantity_availability {
    flex: 1 1 auto;
}
.product-add-to-cart .add {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.product-actions .add-to-cart {
    margin: 0;
    min-height: 50px;
    width: 100%;
}
.product-availability-wrap {
    width: 100%;
}
#product-availability {
    margin: 17px 0 16px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
}
.an_hurry_up {
    margin-top: 0px!important;
    margin-bottom: 21px!important;
}
.an_hurry_up-text {
    font-size: 16px;
}
.an_hurry_up-progress {
    margin-top: 6px!important;
}
.product-actions .block-social {
    padding: 0;
}
.product-actions .block-social ul {
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product-actions .block-social li {
    width: auto;
    height: auto;
    margin: 0 5px 5px 0!important;
    border-radius: 5px;
    overflow: hidden;
}
.product-actions .block-social li a {
    background: #f6f6f6;
    width: 70px!important;
    height: 40px!important;
    margin: 0;
}
.product-actions .block-social li.instagram {
    order: 1;
}
.product-actions .block-social li.instagram a {
    background: #f9f5e9;
}
.product-actions .block-social li.pinterest {
    order: 2;
}
.product-actions .block-social li.pinterest a {
    background: #f9e5e6;
}
.product-actions .block-social li.twitter {
    order: 3;
}
.product-actions .block-social li.twitter a {
    background: #e8f5fe;
}
.product-actions .block-social li.facebook {
    order: 4;
}
.product-actions .block-social li.facebook a {
    background: #edf0f6;
}
.product-actions .block-social li.youtube {
    order: 5;
}
.product-actions .block-social li.youtube a {
    background: #fee5e5;
}
.product-actions .block-social li.rss {
    order: 6;
}
.product-actions .block-social li.rss a {
    background: #feede0;
}
.product-actions .block-social li.vimeo {
    order: 7;
}
.product-actions .block-social li.vimeo a {
    background: #e9f8fd;
}
.product-actions .block-social li.linkedin {
    order: 8;
}
.product-actions .block-social li.linkedin a {
    background: #e7f2f8;
}
@media (max-width: 767px) {
    .product-add-to-cart .product-quantity {
        margin: 0 0 10px;
        width: 100%;
    }
    .product-add-to-cart .qty,
    .product-add-to-cart .qty .bootstrap-touchspin {
        width: 100%;
        margin: 0!important;
    }
    .product-add-to-cart .qty .input-group .input-group-btn,
    .product-add-to-cart .qty .input-group .input-group-btn>.btn {
        width: 45px;
    }
    .product-quantity #quantity_wanted {
        width: calc(100% - 90px);
    }
    .quantity_availability {
        width: 100%;
    }
    #product-availability {
        justify-content: center;
        text-align: center;
    }
}

.clientservice_sg-modal {
    padding: 0!important;
}
.an_clientservice .clientservice-title {
    text-align: left!important;
}
.product-accessories {
    margin-top: 60px;
}
.productblock-content {
    max-width: 100%;
}
.product-information,
.product-actions,
.product-actions .control-label,
.product-actions .product-variants,
.product-variants>.product-variants-item {
    overflow: hidden;
    max-width: 100%;
}

.an_productattributes select,
.an_productattributes .an_pa_product-variants>.product-variants-item,
.an_productattributes .an_pa_product-variants>.product-variants-item select {
    overflow: hidden;
}

@media (max-width: 767px) {
    #product .product-accessories {
        overflow: hidden;
    }
}
.page-content .an_wishlist-container {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 20;
    padding: 10px;
}


@media (min-width: 768px) {
    .leftColDefault .search_filters_mobile-modal .mobile-menu-header {
        display: none;
    }
    .leftColDefault .search_filters_mobile-modal,
    .leftColDefault #search_filters_wrapper {
        display: block!important;
    }
}

.leftColPopup .products-selection {
    padding: 0 15px;
    background: transparent;
}
.leftColPopup .product-list-top-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin: 3px 0 9px;
}
.leftColPopup .collection-view {
    padding-left: 0;
    align-items: center;
}
.leftColPopup .collection-view-wrap {
    display: flex;
    align-items: center;
}
.leftColPopup .collection-view {
    margin: 15px 0 13px;
}
.leftColPopup.leftColRight #search_filters_wrapper {
    float: right;
}
@media (min-width: 768px) {
    #products .product-miniature .thumbnail-container-image .b-loaded,
    .leftColPopup .product-miniature .thumbnail-container-image .b-loaded {
        width: 100% !important;
    }
    .leftColPopup .products-selection .total-products {
        padding-right: 15px;
        text-align: center;
        margin-top: 1px;
    }
    .leftColPopup .products-selection .total-products p {
        margin-bottom: 0;
    }
    .leftColPopup .filters-toggler-block {
        margin-bottom: 2px;
        padding-right: 0;
    }
    #category.leftColPopup #search_filter_toggler {
        background: transparent!important;
        border: 0!important;
        color: #000!important;
        outline: none!important;
        padding: 0;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        display: flex;
        align-items: center;
        margin-right: 21px;
        box-shadow: none!important;
    }
    #category.leftColPopup #search_filter_toggler svg {
        margin-right: 9px;
    }
    #category.leftColPopup #content-wrapper {
        width: 100%;
    }
    .page-category.leftColPopup #left-column {
        width: 0;
        padding: 0;
    }
    .leftColPopup .search_filters_mobile-modal .mobile-menu-header {
        padding: 0 43px;
        margin-bottom: 21px;
    }
    .leftColPopup #_desktop_search_filters_clear_all {
        display: block!important;
    }
    .search_filters_mobile-open {
        overflow: hidden;
    }
    #category.leftColPopup #left-column #search_filters,
    .leftColPopup .search_filters_mobile-modal .block-categories {
        padding: 0 43px!important;
        display: block!important;
    }
    #category.leftColPopup #footer,
    #category.leftColPopup #content-wrapper {
        display: block!important;
    }
    .leftColPopup .search_filters_mobile-cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.6;
        z-index: 100;
    }
    .leftColPopup .search_filters_mobile-modal {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: left;
        overflow-x: none;
        overflow-y: auto;
        z-index: 200;
        width: 100%;
        max-width: 100%;
    }
    .leftColPopup #search_filters_wrapper {
        font-size: 15px;
        max-width: 100%;
        width: 340px;
        display: block!important;
        min-width: 200px;
        position: relative;
        background-color: #fff;
        z-index: 300;
        padding: 18px 0;
        float: left;
        min-height: 100vh;
        margin: 0!important;
        overflow-x: hidden;
    }
    .leftColPopup .search_filters_mobile-btn-close {
        display: inline-block;
        cursor: pointer;
        height: 19px;
    }
    #category.leftColPopup #left-column #search_filter_controls button {
        min-width: 140px;
    }
    #category.leftColPopup #search_filter_controls {
        display: none;
    }
    #category.leftColPopup #left-column #search_filter_controls {
        padding: 0 37px;
    }
    #category.leftColPopup #left-column #search_filters .facet ul li,
    #category.leftColPopup #left-column #search_filters .facet .h6 {
        padding-left: 0;
        padding-right: 0;
    }
    #category.leftColPopup #left-column #search_filter_controls .btn.ok {
        display: none;
    }
}
@media (max-width: 767px) {
    .filters-toggler-block {
        width: 100%;
    }
    .leftColPopup #category-top {
        padding: 0;
    }
    .leftColPopup .collection-view {
        display: flex;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    .leftColPopup .collection-view-btn {
        margin: 0 0 0 9px;
    }
    #search_filter_toggler svg {
        display: none;
    }
}
@media (max-width: 580px) {
    .leftColPopup .collection-view-wrap {
        display: none;
    }
}

#category-description ul,
.page-cms.page-content ul,
#an_bootstraptabs ul,
.tab-content ul,
.blog-description ul,
.blog-shortinfo ul,
.product-description ul,
.productblock-description ul {
    list-style-position: inside;
    padding-left: 20px;
}
.product-miniature .product-description ul {
    padding-left: 0;
}
#category-description a,
.page-cms.page-content a,
#an_bootstraptabs a,
.tab-content a,
.an_short_description a,
.productblock-description a,
.blog-description a,
.blog-shortinfo a {
    text-decoration: underline;
}
#category-description a:hover,
.page-cms.page-content a:hover,
#an_bootstraptabs a:hover,
.tab-content a:hover,
.an_short_description a:hover,
.productblock-description a:hover,
.blog-description a:hover,
.blog-shortinfo a:hover {
    text-decoration: none;
}
#category-description img,
.page-cms.page-content img,
#an_bootstraptabs img,
.tab-content img,
.an_short_description img,
.productblock-description img,
.blog-description img,
.blog-shortinfo img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 991px) {
    #cart .card.cart-container,
    .cart-grid-body .cart-overview {
        margin-bottom: 0;
    }
    .cart-grid-body {
        margin-bottom: 15px;
    }
    .cart-grid-body a.btn-primary,
    .cart-grid-body>a.label,
    .shopping-continue {
        display: none;
    }
    .cart-grid-right {
        margin-top: 0;
    }
}
#an_bootstraptabs img,
.tab-content img {
    max-width: 100%;
    height: auto;
}
a, button, .btn{
    transition: all 0.3s ease-in-out;
}
img{
    max-width: 100%;
}
body{
    font-family: "Poppins", sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: "Comfortaa", sans-serif;
  }
#header .header-nav a:not(.dropdown-item){
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    transition: all 0.3s ease-in-out;
}
#header .block-social li a svg path {
    fill:#fff;
    transition: all 0.3s ease-in-out;
}
#header .header-nav a:hover{
    color: #aec3a3;
}
#header .block-social li a svg:hover path{
    fill:#aec3a3;
}
#header .header-top-wrapper{
    width: 100%;
}
#header .content-header-top{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0 10px;
}
#header .header-right {
    justify-content: flex-end;
    width: calc(100% - 340px);
    display: flex;
    flex-direction: column;
  }
.header-right .part-1{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
#header .blockcart-link, #_desktop_an_wishlist-nav a{
    position: relative;
}
#header .blockcart-link::before, #_desktop_an_wishlist-nav a::before{
    content: "";
    position: absolute;
    top: -2px;
    left: -8px;
    background: url('../img/before-icon.png') no-repeat;
    width: 21px;
    height: 21px;
}
#header svg{
    position: relative;
}
#header svg path{
    transform: scale(0.7);
    fill: #639557;
    position: relative;
}
#header .blockcart-link span:hover, #_desktop_an_wishlist-nav a span:hover, #_desktop_an_wishlist-nav a:hover{
    color: #639557;
}
#header .shop-phone p{
    background: #c9772c;
    border-radius: 10px 0 10px 0;
    width: 125px;
    text-align: center;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
    margin-top: -5px;
}
#header .shop-phone p:hover{
    background: #639557;
}
#header .shop-phone a{
    font-size: 12px;
    color: #888b8c;
    font-family: "Comfortaa", sans-serif;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 0;
    justify-content: center;
}
#header .shop-phone svg{
    width: 18px;
    margin-right: 5px;
}
#header .shop-phone svg path{
    fill: #fff;
    transform: scale(1);
}
#header #_desktop_searchbar{
    min-width: 382px;
    margin-right: 20px;
}
#header #_desktop_searchbar #search_widget{
    display: block;
    position: relative;
    margin-top: 0;
    border: 1px solid #639557;
    border-radius: 10px 0 10px 0;
    padding: 7px 10px 5px 10px;
}

#header #_desktop_searchbar #search_widget svg path{
    transform: none;
}
#header #_desktop_searchbar #search_widget svg:hover path{
    fill: #c9772c;
}
#header #_desktop_searchbar button[type="submit"]::before {
    content: "";
    position: absolute;
    top: -2px;
    left:0;
    background: url('../img/before-icon.png') no-repeat;
    width: 21px;
    height: 21px;
  }
.title-bloc{
   color: #00000f;
   text-transform: uppercase;
   display: flex;
   flex-direction: column;
   justify-content: center;
   font-family: "Comfortaa", sans-serif;
   font-size: 36px;
   line-height: 45px;
   text-align: center;
}
.title-bloc::before{
    content: "";
    background: url('../img/before-title.png') no-repeat;
    width: 85px;
    height: 20px;
    display: block;
    margin: 0 auto 15px;

}
#amegamenu.fixed-menu #_desktop_logo,#amegamenu.fixed-menu .fixed-menu-right{
    display: none;
}
#index h1.title-bloc{
    text-align: center;
    max-width: 795px;
    margin: 30px auto 50px;
}
#custom-text .container{
    overflow: hidden;
}
#custom-text .item-bloc{
    margin-bottom: 33px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
#custom-text .item-bloc .text-bloc{
    width: 45%;
    padding-left: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#custom-text .item-bloc.inverse .text-bloc{
    padding-left:0;
    padding-right: 80px;
    width: 49%;
}
#custom-text .text-bloc .title-bloc{
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: left;
}
#custom-text .text-bloc .title-bloc::before{
    margin: 0 0 15px;
}
#custom-text .text-bloc p{
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
#custom-text .text-bloc a.btn{
    font-size: 18px;
    margin-top: 55px;
    padding: 25px 48px 22px;
    max-width: 285px;
}
#custom-text .text-bloc span{
    position: absolute;
    color: #96c190;
    font-size: 12px;
    font-family: "Comfortaa", sans-serif;
    text-transform: uppercase;
    left: -127px;
    transform: rotatez(-90deg);
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#custom-text .item-bloc.inverse .text-bloc span{
    left: inherit;
   right: -127px;
}
#custom-text .text-bloc span:after{
    content: "";
    width: 115px;
    height: 1px;
    background: #639557;
    margin-left: 20px;
}
#custom-text .item-bloc .image-bloc{
    width: 55%;
    padding-left: 30px;
    position: relative;
    padding-top: 63px;
    margin-bottom: 63px;
}
#custom-text .item-bloc.inverse .image-bloc{
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
    width: 50%;
}
#custom-text .item-bloc .image-bloc::before{
    content: "";
    background: #aec3a3;
    width: calc(100% - 85px);
    height: calc(100% + 63px);
    position: absolute;
    border-radius: 50px 0 50px 0;
    top: 0;
    left: 85px;
    transition: all 0.3s ease-in-out;
}
#custom-text .item-bloc.inverse .image-bloc::before{
    border-radius: 0 50px 0 50px;
    left: 0;
    background: #d2dcca;
}
#custom-text .image-bloc img{
    max-height: 515px;
    border-radius: 50px 0 50px 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}
#custom-text .item-bloc.inverse .image-bloc img{
    border-radius: 0 50px 0 50px;
}
#custom-text .image-bloc:hover::before{
    border-radius: 0 50px 0 50px;
}
#custom-text .item-bloc.inverse .image-bloc:hover::before{
    border-radius: 50px 0 50px 0;
}
#custom-text .image-bloc:hover img{
    border-radius: 0 50px 0 50px;
}
#custom-text .item-bloc.inverse .image-bloc:hover img{
    border-radius: 50px 0 50px 0;
}
#custom-text .item-bloc:last-child .image-bloc::before{
    background: #639557;
}
.an_homeproducts-container{
    background: #fefaf7  url('../img/bg-homeproducts.jpg') no-repeat top center;
    background-size: 100%;
    padding: 50px 0 0;
    margin-top: 50px;
}
.an_homeproducts-container .container{
    max-width: 1230px;
    margin: 0 auto;
}
.product-miniature .thumbnail-container{
    background: none;
}
.product-miniature .thumbnail-container .product-description{
    background: none;
}

.product-miniature .an_productattributes{
    display: none;
}
.bloc-mosaique{
    margin: 30px 0;
}
.bloc-mosaique .container{
    max-width: 1400px;
}
.bloc-mosaique .anhp-banner-global-top{
    margin-top: 50px;
}
.bloc-mosaique .an_homeproducts-banner-content{
    transition: all 0.3s ease-in-out;
    border-radius: 30px 0 30px 0;
}
.bloc-mosaique .an_homeproducts-banner:hover .an_homeproducts-banner-content{
    border-radius: 0 30px 0 30px;
}
.anhp-banner-global-top .an_homeproducts-banner:nth-child(1) .an_homeproducts-banner-content{
    background: #ffefbb;
}
.anhp-banner-global-top .an_homeproducts-banner:nth-child(2) .an_homeproducts-banner-content{
    background: #eecd97;
}
.anhp-banner-global-top .an_homeproducts-banner:nth-child(3) .an_homeproducts-banner-content{
    background: #e0e9a8;
}
.anhp-banner-global-top .an_homeproducts-banner:nth-child(4) .an_homeproducts-banner-content{
    background: #f2b36e;
}
.anhp-banner-global-bottom .an_homeproducts-banner:nth-child(1) .an_homeproducts-banner-content{
    background: #d1e5c0;
}
.anhp-banner-global-bottom .an_homeproducts-banner:nth-child(2) .an_homeproducts-banner-content{
    background: #fff4ce;
}
.anhp-banner-global-top .an_homeproducts-banner img{
   left: 10px;
}
.anhp-banner-global-bottom .an_homeproducts-banner img{
    right: 25px;
    bottom: -15px;
}
.bloc-mosaique .an_homeproducts-banner:hover img{
    transform: translateX(30px);
}
footer .links .h3, footer .links .h3 a{
    color: #fff;
    font-family: "Comfortaa", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}
footer img.logo-footer{
    margin-top: -20px;
}
#header.header1 .header-left .for-mobile{
    display: none;
}
.ui-autocomplete li.ui-menu-item{
    width: 100% !important;
    float: none;
}

/************************ page product ***************************/
h1.h1{
    font-size: 30px;
    text-transform: uppercase;
}
#product .breadcrumb-wrapper{
    background: url('../img/bg-breadcrumb.jpg') no-repeat top center;
    background-size: cover;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product .breadcrumb{
    display: flex;
   justify-content: center;
   padding-top: 10px;
}
#product .breadcrumb-wrapper .title-bloc{
    color:#98c391;
    font-size: 18px;
    line-height: 20px
}
#product .breadcrumb li a{
    text-transform: uppercase;
}
#product .global-infos{
    background: #e0e7da;
    border-radius: 0 50px 0 50px;
    padding: 30px 40px;
    margin-bottom: 20px;
}
#product .global-infos .title-bloc{
    text-align: left;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
}
#product .global-infos .title-bloc::before{
    margin: 0 0 15px;
}
#product .global-infos .pricefrom{
    font-size: 16px;
}
#product .global-infos .current-price{
    display: flex;
    margin-bottom: 10px;
}
#product .global-infos .current-price span {
    font-size: 30px;
}
#product .global-infos .current-price span span.hidden{
    display: none;
}
#product .global-infos .current-price span.pricefrom-tax-label{
    font-size: 18px;
}
#product .global-infos .current-price .tax-shipping-delivery-label{
    display: none;
}

#product .global-infos .product-reference{
 margin-bottom: 30px;
}
#product .global-infos .product-reference span{
    color: #639557;
}
#product .productblock-description, #product .productblock-description p{
    font-family: "Comfortaa", sans-serif;
    color: #535657;
    font-size: 16px;
}
#product .global-infos .view-more{
    color: #016c35;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  margin-top: 7px;
}
#product .bottom-page{
    overflow: hidden;
    
}
#product .bottom-page .container{
    background: url('../img/bg-bottom-product.png') top right no-repeat;
}
#product .separateur-bottom{
    background: url('../img/before-title.png') no-repeat top center;
    height: 20px;
    margin-top: 20px;
}
#product .bottom-page .title-bloc{
    font-size: 30px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
}
#product .bottom-page .title-bloc::before{
    margin: 0 0 15px;
}
#product .bottom-page .description{
    width: 80%;
}
#product .bottom-page .description p{
    color: #3f4143;
    font-family: "Comfortaa", sans-serif;
}
#product .bottom-page .product-variant-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 67px;
    padding: 19px 50px 13px;
    color: #fff;
    font-size: 16px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 2px;
}

#product .bottom-page .product-variant-item:nth-child(odd){
    background: #93b186;
}
#product .bottom-page .product-variant-item:nth-child(even){
    background: #e0e7da;
    color: #000;
}
#product .bottom-page .product-variant-item:first-child{
    border-radius: 36px 0 0 0 !important;
}
#product .bottom-page .product-variant-item:last-child{
    border-radius: 0 0 36px 0;
}
#product .bottom-page .product-variant-item .name-variant{
    text-transform: uppercase;
    width: 50%;
}
#product .bottom-page .product-variant-item .value-variant{
    width: 50%;
}
#product .bottom-page .product-variant-item .value-variant span:after{
    content: ",";
    position: relative;
    display: inline-block;
}
#product .bottom-page .product-variant-item .value-variant span:last-child::after{
    display: none;
}
/* #product section.categoryproducts{
    background: #fefaf7 url('../img/bg-homeproducts.jpg') no-repeat top center;
      background-size: auto;
    background-size: 100%;
    padding: 10px 0 0;
    margin-top: 0;
} */
#product section.categoryproducts .container {
    max-width: 1230px;
    margin: 0 auto;
  }
  #product section.categoryproducts .title-bloc::before{
    display: none;
  }
  #product .an_wishlist-container{
    position: relative;
    justify-content: center;
    right: 0;
    top: 0;
    margin-top: 20px;
 }
 #product .an_wishlist-container label{
    color: #669758;
    font-size: 18px;
    font-family: "Comfortaa", sans-serif;
    margin-left: 10px;
    margin-bottom: 0;
 }
 #product .an_wishlist-container span{
    order: initial;
 }
 #product .an_wishlist-container svg {
    height: 23px;
 }
 #product .an_wishlist-container svg path{
    fill: #669758;
 }

 #product .an_bootstraptabs .an_table-item{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 42px;
    padding: 3px 5px 3px;
    font-size: 14px;
    font-family: "Comfortaa", sans-serif;
    margin-bottom: 2px;
    background: #e0e7da;
    color: #000;
}
#product .an_bootstraptabs .an_table-item.head > div{
    text-transform: unoneppercnonease;
}

#product .an_bootstraptabs .an_table-item:first-child{
    border-radius: 36px 0 0 0 !important;
    background: #639557;
    color: #fff;
}
#product .an_bootstraptabs .an_table-item:last-child{
    border-radius: 0 0 36px 0;
}
#product .an_bootstraptabs .an_table-item .prix{
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
#product .an_bootstraptabs .an_table-item .contenance{
    width:25%;
    text-align: center;
}
#product .an_bootstraptabs .an_table-item .hauteur{
    width:30%;
    text-align: center;
}

#product .an_bootstraptabs .an_table-item .add-cart{
    width:25%;
    text-align: center;
}
#product .product-indispo .product-mainblock{
    display: flex;
    flex-wrap: wrap;
}
#product .global-infos.product-no-dispo{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 670px;
  margin-bottom: 0;
}
#product .global-infos.product-no-dispo .title-bloc{
    text-align: center;
    color: #639557;
    margin-bottom: 0;
}
#product .global-infos.product-no-dispo .title-bloc::before {
    margin: 0 auto 15px;
  }
#product .global-infos.product-no-dispo .an_bootstraptabs .an_table-item{
    padding: 0;
    min-height: auto;
}
#product .global-infos.product-no-dispo .an_bootstraptabs .an_table-item:first-child{
    display: none;
}
#product .global-infos.product-no-dispo .an_bootstraptabs .an_table-item .prix, #product .global-infos.product-no-dispo .an_bootstraptabs .an_table-item .add-cart{
    display: none;
}
#product .global-infos.product-no-dispo .an_bootstraptabs .an_table-item .contenance{
    color: #639557;
    width: 100%;
    text-transform: uppercase;
}
#product .global-infos.product-no-dispo .productblock-description p{
  color: #000;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 600;
}

/************************ page category ***************************/
#category .breadcrumb-wrapper{
    background-repeat: no-repeat;
    background-size: initial;
    background-position: right 30px center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url('../img/bg-categories.jpg') no-repeat top center;
    background-size: cover;
    position: relative;
}

.breadcrumb-wrapper .description{
    max-width: 750px;
    text-align: justify;
    
}
.breadcrumb-wrapper .description p{
    color: #fff;
}
.block-categories .category-sub-menu li a::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #c9772c;
    position: relative;
    margin-right: 5px;
}


.block-categories .category-sub-menu  a.active {
    color: #c9772c !important;
}
.block-categories ul.category-sub-menu ul.category-sub-menu{
	margin-left: 10px;
    padding: 0;
}
.collection-view-btn[data-xl="6"]{
    display: none;
}
#cms .page-header h1{
    margin-bottom: 50px;
}
#my-account #wrapper .container {
    max-width: 1200px;
}
#index .bloc-blog{
    margin-top: 50px;
}

#top-menu li{
    position: relative;
}
#top-menu li a.dropdown-item{
    white-space: wrap;
    text-transform: none;
    color: #000;
    font-weight: 400;
}
#top-menu li a.dropdown-item:hover{
    color: #c9772c;
}

#top-menu ul.top-menu[data-depth="1"]{
    margin-left: 0;
}
#top-menu ul.top-menu[data-depth="2"]{
    margin-left: 10px;
}
body:not(#contact) #left-column{
    background: url('../img/bg-left-column.png') no-repeat center bottom;
    padding-bottom: 440px;
}
.bloc-cmsbanner{
    max-width: 1400px;
    margin: 0 auto 50px;
}
.bloc-cmsbanner .container{
    overflow: hidden;
}
.bloc-cmsbanner .content-bloc{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
  
}

.bloc-cmsbanner .content-bloc .image-bloc{
    width: 48%;
}
.bloc-cmsbanner .content-bloc .image-bloc img{
    border-radius: 0 30px 0 30px;
}
.bloc-cmsbanner .content-bloc .text-bloc{
    width: 49%;
    padding: 30px;
    background: #aec3a3;
    text-align: center;
    border-radius: 30px 0 30px 0;
}
.bloc-cmsbanner .content-bloc .text-bloc .title-bloc{
    font-size: 30px;
  line-height: 34px;
}
.list-logo{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}
.list-logo .item-logo{
   
}
.list-logo .item-logo img{
   height: 40px;
}
#product .an_bootstraptabs .an_table-item .contenance .an-table-column-padding .name{
    display: flex;
  align-items: center;
  justify-content: center;
}
#product .an_bootstraptabs .an_table-item .contenance .an-table-column-padding img {
    max-width: 40px;
    margin-right: 5px;
  }
#product .an_bootstraptabs .an_table-item .contenance span.shipping {
    font-size: 12px;
    color: #d51515;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
    display: block;
    margin-top: 5px;
  }
 @media (min-width: 768px) {
    .category-top-menu li.category-menu-title > .collapse {
      display: block !important;
    }
    .category-top-menu li.category-menu-title > .navbar-toggler {
        display: none;
    }
}
#order-confirmation #content-hook_payment_return span.price{
    font-size: 16px;
}
#product .js-mailalert {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
  }
#product .js-mailalert label {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
}
#product .js-mailalert input.form-control{
    background: #ebf5e4;
    padding: 0 15px 0 15px;
    height: 50px;
    border-radius: 15px 0 15px 0;
    border: none;
    color: #7f8283;
    max-width: 250px;
}
#product .js-mailalert .btn-primary{
    padding: 15px 30px;
    border-radius: 0 15px 0 15px;
    height: 50px;
    margin: 0 !important;
}
#index .home-feed-fcb{
    background: url('../img/bg-news.jpg') no-repeat bottom right;
    background-size: 100%;
    padding: 0 0 200px;
    margin-bottom: -23px;
}
.cart-summary a.btn-devis b{
    font-weight: 400;
}
form#opartDevisForm {
    margin-top: 50px;
}
form#opartDevisForm .cart_total_price .price{
font-weight: 700;
font-size: 16px;
}
form#opartDevisForm .card-header{
    font-weight: 600;
    background-color: transparent;
}
#module-opartdevis-listquotation #order-list a.btn{
    margin-bottom: 5px;
}
#module-opartdevis-listquotation #order-list .card-body{
padding: 0;
}
#module-opartdevis-listquotation #order-list  input.form-control{
background: #fff;
margin-bottom: 10px;
}
/**************** Responsive******************/
@media(max-width:1600px){
    #header .shop-phone{
        margin-right: 20px;
    }
    #header #_desktop_searchbar{
        min-width: 317px;
    }
    #header.header1 .header-left{
        max-width: 220px;
    }
    #header .header-right{
        width: calc(100% - 220px);
    }
    .amenu-item .amenu-link{
        padding: 2px 5px;
    }
    .an_homeslider .an_homeslider-desc p span{
        font-size: 55px !important;
        line-height: 60px !important;
    }
    #custom-text .text-bloc .title-bloc{
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 37px;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p{
        font-size: 19px;
        line-height: 22px;
    }
    .an_homeproducts-banner img{
        max-width: 80%;
        height: auto;
    }
    .an_advantages .an_advantages-item{
        max-width: 20%;
        padding: 0 20px;
    }
    #index .block_newsletter{
        background-size: 120%
    }
}
@media(max-width:1199px){
    #header .content-header-top{
        flex-direction: column;
    }
    #header.header1 .header-left .for-mobile{
        display: block;
    }
    #header.header1 .header-left{
        justify-content: space-between;
        align-items: center;
        gap: 0 30px;
        max-width: 100%;
        position: relative;
        display: flex;
    }
    /* .header-right .part-1{
        display: none;
    } */
    #header .header-right .part-1 .shop-phone {
        display: none;
      }
    #header .header-right .part-1 #_desktop_an_wishlist-nav {
        display: none;
    }
    #header .header-right .part-1 #_desktop_cart {
        display: none;
    }
    #header #_desktop_searchbar{
        position: absolute;
        top: 69px;
        left: 30px;
    }
   
    #header .logo-right #_desktop_searchbar{
        display: none;
    }
    
    #header.header1 .header-left .logo-left{
        width: 350px;
    }
    #header .header-left .logo-left #_desktop_searchbar{
        min-width: auto;
        margin-right: 0;
    }
    #header.header1 .header-left .logo-right{
        display: flex;
        align-items: center;
        width: 480px;
        justify-content: flex-end;
    }
    #header #_desktop_logo{
        width: 320px;
        height: auto;
        transform: translateX(15%);
    }
    .header-top .search-widget form input[type="text"] {
        width: 100%;
        margin-left: 0;
        padding-left: 30px;
    }
    #header .header-right{
        width: 100%;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .amega-menu .anav-top {
        justify-content: center;
    }
    .an_homeslider.an_homeslider-responsive .an_homeslider-desc .h2{
        line-height: 15px;
    }
    .an_homeslider.an_homeslider-responsive .an_homeslider-desc p{
        line-height: 40px !important;
        font-size: 28px !important;
    }
    .an_homeslider .an_homeslider-desc p span {
        font-size: 36px !important;
        line-height: 44px !important;
      }
    #custom-text .text-bloc .title-bloc{
        font-size: 25px;
        line-height: 33px;
        margin-top: 10px;
    }
    #custom-text .text-bloc a.btn{
        margin-top: 10px;
    }
    #custom-text .item-bloc .image-bloc{
        padding-right: 60px;
    }
    #custom-text .item-bloc.inverse .image-bloc{
        padding-left: 60px;
    }
    #custom-text .item-bloc .text-bloc{
        padding-left: 40px;
    }
    #custom-text .item-bloc.inverse .text-bloc{
        padding-right: 40px;
    }
    .featured-products .products .product-miniature.product-height{
        width: 22%;
    }
    .an_homeproducts-banner{
        height: 230px;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p{
        margin-left: 15px;
        margin-top: 30px;
    }
    .anhp-banner-global-bottom .an_homeproducts-banner img{
        max-width: 300px;
    }
    .an_advantages .an_advantages-item p:not(.an_advantages-item-title){
        font-size: 16px;
    }
    .block_newsletter .input-wrapper{
        margin-bottom: 0;
    }
    .breadcrumb-wrapper .description{
        max-width: 550px;
    }
    
    body:not(#contact) #left-column{
        padding-bottom: 360px;
        background-size: 250px;
    }
    #product .bottom-page .description {
        width: 75%;
    }
    #product .an_wishlist-container label{
        font-size: 13px;
    }
    #header .top-menu[data-depth="0"]{
        justify-content: center;
    }
    #header .header-top a[data-depth="0"]{
        padding: 2px 5px;
    }
    .bloc-cmsbanner .content-bloc .image-bloc {
        width: 47%;
    }
    .bloc-cmsbanner .content-bloc .text-bloc .title-bloc {
        font-size: 22px;
        line-height: 28px;
    }
    #product .js-mailalert {
        display: block;
    }
    #product .js-mailalert label {
        width: 100%;
      }
    #product .js-mailalert input.form-control {
        float: left;
        margin-right: 10px;
        margin-bottom: 5px;
      }
}
@media(max-width:991px){
    #header #_desktop_logo{
        width: 400px;
    }
    #header #_desktop_searchbar{
        min-width: auto;
        left: 15px;
        margin-right: 0;
        top: 60px;
    }
    #header #_desktop_searchbar #search_widget{
        width: 220px; 
    }
    #_desktop_an_wishlist-nav a span span span{
        display: none;
    }
    #header .blockcart-link .cart-products-count span{
        display: none;
    }
    #header .header-right{
        margin-bottom: 0;
    }
    .amenu-item .amenu-link{
        padding: 5px 23px; 
        font-size: 14px;
    }
   
    .an_homeslider-desc .btn-primary{
        display: none;
    }
    .title-bloc{
        font-size: 24px;
        line-height: 35px;
    }
    #custom-text .item-bloc{
        flex-direction: column;
    }
    #custom-text .item-bloc .text-bloc{
        padding-left: 0;
        width: 100% !important;
        order: 2;
        margin-top: 20px;
        display: block;
        text-align: center;
        padding-right: 0 !important;
    }
    #custom-text .text-bloc .title-bloc{
        text-align: center;
    }
    #custom-text .text-bloc .title-bloc::before {
        margin: 0 auto 15px;
    }
    #custom-text .text-bloc p{
        text-align: center;
    }
    #custom-text .text-bloc a.btn{
        min-width: auto;
        padding: 15px 25px 10px;
        font-size: 16px;
        line-height: 23px;
    }
    #custom-text .text-bloc span{
        display: none;
    }
    #custom-text .item-bloc .image-bloc{
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto 60px;
        padding-left: 0 !important;
        text-align: left !important;
    }
    #custom-text .item-bloc.inverse .image-bloc{
        padding-right: 60px;
    }
    #custom-text .item-bloc.inverse .image-bloc img {
        border-radius: 50px 0 50px 0;
    }
    #custom-text .item-bloc.inverse .image-bloc:hover img{
        border-radius: 0 50px 0 50px;
    }
    #custom-text .item-bloc.inverse .image-bloc::before {
        border-radius:50px 0 50px 0;
        left: 85px;
    }
    #custom-text .item-bloc.inverse .image-bloc:hover::before{
        border-radius: 0 50px 0 50px;
    }
    .an_homeproducts-container{
        margin-top: 0;
        padding-bottom: 20px;
    }
    .an_homeproducts-container .featured-products .thumbnail-container{
        min-height: auto;
    }
    .bloc-mosaique .anhp-banner-global-top{
        margin-top: 20px;
    }
    .an_homeproducts-banner{
        width: 50%;
    }
    .an_homeproducts-banner img{
        left: inherit !important;
        right: 15px !important;
        max-width: 250px !important;
        height: auto;
        left: inherit !important;
        right: 15px;
    }
    .bloc-mosaique .an_homeproducts-banner:hover img {
        transform: translateX(-30px);
      }
    .bloc-mosaique {
        margin: 30px 0 0;
    }
    .an_advantages-inner-wrap{
        padding: 30px 0 10px;
    }
    .an_advantages .an_advantages-item{
        max-width: 33.333%;
        padding: 0 20px;
        width: 50%;
    }
    #index .block_newsletter{
        padding-bottom: 50px;
        padding-top: 10px;
    }
    footer .links .h3, footer .links .h3 a{
        font-size: 18px;
    }
    #footer .myaccount-title a{
        font-size: 18px;
    }
    footer img.logo-footer {
        margin-top: -4px;
      }
    #index .featured-products{
        margin-top: 0 !important;
    }
    .featured-products .products .product-miniature.product-height{
        width: 50%;
        padding: 0 15px;
    }
    #category .breadcrumb-wrapper .container{
        position: relative;
        /* z-index: 50; */
    }
    /* #category .breadcrumb-wrapper:after{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,1);
    } */
    .breadcrumb-wrapper .description {
        max-width: 100%;
      }
    .collection-view-btn[data-xl="6"]{
    display: block;
    }
    #product .productblock-image{
        width: 100%;
    }
    #product .productblock-image  #content{
        margin: 0 auto 30px;
    }
    #product .productblock-content{
        width: 100%;
    }
    #product .bottom-page .container{
        background-size: 200px;
    }
   
    #product .bottom-page .variants{
        width: 100%;
    } 
    #module-anblog-list #left-column, #module-anblog-blog #left-column{
        width: 35%;
    }
    #module-anblog-list #content-wrapper, #module-anblog-blog #content-wrapper{
        width: 65%;
    }
    #module-anblog-list .blog-item-list .col-sm-4{
        width: 50%;
    }
    #module-anblog-blog h1{
        font-size: 26px;
    }
    .blog-item-type-2 .blog-image, .secondary-blog .blog-image{
        height: 250px;
    }
    .bloc-cmsbanner .content-bloc .text-bloc, .bloc-cmsbanner .content-bloc .image-bloc{
        width: 100%;
    }
    
   
}
@media(max-width:767px){
    .mobile-header{
        padding-top: 10px;
        padding-bottom: 10px;  
        z-index: 500;
    }
    #header.header1 .header-left .logo-right{
        display: none;
    }
    #header.header1 .header-left .logo-left {
        width: 100%;
    }
    #header #menu-icon svg path{
        transform: scale(1);
    }
    #header .header-nav .top-logo a img{
        max-height: 100%;
    }
    #header .blockcart-link span{
        background: #c9772c !important;
        color: #fff;
    }
    #header .content-header-top{
        padding: 0 0 10px 0;
    }
    #header #_desktop_searchbar{
        position: relative;
        top: inherit;
        left: inherit;
    }
    #header #_desktop_searchbar #search_widget {
        width: 100%;
        margin-bottom: 0;
    }
    .header-right .part-1{
        margin-bottom: 0;
    }
    .bloc-mosaique .anhp-banner-global-top{
        display: flex;
        flex-wrap: wrap;
    }
    .bloc-mosaique .anhp-banner-global-bottom{
        display: flex;
        flex-wrap: wrap;
    }
    .an_homeproducts-banner {
        width: 50% !important;
        height: 180px;
    } 
    .an_homeproducts-banner img{
        max-width: 150px !important;
        bottom: -5px !important;
    }
    .bloc-mosaique .an_homeproducts-banner:hover img {
        transform: translateX(-10px);
      }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p {
        margin-left: 15px; 
        margin-top: 30px;
        font-size: 15px;
        line-height: 20px;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content p br{
        display: none;
    }
    #index .home-feed-fcb{
        padding: 0 0 50px;
        background: none;
        margin-top: 0;
    }
   
    .block_newsletter form input[type="text"]{
        width: calc(100% - 150px);
    }
    .block_newsletter form button.hidden-sm{
        width: 150px !important; 
        font-size: 16px;
    }
    .footer-container{
        padding: 20px 0 0;
    }
    footer img.logo-footer{
        max-width: 300px;
        margin: 0 auto;
    }
    #footer .block-social ul{
        justify-content: center;
        margin-top: 10px;
    }
    .footer-container .links #block_myaccount_infos .title{
        border-bottom:none;
    }
    #category .breadcrumb-wrapper{
        min-height: 150px;
    }
    h1.h1, #module-anblog-blog h1 {
        font-size: 22px;
        line-height: 25px;
    } 

    #product .breadcrumb-wrapper{
        min-height: auto;
        background-image: none;
        background-color: #f6f6f6;
        padding-top: 20px;
    }  
    #product .global-infos{
        padding: 30px 20px;
    } 
    #product .global-infos .title-bloc{
        font-size: 26px;
        line-height: 29px;
    } 
    #product .global-infos .current-price span{
        font-size: 25px;
    } 
    #product .global-infos .pricefrom{
        font-size: 14px;
    }
    #product .productblock-description, #product .productblock-description p{
        font-size: 15px;
    }
    #product .bottom-page .title-bloc{
        font-size: 26px;
        line-height: 29px;
    }
    #product .breadcrumb-wrapper .title-bloc{
        font-size: 16px;
        line-height: 16px;
    }
    #product .an_bootstraptabs .an_table-item{
        padding: 19px 7px 13px 20px;
        font-size: 14px;
    }
    #product .an_bootstraptabs .an_table-item .anproductextratabs-qty{
        padding-right: 5px;
    }
    #product .bottom-page .product-variant-item{
        padding: 19px 7px 13px 20px;
        font-size: 14px;
    }
    .pricefrom-miniature .pricefrom-price{
        font-size: 18px;
    }
    .pricefrom-miniature.only{
        font-size: 14px;
    }
    .blog-item-list .col-sm-4{
        width: 50%;
    }
   .mobile-menu-header{
    display: none;
   }
   #mobile_top_menu_wrapper{
    background: #ebf5e4;
    transform: translateY(-47px);
    z-index: 50;
    position: absolute;
    width: 100%;
    display: none;
    padding-top: 5px;
    
   }
   #mobile_top_menu_wrapper  .navbar-toggler{
    height: auto !important;  
   }
   #mobile_top_menu_wrapper .top-menu .navbar-toggler{
    background: none;
    color: #c9772c !important;
   }
   #mobile_top_menu_wrapper .top-menu li > a[data-depth="0"], .js-top-menu-bottom .mobile-menu-fixed > div {
    border-bottom: 1px solid #cbe2bb !important;
  }
  .js-top-menu-bottom .mobile-menu-fixed > div:last-child{
    border-bottom: none !important;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu{
    background: none;
    box-shadow: none;
    transform: translateX(10px);
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    padding: 0.3rem .625rem;
    border-bottom: none;
    font-weight: 400;
  }
  #_mobile_clientservice{
    display: none;
  }
  body:not(#contact) #left-column{
    background-image: none;
    padding-bottom: 0;
  }
  #product .bottom-page .container{
    background: none;
  }
  #product .bottom-page .description{
    width: 100%;
  }
  #module-anblog-list #content-wrapper,  #module-anblog-blog #content-wrapper{
    width: 100%;
  }
  #header .header-top a[data-depth="0"] {
    padding: 10px 5px;
  }
  .anproductextratabs-add button i{
    font-size: 32px;
  }
  #product .product-information .list-logo .item-logo img{
    max-width: 100%;
  }
  .an_advantages .an_advantages-item{
    max-width: 50%;
  }
  #module-anblog-category #content-wrapper, #module-anblog-list #content-wrapper{
    width: 100%;
  }
  .blog-item-list .col-sm-4{
    width: 50%;
  }
  .block-categories .category-menu-title{
    position: relative;
  }
  .block-categories .h2{
    padding: 15px 15px 10px;
    border-radius: 10px;
  }
  .block-categories .category-menu-title >.collapse-icons{
    right: 5px;
    top: 17px;
  }
  .block-categories .category-menu-title >.collapse-icons i{
    color: #fff;
  }
  .page-category #left-column{
    margin-top: 0;
  }
}
@media(max-width:575px){
    .blog-item-list .col-sm-4{
        width: 100%;
    }
 }
@media(max-width:479px){
    #header .header-nav .top-logo{
        width: 180px; 
    }
    #index h1.title-bloc{
        margin-bottom: 30px;
    }
    #custom-text .item-bloc .image-bloc::before{
        display: none;
    }
    #custom-text .item-bloc .image-bloc{
        margin: 0 auto;
        padding: 0 !important;
    }
    .featured-products .products .product-miniature.product-height{
        width: 100%;
    }
    .an_homeproducts-banner-default.an_homeproducts-banner-overlay .an_homeproducts-banner-content{
        justify-content: flex-start;
        padding-top: 30px;
    }
    .an_advantages .an_advantages-item {
        max-width: 100%;
        width: 100%;
   }
   .block_newsletter form button.hidden-sm{
        font-size: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 70px !important;
        margin-left: -20px;
        padding-left: 7px;
   }
   .block_newsletter form button.hidden-sm::after{
        content: "OK";
        color: #fff;
        font-size: 18px;
   }
   .block_newsletter form input[type="text"]{
    width: calc(100% - 70px);
   }
    .blog-item-list .col-sm-4{
        width: 100%;
    }
    #module-anblog-list .blog-item-list .col-sm-4{
        width: 100%;
    }
  
}

/* Professionnels */

#galerie_photo{ display:flex; }
.bloc_contact{ padding-top:33px; min-height:630px;
    @media(min-width:1024px){ background: url('../img/bg-news2.jpg') no-repeat top left; justify-content:center; align-items:center; display:flex; }
}
.bloc_contact .contenu_bloc{ text-align:center;
    @media(min-width:1024px) and (max-width:1199px){ width:60%; padding-top:150px;}
    @media(min-width:1200px){ width:50%; }
}
.page-cms.page-content .bloc_contact .btn{ text-decoration:none; margin-bottom:1em;}

ul.puce{ padding-left:10px;}
ul.puce, ul.puce li ul{ list-style-type:none;}
ul.puce li{ position:relative; padding-bottom:5px;}
ul.puce li:before{ font-family:'Font Awesome 5 Pro'; font-weight:300; content:"\f105"; font-size:1.6rem; margin-right:5px; color:#94bf37; vertical-align:middle; }
ul.puce li li:before{ font-family:'Font Awesome 5 Pro'; font-weight:700; content:"\f105"; }