/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 @import url('cms.css');  
 @media (min-width: 1600px) {
     .container {
         width: 1600px;
         max-width: 100%;
     }
 }
 
 #registration .register-form .form-group:nth-child(11), body#checkout section.checkout-step .form-group:nth-child(11) {
	display: bloc !important;
}


 a:focus, a:hover {
     text-decoration: none;
 }
 a:hover {
     text-decoration: none;
 }
 .btn-unstyle:focus .expand-more {
     color: #949494;
 }
 
 .btn-primary {
     line-height: 24px;
     font-size: 14px;
     font-weight: 400;
     padding: 16px 33px;
     min-width: 195px;
     text-transform: unset;
 }
 
 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;
     font-size: 12px;
     text-transform: uppercase;
 }
 
 .desktop_logo-container {
     display: flex;
     align-items: center;
     padding-bottom: 43px;
 }
 
 #_desktop_user_info {
     margin: 3px 0 0 15px;
 }
 
 #header .header-nav {
     min-height: auto;
 }
 #header .header-nav .header-nav-inside {
     height: auto;
     display: flex;
     align-items: center;
 }
 .left-nav .content-htmlbox{
     display: flex;
     align-items: center;
     justify-content: center;
     margin:0 auto;
 }
 .left-nav .block-social ul {
     margin: 0 0 0 26px;;
     display: flex;
     align-items: center;
     justify-content: flex-start;
     flex-wrap: wrap;
 }
 #header .block-social{
    margin-left: 15px;
 }
 #header .block-social ul{
    display: flex;
    margin: 0;
 }
 #header .block-social li {
     margin: 0 5px 0 0;
     height: 30px;
     width: 30px;
     display: flex!important;
     align-items: center;
     background-color: transparent;
     background-repeat: no-repeat;
     cursor: pointer;
 }
 #header .block-social li img{
    max-width: 30px;
 }

 .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;
 }
 #header .block-social li a:hover{
    transform: translateY(-5px);
 }
 #footer .block-social li a {
     width: auto!important;
 }
 #footer .block-social li a svg path {
     fill: #949494;
 }
 #footer .block-social li a:hover svg path {
     fill: #000;
 }
 .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;*/
    font-size: 13px;
 }
 #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: #94bf37;
 }
 .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 .vertical-center {
     padding: 0;
     justify-content: center;
 }
 #header #_desktop_logo {
     position: relative;
     justify-content: center;
     align-items: center;
 }
 .products-grid {
     justify-content: flex-start;
 }
 .menu-wrapper {
     /*border-top: 1px solid #e8e8e8;
     border-bottom: 1px solid #e8e8e8;*/
     width: 100%;
     background: #fff;
 }
 .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;
 }
 #index .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: 20px 0 19px;
     border: 0;
 }
 .search-widget form button[type=submit] {
  /*   bottom: 15px;
     right: 20px;*/
 
 }
 .logo-main {
     margin: 0 0px 1px 0px;
 }
 #header .header-left {
     justify-content: flex-start;
 }
 #header .header-right {
     justify-content: flex-end;
 }
 #header #_desktop_cart {
     align-self: auto;
     margin-left: 15px;
 }
 #_desktop_an_wishlist-nav a {
     display: flex;
     align-items: center;
     text-transform: uppercase;
     font-size: 12px;
 }
 #_desktop_an_wishlist-nav a svg {
     margin-right: 10px;
 }
 
 /*** 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;
 }
 #header .cart-preview .cart-action .btn-primary,
 .cart-preview .cart-action .btn-primary {
     width: 100%;
     margin-top: 0;
 
     font-size: 16px;
     font-weight: 400;
     border-radius: 0;
 }
 
 
 .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: 13px;
     text-transform: uppercase;
 } 
 
 #header .blockcart-link:hover {
     color: #000;
 }
 
 .amega-menu .anav-top {
     justify-content: flex-start;
 }
 #index .amega-menu .anav-top {
     justify-content: center;
 }
 .amenu-item .amenu-link {
     padding: 23px 13px 18px 14px;
     margin: 0;
     color: #000 !important;
     border-bottom: 4px solid transparent;
 }
 
 #header .amenu-item a {
     color: #000 !important;
     position: relative;
 }
 .header-nav-inside  .left-nav .content-htmlbox{
    background:#f5e4cd;
    min-height: 30px;
    display: flex;
  justify-content: center;
  align-items: center;
 }
 .left-nav .content-htmlbox p {
     font-size: 14px;
     color: #c77d6b;
     font-weight: 400;
     margin-bottom: 0;
     padding: 0 15px;
 }
 
 #header .amenu-item > a:before ,  #header .amenu-item > span:before{
         content: "";
         opacity: 0.5;
         position: absolute;
         width: 36px;
         height: 36px;
         bottom: 7px;
         left: 0;
         right: 0;
         margin: 0 auto;
         background-image: url(/img/cms/picto.png);
         background-repeat: no-repeat;
         visibility: hidden;
         z-index: -1;
         transform: scaleX(0);
         transition: .25s linear;
 }
 #header .amenu-item .category-item.level-1 > .h5 a:hover{
    color: #94bf37 !important;
 }
 
 .titre-header:hover span{
     color: #3c4c18 !important;
 }
 
 .titre-header:hover{
     color: #94bf37 !important;
 }
 
 .titre-header {
     color: #3c4c18 !important;
     font-size: 24px;
     font-weight: 700;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: .25s linear;
 }
 
 .titre-header:hover img{
     animation: swing 3s linear infinite;
 }
 
 #header a {
     /*color: #939393 !important;*/
 }
 
 .logo {
     padding-left: 15px;
 }
 
 .titre-header span{
     color: #94bf37;
     transition: .25s linear;
     display: contents;
 }
 
 .titre-header img {
     margin-left: 0;
 }
 
 #header li.amenu-item:hover a:before{
     visibility: visible;
     transform: scaleX(1);
     z-index: 9;
 }
 
 /*** 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 15px;
     margin: 0 0 10px;
     line-height: 16px;
    /*height: 36px;*/
 }
 .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;
 }
 
 .featured-products .product-miniature:hover .product-description {
   /*  background: #f9f9f9;
     border: 1px solid #ededed;
     border-top: 0;*/
 }
 .featured-products .product-miniature:hover .atc_div {
     border-top: 1px solid #ededed;
     opacity: 1;
 }
 
 .product-flags {
     top: 20px;
     right: 0;
     left: 0;
 }
 .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;
     font-weight: 700;
     font-size: 15px;
     padding: 5px;
     border-radius: 0 5px 5px 0;
     text-transform: uppercase;
 }
 
 #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;
     color: #2b3711;
     font-size: 30px;
     font-weight: 700;
 }
 .block_newsletter p {
     text-align: center;
     margin-bottom: 35px;
     color: #4b4b4b;
     line-height: 30px;
 }
 .block_newsletter form {
     width: 463px;
     margin-right: 2px;
 }
 .block_newsletter form input[type=text] {
     background: transparent;
     padding: 0 60px 0 30px;
     width: 100%;
     height: 53px;
     border-radius: 10px;
     border: 1px solid #ebebeb;
 }
 .block_newsletter form input[type=text]:focus {
     background: transparent;
     padding: 0 60px 0 30px;
     outline: 0;
 }
 .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;
 }
 
 .footer-container {
     margin-top: 0;
 }
 #index #footer {
     padding-top: 0;
 }
 
 /*** footer ***/
 
 .footer-container {
     margin-top: 0;
     padding: 54px 0 0;
 }
 .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;
 }
 .footer-container .links .collapse {
     display: flex;
     flex-direction: column;
     align-items: flex-start;
 }
 #footer .links li {
     display: inline-block;
     cursor: pointer;
 
 }
 #footer .links li a {
     position: relative;
 }/*
 #footer .links li:hover a {
     margin-left: 12px;
     padding-left: 9px;
 }
 #footer .links li:hover a:before {
     content: "";
     width: 12px;
     border-top: 1px solid #000;
     position: absolute;
     right: 100%;
     top: calc(50% + 1px);
 }*/
 .copyright-container {
     margin-top: 20px;
     padding: 5px 0;
    /* border-top: 1px solid #202020;*/
 }
 .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: 22px;
     font-weight: 700;
     color: #94bf37;
 }
 
 .contact-rich .block .icon i{
     color: #94bf37;
 }
 
 .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"]:first-child, .block-categories .category-sub-menu li[data-depth="0"]:last-child {
     border: none;
 }
 .block-categories .category-sub-menu li[data-depth="0"]>a {
     font-size: 14px;
     padding: 7px 0 8px;
     font-weight: 400;
 }
 .block-categories .category-sub-menu {
     margin-top: 4px;
 }
 
 .block-categories .category-sub-menu .category-sub-link {
     font-size: 14px;
 }
 .block-categories .category-sub-menu li[data-depth="1"],  .block-categories .category-sub-menu li[data-depth="2"] {
     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;
 }
 #search_filters .h2 {
     font-size: 22px;
     margin-bottom: 4px;
     font-weight: 700;
     color: #94bf37;
 }
 #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;
 }
 .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: 48px;
 }
 #js-product-list-top {
     align-items: center;
     margin-bottom: 30px;
 }
 .products-selection .sort-by {
     padding: 0;
 }
 #category-description {
     padding: 0;
 }
 #category h1 {
     text-transform: uppercase;
     margin-bottom: 16px;
 }
 .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;
 }
 
 .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 .thumbnail-container{
    transition: all 0.3s ease-in-out;
 }
 #products .product-miniature:hover .thumbnail-container{
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
    border-color: transparent;
 }

 .block-categories .category-sub-menu li[data-depth="1"] a {
     position: relative;
 }
 
 
 /*** product ***/
 
 
 .page-product h1 {
  /*   margin-top: -6px;
     margin-bottom: 8px;*/
     line-height: 45px;
 }
 #product #wrapper {
     padding-top: 38px;
     background: url('../img/bg-product.jpg') no-repeat top right;
 }
 
 .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;
 }
 .modal-body .productblock-description p,
 #product .product-information p {
     margin-bottom: 10px;
     font-size: 16px;
     line-height: 24px;
 }
 .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-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 {
     position: inherit;
     width: 100%;
     background: url(/img/cms/bg-search.jpg);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     min-height: 400px;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 #main .search-widget form input[type=text] {
     padding: 20px;
     border: 1px solid #ccc;
     text-transform: uppercase;
 }
 #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;
     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 ***/
 
 .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%;
     }
     #header .menu-wrapper .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 span.arrows i {
        margin-top: 0;
        line-height: 20px;
     }
     div#search_filters_wrapper span.arrows i.remove{
        line-height: 24px;
     }
     #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: 14px;
     }
     #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;
     }
     .menu-wrapper {
         border: 0;
     }
     .footer-container .links .collapse {
         display: none;
     }
     #footer .links li {
         display: block;
     }
     #footer .block-social {
         display: none;
     }
     .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;
     border: 1px solid #e6e6e6;
     border-radius: 20px;
 }
 #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;
     margin-bottom: 0;
     padding-top: 20px;
 }
 #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;
     top: 0;
 }
 .product-miniature.col-lg-12 .product-flags .product-flag{
    font-weight: 400;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 2px;
 }
 .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;
     }
     #category .js-img-view-type, #search .js-img-view-type {
        width: 50%;
      }
 }
 @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: 50%;
     }
 }
 .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;
 }
 
 .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: 18px;
    line-height: 22px;
 }
 #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;
     margin-bottom: 0;
 
 }
 .product-line-price {
     margin: 15px 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;
 }
 .cart-detailed-totals {
     padding: 17px 30px 5px 22px;
     margin-bottom: 0;
 }
 .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 {
     background: #f5f5f5;
     padding: 4px 20px 10px;
 }
 .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 5px;
     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;
     }
 
     .block_newsletter{
         padding: 50px 0 !important;
     }
 
     #custom-text img {
         margin: auto;
         display: block;
     }
 
     .footer-container{
         padding-top: 20px !important;
     }
 }
 
 @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: 50%;
         flex-basis: 100%;
     }
 
     .product-miniature.product-mobile-row:not(.col-lg-12) {
         max-width: 100%;
         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 {
         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: auto!important;*/
     max-width: 100%;
     border-radius: 10px 10px 0 0;
 }
 
 /* .product-miniature .thumbnail-container-image img {
     width: 100% !important;
     border-radius: 10px 10px 0 0;
     transition: all 0.3s ease-in-out;
     height: 100% !important;
     object-fit: cover;
 } */
 #products .product-miniature.col-lg-12 .thumbnail-container-image img{
     border-radius: 20px;
 }
 .an_copyright a,
 .an_copyright p {
     color: #949494;
 }
 .an_copyright a:hover p {
     color: #fff;
 }
 
 .an_homeproducts-title.h2 {
     color: #94bf37;
     font-weight: 700;
     font-size: 16px;
 }
 
 .content-titre h2 {
     font-size: 30px;
     font-weight: 700;
     color: #2b3711;
 }
 
 @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: uppercase;
 }
 #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
 #_mobile_an_wishlist-nav a {
     padding: 11px 30px;
     line-height: 1;
     font-size: 13px;
     font-weight: 400;
 }
 
 .mobile_item_wrapper svg {
     margin: 0 1px 3px 0;
 }
 
 #mobile_top_menu_wrapper .header-link-title {
     margin: 0;
 }
 
 .mobile-lang-and-cur {
     padding: 0 28px 10px;
     font-size: 14px;
 }
 #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: 6px 0;
     font-size: 14px;
     text-transform: uppercase;
     line-height: 20px;
 }
 #_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: uppercase;
     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;
 }
 
 
 .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;
     padding: 9px 34px 11px;
     min-width: 195px;
 }
 
 
 .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;
 }
 .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;
 }
 #header .cart-preview .cart-action .btn-primary,
 .cart-preview .cart-action .btn-primary {
     border-radius: 5px;
     text-transform: none;
     padding: 16px 5px 18px;
 }
 
 @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: 56px;
     }
     #header .header-nav .blockcart {
         line-height: 56px;
         padding: 0;
         margin-right: 18px;
         transform: scale(.83);
     }
     #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;
     }
     .header-top .search-widget form input[type=text] {
         border: 1px solid #f0f0f0;
         font-size: 12px;
         padding: 13px 10px 10px;
     }
     #_mobile_searchbar {
         width: 100%;
     }
    
     .footer-container .links .navbar-toggler {
         background: transparent;
         height: 24px;
         width: 24px;
     }
     .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: 20px;
 }
 #cms #content-wrapper h2 {
    margin-bottom: 10px;
    margin-top: 20px;
}
#cms #content-wrapper  .page-cms-8 > div,#cms #content-wrapper  .page-cms-9 > div, #cms #content-wrapper  .page-cms-10 > div{
    margin-bottom: 5px;
}
 .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 .header-right {
         display: none;
     }
     #header #_desktop_searchbar,
     #header .header-left {
         width: 100%;
     }
     .header-top .search-widget {
         padding: 0;
         width: 100%;
         margin-bottom: 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: flex-start!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: 5%;
     position: relative;
     overflow: hidden;
 }
 body#checkout .chechout-steps+.col-md-4:after {
     content: "";
     position: absolute;
     left: 0;
     top: 0;
     bottom: 0;
     width: 2px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
 }
 
 .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: 20px;
 }
 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: 14px;
     height: 14px;
     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: 0 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%;
     line-height: 20px;
     padding-right: 10px;
 }
 body#checkout section.checkout-step .carrier-price {
     flex: 1 1;
     font-weight: 700;
 }
 .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;
 }
 #payment-confirmation .ps-shown-by-js {
     display: flex;
     justify-content: flex-end;
 }
 #payment-confirmation .ps-shown-by-js .btn-primary {
     line-height: 24px;
 }
 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: 0;
     border: 0;
     background: transparent;
 }
 #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: 700;
 }
 #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;
     margin-bottom: 15px;
 }
 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: 14px;
     font-weight: 400;
     text-transform: none;
 }
 body#checkout #cart-subtotal-products .value,
 body#checkout .cart-summary-line .value {
     font-weight: 600;
     font-size: 16px;
 }
 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 .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: 600;
     color: #6f6f6f;
 }
 body#checkout .product-amount {
     max-width: 150px;
 }
 body#checkout .product-line-info .value {
     color: #a2a2a2;
 }
 
 body#checkout section.checkout-step .step-title {
     font-size: 18px;
     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: 16px;
 }
 
 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%;
     overflow: hidden;
 }
 
 #wrapper {
     flex: 1 1 auto;
 }
 
 /* footer-bottom end */
 
 
 /* flex-product */
 h1, .h1{
     font-size: 30px;
     font-weight: 700;
     color: #2b3711;
 }
 
 #products .product-description {
     padding-top: 10px !important;
 }
 

 
 .product-miniature.product-height:not(.col-lg-12) .thumbnail-container {
    border-radius: 10px;
  border: 1px solid #ddd;
 }
 .product-miniature.product-height:not(.col-lg-12) .thumbnail-container .product-description {
     border-radius: 10px;
 }
 #products .product-title{
     padding: 0 15px;
 }
 
 
 .product-miniature.product-height:not(.col-lg-12) {
     display: flex;
     border-radius: 10px;
     margin-bottom: 30px;
 }
 
 .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: flex-start !important;
     flex-wrap: wrap;
 }
 
 .product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping .an_productattributes {
     align-self: flex-end;
     width: 100%;
 }
 
 .product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping .product-prices-block{
     padding: 0 20px ;     
     margin-bottom: 10px;
    /*margin-top: 10px;*/
 }
 
 .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: 463px;
     margin: 0 auto;
     position: relative;
 }
 
 
 .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[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%;
 }
 .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: 10px 45px 10px 15px;
     font-size: 14px;
     font-weight: 400;
     border-radius: 5px;
     min-width: 340px;
 }
 
 #main .search-widget form button[type=submit] {
   /*display: flex;
     align-items: center;
     top: calc(50% - 13px);
     right: 10px;
     bottom: unset;
     transform: scale(.7);
     padding: 0;*/
     position: relative;
     background: #6e9f2b;
     border-radius: 5px;
     min-width: 150px;
     display: flex;
     align-items: center;
     justify-content: space-around;
     padding: 7px 10px;
     margin: 12px 0 0 12px;
     color: #fff;   
 }
 
 #main .search-widget form button[type=submit] span{
     font-size: 16px;
     font-weight: 600;
 }
 
 .bloc-recherche {
     background: #ffffff;
     padding: 20px 40px;
     border-radius: 15px;
     position: relative;
     max-width: 550px;
     margin: auto;
     text-align: center;
     min-height: 220px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
 }
 
 .bloc-recherche .titre{
     font-weight: 700;
     font-size: 16px;
     color: #94bf37;
 }
 
 .bloc-recherche .sous-titre{
     font-weight: 700;
     font-size: 24px;
     color: #3c4c18;
     line-height: 1.2;
 }
 
 
 #main .search-widget form button[type=submit] svg path{
     fill: #fff;
 }
 
 .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: flex-start;
     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: 30% 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;
         margin-bottom:0;
     }
     #_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 {
         padding: 0 43px!important;
         display: block!important;
     }
     #left-column .block-categories {
         margin-bottom:0;
         padding: 0 !important;
     }
     #category #footer,
     #category #content-wrapper {
         display: block!important;
     }
     #category #content-wrapper {
        margin-top: 0;
     }
     .search_filters_mobile-cover {
         display: none;
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background: #000;
         opacity: 0.6;
         z-index: 100;
     }
     .search_filters_mobile-modal {
         display: block !important;
         /* position: fixed;
         top: 0;
         right: 0;
         bottom: 0;
         left: 0; */
         text-align: left;
         overflow-x: none;
         overflow-y: auto;
         z-index: 500;
         width: 100%;
         max-width: 100%;
     }
     #search_filters_wrapper {
         font-size: 15px;
         max-width: 100%;
         width: 100%;
         display: block!important;
         position: relative;
         background-color: #fff;
         padding: 0;
         float: left;
         margin: 0!important;
         padding-top: 0;
     }
     .search_filters_mobile-btn-close {
         display: inline-block;
         cursor: pointer;
         height: 19px;
         display: none;
     }
     #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;
 }
 .tab-content .tab-pane p {
     font-size: 16px;
     line-height: 24px;
     margin-bottom: 1rem;
 }
 #_mobile_contactslink {
     line-height: 1;
     font-size: 13px;
     text-transform: uppercase;
     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 {
     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%;
     }
     .filters-toggler-block .filter-button{
        display: none;
     }
     .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;
     }
 }
 
 .product-flags .product-flag.new, .product-flags .product-flag.pack{
     font-weight: 700;
     font-size: 15px;
     padding: 5px;
     border-radius: 0 5px 5px 0;
     text-transform: uppercase;
 }
 
 .links .h3, #block_myaccount_infos .h3 a, .links .h4.block-contact-title, .links>.h3{
     font-weight: 700 !important;
 }
 
 .content-news {
     background: #ffffff;
     max-width: 600px;
     padding: 40px 30px;
     border-radius: 25px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
 }
 
 .bg-newsletter{
     background: url(/img/cms/bg-vert.jpg);
     background-size: cover;
 }
 
 .product-flags .product-flag.out_of_stock{
     display:none;
 }
 
 .partir {
     font-size: 13px;
     color: #666666;
     font-style: italic;
     display: block;
     text-align: left;
     margin-bottom: 10px;
 }
 
 .content-banner {
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
     min-height: 600px;
     background: white;
     border-radius: 30px;
 }
 
 .blog-image img{
     margin: auto;
     display: block;
 }
 
 .menu-wrapper .vertical-center {
     border-bottom: 1px solid #f2f2f2;
     border-top: 1px solid #f2f2f2;
 }
 
 
 
 
 /************************ page product ***************************/
 a, .btn, button{
     transition: all 0.3s ease-in-out;
 }
 h1.h1{
     font-size: 30px;
     text-transform: uppercase;
 }
 #product .breadcrumb-wrapper, #category .breadcrumb-wrapper{
     background: url('../img/bg-breadcrumb.jpg') no-repeat top center;
     background-size: cover;
     min-height: 240px;
     display: flex;
     justify-content: flex-start;
     align-items: center;
 }
 #product .breadcrumb, #category .breadcrumb{
     display: flex;
     justify-content: flex-start;
    padding-top: 10px;
 }
 #product .breadcrumb-wrapper .title-bloc, #category .breadcrumb-wrapper .title-bloc{
     color:#43663e;
     font-size: 18px;
     line-height: 20px;
     text-align: left;
     display: none;
 }
 #product .breadcrumb-wrapper .bloc-h1, #category .breadcrumb-wrapper .bloc-h1{
     text-align: left;
 }
 #product .breadcrumb-wrapper .bloc-h1 h1, #category .breadcrumb-wrapper .bloc-h1 h1{
     text-transform: none;
 }
 #product .breadcrumb li a, #category .breadcrumb li a{
     color: #166616;
 }
 #product .global-infos{
     margin-bottom: 20px;
     margin-top: 20px;
 }
 #product .global-infos .title-bloc{
     text-align: left;
     font-size: 30px;
     line-height: 35px;
     margin-bottom: 10px;
     color: #2b3711;
 }
 #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: 5px;
  font-weight: 500;
 }
 #product .global-infos .product-reference span{
     color: #8CB652;
 }
 #product .productblock-description, #product .productblock-description p{
     color: #282a2b;
     font-size: 16px;
 }
 #product .global-infos a.view-more{
     color:#166616;
     font-size: 16px;
     text-decoration: underline;
     display: block;
     margin-top: 7px;
 }
 #product .global-infos a.view-more:hover{
     color: #009800
 }
 #product .productblock-description a, #product .productblock-description p a{
     color: #2b3711;
 }
 #product .bottom-page{
     overflow: hidden;
 }
 #product .bottom-page .bloc-description{
     background: url('../img/bg-description-product.jpg') no-repeat top center;
     background-size: cover;
     padding-top: 40px;
     padding-bottom: 30px;
 }
 #product .bottom-page .bloc-description .description {
     max-width: 1065px;
     margin: 0 auto;
 }
 #product .bottom-page .title-bloc{
     font-size: 40px;
     line-height: 45px;
     text-align: left;
     margin-bottom: 20px;
     color: #166616;
 }
 #product .bottom-page .description p{
     color: #000;
     line-height: 24px;
 }
 #product .bottom-page .product-variant-item{
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     min-height: 67px;
     padding: 19px 25px 13px;
     color: #000;
     font-size: 16px;
     margin-bottom: 2px;
 }
 #product .bottom-page .bloc-variants{
     background: url('../img/bg-variants-product.jpg') no-repeat top center;
     background-size: cover;
     padding-top: 80px;
     padding-bottom: 80px;
 }
 #product .bottom-page .product-variants{
     border: 1px solid #fff;
     max-width: 1065px;
     margin: 0 auto;
 }
 #product .bottom-page .product-variant-item .name-variant{
     width: 60%;
     color: #8CB652;
     font-size: 22px;
     line-height: 28px;
 }
 #product .bottom-page .product-variant-item .value-variant{
     width: 40%;
     color: #fff;
 }
 #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: 50px 0 0;
     margin-top: 50px;
 }
 #product section.categoryproducts .container {
     max-width: 1230px;
     margin: 0 auto;
   }
   #product .an_wishlist-container{
     position: absolute;
     right: 10px;
     top: 10px;
     z-index: 20;
     padding: 10px;
  }
 
  #product .an_wishlist-container span{
     order: initial;
  }
  #product .an_wishlist-container svg {
     height: 23px;
  }
 
  #product .an_bootstraptabs{
     box-shadow: 0 6px 15px 3px rgba(0,0,0,0.1);
     margin-top: 50px;
 
  }
  #product .an_bootstraptabs .an_table-item{
     display: flex;
     flex-wrap: nowrap;
     align-items: center;
     padding: 3px 5px 3px;
     font-size: 14px;
     margin-bottom: 2px;
     color: #000;
     border-bottom: 1px solid #16661666;
     min-height: 42px;
 }
 #product .an_bootstraptabs .an_table-item:last-child{
     border-bottom: none;
 }
 #product .product-no-dispo .an_bootstraptabs .an_table-item{
     background: none;
 }
 
 #product .an_bootstraptabs .an_table-item:first-child{
     background: #2F452E;
     color: #fff;
     font-size: 15px;
     border-bottom: none;
     padding: 8px 5px 10px;
   }
 
 
 #product .an_bootstraptabs .an_table-item .prix{
     width: 20%;
     text-align: center;
 }
 #product .an_bootstraptabs .an_table-item .prix .anproductextratabs-price{
     margin: 0;
     padding: 0;
 }
 #product .an_bootstraptabs .an_table-item .prix .anproductextratabs-regular-price{
     margin: 0;
     color: #166616;
 }
 #product .an_bootstraptabs .an_table-item .contenance{
     width:25%;
     text-align: center;
 }
 #product .an_bootstraptabs .an_table-item .contenance .an-table-column-padding .name{
    display: flex;
    align-items: center;
    text-align: left;
 }
 #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;
 }
 #product .an_bootstraptabs .an_table-item .contenance .an-table-column-padding img{
    max-width: 40px;
    margin-right: 5px;
 }
 #product .an_bootstraptabs .an_table-item .hauteur{
     width:15%;
     text-align: center;
     padding: 0 10px;
 }
 
 #product .an_bootstraptabs .an_table-item .add-cart{
     width:25%;
     text-align: center;
     padding: 0 10px;
 }
 #product .an_bootstraptabs .an_table-item .qte{
    width:15%;
    text-align: center;
    padding: 0 10px;
}
#product .an_bootstraptabs .an_table-item .qte span{
    padding: 10px 5px;
    color: #fff;
    display: block; 
}
#product .an_bootstraptabs .an_table-item .qte span.green{
    background: #0a8a1e;
}
#product .an_bootstraptabs .an_table-item .qte span.red{
    background: #d01a1a;
}
#product .an_bootstraptabs .an_table-item .qte span.orange{
    background: #ee9f0e;
}
 #product .an_bootstraptabs .an_table-item .add-cart p.outofstock{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
 }
 #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: #222;
   font-size: 14px;
   text-align: center;
   margin-top: 20px;
   margin-bottom: 40px;
   font-weight: 600;
 }
 #product .js-mailalert input.form-control{
     background: #ebf5e4;
     padding: 0 20px;
     height: 50px;
     border: none;
     color: #7f8283;
     max-width: 250px;
 }
 input.form-control[readonly]{
    cursor: no-drop;
 }
 #product .js-mailalert .btn-primary{
    font-weight: 600;
    margin: 0 !important;
    min-width: auto;
    height: 50px;
    line-height: 18px;
    padding: 16px 12px;
 }
 #product .an_productpage-slider-image{
     border: 1px solid #eee;
 }
 /************************ page category ***************************/
 .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 #94bf37;
     position: relative;
     margin-right: 5px;
 }
 
 .block-categories .category-sub-menu  a.active, .block-categories .category-sub-menu a:hover {
     color: #94bf37 !important;
 }
 .block-categories ul.category-sub-menu ul.category-sub-menu{
     margin-left: 10px;
     padding: 0;
 }
 #index .cmsblochome{
     padding: 20px;
     clear: both;
     position: relative;
     z-index: 50;
 }
 .bg-top-home{
     position: relative;
     clear: both;
     padding-top: 120px;
 }
 .bg-top-home:before{
     content: '';
     background: url(/img/cms/bg-right.jpg) no-repeat right top;
     background-size: auto;
     width: 745px;
     height: 679px;
     position: absolute;
     top: 0;
     right: 0;
 }
 
 .bg-top-home:after{
     content: '';
     background: url(/img/cms/bg-left.jpg) no-repeat left top;
     background-size: auto;
     width: 745px;
     height: 679px;
     position: absolute;
     top: 0;
     left: 0;
     z-index: -1;
 }
 #contact .cmsbloccontact, .textpagecommande {
   text-align: center;
   padding: 30px 30px 20px;
   background: #e6f0d7;
   border-radius: 20px;
   margin-bottom: 30px;
 }
 .textpagecommande {
     margin: 30px 15px 15px 15px;
 }
 #contact .cmsbloccontact h2, .textpagecommande h2{
     font-size: 20px;
     font-weight: bold;
     text-transform: uppercase;
 }
 #contact .cmsbloccontact h3, .textpagecommande h3{
     font-size: 18px;
 }
 #contact .form-control-label{
     text-align: left;
     font-size: 14px;
     font-weight: 500;
 }
 #registration .register-form .form-group:nth-child(10), body#checkout section.checkout-step .form-group:nth-child(10){
     align-items: flex-start;  
 }
 #registration .register-form .form-group:nth-child(10) .form-control-valign{
   flex-direction: column;
   align-items: flex-start;
   gap: 10px;
 }
  
 body#checkout section.checkout-step #customer-form .form-group:nth-child(10) .radio-inline{
     display: block;
     text-align: left;
 }
 #header .menu-wrapper .contanier{
     padding: 0;
 }
 #header .search-widget{
     margin-top: 5px;
 }
 #header .search-widget form input[type="text"] {
       min-width: inherit;
       width: 100%;
       background: #e5f0cb;
       height: 50px;
       border-radius: 5px 0 0 5px;
       padding: 20px 70px 20px 20px; 
 }
 #header .search-widget form input[type="text"]::placeholder{
     color: #166616;
 }
 #header .search-widget form button[type=submit] {
     bottom: calc(50% - 25px);
     display: flex;
     background: #cedcae;
     color: #fff;
     width: 50px;
     height: 50px;
     right: 0;
     border-radius: 0 5px 5px 0;
     justify-content: center;
     align-items: center;
 }
 #header .search-widget form button svg path{
     fill:  #166616;
 }
 #index #header .amega-menu{
     width: 100%;
 }
 .header-top-wrapper{
     background: url('../img/bg-header.png') no-repeat bottom 45px center;
     background-size: 100%;
 }
 #products .product-miniature.col-lg-12 .thumbnail-container-image{
    display: none;
 }
 #products .product-miniature.col-lg-12 .product-description{
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #eee;
 }
 #header .header-center p a{
    text-align: center;
    color: #3c4c18 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
 }
 #header .header-center p a:hover{
    color: #94bf37 !important;
 }
 img{
    max-width: 100%;
 }
 #index .an_homeproducts-products .products{
    justify-content: center;
 }
 aside#notifications{
    margin-top: 0;
 }
 i.asterix{
    font-size: 22px;
    font-weight: 700;
    transform: translateY(-4px);
 }
 
 @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;
    }
}

.page-content .an_wishlist-container svg.an_wishlist-icon-active path{
    fill: #db1818;
}
.list-logo {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.list-logo .item-logo img{
    height: 40px;
}
#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;
}
.cart-summary a.btn-devis{
    max-width: 315px;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 20px;
}
.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;
}
p.alert-add-cart{
    margin-top: 20px;
  font-size: 13px !important;
}
#search #products .product-miniature{
    width: 25%;
}
#search .collection-view{
    display: none;
}
.customerform-wrapper .register-form .form-group.has-error .help-block > ul li:not(:nth-child(1)){
    display: none;
}
.pricefrom-miniature .price_without_reduc_amount{
display: block !important;
width: 100%;
color: #000;
font-size: 16px;
text-decoration: line-through;
text-align: left;
margin-top: 5px;
}
/************************ responsive***********************************/
 @media(max-width:1600px){
     .bg-top-home::after{
         background-size: 600px;
     }
     .bg-top-home::before{
         background-size: 600px;  
     }
 }
 @media(max-width:1199px){
    #header .header-center p a{
        font-size: 16px;
    }
    .titre-header img {
        margin-left: 0;
        max-width: 50px;
      }
    .amenu-item .amenu-link{
        padding: 23px 8px 18px 8px;
    }
     .bg-top-home::after{
         background-size: 500px;
     }
     .bg-top-home::before{
         background-size: 500px;  
     }
     #product #wrapper{
         background-size: 600px;
     }
     #product .an_bootstraptabs .an_table-item:first-child{
         font-size: 15px;
     }
     .header-top-wrapper{
        background: url('../img/bg-header.png') no-repeat bottom 61px center;
     }
     #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;
    }
    #search #products .product-miniature{
        width:33.333%;
    }
    
 }
 @media(max-width:991px){
    #header .header-top .position-static{
        padding: 0;
    }
    body:not(#index) .amenu-item {
        max-width: 80px;
        align-items: center;
    }
    #header .search-widget {
        margin-top: 16px;
      }
    body:not(#index) .amenu-item .amenu-link{
        text-align: center;
        line-height: 18px;
    }
     .breadcrumb-wrapper .description {
         max-width: 100%;
     }
     #product .productblock-image{
         width: 100%;
     }
     #product .productblock-image  #content{
         margin: 0 auto 30px;
     }
     #product .productblock-content{
         width: 100%;
     }
     #product .bottom-page .description{
         padding-right: 15px;
         width: 100%;
         margin-bottom: 30px;
     }
    
     #product .bottom-page .variants{
         width: 100%;
     }
     .bg-top-home::after{
         background-size: auto;  
         background-position: top center;
         width: 100%;
       
     }
     .bg-top-home::before{
         display: none;
     }
     .header-top-wrapper{
         background-size: top 60px center;
     }
     #header.header1 .header-left{
         width: 265px;
     }
     #header #_desktop_logo{
        width: 120px;
     }
     #header #_desktop_logo a{
         align-items: flex-start;
     }
     #header .blockcart-link span{
         margin-left: 2px;
     }
     .header-top-wrapper {
        background: url('../img/bg-header.png') no-repeat bottom 60px center;
          background-size: auto;
        background-size: 100%;
      }
      #header .header-right{
        width: 40%;
      }
      #_desktop_user_info {
        margin: 3px 0 0 5px;
      }
      #header #_desktop_cart{
        margin-left: 5px;
      }
    
 
 }
 @media(max-width:767px){
    #header .header-center{
        display: none;
    }
    .header-top-wrapper{
        background: none;
    }
    #mobile-amegamenu .amenu-item{
        max-width: 100% !important;
        align-items: flex-start !important;
    }
    body:not(#index) .amenu-item .amenu-link{
        text-align: left;
    }
    #header .amenu-item a::before{
        display: none;
    }
    #header .header-top .position-static{
        padding: 0 15px;
    }
    .desktop_logo-container{
        padding-bottom: 0;
    }
     .search-widget .container{
         padding: 0 15px;
     }
     #main .search-widget form input[type="text"]{
         min-width: auto;
     }
     h1.h1{
         font-size: 22px;
         line-height: 25px;
     } 
     .content-titre h2{
         font-size: 20px;
         list-style: 25px;
     }
     .an_homeproducts-title.h2{
         margin-bottom: 0;
     }
     .home-titre{
         font-size: 26px;
         line-height: 30px;
         margin-bottom: 10px;
     }
     .home-titre span{
         font-size: 18px;
     }
     .an_advantages-head p:not(.an_advantages-title) {
         font-size: 16px;
         line-height: 25px;
     }
     #product .breadcrumb-wrapper, #category .breadcrumb-wrapper{
         min-height: auto;
         padding-top: 20px;
     } 
     .search-widget form{
         flex-wrap: wrap;
         margin-top: 20px;
     } 
     #main .search-widget form button[type="submit"]{
         margin-top: 20px;
     }
     .bloc-recherche .sous-titre{
         font-size: 18px;
         line-height: 20px;
     }
     #product .breadcrumb, #category .breadcrumb{
        padding-top: 0;
        padding-bottom: 10px;
     }
     #product .breadcrumb-wrapper, #category .breadcrumb-wrapper{
         min-height: 80px;
         padding-top: 10px;
         margin-bottom: 30px;
     }
     #category .breadcrumb-wrapper{
         margin-bottom: 0;
     }
     #product .breadcrumb-wrapper .container, #category .breadcrumb-wrapper .container{
         margin: 0;
     }
     #product .breadcrumb-wrapper .title-bloc, #category .breadcrumb-wrapper .title-bloc{
         font-size: 15px;
     }
     #product .breadcrumb-wrapper .bloc-h1 h1, #category .breadcrumb-wrapper .bloc-h1 h1{
        font-size: 18px;
        line-height: 22px;
     }
     #product #wrapper{
         background: none;
     }
     #product .global-infos{
         margin-top: 0;
     } 
     #product .global-infos .title-bloc{
         font-size: 26px;
         line-height: 29px;
     } 
     #product .global-infos .anproductextratabs-qty-add{
         flex-wrap: wrap;
         gap: 10px;
     }
     #product .global-infos .an-table-column-padding{
         padding: 0 5px;
         -webkit-hyphens: auto;
          hyphens: auto;
     }
     #product .global-infos .current-price span{
         font-size: 25px;
     } 
 
     #product .global-infos .pricefrom{
         font-size: 14px;
     }
     .product-mainblock{
         margin-bottom: 30px;
     }
     #product .bottom-page .bloc-description{
         background: #f1f9ee;
         padding-top: 35px;
         padding-bottom: 30px;
     }
     #product .productblock-description, #product .productblock-description p{
         font-size: 15px;
     }
     #product .bottom-page .title-bloc{
         font-size: 26px;
         line-height: 29px;
     }
     #product .bottom-page .product-variant-item{
         gap: 10px;
     }
     #product .bottom-page .product-variant-item .name-variant{
         font-size: 16px;
         width: 57%;
         line-height: 20px;
     }
     #product .bottom-page .bloc-variants{
         padding-top: 40px;
         padding-bottom: 40px; 
     }
     #product .breadcrumb-wrapper .title-bloc, #category .breadcrumb-wrapper .title-bloc{
         font-size: 16px;
         line-height: 16px;
         margin-bottom: 8px;
     }
     #product .an_bootstraptabs .an_table-item{
         padding: 19px 7px 13px 7px;
         font-size: 13px;
         line-height: 16px;
     }
     #product .an_bootstraptabs .an_table-item:first-child {
         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;
         padding: 0 5px;
     }
     #contact .home-wrapper .row{
         display: flex;
         flex-wrap: wrap;
     }
     #contact .home-wrapper .row #left-column{
         order: 2;
     }
     #header .menu-wrapper .container{
         padding: 0;
     }
     #header .header-top .titre-header img{
         margin-left: 5px;
         max-width: 45px;
     }
     .block-categories .category-sub-menu li[data-depth="0"] > a{
        padding-right: 25px;
     }
     #product .an_bootstraptabs .an_table-item .contenance .an-table-column-padding img{
        max-width: 30px;
     }
     .product-flags .product-flag.new, .product-flags .product-flag.pack{
        font-size: 12px;
     }
     #products .product-title {
        padding: 0 5px;
        margin: 0 0 5px;
    }
    .pricefrom-miniature.only span.text{
        margin-bottom: 0;
    }
    #category #left-column{
        padding: 0px 10px !important;
        z-index: 5;
    }
    
    .block-categories .category-menu-title{
        border: 1px solid #cee3bc;
        padding:10px 15px;
        margin-bottom: 0;
    }
    .block-categories .category-menu-title .h2 {
        font-size: 22px;
        font-weight: 400;
        color: #166616;
      }
    .block-categories .category-menu-title > .collapse-icons{
        top: 20px;
        right: 15px;
    }
    .block-categories .category-menu-title > .collapse-icons i{
        color: #166616;
        margin-top: -8px;
    }
    #module-anblog-category #content-wrapper, #module-anblog-list #content-wrapper{
        width: 100%;
    }
    #anblog_left_wrapper .block {
        padding-top: 0;
        display: block !important;
        margin: 0 20px;
        margin-bottom: 0px;
        padding: 0;
        margin-bottom: 20px;
    }
    .blog-item-list .col-sm-4{
        width: 50%;
    }
    .block-categories .arrows .arrow-right{
        margin-top: 10px;
    }
    .mobile-header{
        display: flex;
        align-items: center;
    }
    .mobile-header .mobile-left{
        width: 40%;
        display: flex;
        align-items: center;
    }
    .mobile-header .mobile-right{
        width: 60%;
        display: flex;
        align-items: center;
        align-items: center;
        justify-content: flex-end;
    }
    .mobile-header .culture-naturelle{
        width: 120px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .mobile-header .culture-naturelle .titre-header{
        align-items: flex-start;
        font-size: 12px !important;
        line-height: 16px;
        text-align: center;
    }
    .mobile-header .culture-naturelle .titre-header i.asterix{
        font-size: 18px;
        color: #9ec07b;
        transform: translateY(0) translateX(-5px);
    }
   
    .mobile .collect .titre-header{
       padding: 0 15px 15px;
         font-size: 14px !important;
        line-height: 20px;
        text-align: center;
    }
    .mobile-header .collect img{
        margin-left: 5px !important;
        max-width: 35px;
    }
    #header .block-social {
        margin-left: 28px;
        margin-top: 2px;
        margin-bottom: 5px;
    }
    #search #products .product-miniature{
        width:50%;
    }
 }
 @media(max-width:575px){
    .blog-item-list .col-sm-4{
        width: 100%;
    }
   
    #product .an_bootstraptabs .an_table-item .contenance{
        width: 25%;
    }
    #product .an_bootstraptabs .an_table-item .add-cart,#product .an_bootstraptabs .an_table-item .qte{
        width: 25%;
    }
    .anproductextratabs-qty-add{
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
        align-items: center;
    }
 }

 #product .an_bootstraptabs .an_table-item .qte {
    display: none;
}