.checkout-cart-index #block-shipping {
    display: none;
}
.support-your-local-artist-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.support-your-local-artist-container img {
    max-width: 220px;
    height: auto;
}
.support-your-local-artist-inner-content {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.local-artist-head-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.local-artist-description {
    max-width: 50%;
}
.local-artist-items {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.panel.header ul.header.links {
    display: none;
}
.customer-welcome {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.customer-welcome .customer-menu {
    display: none;
}
.customer-welcome.active ul {
    display: block;
}
.customer-welcome.active .customer-menu {
    display: block;
}
.customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
}
.customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
}
.customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    display: none;
    z-index: 101;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.customer-welcome ul li {
    margin: 0;
    padding: 0;
}
.amtheme-icons-container .account-container {
    margin-inline-end: 22px;
}
.page-header .amsearch-input-wrapper {
    min-width: 500px;
}
@media screen and (max-width: 767px) {
    .footer.content {
        margin: auto!important;
        text-align: center;
    }
    .amtheme-tabs-buttons {
        justify-content: center;
    }
    .amtheme-tabs-widget .action.tocart.primary {
        font-size: 14px!important;
    }
    .amtheme-tabs-widget .slick-dots {
        width: 100%!important;
        justify-content: center;
    }
    .amtheme-tabs-widget .item.product.product-item {
        padding-left: 10px;
        padding-right: 10px;
    }
    a.logo {
        transform: translateX(30px);
    }
    .cart-summary button.action, .block.block-minicart button.action {
        background: #ff9a02;
        border: #ff9a02;
    }
    .amtheme-tabs-buttons .amtheme-title.-am-active {
        background: #ff9a02;
    }
    .amtheme-tabs-buttons .amtheme-title {
        border: 2px solid #ff9a02;
    }
    .slick-slider .slick-dots li.slick-active button:before{
        background: #ff9a02;
    }
    button{
        background: #ff9a02;
    }
    button:hover {
        background: #fff;
        border: 1px solid #ff9a02;
        color: #ff9a02;
    }
    .filter-options-content .items.-am-singleselect .amshopby-link-selected, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
        color: #ff9a02;
    }
    .filter-options-content .items.-am-singleselect .amshopby-link-selected .count, .filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
        color: #ff9a02;
    }
    .filter-options-content .item a:hover,.filter-options-content .item a:hover .count{
        color: #ff9a02;
    }
    .checkout-header {
        width: 95%!important;
    }
    .checkout-index-index .header.content > .logo{
        width: 100%!important;
        max-width: 100%!important;
        display: flex;
        justify-content: center;
        transform: translateX(0px);
    }
    .amasty-shipbar .content {
        padding: 15px 15px 15px 12px!important;
    }
}
@media screen and (max-width: 480px) {
    .amgdprcookie-policy-container {
        width: 75%;
    }
    .amgdprcookie-groups-container {
        width: 85%;
    }
    .amtheme-product-wrap>.product.media{
        max-width: 390px!important;
    }
}
@media screen and (max-width: 1023px) {
    .checkout-index-index a.logo {
        margin: auto!important;
    }
    .page-header .amsearch-input-wrapper {
        min-width: 280px!important;
    }
}