/* DEFAULT STYLE */
* {
    font-family: 'Quicksand', sans-serif;
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none !important;
}
*:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

html, body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
}

/* Navigation */
.burger {
    font-weight: bold;
    font-size: 32px;
    height: 33.5px; /* Fast højde */
    display: flex; /* Centrerer indholdet */
    justify-content: center; /* Horisontal centrering */
    align-items: center; /* Vertikal centrering */
    overflow: hidden; /* Skjuler indhold, der går ud over grænserne */
}

.faq-question {
    font-weight: bold;
    margin-bottom: 5px;
}

.faq-answer {
    margin-left: 20px;
    margin-bottom: 15px;
}

.video-item {
    padding-top: 20px;
    margin-bottom: 20px;
}

.video-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.row-spacer-20 {
    padding-top: 20px;
    padding-bottom : 20px;
}
.row-spacer-40 {
    padding-top: 40px;
    padding-bottom : 40px;
}
.row-spacer-60 {
    padding-top: 60px;
    padding-bottom : 60px;
}
.border-spacer {
    border-bottom: 1px  #F2F2F2 solid;
}
.collapse.in {
    display: block;
}
.hide {
    display: none;
}

.section-header {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.section-header-price * {
    color: #3BB77E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    padding-top: 6px;
}
.generic-button .its-a-button {
    display: flex;
    background-color: #E7E7E7;
    color: #848484;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 3px;
}
.generic-button .its-a-button:hover {
    background-color: #3BB77E;
    color: #DEF9EC;
    cursor: pointer;
}
.generic-button-primary .its-a-button {
    display: flex;
    background-color: #3BB77E;
    color: #DEF9EC;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 3px;
}
.generic-button-primary .its-a-button:hover {
    cursor: pointer;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible {
    background-color: #3BB77E !important;
    border-color: #3BB77E !important;
}

.progress {
    margin-top: 14px;
}

.progress-bar {
    background-color: #3BB77E;
}

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

/* JCONFIRM */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
    background-color: #DEF9EC;
    color: #3BB77E;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
    background-color: #3BB77E;
    color: #DEF9EC;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
    background-color: #FFE2E9;
    color: #EB3760;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
    background-color: #EB3760;
    color: #FFE2E9;
}

/* LOGO STYLE */
.spari-logo {
    height: 39px;
    margin-right:10px;
}
.spari-logo-text {
    height: 39px;
}
.spari-logo-text-title {
    color: #3BB77E;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.spari-logo-text-subtitle {

}
.general-header {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* SEARCHBAR */
.btn-spari {
    padding: 0px 20px;
    background-color: #3BB77E;
    border-radius: 0px 5px 5px 0px !important;
    border: none;
}
.btn-spari svg {
    color: white !important;
    --bs-btn-color: #fff !important;
}
.btn-spari:hover {
    background-color: #3BB77E !important;
}
.btn-spari:active {
    background-color: #3BB77E !important;
}

/* INFO STYLE */
.breadcrum-info {
    height: 33px;
    line-height: 33px;
}
.basket-container, .wishlist-container {
    cursor: pointer;
}
.basket-container .basket-icon, .wishlist-container .wishlist-icon {
    background-image: url("../images/icons/shopping-cart-icon-Ex3v7J6.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 33px;
    min-width: 25px;
}
.wishlist-container .wishlist-icon {
    background-image: url("../images/icons/heart-icon-st80AoQ.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 33px;
}
.basket-container .basket-info, .wishlist-container .wishlist-info {
    color: #253D4E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-right: 30px;
    min-width: 24px;

    background-image: url("../images/icons/chevron-down-icon-NQAs2uq.png");
    background-position: 80px center;
    background-repeat: no-repeat;
    background-size: auto;
}
.basket-container .basket-info-alt {
    background-position: 65px center;
}
.basket-container .basket-info .current-sum {
    color: #3BB77E;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* CART */
#cart-container {
    background-color: white;
}
#cart-items-list {
    padding-top: 20px;
}
.cart-entry {
    padding: 10px 0px;
    border-bottom: 2px solid #F2F2F2;
}
.cart-item-image {
    display: inline-block;
    width: 75px;
    height: 50px;
}
.cart-item-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    overflow: hidden;
}
.cart-item-description {
    display: inline-block;
}
.cart-item-description .cart-item-name {
    color: #253D4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
}
.cart-item-description .cart-item-category {
    color: #ADADAD;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.brand-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.brand-group .cart-item-brand-opac {
    display: flex;
    align-items: center;
    padding-right: 5px;
    opacity: 20%;
}
.brand-group .cart-item-brand {
    display: flex;
    align-items: center;
    padding-right: 5px;
}
.cart-item-price, .cart-item-price .unit-price {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.cart-item-price .cart-item-price-alt {
    padding-left: 10px;
    color: #ADADAD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through !important;
}
.item-count-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 8px 0px;
}
.item-count-group .item-count-button {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 1.5em;
    font-weight: 400;
    white-space: nowrap;
    background-color: #DEF9EC;
    color: #3BB77E;
}
.item-count-group .item-count-button:hover {
    cursor: pointer;
}
.item-count-group .remove {
    border-radius: 50px 0px 0px 50px;
}
.item-count-group .count {
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 600;
    color: #3BB77E;
    background: #F4FAF7;
    background-clip: padding-box;
    width: 75px;
    text-align: center;
}
.item-count-group .add {
    border-radius: 0px 50px 50px 0px;
}
.item-total-price, .item-total-price .entry-price {
    color: #3BB77E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: flex;
    line-height: 50px;
    justify-content: flex-end !important;
}
.cart-brand-list {
    padding: 0px;
}
.cart-brand-container {
    padding: 5px 15px 5px 0px;
    display: inline-flex;
    width: 160px;
}
.cart-brand-container .form-check .form-check-input {
    border-color: #3BB77E;
    height: 18px;
    width: 18px;
    margin-top: 1px;
}
.cart-brand-container .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.cart-brand-container .form-check .form-check-input:checked {
    background-color: #3BB77E;
}
.cart-brand-container .form-check .form-check-input:focus {
    border-color: #3BB77E;
    outline: 0;
    box-shadow: none;
}
.cart-brand-container .form-check .form-check-label img {
    height: 17px;
    margin-right: 5px;
}
.cart-brand-container .form-check .form-check-label .brand-label {
    display: inline-flex;
    vertical-align: middle !important;
}

/* LISTS */
.lists-entry {
    padding: 15px 0px;
}

.lists-entry:hover {
    background-color: #f3f3f3;
}

.lists-entry .lists-entry-emphasized {
    font-size: 120%;
    font-weight: 700;
    color: #253D4E;
}

/* BANNER STYLE */
.banner-container {
    background-color: hsl(0, 0%, 92%);
    background-image: url("../images/banner-background-item-Ivr2SBv.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 368px;
}
.banner-title {
    color: #253D4E;
    font-size: 55px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.55px;
}
.banner-text {
    color: #838383;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
}

.information-text {
    color: #838383;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    padding: 30px 0px;
}

/* CONTENT STYLE */
/** CATEGORY STYLE **/
#product-view {
    padding-top: 20px;
}
#filter-view {
    padding-top: 20px;
    display: none;
}
.filter-btn {
    width: 100%;;
    border: 1px solid #3BB77E;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    color: #3BB77E;
    justify-content: center;
    cursor: pointer;
}
    .filter-btn:hover {
        background-color: #3BB77E;
        color: white;
    }
.list-title {
    color: #253D4E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
    display: block;
}
.list-group-item {
    cursor: pointer;
}
.categori-item {
    color: #ADADAD;
    background-image: url("../images/icons/add-icon-MH6wi6G.png");
    background-position: left 8px;
    background-repeat: no-repeat;
    border-width: 0px !important;
    padding-left: 20px;
}
.ais-HierarchicalMenu-link:hover .ais-HierarchicalMenu-label, .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-label {
    color: #3BB77E;
}
.categori-item .ais-HierarchicalMenu-count {
    background-color: #838383;
    color: #FFF;
    border-radius: 50px;
    padding: 2px 5px;
    font-size: 80%;
    margin-left: 10px;
}
.ais-HierarchicalMenu-link:hover .ais-HierarchicalMenu-count, .ais-HierarchicalMenu-link--selected .ais-HierarchicalMenu-count {
    background-color: #3BB77E;
    color: #FFF;
    border-radius: 20px;
    padding: 2px 5px;
    font-size: 80%;
    margin-left: 10px;
}
.categori-sub-item {
    color: #ADADAD;
    border-width: 0px !important;
    padding-left: 20px;
}
.tag-item {
    color: #ADADAD;
    border-width: 0px !important;
}
.tag-item-active {
    color: #3BB77E;
    font-weight: 700;
    border-width: 0px !important;
}

/** FILTER STYLE **/
.brand-container {
    padding-top: 10px;
}
.brand-container .form-check .form-check-input {
    border-color: #3BB77E;
}
.brand-container .form-check .form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.brand-container .form-check .form-check-input:checked {
    background-color: #3BB77E;
}
.brand-container .form-check .form-check-input:focus {
    border-color: #3BB77E;
    outline: 0;
    box-shadow: none;
}
.brand-container .form-check .form-check-label img {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}
.brand-container .form-check .form-check-label .brand-label {
    display: inline-flex;
    vertical-align: middle !important;
}

/** PRODUCT STYLE **/
.ais-InfiniteHits-list {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.ais-InfiniteHits-list>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.ais-InfiniteHits-item {
    flex: 0 0 auto;
    width: 100%;
}
.product-details-row {
    display: none;
}
.product-container {
    padding: 0px 0px 10px 0px;
    margin: 10px 0px;
    border-radius: 3px;
    border: 1px solid rgba(173, 173, 173, 0.25);
    background: #FFF;
}
.product-container .product-image {
    overflow: hidden;
    height: 150px;
    padding: 10px;
}
.product-container .product-image img {
    height: 100%;
}
.product-container .product-info .product-cat {
    color: #ADADAD;
    height: 15px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 5px 0px;
}
.product-container .product-info .product-name {
    color: #253D4E;
    height: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    white-space: nowrap;
    overflow: hidden;
}
.product-container .product-info .product-brands {
    /* height: 22px; */
    margin: 10px 0px;
}
.cart-brand-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-brand-icon {
    margin-right: 5px;
}
.product-brand-icon-opac {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    opacity: 20%;
}
.product-container .product-info .product-price {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}
.product-container .product-info .product-price .product-highlight {
    color: #3BB77E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-container .product-info .unit-price {
    padding-bottom: 10px;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
.product-container .product-purchase .product-button {
    background-color: #DEF9EC;
    color: #3BB77E;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
}
.product-container .product-purchase .product-button:hover {
    background-color: #3BB77E;
    color: #DEF9EC;
    cursor: pointer;
}
.ais-InfiniteHits-loadMore {
    border: 1px solid #3BB77E;
    padding: 10px 20px;
    border-radius: 50px;
    margin: 20px auto;
    display: flex;
    color: #3BB77E;
}
.ais-InfiniteHits-loadMore:hover {
    background-color: #3BB77E;
    color: white;
}

/** PRODUCT DETAIL STYLE **/
.product-details-header {
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 20px;
}
.product-details-header .current-page {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-details-img {
    height: 400px;
}
.product-details-img img {
    max-height: 400px;
}
.product-details-info .discription-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-details-info .discription-info {
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 24px;
}
.product-details-info .discription-tags img {
    height: 16px;
    margin: 8px 8px 8px 0px;
}
.product-details-info .discription-price {
    color: #3BB77E;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.product-details-info .discription-price .product-sales-price {
    padding-left: 10px;
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through !important;
}
.product-details-info .discription-button {
    padding-top: 8px;
}
.product-details-info .discription-button .its-a-button {
    display: flex;
    width: 207px;
    height: 40px;
    background-color: #DEF9EC;
    color: #3BB77E;
    text-align: center;
    justify-content: center;
    padding: 10px 0px;
    border-radius: 3px;
}
.product-details-info .discription-button .its-a-button:hover {
    background-color: #3BB77E;
    color: #DEF9EC;
    cursor: pointer;
}
.product-details-info .discription-brand {
    margin-top: 16px;
}
.product-details-info .discription-brand .brand-info-table tr td:first-child {
    width: 1%;
    white-space: nowrap;
}
.product-details-info .discription-brand .brand-info-table .table-label {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px;
}
.product-details-info .discription-brand .brand-info-table .table-text {
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-details-info .discription-about {
    color: #ADADAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.product-details-info .about-header {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 0px;
}

/* PAGINATION STYLE */
#pagination {
    padding: 5px 0px;
}
.ais-Pagination-item--disabled {
    cursor: not-allowed;
}
.page-link {
    color: #ADADAD;
    font-size: 18px;
}
.ais-Pagination-item--selected .page-link {
    color: #253D4E;
}
.page-link:hover {
    background-color: #dee2e6;
    color: #253D4E;
}

/* CTA STYLE */
.cta-container {
    padding-top: 20px;
    padding-bottom: 20px;
}
.cta-title {
    color: #253D4E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* ALERTS */
#basket-confirmation {
    display: flex;
    position: sticky;
    bottom: 20px;
}
#basket-confirmation .alert {
    width: 100%;
}
.alert-success svg, .alert-success div {
    color: #0a3622 !important;
    display: inline-block;
}
.confirm-input {
    margin-top: 10px;
}

.spari-modal .modal-header, .spari-modal #spariLogin * {
    color: #253D4E;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
    .ais-InfiniteHits-item {
        flex: 0 0 auto;
        width: 33.3%;
    }
    #filter-view {
        display: block;
    }
}
@media (max-width: 768px) {
    .spari-modal .modal-content{
        height: 100%;
    }
    .modal-dialog-centered {
        display: grid;
        align-items: center;
        min-height: calc(100% - var(--bs-modal-margin)* 2);
    }
    .breadcrum-info {
        display: none !important;
    }
    .cart-brand-container {
        width: 32%;
        padding: 10px;
    }
    .cart-brand-list {
        margin-top: 20px;
        margin-bottom: 0px;
    }
}
@media (max-width: 360px) {
    .cart-brand-container {
        width: 49%;
        padding: 10px;
    }
}

.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #000000;

}

.accordion-button:not(.collapsed):hover {
    background-color: #EEEEEE;
}
