@media (min-width: 992px) {
    .sections.nav-sections {
        background: #333;
        padding-top: 12px;
        padding-bottom: 12px;
    }


    .page-header.type6 .navigation:not(.side-megamenu) .level0 .level-top {
        font-size: 14px;
        font-weight: 500;
        font-family: Open Sans;
    }


    header.page-header.sticky-header .nav-sections {
        background-color: #333;
    }

    .nav-sections-item-content .navigation.sw-megamenu > ul{
        text-align: center;
    }

    .nav-sections-item-content .navigation.sw-megamenu > ul li li {
        text-align: left;
    }

    header.page-header.sticky-header .minicart-wrapper .action.showcart, header.page-header.sticky-header .minicart-wrapper .action.showcart:before, header.page-header.sticky-header .minicart-wrapper .action.showcart.active:before, header.page-header.sticky-header.type18 .wishlist {
        color: #fff;
    }
}

.product-reviews-summary.short,
.action.tocompare {
    display: none !important;
}

.action.primary.checkout.amasty {
    width: 100%;
    line-height: 18px;
    height: auto;
    font-weight: 500;
    font-size: 18px;
}

.logo img {
    object-fit: contain;
}

/* Initializing variables */
:root {
    --primary_color_light: #c6af6b;
    --primary_color_dark: #333;
    --primary_color_lightest: #fbf9f4;
    --border-light: #efefef;
}
.bg-primary-light {
    background-color: var(--primary_color_light);
}
.bg-primary-dark {
    background-color: var(--primary_color_dark);
}
.bg-primary-lightest {
    background-color: var(--primary_color_lightest);
}
.text-primary-light {
    color: var(--primary_color_light);
}
.text-primary-dark {
    color: var(--primary_color_dark);
}
.text-primary-lightest {
    color: var(--primary_color_lightest);
}

.action.primary.checkout.amasty {
    width: 100% !important;
}

.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
    background: #c6af6b !important;
}

.amcheckout-step-container input[type='checkbox']+label:hover:before, .amcheckout-step-container input[type='radio']+label:hover:before, .amcheckout-step-container input[type='checkbox']:checked+label:before, .amcheckout-step-container input[type='radio']:checked+label:before {
    border-color: #c6af6b;
}

._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
    border-color: #c6af6b;
}

td.col.col-method:nth-child(3) {
    display: none;
}

html .fancybox-close:hover, .modal-custom .action-close:hover, .modal-popup .action-close:hover, .modal-slide .action-close:hover {
    outline: none !important;
}

.authentication-dropdown button.action-close {
    outline: none !important;
}


/* Typography */
body, h1, h2, h3, h4, h5, h6, a, span, div, p, button, li, .product-item-name a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
/* Categories */
.products-grid .product-item .product-item-info.type10,
.products-grid .product-item .product-item-info.type12,
.products-list .product-item .product-item-info.type0 {
    border: 1px solid var(--border-light);
    margin-bottom: 1px;
    border-radius: 10px;
    overflow: hidden;
}
.products-grid .product-item .product-item-info.type10 .product-item-name {
    padding-left: .5rem;
    padding-right: .5rem;
}
.products-grid .product-item .product-item-info.type10 .product-item-name a {
    white-space: initial;
    overflow: initial;
    text-overflow: initial;
}
.products-grid .product-item .product-item-info.type10 .product-item-photo {
    border-bottom: 1px solid var(--border-light);
}
.products-grid .product-item .product-item-info.type12 .product-item-photo > a,
.products-list .product-item .product-item-info.type0 .product-item-photo {
    border-right: 1px solid var(--border-light);
}
@media (max-width: 768px) {
    .products-grid .product-item .product-item-info.type10 .tocart span {
        display: none;
    }
}
@media (max-width: 576px) {
    .products-list .product-item .product-item-info.type0 {
        flex-wrap: wrap;
    }
    .products-list .product-item .product-item-info.type0 .product-item-photo {
        flex: auto;
        margin: 0;
        border: none;
    }
    .products-list .product-item .product-item-info.type0 .product-item-details {
        padding: 20px 0 0 20px;
    }
}
/* Blog */
.amblog-dates {
    display: none !important;
}
body[class*="amblog-index-"] h2.amblog-post-title {
    font-size: 1.2rem;
}
.amblog-post-container .amblog-shot, .amblog-grid-list .slick-slide .amblog-item .amblog-shot {
    font-size: 1rem;
}
.amblog-post-container .amblog-read, .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    font-size: 1rem;
}
.amblog-container-list .amblog-post-container {
    overflow: hidden;
}
.amblog-footer {
    justify-content: center;
}
@media (min-width: 769px), print {
    body[class*="amblog-index-"] h2.amblog-post-title {
        font-size: 1.3rem;
        line-height: 1.3rem;
    }
}
@media (min-width: 992px) {
    .amblog-container-list {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .amblog-container-list .amblog-post-container {
        width: 32%;
    }
}
.amblog-post-container .amblog-read, .amblog-grid-list .slick-slide .amblog-item .amblog-read {
    background-color: var(--primary_color_dark);
}
.amblog-post-container .amblog-read:hover, .amblog-grid-list .slick-slide .amblog-item .amblog-read:hover {
    background-color: var(--primary_color_light);
    color: var(--primary_color_dark);
}
.amblog-list .post-title.amblog-headline {
    font-size: 1.1rem;
    line-height: 1.2rem;
}
.amblog-post-list .short-description {
    font-size: 1rem;
    line-height: 1.5rem;
}

.product-item-info.type10 .qty-box {
    display: none;
}

.product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    visibility: visible;
    opacity: 1;
    display: inline-block;
    background: #333;
    color: #fff;
}

.product-item-info .product-item-details .product-item-actions .tocart {
    color: #fff;
    background-color: #333;
}

/* app/design/frontend/Vendor/theme/web/css/source/_accordion.less */
.primary-accordion .acc-title { cursor: pointer; padding: 10px; }
.primary-accordion .acc-item.active .acc-title { font-weight: 600; }
.primary-accordion .acc-content { padding: 10px 12px; }

.primary-accordion .accordion-header .accordion-heading {
    color: var(--primary_color_light);
    margin-bottom: 0;
    font-weight: 400 !important;
}

.primary-accordion .accordion-header {
    cursor: pointer;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    background: var(--primary_color_dark);
    color: var(--primary_color_light);
    border-radius: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
    position: relative;
    font-weight: 600;
    transition: all 0.5s ease;
}

.primary-accordion .accordion-header span::after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    font-size: 1.2rem;
    transition: all 0.5s ease;
}

div.more-info.row {
    color: #666666;
}

.more-info.row {
    border-top: 1px solid #eee;
    padding-top: 5px;
    padding-bottom: 5px;
    /* font-size: 11px; */
    white-space: nowrap;
}

.more-info.row > div:nth-child(1) {
    border-right: 1px solid #eee;
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.more-info.row > div:nth-child(3) {
    border-top: 1px solid #eee;
    margin-top: 3px;
    padding-top: 8px;
}

.product-item-info .product-item-details .product-item-actions {
    /*margin-bottom: 0;*/
}

.page-wrapper {
    background: #f7f7f7;
    transition: 0.15s all ease;
}

.products-grid .product-item .product-item-info.type10, .products-grid .product-item .product-item-info.type12, .products-list .product-item .product-item-info.type0 {
    background: #fff;
}

.amshopby-slider-container.-default .am-slider .ui-slider-handle {
    background: rgb(198 175 107) !important;
}

.page-header.type6 {
    margin: 0 0 0px 0;
}

.catalog-category-view .page-main-inner {
    margin-top: 2em;
}

.product-item-info .product-item-details .product-item-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 3px;
    padding-right: 3px;
}
.product-item-info .product-item-details .product-item-actions .actions-primary {
    flex: 1;
}
.product-item-info .product-item-details .product-item-actions .tocart {
    width: 100%;
}
.product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    border: none;
}
.product-item-info .product-item-details .product-item-actions .tocart {
    border: none;
}

.cms-page-view #maincontent {
    max-width: 1180px;
}

.amblog-pager-container {
    width: 100%;
}
.amblog-pager-container .amblog-links {
    justify-content: center;
}
.amblog-link[rel="prev"] {
    margin-right: 1rem
}
.amblog-link[rel="next"] {
    margin-left: 1rem
}

.checkout-payment-method .payment-method-title .payment-icon {
    max-width: 250px;
    margin-left: 20px;
}

.amblog-index-index .widget.amblog-post-list.amblog-element-block {
    display: none !important;
}

.product.data.items>.item.content {
    background: transparent;
}

.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
    background-size: auto;
    background-size: contain;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    height: 15px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 10px;
    z-index: 1;
}

.checkout-index-index .page-header .minicart-wrapper {
    /*display: block;*/
}

.checkout-index-index .page-header .minicart-wrapper.in-checkout  {
    display: block;
}

.checkout-index-index .page-header .minicart-wrapper.in-checkout .action.showcart {
    display: none !important;
}

.page-header .minicart-wrapper.in-checkout .action.in-checkout {
    display: none !important;
}

.checkout-index-index .page-header .minicart-wrapper.in-checkout .action.in-checkout {
    display: block !important;
}


tr.totals.fee.excl {
    display: none;
}

.minicart-wrapper .action.in-checkout {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
}

.minicart-wrapper .action.in-checkout .minicart-icon {
    font-size: 27px;
}

.in-checkout span.text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
.in-checkout .counter-label span {
    display: none !important;
}

.minicart-wrapper .action.in-checkout .counter.qty {
    position: absolute;
    right: 18px;
    top: -5px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    background-color: #ff5b5b;
    padding: 0;
    left: 20px;
}

.sticky-header .minicart-wrapper .action.in-checkout .minicart-icon {
    color: #fff
}

