:root {
    interpolate-size: allow-keywords
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'DM Sans';
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: calc(1em + 0.75rem);
    overflow-x: hidden;
    font-weight: normal;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    text-wrap: balance;
}

h1,
.h1 {
    font-family: 'GT Walsheim';
    font-size: 34px;
    color: #000000;
    text-transform: none;
}

a {
    color: #211111;
}

#header a:hover {
    text-decoration: none;
    color: #666666;
}

a:hover {
    color: #000;
}

p,
.page-cms ul li {
    font-size: 13px;
}

p,
.page-cms #wrapper ul li {
    font-size: 14px;
    line-height: 30px;
    color: #000;
    font-weight: normal;
}

dt {
    font-weight: 400;
}

.bp-rel {
    position: relative;
}

.clr {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

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

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

.container.pl0 {
    padding-left: 0;
}

.container.pr0 {
    padding-right: 0;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.form-control {
    background: #ffffff;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0.5rem 1rem;
}

#wrapper {
    background: none;
    box-shadow: none;
    padding: 0;
}

.layout-left-column #wrapper {
    padding-top: 10px;
}

body #topheadertext {
    padding: 10px 0;
    color: #000;
    text-align: center;
    font-size: 14px;
}

#topheadertext .btn_topheaderText {
    font-size: 12px;
    letter-spacing: 0px;
    color: #3B3B3B;
    line-height: 20px;
    margin-left: 10px;
    border-radius: 0;
    vertical-align: 0;
    padding: 2px 10px;
    background: #fff;
}

#topshipping {
    background: #E1F2F0;
}

/* body#category header.with-bg #topshipping {
    background: transparent;
} */

body#category header.with-bg {
    background: unset !important;
}

#topshipping ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

#topshipping .t_ship li {
    padding: 5px 40px 5px 20px;
    font-size: 12px;
    background: url(../img/check.svg) no-repeat center left;
    font-weight: 500;
    display: inline-block;
    text-decoration: underline;
}

#topshipping .t_ship li img {
    width: 20px;
    margin-right: 4px;
}

#topshipping .t_ship li.last_child {
    float: right;
    padding: 5px 0px 5px 0px;
    background: none;
}

#topshipping .t_ship li.second_last_child {
    padding: 5px 40px 5px 0px;
    background: none;
    float: right;
}

#topshipping .t_ship li.last_child a,
#topshipping .t_ship li.second_last_child a {
    font-size: 12px;
    font-weight: 500;
}

@media(max-width: 992px) {
    #topshipping .t_ship li.second_last_child {
        padding: 5px 0px 5px 0px;
    }

    #topshipping .t_ship li.last_child {
        display: none;
    }
}

@media(max-width: 368px) {
    #topshipping .t_ship li {
        padding: 5px 7px 5px 0px;
        font-size: 10px !important;
    }

    #topshipping .t_ship li.second_last_child {
        float: none;
        padding: 5px 0px 5px 0px;
    }
}

@media(max-width: 450px) {
    #topshipping ul {
        text-align: center;
    }

    #topshipping .t_ship li.second_last_child {
        float: none;
    }
}

#header {
    border-bottom: 1px solid #E8E8E8;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    background: #fff;
    z-index: 222;
}

body#index #header {
    border-bottom: none;
}

.top-infos {
    border-bottom: 1px solid #E5E5E5;
    padding: 2px;
}

.top-infos .wpb_row {
    text-align: center;
    margin: 0;
}

.top-infos .wpb_column {
    width: auto;
    display: inline-block;
    float: none;
}

.top-infos .wpb_column .wpb_content_element {
    margin: 0;
    background: url(../img/check.svg) no-repeat left center;
    padding-left: 18px;
}

.top-infos .topblts {
    text-align: center;
}

.top-infos .wpb_column .wpb_content_element p,
.top-infos .topblts li {
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 27px;
    color: #3B3B3B;
}

.top-infos .topblts ul {
    margin: 0;
    padding: 0;
}

.top-infos .topblts li {
    display: inline-block;
    padding: 0 15px;
}

.top-infos .topblts li span {
    background: url(../img/check.svg) no-repeat left center;
    padding-left: 18px;
    vertical-align: 1px;
    display: inline-block;
}

.header-top {
    padding: 19px 0;
}

.header-top-right ul#top-menu {
    display: flex;
    justify-content: right;
    margin: 0;
}

.header-top-right ul#top-menu li a {
    font-family: 'GT Walsheim';
    font-size: 15px;
    color: #333333;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
}

.header-top .right-nav {
    display: flex;
    justify-content: end;
}

#header .header-nav {
    margin: 0;
    border: none;
}

#header .header-top {
    padding-bottom: 22px;
    padding-top: 22px;
}

#header .header-top.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
}

.banner-block img {
    max-width: 100%
}

#header .container-iqit-menu,
#header .right-info {
    width: 45%;
}

#header #_desktop_logo h1 {
    margin: 0;
    font-size: 1.375rem;
}

#header .logo {
    max-width: 136px;
}

#header .ssa-searchblock-top {
    width: auto;
    padding: 0;
    cursor: pointer;
}

#header .ssa-searchblock form .ssa-nav-right {
    display: none !important;
}

#header .ssa-searchblock form .ssa-nav-fill {
    border-bottom: 1px solid transparent;
    height: auto;
    padding-bottom: 4px;
    background: url(../img/search.svg) no-repeat left center;
    background-size: 22px;
    width: 22px;
    transition: width 1s ease-in-out;
}

#header .ssa-searchblock form .ssa-nav-fill.active {
    padding-left: 30px;
    border-color: #000;
    width: auto;

}

#header .ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field {
    height: auto;
}

#header .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    background: none;
    text-indent: 0;
    padding: 0;
    position: relative;
    font-weight: 200;
    letter-spacing: 0px;
    color: #3B3B3B;
    height: auto;
    visibility: hidden;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    width: 0;
}

#header .ssa-searchblock form .ssa-nav-fill.active .ssa-search-query {
    visibility: visible;
    width: 260px;
}

#header .ssa-searchblock form .ssa-nav-fill .ssa-search-query::-webkit-input-placeholder {
    /* Edge */
    color: #3B3B3B;
}

#header .ssa-searchblock form .ssa-nav-fill .ssa-search-query:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #3B3B3B;
}

#header .ssa-searchblock form .ssa-nav-fill .ssa-search-query::placeholder {
    color: #3B3B3B;
}

/* #header .nxtal-wishlist-link {
    margin: 0 32px;
} */

.head-butik {
    margin-left: 32px;
}

#_desktop_cart,
#_desktop_user_info {
    position: relative;
    margin-left: 30px;
}

#_desktop_cart {
    order: 1;
}

header .cart-products-count {
    position: absolute;
    right: -7px;
    top: 0;
    background: #000;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    font-family: 'GT Walsheim';
    line-height: 16px;
}

#header .iqitmegamenu-wrapper {
    padding-top: 5px;
}

#header #cbp-hrmenu>ul>li>a {
    line-height: normal;
}

@media(min-width: 992px) {
    #header #cbp-hrmenu>ul>li>a {
        padding-bottom: 34px;
    }

    #header .header-top {
        padding-bottom: 0;
    }

}

header .top-sliding-cart {
    margin: 0;
}

header #top-sliding-cart {
    border-right: none;
    padding: 0;
    line-height: normal;
    float: none;
}

header #top-sliding-cart a {
    color: #fff;
    position: relative;
    float: left;
    margin-top: 4px;
}

header #top-sliding-cart.color-light .tcartsubtotal {
    display: none !important;
}

header #top-sliding-cart i {
    background: url(../img/trash.svg) no-repeat center left/21px;
    text-indent: -99999px;
    display: block;
    height: 28px;
    width: 22px;
}

header #top-sliding-cart .sccount {
    right: 0;
    top: -5px;
    display: inline-block;
    position: absolute;
    background: #000;
    font-size: 7px;
    width: 13px;
    height: 13px;
    padding: 0;
    min-width: auto;
    line-height: 13px;
}

.page-home .carousel {
    box-shadow: none;
    margin-bottom: 0;
}

.page-home .carousel .carousel-inner {
    height: auto;
    margin-bottom: 0;
    max-height: 820px
}

.page-home .carousel .carousel-item figure {
    margin: 0 auto;
    width: 100%;
    min-height: 820px;
}

.carousel-inner>.carousel-item {
    margin-right: 0;
}

.page-home .carousel .carousel-item .caption {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
    text-align: center;
    bottom: unset;
}

.page-home .carousel .carousel-item .caption h4 {
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    font-family: "GT Walsheim";
    margin-bottom: 10px;
}

.page-home .carousel .carousel-item .caption h1,
.page-home .carousel .carousel-item .caption h2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    font-family: "GT Walsheim";
    margin-bottom: 35px;
    color: #fff;
    text-transform: none !important;
}

.page-home .carousel .carousel-item .caption p {
    border: 2px solid #fff;
    width: 250px;
    height: 55px;
    line-height: 52px;
    margin: 0 auto;
    font-family: "GT Walsheim";
    font-size: 15px;
    background: #fff;
    color: #000;
}

.page-home .carousel .carousel-item .caption p a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "GT Walsheim";
}

.page-home .carousel .carousel-item .caption p:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.page-home .carousel .carousel-item .caption p:hover a {
    color: #fff;
}

.page-home .carousel .direction {
    display: none;
}

.hm-btm-slider {
    background: #F3F3F3;
    text-align: center;
}

.hm-btm-slider .wpb_row {
    margin-bottom: 0;
}

.hm-btm-slider .wpb_content_element {
    margin: 0;
}

.hm-btm-slider .wpb_content_element p {
    line-height: 18px;
    font-size: 13px;
    padding: 15px 0;
    font-weight: 200;
}

.hm-btm-slider .wpb_content_element strong {
    font-weight: 400;
    font-size: 13px;
    font-family: 'GT Walsheim';
}

.page-home .mlr5 .vc_row {
    margin-left: -5px;
    margin-right: -5px;
}

.page-home .hm-adv .vc_column-inner {
    position: relative;
}

.page-home .hm-adv .vc_col-sm-6,
.page-home .hm-adv .vc_col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.page-home .mlr10 .vc_row {
    margin-left: -5px;
    margin-right: -5px;
}

.page-home .hm-adv.mlr10 .wpb_column {
    padding-left: 5px;
    padding-right: 5px;
}

.page-home .hm-adv .mask {
    display: none;
}

.page-home .hm-adv .vc_column-inner a.bb-link {
    cursor: unset;
}

.page-home .hm-adv .vc_col-sm-6 .banner-block h3.bb-top-title,
.page-home .hm-adv .vc_col-sm-4 .banner-block h3.bb-top-title {
    position: absolute;
    margin: 0;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 388px;
    bottom: unset;
    text-align: center;
    background: none !important;
    border: 0 solid #000000;
    color: #ffffff;
    font-size: 25px;
    line-height: 40px;
    font-weight: 400 !important;
    font-family: 'GT Walsheim';
    cursor: pointer;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.page-home .hm-adv .vc_col-sm-4 .banner-block h3.bb-top-title {
    max-width: 260px;
}

.hm-adv.mlr5 {
    padding-top: 10px;
}

#mypresta_mib {
    box-shadow: none;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    height: 90px;
    overflow: hidden;
    margin-top: 10px;
}

#mypresta_mib h4 {
    font-family: 'GT Walsheim';
    font-size: 35px;
    line-height: 27px;
    font-weight: normal;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}

#mypresta_mib .view-all {
    text-align: center;
    font: normal normal normal 14px/29px Centra No2;
    letter-spacing: 0px;
    color: #121111;
    display: inline-block;
    margin-bottom: 30px;
}

#mypresta_mib img {
    width: 100%;
    height: auto;
    max-width: 60%;
}

@media(max-width: 1199px) {
    #mypresta_mib img {
        max-width: 100%;
    }

    .page-home .carousel .carousel-item figure {
        min-height: 550px;
    }
}

#mypresta_mib .lSAction a,
#mypresta_mib .arr {
    background: url(../img/chevron-left.svg) no-repeat;
    width: 15px;
    height: 30px;
    display: block;
    left: 0px;
    position: absolute;
    text-indent: -99999px;
    bottom: 38%;
    cursor: pointer;
    background-size: 12px !important;
}

#mypresta_mib .lSAction a.lSNext,
#mypresta_mib #goToNextSlide {
    background-image: url(../img/chevron-right.svg);
    right: 0px;
    left: unset;
}

#mypresta_mib .lSSlideOuter .lSPager.lSpg>li a {
    background-color: #eee;
}

#mypresta_mib .lSSlideOuter .lSPager.lSpg>li:hover a,
#mypresta_mib .lSSlideOuter .lSPager.lSpg>li.active a {
    background-color: #000;
}

.hpp-products {
    margin-bottom: 120px;
}

#hppContainer1 {
    margin-top: 60px;
    margin-bottom: 90px;
}

#hppContainer2 {
    margin-top: 100px;
}

.hpp-products .featured-products {
    position: relative;
}

.hpp-products .products-section-title {
    font-family: "GT Walsheim";
    font-size: 27px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    text-align: left;
    margin: 0 auto 1rem;
}

.hpp-products .products-section-title::first-letter {
    text-transform: uppercase !important;
}

.hpp-products .item_listing {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: none;
    background: none;
    flex-wrap: wrap;
}

.hpp-products .item_listing .item {
    position: relative;
    min-height: 1px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    -webkit-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
    width: 20%;
}

.hpp-products .item_listing .item .product-miniature {
    margin: 0;
    width: 100%;
}

.hpp-products .arrow_left,
.hpp-products .arrow_right {
    text-align: center;
    position: absolute;
    line-height: 75px;
    height: 75px;
    width: 50px;
    background: #eee url(../img/chevron-left.svg) no-repeat center center;
    top: 25%;
    z-index: 35;
    cursor: pointer;
    display: none !important
}

.hpp-products .arrow_right {
    right: 0;
    background-image: url(../img/chevron-right.svg);
}

#product .images-container .product-flags {
    left: 10px;
}

.product-flags li.product-flag {
    box-shadow: none;
    list-style: none;
}

#products .product-miniature .product-flags li.product-flag.product-flag.discount,
.featured-products .product-miniature .product-flags li.product-flag.product-flag.discount,
.product-accessories .product-miniature .product-flags li.product-flag.product-flag.discount,
.product-miniature .product-miniature .product-flags li.product-flag.product-flag.discount {
    background: #F8665F !important;
    color: #fff !important;
    box-shadow: unset !important;
    font-weight: 500 !important;
}

.product-flags li.product-flag.on-sale {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background: #F5EBAA;
    width: 100%;
    text-align: center;
    margin-top: 0 !important;
    font-size: 11px;
    color: #000;
    font-family: 'GT Walsheim';
    font-weight: normal !important;
    margin-bottom: 5px;
}

.product-flags li.product-flag.discount.amount,
.page-cms #wrapper .product-flags li.product-flag.discount.amount,
.page-cms #wrapper .product-flags li.product-flag.new {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    display: block;
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
    font-family: 'GT Walsheim';
    font-size: 11px;
    color: #fff;
    width: auto;
    height: auto;
    line-height: normal;
    top: auto;
    left: auto;
    padding: 10px;
    list-style: none;
}

.page-cms #wrapper .product-flags li.product-flag.new {
    color: #000000;
}

.product-flags.out_ofstock li.product-flag.new {
    margin: -16px !important;
    min-width: 100% !important;
    box-shadow: unset !important;
    border-radius: 16px 16px 0 0 !important;
    height: fit-content;
}

.product-flag.graveret {
    background: #fdbb3f !important;
    color: #000 !important;
}

.nxtal-wishlist-icon {
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: unset;
    right: 8px;
    background: none;
    padding: 0;
    border-radius: 50%;
    z-index: 5;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    opacity: 0;
    transition: opacity 200ms;
}

.product-miniature:hover .nxtal-wishlist-icon {
    opacity: 1;
}

#products .thumbnail-container .nxtal-wishlist-icon .default i,
#products .thumbnail-container .nxtal-wishlist-link .default i,
.featured-products .thumbnail-container .nxtal-wishlist-icon .default i,
.featured-products .thumbnail-container .nxtal-wishlist-link .default i,
.product-accessories .thumbnail-container .nxtal-wishlist-icon .default i,
.product-accessories .thumbnail-container .nxtal-wishlist-link .default i,
.product-miniature .thumbnail-container .nxtal-wishlist-icon .default i,
.product-miniature .thumbnail-container .nxtal-wishlist-link .default i,
.thumbnail-container .nxtal-wishlist-icon .hover i,
.thumbnail-container .nxtal-wishlist-link .hover i {
    font-size: 18px;
}

.prod-cover {
    margin-bottom: 20px;
    background: #F8F8F8;
    height: 319px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
}

.prod-cover img {
    mix-blend-mode: multiply;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    box-shadow: none;
    background: none;
    height: auto !important;
    width: auto;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: relative;
    height: auto !important;
    box-shadow: none !important;
    width: auto;
    margin-top: 20px;
    z-index: 1;
    text-align: left;
}

#products .product-description .comments_note,
.featured-products .product-description .comments_note,
.product-accessories .product-description .comments_note,
.product-miniature .product-description .comments_note {
    display: block;
    text-align: left;
}

#products .thumbnail-container .product-thumbnail,
.featured-products .thumbnail-container .product-thumbnail,
.product-accessories .thumbnail-container .product-thumbnail,
.product-miniature .thumbnail-container .product-thumbnail {
    height: 100%;
    position: unset;
    display: block;
    width: 100%;
    overflow: hidden;
}

.thumbnail-container .star_content .material-icons {
    font-size: 18px;
    color: #EBEBEB;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
    mix-blend-mode: multiply;
    transition: scale 200ms ease-in-out;
}

@media (hover) {

    #products .thumbnail-container .product-thumbnail img:hover,
    .featured-products .thumbnail-container .product-thumbnail img:hover,
    .product-accessories .thumbnail-container .product-thumbnail img:hover,
    .product-miniature .thumbnail-container .product-thumbnail img:hover {
        scale: 1.05;
    }
}


#products .product-description p.product-title,
.featured-products .product-description .product-title,
.product-accessories .product-description p.product-title,
.product-miniature .product-description p.product-title {
    font-size: 15px;
    line-height: 20px;
    font-family: 'GT Walsheim';
    height: auto;
    margin-bottom: 0 !important;
}

#products .product-description .inkl-text,
.featured-products .product-description .inkl-text,
.product-accessories .product-description .inkl-text,
.product-miniature .product-description .inkl-text {
    font-size: 13px;
    line-height: 24px;
    color: #5A5A5A;
}

#products .highlighted-informations,
.hpp-products .highlighted-informations {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    height: 43px;
    overflow: hidden;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
    color: #000;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    text-align: left !important;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping {
    text-align: left;
    color: #000000;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

#products .product-price-and-shipping span.price,
.featured-products .product-price-and-shipping span.price,
.product-accessories .product-price-and-shipping span.price,
.product-miniature .product-price-and-shipping span.price {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

#products .regular-price,
.featured-products .regular-price,
.product-accessories .regular-price,
.product-miniature .regular-price {
    color: #A8A8A8;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
}

#products .product-miniature .wishlist-button-add,
.featured-products .product-miniature .wishlist-button-add,
.product-accessories .product-miniature .wishlist-button-add,
.product-miniature .product-miniature .wishlist-button-add {
    display: none;
}

.st_attr_list_container {
    position: absolute;
    bottom: 15px;
    width: 100%;
}

.st_attr_list_container .st_attr_list_item {
    width: auto;
    background: #fff;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    height: 29px;
}

.st_attr_list_container .st_attr_list_item strong {
    display: none;
}

.st_attr_list_container .st_attr_list_text {
    display: inline-block;
    margin: 0 5px;
    color: #000;
    font-size: 12px;
    line-height: normal;
}

.product-description .brand-name {
    font-family: "GT Walsheim";
    font-size: 11px;
    color: #000000;
    display: block;
    line-height: normal;
    min-height: 15px;
}

.category-cover {
    padding: 100px 0;
    background-size: cover;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
}

.category-cover:before {
    content: "";
    background: transparent linear-gradient(180deg, #00000000 0%, #00000033 100%) 0% 0% no-repeat padding-box;
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}

#wrapper .category-cover .breadcrumb {
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #FFFFFF;
    position: relative;
}

#wrapper .category-cover .breadcrumb li a,
#wrapper .category-cover .breadcrumb li span,
#wrapper .category-cover .breadcrumb li:after {
    color: #FFFFFF;
}

#wrapper .breadcrumb {
    font-size: 13px;
    line-height: 17px;
    color: #ABABAB;
    margin-top: 25px;
    font-family: 'GT Walsheim';
    text-align: center;
    padding: 0;
    margin: 20px 0;
}

#wrapper .breadcrumb li a,
#wrapper .breadcrumb li a span,
#wrapper .breadcrumb li:after {
    color: #000000;
}

#wrapper .breadcrumb li span {
    color: #A1A1A1;
}

#product #wrapper .breadcrumb {
    text-align: left;
}

.category-cover .h1 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'GT Walsheim';
    font-size: 50px;
    position: relative;
    font-weight: normal;
}

.cat-title,
.page-header h1,
h1 {
    color: #000000;
    font-family: 'GT Walsheim';
    font-size: 28px;
    position: relative;
    font-weight: normal;
    margin: 0;
}

#products #js-product-list {
    margin-top: 10px;
}

#plist-wrap {
    border-bottom: 1px solid #E8E8E8;
}

#products #js-product-list>.container {
    padding: 0;
}

#products #js-product-list .products {
    position: relative;
    min-height: 1px;
    margin-left: -5px;
    margin-right: -5px;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}

#products #js-product-list .products .item,
#featured-category-products-block-center .item,
.vc_column_container .products .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom: 30px;
}

.btm-text .featured-products .products .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 5px;
    margin-bottom: 30px;
}

#product #featured-category-products-block-center .item {
    float: left;
}

#products #js-product-list .products .item .product-miniature {
    margin: 0;
}

#products #js-product-list .products .item .thumbnail-container {
    height: auto;
    width: auto;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
    margin: 0;
}

.item .product-miniature .nxtal-wishlist-text {
    display: none;
}

@media (min-width: 767px) and (max-width: 1199px) {

    #products #js-product-list .products .item,
    #featured-category-products-block-center .item,
    .vc_column_container .products .item,
    #module-hiblog-postdetails .featured-products .products .item,
    .btm-text .featured-products .products .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 5px;
        margin-bottom: 30px;
    }

}

@media (max-width: 992px) {

    #module-hiblog-postdetails .featured-products .products .item,
    .btm-text .featured-products .products .item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 5px;
        margin-bottom: 30px;
    }

}

.product-reference {
    text-align: right;
    color: #989898;
    font-size: 13px;
    font-family: 'GT Walsheim';
    line-height: 15px;
    margin: 20px 0;
}

.product-reference label {
    color: #989898;
}

/* #product .product-container {
    margin-left: -30px;
    margin-right: -30px;
} */

@media (min-width: 1200px) {

    #product .product-container .col-md-2,
    #product .product-container .col-md-4,
    #product .product-container .col-md-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    #product .product-container .col-md-2 {
        width: 12%;
    }

    #product .product-container .col-md-6 {
        width: 54.66667%;
    }
}

.product-cover .layer .zoom-in {
    display: none;
}

#product .product-container h1.h1 {
    font-family: 'GT Walsheim';
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px !important;
}

#product_review_block_extra {
    padding: 0;
    display: block;
    margin: 0;
}

#product_review_block_extra .comments_advices {
    display: none !important;
}

#product_review_block_extra .star_content {}

#product_review_block_extra .star_content i {
    font-size: 20px;
}

#product_review_block_extra .review_count_extra {
    font-size: 13px;
    line-height: 2.5;
}

.cart-grid-right .blockreassurance_product {
    display: none;
}

.product-prices {
    margin-top: 0;
}

.blockreassurance_product {
    background: #ffffff;
    box-shadow: 0px 4px 42px #0000000D;
    max-width: 119px;
    text-align: center;
    padding: 10px 20px;
}

.blockreassurance_product .item-product {
    display: block;
    float: none;
    margin: 0 0 10px;
    width: auto;
    padding: 0;
}

.blockreassurance_product p.block-title {
    font-size: 12px;
    line-height: 15px;
}

.blockreassurance_product div {
    margin: 30px 0
}

.blockreassurance_product div.clearfix {
    display: none;
}

#product #content {
    max-width: 100%;
    text-align: center;
}

#product #content .product-cover img {
    box-shadow: none;
    mix-blend-mode: multiply;
}

.product-quantity .add {
    float: none;
    width: 100%;
    display: inherit;
    margin-bottom: 10px;
}

.product-quantity {
    display: block;
}

.product-quantity .add .btn-primary {
    width: 100%;
    background: linear-gradient(to right, #3fd491, #3cba92, #30dd8a, #2bb673);
    background-size: 300% 100%;
    border-radius: 3px;
    text-transform: none;
    font-size: 17px;
    line-height: 37px;
    font-family: 'GT Walsheim';
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-quantity .add .btn-primary:hover {
    background-position: 100% 0 !important;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.product-container .product-prices .product-price {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

#product .product-container .product-prices div {
    display: inline-block;
    margin-bottom: 0;
}

.product-container .product-prices .current-price {
    font-size: 23px;
    line-height: 29px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0;
}

.product-container .product-prices .current-price-value {
    margin-right: 10px;
}

#product .product-container .product-prices .discount-amount {
    background: #F8E1EF;
    border-radius: 3px;
    padding: 4px 10px;
    display: inline-block;
    font-size: 10px;
    color: #000;
    margin-right: 10px;
}

.product-prices .tax-shipping-delivery-label .delivery-information:before {
    display: none;
}

.product-prices .tax-shipping-delivery-label .delivery-information:after {
    background: #8CDCBE;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-left: 5px;
}

.product-prices .tax-shipping-delivery-label .delivery-information.outstock:after {
    background: #FFE0B3
}

.product-prices .tax-shipping-delivery-label,
.price-lbl {
    font-size: 13px;
    line-height: 34px;
    color: #000;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.product-information .product-description {
    margin-top: 20px;
}

.product-information .product-description ul {
    padding-left: 0;
}

.product-information .product-description ul li {
    list-style: none;
    background: url(../img/check.svg) no-repeat left 14px;
    padding-left: 25px;
}

/* .js-product-actions ._desktop_wishlist_icon {
    margin: 10px 0;
} */

.js-product-actions .nxtal-wishlist-icon {
    display: inline-block;
    opacity: 1;
    position: relative;
    left: unset;
    top: unset;
    right: unset;
}

.js-product-actions .nxtal-wishlist-icon i {
    line-height: normal !important;
}

.js-product-actions .nxtal-wishlist-text {
    display: inline-block;
}

.prod-info {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 120px 0;
    background: #F6F6F6;
    margin-top: 80px;
}

.prod-info p {
    font-size: 15px;
    line-height: 31px;
}

.prod-info .col-md-4 {
    float: right;
}

.prod-info h4 {
    font-family: 'GT Walsheim';
    font-size: 1.5rem;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 25px;
    letter-spacing: -1px;
}

.prod-info .product-features {
    padding: 0;
    margin: 0;
}

.prod-info .product-features>dl.data-sheet dd.value,
.prod-info .product-features>dl.data-sheet dt.name {
    background: none;
    padding: 0;
    font-size: 15px;
    text-transform: none;
}

.prod-info .product-features>dl.data-sheet dt.name {
    font-weight: 500;
}

.prod-static-text {
    margin-top: 50px;
}

.prod-static-text p {
    background: #f6f6f6;
}

.prod-static-text img {
    mix-blend-mode: multiply;
}

.prod-left {
    float: left;
    max-width: 800px;
    width: 100%;
}

@media(min-width: 1230px) {
    .prod-info .container {
        max-width: 1208px;
    }
}

@media(min-width: 1200px) {
    .prod-info .col-md-8 {
        max-width: 680px;
    }
}

#product .prod-left #content {
    max-width: 100%;
}

#product .prod-left #content .nxtal-wishlist-icon {
    width: 51px;
    height: 51px;
    line-height: 49px;
    right: 25px;
    top: 25px;
}

#product footer {
    z-index: 2;
    position: relative;
    background: #fff;
}

.prod-left .product-cover {
    background: #f1f1f1;
    margin: 0;
}

.prod-left .product-cover .layer {
    background: none;
}

.prod-left .product-cover .layer .zoom-in {
    display: none;
}

.prod-left .product-cover img {
    box-shadow: none;
    background: #f1f1f1;
    mix-blend-mode: darken;
}

#main .images-container .js-qv-mask.scroll ul li {}

.images-container .product-images>li.thumb-container>.thumb {
    box-shadow: none;
    mix-blend-mode: multiply;
    margin: 0;
}

.prod-left .short-desc,
.prod-left .long-desc {
    margin-top: 0px;
}

.prod-right {
    width: 100%;
    max-width: 462px;
    position: sticky;
    top: -1px;
    padding-bottom: 40px;
    padding-right: 0;
    float: right;
}

.prod-right.top {
    top: 100px;
}

.prod-right .brand-name {
    color: #A8A8A8;
    margin-top: -7px;
    display: block;
}

.prod-right h1.h1 {
    color: #000000;
    font-family: 'GT Walsheim';
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    margin: 5px 0 15px;
}

.prod-right .product-prices {
    margin-top: 15px;
}

.prod-right .product-prices div {
    margin-bottom: 0;
    margin-right: 0;
}

.prod-right .product-prices div.current-price span {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.prod-right .product-prices div.current-price span.regular-price,
.product-discount .regular-price {
    text-decoration: line-through;
    font-weight: 200;
    margin-left: .625rem;
    color: #858585;
    font-size: 14px;
}

#product .prod-right .product-prices div.current-price span.regular-price,
#product .product-discount .regular-price {
    margin-left: 0;
}

.prod-right .product-prices div.current-price .discount {
    font-size: 14px;
    vertical-align: top;
    font-weight: 200;
    color: #9c9c9c;
    margin: 0;
}

.prod-right .product-prices .tax-shipping-delivery-label {
    display: block;
}

.prod-right .product-variants {
    position: relative;
}

.prod-right .product-variants .size-guide {
    font-size: 13px;
    padding-left: 10px;
    color: #707070;
    font-weight: 200;
}

.prod-right .product-variants .size-guide a {
    color: #707070;
    background: url(../img/sizeguide.svg) no-repeat right center;
    padding-right: 35px;
}

.prod-right .product-variants>.product-variants-item {
    margin: 5px 0;
}

.prod-right .product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}

.prod-right .radio-label,
.prod-right .product-variants>.product-variants-item .color {
    box-shadow: none;
    background: #fff;
    display: inline-block;
    font-weight: normal;
    border: 1px solid #D6D6D6;
    font-size: 13px;
    color: #121111;
    width: 34px;
    height: 31px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.prod-right .input-color:checked+span,
.prod-right .input-color:hover+span,
.prod-right .input-radio:checked+span,
.prod-right .input-radio:hover+span {
    border: 1px solid #000
}

.prod-right .product-actions .control-label {
    color: #121111;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    width: auto;
    display: inline-block;
}

.prod-right .product-quantity .add,
.prod-right .product-quantity .qty {
    float: none;
    width: 100%;
}

.prod-right .product-quantity .add .add-to-cart {
    width: 100%;
    background-color: #1E743A !important;
    color: #fff;
    height: 55px;
    padding: 0;
    line-height: 55px;
    font-size: 14px;
    box-shadow: none;
    margin-top: 20px;
    text-align: left;
    padding-left: 30px;
    background-image: url(../img/add-to-cart.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center right+30px !important;
}

.prod-right .product-quantity .add .add-to-cart:hover {
    background-color: #000000 !important;
}

.prod-right .product-quantity .add .add-to-cart:disabled {
    display: none !important;
}

.product-quantity .add .btn-primary:disabled {
    opacity: 0.5;
}

.prod-right .product-actions .add-to-cart .material-icons {
    display: none !important
}

.prod-right .tabs {
    margin-top: 0;
    padding: 0;
    box-shadow: none;
}

.product-information {
    padding-top: 0;
    font-size: 14px;
    line-height: 36px;
}

.grop_lbl {
    padding-bottom: 1rem;
}

.prod-acc {
    border-top: 1px solid #E6E6E6;
    margin-top: 20px;
}

.acc-title {
    color: #000000;
    position: relative;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #E6E6E6;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
}

.acc-title::after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 10px;
    content: " ";
    top: 21px;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.acc-title.active::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
    top: 25px;
}

.acc-result {
    display: none;
    margin: 0;
    padding: 20px 0 10px;
}

.product-brand {
    padding-bottom: 70px;
    padding-top: 70px;
}

.product-brand .wrap {
    max-width: 1070px;
    margin: 0 auto;
}

.product-brand .brand-image {
    max-width: 457px;
    margin-right: 40px;
    width: 100%;
    text-align: center;
}

.product-brand .brand-image img {
    width: auto;
    max-height: 268px;
}

.product-brand a {
    color: #121111;
    font-weight: 500;
}

.product-brand .short-brand {
    background: #F6F6F6;
    padding: 20px 40px;
    text-align: center;
    line-height: 26px;
}

.product-brand .short-brand h4 {
    font-size: 15px;
    font-weight: 600;
}

.product-brand .short-brand p {
    font-size: 12px;
    margin: 0;
    line-height: 21px;
}

.product-brand .brand-text h2 {
    font-family: 'GT Walsheim';
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-brand .brand-text p {
    font-size: 15px;
    line-height: 30px;
}

.product-brand .brand-text p:last-child {
    margin-bottom: 0;
}

.product-brand .brand-text a {
    font-family: 'GT Walsheim';
    font-size: 16px;
    line-height: 34px;
    font-weight: 500;
    margin-top: 10px;
    display: block;
}

#product #featured-category-products-block-center {
    padding: 100px 0 0 0;
    z-index: 2;
    position: relative;
    background: #fff;
    margin: 0;
}

.prod-right .product-accessories {
    padding: 15px 0 20px;
    border-bottom: 0 solid #D6D6D6;
    margin-bottom: 0;
}

.prod-right .product-variants>.product-variants-item {
    padding-top: 10px;
    border-top: 1px solid #e7e7e7;
}

.prod-right .product-accessories .products {
    margin: 0 -5px;
}

.prod-right .product-accessories .products .item {
    display: inline-block;
    width: 59px;
    padding: 5px;
}

.prod-right .product-accessories .products .item article {
    margin: 0;
}

.prod-right .product-accessories .products .item article .thumbnail-container {
    width: 100%;
    height: auto;
    margin: 0;
}

.prod-right .product-accessories .products .item article .thumbnail-container .prod-cover {
    margin: 0;
    height: auto;
}

.prod-right .product-accessories .products .item article .thumbnail-container img {
    width: 100%;
    position: relative;
}

.prod-right .product-variants>.product-variants-item select {
    box-shadow: none;
    width: 100%;
    outline: none;
    border: 1px solid #000;
}

#product-modal {
    background: #fff;
}

#product-modal:before {
    display: block;
    content: "X";
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 22222;
    color: #fff;
    font-size: 16px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
}

#product-modal .modal-content .modal-body .product-images img {
    box-shadow: none;
    border: 1px solid #E6E6E6;
}

#product-modal .modal-content .modal-body .product-images img:hover {
    border-color: #000;
}

#bestkit_views_product_footer {
    margin-top: 45px;
}

@media(max-width: 1450px) {
    .viewed-product {
        display: none;
    }
}

.viewed-product {
    position: fixed;
    right: 0;
    z-index: 20;
    background: #fff;
    top: 50%;
    transform: translate(0, -50%);
}

#module-thecheckout-order .viewed-product {
    display: none !important;
}

.viewed-product h2 {
    text-align: center;
    font-size: 12px;
    margin: 0;
    color: #000000;
    font-family: 'GT Walsheim';
    font-weight: normal;
    padding: 10px 0;
}

.viewed-product h2 span {
    background: url(../img/eye.svg) no-repeat left center;
    padding-left: 18px;
}

.viewed-product .product-miniature .thumbnail-container {
    height: auto;
    width: auto;
    margin: 0;
    border-top: 1px solid #E6E6E6;
    padding: 8px 14px 8px;
}

.viewed-product .product-miniature .thumbnail-container .prod-cover {
    margin: 0 0 10px;
    background: #fff;
    height: auto;
}

.viewed-product .product-miniature ._desktop_wishlist_icon,
.viewed-product .product-miniature .product-title,
.viewed-product .product-miniature .product-price-and-shipping,
.viewed-product .product-miniature .product-flags,
.viewed-product .product-miniature .st_attr_list_container {
    display: none !important
}

.viewed-product .product-miniature .thumbnail-container .product-description {
    width: auto;
}

.viewed-product .product-miniature .product-description .brand-name {
    text-align: center;
    font-size: 10px;
    color: #000;
}

.viewed-product .product-miniature .thumbnail-container .product-thumbnail img {
    width: 100%;
    mix-blend-mode: multiply;
    background: #fff;
    position: relative;
    max-width: 60px;
}

.viewed-product .product-miniature .thumbnail-container .product-thumbnail img.image2 {
    display: none !important
}

.nxtal-wishlist-cart h2 i,
.nxtal-wishlist-header-info {
    display: none;
}

.nxtal-product-list .product-price {
    color: #000;
}

.nxtal-product-list .cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

hr.separator {
    border-color: rgba(0, 0, 0, .125)
}

.nxtal-product-list .product-actions {
    float: right;
    clear: both;
}

#manufacturer h1.brand-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

#manufacturer #main ul {
    margin-top: 0;
}

#manufacturer .brand {
    margin-bottom: 30px;
    text-align: center;
}

.brand-img img {
    max-width: 100%;
}

#manufacturer .brand p {
    margin: 0;
}


/*cart*/

.btn-primary {
    background: #000;
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    font-weight: normal;
    box-shadow: none;
}

.btn-primary:hover {
    background: #211111;
}

#blockcart-modal .product-name {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    line-height: normal;
}

.product-price,
.has-discount .page-content.page-cms ul,
.has-discount.product-price,
.has-discount p,
.page-content.page-cms .has-discount ul,
.nxtal-product-list .has-discount p,
.nxtal-product-list .has-discount.product-price {
    color: #000;
}

.has-discount .discount,
.nxtal-product-list .has-discount .discount {
    background: #fff;
    text-transform: none;
}

.af-total-count {
    opacity: 1;
}

.af_filter li {
    padding: 8px 0;
}

.af_filter label {
    font-size: 16px;
}

#main .page-footer {
    margin: 0;
}

.flickity-enabled.is-draggable .flickity-viewport {
    overflow: visible !important;
}

.single-slider .thumb-container {
    background: #f1f1f1;
}

.single-slider .thumb-container img {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    padding: 20px 0;
}

.card {
    box-shadow: none !important
}

.cbp-mobilesubmenu {
    background: none;
    border: none;
}

/*cms*/
.page-content.page-cms {
    padding: 0;
}

.aninstagramfeed {
    margin-top: 100px;
    text-align: center;
}

.aninstagramfeed .an_insta-title {
    text-transform: uppercase;
    font-family: 'GT Walsheim';
    font-size: 35px;
    font-weight: normal;
    margin: 0;
    background: url(../img/instagram.svg) no-repeat left center;
    padding-left: 40px;
    background-size: 30px;
    display: inline-block;
}

.an_insta-description p {
    margin: 0;
}


#product .nxtal-product-variant-label,
.quickview .nxtal-product-variant-label {
    font-size: 14px;
    text-transform: none;
}

.nxtal-product-variant-products li img {
    max-width: 40px !important;
}


body#index footer {
    padding: 0;
}

footer .footer-container {
    box-shadow: none;
    background: #fff;
    padding: 70px 0 0;
    margin: 0;
    color: #757575;
    font-size: 14px;
}

footer #footer-blocks h4,
footer #footer-blocks .h4 {
    font-family: 'GT Walsheim';
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    color: #000;
    margin-bottom: 0;
    padding-top: 0;
}

footer #footer-blocks table {
    width: 100%;
}

footer .footer-container #footer-blocks section:first-child {}

footer .footer-container #footer-blocks section:first-child h5 {
    color: #000000;
}

footer .footer-container #footer-blocks section:first-child h1,
footer .footer-container #footer-blocks section:first-child .tlp {
    color: #000000;
    font-family: 'GT Walsheim';
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}

@media only screen and (max-device-width: 580px) {
    footer .footer-container #footer-blocks section:first-child .tlp {
        -webkit-text-size-adjust: 100%;
        -webkit-text-size-adjust: none;
    }
}

footer .footer-container #footer-blocks section:first-child p {
    margin: 0;
}

footer .footer-container #footer-blocks section:first-child .ava {
    width: 70px;
    height: auto;
    margin-bottom: 10px;
}

footer .footer-container #footer-blocks section:first-child .mail {
    color: #D1D1D1;
}

footer .footer-container #footer-blocks section:first-child .card-payment {
    margin-top: 30px;
}

footer .footer-container #footer-blocks section:first-child ul li ul {
    margin-top: 20px;
}

footer .footer-container #footer-blocks section:first-child ul.social {
    margin: 10px 0 0 0;
}

footer .footer-container #footer-blocks section:first-child ul.social li {
    display: inline-block;
}

footer .footer-container #footer-blocks section:first-child ul.social li a {}

footer .footer-container #footer-blocks section:first-child ul.social li a.fb {
    background-image: url(../img/fb.svg);
}

footer .footer-container #footer-blocks section:first-child ul.social li a.ig {
    background-image: url(../img/ig.svg);
    margin-right: 15px;
}

footer .footer-container #footer-blocks section:first-child ul.social li a:hover {
    opacity: 0.6 !important;
}

footer .footer-container li,
footer .footer-container li a,
footer #footer-blocks .rte p {
    color: #757575;
    font-size: 14px;
    line-height: 28px;
}

footer #footer-blocks .rte p {
    margin-bottom: 25px;
}

footer .footer-container li a:hover {
    color: #000;
    text-decoration: underline;
}

footer .footer-container li.check {
    background: url(../img/check-circle.svg) no-repeat left center;
    padding-left: 20px;
}

footer .footer-container li a.fb {
    background: url(../img/icons8-facebook.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    margin-top: 15px;
    margin-right: 15px;
}

.footer-container li {
    margin-bottom: .3125rem;
    line-height: 22px;
}

footer .footer-container li a.ig {
    background: url(../img/icons8-instagram.svg) no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -99999px;
    margin-top: 15px;
}

footer .footer-newsletter {
    margin-top: 40px;
}

footer .footer-newsletter .newsletter-title {
    width: 17%;
}

footer .footer-newsletter .newsletter-title h2 {
    font-family: 'GT Walsheim';
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    font-weight: normal;
}

footer .footer-newsletter .mc-field-group {
    width: 40%;
    margin: 0 1%;
}

footer .footer-newsletter .mc-field-group input {
    width: 100%;
    font-size: 12px;
    color: #B9B9B9;
    border: none;
    border-bottom: 1px solid #B9B9B9;
    background: none;
    margin: 0;
    padding: 0;
    outline: none !important;
    border-radius: 0;
}

footer .footer-newsletter .mc-field-group input::-webkit-input-placeholder {
    /* Edge */
    color: #515151;
}

footer .footer-newsletter .mc-field-group input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #515151;
}

footer .footer-newsletter .mc-field-group input::placeholder {
    color: #515151;
}

footer .footer-newsletter .newsletter-button {
    width: 14%;
    text-align: right;
}

footer .footer-newsletter .newsletter-button .btn {
    text-transform: none;
    font-size: 12px;
    background: #2D2D2D !important;
}

.footer-bottom {
    border-top: 1px solid #EEEEEE;
    padding: 17px 0;
    overflow: hidden;
    margin-top: 90px;
}

.footer-middle {
    margin-top: 65px;
    padding: 17px 0;
    border-bottom: 1px solid #444444;
    margin-bottom: 20px;
    border-top: 1px solid #444444;
}

.footer-middle .butik {
    font-size: 11px;
    font-weight: 200;
    background: url(../img/map-pin.svg) no-repeat left center;
    padding-left: 18px;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.footer-middle .tplogo {
    float: right;
    font-size: 11px;
}

.footer-bottom .paymentlogo {
    float: left;
}

.footer-bottom .bulllogo {
    float: right;
    text-align: right;
}

.footer-bottom span {
    width: 33.33333%;
}

.footer-bottom span.paymentlogo img {
    max-width: 232px;
}

.footer-bottom span.foot-logo {
    text-align: center;
    margin-top: -60px;
}

.footer-bottom span.foot-logo img {
    background: #eee;
    padding: 0 20px;
}

/*savvysearch*/
/*savvysearch*/
body .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0 0 30px;
    max-height: 600px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
}

body .ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat,
body .ui-autocomplete.ssa-menu .ssa-autocomplete-header,
.ui-autocomplete.ssa-menu .ssa-notfound,
body .ui-autocomplete.ssa-menu .ssa-autocomplete-total {
    background: none;
}

body .ui-autocomplete.ssa-menu .ui-menu-item {
    background: none;
}

body .ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat,
body .ui-autocomplete.ssa-menu .ssa-autocomplete-header>div,
.ui-autocomplete.ssa-menu .ssa-notfound>div,
body .ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat a {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
}

body .ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat {
    border-bottom: 1px solid #E5E5E5;
    margin: 0 30px 0;
}

body .ui-autocomplete.ssa-menu .ssa-autocomplete-groupcat>div {
    padding: 0;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content {
    width: 100%;
    padding-left: 15px;
}

body .ui-autocomplete.ssa-menu .ssa-image img {
    max-width: 41px;
    border: none;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-name {
    margin: 0px 0px 0px 0px;
    padding-right: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    color: #121111;
    float: left;
    max-width: 65%;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-price-block {
    float: right;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-price-block>div {
    display: block;
    margin: 0;
    line-height: 25px;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-price-block>div.ssa-new-price {
    color: #121111;
    font-size: 14px;
}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-price-block>div.ssa-old-price {}

body .ui-autocomplete.ssa-menu .ui-menu-item .ssa-content .ssa-price-block>div.ssa-reduce-percent-price {
    display: none !important
}

body .ui-autocomplete.ssa-menu.ui-menu .ui-menu-item.ssa-prod {
    padding: 10px 30px;
    list-style-image: none;
    margin-bottom: 10px;
}

body .ui-autocomplete.ssa-menu .ssa-total-found a span {
    background: #fff;
    border: 1px solid #D9D9D9;
    text-align: center;
    color: #000000;
    font-weight: 500;
    font-size: 13px;
    float: none;
    display: block;
    padding: 4px 0;
    max-width: 278px;
    margin: 0 auto;
}

body .ui-autocomplete.ssa-menu .ssa-total-found a:hover span {
    background: #000;
    color: #fff;
}

body#search #main .breadcrumb {
    display: none !important
}

.desktop_only {
    display: block !important;
}

.mobile_only {
    display: none !important
}

.hm-text-block-mobile .wpb_row {
    margin: 0;
}

.hm-text-block-mobile .vc_col-sm-6 {
    float: left;
    width: 50%;
    padding: 0;
}

.hm-text-block-mobile .wpb_content_element {
    margin: 0;
}

.hm-text-block-mobile .wpb_content_element .wpb_wrapper {
    padding: 5px 20px;
    border: 1px solid #ccc;
    position: relative;
    border-top: 0;
    border-right: 0;
}

.hm-text-block-mobile .vc_col-sm-6:first-child .wpb_content_element .wpb_wrapper {
    border-left: 0;
}

.hm-text-block-mobile .vc_col-sm-6:last-child .wpb_content_element .wpb_wrapper {
    border-right: 0;
}

.hm-text-block-mobile .wpb_content_element:last-child .wpb_wrapper {
    border-bottom: 0;
}

.hm-text-block-mobile .wpb_content_element .wpb_wrapper:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 15px;
    top: 40%;
    color: #000;
    background: url(../img/chevron-right.svg) no-repeat;
    width: 7px;
    height: 13px;
    background-size: 6px;
}

@media (max-width: 1600px) {
    #header .ssa-searchblock form .ssa-nav-fill.active .ssa-search-query {
        width: 200px;
    }
}

@media (max-width: 1379px) {
    #header .ssa-searchblock form .ssa-nav-fill.active .ssa-search-query {
        width: 120px;
    }
}

@media (min-width: 1600px) {
    .container.hed {
        width: 100%;
        max-width: 1553px;
    }

    #module-thecheckout-order .container.hed {
        width: 100%;
        max-width: 1370px;
    }
}

@media (min-width: 1200px) {

    .container,
    .elementor-container {
        width: 100%;
        max-width: 1450px !important;
        padding: 0 30px !important;
    }

    .footer-container #footer-blocks section:first-child {
        width: 340px;
        padding-right: 100px;
    }

    #footer-blocks .col-md-2-4 {
        width: 18.5%;
    }

    .order-confirmation-table .col-sm-2.col-xs-3 {
        width: 150px;
    }
}

#order-items .h3 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: none;
}

#order-items .qty .row>div {
    text-align: right !important;
}

.done {
    color: #4cbb6c;
    display: inline-block;
    padding: 0;
    margin-right: 0.563rem;
}

.page-home .carousel .carousel-indicators {
    display: none;
}

a.manu_desc_a {
    display: block;
}

@media (max-width: 992px) {
    .desktop_only {
        display: none !important;
    }

    .mobile_only {
        display: block !important
    }

    .mobile_only.product-manufacturer {
        display: none !important
    }

    #index #wrapper .container {
        padding: 0;
        width: 100%;
    }

    #header {
        height: auto;
    }

    #header #iqitmegamenu-horizontal {
        background: none;
        border: none;
    }

    #header .iqitmegamenu-wrapper {
        padding-top: 0;
    }

    #header .container-iqit-menu,
    #header .right-info {
        width: 25%;
    }

    #header .right-info {
        margin-top: 0;
    }

    #header .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #fff;
    }

    .head-butik {
        margin-left: 11px;
    }

    #header .ssa-searchblock-top {
        display: none;
    }

    #header .ssa-searchblock-top.show {
        position: absolute;
        bottom: 0;
        background: #fff;
        left: 0;
        width: 100%;
        padding: 0;
    }

    #header .ssa-searchblock-top.show {
        display: none
    }

    #header .ssa-searchblock-top.show form .ssa-nav-fill {
        border-color: #fff;
        width: auto;
        background-position: 20px center;
        padding: 1px 0 2px 50px;
        border-top: 1px solid #e5e5e5;
        background-size: 14px;
    }

    #header .ssa-searchblock-top.show form .ssa-nav-fill .ssa-search-query {
        display: block;
        width: 100% !important;
        visibility: visible;
    }

    .ui-autocomplete.ssa-menu .ui-menu-item.ssa-close-btn a.ui-corner-all {
        color: #000 !important;
    }

    body .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        padding-top: 10px;
    }

    #header .logo {
        max-width: 105px;
    }

    #iqitmegamenu-mobile #iqitmegamenu-shower {
        background: none;
        border: none;
        padding: 0;
        color: #000;
        line-height: 28px;
        margin-top: 7px;
    }

    #iqitmegamenu-mobile #iqitmegamenu-shower span {
        display: none !important;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon {
        font-size: 20px;
        margin-right: 0;
        width: 24px;
        height: 24px;
        margin-left: 0;
    }

    #iqitmegamenu-mobile .iqitmegamenu-icon i.icon {
        vertical-align: 0;
        display: none;
    }

    #iqitmegamenu-accordion.cbp-spmenu>li {
        position: relative;
    }

    #iqitmegamenu-accordion.cbp-spmenu>li a {
        text-transform: none;
        font-weight: normal;
        color: #121111;
        box-shadow: none !important;
        border: none;
        padding: 5px 20px;
        font-size: 18px;
    }

    #iqitmegamenu-accordion.cbp-spmenu>li ul li a {
        font-size: 15px;
        font-weight: 200;
    }

    #iqitmegamenu-accordion.cbp-spmenu>li:first-child {
        text-transform: uppercase;
        font-family: 'GT Walsheim';
        font-size: 18px;
        padding: 40px 20px;
    }

    #iqitmegamenu-accordion div.responsiveInykator {
        color: #121111;
        position: absolute;
        right: 0;
        top: auto;
        font-weight: normal;
    }

    #iqitmegamenu-accordion.cbp-spmenu>li ul {
        background: none;
        box-shadow: none;
    }

    .cbp-spmenu-overlay {
        background: #000;
        opacity: 0.8;
    }

    .cbp-spmenu-overlay-show #cbp-close-mobile {
        left: 289px;
    }

    .cbp-spmenu-overlay-show #cbp-close-mobile i {
        font-size: 24px;
    }

    .cbp-spmenu-push-toright #cbp-close-mobile {
        background: url(../img/x.svg) no-repeat;
        width: 22px;
        height: 22px;
        display: block;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        position: absolute;
        top: 43px;
        left: unset;
        cursor: pointer;
        background-size: 15px !important;
    }

    #cbp-close-mobile i {
        display: none;
    }

    .cbp-mobilesubmenu {
        position: relative;
        z-index: 99999;
        background: #fff;
        border: none;
    }

    .cbp-spmenu-left.cbp-spmenu-open {
        box-shadow: none;
        width: 290px;
        padding: 0 15px;
    }

    #header .nxtal-wishlist-link {
        margin: 0 15px;
    }

    .head-butik img {
        width: 15px !important;
    }

    #header .nxtal-wishlist-link img {
        width: 18px !important;
    }

    header #top-sliding-cart i {
        background-size: 15px;
        line-height: normal;
        padding: 0;
        margin: 0;
    }

    header #top-sliding-cart .sccount {
        right: 3px;
        top: -3px;
    }

    .search-mobile.mobile_only {
        display: none !important;
    }

    .page-home .carousel .carousel-item .caption h2 {
        font-size: 16px;
        line-height: normal;
        margin: 0;
        color: #fff;
    }

    .page-home .carousel .carousel-item .caption h4 {
        line-height: normal;
        font-size: 14px;
    }

    .hm-slider-mobile .wpb_row,
    .hm-slider-mobile .wpb_content_element {
        margin: 0;
    }

    .hm-slider-mobile .wpb_column.vc_column_container {
        padding: 0;
    }

    .hm-slider-mobile .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
        height: auto !important
    }

    .hm-slider-mobile img {
        width: 100%;
    }

    .hm-btm-slider {
        display: none;
    }

    .hm-btm-slider .wpb_row {
        margin-left: 0;
        margin-right: 0;
    }

    .page-home .hm-adv .vc_col-sm-6 .banner-block h3.bb-top-title {
        max-width: 260px;
    }

    #mypresta_mib {
        margin: 10px 0 40px 0;
    }

    #mypresta_mib .lSAction a,
    #mypresta_mib .arr {
        left: 10px;
        bottom: 38%;
        display: none !important;
    }

    #mypresta_mib .lSAction a.lSNext,
    #mypresta_mib #goToNextSlide {
        right: 10px;
    }

    .hm-adv .container {
        padding: 0;
    }

    .page-home .mlr5 .vc_row {
        margin: 0 0 30px;
    }

    .page-home .mlr10 .vc_row {
        margin: 0 10px 30px;
    }

    .page-home .hm-adv .vc_col-sm-6,
    .page-home .hm-adv .vc_col-sm-4 {
        padding: 0;
    }

    .hm-adv .wpb_single_image {
        margin-bottom: 3px;
    }

    .wpb_single_image img {
        width: 100%;
    }

    .hpp-products .item_listing .item .product-miniature {
        width: auto;
    }

    #products .products .thumbnail-container .product-thumbnail .image2,
    .featured-products .thumbnail-container .product-thumbnail .image2 {
        display: none !important;
    }

    #wrapper .breadcrumb {
        display: block !important;
        margin: 1rem auto !important;
    }

    #wrapper .breadcrumb[data-depth="1"] {
        display: none !important;
    }

    .viewed-product {
        display: none;
    }

    /*category*/
    .has-compact-filter #amazzing_filter .compact-toggle {
        background: #000;
        border-radius: 100vmax;
    }

    #amazzing_filter .block_content {
        padding: 10px 30px;
    }

    #amazzing_filter form {
        display: block !important
    }

    #amazzing_filter .af_filter {
        width: 100%;
        border-bottom: 1px solid #ccc
    }

    #amazzing_filter .af_filter .af_subtitle:before {
        border-color: #000;
        display: none;
    }

    #amazzing_filter .af_filter .af_subtitle_heading {
        border: none;
    }

    #amazzing_filter .btn-holder .btn {
        padding: 15px;
    }

    .category-cover {
        display: block !important;
        padding: 20px 0;
        background-position: center center;
    }

    #wrapper .category-cover .breadcrumb {
        display: block !important;
        margin: 0;
    }

    .category-cover .h1 {
        margin-bottom: 0;
    }

    #main .container.pr0 {
        padding-right: 15px;
    }

    #main .container.pl0 {
        padding-left: 15px;
    }

    #products #js-product-list {
        margin-top: 20px;
    }

    #products #js-product-list .products {
        width: auto;
    }

    #products #js-product-list .products .item,
    #product #featured-category-products-block-center .item,
    .vc_column_container .products .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    /*product*/
    .single-slider {
        margin: 0 -15px;
    }

    .product-brand .d-flex {
        display: block !important;
    }

    .product-brand .brand-image {
        margin: 0 auto 20px;
        max-width: 100%;
        text-align: center;
    }

    .product-brand .brand-image img {
        max-width: 100%;
        width: 120px;
    }

    .product-brand .brand-text {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .product-brand .brand-text p {
        line-height: 24px;
        font-size: 13px;
    }

    .product-brand {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    /*footer*/
    footer .footer-container {
        padding: 15px 0;
    }

    footer .footer-container .container {
        padding: 0 15px;
    }

    footer .footer-container #footer-blocks section:first-child ul li {
        padding: 0;
        text-align: center;
    }

    footer .footer-container #footer-blocks section:first-child h1 {
        font-size: 18px;
        line-height: 30px;
        margin: 0;
    }

    footer .footer-container #footer-blocks section:first-child ul li ul,
    footer .footer-container #footer-blocks section:first-child ul.social {
        margin: 0;
    }

    footer .footer-container #footer-blocks section:first-child .card-payment {
        margin-top: 20px;
        max-width: 100%;
    }

    footer .footer-container #footer-blocks section:nth-child(2) {
        border-top: 1px solid #EBEBEB;
    }

    #footer-blocks .collapse {
        background: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #footer-blocks .collapse.in {
        padding-top: 20px;
        border-bottom: 1px solid #EBEBEB;
    }

    #footer-blocks .title {
        padding: 15px 0 10px 0;
        color: #000;
        border-bottom: 1px solid #EBEBEB;
    }

    #footer-blocks section.col-md-3,
    #footer-blocks .title.titlo_1.t1_0 {}

    #footer-blocks .collapse {
        padding-top: 0;
    }

    #footer-blocks .title .navbar-toggler {
        padding: 0;
    }

    footer #footer-blocks .rte p:last-child {
        margin-bottom: 0;
    }

    footer .footer-newsletter {
        margin-bottom: 20px;
    }

    footer .footer-newsletter .d-flex {
        display: block !important;
    }

    footer .footer-newsletter .newsletter-title,
    footer .footer-newsletter .mc-field-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-middle {
        margin-top: 0px;
        border-top: none;
    }

    .footer-middle .butik {
        font-size: 12px;
    }

    .footer-bottom span.foot-logo {
        margin-top: -40px;
    }

    .footer-bottom span.foot-logo img {
        width: 60px;
        padding: 0 10px;
    }

    .footer-bottom span.paymentlogo img {
        max-width: 150px;
        width: 100%;
    }

    .footer-bottom span.text-right img {
        max-width: 60px;
    }

    .page-home .carousel .carousel-item .caption p {
        margin-top: 15px;
    }

    .page-home .mlr5 .vc_row {
        margin-bottom: 0;
    }

    .ssa-searchblock form {
        margin-bottom: 0 !important;
    }

    .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
        background: transparent !important;
    }

    .block-category-inner {
        padding-top: 0;
    }

    #category-description-short p {
        margin-bottom: 0;
    }

    #product #featured-category-products-block-center {
        padding: 15px 0 0 0;
        margin: 0 -15px 0 0;
    }

    #product .product-container h1.h1 {
        margin-top: 2rem;
    }
}

@media (max-width: 992px) {

    .top-infos .topblts li:nth-child(3),
    .top-infos .topblts li:nth-child(4) {
        display: none !important
    }

    .top-infos .topblts li {
        font-size: 10px;
    }

    .hm-btm-slider .vc_col-sm-4:nth-child(2) {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .prod-left {
        max-width: 100%;
    }

    #main .prod-right {
        top: unset;
        position: relative;
        margin: 0;
        padding: 20px 0;
        clear: both;
        max-height: 100%;
        max-width: 100%;
    }

    #footer-blocks section.col-md-3 {
        width: 100%;
    }

    #footer-blocks li {
        border: none;
        font-weight: normal;
        padding: 0;
    }

    .scpanel-pricing-quantity {
        display: block !important;
    }

    #sclist .product_list_widget dt .scpanel-pricing {
        text-align: left !important;
        clear: both;
        width: 100%;
    }

    #sclist .product_list_widget dt .scproduct-quantity {
        float: none !important;
        width: 100%;
    }

    #slidingcart-panel-close {
        margin-top: -3px !important;
    }

    .prod-left .product-flags {
        top: 20px !important;
    }

    .ssa-button-search {
        width: 30px !important;
    }

    #product .owl-theme .owl-dots .owl-dot span {
        width: 7px !important;
        height: 7px !important;
        margin: 5px !important;
    }

    .prod-right .product-prices div.current-price span.regular-price,
    .product-discount .regular-price {
        background: #ddd;
        padding: 5px;
    }

    #footer-blocks #collapse_1_0.collapse.in {
        border-bottom: 1px solid #EBEBEB;
    }

    footer #footer-blocks .h4 {
        margin-bottom: 0;
    }

    p.newsletter_p,
    .block_newsletter {
        padding: 0;
        padding-top: 10px;
    }

    footer .footer-container .row {
        margin: 0;
    }
}

@media (max-width: 320px) {
    .footer-middle .trustpilot img {
        width: 90px;
    }

    .footer-bottom span.foot-logo {
        margin-top: -45px;
    }

    .footer-bottom span.foot-logo img {
        width: 65px;
        padding: 0 10px;
    }

    .footer-bottom span.paymentlogo img {
        max-width: 110px;
    }
}

/**********************************************************************/
.topbanner_lnks ul {
    margin-bottom: 0;
}

.topbanner_lnks ul li,
.topbanner_lnks ul li a {
    font-size: 11px;
    font-weight: 200;
}

.topbanner_lnks .toptp ul {
    text-align: center;
}

.topbanner_lnks .top_tp ul {
    text-align: right;
}

.topbanner_lnks .top_tp ul li img,
.footer-middle .tplogo img {
    margin-top: -3px;
}

.topbanner_lnks ul li {
    display: inline-block;
}

.topbanner_lnks .toptp ul li {
    padding: 0 17px;
    display: inline-block;
    background: url(../img/top_check.svg) no-repeat left center;
}

li.header_phone {
    background: url(../img/phone_head.svg) no-repeat right center;
    padding-right: 48px;
    text-align: right;
    line-height: 18px;
}

li.header_phone a span {
    display: block;
    text-align: right;
    color: #7A7A7A;
    font-size: 11px;
    font-weight: 200;
}

li.header_phone a {
    font-weight: 400;
    color: #343434;
    font-size: 14px;
}

.topphone_head {
    margin: -2px 36px 0 0px;
}

.topphone_head ul {
    margin-bottom: 0;
}

.home_txt_categories_block {
    margin-top: 40px;
    margin-bottom: 65px !important;
}

.home_txt_categories_block ul li {
    float: left;
    width: 14.28%;
    margin-top: -1px;
    margin-right: -1px;
    border: 1px solid #efefef;
    list-style: none;
}

.home_txt_categories_block ul li a {
    text-align: center;
    padding: 25px 0;
    display: block;
}

@media(min-width: 992px) {

    .home_txt_categories_block ul li:nth-child(1),
    .home_txt_categories_block ul li:nth-child(8) {
        border-left: 0;
    }

    .home_txt_categories_block ul li:nth-child(7),
    .home_txt_categories_block ul li:nth-child(14) {
        border-right: 0;
    }

    .block_newsletter {
        width: 36%;
    }
}

@media(max-width: 992px) {

    .home_txt_categories_block ul li:nth-child(1),
    .home_txt_categories_block ul li:nth-child(4),
    .home_txt_categories_block ul li:nth-child(7),
    .home_txt_categories_block ul li:nth-child(10),
    .home_txt_categories_block ul li:nth-child(13) {
        border-left: 0;
    }

    .home_txt_categories_block ul li:nth-child(3),
    .home_txt_categories_block ul li:nth-child(6),
    .home_txt_categories_block ul li:nth-child(9),
    .home_txt_categories_block ul li:last-child,
    .home_txt_categories_block ul li:nth-child(12) {
        border-right: 0;
    }

    .home_txt_categories_block ul li:nth-child(1),
    .home_txt_categories_block ul li:nth-child(2),
    .home_txt_categories_block ul li:nth-child(3) {
        border-top: 1px solid #fff;
    }
}

.home_txt_categories_block ul li a:hover {
    background: #e7e7e7;
}

.ult-ib-effect-style1 .ult-new-ib-desc {
    position: absolute;
    top: 82%;
    width: 98%;
    padding: 0 8%;
}

.ult-ib-effect-style4 .ult-new-ib-desc {
    position: absolute;
    top: 72%;
    width: 99%;
    padding: 0 5%;
    text-align: center;
}

.ult-new-ib img {
    max-width: 100%;
    cursor: pointer;
}

.ult-ib-effect-style1 .ult-new-ib-desc h2.ult-new-ib-title {
    float: left;
}

.ult-ib-effect-style1 .ult-new-ib-desc a.ult-new-ib-link {
    float: right;
    margin-top: -7px;
}

.ult-ib-effect-style4 .ult-new-ib-desc a.ult-new-ib-link {
    display: block;
    max-width: 250px;
    margin: 0 auto;
}

.ult-new-ib-desc h2.ult-new-ib-title {
    color: #fff;
    font-size: 26px;
    font-family: 'GT Walsheim';
    margin-bottom: 20px;
}

.ult-new-ib-desc a.ult-new-ib-link {
    font-family: 'GT Walsheim';
    font-size: 12px;
    background: #fff;
    color: #000;
    padding: 8px 40px;
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
}

.ult-new-ib-desc a.ult-new-ib-link:hover {
    background: #000000;
    color: #ffffff;
}

.ui-autocomplete {
    font-family: 'DM Sans';
}

/**********************************/
.footertop {
    padding: 50px 0;
    margin: 0 auto !important;
}

.footertop .vc_col-sm-2 {
    width: 20%;
}

#index .footertop .wpb_column.vc_column_container {
    padding: 0 35px 0 0;
}

.footertop .vc_column_container:nth-child(6) {
    display: none;
}

.footertop p {
    line-height: 18px;
}

.footertop p strong {
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
    display: block;
    color: #000000;
}

.footertop .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
    margin-bottom: 0;
}

#product .footertop,
#category .footertop,
#manufacturer .footertop {
    display: none !important;
}

/*********************************************/
ul.footer_brug {
    background: url(../img/info.svg) no-repeat 14px center;
    border: 1px solid #333333;
    border-radius: 6px;
    padding-left: 50px !important;
    margin-top: 20px;
    padding: 15px;
    cursor: pointer;
}

ul.footer_brug li a {
    text-decoration: none !important;
}

ul.footer_brug:hover {
    background-color: #222;
}

ul.footer_brug li strong {
    color: #ffffff;
    font-size: 14px;
}

ul.footer_brug li {
    color: #7E7E7E;
    font-size: 12px;
    margin: 0;
    line-height: 22px;
}

ul.footer_ringo {
    background: url(../img/footer_cont.svg) no-repeat left center;
    padding-left: 55px;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 12px;
}

ul.footer_ringo li {
    font-size: 12px;
    font-family: 'GT Walsheim';
    color: #ffffff;
}

ul.footer_ringo li.tel_nmb {
    font-size: 15px;
    color: #ffffff;
}

ul.footer_ringo li a {
    color: #ffffff;
}

ul.footer_email {
    margin-top: 10px;
    padding-left: 55px;
}

ul.footer_email li {
    line-height: 18px;
    color: #ffffff;
}

ul.footer_socio {
    margin-top: 10px;
    padding-left: 55px;
}

ul.footer_socio li {
    display: inline-block;
    margin: 0;
    line-height: 20px;
}

/****************************************/

@media(max-width: 1199px) {

    .topbanner_lnks .top_tp a span,
    .topbanner_lnks .toptp ul li:nth-child(4) {
        display: none;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc {
        top: 80%;
        padding: 0 5%;
    }

    .ult-new-ib-desc a.ult-new-ib-link {
        padding: 8px 20px;
    }

    .footertop {
        padding: 50px 0;
        max-width: 100%;
        margin: 0 !important;
    }

    #footer-blocks section.col-md-3 {
        width: 25%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    #header .ssa-searchblock form .ssa-nav-fill.active {
        position: absolute;
        right: 50%;
        background-color: #fff;
    }
}

.show_991 {
    display: none;
}

.head_gratis {
    font-size: 13px;
    line-height: 18px;
    padding-right: 30px;
    color: #000;
}

.head_gratis span {
    display: block;
    font-size: 10px;
}

@media(max-width: 991px) {

    #header .container-iqit-menu,
    #header .right-info {
        width: 33%;
    }

    li.header_phone {
        display: none;
    }

    .home_txt_categories_block ul li {
        width: 20%;
    }

    .show_991 {
        display: inline-block;
    }

    #topshipping .t_ship li:nth-child(4) {
        display: none;
    }

    .head_gratis span,
    .head_gratis span {
        display: none;
    }
}

@media(max-width: 992px) {
    #topshipping .t_ship li {
        font-size: 11px;
    }

    #products .product-description,
    .featured-products .product-description,
    .product-accessories .product-description,
    .product-miniature .product-description {
        line-height: normal;
    }

    #products .product-description .inkl-text,
    .featured-products .product-description .inkl-text,
    .product-accessories .product-description .inkl-text,
    .product-miniature .product-description .inkl-text {
        line-height: 18px;
    }

    #products .up {
        text-align: center !important;
    }

    #product #wrapper {
        overflow-x: hidden;
    }

    /*#topshipping .t_ship li.last_child {
        float: none;
    }*/
}

@media(max-width: 840px) {
    .topbanner_lnks .toptp ul li:nth-child(3) {
        display: none;
    }
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    background: url(../img/chevron-down.svg) no-repeat right 15px center;
}

@media(max-width: 575px) {
    #index .home_f_banners .wpb_column.vc_column_container {
        padding: 2px 0;
    }

    #index .home_f_banners .vc_row {
        width: 101vw;
        margin-left: -55vw;
        left: 55%;
        position: relative;
        margin-bottom: 0;
    }

    .hm-adv.mlr5,
    .hm-adv.mlr10 {
        width: 100vw;
        margin-left: -50vw;
        left: 50%;
        position: relative;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc {
        position: absolute;
        top: 82%;
        width: 100%;
        padding: 0;
    }
}

@media(max-width: 420px) {
    .home_txt_categories_block ul li {
        width: 50%;
    }
}

.padding_no_left {
    padding-left: 0;
}

.padding_no_right {
    padding-right: 0;
}

.block-categories {
    box-shadow: none;
    background: #fff;
    padding: 1rem;
    margin-bottom: 1.563rem;
    border: 1px solid #E1E1E1;
}

.products-selection .sort-by {
    color: #000;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
    display: inline-block;
    width: 100%;
    color: #B7B7B7;
    padding: 0;
    cursor: pointer;
    border: none;
    box-shadow: none;
    font-size: 16px;
}

#product-availability {
    margin-top: 0;
    display: none;
    font-weight: 400;
    font-size: 11px;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
    color: #ff9a52;
    font-size: 14px;
    height: auto;
}

#group_accessories ._desktop_wishlist_icon {
    display: none;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
    font-weight: 500;
}

#cart .card {
    border: 0;
}

#cart .cart-item {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

#cart hr.separator {
    border-color: #ffffff;
}

/********************checkoutpage bull****************/
#module-thecheckout-order #header .ssa-searchblock-top,
#module-thecheckout-order .head-butik,
#module-thecheckout-order ._desktop_wishlist_link,
#module-thecheckout-order #_desktop_cart {
    display: none !important;
}

#module-thecheckout-order .topphone_head {
    margin: 0px;
}

#module-thecheckout-order .checkout_heddings {
    width: 45%;
    margin-bottom: 0;
}

#module-thecheckout-order .checkout-page_left {
    color: #000;
    font-size: 20px;
    padding-top: 10px;
}

#module-thecheckout-order .checkout-page_left .g_color {
    color: #a5a5a5;
}

#module-thecheckout-order .toplnks ul {
    display: none;
}

.modal {
    background: #000000a8 !important;
}

.modal .page-heading {
    width: 90%;
    margin-bottom: 20px;
    font-size: 30px;
}

#module-thecheckout-order .cover-page.modal-open,
#module-thecheckout-order .csquizzed-page.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

#module-thecheckout-order .form-group {
    margin-bottom: 0.5rem;
}

#module-thecheckout-order .form-group {
    padding-left: 0;
}

.payment-options p {
    margin-bottom: 0 !important;
}

.cart-detailed-totals .card-block:first-child {
    border-bottom: 1px solid #e8e8e8
}

#cart .cart-detailed-totals {
    background: #ffffff;
    margin-top: 7.3rem;
}

@media(max-width: 991px) {
    #cart .cart-detailed-totals {
        margin-top: 0rem;
    }
}

.checkout.cart-detailed-actions.card-block {
    background: #ffffff;
    margin-top: 0;
}

/************************************************************/
.desc_blk .head-title {
    font-size: 17px;
    display: inline-block;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    font-weight: 600;
    color: #000;
}

.desc_blk .long-desc {
    border-top: 1px solid #E2E2E2;
    padding-top: 25px;
}

.desktop_only.desc_blk,
.data-sheet-div {
    margin-top: 40px;
}

.data-sheet-div dt,
.data-sheet-div dd {
    border-top: 1px solid #E2E2E2;
}

.data-sheet-div dt {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    padding: 5px 0
}

.data-sheet-div dd {
    font-weight: 200;
    font-size: 14px;
    padding: 5px 0;
    margin-bottom: 0;
}

.data-sheet,
.acc-result {
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 30px;
}

.data-sheet {
    border: none
}

p.product-minimal-quantity {
    margin: 0;
    display: none;
}

.form-control-select {
    background: url(../img/chevron-down.svg) no-repeat right+15px center/18px !important;
}

.product-variants>.product-variants-item select {
    width: 100%;
    background-size: 12px !important;
    box-shadow: none;
    border: solid 1px #e0e0e0;
    height: 45px !important;
    outline: none !important;
}

.acc-result a {
    text-decoration: underline;
}

a.besk_lnk {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

a.besk_lnk::after {
    content: "";
    position: absolute;
    border-bottom: 0px solid #000;
    width: 10%;
    margin-top: 15px;
    margin-left: 10px;
    height: 2px;
    background: #000;
}

.prod-acc ul {
    margin-left: 20px;
}

.prod-acc ul li {
    font-size: 13px;
    list-style: disc;
}

/***************************************************/
.block_newsletter {
    background: none;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    color: #fff;
}

.block_newsletter form input[type="email"] {
    padding: 11px 0 !important;
    width: 94%;
    color: #B9B9B9;
    font-size: 12px;
    font-weight: 200;
    background: transparent;
    border: 0 !important;
    border-bottom: 1px solid #DCDCDC !important;
    border-radius: 0 !important;
}

#blockEmailSubscription_footerblock input.btn {
    background: #F5EDE0 !important;
    font-size: 13px;
    text-transform: none;
    color: #311D08;
}

p.newsletter_p {
    font-size: 12px;
    color: #757575;
    line-height: 18px;
    padding-top: 5px;
}

.pagination .page-list {
    background: #fff;
    padding: 0.375rem;
    margin-bottom: 0;
    box-shadow: none;
    border-top: 0;
}

.pagination {}

.block-category-inner {
    padding-top: 10px;
}

#wrapper .breadcrumb li span {
    color: rgba(0, 0, 0, 0.8) !important;
}

#amazzing_filter {
    margin: 0;
}

.af_filter .checkbox {}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    display: block;
    color: #232323;
    padding: 0.125rem 1.05rem;
    font-size: 16px;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
    left: unset;
    width: 100%;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    border: 1px solid #EBEBEB;
    right: 15px;
}

.mobile_only .ssa-button-search {
    background: #fbfbfb;
    color: #000;
}

.ssa-searchblock.mobile_only {
    background: #fbfbfb;
}

#index .ssa-searchblock.mobile_only {
    border-top: 1px solid #E8E8E8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #000 !important;
}

.nxtal-wishlist-cart h2 {
    font-size: 24px;
}

.product-actions .add-to-cart {
    height: auto;
}

.product-actions .add-to-cart .material-icons {
    display: none;
}

.nxtal-wishlist-cart.btn {
    font-size: 0.8rem;
}

#manufacturer .brand-products {
    display: none;
}

@media(max-width: 992px) {
    .toptp {
        display: none;
    }

    .home_txt_categories_block ul li {
        width: 33.333%;
    }

    .footertop .vc_col-sm-2 {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }

    #footer-blocks section.col-md-3 {
        width: 100%;
    }

    .footer-middle .tplogo {
        float: none;
        font-size: 11px;
        clear: both;
        display: block;
        text-align: center;
    }

    .home_txt_categories_block ul li a {
        padding: 10px 0;
        font-size: 11px;
    }

    .page-home .carousel .carousel-item .caption h1,
    .page-home .carousel .carousel-item .caption h2 {
        font-size: 13px;
        line-height: 22px;
        font-weight: 400;
    }

    .page-home .carousel .carousel-item .caption p a {
        font-size: 12px;
    }

    .home_txt_categories_block {
        margin-top: 0px;
        margin-bottom: 0px !important;
    }

    .home_f_banners {
        padding: 0;
        margin-bottom: 10px;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc h2.ult-new-ib-title,
    .ult-new-ib-desc h2.ult-new-ib-title {
        float: none;
        margin-bottom: 10px;
        font-size: 20px;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc {
        text-align: center;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc a.ult-new-ib-link {
        float: none;
    }

    .ult-ib-effect-style1 .ult-new-ib-desc,
    .ult-ib-effect-style4 .ult-new-ib-desc {
        top: 45%;
    }

    #index .wpb_column.vc_column_container {
        padding: 0;
    }

    #btm-hm-banner.topheaderbar .container .wpb_column.vc_column_container {
        width: 50%;
        padding: 0 15px;
        margin: 10px 0;
    }

    #index .hm-adv.mlr5 .wpb_column.vc_column_container {
        padding: 4px 2px;
    }

    .btm-text {
        padding: 0;
        margin: 0;
        padding-top: 10px;
        background: #fff;
    }

    .ult-ib-effect-style4 .ult-new-ib-desc a.ult-new-ib-link {
        display: inline;
        max-width: none;
        margin: 0 auto;
    }

    .ssa-close-btn.ssa-autocomplete-close-btn {
        display: none !important;
    }

    .hm-adv.mlr5 .wpb_column.vc_column_container {
        float: left;
        width: 50%;
    }

    .page-home .hm-adv .vc_col-sm-6 .banner-block h3.bb-top-title,
    .page-home .hm-adv .vc_col-sm-4 .banner-block h3.bb-top-title {
        font-size: 15px;
    }

    .cat-title,
    .page-header h1,
    h1 {
        font-size: 22px;
        line-height: 24px;
    }

    #index .mobile_nopadding .wpb_column.vc_column_container {
        padding: 0 2px;
        width: 50%;
        float: left;
    }

    #module-thecheckout-order .form-group.countrySelect,
    #module-thecheckout-order .form-group.address1 {
        flex-basis: 100% !important;
    }

    #product .prod-left #content .nxtal-wishlist-icon {
        width: 41px;
        height: 41px;
        line-height: 41px;
        right: 0;
        top: 25px;
    }

    .brands-sort .select-title,
    .products-sort-order .select-title,
    .suppliers-sort .select-title {
        width: 100%;
        color: #000;
        padding: 7px 10px;
        cursor: pointer;
        border: 1px solid #E8E8E8;
        box-shadow: none;
        font-weight: 400;
        font-size: 12px;
    }

    .compact-toggle {
        width: 100%;
        display: inline-block;
        text-align: center;
        border-radius: 100vmax;
    }

    #pc-top.row {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 30px;
    }

    #pc-top .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .af_subtitle,
    .brands-sort .select-title,
    .products-sort-order .select-title,
    .suppliers-sort .select-title {
        background-image: url(../img/chevron-down.svg) no-repeat right+15px center;
        background-color: #fff;
        border-radius: 100vmax;
        margin-inline: 5px 0px;
        padding: 7px 10px 7px 18px;
    }

    .af_subtitle {
        background-position: right center;
    }

    .brands-sort .dropdown-menu,
    .products-sort-order .dropdown-menu,
    .suppliers-sort .dropdown-menu {
        left: 15px;
        width: auto;
    }

    #gift-budget {
        margin-bottom: 20px;
    }

    #gift-budget::before,
    #gift-budget *::before,
    #gift-budget::after,
    #gift-budget *::after {
        display: none;
    }

    #gift-budget .wrap-budget .wpb_content_element {
        margin: 0 auto 20px;
    }

    ul.footer_email,
    ul.footer_socio {
        margin-top: 0;
    }

    ul.footer_socio li {
        padding: 0 !important;
    }

    #footer-blocks ul.footer_brug li,
    #footer-blocks ul.footer_ringo li,
    #footer-blocks ul.footer_email li,
    #footer-blocks ul.footer_socio li {
        padding: 0;
    }

    #footer {
        border-top: none;
    }

    .footertop {
        padding: 25px 0;
        max-width: 100%;
        margin: 0 !important;
    }

    .footertop .vc_column_container:nth-child(3),
    .footertop .vc_column_container:nth-child(4),
    .footertop .vc_column_container:nth-child(5) {
        display: none;
    }

    #index .footertop .wpb_column.vc_column_container {
        padding: 0 25px 0 25px;
        margin-bottom: 0;
    }

    #index .btm-text .wpb_column.vc_column_container {
        padding: 0 30px;
    }

    footer .footer-container li.check {
        padding-left: 20px !important;
    }

    .block_newsletter {
        border-bottom: 0;
    }

    .footer-middle .butik {
        display: none;
    }

    .footertop p {
        line-height: 14px;
        font-size: 11px;
        color: #666;
    }

    .block_newsletter {
        padding-top: 20px;
        clear: both;
    }

    p.newsletter_p,
    .block_newsletter {
        margin-bottom: 0
    }

    .foot-icon {
        text-align: center;
        max-width: 158px;
        margin: 20px auto 0;
    }

    .foot-icon img {
        width: 100%;
    }

    .home_txt_categories_block ul li:nth-child(13),
    .home_txt_categories_block ul li:nth-child(14),
    .home_txt_categories_block ul li:nth-child(15) {
        border-bottom: 1px solid #ffffff;
    }

    .footer-bottom {
        margin-top: 30px;
    }

    .payment_blk {
        text-align: center;
    }

    .footer-bottom .paymentlogo,
    .footer-bottom .bulllogo {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }

    .footer-bottom .bulllogo {
        margin-top: 0.5rem;
    }
}

#products .product-flags li.product-flag,
.featured-products .product-flags li.product-flag,
.product-accessories .product-flags li.product-flag,
.product-miniature .product-flags li.product-flag {
    width: fit-content;
    font-family: 'GT Walsheim';
    margin: 0;
    text-align: center;
    margin-bottom: 5px;
    text-transform: none;
    border-radius: 16px;
}

.product-flags li.product-flag {
    pointer-events: auto;
    width: fit-content;
    background: #E2E2E2;
    font-weight: 500 !important;
    padding: 3px 10px;
    color: #000;
    margin-bottom: 0.625rem;
    font-size: 10px;
    box-shadow: none;
    font-family: 'GT Walsheim';
    text-transform: none;
}

.product-flags li.product-flag.new {
    background-color: #D5E5EF;
    text-align: center;
}

.product-flags li.product-flag.out_of_stock {
    background-color: #DECFCF;
}

#category-subcategories ul li {
    float: left;
    padding: 15px 15px 0px;
}

#category-subcategories ul li a {
    font-size: 16px;
    font-weight: 200;
    color: #c4c4c4;
}

#category-subcategories ul li a:hover {
    color: #000;
}

#category-subcategories ul {
    margin-bottom: 0;
}

#main .page-content,
#main .page-header {
    margin-top: 1.563rem;
}

#module-hiblog-postdetails #main .page-content,
#module-hiblog-blog #main .page-content {
    margin-top: 0;
    padding-top: 0;
    padding-inline: 0 !important;
}

#module-hiblog-blog #content-wrapper.left-column {
    padding-inline: 0;
}

#module-hiblog-blog .pagination>li>span,
#module-hiblog-blog .pagination>li>a {
    width: 3rem;
    aspect-ratio: 1 / 1;
    padding: 0;
    display: grid;
    place-items: center;
    border-radius: 100%;
    background: #f2efe9;
}

#module-hiblog-blog .pagination>li.active>span {
    background: #d7cfbd
}

#blog_post_container.grid.column-3 .blog-post {
    width: 33.33%;
}

#main .page-header {
    text-align: center;
}

#footer {
    margin-top: 0;
    padding-top: 0;
}

#js-product-list-bottom {
    padding-bottom: 0;
}

p.brand-title {
    padding-bottom: 30px;
}

.truslpilot_scart img {
    margin-top: -5px;
}

.custom-checkbox input[type="checkbox"] {
    opacity: 1;
    position: relative;
    margin-right: 10px;
}

.custom-checkbox input[type="checkbox"]+span {
    display: none !important;
}


@media(max-width: 992px) {
    .hpp-products .products-section-title {
        font-size: 25px;
        line-height: 33px;
        margin-top: 40px;
    }

    h1,
    .h1 {
        font-size: 23px;
    }

    #amazzing_filter {
        margin-top: 0;
    }

    #amazzing_filter .btn-holder .btn {
        margin-top: 0 !important;
    }

    .ssa-searchblock form .ssa-nav-right .ssa-button-search img {
        width: 15px;
    }

    #module-thecheckout-order #header {
        border-bottom: 0 solid #E8E8E8;
        position: relative;
        position: relative;
        top: -1px;
        background: #fff;
        z-index: 222;
    }

    #module-thecheckout-order #header .right-info,
    #module-thecheckout-order .top-infos {
        display: none !important;
    }

    #module-thecheckout-order #header #_desktop_logo {
        width: 100%;
    }

    .titlo_0 {
        display: none !important
    }

    #footer section ul#collapse_1_0,
    #footer section ul#collapse_2_0,
    #footer section ul#collapse_3_0 {
        margin-bottom: 0;
    }

    #blog_post_container.grid.column-3 .blog-post {
        width: 100%;
    }

    #blog_post_container.grid.column-3 .blog-post .post-desc {
        display: none;
    }
}

#iqitmegamenu-accordion div.responsiveInykator {
    background: url(../img/menu-down.svg) no-repeat center center;
    display: block;
    height: 32px;
    width: 32px;
}

#iqitmegamenu-accordion div.responsiveInykator.rotated {
    background: url(../img/menu-up.svg) no-repeat center center;
}

/************************************************************/
#pagenotfound #main,
#search #main {
    text-align: center;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: none;
    background: transparent;
    padding: 0;
    font-size: 0.875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto;
    font-weight: 200;
    text-align: center;
    margin-bottom: 40px;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0.5rem 0 1rem;
    color: #000;
}

#pagenotfound #main .ssa-searchblock form .ssa-nav-fill .ssa-search-query,
#search #main .ssa-searchblock form .ssa-nav-fill .ssa-search-query,
#category #js-product-list .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.products-sort-order .dropdown-menu a:nth-child(1),
.products-sort-order .dropdown-menu a:nth-child(2),
.products-sort-order .dropdown-menu a:nth-child(8) {
    display: none !important;
}

/*********************************/
#idTab95.page-product-box {
    margin-top: 10px;
    padding: 0;
    border: 0;
    background: #ffffff;
}

.product-images>li.thumb-container {
    background: #f6f6f6;
    margin-top: 3px;
    display: inline-block;
}

.images-container .product-images>li.thumb-container>.thumb {
    mix-blend-mode: multiply;
    border-color: #000;
    border: none;
}

.product-images>li.thumb-container>.thumb.selected {
    border-color: #000;
}

.product-cover .layer {
    background: none !important;
}

/*****************************/
#please-refresh {
    display: none !important;
}

#parcelShopNewRow284,
#parcelShopNewRow285 {
    margin-left: 50px;
    margin-top: 10px;
}

.ult-new-ib h2 {
    cursor: pointer;
}

.butik_blk a {
    color: #fff !important;
}

#product #group_accessories h4::after {
    border-top: 1px solid #000;
    display: block;
    height: 2px;
    content: " ";
    width: 56%;
    position: absolute;
    right: 0;
    left: auto;
    top: auto;
    margin-top: -6px;
}

#main .images-container .js-qv-mask.scroll {
    width: 100%;
    position: relative;
    overflow: unset;
    white-space: normal;
}

#product-modal .modal-content .modal-body .product-images {
    margin: 0;
}

#product-modal .modal-content .modal-body .image-caption {
    display: none !important;
}

#product-modal .modal-content .modal-body .product-images img {
    border: none;
    margin: 0;
}

.scroll-box-arrows.scroll {
    display: none !important;
    position: absolute;
    width: 100%;
}

.scroll-box-arrows i {
    bottom: 15px;
}

.nxtal-wishlist-icon .default i,
.nxtal-wishlist-link .default i {
    line-height: 19px;
}

.cover-page.modal-open,
.csquizzed-page.modal-open {
    overflow: hidden !important;
}

#product-modal .product-images>li.thumb-container {
    margin-top: 0;
    margin-bottom: 3px;
}

#product-modal .modal-content .modal-body .thumbnails {
    margin-left: 3px;
}

@media (min-width: 1200px) and (max-width: 1379px) {
    .prod-left {
        max-width: 700px;
    }

    .prod-right {
        max-width: 380px;
    }

    #product #group_accessories h4::after {
        width: 45%;
    }
}

@media(max-width: 1199px) {
    #product #group_accessories h4::after {
        width: 45%;
    }
}

@media(max-width: 991px) {
    #product #group_accessories h4::after {
        width: 35%;
    }

    .prod-left .product-cover .layer {
        display: block !important;
    }

    #main .images-container .js-qv-mask.scroll {
        overflow: hidden;
        white-space: nowrap;
    }

    #product-modal .modal-content .modal-body .product-images img {
        width: 100%;
        border: none;
        margin: 0;
    }

    #product-modal .modal-content .modal-body .product-images li {
        width: 32.5%;
    }

    .scroll-box-arrows i {
        bottom: 60px;
        background: #fff;
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
    }

    .nxtal-wishlist-icon .default i,
    .nxtal-wishlist-link .default i {
        line-height: 19px;
    }
}

.carousel .carousel-item {
    height: auto !important
}

ul.product-images {
    margin-bottom: 0;
}


/*DAHL STYLE*/
.topheaderbar {
    margin-top: 0;
    padding: 40px 0;
}

.topheaderbar .container {
    max-width: 1250px;
}

.topheaderbar .col2 img,
.topheaderbar .col3 img,
.topheaderbar .col4 img,
.topheaderbar .col5 img,
.mobile_btm_two li img {
    width: 32px;
    height: 33px;
    padding: 1px 6px;
    margin-right: 5px;
}

.topheaderbar p {
    font-weight: 500;
    line-height: 20px;
}

@media(min-width:1200px) {
    .topheaderbar .container .wpb_column.vc_column_container {
        width: 20%;
    }
}

@media(max-width: 1199px) {
    .topheaderbar .container .wpb_column.vc_column_container {
        width: 25%;
    }

    .topheaderbar .col5 {
        display: none;
    }
}

.topheaderbar .small p,
.mobile_btm_two li span {
    display: block;
    color: #56726f;
    font-size: 11px;
    font-family: 'GT Walsheim', sans-serif;
}

.topheaderbar {
    font-family: 'GT Walsheim', sans-serif;
}

.topheaderbar .col1 {
    padding-left: 40px;
}

.topheaderbar .col1,
.topheaderbar .col2,
.topheaderbar .col3,
.topheaderbar .col4 {
    font-size: 15px;
}

.topheaderbar .col5 {
    line-height: 33px;
}

.topheaderbar .col2 img,
.topheaderbar .col3 img,
.topheaderbar .col4 img,
.topheaderbar .col5 img,
.mobile_btm_two li {
    ont-size: 15px;
}

.topheaderbar .col1,
.mobile_btm_two .col1 {
    background: url(../img/elke_dahl.png) no-repeat left center;
}

.topheaderbar .col2 .vc_column-inner {
    background: url(../img/denmark.svg) no-repeat left center;
    padding-left: 35px;
    background-size: 20px;
}

.topheaderbar .col3 .vc_column-inner {
    background: url(../img/gave.svg) no-repeat left center;
    padding-left: 35px;
    background-size: 22px;
}

.topheaderbar .col4 .vc_column-inner {
    background: url(../img/hjerte.svg) no-repeat left center;
    padding-left: 35px;
    background-size: 22px;
}

.topheaderbar .col5 .vc_column-inner {
    background: url(../img/truck.svg) no-repeat left center;
    padding-left: 35px;
    background-size: 22px;
}

.topheaderbar .col1 {
    padding-left: 40px !important;
}

.topheaderbar .wpb_content_element,
.topheaderbar .wpb_row,
.topheaderbar .wpb_content_element,
.topheaderbar ul.wpb_thumbnails-fluid>li,
.topheaderbar .last_toggle_el_margin,
.topheaderbar .wpb_button {
    margin: 0;
}

.search-top .ssa-searchblock {
    background: #0001 url(../img/search.svg) no-repeat 16px center;
    border-radius: 16px;
    background-size: 19px;
    padding: 5px 10px;
    padding-left: 30px;
}

.search-top .ssa-searchblock form .ssa-nav-right {
    display: none;
}

.search-top .ssa-searchblock form .ssa-nav-fill,
.ssa-searchblock form .ssa-nav-fill .ssa-nav-search-field {
    height: 38px;
    background: none;
}

.search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
    font-family: 'GT Walsheim';
    font-size: 15px;
    color: #333333;
    padding: 0;
    border: none;
    height: 38px;
    background: none;
    padding-left: 10px;
}

.search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query::placeholder {
    color: #333333;
}

.ets_mm_megamenu.layout_layout1 {
    background: none;
}

.ets_mm_megamenu.sticky_enabled.scroll_heading {
    background: #fff;
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
    background: none;
    border-bottom: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.mm_menu_content_title {
    padding: 5px 15px;
    margin-block: 5px;
}

.mm_menu_content_title .mm_arrow {
    display: none;
}

@media(min-width: 923px) {
    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li {
    border: none;
    float: none;
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li a {
    font-family: 'GT Walsheim';
    font-size: 14px !important;
    font-weight: 300;
    text-transform: none;
    color: #000;
}

@media (min-width: 992px) and (max-width: 1300px) {
    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li a {
        font-size: 13px !important;
    }
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li .h4 a {
    font-weight: 500;
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li.medium a {
    font-weight: 500;
}

.ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li>a:before {
    background-color: #000;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul {
    margin-left: -50vw;
    left: 50%;
    border: none;
    padding: 30px;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap {
    max-width: 1420px;
    margin: 0 auto;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap .arrow,
.ets_mm_block_content .has-sub>a:after {
    display: none !important;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap .ets_mm_block_content li a {
    font-family: 'DM Sans';
    font-weight: normal;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap .ets_mm_block_content li ul {
    display: none !important;
}

.layout_layout1 .ets_mm_block_content ul li a:before {
    display: none !important;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap .mm_blocks_li {
    line-height: 30px;
}

.vc_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

#ten-adv .vc_row .wpb_column {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#hm-top-info .wpb_content_element {
    margin: 0;
    padding: 0 0 10px;
}

#hm-top-info .title {
    padding-top: 10px;
    padding-inline: 10px;
    padding-bottom: 0;
}

#hm-top-info .wpb_content_element {
    padding-inline: 10px;
}

#hm-top-info h5,
#hm-top-info .title p {
    font-family: 'DM Sans';
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
}

#hm-top-info p {
    font-size: 13px;
    line-height: 17px;
}

#hm-banner img {
    width: 100%;
}

#btm-hm-banner strong {
    font-size: 14px;
    display: block;
    padding: 5px 0;
}

#btm-hm-banner p {
    font-size: 13px;
    font-weight: 400;
}

#btm-hm-banner img {
    margin: 0 auto;
    width: auto;
}

#hm-top-info .vc_row {
    margin-left: -3px;
    margin-right: -3px;
    margin-bottom: 6px;
}

#hm-top-info .vc_col-sm-6 {
    padding-right: 3px;
    padding-left: 3px;
}

.page-home .carousel {
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    position: relative;
}

#five-adv h1.h1,
#index #ten-adv h1.h1 {
    font-size: 27px;
    color: #000;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 40px;
}

img {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

#five-adv,
#three-adv {
    margin-bottom: 100px;
}

#five-adv .item-wrap>.vc_column-inner>.wpb_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

#five-adv .item-wrap>.vc_column-inner>.wpb_wrapper>.vc_row {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#five-adv p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
}

#five-adv .img-cover {
    position: relative;
}

#five-adv .img-cover:after {
    content: "";
    background: url(../img/adv-arrow-right.svg) no-repeat;
    position: absolute;
    width: 41px;
    height: 16px;
    right: 27px;
    bottom: 30px;
}

#ten-adv .ten-adv-wrap>.vc_column-inner>.wpb_wrapper {
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: none;
    background: none;
    flex-wrap: wrap;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

#ten-adv .ten-adv-wrap .wpb_single_image {
    position: relative;
    min-height: 1px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    width: 20%;
}

#ten-adv .wpb_singleimage_heading {
    display: none;
}

#ten-adv .ten-adv-wrap .wpb_single_image .wpb_heading,
#ten-adv .wpb_text_column h3 {
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 20px;
    right: 20px;
    font-size: 15px;
    font-family: 'GT Walsheim';
    text-align: center;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding: 0 10px;
    z-index: 3;
}

#ten-adv .vc_col-sm-2 {
    margin-bottom: 20px;
}

#ten-adv .view-all {}

#ten-adv .view-all a {
    background: url(../img/adv-arrow-right-black.svg) no-repeat right center;
    font-family: 'GT Walsheim';
    font-size: 20px;
    color: #000;
    padding-right: 70px;
    margin-top: 40px;
    display: inline-block;
}

#hm-video {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-block: 100px;
}

#hm-video:before {
    content: "";
    display: block;
    background: #EFD9D9;
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#hm-video .vd-heart {
    position: relative;
    mix-blend-mode: multiply;
    display: block;
    text-align: center;
    margin: -60px auto 0;
}

#hm-video .container {
    max-width: 938px;
}

#hm-video .intro,
#hm-blog .intro {
    max-width: 585px;
    margin: 20px auto 40px;
    text-align: center;
}

#hm-video .intro h1,
#hm-video .intro p.title,
#hm-video .intro .title p,
#hm-blog .intro h1,
#hm-blog .intro p.title,
#hm-blog .intro .title p {
    font-family: 'GT Walsheim';
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0 0 25px
}

#hm-video .intro p,
#hm-blog .intro p {
    font-size: 17px;
    line-height: 32px;
}

#hm-video .link-video a,
#hm-video .flag-video p {
    font-family: 'GT Walsheim';
    font-size: 14px;
    margin: 0;
    padding: 10px 0 20px;
    display: block;
}

#hm-video .flag-video {
    text-align: right;
}

#hm-video .link-video a {
    background: url(../img/play.svg) no-repeat left 17px;
    padding-left: 20px;
    background-size: 10px;
}

#hm-video .flag-video p {
    background: url(../img/denmark.svg) no-repeat right 18px;
    padding-right: 20px;
    background-size: 13px;
}

#gift-budget {
    margin-bottom: 80px;
    margin-top: 80px;
}

#gift-budget .container {
    max-width: 868px;
    margin: 0 auto;
}

#gift-budget h1 {
    margin-bottom: 40px;
}

#gift-budget .vc_row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

#gift-budget .vc_col-sm-6 {
    padding-right: 20px;
    padding-left: 20px;
}

#gift-budget .wrap-budget .wpb_content_element {
    border: 2px solid #E9EFE6;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gift-budget .wrap-budget .wpb_content_element:hover {
    background-color: #E9EFE6;
}

#gift-budget .wrap-budget .wpb_content_element .h4 a {
    margin: 0;
    font-size: 23px;
    line-height: 27px;
    font-weight: 500;
}

#gift-budget .wrap-budget .wpb_content_element p {
    margin: 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 27px;
}

#three-adv .vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

#three-adv .wpb_column {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
}

#three-adv .img-cover,
#three-adv img.vc_box_border_grey {
    margin-bottom: 25px;
}

#three-adv .img-cover img {
    width: 100%;
    height: auto;
}

#three-adv h4 {
    font-family: 'GT Walsheim';
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

#three-adv p {
    font-size: 15px;
    color: #757575;
}

#three-adv .arr {
    background: url(../img/adv-arrow-right-black.svg) no-repeat;
    width: 41px;
    height: 16px;
    display: block;
    margin-top: 15px;
}

#hm-blog {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: 100px;
    background: #E7F5F5;
    padding: 80px 0;
}

#hm-blog .blog_post_position_container,
#hm-blog .blog_post_position_container .blog-post {
    background: none;
    margin: 0 auto;
}

#hm-blog .blog_post_position_container {
    padding: 0;
}

#hm-blog .blog-posts-container {
    margin-left: -10px;
    margin-right: -10px;
}

#hm-blog .blog_post_position_container .blog-post {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#hm-blog .blog_post_position_container .post-info-block p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 8px;
}

.blog_post_position_container .post-info-block h2 a,
.blog_post_position_container .post-info-block p a {
    font-family: 'GT Walsheim';
    color: #000;
    line-height: 27px;
}

.blog_post_position_container .post-info-block h2 a:hover,
.blog_post_position_container .post-info-block p a:hover {
    color: #000;
}

.btm-text {
    padding-bottom: 120px;
}

.btm-text .vc_row {
    margin-left: -30px;
    margin-right: -30px;
}

.btm-text.inner .vc_row {
    margin-bottom: 0;
}

.btm-text .wpb_column {
    padding-right: 30px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.btm-text h1 {
    font-family: 'GT Walsheim';
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 42px;
}

.btm-text h5 {
    font-weight: 500;
}

.btm-text h3 {
    font-size: 21px;
    line-height: 40px;
    margin: 0;
    font-weight: 500;
}

.btm-text h2 {
    font-family: 'GT Walsheim';
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
}

.btm-text p {
    margin-bottom: 25px !important;
}

.btm-text a {
    color: #208094;
}

.btm-text.inner {
    padding-bottom: 0;
    margin-top: 80px;
}

.btm-text.inner .container {
    max-width: 940px !important;
    margin: 0 auto;
}

.btm-text ul {
    list-style: disc;
    margin-left: 15px;
}

.btm-text .featured-products ul {
    margin-left: 0;
}

.btm-text .read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 30px 0;
    background: transparent linear-gradient(180deg, #FFFFFFDE 0%, #FFFFFFFC 77%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

.btm-text .read-more a {
    color: #121111;
    border-bottom: 1px solid #000;
    padding-bottom: 14px;
}

#three-adv .img-cover,
#five-adv .img-cover,
#ten-adv a {
    overflow: hidden;
}

#ten-adv a {
    display: block;
}

#three-adv img,
/* #five-adv img, */
#ten-adv img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#three-adv img:hover,
/* #five-adv img:hover, */
#ten-adv img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#five-adv .wpb_column.vc_column_container h3 {
    transition: background 150ms, color 150ms;
}

#five-adv .wpb_column.vc_column_container:hover h3 {
    background: #212427;
    color: #fff;
}

.thumbnail-container .star_label {
    display: none;
}

.page-home .carousel .carousel-item .caption small {
    font-size: 18px;
}

#pc-top {
    margin-bottom: 30px;
    margin-top: 30px;
}

.horizontal-layout .af_filter {
    width: auto;
    margin-right: 30px;
    padding-left: 0;
}

.horizontal-layout .af_subtitle {
    display: inline;
    font-size: 16px;
    padding-left: 0;
    border: none !important;
}

.horizontal-layout .af_subtitle,
.horizontal-layout .af_filter_content {
    text-transform: none;
}

.horizontal-layout .af_filter_content {
    min-width: 250px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.horizontal-layout .af_subtitle:before {
    background: url(../img/chevron-down.svg) no-repeat center center;
    width: 9px;
    height: 5px;
    margin: 0;
    right: 0;
    border: none;
    transform: none;
    top: 48%;
}

.horizontal-layout .has-selection .af_subtitle {
    color: #000;
}

#pc-top .sort-by {
    font-size: 16px;
    color: #000;
    text-align: right;
    margin-block: 3px;
}

.follow-scroll.active #pc-top .sort-by {
    margin-block: 0;
}

.follow-scroll.active #amazzing_filter {
    margin-left: -0.675rem;
}

#foot-top {
    background: #FFE0B3;
    padding: 70px 0;
}

#foot-top .vc_row {
    margin-bottom: 0;
    margin-left: -20px;
    margin-right: -20px;
}

#foot-top .wpb_column {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

#foot-top .wpb_column .wpb_single_image {
    margin-bottom: 10px;
}

#foot-top h5,
#foot-top .title p {
    font-family: 'GT Walsheim';
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

#foot-top p {
    margin: 0;
    line-height: 18px;
    font-size: 13px;
    color: #2D2D2D;
}

#footer-blocks .collapse {
    margin-bottom: 25px;
}

.product-line-info.product-title a,
.product-line-info a.label {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}

@media (max-width: 1366px) {
    .header-top-right {
        display: none;
    }

    .header-top .right-nav {
        float: right;
    }

    .ybc-menu-toggle {
        background: url(../img/hamburger.svg) no-repeat;
        width: 22px;
        height: 16px;
        padding: 0;
        position: absolute;
        bottom: 33px;
        left: 0;
    }

    .ybc-menu-button-toggle_icon {
        display: none;
    }
}

@media (max-width: 1199px) {
    #topshipping {
        display: block !important;
    }

    #topshipping .t_ship li {
        display: inline-block;
        padding: 5px 10px 5px 15px;
    }

    .search-top .ssa-searchblock {
        margin-left: 30px;
    }

    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_ul {
        overflow-x: auto;
    }

    .mm_menu_content_title {
        white-space: nowrap;
    }

    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_ul.active {
        display: block;
    }

    #header .ssa-searchblock form .ssa-nav-fill .ssa-search-query {
        width: 160px !important;
    }

    .head-butik {
        margin-left: 15px;
    }

    #header .nxtal-wishlist-link {
        margin: 0 15px;
    }

    body .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
        width: 400px !important;
        right: 0;
    }

    .page-home .carousel .carousel-item .caption h2 {
        font-size: 48px;
        line-height: 50px;
    }

    .page-home .carousel .carousel-item .caption h4 {
        line-height: 30px;
    }

    #mypresta_mib .lSAction a,
    #mypresta_mib .arr {
        left: 0;
        top: 69%;
        bottom: unset;
    }

    #mypresta_mib .lSAction a.lSNext,
    #mypresta_mib #goToNextSlide {
        right: 0;
    }

    .hpp-products {
        margin-bottom: 40px;
        overflow: hidden;
    }

    #hppContainer1,
    #hppContainer2 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .hpp-products .products-section-title {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .viewed-product {
        display: none;
    }

    .prod-left {
        max-width: 50%;
    }

    .prod-right {
        right: 0;
        max-width: 45%;
    }

    footer #footer-blocks h4,
    footer #footer-blocks .h4 {
        line-height: 35px;
    }

    #footer-blocks section.col-md-3 {
        width: 50%;
    }

    #mypresta_mib .lSAction a,
    #mypresta_mib .arr {
        top: 25%;
    }

    .levering_home .vc_hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #blockcart-modal .product-image {
        max-width: 150px;
    }

    .page-home .carousel {
        padding-bottom: 0px;
        background: none;
    }
}

@media(max-width: 1235px) {
    #product .product-container .product-prices .product-price {
        display: block;
    }

    #product .product-container .product-prices div {
        width: 100%;
    }

    .mm_menu_content_title {
        padding: 10px 15px;
    }

    .blockreassurance_product {
        padding: 10px !important;
    }
}

@media (max-width: 992px) {

    .col-12 {
        width: 100%;
    }

    h1.h1 {
        font-size: 25px;
        line-height: 33px;
        margin-bottom: 20px !important;
    }

    body #topheadertext {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
    }


    #topshipping .t_ship li:nth-child(3),
    #topshipping .t_ship li:nth-child(4) {
        display: none;
    }

    header #_desktop_logo img {
        width: 100%;
        max-width: 120px;
        margin: 0 auto;
        translate: 0 -10px;
    }

    #module-thecheckout-order header #_desktop_logo img {
        max-width: 100px;
    }

    .ets_mm_megamenu.layout_layout1 {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
    }

    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
        background: none;
        border: none;
    }

    .hook-default .ets_mm_megamenu_content .container {
        background: none;
        border: none;
    }

    .ybc-menu-toggle {
        bottom: 80px;
    }

    .mm_menu_content_title {
        padding: 0;
    }

    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li {
        position: relative;
    }

    .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_li .arrow {
        top: 5px;
    }

    .layout_layout1.ets_mm_megamenu .mm_columns_ul {
        margin: 0;
        left: 0;
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }

    .layout_layout1.ets_mm_megamenu .mm_columns_ul .submenu-wrap .mm_blocks_li {
        line-height: 30px;
        margin-bottom: 10px;
    }

    .header-top {
        position: relative;
        padding-bottom: 0;
        padding-top: 14px;
    }

    .search-top {
        margin-top: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding-inline: 5px;
    }

    .header-top .right-nav {
        position: absolute;
        right: 5px;
        bottom: 76px;
        width: 100px;
    }

    #hm-top-info .vc_col-sm-6 {
        margin-top: 0;
        margin-bottom: 6px;
    }

    #hm-top-info .vc_row {
        margin-bottom: 0;
    }

    #hm-top-info .vc_row {
        margin-left: 0;
        margin-right: 0;
        display: block;
    }

    #hm-top-info h5 {
        font-size: 14px;
    }

    #hm-top-info p {
        font-size: 12px;
    }

    .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
        visibility: visible !important;
    }

    .page-home .carousel {
        margin-bottom: 0;
    }

    #five-adv {
        margin-top: 40px;
        padding: 0 20px;
    }

    #five-adv h1.h1,
    #five-adv .title p {
        text-align: center;
        margin-bottom: 40px !important;
        padding: 0 30px;
    }

    .vc_row,
    #three-adv .vc_row {
        margin-right: 0;
        margin-left: 0;
        justify-content: center;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper,
    #three-adv .vc_row {
        display: block;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper>.vc_row {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper>.vc_row:last-child {
        display: none;
    }

    #five-adv p {
        font-size: 13px;
        line-height: 19px;
    }

    #five-adv .img-cover:after {
        background-size: 100%;
        width: 28px;
        height: 11px;
    }

    #five-adv,
    #three-adv {
        margin-bottom: -20px;
        padding-inline: 10px;
    }

    #ten-adv {
        padding: 0 20px;
    }

    #ten-adv .wpb_wrapper .vc_row {
        display: block;
        margin-right: -10px;
        margin-left: -10px;
    }

    #ten-adv .vc_col-sm-2.wpb_column.vc_column_container {
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        margin-bottom: 20px;
        width: 50%;
        float: left;
    }

    #ten-adv .wpb_wrapper .vc_row .vc_col-sm-2:last-child {
        display: none;
    }

    #ten-adv .ten-adv-wrap .wpb_single_image {
        width: 50%;
        padding-top: 0;
        padding-bottom: 20px;
    }

    #ten-adv .ten-adv-wrap .wpb_single_image .wpb_heading,
    #ten-adv .wpb_text_column h3 {
        font-size: 12px;
        bottom: 20px;
    }

    #ten-adv .view-all a {
        font-size: 15px;
        margin-top: 0;
        padding-right: 30px;
        background-size: 20px;
    }

    .page-home {
        overflow: hidden;
    }

    #index .hpp-products {
        padding: 0 10px;
    }

    .hpp-products .item_listing {
        margin-left: -5px;
        margin-right: -5px;
    }

    .hpp-products .item_listing .item {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    #hm-video {
        margin-bottom: 40px;
    }

    #hm-video .intro p.title {
        font-size: 25px !important;
        line-height: 34px !important;
    }

    #hm-video .wpb_column.vc_column_container {
        padding: 0 20px;
    }

    #hm-video .vc_col-sm-6:last-child {
        display: none;
    }

    #hm-video .intro h1,
    #hm-blog .intro h1 {
        font-size: 18px;
        line-height: 26px;
    }

    #hm-video .intro p,
    #hm-blog .intro p {
        font-size: 14px;
        line-height: 25px;
    }

    #hm-video .link-video {
        text-align: center;
    }

    #hm-video .link-video a,
    #hm-video .flag-video p {
        line-height: 25px;
    }

    #hm-video .link-video a {
        text-align: center;
        display: inline-block;
        margin: 10px auto 0;
    }

    #hm-video .wpb_single_image {
        margin-left: -20px;
        width: 100vw;
    }

    #gift-budget .wrap-budget {
        max-width: 90%;
        margin: 0 auto;
    }

    #gift-budget .wrap-budget .vc_col-sm-2:last-child {
        display: none;
    }

    #hppContainer3 .products-section-title {
        text-align: center;
        margin-top: 0;
    }

    #three-adv .wpb_column {
        margin-bottom: 60px;
    }

    #three-adv h4,
    #three-adv p {
        padding: 0 20px;
    }

    #hm-blog {
        display: none;
        padding: 30px 0;
        margin-bottom: 90px;
    }

    #hm-blog .container {
        padding: 0 20px !important;
    }

    #hm-blog .intro {
        text-align: left;
        margin-bottom: 20px;
    }

    #hm-blog .blog-post-item {
        display: grid;
        justify-content: center;
        align-items: center;
    }

    #hm-blog .blog_post_position_container {
        padding: 0 !important;
        max-width: 585px;
    }

    #hm-blog .blog_post_position_container .post-image-block {
        position: relative;
        height: auto;
        margin-right: 20px;
    }

    #hm-blog .blog_post_position_container .post-info-block p {
        font-size: 17px;
        line-height: 25px;
    }

    .blog_post_position_container .post-info-block h2 {
        font-size: 15px;
    }

    .blog_post_position_container .post-image-block img {
        width: 100%;
    }

    #index .btm-text {
        padding: 0 20px 80px;
        transition: height 200ms ease;
    }

    .btm-text {
        padding-bottom: 30px;
    }

    .btm-text h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .btm-text h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .btm-text h3 {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .btm-text .vc_row {
        margin: 0;
    }

    #index .btm-text .wpb_column.vc_column_container {
        margin-bottom: 0;
        padding: 0;
        flex-basis: unset;
    }

    #hm-video .intro {
        margin-bottom: 20px;
    }

    #hm-video .intro p.title {
        margin-bottom: 0;
    }

    #product .product-container {
        margin: 0;
    }

    #product .product-container .col-md-2,
    #product .product-container .col-md-4,
    #product .product-container .col-md-6 {
        padding: 0;
        width: 100%;
    }

    #product #content .images-container .product-cover {
        width: 80%;
        margin: 0 auto;
        background: #F6F6F6
    }

    #product .product-container h1.h1 {
        font-size: 25px;
        line-height: 33px;
    }

    .product-brand .short-brand {
        display: none;
    }

    .blockreassurance_product {
        display: none;
    }

    .prod-info {
        padding: 60px 15px 30px;
        margin-top: 20px;
    }

    .prod-static-text {
        margin: 50px -10px;
    }

    .prod-info .col-md-8 {
        margin-right: 0;
    }

    #gift-budget .vc_row {
        margin: 0 auto 20px;
        justify-content: center;
    }

    #products .product-title a,
    .featured-products .product-title a,
    .product-accessories .product-title a,
    .product-miniature .product-title a {
        font-size: 13px;
    }

    #products .product-description .inkl-text,
    .featured-products .product-description .inkl-text,
    .product-accessories .product-description .inkl-text,
    .product-miniature .product-description .inkl-text {
        font-size: 10px;
    }

    #products .product-price-and-shipping,
    .featured-products .product-price-and-shipping,
    .product-accessories .product-price-and-shipping,
    .product-miniature .product-price-and-shipping {
        margin-top: 0;
    }

    .nxtal-wishlist-icon {
        top: 185px;
        right: 20px;
        left: unset;
    }

    body .ui-autocomplete.ssa-menu.ui-menu.ui-corner-all {
        left: 0 !important;
        right: 0 !important;
        width: auto !important;
    }

    #foot-top {
        padding: 70px 20px;
    }

    #foot-top .vc_row {
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    #foot-top .wpb_column {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-bottom: 30px;
        width: 50%;
        flex-basis: unset;
    }

    footer .footer-container {
        margin-top: -75px;
        background: none;
    }

    #footer-blocks section:not(#thin-footer):not(#copyright-footer) {
        padding: 0 50px !important;
        border-top: none;
    }

    #foot-top .wpb_column .wpb_single_image img {
        max-width: 48px;
    }

    footer .footer-container #footer-blocks section:first-child,
    footer .footer-container #footer-blocks section:nth-child(2) {
        width: 100%;
    }

    footer .footer-container #footer-blocks section:first-child ul li {
        text-align: center;
    }

    .block_newsletter {
        padding: 20px 50px 0;
    }

    #_desktop_cart,
    #_desktop_user_info {
        position: relative;
        margin-left: 15px;
    }

    .images-container .product-images>li.thumb-container>.thumb {
        max-width: 100%;
    }

    .product-images>li.thumb-container {
        width: 75px;
    }

    .belowmenuonproduct.vc_row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 992px) {
    .prod-cover {
        height: 229px;
    }

    #amazzing_filter .compact-toggle,
    .head_gratis {
        display: none !important;
    }

    .search-top .ssa-searchblock {
        margin-left: 0;
    }

    #product #wrapper .breadcrumb {
        margin-bottom: 5px;
        padding-bottom: 10px;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-box-sizing: border-box;
    }

    #new_review_tab_btn {
        margin-left: 0 !important;
    }

    #_desktop_user_info {
        display: none;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    #hm-banner-mobile {
        display: block !important;
        margin-bottom: 6px;
    }

    #hm-banner-mobile .vc_row .wpb_column {
        padding: 0;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper,
    #three-adv .vc_row {
        display: block;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper>.vc_row {
        margin-bottom: 30px;
        width: 50%;
        float: left;
    }

    #five-adv img {
        width: 100%;
    }

    #five-adv .item-wrap>.vc_column-inner>.wpb_wrapper>.vc_row:last-child,
    #ten-adv .ten-adv-wrap .wpb_single_image:last-child {
        display: none;
    }

    #ten-adv .ten-adv-wrap .wpb_single_image {
        width: 33.3333334%;
    }

    #ten-adv .ten-adv-wrap .wpb_single_image img {
        width: 100%;
    }

    .hpp-products .item_listing {
        margin-left: -5px;
        margin-right: -5px;
    }

    .hpp-products .item_listing .item {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }

    footer .footer-container {
        margin-top: 0;
        background: none;
    }

    #footer-blocks section:not(#thin-footer):not(#copyright-footer) {
        padding: 0 50px !important;
        border-top: none;
    }

    footer .footer-container #footer-blocks section:first-child,
    footer .footer-container #footer-blocks section:nth-child(2) {
        width: 50%;
        border: none
    }

    footer .footer-container #footer-blocks section:nth-child(3) {
        clear: both;
    }

    footer .footer-container #footer-blocks section:nth-child(3),
    footer .footer-container #footer-blocks section:nth-child(4),
    footer .footer-container #footer-blocks section:nth-child(5) {
        width: 33.333334%;
    }

    footer .footer-container #footer-blocks section {
        margin-bottom: 25px;
    }

    footer .footer-container #footer-blocks section:first-child ul li {
        text-align: left;
    }

    #footer-blocks section.col-md-3,
    #footer-blocks .title.titlo_1.t1_0 {
        border-top: 1px solid #EBEBEB;
    }

    .block_newsletter {
        padding: 20px 50px 0 !important;
        width: 80%;
    }
}

#_desktop_logo {
    text-align: left;
}

.product-miniature .price-info {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    color: #000000;
    font-weight: 500;
    font-size: 18px;
    display: none;
}

.product-miniature.hover .price {
    visibility: hidden;
    opacity: 0;
    display: none;
    transition: visibility 0s, opacity 0.5s linear;
}

.product-miniature.hover .price-info {
    visibility: visible;
    opacity: 1;
    display: inline-block;
}

@media (max-width: 992px) {
    #_desktop_logo {
        text-align: center;
    }
}

.card {
    border: 0 solid rgba(0, 0, 0, 0.1);
}

.hi-blog-sidebar-block-17 {
    box-shadow: none;
    margin-bottom: 1.563rem;
    background: #fff;
    padding: 1.563rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-line-grid-left img {
    max-width: 100%;
    width: 68px;
}

.qty .bootstrap-touchspin {
    width: auto;
    float: right;
    display: inline-block;
    box-shadow: none;
    border: 1px solid #DFDFDF;
    border-radius: 6px;
    margin-top: 8px;
    height: 50px;
}

.cart-container .product-price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.qty .bootstrap-touchspin .btn-touchspin {
    background-color: transparent;
    border: 0;
    height: 1.5rem;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: none;
    padding: 0.5rem;
}

.qty .bootstrap-touchspin input.form-control,
.qty .bootstrap-touchspin input.input-group {
    color: #232323;
    background-color: transparent;
    height: 50px;
    padding: 0.175rem 0.5rem;
    width: 3.5rem;
    border: 0;
    float: left;
    text-align: center;
    font-size: 18px;
}

.card-block.checkout a.btn {
    width: 100%;
    border-radius: 3px;
    padding: 16px 0;
    font-weight: 600;
    text-transform: none;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    color: #000000;
    line-height: 40px;
    margin-top: 10px;
}

.cart-container .product-price {
    color: #000000;
    font-size: 16px;
    padding-top: 5px;
    font-weight: 500;
}

.product-line-grid-left {
    width: 100px;
}

.cart-detailed-totals .card-block:first-child {
    border-bottom: 0 solid #e8e8e8;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
    background-color: #ffffff;
}

.qty .bootstrap-touchspin input.form-control {
    border-right: 1px solid #DFDFDF;
}

.qty .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.363rem;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
    color: #232323;
    display: inline-block;
    margin-top: 0.3125rem;
    background: #F2F4F5;
    border-radius: 50%;
    padding: 0 10px;
}

#cart #wrapper,
body#cart {
    background: #f3f3f3;
}

#cart #footer {
    display: none;
}

.card {
    background-color: transparent;
}

#cart .cart-item {
    background: #fff;
}

#cart .header-top,
#cart .ets_mm_megamenu_content {
    background: #fff;
}

.product-customization .product-message:focus {
    background-color: #fff;
    outline: 0.1875rem solid #000;
}

.product-customization ul {
    margin-bottom: 0;
}

.product-customization .product-message {
    background: #f1f1f1;
    border: none;
    width: 100%;
    height: 2.225rem;
    resize: none;
    padding: 0px 15px;
}

.cart-grid-body .cart-overview {
    padding: 1rem 0;
}

.cart-grid-body .card-block {
    padding: 4rem 0 0;
}

.opcvierdin {
    padding-top: 1rem;
}

.opcvierdin strong {
    font-size: 17px;
    padding-bottom: 5px;
    font-weight: 600;
}

.opcvierdin p {
    margin-bottom: 0;
}

.opcvierdin ul li {
    color: #5A5A5A;
    font-size: 15px;
    background: url(../img/tick-circle.svg) no-repeat left center;
    padding-left: 25px;
    line-height: 32px;
}

.second-address label,
.form-group.newsletter span.label {
    color: #000 !important;
}

#module-thecheckout-order .ets_mm_megamenu.hook-default {
    display: none !important;
}

#reviews_section {
    padding-right: 0;
    padding-left: 0;
}

#cms #main .page-content {
    margin-bottom: 5rem;
}

.product-manufacturer {
    text-align: center;
    margin-top: 15px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
}

.product-manufacturer img {
    border: 0;
}

@media(min-width: 768px) {
    #hm-banner-mobile {
        display: none !important;
    }
}

@media(max-width: 992px) {
    .product-miniature .price-info {
        display: none;
    }

    #gift-budget .vc_row .wpb_column {
        width: 50%;
        padding: 0;
    }

    .product-prices .tax-shipping-delivery-label,
    .price-lbl {
        line-height: 18px;
        display: block;
    }

    .product-additional-info.js-product-additional-info {
        margin-top: -5px;
        margin-bottom: 10px;
    }

    .product-manufacturer a {
        text-decoration: underline;
    }

    #topshipping .t_ship li {
        padding: 5px 15px 5px 15px;
    }

    .product-manufacturer {
        margin-top: 3rem;
    }

    .qty .bootstrap-touchspin {
        float: none;
    }

    .cart-grid-body .card-block {
        padding-top: 1.5rem;
    }

    .cart-grid-body .card-block h1 {
        margin-bottom: 0 !important;
    }
}

b,
strong {
    font-weight: inherit;
    font-weight: 500;
}

.mobile_banner_text {
    position: absolute;
    top: 52%;
    width: 100%;
    text-align: center;
    bottom: unset;
}

.mobile_banner_text h2 {
    font-weight: 400;
    font-family: "GT Walsheim";
    margin-bottom: 35px;
    color: #fff;
    text-transform: none !important;
    font-size: 38px;
    line-height: 42px;
}

.attris .dropdown-menu {
    width: 100%;

}

.dropdown.attris .btn.btn-default.dropdown-toggle {
    height: 45px;
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 100%;
    text-align: left;
}

.color_pick {
    width: 100%;

}

.color_pick label {
    width: 90%;
    text-align: left;

}

.seletced_text {
    width: 100%;
    display: inline-block;
    background: url(../img/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right;
}

.seletced_text span:first-child {

    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    margin: 0.3125rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    background-size: contain;

}

.attris .dropdown-toggle::after {
    display: none;
}

.seletced_text span:last-child {
    position: absolute;
    top: 12px;
    color: #000;
    padding-left: 5px;
}

ul.dropdown-menu {
    z-index: 1000 !important;
}

.product-variants>.product-variants-item span.color {
    top: 5px !important;
}

.dropdown-menu .attribute-name {
    padding-left: 5px;
}

.product-variants>.product-variants-item ul li {
    margin-right: 0.625rem;
    padding-left: 10px;
    border-bottom: 1px solid #f1f1f1;
}

.color_pick label {
    width: 90%;
    text-align: left;
    margin: 0;
}

.product-variants>.product-variants-item .color {
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 11px;
}

#index .blog_post_position_container .post-desc {
    display: none;
}

.pagination .page-list li {
    display: inline-block;
}

.pagination li a {
    background-color: #efeeee;
    color: #9e9c9c;
    padding: 6px 10px;
    font-size: 14px;
}

.pagination li a:hover {
    color: #000000;
}

.pagination .next {
    float: none;
}

.pagination .previous {
    float: none;
}

.pagination .current a {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
}

@media(min-width: 1200px) {
    .product-line-grid .product-line-grid-right {
        width: 40%;
        float: right;
    }

    .product-line-grid .product-line-grid-body {
        width: 48%;
    }
}

.cart_page .iqitfreedeliverycount {
    background: #fff;
    color: #000;
}

.cart_page .iqitfreedeliverycount i {
    display: none;
}

@media(min-width: 992px) {
    .card.cart-summary {
        margin-top: 0px;
    }
}

.block-promo {
    margin-bottom: 0;
}

.iqitfreedeliverycount-detach,
.iqitfreedeliverycount-product {
    padding: 0 !important;
    margin-top: 8px;
    margin-bottom: 10px;
}

.block-promo .promo-code {
    padding: 0;
}

.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #000;
    width: 20%;
    padding-left: 0;
    padding-right: 0;
}

.block-promo .promo-input {
    width: 80%;
}

.cart-voucher>p>a.promo-code-button {
    padding-left: 0 !important;
}

.cart-voucher>p>a.promo-code-button {
    background: url(../img/chevron-down.svg) no-repeat center right;
}

#module-thecheckout-order #wrapper {
    border-top: 1px solid #EFEFEF;
}

#module-thecheckout-order .search-top .ssa-searchblock {
    display: none;
}

#module-thecheckout-order .search-top {
    border: 0;
    padding: 0;
    margin: 0;
}

a.morecat {
    display: none;
}

@media(max-width: 992px) {
    .header-top {
        padding-bottom: 0px;
        padding-top: 32px;
    }

    #module-thecheckout-order .header-top {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    a.morecat {
        display: block;
        text-align: center;
        background: linear-gradient(0deg, #f6f6f6, transparent);
        height: 55px;
        margin-top: -54px;
        z-index: 1;
        padding-top: 30px;
        cursor: pointer;
        position: relative;
    }

    .cart-grid-body {
        margin-bottom: 0 !important;
    }

    .cart-items {
        padding: 1rem 0 !important;
    }

    .cart-grid-body .cart-overview {
        padding: 0rem 0 !important;
    }
}

#cart .cart_page .iqitfreedeliverycount {
    padding: 5px 10px !important;
}

.blog_post_position_container .post-image-block {
    position: relative;
    height: 250px;
    overflow: hidden;
}

#index .blog_post_position_container .post-image-block {
    height: auto;
}

.product-customization {
    margin: 1rem 0 0;
}

.product-customization .card-block {
    padding: 0;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
    background: #f9f9f9;
    text-decoration: none;
    color: #000000;
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
    color: #000000;
    padding: 0.125rem 0 0.125rem 1rem;
    font-size: 14px;
}

.custom-checkbox label {
    line-height: 22px;
}

.advance_product_blok {
    background: #f8ecec;
    padding: 20px;
    margin-top: 1rem;
    text-align: center;
    line-height: 22px;
}

.advance_product_blok.grey {
    background: #f5f5f5;
}

.af_filter {
    margin-bottom: 0px !important;
}

.product-discounts {
    margin-bottom: 0.5rem;
}

.product-flags li.product-flag.online-only:before {
    display: none;
}

#product header {
    border-bottom: 1px solid #f2f2f2;
}

#product .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 0;
}

#products .product-miniature .product-flags li.product-flag.online-only,
.featured-products .product-miniature .product-flags li.product-flag.online-only,
.product-accessories .product-miniature .product-flags li.product-flag.online-only,
.product-miniature .product-miniature .product-flags li.product-flag.online-only {
    top: 10px;
    right: auto;
    left: 10px;
}

.product-flags li.product-flag.online-only {
    position: absolute;
    top: 1rem;
    right: auto;
}

a.customization_popup_b {
    display: inline-block !important;
    background: #f6f6f6;
    padding: 2px 10px;
}

.belowmenuonproduct a {
    color: #ffffff;
}

.pstsp-desc-wrp {
    padding-bottom: 3rem;
    padding-top: 2rem;
}

.udsolgtbesked_c {
    background: #f7f7f7;
    text-align: center;
    margin-top: 10px;
}

/******************/
.fixe_instagram {
    position: fixed;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}

.fixe_instagram a {
    background: url('../img/instagram_fixe.svg') no-repeat center 20px #fff;
    width: 96px;
    text-align: center;
    line-height: 16px;
    padding-top: 55px;
    padding-bottom: 30px;
    border-radius: 13px;
    box-shadow: 3px 0 51px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    color: #000;
    display: block;
}

@media(max-width: 991px) {
    .fixe_instagram {
        display: none;
    }

    #five-adv .wpb_column.vc_column_container {
        padding: 0 !important;
    }
}

.product-quantity .add .btn-primary {
    margin-top: 20px;
}

#blog_desc_container .blog-desc-title {
    line-height: 1.1;
}


@media(max-width: 991px) {
    .prod-info .col-12 {
        width: 100%;
        float: none;
        padding-bottom: 3rem;
    }

    .prod-info {
        padding: 80px 0 20px;
    }
}

.displaynone {
    display: none !important;
}

.wk_product_opt_container {
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.09);
    padding: 20px;
    margin: 15px 0;
    overflow: visible;
}

.wk_product_opt_container .wk_option_text_area {
    width: 100%;
    height: 3.125rem;
    padding: 0.325rem;
    resize: none;
    background: #f6f6f6;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    padding-left: 22px;
}

.wk_product_opt_container .dd-select {
    background: #ffffff !important;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
}

.wk_product_opt_container .headr .heading {
    float: left;
    font-weight: 600;
    font-size: 15px;
}

.wk_product_opt_container .headr .lnk {
    float: right;
    color: #6B6B6B;
    background: #E9E9E9;
    border-radius: 4px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}

.wk_product_opt_container .wk_color_input {
    display: none !important
}

.wk-product-variants-item .dd-select,
.wk-product-variants-item .dd-container,
.wk-product-variants-item .dd-options {
    width: 100% !important;
}

.wk-product-variants>.wk-product-variants-item {
    margin: 0.65rem 0 !important;
}

.product-customization .product-customization-item {
    margin: 0.25rem 0;
    display: none;
}

.featured-products .thumbnail-container,
.btm-text .featured-products .products .item {
    margin-bottom: 0px;
}

/************NEW changes ********/
#three-adv img,
#five-adv img,
#ten-adv img {
    width: 100%;
}

#five-adv .wpb_column.vc_column_container {
    padding: 0 10px;
}

.dabsgaver_block .wpb_singleimage_heading {
    position: absolute;
    bottom: 15px;
    left: 30px;
    background: #ffffff;
    color: #000;
    padding: 7px 30px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.greenborder img {
    border: 20px solid #D5EAD9;
    width: auto !important;
}

.greenborder h4 span {
    display: block;
    font-size: 14px;
    padding-bottom: 15px;
    font-weight: 400;
}

.greenborder h4 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
}

.greenborder p {
    font-size: 16px;
}

.greenborder a {
    background: #212427;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 12px 25px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    width: 70%;
    font-size: 15px;
    transition: background 150ms, color 150ms;
}

.greenborder a:hover {
    background: transparent;
    outline: 2px solid #314935;
    color: #314935;
}

.greenborder .wpb_text_column .wpb_wrapper {
    padding-top: 120px;
    padding-inline: 60px;
}

#blog_desc_container .featured-products .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 8px;
}

@media(max-width: 1199px) {
    .dabsgaver_block .wpb_singleimage_heading {
        left: 40px;
        padding: 7px 10px;
        font-size: 14px;
    }

    .greenborder .wpb_text_column .wpb_wrapper {
        padding-top: 80px;
        padding-right: 20px;
    }
}

@media(max-width: 991px) {
    .greenborder .wpb_text_column .wpb_wrapper {
        padding-top: 0;
        padding-right: 0;
    }

    .greenborder a {
        width: 100%
    }

    #five-adv .dabsgaver_block .wpb_column.vc_column_container {
        width: 50%;
    }

    #blog_desc_container .featured-products .products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .dabsgaver_block h3 {
        margin-bottom: 10px !important;
    }

    #btm-hm-banner {
        margin-bottom: -35px;
    }

    .greenborder .wpb_text_column {
        padding-inline: 15px;
    }

    .hpdaabsgave img {
        margin-inline: 0 !important;
    }

    .greenborder img {
        width: calc(100% - 10px) !important;
    }
}

@media(max-width: 992px) {
    .dabsgaver_block .wpb_column.vc_column_container {
        width: 100%;
        margin-bottom: 0px;
    }

    .greenborder h4 {
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .greenborder h4 span {
        padding-bottom: 5px;
    }

    .wpb_video_widget .wpb_wrapper iframe {
        position: static !important;
    }

    .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
        padding-top: 0 !important;
    }

    #hm-video {
        margin-top: 100px;
    }

    .hmCatTwo .vc_row.wpb_row.vc_row-fluid .vc_col-sm-4 {
        order: 1;
    }

    #hm-video .vc_row {
        justify-content: center;
    }

    .dabsgaver_block.dgb_1,
    .dabsgaver_block.dgb_2 {
        display: flex;
    }

    #five-adv .dabsgaver_block .first_child {
        width: 100% !important;
    }

    #five-adv {
        padding: 0 !important;
        margin-inline: -10px
    }

    .dabsgaver_block .wpb_singleimage_heading {
        left: 10px;
        bottom: 10px;
    }

    .hmCatTwo .wpb_column {
        margin-inline: -20px;
        padding-inline: 0px;
    }

    .greenborder p {
        font-size: 13px;
        line-height: 19px;
    }
}

#five-adv a:has(img) {
    overflow: hidden;
    border-radius: 4px;
    display: inline-block;
    width: 100%;
}

#five-adv img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 4px !important;
    padding: 0 !important;
}

.hpdaabsgave {
    margin-top: 75px;
}

@media(max-width: 991px) {
    .hpdaabsgave {
        margin-top: 0;
    }

    #five-adv img {
        margin: 5px !important;
        width: calc(100% - 10px);
    }

    .dabsgaver_block .wpb_singleimage_heading {
        margin-top: -5px;
    }
}

#category-description .popular_products {
    position: relative;
    width: calc(100vw - 15px);
    left: 50%;
    translate: -50%;
}

@media(max-width: 992px) {
    #category-description .popular_products {
        width: 100%;
    }
}

.af-toggle-child .hidden-on-open {
    display: none;
}

/* BLOG STYLING */
#module-hiblog-postdetails #left-column {
    display: none;
}

#module-hiblog-postdetails #blog_desc_container .blog-desc-title,
#module-hiblog-postdetails #blog_desc_container .post-published,
#module-hiblog-postdetails #blog_desc_container .blog-desc-info-block {
    max-width: 60rem;
    margin-inline: auto;
}

#module-hiblog-postdetails #content-wrapper {
    width: 100% !important;
}

p,
.page-cms #wrapper ul li {
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: calc(1em + 0.75rem);
    margin-bottom: 1.5rem;
}

h2,
h3 {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

#module-hiblog-postdetails #blog_desc_container .post-published {
    margin-bottom: 2rem;
}

#module-hiblog-postdetails #blog_desc_container .featured-products {
    margin-inline: -5%;
    margin-block: 2.5rem;
}

/* BLOG STYLING END */

/* BLACK FRIDAY */

#category.category-id-80 header.with-bg .header-top img,
#category.category-id-80 header.with-bg .ybc-menu-toggle {
    filter: invert(1) brightness(2);
    mix-blend-mode: hard-light;
}

#category.category-id-80 header.with-bg,
#category.category-id-80 header.with-bg #wrapper .breadcrumb li a,
#category.category-id-80 header.with-bg #wrapper .breadcrumb li a span,
#category.category-id-80 header.with-bg #wrapper .breadcrumb li:after,
#category.category-id-80 header.with-bg .mm_menus_li>a,
#category.category-id-80 header.with-bg .mm_menus_li>a span:not(.mm_bubble_text),
#category.category-id-80 header.with-bg #topshipping .t_ship li.last_child a,
#category.category-id-80 #wrapper #category-description p,
#category.category-id-80 #wrapper h1,
#category.category-id-80 header.with-bg .search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query,
#category.category-id-80 header.with-bg .search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query::placeholder {
    color: #fff;
}

#category.category-id-80 header.with-bg #wrapper .breadcrumb li span {
    color: #fff !important;
}

@media(max-width: 992px) {

    #category.category-id-80 header.with-bg,
    #category.category-id-80 header.with-bg #wrapper .breadcrumb li a,
    #category.category-id-80 header.with-bg #wrapper .breadcrumb li a span,
    #category.category-id-80 header.with-bg #wrapper .breadcrumb li:after,
    #category.category-id-80 header.with-bg .mm_menus_li>a,
    #category.category-id-80 header.with-bg .mm_menus_li>a span,
    #category.category-id-80 header.with-bg .mm_menus_li>a span:not(.mm_bubble_text),
    #category.category-id-80 header.with-bg #topshipping .t_ship li.last_child a,
    #category.category-id-80 #wrapper #category-description p,
    #category.category-id-80 #wrapper h1,
    #category.category-id-80 header.with-bg .search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query,
    #category.category-id-80 header.with-bg .search-top .ssa-searchblock form .ssa-nav-fill .ssa-search-query::placeholder,
    #category.category-id-80 header.with-bg .mm_heading,
    #category.category-id-80 header.with-bg .mm_menu_content_title:has(::after),
    #category.category-id-80 header.with-bg .mm_menus_li>a,
    #category.category-id-80 header.with-bg .mm_menus_li>a span,
    #category.category-id-80 header.with-bg .mm_menus_li>a span:not(.mm_bubble_text),
    #category.category-id-80 header.with-bg .mobile_btm_two {
        color: #000 !important;
    }

    #category.category-id-80 header.with-bg .ets_mm_megamenu.layout_layout1 .ets_mm_megamenu_content .mm_menus_ul.active {
        background: #000;
    }

    #category.category-id-80 header.with-bg .transition_floating .close_menu *,
    #category.category-id-80 header.with-bg .transition_full .close_menu *,
    #category.category-id-80 header.with-bg .ybc-menu-vertical-button .icon-bar {
        filter: invert(1);
    }
}

#category.category-id-80 header.with-bg .mm_menus_li>a,
.mm_menus_li>a span:not(.mm_bubble_text):hover {
    color: #000 !important;
}

#category.category-id-80 header.with-bg .ssa-nav-search-field {
    border-bottom: 1px solid #fff;
}

#category.category-id-80 header.with-bg .cart-products-count {
    background: #fff;
    color: #000;
}

.follow-scroll.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #F2EFE9;
    padding: 10px 0px;
    z-index: 10;
    border-bottom: 1px solid #ddd;
}

.follow-scroll.active #pc-top {
    margin-block: 0 !important;
    display: flex;
    align-items: center;
    padding-inline: 30px !important;
}

.follow-scroll.active .horizontal-layout .af_filter {
    padding-top: 4px;
    padding-inline: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.follow-scroll.active .horizontal-layout .af_subtitle {
    background: unset !important;
}

@media(min-width: 767px) {
    .follow-scroll.active .products-sort-order {
        padding-block: 4px;
        background: #fff;
        border: 1px solid #ddd;
    }
}

.follow-scroll.active .sort-by {
    padding-block: 4px;
}

.horizontal-layout .af_filter_content {
    left: -1px;
    margin-top: 5px;
}

#module-af_seopages-seopage #left-column {
    display: none;
}

#module-af_seopages-seopage #content-wrapper {
    width: 100%;
    float: unset;
}

#module-af_seopages-seopage .page-header {
    margin-bottom: 0 !important;
}

#module-af_seopages-seopage .af.dynamic-loading.next {
    display: none;
}

#module-af_seopages-seopage #pc-top {
    padding-inline: 0 !important;
}

#module-af_seopages-seopage .page-description,
#module-af_seopages-seopage .page-description-lower {
    color: #000;
}

#module-af_seopages-seopage .page-description {
    text-align: center;
    max-width: 680px;
    margin-inline: auto;
    padding: 1.25rem 1.25rem 1.5rem;
}

#module-af_seopages-seopage .page-description-lower {
    max-width: 940px;
    margin-inline: auto;
}

@media(min-width: 1280px) {
    .search-top {
        padding-left: 0 !important;
    }
}

@media(max-width: 1299px) {
    .ets_mm_megamenu_content:has(.ybc-menu-toggle.ybc-menu-btn.opened) .mm_menus_ul {
        visibility: visible;
        opacity: 1;
        left: 280px;
    }
}

.home-video .btn.custom-button {
    border-radius: 4px !important;
}

#three-adv .img-cover {
    border-radius: 4px;
    overflow: hidden;
}

.af.dynamic-loading.next .loadMore.next.button {
    display: none !important;
}

/* NEW HOME VIDEO  */

.levering_home {
    background: transparent;
}

#home-video video {
    max-width: 100%;
    object-fit: cover;
    aspect-ratio: 3/1.25;
}

#home-video {
    margin: 50px;
    padding: 32px;
    border-radius: 4px 4px 4px 4px;
    min-width: 300px;
    width: fit-content;
    max-width: 640px;
    position: relative;
}

#home-video h2 {
    margin-top: 10px;
    font-weight: 600;
    font-size: 28px;
}

#home-video p {
    color: #616161;
    font-size: 18px;
}

#home-video .btn-custom {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

#home-video .btn-custom::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDk2MCA5NjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2MCA5NjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRTg4MTVEO30KCS5zdDF7ZmlsbDojRjY5Qjc2O30KCS5zdDJ7ZmlsbDojRDgzOTQ1O30KCS5zdDN7ZmlsbDojRUEzRDUzO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzI1LjgsNzg4LjlIMjM0LjJjLTguOSwwLTE2LjEtNy4yLTE2LjEtMTYuMVYzOTcuOWMwLTguOSw3LjItMTYuMSwxNi4xLTE2LjFoNDkxLjZjOC45LDAsMTYuMSw3LjIsMTYuMSwxNi4xICAgdjM3NC45Qzc0MS45LDc4MS43LDczNC43LDc4OC45LDcyNS44LDc4OC45eiIvPgoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTc1NC4xLDQzOUgyMDUuOWMtOC45LDAtMTYuMS03LjItMTYuMS0xNi4xVjI5NmMwLTguOSw3LjItMTYuMSwxNi4xLTE2LjFoNTQ4LjJjOC45LDAsMTYuMSw3LjIsMTYuMSwxNi4xICAgdjEyNi45Qzc3MC4yLDQzMS44LDc2Myw0MzksNzU0LjEsNDM5eiIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTQ5NS43LDI5MS41aC0yMGMtMTYuNSwwLTMwLTEzLjQtMzAtMzB2LTYuMmMwLTE2LjUsMTMuNC0zMCwzMC0zMGgyMGMxNi41LDAsMzAsMTMuNCwzMCwzMHY2LjIgICBDNTI1LjcsMjc4LjEsNTEyLjMsMjkxLjUsNDk1LjcsMjkxLjV6Ii8+Cgk8cmVjdCB4PSI0MDkuNyIgeT0iNDM5IiBjbGFzcz0ic3QyIiB3aWR0aD0iMTQwLjMiIGhlaWdodD0iMzQ5LjkiLz4KCTxyZWN0IHg9IjM5Ny4yIiB5PSIyNzkuOSIgY2xhc3M9InN0MyIgd2lkdGg9IjE2NS4zIiBoZWlnaHQ9IjE1OS4xIi8+Cgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNNDY3LjUsMjM5LjVsLTg5LjMtNTcuN2MtNDQuMS0yOC41LTEwMi4zLDMuMi0xMDIuMyw1NS43bDAsMGMwLDIzLjQsMTksNDIuNCw0Mi40LDQyLjRINDU4ICAgYzkuNywwLDE3LjYtNy45LDE3LjYtMTcuNnYtOC4xQzQ3NS41LDI0OC4zLDQ3Mi41LDI0Mi43LDQ2Ny41LDIzOS41eiBNNDE2LjMsMjYwLjVIMzM5Yy05LjQsMC0xNy03LjYtMTctMTdsMCwwICAgYzAtMzAuOCwzNC4xLTQ5LjMsNTkuOS0zMi42bDQxLjksMjcuMWM0LjYsMi45LDYuOCw4LjYsNSwxNC4xQzQyNy4xLDI1Ny4zLDQyMS44LDI2MC41LDQxNi4zLDI2MC41eiIvPgoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTQ5MywyNTQuM3Y4LjFjMCw5LjcsNy45LDE3LjYsMTcuNiwxNy42aDEzOS43YzIzLjQsMCw0Mi40LTE5LDQyLjQtNDIuNGwwLDBjMC01Mi41LTU4LjItODQuMi0xMDIuMy01NS43ICAgTDUwMSwyMzkuNUM0OTYsMjQyLjcsNDkzLDI0OC4zLDQ5MywyNTQuM3ogTTUzOS43LDI1Mi4xYy0xLjctNS41LDAuNS0xMS4yLDUtMTQuMWw0MS45LTI3LjFjMjUuOC0xNi43LDU5LjksMS45LDU5LjksMzIuNmwwLDAgICBjMCw5LjQtNy42LDE3LTE3LDE3aC03Ny4zQzU0Ni43LDI2MC41LDU0MS4zLDI1Ny4zLDUzOS43LDI1Mi4xeiIvPgo8L2c+Cjwvc3ZnPg==");
    line-height: 0;
    margin-top: 2px
}

#btm-hm-banner {
    margin-inline: -15px;
}

#btm-hm-banner #usper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-top: 50px;
}

#btm-hm-banner #usper section {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 20px;
    align-items: center;
}

#btm-hm-banner #usper section svg {
    grid-row: span 2;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    background: #0a0a0a;
    padding: 10px;
    border-radius: 100%;
}

#btm-hm-banner #usper section b,
#btm-hm-banner #usper section p {
    line-height: 1.2;
    margin-bottom: 0;
}

#btm-hm-banner #usper section b {
    font-weight: 600;
}

.forsideh2 {
    font-weight: 600 !important;
    font-size: 26px !important;
    color: #000 !important;
    padding-top: 12px;
    line-height: 1.1 !important;
}

@media(max-width: 1199px) {

    #home-video {
        background: #fff;
        border-radius: 16px;
        max-width: 520px;
    }

    #btm-hm-banner #home-video {
        height: 100%;
    }

    #btm-hm-banner #usper {
        grid-template-columns: 1fr 1fr;
    }

    #home-video::before {
        top: -55px;
        width: 90px;
        height: 70px;
    }

    #home-video h2 {
        font-size: 38px !important;
    }

    #home-video p {
        font-size: 16px;
        line-height: 1.4;
    }

    #home-video .btn-custom {
        font-size: 18px;
    }

    #btm-hm-banner #usper section:nth-of-type(4) {
        display: none;
    }
}

@media(max-width: 992px) {

    #home-video figure {
        aspect-ratio: 4 / 3;
        border-radius: 0;
    }

    #home-video figure video {
        aspect-ratio: 4 / 3;
    }

    #home-video {
        margin: 10px;
        padding: 25px 25px 15px 25px;
        transform-origin: 0 100%;
        scale: 0.75;
    }

    #home-video::before {
        top: -65px;
    }

    #btm-hm-banner {
        margin-inline: 0px;
    }

    #btm-hm-banner #usper {
        margin-top: 15px;
        margin-inline: 15px;
        gap: 15px;
    }

    #btm-hm-banner #usper section {
        grid-template-columns: 1fr;
        gap: 10px 0px;
        text-align: center;
    }

    #btm-hm-banner #usper section svg {
        max-width: 64px;
        margin-inline: auto;
        background: #cfb289;
    }

    .wrap-budget {
        gap: 0;
    }

    #index .featured-products .item_listing {
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: scroll;
    }

    #index .featured-products .item_listing .item {
        min-width: 200px;
    }

    .item_listing::-webkit-scrollbar-thumb {
        background: #b6d8bd;
        border-radius: 100vmax;
    }

    .item_listing::-webkit-scrollbar {
        height: 8px;
        background: #D8EADC50;
    }
}

.layout_layout1 .ets_mm_megamenu_content {
    border-top: unset;
}

#hm-top-info {
    width: 100%;
    text-align: center;
    padding-top: 5px;
}

.topheaderbar {
    padding-top: 0px;
}

.out_ofstock~.product-flags {
    margin-top: 22px;
}

/* NY KATEGORI SIDE */

#category .horizontal-layout .af_subtitle,
#best-sales .horizontal-layout .af_subtitle,
#new-products .horizontal-layout .af_subtitle,
#search .horizontal-layout .af_subtitle,
#prices-drop .horizontal-layout .af_subtitle {
    background: unset !important;
}

.item .product-miniature {
    background: #fff;
    border-radius: 6px;
    transition: box-shadow 150ms, translate 150ms;
}

.item .product-miniature:hover,
.item .product-miniature:focus-within {
    translate: 0 -1px;
}

#products .product-description p.product-title,
.featured-products .product-description .product-title,
.product-accessories .product-description p.product-title,
.product-miniature .product-description p.product-title {
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

#products #js-product-list .products .item,
#featured-category-products-block-center .item,
.vc_column_container .products .item {
    margin-bottom: 20px;
    padding: 0px 10px;
}

#category .af_subtitle_heading,
#search .af_subtitle_heading,
#best-sales .af_subtitle_heading,
#new-products .af_subtitle_heading,
#prices-drop .af_subtitle_heading {
    background: #fff;
    padding: 2px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

#category .sort-by-row #search .sort-by-row #best-sales .sort-by-row,
#new-products .sort-by-row,
#prices-drop .sort-by-row {
    display: flex;
    align-items: center;
}

#category .products-sort-order,
#search .products-sort-order,
#best-sales .products-sort-order,
#new-products .products-sort-order,
#prices-drop .products-sort-order {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 4px;
}

#pc-top {
    padding-inline: 0;
}

#pc-top .col-lg-9 {
    padding-left: 0px;
}

#products {
    margin-inline: -5px;
}

.follow-scroll.active .horizontal-layout .af_filter {
    background: unset;
    border: unset;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    display: grid;
}

#products .product-description .inkl-text,
.featured-products .product-description .inkl-text,
.product-accessories .product-description .inkl-text,
.product-miniature .product-description .inkl-text {
    order: 1;
    background: #fff;
    width: fit-content;
    padding: 0px 4px;
    margin-top: 5px;
}

.follow-scroll {
    height: 44px;
}

.follow-scroll.active {
    height: 64px;
}

.follow-scroll #pc-top {
    height: inherit;
    padding-inline: 0 !important;
}

.follow-scroll.active #pc-top {
    height: 44px;
}

@media(max-width: 992px) {

    #category .products-sort-order,
    #search .products-sort-order,
    #best-sales .products-sort-order,
    #new-products .products-sort-order,
    #prices-drop .products-sort-order {
        background: transparent;
        border: unset;
        padding: unset;
        border-radius: unset;
        width: calc(100% - 10px);
    }

    #products #js-product-list .products .item,
    #featured-category-products-block-center .item,
    .vc_column_container .products .item {
        margin-bottom: 10px;
        padding: 0 5px;
    }

    #pc-top .col-lg-9 {
        display: none;
    }

    #category .sort-by-row,
    #search .sort-by-row,
    #prices-drop .sort-by-row,
    #new-products .sort-by-row,
    #best-sales .sort-by-row {
        margin-inline: 0;
    }

    #pc-top::before,
    #pc-top::after,
    #category .sort-by-row::before,
    #search .sort-by-row::before,
    #prices-drop .sort-by-row::before,
    #new-products .sort-by-row::before,
    #best-sales .sort-by-row::before {
        content: unset;
    }

    .follow-scroll {
        margin-top: 16px;
        margin-inline: -10px;
    }

    .follow-scroll.active {
        margin-top: 0;
        margin-inline: 0px;
    }

    #pc-top .col-xs-6.col-lg-3 {
        margin: 0;
        padding: 0;
    }

    .follow-scroll #pc-top {
        margin: 0 !important;
        width: calc(100% + 10px);
    }

    .follow-scroll.active #pc-top {
        width: 100%;
    }

    .follow-scroll.active .sort-by-row {
        margin-inline: 0px;
    }
}

/* Afrund blog */
#module-hiblog-blog #left-column .hi-blog-sidebar-block>ul>li a,
#module-hiblog-blogcategory #left-column .hi-blog-sidebar-block>ul>li a,
#module-hiblog-blogcategory .hi-blog-desc-image-hover,
#module-hiblog-blog .hi-blog-desc-image-hover,
#module-hiblog-postdetails .hi-blog-desc-image-hover,
#module-hiblog-blogcategory img,
#module-hiblog-blog img,
#module-hiblog-postdetails img {
    border-radius: 5px !important;
}

@media(max-width: 992px) {

    #module-hiblog-blogcategory .card-block,
    #module-hiblog-blog .card-block,
    #module-hiblog-postdetails .card-block {
        padding: 0px !important;
    }
}

/* NY KURV */

#cart .cart-grid {
    margin-top: 2rem;
}

#cart .cart-grid-body .card-block {
    padding: 0;
}

#cart .cart-detailed-totals {
    margin-top: 0;
}

#cart .cart-grid-body {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .03);
}

#cart .product-line-grid-right .cart-line-product-actions .remove-from-cart,
#cart .product-line-grid-right .product-price .remove-from-cart {
    padding: 10px;
    margin-top: 0;
    aspect-ratio: 1 / 1;
    height: 48px;
    display: grid;
    place-items: center;
}

#cart .iqitfreedeliverycount {
    background: transparent !important;
}

#cart .cart-grid-body .card-block h1 {
    margin-top: 1rem;
}

#cart .card-block.cart-summary-totals .cart-summary-line.cart-total {
    padding: 0.5rem 0;
}

#cart .card-block.checkout a.btn {
    background: #228C60;
    border-color: #228C60;
}

#cart .opcvierdin {
    padding-top: 0;
}

@media(max-width: 992px) {

    #cart .cart-grid {
        margin-top: 0;
    }

    #cart .opcvierdin {
        margin-top: 20px;
    }

    #cart .opcvierdin .vc_col-sm-12.wpb_column.vc_column_container {
        padding-inline: 0;
    }

    #cart .product-line-grid-body,
    #cart .product-line-grid-left {
        padding-inline: 0;
    }

    #cart .product-line-grid-left {
        width: 80px;
    }


    #cart .col-xs-4.hidden-md-up {
        display: none;
    }

    #cart .col-md-10.col-xs-6 {
        width: 60%;
    }

    #cart .col-md-10.col-xs-6 .qty {
        padding-left: 0;
    }

    #cart .col-md-2.col-xs-2.text-xs-right {
        float: right;
        width: 33.333% !important;
    }

    #cart .cart-grid-body .card-block h1 {
        padding-top: 10px;
    }
}

body#cart.modal-open *:not(.modal):not(.modal-dialog) {
    z-index: unset !important;
}

/* KLAVIYO FOOTER */

#footer-blocks .col-md-2-4 {
    position: relative;
    z-index: 1;
}

.klaviyo-form {
    position: relative;
    z-index: 0;
}

@media(min-width: 1352px) {
    .klaviyo-form>.needsclick>.klaviyo-form {
        max-width: 55.5% !important;
    }

    #cms #content-wrapper .klaviyo-form {
        margin-top: 20px;
    }

    #cms #content-wrapper .klaviyo-form>.needsclick>.klaviyo-form {
        max-width: unset !important;
    }
}

@media(max-width: 1199px) {

    form.needsclick.klaviyo-form.klaviyo-form-version-cid_1.kl-private-reset-css-Xuajs1,
    .klaviyo-form>.needsclick>.klaviyo-form {
        max-width: unset !important;
    }
}

.ql-font-kanit {
    font-family: 'GT Walsheim' !important;
}

#rich-text-106472666 p {
    line-height: 1.2 !important;
}

/* Blog-toc */

.mce-toc {
    background: #F8F3EF;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-inline: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
}

#module-hiblog-postdetails .mce-toc a::before {
    content: "•";
    margin-right: 8px;
}

.mce-toc a {
    color: #444;
    box-shadow: none;
    text-decoration: none;
    text-shadow: none;
    display: inline-flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

@media(max-width: 992px) {

    .piccats .vc_col-sm-2:first-of-type {
        width: 100%
    }

    .piccats::before,
    .piccats::after {
        content: unset;
    }

    .piccats {
        gap: 15px;
        padding-inline: 15px;
    }

    .piccats .vc_col-sm-2 {
        width: calc(50% - 8px);
        padding: 0;
    }
}

.piccats {
    justify-content: center;
    max-width: 1450px;
}

.piccats img {
    border-radius: 8px;
}

@media(min-width: 767px) {
    .piccats .vc_col-sm-2 {
        width: 20%;
    }

    .piccats::before,
    .piccats::after {
        content: unset;
    }
}

#cart .faq-liste summary {
    font-size: 15px;
}

@media(max-width: 992px) {

    .personligegaverfp h1,
    .personligegaverfp p {
        padding-left: 15px !important;
    }
}

.personligegaverfp h1 {
    font-weight: 600;
}

.hpdaabsgave {
    background: #D5EAD9;
    border-radius: 4px;
    margin-inline: 0px;
}

.greenborder img {
    border: unset;
    margin-left: -10px;
    width: calc(100% + 20px) !important;
    max-width: unset;
    aspect-ratio: 139 / 102;
    object-fit: cover;
}

.hmCatTwo {
    border-radius: 4px;
    overflow: hidden;
}

.hmCatTwo .greenborder img {
    margin-left: 0;
    margin-right: -35px;
    width: calc(100% + 75px) !important;
    translate: -50px;
}

.hmCatTwo .greenborder .wpb_text_column .wpb_wrapper {
    padding: 140px 40px !important;
}

@media(max-width: 992px) {

    .hpdaabsgave {
        margin-inline: 5px;
    }

    .greenborder .wpb_wrapper img {
        width: 100% !important;
        translate: -5px -5px;
    }

    .hmCatTwo {
        margin-inline: 10px;
    }

    .hmCatTwo .greenborder img {
        width: 100% !important;
        translate: 0;
        margin: 0 !important;
    }

    .hmCatTwo .vc_row.wpb_row.vc_row-fluid {
        display: grid;
    }

    .hmCatTwo .wpb_column.vc_column_container:first-of-type {
        order: 1;
    }

    .hmCatTwo .greenborder .wpb_text_column .wpb_wrapper {
        padding: 20px 0px !important;
    }

    .greenborder .wpb_text_column .wpb_wrapper {
        padding-inline: 0px;
        padding-bottom: 20px;
    }
}

.cathp {
    border-radius: 4px;
    overflow: hidden;
}

.cathp a {
    /* background: #212427; */
    color: #000;
    border-radius: 4px;
    text-align: center;
    padding: 12px 25px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
    width: 70%;
    font-size: 15px;
    transition: background 150ms, color 150ms;
    border: 1px solid black;
}

.cathp a:hover {
    background: black;
    /* outline: 2px solid #314935; */
    color: #fff;
}

.cathp h4 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
}

.cathp small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px !important;
    line-height: 0;
}

.cattext {
    padding: 120px 40px;
}

.catimg {
    padding: 0px !important;
}

#five-adv .cathp {
    margin-inline: 0px;
    margin-top: 20px;
}

@media(max-width: 992px) {
    .cathp {
        display: grid !important;
    }

    .catimg {
        aspect-ratio: 4 / 3;
        order: -1 !important;
        min-height: 280px;
    }

    .cattext {
        padding: 30px 40px !important;
    }

    #five-adv .cathp {
        margin-inline: 5px;
    }
}

body:not(.modal-open) .modal-backdrop.fade.in {
    display: none !important;
}

@media(max-width: 992px) {
    #category-description {
        margin-bottom: 20px;
    }
}

.col-12.col-md-8 h2 {
    font-size: 22px;
}

.subcat-container {
    display: flex;
    flex-wrap: wrap;
}

.subcat-knap {
    overflow: hidden;
    text-align: center;
    width: 150px;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    text-decoration: none;
    color: #333;
}

.subcat-knap:hover {
    transform: translateY(-5px);
}

.circle-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.circle-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.subcat-knap span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .subcat-container {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }

    .subcat-knap {
        flex: 0 0 auto;
        width: 150px;
        margin: 10px 5px;
        padding: 0px 0px;
        margin: 5px 5px;
    }
}

.subcat-container {
    display: flex;
    flex-wrap: nowrap;
    grid-column: span 2;
}

/* https://www.dahlsgravering.dk/80-black-friday */
.mm_menus_li:has(a[href="https://www.dahlsgravering.dk/80-black-friday"]) {
    background: #000;
    border-radius: 100vmax;
    box-shadow: 0 0 12px 3px #fff;

    &:hover {
        background: #000 !important;
        box-shadow: 0 0 14px 4px #fff;
    }
}

.mm_menus_li:has(a[href="https://www.dahlsgravering.dk/80-black-friday"]):hover>a {
    background-color: #000 !important;
    color: #fff !important;
}

a[href="https://www.dahlsgravering.dk/80-black-friday"] .mm_menu_content_title {
    padding: 5px 15px;
}

a[href="https://www.dahlsgravering.dk/80-black-friday"] {
    color: #fff !important;
    border-radius: 100vmax;

    &::before {
        content: unset !important;
    }

    &:hover {
        color: #fff !important;
    }
}

.layout_layout1:not(.ybc_vertical_menu) .mm_menus_li:has(a[href="https://www.dahlsgravering.dk/80-black-friday"]):hover>a {
    background-color: #000 !important;
    color: #fff !important;

    & span:not(.mm_bubble_text):hover {
        color: #fff !important;
    }
}

/* kategori FAQ container */

.faq-flex-container>.faq-flex-container-column>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-flex-container>.faq-flex-container-column>ul>li {
    background: #f5f5f5;
    padding: 2rem;
    margin: 0 0 2rem 0;
    border-radius: 12px;
}

.faq-flex-container>.faq-flex-container-column>ul>li>h3 {
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 0;
}

.faq-flex-container>.faq-flex-container-column>ul>li>p {
    color: #000;
    font-size: 1.2rem;
}

.faq-flex-container>.faq-flex-container-column>ul>li>p:last-of-type {
    margin-bottom: 0;
}

#index .btm-text-showmore {
    display: none;
}

@media only screen and (min-width: 768px) {
    .faq-flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 2rem;
        margin-inline: -260px;
        width: calc(100% + 510px);
    }

    .faq-flex-container>.faq-flex-container-column {
        display: flex;
        flex-direction: column;
        flex-basis: 100%;
        flex: 1;
    }
}

@media only screen and (max-width: 1450px) {
    .faq-flex-container {
        width: 100%;
        margin-inline: auto;
    }
}

@media(max-width: 1260px) {
    .head_gratis {
        display: none;
    }
}

@media(max-width: 992px) {
    #index .btm-text {
        height: 300px;
        overflow: hidden;
        position: relative;
        transition: height 200ms ease;
    }

    #index .btm-text.open {
        height: auto;
        transition: height 200ms ease;
    }

    #index .btm-text-showmore {
        display: block;
        margin: auto;
        text-align: center;
        font-size: 1.25rem;
        padding-block: 5rem 1rem;
        font-weight: 600;
        background: linear-gradient(0deg, #fff 50%, transparent);
        margin-top: -5rem;
        z-index: 1;
        position: relative;
    }

    #hm-top-info>.vc_row {
        display: flex;
        flex-wrap: wrap;
        /* background: #F3EBDB; */
    }

    #hm-top-info>.vc_row>.vc_col-sm-6 {
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #hm-top-info>.vc_row>.vc_col-sm-6 .vc_column-inner {
        width: 100% !important;
        margin-inline: 5px !important;
    }
}

#js-product-list-header h1 {
    font-family: 'GT Walsheim';
    line-height: 1.1;
    color: #000;
    text-transform: none;
    border-bottom: 0;
    font-size: 40px;
    font-weight: 600;
    align-self: end;
}

#js-product-list-header+p {
    font-size: 1rem;
    color: #555;
    line-height: 1.75;
}

#index .blog_post_position_container .post-image-block img {
    border-radius: 4px;
}

#authentication {
    #wrapper {
        background: #f7f7f7;

        #content {
            border-radius: 8px;
        }
    }

    .breadcrumb {
        display: none;
    }

    #submit-login,
    #field-firstname,
    #field-lastname,
    #field-email {
        border-radius: 8px;
    }

    .input-group {
        input {
            border-radius: 8px 0 0 8px;
        }

        span>.btn {
            border-radius: 0 8px 8px 0;
            background: #000;
        }
    }

    .form-control-label {
        padding-top: 0.25rem;
    }

    .form-control-comment {
        font-size: 0.75rem;
        line-height: 1.5;
        display: block;
    }

    /* Login form */
    #login-form {
        #field-email {
            border-radius: 8px;
        }

        #submit-login {
            background: #314935;
        }


    }

    /* Register form */
    section.register-form {

        .form-group:has([for="field-id_gender"]) {
            display: none;
        }

        .form-group:has(#field-firstname) {
            margin-top: 1rem;
        }

        .form-footer {
            display: flex;
            justify-content: center;

            .btn {
                border-radius: 8px;
                float: unset !important;
                margin-inline: auto;
                color: #314935;
                font-size: 0;
                background: #314935;

                &::before {
                    content: 'Opret din konto';
                    font-size: 1rem;
                    color: #fff;
                }
            }
        }

        p {
            text-align: center;
            font-size: 1rem;
        }
    }
}

#cart .wk_custom_product_option_btn_mod,
#checkout .wk_custom_product_option_btn_mod {
    border-radius: 4px;
    background: transparent;
    border: 1px solid #999;
}

#cart .regular-price,
#checkout .regular-price {
    margin-left: 0;
}

#checkout .product-line-info.product-price.has-discount .discount.discount-percentage,
#cart .wk-customization-option-modal .modal-title,
#cart .product-line-info.product-price.has-discount .discount.discount-percentage {
    display: none;
}

#cart .wk-customization-option-modal .modal-header {
    justify-content: end;
}

#cart .wpb_text_column.wpb_content_element ul {
    padding-left: 0;
}

#checkout .product-line-info.product-price.has-discount,
#cart .product-line-info.product-price.has-discount {
    display: flex;
    flex-flow: row-reverse;
    justify-content: start;
    gap: 0.5rem;
}

#cart .table td {
    font-size: 15px;
}

#checkout .remaining-amount-to-free-shipping-container,
#checkout .bm-cart-warning {
    border: unset;
    border-radius: 4px;
    background: #f8e9db;
}

#checkout .remaining-amount-to-free-shipping-container {
    margin-top: 0.5em;
}

#checkout .bm-cart-warning p {
    font-size: 0.875rem;
    line-height: 1.4;
}

#checkout .alert-warning .material-icons {
    color: #F8665F;
}

#checkout .remaining-amount-progress {
    background: #fff;
    border: unset;
    border-radius: 100vmax;
}

#checkout .remaining-amount-progress .inside-bar {
    border-radius: 100vmax;
}

body#discount #wrapper,
#order-slip #wrapper,
#history #wrapper,
#addresses #wrapper,
#identity #wrapper,
#my-account #wrapper,
#module-nxtalwishlist-wishlist #wrapper {
    background: #f7f7f7;

    .page-footer a,
    .addresses-footer a {
        padding: 0.25rem 1rem 0.5rem;
        border-radius: 4px;
        color: #fff;
        background: #000;
    }

    .page-footer {
        margin-bottom: 1rem;
    }

    table.table {
        border-radius: 4px;
        overflow: hidden;
        box-shadow: inset 0 0 0 1px #555;
    }

    .thead-default tr th {
        background: #555 !important;
        color: #fff !important;
        border-color: #555;
    }

    table.table tr th,
    table.table tr td {
        border-color: #555 !important;
    }
}

body#discount #content,
#order-slip #content,
#history #content,
#addresses .address,
#identity #content,
#my-account #content .links a span.link-item,
#module-nxtalwishlist-wishlist .nxtal-wishlist-cart.card {
    border: unset;
    border-radius: 4px;
    box-shadow: 0 .125rem .125rem 0 rgba(0, 0, 0, .02), 0 0 0 0.125rem rgba(0, 0, 0, .02) !important;

    .form-control {
        border-radius: 4px;
    }

    .form-control-label {
        padding-top: 0.25rem;
    }

    .input-group {
        input {
            border-radius: 4px 0 0 4px;
        }

        .btn {
            border-radius: 0 4px 4px 0;
            background: #000;
        }
    }
}

.page-my-account #content .links a {
    transition: translate 200ms ease;
}

.page-my-account #content .links a:hover {
    translate: 0 -1px;
}

.page-my-account #content .links a:hover i {
    color: #000;
}

#cart .cart-grid-body .btn.btn-primary.disabled {
    display: none !important;
}

.thumbnails .product-video-thumb {
    border-radius: 4px;
}

#index #five-adv {
    display: grid;
    margin-bottom: 60px;
}

#index #five-adv .personligegaverfp {
    order: 1;
    margin-bottom: 20px;
}

#index #five-adv .dabsgaver_block.dgb_1 {
    order: 2;
    margin-bottom: 10px;
}

#index #five-adv .dabsgaver_block.dgb_2 {
    order: 3;
}

#index #five-adv #bontestimonials_blck {
    order: 4;
    margin-top: 60px;
}

#index #five-adv .vc_row-o-equal-height.cathp {
    order: 5;
}

@media(max-width: 992px) {
    .changestatus.transition_floating .mm_menus_ul {
        background: #f3ebdb;
        padding: 10px;
    }

    .mm_menus_ul .close_menu {
        top: 8px !important;
    }

    .mm_menus_ul li.mm_heading,
    .mm_menus_ul .mm_menus_li {
        background: #fff;
        max-width: 257px;
    }

    .mm_menus_ul li.mm_heading {
        margin-bottom: 5px;
        padding: 10px;
        border-radius: 8px;
    }

    .mm_menus_ul .mm_menus_li {
        border-bottom: 1px solid #0001 !important;
    }

    .mm_menus_ul .mm_menus_li:nth-of-type(6) {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .mm_menus_ul .mm_menus_li:nth-of-type(3) {
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }

    .mm_menus_ul .mm_menus_li.medium:nth-of-type(5) {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-bottom: 5px
    }

    .mm_menus_ul .mm_menus_li:last-of-type {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin-bottom: 5px;
    }

    .mobile_btm_two {
        margin-left: 0;
        max-width: 257px;
    }

    .mobile_btm_two>ul>li {
        background-color: #fff !important;
        border-bottom: 1px solid #0001;
    }

    .mobile_btm_two>ul>li:first-of-type {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .mobile_btm_two>ul>li:last-of-type {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .mobile_btm_two .col1 {
        background: #fff url(../img/elke_dahl.png) no-repeat 3px center;
    }

    .mobile_btm_two li img {
        margin-left: 3px;
    }
}

.af_filter label {
    pointer-events: all;
}

.product-line-info:has(a[href="https://www.dahlsgravering.dk/forside/3783-ekspres-levering-spring-koen-over"]) .bm-cart-warning,
.product-line-info:has(a[href="https://www.dahlsgravering.dk/budget/3750-returlabel-"]) .bm-cart-warning,
.product-line-info:has(a[href="https://www.dahlsgravering.dk/budget/3751-returlabel-"]) .bm-cart-warning {
    display: none !important;
}

#cms.cms-id-21 #content {
    margin-block: 0 !important;
}

#module-hiblog-blog #wrapper>.container {
    display: grid;
}

#module-hiblog-blog .hi-blog-main-page-description {
    order: -1;
    padding-block: 1rem 2rem;
    max-width: 600px;
    margin-inline: auto;
}

#module-hiblog-blog .hi-blog-main-page-description h2 {
    font-size: 3rem;
}

#module-hiblog-blog #wrapper .breadcrumb {
    order: -2;
}

.cart-sidebar {
    border: 1px solid #0004;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #fff;
}

.ringtilelke {
    gap: 15px;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #0004;
}

.ringtilelke img {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    object-fit: cover;
}

.ringtilelke .d-grid {
    display: grid;
    line-height: 1 !important;
}

.ringtilelke h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0 !important;
}

.ringtilelke p {
    color: #0007 !important;
    font-size: 14px !important;
}

.ringtilelke a::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiB2aWV3Qm94PSIwIDAgMTYgMTYiPgogIDxwYXRoIGQ9Ik0xMSAxYTEgMSAwIDAgMSAxIDF2MTJhMSAxIDAgMCAxLTEgMUg1YTEgMSAwIDAgMS0xLTFWMmExIDEgMCAwIDEgMS0xek01IDBhMiAyIDAgMCAwLTIgMnYxMmEyIDIgMCAwIDAgMiAyaDZhMiAyIDAgMCAwIDItMlYyYTIgMiAwIDAgMC0yLTJ6Ii8+CiAgPHBhdGggZD0iTTggMTRhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyIi8+Cjwvc3ZnPg==");
}

.ringtilelke a {
    color: #314935;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
    margin-block: 5px 3px;
}

.ringtilelke b {
    font-size: 16px;
}

.faq-liste {
    margin-block: 0.75rem;
}

.faq-liste details summary {
    display: flex;
    align-items: center;
    padding: 8px;
    line-height: 1.2;
    user-select: none;
    cursor: pointer;
}

.faq-liste details summary::marker {
    content: '';
}

.faq-liste details summary::before {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.faq-liste details summary::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOCIvPgo8L3N2Zz4=");
    position: relative;
    top: 3px;
    margin-left: auto;
    transition: rotate 150ms;
}

.faq-liste .mail summary {
    color: #4387f4;
    font-weight: 600;
}

.faq-liste .mail summary::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzQzODdmNCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMCA0YTIgMiAwIDAgMSAyLTJoMTJhMiAyIDAgMCAxIDIgMnY4YTIgMiAwIDAgMS0yIDJIMmEyIDIgMCAwIDEtMi0yem0yLTFhMSAxIDAgMCAwLTEgMXYuMjE3bDcgNC4yIDctNC4yVjRhMSAxIDAgMCAwLTEtMXptMTMgMi4zODMtNC43MDggMi44MjVMMTUgMTEuMTA1em0tLjAzNCA2Ljg3Ni01LjY0LTMuNDcxTDggOS41ODNsLTEuMzI2LS43OTUtNS42NCAzLjQ3QTEgMSAwIDAgMCAyIDEzaDEyYTEgMSAwIDAgMCAuOTY2LS43NDFNMSAxMS4xMDVsNC43MDgtMi44OTdMMSA1LjM4M3oiLz4KPC9zdmc+");
}

.faq-liste .mail summary::after {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzQzODdmNCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOCIvPgo8L3N2Zz4=");
}

.faq-liste .delivery summary::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMCAzLjVBMS41IDEuNSAwIDAgMSAxLjUgMmg5QTEuNSAxLjUgMCAwIDEgMTIgMy41VjVoMS4wMmExLjUgMS41IDAgMCAxIDEuMTcuNTYzbDEuNDgxIDEuODVhMS41IDEuNSAwIDAgMSAuMzI5LjkzOFYxMC41YTEuNSAxLjUgMCAwIDEtMS41IDEuNUgxNGEyIDIgMCAxIDEtNCAwSDVhMiAyIDAgMSAxLTMuOTk4LS4wODVBMS41IDEuNSAwIDAgMSAwIDEwLjV6bTEuMjk0IDcuNDU2QTIgMiAwIDAgMSA0LjczMiAxMWg1LjUzNmEyIDIgMCAwIDEgLjczMi0uNzMyVjMuNWEuNS41IDAgMCAwLS41LS41aC05YS41LjUgMCAwIDAtLjUuNXY3YS41LjUgMCAwIDAgLjI5NC40NTZNMTIgMTBhMiAyIDAgMCAxIDEuNzMyIDFoLjc2OGEuNS41IDAgMCAwIC41LS41VjguMzVhLjUuNSAwIDAgMC0uMTEtLjMxMmwtMS40OC0xLjg1QS41LjUgMCAwIDAgMTMuMDIgNkgxMnptLTkgMWExIDEgMCAxIDAgMCAyIDEgMSAwIDAgMCAwLTJtOSAwYTEgMSAwIDEgMCAwIDIgMSAxIDAgMCAwIDAtMiIvPgo8L3N2Zz4=");
}

.faq-liste .engraving summary::before {
    content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJNMyAyLjVhMi41IDIuNSAwIDAgMSA1IDAgMi41IDIuNSAwIDAgMSA1IDB2LjAwNmMwIC4wNyAwIC4yNy0uMDM4LjQ5NEgxNWExIDEgMCAwIDEgMSAxdjJhMSAxIDAgMCAxLTEgMXY3LjVhMS41IDEuNSAwIDAgMS0xLjUgMS41aC0xMUExLjUgMS41IDAgMCAxIDEgMTQuNVY3YTEgMSAwIDAgMS0xLTFWNGExIDEgMCAwIDEgMS0xaDIuMDM4QTMgMyAwIDAgMSAzIDIuNTA2em0xLjA2OC41SDd2LS41YTEuNSAxLjUgMCAxIDAtMyAwYzAgLjA4NS4wMDIuMjc0LjA0NS40M3pNOSAzaDIuOTMybC4wMjMtLjA3Yy4wNDMtLjE1Ni4wNDUtLjM0NS4wNDUtLjQzYTEuNSAxLjUgMCAwIDAtMyAwek0xIDR2Mmg2VjR6bTggMHYyaDZWNHptNSAzSDl2OGg0LjVhLjUuNSAwIDAgMCAuNS0uNXptLTcgOFY3SDJ2Ny41YS41LjUgMCAwIDAgLjUuNXoiLz4KPC9zdmc+");
}

.modal-backdrop {
    display: none !important;
}

.modal-header {
    display: flex;
    justify-content: space-between;
}

.modal-header::after {
    content: unset !important;
}

.modal-title {
    font-weight: 700 !important;
}

.modal-body {
    padding: 20px;
    text-wrap: pretty !important;
}

.modal-body a {
    color: #4387f4;
    text-decoration: underline;
}

.modal-header .close {
    scale: 1.5;
    opacity: 1 !important;
}

@media(min-width: 576px) {
    .modal-dialog {
        max-width: 720px;
    }
}

.opcvierdin ul li {
    color: #5A5A5A;
    font-size: 15px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi41OTgiIGhlaWdodD0iMTYuMzQ5IiB2aWV3Qm94PSIwIDAgMTYuNTk4IDE2LjM0OSI+CiAgPGcgaWQ9IlRpY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTQ0IDAuOTA2KSI+CiAgICA8cGF0aCBpZD0iUGF0aF8yMDkzIiBkYXRhLW5hbWU9IlBhdGggMjA5MyIgZD0iTTE2LjU5Myw4LjYyM3YuNjcxYTcuMyw3LjMsMCwxLDEtNC4zMjctNi42NjkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yIC0xLjk5NCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzVhNWE1YSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgogICAgPHBhdGggaWQ9IlBhdGhfMjA5NCIgZGF0YS1uYW1lPSJQYXRoIDIwOTQiIGQ9Ik0xOC40ODUsNGwtNy4zLDcuM0w5LDkuMTE1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy44OTIgLTIuNTM2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNWE1YTVhIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41Ii8+CiAgPC9nPgo8L3N2Zz4K) no-repeat left center;
    padding-left: 25px;
    line-height: 32px;
}

.layout_layout1 .mm_menus_li:hover>a:before,
.layout_layout1 .mm_menus_li.menu_hover>a:before {
    opacity: 0 !important;
}

#prices-drop #wrapper .breadcrumb,
#best-sales #wrapper .breadcrumb,
#new-products #wrapper .breadcrumb {
    width: 100% !important;
}

.mm_menus_ul>.mm_menus_li:hover .mm_menu_content_title {
    background: #eee;
    border-radius: 16px;
}

.layout_layout1.ets_mm_megamenu .mm_columns_ul,
.layout_layout1.ybc_vertical_menu .mm_menus_ul {
    outline: 1px solid #eee;
}

#home-video h2 {
    font-size: 48px;
    margin-block: 0;
}

#home-video p {
    color: #000;
    margin-bottom: 0 !important;
}

#home-video .rating {
    background: #fff;
    border-radius: 8px;
    padding: 0.25em 0.5em;
    width: fit-content;
    align-items: center;
    gap: 0.5em;
}

#home-video .rating svg {
    fill: #FDDF77;
}

#home-video .rating b {
    font-weight: 700;
}

#home-video .buttons {
    gap: 1rem;
}

#home-video .btn {
    border-radius: 4px;
    padding: 0.5em 1em 0.4em;
    font-size: 18px;
}

#home-video .btn-primary {
    background: #228C60;
    font-weight: 600;
}

#home-video .btn-outline {
    display: flex;
    align-items: center;
    border: 1px solid #000;
    background: unset;
}

/* #home-video .btn-outline::before {
    content: url('data:image/svg xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iIzAwMCIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8cGF0aCBkPSJtMTEuNTk2IDguNjk3LTYuMzYzIDMuNjkyYy0uNTQuMzEzLTEuMjMzLS4wNjYtMS4yMzMtLjY5N1Y0LjMwOGMwLS42My42OTItMS4wMSAxLjIzMy0uNjk2bDYuMzYzIDMuNjkyYS44MDIuODAyIDAgMCAxIDAgMS4zOTMiLz4KPC9zdmc');
    margin-bottom: -4px;
} */

#home-video [popover] {
    border: unset;
}

#home-video [popover]:popover-open {
    display: grid;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 .25rem .25rem 0 rgba(0, 0, 0, 0.08);
    animation: popin 200ms;
}

#home-video [popover]::backdrop {
    background: #ffffff98;
    animation: popin 200ms;
}

#home-video [popover] .popclose {
    font-size: 20px;
    text-align: right;
    background: unset;
    width: fit-content;
    padding-bottom: 1rem;
    border: unset;
    justify-self: end;
    cursor: pointer;
}

#home-video [popover] iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

@keyframes popin {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media(max-width: 992px) {
    #home-video figure {
        aspect-ratio: unset;
    }

    #home-video figure>* {
        grid-area: unset !important;
    }

    #home-video figure img {
        width: 100%;
        object-fit: cover;
        object-position: right;
        aspect-ratio: 1 / 0.8;
        grid-area: unset !important
    }

    #home-video {
        padding: 0px;
        text-align: center;
        max-width: 100%;
        margin-inline: auto;
        scale: 1;
    }

    #home-video h2 {
        font-size: 32px !important;
    }

    #home-video .rating {
        width: 100%;
        justify-content: center;
    }

    #home-video .buttons {
        justify-content: center;
        gap: 5px;
    }

    #home-video .btn {
        font-size: 16px;
    }

    #home-video [popover] iframe {
        width: 100%;
        aspect-ratio: 4 / 3;
    }
}
.customizations a {
	padding: 0.5rem 1rem;
    border: 1px solid transparent;
    font-size: 1rem;
    background: #c3c3c3;
}
.product-line-info.product-price .customizations {
    display: inline-flex;
}
.product-line-info.product-price .customizations a {
	border-radius: 4px;
	background: transparent;
	border: 1px solid #999;
    font-size: 1rem;
    font-weight: 400;
}