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

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

a:focus,
a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn-unstyle:focus .expand-more {
    color: #949494;
}

.btn-primary {
    line-height: 38px;
    font-weight: 400;
    padding: 6px 29px 4px;
    min-width: 193px;
}

#amazzing_filter.vertical-layout .btn-primary {
    min-width: initial;
}

body#checkout a:hover {
    color: #000;
}

body#checkout #header .header-nav-inside a:hover {
    color: #fff;
}


/*** header ***/

#header .header-nav {
    min-height: 30px;
}

#header .header-nav .header-nav-inside {
    height: 30px;
}

.left-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 2px;
    margin-top: .9375rem;
}

.left-nav .block-social ul {
    margin: 0 0 0 21px;
    ;
    height: 24px;
}

.left-nav .block-social li {
    height: 24px;
    width: 24px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.left-nav [class^="anicon-"],
[class*=" anicon-"] {
    font-size: 24px;
}

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

.dropdown-menu {
    padding: 0;
    margin-top: 3px;
}

.dropdown-item {
    padding: 6px 15px;
}

.dropdown .expand-more {
    color: #949494;
}

#header .header-nav .user-info button:hover {
    color: #fff;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

#header .header-nav .user-info .dropdown .dropdown-item:hover {
    background-color: #000;
    color: #fff;
}

.dropdown:hover .expand-more {
    /*color: #fff;*/
}

.dropdown .dropdown-item:hover {
    background-color: #000;
}

#header .header-nav .currency-selector {
    margin-left: 30px;
}

#header .header-nav .user-info {
    /*margin-left: 26px;*/
}

#header .header-nav .user-info button {
    color: #949494;
    cursor: pointer;
    font-weight: 400;
}

#header .vertical-center {
    padding: 0;
    justify-content: center;
}

.header-right {
    height: 111px;
}

#header #_desktop_logo {
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 111px;
}

.products-grid {
    justify-content: flex-start;
}

.menu-wrapper {
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
}

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

.search-button-wrapper,
.search-button-close-wrapper {
    display: none;
    align-items: center;
    width: 100px;
    cursor: pointer;
}

.search-button-wrapper span,
.search-button-close-wrapper span {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 11px;
}

.search-button {
    position: relative;
    display: inline-block;
    width: 29px;
    height: 30px;
    cursor: pointer;
    transition: all .4s;
}

.search-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/search.png) center center no-repeat;
}

.search-btn-close i {
    font-size: 36px;
    color: #000;
    margin-left: -5px;
}

.search-widget {
    flex-grow: 1;
    margin: 1px 48px 0 43px;
}

.search-widget .container {
    padding: 0;
    width: 100%;
}

.search-widget form input[type=text] {
    padding: 15px 60px 16px 20px;
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
    border-radius: 8px;
}

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

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

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

#header .logo {
    max-width: 180px;
    max-height: 50px;
    width: 100%;
}

#header #_desktop_cart {
    align-self: auto;
    margin-right: 3px;
    flex-grow: 0;
}


/*** modal-cart ***/

.show_important {
    display: block!important;
}

.hide_important {
    display: none!important;
}

#header .blockcart-link:focus {
    color: #000;
}

#header .cart-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 76;
    background: #fff;
    width: 326px;
}

.cart-preview .cart-product-line .product-image {
    width: 100px;
}

.cart-preview .cart-product-line .product-infos {
    width: 55%;
    padding-left: 22px;
}

.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;
}

.sb-menu-right .cart-preview .product-infos .product-name {
    margin-bottom: 1px;
}

.cart-items {
    padding: 23px 0 0;
}

.cart-preview .cart-product-line {
    padding: 0;
    margin: 0px 21px 20px 27px;
}

.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;
    padding-top: 14px;
}

.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;
    font-size: 22px;
    color: #7e2224;
}

#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 21px 25px;
}

.cart-preview hr {
    display: none;
}

.cart-bottom .cart-total .label,
.cart-bottom .cart-subtotals .label {
    text-transform: none;
    color: #0f0f3d;
}

.cart-bottom .total-line span {
    font-size: 16px;
    line-height: 22px;
}

.cart-bottom .cart-total .value {
    font-size: 22px;
    line-height: 18px;
    padding-bottom: 4px;
    color: #7e2224;
}

.cart-bottom .cart-subtotals .value {
    color: #7e2224;
}

.cart-preview .cart-bottom .total-line {
    margin: 0px 0 14px 2px;
}

.cart-action {
    padding: 0 25px 0 23px;
}

#header .cart-preview .cart-action .btn-primary,
.cart-preview .cart-action .btn-primary {
    width: 100%;
    margin-top: 0;
    line-height: 49px;
    font-size: 16px;
    font-weight: 400;
}

.cart-preview .cart-action .btn-primary::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.cart-preview .cart-title .h4 {
    padding: 0 27px;
    text-align: left;
    color: white;
}

.sb-close-btn {
    top: 26px;
    left: unset;
    right: 23px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
}

.sb-close-btn i {
    color: #000;
    font-size: 18px;
    line-height: 20px;
}


/*** end modal-cart ***/

#header .blockcart-link {
    display: flex;
    align-items: center;
}

#header .blockcart-link span {
    font-size: 12px;
    margin-left: 14px;
    text-transform: uppercase;
}

#header .blockcart-link:hover {
    color: #000;
}

.amega-menu .anav-top {
    justify-content: flex-start;
}

.fixed-menu {
    width: 100% !important;
}

.fixed-menu .anav-top {
    justify-content: center;
}

.amenu-item .amenu-link {
    padding: 23px 32px 22px 30px;
    color: #000 !important;
}

.amenu-item .amenu-link:hover {
    color: #949494 !important;
}

#header .amenu-item a {
    color: #000;
}

#header .amenu-item a:hover {
    color: #949494;
}


/*** end header ***/

.featured-products .thumbnail-container {
    width: 100%;
    margin-bottom: 18px;
    position: relative;
}

.featured-products .product-description {
    padding-top: 10px;
    width: 100%;
    position: unset;
    border: 1px solid transparent;
    border-top: 0;
}

.featured-products .product-title {
    padding: 0 30px;
    margin: 0 0 10px;
    line-height: 14px;
    min-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: 39px;
    padding: 4px 29px 6px;
    font-size: 14px;
    background: #f4f4f4!important;
    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!important;
    color: #fff;
}

.featured-products .product-miniature:hover .product-description {
    border: 1px solid #ededed;
    border-top: 0;
}

.featured-products .product-miniature:hover .atc_div {
    border-top: 1px solid #ededed;
    opacity: 1;
}

.product-flags {
    top: 2px;
    right: 0;
    left: 0;
}

.product-flags .product-flag {
    font-size: 12px;
    padding: 1px 6px 1px 10px;
    min-height: 22px;
    margin-top: 8px;
    margin-left: 0px;
}

.product-flags .product-flag.online-only,
.product-flags .product-flag.new {
    border-radius: 12px 0px 0px 12px;
    float: right;
    clear: right;
}

.product-flags .product-flag.discount-percentage,
.product-flags .product-flag.on-sale {
    float: left;
    clear: left;
    border-radius: 0px 12px 12px 0px;
}

.featured-products .highlighted-informations {
    top: 0;
    right: 0;
    bottom: 0;
    left: unset;
    width: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-products .variant-links {
    top: 0;
    padding-top: 0;
}

.featured-products .variant-links .color {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin: 0;
}

.aninsta-block-title {
    text-transform: uppercase;
    margin-bottom: 24px;
}

.aninsta-block-desc {
    margin-bottom: 34px;
}

.aninsta-block-desc p {
    max-width: 67%;
    margin: 0 auto;
    line-height: 22px;
}

.an_instagram_slider .owl-prev,
.an_instagram_slider .owl-next {
    position: unset;
}

.aninsta_container .owl-nav {
    margin-top: 27px;
}

.slider_nav {
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
}

.slider_right svg,
.slider_left svg {
    fill: #000;
    position: absolute;
    top: 6px;
    width: 28px;
    height: 28px;
}

.an_instagram_slider.owl-theme .owl-nav [class*=owl-] {
    margin: 0px 13px;
}


/*** newsletter ***/

.block_newsletter {
    padding: 46px 0 79px;
    margin-bottom: 0;
}

.block_newsletter .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block-newsletter-title {
    text-align: center;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.block_newsletter p {
    text-align: center;
    margin-bottom: 35px;
}

.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: 30px;
    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: 24px;
    bottom: 12px;
}

.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 ***/

.footer-container {
    margin-top: 0;
}

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

.footer-container {
    margin-top: 0;
    padding: 54px 0 0;
}

.logo_slogan-img {
    margin: -6px 0 31px 0px;
}

.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;
    max-width: 260px;
    line-height: 34px;
}

#block_myaccount_infos .myaccount-title {
    margin-bottom: 46px;
}

#footer .block-social li {
    background: transparent;
    height: auto;
    width: auto;
    margin: 0px 15px 0px -14px;
}

#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: 15px 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;
}

.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 {
    border-top: 1px solid #e9e9e9;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-size: 16px;
    padding: 7px 0 8px;
}

.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"] {
    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;
}

#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: 1px 0 0 2px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
}

.custom-checkbox input[type=checkbox]:checked+span {
    background: #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: 15px;
}

#search_filters .facet ul,
#search_filters_brands .facet ul,
#search_filters_suppliers .facet ul {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    padding-right: 5px;
}

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

#category .facet .color,
.custom-checkbox input[type=checkbox]+span.color {
    width: 22px;
    height: 22px;
    border-radius: 20px;
    margin: 0 8px 0 0;
}

.custom-checkbox input[type=checkbox]+span.color .checkbox-checked {
    margin: 5px 0 0 6px;
    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: 25px;
}

#js-product-list-top {
    align-items: center;
}

.products-selection .sort-by {
    padding: 0;
}

#category h1 {
    font-size: 37px;
    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;
    align-self: flex-start;
    width: 100%;
}

#products .products {
    margin: 0 -30px 0 0;
}

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

#products .product-title {
    margin: 0 0 11px;
    line-height: 16px;
    min-height: 42px;
}

#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: 56px;
}

.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;
}

#products .atc_div button {
    width: 100%;
    line-height: 39px;
    padding: 4px 29px 6px;
    font-size: 14px;
    background: #f4f4f4!important;
    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!important;
    color: #fff;
}

#products .product-miniature:hover .product-description {
    border: 1px solid #ededed;
    border-top: 0;
}

#products .product-miniature:hover .atc_div {
    border-top: 1px solid #ededed;
    opacity: 1;
}

.block-categories .category-sub-menu li[data-depth="1"] a {
    position: relative;
}

.block-categories .category-sub-menu li[data-depth="1"]:hover a {
    margin-left: 12px;
    padding-left: 9px;
}

.block-categories .category-sub-menu li[data-depth="1"]:hover a:before {
    content: "";
    width: 12px;
    border-top: 1px solid #000;
    position: absolute;
    right: 100%;
    top: calc(50% + 1px);
}


/*** product ***/

.page-product h1 {
    margin-top: 19px;
}

#product #content {
    margin: 23px auto 0;
    max-width: 468px;
}

.product-prices div {
    margin: 0;
}

#product-availability {
    margin: 14px 0 7px;
    border-radius: 20px;
    padding: 0;
    font-size: 14px;
}

#product .product-prices {
    margin-top: 20px;
    display: block;
}

.current-price span {
    font-size: 22px;
    font-weight: 700;
}

.availability-wrap {
    margin-bottom: 30px;
}

#product .product-information p {
    margin-bottom: 12px;
    line-height: 24px;
}

.product-actions .control-label {
    min-width: 94px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 2px;
}

.product-variants>.product-variants-item {
    margin: 0 0 22px;
}

.product-actions select.form-control:not([size]):not([multiple]) {
    height: 40px;
    min-width: 95px;
    padding: 0 20px;
    font-size: 16px;
}

.product-actions .product-variants>.product-variants-item .color {
    border-radius: 15px;
    height: 20px;
    width: 20px;
    margin: 0;
}

.product-variants>.product-variants-item ul li {
    margin-right: 5px;
}

.product-discounts {
    margin: 0;
}

#cart .qty,
.product-add-to-cart .qty {
    display: inline-block;
    width: 100px;
    margin: 0;
}

#cart .qty .form-control,
.product-quantity #quantity_wanted {
    background: #f9f9fa;
    border: 0;
    border-radius: 5px;
    min-width: 95px;
    height: 40px;
    padding: 0 8px 0px 19px;
    font-size: 1rem;
    text-align: left;
}

#cart .qty .input-group-addon,
#cart .qty .input-group-btn-vertical,
#cart .qty .input-group-btn,
.product-actions .product-add-to-cart .qty .input-group-addon,
.product-actions .product-add-to-cart .qty .input-group-btn-vertical,
.product-actions .product-add-to-cart .qty .input-group-btn {
    display: none;
}

#cart .qty .js-cart-line-product-quantity::-webkit-inner-spin-button,
#cart .qty .js-cart-line-product-quantity::-webkit-outer-spin-button,
.product-actions .product-quantity #quantity_wanted::-webkit-inner-spin-button,
.product-actions .product-quantity #quantity_wanted::-webkit-outer-spin-button {
    opacity: 1;
    cursor: pointer;
}

#cart .input-group-btn-vertical button,
.product-actions .input-group-btn-vertical button {
    height: 32px;
}

#cart .input-group .input-group-btn>.btn,
.product-actions .input-group .input-group-btn>.btn {
    padding: 0;
    width: 31px;
    height: 32px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.product-actions .input-group .input-group-btn,
#cart .input-group .input-group-btn {
    height: 100%;
    float: left;
    width: 30px;
}

#product .product-add-to-cart {
    margin-top: -3px;
}

.quantity_availability {
    display: flex;
    margin-top: 41px;
    margin-bottom: 24px;
}

.product-actions .add-to-cart {
    line-height: 24px;
    padding: 17px 45px;
    border-radius: 35px;
    text-transform: none;
    font-size: 16px;
    margin-right: 20px;
    font-weight: 400;
}

.social-sharing {
    margin: 0;
    margin-left: 12px;
}

.social-sharing li {
    height: 35px;
    width: 35px;
    margin: 0 7px 0 -3px;
    background-color: #f4f4f4;
}

#product .anicon-googleplus {
    font-size: 26px;
    line-height: 32px;
}

#product .tabs {
    margin: 82px 0 60px;
    padding: 0;
}

#product .nav-tabs {
    border: 0;
}

#product .nav-tabs .nav-link {
    padding: 13px 26px 15px;
    line-height: normal;
    background-color: #f1f1f1;
    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: transparent;
    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;
}

.product-accessories .btn-primary {
    border-radius: 0;
}

.product-accessories .btn-primary:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

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

.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: 15px;
}

.product-cover .layer .zoom-in {
    font-size: 36px;
}

.product-actions .product-variants .form-control-select {
    background: #f9f9fa url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 5px center/19px 24px;
    border: 0;
    border-radius: 5px;
}

#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;
    margin-right: 10px;
}

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: 20px 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,
#authentication .block_newsletter,
#password .block_newsletter,
#pagenotfound .block_newsletter {
    display: none;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-bottom: 2px;
}

#identity .custom-radio input[type=radio]:checked+span {
    left: 2px;
    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: 5px;*/
}

#password .form-control-label {
    padding-top: 20px;
}

#identity .input-group .input-group-btn>.btn,
#authentication .input-group .input-group-btn>.btn {
    font-size: 10px;
    margin-right: -1px;
}

#authentication .custom-checkbox span {
    flex: 0 0 16px;
}

#authentication .custom-checkbox input[type=checkbox]+span {
    margin-top: 3px;
}

.forgotten-password .form-fields .center-email-fields button {
    line-height: 38px;
    padding: 0;
}

.forgotten-password .form-fields .center-email-fields button:hover::before {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

#password #footer,
#my-account #footer,
#identity #footer,
#addresses #footer,
#address #footer,
#history #footer,
#order-slip #footer,
#module-psgdpr-gdpr #footer,
#module-an_wishlist-list #footer {
    /*padding-top: 140px;*/
    padding-top: 0px;
}

#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;*/
    height: auto;
}

#address .form-footer {
    display: flex;
    justify-content: center;
}

#main .search-button-wrapper {
    display: none;
}

#main #search_widget {
    display: block;
    position: inherit;
    width: 100%;
}

#main .search-widget form input[type=text] {
    border: 1px solid #e9e9e9;
}

#authentication .register-form p {
    text-align: center;
}

#product .social-sharing [class^="anicon-"] {
    font-size: 30px;
}

#product .close-slider {
    text-align: right;
}


/*** fixes ***/

#main .page-footer {
    margin: 0;
}

#main .page-footer a:hover>span {
    text-decoration: underline;
}

.page-addresses .addresses-footer a:hover>span {
    text-decoration: underline;
}

.color.active,
.color:hover {
    border: 1px solid #232323;
}

.featured-products .products-section-title {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.product-accessories .highlighted-informations {
    display: none;
}

.thumbnail-container-image {
    box-sizing: content-box;
}

#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 {
    font-size: 1rem;
    line-height: 1.4;
}

.js-modal-mask i {
    cursor: pointer;
}


/*** adapt ***/

body#checkout #header .header-nav .logo {
    min-height: auto;
}

.amega-menu {
    width: 100%;
}

.facet .title .collapse-icons {
    cursor: pointer;
}

#header .header-nav .cart-preview.active {
    background: transparent;
}

#header .header-nav .cart-preview.active a {
    color: #919191;
}

#header .header-nav .blockcart.active a:hover {
    color: #000;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 7px 20px;
}

@media (max-width: 1200px) {
    .logo_slogan-img img {
        max-width: 100%;
    }
    #category .home-wrapper .row {
        margin: 0;
    }
    #product #main .row {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .amenu-item .amenu-link {
        padding: 23px 20px 23px;
    }
    .header-top-wrapper .desktop_logo-container {
        width: 100%;
    }
    #index .tab-pane.active .product-miniature {
        margin: 0 10px 40px;
    }
    .overview-header {
        display: none;
    }
    #cart #wrapper .row {
        margin: 0;
    }
    #cart .qty {
        min-width: 110px;
    }
    .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;
    }
    .featured-products .product-miniature {
        margin: 0 7px;
    }
}

@media (max-width: 767px) {
    #header .header-nav .blockcart {
        height: 56px;
        padding: 0;
        margin-right: 20px;
        padding-top: 12px;
    }
    #footer .col-md-6 .row {
        margin: 0;
    }
    .header-nav .search-widget {
        display: none;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu {
        display: block;
        border: 0;
        padding: 0 5px;
        position: static;
        float: none;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu li {
        display: flex;
        flex-direction: column;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a,
    #mobile_top_menu_wrapper .js-top-menu-bottom a {
        width: 100%;
        text-transform: uppercase;
        color: #000;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a:hover,
    #mobile_top_menu_wrapper .js-top-menu-bottom a:hover {
        color: #949494;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
        padding: 12px 20px;
        margin-bottom: 10px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a:hover {
        background: transparent;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a span {
        display: block !important;
    }
    .nav-tabs .nav-item+.nav-item {
        margin: 10px 20px;
    }
    .anthemeblocks-producttabs .nav-item {
        margin: 10px 20px;
    }
    #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 {
        display: block;
        position: initial;
        float: none;
        padding: 15px 20px;
        margin: 0;
    }
    #header .header-nav {
        padding-bottom: 0;
    }
    .menu-wrapper {
        border: 0;
    }
    .footer-container .links .collapse {
        display: none;
    }
    .footer-container .links .collapse.in {
        display: block;
    }
    #footer .links li {
        display: block;
    }
    #footer .block-social {
        display: none;
    }
    .footer-container .links ul>li {
        border: 0;
    }
    #footer .col-md-6.links {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .cart-detailed-actions .text-sm-center {
        flex-wrap: wrap;
        justify-content: 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;
    }
}


/*** lazy fixes ***/

.img_hover_change {
    width: auto!important;
    opacity: 0;
    transition: opacity .5s;
}

.img_hover_change.cover {
    opacity: 1;
}

.thumbnail-container:hover .img_hover_change {
    opacity: 1;
}

.thumbnail-container:hover .img_hover_change.cover {
    opacity: 0;
}

.img_hover_change,
.hover_slider .hover-slider-img {
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.thumbnail.product-thumbnail {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.slider_product-wrapper.bxslider img.slider_product {
    width: auto!important;
}

#amegamenu .product-thumbnail {
    height: auto!important;
}

#products .products {
    margin: 0 -15px;
    justify-content: flex-start;
}

#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;
}

#products .product-miniature.col-lg-12 .thumbnail-container-image {
    width: 255px;
}

#products .product-miniature.col-lg-12 .product-description {
    flex: 1 1;
    padding-left: 15px;
}

.product-miniature.col-lg-12 .product-flags {
    max-width: 255px;
}

.img_hover_change.b-lazy:not(.cover):not(.b-initialized) {
    opacity: 0!important;
}

#products .product-miniature.col-lg-3 .an_short_description {
    line-height: 1em;
    min-height: 2em;
}

#products .product-miniature.col-lg-12 .product-title,
#products .product-miniature.col-lg-12 .an_short_description,
#products .product-miniature.col-lg-12 .product-price-and-shipping {
    text-align: left;
    flex-direction: column;
}

#products .product-miniature.col-lg-12 .an_productattributes {
    padding: 10px 0;
    max-width: 300px;
}

.collection-view {
    display: flex;
    margin-bottom: 20px;
}

.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;
    line-height: 1.5rem;
    overflow: hidden;
    max-height: 4.5rem;
}

.product-miniature.col-lg-12 .product-miniature-images-all-img {
    width: 70px;
}

.product-miniature.col-lg-6 .product-miniature-images-all-img {
    width: 50px;
}

.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);
}

.product-miniature img {
    max-width: 100%!important;
}

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

.slider_product-wrapper img.slider_product {
    width: auto!important;
}

.thumbnail-container:hover .img_hover_change.only_one_item {
    opacity: 1!important;
}

#products .thumbnail-container-image,
.featured-products .thumbnail-container-image,
.product-accessories .thumbnail-container-image,
.product-miniature .thumbnail-container-image {
    height: auto;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-product-item a.thumbnail.product-thumbnail {
    position: static;
    width: 100%!important;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.slick-arrow:hover {
    opacity: .7;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.slider_product-wrapper {
    position: static;
}

.slider_product-wrapper:not(.an_slick-slider) .slider-product-item {
    position: absolute;
}

.slider_product-wrapper:not(.an_slick-slider) .slider-product-item:first-child {
    z-index: 1;
}

.an_slick-slider .slider-product-item {
    position: static;
}

@media (max-width: 991px) {
    .collection-view-btn[data-xl='4'],
    .collection-view-btn[data-xl='3'] {
        display: none;
    }
    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .collection-view {
        margin-bottom: 15px;
    }
}

@media (max-width: 580px) {
    #products .product-miniature.col-lg-12 .thumbnail-container {
        flex-direction: column;
        align-items: center;
    }
    #products .product-miniature.col-lg-12 .thumbnail-container-image {
        width: 100%;
    }
    .collection-view {
        display: none;
    }
    #products .product-miniature.col-lg-12 .product-description {
        padding-left: 0;
    }
    #products .product-miniature.col-lg-12 .product-title,
    .product-miniature.col-lg-12 .an_short_description,
    .product-miniature.col-lg-12 .product-price-and-shipping {
        text-align: center;
    }
    #category .js-img-view-type,
    #search .js-img-view-type {
        width: 100%;
    }
}

.product-miniature.col-lg-12 {
    width: 100%!important;
}

.product-miniature.col-lg-3 .an_productattributes-add-to-cart-btn i {
    display: none;
}

.product-miniature .slick-arrow {
    opacity: 0;
    transition: opacity .3s;
}

.product-miniature:hover .slick-arrow {
    opacity: 1;
}

#products .highlighted-informations,
.featured-products .highlighted-informations,
.product-accessories .highlighted-informations,
.product-miniature .highlighted-informations {
    width: auto;
}

.featured-products .variant-links,
#products .variant-links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.featured-products .variant-links .color,
#category #products .variant-links .color {
    margin: 3px 10px;
}

.visitors-block {
    margin: 20px 0;
}

a.thumbnail.product-thumbnail {
    overflow: hidden;
}

.product-miniature.col-lg-12 .thumbnail-container-image {
    border: 0;
}


/*** autocomplete  ***/

.ui-autocomplete {
    padding: 0!important;
    border: 0!important;
    box-shadow: 0 8px 19px rgba(0, 0, 0, 0.15);
    max-height: 70vh;
    overflow-y: auto;
}

.ui-menu .ui-menu-item a {
    cursor: pointer;
    display: flex!important;
    padding: 15px 30px!important;
}

.ui-menu .ui-menu-item .product-desc .product {
    font-size: 16px;
    line-height: 22px;
}

.ui-menu .ui-menu-item .product-desc {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    padding-top: 15px;
}

.ui-state-focus {
    border: 0!important;
    background: transparent!important;
    margin: 0!important;
}

.ui-menu .ui-menu-item .product-price {
    margin-right: 10px;
}

.ui-menu .ui-menu-item .regular-price {
    text-decoration: line-through;
    font-size: 12px;
}

.ui-autocomplete.ui-menu .ui-menu-item {
    width: 50%!important;
}

.ui-menu .ui-menu-item.noimg-search a {
    padding: 0px 15px!important;
}

.ui-menu .ui-menu-item.noimg-search .product-desc {
    flex: 1 1;
    padding: 5px 0;
    margin-left: 0;
    flex-direction: row;
    justify-content: space-between;
}

.ui-menu .ui-menu-item.noimg-search .product-price {
    margin-top: 0;
    line-height: 24px;
}

.ui-menu .ui-menu-item.noimg-search .product-desc .product {
    margin-right: 10px;
    flex: 1 1;
}

.ui-autocomplete.ui-menu .ui-menu-item.noimg-search {
    width: 100%!important;
    float: none;
}

@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;
    }
}

.modal-body .product-additional-info {
    display: none;
}


/*** cart-page ***/

#cart #wrapper {
    padding-top: 0;
}

.cart-grid-body .cart-overview {
    padding: 0;
}

.card.cart-container {
    padding-right: 5px!important;
}

.cart-grid-body .an_wishlist-list-cart h1 {
    font-size: 36px;
}

.cart-grid-body .card-block h1 {
    margin: 22px 0 10px;
    font-size: 36px;
    color: #7e2224;
}

.cart-items {
    margin-bottom: 0;
    margin-top: 9px;
}

#cart .cart-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 11px 0;
}

.product-line-grid-left {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

.product-line-grid-body {
    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: -4px 0 0;
}

.product-line-price {
    margin: 11px 0 20px;
}

.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-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cart-grid-body a.label:hover {
    text-decoration: underline;
}

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

.card.cart-summary {
    margin-bottom: 0;
}

.cart-detailed-totals {
    padding: 17px 22px 5px 22px;
    margin-bottom: 0;
}

.cart-summary-line .label {
    font-size: 14px;
    color: #0f0f3d;
}

.cart-summary-line .value {
    font-size: 14px;
    color: #7e2224;
}

.cart-summary-line {
    margin-bottom: 8px;
}

.cart-voucher form {
    display: flex;
    align-items: stretch;
}

.block-promo .promo-input {
    flex: 1 1;
    width: 100%;
    height: auto;
    border: 0;
    border-radius: 5px;
}

.block-promo .promo-input+button {
    margin-top: 0px;
    font-size: 16px;
    padding: 10px 30px;
    line-height: 24px;
    min-width: auto;
    flex: 100px 0 0;
    margin-left: 10px;
}

.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;
    color: #7e2224;
}

#cart #footer {
    padding-top: 0px;
}

.cart-detailed-actions {
    background: #f5f5f5;
    padding: 10px 22px 20px;
}

.cart-detailed-actions .cart-summary-line .label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.cart-detailed-actions .cart-summary-line.cart-total .label {
    font-weight: 500;
    font-size: 18px;
    color: #0f0f3d;
}

.cart-detailed-actions .cart-summary-line {
    margin-bottom: 20px;
}

.shopping-continue {
    margin-top: 16px;
    padding: 0 15px;
}

.media-middle {
    flex: 120px 0 0;
}

.product-line-attribute {
    margin: 0 0 10px;
}

#cart .bootstrap-touchspin .input-group-btn-vertical {
    height: 39px;
}

.product-line-grid-right .product-price {
    padding-top: 0;
    margin: 0;
    color: #7e2224;
}

.product-line-grid-right .product-price strong {
    font-weight: 500;
}

#cart .qty {
    display: inline-block;
    width: 100px;
    margin: 0;
}

#cart .js-cart-line-product-quantity {
    height: 32px;
    padding: 0px 0 1px 4px;
    width: 35px;
    text-align: center;
    border: 1px solid #e9e9e9;
}

#cart .input-group-btn-vertical button {
    height: 32px;
}

#cart .input-group .input-group-btn>.btn {
    padding: 0;
    width: 31px;
    height: 32px;
    background: #e9e9e9;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

#cart .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) {
    .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: center;
    }
    #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: center;
    }
    .cart-grid-body .card-block h1 {
        text-align: center;
    }
    .products-grid {
        justify-content: flex-start;
    }
    .dropdown-content .product-item {
        margin: 0 20px 20px 0;
    }
    .products-sort-order .dropdown-menu {
        right: unset;
        left: 0;
    }
    .products-selection .showing {
        display: none;
    }
    .products-sort-order .select-title {
        padding: .3rem .625rem;
    }
}

.product-description {
    padding-bottom: 10px;
}

.tab-content img {
    max-height: none!important;
}

.products-grid .product-thumbnail {
    height: auto!important;
}

#products .product-miniature.col-lg-12:hover .product-description {
    border-color: transparent;
    background: transparent;
}

#search #main h2.h2 {
    margin: 30px 0 15px;
}

#products .page-not-found {
    padding: 0;
}

#products .page-not-found h4 {
    margin: 0 0 15px;
}

.search_not_found {
    width: 100%;
}

.search_not_found .search-widget {
    margin: 30px 0;
}

.page-not-found .search-widget form {
    display: block;
}

.fixed-menu {
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.05);
}

.amenu-item .product-information-dropdown {
    text-align: center;
    padding-left: 0;
}

.amenu-item .dropdown-content .product-price-and-shipping {
    text-align: center;
}

.advantages-type-1-title {
    line-height: 1.2;
}

@media (max-width: 1200px) {
    #category .block-category {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #category #left-column #search_filters .facet ul li,
    #category #left-column #search_filters .facet,
    #category #left-column #search_filters {
        border: 0;
    }
    .products-selection .showing {
        display: none;
    }
    #category #js-product-list-top {
        margin-bottom: 15px;
    }
    .products-sort-order .dropdown-menu {
        left: 0;
        right: unset;
    }
    .footer-container .links .navbar-toggler {
        background: transparent;
        display: flex;
    }
    .footer-container .links .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 15px;
    }
    .footer-container .links .title:after {
        display: none;
    }
    .footer-container .links .title .h3 {
        font-weight: 700;
        margin: 0;
    }
    .footer-container .links ul>li {
        font-weight: 400;
        padding: 0 15px;
    }
    #footer_contact_info {
        margin-bottom: 0;
    }
    .amenu-item .amenu-link {
        padding: 15px 20px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 3px 20px;
    }
    #header .js-top-menu-bottom .user-info .dropdown-menu {
        padding: 0;
        margin: 0;
    }
}

@media (max-width: 580px) {
    .product-miniature.col-lg-12 .product-flags {
        max-width: 100%;
    }
    .product-miniature.col-lg-12 .grid-view-desc {
        display: none;
    }
    #products .product-miniature.col-lg-12 .product-price-and-shipping {
        text-align: center;
    }
    #products .product-miniature.col-lg-12 .an_productattributes {
        max-width: 100%;
    }
}

@media (min-width: 580px) {
    #products .product-miniature.col-lg-12:hover .product-description {
        border-color: transparent;
        background: transparent;
    }
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
    line-height: 18px;
    font-size: 20px;
}

.tab-pane iframe {
    max-width: 100%;
}

@media (max-width: 480px) {
    .tab-pane iframe {
        width: auto;
        height: auto;
    }
}

@media (max-width: 640px) {
    .tab-pane.active .product-miniature.product-mobile-row:not(.col-lg-12) {
        /*max-width: 50%;
        flex-basis: 50%;
        padding: 0 5px;
        margin-left: 0!important;
        margin-right: 0!important;*/
    }
}

@media (max-width: 600px) {
    #index .tab-pane.active .product-miniature.product-mobile-row {
        margin-left: 0;
        margin-right: 0;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) {
        /*max-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%;
        height: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-add {
        /*flex-direction: column;*/
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-container {
        flex: auto;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .product-title {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%
    }
    #index .featured-products .product-miniature.product-mobile-row:not(.col-lg-12) .thumbnail-container {
        margin-right: 0;
    }
    .featured-products .products.products-mobile-row {
        margin-right: 0;
    }
    .product-miniature.product-mobile-row:not(.col-lg-12) .an_productattributes-qty-add .an_productattributes-add {
        width: 100%;
    }
    .product-accessories .product-miniature.product-mobile-row {
        max-width: 100%;
        flex-basis: unset;
    }
}

@media (max-width: 580px) {
    #products .products {
        margin: 0 -5px;
    }
    .product-miniature.product-mobile-row.col-lg-12 {
        flex-basis: 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;
    }
    .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;
    }
}

.tab-pane .alert {
    width: 100%;
    font-size: 14px;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .tab-pane .alert {
        margin-right: 0;
    }
}

.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;
    padding: 10px 0;
}

.quickview .product-prices {
    margin-bottom: 15px;
}

.quickview .current-price {
    display: flex;
    align-items: 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;
    }
    .product-miniature.col-lg-12 .product-title {
        padding-right: 75px;
    }
}

#product .product-additional-info {
    display: flex;
}

.modal-body .product-additional-info {
    display: flex;
    margin-top: 0;
}

#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;
    display: flex;
}

#product .product-additional-info .an_wishlist-mini span {
    margin-top: 2px;
    display: flex;
}

#category-description {
    padding: 0 15px;
}

#_mobile_an_wishlist {
    line-height: 44px;
    padding: 0 20px;
}

#category .block-category img {
    margin-right: 15px;
}

#category-description {
    padding: 0;
}

.cart-preview .cart-action .btn-primary,
.cart-detailed-actions .btn-primary {
    white-space: normal;
    line-height: 24px;
    padding: 10px 30px;
    height: auto;
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
}

.product-miniature .thumbnail-container-image img {
    width: auto!important;
    max-width: 100%;
}


/*** authentication-page ***/

#authentication h1 {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: .3px;
    font-weight: 400;
    margin: 50px 0 0;
    text-transform: uppercase;
}

#password h1,
#identity h1,
#module-psgdpr-gdpr h1,
#order-slip h1,
#history h1,
#module-an_wishlist-list h1,
#addresses h1,
#address h1 {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: .3px;
    font-weight: 400;
    margin: 50px 0 0;
    color: #7e2224;
}

#authentication #login-form .form-group {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

#authentication #login-form .form-control-label,
#authentication #login-form .form-control-comment {
    display: none;
}

#authentication #login-form .form-group .col-md-6 {
    padding: 0;
}

.page-authentication #content {
    margin: 0 auto;
    max-width: 914px;
    padding-right: 29px;
}

#authentication .login-form {
    margin: 15px 0px 0px 0px;
}

#authentication .page-header {
    margin-bottom: 1.563rem;
    text-align: center;
}

#authentication .form-control,
#identity .form-control,
#address .form-control,
#password .form-control {
    background: #f9f9fa;
    color: #000;
    border: 1px solid #e8e8e8;
    padding: 21px 19px 21px;
    border-radius: 8px;
}

#authentication .input-group.focus,
#authentication .form-control:focus,
#identity .input-group.focus,
#identity .form-control:focus,
#address .input-group.focus,
#address .form-control:focus {
    outline: none;
    border-color: #000;
}

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;
}

#authentication input.js-visible-password+.input-group-btn {
    right: 10px;
}

.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;
    margin-top: 1px;
}

.input-group input.js-visible-password+.input-group-btn>.btn:hover+svg path {
    fill: #000;
}

.login-form-forgot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
}

.page-customer-account #content .forgot-password {
    margin: 0;
    padding: 0;
}

.page-customer-account #content .no-account,
.page-customer-account #content .forgot-password {
    font-size: 13px;
    line-height: 1.3;
}

#authentication .form-footer,
#identity .form-footer,
#address .form-footer,
#password .form-footer {
    margin-top: 39px;
    margin-bottom: 48px;
}

#authentication.page-customer-account #main .page-footer,
#password.page-customer-account #main .page-footer,
#my-account.page-my-account #main .page-footer,
#identity.page-customer-account #main .page-footer,
#module-psgdpr-gdpr.page-customer-account #main .page-footer,
#addresses.page-addresses #main .page-footer,
#address.page-customer-account #main .page-footer,
#history.page-customer-account #main .page-footer,
#module-an_wishlist-list #main .page-footer,
#order-slip.page-customer-account #main .page-footer {
    margin-top: 1.563rem;
    margin-bottom: 2.5rem;
}

#authentication.page-customer-account #content-wrapper,
#password.page-customer-account #content-wrapper,
#identity.page-customer-account #content-wrapper,
#module-psgdpr-gdpr.page-customer-account #content-wrapper,
#addresses.page-addresses #content-wrapper,
#address.page-customer-account #content-wrapper,
#history.page-customer-account #content-wrapper,
#order-slip.page-customer-account #content-wrapper {
    background: transparent;
}

#authentication .form-footer #submit-login {
    min-width: 193px;
    line-height: 46px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    margin-right: 1px;
    padding-bottom: 6px;
}

#authentication #login-form a {
    color: #aaa9a9;
}

#authentication #login-form a:hover {
    color: #000;
    text-decoration: underline;
}

.an_copyright a,
.an_copyright p {
    color: #949494;
}

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


/*** menu ***/

.amega-menu .amenu-item .adropdown {
    top: 100%;
}

.amega-menu .adropdown {
    padding: 35px 40px;
}

.amega-menu .dropdown-content {
    padding: 0;
}

.amega-menu .category-item.level-1 {
    margin-right: 50px;
}

.amega-menu .category-item.level-1>.h5 {
    margin-bottom: 14px;
}

.amega-menu .category-item.level-1>.h5 a {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

.amega-menu .html-item.typo .html-item-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.amega-menu .category-item.level-2 .h5 {
    margin-bottom: 7px;
    line-height: 1;
}

.amega-menu .category-item.level-2>.h5 a {
    font-size: 14px;
}

.amega-menu .categories-grid {
    padding: 0 20px;
}

.amega-menu .html-item.typo ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}

.amega-menu .html-item.typo ul li {
    margin: 0px 0 9px;
}

.amega-menu .html-item.typo ul li a {
    font-size: 14px;
    line-height: 22px;
}

.amega-menu .product-name {
    margin-bottom: 13px;
    text-align: center;
}

.amega-menu .product-item .price,
.amega-menu .product-item .regular-price {
    font-weight: 500;
}

.amega-menu .product-item .regular-price {
    text-decoration: line-through;
}

.amega-menu .dropdown-content .product-price-and-shipping {
    text-align: center;
}

.html-item.typo img {
    margin-bottom: 15px;
    margin-top: 5px;
}

.html-item.typo iframe {
    padding-right: 15px;
}

@media (max-width: 991px) {
    #mobile_top_menu_wrapper .amenu-item .amenu-link {
        padding: 11px 0!important;
        font-size: 14px;
    }
}

#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;
    margin-bottom: 1px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#_mobile_an_wishlist-nav a {
    padding: 11px 30px;
    line-height: 1;
    font-size: 14px;
}

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

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

.mobile-lang-and-cur {
    background: #f8f9fc;
    margin: 28px 0;
    padding: 5px 0px 5px 10px;
    margin: 15px 0px 15px 0px;
    font-size: 13px;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 7px 0;
    position: static;
}

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

#mobile_top_menu_wrapper .mobile-lang-and-cur .mobile_item_wrapper {
    padding: 0;
    color: #000;
}

#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;
}

#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: 8px 0;
    line-height: 1.5;
    font-size: 14px;
    text-transform: none;
}

#_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: 14px;
    text-transform: uppercase;
    padding: 7px 30px;
}

#mobile_top_menu_wrapper .clientservice_sg-modal {
    overflow: unset;
}

#mobile_top_menu_wrapper .an_clientservice {
    padding: 0;
    display: block;
    min-height: auto;
}

@media (min-width: 768px) {
    .mobile_item_wrapper {
        display: none!important;
    }
}

@media (max-width: 767px) {
    #header .header-nav #menu-icon {
        margin-left: 20px;
        height: 56px;
        display: flex;
        align-items: center;
        padding-top: 2px;
    }
    #header .header-nav #menu-icon .material-icons {
        line-height: 1;
    }
    #header .header-nav .top-logo {
        line-height: 56px;
    }
    .logo-main {
        margin: 0;
    }
    #header .header-nav .top-logo a img {
        max-height: 33px;
        max-width: 130px;
    }
    .header-right {
        height: auto;
    }
    .header-top .search-widget {
        margin: 0;
        padding: 3px 5px 20px;
    }
    .header-top .search-widget form input[type=text] {
        padding: 7px 30px 9px 10px;
        border-radius: 5px;
        background: #f9f9f9;
    }
    .header-top .search-widget form button[type=submit] {
        bottom: 5px;
        right: 8px;
        padding: 0;
        transform: scale(.8);
    }
    .header-top .search-widget form button[type=submit] i {
        font-size: 21px;
    }
    #header .header-top {
        background: #fff;
    }
    .header-top-wrapper #_desktop_cart {
        display: none;
    }
}

@media (max-width: 480px) {
    #_mobile_cart {
        height: auto;
    }
    #header .header-nav .blockcart {
        height: 56px;
        margin-right: 20px;
    }
    #header .header-nav.tablet-h .blockcart {
        line-height: 32px;
        transform: scale(.7);
        padding: 0;
    }
    #header .header-nav {
        min-height: 33px;
    }
    #header .header-nav.tablet-h .clearfix {
        height: 0;
    }
    .header-top.tablet-h .search-widget {
        padding: 7px 2px 6px 0;
        margin: 0;
    }
    .header-top.tablet-h .search-widget form input[type=text] {
        padding: 5px 35px 3px 17px;
        font-size: 9px;
    }
    .header-top.tablet-h .search-widget form button[type=submit] {
        right: 8px;
        transform: scale(.7);
    }
}

.an_hurry_up {
    margin: 20px 0;
}

.sb-menu-right .sb-close-btn i {
    color: white;
}

.sb-menu-right .cart-preview .cart-title {
    background: #7e2224!important;
    padding: 24px 0 25px;
}

.shopping-continue .btn-primary {
    text-transform: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 30px;
}

.page-customer-account #content .no-account,
.page-customer-account #content .forgot-password {
    width: 50%;
}

.page-customer-account #content .forgot-password {
    text-align: left;
}

.page-customer-account #content .no-account {
    text-align: right;
}

@media (max-width: 991px) {
    .cart-grid-right {
        padding: 15px 15px;
    }
}

@media (max-width: 767px) {
    #product .tabs .nav-tabs {
        flex-direction: column;
    }
    #product .tabs .nav-tabs .nav-item {
        margin: 0;
    }
    #authentication .form-footer #submit-login,
    #authentication #login-form .form-group .col-md-6 {
        width: 100%;
    }
    #authentication #login-form .form-group .col-md-6 {
        padding: 0 15px;
    }
    body#checkout section.checkout-step .form-footer {
        margin: 0;
    }
    .product-line-price {
        margin: 10px 0 15px;
    }
    .product-line-grid-body {
        margin-bottom: 10px;
    }
    .product-line-grid-right .price {
        margin: 10px 0;
    }
    #category #content-wrapper {
        padding: 0;
    }
    #category .breadcrumb {
        padding: 20px 5px;
    }
    .products-selection .col-md-6,
    .products-selection .col-md-12 {
        padding: 0 5px;
    }
    #category .home-wrapper .products.row {
        margin-left: -10px;
        margin-right: -10px;
    }
    #header .header-top {
        border-bottom: 1px solid #e8e8e8;
    }
}

@media (max-width: 600px) {
    #category .home-wrapper .products.row {
        margin: 0;
    }
    .product-miniature.product-mobile-row .an_productattributes-add-to-cart-btn {
        padding: 9px 0;
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .cart-voucher form {
        flex-direction: column;
    }
    .block-promo .promo-input {
        height: 44px;
        flex: unset;
    }
    .block-promo .promo-input+button {
        margin-top: 10px;
        flex: unset;
        margin-left: 0;
    }
}

.checkout-step .btn-primary {
    margin-bottom: 30px;
    text-transform: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 30px;
}

.modal-body .product-images {
    margin: 0;
}

.modal-body li.thumb-container {
    margin: 0;
}

.modal-body .product-images {
    width: 100%;
}

.quickview .mask {
    margin-left: 0;
}

@media (min-width: 580px) {
    #products .product-miniature.col-lg-12 .product-title a {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 600;
    }
}

#my-account .page-header h1 {
    margin-top: 60px;
    color: #7e2224;
}

#cms h3 {
    margin-bottom: 13px;
}

#search_filters .ui-slider-horizontal {
    margin-bottom: 10px;
}

.card-block .media {
    margin-bottom: 10px;
}

.card-block .media .product-price {
    font-size: 14px;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    line-height: 1.5;
}

#_desktop_contact_link {
    margin-right: 30px;
}

#_desktop_an_wishlist-nav {
    margin-top: .9375rem;
    margin-left: 24px;
    margin-bottom: 2px;
}

#_desktop_clientservice .an_clientservice .clientservice-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

#_desktop_clientservice .clientservice_sg-btn-close {
    top: 36px;
}

.an_clientservice {
    text-transform: none;
}

#header #mobile_top_menu_wrapper .amenu-item .amenu-link {
    color: #000!important;
}

@media (max-width: 767px) {
    .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;
    }
}

#mobile_top_menu_wrapper #_mobile_clientservice .mobile_item_wrapper {
    color: #000;
}

.sb-menu-right .cart-preview .no-items {
    text-align: left;
    padding: 0 27px;
}

.amega-menu .fixed-menu .anav-top {
    justify-content: center!important;
}

.amega-menu .fixed-menu .anav-top #_desktop_searchbar {
    display: none!important;
}

.product-miniature img {
    width: auto!important;
    height: 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: 1.3;
}

body#checkout section.checkout-step #customer-form .form-group.form-group-radio .form-control-label,
body#checkout section.checkout-step .form-group.form-group-radio .form-control-label {
    padding-top: 2px;
}

body#checkout section.checkout-step .form-group .col-md-6,
body#checkout section.checkout-step .form-control-valign {
    width: 81.8%;
    padding-top: 1px;
    position: relative;
}

body#checkout section.checkout-step .form-control-comment {
    padding: 0;
    position: absolute;
    right: 36px;
    top: 14px;
    font-style: italic;
    padding: 0;
}

body#checkout section.checkout-step .input-group:focus,
body#checkout section.checkout-step .input-group.focus {
    outline: 0;
}

body#checkout section.checkout-step .custom-radio {
    border: 2px solid #e5e5e5;
    margin-right: 4px;
}

body#checkout section.checkout-step #customer-form .radio-inline {
    margin: 3px 11px 0 0;
}

body#checkout section.checkout-step .custom-radio input[type=radio]:checked+span {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
    margin: 0;
}

body#checkout section.checkout-step .form-group {
    margin-bottom: 9px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

body#checkout section.checkout-step .form-group.form-group-radio {
    margin-bottom: 14px;
}

body#checkout section.checkout-step .form-control {
    background: transparent;
    color: #000;
    border: 2px solid #e5e5e5;
    padding: 13px 75px 13px 17px;
    font-size: 14px;
    border-radius: 8px;
    outline: none;
    height: auto;
}

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;
}

.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,
#authentication .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,
#authentication .custom-checkbox input[type=checkbox],
#authentication .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;
    color: #2fb5d2;
    width: 18px;
    height: 18px;
    font-size: 16px;
    margin: 0;
}

body#checkout .custom-checkbox input[type=checkbox]:checked+span {
    border-color: #000;
}

.custom-checkbox-label em {
    line-height: 1.6;
    display: inline-block;
    color: #808080;
}

body#checkout section.checkout-step .form-footer {
    margin: 30px 0 39px;
}

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;
    align-items: center;
}

body#checkout section.checkout-step .delivery-option .custom-radio {
    margin: 3px 20px 0 0;
}

body#checkout section.checkout-step .delivery-option label {
    margin-bottom: 0;
    flex: 1 1;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
}

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%;
}

body#checkout section.checkout-step .carrier-price {
    flex: 0.6 1;
}

.delivery-message {
    font-size: 1rem;
    margin: 25px 0 18px;
}

body#checkout #delivery textarea,
body#checkout #gift_message {
    max-width: 100%;
    margin-bottom: 10px;
    border: 2px solid #e5e5e5;
    border-radius: 8px;
}

body#checkout #delivery textarea {
    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: 18px 21px;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #f4f4f4;
}

#checkout .card-block .checkout-summary-items {
    font-size: 1.25rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: #7e2224;
}

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;
}

#checkout.checkout-minimize .header-top-wrapper {
    min-height: 60px;
}

@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 section.checkout-step.-current.-reachable.-complete .content p,
    body#checkout section.checkout-step .form-group {
        margin-bottom: 20px;
    }
}

@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;
}

#authentication .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,
#authentication .input-group .input-group-btn>.form-control-comment {
    display: none;
}

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

body#checkout .block-promo {
    margin-bottom: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    display: flex;
    align-items: center;
}

body#checkout section.checkout-step .payment-options label {
    margin: 0;
}

@media (min-width: 768px) {
    body#checkout.checkout-minimize #header .vertical-center {
        justify-content: flex-end;
        height: auto;
        min-height: 60px;
    }
    body#checkout.checkout-minimize .search-widget {
        margin: 0;
        max-width: 300px;
    }
    #checkout.checkout-minimize #header {
        padding: 10px 0;
    }
}

body#checkout section.checkout-step .form-footer {
    text-align: right;
}

body#checkout .block-promo .promo-code-button,
body#checkout .cart-summary-products a,
body#checkout .cart-summary-line .label {
    font-size: 16px;
    font-weight: 400;
}

body#checkout #cart-subtotal-products .value,
body#checkout .cart-summary-line .value {
    font-weight: 600;
    font-size: 16px;
}

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: .9375rem;
}

body#checkout section.checkout-step .delivery-radio-button,
body#checkout section.checkout-step .delivery-option label,
body#checkout section.checkout-step .carrier-name {
    font-size: 14px;
    line-height: 1;
}

body#checkout section.checkout-step .delivery-option .custom-radio {
    margin-top: 0;
}

body#checkout section.checkout-step .carrier-name {
    flex: 22% 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: 20px;
    font-weight: 700;
}

body#checkout .product-amount {
    max-width: 150px;
}

body#checkout .product-line-info .value {
    color: #a2a2a2;
}

body#checkout section.checkout-step .step-title {
    font-size: 24px;
    line-height: 1.2;
    color: #7e2224;
}

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: 0;
}

body#checkout .block-promo .promo-input {
    padding-left: 7px;
}

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;
    order: 2;
    margin-bottom: 0;
}

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 #cart-summary-product-list .media-body .product-price {
    color: #7e2224;
}

body#checkout .address-message {
    margin: -5px 0 34px!important;
}

body#checkout .nav-item .nav-link {
    text-transform: none;
}

body#checkout section.checkout-step .form-control {
    line-height: 1.2;
}

body#checkout section.checkout-step .address {
    margin-left: 36px;
}

body#checkout .no-account {
    text-align: right;
}

body#checkout .no-account a,
body#checkout section.checkout-step .forgot-password a {
    color: #232323;
}

body#checkout .no-account a:hover,
body#checkout section.checkout-step .forgot-password a:hover {
    text-decoration: underline;
}

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;
}

.brand {
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.brand-infos {
    flex: 1;
    padding: 0 15px;
}

.brand-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-amount {
    margin-bottom: 10px;
}

@media (max-width: 580px) {
    .brand {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

#product .tabs .product-manufacturer {
    max-width: 300px;
}

#product .tabs .product-manufacturer .manufacturer-logo {
    max-width: 100%;
    max-height: 300px;
}


/* footer-bottom */

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

#wrapper {
    flex: 1 1;
}


/* footer-bottom end */


/* flex-product */

.product-miniature.product-height:not(.col-lg-12) {
    display: flex;
}

.product-miniature.product-height:not(.col-lg-12) .thumbnail-container {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.product-miniature.product-height:not(.col-lg-12) .product-title {
    width: 100%;
}

.product-miniature.product-height:not(.col-lg-12) .product-description {
    flex: 1 1;
    display: flex;
    flex-direction: column;
}

.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping {
    flex: 1 1;
    display: flex;
    flex-direction: row!important;
    justify-content: center!important;
    flex-wrap: wrap;
}

.product-miniature.product-height:not(.col-lg-12) .product-price-and-shipping .an_productattributes {
    align-self: flex-end;
    width: 100%;
}

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

.js-anthemeblocks-product-block-slider.owl-carousel .owl-stage {
    display: flex;
}

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


/* flex-product end */

@media (min-width: 581px) {
    .product-miniature.col-lg-12 .js-an_productattributes-standart .product-variants-item {
        align-items: flex-start;
    }
}

#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;
}

#products .product-miniature .thumbnail-container-image {
    margin-top: 5px;
}

#products .product-miniature {
    z-index: 1;
}

.product-miniature .an_wishlist-mini {
    position: static!important;
    margin-bottom: 25px;
    margin-top: -20px;
}

.product-miniature .an_wishlist-mini span {
    display: flex;
    position: absolute;
}

.product-miniature .an_wishlist-mini span svg {
    margin-left: 10px
}

.product-miniature:hover .product-flag {
    opacity: 0;
}

.product-miniature .highlighted-informations .quick-view svg {
    margin: 0;
}

.product-miniature #gsr-review-list {
    max-height: 33px;
}

#products .product-miniature .product-title {
    margin: 0 0 11px;
    line-height: 16px;
    max-height: 1rem;
    padding: 0 5px;
}

#products .product-miniature .product-price-and-shipping {
    margin: 20px 5px 5px;
}

#products .product-miniature .an_productattributes {
    padding: 5px;
}

#products .product-miniature .an_productattributes-qty-container {
    /*flex: 1 0 0;*/
}

#footer #_desktop_logo {
    width: 100%;
    float: none;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
}

#footer #_desktop_logo a {
    margin: 0;
}

#footer #_desktop_logo img {
    max-width: 170px;
    max-height: 50px;
}

.product-qty {
    margin-top: 13px;
}

.product-qty .product-qty-container {
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    width: 95px;
    font-weight: 700;
}

.product-qty-input {
    background: #f9f9fa;
    width: 27px!important;
    height: 40px!important;
    line-height: 38px;
    text-align: center!important;
    border: 0!important;
    ;
    border-radius: 0;
    box-shadow: none;
    padding: 0!important;
    ;
    font-size: 1rem;
}

.product-qty .quantity-button {
    border: 0 !important;
    background-color: #f9f9fa;
    font-size: 19px;
    position: static;
    height: 40px !important;
    width: 34px !important;
    ;
    display: block !important;
    ;
    text-align: center;
    line-height: 38px;
    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;
}

.forgotten-password .form-fields .center-email-fields {
    display: flex;
    align-items: center;
}

.forgotten-password .form-fields .email input {
    background: #f9f9fa;
    color: #000;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 21px 19px 21px;
    height: auto;
}

.forgotten-password .form-fields .center-email-fields button {
    height: auto;
    margin-left: 10px;
    font-size: 16px;
    line-height: 24px;
    text-transform: none;
    padding: 17px 20px;
}

#authentication .form-control-static-comment {
    text-align: left;
}

#authentication .register-form>p {
    text-align: center;
}

#authentication .register-form>p>a:hover {
    text-decoration: underline;
}

#authentication .register-form .form-group,
#identity #customer-form .form-group,
#address .address-form .form-group {
    /*display: flex;
    align-items: center;
    text-align: right;*/
}

#authentication .register-form .form-control-label,
#identity #customer-form .form-control-label,
#address .address-form .form-control-label {
    /*padding-top: 0;
    margin-bottom: 0;*/
}

#authentication .register-form .form-group.form-group-with-comment,
#identity #customer-form .form-group.form-group-with-comment,
#address .address-form .form-group.form-group-with-comment {
    align-items: flex-start;
}

#authentication .register-form .form-group.form-group-with-comment .form-control-label,
#identity #customer-form .form-group.form-group-with-comment .form-control-label,
#address .address-form .form-group.form-group-with-comment .form-control-label {
    padding-top: 20px;
}

#authentication .register-form .form-control-comment,
#identity #customer-form .form-control-comment,
#address .address-form .form-control-comment {
    position: absolute;
    top: 0;
    right: 15px;
    display: flex;
    align-items: center;
    height: 58px;
    padding: 0 15px;
}

#authentication .register-form .custom-radio input[type=radio]:checked+span,
#identity #customer-form .custom-radio input[type=radio]:checked+span {
    top: 2px;
    left: 2px;
}

#authentication .form-control-valign,
#identity .form-control-valign {
    display: flex;
    align-items: center;
    padding-top: 0;
}

#authentication .radio-inline,
#identity .radio-inline {
    padding: 0;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
    margin-right: 3px;
}

#authentication .form-footer,
#identity .form-footer,
#address .form-footer,
#password .form-footer {
    text-align: center;
}

#authentication .form-footer .btn.btn-primary,
#identity .form-footer .btn.btn-primary,
#address .form-footer .btn.btn-primary {
    float: none!important;
}

#authentication .input-group .input-group-btn svg {
    position: static;
}

@media (max-width: 767px) {
    #authentication .register-form .input-group,
    #authentication .register-form .form-control {
        max-width: 100%;
    }
    #authentication .register-form .form-group {
        flex-direction: column;
        align-items: flex-start;
    }
    #authentication .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: #fff;
    font-weight: 300;
}

.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: 3px!important;
    border: 1px solid #fff!important;
    border-radius: 0!important;
}

.gdpr-newsletter .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 18px;
    color: #fff!important;
    margin: 0;
}

.gdpr-contacts {
    padding: 0 15px;
}

.gdpr-contacts .custom-checkbox input[type=checkbox]+span {
    width: 16px;
    height: 16px;
    flex: 16px 0 0;
    margin-top: 2px;
}

.gdpr-contacts .custom-checkbox input[type=checkbox]+span .checkbox-checked {
    font-size: 14px!important;
    width: 14px!important;
    height: 14px!important;
    background: #000!important;
    color: #fff!important;
    margin: 0px;
}

.product_feature_wrapper{
    line-height: 2em;
}

.product_feature_wrapper::before {
    font-family: 'icons';
    font-size: 30px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.product_feature_wrapper_Variedad::before {
    content: '\E80F';
    font-family: 'icons';
    font-size: 30px;
    position: relative;
    top: 4px;
}

.product_feature_wrapper_Bodega::before {
    content: '\E811';
    font-family: 'icons';
    font-size: 30px;
    position: relative;
    top: 4px;
}

.product_feature_wrapper_description::before {
    content: '\F15C';
    font-family: 'icons';
    font-size: 25px;
    position: relative;
    top: 4px;
}

.product_feature_wrapper .product_feature_body {
    display: block;
    margin-left: 33px;
}

.product_feature_wrapper .product_feature_title {
    font-weight: bold;
}

@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url('lanaval.ttf') format('truetype');
}
#header .envios {
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid black;
}
#header .envios .text{
    font-weight: bold;
}
#header .envios:after {
    font-family: 'icons';
    content: '\E80A';
    margin-left: 10px;
    font-size: 35px;
    color: #7e2224;
    position: absolute;
    bottom: 8px;
}

#footer .envios {
    display: none;
}

.payment-options label {
    text-align: initial;
}

.amegamenu_mobile-modal #adtm_menu .li-niveau1.adtm_sub_open a.a-niveau1 .advtm_menu_span, 
.amegamenu_mobile-modal #adtm_menu .li-niveau1 a.a-niveau1:focus .advtm_menu_span, 
.amegamenu_mobile-modal .li-niveau1:focus > a.a-niveau1 .advtm_menu_span,
.amegamenu_mobile-modal #adtm_menu .li-niveau1 a.advtm_menu_actif .advtm_menu_span
{
    color: #484848;
}

.anthemeblocks-producttabs .owl-nav .owl-prev,
.anthemeblocks-producttabs .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 2;
    cursor: pointer;
}

.anthemeblocks-producttabs .owl-nav .owl-prev,
.anthemeblocks-producttabs .owl-nav .owl-next {
    padding: 15px;
}

.anthemeblocks-producttabs .owl-nav .owl-prev {
    left: -50px;
}

.anthemeblocks-producttabs .owl-nav .owl-next {
    right: -50px;
}

.anthemeblocks-producttabs .owl-nav .owl-prev.disabled,
.anthemeblocks-producttabs .owl-nav .owl-next.disabled {
    opacity: .2;
}

.anthemeblocks-producttabs .owl-dots {
    position: absolute;
    text-align: center;
    bottom: 5px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.anthemeblocks-producttabs .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgba(127,127,127, 0.5);
    margin-left: 5px;
    margin-right: 5px;
}

.anthemeblocks-producttabs .owl-dot.active {
    background: #232323;
}

.wine-filter-wrapper 
{
    display: flex;
    flex-wrap: wrap;
}

.wine-filter-wrapper  .wine-filter
{
    width: 50%;
}

@media (min-width: 768px) {
    .wine-filter-wrapper  .wine-filter
    {
        width: 33%;
    }
}

@media (min-width: 1200px) {
    .wine-filter-wrapper  .wine-filter
    {
        width: 16.6%;
    }
}

.wine-filter-wrapper .wine-filter img{
    border-radius: 50%;
}

.wine-filter-wrapper .wine-filter .main-img{
    position:absolute;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5 ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.wine-filter-wrapper .wine-filter .main-img.transparent {
    opacity:0;
}

.wine-filter-category {
    text-align: center;
}

.wine-filter-category .wine-filter-img{
    width: 100%;
    height: 300px;
    display: block;
}

.wine-filter-category .wine-filter-img a{
    height: 100%;
    align-items: end;
    display: inline-flex;
}

.wine-filter-category .wine-filter-img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

