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

main {
    padding: 0px 40px 40px;
    --theme-color: #1b00bd;
}

body {
    --theme-color: #1b00bd;
}

a:hover,
a:focus {
     text-decoration: none;
}
#header .dropdown-menu a:hover {
    /*color: #ed6cd6;*/
    color: var(--theme-color);
}
.btn-primary {
    min-width: 200px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
   
}
.adropdown {
    left: 50%!important;
}

#header .header-nav {
    display: none;
}
#_desktop_logo {
    padding: 0;
}
#_desktop_logo a {
    margin-bottom: 11px;
    margin-left: 1px;
}
.top-menu-right {
    width: 16.66667%;
    justify-content: space-between;
}

.settings-dropdown i {
    font-size: 29px;
    cursor: pointer;
}

.user-info {
    position: relative;
    
}
.user-info .dropdown-menu {
    padding: 5px 10px;
    min-width: 8rem;
}
.user-info i {
    font-size: 32px;
}
.open .dropdown-menu {
    display: flex!important;
    flex-direction: column;
}
.dropdown-settings {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 40;
    display: none;
    float: left;
    min-width: 230px;
    padding: 10px 20px;
    margin: 24px 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
}



.settings-dropdown.stay-open .dropdown-settings {
    display: block;
}
.settings button {
    cursor: pointer;
}

#_desktop_user_info {
    position: relative;
}

#_desktop_user_info .collapse-icons[aria-expanded=true] .remove,
#_desktop_user_info .collapse-icons[aria-expanded=false] .add {
    display: block;
}

#_desktop_user_info .collapse-icons .remove,
#_desktop_user_info .collapse-icons[aria-expanded=true] .add {
    display: none;
}
#_desktop_user_info .dropdown-item {
    padding: 5px 0;
    opacity: .5;
}

#_desktop_user_info ul {
    margin-bottom: 0;
}

#_desktop_user_info li {
    line-height: 16px;
}

#_desktop_user_info {
    width: 20px;
    height: 29px;
    margin: 0 5px 0 35px;
}


#_desktop_language_selector {
    padding: 5px 15px;
}
#_desktop_currency_selector {
    padding: 5px 15px;
}
#_desktop_currency_selector{
    line-height: 30px;
}

#_desktop_language_selector span,
#_desktop_currency_selector span {
    line-height: 30px;
}

#_desktop_language_selector .navbar-toggler,
#_desktop_currency_selector .navbar-toggler {
    float: right;
    padding: 0;
    height: auto;
    width: auto;
}

#header #_desktop_cart {
    margin-left: 0;
}

#header_socials {
    position: relative;
}
#header_socials .dropdown-settings {
    padding: 9px 0;
}
#header_socials .dropdown-item {
    padding: 5px 0;
    opacity: .5;
}
#header_socials .block-social {
    padding: 0;
}
#header_socials ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
}

#header_socials li {
    line-height: 16px;
    margin: 0 7px;
}
#header_socials [class^="anicon-"] {
    font-size: 26px;
}

#header_socials i {
    font-size: 26px;
}
#header .top-menu-right a:focus i,
#header .top-menu-right a:active i {
    color: #070707!important;
}
#header_socials {
    margin-left: 41px;
    width: 20px;
    height: 26px;
}
#header .block-social a:hover {
    transform: scale(1.1);
}
.btn-unstyle {
    cursor: pointer;
}
.search-button {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    transition: all .4s;
    margin-left: 8px;
}
.search-button:hover {
    transform: scale(.85);
}
.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.png) center center no-repeat;
}

.header-top .search-widget {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    z-index: 9999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    
    transition: all .4s;
 }
 .header-top .search-widget.open {
     opacity: 1;
     visibility: visible;
 }
 .search-btn-close {
     margin-bottom: 25px;
     color: #ffffff;
     font-size: 32px;
     cursor: pointer;
 }
 .scroll-lock {
     overflow: hidden;
 }
 .search_not_found .search-btn-close,
 .search_not_found .search-button {
     display: none;
 }

 .search-widget form input[type=text] {
    padding: 16px 20px 13px;
    font-size: 16px;
    color: #7a7a7a;
}

.search-widget form button[type=submit] {
    left: 0.125rem;
}

.search-btn-close {
    position: absolute;
    right: 50%;
    top: -80px;
    margin: 0;
    color: #fff;
}

.search-btn-close i {
    font-size: 30px;
}

.search-widget form {
    position: relative;
    max-width: 730px;
    margin-right: auto;
    margin-left: auto;
}

.search-widget form button[type=submit] {
    bottom: 12px;
    right: 10px;
    left: unset;
}

.search-widget form button[type=submit] i {
    font-size: 27px;
}

.header-top .search-widget form input[type=text] {
    min-width: inherit;
    width: 100%;
    border: 0;
}

.header-top .search-widget form input[type=text]:focus {
    outline: 0;
}

.sb-overlay {
    background: rgba(0, 0, 0, 0.65);
    
}

.sb-close-btn {
    top: 32px;
    right: 20px;
    left: unset;
}

.sb-close-btn i {
    font-size: 22px;
}

/* menu */

.categories-grid {
    padding: 15px 20px;
}

.products-grid {
    justify-content: space-between;
}

.product-information-dropdown {
    padding-left: 21px;
}

.dropdown-content .product-item {
    max-width: 280px;
    margin: 15px;
    display: flex;
}

.product-item .product-name {
    margin: 0 0 15px;
}

.product-item .product-name a {
    font-weight: 500;
}

.dropdown-content .product-price-and-shipping .product-price {
    font-size: 18px;
    font-weight: 700;
}

.category-item.level-1 h5 {
    margin-bottom: 17px;
    text-transform: uppercase;
}

.category-item.level-2 h5,
.category-item.level-3 h5 {
    margin-bottom: 7px;
    text-transform: none;
}

.category-item.level-1 > h5 a {
    font-weight: 700;
}

.category-item.level-2 a,
.category-item.level-3 a {
   font-size: 12px;
}


.amega-menu {
    width: 100%;
}
.amega-menu .anav-top {
    justify-content: center;
}
.amenu-item .amenu-link {
    font-family: "Montserrat";
    padding: 31px 34px 33px 34px;
    font-weight: 700;
}
.amenu-link sup {
    top: 13px;
    right: 1px;
    line-height: 14px;
    padding: 0 4px 0 3px;
    text-transform: none;
    font-size: 12px;
    border: 1px solid #070707;
}
.amenu-link sup span {
    color: #070707;
}

/* cart */

.cart-preview .no-items {
    text-align: left;
    padding: 0 30px 30px;
}

.blockcart .shopping-cart {
    position: relative;
    display: block;
    width: 24px;
    height: 27px;
}
.blockcart .shopping-cart:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/cart.png) center center no-repeat;
}

.blockcart-link {
    display: block;
    position: relative;
}
.blockcart .cart-products-count {
    position: absolute;
    top: -10px;
    right: -11px;
    width: 20px;
    height: 20px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}


.sb-menu-right {
    height: 100%;
}

.sb-close-btn {
    top: 28px;
    right: 12px;
    left: unset;
}
.sb-close-btn i {
    font-size: 22px;
}

.cart-preview .cart-title {
    padding: 28px 31px 27px;
    margin-bottom: 18px;
    text-align: left;
}

.cart-preview .cart-product-line .product-image {
    min-width: 80px;
    border: 1px solid transparent;
    margin-top: 2px;
}

.cart-preview .cart-product-line {
    margin: 0 15px 0 30px;
    padding: 17px 0 13px 0;
    border-top: 1px solid #f4f4f4;
}

.cart-preview .cart-product-line:first-child {
    border: 0;
}
.cart-preview .cart-product-line .product-infos { 
    padding-left: 13px;
}
.cart-preview .product-infos .product-name {
    font-weight: 500;
    line-height: 19px;
    padding-right: 5px;
    margin-bottom: 11px;
}

.cart-preview .product-infos .product-price {
    font-size: 18px;
    margin-top: 9px;
    font-weight: 700;
}

.cart-preview .cart-product-line .product-remove {
    margin-left: 24px;
}

.cart-preview .product-remove i {
    font-size: 16px;
    padding: 2px;
}
.cart-preview .product-remove:hover i {
    background: #070707;
}
.cart-subtotals {
    border-bottom: 1px solid #efeff0;
    padding-bottom: 7px;
}
.cart-bottom .total-line span {
    font-weight: 600;
    font-size: 15px;
}

.cart-preview .cart-bottom {
    padding: 20px 10px 0 30px;
}

.cart-preview .cart-bottom .total-line {
    margin-bottom: 3px;
}

.cart-bottom .total-line .label {
    font-size: 12px;
    font-weight: 700;
}

.cart-preview .cart-bottom-darker {
    background: #f5f5f6;
    padding: 18px 10px 28px 30px;
}

.cart-bottom .total-line.cart-total .label,
.cart-bottom .cart-total .value {
    font-size: 16px;
    font-weight: 700;
}
.cart-preview .cart-action .btn-primary {
    margin-top: 8px;
    line-height: 47px;
}

/* products */
#index .featured-products .products-section-title {
    font-size: 28px;
    margin-bottom: 14px;
}
.products-section-decoration {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 54px;
}
.products-section-decoration i {
    font-size: 17px;
    color: #888;
    margin: 0 11px;
}
.decoration-line {
    display: inline-block;
    width: 86px;
    height: 2px;
    background: #7b7b7b;
    margin-top: 1px;
}
.products-section-desc p {
    margin-bottom: 10px;
    text-align: center;
}
.featured-products .product-title {
    margin: 6px 1px 0;
    text-align: left;
    line-height: 16px;
}
.featured-products .an_short_description {
    text-align: left;
}
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping {
    text-align: left;
    padding: 9px 1px 0;
    min-height: 40px;
}
  
.featured-products .variant-links,
.product-accessories .variant-links {
    padding: 12px 0 0;
    min-height: 40px;
    display: none;
    
}
.product-flags {
    padding-top: 6px;
}

.product-flags .product-flag {
    padding: 5px 19px 3px 17px;
    font-size: 13px;
    text-transform: none;
    margin-top: 7px;
    margin-left: 10px;
}
.featured-products .thumbnail-container {
    margin-bottom: 14px;
}

.featured-products .thumbnail-container:hover .variant-links,
.product-accessories .thumbnail-container:hover .variant-links {
    display: block;
}

.featured-products .thumbnail-container:hover .product-price-and-shipping span,
.product-accessories .thumbnail-container:hover .product-price-and-shipping span {
    display: none;
}
.featured-products .thumbnail-container:hover .product-price-and-shipping,
.product-accessories .thumbnail-container:hover .product-price-and-shipping {
    padding: 0 1px;
    min-height: auto;
}
.featured-products .thumbnail-container .regular-price,
.product-accessories .thumbnail-container .regular-price {
    line-height: 0.9;
}
.featured-products .thumbnail-container:hover .atc_div,
.product-accessories .thumbnail-container:hover .atc_div {
    margin-top: 0;
}
.featured-products .thumbnail-container .atc_div,
.product-accessories .thumbnail-container .atc_div {
    margin-top: 7px;
}
.highlighted-informations {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
    bottom: 14px;
}
.highlighted-informations .btn-primary {
    min-width: 113px;
    width: 113px;
    line-height: 42px;
    font-size: 12px;
    padding: 0 5px;
}

#products .highlighted-informations .btn-primary,
.featured-products .highlighted-informations .btn-primary,
.product-accessories .highlighted-informations .btn-primary,
.product-miniature .highlighted-informations .btn-primary {
    color: #070707;
    font-size: 12px;
    border: 0;
}

#products .highlighted-informations .btn-primary:hover,
.featured-products .highlighted-informations .btn-primary:hover,
.product-accessories .highlighted-informations .btn-primary:hover,
.product-miniature .highlighted-informations .btn-primary:hover {
    color: #fff;
}

/*** tabs ***/
.anthemeblocks-producttabs .nav-item{
    margin: 0 52px 0 62px;
}
.anthemeblocks-producttabs .products-section-decoration {
    margin-bottom: 44px;
}



/*** brandslider ***/
#an_brandslider-block {
    padding: 0;
}
#an_brandslider-block .owl-prev .material-icons,
#an_brandslider-block .owl-next .material-icons {
    font-size: 24px;
}
#an_brandslider-block .owl-prev, #an_brandslider-block .owl-next {
    top: calc(50% - 12px);
}
#an_brandslider-block .owl-prev {
    left: -7px;
}
#an_brandslider-block .owl-next {
    right: -7px;
}
/*** newsletter ***/
.block_newsletter {
    padding: 89px 0 100px;
    margin-bottom: 0;
}
.block_newsletter .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-newsletter-title {
    text-align: center;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 6px;
}
.block_newsletter p {
    text-align: center;
    margin-bottom: 57px;
}
.block_newsletter form {
    width: 540px;
}
.block_newsletter form input[type=text] {
    background: transparent;
    padding: 0px;
    width: 100%;
    height: 36px;
    border: 0;
    border-bottom: 1px solid #070707;
}
.block_newsletter form input[type=text]:focus {
    background: transparent;
    padding: 0;
}
.block_newsletter form button[type=submit] {
    padding: 0;
    right: 0;
    bottom: 5px;
}
.block_newsletter form i {
    font-size: 19px;
    cursor: pointer;
}
/*** footer ***/
#index #footer {
    padding-top: 75px;
}
.footer-container {
    margin-top: 0;
    padding: 50px 0 0;
}
.logo_slogan-img {
    margin: -12px 0 48px 0px;
}
.links h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 7px 0 17px;
}
#footer .block-social {
    padding: 0;
}
#footer .block-social ul {
    display: flex;
    justify-content: flex-start;
}
#footer .footer-container li {
    margin-bottom: 2px;
}
.block-contact {
    padding: 0;
}

#footer .block-contact li {
    margin-bottom: 0;
    max-width: 260px;
    line-height: 36px;
}
#block_myaccount_infos .myaccount-title {
    margin-bottom: 13px;
}
#footer #block_myaccount_infos li {
    margin-bottom: 6px;
}
.block-social li {
    background: transparent;
    height: auto;
    width: auto;
    margin: -5px 21px 0px -7px;
}
#footer .block-social [class^="anicon-"] {
    font-size: 26px;
}
#footer .block-social [class^="anicon-"]:hover {
    /*color: #ed6cd6;*/
    color: #3a3f44;
}
#footer .account-list a:hover {
    color: #3a3f44;
}
.copyright-container {
    margin-top: 30px;
    padding: 30px 0 14px;
    border-top: 1px solid #202020;
}
.anthemeblocks-footer-payments {
    display: flex;
    justify-content: flex-end;
}
.anthemeblocks-footer-payments img {
    max-width: 32px;
    max-height: 30px;
}
.anthemeblocks-footer-payments li {
    margin-right: 0;
    margin-left: 14px;
}

/*** catalog-page ***/
.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: inline-block;
    cursor: pointer;
}
.remove {
    cursor: pointer;
}
.breadcrumb-wrapper {
    border-top: 1px solid #ebebeb;
}
.breadcrumb {
    padding: 32px 0;
}

.breadcrumb ol {
    text-align: left;
    font-size: 12px;
}
.breadcrumb li:after {
    content: "\\";
}
.block-categories .category-sub-menu li[data-depth="0"] {
    border: 0;
}

#category #wrapper {
    padding-top: 46px;
}

#category .card-block {
    margin-top: 6px;
}
#category .card {
    margin-bottom: 14px;
}
.block-category {
    margin-bottom: 13px;
}

.block-category h1 {
    margin-bottom: 26px;
}

.block-category #category-description p {
    line-height: 22px;
}

#js-product-list-top {
    background: #f7f7f7;
}

#js-product-list-top {
    margin: 0 0 20px;
}

#js-product-list-top p {
    font-size: 14px;
    padding: 16px 6px 11px;
    margin-bottom: 0;

}
.products-selection .sort-by-row {
    padding-right: 12px;
}
.products-selection .sort-by {
    font-size: 14px;
    padding: 0;
}

.products-sort-order .select-title {
    font-size: 14px;
    font-weight: 500;
}

.products-sort-order i {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0;
    margin-left: 10px;
}

.active_filters .active-filter-title {
    font-size: 17px;
    font-weight: 400;
    margin-right: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.active_filters .filter-block {
    font-size: 14px;
    padding: 2px 8px;
    border-radius: 0;
    background: #070707;
    color: #fff;
}

.active_filters .filter-block .close {
    color: #fff;
    font-size: 10px;
    line-height: 24px;

}

.active_filters {
    display: flex;
    align-items: center;
    margin-bottom: 49px;
}
.active_filters ul {
    margin: 0;
}
#products .products {
    margin: 0 -40px 0 -10px;
}

#products .thumbnail-container {
    margin-bottom: 15px;
}

#products .product-title {
    text-align: left;
    margin-bottom: 8px;
    margin-top: 13px;
    line-height: 16px;
}

#products .product-title a {
    font-weight: 600;
}

#products .product-price-and-shipping {
    text-align: left;
    padding: 1px 1px 0;
    min-height: 40px;
}
  
#products .variant-links {
    padding: 0;
    min-height: 40px;
    display: none;
}

#products .thumbnail-container {
    margin-bottom: 6px;
}

#products .thumbnail-container:hover .variant-links {
    display: block;
}

#products .thumbnail-container:hover .product-price-and-shipping {
    display: none;
}



.pagination {
    margin-top: 30px;
}

.pagination .page-list {
    padding: 9px 0px 7px;
}

.pagination>div:first-child {
    font-size: 12px;
    line-height: 41px;
    padding: 0;
}
.pagination .col-lg-7 {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.pagination a:not(.previous):not(.next) {
    padding: 8px 4px 7px 13px;
    margin: 0 3px;
}

.pagination .next {
    font-size: 13px;
    margin-left: 20px;
}
.pagination .previous {
    font-size: 13px;
    margin-right: 20px;
}

.pagination a i {
    font-size: 16px;
    margin-bottom: 2px;
}

.page-list .current a {
    color: #fff;
}

#category #footer {
    padding-top: 72px;
}


/*** filters ***/

.block-categories {
    margin-bottom: 36px;
}

.page-category #left-column {
    padding-right: 49px;
}

.block-categories .category-sub-menu {
    margin-top: 2px;
    padding-bottom: 5px;
}

.block-categories .category-sub-menu li[data-depth="0"] {
    text-transform: uppercase;
}
.block-categories .category-sub-menu li[data-depth="0"] a {
    font-weight: 700;
    padding: 7px 0 8px;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: 18px;
    line-height: 12px;
}

.block-categories .category-sub-menu li[data-depth="1"] a {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

.block-categories .collapse-icons {
    text-align: right;
    padding: 9px 0px;
}

.category-sub-menu i {
    font-size: 14px;
}

#search_filters h4 {
    color: #252525;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

#search_filters .facet {
    padding-top: 18px;
}

#search_filters .facet .title {
    color: #252525;
    font-size: 14px;
    font-weight: 600;
}

#search_filters .facet .facet-title {
    color: #252525;
    font-weight: 500;
    font-size: 16px;
}

#search_filters .facet .facet-label {
    margin-bottom: 0;
}

#search_filters .facet .facet-label a {
    font-size: 12px;
    margin-top: 1px;
}

.custom-checkbox input[type=checkbox]+span {
    margin-right: 12px;
    margin-top: -2px;
    width: 16px;
    height: 16px;
    border: 1px solid #232323;
}

.custom-checkbox input[type=checkbox]+span .checkbox-checked {
    margin: 2px auto;
    width: 10px;
    height: 10px;
    background-color: #000;
}

.color, .custom-checkbox input[type=checkbox]+span.color {
    width: 18px;
    height: 18px;
    margin: 0px 9px 0 1px;
}

.color.active, .color:hover,
.custom-checkbox input[type=checkbox]+span.color.active,
.custom-checkbox input[type=checkbox]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 3px solid #fff;
    outline: 1px solid #fafafa;
}

#_desktop_search_filters_clear_all {
    margin-top: 40px;
}

.btn-tertiary {
    font-size: 13px;
    padding: 15px 45px;
    text-transform: none;
    font-weight: 700;
    background: #070707;
    color: #fff;
}

/*** product-page ***/
#product .breadcrumb-wrapper {
    display: none;
}

.page-product h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 23px;
}

#product #footer {
    padding-top: 40px;
}

#product #wrapper {
    padding-top: 93px;
}
#product #content {
    margin-top: 8px;
}
.has-discount.product-price {
    margin-right: 10px;
}
.product-prices .tax-shipping-delivery-label {
    margin-bottom: 15px;
}
#product .product-discount .regular-price {
    font-size: 18px;
    margin-left: 14px;
}
#product .product-information p {
    line-height: 22px;
    margin-bottom: 24px;
}
.social-sharing {
    margin-top: 0;
}
.social-sharing li {
    margin: 0 16px 0 -10px;
    height: 30px;
    width: 30px;
}
.social-sharing li:hover {
    background: #070707;
}
.social-sharing li:hover a span{
    color: #fff;
}
[class^="anicon-"] {
    font-size: 28px;
    color: #919191;
}
.product-variants {
    border-top: 1px solid #eeeff5;
    margin-top: 54px;
    padding: 28px 0 0;
}
.product-variants>.product-variants-item {
    margin-bottom: 25px;
}
.product-actions .control-label {
    font-size: 16px;
    margin-right: 2px;
}
select.form-control:not([size]):not([multiple]) {
    height: 39px;
}
.product-variants>.product-variants-item select {
    width: auto;
    padding-right: 1.875rem;
    padding-left: 20px;
    background-color: #f4f4f4;
    border: none;
    min-width: 93px;
}
.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 3px solid #fff;
    outline: 1px solid #070707;
}
.product-add-to-cart .qty {
    width: 130px;
    margin-bottom: 0;
}
#product .bootstrap-touchspin {
    margin: 0;
}
.product-quantity #quantity_wanted {
    color: #232323;
    height: 39px;
    padding: .175rem .5rem;
    width: 58px;
    text-align: center;
    border: 1px solid #ebebeb;
}
.product-quantity .input-group-btn-vertical {
    float: left;
    height: 39px;
    width: 36px;
    border-color: #ebebeb;
}
span.input-group-btn-vertical:after {
    height: 0;
}
.quantity_availability {
    margin-top: 40px;
}
#product .input-group-btn-vertical button {
    width: 100%;
}
.product-actions .add-to-cart {
    padding: 3px 0 0;
    min-width: auto;
    width: 182px;
    line-height: 47px;
    text-transform: none;
    font-size: 14px;
}
#product-availability {
    margin: 0px 6px;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 400;
}
#product-availability .product-available {
    margin-bottom: 6px;
}
.scroll-box-arrows i {
    position: absolute;
    bottom: 0;
    height: 118px;
    line-height: 118px;
    cursor: pointer;
    background: #f4f4f4;
    color: #070707;
    font-size: 12px;
    width: 20px;
    padding: 0 5px;
}
.scroll-box-arrows i:hover {
    background: #070707;
    color: #fff;
}
.product-cover .layer .zoom-in {
    position: relative;
    width: 78px;
    height: 78px;
}
.product-cover .zoom-in:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/productzoom.png) center center no-repeat;
}
.images-container .product-images {
    margin-bottom: 0;
}
.product-images>li.thumb-container>.thumb {
    margin-bottom: 0;
}

.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 6px;
}

#product .current-price {
    font-size: 32px;
    font-weight: 500;
}

#product .product-prices {
    margin-top: 0;
}
#product .tabs {
    margin: 59px 0 88px;
    padding: 0;
}
#product .nav-tabs {
    border: 0;
}
#product .nav-tabs .nav-link {
    padding: 24px 30px 23px;
    line-height: normal;
    background-color: #f4f4f4;
    /*color: #ed6cd6;*/
    color: #3a3f44;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-bottom: none;
}
#product .tab-content {
    border: 1px solid #f4f4f4;
}
.tabs .tab-pane {
    padding: 32px 28px;
}
#product .product-accessories .h2 {
    margin-bottom: 30px;
}

#product .product-accessories h3 {
    margin: 12px 0 15px;

}
#product .product-accessories h3.product-title {
    line-height: 16px;
    margin-bottom: 1px;
    margin-top: 0;
}


.product-accessories .product-miniature {
    margin: 0;
}
.product-accessories .thumbnail-container {
    margin: 0;
}
.product-accessories .owl-carousel.owl-drag .owl-item {
    /* margin-right: 7.5px; */
}
.product-accessories .owl-carousel .owl-stage-outer {
    max-height: 440px;
}
#product .owl-nav,
#product .owl-dot {
    display: none;
}

#product .advantages-box {
    border-top: 1px solid #ebebeb;
    margin-top: 29px;
    padding: 99px 0 61px;
}
#product .advantages-type-1 {
    justify-content: center;
}
.advantages-type-1>.advantages-type-1-link {
    max-width: 380px;
}
.advantages-type-1-desc p {
    padding: 0 20px;
}

#product .product-accessories .product-title {
    text-align: left;
}
.modal.quickview .h1 {
    font-size: 30px;
}
.modal.quickview .owl-nav .disabled {
    opacity: .5;
    cursor: default;
    
}
.modal.quickview .owl-next, .modal.quickview .owl-prev {
    background: #f4f4f4;
    display: flex;
    margin: 0;
    padding: 0 0 25px 0;
}
.quickview .mask {
    margin: 0;
}
#product .product-variants>.product-variants-item ul li {
    margin: 0;
}
#product .color,
#product .custom-checkbox input[type=checkbox]+span.color {
    margin: 0px 2px 0px 1px;
}
.product-cover .layer {
 
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
#product .anthemeblocks-reassurance {
    padding: 20px 0;
    margin-top: 49px;
    border-top: 1px solid #eeeff5;
    border-bottom: 1px solid #eeeff5;
}
#product .anthemeblocks-reassurance ul {
    display: flex;
    align-items: center;
}
#product .anthemeblocks-reassurance ul li:first-child {
    width: 33.3%;
}
#product .anthemeblocks-reassurance ul li {
    margin-bottom: 0;

}
#product .anthemeblocks-reassurance figure {
    width: auto;
    margin-right: 15px;
}
#product .anthemeblocks-reassurance-item span {
    width: auto;
    font-size: 14px;
}
#product .advantages-type-1 .advantages-type-1-img, .anthemeblocks-reassurance figure {
    border: 0;
}
#product .anthemeblocks-reassurance-item a {
    align-items: center;
}
.product-cover {
    margin-bottom: 9px;
}

.product-accessories {
    text-align: center;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: 0;
}

/*** checkout ***/
.card.cart-container {
    padding-left: 15px;
    margin-bottom: 21px;
}
.cart-grid-body .card-block h1 {
    font-size: 28px;
    font-weight: 700;
    margin: 62px 0 53px;
}
.cart-grid-body .cart-overview {
    padding-top: 10px;
}
.product-line-grid-left {
    padding: 0;
}
#cart .cart-item {
    padding: 10px 0;
}
.product-line-grid-body {
    padding: 0 6px;
}
.product-line-info {
    margin-bottom: 6px;
    line-height: 14px;
}
.product-line-info.product-title {
    margin-top: -12px;
    margin-bottom: 19px;
}
.product-line-info.product-title a {
    font-size: 14px;
}
.product-line-info.product-price {
    margin-bottom: 35px;
}
.bootstrap-touchspin {
    margin-left: 19px;
    margin-bottom: 9px;
}
.product-line-grid-right .input-group .form-control {
    height: 39px;
    width: 58px;
    text-align: center;
}
.product-line-grid-right .bootstrap-touchspin .input-group-btn-vertical {
    height: 39px;
    width: 36px;
}
#cart .input-group-btn-vertical button {
    width: 100%;
}
#cart .input-group-btn-vertical .bootstrap-touchspin-up {
    padding: 7px 4px 0;
}
#cart .input-group-btn-vertical .bootstrap-touchspin-down {
    padding: 0px 4px 2px;
}
.product-line-grid-right .price {
    margin-top: 3px;
    text-align: center;
}
#cart .product-line-grid-right .cart-line-product-actions {
    position: relative;
}
#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart {
    position: absolute;
    top: -18px;
    left: 2px;
}
#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart:hover i {
    color: #fff;
    background: #070707;
}
.cart-line-product-actions i {
    height: 26px;
    width: 26px;
    font-size: 18px;
    line-height: 26px;
}
.btn-continue {
    line-height: 38px;
    margin-left: 15px;
    padding: 8px 30px 6px;
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 700;
    min-width: 208px;
    text-align: center;
    background: #f4f4f4;
    color: #000;
}
#cart #footer {
    padding-top: 76px;
}

.cart-grid-right {
    margin-top: 153px;
    padding: 0 29px 0 10px;
}

.card.cart-summary {
    border: 1px solid #efefef;
    padding: 18px 21px;
}
.cart-summary-line {
    margin-bottom: 7px;
}
.cart-total {
    border-top: 1px solid #efefef;
    font-size: 20px;
    padding-top: 20px;
}
.cart-total .label {
    font-size: 16px;
    text-transform: uppercase;
}
.checkout.cart-detailed-actions {
    margin-top: 13px;
    margin-bottom: 9px
}
.checkout.cart-detailed-actions .btn-primary {
    line-height: 46px;
    width: 100%;
    background: #070707;
    color: #fff;
    border: 0;
}
.checkout.cart-detailed-actions .btn-primary:hover {
    background: #fff;
}
#cart .anthemeblocks-reassurance {
    margin-top: 40px;
}
#cart .anthemeblocks-reassurance ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#cart .anthemeblocks-reassurance ul li {
    min-width: 200px;
    width: auto;
    margin-bottom: 25px;
}
#cart .anthemeblocks-reassurance figure {
    width: 35%;
}
#cart .anthemeblocks-reassurance-item span {
    width: 65%;
    padding-top: 5px;
}
.anthemeblocks-reassurance-item a {
    align-items: center;
}

/*** steps ***/
.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;
}
/*** fixes ***/

#authentication .register-form p {
    text-align: center;
}
.anthemeblocks-producttabs .featured-products .atc_div {
    width: 160px;
}
.anthemeblocks-producttabs .featured-products .atc_qty {
    width: 40%;
}
.anthemeblocks-producttabs .featured-products .btn-primary {
    width: 60%;
    min-width: auto;
    padding: 0 5px;
    font-size: 14px;
}
#products .product-price-and-shipping {
    text-align: left;
    padding: 9px 1px 0;
    min-height: 40px;
}
    
#products .variant-links {
    padding: 12px 0 0;
    min-height: 40px;
    display: none;
}

#products .thumbnail-container {
    margin-bottom: 6px;
}

#products .thumbnail-container:hover .variant-links {
    display: block;
}
#products .thumbnail-container:hover .product-price-and-shipping {
    display: block;
}
#products .thumbnail-container:hover .product-price-and-shipping span {
    display: none;
}
#products .thumbnail-container:hover .product-price-and-shipping {
    padding: 0 1px;
    min-height: auto;
}
#products .thumbnail-container .regular-price {
    line-height: 0.9;
}
#products .thumbnail-container:hover .atc_div {
    margin-top: 0;
}
#products .thumbnail-container .atc_div {
    margin-top: 7px;
}

.middle-after {
    padding: 0;
}
.slider-after {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slider-after:after {
    display: none;
}
.slider-after-left,
.slider-after-right {
   
    max-width: 540px;
}
body#checkout a:hover {
    color: #3a3f44;
}
.form-control:focus {
    /*border-color: #ed6cd6;*/
    border-color: #3a3f44;
}
body#checkout #delivery textarea:focus {
    /*outline-color: #ed6cd6;*/
    outline-color: #3a3f44;
}

#my-account .block_newsletter,
#identity .block_newsletter,
#addresses .block_newsletter,
#history .block_newsletter,
#order-slip .block_newsletter,
#authentication .block_newsletter,
#password .block_newsletter {
    display: none;
}
#order-slip #footer {
    padding-top: 80px;
}
#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-bottom: 2px;
}
#identity .custom-radio input[type=radio]:checked+span {
    left: .175rem;
    top: .175rem;
}
#authentication .custom-radio input[type=radio]:checked+span {
    top: .175rem;
}

#identity .form-control-valign,
#authentication .form-control-valign,
#contact .form-control-label,
#address .form-control-label,
#identity .form-control-label,
#authentication .form-control-label {
    padding-top: 4px;
}
#identity .input-group .input-group-btn>.btn,
#authentication .input-group .input-group-btn>.btn {
    font-size: 9px;
}
#authentication .custom-checkbox span {
    flex: 0 0 16px;
}
#authentication .custom-checkbox input[type=checkbox]+span {
    margin-top: 3px;
}
#password .form-control-label {
    padding-top: 7px;
}
.forgotten-password .form-fields .center-email-fields button {
    line-height: 36px;
}
#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;
}

@media (max-width: 1900px) {
    .anthemeblocks-promoblocks {
        justify-content: center;
    }
    .promoblocks-item {
        margin: 15px 0;
    }
}
@media (max-width: 1400px) {
    .amenu-item .amenu-link {
        padding: 31px 10px 33px;
    }
    #_desktop_user_info {
        margin: 0 5px;
    }
}
@media (max-width: 1240px) {
    .slider-after {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .anthemeblocks-staticblockcategory {
        margin: 0;
    }
}
@media (max-width: 1199px) {
    #header .header-nav {
        display: block;
    }
    #header .top-menu-right {
        display: none;
    }
    #header .header-nav .blockcart {
        background: #fff;
        height: 50px;
    }
    #header .header-nav .header-nav-inside {
        display: none;
    }
    #header .header-nav .top-logo {
        line-height: 50px;
        vertical-align: middle;
        width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    #header .header-top .position-static {
        display: none;
    }

    /******/
    .amenu-link sup {
        display: none;
    }
    #_mobile_currency_selector,
    #_mobile_language_selector {
        padding: 5px 0;
    }
    #currency-selector-label,
    #language-selector-label {
        display: inline-block;
        margin-right: 10px;
    }
    .language-selector-wrapper {
        display: none;
    }
    #mobile_top_menu_wrapper {
        margin: 20px 0 0;
    }
    #header .header-nav .header-nav-inside {
        display: none;
    }
    #_mobile_user_info {
        display: none;
    }
    .mobile_item_wrapper {
        padding: 0;
    }
    .amenu-item .amenu-link {
        padding: 10px 0;
    }
    #mobile_top_menu_wrapper #_user_info {
        display: block;
        padding: 0;
    }
    #mobile_top_menu_wrapper #_user_info .signin button {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
        padding: 0 0 5px;
    } 
    #mobile_top_menu_wrapper #_user_info ul {
        display: inline-block;
        position: inherit;
        float: none;
        border: 0;
        padding: 0;
    }
   
    #header .header-nav #menu-icon {
        margin: 0;
    }
    #header .arrow_down,
    #header .arrow_up {
        margin-right: 0;
    }
    #footer .title.hidden-md-up {
        display: none;
    }
}
@media (max-width: 991px) {
    main {
        padding: 0 20px 20px;
    }
    .home-wrapper {
        padding: 0;
    }
    .staticblockcategory-item {
        margin: 7px;
    }
    .anthemeblocks-promoblocks img {
        width: 100%;
    }
    .anthemeblocks-producttabs .nav-item {
        margin: 0 25px;
    }
    .modal.quickview .owl-next,
    .modal.quickview .owl-prev {
        height: 88%;
        padding: 0 0 0;
        top: 0;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    main {
        padding: 0 10px 10px;
    }
    .anthemeblocks-staticblockcategory {
        margin-top: 20px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a .hidden-sm-down {
        display: inline-block!important;
    }
    #footer .title.hidden-md-up {
        display: block;
        color: #fff;
    }
    #footer .title.hidden-md-up .h3 {
        color: #fff;
    }
    .footer-container .links ul {
        background: #070707;
    }
    #footer .block-social {
        display: none;
    }
    .footer-container .links ul>li {
        border: 0;
    }
    .footer-container .links ul>li a {
        color: #fff;
    }
    .footer-container .links .title {
        border: 0;
    }
    .footer-container .links ul {
        padding: 0 15px;
    }
}
@media (max-width: 640px) {
    .block_newsletter form {
        width: 100%;
    }
    .anthemeblocks-promoblocks .promoblocks-desc p {
        display: none;
    }
}
@media (max-width: 575px) {
    .staticblockcategory-item.staticblockcategory-item-big {
        display: none;
    }
    .anthemeblocks-staticblockcategory {
        justify-content: center;
    }
}
@media (max-width:480px) {
    .promoblocks-item .promoblocks-desc {
        padding: 10px 20px;
    }
    .anthemeblocks-promoblocks .promoblocks-desc h2 {
        margin-bottom: 10px;
    }
}
@media (max-width: 380px) {
    .anthemeblocks-promoblocks .promoblocks-desc .btn-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    #_desktop_user_info.fixed-lang{
        position:fixed;
        right:40px;
        z-index: 50;
        top: 10px;
    }
}

#product-availability .product-available, #product-availability {
    color: red;
}



#category #left-column #search_filters .facet .title {
    cursor: pointer;
}


.payment-option img {
    float:right !important;
    margin-left: 10px !important;
}
    

@media (max-width: 767px) {
    #category #left-column {
    width: 100%;
    padding: 0 20px 0 20px;
    }
}


.category-item.level-1 {
    margin-right: 0px !important; 
}

.block-categories .category-sub-menu li[data-depth="0"] {
    padding-right: 0 !important; 
}

@media (max-width: 985px)
{
    .logo_slogan-img img {
        width: 100%;
    }
}
@media (max-width: 320px)
{
    .logo_slogan-img {
        padding: 0;
    }

  
}

.block-category .category-cover {
    right: 0;
}

@media (max-width: 460px)
{
    #footer .footer-container li {
        text-align: center !important;
        margin-bottom: 10px !important;
    }
    
    .anthemeblocks-footer-payments {
        display: block !important;
    }

  
}


body#checkout .condition-label .js-terms,
body#checkout .condition-label .js-terms *{
    color: red;
    text-decoration: underline;
}

#EventsAdsFilter .category-filter {
    display:none !important;
}

#feature-block-type {
    display:none;
}



#customer-form .form-control-comment {
    display:block;
}


#delivery-address .form-control-comment{
    display:none;
}


#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio{
    top: 0;
}
#search_filters .facet .facet-label a{
    width: 100%;
    white-space: initial;
}

#search_filters .facet .facet-title{
    width:initial;
}

#search_filters .facet .title .collapse-icons{
    margin-left:initial;
    padding:0;
}

.cart-bottom .total-line.shipping span.label{
    width:100%
}

/* add 20210304 : */

#category #left-column #search_filters .facet .title .collapse-icons .remove, #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
}
#category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
}
.price-detail{
    font-size: 15px;
}

.custom-checkbox input[type=checkbox] {
    margin-top: 0.25rem;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
}


.hideArrow {
    background: none !important;
    background-color: #f4f4f4 !important;
  }


#module-poeaa-list  .block-categories:first-child  {
    display:none;
}

.payment-option img {
    float: right !important;
    margin-left: 10px !important;
    max-width: 200px;
}

/* 20220627 */
.anthemeblocks-homeslider {
    background: #000;
}

/* 20220628 */
.anthemeblocks-homeslider img{
    max-width:100%;
}

/* 20220704 */
#search_widget form i{
    position: unset;
}

#search_widget .container{
    padding:0;
}


@media (max-width: 1199px) {
    #mobile-amegamenu .amenu-item .amenu-link {
        padding: 20px 0;
    }

    #mobile-amegamenu .category-item.level-2 h5, #mobile-amegamenu .category-item.level-3 h5 {
        margin-bottom: 17px;
    }
}

.paypal-mark {
    border: none!important;
    margin: 0px!important;
    padding: 0px!important;
    margin-top: 2px!important;
}

.payment-option label {
    vertical-align: top;
}

.payment-option img {
    max-height: 24px;
}


@media (max-width:1024px)
{
    .fancybox-margin
    {
        margin-right: 0 !important;
    }

    .rotatebottom.show > *:first-child
    {
        padding: 25px !important;
    }

    .fancybox-close
    {
        right: 0 !important;
        top: 0 !important;
    }

    .apc-popup .dont-show-again
    {
        position: relative !important;
        background: none !important;

    }

    .rotatebottom.show > *:first-child .page-product h1
    {
        font-size: 20px;
    }

    .fancybox-outer, .fancybox-inner
    {
        width: 100% !important;
    }

    .page-product .apc_modal  h1
    {
        font-size: 15px;
    }

    .apc-popup-11 .fancybox-skin
    {
        padding: 20px !important;
    }

    .apc-popup.apc-popup-11
    {
        width: calc(100% - 40px) !important;
        left: 0 !important;
        max-width: 500px !important;
        transform: translate(-50%, -50%);
        top: 50% !important;
        left: 50% !important;
    }
}

/********* centrage image popup adv ************/

.apc-popup-15 div#apc_modal_15 .modal-img,
.apc_modal .modal-img
{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
}

.apc-popup .dont-show-again
{
    bottom: 0;
}

/*ECOMIZ - 23738 - START*/
.product-add-to-cart #product-availability {
    display: none;
}
/*ECOMIZ - 23738 - END*/