:root {
    --blue: #0682c2;
    --blue2: #0c8acc;
    --gray: #e9e9e9;
    --gray1: #d0d0d0;
    --gray2: #706f6f;
    --red: #e30613;
    --font-color: #1d1d1b;
    --title-fonts: "myriad-pro",sans-serif;
    --body-font: "myriad-pro",sans-serif
}

body {
    font-family: "myriad-pro",sans-serif;
    font-weight: 100;
    font-size: 16px
}

a {
    text-decoration: none
}

ul {
    margin-bottom: 0
}

input {
    font-size: 16px
}

ob {
    max-width: 100%
}

.inputs input[type="text"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {width: 100%;min-height: 47px;border-radius: 8px;border: 1px solid #bfbfbf;
}
.inputs label {
    width:100%;
}

.header-top {
    background-color: var(--blue);
    font-size: 18px;
    padding: 5px 0;
    font-weight: 100
}

.ht-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    font-weight: 300
}

.ht-content {
    color: #fff;
    margin: 0
}

.ht-content li {
    display: flex;
    gap: 10px
}

.ht-content li b {
    font-weight: bold
}

.ht-content li span {
    font-weight: 400
}

.ht-content li span a {
    color: white !important;
}

a {
    color: var(--blue)
}

.language-selector {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.language-selector .dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px
}

.language-selector .dropdown-toggle img {
    width: 20px;
    height: auto;
    order: 2
}

.language-selector .dropdown-toggle span {
    order: 1;
    font-weight: 600;
    text-transform: uppercase
}

.language-selector .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 150px
}

.language-selector .dropdown-menu li {
    padding: 5px 10px
}

.language-selector .dropdown-menu li img {
    width: 20px;
    margin-right: 5px
}

.language-selector .dropdown-menu li span {
    color: var(--font-color)
}

.language-selector.open .dropdown-menu {
    display: block
}

.language-selector .dropdown-toggle::after {
    display: none
}

.header-lower-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.search-box form {
    width: 100%;
    justify-content: space-between
}

.search-box.store-search-box {
    height: fit-content;
    border-radius: 15px;
    height: 65px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 0 10px 15px;
    width: 540px;
    flex: 1
}

.search-box .search-box-button {
    background: none;
    padding: 0;
    min-width: 65px
}

.search-box .search-box-button svg {
    fill: #9d9d9c;
    height: 28px
}

.search-box input.search-box-text {
    border: 0;
    font-size: 20px;
    flex: 1
}

.search-box input.search-box-text:focus {
    border: 0;
    outline: 0
}

.header-links-wrap {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: end
}

.header-links ul {
    padding-right: 30px;
    display: flex;
    gap: 30px;
    align-items: baseline;
}

.header-links ul li {
    position: relative
}

.header-links ul li .icon-head svg {
    height: 30px;
    fill: #4d4d4d
}

.header-links ul li .counter {
    position: absolute;
    width: 25px;
    height: 25px;
    color: #fff;
    background: var(--blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -2px;
    right: -15px
}

.header-menu {
    background: #e9e9e9;
    margin: 0;
    padding: 0
}

.header-menu>ul {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 0
}

.header-menu>ul>li {
    position: static;
    overflow: visible
}

.header-menu>ul>li>a {
    color: #0682c2;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0
}

.language-selector svg {
    width: 20px;
    height: 20px;
    fill: var(--gray1);
    order: 3
}

.header-links>ul .sublinks {
    display: none
}

.header-links>ul li .sublinks {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 10;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 0 3px #26242417
}

.header-links>ul li .sublinks li {
    display: block
}

.header-links>ul li .sublinks li a {
    padding: 0 15px;
    display: block;
    color: #333;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid var(--gray1)
}

.header-links>ul li:hover .sublinks li a:hover {
    background-color: #f0f0f0
}

.homepage-carousel {
    position: relative;
    overflow: hidden;
}

.homepage-carousel .carousel-caption {
    position: absolute;
    z-index: 1;
    text-align: center;
    color: #fff;
    top: 45%;
    left: 60px;
    width: 300px;
    text-align: center;
    transform: translateY(-50%)
}

.homepage-carousel .carousel-caption h3 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1d1d1b;
    margin-bottom: 50px
}

.homepage-carousel .carousel-caption a {
    font-size: 18px;
    padding: 10px 20px;
    background-color: var(--blue);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    width: 250px;
    font-weight: 600;
    font-size: 20px
}

.homepage-carousel .carousel-caption a:hover {
    background-color: var(--blue2)
}

.footer-row {
    display: flex;
    gap: 35px;
    justify-content: space-between
}

.footer-box {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer-title {
    color: #fff;
    font-size: 24px;
    text-align: left;
    margin-bottom: 2px
}

.footer-title strong {
    text-transform: uppercase;
    font-weight: 600
}

.footer-content ul {
    padding: 0
}

.footer-content ul li a {
    color: #fff;
    font-weight: 400;
    display: block;
    font-size: 20px;
    text-align: left
}

.footer-info {
    float: none
}

.footer-info p {
    color: #fff
}

.footer-info p {
    text-align: left;
    font-weight: 400;
    margin: 0
}

.footer-info p a {
    color: #fff
}

.footer-info ul li {
    color: #fff;
    font-weight: 400;
    text-align: left
}

.footer-info ul li b {
    font-weight: 400
}

.footer-img-list {
    display: flex;
    flex-wrap: wrap;
    gap:20px 10px;
}

.footer-img-list li {
    flex: 0 0 46%;
    max-width: 46%;
    width: fit-content;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.footer-img-list li img {
    width: 100%;
    height: auto;
    max-width: 100px
}

.footer-content-img {
    max-width: 150px
}

.footer-content ul.networks {
    display: flex;
    gap: 10px
}

.footer-content ul.networks li {
    width: fit-content
}

.footer-content ul.networks li a i {
    font-size: 35px
}

.hero-section {
    margin-top: 5em
}

.hero-carousel {
    background: #eae3d2;
    position: relative;
    border-radius: .5em;
    margin-bottom: 5em
}

.hero-inner .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5625em;
    align-items: center
}

.hero-inner .item img {
    position: relative;
    max-width: 100%
}

.hero-img {
    padding: 0 .9375em;
    margin-top: -6.25em;
    width: 50%;
    position: relative;
    overflow: hidden
}

.hero-caption {
    position: static;
    background: #ffff;
    right: 1.875em;
    top: 50%;
    padding: 3.75em 5.3125em;
    border-radius: .5em;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 43.75em
}

.hero-caption h3 {
    font-size: 3em;
    text-align: center;
    white-space: normal;
    font-weight: 600
}

.hero-caption p {
    font-size: 1.625em
}

.hero-caption a {
    margin-top: 1.25em
}

.btn-primary {
    font-size: 1.375em;
    padding: .4375em 2.8125em;
    background-color: var(--blue);
    border-color: var(--blue)
}

.btn-primary:hover {
    background: var(--blue2);
    border-color: var(--blue2)
}

.swiper-slide {
    background-color: transparent
}

.hero-section .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    opacity: 1
}

.hero-section .swiper-pagination {
    bottom: -5px
}

.hero-section .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #fff
}

.home-page-icons {
    background-color: var(--blue);
    padding: 3.125em
}

.icon-box {
    text-align: center
}

.icon-box svg {
    fill: #fff;
    max-width: 8.375em;
    height: 6.25em;
    object-fit: contain;
    object-position: bottom;
    margin-bottom: .9375em
}

.icon-box h4 {
    color: #fff;
    margin: 0;
    margin-top: 1.25em
}

.icon-box img {
    max-width: 8.375em;
    height: 6.25em;
    object-fit: contain;
    object-position: bottom
}

.category-swiper-slider {
    padding: 80px 0
}

.category-swiper-slider .category-title {
    margin: 0;
    font-size: 35px;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px
}

.category-swiper-slider .category-description {
    margin-top: 0!important;
    margin-bottom: 30px
}

.category-swiper-slider .category-description p {
    margin: 0;
    font-size: 20px;
    font-weight: 600
}

.category-swiper-slider .category-swiper {
    overflow:hidden;
    position: relative
}

.category-swiper-slider .swiper-slide .item-box {
    width: 100%;
    margin: 0
}

.category-swiper-slider .swiper-button-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.category-swiper-slider .swiper-button-prev {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
}

.category-swiper-slider .swiper-button-prev svg {
    fill: #d0d0d0
}

.category-swiper-slider .swiper-button-next svg {
    fill: #d0d0d0
}

.category-swiper-slider .swiper-button-next:after {
    display: none
}

.category-swiper-slider .swiper-button-prev:after {
    display: none
}

.item-box .picture {
    position: relative
}

.item-box .add-to-wishlist-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent
}

.item-box .add-to-wishlist-button svg {
    width: 30px
}

.item-box .add-to-wishlist-button svg * {
    stroke: var(--gray1);
    transition: .3s
}

.item-box .add-to-wishlist-button:hover {
    background: transparent
}

.item-box .add-to-wishlist-button:hover svg *,.item-box .add-to-wishlist-button.fill svg * {
    fill: var(--blue);
    stroke: var(--blue)
}

.add-to-wishlist-button svg {
    position: relative;
    width: 21px;
    height: 19px
}

.add-to-wishlist-button:hover svg {
    animation: pump 1s linear infinite
}

.add-to-wishlist-button svg:before,.add-to-wishlist-button svg:after {
    position: absolute;
    content: "";
    left: 50px;
    top: 0;
    width: 50px;
    height: 80px;
    background: var(--red);
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%
}

.add-to-wishlist-button svg:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%
}

.product-item .picture {
    min-height: 260px;
    overflow: hidden
}

.product-item .details {
    position: relative;
    z-index: 1
}

.product-item .details .product-title a {
    color: var(--font-color);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}

.item-box .description {
    color: var(--font-color);
    font-weight: 100;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px
}

.item-box .add-info .price {
    color: var(--font-color);
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    line-height: 24px;
    margin-bottom: 3px;
    text-align: left;
    margin-bottom: 0;
}

.item-box .add-info .price.old-price {
    text-decoration: auto;
    position: relative;
    display: block;
    overflow: visible;
    height: fit-content;
    margin: 0;
}

.item-box .add-info .price.old-price+.actual-price {
    color: var(--red);
}
    .item-box .add-info .price.old-price + .actual-price small {
        font-size:13px;
        display: block;
        line-height: 13px;
    }

.item-box .add-info .price.old-price:after {
    content: "";
    height: 3px;
    display: block;
    background: var(--red);
    position: absolute;
    width: 109%;
    left: -3px;
    right: -1px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(-11deg)
}

.item-box .buttons {
    margin-top: 20px
}
.product-info-wrapper{display: flex; align-items: center; background: transparent; width: 100%; gap: 12px}

.item-box .product-box-add-to-cart-button {
    display: flex;
    align-items: center;
    background: transparent;
    width: auto;
    gap: 12px
}

.item-box .product-box-add-to-cart-button:hover,.item-box .product-box-add-to-cart-button:focus {
    background: transparent
}

.item-box .product-box-add-to-cart-button .car-img {
    background: transparent;
}
.item-box .product-box-add-to-cart-button .car-img img{
    width: 35px;
    height: 35px;
}

.item-box .product-box-add-to-cart-button .car-img svg {
    width: 25px;
    fill: #fff
}

.item-box .product-box-add-to-cart-button .add-to-cart-text {
    color: var(--blue);
    font-weight: 400;
    width: 100%;
    text-align: left
}

.item-box .prices {
    margin: 0;
    min-height: 0;
    text-align: left;
    display: flex;
    width: 100%;
    gap: 15px;
    overflow: visible;
    align-items: end;
    margin-bottom: 5px;
}

.item-box .add-to-cart-text {
    color: var(--font-color)
}

.category-footer {
    margin-top: 50px
}

.category-footer a {
    padding: 0;
    color: var(--blue);
    font-size: 20px;
    text-decoration: underline
}

.hero-carousel-2 {
    position: relative
}

.hero-item-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-content-2 {
    position: absolute;
    top: 2.1875em;
    left: 2.1875em;
    background: #fffc;
    bottom: 2.1875em;
    display: flex;
    flex-direction: column;
    padding: 2.1875em;
    border-radius: .875em;
    align-items: baseline;
    justify-content: center;
    text-align: left;
    max-width: 41.875em
}

.hero-content-2 h2 {
    font-size: 2.875em;
    font-weight: 600;
    margin-bottom: .875em
}

.hero-content-2 p {
    font-size: 1.5em;
    margin-bottom: 2.1875em;
    font-weight: 600
}

.hero-content-2 a {
    font-size: 1.5em;
    font-weight: 600
}

.block-data-section {
    padding: 5em 0
}

.block-data-box {
    position: relative;
    border-radius: .9375em;
    overflow: hidden
}

.block-data-box img {
    width: 100%;
    height: 21.875em;
    object-fit: cover
}

.block-data-box h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    font-weight: 600;
    margin: 0
}

.newsletter-section {
    background-color: var(--gray2);
    padding: 3.125em;
    margin: 5em 0 0
}

.newsletter {
    width: 50em;
    margin: auto;
    max-width: 100%
}

.newsletter .title {
    color: #fff;
    font-size: 2.8125em;
    text-align: left;
    font-weight: 600;
    margin-bottom: .25em
}

.newsletter .title strong {
    color: #fff
}

.newsletter .newsletter-subscribe .newsletter-email {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: end;
    justify-content: space-between;
    gap: .625em
}

.newsletter .newsletter-subscribe .newsletter-subscribe-text {
    float: none;
    width: 100%;
    height: 3.4375em;
    border-radius: .375em;
    margin-bottom: .625em;
    padding: .625em 1.5625em
}

.newsletter .newsletter-subscribe .newsletter-subscribe-button {
    float: none;
    background: #fff;
    color: var(--gray2);
    font-size: 1.5em;
    width: 9.5em;
    height: 2.25em;
    font-weight: 600;
    border-radius: .5em
}

.newsletter-footer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

.newsletter-email .options {
    display: flex;
    flex-direction: column;
    width: 50%
}

.newsletter-email .options .subscribe {
    display: flex;
    align-items: start;
    gap: .625em
}

.newsletter-email .options label {
    color: #fff;
    font-size: 1em;
    width: 100%;
    font-weight: 600
}

.newsletter-email .options input {
    margin-top: .25em;
    height: 1.25em;
    width: 1.25em
}

.main-menu {
    background: #fff;
    font-family: sans-serif
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.main-menu>ul>li {
    position: relative;
    display: inline-block
}

.main-menu>ul>li>a {
    display: block;
    padding: 1em 1.5em;
    background: #e6e6e6;
    text-decoration: none
}

.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 1000px;
    background: #f6f6f6;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    z-index: 1000;
    z-index: 99;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 80vh;
  
}

.menu-left {
    width: 25%;
    background: #fff;
    border-right: 1px solid #ddd;
    height: 100%;
    max-height: 80vh;
    overflow: auto;
}

.menu-left ul {
    padding: 0
}

/* .menu-left ul li {
    padding: .5em 1em;
    cursor: pointer;
    color: #333;
    font-size: 1rem;
    text-align: left;
    font-weight: 600
} */
.menu-left ul li {margin: 5px 0}
.menu-left ul li a {
    padding: 0.2em 1em;
    cursor: pointer;
    color: #333;
    font-size: 1rem;
    text-align: left;
    font-weight: 600;
    display:block;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu-left ul li.active {
    background: #f0f0f0;
    font-weight: bold
}

.menu-right {
    width: 75%;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    padding: 25px 0 25px 35px;
    overflow: auto;
    height: 100%
}

.menu-right a {
    color: #1d1d1b
}

.sub-category {
    display: none;
    width: 100%
}

.sub-category.active {
    /* column-count: 5; */
    /* display: block */
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    flex-direction: column;
    max-height: 600px;
    justify-content: flex-start;
    align-items: baseline;
    text-align: left;
    width: fit-content;
    overflow: auto;
}

.sub-category.winkel-en-etalage{
      max-height: 750px;
}
.no-SubCategories {
    text-align: left;
    height: fit-content;
    font-size: 16px;
    font-weight: 600;
    padding-right: 20px;
}
.sub-category .group strong {
    display: block;
    font-weight: bold;
    margin-bottom: .5em;
    font-size: 16px;
}

.sub-category .group {
    min-width: 250px;
    text-align: left;
    margin-bottom: 15px;
    padding-right: 20px;
}


.sub-category .group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px
}

.sub-category .group ul li {
    margin-bottom: .3em;
    color: #333;
    font-size: 16px
}

.magaamenu-row {
    display: flex;
    height: 100%
}

.caret svg {
    width: 12px;
    height: 12px;
    fill: var(--blue);
    margin-left: 5px;
    position: relative;
    top: -2px
}

.category-banner-image {
    position: relative
}

.category-banner-image img {
    max-height: 400px;
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    background: #d4d4d4;
    width: 100%;
    min-width: 100%;
}

.category-banner-image h3 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 60px;
    bottom: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff
}

.parent-category-list {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--blue);
    padding: 30px 25px;
    margin-top: -2px
}

.parent-category-header h2 {
    color: var(--blue);
    font-weight: 600;
    font-size: 20px
}

.pc-list {
    column-count: 5
}

.pc-list>.subcategory-item {
    margin-bottom: 8px
}

.subcategory-item strong a {
    color: var(--font-color);
    font-weight: 600
}

.subcategory-item .subcategory-item strong a {
    font-weight: 400
}

.subcategory-item ul {
    padding: 0
}

 .category-description-wrapper {
            position: relative;
            font-size: 1em;
            line-height: 1.5em;
            /* margin: 20px; */
        }
        
        .category-description {
            max-height: 4.5em; /* 3 lines * 1.5em line-height */
            overflow: hidden;
            position: relative;
            transition: max-height .3s ease;
            margin-bottom: 15px;
        }
        
        .category-description.expanded {
            max-height: none;
        }
        
        .fade-overlay {
            content: "";
            position: absolute;
            bottom: 2.2em;
            left: 0;
            right: 0;
            height: 4em;
            background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
            pointer-events: none;
            transition: opacity .3s ease;
        }
        
        .category-description.expanded + .fade-overlay {
            opacity: 0;
        }
        
        .toggle-btn {
            display: none; /* Hidden by default */
            margin-top: .5em;
            background: none;
            border: 0;
            color: #9d9d9c;
            cursor: pointer;
            font-size: 1.1em;
            padding: 0;
            font-weight: 600;
            margin-top: 0;
        }
        
        .toggle-btn.show {
            display: inline-block;
        }

.product-count {
    display: flex;
    align-items: center;
    margin: 0!important;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #575756;
    display: flex;
    align-items: center;
    height: 100%
}

.product-selectors .product-wrapper {
    display: flex;
    gap: 20px
}

.product-sorting {
    display: flex;
    align-items: center
}

.product-page-size {
    display: flex
}

.button-print {
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.returning-wrapper .title strong {
    font-size: 36px;
    font-weight: 600;
    color: var(--font-color)
}

.login-page .returning-wrapper {
    width: 800px;
    margin: 50px auto;
    float: none
}

.login-page .returning-wrapper .form-fields {
    background: transparent;
    border: 0
}

.returning-wrapper .form-fields .inputs {
    display: flex;
    flex-direction: column
}

.returning-wrapper .form-fields .inputs label {
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    color: var(--font-color)
}

.returning-wrapper .form-fields .inputs input {
    width: 100%;
    max-width: 100%;
    height: 50px;
    border-radius: 8px
}

.returning-wrapper .login-password {
    width: 100%
}

.forgot-password a {
    color: var(--blue);
    font-weight: 600;
    font-size: 18px
}

.returning-wrapper .buttons button {
    background-color: var(--blue);
    font-size: 20px;
    font-weight: 600;
    border-radius: 8px;
    width: 200px
}

.reversed-footer {
    display: flex;
    justify-content: space-between
}

.footer-login {
    display: flex;
    gap: 10px
}

.home-page-banner .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    height: 15px;
    width: 15px;
    opacity: 1
}

.home-page-banner .swiper-pagination {
    bottom: 25px;
    z-index: 2;
}

.home-page-banner .swiper-pagination-clickable .swiper-pagination-bullet-active {
    background-color: #fff
}

.html-recently-added-products-page .page-title {
    border: 0
}

.html-recently-added-products-page .page-title {
    margin: 50px
}

.html-recently-added-products-page .page-title h1 {
    color: var(--font-color);
    font-size: 42px
}

.html-recently-added-products-page .item-box {
    max-width: 15%
}

.overview .add-to-cart-button#submit-product-attributes {
    max-width: 280px;
    margin: auto
}

.registration-page {
    padding: 50px 0
}

.registration-page .page-title {
    text-align: left;
    padding: 0;
    border: 0
}

.registration-page .page-title h1 {
    color: var(--font-color);
    font-size: 38px;
    margin: 0
}

.registration-page .page-title p {
    font-size: 24px
}

.registration-page .page-title p a {
    color: var(--blue)
}

.registration-page .page-form {
    padding-right: 50px
}

.registration-page .page-form .fieldset .title {
    text-align: left;
    padding: 0
}

.registration-page .form-fields {
    padding: 0;
    background: transparent;
    border: 0
}

.registration-page .inputs>label {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: var(--font-color);
    margin-bottom: 3px
}

.registration-page .inputs .gender label {
    font-size: 18px;
    color: #6f6f6e;
    font-weight: 600
}

.registration-page .inputs input[type="text"],.registration-page .inputs input[type="email"],.registration-page .inputs input[type="tel"],.registration-page .inputs input[type="password"],.registration-page .inputs select {
    width: 100%;
    min-height: 47px;
    border-radius: 8px;
    border: 1px solid #bfbfbf
}

.account-note {
    background: #daecf6;
    padding: 45px;
    border-radius: 12px;
    position: sticky;
    top: 30px
}

.account-note h3 {
    font-weight: 600;
    font-size: 34px
}

.account-note p {
    margin: 0;
    font-size: 20px
}

.registration-page .inputs.weekday-wrapper label {
    display: flex;
    gap: 8px
}

.weekday-wrapper span {
    color: var(--blue)
}

.inline-input {
    display: flex;
    gap: 10px;
    align-items: center;
    align-items: baseline
}

.inline-input label {
    margin: 0
}

.registration-page .button-1 {
    width: 200px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 600
}

.registration-page .required {
    color: var(--font-color);
    display: inline-block;
    margin: 0;
    margin-right: 5px;
    display: none
}

.btn-primary.btn-sm {
    font-size: 20px;
    width: fit-content;
    min-width: 150px;
    width: auto;
    padding: 6px 25px
}

#add-address-btn {
    margin: 10px 0
}

.section-title {
    color: var(--blue);
    font-size: 24px;
    font-weight: 600
}
.newsletter-info{text-align: left;}

.newsletter-info span {
    font-size: 16px;
    color: var(--gray2)
}

.two-col-wrap {
    margin-top: 30px
}

.basic-search .inputs {
    display: flex;
    gap: 50px
}

.basic-search input {
    width: 400px!important;
    max-width: 100%!important;
    height: 45px!important
}

.basic-search .search-button {
    background-color: var(--blue);
    border-radius: 8px;
    padding: 10px 25px;
    width: fit-content;
    height: auto;
    min-width: 0;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600
}

.search-input .form-fields {
    background-color: transparent
}

.search-page .page-title {
    border: 0
}

.search-page .form-fields {
    border: 0
}

.conditions-wrap h1 {
    font-weight: 600;
    color: var(--font-color)
}

.conditions-wrap h2 {
    font-size: 20px;
    color: var(--blue);
    font-weight: 600
}

.conditions-wrap h3 {
    font-size: 20px;
    font-weight: 600
}

.topic-page .conditions-wrap p {
    text-align: justify!important
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    display: none;
    border: 0;
    border-radius: 50%;
    font-size: 1.2em;
    cursor: pointer;
    z-index: 9999;
    transition: opacity .3s,transform .3s;
    background: transparent
}

.back-to-top:hover {
    transform: scale(1.1)
}

.back-to-top:hover svg .clss-1 {
    fill: var(--blue)
}

.back-to-top:hover svg .clss-2 {
    stroke: var(--blue)
}

.back-to-top svg {
    width: 50px;
    height: 50px
}

.homepage-carousel .item {
    position: relative
}

.homepage-carousel .item img {
    max-width: 100%;
    width: 100%;
    height: 820px;
    object-fit: cover;
}

.product-item .picture:hover .quick-view-button {
    opacity: 1
}

.quick-view-button {
    width: 50px;
    height: 50px!important;
    left: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: .3s;
    border-radius: 5px;
    background: transparent;
}

.quick-view-button img{
    width: 50px;
    height: 50px;
}

.product-popup {
    visibility: visible
}

.product-popup .modal-dialog {
    visibility: visible;
    width: 980px;
    max-width: 100%
}

.product-popup .modal-content {
    visibility: visible;
    border-radius: 15px!important;
    overflow: hidden
}

.product-popup .modal-header {
    visibility: visible;
    background: var(--blue);
    display: flex;
    justify-content: space-between;
    padding: 5px 25px
}

.product-popup .modal-header .modal-title {
    visibility: visible
}

.product-popup .modal-header .close {
    visibility: visible;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 30px
}

.product-popup .modal-header .close span {
    visibility: visible
}

.product-popup .modal-body {
    visibility: visible
}

.product-popup .product-popup-content {
    visibility: visible
}

.product-popup .modal-footer {
    visibility: visible
}

.product-popup .modal-footer .btn {
    visibility: visible
}

.modal-footer .close {
    visibility: visible
}

.quick-view-wrapper {
    visibility: visible
}

.quick-row {
    visibility: visible;
    display: flex
}

.quick-images {
    visibility: visible;
    flex: 0 0 40%;
    max-width: 40%
}

.quick-images .gallery {
    visibility: visible;
    margin: 0
}

.quick-info {
    visibility: visible;
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
    flex: 70%
}

.quick-info .product-name {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.quick-info .product-name h1 {
    visibility: visible;
    font-weight: 600;
    font-size: 20px
}

.product-popup .short-description {
    visibility: visible
}

.product-popup .product-specs-box {
    margin-top: 30px
}

.product-popup .product-specs-box .title {
    display: none
}

.product-collateral {
    visibility: visible
}

.popup-price-row {
    visibility: visible;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popup-Price {
    visibility: visible;
    font-size: 16px;
    font-weight: 600
}

.product-popup .prices {
    visibility: visible
}

.product-popup .prices .price {
    visibility: visible
}

.product-popup .prices .old-price {
    visibility: visible;
    position: relative
}

.product-popup .prices .actual-price {
    visibility: visible;
    font-size: 22px
}

.product-popup .base-price-pangv {
    visibility: visible
}

.product-popup .popup-qty {
    visibility: visible
}

.product-popup .quantity-wrapper {
    visibility: visible
}

.product-popup .quantity-wrapper .qty-decrease {
    visibility: visible
}

.product-popup .quantity-wrapper .qty-input {
    visibility: visible
}

.product-popup .quantity-wrapper .qty-increase {
    visibility: visible
}

.popup-buttons {
    visibility: visible
}

.product-popup .popup-buttons .button-2 {
    visibility: visible
}

.product-popup .quantity-wrapper .qty-input {
    border: 0
}

.product-popup .popup-buttons .product-box-add-to-cart-button {
    visibility: visible;
    background: var(--blue);
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 15px;
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
    height: 55px;
    border-radius: 8px;
    margin-top: 30px
}

.product-popup .popup-qty {
    width: fit-content
}

.product-popup .slick-track {
    display: flex;
    gap: 10px
}

.product-popup .picture-thumbs .custom-arrow svg {
    fill: #cfcfcf;
    transition: fill .3s;
    width: 25px;
    height: 25px;
    display: none
}

.product-popup .custom-arrow svg {
    width: 22px
}

.product-popup .picture-gallery .picture-thumbs .thumb-item {
    height: 78px
}

.product-popup .prices {
    visibility: visible;
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    font-size: 20px
}

.product-popup .prices b {
    color: var(--gray2);
    font-weight: 400
}

.product-popup .price-info {
    visibility: visible;
    display: flex;
    gap: 10px;
    align-items: center
}

.product-popup .instock-text {
    visibility: visible;
    display: block;
    width: 100%;
    color: var(--blue);
    font-weight: 400
}

.product-popup .price.old-price+.actual-price {
    color: var(--red)
}

.product-popup.price.old-price {
    text-decoration: auto;
    position: relative;
    display: block;
    overflow: visible;
}

.product-popup .price.old-price:after {
    content: "";
    height: 3px;
    display: block;
    background: var(--red);
    position: absolute;
    width: 109%;
    left: -3px;
    right: -1px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%) rotate(-11deg)
}


.product-popup .picture-gallery .picture-thumbs img{background:#fff !important;}

.html-password-recovery-page .page.password-recovery-page {overflow: visible;margin-top: 50px;max-width: 1000px;margin: 30px  auto 0;}

.html-password-recovery-page .page-title {overflow: visible;border: none;}

.html-password-recovery-page .page-title h1 {overflow: visible;color: var(--font-color);}

.html-password-recovery-page .page-body { overflow: visible;}

.html-password-recovery-page form[asp-route="PasswordRecovery"] { overflow: visible;}

.html-password-recovery-page .message-error { overflow: visible;}

.html-password-recovery-page .tooltip {overflow: visible;color: var(--font-color);text-align: center;display: block;font-size: 16px;opacity: 1;border: none;font-size: 20px;}

.html-password-recovery-page .fieldset { overflow: visible;}

.html-password-recovery-page .form-fields {overflow: visible;background: transparent;border: none;border: none;padding: 0;max-width: 400px;margin: 30px auto 0;}

.html-password-recovery-page .inputs { overflow: visible;}

.html-password-recovery-page .inputs label {overflow: visible;color: var(--gray2);}

.html-password-recovery-page .inputs .email { overflow: visible;}

.html-password-recovery-page .inputs span[asp-validation-for="Email"] { overflow: visible;}

.html-password-recovery-page .buttons { overflow: visible;}

.html-password-recovery-page .button-1.password-recovery-button {overflow: visible;font-size: 18px;font-weight: 600;width: 200px;border-radius: 8px;}

.password-recovery-page .result {text-align:center;margin-bottom:20px;}


.html-search-page .item-grid {
    display:flex;
    flex-wrap:wrap;
}
.html-search-page .product-item .picture {
    height: 330px;
}



.block-account-navigation {}
.block-account-navigation .list{}
.block-account-navigation .list li{}
.block-account-navigation .list li a{font-weight:400;color: #6f6f6e;font-size: 20px;}
.block-account-navigation .list li.active a{font-weight: 800;color: #6f6f6e;font-size: 20px;text-decoration: none;}
.block-account-navigation   .title {border:none;color:var(--font-color)}
.block-account-navigation  .block .title strong {color:var(--font-color)}
.block-account-navigation  .title strong {color:var(--font-color)}
.block-account-navigation  .listbox {padding:0}
.block-account-navigation .list li {margin-bottom:5px}
.block-account-navigation .page-title { color:var(--font-color);}
.html-wishlist-page .page-title h1 {color:var(--font-color);margin: 0;}
.wishlist-page .page-title {padding:0;border: none;border-bottom: 1px solid #ddd;margin-bottom: 20px;}
.wishlist-page .page-title p{font-size: 22px;font-weight:400;color: var(--gray2);}



form[asp-route="Wishlist"] {
    
}

.cart-products-list {
    
}

.cart-products-list ul {
    border: none;
}

.cart-products-list ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.cp-img {
    max-width: 150px;
    flex: 0 0 150px;
}

.cp-img a {
    
}

.cp-img img {
    width: 100%;
}

.cp-info {
    flex: 1;
    padding:  0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cp-details {
    
}

.cp-name {
    text-align: left;
}

.cp-name .product-name {
    color: var(--font-color);
    font-weight: 600;
    font-size: 20px;
}

.cp-name .attributes {
    
}

.cp-name .recurring-info {
    
}

.cp-name .rental-info {
    
}

.cp-name .edit-item {
    
}

.cp-name .edit-item a {
    
}

.cp-name .message-error {
    
margin: 0;
}

.cp-name .message-error ul {
    
padding: 0;
}

.cp-name .message-error ul li {
    
border: none;
    
padding: 0;
    
padding: 0;
    
margin: 0;
}

.cp-description {
    
}

.cp-description p {
    font-size: 20px;
    color: #1d1d1b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    min-height: 50px;
}

.cp-footer {
    
}

.remove-from-cart {
    
}

.remove-from-cart input[type="checkbox"] {
    display: none;
}
.remove-from-cart .remove-btn svg{
    width: 25px;
    background: transparent;
    border: none;
    fill: #6f6f6e;
}

.remove-from-cart .remove-btn {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
}

.cp-right {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.unit-price {
    display: flex;
    flex-direction: column;
}

.unit-price .td-title {
    display: none;
}

.unit-price .product-unit-price {
    font-size: 22px;
    font-weight: 600;
}

.unit-price b {
    font-weight: 400;
    font-size: 16px;
    color: var(--blue);
}

.cp-actions {
    display: flex;
    align-items: end;
    gap: 10px;
}

.quantity {display: flex;flex-direction: column;}

.quantity .td-title { }
.quantity select.qty-dropdown {}
.quantity input.qty-input {height: 50px;width: 100px;border-radius: 8px;border: 1px solid #706f6f78;text-align: center;}
.quantity .product-quantity {}
.wishlist-buttons {}
.wishlist-buttons .wishlist-add-cart {background: var(--blue);color: #fff;border: none;outline: none;display: flex;align-items: center;justify-content: center;width: 80px;height: 50px;border-radius: 8px;}
.wishlist-buttons .wishlist-add-cart svg {width: 30px;background: var(--blue);color: #fff;border: none;outline: none;fill: #fff;}
.html-account-page .two-col-wrap {display:flex;}
.html-account-page .side-2 {width:18%;}
.html-account-page  .form-fields {background: transparent;padding: 0;border-top: none;/* border-top: 1px solid #0682c266; *//* margin-top: 20px; */}
.html-account-page  .warnings {}
.html-account-page  .inputs {}
.html-account-page  .inputs label {}
.html-account-page  .form-input-wrapper {width: 100%;}
.html-account-page  .inputs input {}
.html-account-page  .page-title {padding:0;border: none;}


.html-account-page .page-title p {font-size:20px;color: var(--gray2);}
.wishlist-info {position: relative;display: flex;justify-content: space-between;align-items: center;width: fit-content;gap: 10px;}
.wishlist-info span{background: var(--blue);color: #fff;width: 20px;display: inline-block;height: 20px;display: flex;align-items: center;justify-content: center;border-radius: 50%;}

.customer-info {/* border-top: 1px solid #0682c266; */padding-top: 20px;/* border-bottom: 1px solid #0682c266; *//* padding-bottom: 20px; */}
.customer-info p{
    font-size: 20px;
    color: #1d1d1b;
    margin-bottom: 30px;
    font-weight: 500;
}
.customer-info p span{}
.customer-info span{
    display: block;
    font-size: 20px;
}
.customer-info b{
    font-weight: 600;
    display: block;
    font-size: 20px;
}
.customer-info p b{}
.customer-info h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--blue);
    font-weight: 600;
}
.customer-info p span {display:block;color: #1d1d1b;}
.customer-info p b{
    font-weight:600;
}

.customer-info ul{padding: 0;}
.customer-info ul li{display: flex;gap: 20px;font-size: 20px;text-align: left;}
.customer-info ul li span{
}
.customer-info ul li b{display: block;min-width: 250px;font-weight: 400;color: #1d1d1b;}

.feild-section {
    border-top: 1px solid rgb(6 130 194 / 70%);
    border-bottom: 1px solid rgb(6 130 194 / 70%);
    padding: 30px 0;
}

.html-customer-info-page .page-body {
    max-width:1000px;
}

.form-page .page-title h1 {
    color: var(--blue);
    font-size:34px;
}
.form-page .category-description{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 50px;
}
.form-page .page-title {
    padding:0;
    margin:0;
    border:none;
}
.form-page  .attributes{}
.form-page  .attributes{ }
.form-page  .attributes dt{
    display: flex;
    flex-direction: column;
    justify-content: left;
}
.form-page .attributes dt p{font-weight: 500;white-space: normal;}
.form-page  .attributes .required{}
.form-page  .attributes .option-list li{
    display: flex;
}
.add-to-cart-wrapper .add-to-wishlist-button.fill {
    border-color:var(--blue) !important; 
}
.add-to-cart-wrapper .add-to-wishlist-button.fill svg * {
    fill:var(--blue) !important;
    stroke:var(--blue) !important;
}


.item-grid {
display:flex;
flex-wrap:wrap;
}


.quick-view-wrapper .spec-detail-row .spec-detail-wrapper{
    flex:0 0 50%;
    max-width: 50%;
}
.html-contact-page .field-validation-error {
    text-align:left
}
.text-red {
    color: var(--red) !important;
}
.page.wishlist-page{max-width:1000px}

.quick-images .gallery .picture img{
    width: 100%;
    height: 300px;
    min-height: 300px;
    min-width: 100%;
}


.page.account-page.order-list-page {
}

.html-order-list-page .page-title {margin-bottom: 20px;}

.html-order-list-page .page-title h1 {color: var(--font-color);}

.html-order-list-page .page-body {
    max-width: 1000px;
}

.order-list-wrapper {
}

.order-list-wrapper > ul {padding: 0;font-size: 20px;font-weight: 600;display: flex;flex-direction: column;gap: 20px;border-bottom: 1px solid #ddd;}

.order-list-wrapper > ul > li {border-bottom: 1px solid #ddd;padding-bottom: 20px;}

.order-list-box {
}

.ol-row {
    display: flex; /* Suggestion if using flex layout */
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.ol-col-1 {flex: 20%;max-width: 20%;}

.ol-col-2 {flex: 1;}

.ol-col-3 {width: 15%;max-width: 15%;flex: 0 0 15%;}

.ol-nunber {margin-bottom: 15px;}

.ol-nunber label {margin: 0;}

.ol-nunber u {
}

.ol-btn-wrapper {
}
.ol-btn-wrapper svg {width: 20px;fill: var(--blue);stroke: 7ppx solid var(--blue);}

.ol-btn {display: flex;gap: 10px;}

.order-info {
}

.order-info > ul {
}

.order-info > ul > li {font-weight: 400;display: flex;gap: 15px;}

.order-status {
}

/* Optional dynamic order status styles */
.order-status.pending {
}

.order-status.processing {
}

.order-status.complete {
}

.order-date {
}

.order-total {
}

.order-list-buttons {
}

.button-2 {
}
.ol-btn.active svg {
    transform:rotate(180deg);
}
.order-list-page .pdf-invoice-button {padding: 0;width: 100%;background-color: var(--blue);color: #fff;height: 50px;font-size: 20px;display: flex;align-items: center;justify-content: center;border-radius: 8px;}

.order-list-page .pdf-invoice-button:hover{
    color: #fff;
    background: var(--blue2);
}



        .ol-details {
            padding: 0;
           
            display: none;
            padding-top: 25px;
             overflow: hidden;
    transition: max-height 0.3s ease;
        }

        .order-details-content {
            padding: 30px;
        }

        .order-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 2px solid #0682c2;
        }

        .order-title {
            color: #333;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .order-meta {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

        .order-meta-item {
            display: flex;
            flex-direction: column;
        }

        .order-meta-item label {
            font-weight: bold;
            color: #666;
            font-size: 12px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

        .order-meta-item span {
            color: #333;
            font-size: 14px;
        }

        .invoice-btn {
            background: #0682c2;
            color: white;
            padding: 12px 24px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: bold;
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 1px;
            transition: background 0.3s ease;
        }

        .invoice-btn:hover {
            background: #0571a8;
        }

        .order-items {
            margin-bottom: 10px;
        }

        .items-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
        }

        .items-table thead {
            background: #f8f9fa;
        }

        .items-table th,
        .items-table td {
            padding: 15px 15px;
            text-align: left;
            border-bottom: 1px solid #eee;
            vertical-align: top;
        }

        .items-table th {
            font-weight: bold;
            color: #333;
            font-size: 14px;
        }

        .items-table tbody tr:hover {
            background: #f8f9fa;
        }

        .product-info {
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

        .product-image {
            width: 140px;
            height: 140px;
            border-radius: 8px;
            object-fit: contain;
        }

        .product-details h4 {
            color: var(--font-color);
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 1.4;
            font-weight: 600;
        }

        .product-details p {
            color: var(--font-color);
            font-size: 20px;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            min-height: 50px;
        }

        .quantity-badge {
            background: #e9ecef;
            color: #495057;
            padding: 0;
            border-radius: 12px;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            background: transparent;
            font-size: 20px;
        }

        .price {
            font-weight: bold;
            color: #333;
            text-align: right;
        }

        .order-summary {
            background: white;
            border-radius: 8px;
            /* padding: 20px; */
            /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
            max-width: 100%;
            width: 500px;
        }
        .order-summary .summary-row.discount-row span{color: #e30613;}

        .summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            /* border-bottom: 1px solid #eee; */
        }

        .summary-row:last-child {
            border-bottom: none;
            padding-top: 10px;
            padding-bottom: 0px;
            margin-top: 0px;
            font-weight: bold;
            font-size: 16px;
        }

        .summary-row.discount {
            color: #dc3545;
        }

        .summary-row.total {
            font-size: 18px;
            color: var(--font-color);
        }

        .addresses-section {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin-top: 30px;
        }

        .address-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .address-card h3 {
            color: #333;
            margin-bottom: 15px;
            font-size: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eee;
        }

        .address-card p {
            color: #666;
            line-height: 1.6;
            margin: 0;
        }

        @media (max-width: 768px) {
            .ol-row {
                flex-direction: column;
                align-items: stretch;
                gap: 15px;
            }

            .ol-col-3 {
                text-align: left;
            }

            .order-header {
                flex-direction: column;
                gap: 20px;
            }

            .order-meta {
                gap: 15px;
            }

            .addresses-section {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .items-table {
                font-size: 12px;
            }

            .items-table th,
            .items-table td {
                padding: 10px 8px;
            }

            .product-info {
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }
        }
.order-list-footer  {
    display:flex;
    justify-content:end;
}

.summary-row b{color:#6f6f6e;}

.category-page .page-title h1 {margin-bottom: 11px;}

.category-swiper-slider .swiper-wrapper{padding-bottom:10px;}

.menu-toggle {
}
.mobile-menu {display:none}

@media all and (max-width: 992px) {

    .mobile-menu {display:block}

    .header-menu>ul.mobile{
        display:block !important;
    }

}

.mm-menu--theme-light {
    

}

.required-asterisk{color: red !important;}

.history-wrap {max-width: 800px;width: 100%;margin: auto;color: #222;}
.history-wrap p{margin:0 0 15px;}
.history-wrap .history-slideshow {width: 530px;margin: 25px auto 25px;padding: 25px 25px 0px;/* background: url(/Themes/JongeneelNew/Content/images/Pictureframe.png); */background-position: center center;background-size: contain;background-repeat: no-repeat;position: relative;display: block;background: #fff;box-shadow: 0 0 10px 0px #ddd;transform: rotate(-1deg);max-width: 100%;}
.history-wrap .history-slideshow .wrap {width: 100%;}
.history-wrap .history-slideshow .text {font-family: 'Caveat', cursive;font-size: 26px;padding: 15px 0;text-align: center;max-width: 100%;}
.history-wrap .history-slideshow .wrap .slideshow .item img{width:100%;}

.perks-wrapper{margin-top: 30px; display: flex;flex-direction: column;gap: 8px;}
.perks-wrapper .perk{display: flex;gap: 8px;}
.perks-wrapper .perk p{font-size: 16px;margin: 0;}

.html-billing-address-page .cart-collaterals{margin: 0;}






