html, body {
    height: 100%;
    background-color: #eef1ec;
}

body {
    margin-top: 130px;
    font-family: 'Graphik', sans-serif;
}

a {
    color: #00b540;
}

.nav-link {
    color: #004217;
}

.nav-link:hover {
    color: #00b540;
}

.header-container {
    background-color: #004217;
    padding: 0;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #00862e;
}

.mobil-header-container {
    background-color: #004217;
    padding: 0;
    height: 80px;
    position: relative;
    border-bottom: 1px solid #00862e;
    display: none;
}

.header-line {
    display: inline-flex;
    width: 100%;
}

.header-image {
    width: 300px;
    padding: 20px 40px;
}

.header-img {
    width: 220px;
    height: 40px;
}

.search-box {
    display: inline-flex;
    padding: 20px 10px 20px 10px;
    position: relative;
}

.search-box .suggest-box {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 57px;
    border-radius: 5px;
    background: white;
    border: 1px solid black;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 20;
    max-height: 70vh;
    overflow-y: auto;
}

.search-box .suggest-box.active {
    display: block;
}

.search-box .suggest-box-title {
    background: #F3F3F3;
    padding: 10px 15px;
    font-size: 13px;
    color: #004217;
}

.search-box .suggest-box-text {
    padding: 8px 15px 12px 15px;
    background: white;
    font-size: 14px;
}

.search-box .suggest-box-text a {
    color: black;
    text-decoration: none;
}

.header-select {
    height: 40px !important;
    border: 1px solid #405977 !important;
    background-color: #1E2021;
    color: #79848F;
    width: 120px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 14px;
}

.header-input-group {
    display: inline-flex;
    width: 530px;
    height: 40px;
    border: 1px solid #054d1e !important;
    color: #5F6A76;
    background-color: #02250e;
    border-radius: 5px;
}

#header-search-box {
    width: 550px;
}

.header-input-group .header-input {
    background: none;
    color: #f1f1f1;
    outline: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.header-input-group .header-input::placeholder {
    color: #f1f1f1;
}

.header-input-group .search-icon {
    background-color: #022510;
    border: 1px solid #022510;
}

.header-input-group:hover, .header-input-group:hover, .header-input-group:focus, .header-input-group:active, .header-input-group:focus-within {
    background: black;
    z-index: 99;
    color: #fff;
}

.body_overlay {
    position: absolute;
    top: -1000px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 3;
}

.backdropActive .body_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.suggest-box-img {
    width: 58px;
    padding: 5px;
    height: 65px;
    display: flex;
    align-items: center;

    border-right: 1px solid #bfbfbf;
    flex: none;
}

.suggest-box-img-inner {
    width: 48px;
    height: 48px;
}

.suggest-box-item {
    border-bottom: 1px solid #bfbfbf;
    vertical-align: middle;
    align-items: center;
}

.suggest-box-text2 {
    color: #004217;
    font-size: 12px;
    font-weight: 300;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.suggest-box-text2 b {
    font-weight: 600;
    font-size: 13px;
}

.suggest-box-allresult {
    display: block;
    padding: 12px 8px;
    text-decoration: none;
    color: white;
    text-align: center;
    font-weight: bold;
}

.searched-text {
    font-weight: 500;
    color: #004217;
    font-size: 14px;
}

.line {
    border: 1px solid #D4DDE6;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.wrong-text {
    color: #00b540;
    font-size: 30px;
    padding: 40px 0 10px;
    text-align: center;
    font-weight: 500;
    z-index: 2;
}

.not-found {
    color: #004217;
    font-size: 22px;
    padding: 5px 0 15px;
    text-align: center;
    font-weight: 500;
    z-index: 2;
}

.not-found-img {
    height: auto;
    width: 500px;
}

.not-found-box {
    width: 500px;
    margin: auto;

}

.try-again {
    font-size: 16px;
    color: #004217;
    text-align: center;
    padding: 25px 0;
}

.not-found-button {
    width: 250px;
    background-color: #00b540;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    margin: auto;
}

.back-text {
    color: #044118;
    font-size: 14px;
    padding: 20px 0 80px;
    text-align: center;
}

.back-text-href {
    color: #044118;
    text-decoration: none !important;
}

.back-text-href:hover {
    color: #044118;
    text-decoration: none !important;
}


.searcherActive .suggest-box {
    display: block;
}


.header-input-group:hover .header-input, .header-input-group:focus .header-input, .header-input-group:active .header-input, .header-input-group:focus-within .header-input {
    color: #fff;
}

.header-input-group:hover .search-icon, .header-input-group:focus .search-icon, .header-input-group:active .search-icon, .header-input-group:focus-within .search-icon {
    color: #fff;
}

.mobil-header-input-group {
    display: inline-flex;
    width: 100%;
    height: 40px;
    border: 1px solid #405977 !important;
    color: #79848F;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
}

.mobil-header-input {
    height: 38px;
    color: #79848F;

    border: none !important;
    border-radius: none !important;
    font-size: 14px;
}

.header-input {
    height: 38px;
    color: #79848F;
    background-color: #1E2021;
    border: none !important;
    border-radius: none !important;
    font-size: 14px;
}

.search-icon {
    font-size: 18px;
    color: white;
    padding: 4px 10px;
}

.mobil-search-icon {
    font-size: 18px;
    color: white;
    padding: 4px 10px;
    border-right: 1px solid #D4DDE6;
}

.header-menu {
    padding: 26px 0 0 0;
}

.header-title {
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding: 0 15px;
}

.header-title-href {
    color: white;
    text-decoration: none !important;
}

.header-title-href:hover {
    color: white;
    text-decoration: none !important;
}

.header-favourite {
    color: white;
    font-size: 22px;
    position: absolute;
    right: 120px;
    top: 0;
}

.header-user {
    padding: 22px 15px 0 15px;
    color: white;
    font-size: 22px;
    position: absolute;
    right: 80px;
    top: 0;
}

.mobil-header-user {
    padding: 22px 15px 0 15px;
    color: white;
    font-size: 22px;

}

.header-basket {
    position: absolute;
    top: 0;
    right: 0;
    height: 79px;
    width: 70px;
    color: white;
    font-size: 22px;
    padding: 19px 0 0 22px;
    background-color: #00b540;
}

.header2-container {
    background-color: #004217;
    padding: 0;
    position: relative;
    height: 50px;

}

.white-line {
    height: 4px;
    width: 100%;
    background-color: white;
}

.header2-line {
    display: inline-flex;
    width: 100%;
}

.header-dropdown {
    width: 220px;
    padding: 11px 0 10px 50px;

    color: white;
    font-size: 12px;
    font-weight: 500;
    position: relative;

    border-right: 1px solid #C5CCD1;

}

.header-dropdown2 {
    padding: 0;
    width: 220px;
    line-height: 50px;
    color: white;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    border-right: 1px solid #C5CCD1;
    text-align: center;

}

.header2-icon {
    font-size: 16px;
    padding-right: 8px;
}

.header2-icon img {
    margin-top: -5px;
}

.header-dropdown-href {
    color: white;
    text-decoration: none !important;
}

.header-dropdown-href:hover {

    text-decoration: none !important;
}

.header2-menu {
    line-height: 50px;
    padding-left: 30px;
}

.header-menu-title {
    color: white;
    font-size: 12px;
    text-decoration: underline;
    padding-right: 50px;
}

.header2-dropdown-href {
    color: white;
    text-decoration: underline !important;
}

.header2-dropdown-href:hover {
    color: white;
    text-decoration: underline !important;
}

.header-free {
    position: absolute;
    top: 17px;
    right: 30px;
    color: white;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}

a.header-free {
    text-decoration: none;
}

a.header-free:hover {
    color: #fff;
}

.header-free-free {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #EEEE00;
    padding: 3px 7px;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    margin-right: 5px;
}

.mobil-menu-body {
    display: none;
    top: 118px;
    height: calc(100vh - 118px);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background-color: #fff;
}

.mobil-menu-body .mobil-dropdown-in {
    height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
}

.add-fixed {
    position: fixed;
    z-index: 9999;
    display: block;
}

.mobil-header-container.active {
    position: fixed;
    z-index: 9999;
    display: block;
    top: 38px;
    height: 80px;
}

.mobil-first-line.active {
    position: fixed;
    z-index: 9999;
    display: block;
    height: 38px;
}


.actived-mobile-menu {
    display: none;
}

.actived-mobile-menu.active {
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: #fff;
}

.act-mobile-menu-top {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
    height: 50px;
    background-color: #00b540;
    color: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.act-mobile-menu-left {
    display: flex;
    align-items: center;
}

.act-mobile-menu-left:hover {
    cursor: pointer;
}

.close-act-menu:hover {
    cursor: pointer;
}

.act-mobile-menu-left img {
    margin-right: 10px;
}

.act-mobile-menu-content {
    display: none;
}

.act-mobile-menu-content.active {
    display: block;
    height: 100%;
    overflow-y: scroll;
    padding: 50px 15px 15px 15px;
}

.act-mobile-menu-content.pmobile-category.active .dropdown-item-href {
    padding: 0;

}

.act-mobile-menu-content.pmobile-category.active .mobil-dropdown-item {
    padding-left: 15px;
}

.act-mobile-item {
    display: flex;
    text-decoration: none;
    color: #004217;
    font-size: 17px;
    border-bottom: 1px solid #D4DDE6;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.act-mobile-item.last {
    border-bottom: none;
}

.mm-divider {
    height: 87px;
}

.pmobile-links {

}

.pmobile-links ul {
    margin: 0;
    padding: 0;
}

.pmobile-links ul li {
    color: #004217;
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid #D4DDE6;
}

.pmobile-links ul li a {
    color: #004217;
    text-decoration: none;
}


@media (max-width: 1280px) {

    .header-menu {
        display: none;
    }

    .mobil-first-line {
        display: block;
    }

    .mobil-alert-button {
        display: block;
    }

    .dropdown-item {
        white-space: normal;
    }

    .dropdown-box {
        width: 530px;

    }

    .dropdown-second {
        width: 100%;
    }

    .sticky-sidebar {
        padding: 15px;
    }

    .order-right-box {
        margin-top: 30px;
        padding: 30px;
        border-radius: 10px;
    }

    .sticky-sidebar div:nth-child(2) {
        height: auto !important;
        overflow: visible !important;
    }

    .sticky-sidebar .all-name {
        font-size: 12px;
    }

}

@media (max-width: 991px) {

    .highlighted-button {
        bottom: 5px;
    }

    .highlighted-block .blue-box {
        display: none;
    }

    .highlighted-block .hl-list {
        text-align: center;
    }

    .highlighted-block .hl-list ul {
        padding-left: 0;
    }

    .highlighted-block .hl-list li {
        list-style: none;
    }

    .highlighted-block .hl-list-title {
        font-weight: bold;
    }

    .highlighted-block .hl-block-product-box {
        margin-bottom: 15px;
    }

    .highlighted-block .hl-block-product-box img {
        height: 110px;
        width: 110px;
    }

    .highlighted-block-content {
        margin: 10px auto;
    }

    .hl-block-product-button {
        margin-bottom: 10px;
    }

    .header-user {
        right: 43px;
    }

    .header-user img {
        height: 20px;
        width: auto;
    }

    .header-favourites {
        right: 85px !important;
    }

    .header-favourites img {
        width: auto;
        height: 26px;
    }

    .header-basket {
        width: 24px;
        height: 24px;
        padding-right: 10px;
        margin-right: 10px;
        padding-left: 0px;
        background-color: transparent;
    }

    .header-basket img {
        height: 20px;
        width: auto;
    }

}


.side-filter {
    /* display: none; */
    position: fixed;
    left: -600px;
    top: 0px;
    width: 380px;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    transition: all 0.3s ease;
}

.side-filter-active {
    left: 0 !important;
}

.filter-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-bottom: 1px solid #ededed;
}

.filter-header-title {
    font-size: 24px;
    font-weight: 600;
}

.filter-header-buttons {
}

.filter-header-buttons .filter-delete {
    margin-right: 15px;
    line-height: 20px;
}

.filter-header-buttons .filter-close {
    font-size: 20px;
    cursor: pointer;
    border: none;
}

.filter-body {
    padding: 20px;
    height: calc(100vh - 157px);
    height: calc(100dvh - 157px);
    overflow-x: none;
    overflow-y: auto;
    width: 100%;
}

.filter-body .filter-item {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
}

.filter-body .filter-item h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #000;
}

.filter-body .filter-item span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #4e5763;
}

.filter-body .filter-item .filter-item-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4e5763;
    font-size: 12px;
}

.ml-0 {
    margin-left: 0 !important;
}

.filter-body .dropdown-icon:hover {
    color: #000;
    cursor: pointer;
}

.filter-item-header .btn .fa-chevron-down {
    display: none;
}

.filter-item-header .btn .fa-chevron-up {
    display: block;
}

.filter-item-header .btn.collapsed .fa-chevron-down {
    display: block;
}

.filter-item-header .btn.collapsed .fa-chevron-up {
    display: none;
}

.filter-body .filter-item .filter-item-body {
    margin-top: 15px;
}

.filter-body span.colorselector {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: 0;
}

.filter-body .color-white {
    border: 1px solid #ccc;
}

.filter-body .filter-item-options {
    margin-bottom: 10px;
}

.filter-body .filter-item-options .form-check-label {
    display: flex;
    line-height: 16px;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.filter-body .filter-item-options label {
    margin-left: 10px;
    font-size: 14px;
}

.filter-body .filter-item-options .form-check {
    display: flex;
}

.filter-body .filter-item-options .form-check .form-check-input {
    float: none;
}

.filter-body .filter-item-options .form-check-label input {
    margin-top: -3px;
}

.filter-footer {
    width: 100%;
    height: 70px;
    padding: 20px;
}

.filter-footer .btn-filter {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #00b540;
    border-top: 1px solid #ededed;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* button */
::-webkit-scrollbar-button {
    background: #f1f1f1;
    height: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00b540;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #666;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Corner */
::-webkit-scrollbar-corner {
    background: #999;
}


.act-mobile-footer {
    padding-bottom: 20px;
}

.profile-icon-active {
    background: #00b540;
    border-radius: 100%;
}

.profile-text {
    width: calc(100% - 220px);
    display: flex;
    flex-direction: column;
    color: #fff;
}

.profile-text.logined {
    width: calc(100% - 220px);
}

.profile-text .p-welcome {
    font-size: 22px;
    font-weight: 500;
    width: 100%;
    overflow: hidden;
    height: 33px;
    white-space: nowrap;
}

.profile-text .p-auth-info {
    font-size: 13px;
    color: #fff;
}


.header-favourites {
    padding: 22px 15px 0 15px;
    color: white;
    font-size: 22px;
    position: absolute;
    right: 130px;
    top: 0;
}

.header-favourites img {
    width: 30px;
    height: auto;
}

@media (min-width: 992px) {
    .hide-desktop {
        display: none;
    }

}

.main-href {
    text-decoration: none !important;
    color: white;
}

.main-href:hover {
    text-decoration: none !important;
    color: white;
}


.mobil-first-line {
    display: none;
    background-color: #011005;
    border-bottom: 1px solid #707070;
}


.mobil-first-line-box {
    background-color: #011005;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    /* border-right: 1px solid #707070; */
    margin: 8px 0;
}

.mobil-first-line-box2 {
    background-color: #011005;
    color: white;
    font-size: 14px;
    font-weight: 300;
    text-align: center;

    margin: 8px 0;
}


.header-dropdown:hover {
    background-color: white;
    color: #004217 !important;

}

.header-dropdown-href:hover {
    color: #004217 !important;
}

.header-dropdown:hover .header2-icon {
    color: #00b540;
}

.header-dropdown:hover .header-dropdown-href {
    color: #004217;
}

.header-dropdown:hover .dropdown-big {
    z-index: 999;
    display: block;
}

.dropdown-big {
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: -650px;
    height: 650px;
    left: 0;
    display: none;
    z-index: 2;
}

.dropdown-box {
    width: 300px;
    background-color: white;
    border-right: 1px solid grey;
    height: 650px;
}

.drop-fix {
    display: inline-flex;
}

.dropdown-in {
    padding: 20px 40px;
    position: relative;
    display: block;
}

.mobil-dropdown-in {
    padding: 20px 20px;
    position: relative;
}

.dropdown-item {
    position: relative;
    color: #00b540;
    font-weight: 500;
    font-size: 12px;
    padding: 7px 0;
    border-bottom: 1px solid #E0E2E4;
}

.dropdown-item a {
    text-decoration: none !important;
    color: #00b540;
}

.mobil-dropdown-item {
    position: relative;
    color: #004217;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

.mobil-dropdown-item.subcat {
    padding: 15px;
    border-bottom: 1px solid #D4DDE6
}

.mobil-dropdown-item .right-icon {
    top: 18px;
}

.mm-footer {
    display: flex;
    align-items: flex-end;
    padding: 15px 20px;
    color: #004217;
    text-decoration: none;
    margin: 0 -20px;
    background-color: #EFF4F9;
    line-height: 24px;
}

.mm-footer .mm-icon {
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 15px;
}

.mm-footer.am-profile {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #EFF4F9;
    padding: 25px 20px;
}

.dropdown-item-active {
    color: #004217;
}

.dropdown-item-href {
    color: #00b540;
    text-decoration: none !important;

}

.dropdown-item-href:hover, .dropdown-item-href.active {
    color: #00b540;
    text-decoration: none !important;
    background-color: white;
}

.right-icon {
    color: #004217;
    font-size: 14px;
    position: absolute;
    top: 7px;
    right: 5px;
}

.right-box {
    position: absolute;
    height: 20px;
    width: 20px;
    z-index: 3;
    background-color: white;
    border-right: 1px solid #7f7f7f;
    border-top: 1px solid #7f7f7f;
    transform: rotate(45deg);
    top: 60px;
    right: -11px;
}

.dropdown-second {
    padding: 40px 50px;
    background-color: white;
    width: 600px;
    height: 650px;
    overflow-y: auto;
}

.drop-type {
    padding-bottom: 40px;
}

.drop-title {
    color: #004217;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.drop-item {
    color: #004217;
    font-size: 12px;
    padding-bottom: 10px;
    font-weight: 400;
}

.drop-item-href {
    color: #004217;
    text-decoration: none !important;
}

.drop-item-href:hover {
    color: #004217;
    text-decoration: none !important;
}

.dropdown-third {
    padding: 40px 40px;
    background-color: #EFF4F9;
    width: 300px;
    height: 650px;
}

.product-full {
    width: 100%;
    padding: 0;
    border: none;
}

.list-cart-btn-container .form-control {
    border: none;
    margin: 7px 0px 10px 15px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #00b540;
    border-top: 1px solid #00b540;
    border-bottom: 1px solid #00b540;
    border-left: 1px solid #00b540;
}

.list-cart-btn {
    border: none;
    border-top: 1px solid #00b540;
    border-bottom: 1px solid #00b540;
    border-right: 1px solid #00b540;
    margin: 7px 15px 10px 0px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #00b540;
}

.swip-box-after-button:hover {
    background: #00b540;
    color: white;
}

.drop-product {
    font-weight: 400 !important;
}

.drop-video {
    background-color: white;
    left: 0px;
}

.drop-sale {
    left: 0;
}


.swiper {
    width: 100%;
    height: 100%;

}

.swiper-slide {
    text-align: center;
    font-size: 18px;


    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

}

.swiper-slide img, .swiper-slide picture {
    display: inline-block;
    width: 92%;
    height: 92%;
    object-fit: contain;
    object-position: bottom;
}

.rating-imgtag {
    width: 15px !important;
    height: 15px !important;
    margin-top: -5px;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.main-swiper-bg {
    background: url("../images/hero_bg.jpg");
    background-size: cover;
    min-height: 400px;
}

.home-swiper1-container {
    background-color: #EFF4F9;

}

.main-swiper .swiper-pagination-bullet, .home-swiper2 .swiper-pagination-bullet, .home-swiper1-container .swiper-pagination-bullet {
    width: 10px;
    border-radius: 10px;
    height: 10px;
    margin-right: 4px;
    transition: all 0.5s ease;
}

.main-swiper .swiper-pagination-bullet-active, .home-swiper2 .swiper-pagination-bullet-active, .home-swiper1-container .swiper-pagination-bullet-active {
    width: 25px;
}

.home-swiper1-container .swiper-pagination6 {
    float: right;
    width: auto;
    margin-top: -12px;
}

.header-title-href span {
    position: absolute;
    left: 14px;
    top: 0px;
    font-size: 11px;
    background: #E9E900;
    color: black;
    border-radius: 100%;
    padding: 2px;
    height: 16px;
    min-width: 16px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
}


.header-mobile-search {
    position: fixed;
    top: 0;
    left: -2000px;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    display: none;
    transition: all 0.3s ease;
    z-index: 9999;
}


.header-input-group:hover .header-input, .header-input-group:focus .header-input, .header-input-group:active .header-input, .header-input-group:focus-within .header-input {
    color: white;
}

.header-input-group:hover .search-icon, .header-input-group:focus .search-icon, .header-input-group:active .search-icon, .header-input-group:focus-within .search-icon {
    color: white;
}

.mobil-header-input-group {
    display: inline-flex;
    width: 100%;
    height: 40px;
    border: 1px solid #405977 !important;
    color: #79848F;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-radius: 5px;
}

.mobil-header-input {
    height: 38px;
    color: #79848F;

    border: none !important;
    border-radius: none !important;
    font-size: 14px;
}

.header-input {
    height: 38px;
    color: #79848F;
    background-color: #1E2021;
    border: none !important;
    border-radius: none !important;
    font-size: 14px;
}

.search-icon {
    font-size: 18px;
    color: white;
    padding: 4px 10px;
}

.mobil-search-icon {
    font-size: 18px;
    color: white;
    padding: 4px 10px;
    border-right: 1px solid #D4DDE6;
}


@media screen and (max-width: 768px) {

    .header-mobile-search {
        display: block;
    }

    .header-mobile-search-active {
        left: 0;
    }

    .header-fixed {
        display: none;
    }

    .header-mobile-search .search-box {
        display: block;
        padding: 0;
    }

    .header-mobile-search .search-box .suggest-box {
        display: block;
        border: 0;
        left: 0;
        top: 55px;
        right: 0;
        bottom: 0;
        overflow-y: initial;
    }

    .header-mobile-search .filter-body-without-button {
        height: calc(100% - 90px);
    }

    .header-mobile-search .header-input-group .header-input {
        background: white;
        border: 1px solid grey;
    }

    .header-mobile-search .header-input-group {
        width: 100%;
    }

    .mobil-first-line {
        display: block;
    }

    .mobil-alert-button {
        display: block;
    }

}


@media only screen and (max-width: 1340px) {
    .header-input-group {
        width: 370px;
    }

    #header-search-box {
        width: 390px;
    }

}

@media only screen and (max-width: 1260px) {
    .header-input-group {
        width: 260px;
    }

    #header-search-box {
        width: 280px;
    }


    .log-in-right {
        padding-top: 170px;
    }
}

@media only screen and (max-width: 1200px) {
    .header-input-group {
        width: 450px;
    }

    #header-search-box {
        width: 470px;
    }

}

@media only screen and (max-width: 840px) {
    .header-input-group {
        width: 250px;
    }

    #header-search-box {
        width: 270px;
    }


    .log-in-right {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    body {
        margin-top: 0;
    }
}


@media only screen and (max-width: 1150px) {
    .cookie {
        height: 200px;
    }
}

@media only screen and (max-width: 880px) {

    .mobile-no-pt {
        padding-top: 0 !important;
    }

    .cookie {
        height: 250px;
    }

    .basket-container {
        padding-top: 0px;
    }
}

@media only screen and (max-width: 790px) {
    .cookie {
        height: 250px;
    }

    .cookie.active {
        display: block;
    }

    .cookie-image {
        float: left;
        margin: 0 20px 40px 0;
    }

    .cookie-link {
        float: left;
    }

    .cookie-button {
        float: right
    }

    .cookie-content .cookie-text {
        padding-right: 0
    }
}

@media only screen and (max-width: 670px) {
    .cookie {
        height: 280px;
    }

    .cookie-image img {
        width: 30px;
    }

    .cookie-image {
        margin: 0 5px 0px 0;
    }

    .cookie-content .cookie-title {
        line-height: 30px;
        padding-left: 8px;
    }

    .cookie-button {
        float: none;
    }

    .cookie-accept {
        width: 100%;
        margin-top: 5px;
    }

    .cookie-content {
        margin: 0;
    }
}

@media only screen and (max-width: 400px) {
    .cookie {
        height: 350px;
    }

    .swiper-pagination1 {
        margin-top: 50px;
    }
}


.blue-href {
    color: blue;
    text-decoration: none !important;
}

.blue-href:hover {
    color: blue;
    text-decoration: none !important;
}

.footer-container {
    background-color: #011005;
    padding: 60px 0 80px 0;
}

.footer-logo {
    height: 60px;
    width: auto;
    margin-bottom: 20px;
}

.footer-logo-image {
    height: 100%;
    width: auto;
}

.footer-logo-title {
    color: #E0E2E4;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 40px;
}

.footer-icon-box {
    width: 65px;
    height: 65px;
    background-color: #00b540;
    border-radius: 5px;
    margin: 0 auto 15px;
    color: white;
    position: relative;
}

.footer-icon {
    text-align: center;
    padding: 0;
    line-height: 60px;
}

.footer-icon-text {
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.second-size {
    font-size: 40px;
}

.footer-hr {
    border: 1px solid #E0E2E4;
    margin: 0 0 40px 0;
}

.footer-title {
    color: #aae794;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
}

.footer-text1 {
    color: #E0E2E4;
    font-size: 12px;
    padding-bottom: 5px;
}

.footer-text2 {
    color: white;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer-href {
    color: white;
    text-decoration: none !important;
}

.footer-href:hover {
    color: white;
    text-decoration: none !important;
}

.footer-button {
    width: 90%;
    border-radius: 5px;
    background-color: #00b540;
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 12px;
    margin-top: 17px;
}

.footer-button-href {
    color: white;
    text-decoration: none !important;
}

.footer-button-href:hover {
    color: white;
    text-decoration: none !important;
}

.barion-box {
    padding-bottom: 7px;
    text-align: end;
    width: 100%;
}

.barion {
    height: 40px;
    width: auto;
}

.footer-copy {
    text-align: right;
    color: #E0E2E4;
    font-size: 12px;
}

.footer-cont {
    position: relative;
}

.shop-type-container {
    padding: 12px 0;
    border-bottom: 1px solid #D7D7D7;
    background-color: #EFF4F9;
}

.shop-container {
    background-color: #EFF4F9;
    padding: 50px 0 100px 0;
}

.shop-title {
    font-size: 55px;
    color: #004217;
    padding-bottom: 20px;
}

.shop-text {
    color: #004217;
    font-size: 20px;
}

.shop-second {
    position: relative;
    margin: 0px;
    height: 120px;
}

.shop-search-line {
    display: inline-flex;
    height: 64px;
    width: 100%;
    background-color: white;
    border: none;
    position: absolute;
    top: -32px;
    left: 0px;
    border-radius: 3px;
    box-shadow: 1px 10px 19px 1px rgba(156, 154, 154, 0.75);
}

.shop-search-icon {
    color: #004217;
    font-size: 20px;
    height: 64px;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 10px;
}

.shop-input {
    height: 64px;
    border: none !important;
    font-size: 17px;
}

.shop-search-button {
    width: 130px;
    background-color: #00b540;
    color: white;
    font-size: 17px;
    text-align: center;
    padding: 12px;
    height: 52px;
    margin: 6px;
    border-radius: 3px;
}

.shop-button-href {
    color: white;
    text-decoration: none !important;
}

.shop-button-href:hover {
    color: white;
    text-decoration: none !important;
}

.shop-product-title {
    color: #004217;
    font-size: 19px;
    padding: 17px 35px;

}

.shop-icon {
    padding-right: 10px;
}

.shop-choose-line {
    border-bottom: 1px solid #707070;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.filter-by-box2 {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 20px 0;
    float: right;
    height: 24px;
    font-size: 17px;
    color: #004217;
    font-weight: 500;
    display: inline-flex;
}

.shop-select {
    font-size: 17px;
}

.shop-line {
    margin-bottom: 40px;
    --bs-gutter-x: 0;
    border-radius: 10px;
    background-color: #EFF4F9;
}

.shop-info-box {
    padding: 50px 0 50px 80px;
}

.shop-name {
    font-size: 27px;
    padding-bottom: 20px;
}

.shop-address {
    font-size: 17px;
    padding-bottom: 3px;
}

.shop-open {
    padding: 20px 0 30px 0;
    font-size: 17px;
}

.open-line {
    display: inline-flex;
    width: 100%;
}

.blue-circle {
    width: 32px;
    height: 32px;
    background-color: #00b540;
    color: white;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 10px;
}

.blue-icon {
    padding: 7px 0 0 7px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #00b540;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item {
    font-size: 14px;
    color: #004217;
}

.mobil-header-container .active-module {
    display: none;
}

.mobil-header-container.active {
    top: 0 !important;
    height: 120px;
}

.mobil-header-container.active .mobil-header-user {
    display: none;
}

.mobil-header-container.active .active-module {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.mobil-header-container.active .header-img {
    display: none;
}

.mobil-header-container.active .header-image {
    width: 190px;
    height: 34px;
    padding: 50px 15px 15px 15px;
}

.active-header-img {
    width: 60px;
    height: auto;
}

.active-menu-button {
    background-color: #E9E900;
    font-size: 13px;
    font-weight: 500;
    color: #004217;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 130px;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
}

.close-panel {
    position: absolute;
    right: 0px;
    top: -40px;
}


.acce-big-box {
    width: 100%;
    background-color: #EFF4F9;
    padding: 8px;

}

.acce-little-box {
    border: 1px solid #00b540;
    background-color: white;
    padding: 30px 0;
    --bs-gutter-x: 0;
}

.acce-box {
    border-right: 1px solid #E0E2E4;
    position: relative;
    padding: 0 25px;
}

.acce-box2 {

    position: relative;
    padding: 0 25px;
}

.acce-img {
    width: 100%;
    height: auto;
}

.acce-name {
    color: #004217;
    font-size: 12px;
    padding-bottom: 5px;
}

.acce-price {
    color: #004217;
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
}

.acce-price .price-old {
    color: #79828d;
    font-weight: 500;
    font-size: 13px;
    padding-top: 10px;
    text-decoration: line-through;
}

.acce-button {
    position: absolute;
    bottom: 0;
    right: 25px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 5px;
    background-color: #00b540;
}

.acces-image {
    position: relative;
}

.acce-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.acce-button-href {
    color: white;
    text-decoration: none !important;
}

.acce-button-href:hover {
    color: white;
    text-decoration: none !important;
}


.recommender-link {
    text-decoration: none;
    color: #111;
}


@media screen and (min-width: 1200px) {
    .acce-button {
        bottom: 0px !important;
    }
}

@media screen and (max-width: 1120px) {
    .acce-little-box {
        padding: 10px !important;
    }

    .acce-button {
        bottom: 0px !important;
        right: auto !important;
    }

    .acce-name {
        max-height: 52px !important;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {

    .header2-container {
        display: none;
    }

    .mobil-header-container {
        display: block;
    }

    .header-image {
        width: 220px;
        padding-right: 30px;
        padding-left: 0;
    }


    .header-img {
        width: 190px;
        height: 34px;
        margin-top: 3px;
    }

    .basket-non-responsive {
        display: none;
    }

    .mobil-basket-box {
        display: block;
    }

    .basket-acce-box {
        padding-bottom: 15px;
    }

    .mobil-acce-button {
        bottom: 15px !important;
    }

    .acces-image {
        width: 25%;
    }

    .basket-quantity {
        bottom: 75px;
    }

    .basket-right-box {
        margin-left: 0;
    }

    .basket-select {
        width: 80px;
        height: 40px;
    }

    .acce-button {
        position: relative !important;
        display: inline-block;
        text-align: center;
        margin: auto;
        right: auto !important;
    }

    .breadcrumb .breadcrumb-item {
        padding: 5px;
    }
}

.home-box {
    margin-top: 20px;
    background-color: #dfeae4;
    padding: 20px 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.home-texts {
    width: 88%;
}

.home-icon {
    color: #00b540;
    font-size: 38px;
    padding-right: 10px;
}

.home-title {
    color: #004217;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    line-height: 18px;
}

.home-text {
    color: #004217;
    font-size: 17px;
    padding-bottom: 4px;
    border-bottom: 1px solid #E0E2E4;
    width: 96%;

}

.home-from {
    color: #00b540;
    font-size: 14px;
    margin-top: 7px;
}

.home-free {
    color: #004217;
    font-weight: 500;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #E0E2E4;

}

.home-from-href {
    color: #00b540;
    text-decoration: none !important;
}

.home-from-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.blue-box {
    height: 100px;
    width: 50px;
    position: absolute;
    left: -32px;
    bottom: -30px;
    transform: rotate(340deg);
    background-color: #00b540;
}

.blue-box2 {
    height: 100px;
    width: 50px;
    position: absolute;
    right: -32px;
    top: -30px;
    transform: rotate(160deg);
    background-color: #00b540;
}

.accesorie-title {
    color: #004217;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 15px 0;
}


/**
 * Reviews
 */

.reviews {
    margin-bottom: 30px;
}

.reviews.comements {
    padding-top: 0;
}

.reviews.comements .commentlist li {
    border-top: 1px solid #ebebeb;
    border-bottom: none;
}

.reviews.comements ul.children {
    width: 81.8181818182%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    padding-top: 1.618em;
}

.reviews.comements ul.children li {
    margin-bottom: 1.618em;
}

.reviews.comements ul.children li:last-child {
    margin-bottom: 0;
}

.reviews .comment-form-rating {
    clear: both;
}

.reviews .comment-form-rating label {
    display: block;
}

.reviews .advanced-review {
    display: none;
}

.reviews .advanced-review .advanced-review-rating {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .reviews .advanced-review .advanced-review-rating {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .reviews .advanced-review .advanced-review-rating {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}

.reviews .advanced-review .advanced-review-rating h2.based-title {
    font-weight: 500;
    margin-bottom: 1.375em;
    font-size: 1.5em;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 0.542em;
}

.reviews .advanced-review .advanced-review-rating .star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
}

.reviews .advanced-review .advanced-review-rating .star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
}

.reviews .advanced-review .advanced-review-comment {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 30px;
    background-color: #EFF4F9;
}

@media (max-width: 575px) {
    .reviews .advanced-review .advanced-review-comment {
        margin-top: 20px;
    }
}

@media (min-width: 576px) {
    .reviews .advanced-review .advanced-review-comment {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .reviews .advanced-review .advanced-review-comment {
        flex: 0 0 100%;
        max-width: 50%;
        margin: auto;
    }
}

.reviews #respond {
    padding: 0px;
}

.reviews .avg-rating {
    display: flex;
    align-items: center;
    margin-bottom: 2.813em;
}

.reviews .avg-rating .avg-rating-number {
    font-size: 2.750em;
    display: inline-block;
    line-height: 1;
    font-weight: 300;
    margin-right: 0.659em;
}

.reviews .avg-rating .star-rating {
    display: inline-block;
    font-size: 1.438em;
    width: 6em /*rtl:6.2em */;
    letter-spacing: 2px;
}

.reviews .rating-histogram {
    width: 368px;
}

@media (max-width: 767px) {
    .reviews .rating-histogram {
        width: 100%;
    }
}

.reviews .rating-histogram .rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    justify-content: space-between;
}

.reviews .rating-histogram .rating-bar .star-rating {
    letter-spacing: 2px;
}

.reviews .rating-histogram .rating-bar .rating-percentage-bar {
    width: 12.250em;
    height: 0.625em;
    border-radius: 0.313em;
    background-color: #f3f3f3;
}

.reviews .rating-histogram .rating-bar .rating-percentage-bar .rating-percentage {
    height: 100%;
    background-color: #d8d8d8;
    display: block;
    border-radius: .313em;
}


.profil-rate-box {
    padding: 30px 0 40px 0;
}

.profil-rate-left {
    padding: 20px 10px 0 10px;
    text-align: center;
    border-right: 1px solid #E0E2E4;
}

.profil-rate-title {
    color: #004217;
    font-size: 50px;
    font-weight: 500;
    line-height: 46px;
}

.profil-rate-stars {
    color: #E9E900;
    font-size: 24px;
}

.profil-rate-text {
    color: #004217;
    font-size: 16px;
}

.profil-rate-right {
    padding: 5px 0 0 60px;
}

.profil-rate-line {
    display: inline-flex;
    width: 100%;
}

.profil-rate-line-text {
    width: 17%;
    color: #004217;
    font-size: 14px;
    padding-right: 5px;
}

.profil-rate-progress {
    width: 79%;
    margin-top: 8px;
    height: 8px;
    border-radius: 0%;
}

.profil-rate-number {
    width: 9%;
    color: #004217;
    font-size: 14px;
    padding-left: 15px;
}

.write-box {
    background-color: #EFF4F9;
    padding: 25px 30px;
    margin-bottom: 30px;
    --bs-gutter-x: none !important;
}

.write-title {
    color: #004217;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 3px;
}

.write-text {
    color: #004217;
    font-size: 14px;
}

.write-button-box {
    position: relative;
}

.write-button {
    position: absolute;
    background-color: #00b540;
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding: 12px 0px;
    width: 160px;
    border-radius: 2px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.write-button {
    border: none;
}

.write-button-href {
    color: white;
    text-decoration: none !important;
}

.write-button-href:hover {
    color: white;
    text-decoration: none !important;
}

.profil-second {
    padding: 0 0 8px 0;
    border-bottom: 1px solid #E0E2E4;
    --bs-gutter-x: none !important;
}

.profil-second-left {
    color: #004217;
    font-size: 15px;
}

.profil-second-right {
    color: #00b540;
    font-size: 15px;
    text-align: end;
}

.one-rate-box {
    padding: 25px 0 30px 0;
    border-bottom: 1px solid #E0E2E4;
}

.one-rate-star {
    color: #E9E900;
    font-size: 18px;
    padding-bottom: 10px;
}

.one-rate-data {
    color: #004217;
    font-size: 13px;
    text-align: end;
    padding-top: 8px;
}

.one-rate-title {
    color: #004217;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 10px;
}

.one-rate-text {
    color: #004217;
    font-size: 14px;
}

.rate-buttons-box {
    padding: 40px 0 0px;
    position: relative;
    margin-bottom: 80px;
}

.middle {
    margin: auto;
    width: 355px;
}

.rate-buttons {

    display: inline-flex;
    width: 395px;
}

.rate-button1 {
    width: 190px;
    color: #00b540;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #00b540;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
    padding: 10px 0;
    background-color: #fff;
}

.rate-button2 {
    width: 190px;
    color: white;
    background-color: #00b540;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-align: center;
    padding: 12px 0;
}

.rate-button1-href {
    color: #00b540;
    text-decoration: none !important;
}

.rate-button1-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.rate-button2-href {
    color: #00b540;
    text-decoration: none !important;
}

.rate-button2-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.check-red {
    background-color: #FF6070;
    padding-left: 12px;
    padding-top: 4px;
}

.text-red {
    color: #FF6070;
    font-weight: 500;
    font-size: 13px;
}

.red-box {
    margin-top: 10px;
}

.out-box {
    padding: 15px;
    background-color: #FEECEE;
    color: #FF6070;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    border: 1px solid #FF6070;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.out-box-href {
    color: #FF6070;
    text-decoration: none !important;
}

.out-box-href:hover {
    color: #FF6070;
    text-decoration: none !important;
}

.out-favourite {
    border-bottom: 1px solid #E0E2E4;
    --bs-gutter-x: none !important;
}

.out-padding {
    padding-top: 35px;
    margin-bottom: 30px;
}

.added-right {
    width: 500px;
    position: fixed;
    right: calc(100vw * -2);
    height: 100vh;
    background-color: #EFF4F9;
    z-index: 999;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    transition: all 0.25s;
    top: 0;
    bottom: 0;
    overflow-y: auto !important;
}

.added-right.active {
    right: 0px;
}

.added-white {
    background-color: white;
}

.added-first {
    padding: 10px 20px;
    border-bottom: 1px solid #E0E2E4;
    display: inline-flex;
    width: 100%;
}


.added-icon {
    width: 10%;
    margin-right: 10px;
    color: #00b540;
    font-size: 35px;
    line-height: 70px;
}

.added-title {
    color: #00b540;
    font-weight: 500;
    font-size: 14px;
    margin-top: 23px;
    width: 70%;
}

.added-close {
    width: 20%;
    color: #004217;
    font-size: 24px;
    text-align: end;
    margin-top: 13px;
    cursor: pointer;
}

.added-second {
    padding: 20px !important;
    border-bottom: 1px solid #E0E2E4;
}

.added-quantity {

    color: #004217;

    width: 90px;
    height: 40px !important;
}

.added-select {
    color: #004217;
    border: 1px solid #E0E2E4;
    width: 80px;
    height: 40px;
    border-radius: 2px;
}

.added-price {
    color: #004217;
    font-weight: 700;
    font-size: 14px;
    text-align: end;
    padding-top: 7px;
}

.end {
    text-align: right;
}

.added-item-name {
    color: #004217;
    font-size: 14px;
    padding-bottom: 10px;
}

.added-buttons {
    position: absolute;
    bottom: 25px;
    right: -10px;
}

.added-third {
    padding: 20px 20px 20px 20px;
}

.added-row {
    padding-bottom: 15px;
}

.added-text {
    color: #004217;
    font-size: 13px;
    line-height: 22px;
}

.added-button {
    width: 100%;
    background-color: #00b540;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 20px;
}

.added-button2 {
    color: #00b540;
    font-size: 14px;
    text-align: center;
}

.added-button-href {
    color: #00b540;
    text-decoration: none !important;
}

.added-button-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.added-more-title {
    color: #004217;
    font-weight: 500;
    font-size: 18px;
    padding: 25px 10px 10px 10px;
}

.added-more-box {
    margin: 0 10px 0 10px;
    background-color: white;
    border-radius: 5px;
    padding: 10px 5px 30px 5px;
}

.added-more-image {
    width: 100%;
    height: auto;
}

.added-more-img {
    width: 100%;
    height: auto;
}

.added-more-price {
    color: #004217;
    font-weight: 500;
    font-size: 16px;
}

.added-more-old-price {
    color: #E0E2E4;
    font-weight: 400;
    font-size: 9px;
    text-decoration: line-through;
}

.added-more-name {
    color: #004217;
    font-size: 12px;
    padding-bottom: 15px;
}

.added-more-button {
    background-color: #00b540;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    padding: 5px 7px;
    width: 80px;
    border: none;
}

.relative {
    position: relative;
}

.to-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.added-image {
    width: 100%;
    height: auto;
    padding: 10px;
}

.added-img {
    width: 100%;
    height: auto;
}

.added-button3 {
    width: 160px;
    background-color: #00b540;
    border-radius: 5px;
    color: white;
    font-weight: 500;
    font-size: 12px;
    float: right;
    padding: 12px 10px 12px 12px;
    position: relative;
}

.added-button-icon {
    color: white;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 500;
}

.icon-padding {
    font-size: 16px;
    color: #00b540;
    padding-right: 8px;
}

{
    padding: 50px 0 120px 0
;
}

.basket-title {
    color: #004217;
    font-size: 20px;
    padding-bottom: 15px;
}

.not-longer {
    --bs-gutter-x: none !important;
}

.basket-row {
    padding: 30px 0 0 0;
}

.basket-underline {
    border-bottom: 1px solid #E0E2E4;
}

.basket-image {
    position: relative;
}

.basket-img {
    width: 90%;
    height: auto;
    max-width: 165px;
}

a.basket-item-name {
    display: block;
    text-decoration: none;
    color: #004217;
    font-size: 16px;
    padding-bottom: 10px;
}

.basket-item-data {
    color: #004217;
    font-size: 13px;
}

.basket-buttons {
    padding-top: 25px;
}

.basket-button {
    font-size: 14px;
    color: #00b540;
    padding-right: 30px;
}

.basket-item-line {
    padding: 35px 0;
    border-bottom: 1px solid #E0E2E4;
    position: relative;
}

.basket-item-line.not-available {
    background-color: #ffd3d3;
}

.basket-icon {
    font-size: 18px;
    padding-right: 5px;
}

.basket-icon img {
    width: 16px;
    height: 16px;
}

.basket-button-href {
    color: #00b540;
    text-decoration: none !important;
}

.basket-button-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.basket-price {
    color: #004217;
    font-weight: 500;
    font-size: 18px;
    text-align: end;
}

.basket-old-price {
    color: #E0E2E4;
    text-decoration: line-through;
    font-size: 12px;
    text-align: end;
}

.basket-quantity {
    position: absolute;
    bottom: 35px;
    right: 0;
    color: #004217;

    width: 90px;
    height: 50px;
}

.basket-select {
    color: #004217;
    border: 1px solid #E0E2E4;
    width: 80px;
    height: 50px;
    border-radius: 2px;
}

.basket-right-box {
    margin-top: 46px;
    margin-left: 20px;
    background-color: #EFF4F9;
    padding: 25px;
}

.basket-second-box-button {
    display: block;
    text-decoration: none;
    width: 100%;
    background-color: #00b540;
    border-radius: 5px;
    padding: 16px;
    text-align: center;
    color: white;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 14px;
}

.basket-second-box-button:hover {
    color: #fff;
}

.basket-text1 {
    color: #004217;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
}

.basket-text2 {
    color: #004217;
    font-size: 13px;
    padding-bottom: 10px;
}

.basket-text3 {
    color: #004217;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: end;
}

.basket-text4 {
    color: #004217;
    font-size: 13px;
}

.basket-text5 {
    color: #004217;
    font-size: 13px;
    font-weight: 500;
    text-align: end;

}

.basket-text6 {
    color: #00b540;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 15px;
}

.basket-href {
    color: #00b540;
    text-decoration: none !important;
}

.basket-href:hover {
    color: #00b540;
    text-decoration: none !important;
}


@media only screen and (max-width: 1200px) {
    .added-right {
        width: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .added-right {
        width: 60%;
    }
}

@media only screen and (max-width: 575px) {
    .added-right {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .reviews .rating-histogram .rating-bar .rating-percentage-bar {
        width: 10em;
    }

    #respond.comment-respond .comment-form .comment-form-author, #respond.comment-respond .comment-form .comment-form-email {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .write-button {
        position: relative;
        margin-top: 10px;
    }

    .profil-rate-right {
        padding: 15px;
    }

    .added-right {
        width: 100%;
    }

}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 6em /*rtl:6.2em */;
    font-family: 'star';
    font-weight: 400;
    word-break: keep-all;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #2c2d33;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: FontAwesome;
    letter-spacing: 0.313em;
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
}

p.stars {
    display: inline-block;
    margin: 0;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 2px;
    font-weight: 400;
    font-size: 18px;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    content: " ";
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/icon-star.svg");
    text-indent: 0;
    opacity: .25;
}

p.stars a:hover ~ a:before {
    background-image: url("../images/icon-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #43454b;
    opacity: .25;
}

p.stars:hover a:before {
    background-image: url("../images/icon-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fed700;
    opacity: 1;
}

p.stars.selected a.active:before {
    background-image: url("../images/icon-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fed700;
    opacity: 1;
}

p.stars.selected a.active ~ a:before {
    background-image: url("../images/icon-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #43454b;
    opacity: .25;
}

p.stars.selected a:not(.active):before {
    background-image: url("../images/icon-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    color: #fed700;
    opacity: 1;
}

button.rate-button2 {
    border: none;
}

.more-reviews {
    display: none;
}

.header-search-template {
    display: block;
}

.swip-box2 {
    border-radius: 0 !important;
}

.swip-box2 .swip-box-after {
    z-index: 30 !important;
    bottom: -46px;
}

.swip-box-after {
    display: none;
}

.swip-box:hover {
    box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
}

.swip-box:hover .swip-box-after {
    display: block;
    position: absolute;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    left: 0;
    right: 0;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.swip-box-after-button {
    border: 1px solid #00b540;
    margin: 7px 15px 10px 15px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #00b540;
}

.list-cart-btn-container .form-control {
    border: none;
    margin: 7px 0px 10px 15px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #00b540;
    border-top: 1px solid #00b540;
    border-bottom: 1px solid #00b540;
    border-left: 1px solid #00b540;
}

.list-cart-btn {
    border: none;
    border-top: 1px solid #00b540;
    border-bottom: 1px solid #00b540;
    border-right: 1px solid #00b540;
    margin: 7px 15px 10px 0px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background-color: #00b540;
}

.swip-box-after-button:hover {
    background: #00b540;
    color: white;
}

#respond.comment-respond {
    padding: 0;
}

#respond.comment-respond .comment-reply-title {
    display: block;
    font-size: 24px;
    padding-bottom: .2em;
    margin-bottom: 30px;
}

#respond.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}

#respond.comment-respond .comment-form label {
    font-weight: normal;
    color: #626060;
    display: block;
}

#respond.comment-respond .comment-form .comment-notes,
#respond.comment-respond .comment-form .comment-form-rating,
#respond.comment-respond .comment-form .comment-form-comment,
#respond.comment-respond .comment-form .form-submit,
#respond.comment-respond .comment-form .comment-form-url {
    flex: 0 0 100%;
    max-width: 100%;
}

#respond.comment-respond .comment-form .comment-form-author,
#respond.comment-respond .comment-form .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 0;
}

#respond.comment-respond .comment-form .comment-form-author input,
#respond.comment-respond .comment-form .comment-form-email input {
    width: 100%;
}

#respond.comment-respond .comment-form .comment-form-author {
    order: 3;
    padding-right: 15px;
}

#respond.comment-respond .comment-form .comment-form-email {
    order: 4;
    padding-left: 15px;
}

#respond.comment-respond .comment-form .comment-form-comment {
    order: 6;
    margin-bottom: 27px;
}

#respond.comment-respond .comment-form .comment-form-url {
    order: 5;
}

#respond.comment-respond .comment-form .form-submit {
    order: 7;
}

#respond.comment-respond .comment-form .form-submit input[type=submit] {
    background-color: transparent;
    font-size: 14px;
    border: 2px solid;
    border-radius: 50px;
    padding: 5px 40px;
}

#respond.comment-respond .comment-form .form-submit input[type=submit]:hover {
    color: #fff;
}

#respond.comment-respond .comment-form > p {
    margin-bottom: 1.300em;
}

#respond.comment-respond .comment-form > p.logged-in-as {
    font-size: 14px;
}

#respond.comment-respond .comment-form > p label {
    color: #626060;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

#respond.comment-respond .comment-form > p input[type="submit"] {
    border-radius: 1.438em;
    color: #fff;
}

#respond.comment-respond .comment-form > p .input-text,
#respond.comment-respond .comment-form > p input[type="email"],
#respond.comment-respond .comment-form > p input[type="password"],
#respond.comment-respond .comment-form > p input[type="search"],
#respond.comment-respond .comment-form > p input[type="text"],
#respond.comment-respond .comment-form > p input[type="url"],
#respond.comment-respond .comment-form > p textarea {
    width: 100%;
}


@media (max-width: 767px) {
    .reviews .rating-histogram .rating-bar .rating-percentage-bar {
        width: 10em;
    }

    #respond.comment-respond .comment-form .comment-form-author, #respond.comment-respond .comment-form .comment-form-email {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.type-filter-line {
    display: flex;
    align-items: center;
    --bs-gutter-x: 0;
    justify-content: space-between;
}

.type-filter {
    display: flex;
    margin: 20px 0 20px;
    color: #fff;
    font-size: 14px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    background-color: #365b02;
    padding: 7px 10px;
}

.type-filter:hover {
    background-color: #011005;
    color: #fff;
}

.type-filter img {
    width: 16px;
    height: 16px;
}

.type-bars {
    font-size: 16px;
    padding-right: 5px;
}

.now-filter {
    display: inline-flex;
    margin: 14px 0 14px 20px;

}

.now-filter-box {
    background-color: #EFF4F9;
    color: #004217;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.now-filter-icon {
    padding-left: 7px;
    font-size: 12px;
    cursor: pointer;
}

.filter-delete {
    color: #00b540;
    padding-left: 5px;
    font-size: 13px;
    cursor: pointer;
}

.filter-by-box {
    float: right;
    height: 24px;
    font-size: 13px;
    color: #004217;
    font-weight: 500;
    display: inline-flex;
}

.filter-select {
    height: 24px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid #E0E2E4;
    color: #004217;
    font-weight: 400;
    border-radius: 0;
    cursor: pointer;
    font-size: 14px;
    margin: 0 0 0 5px;
    padding: 2px 7px;
    text-align: center;
}

.filter-by-title {
    padding-top: 2.5px;
    padding-right: 5px;
}

.type-number {
    padding: 40px 0;
    border-top: 1px solid #D4DDE6;

    color: #004217;
    font-size: 14px;
    position: relative;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 10px;
}

.type-number2 {
    color: #004217;
    font-size: 14px;
}

.type-title {
    margin: 20px auto;
}

.remove_a {
    text-decoration: none;
}

.product-category-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    position: relative;
}

.product-box-item {
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    padding: 0 0 15px 0;
}


.pagination {
    display: flex;
    /*top: 40px;*/
}

.pagination a {
    background-color: #fff;
    color: #004217;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    text-decoration: none;
}

.pagination-box, .pagination-box a {
    margin-left: 10px;
    width: 40px;
    height: 40px;
    font-size: 17px;
    font-weight: 400;
    padding: 7px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.pagination-box a:hover {
    background-color: #000;
    color: #fff;
}

.pagination-icon {
    font-size: 18px;
    margin-top: 0px;
}

.pagination-active a {
    background-color: #EFF4F9;
    color: #000;
    font-weight: bold;
    cursor: default;
}

.drop-product {
    font-weight: 400 !important;
}

.drop-video {
    background-color: white;
    left: 0px;
}

.drop-sale {
    left: 0;
}

.type-product-line {
    display: flex;
}


.product-image {
    margin: auto;
    width: 221px;
    height: 221px;
}

.responsive-product-image {

    margin: auto;
    height: auto;
}

.product-img {
    width: 100%;
    height: auto;
}

.product-sale {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #b90000;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.product-favourite {
    position: absolute;
    font-size: 16px;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.product-price {
    color: #004217;
    font-size: 20px;
    padding: 12px 0 5px 0;
    text-align: center;
    font-weight: bold;
}

.product-old {
    font-size: 16px;
    color: #333;
    font-weight: 100;
    padding-left: 5px;
    text-decoration: line-through;
}

.product-box-item-content {
    text-align: center;
    padding: 15px;
}

.product-box-item .product-stars {
    font-size: 12px;
    color: #777;
}

.product-name {
    text-align: center;
    color: #000;
    font-size: 14px;
    padding-bottom: 15px;
    text-decoration: none;
}

.product-name:hover {
    color: #004217;
}

.product-video {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #004217;
    font-size: 12px;
    background-color: #EFF4F9;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 4px 7px;
}

.type-box, .type-box2 {
    background-color: #fff;
    border-radius: 2px;
    color: #004217;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

.next-page {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.next-icon {
    color: #00b540;
    font-size: 220px;
    font-weight: 100;
    margin-top: 30px;
}

.next-text {
    color: #00b540;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-top: -30px;
}

.last-box {
    background-color: #EFF4F9;
    min-height: 370px;
}

.last-box:hover {
    background-color: #EEEE00;
    color: black;
}

.last-box:hover .next-icon {
    color: black !important;
}

.last-box:hover .next-text {
    color: black !important;
}

.product-box {
    width: 20%;
}

.last-box {
    background-color: #eff4f9;
    min-height: 370px;
}

.product-box-item .swip-box-after {
    z-index: 30 !important;
    bottom: -46px;
}

.swip-box-after {
    display: none;
}


.swip-box:hover {
    box-shadow: 0px 8px 12px rgb(0 0 0 / 20%);
}

.product-box-item:hover .swip-box-after {
    display: block;
    position: absolute;
    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);
    left: 0;
    right: 0;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.swip-box-after-button {
    border: 1px solid #00b540;
    margin: 7px 15px 10px 15px;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #00b540;
}

.top-tags {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 10px;
}

.top-tags div {
    margin-right: 5px;
    margin-bottom: 5px;
}


.top-tags .item-shipping-info {
    font-size: 13px;
    background: #00b540;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1);
}


.top-tags .tag-sale {
    background-color: #b90000;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.top-tags .tag-bestseller {
    background-color: #e98c00;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.top-tags .tag-lastpieces {
    background-color: #00a8e9;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.top-tags .out-of-stock {
    background-color: #555;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
}

.type-box {
    background-color: white;
    border-radius: 2px;
    color: #004217;
    font-size: 13px;
    text-align: center;
    padding: 10px;
}

.category-box-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-height: 98px;
    overflow: hidden;
}

@media (max-width: 767px) {

    .mw-47 {
        width: 100%;
    }

    .type-box {
        font-size: 11.5px;
        padding: 4px 5px;
    }

    .type-box-href {
        max-width: 100%;
    }
}

.type-box-last {
    background-color: #14202f;
    color: #fff;
}

.type-box-href {
    color: #004217;
    text-decoration: none !important;
}

.filter-by-box-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.category-box-list {
    display: flex;
}

.form-check-label {
    gap: 5px;
}

@media (max-width: 1200px) {
    .product-category-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .last-box {
        min-height: auto;
        height: 150px;
        position: relative;
        background-color: #011005;
    }

    .next-icon {
        order: 2;
        line-height: 40px;
    }

    .next-icon img {
        height: 80px;
        width: auto;
    }

    .next-text {
        order: 1;
        color: #fff;
        margin-top: 29px;
    }

    .next-page {
        gap: 10px;
        top: 8px;
        display: flex;
        align-items: center;
    }

    .type-filter {
        padding: 10px 30px;
    }

    .top-tags {
        margin: 10px 10px 0px 10px;
    }

    .type-number {
        gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .type-text {
        font-size: 12px;
    }

    /*.product-image img {
        max-width: 100%;
    }*/

    .last-list {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
}


#desktop_recommender {
    display: block;
}

#mobile_recommender {
    display: none;
}

@media (max-width: 991px) {
    .product-category-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {

    .type-title {
        margin: 20px auto;
        text-align: center;
    }

    .category-box-list {
        justify-content: center !important;
        max-height: 102px !important;
    }

    .category-more-btn {
        display: flex !important;
        margin:auto !important;
        justify-content: center;
    }

    .top-tags {
        margin-top: 10px;
        position: relative;
        left: auto;
        top: auto;
    }

    .filter-by-box-container {
        flex-direction: column;
    }

    .type-filter-line {
        flex-direction: column;
    }

    .product-category-list {
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
    }

    #desktop_recommender {
        display: none;
    }

    #mobile_recommender {
        display: block;
    }


}

.aszf-container {
    background-color: #EFF4F9;
    text-align: center;
    padding: 90px 0 120px;
}

.aszf-title {
    font-size: 55px;
    font-weight: 500;
    color: #004217;
    padding-bottom: 15px;
}

.aszf-link {
    font-size: 20px;
    color: #004217;
}

.aszf-box {
    padding: 120px 0;
}

.aszf-section {
    padding-bottom: 80px;
}

.aszf-item-title {
    font-size: 35px;
    font-weight: 500;
    color: #004217;
    padding-bottom: 20px;
}

.aszf-item {
    font-size: 19px;
    padding-bottom: 30px;
    color: #171717;
}

.aszf-item:last-child {
    padding-bottom: 0;
}

.aszf-text {
    font-size: 19px;
    color: #171717;
    padding-bottom: 3px;
}

.aszf-bold {
    font-size: 19px;
    font-weight: 500;
    color: #171717;
    padding-bottom: 15px;
}

.aszf-href {
    color: #00b540;
    text-decoration: none !important;
}

.aszf-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.message-container {
    margin-top: 60px;
    padding: 60px 0;
    text-align: center;
    background-color: #EFF4F9;
}

.message-text {
    color: #004217;
    font-size: 35px;
    padding-bottom: 20px;
}

.message-button {
    width: 260px;
    height: 50px;
    background-color: #00b540;
    color: white;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
    margin: auto;
    border-radius: 3px;
}

.message-button-href {
    color: #00b540;
    text-decoration: none !important;
}

.message-button-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

@media (max-width: 767px) {

    .message-text {
        font-size: 25px;
    }

    .message-button {
        width: 180px;
        height: 40px;
        padding: 10px 0;
    }
    
}

/************************************************************- PRODUCT PAGE *******************/

.product-details {
    font-size: 14px;
    padding: 50px 0;
    background-color: #fff;
}

.product-info {
    font-size: 12px;
    color: #004217;
    padding: 10px 0;
    text-align: center;
}

.product-view__image {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.product-view__image img {
    justify-content: center;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 512px;
    object-fit: contain;
}

.product-view__thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    max-width: 100%;
    flex-wrap: wrap;
}

.product-view__thumbnails img {
    width: 100px;
    height: 100px;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #efefef;
}

.product-details h1 {
    color: #004217;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.5rem;
    padding-bottom: 7px;
}

.product-view__availability {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.product-view__availability .availability-text {
    gap: 0;
    display: flex;
    flex-direction: column;
}

.product-view__availability > span {
    align-items: center;
    display: flex;
    gap: 10px;
}

.product-view__availability .icon {
    border-radius: 50%;
    padding: 5px;
    background-color: #00b540;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
}

.product-view__availability .icon img {
}

.product-view__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.product-view__availability-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.price {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.discount {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 1.5rem;
    align-items: center;
}

.discount .old-price {
    text-decoration: line-through;
    color: #121212;
    font-size: 1.2rem;
    font-weight: 300;
}

.discount .sale-price {
    color: #ad0505;
    font-size: 1.4rem;
    font-weight: 700;
}

.product-view-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 20px;
}

.product-view-info .value {
    margin-left: 10px;
}

.product-title {
    display: flex;
}

.product-view__content .product-sale {
    display: inline;
    position: relative;
    top: -5px;
    width: 70px;
    font-size: 12px;
    color: #fff;
    background-color: #b90000;
    padding: 5px 7px;
    border-radius: 20px;
    text-align: center;
}

.product-view__title {
    display: inline;
}

.product-view__rating {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    margin-top: 10px;
}

.rating-value {
    font-size: 12px;
    color: #004217;
}

.product-view__buttons {
    display: flex;
    margin-top: 10px;
    gap: 5px;
}

.product-view__buttons .qty-btn-group {
    display: flex;
    align-items: center;
}

.product-view__buttons .qty-btn-group .qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    color: rgba(105, 105, 115, 1);
    background-color: rgba(238, 238, 238, 1);
    font-size: 1rem;
    cursor: pointer;
}

.product-view__buttons .qty-btn-group .qty-btn:hover {
    background-color: #CCC;
}

.product-view__buttons .qty-btn-group .qty-input {
    width: 60px;
    height: 50px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.2rem;
    padding-left: 0;
    padding-right: 0;
}

.product-view__buttons .qty-btn-group .qty-input:focus {
    outline: none;
}

.qty-btn {
    padding: 0;
}

.qty-btn img {
    width: 16px;
    height: 16px;
}

.product-view__buttons .add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #00b540;
    border: none;
    color: #fff;
    font-size: 1rem !important;
    cursor: pointer;
}

.product-view__buttons .add-to-cart img {
    width: 16px;
    height: 16px;
}

.product-view__buttons .buy-now {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: #086c0a;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 1rem !important;
    cursor: pointer;
}

.product-view__buttons .add-to-cart:hover, .product-view__buttons .buy-now:hover {
    background-color: #011005;
}

.product-view__buttons .add-favorite {
    padding: 10px;
    background-color: rgba(221, 14, 28, 1);
    border: none;
}

.product-view__buttons .add-favorite:hover {
    background-color: #011005;
}

.product-view__buttons .remove-favorite {
    background-color: #ccc;
    border: none;
}

.product-view__buttons .remove-favorite:hover {
    background-color: #011005;
}

.product-view__buttons .add-favorite img {
    color: #fff;
}

.product-view__buttons i {
    font-size: 1rem;
    margin-right: 10px;
}

.product-view__other-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.product-view__other-buttons > div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #ccc;
}

.product-view__other-buttons > div:hover {
    background-color: #011005;
    color: #fff;
}

.product-view__other-buttons a {
    text-decoration: none;
}

.product-view__other-buttons > div:hover a {
    color: #fff;
}

.product-view__other-buttons .btn-action {
    align-items: center;
}

.no-href {
    color: #004217;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.gap-2 {
    gap: 2rem;
}

.gap-05 {
    gap: .1rem;
}

.store-availability-title {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #004217;
    margin-bottom: 0px;
}

.show-store {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

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

.flex-column {
    flex-direction: column;
}

.items-top {
    align-items: flex-start;
}

.w-100 {
    width: 100% !important;
}

.justify-between {
    justify-content: space-between;
}

.ml-2 {
    margin-left: 4px;
}

.mr-2 {
    margin-right: 4px;
}

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

.good-info-box {
    background-color: #e9f5ed;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.good-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.good-line:last-child {
    margin-bottom: 0;
}

.good-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.good-text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.good-info-box:hover {
    background-color: #f0f0f0;
}

.good-line:hover .good-text {
    color: #007BFF;
}

.hashtag-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.hashtag-box {
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    font-weight: 300;
}

.product-description p {
    margin: 0;
    padding: 0;
}

.product-price-b2b {
    display: block;
    font-size: 14px;
    font-weight: 100;
    color: #333;
    margin-top: 10px;
}

.btn-category-more {
    margin: 10px auto;
    background: #004217;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    display: inline-block;
}

.btn-category-more:hover {
    background: #000;
    color: #fff;
}

.filter-body .filter-item .filter-title {
    font-size: 20px;
}

@media (max-width: 991px) {
    .btn-category-more {
        margin-bottom: 20px;
        font-size: 14px;
    }
}


.sticky-sidebar {
    width: 100%;
    display: block;
    position: relative;
}

.blog-sidebar {
    will-change: min-height;
}

.blog-sidebar .sidebar__inner {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.blog-sidebar .inner-wrapper-sticky {
    padding: 30px;
    background-color: #fff;
    margin-left: 30px;
}

.blog-sidebar .image-block {
    width: 40%;
}

.blog-sidebar .content-block {
    padding-left: 10px;
    width: 60%;
}

.blog-sidebar .image-block img {
    width: 100%;
    height: auto;
}

.blog-sidebar .blog-post-for-slider {
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
    display: flex;
}

.blog-sidebar .blog-post-for-slider img {
    width: 100%;
    height: auto;
}

.blog-sidebar .main-third-title {
    font-size: 18px;
    line-height: 1.5;
    color: #004217;
    padding: 10px 0px 5px 0px;
    font-weight: bold;
}

.blog-sidebar .main-third-text {
    font-size: 14px;
    color: #004217;
    padding-bottom: 10px;
}

.blog-sidebar .blog-post-for-slider.last {
    border-bottom: 0;
}

.blog-sidebar .blog-post-for-slider a {
    text-decoration: none;
}

.blog-sidebar h3.super-title {
    color: #004217;
    font-size: 20px;
    padding-bottom: 15px;
}

.blog-post-for-slider .image-block {
    margin-bottom: 10px;
}

.blog-post-for-slider a {
    display: block;
    font-weight: 500;
}

.blog-post-for-slider span {
    display: block;
    color: #004217;
    font-size: 12px;
}

.blog-post-content {
    position: relative;
}

.blog-post-content .image-block {
    margin-bottom: 20px;
}

.blog-sidebar .form-control {
    border-left: 0;
}

.blog-sidebar .input-group-text {
    background: #ffffff;
    color: #939393;
    height: 100%;
    border-right: 0;
}

.facebook-button {
    background: #3b5999;
    border-radius: 5px;
    color: #ffffff;
    padding: 18px 20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    text-decoration: none;
    font-size: 14px;
}

.blog-sidebar a {
    text-decoration: none;
}

.blog-post-content .post-category {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #EEEE00;
    color: #000;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.blog-post-content .social-feed {
    background: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    padding: 25px;
    margin-top: 40px;
}

.blog-post-content .social-feed a {
    text-decoration: none;
}

.blog-post-content .social-feed .feed-title {
    font-size: 25px;
    font-weight: lighter;
    text-align: center;
    line-height: 40px;
}

.blog-post-content .social-feed .feed-sites {
    text-align: center;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.blog-post-content .social-feed .feed-sites i {
    width: 52px;
    height: 52px;
    background: #c6c6c6;
    border-radius: 60px;
    color: #ffffff;
    font-size: 20px;
    line-height: 52px;
    margin: 5px 15px;
    transition: background-color ease-in-out .3s;
}

.blog-post-content .social-feed .feed-sites i:hover {
    background: #00b540;
}

.blog-post-content .blog-post-header {
    padding: 30px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e5e5e5;
}

.blog-post-content .blog-post-header img {
    width: 100%;
    height: auto;
}

.blog-post-body {
    background-color: #fff;
    padding: 15px;
}

.blog-post-text {
    padding: 15px;
}

.blog-post-text img {
    margin: 20px auto;
    display: block;
    max-width: 100%;
    height: auto;
}

.blog-write-comment {
    margin: 30px;
}

.main-section-title {
    margin-top: 30px;
}

.blog-post {
    margin-top: 20px;
    color: #212529;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.blog-post.last {
    border-bottom: 0;
}

.blog-post a {
    text-decoration: none;
}

.blog-post .image-block {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.blog-post .post-category {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #EEEE00;
    color: #000;
    padding: 0 15px;
    line-height: 30px;
    text-transform: uppercase;
}

.blog-post h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    color: #212529;
}

.blog-post .post-date {
    margin-top: -5px;
    color: #939393;
    line-height: 15px;
    font-size: 13px;
}

.blog-post p {
    text-align: justify;
    margin: 25px 0;
}

.blog-post .read-more, .blog-post-body .read-more {
    background: #00b540;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    padding: 0 30px;
    line-height: 45px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
}

.blog-post .read-more:hover, .blog-post-body .read-more:hover {
    background: #000000;
}

.blog-post i {
    margin-left: 10px;
}

.blog-post img {
    width: 100%;
    height: auto;
}

.item-list-section .pagination {
    margin-top: 15px;
    position: relative;
}

.item-list-section .pagination li {
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin-top: -6px;
}

.main-fourt-points {
    color: #00b540;
    font-size: 13px;
    padding: 4px 0;
}

.main-fourth-points-href {
    color: #00b540;
    text-decoration: none !important;
}

.main-fourth-points-href:hover {
    color: #00b540;
    text-decoration: none !important;
}

.discount-percent {
    color: #fff;
    background-color: #ad0505;
    padding: 5px 10px;
    font-size: 1rem;
    font-weight: 700;
}

.ref-box {
    padding: 20px;
    border: 1px solid #011005;
    background-color: #f0f0f0;
    margin-top: 20px;
    color: #000;
}

.ref-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.ref-box .shop-line {
    font-size: 16px;
    background-color: #f0f0f0;
    margin-bottom: 0;
}

.ref-box .shop-line .d-flex {
    gap: 10px;
}

.main-wrapper .__notification-bar {
    margin-top: 130px;
}

.product-description p s {
    text-decoration: none;
}

@media (max-width: 767px) {

    .arukereso-banner {
        max-width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.bg-p1d {
    background-color: #375e00 !important;
}


.rolunk-head {
    height: 400px;
    position: relative;
}

.white-logo-box {
    height: 169.15px;
    position: absolute;
    width: 937.57px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.white-logo {
    height: 100%;
    width: auto;
}

.rolunk-first {
    background-color: #EFF4F9;
    padding: 100px 0;
    text-align: center;
}

.rolunk-title {
    font-size: 60px;
    font-weight: 500;
    color: #004217;
    padding-bottom: 20px;
}

.rolunk-text {
    font-size: 23px;
    color: #004217;
    padding-bottom: 40px;
}

.rolunk-box {
    border-radius: 10px;
    background-color: white;
    padding: 30px 25px;
    width: 95%;
    margin: auto;
    display: inline-flex;
    text-align: left;
    height: 120px;
}

.rolunk-box-title {
    font-size: 23px;
    font-weight: 500;
    color: #004217;
    line-height: 20px;
    padding-top: 10px;
}

.rolunk-box-icon {
    padding: 12px 20px;
}

.rolunk-box-icon2 {
    padding: 0px 20px;
}

.rolunk-box-text {
    font-size: 19px;
    color: #004217;
}

.rolunk-boxbox {
    width: 75%;
    margin: auto;
}

.rolunk-second {
    padding: 120px 0 60px 0;
}

.rolunk-blue-box {
    padding: 120px 100px;
    background-color: #004217;
    border-radius: 10px;
    margin-bottom: 80px;
}

.rolunk-blue-box-title {
    font-size: 35px;
    font-weight: 10px;
    padding-bottom: 20px;
    color: white;
    line-height: 45px;
    padding-right: 80px;
}

.rolunk-blue-box-text {
    font-size: 19px;
    color: white;
    padding-bottom: 35px;
    padding-right: 80px;
}

.rolunk-blue-box-button {
    font-size: 17px;
    line-height: 20px;
    color: #004217;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    width: 244px;
    height: 62px;
    background-color: #E9E900;
    padding: 21px 0;
}

.rolunk-blue-box-button-href {
    color: #004217;
    text-decoration: none !important;
}

.rolunk-blue-box-button-href:hover {
    color: #004217;
    text-decoration: none !important;
}

.rolunk-blue-box-image {
    height: 554.4px;
    width: 527.4px;
    border-radius: 10px;
    position: absolute;
    top: -160px;
    left: 0;
}

.rolunk-blue-box-image2 {
    height: 450px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.rolunk-relative {
    position: relative;
}

.rolunk-swip-title {
    font-size: 35px;
    font-weight: 500;
    color: #004217;
    text-align: center;
    margin-bottom: 20px;
}

.swiper-pagination2 {

    margin: 10px auto;
    text-align: center;
}

.swiper-box2 {
    border-radius: 10px;
    background-color: #EFF4F9;
    height: 120px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.rolunk-section {
    padding: 100px 80px;
    background-color: #00b540;
    border-radius: 10px;
    margin-bottom: 80px;
    width: 75%;
    margin-left: 25%;
    margin-top: 80px;
    margin-bottom: 100px;
}

.rolunk-section-image {
    height: 615.6px;
    width: 621.3px;
    border-radius: 10px;
    position: absolute;
    top: -60px;
    right: 40px;
}

.right-back {
    padding-right: 20px;
}

.rolunk-last {
    height: 600px;
    width: 100%;
    text-align: center;
    position: relative;
}

.rolunk-last-items {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rolunk-last-title {
    font-size: 60px;
    font-weight: 500;
    color: white;
    padding-bottom: 20px;
}

.rolunk-last-text {
    font-size: 23px;
    color: white;
}


.main-fifth-box {
    margin: 10px 0 40px;
    border-radius: 5px;
    background-color: #EFF4F9;
    padding: 30px 10px;
    text-align: center;
}

.main-fifth-box3 {
    border-radius: 10px;
}

.main-fifth-image {
    height: 80px;
    width: auto;
    margin: auto;
}

.main-fifth-img {
    width: auto;
    margin-top: 15px;
}

.main-fifth-img2 {
    margin-top: 0px;
}

.main-fifth-title {
    padding: 7px 0 0px 0;
    color: #004217;
    font-weight: 500;
    font-size: 15px;
}

.main-fifth-text {
    padding: 0 0 5px 0;
    color: #004217;
    font-size: 12px;
}

.blue-href {
    color: blue;
    text-decoration: none !important;
}

.blue-href:hover {
    color: blue;
    text-decoration: none !important;
}

.btn-more-category {
    width: 100%;
    color: #fff;
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #7a1616, #7f23d5);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-more-brand {
    width: 100%;
    color: #fff;
    background: linear-gradient(-45deg, #eee652, #165e19, #428d01, #8ed523);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-more-category, .btn-more-brand {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
}

.btn-more-category:hover, .btn-more-brand:hover {
    background: #000;
    color: #fff;
}

.offer-button-container {
    gap:10px;
    width: 100%;
    display: flex;
    margin-bottom: 30px;
}

ul.blog-buttons {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.blog-buttons li {
    list-style: none;
    margin-bottom: 10px;
}

ul.blog-buttons li a {
    padding: 10px 20px;
    background-color: #00b540;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
}

ul.blog-buttons li a {
    color: #fff;
    animation: gradient 15s ease infinite;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    padding: 7px 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.btn-color-1 {
    background: linear-gradient(-45deg, #eee652, #165e19, #428d01, #8ed523);
    background-size: 400% 400%;
}

.btn-color-2 {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #7a1616, #7f23d5);
    background-size: 400% 400%;
}

.btn-color-3 {
    background: linear-gradient(-45deg, #ee52ca, #e73ce4, #23167a, #2397d5);
    background-size: 400% 400%;
}

.btn-color-4 {
    background: linear-gradient(-45deg, #ee8952, #4e5e16, #8d8b01, #d57323);
    background-size: 400% 400%;
}

.btn-color-5 {
    background: linear-gradient(-45deg, #52eee9, #16565e, #018d4e, #23d576);
    background-size: 400% 400%;
}

.btn-color-6 {
    background: linear-gradient(-45deg, #526cee, #254683, #01788d, #00ebff);
    background-size: 400% 400%;
}

.btn-color:hover {
    color: #fff;
    background: #000 !important;
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (max-width: 991px) {
    .offer-button-container {
        flex-direction: column;
        margin-bottom: 0;
    }

    .product-details h1.product-view__title {
        font-size: 1.5rem;
        line-height: 2rem !important;
    }
}

.product-info.warning {
    background-color: #f8e6d7;
    color: #72501c;
    border-color: #f8e6d7;
    font-size: 13px !important;
    padding: 10px 15px;
    font-weight: bold;
}
@media (max-width: 991px) {
    .product-info.warning {
        font-size: 10px !important;
    }
}
.product-info.warning.text-start {
    text-align: start !important;
}

.footer-text-lg {
    font-size: 12px;
    color: #fff;
}

.btn-read-more {
    display: none;
}

@media (max-width: 767px) {

    h1 {
        font-size: 22px !important;
    }

    .text-container {
        position: relative;
        max-width: 100%;
        max-height: 120px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .text-content {
        max-height: 108px;
        overflow: hidden;
        transition: max-height 0.3s ease-in-out;
    }

    .text-container.expanded .text-content {
        max-height: 1000px;
    }

    .btn-read-more {
        display: none;
        background-color: transparent;
        color: #007bff;
        border: none;
        padding: 0;
        cursor: pointer;
        margin-bottom: 15px;
        font-size: 11px;
    }

    .text-container.show-button .btn-read-more {
        display: block;
    }

    .text-container.show-button {
        height: auto;
        overflow: visible;
    }
}

.comments .write-box {
    display: flex;
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.comments .new-comment {
    background-color: #00b540;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}


.modal-backdrop.show {
    opacity: .9;
}