html {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-size: 18px;
}
body {
    background-color: #f6f6f6;
    font-family: "Rajdhani", sans-serif;
}

.btn-primary {
    background: #000
}

#header {
    box-shadow: none;
    background-color: unset;
    font-size: 16px;
}
#header > .container {
    background-color: black;
    padding: 10px 25px;
}
.header-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 0.3rem;
    transition: 0.3s;
}
#header a {
    color: white;
}
#header .dropdown,
#header .dropdown .expand-more {
    color: white;
}
#header .dropdown:hover .expand-more {
    color: #24b9d7;
}
#header .dropdown-menu {
    background-color: #333;
}

.header-logo {
    grid-area: 1 / 1 / span 2 / 1;
    width: 228px;
}
.header-logo > h1 {
    margin: 0;
}
.display-nav1,
.display-nav2 {
    justify-self: right;
    align-content: center;
}
.display-nav1 > div > div,
.display-nav2 > div {
    display: inline-block;
    margin-left: 0.5em;
}
#menu-button {
    display: none;
    padding: 6px 8px;
    border: 1px solid #f1f1f1;
    margin-bottom: 8px;
    margin-right: 8px;
    border-radius: 5px;
    height: 40px;
}
#header .search {
    grid-area: 2 / 2 / 2 / span 2;
}

#header .blockcart {
    background-color: transparent;
    border: 1px solid #7a7a7a;
    padding: .3em;
    height: auto;
}
#header .blockcart {
    height: 2.5rem;
    padding: .5rem;
    text-align: center;
    white-space: nowrap;
}
#header .cart-preview.active {
    background: #2fb5d2;
}

#search_widget form .clear {
    right: 0px;
    display: none;
    width: 40px;
    height: 40px;
    text-align: right;
}
#search_widget form input[type="text"] {
    padding-right: 5px;
}

#header #menu-icon>* {
    /* vertical-align: middle; */
    color: white;
    padding-right: 5px;
}

.product-list-features {
    padding: 0 1em 1em 1em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-wrapper {
        grid-template-columns: auto auto;
    }
    #menu-icon {
        display: none;
    }
    .header-logo {
        grid-area: 2 / 1 / 2 / 1;
        width: 100px;
    }
    .display-nav1 {
        grid-area: 1 / 1 / 1 / 1;
    }
    .display-nav2 {
        grid-area: 1 / 2 / 1 / 2;
    }
    #header .search {
        grid-area: 2 / 2 / 2 / 2;
    }
    #menu-button {
        display: none;
    }
}

@media (max-width: 767px) {
    #header > .container {
        background-color: black;
        padding: 10px 25px;
    }

    .header-wrapper {
        grid-template-columns: 50px 105px auto 105px;
    }
    #menu-icon {
        grid-area: 2 / 1 / 2 / span 4;
        margin: -5px -10px -10px -10px;
        background-color: #ffffff;
        border-bottom: 1px solid #c9c9c9;
    }
    .header-logo {
        grid-area: 1 / 2 / 1 / 2;
        width: 100px;
    }
    .display-nav1 {
        grid-area: 2 / 1 / 2 / 1;
    }
    .display-nav2 {
        grid-area: 1 / 4 / 1 / 4;
        width: 115px;
    }
    #menu-button {
        grid-area: 1 / 1 / 1 / 1;
        display: block;
    }
    #header .search {
        grid-area: 1 / 3 / 1 / 3;
    }

    #index .header-wrapper,
    .layout-full-width .header-wrapper {
        grid-template-columns: 105px auto 120px;
    }
    #index #header .search,
    .layout-full-width #header .search {
        grid-area: 1 / 2 / 1 / 2;
    }
    #index #header .header-logo,
    .layout-full-width #header .header-logo {
        grid-area: 1 / 1 / 1 / 1;
    }
    #index #header .display-nav2,
    .layout-full-width #header .display-nav2 {
        grid-area: 1 / 3 / 1 / 3;
    }
    #index #header #menu-button,
    .layout-full-width #header #menu-button {
        display: none;
    }
    #index #header .search,
    .layout-full-width #header .search {
        grid-area: 1 / 2 / 1 / 2;
    }
    #index #header #menu-icon,
    .layout-full-width #header #menu-icon {
        grid-area: 2 / 1 / 2 / span 3;
    }
    #index #header .display-nav1 {
        grid-area: 2 / 1 / 2 / span 3;
    }


    .layout-full-width.search-active .header-wrapper,
    #index.search-active .header-wrapper {
        grid-template-columns: 0px auto 0px;
        column-gap: 0;
        transition: 0.3s;
    }
    .search-active .header-wrapper {
        grid-template-columns: 0px 0px auto 0px;
        column-gap: 0;
        transition: 0.3s;
    }
    .search-active .header-logo,
    .search-active .display-nav2,
    .search-active #menu-button {
        display: none;
    }
    .search-active #search_widget form .clear {
        display: inline;
    }
    .search-active #search_widget form input[type="text"] {
        padding-right: 40px;
    }


    #search_widget form .clear {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        opacity: 1;
    }
    #search_widget form .clear div {
        background: #232323;
        height: 3px;
        transition: 0.3s;
        position: absolute;
        top: 50%;
        width: 20px;
        border-radius: 2px;
    }
    #search_widget form .clear div:nth-child(1) {
        transform: rotate(45deg);
    }
    #search_widget form .clear div:nth-child(2) {
        transform: rotate(-45deg);
    }
    #search_widget form .clear.close div:nth-child(1) {
        transform: rotate(0deg);
    }
    #search_widget form .clear.close div:nth-child(2) {
        transform: rotate(0deg);
    }

    .featured-products .all-product-link {
        padding-left: 15px;
    }


    @media (max-width: 575px) {
        .ui-autocomplete.searchbar-autocomplete {
            border-radius: 0;
            border-bottom: 2px solid #ccc;
        }
    }
    
    #menu-button div {
        background: #f1f1f1;
        height: 2px;
        margin: 5px 0;
        transition: 0.3s;
        border-radius: 1px;
    }
    .show-menu #menu-button div:nth-child(1) {
        transform: translateY(7px);
    }
    .show-menu #menu-button div:nth-child(3) {
        transform: translateY(-7px);
    }
    #left-column {
        position: absolute;
        top: 0;
        left: -100vw;
        width: 100%;
        z-index: 20;
    }
    .animate-menu.hide-menu #left-column {
        animation: slideMenuFromLeft 0.3s forwards;
        display: block;
        left: -100vw;
    }
    .animate-menu.show-menu #left-column {
        left: 0vw;
    }
    @keyframes slideMenuFromLeft {
        from {
            left: 0;
        }
        to {
            left: -100vw;
        }
    }
    .show-menu #content-wrapper {
        display: none;
    }
    #index #left-column {
        position: unset !important;
    }
    .display-nav1 {
        display: none;
        justify-self: unset;
        grid-area: 2 / 1 / 2 / span 4;
        margin: -5px 2.5em -10px -10px;
        background-color: #ffffff;
        border-bottom: 1px solid #ccc;

    }
    .display-nav1 > div > div,
    .display-nav1 > div > a {
        display: block;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    #header.is-open #menu-icon>* {
        display: none;
    }
    #header.is-open #menu-icon>a:last-child {
        display: block;
    }

    #header #menu-icon {
        padding: 5px 0.7em;
    }
    #header #menu-icon>* {
        color: #555;
        padding-right: 0;
        font-size: 90%;
    }
    #header .ets_click_show {
        color: black;
        margin-left: 0.5em;
    }
    .display-nav1 .language-selector {
        display: inline-block;
    }
    .display-nav1 #language-selector-label,
    #header .dropdown,
    #header .dropdown .expand-more {
        color: #333;
    }
    #_desktop_contact_link {
        display: none;
    }
    .is-open .display-nav1 {
        display: block;
    }
    #_desktop_user_info {
        margin-left: 0;
    }
    .display-nav2 {
        align-content: unset;
        text-align: right;
    }

}

/* @media (max-width: 575px) {
    #category .product-list-features {
        margin-top: 240px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #category .product-list-features {
        margin-top: 165px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #category .product-list-features {
        margin-top: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #category .product-list-features {
        margin-top: 190px;
    }
}

@media (min-width: 1200px) {
    #category .product-list-features {
        margin-top: 165px;
    }
} */

#header .lang-flag {
    vertical-align: baseline;
}



#wrapper {
    padding-top: 0;
}
#wrapper>.container {
    position: relative;
}

#left-column {
    padding-left: 0;
    padding-right: 0;
}
@media (min-width: 768px) {
    #wrapper>.container #left-background {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: -1rem;
        bottom: 0;
    }
    #currency-selector-label {
        display: none;
    }
}


#content-wrapper {
    padding-left: 15px;
    padding-right: 0;
    padding-top: 15px;
    background-color: #f6f6f6;
}
@media (max-width: 767px) {
    #content-wrapper {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #index #content-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

#wrapper .breadcrumb li:last-child {
    color: unset;
}

#index #main,
#product #main {
    background-color: #fff;
}

#footer {
    padding: 0;
}

#footer > .container {
    background-color: #fff;
}

.footer-container {
    background-color: #000;
    color: #eee;
}

@media (max-width: 767px) {
    .footer-container {
        padding-bottom: 6em;
    }
}

.footer-container .h3,
.footer-container .h4,
#footer .footer-container .h3 a {
    color: #eee;
}


@media (max-width: 991px) {
    .carousel {
        left: 50%;
        width: 100%;
        margin-left: -50%;
    }
}


#category .subcategories-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

#category .subcategories-list li {
    position: relative;
    background-color: #fff;
    color: #000;
}

#category .subcategories-list h5 {
    font-size: 80%;
    width: 65%;
    float: left;
    word-break: break-word;
}
#category .subcategories-list h5 a {
    font-size: 85%;
    overflow-wrap: break-word;
    color: #000;
}
#category .subcategories-list h5 a:hover {
    color: #000;
}

#category .subcategories-list .subcategory-image {
    width: 37%;
    float: right;
    margin-right: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}
#category #subcategories ul {
    margin: 0;
}
#category #subcategories ul li {
    width: unset;
    min-width: unset;
    text-align: unset;
    margin: 0;
}
#category #subcategories ul li a {
    display: inline-block;
    position: relative;
    color: #000;
    padding: .8em;
    width: 100%;
}
#products .product:hover,
#category #subcategories ul li a:hover {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

#subcategories ul li .subcategory-image a,
#subcategories ul li:hover .subcategory-image a {
    border: 0;
    padding: 9px;
}
#subcategories ul li .subcategory-name {
    text-transform: unset;
}

#category .block-category-inner .category-cover {
    display: none;
}

.block-category {
    min-height: unset;
}

@media (max-width: 767px) {
    .block-category h1 {
        font-size: 1.3rem;
    }
}

.subcategory-heading {
    display: none;
}


.cart-grid-body {
    
}

.card {
    background-color: unset;
}
.card-block {
    padding: unset;
}

#cart .card {
    background-color: white;
}
#cart .card-block {
    padding: 1.25rem 1.25rem .5rem;
}


#product #main {
    padding: 30px;
    margin-bottom: 1.25rem;
}

.product-flags li.product-flag {
    word-break: initial;
}
.product-flag.out_of_stock {
    display: none;
}

@media (max-width: 767px) {
    #category .subcategories-list {
        grid-template-columns: 1fr 1fr;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    #subcategories ul {
        margin-left: 0;
    }
    #product #main {
        margin-left: -1rem;
        margin-right: -1rem;
        padding: 1rem;
    }
}




.block-categories {
    background: #fff;
    margin-bottom: 1.563rem;
    padding: 0 5px;
}

.block-categories .category-sub-menu {
    margin-top: .625rem
}

.block-categories .category-sub-menu .category-sub-link {
    font-size: .875rem
}

.block-categories .category-sub-menu li {
    position: relative
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin-bottom: .625rem
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,.25);
    width: 100%;
    display: inline-block;
    margin: .3125rem 0 0;
    padding-bottom: .1875rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]) {
    padding-left: .3125rem
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    content: "-";
    margin-right: .3125rem
}

.block-categories a {
    color: #232323
}

.block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    cursor: pointer
}

.block-categories .collapse-icons[aria-expanded=true] .add {
    display: none
}

.block-categories .collapse-icons[aria-expanded=true] .remove {
    display: block
}

.block-categories .collapse-icons .add:hover,.block-categories .collapse-icons .remove:hover {
    color: #2fb5d2
}

.block-categories .collapse-icons .remove {
    display: none
}

.block-categories .arrows .arrow-down,.block-categories .arrows .arrow-right {
    font-size: .875rem;
    cursor: pointer;
    margin-left: 2px
}

.block-categories .arrows .arrow-down:hover,.block-categories .arrows .arrow-right:hover {
    color: #2fb5d2
}

.block-categories .arrows .arrow-down,.block-categories .arrows[aria-expanded=true] .arrow-right {
    display: none
}

.block-categories .arrows[aria-expanded=true] .arrow-down {
    display: inline-block
}


#wrapper .block-categories li {
    padding: 0;
    margin: 0
}

#wrapper .block-categories .category-sub-menu li {
    border-top: 1px solid #ccc
}

#wrapper .block-categories a {
    padding: .5em 1em .5em .5em;
    margin: 0;
    display: block;
    border: 0;
    font-size: .875rem
}

#wrapper li[data-depth="1"] a.category-sub-link {
    padding-left: 1em
}

#wrapper li[data-depth="2"] a.category-sub-link {
    padding-left: 1.5em
}

#wrapper li[data-depth="3"] a.category-sub-link {
    padding-left: 2em
}

#wrapper .block-categories>ul>li:first-child {
    display: none
}

.block-categories .arrows {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5em .2em
}

.block-categories .category-sub-menu {
    margin: 0
}

.block-categories .collapse-icons {
    padding: .5em;
    width: auto;
    height: auto
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"]):before {
    display: none
}

.block-categories .collapse-icons i {
    font-size: 1rem
}

#products .products,
/* .featured-products .products, */
.product-accessories .products {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

@media (max-width: 767px) {
    #products .products,
    .product-accessories .products {
        grid-template-columns: 1fr 1fr;
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.products .product {
    background-color: white;
}

#product .product-prices > div {
    margin: 0;
}

.product-list-features hr {
    margin: 0 .3em
}

#product #n-product-features {
    margin-left: 0;
    margin-bottom: 1.25rem;
}

#product #n-product-features a {
    color: #7a7a7a;
    text-decoration: underline;
    padding: 1em 0;
    font-size: 110%;
    display: block
}

#category .product-list-features a {
    color: #7a7a7a;
    text-decoration: underline;
    font-size: 80%
}

#product #n-product-features.expanded a,
#category .product-list-features.expanded a,
#category .product-list-features.features-1 a,
#product #n-product-features.features-1 a,
#product #n-product-features.features-2 a,
#product #n-product-features.features-3 a,
#product #n-product-features.features-1 dl:after,
#product #n-product-features.features-2 dl:after,
#product #n-product-features.features-3 dl:after {
    display: none
}

#product #n-product-features.features-1 dl,
#product #n-product-features.features-2 dl,
#product #n-product-features.features-3 dl {
    max-height: unset;
}

#product #n-product-features dl {
    max-height: 7.4em;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: auto 1;
    margin-bottom: 0;
    position: relative
}

#product #n-product-features.expanded dl {
    max-height: initial
}

#product #n-product-features dl:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 19px;
    display: block;
    width: 100%;
    background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

#product #n-product-features.expanded dl:after {
    display: none
}

#category .product-list-features dl {
    max-height: 2.2em;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: auto 1;
    margin-bottom: 0;
    position: relative
}

#category .product-list-features.expanded dl {
    max-height: initial
}

#category .product-list-features dl:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 19px;
    display: block;
    width: 100%;
    background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%)
}

#category .product-list-features.expanded dl:after,#category .product-list-features.features-1 dl:after {
    display: none
}

.product-list-data-sheet {
    margin-top: 0.5em;
}

#category .product-list-features dd,#category .product-list-features dt {
    font-weight: 500;
    font-size: 80%;
    line-height: 1.1em;
    margin: .2em 0
}

#category .product-list-features .break {
    flex-basis: 100%
}

#category .product-list-features dt {
    min-width: 50%;
    max-width: 80%
}
#product .product-features>dl.data-sheet dd.value,#product .product-features>dl.data-sheet dt.name {
    text-transform: none;
    font-weight: 400;
}


.featured-products .normal-price,
#products .normal-price,
.featured-products .price-discount,
#products .price-discount {
  font-size: 80%;
  color: #7a7a7a;
  text-decoration: none;
}
.featured-products .price-discount,
#products .price-discount {
	margin-top: -5px;
}
.featured-products .discount-percentage.discount-product,
#products .discount-percentage.discount-product {
	display: inline-block;
    background: #F9E210;
    color: black;
    padding: 0.1em 0.2em;
    line-height: 1em;
}

.featured-products .regular-price,
#products .regular-price {
  text-decoration: none;
  font-size: inherit;
}

#product .discount-amount,
.product-flags .discount,
.product-flag.on-sale,
.has-discount .discount {
  display: none;
}
.products .price {
  background-color: #F9E210;
  padding: 0.2em 0.5em;
  display: inline-block;
  line-height: 1.5em;
}
#product .product-discount,
#product .regular-price {
  text-decoration: none;
  color: #7a7a7a;
  font-weight: 400;
}
#product .product-discount .discount-percentage {
	display: inline-block;
    background: #F9E210;
    color: black;
    padding: 0.1em 0.2em;
    line-height: 1em;
}
.featured-products .regular-price {
  padding: 0;
}
#product .product-without-taxes {
  color: #555;
  padding: 1em 0;
  display: inline-block;
  font-weight: 600;
  font-size: 95%;
  text-align: right;
}
#product .current-price {
    background-color: #F9E210;
    font-size: 150%;
    color: black;
    padding: .3em .3em;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 0.5em;
}


#category .products .product-description .stock {
    font-size: 80%;
    line-height: 1.3em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}
#product .stock::before,
#category .products .product-description .stock::before {
    content: '\e3fa';
    font-family: Material Icons;
    color: #00C100;  
    vertical-align: middle;
    margin-right: 0.5em;
}
#product .stock.out-of-stock .btn-primary {
    background-color: #39BF23;
}
#product .stock.out-of-stock::before,
#category .products .product-description .stock.out-of-stock::before {
    color: #9e9e9e;
}
#product .stock.out-of-stock.add-to-cart-allowed::before,
#category .products .product-description .stock.out-of-stock.add-to-cart-allowed::before {
    color: orange;
}

.product-miniature {
    position: relative;
    float: left;
    width: 100%;
}
.product-miniature .thumbnail-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    content: none;
}
.product-miniature .product-description {
    padding: 0 1em;
}
.product-miniature .thumbnail-top {
    margin-top: 0.5em;
}
.product-miniature .product-thumbnail a,
.product-miniature .product-thumbnail img {
    max-height: 250px;
}
.product-accessories .product-miniature .product-thumbnail a,
.product-accessories .product-miniature .product-thumbnail img {
    max-height: 180px;
}
.product-miniature .product-price-and-shipping,
.product-miniature .product-title a,
.product-miniature .product-title {
    text-align: left;
    font-weight: bold;
    text-transform: none;
    color: black;
    font-size: 1.1rem;
}
.product-miniature .thumbnail-container {
    margin: 0;
}
.product-miniature .product-title {
    margin-top: .5rem;
    font-size: 95%;
}
.product-miniature .product-price-and-shipping .regular-price,
.product-miniature .product-price-and-shipping .discount-percentage,
#products .product-price-and-shipping .discount-percentage {
    display: none;
}

#product .product-container label {
    display: block;
    text-align: left;
    margin-bottom: 0;
}

.product-description-wrapper {
    position: absolute;
    top: 420px;
    left: 0;
    right: 0;
}
.page-prices-drop .product-description-wrapper,
.page-new-products .product-description-wrapper,
.page-best-sales .product-description-wrapper,
.featured-products .product-description-wrapper {
    top: 270px;
}
.product-accessories .product-description-wrapper {
    top: 265px;
}

.product-list-features {
    padding: 0 1em;
    padding-bottom: 1em;
    margin-top: 420px;
}


.featured-products .price.discount,
#product .has-discount .current-price,
#product .price.discount,
#products .price.discount {
    background-color: #FE0000;
    color: #fff;
}


.product-accessories .product-list-features {
    margin-top: 265px;
}
.page-prices-drop .thumbnail-container,
.page-new-products .thumbnail-container,
.page-best-sales .thumbnail-container,
.featured-products .thumbnail-container {
    height: 320px;
}
.page-prices-drop .product-list-features,
.page-new-products .product-list-features,
.page-best-sales .product-list-features,
.featured-products .product-list-features {
    margin-top: 320px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    width: auto;
    box-sizing: border-box;
    left: 0;
    right: 0;
}
/* #products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
    position: absolute;
    z-index: 3;
    background: #fff;
    width: 250px;
    bottom: 0;
    height: 70px;
} */
.product-miniature, .product-miniature .product {
    display: unset;
    justify-content: unset;
}

#products .product-description {
    /* padding: 1em;
    margin-top: 1em; */
}

.products .product-description .description {
    font-size: 85%;
    line-height: 1.1em;
    max-height: 45px;
    overflow: hidden;
    margin-top: .5em;
    margin-bottom: 0.5em;
    position: relative;
}
.products .product-description .description:after {
    content: "";
    position: absolute;
    top: 26px;
    height: 19px;
    display: block;
    width: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#product .product-description p {
    font-weight: 500;
}

#product .product-description ul {
    color: #7a7a7a;
    font-weight: 500;
    list-style-type: disc;
    padding-left: revert;
}


.block-category .block-category-inner #category-description .page-content.page-cms ul, .block-category .block-category-inner #category-description p, .page-content.page-cms .block-category .block-category-inner #category-description ul {
    font-weight: 300;
}

.page-content.page-cms {
    background-color: none;
}


.featured-products > .products {
    margin: 0 50px;
}


.blockreassurance_product {
    margin-bottom: 25px;
}
.blockreassurance_product p.block-title {
    margin-bottom: 0;
}

#product .add-to-cart,
#cart .checkout .btn-primary,
#checkout .btn-primary {
    background-color: #3775E7;
}

.product-quantity #quantity_wanted {
  width: 2.3rem;
}

#product .product-quantity .qty {
    margin-right: 0;
}
@media (min-width: 768px) {
  .product-quantity #quantity_wanted {
    width: 2rem;
  }
}
@media (min-width: 992px) {
  .add-to-cart {
    font-size: inherit;
  }
  .product-quantity #quantity_wanted {
    width: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #product .add-to-cart i {
    display: none;
  }
  #product .add-to-cart {
    width: 227px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #product .add-to-cart i,
  #product .qty {
    display: none;
  }
  #product .add-to-cart {
    font-size: 90%;
    width: 217px;
  }
}
@media (max-width: 395px) {
  #product.lang-sv .add-to-cart {
	  font-size: 85%;
  }
}

.block-categories a.current::before {
    content: "";
    position: absolute;
    left: -5px;
    top: -1px;
    bottom: -1px;
    width: 8px;
    background-color: #ccc;
    z-index: 1;
}
.block-categories a {
    position: relative;
}
.collapsing {
	transition-duration: 0.05s;
}


body#checkout #footer {
    background: unset;
}


#index #custom-text {
    margin-top: 1.5em;
}
#custom-text {
    padding: 0;
    text-align: left;
    font-size: 15.7px;
}
#custom-text img {
    width: 100%;
}
#custom-text p {
    margin: 0 1em 1em 1em;
    font-size: 1em;
}
@media (min-width: 992px) {
    #custom-text p {
        margin-right: -1em;
    }
}
@media (min-width: 576px) {
    #custom-text>.container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    body#checkout section.checkout-step .step-title {
        font-size: 130%;
    }
}


body#checkout section.checkout-step .payment-options label {
    display: initial;
}
body#checkout section.checkout-step .payment-options label+span {
    display: block!important;
    margin-left: 1.1em;
}
body#checkout section.checkout-step .payment-options label img {
    display: block!important;
    margin-left: 1.6rem;
    max-height: 45px;
}
body#checkout .additional-information {
    margin-top: 0;
}
body#checkout .payment-option {
    margin-top: 1rem;
}

#checkout #js-checkout-summary {
    background-color: unset;
}
#cart #content-wrapper {
    padding-left: 0;
}
#checkout #_desktop_logo {
    display: block!important;
    margin-top: 1em!important;
}
#checkout .header-top {
    display: none;
}

.custom-radio input[type=radio]:checked+span {
    left: 0.1rem;
}

.forgotten-password .form-fields label.required {
    width: 190px;
}
@media (max-width: 767px) {
    .address-form .form-fields label {
        text-align: left;
    }

    #index #left-column #search_filters_brands {
        display: none;
    }
}

.display-nav2 a.account {
    margin-left: 0.5em;
}

body #cc-consent-banner .cc-company-logo-container {
    display: none;
}

body #product-modal .modal-content .modal-body .mask {
    max-height: 45rem;
}

.featured-products .products-section-title {
    font-weight: 700;
    font-size: 1.75em;
}

.product-miniature .product-price-and-shipping,
.product-miniature .product-title a,
.product-miniature .product-title,
.product-miniature .normal-price  {
    text-align: center;
    font-weight: 700;
    margin: 0.2em 0;
}

#category .product-miniature .product-title,
#category .product-miniature .product-price-and-shipping,
#category .product-miniature .normal-price  {
    text-align: left;
}

.featured-products .products .thumbnail-container img {
    max-width: 170px;
}

.featured-products .normal-price,
#products .normal-price,
.product-accessories .normal-price,
.featured-products .price-discount,
#products .price-discount,
.product-accessories .price-discount {
    font-size: 80%;
    color: #7a7a7a;
    font-weight: 700;
    text-decoration: none;
}

#product .product-accessories .normal-price .regular-price {
    font-weight: 700;
}

.block-category .block-category-inner #category-description p {
    font-weight: 400;
}

body .slick-prev:before,
body .slick-next:before {
    color: #F9E210;
    font-size: 45px;
}
body .slick-prev,
body .slick-next {
    z-index: 100;
}
body .slick-prev {
    left: -30px;
}
body .slick-next {
    right: -10px;
}

#header a:hover,
#header .top-menu a[data-depth="0"]:hover,
#header .dropdown:hover .expand-more,
.footer-container li a:hover {
    color: #F9E210;
}

#product #subcategories {
	border-bottom: 1px solid #d6d4d4;
    border-top: 1px solid #d6d4d4;
    margin-bottom: 20px;
    padding: 1em 0;
}

#product #subcategories>.container {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
}
@media (max-width: 575px) {
    #product #subcategories>.container {
        grid-template-columns: 1fr 1fr;
    }
}
#product #subcategories>.container:after {
	display: none;
}
#product #subcategories a {
    position: relative;
    display: block;
    background-color: #fff;
    color: #000;
    padding: .8em;
	border: 1px solid #ccc;
}

#product #subcategories a:hover {
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
}
#product #subcategories .h5 {
	text-transform: uppercase;
}
#product #subcategories h5 {
    width: 65%;
    float: left;
    font-size: 85%;
    overflow-wrap: break-word;
}
#product #subcategories img {
    width: 37%;
    float: right;
    margin-right: -8px;
    margin-top: -8px;
    margin-bottom: -8px;
}

.youtube-iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: unset;
}

.displayHomeBottomBanner.cb > .cb-wrapper {
    margin-top: 7px;
}

.displayHomeBottomBanner.cb > .cb-wrapper:nth-of-type(1) {
    margin-top: 0;
}

#product .product-container .manufacturer-logo {
    height: 60px;
}