/***** Custom CSS *****/


/***** GENERALITIES *****/

:root {
    --color-green: #C3CDC0;
    --color-black: #333;
    --color-red: #c14949;
    --color-orange: #f2a93b;
    --color-beige: #eae3db;
}

@font-face {
    font-family: 'oswaldregular';
    src: url('../fonts/oswald-variablefont_wght-webfont.woff2') format('woff2'),
    url('../fonts/oswald-variablefont_wght-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    width: 100%;
    /*overflow-x: hidden;*/
}
/*body {
    overflow-x: hidden;
}*/

body,
.page-content.page-cms ul, p {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-black);
}

.alert {
    font-size: 1rem;
}
.checkout div.alert {
    position: unset;
    top: auto;
    right: auto;
}

a { color: var(--color-black); }
a:hover { color: var(--color-green); }
a:focus {
    color: var(--color-green);
    outline: none;
    text-decoration: none;
}

#content-wrapper h1, h2, h3, h4, body {
    font-family: 'oswaldregular', sans-serif;
    color: var(--color-black);
}
#content-wrapper h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: .5em;
    line-height: 1.4;
}

#header a:hover { color: var(--color-green); }

#wrapper {
    background: #fff;
    padding-top: 0;
}

#content-wrapper .add-to-cart-button #ets_addToCart {
    background-color: var(--color-green);
    border-color: var(--color-green);
    color: var(--color-black);
}
.btn-primary {
    background-color: var(--color-green);
    border-radius: 4px;
    color: var(--color-black);
}
.btn-primary:hover,
#content-wrapper .add-to-cart-button #ets_addToCart:hover,
#blockEmailSubscription_displayFooterBefore .btn-primary {
    background-color: var(--color-black);
    border-color: var(--color-black);
    color: #fff;
}
.btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle,
.btn-primary.focus, .btn-primary:focus { background-color: var(--color-black); }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

p:last-child { margin: 0; }

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li:last-child {
    color: var(--color-black);
}
#wrapper .breadcrumb {
    font-size: 11px;
}
#category #wrapper .breadcrumb {
    margin: 0;
}

.hidden { display: none; }

:focus-visible { outline: none; }


/***** HEADER *****/

#header {
    color: var(--color-black);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-banner {
    text-align: center;
    padding: 0;
    background: var(--color-beige);
    float: left;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 1;
}
.header-banner .container {
    margin: 0 auto;
    width: 1400px;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.header-banner p {
    margin: 0;
    color: var(--color-black);
}
.header-banner .links {
    width: auto;
    float: right;
    position: absolute;
    right: 0;
}
.header-banner .links p,
.header-banner .links .title { display: none; }
.header-banner .links .wrapper { width: auto; }
#footer_sub_menu_3 {
    display: block !important;
    margin: 0;
}
#footer_sub_menu_3 .custom-page-link {
    display: inline-block;
    background: var(--color-red);
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 5px;
}
#footer_sub_menu_3 .custom-page-link:hover {
    background: var(--color-orange);
    color: #fff;
}

#header .header-nav { border-bottom: none; }
#header .header-nav,
#header .header-top { background: var(--color-beige); }
#header .header-top {
    clear: both;
    position: relative;
    z-index: 0;
}
#_desktop_logo { text-align: center; }

.header-top .search-widgets form input[type=text] {
    color: var(--color-black);
    background: #fff;
}
#search_widget form input {
    background-color: #fff;
    height: 50px;
}
::-webkit-input-placeholder { opacity: 1; }
#search_widget form i {
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .5rem;
}

#block_myaccount_infos .myaccount-title a, #header a, .block-contact .block-contact-title, .block-contact .navbar-toggler .material-icons, .linklist .blockcms-title a {
    color: #000;
}

.blockcart .header a,
.user-info a,
.contact-link a {
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    display: block;
}
.blockcart .header a > div { position: relative; }
#_desktop_cart .cart-products-count {
    position: absolute;
    background: #f00;
    border-radius: 4px;
    display: block;
    top: -14px;
    left: 60%;
    padding: 0 5px;
}
.blockcart .header a i,
.user-info a i {
    font-size: 2rem;
    margin-bottom: 5px;
}
.user-info a span,
.contact-link a span {
    display: block;
}
.user-info { margin: 0 20px; }

.header-phone {
    margin: 0 20px 0 40px;
    font-weight: 700;
    font-size: 2rem;
    color: var(--color-green);
}
.header-phone span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 10px;
    color: #fff;
}

.layout_layout1 .mm_menus_li,
.layout_layout1 .mm_menus_li:nth-child(2),
.layout_layout1 .mm_menus_li:last-child { border: none; }
.mm_bubble_text {
    border-radius: 3px;
    font-size: 14px;
    right: auto;
    padding: 3px 5px;
    top: -5px;
    left: 60%;
}

.layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover > a,
#header .layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li:hover > a {
    background: none;
    border: none;
}
.layout_layout1:not(.ybc_vertical_menu):not(.click_open_submenu) .mm_menus_li > a:before,
.ets_mm_megamenu .mm_columns_ul:before { display: none; }

.transition_fadeInUp:not(.click_open_submenu) li:hover .mm_columns_ul,
.transition_fade:not(.click_open_submenu) .mm_menus_li.mm_has_sub:hover .mm_columns_ul,
.transition_fade.click_open_submenu .mm_menus_li.mm_has_sub .mm_columns_ul.open {
    justify-content: center;
}

.ets_mm_megamenu .mm_columns_ul {
    padding-top: 30px;
    padding-bottom: 20px;
}
.mm_block_type_image {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}
.mm_block_type_image .ets_mm_block_content a:hover img { transform: none; }
.ets_mm_block > .h4 {
    border-bottom: none;
    padding: 0;
}
.ets_mm_block > .h4 a {
    display: block;
    padding: 9px 0;
    font-weight: 400;
}
.mm_columns_li.column_size_1 {
    width: 12%;
}


/***** FOOTER *****/

#footer {
    background: var(--color-black);
    color: #fff;
    padding-top: 0;
}
#footer p,
.block-contact, .footer-container li a,
#footer .block-contact a { color: #fff; }
#footer .js-modal-content p { color: var(--color-black); }

#footer > .container {
    background: var(--color-green);
    width: 100%;
    padding: 2.5rem;
}

.block_newsletter {
    max-width: 1200px;
    margin-bottom: 0;
    background: none;
    text-align: center;
}
.block_newsletter #block-newsletter-label {
    font-size: 1rem;
    color: var(--color-black);
    text-transform: uppercase;
    line-height: 1.6;
}
.block_newsletter #block-newsletter-label span {
    font-size: 2rem;
}
.block_newsletter form {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.block_newsletter form input[type=email] {
    border: none;
    border-radius: 4px;
}

.footer-container {
    padding: 2.5rem;
}
.footer-copyright {
    padding-top: 2.5rem;
    font-size: .8rem;
}

.block-social { width: 100%; }
.block-social ul {
    justify-content: center;
    margin: 30px 0 0;
}
.block-social ul li {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    background-color: transparent;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-position: center center;
}
.block-social ul li a {
    width: 100%;
    height: 100%;
    display: block;
}
.block-social ul li:hover {
    background-color: var(--color-black);
}

.account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover {
    color: var(--color-green);
}


/***** HOME *****/

#carousel .caption,
#carousel .direction { display: none; }

#custom-text {
    max-width: 900px;
    margin: 2rem auto 4rem;
}
#custom-text .page-content.page-cms ul, #custom-text p, .page-content.page-cms #custom-text ul {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-black);
}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
    font-weight: 700;
    font-size: 2rem;
    text-transform: none !important;
}
.featured-products {
    margin: 0 auto;
}

#index .carousel,
#index .carousel ul {
    margin-bottom: 0;
}
#index .featured-products .products-section-title { margin: 0 0 1.2rem ; }
.carousel .carousel-inner { height: 370px; }
.carousel { background: none; }


/***** PRODUCT LIST *****/

.products.row {
    margin-right: -5px;
    margin-left: -5px;
}
#index .products.row,
#js-product-list .products {
    max-width: 1100px;
    margin: 0 auto;
}
.products.row .product {
    padding-right: 10px;
    padding-left: 10px;
}

.product-miniature {
    border: solid 1px rgba(0, 0, 0, .1);
    border-radius: 4px;
    padding: 10px 0;
    margin-bottom: 20px;
}
.product-miniature .thumbnail-container {
    margin-bottom: 0;
    width: 100%;
}
.product-miniature .product-title a {
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-black);
    text-decoration: none;
    height: 40px;
    display: block;
    text-transform: uppercase;
}
.product-miniature .product-title a:hover { color: var(--color-green); }
.product-miniature .product-price-and-shipping {
    font-weight: 700;
    color: #232323;
    font-size: 1.5rem;
    letter-spacing: -.5px;
}
.product-miniature .thumbnail-container:focus .product-description::after, .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}
.product-miniature .thumbnail-container .product-thumbnail {
    position: relative;
    height: auto;
    width: 100%;
}
.product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
}
.product-miniature .product-description {
    padding: 0 10px;
}
.product-miniature .product-title {
    margin-bottom: 0;
}
.product-miniature .add-to-cart-button {
    padding: 0 5px;
}

.product-button {
    text-align: center;
    margin: 15px 0 0;
}

#js-product-list .thumbnail-container,
.products .thumbnail-container { margin-bottom: 0 !important; }
.an_productattributes {
    box-shadow: none;
    padding: 10px 0 0;
}
.an_productattributes-qty-add .an_productattributes-add i { display: none; }
.an_productattributes-product-selectbox li { font-size: 1rem; }


/***** CATEGORY *****/

#product-list-header {
    display: flex;
    margin: 0 0 30px;
    justify-content: center;
}
#product-list-header,
#product-list-header h1,
#product-list-header p {
    position: relative;
    color: #fff;
    text-align: left;
}
#product-list-header:before {
    position: absolute;
    height: 100%;
    width: 100vw;
    content: "";
    background: var(--color-black);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.category-header__item {
    width: 50%;
    position: relative;
    padding: 0 30px;
    margin: 20px 0;
}
.category-header__item:first-child { display: flex; }
.category-header__item:last-child { border-left: 1px solid #fff; }
.category-cover { margin-right: 30px; }
.category-txt { padding: 20px 0; }

#search_filters, #search_filters_brands, #search_filters_suppliers {
    background: none;
    padding: 1.563rem 0;
}
#search_filters .facet ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
#search_filters .facet .facet-label a {
    width: 100%;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
#search_filters .custom-checkbox input[type=checkbox]+span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 0;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border: 2px #fff solid;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
#search_filters .custom-checkbox input[type=checkbox] {
    width: 80px;
    height: 80px;
    margin-top: 0;
}
#search_filters .facet .facet-label .custom-checkbox, #search_filters .facet .facet-label .custom-radio {
    top: 0;
    margin-right: 0;
    display: block;
}
#search_filters .custom-checkbox input[type=checkbox]:checked+span {
    border-color: #f00;
    background: var(--color-black);
}
#search_filters .custom-checkbox input[type=checkbox]:checked+span img { filter: brightness(0) invert(1); }
#search_filters .custom-checkbox input[type=checkbox]:hover:not(:checked)+span {
    border-color: var(--color-green);
}

.facet-brands img { max-width: 95%; }


/***** PRODUCT *****/

#product h1 {
    text-align: left;
    text-transform: none;
}
#product .product-price {
    color: var(--color-black);
    font-size: 2rem;
}
#product .product-prices {
    display: flex;
    align-items: center;
}
#product .product-prices .tax-shipping-delivery-label {
    font-size: 1rem;
    color: var(--color-black);
    margin: 0 0 0 10px;
}
.product-customization .product-customization-item, .product-variants>.product-variants-item {
    margin: 2rem 0;
}
.product-actions .control-label {
    color: var(--color-black);
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 700;
}
.js-product-add-to-cart .control-label,
.js-product-minimal-quantity,
.js-product-additional-info .minqty-notify { display: none; }

.tabs .nav-tabs .nav-link.active {
    color: var(--color-black);
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    border-color: var(--color-black);
}

#product .product-accessories {
    border-top: 1px solid rgba(0, 0, 0, .3);
    margin-top: 2rem;
    padding-top: 3.5rem;
}
#product .product-accessories > p {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1.5em;
}

.radio-label {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 600;
    background: #fff;
    border: none;
    font-size: 1.3em;
    border-radius: 4px;
    background: rgba(0, 0, 0, .1);
    color: #777;
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    color: #fff;
    background: var(--color-black);
    border: none;
}

.product-cover .layer { display: none !important; }
.product-cover {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .3);
    overflow: hidden;
}
.images-container .product-images>li.thumb-container .thumb {
    border: #fff 1px solid;
    border-radius: 4px;
}
.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border-color: var(--color-black);
}

#product-availability {
    display: block;
    margin-top: 1rem;
    font-weight: 700;
}


/***** CART *****/

#blockcart-modal .product-name {
    color: var(--color-black);
    margin: 0 0 15px;
}
#blockcart-modal .product-price {
    font-size: 1.125rem;
    font-weight: 700;
}

.product-price,
.block-promo .promo-code-button.cancel-promo { color: var(--color-black); }
.block-promo .promo-input+button {
    margin-top: 0;
    margin-left: 0;
    border-radius: 0;
    border: none;
    position: relative;
    top: -3px;
    height: 40px;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover,
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:focus {
    background: var(--color-black);
}

body#checkout main { min-height: 100%; }
body#checkout #wrapper,
body#checkout #wrapper > .container,
body#checkout #wrapper > .container > .row,
#content-wrapper,
#content,
#content > .row { min-height: calc(100vh - 130px); }
body#checkout #header .header-nav .logo { max-height: 100px; }
body#checkout .container { max-width: 1200px; }
body#checkout #content > .row { display: flex; }
body#checkout #content > .row > div { padding-top: 20px; }
body#checkout #content > .row .cart-grid-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background: var(--color-green);
}
body#checkout #footer { padding: 0; }
body#checkout section#content { margin-bottom: 0; }
body#checkout .cart-grid-right .card { background: none; }
body#checkout .block-promo { margin-bottom: 0; }
body#checkout .block-promo .promo-code { padding: 0 1.25rem; }
body#checkout .block-promo .promo-code form {
    display: grid;
    row-gap: .5rem;
    column-gap: 1.4rem;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-auto-rows: minmax(auto, max-content);
    grid-template-columns: minmax(0, 1fr) minmax(auto, max-content);
    grid-template-rows: minmax(auto, max-content);
}
body#checkout .block-promo .promo-input {
    width: auto;
    border-radius: 4px;
}
body#checkout .block-promo .promo-input+button {
    top: 0;
    height: 2.5rem;
    background: var(--color-black);
    border-radius: 4px;
    color: #fff;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label, .card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-size: 1.5rem;
}
body#checkout #cart-summary-product-list, body#checkout section.checkout-step .sign-in,
.label, label { font-size: 1rem; }
body#checkout #content-wrapper h1 { text-align: left; }
body#checkout .form-informations { padding-top: 1rem; }
body#checkout a[data-link-action="different-invoice-address"] { text-decoration: underline; }
body#checkout a[data-link-action="different-invoice-address"]:hover { color: var(--color-green); }
body#checkout .block-promo .promo-name {
    color: var(--color-black);
    padding: 0 1.25rem 1.25rem;
}
.block-promo .promo-name .cart-summary-line span { color: var(--color-black); }

#js-checkout-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

#checkout .custom-checkbox input[type=checkbox]+span {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#checkout .custom-checkbox input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-top: 2px;
}
body#checkout .condition-label {
    padding-left: 35px;
}


/***** CUSTOMERS *****/

.custom-radio input[type=radio]:checked+span { background-color: var(--color-black); }
.form-control:focus { outline: var(--color-black); }
.form-control:focus,
body#checkout section.checkout-step .address-item.selected { border-color: var(--color-black); }
body#checkout a:hover { color: var(--color-black); }


/***** AGE POPUP *****/

#ageverify-popup { border-radius: 4px; }
.av-title-1 img {
    width: 30px;
    position: relative;
    top: -3px;
}
#ageverify-popup .av-title-1 { font-size: 18px; }
#ageverify-popup p {
    font-size: 14px;
    text-align: center;
}
#ageverify-popup .button-av-confirm-age {
    width: 50%;
    margin: 10px auto 20px auto;
    border-radius: 4px;
}
#ageverify-popup .av-date-entry div { padding: 0 1px; }


/***** RESPONSIVE *****/

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

@media (min-width: 768px) {

    .container { width: 100%; }

    #search_widget { float: left; }
    #_desktop_user_info,
    #_desktop_cart,
    #_desktop_contact_link { float: right; }

    .header-top-right {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    #header .layout_layout1 .ets_mm_megamenu_content {
        background: #fff;
        border-top: none;
        border-bottom: var(--color-black) 2px solid;
    }

}

@media (min-width: 992px) {

    .container { width: 100%; }

    #search_widget {
        min-width: auto;
        width: 100%;
    }

    #header .mm_menu_content_title { padding: 0 25px; }

}

@media (min-width: 1200px) {

    .container { width: 1400px; }

}

@media (max-width: 1399px) {

    .category-header__item img {
        max-width: 100%;
        height: auto;
    }
    .category-cover {
        width: 50%;
        margin-right: 0;
    }
    .category-txt {
        padding: 20px 0 20px 30px;
        width: 50%;
    }

}

@media (max-width: 991px) {

    .header-top-right { padding-top: 60px; }
    .carousel .carousel-inner {
        height: auto;
        padding: 0 0 30px;
    }
    .category-cover { width: 30%; }
    .category-txt { width: 70%; }
    .tabs .nav-tabs .nav-link { border-bottom: transparent 3px solid; }

}

@media (max-width: 831px) {

    #header .ybc-menu-toggle {
        font-size: 0;
        width: auto;
        background: none;
        position: absolute;
        top: -110px;
        left: 10px;
    }
    #header .ybc-menu-toggle .icon-bar {
        background-color: #fff;
        height: 3px;
        margin: 2px 0;
        width: 22px;
    }
    #header .ybc-menu-button-toggle_icon {
        margin-bottom: -3px;
        margin-right: 0;
    }
    #header .ets_mm_megamenu.mm_menu_center ul.mm_menus_ul { display: block; }
    #header .ets_mm_megamenu a { color: #333; }
    .close_menu .pull-left { display: none; }
    .mm_columns_li.column_size_1 { width: 50%; }
    .ets_mm_megamenu .mm_columns_ul { padding-top: 15px; }
    .mm_blocks_li { margin-bottom: 0; }

    #search_widget { display: none; }

}

@media (max-width: 767px) {

    .header-banner { display: none; }
    .header-top-right { padding-top: 0; }
    .header-top > .container > .row > div { width: 25%; }
    #_desktop_logo { width: 50%; }
    .header-top-right {
        display: flex;
        justify-content: flex-end;
        padding-right: 35px;
    }
    #header .ets_mm_megamenu.hook-default { margin-top: 0; }
    .products.row .product { width: 50%; }
    #_desktop_cart .cart-products-count {
        border-radius: 50%;
        top: -5px;
        left: 90%;
        font-size: 0;
        width: 12px;
        height: 12px;
    }
    .footer-container .links .h3 { color: #fff; }
    .footer-container { padding: 1.5rem; }
    .footer-container .links ul {
        background: none;
        padding: 20px 0;
    }
    .footer-container .links ul>li a { color: #fff; }
    .footer-container .links ul>li {
        padding: .3rem .625rem;
        border-bottom: none;
    }
    .block-contact #contact-infos { padding: 20px .625rem; }
    .footer-copyright { text-align: center; }
    #product-list-header { display: block; }
    .category-header__item {
        width: 100%;
        position: relative;
        padding: 0;
        margin: 0 0 20px;
    }
    .category-header__item:last-child { border-left: none; }
    .category-txt {
        width: 100%;
        padding: 15px 0 0;
        text-align: center;
    }
    #product-list-header, #product-list-header h1, #product-list-header p { text-align: center; }
    #search_filters .facet ul li { margin: 10px 10px; }
    #product #content { min-height: auto; }
    body#checkout #header .header-nav { padding: .9375rem 0; }
    #_desktop_logo {
        text-align: center;
        width: 100%;
    }
    body#checkout #content > .row { display: block; }
    body#checkout #content > .row > div { padding: 40px 30px; }
    body#checkout .block-promo { margin: 10px 0 20px; }

}

@media (max-width: 480px) {

    .header-banner { display: none; }
    .header-top-right { padding-top: 0; }
    .header-top > .container > .row > div { width: 25%; }
    #_desktop_logo { width: 50%; }
    .header-top-right {
        display: flex;
        justify-content: flex-end;
        padding-right: 20px;
    }
    #header .ets_mm_megamenu.hook-default { margin-top: 0; }
    #header .ybc-menu-toggle {
        top: -80px;
        left: 0;
    }
    .user-info { margin: 0 10px; }
    .an_productattributes-qty-add .an_productattributes-add i {
        display: block;
        margin-right: 0;
    }
    .an_productattributes-qty-add .an_productattributes-add span { font-size: 0; }
    #custom-text {
        margin: 0;
        padding: 15px;
    }
    #content-wrapper h1 { font-size: 1.5rem; }

}

.ui-widget {
    font-family: 'oswaldregular', sans-serif;
    font-size: 1rem;
}
.ui-autocomplete.searchbar-autocomplete li a, .ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
    display: flex;
}
.ui-autocomplete.searchbar-autocomplete li a .product {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    .ui-autocomplete.searchbar-autocomplete {
        padding-left: 193px;
        background: none;
    }
    .ui-autocomplete.searchbar-autocomplete .ui-menu-item {
        width: calc( 100% + 200px);
        background: #fff;
        border-top: solid 1px #ccc;
        border-left: solid 1px #ccc;
        border-right: solid 1px #ccc;
    }
    .ui-autocomplete.searchbar-autocomplete .ui-menu-item:last-child {
        border-bottom: solid 1px #ccc;
    }
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

    opacity: 1;

}