/* Bundle products */

.page-products .product-item-link {
    height: auto;
}

.beths-two-promotions {
    padding: 20px 0 0;
}

.beths-two-promotions .pagebuilder-column-group {
    gap: 20px;
    padding: 0 10px;
}

.home-about-us {
    padding: 20px 0;
}

.homeAboutUs h4 {
    font-size: 3.59rem;
}

.amrelated-grid-wrapper .slick-arrow {
    z-index: 3;
}

.block #related_title hr,
.amrelated-pack-wrapper .amrelated-title hr {
    background: #dea5b0;
    width: 100%;
    position: inherit;
}

.block #related_title,
.amrelated-pack-wrapper .amrelated-title {
    text-align: center;
}

.amrelated-pack-wrapper .amrelated-title hr {
    margin-bottom: 0px;
}

.amrelated-summary-content .main.price {
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
}

.opened-mini-cart .minicart-wrapper .mage-dropdown-dialog {
    right: 0px;
    position: fixed;
    top: 0px;
    height: 100vh;
}

.opened-mini-cart .minicart-wrapper .mage-dropdown-dialog {
    z-index: 99999;
}

.amrelated-pack-item:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}

/* Bundle products End */

.home-three-promotions {
    flex-direction: row;
    flex-wrap: wrap;
}

.catalog-product-view .product-info-main .page-title-wrapper h1 {
    margin-bottom: 35px;
}

img,
input[type="image"],
video,
embed,
iframe,
marquee,
object,
table {
    aspect-ratio: attr(width) / attr(height)
}

body .page-wrapper .breadcrumbs {
    margin: 15px auto;
}

/* .home-product-action {
    height:auto;
    max-height:580px;
    contain-intrinsic-size: 580px;
}
.footer-top {
    height: 100%;
    contain-intrinsic-size: 150px;
}
.footer.content {
    height: 100%;
    contain-intrinsic-size: 575px;
}
.home-product-action,
.footer.content,
.footer-top {
    content-visibility:auto;
}
.sections.nav-sections {
    content-visibility:unset; 
} */
body#html-body.customer-account-login #maincontent {
    padding-top: 0;
}

body .header.content .header-panelbottm-section {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.ambrand-index-index .brand-image-desription-wrapper {
    padding-top: 0;
}

.column.main .product-items {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 16px;
}

.page-products .products-grid .product-item:nth-child(3n+1),
.page-products .products-grid .product-item:nth-child(4n+1),
.page-products .products-grid .product-item:first-child,
.page-products .products-grid .product-item,
.page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(3n+1),
.page-products.page-layout-behandlinger_category .products-grid .product-item {
    margin-left: 0;
    flex: 1 30%;
    max-width: 34%;
}

.page-products .columns {
    padding-top: 50px;
}

.contact-index-index #contact-form {
    margin-top: 20px;
}

.swiper-brand .am-image-wrapper,
.swiper-brand .am-image-wrapper>.am-image {
    margin: 0 auto !important;
}

.tabs-content-item .product-item-info span.product.photo.product-item-photo,
.action-carousel .product-item-info span.product.photo.product-item-photo {
    width: auto;
    max-width: 100%;
}

.cms-home .columns .column.main {
    padding-bottom: 0;
}

body .product-item-actions .actions-primary {
    display: block;
}

body.page-products .products-grid .product-item .tocart {
    display: block;
}

.products-grid .product-item-actions {
    margin: 0px 0 10px 0px;
    opacity: 1;
    text-align: center;
}

body#html-body .products-grid .product-item .tocart {
    line-height: normal;
    white-space: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    margin: 0 auto;
}

.products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
    position: initial;
}

.page-products .product-item-info {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    z-index: 1 !important;
}

body .home-product-action .contentInner {
    width: 100%;
    margin-left: 0%;
    margin: 0 auto;
    padding: 0 10px;
}

.contentInner .owl-carousel.action-carousel .owl-item img {
    display: block;
    margin: 0 auto;
    width: auto;
}

.home-product-action .contentInner .action-carousel .product-item-info {
    padding: 15px 0 0;
}

body .homeAboutUs .about-content h5 {
    margin: 10px 0 15px;
}

body .home-about-us {
    padding: 20px 0px 0px;
}

@-webkit-keyframes menu-float {
    from {
        -webkit-transform: translate3d(0px, -60px, 0px);
        transform: translate3d(0px, -60px, 0px)
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

@keyframes menu-float {
    from {
        -webkit-transform: translate3d(0px, -60px, 0px);
        transform: translate3d(0px, -60px, 0px);
        -moz-transform: translate3d(0px, -60px, 0px);
        -ms-transform: translate3d(0px, -60px, 0px);
        -o-transform: translate3d(0px, -60px, 0px);
    }

    to {
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px)
    }
}

.page-header.sticky {
    position: fixed;
    -webkit-animation: menu-float .5s ease-in-out;
    animation: menu-float .5s ease-in-out;
    -webkit-box-shadow: 0px 1px 1px #2d1b0d;
    -moz-box-shadow: 0px 1px 1px #2d1b0d;
    box-shadow: 0px 1px 1px #2d1b0d;
}

body .page-header.sticky .header-panelbottm-section {
    display: none !important;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: -10000;
    left: -200%;
    transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
}

.overlay.active {
    z-index: 10000;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.catalog-product-view .product-info-main .price-box .price-container>span.rewards__product-points {
    position: absolute;
    top: -35px;
    width: auto;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

/* @media screen and (max-width: 1440px) and (orientation: landscape) { */
.navigation,
.page-wrapper .breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper>.widget,
.page-wrapper>.page-bottom,
.block.category.event,
.top-container,
.page-main,
.footer-top-content,
.home-three-promotions,
.contentInner,
.navigation,
.ambrand-index-index .brand-image-desription-wrapper,
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-description .page-title-wrapper h1,
.catalog-category-view .brand-image-desription-wrapper .category-description .page-title-wrapper h1 {
    width: 100%;
}

.home-three-promotions {
    overflow: hidden;
}

.catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.columns .column.main {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}

.catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}

body .form .search-autocomplete {
    top: 39px;
    /* height: 70vh; */
    border-bottom: 1px solid #dcdcdc;
    margin: 0px;
}

body .block-search .label.active+.control input {
    border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    height: 40px;
    z-index: 999;
    margin: 0;
}

body .navigation .navigation__list a {
    padding-top: 5px;
    padding-bottom: 5px;
}

#html-body .nav-sections-item-content {
    height: 100vh;
}

#html-body .navigation .submenu:not(:first-child) ul {
    padding-left: 0px;
    padding-top: 10px;
}

/* } */

.home-featured-categories .featured-wrapper .featured-category ul li {
    flex: 1;
}

.home-featured-categories .featured-wrapper .featured-category ul {
    margin-left: 0;
}

body .sections.nav-sections.openMobMenu .addition-sidemenu {
    display: block !important
}

.navigation__mobile,
.nav-sections-item-title.active,
.nav-sections-item-title {
    display: none;
}

.navigation .submenu {
    padding-top: 0px;
}

.contentInner:not(.bestseller) .bestseller-mob {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 0;
}

.contentInner:not(.bestseller) .bestseller-mob .product-item {
    position: relative;
    flex: 1 25%;
    margin-bottom: 20px;
    max-width: 25%;
    align-self: stretch;
}

.contentInner:not(.bestseller) .bestseller-mob .product-item .product-item-info {
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 8px;
}

body .product-item-actions .actions-primary form {
    text-align: right;
}

.column.main .contentInner:not(.bestseller) .product-items.bestseller-mob {
    padding: 10px 10px 0;
    gap: 16px;
}

.logo-mob-sidemenu {
    text-align: left;
    margin: 10px 0;
    padding-left: 30px;
}

.nav-sections-item-content:before,
.nav-sections-item-content:after {
    content: '';
    display: table;
}

@media screen and (max-width: 1440px) {
    .addition-sidemenu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    body .homeTopPromotion .top-slide-item img {
        height: 400px;
        object-fit: cover;
        object-position: left;
    }

    #html-body.cms-page-view.page-layout-black_friday_2021 #maincontent {
        padding-top: 66px;
    }

    .navigation,
    .breadcrumbs,
    .page-header .header.panel,
    .header.content,
    .footer.content,
    .page-main,
    .page-wrapper>.widget,
    .page-wrapper>.page-bottom,
    .block.category.event,
    .top-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navigation a {
        display: block;
        padding-top: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        padding-left: 15px;
    }

    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        margin-top: 71px;
        width: 100%;
        padding: 0 0 25px;
    }

    .catalog-product-view .product-info-main .product-info-price .price-box .price-container>span.rewards__product-points {
        position: absolute;
        top: -25px;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .amsearch-form-container .search-autocomplete .amsearch-leftside .amsearch-products {
        display: flex;
        flex-direction: column;
    }

    .amsearch-products .amasty-xsearch-block-header {
        order: 1;
    }

    .amsearch-products .amsearch-wrapper-content {
        order: 3;
    }

    .amsearch-products .amsearch-more-results {
        margin-top: 0px;
        text-align: center;
        order: 4;
    }

    .amsearch-products .amsearch-more-results.cloned {
        order: 2;
    }

    .amsearch-results .popular_searches {
        text-align: left;
    }

    .search-autocomplete .amsearch-results div:not([data-click-url]) .amasty-xsearch-block-header {
        padding: 8px 10px;
    }

    .amsearch-form-container.-opened .amsearch-leftside .amsearch-item {
        padding: .7rem 1rem .7rem 1rem;
    }

    .form .search-autocomplete {
        top: 59px;
        margin: 0px;
    }

    .amsearch-results {
        padding: 0px;
    }

    .navigation a {
        font-size: 14px;
    }

    #custom-message-form {
        width: 80%;
        padding: 30px;
    }

    .page-layout-behandlinger_product .product-info-main .treatment-action {
        padding-bottom: 20px;
    }

    .page-layout-behandlinger_product .product.media,
    .page-layout-behandlinger_product .product-info-main {
        width: 100%;
    }

    .restricted-product .product-info-main .product.attribute.overview ul {
        padding-left: 30px;
    }

    .page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(4n+1) {
        margin-left: 2%;
    }

    .page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(3n+1) {
        margin-left: 2%;
    }

    .page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(2n+1) {
        margin-left: 0;
    }

    .page-products.page-layout-behandlinger_category .products-grid .product-item {
        width: calc((100% - 2%)/2);
        margin-left: 2%;
    }

    .checkout-klarna-index .opc-block-summary .minicart-items-wrapper .minicart-items li {
        padding: 20px 0 10px 0;
    }

    .checkout-klarna-index .opc-sidebar .modal-inner-wrap {
        padding: 20px;
    }

    .product-gavekort #product-options-wrapper {
        padding: 10px 0px 5px 15px;
    }

    .checkout-klarna-index .opc-block-summary .minicart-items .product {
        flex-direction: row;
        justify-content: flex-start;
    }

    .checkout-klarna-index #opc-sidebar .minicart-items .product>.product-image-container {
        margin-right: 15px;
    }

    .checkout-klarna-index .opc-block-summary .minicart-items .product-item-details {
        width: calc(80% - 180px);
    }

    .checkout-klarna-index div.mage-error[generated] {
        position: absolute;
        width: 87%;
        text-align: right;
    }

    .checkout-klarna-index .checkout-payment-method .payment-option {
        margin: 0;
    }

    .checkout-klarna-index .cart-totals .grand .mark,
    .checkout-klarna-index .opc-block-summary .table-totals .grand .mark,
    .checkout-klarna-index .cart-totals .grand .amount,
    .checkout-klarna-index .opc-block-summary .table-totals .grand .amount {
        font-size: 16px
    }

    .checkout-klarna-index .opc-block-summary .minicart-wrapper {
        margin-top: 0px;
    }

    .checkout-klarna-index .opc-block-summary .minicart-wrapper .action.showcart .counter.qty {
        display: inline-block;
        content: '0';
        position: absolute;
        left: 70%;
        top: 30px;
        margin-left: -10px;
        background: #000;
        border-radius: 100%;
        height: 21px;
        width: 23px;
        line-height: 20px;
        vertical-align: middle;
    }

    .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty.empty,
    .header-wrapper-right .minicart-wrapper .action.showcart .counter.qty {
        display: inline-block;
        content: '0';
        position: absolute;
        left: 50.5%;
        top: 22px;
        margin-left: -10px;
        background: #000;
        border-radius: 100%;
        height: 18px;
        min-width: 19px;
        width: auto;
        line-height: 18px;
        vertical-align: middle;
        font-size: 11.5px;
    }

    #product-options-wrapper {
        border-bottom: none;
    }

    .product-info-main .product-add-form .box-tocart .control {
        padding-left: 1px;
        border-top: solid 1px #dcdcdc;
        padding-top: 10px;
    }

    .page-product-configurable .product-info-main .product-add-form .box-tocart {
        position: relative;
        width: 100%;
    }

    .product-info-price {
        width: 100% !important;
    }

    #product-options-wrapper {
        justify-content: center;
        padding-left: 0;
    }

    .product-title-brand a.brandName,
    .product-info-main .page-title-wrapper h1 {
        padding-left: 0;
    }

    .swatch-option.text {
        margin-left: 4px;
        margin-right: 4px;
    }

    .swatch-attribute.unit {
        text-align: center;
    }

    .page-header .header.panel {
        padding: 0;
    }

    .arrow_down:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 15px;
        margin-top: 2px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        text-align: center;
        transition: all 0.3s linear 0.0s, all 0.3s linear 0.0s;
    }

    .arrow_down.active:after {
        transform: rotate(90deg);
    }

    .arrow_down {
        cursor: pointer;
        margin-left: 10vw;
        transform: rotate(0deg);
        z-index: 16;
        position: absolute;
        right: -10px;
        top: -5px;
        padding: 15px;
    }

    .sub_arrow_down:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px;
        margin-top: 3px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'luma-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        text-align: center;
    }

    .sub_arrow_down {
        cursor: pointer;
        position: absolute;
        right: 0;
        z-index: 999;
        transform: rotate(0deg);
        padding: 10px;
        line-height: 1;
        margin-top: -7px;
        transition: all 0.3s linear 0.0s, all 0.3s linear 0.0s;
    }

    .closeMobileNav {
        right: 20px;
        top: 15px;
        position: absolute;
        cursor: pointer;
        z-index: 111;
    }

    .closeMobileNav::before {
        font-size: 22px;
        line-height: 14px;
        color: #000;
        content: '\e616';
        font-family: 'luma-icons';
        margin: 0;
        font-weight: 300;
        overflow: visible;
    }

    .navigation {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 15px;
    }

    .nav-sections-item-content {
        margin-top: 0px;
    }

    .header-wrapper-left ul li,
    .header-wrapper-right .link.wishlist {
        display: none;
    }

    .header-wrapper-right .minicart-wrapper {
        margin: 0;
        width: 50%;
        padding-left: 0px;
    }

    .page-header {
        margin-bottom: 0;
        z-index: 4;
        position: relative;
        width: 100%;
        background: #fff;
    }

    .block-search .label {
        float: none;
    }

    .block-search .control {
        border-top: none;
    }

    .block-search .label:before {
        font-size: 26px;
        line-height: 30px;
    }

    .minicart-wrapper .action.showcart::before,
    .minicart-wrapper .action.showcart.active::before {
        font-size: 26px;
    }

    .block-search .label.active+.control input {
        border-bottom: solid 1px #dcdcdc;
        z-index: 999;
        margin: 0;
    }

    /* Home Page End */
    .page-main>.page-title-wrapper .page-title {
        margin-top: 20px;
    }

    /* Kontakt End */
    /* Shoping Cart Checkout End */
    body.category-fokus header.page-header {
        margin-bottom: 20px;
    }

    body.category-fokus .nav-sections {
        margin-bottom: 0px;
    }

    .filter-no-options .filter-title:before {
        background: transparent;
        z-index: 1;
    }

    /* Focus End */
    body.category-kampanje header.page-header {
        margin-bottom: 5px;
    }

    body.category-kampanje .nav-sections {
        margin-bottom: 0px;
    }

    body.catalog-category-view .filter-no-options .filter-content {
        margin-bottom: 0;
    }

    body.category-kampanje .filter-no-options .filter-content {
        margin-bottom: 0;
    }

    body.category-fokus .filter-no-options .filter-content {
        margin-bottom: 0;
    }

    body .filter-title strong {
        top: -4px;
    }

    /* Price Product Page */
    .product-add-form .price-box {
        border: none;
        float: unset;
        width: 50%;
        padding-top: 20px;
        margin-bottom: 0px;
        border-right: none;
        padding-top: 0px;
        padding-bottom: 0px;
        display: flex;
        align-items: center;
        min-height: 45px;
        position: relative;
        justify-content: center;
        flex-wrap: wrap;
    }

    .total-wrapp {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .rating-wish-share {
        width: 100%;
        padding: 10px 15px 0;
        border-top: solid 1px #dcdcdc;
    }

    .product-info-main .price-box .price-container {
        line-height: normal;
        font-size: 24px;
        display: inline-block;
        margin: 0 10px;
    }

    .product-add-form .price-box,
    .product-add-form .price-box .price-container .price-wrapper {
        width: auto;
        padding-left: 0px;
        padding-right: 0px;
        flex: 1 65%;
        display: flex;
        position: initial;
    }

    .product-info-main .price-box .price-container .price-wrapper .price {
        font-size: 28px;
        line-height: 1;
        color: #000;
        font-weight: 500;
    }

    .product-info-main .product-add-form .box-tocart .control {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        min-height: 45px;
        border: none;
    }

    .product-info-main .product-add-form .box-tocart {
        padding: 0px;
        border: none;
        margin: 0 10px 10px;
        flex: auto;
    }

    .product-info-main .price-box .old-price {
        order: -1;
    }

    .product-info-main .price-box .old-price .price-container .price-wrapper .price {
        color: #bababa;
    }

    .product-info-main .price-box .price-container .price-label {
        display: none !important;
    }

    .product-info-main .price-box .old-price .price {
        text-decoration: line-through;
    }
}

/******** NAVIGATION *****************/

.page-header {
    margin-bottom: 0;
    z-index: 4;
    position: relative;
    top: 0;
    width: 100%;
    background: #fff;
    height: auto;
    border: none;
}

.cms-home #maincontent,
#maincontent {
    padding-top: 0px;
}

.amasty_xlanding-page-view .brand-image-desription-wrapper,
.catalog-category-view .brand-image-desription-wrapper,
.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper {
    top: 10px;
}

.amasty_xlanding-page-view .brand-image-desription-wrapper .category-image-title+.category-description .page-title-wrapper,
.amasty_xlanding-page-view .brand-image-desription-wrapper>.category-description>.page-title-wrapper,
.catalog-category-view .brand-image-desription-wrapper>.category-description>.page-title-wrapper,
.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper>.category-description>.page-title-wrapper,
.category-produkter.amshopby-index-index .brand-image-desription-wrapper .category-image-title+.category-description .page-title-wrapper {
    max-width: 100%;
}

#html-body .nav-sections-item-content {
    overflow-x: hidden;
}

#html-body .header-wrapper-right .block-search,
#html-body .header-wrapper-right,
#html-body .header-wrapper-right .minicart-wrapper {
    width: auto;
    border-right: none;
}

#html-body .header-wrapper-right .block-search {
    padding: 0 0 0 15px;
}

#html-body .header-wrapper-right {
    padding-right: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
}

.header-wrapper-center .logo img {
    object-fit: contain;
    object-position: left;
    width: 124px;
    height: 45px;
}

.header-wrapper-center .logo {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 7.5px 0 2.5px 0;
}

.nav-toggle {
    right: 20px;
    left: unset;
    top: 10px;
    width: auto;
}

.header-wrapper-center {
    width: auto;
    text-align: left;
    padding-left: 20px;
    flex-grow: unset;
    border: none;
    height: 60px;
}

body .header.content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    height: auto;
}

body .navigation {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    overflow: visible;
}

body .addition-sidemenu {
    padding: 5px 40px 30px;
}

/* #html-body .navigation .producter_block:hover>ul,
#html-body .navigation .brands_h:hover>ul,
#html-body .navigation .focus_block:hover>ul {
    padding: unset !important;
} */

body .navigation>ul {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 20px;
}

body .navigation>ul>li {
    width: 100%;
}

body .navigation .navigation__list a {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 600;
}

body .box_image_text_bottom,
body .Innisfree_block,
body .saint_sephora_block {
    display: none;
}

.nav-sections,
.navigation {
    background: #fff;
}

.nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
}

.navigation .level1 {
    border-top: none;
}

.nav-sections-item-content>.navigation.slide-left {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.nav-sections-item-content>.navigation {
    transition: transform 0.5s ease;
    height: auto;
    padding-top: 15px;
    -webkit-transition: transform 0.5s ease;
    -moz-transition: transform 0.5s ease;
    -ms-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
}

.navigation .parent {
    position: relative;
}

.navigation .parent .level-top:after {
    display: none;
}

.navigation .level1.active>a:not(.ui-state-active),
.navigation .level1.has-active>a:not(.ui-state-active) {
    border-left-width: 0px;
    border-bottom: none;
    padding-left: 0px;
    padding: 6px 40px 5px 35px;
    text-decoration: underline;
}

.navigation .level1.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
.navigation .level1.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px;
}

.navigation .level1>.level2.active {
    text-decoration: underline;
}

.openMobMenu .navigation li.parent.level-top .c-nav:after,
.openMobMenu .navigation li.parent>a:before {
    content: '\e621';
    font-family: 'luma-icons';
    transform: rotate(90deg);
    color: black;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 50%;
    cursor: pointer;
    font-size: 20px;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.navigation li.parent.ui-menu-item.level1 a:before,
.navigation li.parent.ui-menu-item.level1 .c-nav:after {
    margin-top: -21px;
}

.navigation .submenu {
    width: 100%;
    top: 0 !important;
    left: 0% !important;
    position: fixed !important;
    z-index: 3;
    transition: all 0.5s ease-out;
    height: 100%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.navigation .parent .level-top .ui-menu-icon:after {
    content: 'aaaa';
    width: 30px;
    height: 30px;
    background: red;

}

.navigation li.ui-menu-item.all-category {
    display: none;
}

.navigation .submenu {
    width: 100%;
    top: 0 !important;
    left: 0% !important;
    display: none !important;
    position: fixed !important;
    z-index: 3;
    transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
    padding-top: 50px;
}

.navigation .level1.submenu.display-menu {
    z-index: 3;
    transition: all 0.5s ease-out;
    color: #000 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.navigation .level2.submenu.display-menu {
    z-index: 4;
    transition: all 0.5s ease-out;
    color: #000 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.navigation .level3.submenu.display-menu {
    z-index: 5;
    transition: all 0.5s ease-out;
    color: #000 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}


.navigation .level1.submenu.display-menu .level2.submenu {
    left: 200% !important;
    display: flex !important;
    transition: all 0.3s ease-in-out 0.0s;
    -moz-transition: all 0.3s ease-in-out 0.0s;
    -ms-transition: all 0.3s ease-in-out 0.0s;
    -o-transition: all 0.3s ease-in-out 0.0s;
    -webkit-transition: all 0.3s ease-in-out 0.0s;
}

.navigation .level1.submenu.display-menu,
.navigation .level1.submenu.display-menu .level2.submenu.display-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    left: 100% !important;
    top: 0px !important;
    transition: all 0.5s ease-out;
    box-shadow: none;
    overflow-y: auto;
    padding: 0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.navigation .level1.submenu.display-menu.moved-left,
.navigation .level2.submenu.display-menu.moved-left,
.navigation .level3.submenu.display-menu.moved-left {
    display: block !important;
    left: 0% !important;
    top: 0 !important;
    overflow-y: hidden;
}

.navigation .level1.submenu.display-menu.moved-right,
.navigation .level1.submenu.display-menu .level2.submenu.display-menu.moved-right,
.navigation .level1.submenu.display-menu .level3.submenu.display-menu.moved-right {
    display: block !important;
    left: 200% !important;
    top: 0 !important;
}

.navigation .submenu h4.menuHeading {
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 600;
    position: relative;
    margin-top: 0px;
    padding-left: 25px;
    margin-bottom: 10px;
    color: #000;
}

.navigation .submenu h4.menuHeading span+span {
    border-bottom: solid 2px #cbbc80;
}

.navigation .submenu h4.menuHeading span.backBt {
    display: block;
    vertical-align: top;
    padding-bottom: 15px;
    font-size: 16px;
    padding-left: 0px;
    position: relative;
    margin-top: 15px;
}

.navigation .submenu h4.menuHeading span.backBt:before {
    content: '\e621';
    font-family: 'luma-icons';
    transform: rotate(-90deg);
    position: absolute;
    font-size: 14px;
    top: 0px;
    left: -20px;
}

.navigation li.level3>span {
    padding: 5px 0px 5px 30px;
    display: block;
    font-size: 16px;
}

.navigation .submenu:not(:first-child)>li>a {
    padding-left: 5px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

#html-body .navigation .level-top a {
    border-bottom: solid 1px #cbbc80;
}

#html-body .navigation .submenu:not(:first-child) ul {
    padding-left: 0px;
}

.navigation .submenu:not(:first-child) ul>li a {
    color: #000;
}

.sections.nav-sections {
    background: #fff;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: -100%;
    width: calc(100% - 20px);
    left: unset;
    transition: right 0.3s;
}

.sections.nav-sections.openMobMenu {
    right: 0%;
    left: unset;
}

.home-featured-categories .featured-wrapper .featured-category ul li img {
    margin-bottom: 0px;
    border-radius: 100%;
    width: 107px;
    height: 107px;
    object-fit: cover;
}

.home-featured-categories .featured-wrapper .featured-category h2 a {
    color: #000;
    font-size: 18px;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

.home-featured-categories .featured-wrapper .featured-category ul li {
    margin: 6px 12px 0 12px;
    text-align: center;
    vertical-align: top;
}

body .amslider-header-container {
    padding: 10px 10px 0;
}

body .amslider.ambrands-slider {
    margin-top: 0px;
    margin: 0px auto;
}

.videPromotionsWrapper {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 0 10px;
}

.home-three-promotions {
    margin-top: 0px;
    max-width: 100%;
    padding: 0px;
}

.home-tabs-content {
    padding-bottom: 20px;
}

.twoPromotionsWrapper {
    margin-bottom: 30px;
}

.twoPromotionsWrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.promotion_block.promotion_1 {
    margin-right: 20px;
    padding: 0 10px;
}

body .homeAboutUs img.mainimage {
    width: 100%;
}

.homeAboutUs .about-content {
    width: 40%;
}

.homeAboutUs {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.homeAboutUs h4 {
    position: absolute;
    bottom: 20px;
    height: 80%;
    width: 165px;
}

.home-blog-container .action-contaner {
    margin-bottom: 20px;
}

@media only screen and (max-width:915px) {
    .modal-popup.popup-authentication .block-authentication {
        display: flex;
        flex-direction: column-reverse;
    }

    .block-authentication .block[class]+.block {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .block-authentication .block[class]+.block::before {
        top: unset;
        bottom: -18px;
    }

    .navigation:before {
        display: none;
    }

    .homeAboutUs h4 {
        top: 0;
        height: 39%;
        font-size: 4.4rem;
        width: 30%;
    }

    .promotion_block.promotion_1 {
        margin-right: 5px;
    }

    .promotion_block.promotion_2 {
        margin-left: 5px;
    }

    .promotion_block.promotion_1,
    .promotion_block.promotion_2 {
        width: auto;
    }

    .promotion_block.promotion_1 img,
    .promotion_block.promotion_2 img {
        margin: 0 auto;
    }

    .amslider.ambrands-slider .ambrands-inner {
        padding-bottom: 0px;
    }

    .videPromotionsWrapper {
        margin-bottom: 0px;
    }

    .home-tabs-content {
        padding-bottom: 0px;
    }

    .twoPromotionsWrapper {
        margin-bottom: 20px;
    }

    .filter.active .filter-title {
        height: 50px;
    }

    .filter.active .filter-title strong {
        padding: 0;
        right: 20px;
        top: 14px;
        left: unset;
    }

    .checkout-klarna-index .opc-block-summary .minicart-items-wrapper .minicart-items li {
        padding: 20px 0 20px 0;
    }

    .checkout-klarna-index #opc-sidebar .minicart-items-wrapper .minicart-items li {
        padding: 10px 0 10px 0;
    }

    .checkout-klarna-index #opc-sidebar .minicart-items .product-item-details,
    .checkout-klarna-index .opc-block-summary .minicart-items .product-item-details {
        width: auto;
    }

    .checkout-klarna-index #opc-sidebar .minicart-items .product-image-container {
        width: auto !important;
    }

    .checkout-klarna-index #opc-sidebar .minicart-items .product>.product-image-container {
        height: 90px !important;
    }

    .checkout-klarna-index .opc-block-summary li.product-item .product span.product-image-wrapper img {
        max-width: 90px;
        object-fit: contain;
        object-position: top;
    }

    .home-three-promotions {
        margin-top: 0px;
    }

    .catalog-category-view .page-main .category-description,
    .ambrand-index-index .brand-image-desription-wrapper .category-description .category-description {
        position: relative;
        overflow: hidden;
        height: 81px;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .catalog-category-view .page-main .category-description::after,
    .ambrand-index-index .brand-image-desription-wrapper .category-description .category-description::after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 60%);
        pointer-events: none;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .catalog-category-view .page-main .category-description.active::after,
    .ambrand-index-index .brand-image-desription-wrapper .category-description .category-description.active:after {
        opacity: 0;
    }

    .catalog-category-view .page-main .category-description.active,
    .ambrand-index-index .brand-image-desription-wrapper .category-description .category-description.active {
        height: auto;
    }

    body .homeAboutUs .about-content {
        width: auto;
        padding: 0 20px;
        margin: 0px !important;
        left: 0;
        right: 0;
    }

    body .home-horizontal-tabs {
        margin: 0;
    }

    body .home-featured-categories {
        padding: 20px 10px;
    }

    .home-featured-categories .featured-wrapper .featured-category h2 a {
        font-size: 16px;
    }

    ul.blog_list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0px;
        padding: 0 10px;
    }

    ul.blog_list li {
        flex: 1 40%;
    }

    ul.blog_list li .featured_post_image .imgWrapper:before {
        left: -10px;
        top: -10px;
    }

    ul.blog_list li:nth-child(even) .featured_post_image .imgWrapper:before {
        right: 10px;
    }

    ul.blog_list li:nth-child(even) .featured_post_image .imgWrapper:before {
        right: -10px;
        top: -10px;
    }

    ul.blog_list li {
        padding-top: 12px;
        padding-bottom: 10px;
        justify-content: flex-start;
    }

    ul.blog_list .post_desc {
        position: relative;
        overflow: hidden;
        height: 80px;
        transition: all 0.3s ease-in-out;
    }

    ul.blog_list .post_desc::after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 60%);
        pointer-events: none;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    ul.blog_list .post_desc.active {
        height: auto;
    }

    ul.blog_list .post_desc.active::after {
        opacity: 0;
    }

    ul.blog_list li .featured_post_image .imgWrapper img {
        position: relative;
        z-index: 2;
        object-fit: contain;
        object-position: center;
    }
}

body .contentInner.bestseller .bestseller-mob .product-item {
    flex: 0 33%;
    max-width: 32%;
}

.home-featured-categories .featured-wrapp,
.home-featured-categories .home-tabs-nav {
    width: calc(100% - 20px);
}

@media only screen and (max-width: 767px) {

    body.checkout-klarna-index .checkout-container .opc-estimated-wrapper .action.showcart.not_logged::before,
    body.checkout-klarna-index .checkout-container .opc-estimated-wrapper .action.showcart.not_logged.active::before {
        content: "Logg inn på kontoen din for å se og bruke dine lojalitetspoeng og angi rabattkode ↗";
    }

    .product-info-main .price-box .price-container .price-wrapper .price,
    .amrelated-summary-content .main.price {
        font-size: 24px;
    }

    .product-info-main .price-box .old-price .price-container .price-wrapper .price {
        font-size: 20px;
    }

    body .header.content .header-panelbottm-section {
        height: auto;
        padding: 0 5px;
    }

    #html-body.cms-page-view.page-layout-black_friday_2021 #maincontent {
        padding-top: 0px;
    }

    body.customer-account-login .header-wrapper-right .block-search {
        display: flex;
    }

    body .block-search .search .control {
        position: absolute;
        top: -180px;
        height: 40px;
    }

    body .block-search .-opened .search .control {
        top: 60px;
    }

    .block-search .label.active:before {
        content: '\e615';
        font-family: 'luma-icons';
        display: block;
        font-size: 26px;
        line-height: 30px;
    }

    .form .search-autocomplete {
        top: 39px;
        margin: 0px;
    }

    .block-search .label.active+.control input {
        border-top: solid 1px #dcdcdc;
        height: 40px;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0px;
    }

    body.checkout-klarna-index .checkout-payment-method .payment-option-title .action-toggle span:first-child {
        display: inline-block;
    }

    body .contentInner.bestseller .bestseller-mob .product-item {
        flex: 0 48%;
        max-width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .opened-mini-cart .minicart-wrapper .mage-dropdown-dialog {
        height: calc(100vh - 50px);
    }

    .opened-mini-cart .minicart-wrapper .mage-dropdown-dialog::before {
        content: '';
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        z-index: 900;
        width: 280px;
    }

    .opened-mini-cart .page-header.sticky .minicart-wrapper .mage-dropdown-dialog {
        height: 100vh;
    }

    .minicart-items .product-image-wrapper .product-image-photo {
        height: 120px !important;
        width: 120px !important;
    }

    .block-minicart .block-content .minicart_footer {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .checkout-klarna-index .opc-block-summary .minicart-items .product-item-details .price-including-tax,
    .checkout-klarna-index .opc-block-summary .minicart-items .product-item-name,
    .checkout-klarna-index .opc-block-summary .minicart-items .product-item-details .details-qty {
        text-align: left;
    }

    .tooltip.wrapper .tooltip.content {
        left: 30%;
    }

    .homeAboutUs h4 {
        font-size: 3rem;
    }

    .homeAboutUs .about-content .inner_content {
        position: relative;
        overflow: hidden;
        height: 142px;
        transition: all 0.3s ease-in-out;
    }

    .homeAboutUs .about-content .inner_content::after {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        content: "";
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 5%, rgba(255, 255, 255, 0) 60%);
        pointer-events: none;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .homeAboutUs .about-content .inner_content.active::after {
        opacity: 0;
    }

    .homeAboutUs .about-content .inner_content.active {
        height: auto;
    }

    body .top-slide-item.show-slide.black-week-2021 .contentWrapper {
        top: 160px;
    }

    .pr-img-qty .details-qty.qty button.update-cart-item {
        width: 100%;
        margin-left: 0;
        margin: 10px 0 5px;
    }

    .pr-img-qty .details-qty.qty {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .column.main .product-items {
        gap: 15px 10px;
    }

    body#html-body .block.newsletter input {
        padding: 0 0 0 14px;
    }

    .page-products .product-item-link {
        height: auto;
    }

    body#html-body .block.newsletter input [type="email"] {
        width: 100%;
    }

    body .footer-top-content .block.newsletter .title strong:hover,
    body .footer-top-content .block.newsletter input[type="email"]:hover::placeholder {
        border: none;
    }

    .page-products .products-grid .product-item:nth-child(3n+1),
    .page-products .products-grid .product-item:nth-child(4n+1),
    .page-products .products-grid .product-item:first-child,
    .page-products .products-grid .product-item,
    .page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(3n+1),
    .page-products.page-layout-behandlinger_category .products-grid .product-item {
        max-width: calc(50% - 5px);
    }

    .home-featured-categories .featured-wrapper .featured-category h2 a {
        font-size: 14px;
    }

    .home-featured-categories .featured-wrapper .featured-category ul li img {
        min-width: 107px;
        width: 107px;
        height: 107px;
    }

    .cms-home #maincontent,
    .cms-page-view #maincontent {
        padding-top: 0px;
        margin-top: 0px;
    }

    #html-body .header-wrapper-right .block-search {
        position: static;
        border-bottom: none;
    }

    /* body .home-product-action .contentInner {
        width: 65%;
        margin-left: 0%;
        margin: 0 auto;
    } */

    body .homeAboutUs h4 {
        height: 345px;
    }

    .promotion_block.promotion_1 {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 609px) {
    .home-product-action .owl-carousel .owl-item img.owl-lazy {
        height: 200px;
        object-fit: contain;
    }
}

@media screen and (max-width: 588px) {
    .promotion_block.promotion_2 {
        margin-left: 0px;
    }

    .promotion_block.promotion_1 {
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .twoPromotionsWrapper {
        flex-direction: column;
    }

    body .homeTopPromotion .top-slide-item img {
        height: 310px;
    }
}

.contentInner:not(.bestseller) .bestseller-mob .product-item {
    flex: 1 48%;
    max-width: 50%;
    min-width: 185px;
}

.bestseller-mob .product-item {
    position: relative;
}

@media screen and (max-width: 510px) {

    ul.blog_list li .featured_post_image {
        width: 100%;
        text-align: center;
    }

    .catalog-product-view .product-info-main .price-box .price-container>span.rewards__product-points {
        top: -55px;
    }

    body .block-search .label:not(.active)::after {
        display: none;
    }
}

.checkout-klarna-index #maincontent {
    padding-top: 30px;
}

body .page-wrapper .breadcrumbs {
    margin: 15px auto 15px;
}

@media screen and (max-width: 479px) {
    .homeAboutUs h4 {
        font-size: 2rem;
    }

    .header-panelbottm-section {
        font-size: 11px;
    }

    .checkout-klarna-index #maincontent {
        padding-top: 50px;
    }

    body .page-wrapper .breadcrumbs {
        margin: 30px 0 10px;
    }

    .customer-account-login .page-main>.page-title-wrapper .page-title {
        margin-top: 40px;
    }

    .amasty_xlanding-page-view .brand-image-desription-wrapper,
    .catalog-category-view .brand-image-desription-wrapper,
    .category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper,
    .category-produkter.amshopby-index-index .brand-image-desription-wrapper {
        margin-top: 10px;
    }
}

@media screen and (max-width: 430px) {
    body.catalog-product-view .fotorama__wrap--css3 .fotorama__stage {
        max-height: 300px;
    }

    body.catalog-product-view #maincontent {
        padding-top: 10px;
    }

    .page-main>.page-title-wrapper .page-title {
        margin-top: 30px;
    }

    body .homeAboutUs h4 {
        height: 300px;
    }

    .homeAboutUs .about-content h5 {
        padding: 10px 20px;
    }

    body .homeTopPromotion .top-slide-item img {
        height: auto;
    }

    body .top-slide-item.show-slide .contentWrapper {
        height: 148px;
    }

    body .filter-title strong {
        top: -4px;
        padding: 7px 10px;
        font-size: 14px;
    }

    ul.blog_list li .featured_post_content h4 {
        margin: 10px 0;
    }

    .cms-home #maincontent {
        height: 100%;
    }

    body#html-body .products-grid .product-item .tocart {
        font-size: 13px;
        padding: 7px 10px;
    }
}

@media screen and (max-width: 359px) {
    .contentInner:not(.bestseller) .bestseller-mob .product-item {
        flex: 1 30%;
        max-width: 25%;
        min-width: 142px;
    }

    body .homeAboutUs h4 {
        height: 255px;
    }
}

.page-layout-1column .product-info-main {
    width: 100%;
    margin-top: 40px;
}

.page-layout-1column .product.media {
    width: 100%;
}

.product-info-main .product.attribute.overview {
    font-size: 16px;
}

.product-info-main .product-add-form .box-tocart .control {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-info-main .product-info-price {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    border-right: none;
}

.product-info-main .product-info-price .price-box,
.product-info-main .product-info-price .price-box .price-container .price-wrapper {
    width: auto;
    padding-left: 0px;
}

.page-main .product-info-main .stock.unavailable {
    padding-right: 0;
}

.product.data.items>.item.title {
    width: 100%;
}

.product.data.items>.item.title.active>a.switch {
    display: flex;
    justify-content: center;
}

.product.data.items>.item.title>a.switch {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #2d1b0d;
}

.product.data.items>.item.content {
    padding: 80px 30px 20px 30px;
    margin: 0;
}

.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
    margin-bottom: 0px;
}

.shipping-returns-guarantee_wrapper {
    width: 100%;
}

@media screen and (max-width: 353px) {
    .home-product-action .owl-carousel .owl-item img.owl-lazy {
        height: 178px;
        object-fit: contain;
    }

    .product-add-form .price-box {
        border-right: none;
        border-bottom: solid 1px #dcdcdc;
    }

    .product-info-main .product-add-form .box-tocart {
        margin: 0 10px 0px;
    }

    .product-info-main .product-add-form .box-tocart .qty {
        margin: 0;
    }

    .catalog-product-view .product-info-main .price-box .price-container>span.rewards__product-points {
        top: -50px;
    }
}

/******** NAVIGATION *****************/

@media (min-width: 640px) {
    .cart.table-wrapper .product-item-details {
        padding-left: 75px;
    }

    .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
        border: 0;
        clip: unset;
        height: auto;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: unset;
        width: 100%;
    }

    body .amslider.ambrands-slider {
        padding: 0 50px !important;
    }
}

.catalog-product-view #maincontent {
    padding-top: 30px;
}

.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .actions-secondary {
    width: auto;
    padding: 0;
}

.product-item-actions .actions-primary>.stock.unavailable {
    padding-right: 0;
}

.search-autocomplete .amsearch-slider-block .amsearch-item.product-item .product-item-actions {
    padding-top: 10px;
}

.form.subscribe .field.consent {
    text-align: center;
}

body .nav-toggle {
    display: block;
}

body .navigation>ul {
    flex-direction: column;
}

body .page-header .header.panel {
    display: none;
}

body .page-wrapper .breadcrumbs {
    display: block;
}

.home-product-action .action-carousel .owl-nav {
    display: none;
}

.home-product-action .action-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -60px;
}

.home-product-action .action-carousel .owl-nav .owl-next {
    position: absolute;
    right: -60px;
}

.page-layout-2columns-left .sidebar-main {
    width: 100%;
    order: -1;
}

.block-collapsible-nav {
    left: 0;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 3;
}

body.account .block-collapsible-nav .title {
    display: block;
    margin: 20px -15px 0;
}

.account .page-main .page-title-wrapper .page-title {
    margin: 20px 0;
}

.bestseller h2,
.home-featured-categories .featured-inner h2,
.tabs-nav-item.active h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07em;
    margin: 0 0 10px;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 0px;
    align-items: center;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.home-featured-categories .featured-inner h2 {
    padding: 0 0px 10px;
}

.home-featured-categories .featured-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.home-featured-categories .featured-category {
    border-top: 1px solid #2D1B0D;
}

.home-tabs-nav,
body .amslider-header-container,
.home-product-action h6,
.brands_carouselWrapper h6,
.home-blog-container .blog h6 {
    padding: 35px 0px 10px;
    border-bottom: 1px solid #2D1B0D;
    width: calc(100% - 20px);
    margin: 0 auto;
    font-weight: 600;
    font-size: 20px;
}

.home-product-action h6,
.brands_carouselWrapper h6,
.home-blog-container .blog h6 {
    padding-top: 28px;
}

.bestseller .home-tabs-content {
    border-top: 1px solid #2D1B0D;
    width: calc(100% - 20px);
    margin: 0 auto;
}

.bestseller h2 {
    padding-bottom: 10px;
}

.bestseller h2,
.amslider-header-container {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
}

body .amslider-header-container {
    padding-top: 10px;
    text-transform: uppercase;
}

.brands_carouselWrapper {
    background: #fff;
}

.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
    padding: 8px 4px;
}

.amslider.ambrands-slider .ambrands-image-block .ambrands-image,
.amslider.ambrands-slider .ambrands-image-block {
    padding: 0;
    margin: 0;
    box-shadow: 0px 4px 4px 0px #A09E9E14;
    max-width: 100% !important;
}

.home-featured-categories .featured-wrapper .featured-category ul,
.contentInner:not(.bestseller) .bestseller-mob {
    overflow-x: scroll;
    width: 100%;
    margin: 0 auto;
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.column.main .contentInner:not(.bestseller) .product-items.bestseller-mob {
    justify-content: flex-start;
}

.home-featured-categories .featured-wrapper .featured-category h2 a:hover {
    color: #d2c591;
}

.brands_carouselWrapper {
    padding: 10px 0px 0px;
    width: 100%;
}

.featured-cat [data-content-type='row'][data-appearance='contained'] {
    padding-left: 10px;
    padding-right: 10px;
}

.cms-home .brands_carouselWrapper .am-brand-slider.amslider {
    margin: 10px auto;
}

.tabs-content-item .product-item .price-box,
.action-carousel .product-item .price-box {
    float: left;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

body#html-body .product-item-actions .actions-primary form,
.product-item .old-price {
    text-align: center;
}

.home-featured-categories .featured-wrapper .featured-category ul li a {
    line-height: 0;
    display: inline-block;
    color: #000;
}

.home-featured-categories .featured-wrapper .featured-category ul li:first-child {
    margin-left: 0;
}

.home-featured-categories .featured-wrapper .featured-category ul li:last-child {
    margin-right: 0;
}

.home-featured-categories .featured-wrapper .featured-category ul li h2 {
    padding: 0;
}

.home-featured-categories {
    padding: 30px 0;
}

.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper .category-image-title,
.category-produkter.amshopby-index-index .brand-image-desription-wrapper .category-image-title,
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-image-title+.category-description .page-title-wrapper,
.amasty_xlanding-page-view .brand-image-desription-wrapper>.category-description>.page-title-wrapper,
.catalog-category-view .brand-image-desription-wrapper>.category-description>.page-title-wrapper,
.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper>.category-description>.page-title-wrapper {
    margin-bottom: 0px;
    top: 0;
}

.category-produkter.amshopby-index-index .brand-image-desription-wrapper .category-image-title+.category-description .page-title-wrapper {
    top: 50%;
    margin-top: -25px;
}

.category-produkter.amshopby-index-index .brand-image-desription-wrapper .category-image-title {
    margin-bottom: 15px;
    top: 0px;
}

.page.messages .message.success {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 4;
    width: 100%;
    height: auto;
}

.product-title-brand {
    text-align: center;
}

#search_autocomplete {
    display: none;
}

.-opened #search_autocomplete {
    display: block;
    border-bottom: 1px solid #cbbc80;
}

.minicart-items .action.delete:before {
    left: 0px;
}

.top-slide-item.show-instant .promotion_content {
    margin-bottom: 10px;
}

.smd-category-back_menu {
    border-top: none;
    padding: 0;
    margin: 0 0 0px;
    padding-left: 30px;
    padding-right: 20px;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.filter .smd-category-back_menu {
    display: block;
    text-align: left;
}

.filter .smd-category-back_menu .back {
    padding-left: 15px;
    margin: 0;
}

.filter .smd-category-back_menu a span:before {
    transform: unset;
    top: 3px;
    left: -15px;
}

.smd-category-back_menu .back {
    padding-top: 5px;
    padding-bottom: 5px;
}

.smd-category-back_menu a span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    color: #000;
}

.smd-category-back_menu a span:before {
    content: '\e621';
    font-family: 'luma-icons';
    transform: rotate(-90deg);
    position: absolute;
    font-size: 14px;
    top: 1px;
    left: -17px;
}

.toolbar-sorter.sorter label {
    display: none !important;
}

.slideCatwrapper {
    background-color: #2d1b0d;
    background-image: url(../images/h.panel_left.jpg), url(../images/h.panel_right.jpg);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 50px;
    ms-overflow-style: none;
    scrollbar-width: none;
    margin: 10px -15px 10px -5px;
}

body.catalog-category-view #maincontent {
    overflow: hidden;
    padding-top: 5px;
}

ul.smd-slide-categories {
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: max-content;
    display: flex;
}

ul.smd-slide-categories li {
    margin: 15px;
}

ul.smd-slide-categories li a {
    color: #fff;
    font-size: 16px;
}

/* body.page-with-filter .columns .sidebar-main {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
} */

.filter .block-content.filter-content .block-subtitle,
.filter .filter-current .items,
.filter .filter-current+.block-actions {
    display: block;
}

.filter .block-content.filter-content .block-subtitle {
    display: none;
}

.filter-current .items {
    padding: 15px 10px 35px;
}

.filter-actions {
    margin: -32px -10px 25px;
}

@media screen and (max-width: 460px) {
    body.catalog-category-view .filter .filter-current {
        margin: 0px -10px 0px;
    }
}

body.page-with-filter .toolbar {
    margin-bottom: 0px;
}

.page-with-filter .columns .sidebar-main img {
    margin: 0 auto 20px;
    display: block;
}

.nav-sections-item-content .addition-sidemenu .footer-social-links ul.footer-social {
    justify-content: flex-start;
    margin-top: 20px;
}

.nav-sections-item-content .addition-sidemenu .footer-social-links ul.footer-social li:first-child {
    margin-left: 0;
}

#html-body .nav-sections-item-content .header.panel .header.links {
    display: contents;
}

#html-body .nav-sections-item-content .header.panel .header.links .wishlist,
#html-body .nav-sections-item-content .header.panel .header.links li:last-child,
#html-body .nav-sections-item-content .customer-welcome .header.links li:not(:first-child):not(.rewards) {
    display: none;
}

#html-body .nav-sections-item-content .customer-welcome .header.links {
    position: relative;
    top: 0;
    display: contents;
    width: 100%;
    border: none;
}

#html-body .nav-sections-item-content .customer-welcome .header.links li>a {
    border-top: none;
    color: #000;
    padding: 0 15px 0 0;
    margin: 5px 0;
}

#html-body .nav-sections-item-content .customer-welcome .header.links li {
    display: inline-flex;
}

#html-body .nav-sections-item-content .customer-welcome {
    text-align: left;
}

#html-body .nav-sections-item-content .customer-welcome .header.links li.rewards a {
    display: flex;
}

#html-body .nav-sections-item-content .header.panel .header.links .authorization-link {
    margin: 0;
}

#html-body .nav-sections-item-content .header.panel {
    padding: 5px 35px 5px 20px;
    background-color: #cbbc80;
}

#html-body .nav-sections-item-content .header.panel .header.links .authorization-link a {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    border: none;
    letter-spacing: normal;
    padding: 0 15px 0 0;
    margin: 5px 0;
}

.nav-sections .header.links a,
.nav-sections .header.links a:hover {
    font-weight: 600;
}

.minicart-items .product-image-container {
    width: 100% !important;
}

body:not(.ambrand-index-index) .category-image-title .category-image:not(.ambrand-index-index) img {
    mix-blend-mode: overlay;
}

.wishlist-index-index .page.messages .message.success {
    position: relative;
    top: 25px;
    left: 0;
    z-index: 1;
    width: 100%;
}

.slick-slider .slick-arrow.slick-prev,
.slick-slider .slick-arrow.slick-next {
    background: none !important;
    height: 45px;
}

.slick-slider .slick-arrow::before {
    display: none;
}

.slick-slider .slick-arrow::after {
    font-family: 'icomoon';
    color: #8f8f8f;
    background: none;
    font-size: 45px;
    font-weight: normal;
    line-height: 1;
}

.slick-slider .slick-next.slick-arrow::after,
.slick-slider .slick-prev.slick-arrow::after {
    content: "\e909";
}

.custom-slide {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    left: 44px;
    z-index: 900;
}

.custom-slide .modal-inner-wrap {
    box-shadow: 0 0 12px 2px rgb(0 0 0 / 35%);
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
    position: static;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    width: auto;
    background-color: #f4f4f4;
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.custom-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.custom-slide._show {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
}

body.checkout-klarna-index._has-modal-custom .modal-custom-overlay {
    z-index: 19 !important;
}

.checkout-klarna-index .opc-sidebar {
    margin: 0px;
    z-index: 20 !important;
}

#html-body .block.newsletter input {
    margin-right: 0px;
}

body #amasty-shopby-product-list #narrow-by-list .filter-options-item .filter-options-content.show {
    display: block !important;
}

.tooltip.wrapper .tooltip.content:before {
    border-bottom-color: #bbbbbb;
    left: 15px;
    margin-left: -6px;
    position: absolute;
    min-width: 6px;
}

.review-form .action.submit.primary {
    margin: 0;
    width: 100%;
    border-radius: 0;
    background: #a83568;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    color: #fff;
}

.minicart-items-wrapper[data-action="scroll"] {
    height: 100% !important;
}

#html-body .navigation .parent.brands_h .submenu .brands_headlines_all {
    order: 1;
    background-color: #2d1b0d;
}

#html-body .navigation .parent.brands_h.level-top .submenu .brands_headlines_all a {
    border: none;
    color: #fff;
}

.zo-login-wrapper {
    padding-top: 0px;
    margin-top: -20px;
    padding-bottom: 20px;
}

.zo-login-wrapper .price {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 500;
}

.product-item-actions .actions-primary+.actions-secondary>.action.tocompare {
    display: none;
}

.product-item-actions .actions-primary+.actions-secondary>.action.towishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

[data-content-type='products'][data-appearance='carousel'] .product-item-info {
    text-align: center;
    position: relative;
}

html #html-body .amsearch-pagebuilder-carousel {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

html #html-body .amsearch-pagebuilder-carousel .product-item .tocart {
    white-space: unset;
}

.amsearch-pagebuilder-carousel .product-item-name .product-item-link,
body .widget .product-item-name .product-item-link {
    font-size: 14px;
}

body .slick-slider {
    margin: 0 5px;
}

body .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
}

body .klaviyo-close-form,
body .kl-private-reset-css-Xuajs1 svg {
    width: 30px !important;
    height: 30px !important;
    right: 10px !important;
    top: 10px !important;
}

@media screen and (max-width: 340px) {
    html #html-body .amsearch-pagebuilder-carousel .product-item .tocart {
        font-size: 10px;
    }
}

body#html-body .header.content .header-panelbottm-section {
    z-index: 98;
}

/* Beths 8.3 PHP update search */

body .page-header .header.content .amsearch-wrapper-block {
    padding: 0 0 0 15px;
}

body .amsearch-input-wrapper .amsearch-input {
    border: none !important;
}

.page-header .amsearch-wrapper-block:before {
    display: none;
}

.amsearch-wrapper-block {
    width: auto;
}

.header-wrapper-right .minicart-wrapper {
    border-left: none;
}

.page-header .amsearch-wrapper-block {
    flex: unset;
    max-width: 100%;
    position: absolute;
    right: 50px;
    width: 100%;
    top: 0;
}

body .amsearch-form-block {
    position: absolute;
    width: 35px;
    top: 10px;
    right: 10px;
    z-index: 99;
}

.amsearch-form-block.-opened {
    position: absolute;
    top: 61px;
    right: -40px;
    z-index: 999;
}

.amsearch-overlay-block {
    z-index: 11;
}

#html-body .header-wrapper-right {
    padding-right: 110px;
}

body .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
    right: 45px;
    top: -95px;
}

body .amsearch-input-wrapper .amsearch-input::placeholder {
    font-size: 0;
}

body .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-input::placeholder {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
}

.amsearch-button.-loupe::before {
    margin-right: 0px;
}

body .amsearch-input-wrapper .amsearch-input {
    height: 40px;
    background: #fff;
}

.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
    left: unset;
}

.amsearch-input-wrapper.-typed .amsearch-input {
    padding-left: 15px;
    padding-right: 33px;
}

.amsearch-form-block:not(.-opened) .amsearch-input-wrapper.-match.-typed .amsearch-button.-close.-icon {
    display: none;
}

@media screen and (min-width:916px) {
    body .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
        right: 8px;
        top: -95px;
    }

    .amsearch-form-block.-opened {
        width: 500px;
        right: 0px;
    }
}

@media screen and (max-width: 915px) {
    .amsearch-form-block.-opened {
        width: calc(100vw - 20px) !important;
    }
}

.-amsearch-overlay-opened .page-header {
    z-index: unset;
}

.-amsearch-overlay-opened .page-header.sticky {
    z-index: 12;
}

.amsearch-form-block:not(.-opened) .amsearch-input-wrapper.-typed .amsearch-button.-close.-icon {
    display: none;
}

.amsearch-form-block:not(.-opened) .amsearch-input-wrapper.-typed .amsearch-input {
    font-size: 0;
}

.video-overlay-content,
.promotion_block.promotion_1 .pr_wrapper,
.promotion_block.promotion_2 .pr_wrapper {
    display: flex;
    justify-content: unset;
}

.promotion_block.promotion_1 .pr_wrapper,
.promotion_block.promotion_2 .pr_wrapper,
.videPromotionsWrapper .pr_wrapper {
    height: 40px;
}

.catalog-product-view .amxnotif-block {
    display: none;
}

.catalog-product-view .amxnotif-block.active {
    border-top: 1px solid #dcdcdc;
    margin: 0;
    padding-top: 10px;
    text-align: center;
    display: block;
}

.catalog-product-view .amxnotif-block label {
    padding-bottom: 10px;
}

/* Blog */

ul.blog_list li:nth-child(even) .featured_post_image {
    text-align: unset;
}

ul.blog_list li:nth-child(even) .featured_post_image .imgWrapper:before {
    left: inherit;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
}

ul.blog_list li .featured_post_content {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
}

ul.blog_list li .featured_post_content h4 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: none;
}

ul.blog_list li .featured_post_image .imgWrapper:before {
    display: none;
}

.catalog-product-view .product-info-price[style] {
    display: none;
}

.slideCatwrapper .items[class*='category_ids']:not(.items-children)>.item>a {
    background: none;
    padding: 0;
    line-height: normal;
}

.amsearch-result-section .amasty-label-image {
    max-width: 35px;
    max-height: 35px;
}

/**** Beths new home changes start ****/

@media screen and (max-width: 1065px) {

    .footer-top-content .block.newsletter,
    .footer-social-links.f-block {
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 915px) {
    body .block.newsletter .form.subscribe {
        display: block;
    }
}

a.action-contaner,
#all_brands,
.home-product-action .action-contaner a {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08em;
    color: #006bb4;
    font-size: 13px;
    position: absolute;
    right: 20px;
    top: 40px;
    width: auto;
    margin: 0;
}

.brands-wrapper a.action-contaner {
    right: 10px;
    top: 25px;
}

.home-featured-cat a.action-contaner#all_brands {
    top: 46px;
}

.contentInner.bestseller a.action-contaner {
    top: 1px;
}

.home-blog-container .action-contaner {
    top: 30px;
    margin-bottom: 0;
}

.home-product-action .action-contaner a {
    top: 29px;
}

body .tabs-content-item .product-item-info .product-item-details {
    flex: none;
}

body .action-carousel .product-item-info .product.details {
    margin: 0;
    width: 100%;
}

.tabs-content-item .product-item-name,
.action-carousel .product-item-name,
.productBrand {
    text-align: center;
}

@media screen and (max-width: 640px) {
    .header-panelbottm-section {
        font-size: 15px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        line-height: normal;
        text-transform: none;
        min-height: 50px;
        background-image: none;
    }

    .homeTopPromotion {
        padding-bottom: 24px;
        background: transparent;
    }

    .top-promotion-nav ul li.active-nav {
        background-color: #CBBF7C;
        border: solid 2px #CBBF7C;
    }

    .top-promotion-nav ul li {
        background-color: #2D1B0D;
        border: solid 2px #2D1B0D;
        width: 29px;
        height: 3px;
        min-height: 3px;
        line-height: 3px;
        margin-left: 7px;
        margin-right: 7px;
        border-radius: 0;
    }

    .homeTopPromotion .top-promotion-nav {
        padding: 0px;
        bottom: -17px;
        left: 0;
        width: 100%;
    }

    body .home-featured-categories {
        padding: 20px 0px 0;
    }

    .home-featured-categories .featured-wrapper {
        background-color: #F9F8F4;
        padding: 0 10px;
    }

    .home-featured-categories .featured-wrapper .featured-category ul li h2 {
        background-color: #F9F8F4;
    }

    .home-featured-categories .featured-wrapper .featured-category h2 a {
        font-size: 13px;
    }

    .home-featured-categories .featured-wrapper .featured-category ul li {
        margin: 0px 6px;
        padding: 8px 0;
    }

    .tabs-content-item .product-item .price-box .price,
    .action-carousel .product-item .price-box .price,
    .catalog-category-view .product-item .price-box .price,
    .related-products.owl-carousel .product-item .price-box .price {
        font-size: 15px;
        color: #454545;
    }

    .tabs-content-item .product-item-name,
    .action-carousel .product-item-name,
    .productBrand {
        padding: 0;
        text-align: center;
    }

    .contentInner:not(.bestseller) .bestseller-mob .product-item .product-item-info,
    .home-horizontal-tabs .tabs-content-item .product-item-info,
    .home-horizontal-tabs .action-carousel .product-item-info {
        gap: 30px;
    }


    .home-product-action .action-carousel .product-item-info h3,
    .home-horizontal-tabs .action-carousel .product-item-info h3,
    body .tabs-content-item .product-item-name h3 {
        color: #45454599;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        height: 33px;
    }

    .productBrand a {
        color: #454545;
        font-size: 14px;
        font-family: "Inter", sans-serif;
        font-weight: 600;
    }


    .action.primary {
        font-size: 15px;
        font-family: 'Montserrat';
        font-weight: 600;
        padding: 9.5px 10.5px;
        border: 1px solid #CBBF7C;
        color: #CBBF7C;
        background: #fff;
    }

    .footer-top-content .block.newsletter .title strong:hover,
    .action.primary:hover,
    .footer-top-content .block.newsletter input[type="email"]:hover::placeholder {
        border: 1px solid #000;
    }

    .home-blog-container .action-contaner {
        position: relative;
        top: 0;
        padding: 15px 0 10px;
        display: block;
        right: 0;
    }
}

@media screen and (max-width: 420px) {
    body .contentInner.bestseller .bestseller-mob .product-item {
        flex: 0 44%;
        max-width: 50%;
    }
}

.home-product-action {
    padding: 20px 0 0;
}

body .twoPromotionsWrapper-below-campaign {
    gap: 17px;
}

.catalogsearch-result-index .product-item .price-box .price,
.ambrand-index-index .product-item .price-box .price,
.amasty_xlanding-page-view .product-item .price-box .price,
.tabs-content-item .product-item .price-box .price,
.action-carousel .product-item .price-box .price,
.catalog-category-view .product-item .price-box .price,
.related-products.owl-carousel .product-item .price-box .price {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
    letter-spacing: 0;
}

.catalogsearch-result-index .product-item .price-box .special-price .price,
.ambrand-index-index .product-item .price-box .special-price .price,
.amasty_xlanding-page-view .product-item .price-box .special-price .price,
.tabs-content-item .product-item .price-box .special-price .price,
.action-carousel .product-item .price-box .special-price .price,
.catalog-category-view .product-item .price-box .special-price .price,
.related-products.owl-carousel .product-item .price-box .special-price .price {
    color: #C80003;
}

.product-item .old-price {
    margin: 0;
    text-align: center;
}

.product-item .old-price {
    line-height: 12px;
}

.catalogsearch-result-index .product-item .price-box .old-price .price,
.ambrand-index-index .product-item .price-box .old-price .price,
.amasty_xlanding-page-view .product-item .price-box .old-price .price,
.tabs-content-item .product-item .price-box .old-price .price,
.action-carousel .product-item .price-box .old-price .price,
.catalog-category-view .product-item .price-box .old-price .price,
.related-products.owl-carousel .product-item .price-box .old-price .price {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
}

ul.blog_list li .featured_post_image .imgWrapper {
    width: 100%;
}

.block.newsletter .actions {
    width: auto;
}

.footer-top-content .block.newsletter .title strong {
    font-size: 24px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0;
    text-transform: none;
    padding-bottom: 6px;
    display: block;
    margin: 0;
}

.footer-top-content .block.newsletter p {
    font-size: 15px;
}

.footer-top-content .block.newsletter .action.primary {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #CBBF7C;
    background-color: #2D1B0D;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px;
    height: 40px;
    width: 120px;
}

#html-body .block.newsletter input,
#html-body .block.newsletter input::placeholder {
    color: #2D1B0D;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat';
}

#html-body .block.newsletter input {
    border: 1px solid #2D1B0D;
    text-align: left;
    padding: 0 14px;
    height: 40px;
    margin: 0;
}

.footer-top-content {
    padding: 12px 15px 20px;
}

.contentInner .action-carousel .product-item-info span.product.photo.product-item-photo {
    padding-bottom: 0;
}

.contentInner .action-carousel .product-item-info .product.details {
    padding-top: 0px;
}

@media screen and (max-width: 460px) {
    .footer-top-content .block.newsletter input[type="email"] {
        width: auto;
    }

    .footer-top-content .block.newsletter .content {
        width: 95%;
    }
}

@media screen and (max-width: 380px) {

    body a.action-contaner,
    body #all_brands,
    body .home-product-action .action-contaner a {
        position: relative;
        top: 0;
        padding: 15px 0 10px;
        display: block;
        right: 0;
    }

    #html-body .featured-cat .brands-wrapper {
        flex-direction: column-reverse;
    }

    .brands-wrapper a.action-contaner {
        right: 0;
        top: 0px;
        text-align: center;
    }

    .contentInner.bestseller a.action-contaner {
        top: 0px;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 10px;
    }
}

@media screen and (max-width: 350px) {

    .tabs-content-item .product-item .price-box,
    .action-carousel .product-item .price-box {
        margin-bottom: 0px;
    }

    .contentInner:not(.bestseller) .bestseller-mob .product-item .product-item-info .product-item-actions,
    .home-horizontal-tabs .tabs-content-item .product-item-info .product-item-actions,
    .home-horizontal-tabs .action-carousel .product-item-info .product-item-actions,
    .home-product-action .action-carousel .product-item-info .product-item-actions,
    .home-horizontal-tabs .action-carousel .product-item-info .product-item-actions,
    body .tabs-content-item .product-item-info .product-item-actions {
        float: left;
        width: 100%;
    }

    body .product-item-actions .actions-primary form {
        text-align: left;
    }
}

/**** Beths new home changes end ****/