*,
*:before,
*:after {
    box-sizing: border-box;
}

a:visited, .alink:visited {
    color: #934371;
    text-decoration: none;
}
.cms-page-view a:hover {
    color: black;
}

a:hover {
    text-decoration: none;
}

a,
button,
.navigation li.level-absolutetop a:before,
.tabs-nav-item h2,
.owl-carousel .owl-item img.owl-lazy,
.behandlingerCats ul.childcategories li h3.subCategoryName span {
    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;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    /*   font-family: 'Lato', sans-serif; */
}

button:not(.primary),
.action.primary,
.action.primary:focus {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

button:not(.primary):hover,
.action.primary:hover {
    background: #000;
    border: none;
}

.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 {
    max-width: 1240px;
    width: 100%;
}

@media screen and (max-width: 1260px) {
    .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: 96%;
    }
}
@media screen and (max-width: 960px) {
    .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: 95%;
    }
}
@media screen and (max-width: 910px) {
    .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%;
    }
}

.contentInner {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}

.page-header .panel.wrapper {
    border-bottom: 0px;
    background-color: transparent;
    color: #000;
}

.header.panel>.header.links>li>a {
    color: #000;
}

.header-panelbottm-section {
    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;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 0.1em;
}

.page-header .header.panel {
    padding-bottom: 3px;
    padding-top: 2px;
}

.header.content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
}

.page-header {
    border-bottom: solid 1px #dcdcdc;
}

.header-wrapper-left,
.header-wrapper-center,
.header-wrapper-right {
    flex-grow: 1;
    width: 29.5%;
    display: flex;
    display: inline-block;
}

.header-wrapper-center {
    text-align: center;
    border-left: solid 1px #dcdcdc;
    border-right: solid 1px #dcdcdc;
    width: 40%;
}

.header-wrapper-center .logo {
    float: none;
    display: inline-block;
    width: 250px;
    height: 45px;
    margin: 0;
    max-width: 250px;
    margin-top: 9px;
    margin-bottom: 1px;
    z-index: 3;
}

.header-wrapper-center .logo img {
    width: 250px;
    height: 45px;
    max-width: 250px;
    max-height: 45px;
}

.header-wrapper-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.header-wrapper-left ul li {
    display: inline-flex;
    margin-bottom: 0;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 50%;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.1em;
}

.header-wrapper-left ul li:first-child {
    border-right: solid 1px #dcdcdc;
}

.header-wrapper-left ul li a {
    color: #000;
    text-transform: uppercase;
    font-weight: 400;
}

.header-wrapper-left ul li a:hover {
    color: #2d1b0d;
    text-decoration: none;
}

.header-wrapper-right .link.wishlist {
    float: right;
}

.header-wrapper-right .block-search {
    float: right;
/*    width: 12.5vw; */
    display: flex;
    height: 100%;
    border-right: solid 1px #dcdcdc;
    justify-content: center;
    align-items: center;
    padding-left: 0;
}

.block-search .block-content {
    width: 100%;
}

.header-wrapper-right .block-search input {
    border: none;
    padding-left: 10px;
}

.block-search input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.block-search input:-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.block-search input::placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.block-search input::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.block-search input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.header-wrapper-right .block-search input:not([disabled]):focus {
    box-shadow: none;
}

.header-wrapper-right .block-search .action.search::before {
    margin-top: 15px;
    margin-right: 10px;
    color: #000;
    font-size: 22px;
    content: "\e903";
    font-family: 'icomoon';
    overflow: visible;
}

.header-wrapper-right .block-search .action.search[disabled] {
    opacity: 1;
}

.header.panel>.header.links>li {
    display: inline-block;
    vertical-align: bottom;
}

.header.panel>.header.links>li>a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
}

.header.panel>.header.links>li>a:visited {
    color: #000;
}

.header.panel>.header.links>li>a:hover {
    color: #2d1b0d;
    text-decoration: none;
}

.header.panel>.header.links>li.authorization-link>a:before {
    content: "\e900";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    margin-right: 7px;
}

.header.panel>.header.links>li.greet.welcome {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    letter-spacing: 0.07em;
    font-size: 13px;
    padding-right: 5px;
}

.minicart-wrapper,
.header-wrapper-right .link.wishlist {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
}

.header-wrapper-right .link.wishlist a:before {
    content: "\e902";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 20px;
    color: #000;
}

.header-wrapper-right .link.wishlist span.wishlist_label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.header-wrapper-right .link.wishlist span.counter.qty {
    display: none;
}

.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
    content: "\e901";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 22px;
    color: #000;
    vertical-align: middle;
}

.minicart-wrapper .action.showcart .counter.qty {
    line-height: 20px;
}

.header-wrapper-right .minicart-wrapper {
    margin-left: 0px;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
}

.header-wrapper-right .minicart-wrapper .action.showcart .counter.qty.empty {
    display: inline-block;
    content: '0';
}

.header-wrapper-right .minicart-wrapper .action.showcart .counter.qty.empty:before {
    content: '0';
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: #000;
    border-radius: 100%;
    height: 18px;
    min-width: 17px;
    width: auto;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 3px;
}

.nav-sections,
.navigation {
    background: transparent;
}

.amasty_xlanding-page-view .nav-sections, 
.amasty_xlanding-page-view .navigation {
    margin-bottom: 0px;
}

.amasty_xlanding-page-view .nav-sections, 
.amasty_xlanding-page-view .navigation {
    margin-bottom: 0px;
}

.catalog-category-view .nav-sections,
.category-default-category:not(.ambrand-index-index) .nav-sections,
.category-produkter .nav-sections  {
    margin-bottom: 0px;
}

.navigation .level0.active>.level-top {
    border: none;
}

.navigation a {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.07em;
    font-weight: normal;
}

.navigation .level0>.level-top {
    color: #000;
    line-height: 52px;
}

.navigation .level0>.level-top:hover {
    color: #cbbc80;
}

.cms-index-index .nav-sections {
    margin-bottom: 0px;
}

.cms-index-index .page-main {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.page-footer {
    background: #2d1b0d;
    background: #2d1b0d url(../images/footer-bg.jpg) center top;
    padding-bottom: 5px;
}

.copyright {
    background-color: transparent;
    color: #827d7d;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.05em;
}

.footer-top {
    background: #cbbc80;
}

.footer-top-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-top-content {
    display: flex;
    justify-content: space-between;
    color: #2d1b0d;
    padding-top: 5px;
    padding-bottom: 5px;
}

.footer-top-content .block.newsletter {
    width: auto;
}

.footer-top-content .block.newsletter,
.footer-social-links.f-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    flex-direction: row;
}
.footer-top-content .block.newsletter {
    width: auto;
    max-width: 100%;
}

.block.newsletter .field.newsletter {
    max-width: 100%;
}

.block.newsletter input {
    margin-right: 0;
    padding-right: 0;
}

.footer-social-links .label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    white-space: nowrap;
}

.footer-top-content .block.newsletter .title {
    display: inline-block;
    margin-bottom: 0px;
}

.footer-top-content .block.newsletter .title strong {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
}

.footer-top-content .block.newsletter input[type="email"] {
    background: transparent;
    border: none;
    border-bottom: solid 1px #2d1b0d;
    margin-left: 45px;
    width: 360px;
    padding-left: 5px;
}

.footer-top-content .block.newsletter input:not([disabled]):focus {
    box-shadow: none;
}

.footer-top-content .block.newsletter input::-webkit-input-placeholder {
    color: #2d1b0d;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

.footer-top-content .block.newsletter input:-moz-placeholder {
    color: #2d1b0d;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

.footer-top-content .block.newsletter input::-moz-placeholder {
    color: #2d1b0d;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

.footer-top-content .block.newsletter input:-ms-input-placeholder {
    color: #2d1b0d;
    opacity: 1;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

.footer-top-content .block.newsletter .action.primary {
    background: transparent;
    border: none;
    border-bottom: none;
    height: 32px;
    font-size: 0px;
    color: #2d1b0d;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.block.newsletter .form.subscribe {
    position: relative;
}

.block.newsletter .action.subscribe {
    margin-left: 0px;
}

.block.newsletter .field .control::before {
    content: '';
    display: none;
}

.footer-social-links ul.footer-social {
    margin: 0;
    padding: 0;
    display: flex;
}

.footer-social-links ul.footer-social li {
    display: inline-block;
    margin-left: 30px;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-social-links .footer-social li a {
    line-height: 35px;
    color: #2d1b0d;
    text-align: center;
    font-size: 24px;
}

.footer-social-links .footer-social li a:hover {
    color: #7f6e71;
}

.footer-social li a span {
    display: none;
}

.footer-social li a::before {
    font-family: 'icomoon';
}

.footer-social li a.footer-twitter::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    content: "\f099";
}

.footer-social li a.action.mailto.friend:before {
    content: "\f003";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.footer-social li a.footer-facebook::before {
    content: "\e904";
}

.footer-social li a.footer-instagram::before {
    content: "\e905";
}

.footer-social li a.footer-youtube::before {
    content: "\e907";
}

.footer-social li a.footer-pinterest::before {
    content: "\e906";
}

.footer-logo-links {
    display: flex;
    align-items: center;
    padding: 25px 0%;
    justify-content: space-between;
}

.footer-logo-links img {
    width: 275px;
    height: 32px;
}

.footer-logo-links .f-links ul li {
    display: inline-block;
}

.footer-logo-links .f-links ul li a {
    color: #fff;
    font-family: Lato;
    font-size: 12px;
    margin-right: 13.5px;
    margin-left: 13.5px;
}

.footer-logo-links .f-links ul li a:hover {
    color: #cbbc80;
}

.footer-logo-links .f-links ul li:last-child a {
    margin-right: 0px;
    letter-spacing: 0.03em;
}

.footer-logo-links .f-links ul li:after {
    content: "|";
    color: #fff;
    display: inline-block;
}

.footer-logo-links .f-links ul li:last-child:after {
    content: "";
}

.footer-logo-links .f-links ul {
    padding-right: 0;
}

.store-addresses-wrapper {
    display: flex;
    color: #fff;
    font-family: Lato;
    width: 100%;
    margin: 25px auto;
}

.store-addresses-wrapper a {
    color: #fff;
}

.store-addresses-wrapper a:hover {
    color: #cbbc80;
}

.store-addresses-wrapper ul li .address_title {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 7px 0;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1.1;
    font-size: 14px;
    margin-bottom: 2rem;
}

.store-addresses-wrapper ul li strong {
    border: none;
}

.store-addresses-wrapper ul li p {
    margin-bottom: 1.2rem;
}

.store-addresses-wrapper ul li p:first-child {
    margin-bottom: 1.7rem;
}

.store-addresses-wrapper ul li p:nth-child(2),
.store-addresses-wrapper ul li p:nth-child(3),
.store-addresses-wrapper ul li p:nth-child(4) {
    font-weight: 300;
}

.footer.content .store-addresses-wrapper ul {
    display: flex;
    justify-content: space-between;
    padding-right: 0px;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 10px;
}
.klarna-footer-wrapper{
	text-align: center;
	width: 100%;
}	

/************ HOME SLIDER ***************/

.homeTopPromotion {
    position: relative;
    background: #000;
}
.top-promotion-slides{
	background: #fff;
}

.top-slide-item {
    opacity: 0;
    z-index: 1;
    position: relative;
    transition: opacity 0.5s linear;
    text-align: center;
}

.top-slide-item:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top-slide-item.show-slide {
    opacity: 1;
    z-index: 2;
}

.top-slide-item img {
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.top-slide-item .promotion_content>*:first-child {
    margin-top: 0;
}

.contentWrapper,
.top-promotion-nav {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    max-width: 1200px;
    padding: 0 60px 40px;
    width: auto;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}

.contentWrapperInner {
    max-width: 630px;
    position: relative;
    left: 2%;
}

.top-promotion-nav {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-bottom: 0;
}

.top-promotion-nav ul {
    list-style-type: none;
    width: auto;
    padding: 0;
    margin: -30px auto 0;
    display: flex;
    justify-content: center;
}

.top-promotion-nav ul li {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 15px;
    min-height: 6px;
    padding: 0;
    line-height: 6px;
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    transition: background 0.2s ease;
    text-indent: -999em;
}

.top-promotion-nav ul li:first-child {
    margin-left: 0;
}

.top-promotion-nav ul li.active-nav {
    background-color: #fff;
}

.top-slide-item .promotion_title {
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    opacity: 0;
    transform: translateX(-50px);
    line-height: 1;
    margin-bottom: 1.0rem;
    letter-spacing: 0.05em;
}

.top-slide-item.show-instant .promotion_title {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.5s;
}

.top-slide-item .promotion_content {
    opacity: 0;
    transform: translateX(-50px);
    color: #fff;
}

.top-slide-item .promotion_action {
    opacity: 0;
    transform: translateX(-50px);
    margin-top: 2rem;
}

.top-slide-item .promotion_action a {
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #000;
    line-height: 1;
    padding: 15px 40px;
    display: inline-block;
}

.top-slide-item .promotion_action a:hover {
    text-decoration: none;
    background: #cbbc80;
    color: #000;
}

.top-slide-item .promotion_content {
    font-size: 16px;
    font-family: Lato;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.top-slide-item .promotion_content h4 {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 600; 
    font-family: Montserrat;
}
.top-slide-item .promotion_content h4::first-line {
	font-size: 36px;
	letter-spacing: 0.1em;
    font-weight: 300;
}

.top-slide-item.show-instant .promotion_content {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.8s;
}

.top-slide-item.show-instant .promotion_action {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 1.2s;
}

.top-slide-item.show-delayed .promotion_title {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.5s;
}
.top-slide-item.show-delayed .promotion_content {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 0.7s;
}
.top-slide-item.show-delayed .promotion_action {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.5s ease 1s;
}
/***** SLIDE 1 *****/
.top-slide-item.slide-item-1{
    background: #dfa5b1;
}
/***** END SLIDE 1 *****/

/***** SLIDE 2 *****/
.top-slide-item.slide-item-2{
    background: #f7eceb;
}

.top-slide-item.slide-item-2.show-delayed .promotion_title {
	color: #229b28;
	font-size: 24px;
	color: #229b28;
	font-size: 23px;
	font-weight: 400;
	letter-spacing: 0;
	margin-top: -10px;
	padding-bottom: 200px;
}
.top-slide-item.slide-item-2.show-delayed .promotion_content {
	color: #777271;
	letter-spacing: 0.02em;
   font-weight: 400;
}
.top-slide-item.slide-item-2 .promotion_action a{
	background:#229b28;
}
.top-slide-item.slide-item-2 .promotion_action a:hover {
    text-decoration: none;
    background: #cbbc80;
    color: #000;
}

@media screen and (max-width: 1800px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
		margin-top: -10px;
		padding-bottom: 30%;
	}
}
@media screen and (max-width: 1660px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
		margin-top: -10px;
		padding-bottom: 28%;
	}
}
@media screen and (max-width: 1440px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 25px;
		padding-bottom: 24%;
	}
	.contentWrapperInner {
	    left: 6%;
	}
}
@media screen and (max-width: 1280px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 30px;
	    padding-bottom: 20%;
	}
}

@media screen and (max-width: 1160px) {
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 50px;
		padding-bottom: 20%;
		font-size: 19px;
	}
	.contentWrapperInner {
	    left: 10%;
	}
	.top-promotion-nav .contentWrapperInner{
		max-width: 100%;
	}
    body .footer-logo-links .f-links ul {
        padding-left: 30px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content {
        margin-bottom: 0px;
    }
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    margin-top: 13%;
	    padding-bottom: 19%;
	    font-size: 18px;
	}
	.contentWrapperInner {
	    left: 10%;
	}
	.top-promotion-nav .contentWrapperInner{
		max-width: 100%;
	}
	.top-slide-item .promotion_action a {
	    font-size: 14px;
	    padding: 12px 35px;
	}
	.top-slide-item .promotion_action {
	    margin-top: 2.0rem;
	}
	.top-promotion-nav {   
	    left: 50%;
	    right: inherit;
	    bottom: -40px;
	    z-index: 2;
	    padding-bottom: 0;
	    width: 200px;
	    margin-left: 0;
	    padding-left: 0;
	}
}
@media screen and (max-width: 915px) {
    .footer-logo-links .f-links ul {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media screen and (max-width: 900px) {
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper {
        top: 52%;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .promotion_title {
        font-size: 36px;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content {
        font-size: 32px;
    }
	.contentWrapperInner {
	    max-width: 500px;
	    left: 5%;
	}
	.top-slide-item.slide-item-2.show-delayed .promotion_title {
	    font-size: 15px;
	    margin-top: 14%;
		padding-bottom: 17%;
	}
	.slide-item-2.show-delayed .promotion_action{
		margin-top: 1.0rem;
	}
}

/***** SLIDE 2 *****/


/********************/

.home-three-promotions {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.videPromotionsWrapper,
.twoPromotionsWrapper {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promotion_block.promotion_1,
.promotion_block.promotion_2,
.videPromotionsWrapper {
    position: relative;
}

.promotion_block.promotion_1 img,
.promotion_block.promotion_2 img,
.video-overlay-content img,
.videPromotionsWrapper img {
    display: block;
}

.videPromotionsWrapper img {
    width: 100%;
}

.promotion_block.promotion_1 .pr_wrapper,
.promotion_block.promotion_2 .pr_wrapper,
.videPromotionsWrapper .pr_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, .45);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 60px;
}
.promotion_block.promotion_2 .pr_wrapper,
.videPromotionsWrapper .pr_wrapper {
    justify-content: flex-end;
}
.promotion_block.promotion_1 .pr_wrapper a,
.promotion_block.promotion_2 .pr_wrapper a,
.video-overlay-content a,
.videPromotionsWrapper .pr_wrapper a {
    background: #000;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}

.promotion_block.promotion_1 .pr_wrapper a:hover,
.promotion_block.promotion_2 .pr_wrapper a:hover,
.video-overlay-content a:hover,
.videPromotionsWrapper .pr_wrapper a:hover {
    background: #cbbc80;
    color: #000;
}

.promotion_block.promotion_1 .pr_wrapper p,
.promotion_block.promotion_2 .pr_wrapper p,
.video-overlay-content p,
.videPromotionsWrapper .pr_wrapper p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0 10px;
    font-size: 16px;
}

.twoPromotionsWrapper-below-campaign .promotion_block.promotion_1 .pr_wrapper,
.twoPromotionsWrapper-below-campaign .promotion_block.promotion_2 .pr_wrapper {
    display: none;
}

.videPromotionsWrapper {
    position: relative;
}

.video-overlay-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(39, 39, 39, .45);
    display: flex;
    justify-content: flex-end;
    color: #fff;
    height: 60px;
}

.videPromotionsWrapper video {
    display: block;
}

.playpause {
    /* background-image: url(../images/video_play_bt.png);
    background-repeat: no-repeat;
    width: 71px;
    height: 71px;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer; */
    display: none;
}

.home-product-action {
    padding: 10px 0 35px;
    min-height: 100px;
}

.home-product-action,
body .action-carousel .product-item-info .product.details {
    background: #fff;
}

.home-product-action .products {
    margin-bottom: 10px;
}

.home-about-us {
    min-height: 100px;
    padding: 60px 0 30px;
}

#amasty-shopby-product-list .product-item .action.towishlist span {
    display: none;
}

#amasty-shopby-product-list .product-item .action.towishlist {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.brands_carouselWrapper {
    min-height: 100px;
    padding: 20px 0px 10px 0px;
}

.home-product-action h6,
.brands_carouselWrapper h6,
.home-blog-container .blog h6 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.1em;
}

.instagramWrapper {
    position: relative;
    margin-top: 40px;
}

.instagramWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: #cbbc80;
}

.instagramWrapper .actionWrapper {
    position: relative;
    padding: 25px 0 15px;
    text-align: center;
}

.instagramWrapper .actionWrapper a {
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
}

.instagramWrapper .actionWrapper a span {
    color: #2d1b0d;
}

.instagramWrapper .instagram-feed li {
    list-style: none;
}


/****** HOME TABS ****/

.home-horizontal-tabs {
    margin: 50px 0 40px;
}

.home-horizontal-tabs .product-item-actions .tocart,
.home-product-action .product-item-actions .tocart {
    width: auto;
    background: #fff;
    text-transform: uppercase;
    border: solid 1px #cbbc80;
    color: #cbbc80;
    font-size: 14px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.home-horizontal-tabs .product-item-actions .tocart:hover,
.home-product-action .product-item-actions .tocart:hover {
    background: #cbbc80;
    color: #fff;
}

.home-horizontal-tabs .owl-carousel .owl-stage,
.home-product-action .owl-carousel .owl-stage {
    display: flex;
}

.home-horizontal-tabs .owl-carousel .owl-item,
.home-product-action .owl-carousel .owl-item {
    align-self: stretch;
}

.home-horizontal-tabs .owl-carousel .owl-item .item,
.home-product-action .owl-carousel .owl-item .item {
    height: 100%;
}

.home-product-action .action-carousel .product-item-info,
.home-horizontal-tabs .action-carousel .product-item-info,
body .tabs-content-item .product-item-info {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.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 {
    height: 38px;
    overflow: hidden;
    line-height: normal;
}


/* .home-horizontal-tabs .product-item-info .product-item-actions .actions-primary {
    opacity: 0;
    display: none;
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    margin: 0 auto;
    background: transparent;
    transition: all 0.2s ease-in-out;
} 
.home-horizontal-tabs .product-item-info:hover .product-item-actions .actions-primary, 
.home-horizontal-tabs .product-item-info.active .product-item-actions .actions-primary {
    display: none;
}*/

.home-tabs-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
    display: block;
}

.tabs-nav-item {
    display: inline-block;
    width: auto;
    padding: 0px;
    align-items: center;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
}

.tabs-nav-item:after {
    content: "|";
    display: inline-block;
    color: #8f8f8f;
}

.tabs-nav-item:last-child:after {
    content: "";
    display: none;
}

.tabs-nav-item.active {
    pointer-events: none;
    cursor: default;
    color: #cbbc80;
    /*   border: solid 2px #c3c1c1;
    border-bottom: none;
    text-shadow: 1px 0px 0px #000;
  */
}

.tabs-nav-item h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.07em;
    color: #b2b2b2;
    display: inline-block;
    margin: 0 55px 10px;
    cursor: pointer;
}

.tabs-nav-item h2:hover {
    color: #2d1b0d;
}

.tabs-nav-item.active h2 {
    color: #cbbc80;
}

.tabs-content-item {
    display: none;
    opacity: 0;
    transition: all 5.3s ease-in-out 0.0s;
    -moz-transition: all 5.3s ease-in-out 0.0s;
    -ms-transition: all 5.3s ease-in-out 0.0s;
    -o-transition: all 5.3s ease-in-out 0.0s;
    -webkit-transition: all 5.3s ease-in-out 0.0s;
}

.tabs-content-item:first-child {
    display: block;
    opacity: 1;
}

.tabs-content-item {
    opacity: 1;
}

.tabs-content-item .product-item-info,
.action-carousel .product-item-info {
    width: auto;
    ;
    text-align: center;
    padding: 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.action-carousel .product-item-info {
    background: #fff;
}

.action-carousel .product-item-info .product.details {
    background: #f6e4e2;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-top: 10px;
}

.tabs-content-item .product-item-info span.product.photo.product-item-photo,
.action-carousel .product-item-info span.product.photo.product-item-photo {
    width: 190px;
    max-width: 100%;
}

.action-carousel .product-item-info span.product.photo.product-item-photo {
    padding-bottom: 20px;
}

.tabs-content-item .product-item-info img,
.action-carousel .product-item-info img {
    width: auto;
}

.tabs-content-item .product-item-name,
.action-carousel .product-item-name {
    min-height: 28px;
    text-align: center;
    overflow: hidden;
    padding: 0 4%;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.tabs-content-item .product-item-name h3,
.action-carousel .product-item-name h3 {
    font-size: 12px;
    font-family: Lato;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0;
}

.tabs-content-item .product-item .price-box,
.action-carousel .product-item .price-box {
    margin-bottom: 0;
}

.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-weight: 700;
    white-space: nowrap;
    color: #cbbc80;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.05em;
}

.catalog-category-view .product-item .price-box .price,
.related-products.owl-carousel .product-item .price-box .price {
    font-size: 18px;
}

.action-carousel .product-item .price-box .price {
    color: #000;
}

.catalogsearch-result-index .product-item .price-box .old-price,
.ambrand-index-index .product-item .price-box .old-price,
.amasty_xlanding-page-view .product-item .price-box .old-price,
.ambrand-index-index .product-item .price-box .special-price,
.amasty_xlanding-page-view .product-item .price-box .special-price,
.tabs-content-item .product-item .price-box .special-price,
.action-carousel .product-item .price-box .special-price,
.tabs-content-item .product-item .price-box .old-price,
.action-carousel .product-item .price-box .old-price,
.catalog-category-view .product-item .price-box .special-price,
.catalog-category-view .product-item .price-box .old-price,
.related-products.owl-carousel .product-item .price-box .old-price {
    display: block;
}

.catalogsearch-result-index .product-item .price-box .old-price .price-label,
.ambrand-index-index .product-item .price-box .old-price .price-label,
.amasty_xlanding-page-view  .product-item .price-box .old-price .price-label,
.tabs-content-item .product-item .price-box .old-price .price-label,
.action-carousel .product-item .price-box .old-price .price-label,
.catalog-category-view .product-item .price-box .old-price .price-label,
.related-products.owl-carousel .product-item .price-box .old-price .price-label {
    display: none;
}

.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 {
    text-decoration: line-through;
}

.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: #d50808;
}

.catalogsearch-result-index .page-title-wrapper {
 padding-bottom: 25px;
}

.catalogsearch-result-index .message.notice {
    margin: 0;
}

.tabs-content-item .products,
.action-carousel .products {
    margin-bottom: 0;
}

.tabs-content-item .product-item .action.towishlist,
.action-carousel .product-item .action.towishlist,
.catalog-category-view .product-item .action.towishlist,
.related-products.owl-carousel .product-item .action.towishlist {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 1;
}

.related-products.owl-carousel .product-item .action.towishlist span {
    display: none;
}

.tabs-content-item .owl-carousel .owl-stage-outer,
.action-carousel .owl-carousel .owl-stage-outer,
.related-products.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.tabs-content-item .owl-nav,
.action-carousel .owl-nav,
.related-products.owl-carousel .owl-nav {
    position: absolute;
    top: 30%;
    left: -5%;
    right: -5%;
    z-index: 0;
    display: flex;
    justify-content: space-between;
}

.related-products.owl-carousel .owl-stage {
    width: max-content!important;
}

.tabs-content-item .owl-nav .owl-next,
.action-carousel .owl-nav .owl-next,
.related-products.owl-carousel .owl-nav .owl-next {
    float: right;
}

.tabs-content-item .owl-nav button,
.action-carousel .owl-nav button,
.related-products.owl-carousel .owl-nav button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 40px;
}

.home-tabs-content {
    position: relative;
    min-height: 345px;
}

.home-tabs-content:after {
    content: "";
    background-image: url(../images/loading-anim-2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 180px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    pointer-events: none;
}
   

.home-tabs-content.temp-loading:after,
.brands_tab_carousel.temp-loading:after {
    -webkit-animation: loadanim 1.5s;
    animation: loadanim 1.5s;
    z-index: 1;
    visibility: visible;
    pointer-events: auto;
}

@-webkit-keyframes loadanim {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes loadanim {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.home-product-action .action-contaner {
    text-align: center;
}

.home-product-action .action-contaner a {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08em;
    color: #cbbc80;
    font-size: 13px;
}

.home-product-action .action-contaner a:hover {
    color: #2d1b0d;
}


/****** END HOME TABS ****/

.on-sale-label {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    z-index: 1;
}
.catalog-product-view .product-info-price .on-sale-label {
	top: -12px;
}
.mst-searchautocomplete__wrapper .price-box{
	position:relative;
}
.mst-searchautocomplete__wrapper .price-box .on-sale-label{
	top:-20px;
	font-size: 12px;
    font-weight: 500;
}
.product-item .action.towishlist::before {
    font-family: 'icomoon';
    content: "\e902";
    color: #a3a3a3;
}

.product-item .action.towishlist:hover::before {
    color: #501439;
}

body .owl-nav .owl-next::after,
body .owl-nav .owl-prev::after {
    font-family: 'icomoon';
    content: "\e909";
    color: #8f8f8f;
    background: none;
    font-size: 50px;
    font-weight: normal;
    line-height: 1;
}

body .owl-nav .owl-prev::after {
    content: "\e908";
}

body .owl-nav button span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.homeAboutUs {
    display: flex;
    justify-content: center;
}

.homeAboutUs h4 {
    width: 240px;
    display: block;
}

.homeAboutUs img.mainimage {
    width: 50.083%;
    display: block;
}

.homeAboutUs .about-content {
    width: 27.92%;
    display: block;
}

.homeAboutUs h4 {
    background: #2d1b0d;
    padding: 0;
    color: #fff;
    font-size: 5.59rem;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 35px 0;
    position: relative;
}

.homeAboutUs h4 span {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    /* position: absolute;
    left: -30%;
    right: -30%; */
    line-height: 1.3;
    padding: 15px;
    font-weight: normal;
}

.homeAboutUs .about-content .inner_content {
    padding: 20px 40px 10px 40px;
    font-family: Lato;
    font-size: 14px;
}

.homeAboutUs .about-content h5 {
    background: #cbbc80;
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding: 20px 30px;
    position: relative;
    left: -70px;
    top: 10px;
}

.homeAboutUs .about-content a.playVideo {
    color: #cbbc80;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0px;
    display: inline-block;
}

.homeAboutUs .about-content a.playVideo:hover {
    text-decoration: none;
    color: #2d1b0d;
}

/* .homeAboutUs .about-content a.playVideo span:before {
    content: "\e90b";
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 30px;
} */

/* .home-blog-container {
    padding-top: 40px;
} */

ul.blog_list {
    list-style: none;
    padding-left: 0px;
    display: flex;
    position: relative;
}

ul.blog_list .owl-nav {
    position: absolute;
    top: 40%;
    left: -5%;
    right: -5%;
    z-index: -1;
}

ul.blog_list .owl-nav button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    font-size: 40px;
}

ul.blog_list  .owl-nav .owl-next {
    float: right;
}

ul.blog_list li {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}

ul.blog_list li .featured_post_image {
    text-align: center;
    width: 100%;
}

ul.blog_list li .featured_post_image .imgWrapper {
    position: relative;
    display: inline-block;
    max-width: 400px;
}

ul.blog_list li .featured_post_image .imgWrapper img {
    position: relative;
}

ul.blog_list li .featured_post_content {
    padding: 0 5%;
    width: 100%;
}

ul.blog_list li .featured_post_content {
    font-family: Lato;
    color: #494949;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 14px;
}

ul.blog_list li .featured_post_content h4 {
    font-size: 14px;
    color: #494949;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 700;
}

ul.blog_list li .featured_post_content a.read_more_post {
    text-align: center;
    display: flex;
    flex-direction: column;
}


/******** MINI CART ******/

.minicart-wrapper .mage-dropdown-dialog {
    position: fixed;
    right: -660px;
    top: 0;
    height: 100%;
    z-index: 1111;
    width: 620px;
    background: #fff;
    display: block !important;
    transition: all 0.4s ease-in-out 0.0s;
    -moz-transition: all 0.4s ease-in-out 0.0s;
    -ms-transition: all 0.4s ease-in-out 0.0s;
    -o-transition: all 0.4s ease-in-out 0.0s;
    -webkit-transition: all 0.4s ease-in-out 0.0s;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .25);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.opened-mini-cart .minicart-wrapper .mage-dropdown-dialog {
    right: 0px;
}

.minicart-wrapper .block-minicart {
    top: 0;
    right: 0;
    border: none;
    box-shadow: none;
    position: relative;
    z-index: 1112;
    width: 100%;
}

.minicart-wrapper .block-minicart .block-title {
    display: block;
    text-align: center;
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 50px;
}

.minicart-wrapper .block-minicart .block-title strong {
    font-size: 30px;
    color: #000;
}

.minicart-wrapper .block-minicart .block-title strong span.qty {
    font-weight: 500;
    font-size: 20px;
}

.minicart-wrapper .block-minicart .block-title strong span.qty:before {
    content: "(";
}

.minicart-wrapper .block-minicart .block-title strong span.qty:after {
    content: ")";
}

.minicart-wrapper .block-minicart::after {
    display: none;
}

.page-wrapper {
    transition: all 0.4s ease-in-out 0.0s;
    -moz-transition: all 0.4s ease-in-out 0.0s;
    -ms-transition: all 0.4s ease-in-out 0.0s;
    -o-transition: all 0.4s ease-in-out 0.0s;
    -webkit-transition: all 0.4s ease-in-out 0.0s;
    left: 0;
}

.opened-mini-cart .page-wrapper {
    left: -300px;
}

.minicart-wrapper .block-minicart {
    padding: 78px 20px 25px;
}

.minicart-wrapper .action.close {
    right: 25px;
    top: 30px;
    display: none;
}

.minicart-wrapper .closeMiniCart {
    right: 25px;
    top: 30px;
    position: absolute;
    cursor: pointer;
}

.minicart-wrapper .closeMiniCart span.label {
    display: none;
}

.minicart-wrapper .closeMiniCart::before {
    font-size: 21px;
    line-height: 14px;
    color: #646464;
    content: '\e616';
    font-family: 'luma-icons';
    margin: 0;
    font-weight: 300;
    overflow: visible;
}

.block-minicart .subtitle.empty {
    display: block;
    font-size: 15px;
    padding: 50px 0 20px;
    text-align: center;
    font-weight: 300;
}

.minicart-items-wrapper {
    border: none;
    padding: 20px;
}

.minicart-items-wrapper .minicart-items li {
    border-bottom: solid 1px #dddddd;
    padding: 20px;
}

.minicart-items .product-item-details {
    padding-left: 0px;
    width: calc(100% - 180px);
    position: relative;
}

.minicart-items .product-item-details .product-item-pricing {
    position: absolute;
    bottom: 0;
    right: 0;
}

.minicart-items .product-item-details .price {
    font-weight: 500;
    font-size: 24px;
}

.minicart-items .product {
    display: flex;
    justify-content: space-between;  
    width: 100%;
}

.minicart-items .product-item-details .product.actions .primary {
    display: none;
}

/* .minicart-items .action.delete::before {
    content: '\e616';
} */

.minicart-wrapper .product .actions {
    float: none;
    margin: 0;
    text-align: right;
    display: block;
}

.pr-img-qty {
    padding-right: 35px;
    width: 215px;
    position: relative;
    z-index: 1;
}

.pr-img-qty .details-qty.qty {
    display: flex;
    /*   justify-content: center; */
    align-items: center;
    padding-left: 55px;
}

.pr-img-qty .details-qty.qty label.label {
    display: none;
}

.pr-img-qty .details-qty.qty input.item-qty {
    border: none;
    margin-right: 0;
}

.minicart-items .product-item-name {
    font-weight: 400;
    margin: 40px 0;
}

.minicart-items .product-item-name a {
    color: #000;
    font-size: 20px;
}

.block-minicart .block-content>.minicart_footer .actions>.primary .action.primary {
    display: block;
    width: 100%;
    background: #a83568;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 0;
    border: none;
    padding: 20px 0;
    font-size: 22px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    background: #a83568;
}
.cart-summary .checkout-methods-items .action.primary.checkout:hover {
    background: #2d1b0d;
}

.block-minicart .block-content>.minicart_footer .actions>.primary .action.primary:hover {
    background: #d8a6b2;
}

.block-minicart .block-content .minicart_footer .actions>.secondary a.action.viewcart {
    color: #000;
    font-size: 20px;
    border-bottom: solid 2px #d8a6b2;
}

.block-minicart .block-content .minicart_footer .actions>.secondary {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.block-minicart .block-content .minicart_footer .actions>.secondary a.action.viewcart:hover {
    color: #d8a6b2;
}

.block-minicart .block-content .items-total {
    display: none;
}

.block-minicart .block-content>.actions {
    margin-top: 20px;
}

.block-minicart .block-content .minicart_footer {
    margin-top: 50px;
}

.block-minicart .block-content .minicart_footer .subtotal {
    padding: 0 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.block-minicart .block-content .minicart_footer .subtotal span.label {
    font-size: 18px;
    display: flex;
    align-self: flex-end;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 18px;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
}

.page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 4%)/3);
    align-self: stretch;
}

.page-products .products-grid .product-item:nth-child(4n+1) {
    margin-left: 2%;
}

.page-products .products-grid .product-item:nth-child(3n+1),
.page-products .products-grid .product-item:first-child {
    margin-left: 0;
}

.page-products .product-item-info {
    width: 286px;
    margin: 0 auto;
    text-align: center;
}

.page-products .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
}

.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
    box-shadow: none;
    margin: 0 auto;
    border: none;
    padding: 0;
    box-sizing: border-box;
    position: relative;
}

.products-grid .product-item-inner {
    box-shadow: none;
    border: none;
}

.page-products .product-item-actions,
.products-grid .product-item-inner {
    position: inherit;
}

.page-products .product-item-link {
    display: flex;
    height: 40px;
    overflow: hidden;
}

.page-products .product-item-info {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1!important;
}

.product-item .price-box {
    margin: 10px 0px 15px;
}

body .products-grid .product-item-inner {
    border-top: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    z-index: 2;
    width: 100%;
}

.page-products .product-item-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.amasty-xlanding-top-description {
    padding:20px 0;
}

.catalog-category-view .product-item .action.towishlist span {
    display: none;
}

.category-default-category .product-item .product.name,
.amasty_xlanding-page-view .product-item .product.name,
.ambrand-index-index .product-item .product.name,
.catalog-category-view .product-item .product.name {
    font-family: Lato;
    font-size: 16px;
}

.category-default-category .product-item .product.name a,
.amasty_xlanding-page-view .product-item .product.name a,
.ambrand-index-index .product-item .product.name a,
.catalog-category-view .product-item .product.name a {
    font-weight: normal;
    letter-spacing: 0.05em;
}

/* .products-grid .product-item-info:hover .product-item-inner,
.products-grid .product-item-info.active .product-item-inner {
    display: block;
    position: absolute;
    left: 0;
    top: 40%;
    margin: 0 auto;
    background: transparent;
} */

.products-grid .product-item-actions {
    width: 100%;
    margin: 0px;
    transition: all 0.4s ease-in-out 0.0s;
    -moz-transition: all 0.4s ease-in-out 0.0s;
    -ms-transition: all 0.4s ease-in-out 0.0s;
    -o-transition: all 0.4s ease-in-out 0.0s;
    -webkit-transition: all 0.4s ease-in-out 0.0s;
}

#related_products .products-grid .product-item-actions {
    display: contents;
}
#related_products .product-item-info {
    position: relative;
}
#related_products .towishlist {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
#related_products .tocart {
    width: 100%;
    background: #cbbc80;
    text-transform: uppercase;
    border: solid 1px #cbbc80;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
}
#related_products .product-item-actions .actions-secondary .tocompare {
    display: none;
}
#related_title strong {
    font-size: 18px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}
#related_title hr {
    background: #ccc;
}
@media screen and (max-width: 767px) {
    #related_title hr {
        width: 100%;
        position: absolute;
        left: 0;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content p {
        font-size: inherit;
    }
    .column.main .home-top-promotion .top-slide-item.skinbetter .contentWrapper {
        left: 46%;
    }
}
#related_details .price-box .price {
    font-weight: 700;
    white-space: nowrap;
    color: #cbbc80;
    font-family: Lato;
    font-size: 18px;
    letter-spacing: 0.05em;
}
#related_details {
    text-align: center;
}
#related_details strong a {
    font-size: 16px;
}
#related_details .product-item-actions .actions-primary {
    display: none;
    /* position: absolute;
    left: 0;
    top: 30%;
    margin: 0 auto;
    background: transparent;
    width: 100%;
    opacity: 0;
    z-index: 1;
    transition: all 0.2s ease-in-out; */
}
/* #related_products .product-item-info:hover .actions-primary {
    opacity: 1;
}

.products-grid .product-item-info:hover .product-item-inner .product-item-actions,
.products-grid .product-item-info.active .product-item-inner .product-item-actions {
    opacity: 1;
} */

.page-products .products-grid .product-item-inner::before {
    content: "";
    display: none;
}

.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    border: 0;
    clip: unset;
    height: auto;
    margin: 0;
    overflow: unset;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    right: unset;
    left: unset;
}

.product-item-actions .actions-primary {
    width: 100%;
}

.page-products .products-grid .product-item .tocart {
    width: auto;
    background: #fff;
    text-transform: uppercase;
    border: solid 1px #cbbc80;
    color: #cbbc80;
    font-size: 14px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.page-products .products-grid .product-item .tocart:hover {
    background: #cbbc80;
    color: #fff;
}

.page-with-filter .toolbar-amount {
    display: none;
}

.page-products .toolbar-sorter.sorter {
    float: left;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    z-index: 11111;
}

.page-products .toolbar .limiter {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}

.page-products .toolbar .limiter a {
    color: #000;
    margin: 0 3px;
}

.page-products .toolbar .limiter a:hover, 
.page-products .toolbar .limiter a.active {
    color: #cbbc80;
    border-bottom: 1px solid;
}

.page-products .toolbar-sorter.sorter select,
.page-products #limiter,
.toolbar select {
    box-shadow: none;
    border: none;
    margin-top: -4px;
    color: #cbbc80;
    border:solid 1px #eee; 
    font-size: 16px;
   /* background: none; */
   background-color: transparent;
}
.toolbar-products .field.limiter,
.products.wrapper ~ .toolbar .limiter{
    display: none;
}

.page-products #limiter {
    display: none;
}

.category-cms,
.category-image,
.category-description {
    margin-bottom: 40px;
}


.cSorter {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    vertical-align: top;
    margin: 0 10px;
    text-align: left;
    flex-direction: column;
    width: 132px;
    display: none; 
}

.cSorter-inner {
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow: hidden;
    height: 28px;
    z-index: 11;
    background: #fff;
    padding: 2px 30px 10px 10px;
    box-shadow: none;
    border: solid 1px #eee9e3;
    margin-top: -2px;
    font-size: 15px;
}

.active .cSorter-inner {
    height: auto;
}

.toolbar {
    margin-bottom: 45px;
}

.page-products .toolbar .cSorter a {
    color: #000;
    margin: 0 3px;
    display: block;
    opacity: 0;
}

.page-products .toolbar .active .cSorter a {
    opacity: 1;
}

.page-products .toolbar .cSorter a:hover,
.page-products .toolbar .cSorter a.active {
    color: #cbbc80;
}

.page-products .toolbar .cSorter a.active {
    order: -1;
    opacity: 1;
}

.page-products .toolbar .cArrow {
    transform: rotate(90deg);
    display: flex;
    width: 16px;
    height: 18px;
    margin-right: 10px;
    margin-left: 12px;
    cursor: pointer;
    margin-top: 7px;
    z-index: 111;
 /*   display: none; */
}

.page-products .toolbar .cArrow:before {
    font-family: 'icomoon';
    content: "\e909";
    color: #626060;
    background: none;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    font-weight: 700;
}

.page-products .toolbar .cArrow:hover:before {
    color: #cbbc80;
}

.page-layout-1column .product.media,
.page-layout-behandlinger_product .product.media {
    width: 47%;
}

.page-layout-1column .product-info-main,
.page-layout-behandlinger_product .product-info-main  {
    width: 49%;
    padding-top: 40px;
}

.product-info-main .page-title-wrapper h1 {
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 15px;
    margin-top: 10px;
    font-size: 33px;
    color: #2d1b0d;
    font-weight: 300;
}

.breadcrumbs .items {
    color: #bababa;
    font-family: Lato;
    font-size: 14px;
}

.breadcrumbs a:visited,
.breadcrumbs a {
    color: #bababa;
}

.breadcrumbs a:hover {
    color: #dea5b0;
    text-decoration: none;
}

.breadcrumbs .item:not(:last-child)::after {
    vertical-align: top;
    margin: 1px 0px 0px;
    content: "»";
    font-family: montserrat;
    font-size: 12px;
}

.product-info-main .product-info-stock-sku {
    display: none;
}

.product-info-main .product-info-price {
    border: none;
    float: left;
    width: 50%;
    padding-top: 20px;
    margin-bottom: 0px;
    border-right: solid 1px #dcdcdc;
    padding-top: 0px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    min-height: 57px;
	position:relative;
}
.page-layout-behandlinger_product .product-info-main .product-info-price {
    width: 100%;
    border-right: none;
}
.page-layout-behandlinger_product .product-info-main .behandlinger_duration{
    float:left;
    width: 100%;
    min-height: 57px;
    line-height: 57px;
    border-top: solid 1px #dcdcdc;
    border-bottom: solid 1px #dcdcdc;
    padding-left: 20px;
}
.page-layout-behandlinger_product .product-info-main .behandlinger_duration label{
    font-weight: 300;
}
.page-layout-behandlinger_product .product-info-main .behandlinger_description{
    float:left;
    width: 100%;
    padding: 20px 10px 20px 20px;
}
.page-layout-behandlinger_product .product-info-main .treatment-action {
    float: left;
    width: 100%;
    padding-bottom: 50px;
}
.page-layout-behandlinger_product .product-info-main .treatment-action a{
    text-align: center;
    font-size: 16px;
}
#product-options-wrapper {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 15px;
}

.product-info-price .price-box {
    padding-bottom: 0;
}

.product-info-price .price-box.price-final_price {
    padding-top: 0px;
    width: 100%;
}

.product-info-main .product-info-price .price-box .price-container .price-wrapper {
    margin-bottom: 0px;
    line-height: 1;
    text-align: left;
    padding-left: 15px;
}

.product-info-main .product-info-price .price-box .price-container {
    line-height: 1;
    font-size: 24px;
    display: inline-block;
}

.product-info-price .price-box .price-container .price {
    font-size: 24px;
    line-height: 1;
    color: #000;
    font-weight: 500;
}

.product-info-price .price-box .special-price .price {
    font-size: 24px;
    line-height: 1;
    color: #d50808;
    font-weight: 500;
}

.product-info-price .price-box .old-price .price {
    text-decoration: line-through;
    color: #cbbc80;
}

.product-info-price .price-box .old-price {
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
}

.product-info-price .price-box .old-price.sly-old-price.no-display {
    display: none;
}

.product-info-price .price-box .old-price .price-container .price-label {
    display: none;
}

.product-info-main .product-add-form {
    padding-top: 0px;
    padding-bottom: 20px;
    clear: none;
    display: block;
    border-top: solid 1px #dcdcdc;
}

.product-info-main .product-add-form .box-tocart {
    text-align: right;
    border-bottom: solid 1px #dcdcdc;
    margin: 0 0 12px;
}

.fieldset:last-child {
    margin-bottom: 0;
}

.product-info-main .product-info-price .price-box .price-container .price-label {
    display: none!important;
}

/* Color Swatch */

.swatch-opt {
    margin: 0px 0;
}
.swatch-attribute-label {
    font-weight: 400;
    position: relative;
    font-size: 13px;
}
.swatch-attribute.color {
    text-align: center;
    margin-top: 5px;
}
.swatch-attribute-selected-option {
    padding-left: 0px;
}
.product-info-main .product-add-form .box-tocart .control {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

.product-info-main .product-add-form .box-tocart .control input,
.pr-img-qty .details-qty.qty input {
    border: none;
    font-size: 24px;
    border: none;
    font-family: Montserrat;
    font-weight: 500;
    width: 70px;
}

.product-info-main .product-add-form .box-tocart .control .qty-substract,
.product-info-main .product-add-form .box-tocart .control .qty-add,
.pr-img-qty .details-qty.qty .qty-substract,
.pr-img-qty .details-qty.qty .qty-add {
    cursor: pointer;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
}

.product-info-main .product-add-form .box-tocart .control .qty-substract:hover,
.product-info-main .product-add-form .box-tocart .control .qty-add:hover,
.pr-img-qty .details-qty.qty .qty-substract:hover,
.pr-img-qty .details-qty.qty .qty-add:hover {
    color: #dea5b0;
}

.pr-img-qty .details-qty.qty button.update-cart-item {
    border: none;
    border-radius: 0;
    background: #000;
    margin-left: 20px;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.pr-img-qty .details-qty.qty button.update-cart-item:hover {
    background: #2d1b0d;
}

input:not([disabled]):focus {
    box-shadow: none;
}

.product-info-main .product-add-form .box-tocart .field.qty label {
    display: none;
}

.product-info-main .product-add-form .actions button.action.primary {
    width: 100%;
    border-radius: 0;
    background: #a83568;
    border: none;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    padding: 20px 15px;
}

.product-info-main .product-add-form .actions button.action.primary:hover {
    background: #2d1b0d;
}

/* .product.info.detailed {
    border-top: solid 1px #dcdcdc;
} */

.product.data.items>.item.content {
    border: none;
    border-top: solid 1px #dcdcdc;
    margin-top: 60px;
    padding: 50px 95px;
    font-weight: 300;
    font-size: 16px;
}

.product.data.items>.item.title>.switch {
    border: none;
    background: none;
}

.product.data.items>.item.title {
    float: left;
    width: 25%;
    text-align: center;
}

.product.data.items>.item.title>a.switch {
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000;
    border-bottom: solid 4px #fff;
    height: 60px;
    line-height: 60px;
}

.product.data.items>.item.title>a.switch:hover {
    color: #2d1b0d;
}

.product.data.items>.item.title.active>a.switch {
    border-bottom: solid 4px #2d1b0d;
}

.fotorama__thumb-border {
    border: solid 1px #2d1b0d;
    background-image: none;
}

.fotorama__thumb {
    background: #fff;
}

.product-info-main .product.attribute.overview {
    padding-left: 25px;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

/* Custom code */

.product-info-main .product.attribute.overview ul {
    margin-top: 1em;
}

.actions-toolbar.zo-login-toolbar .primary a.action {
    padding: 10px 20px;
    margin-bottom: 1px;
    margin-top: 0;
}

@media only screen and (min-width: 916px) {
    .actions-toolbar.zo-login-toolbar .primary {
        text-align: left;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 915px) {
    .actions-toolbar.zo-login-toolbar .primary a.action {
        margin-bottom: 10px;
    }
}

/* Custom code */

.product-info-main .product.attribute.overview ul li {
    margin-bottom: 0.5rem;
}

.rating-wish-share {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.rating_wrapper {
    display: none;
    /* width: 138px;
    height: 21px;
    display: flex;
    position: relative;
    cursor: pointer; */
}

.rating_base {
    width: 138px;
    height: 21px;
    display: flex;
}

.rating_base:before {
    content: "\e90d";
    font-family: icomoon;
    display: inline-block;
    width: 138px;
    height: 21px;
    line-height: 21px;
    color: #cbbc80;
    font-size: 24px;
}

.rating_value {
    display: flex;
    height: 21px;
    z-index: 1;
    position: absolute;
    overflow: hidden;
}

.rating_value:before {
    content: "\e90c";
    font-family: icomoon;
    display: inline-block;
    width: 138px;
    height: 21px;
    line-height: 21px;
    color: #cbbc80;
    font-size: 24px;
}

.rating_wrapper span {
    display: none;
}

.wish_wrapper {
    /* display: none; */
    display: inline-block;
    text-align: center;
    font-family: Lato;
    color: #dea5b0;
    font-size: 16px;
    line-height: 18px;
}

.wish_wrapper span::before {
    content: "\e902";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 18px;
    color: #000;
    vertical-align: bottom;
    margin-right: 5px;
}

/* TOoltip share */
@media only screen and (min-width: 768px) {
    .product.data.items {
        border-top: 1px solid #2d1b0d;
    }
}

.share_wrapper {
    text-align: right;
}

.share_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
 .share_wrapper ul li {
    margin: 0;
    transition: all 0.2s ease-in-out;
}
.share_wrapper ul li a::before {
    color: #c1c1c1;
    width: 30px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.share_wrapper ul li:hover a::before {
    color: #000;
}

/* TOoltip share End */ 

.page-layout-1column .products-grid .related-products.owl-carousel .product-item {
    width: 100%;
}

.related-products.owl-carousel .product-item-info {
    max-width: 100%;
    width: 100%;
}

.related-products.owl-carousel .product-item .product.name {
    font-family: Lato;
    font-size: 16px;
    min-height: 40px;
}

.related-products.owl-carousel .product-item .product.name a {
    font-weight: bold;
    letter-spacing: 0.05em;
}

.block.related .block-title.title {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 20px;
    padding-left: 35px;
}

.block.related .block-title.title strong {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.02em;
}

.shipping-returns-guarantee_wrapper {
    display: flex;
    width: 80%;
    margin: 0 auto;
    padding: 0 30px 20px;
    justify-content: space-between;
    border-bottom: solid 1px #dcdcdc;
}

.shipping-returns-guarantee_wrapper span {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.15;
}

.shippingInfo span:before {
    content: "\e910";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 45px;
    color: #cbbc80;
    vertical-align: bottom;
    margin-right: 20px;
    font-weight: normal;
}

.returnsInfo span:before {
    content: "\e90f";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 45px;
    color: #cbbc80;
    vertical-align: bottom;
    margin-right: 20px;
    font-weight: normal;
}

.guaranteeInfo span:before {
    content: '\e911';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 45px;
    color: #cbbc80;
    vertical-align: bottom;
    margin-right: 20px;
    font-weight: normal;
}

/* Change made 02 feb 2022 */

@media screen and (max-width: 640px) {
    .shipping-returns-guarantee_wrapper {
        padding: 0 0px 20px;
        border-bottom: none;
    }
    .shipping-returns-guarantee_wrapper span {
        width: 174px;
    }
    .shippingInfo span:before,
    .returnsInfo span:before,
    .guaranteeInfo span:before {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 120px;
        margin: 0;
    }
}

/* Change made 02 feb 2022 */

/******** NAVIGATION *******/

.navigation {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 3;
}

.navigation>ul {
    padding: 0 0px;
  /*  display: flex;
    justify-content: space-around;
    */
    display: block;
    text-align: center;
}

.navigation .level-1 {
    margin: 0 19px 0 19px;
    display: inline-block;
    position: relative;
    position: unset;
}

@media screen and (max-width: 1024px) {
    .navigation {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }
}

.navigation .level-1:last-child {
    margin-right: 0;
    padding-right: 0;
}

.navigation .level-1>a {
    color: #000;
    line-height: 52px;
    font-weight: 600;
    display: block;
}

.navigation .level-1>a:hover {
    color: #cbbc80;
}

.navigation .level-1>ul {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    height: 0;
    opacity: 0.2;
    transform: translateY(-15px);
    visibility: hidden;
    overflow: hidden;
    box-shadow: 1px 7px 7px rgba(0, 0, 0, .2), -1px 7px 7px rgba(0, 0, 0, .2);
    -moz-transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
    -ms-transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
    -o-transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
    -webkit-transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
}

.navigation .level-1:hover>ul {
    display: block;
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 20px 40px 40px;
    -webkit-transition: opacity 0.3s linear 0.0s, transform 0.3s linear 0.0s;
    transform: translateY(0px);
}

.navigation .level-1>ul li.column-1 {
    position: relative;
    width: 40%;
    float: left;
    text-align: left;
}

.navigation .level-1>ul li.column-1 ul li a {
    font-weight: 600;
    display: block;
    padding: 5px 0;
    position: relative;
}

.navigation .level-1>ul li.column-1 ul li ul {
    visibility: hidden;
    position: absolute;
    transform: translateY(30px);
    left: 168px;
    top: 0;
    border-left: solid 1px #d8d8d8;
    padding-left: 55px;
    opacity: 0;
    min-height: 100%;
    -moz-transition: all 0.5s ease-in-out 0.0s;
    -ms-transition: all 0.5s ease-in-out 0.0s;
    -o-transition: all 0.5s ease-in-out 0.0s;
    -webkit-transition: all 0.5s ease-in-out 0.0s;
}

.navigation .level-1>ul li.column-1 ul li ul.active,
.navigation .level-1>ul li.column-1.active-first-child>ul li:first-child ul {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
    transform: translateY(0px);
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.navigation .level-1>ul li.column-1 ul li ul a {
    text-transform: none;
    font-weight: 400;
    display: block;
}

.navigation .level-1>ul li.column-1 ul li:hover>a {
    color: #cbbc80;
    /*  border-right:solid 2px #cbbc80; */
}
.navigation li.navigation__inner-item.disabled{
    display: none;
}

@media screen and (max-width: 767px) {
    .navigation .level-1>ul li.column-1 ul li:hover>a {
        color: black;
        /*  border-right:solid 2px #cbbc80; */
    }
    .product-title-brand {
        text-align: center;
    }
}

.navigation .level-1>ul li.column-1 ul>li {
    width: 160px;
}

.navigation .level-1>ul li.column-1 ul li:first-child {
    margin-bottom: 0.8rem;
}

.navigation .level-1>ul li.column-1.active-first-child>ul>li:first-child>a {
    color: #cbbc80;
    /*   border-right:solid 2px #cbbc80; */
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.navigation .level-1>ul li.column-1.active-first-child>ul>li.navigation__inner-item--parent>a:after,
.navigation .level-1>ul li.column-1 ul li.navigation__inner-item--parent>a:after {
    font-family: 'icomoon';
    content: "\e909";
    color: #d8d8d8;
    position: absolute;
    right: -13px;
    background: #fff;
    z-index: 1;
    font-weight: 500;
    opacity: 1;
    height: 23px;
    font-size: 23px;
    line-height: 1;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    transform: translateY(-15px);
}

.navigation .level-1>ul li.column-1.active-first-child>ul>li.navigation__inner-item--parent:first-child>a:after,
.navigation .level-1>ul li.column-1 ul li.navigation__inner-item--parent:hover>a:after {
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -ms-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    opacity: 1;
    transform: translateY(0px);
}

.navigation .level-1>ul li.column-2,
.navigation .level-1>ul li.column-3 {
    float: left;
    width: 30%;
}

.navigation .brands_h>ul li.column-1,
.navigation .brands_h>ul li.column-2 {
    float: left;
    width: 25%;
    text-align: left;
}

.navigation .brands_h>ul li.column-3, 
.navigation .brands_h>ul li.column-4 {
    float: left;
    width: 25%;
}

.navigation .brands_h>ul li.column-3 .p_img, 
.navigation .brands_h>ul li.column-4 .p_img {
    position: relative;
    border: 1px solid #dcdcdc;
}

.navigation .brands_h>ul li.column-3 .p_img:first-child, 
.navigation .brands_h>ul li.column-4 .p_img:first-child {
    margin-top: 0;
    margin-bottom: 6.2%;
}

li.box_image_text_bottom {
    text-align: center;
}

li.box_image_text_bottom div {
    position: relative;
    display: inline-flex;
}

li.box_image_text_bottom label {
    position: absolute;
    background: #fff;
    left: 20px;
    right: 20px;
    bottom: -30px;
    text-align: center;
    padding: 15px 30px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    font-style: italic;
}

li.box_image_text_bottom label strong {
    display: block;
    font-size: 16px;
}


/******** END NAVIGATION ******/


/******* CART PAGE ******/

.cart-container .form-cart {
    width: 100%;
    padding-right: 0%;
}

.checkout-cart-index .page-title-wrapper .page-title {
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 30px;
    padding-left: 50px;
}

.form.form-cart .cart.table-wrapper {
    border-top: solid 1px #dcdcdc;
}

.cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 24px;
    padding-top: 24px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 600;
}

.cart.table-wrapper .cart tbody td {
    border: 0;
    vertical-align: middle;
}

.cart.table-wrapper .col.price,
.cart.table-wrapper .col.qty,
.cart.table-wrapper .col.subtotal {
    text-align: left;
}

.cart.table-wrapper .item .col.item {
    padding: 20px 8px 10px 0;
}

.cart.table-wrapper .product-item-details {
    vertical-align: middle;
    padding-bottom: 0px;
}

.cart.table-wrapper .cart thead tr th.col.item,
.cart.table-wrapper .cart tbody tr td.col.item {
    padding-left: 0px;
    padding-right: 55px;
    width: 48%;
    display: table-cell;
}

.cart.table-wrapper .cart tbody tr td.col.item .product-item-name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 400;
}

.product-item-name>a,
.abs-product-link>a:visited,
.product-item-name>a:visited,
.product.name a>a:visited {
    color: #000;
    font-family: Lato;
}

.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price {
    font-weight: 500;
    color: #000;
    letter-spacing: 0.07em;
}

.cart.table-wrapper .col.qty .input-text {
    border: none;
    font-size: 18px;
}

.cart.table-wrapper .actions-toolbar>.action-delete:not(:focus) {
    color: #000;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.cart.table-wrapper .cart>.item {
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.cart.table-wrapper .cart thead tr th.col.price,
.cart.table-wrapper .cart tbody tr td.col.price,
.cart.table-wrapper .cart tbody tr th.col.qty,
.cart.table-wrapper .cart tbody tr td.col.qty,
.cart.table-wrapper .cart tbody tr th.col.subtotal,
.cart.table-wrapper .cart tbody tr td.col.subtotal {
    width: 13.33%;
}

.cart.table-wrapper .cart tbody tr th.col.remove-edit,
.cart.table-wrapper .cart tbody tr td.col.remove-edit {
    width: 10.0%;
}

.cart.table-wrapper .cart thead tr th.col.remove-edit span {
    display: none;
}

.cart.table-wrapper .cart tbody tr td.col.remove-edit .actions-toolbar a.action.action-edit {
    display: none;
}

.cart.table-wrapper .actions-toolbar>.action-delete>span {
    border: 0;
    clip: unset;
    height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: inherit;
    display: block;
}

.cart.table-wrapper .actions-toolbar>.action-delete::before {
    display: none;
}

.cart.table-wrapper .product-item-photo {
    padding-right: 80px;
}

.cart-container .form-cart {
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 60px;
    padding-bottom: 20px;
}

.cart-summary .block>.title {
    border-top: none;
    text-transform: uppercase;
}

.checkout-cart-index .cart-summary {
    position: inherit;
    background: transparent;
    width: 50%;
    padding: 1px 0px 25px;
}

.checkout-cart-index .cart-discount {
    width: 50%;
}

.cart-discount .block>.title strong {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}

.checkout-cart-index .cart-summary .summary.title {
    display: none;
}

.checkout-cart-index .cart-summary .cart-totals {
    padding-top: 20px;
}

.cart-summary .data.table.totals .totals.shipping th,
.cart-summary .data.table.totals .totals.shipping td {
    padding-bottom: 25px;
}

.cart-summary .data.table.totals .totals .mark,
.cart-summary .data.table.totals .totals .amount {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 0;
    padding-top: 10px;
}

.cart-summary .data.table.totals .totals .mark {
    padding-left: 50px;
}

.cart-summary .data.table.totals .totals .amount {
    padding-right: 50px;
    font-weight: 400;
}

.cart-summary .data.table.totals .grand.totals .mark,
.cart-summary .data.table.totals .grand.totals .amount {
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 5px;
}

.cart-summary .checkout-methods-items .action.primary.checkout {
    line-height: 1;
    font-size: 2.2rem;
    font-weight: 700;
    padding: 20px 17px;
}

/* Added for lazy load */

.box_image_text_bottom p a img {
    min-width: 250px;
    min-height: 250px;
    object-fit: cover;
}
/***************************************/
.cms-index-index .nav-sections {
    position: relative;
    z-index: 3;
}

.product-title-brand a.brandName{
    text-transform: uppercase;
    font-size: 24px;
    color: #2d1b0d;
    font-weight: 400;
    padding-left: 15px;
}
.product-title-brand a.brandName:hover {
    color: #2d1b0d;
}
body.catalog-category-view #maincontent {
    margin-top: 0px;
}

.page-layout-2columns-left .sidebar-main{
    width: 25.5%;
}
.page-layout-2columns-left .column.main {
    width: 74.5%;
}
.ambrand-index-index .block-content.filter-content .filter-options .filter-options-item:first-child .filter-options-title{
    display:none;
}
.filter .block-content.filter-content .block-subtitle{
    display: none;
}
.filter .block-content.filter-content  input.am-input{
    display: none;
}
.filter-options-content ul.am-filter-items-attr_category_ids{
    margin: 0 -10px;
}
.filter-options-content .am-filter-items-attr_category_ids > li.item > a,
.items[class*='category_ids']:not(.items-children) > .item > a {
    background: #cbbc80;
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 12px 5px 12px 28px;
}
.filter-options .items .items-children.-folding {
    padding-left: 24px;
    padding-top: 15px;
    width: 100%;
    list-style: none;
}
.filter-options .items .items-children.-folding .item{
    margin: 10px 0;
}

.filter-options .items .items-children.-folding.level-1 .item {
    font-weight: 600;
}
.filter-options .items .items-children.-folding.level-2 .item {
    font-weight: 400;
}

.filter-options .items .items-children.-folding .item a,
.filter-options ol.items .item a{
    width: 100%;
    font-size: 16px;
    color: #000;
    display: block;
}
.filter-options .am-labels-folding .item{
    padding: 0;
}
.filter-options ol.items{
    margin-left: 15px; 
}
.filter-options-title{
    text-transform: uppercase;
    font-size: 18px;
    color: #2d1b0d;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.filter-options-title::after{
    right: 20px;
    top: 23px;
}
.filter-options-content a:hover {
    background-color: transparent;
    color: #2d1b0d;
}
.productBrand a{
    text-transform: uppercase;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.productBrand a:hover{
    color: #cbbc80;
}
/* Amasty Brand Carousle  */
.am-slider-container .amslider-header-container {
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding: 0;
}

#all_brands {
    color: #cbbc80;
    text-decoration: underline;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

#all_brands:hover {
    text-decoration: none;
    color: #2d1b0d;
}
.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 {
    position: relative;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
}
.amasty_xlanding-page-view .category-image, 
.amasty_xlanding-page-view .category-description,
.catalog-category-view .category-image {
    margin-bottom: 0px;
    width: auto;
}
.amasty_xlanding-page-view .breadcrumbs,
.breadcrumbs{
    width: 100%
}
/* .amasty_xlanding-page-view .brand-image-desription-wrapper .category-image-title + .category-description .page-title-wrapper, */
.catalog-category-view .brand-image-desription-wrapper .category-image-title + .category-description .page-title-wrapper,
.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper .category-image-title + .category-description .page-title-wrapper,
.category-produkter.amshopby-index-index .brand-image-desription-wrapper .category-image-title + .category-description .page-title-wrapper {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    margin-top: -50px;
}
.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 {
    /* background: #2d1b0d;
    background: #dea4b0 url(../images/cat-title-background.jpg) center top no-repeat; */
    padding: 20px 0 0;
    margin-bottom: 20px;
    max-width: 895px;
    margin: 0 0 0 auto!important;
    text-align: center;
}
.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 {
    max-width: 1240px;
}
.catalog-category-view .page-main .category-description {
    text-align: center;
}
@media screen and (min-width: 916px) {
    .amasty_xlanding-page-view .category-description .page-title-wrapper h1,
    .catalog-category-view .category-description .page-title-wrapper h1,
    .category-default-category:not(.ambrand-index-index) .category-description .page-title-wrapper h1,
    .category-produkter.amshopby-index-index .category-description .page-title-wrapper h1 {
        font-size: 41px;
    }
}
@media screen and (max-width: 910px) {
    .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{
        padding: 20px 0 40px;
    }
}

.category-default-category:not(.ambrand-index-index) .brand-image-desription-wrapper > .category-description > .page-title-wrapper{
    background: #2d1b0d;
    background: #dea4b0 url(../images/produkter.jpg) center top no-repeat;
    padding: 103px 0;
    margin-bottom: 20px;
    background-size: cover;
}
.amasty_xlanding-page-view .category-description .page-title-wrapper h1,
.catalog-category-view .category-description .page-title-wrapper h1,
.category-default-category:not(.ambrand-index-index) .category-description .page-title-wrapper h1,
.category-produkter.amshopby-index-index .category-description .page-title-wrapper h1 {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto; 
}
.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  {
    width: 100%;
    max-height: 270px;
    background: #dea4b0;
    margin-bottom: 20px;
}
.category-herre.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.categorypath-herre-dag-og-nattkrem.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.categorypath-herre-dag-og-nattkrem-24-timerskrem.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.categorypath-herre-barbering.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.categorypath-herre-kroppspleie.catalog-category-view .brand-image-desription-wrapper .category-image-title,
.categorypath-herre-hudpleie.catalog-category-view .brand-image-desription-wrapper .category-image-title {
	 background: #cce3f1;
}
/* Background imgs on Produkter fix */
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-image-title {
    display: none;
}
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-description, 
.catalog-category-view .brand-image-desription-wrapper .category-description,
.category-default-category:not(.ambrand-index-index) .category-description,
.category-produkter.amshopby-index-index .category-description {
    width: 100%; 
    margin: 0 auto;
}
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-description .category-description,
.catalog-category-view .brand-image-desription-wrapper .category-description .category-description,
.category-default-category:not(.ambrand-index-index) .category-description .category-description{
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
}
.amasty_xlanding-page-view .brand-image-desription-wrapper .category-description h1,
.catalog-category-view .brand-image-desription-wrapper .category-description h1,
.category-default-category:not(.ambrand-index-index) .category-description h1,
.category-produkter.amshopby-index-index .category-description h1{
    font-weight: 600;
}

.category-image-title{
    position: relative;
}
.category-image-title img {
    display: inline-block;
}

.category-image-title .page-title-wrapper h1{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 0px;
    color: #2d1b0d;
    font-size: 48px;
    font-weight: 600;
}
.category-image-title .category-image + .page-title-wrapper{
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    transform: translateY(-50%);
    background: transparent;
}

/* .category-image-title {
    width: 40%;
    display: flex;
    justify-content: center;
}
.category-image-title .category-image img{
    display: inline-block;
} */

.brand-image-desription-wrapper {
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-wrap: wrap; 
    max-width: 1240px;
}
.ambrand-index-index .page-wrapper .breadcrumbs {
    width: 100%;
    max-width: 100%;
}
.ambrand-index-index .brand-image-desription-wrapper .category-description {
    width: 59%;
    margin-bottom: 10px;
}
.ambrand-index-index .category-image{
    margin-bottom: 0;
    padding: 0px 20px;
}
.ambrand-index-index .brand-image-desription-wrapper .category-description .category-description {
    width: 100%;
}
.brand-image-desription-wrapper .category-description h1 {
    margin-bottom: 10px;
}
.brand-image-desription-wrapper  .category-image-title {
    width: 39%;
    display: flex;
    justify-content: center;
}
.brand-image-desription-wrapper .category-image-title img {
    width: 100%;
    position: relative;
    max-height: 250px;
}
.category-default-category.ambrand-index-index .category-image-title .page-title-wrapper h1{
    display: none;
}

.customer-welcome .action.switch::after,
.customer-welcome.active .action.switch::after{
    content: "\e900";
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    margin-right: 7px;
    color: #090000;
}
.customer-welcome .action.switch:hover::after{
    color: #47062e;
}
.cart-totals .totals-tax-summary .mark{
	padding: 20px 30px 10px 50px;
	font-size: 18px;
}
.cart-totals .totals-tax-summary .amount{
	padding: 20px 30px 10px 0px;
	font-size: 18px;
}
.cart-totals .totals-tax-details.shown .mark{
	padding: 0px 0px 20px 50px;
	font-size: 18px;
}
.cart-totals .totals-tax-details.shown .amount{
	padding: 0px 50px 20px 0px;
	font-size: 18px;
}
.cart-totals .totals-tax-summary .amount .price::after, 
.opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
    position: absolute;
    right: 0px;
    top: 6px;

}
.opc-block-summary {
    background: transparent;
}
.authentication-wrapper button{
	padding: 10px 20px; 
}
.authentication-wrapper button:hover{
	color: #fff;
	text-decoration: none;
}
.authentication-wrapper button:active,
.authentication-wrapper button:focus,
.action-auth-toggle:focus {
	box-shadow: none;
	background: #000;
	color: #fff;
}
.checkout-klarna-index .opc-block-summary .table-totals .totals-tax-summary .amount .price {
    padding-right: 0px;
}
.checkout-klarna-index .opc-block-summary .table-totals .totals-tax-summary .amount .price::after {
    position: absolute;
    right: -20px;
    top: 4px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar {
    vertical-align: middle;
    padding-bottom: 10px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    margin-left: 0px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:hover {
    background: #6a2648;
}
.checkout-klarna-index  .checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
    box-shadow: none;
}
.brand-images {
    flex-wrap: wrap;
}
.bare-list .ambrands-image{
    height: auto !important;
}
.brands-letter .brand-item .label {
    position: relative;
    margin: 5px 0 0;
    padding-top: 5px;
    width: 100%;
    word-wrap: break-word;
    color: #4d0d32;
    font-weight: 600;
    font-size: 14px;
}
.brands-letter .brand-item .label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    display: block;
    height: 1px;
    background: #cbbc80;
}
.brands-filters .letter {
    display: block;
    float: left;
    margin: 0 5px 10px;
    padding: 2px 5px;
    min-width: 17px;
    min-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #2d1b0d;
    border-radius: 4px;
    background: #2d1b0d;
}
.brands-filters .letter.-disabled {
    opacity: 0.4;
    pointer-events: none;
    background-color: #2d1b0d;
    color: #aeaead;
}
.brands-filters .letter:hover, .brands-filters .letter.-active {
    background: #cbbc80;
    border: solid 1px #cbbc80;
}
.brand-images .brands-letter .letter .title {
    padding: 3px 9px 2px;
    text-transform: uppercase;
    background: #fff;
    border: solid 1px #b2b2b2;
    border-bottom: solid 1px #fff;
    color: #4d0d32;
    margin-top: 0px;
    border-radius: 2px 10px 0 0;
}
.amgdprcookie-bar-container{
    background-color: #d6ca8e !important;
}
.swatch-option{
    height: 30px;
}
.swatch-option.text {
    background: #cbbc80;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    min-width: 65px;
}
.swatch-option.selected {
    outline: 2px solid #dea5b7;
    color: #2d1b0d;
}
.swatch-attribute.unit {
    padding-top: 10px;
}
.swatch-attribute-label{
    padding-right: 5px;
}
.swatch-attribute-label:after{
    content: ":";
}
.swatch-attribute-selected-option {
    color: #b56e84;
}
.behandlingerCats ul.childcategories{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.behandlingerCats ul.childcategories li{
    width: 31.33%;
    margin-left:3%;
    position: relative;
    margin-bottom: 3%;
}
.behandlingerCats ul.childcategories li:nth-child(3n+1){
    margin-left: 0;
}
.behandlingerCats ul.childcategories li h3.subCategoryName{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(39, 39, 39, .45);
    color: #fff;
    height: 50px;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    justify-content: space-between;
    cursor: pointer;
}
.behandlingerCats ul.childcategories li h3.subCategoryName a{
    color: #fff;
}
.behandlingerCats ul.childcategories li .childCatImg img{
    display: block;
    width: 100%;
}
.behandlingerCats ul.childcategories li h3.subCategoryName span{
    background: #000;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}
.behandlingerCats ul.childcategories li h3.subCategoryName span:hover,
.behandlingerCats ul.childcategories li h3.subCategoryName:hover span,
.behandlingerCats ul.childcategories li > a:hover + h3.subCategoryName span{
    background: #cbbc80;
}


.page-products.page-layout-behandlinger_category .products-grid .product-item{
    width: calc((100% - 6%)/4);
    margin-left: 2%;
}
.page-products.page-layout-behandlinger_category .products-grid .product-item:nth-child(4n+1){
    margin-left: 0;
}
.treatment-action a{
    display: block;
    padding: 7px 20px;
    text-transform: uppercase;
    color: #fff; 
    margin-bottom: 7px;
    font-size: 13px;
}
.treatment-action a.send-request{
    background: #eed4d7;
    color: #4d0e34; 
}
.treatment-action a.goto-booking{
    background: #4d0e34;
}
.treatment-action a.send-request:hover{
    background: #000;
    color: #fff;
}
.treatment-action a.goto-booking:hover{
    background: #cbbc80;
    color: #fff;
}
.page-product-configurable .product-info-main .product-add-form .box-tocart {
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    width: 50%;
}
.product-gavekort #product-options-wrapper {
    padding: 10px 0px 15px 15px;
}
.checkout-klarna-index .opc-block-summary {
    padding: 0 20px 0 0;
}
.checkout-klarna-index .opc-sidebar {
    margin: 0px 0 20px;
}
.checkout-klarna-index .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount,
.checkout-klarna-index .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,
.checkout-klarna-index .opc-block-summary .items-in-cart>.title strong {
    font-size: 16px;
    padding: 5px 0;
}
.checkout-klarna-index .minicart-items .product-item-details .details-qty {
    margin-top: 3px;
}
.checkout-klarna-index .minicart-items .product-item-details .price {
    font-size: 16px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-title {
    margin-right: 15px;
    padding: 10px 0 10px 0;
}
.checkout-klarna-index .minicart-items-wrapper .minicart-items li {
    padding: 5px 0 0 0;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content {
    padding: 0;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content .form-discount #discount-code {
    margin-top: 5px; 
    width: 95%;
}
.checkout-klarna-index .checkout-payment-method .payment-option-inner {
     margin: 0 0 10px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-content .form-discount {
    display: block;
    margin-left: 1px;
}
.checkout-klarna-index .checkout-payment-method .payment-option-title .action-toggle {
    color: #000;
    font-weight: 500;
  }
  .cms-om_beths_beauty .column.main img:first-of-type{
    float: left;
    width: 100%;
    max-width: 500px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
/* If dosent have Price */
.restricted-product .product-info-main .product-info-price {
    width: 100%;
    border-right: none;
}
.restricted-product .product-info-main .product.attribute.overview {
    padding-left: 0px;
}
.restricted-product .product-info-main .product.attribute.overview .value p {
    padding-left: 10px;
}
/* If dosent have Price End */
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* About us Video style */
#popup-modal {
    display: flex;
    justify-content: center;
    align-items: center;
}
.videoWrapper {
    width: 55vw;
}
.cms-medisinke-produkter .column.main img{
    float: left;
    padding: 0 30px 30px 0;
    max-width: 500px;
}
.cms-medisinke-produkter .columns{
    padding-bottom: 30px;
}

.customer-account-login .fieldset.login .field.temp_note{
    background: #cbbc80;
    color: #47062e;
    padding: 10px 15px;
}
.opc-block-summary .minicart-items-wrapper {
    padding: 0;
}

/****** SIDEBAR SMD CATEGORY NAVIGATION ****/

.filter-options-content ul.items li.item.currentCat{
    background: #cbbc80;
    font-size: 18px;
    width: 100%;
    color: #fff;
    padding: 12px 5px 12px 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.filter-options-content ul.items li.item.items-children{
    padding-left: 24px;
}
.filter-options-content ul.items li.item.items-children a{
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.filter-options-content ul.items li.item.items-children a:hover{
    color: #2d1b0d;
}
.filter-options-content ul.items li.item.items-children li a{
    font-weight: 400;
}
.filter-options-content ul.smd-category-back_menu.backMenu{
    list-style: none;
    padding-left: 5px;
    padding-top: 5px;
}
.filter-options-content ul.smd-category-back_menu.backMenu li a span:before{
    content: "\00AB";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -6px;
    margin-right: 5px;
    font-weight: 500; 
    font-size: 18px;
}
.filter-options-content ul.smd-category-back_menu.backMenu li a {
    font-size: 16px;
    color: #2d1b0d;;
    font-weight: 600; 
}
.filter-options-content ul.items.smd-layered-categories li.item.items-children a {
    background: transparent;
    padding: 0px 5px 0px 28px;
}
.filter-options-content ul.items.smd-layered-categories li.item.items-children {
    padding-left: 0px;
    padding-top: 2px;
}
.filter-options-content ul.items.smd-layered-categories li.item.items-children ul.items.items-children{
    padding-top: 15px;
}
.filter-options-content ul.items.smd-layered-categories li.item.items-children ul.items.items-children li:last-child{
    margin-bottom: 5px;
}
.ambrand-index-index .filter-options .filter-options-item:first-child,
.ambrand-index-index .filter-options .filter-options-item:first-child + .filter-options-item .filter-options-title,
.amasty_xlanding-page-view .filter-options  .filter-options-item:first-child,
.amasty_xlanding-page-view .filter-options .filter-options-item:first-child + .filter-options-item .filter-options-title{
    display: none;
}
@media screen and (max-width: 700px) {
    .filter-options-content ul.smd-category-back_menu.backMenu {
        list-style: none;
        padding-left: 5px;
        padding-top: 15px;
    }
}
.catalog-topnav.amasty-catalog-topnav #narrow-by-list{
    display:none;
}
.top-slide-item{
    cursor: pointer;
    cursor: hand;
}

/* New Section - Home-featured-categories - on Beths Home */

.home-featured-categories {
    margin: 50px 0 40px;
    background: #faf8f4;
    padding: 30px 0 15px;
}

.brands_carouselWrapper {
    background: #faf8f4; 
}

.home-featured-categories .featured-wrapp {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.home-featured-categories .featured-wrapp .featured-cat {
    text-align: center;
}

.home-featured-categories .featured-wrapp .featured-cat h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.home-featured-categories .featured-wrapp .featured-cat h2 a {
    color: #000;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
}

/* .home-featured-categories .featured-wrapp .featured-cat figure{
    overflow: hidden;
    max-height: 176px;
} */

.home-featured-categories .featured-wrapp .featured-cat div a img {
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin-bottom: 5px;
}

.home-featured-categories .featured-wrapp .featured-cat div a img:hover {   
    transform: scale(1.1);
}

.home-featured-categories .featured-wrapp .featured-cat ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-featured-categories .featured-wrapp .featured-cat ul li {
    line-height: 26px;
    margin: 0;
    padding: 0;
}

.home-featured-categories .featured-wrapp .featured-cat ul li a {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #878787;
    transition: all 0.2s ease-in-out;
}

.home-featured-categories .featured-wrapp .featured-cat ul li a:hover,
.home-featured-categories .featured-wrapp .featured-cat h2 a:hover {
    color: #d2c591;
}
.block.related .block-title.title {
    padding-left: 0;
}
#related_products .product-item h2.product-item-name,
.products-related .product-item h2.product-item-name{
    font-size: 16px;
    font-weight: 400;
    min-height: 56px;
}
#related_products .product-item h2.product-item-name a,
.products-related .product-item h2.product-item-name a{
    font-weight: normal !important;
}
#related_products .product-item h2.product-item-name .productBrand,
.products-related .product-item h2.product-item-name .productBrand{
    display: block;
    color: #dea5b0;
    padding-bottom: 3px;
}
.top-slide-item.bare_minerals_tax_free {
    background: #efefef;
}
.top-slide-item.elixir_content {
    background: #9dafb9;
}

/* 2 New Designed Main Sliders For Beths 19.08.2020 */
.top-slide-item.elixir_content_2 {
    background: #f0bb92;
}
.top-slide-item.maske_promo_1 {
    background: #d1ded4;
}
.top-slide-item.maske_promo_1 .contentWrapper, 
.top-slide-item.elixir_content_2 .contentWrapper {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    max-width: 1200px;
    padding: 0 0px 40px 0px;
    width: auto;
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
}
.top-slide-item.elixir_newyear .contentWrapperInner {
    max-width: 770px;
}
.top-slide-item.elixir_newyear .promotion_title {
    text-transform: uppercase;
    font-weight: bold;
}
.top-slide-item.maske_promo_1 .contentWrapperInner {
    left: 33%;
}
.top-slide-item.elixir_content_2 .contentWrapperInner {
    left: 32%;
}
.top-slide-item.maske_promo_1 .contentWrapperInner h2, 
.top-slide-item.elixir_content_2 .contentWrapperInner h2 {
    font-size: 34px;
}
.top-slide-item.maske_promo_1 .contentWrapperInner .promotion_content,
.top-slide-item.elixir_content_2 .contentWrapperInner .promotion_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-slide-item.maske_promo_1 .contentWrapperInner .promotion_content p,
.top-slide-item.elixir_content_2 .contentWrapperInner .promotion_content p {
    width: 80%;
}
.top-slide-item.elixir_content_2 .contentWrapperInner h4 strong {
    margin-bottom: 10px;
    font-size: 32px;
}
.top-slide-item.maske_promo_1 .contentWrapperInner h4 strong {
    color: #b10f2a;
    margin-bottom: 10px;
    font-size: 32px;
}
.top-slide-item.maske_promo_1 .contentWrapperInner .promotion_content h4 {
    margin-bottom: 5px;
}
@media screen and (max-width: 1160px) {
    .top-slide-item.maske_promo_1 .contentWrapperInner .promotion_action,
    .top-slide-item.elixir_content_2 .contentWrapperInner .promotion_action {
            margin-top: 0px;
    }
    .top-slide-item.maske_promo_1 .contentWrapper, .top-slide-item.elixir_content_2 .contentWrapper {
        padding: 0;
    }
    .top-slide-item.elixir_content_2 .contentWrapperInner {
        left: 30%;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner {
        left: 29%;
    }
    .homeTopPromotion .top-promotion-nav {
        padding: 0px 97px 0px;
    }
    .top-slide-item.maske_promo_1 .contentWrapper, 
    .top-slide-item.elixir_content_2 .contentWrapper {
        top: 43%;
    }
}
@media screen and (max-width: 767px) {
    .top-slide-item.elixir_newyear .contentWrapper {
        top: 100px;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner {
        left: 3%;
    }
    .top-slide-item.elixir_content_2 .contentWrapperInner {
        left: 4%;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner .promotion_action, .top-slide-item.elixir_content_2 .contentWrapperInner .promotion_action {
        margin-top: 5px;
    }
    #maincontent .home-three-promotions {
        margin-top: 0px;
    }
}
@media screen and (max-width: 639px) {
    .top-slide-item.elixir_newyear .contentWrapper {
        top: 320px;
    }
    .top-slide-item.elixir_content_2 .contentWrapperInner {
        left: 16%;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner {
        left: 31%;
    }
    .top-slide-item.maske_promo_1 .contentWrapper, 
    .top-slide-item.elixir_content_2 .contentWrapper {
        top: 32%;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner h2, .top-slide-item.elixir_content_2 .contentWrapperInner h2 {
        font-size: 40px;
    }
}
/* 2 New Designed Main Sliders For Beths 19.08.2020 END */

.top-slide-item.bare_minerals_tax_free .promotion_action,
.top-slide-item.bare_minerals_tax_free:hover .promotion_action,
.top-slide-item.elixir_content .promotion_action,
.top-slide-item.elixir_content:hover .promotion_action,
.top-slide-item.maske_promo .promotion_action,
.top-slide-item.maske_promo:hover .promotion_action {
    display: none;
}
.special-price.configurable-price  .price-label {
    position: relative;
}
.top-slide-item.maske_promo{
    background:url(../images/maske_desktop_bg.jpg) left top repeat-x; 
}
.catalog-product-view #related_products #related_details .price-box .special-price .price {
    font-size: 18px;
    line-height: 1;
    color: #d50808;
    font-weight: 700;
}
.catalog-product-view #related_products #related_details .price-box .special-price {
    display: block;
}
.catalog-product-view #related_products #related_details .price-box .normal-price .price-label {
    display: none;
}
.catalog-product-view #related_products #related_details .price-box .normal-price.configurable-price .price-label {
    display: inline;
}
.catalog-product-view #related_products #related_details .price-box .old-price {
    display: block;
}
.catalog-product-view #related_products #related_details .price-box .old-price .price {
    text-decoration: line-through;
    color: #cbbc80;
    font-size: 18px;
    font-weight: 300;
}
.catalog-product-view #related_products #related_details .price-box .old-price .price-label {
    display: none;
}
@media screen and (max-width: 767px) {
    .ambanners.ambanner-4{
        max-width: 100%;
        overflow: hidden;
    }
     .ambanners.ambanner-4 img{
        max-width: 200%;
        width: 153%;
        margin-left: -27%;
     }
}
.ambanners.ambanner-3 {
    text-align: center;
}
.top-slide-item.no-button .promotion_action{
    display:none;
}
/* 640 for slider  */
@media screen and (min-width: 640px) and (max-width:640px) {
    .homeTopPromotion .top-slide-item.maske_promo_1 .contentWrapper, 
    .homeTopPromotion .top-slide-item.elixir_content_2 .contentWrapper {
        top: 46%;
    }
    .homeTopPromotion .top-slide-item.maske_promo_1 .contentWrapperInner {
        left: 3%;
    }
    .homeTopPromotion .top-slide-item.elixir_content_2 .contentWrapperInner {
        left: 4%;
    }
    .homeTopPromotion .top-slide-item.maske_promo_1 .contentWrapperInner .promotion_action, 
    .homeTopPromotion .top-slide-item.elixir_content_2 .contentWrapperInner .promotion_action {
        margin-top: 5px;
    }
    #maincontent .home-three-promotions {
        margin-top: 0px;
    }
    .top-slide-item.maske_promo_1 .contentWrapperInner h2, 
    .top-slide-item.elixir_content_2 .contentWrapperInner h2 {
        font-size: 34px;
    }
    .top-slide-item.elixir_content_2 .contentWrapperInner h4 strong {
        margin-bottom: 10px;
        font-size: 32px;
    }
}

.home-top-promotion .top-slide-item.skinbetter{
	background: #a2b0df;
}
.home-top-promotion .top-slide-item.skinbetter .contentWrapper{
    top: 49%;
	left: 50%;
	text-align: left;
}
.home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_title{
	text-transform: uppercase;
	color: #3c3c4f;
}
.home-top-promotion .top-slide-item.skinbetter .contentWrapper .promotion_content{
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 36px;
	margin-bottom: 40px;
}
@media screen and (max-width: 1365px) {
    .home-top-promotion .top-slide-item.skinbetter .promotion_title {
        font-size: 40px;
    }
}

/* Blog See All */

.home-blog-container .action-contaner {
    text-align: center;
}

.home-blog-container .action-contaner a {
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08em;
    color: #cbbc80;
    font-size: 13px;
}

.home-blog-container .action-contaner a:hover {
    color: #2d1b0d;
}

/* .cms-page-view [data-content-type='row'][data-appearance='contained'] {
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px;
} */

.cms-om_beths_beauty h1[data-content-type='heading'] {
    margin-bottom: 20px;
}

.brand-images .bare-list .ambrands-image {
    max-height: 100%;
}

.cms-home .am-brand-slider.amslider .swiper-brand .am-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 180px;
}

.cms-home .brands_carouselWrapper .am-brand-slider.amslider {
    max-width: 1180px!important;
}

/* New Product Label in NYHETER Home */

.home-tabs-content .tabs-content-item.Nyheter .new-label {
    content: 'Nyhet';
    position: absolute;
    top: 0px;
    left: 0px;
    background: #a83568;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    z-index: 1;
}

.home-tabs-content .on-sale-label {
    top: 0px;
    left:0px;
}

body .rating-summary .rating-result > span:before,
.review-control-vote label:before,
.fieldset > .field.required > .label:after, .fieldset > .fields > .field.required > .label:after, 
.fieldset > .field._required > .label:after, .fieldset > .fields > .field._required > .label:after {
    color: #ec62b6;
}

.review-ratings .rating-summary .rating-label,
#product-review-table .review-field-rating .label {
    display: none;
}

@media screen and (max-width: 1200px) {
    .footer.content .store-addresses-wrapper ul {
        gap: 10px;
    }
    .footer.content ul > li.adress {
        width: 32%;
    }
}

/* IOS fix */

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
    }
}

.easter p {
    display: inline;
}
@media screen and (max-width: 768px) {
    .easter p {
        display: inherit;
        margin-bottom: 2px;
    }
}

.minicart-wrapper a.vipps-express-checkout,
body.catalog-product-view a.vipps-express-checkout,
body.catalog-product-view .vipss-box-title,
.minicart-wrapper .vipss-box-title,
.minicart-wrapper .actions button#top-cart-btn-checkout + div{
    display: none !important;
}
 .vipss_inner{
        width: 66.66666667%;
        padding-right: 30px;
        text-align: center;
}
.vipss_inner .vipps-express-checkout{
    margin: 15px 0;
    display: block;
}
.checkout-cart-index .vipss-box-title {
  margin: 10px;
}
.catalog-product-view .actions .vipss-box-title{
	display: none !important;
}
 @media screen and (max-width: 639px) {
        .vipss_inner{
            width: 100%;
            padding-right: 0px;
            text-align: center;
        }
        .header.vipss{
           /* display: none; */
           margin-top: 70px;
        }
        .checkout-klarna-index #maincontent .columns #checkout .authentication-wrapper {
            margin-top: -150px ;
          }
}