/*
Theme Name: Obelix Handmade Store
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
https://wordpress.templatetrip.com/WCMTM01/WCMTM029_kraftiart/
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --header-font: "Be Vietnam Pro", sans-serif;
    --body-font: "Be Vietnam Pro", sans-serif;
    --primary-color: var(--wp--preset--color--primary);
    /* --primary-color-hover: #AEDB2B; */
    --secondary-color: var(--fs-color-secondary);
    /* --secondary-color-hover: #2763DB; */
    --success-color: var(--fs-color-success);
    --alert-color: var(--fs-color-alert);
    --link-color: var(--fs-experimental-link-color);
    --link-color: var(--fs-experimental-link-color-hover);
    --bg-light-color: #f5f5f5;
    --text-dark: #0f0f0f;
    --text-light: #a1a1a1;
    --boder-active-color: #0f0f0f;
    /* --boder-color: #ffffff70; */
    --boder-color: #e1e1e1;
    --border-color: #e1e1e1;
    --box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    --icon-font: "fl-icons" !important;
    /* Slide define */
}

.italic {
    font-style: italic;
}

#wrapper {
    background-image: url('./images/light-noise-bg.jpg');
    background-repeat: repeat;
}

#main,
#wrapper {
    background-color: transparent;
}

b,
strong {
    font-weight: 600;
}

/***** ICON *****/
.header .cart-icon.image-icon::before {
    content: "\e94f";
}

/***** End ICON *****/


/***** BUTTON *****/
.button {
    font-size: 14px;
    padding: 0;
    line-height: 1.4 !important;
    font-weight: 600;
    text-transform: capitalize;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    padding: 10px 25px;
    border-width: 1px !important;
    position: relative;
    overflow: hidden;
    border-radius: 0 !important;
    text-shadow: none;
}

.button:not(.is-outline) {
    border: none;
}

.button span {
    z-index: 1;
    position: relative;
}

.button:not(.is-outline)::after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    top: 0;
    left: auto;
    right: 0;
    z-index: 0;
}


.button:has(span):hover::after {
    width: 100%;
    right: auto;
    left: 0;
}

.button.white:has(span):hover {
    color: #fff !important;
}

.button:not(.is-outline).primary {
    background-color: var(--primary-color);
}

.button.primary:after {
    background-color: var(--text-dark);
}

.button.secondary:after {
    background-color: var(--primary-color);
}

.meta-nav {
    font-size: 0;
    margin-left: 6px;
}

.meta-nav::after {
    font-size: 14px;
    display: inline-block;
    content: "\e92b";
    font-family: var(--icon-font);
}

/* more-link button primary is-outline is-smaller */
/***** End BUTTON *****/
/***** HERO SLIDER *****/
.slider-wrapper.hero-slider {
    background-image: url("images/slider-bg.jpeg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    /* width: 100%; */
}

.custom-hero-template img {
    /* width: 200px;
      height: auto; */
    width: auto;
    height: 380px;
}

.custom-hero-template .hero-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px;
    height: 480px;
    justify-content: space-between;
}

.custom-hero-template:nth-child(even) .hero-inner {
    flex-direction: row-reverse;
}

.custom-hero-template:nth-child(even) .hero-img {
    text-align: left;
}

.custom-hero-template .hero-content {
    width: 45%;
    text-align: center;
}

.custom-hero-template .hero-img {
    width: 55%;
    text-align: right;
}

.custom-hero-template .sub-title {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
}

.custom-hero-template .title {
    font-size: 33px;
    line-height: 1.5;
}

.custom-hero-template .hero-content .button {
    margin-bottom: 0;
}

.custom-hero-template .hero-content>* {
    animation-fill-mode: forwards;
    -webkit-backface-visibility: hidden;
    opacity: 0 !important;
    transition: filter 0.7s, transform 1s, opacity 0.4s ease-in;
    will-change: filter, transform, opacity;
    transform: translate3d(0, 100px, 0);
}

.custom-hero-template .hero-content>*:nth-child(1) {
    transition-delay: 0.1s;
}

.custom-hero-template .hero-content>*:nth-child(2) {
    transition-delay: 0.3s;
}

.custom-hero-template .hero-content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.custom-hero-template .hero-content>*:nth-child(4) {
    transition-delay: 0.7s;
}

.custom-hero-template .hero-content>*:nth-child(5) {
    transition-delay: 0.9s;
}

.custom-hero-template.is-selected .hero-content>* {
    animation-delay: 0.1s;
    opacity: 1 !important;
    transform: translateZ(0) scale(1);
}

.hero-slider .flickity-prev-next-button {
    background: var(--primary-color);
    height: 40px;
    width: 40px;
    border-radius: 13px;
}

.flickity-prev-next-button::before {
    width: 40px;
    height: 40px;
    line-height: 39px;
}

/***** end HERO SLIDER *****/

/***** ABOUT BLOCK *****/
.about-block-style-1 .rotate-sticker {
    position: absolute;
    top: 58px;
    left: 58px;
    z-index: 1;
    width: auto !important;
    transform: translateX(-34%) translateY(-34%);
}

.about-block-style-1 .rotate-sticker img {
    width: 180px;
    height: 180px;
    -webkit-animation: spin 14s linear infinite;
    -moz-animation: spin 14s linear infinite;
    animation: spin 14s linear infinite;
}

.about-block-style-1 .larger-img {}

.about-block-style-1 .larger-img img {
    width: calc(100% - 80px);
    height: 100%;
    object-fit: cover;
    max-height: 580px;
    margin-bottom: 64px;
    margin-top: 64px;
    margin-left: 52px;
}

.about-block-style-1 .small-img {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1;
    width: auto !important;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
    border: solid 6px white;
}

.about-block-style-1 .small-img img {
    width: 220px;
    height: 280px;
    object-fit: cover;
    object-position: center;
}

.about-text-block>p:nth-child(1) {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.about-text-block>h2,
.about-text-block>h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about-text-block>p {
    font-size: 16px;
    margin-bottom: 24px;
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/***** End ABOUT BLOCK *****/

/***** FOOTER BLOCK *****/
.absolute-footer>.container::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e0dc8a;
    margin-bottom: 10px;
}

#footer p,
#footer a {
    font-size: 14px;
}

/***** End FOOTER BLOCK *****/

/***** PRODUCT CATEGORY *****/
.product-category .box-text .header-title {
    text-transform: capitalize;
    font-size: 17px;
    margin-bottom: 6px;
}

.product-category .box-image>div {
    /* padding: 10px; */
    transform: scale(.93);
    border-radius: 50%;
    overflow: hidden;
}

.product-category .box-image::before {
    display: inline-block;
    font-family: var(--icon-font);
    content: '\e93d';
    color: white;
    font-size: 32px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    transition: all .4s ease-in-out 0s;
}

.product-category:hover .box-image::before {
    opacity: 1;
}

.product-category .box-image::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    border: 1px dashed transparent;
}

.product-category:hover .box-image::after {
    animation: spin 10s linear infinite;
    -webkit-animation: spin 10s linear infinite;
    border: 1px dashed var(--primary-color);
    opacity: 1;
}

.product-category {}

.product-category {}

/***** End PRODUCT CATEGORY *****/
@media only screen and (max-width: 48em) {
    .slider-wrapper.hero-slider {
        background-size: cover;
    }

    .custom-hero-template .hero-inner {
        flex-direction: column;
        padding: 50px 0px 170px;
        height: auto;
    }

    .custom-hero-template img {
        height: auto;
        width: 100%;
    }

    .custom-hero-template .hero-content,
    .custom-hero-template .hero-img {
        width: 100%;
        text-align: center;
    }

    .custom-hero-template .hero-content {
        position: relative;
        z-index: 1;
    }

    .custom-hero-template .hero-img {
        z-index: 0;
        position: absolute;
        bottom: -72px;

    }
}

/***** End HERO SLIDER *****/

/***** ELEMENT*****/
.back-to-top {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    background: white;
    /* position: fixed;
    right: 50px;
    bottom: 100px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    background: var(--white-color-text); */
}

.back-to-top svg {
    fill: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0px;
}

.back-to-top svg.progress-circle path {
    stroke: var(--primary-color);
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.back-to-top i {}

/* Header */
.header-top {
    min-height: 50px !important;
}

.header-nav-main>.menu-item::before {
    z-index: 1;
    content: "";
    background: var(--primary-color);
    width: 0;
    height: 1px;
    position: absolute;
    top: 0;
    transition: all ease 0.3s;
}

.header-nav-main>.menu-item:hover::before {
    width: 100%;
}

.header-nav-main .menu-item {
    margin-right: 2rem;
}

.header-nav-main .menu-item .nav-top-link {
    font-size: 17px;
    color: #222;
}

.header-nav-main .has-dropdown .icon-angle-down {
    opacity: 1;
}

.header-nav-main .has-dropdown .icon-angle-down::before {
    font-weight: 600;
}

.nav-dropdown-has-shadow .nav-dropdown {
    border-radius: 0;
    border-top: 3px solid var(--primary-color);
}

.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: none !important;
}

.nav-dropdown.nav-dropdown-default>li>a {
    font-size: 15px;
    color: #666;
}

.header .cart-icon.image-icon::before,
.links>li>a:before,
i[class*=" icon-"],
i[class^=icon-] {
    font-weight: 600 !important;
    color: #222;
}

/* footer */
footer .company-info-text {
    font-size: 16px !important;
}

footer .heading .company-info-text,
.heading {
    font-size: 20px !important;
}

/* Product box */
.product-tab .nav::before {
    content: "";
    width: 60%;
    background: #acacac;
    height: 1px;
    position: absolute;
    top: 0;
}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: var(--primary-color);
}

.product-tab .nav .tab {
    margin-right: 2rem;
}

.product .box-text .product-title {
    height: auto !important;
}

.product .box-text .product-title a {
    font-size: 18px;
    color: #222;
    font-weight: 600;
    line-height: 24px;
}

.product .box-text .price,
.product .box-text .sale-price bdi {
    font-size: 16px;
}

.product .box-text .price span.amount {
    color: var(--primary-color);
}

.product .box-text .category {
    font-size: 13px;
}

.product .box-text {
    text-align: center;
}

.flickity-prev-next-button.previous {
    left: -3%;
}

.flickity-prev-next-button.next {
    right: -3%;
}

.product-lightbox .flickity-prev-next-button.previous {
    left: 0;
}

.product-lightbox .flickity-prev-next-button.next {
    right: 0;
}

.badge-container .badge .badge-inner {
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
}

/* Product category slider */
.slider .product-category .header-title {
    font-size: 20px;
}

.slider .product-category .count {
    font-size: 14px;
    font-style: italic;
    color: #646468;
}

.nav .tab a {
    font-size: 20px;
    text-transform: capitalize;
}

/* Post box */
.post-item .box-text .blog-post-inner {
    display: flex;
    flex-wrap: wrap;
}

.post-item .box-text .post-title {
    font-size: 22px;
    order: 2;
    padding: 0.5rem 0;
}

.post-item .box-text .post-meta {
    order: 1;
    font-size: 15px;
    font-weight: 500;
    opacity: 1;
    color: #666;
}

.post-item .box-text .post-meta::before {
    content: "\e945";
    font-family: var(--icon-font);
    margin-right: 0.5rem;
}

.post-item .box-text .is-divider {
    display: none;
}

.post-item .box-text .button {
    order: 3;
}

/* Quality box */
.quality-box .icon .icon-inner::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 1;
    background-image: url("./images/shape.png");
    content: '';
    width: 86px;
    height: 90px;
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.quality-box img {
    z-index: 2;
    position: relative;
    transition: all 400ms ease-in-out 0s;
}

.quality-box:hover img {
    transform: rotateY(180deg);
}

.quality-box .icon-box-text {
    margin-top: 2.5rem;
}

.quality-box .icon-box-text .title {
    font-size: 20px;
    text-transform: capitalize;
}

.quality-box .icon-box-text .description {
    font-size: 14px;
    font-style: italic;
    color: #666;
}

.border-dashed .text-box {
    width: 100% !important;
    height: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
}



@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}

.border-dashed:hover .text-box::before {
    background: linear-gradient(90deg, #f4f1ec 50%, transparent 50%), linear-gradient(90deg, #f4f1ec 50%, transparent 50%), linear-gradient(0deg, #f4f1ec 50%, transparent 50%), linear-gradient(0deg, #f4f1ec 50%, transparent 50%);
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 6px 1px, 6px 1px, 1px 6px, 1px 6px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
    animation: dash 5s linear infinite;
}

.border-dashed .text-box::before {
    content: '';
    position: absolute;
    width: 95%;
    height: 93%;
    background: transparent;
    opacity: 30%;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
    overflow: hidden;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    background: linear-gradient(90deg, #f4f1ec 50%, transparent 50%), linear-gradient(90deg, #f4f1ec 50%, transparent 50%), linear-gradient(0deg, #f4f1ec 50%, transparent 50%), linear-gradient(0deg, #f4f1ec 50%, transparent 50%);
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-position-x: 0%, 0%, 0%, 0%;
    background-position-y: 0%, 0%, 0%, 0%;
    background-repeat: repeat, repeat, repeat, repeat;
    background-size: auto, auto, auto, auto;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 6px 1px, 6px 1px, 1px 6px, 1px 6px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0;
    padding: 2px;
}

/* Banner hover style 1 */
.banner.hover-style-1 .fill::after,
.banner.hover-style-1 .fill::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.banner.hover-style-1:hover .fill::before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .2);
}

.banner.hover-style-1:hover .fill::after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .2);
}

.capitalize {
    text-transform: capitalize !important;
}

/* archive blog */
.page-title-inner {
    min-height: 100px;
    padding-top: 0;
    position: relative;
}

.page-banner-1 {
    color: #222;
}

.page-banner-1 .title-overlay {
    background-color: transparent;
}

.page-header-wrapper .breadcrumbs {
    margin-top: 0;
}

/* single blog */
.post_single_page .post-info span {
    margin-right: 2rem;
}

.post_single_page .post-info>span:not(:last-child):not(:only-child)::after {
    display: none;
}

.post_single_page .post-info .post-category a:not(:first-child) {
    margin-left: 0.7rem;
}

/***** Global article *****/
article {
    --font-size: 18px;
    --line-height: 1.5;
    --font-weight: 400;
    --color: #34373f;
    --bottom: 18px;
}

article,
article p,
article a,
article li {
    font-size: var(--font-size);
    color: var(--color);
    margin-bottom: var(--bottom);
    line-height: var(--line-height);
}

article strong,
article b {
    font-weight: calc(var(--font-weight) + 100);
}

article figure {
    margin-bottom: var(--bottom) !important;
}

article figcaption {
    font-size: calc(var(--font-size) - 4px);
    background: #efefef;
    padding: 6px 10px 4px;
    text-align: center;
}

/*****End  Global article *****/
/* blog widget */
.widget {
    border-top: 1px solid var(--border-color);
    padding: 2rem 0px;
}

.widget .is-divider {
    display: none;
}

.widget form,
.widget ul {
    margin-top: 1rem;
}

.widget .search-field {
    padding: 1.8rem;
}

.widget .searchform .flex-row .flex-col:nth-child(2) {
    position: absolute;
    right: 10px;
}

.widget .cat-item a,
.widget li a {
    color: #000;
    font-weight: 500;
    font-size: 17px;
}

.widget .searchform .submit-button {
    background: none;
}

h3.widget-title,
span.widget-title {
    font-size: 24px;
}

.widget .searchform input.search-field {
    border-color: var(--border-color);
}

.widget .searchform .submit-button:hover {
    box-shadow: none;
}

/* product shop */
.widget>ul>li .count {
    font-size: 15px;
    line-height: 3em;
    opacity: 0.7;
}

.widget_price_filter .price_slider_amount .button {
    margin: 1.5rem 0;
}

.widget_price_filter .price_slider_amount {
    align-items: flex-start;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #000;
}

.shop-page-title {
    background: #f8f5ef;
}

.shop-page-title select {
    border-color: var(--border-color) !important;
}

/* product single */
.button.minus,
.button.plus {
    background: none !important;
    height: 100%;
}

.product-info .is-divider {
    display: none;
}

.product-info .breadcrumbs {
    margin: 0 0 1em;
}

.product-info .price {
    margin: 1rem 0;
}

.product-info .product-short-description {
    margin-bottom: 1rem;
}

.product-info span.amount {
    color: var(--primary-color);
}

.wc-tabs li {
    font-size: 29px;
    margin-right: 2rem;
}

.qty {
    border: none !important;
}

.product-info .product_meta>span {
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.product-info .product_meta a {
    color: #666;
    margin-left: 0.4rem;
}

.product-info .product_meta a:hover {
    color: #000;
}

.ux-quantity.form-flat {
    border: 1px solid var(--border-color);
}

form.cart {
    display: grid;
    grid-template:
        "qrt add add"
        "buy buy buy";
    width: 100%;
    grid-gap: 10px;
}

form.cart .quantity {
    grid-area: qrt;
    width: auto;
    margin: 0;
}

form.cart .quantity,
.text-center .quantity {
    justify-content: space-between;
}

.quantity .button.plus:hover,
.quantity .button.minus:hover {
    background: #f5f5f5 !important;
}

form.cart .single_add_to_cart_button {
    grid-area: add;
    margin: 0;
}

form.cart .buy_now_button {
    grid-area: buy;
    width: 100%;
}

.flickity-prev-next-button::before {
    background: #4d4d4d;
    color: #fff;
    width: 100%;
}

/* find store */
.hero-title {
    color: #C6A87D;
    font-size: 140px;
    margin: 0;
    color: var(--primary-color);
    font-weight: 700;
}

.row.hero {
    position: absolute;
    bottom: -18%;
    right: -12%;
}

.row.hero.left {
    left: -12%;
    right: auto;
}

.wpcf7-form input:not(.wpcf7-submit) {
    padding: 1.5rem;
}

.wpcf7-form textarea {
    height: 100px;
}

td.product-name {
    padding-left: 15px !important;
}

td.product-remove {
    padding-right: 10px !important;
}

td.product-name a {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

/* find store */
.find-store-info {
    text-align: left;
    font-style: italic;
}

.top-bar-nav.nav-right i::before {
    color: #ebe2d7;
}

/***** End ELEMENT*****/
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .flickity-prev-next-button.next {
        right: 0;
    }

    .flickity-prev-next-button.previous {
        left: 0;
    }

    .product-tab .nav::before {
        width: 100%;
    }

    #top-bar {
        display: none;
    }

    .mobile-sidebar .icon-search:before {
        color: #fff;
    }

    .mobile-sidebar .menu-item a {
        font-size: 16px;
        color: #222;
    }

    .mobile-sidebar .menu-item .icon-angle-down:before {
        font-size: 16px;
    }

    .row.hero {
        right: 0;
    }

    .row.hero.left {
        left: 0;
    }

    .page-checkout a.remove::after {
        content: "";
    }
}