﻿@charset "UTF-8";

.container {
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1401px) {
    .container {
        max-width: 1430px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row>.col,
.row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row.no-gutters>.col,
.row.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

@media (max-width:991px) {
    body[class$="-active"] {
        cursor: pointer
    }
}

@media (max-width:991px) {
    body.navigation-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }

    body.navigation-active {
        left: 280px
    }

    body.navigation-active #mobile-navigation {
        left: 0;
        box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .1)
    }

    body.navigation-active .navigation-menu-overlay {
        display: block
    }
}

/* Sadece desktop */
@media (min-width: 992px) {
    #navigation {
        display: block;
    }

    #mobile-navigation {
        display: none;
    }
}

/* Sadece mobile */
@media (max-width: 991px) {
    #navigation {
        display: none;
    }

    #mobile-navigation {
        display: block;
    }
}

#mobile-navigation {
    position: fixed;
    top: 0;
    left: -280px;
    /* gizli başlasın */
    width: 280px;
    height: 100%;
    z-index: 9999;
    transition: left 0.35s ease-in-out;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* Menü açıkken */
#mobile-navigation.active {
    left: 0;
}

#mobile-navigation .mobile-navigation {
    overflow: hidden;
    position: relative;
}

#mobile-navigation li.has-sub-category>div {
    overflow: hidden;
}

#mobile-navigation li.has-sub-category.active>div {
    left: 0;
    overflow: visible;
}

#mobile-navigation a {
    padding: 1.2rem 1rem;
    color: #262626;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F1F1F1;
}

#mobile-navigation a>div {
    display: flex;
    align-items: center;
}

#mobile-navigation a>div>div {
    margin-right: 1rem;
}

#mobile-navigation a>div>div img {
    width: 3rem;
    height: 3rem;
    object-fit: scale-down;
}

#mobile-navigation .category-level-2,
#mobile-navigation .category-level-3 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    transition: left 0.35s ease-in-out;
    z-index: 2;
}

#mobile-navigation .category-level-2 ul,
#mobile-navigation .category-level-3 ul {
    padding: 0 1rem;
}

#mobile-navigation .category-level-2 ul>li>a,
#mobile-navigation .category-level-3 ul>li>a {
    padding: 1rem;
    border-color: #F1F1F1;
    color: #262626;
    font-size: 1.3rem;
}

#mobile-navigation .mobile-navigation-back a {
    justify-content: flex-start;
}

#mobile-navigation .mobile-navigation-back a span {
    margin-left: 1rem;
}

#mobile-navigation .mobile-navigation-back a i {
    font-size: 1rem;
}


.shopping-information-cart {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1100;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.shopping-information-cart .shopping-information-cart-inside {
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    align-items: center;
    color: #262626;
    font-size: 2.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transform: translate(-50%, -50%)
}

.shopping-information-cart .shopping-information-cart-inside svg {
    flex: 0 0 5.6rem;
    width: 5.6rem;
    height: 5.6rem;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin-right: 2rem;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both
}

.shopping-information-cart .shopping-information-cart-inside svg circle {
    float: left;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #6e8c42;
    fill: none;
    animation: stroke 0.6s cubic-bezier(.65, 0, .45, 1) 2
}

.shopping-information-cart .shopping-information-cart-inside svg path {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(.65, 0, .45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0 0 0 30px #6e8c42
    }
}

.promotion-wrapper {
    margin-bottom: 3.2rem
}

.promotion-wrapper .promotion-content .promotion-row {
    border: 1px solid #F1F1F1;
    margin-top: -1px
}

.promotion-wrapper .promotion-content .promotion-row:first-child {
    margin-top: 0
}

.promotion-wrapper .promotion-content .promotion-row:nth-child(odd) {
    background: #fafafa
}

.promotion-wrapper .promotion-content .promotion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.promotion-wrapper .promotion-content .promotion-icon i {
    font-size: 3rem;
    color: #262626
}

@media (max-width:991px) {
    .promotion-wrapper .promotion-content .promotion-icon i {
        font-size: 2.2rem
    }
}

.promotion-wrapper .promotion-content .promotion-info {
    height: 100%;
    padding: 1rem 0
}

.promotion-wrapper .promotion-content .promotion-info>div {
    margin-bottom: .8rem
}

.promotion-wrapper .promotion-content .promotion-info>div strong {
    font-size: 1.4rem
}

.promotion-wrapper .promotion-content .promotion-info>span {
    display: block;
    max-height: 7.5rem;
    overflow-y: auto
}

.promotion-wrapper .promotion-content .promotion-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 1rem
}

.tabbed-midblocks-container {
    margin-bottom: 2rem
}

.tabbed-midblocks-container .tabbed-midblocks-header {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap
}

.tabbed-midblocks-container .tabbed-midblocks-header>a {
    width: 4rem;
    height: 4rem;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #6e8c42;
    color: #fff
}

@media (max-width:991px) {
    .tabbed-midblocks-container .tabbed-midblocks-header>a {
        display: flex
    }
}

.tabbed-midblocks-container .tabbed-midblocks-header>div {
    display: flex;
    flex: auto
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index] {
    flex: 0 0 20%;
    cursor: pointer;
    position: relative
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index]>span {
    height: 4rem;
    color: #262626;
    border-bottom: 3px solid transparent;
    font-size: 1.6rem;
    flex: 0 0 100%;
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index] {
        flex: 0 0 100%;
        display: none
    }

    .tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index]>span {
        justify-content: center
    }
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index].active {
    display: flex
}

.tabbed-midblocks-container .tabbed-midblocks-header>div [data-tab-index].active>span {
    border-color: #6e8c42;
    color: #262626
}

.tabbed-midblocks-container .tabbed-midblock-content {
    margin-bottom: 1rem
}

.tabbed-midblocks-container .tabbed-midblock-content>[data-tab-content] {
    display: none
}

.tabbed-midblocks-container .tabbed-midblock-content>[data-tab-content].active {
    display: block
}

.tabbed-midblocks-container .tabbed-midblock-bottom {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center
}

.tabbed-midblocks-container .tabbed-midblock-bottom a {
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6e8c42;
    color: #fff
}

.tabbed-midblocks-container .tabbed-midblock-bottom a.passive {
    pointer-events: none;
    background-color: #eee;
    color: gray
}

.mid-blocks-wrapper .mid-blocks-container .mid-blocks-header {
    margin-bottom: 2rem
}

.mid-blocks-wrapper .mid-blocks-container .mid-blocks-header .mid-blocks-title {
    height: 4rem;
    color: #262626;
    border-bottom: 3px solid #6e8c42;
    font-size: 1.6rem;
    display: flex;
    align-items: center
}

.zoomContainer .zoomWindow {
    background-color: #fff
}

@media (max-width:991px) {
    .zoomContainer {
        display: none !important
    }
}

.product-tags {
    display: flex
}

.product-tags .product-tags-title {
    padding: .3rem 0;
    margin-right: 1.6rem;
    color: #262626;
    font-weight: 700;
    flex: 0 0 auto
}

.product-tags .product-tags-content {
    display: flex;
    flex-wrap: wrap
}

.product-tags .product-tags-content a {
    display: block;
    padding: .3rem 1.6rem;
    border-radius: .4rem;
    background: #fff;
    color: #262626;
    margin-right: .4rem;
    margin-bottom: .4rem;
    border: 1px solid #F1F1F1
}

@media (max-width:991px) {
    .product-tags {
        display: block
    }
}

.fancybox-slide .fancybox-image-wrap {
    background: #fff !important
}

.product-standart-cargo-buttons {
    display: flex;
    margin-bottom: 1.6rem
}

.product-standart-cargo-buttons .product-standart-cargo-button {
    margin-right: 15px;
    border: 1px solid #F1F1F1;
    padding: .6rem 2rem;
    color: #262626;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-standart-cargo-buttons .product-standart-cargo-button i:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    margin-right: 1rem;
    font-size: 1.7rem
}

.product-standart-cargo-buttons .product-standart-cargo-button:last-child {
    margin-right: 0
}

.product-standart-cargo-buttons .product-standart-cargo-button.fast_shipping i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.same_day_shipping i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.three_days_delivery i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.five_days_delivery i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.seven_days_delivery i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.free_shipping i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.delivery_from_stock i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.pre_ordered_product i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.limited_stock i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.ask_stock i:before {
    content: ""
}

.product-standart-cargo-buttons .product-standart-cargo-button.campaigned_product i:before {
    content: ""
}

@media (max-width:767px) {
    .product-standart-cargo-buttons .product-standart-cargo-button {
        padding: .6rem 1rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Questrial", sans-serif !important
}

body {
    font-size: 1.2rem;
    font-family: "Questrial", sans-serif;
    color: #262626;
    background: #fff;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    position: relative;
    left: 0
}

body.current-page-product-detail #main>.breadcrumb-container,
body.current-page-default-entry #main>.breadcrumb-container {
    /* display: none */
}

body.current-page-default-entry #main {
    padding: 0
}

a {
    color: #6e8c42
}

a:active,
a:focus,
a:hover {
    color: #84a94e
}

.openbox-overlay,
.navigation-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#header {
    background: #fff
}

#header .header-top {
    background: #F2F4F6;
    padding: 1rem 0
}

#header .header-top .header-top-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#header .header-top .header-top-container .header-phone>a {
    color: #262626;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

#header .header-top .header-top-container .header-phone>a i {
    margin-right: 1rem
}

#header .header-top .header-top-container .menu-items-row1 {
    display: flex;
    margin: 0 -1.2rem
}

#header .header-top .header-top-container .menu-items-row1 li a {
    color: #707070;
    display: block;
    padding: 0 1.2rem;
    font-size: 1.2rem;
    transition: all 0.35s ease-in-out
}

#header .header-top .header-top-container .menu-items-row1 li a>span {
    color: #000;
    font-weight: 500
}

#header .header-top .header-top-container .menu-items-row1 li a>b {
    color: #6e8c42;
    font-weight: 500
}

#header .header-top .header-top-container .menu-items-row1 li a:hover {
    color: #6e8c42
}

#header .header-middle {
    background-color: #6e963e;
    padding: 2rem 0
}

#header .header-middle .logo {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

#header .header-middle .logo img {
    max-height: 1.5rem
}

#header .header-middle .search {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .header-middle .search form {
    width: 100%;
    position: relative
}

#header .header-middle .search form input {
    width: 100%;
    padding: 1rem 5rem 1rem 1.5rem;
    border: 1px solid #D2D2D2;
    height: 4.5rem;
    color: #6D6D6D;
    font-size: 1.5rem;
    font-weight: 300
}

#header .header-middle .search form input::placeholder {
    opacity: 1;
    color: #6D6D6D;
    font-size: 1.5rem;
    font-weight: 300
}

#header .header-middle .search form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.5rem;
    border: none;
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none
}

@media (max-width:991px) {
    #header .header-middle .search {
        height: auto;
        margin-top: 1.5rem
    }
}

#header .header-middle .header-user-buttons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -1.25rem
}

#header .header-middle .header-user-buttons>div {
    padding: 0 1.25rem;
    flex: 1
}

#header .header-middle .header-user-buttons>div>a {
    display: flex;
    align-items: center;
    border: 1px solid #6e8c42;
    background: #fff;
    width: 100%;
    height: 4.5rem;
    color: #070707;
    font-size: 1.4rem;
    font-family: "Roboto Condensed", sans-serif
}

#header .header-middle .header-user-buttons>div>a>i {
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .header-middle .header-user-buttons>div.cart-menu>a {
    background: #6e8c42;
    color: #fff;
    border: 0
}

#header .header-middle .header-user-buttons>div.cart-menu>a>i {
    background: #84a94e
}

#header .header-middle .header-user-buttons>div.cart-menu>a>div {
    flex: 1 0 0%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

#header .header-middle .header-user-buttons>div.cart-menu>a>div .cart-amount {
    padding-left: .5rem
}

@media (max-width:991px) {
    #header .header-middle .header-user-buttons>div {
        flex: initial
    }

    #header .header-middle .header-user-buttons>div>a>div {
        display: none !important
    }
}

.header-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 98;
    background: #fff;
}

body.user-menu-content-active .user-menu-content {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1)
}

body.user-menu-welcome-active .user-menu-welcome {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1)
}

@media (max-width:991px) {

    body.user-menu-content-active,
    body.user-menu-welcome-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        left: -280px
    }
}

.user-menu-content,
.user-menu-welcome {
    position: fixed;
    top: 0;
    right: -480px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all 0.35s ease-in-out;
    overflow-y: auto;
    padding: 6rem
}

.user-menu-content .user-menu-content-top,
.user-menu-welcome .user-menu-content-top {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #F1F1F1
}

.user-menu-content .user-menu-title,
.user-menu-welcome .user-menu-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #262626;
    margin-bottom: 1rem
}

.user-menu-content .user-menu-subtitle,
.user-menu-welcome .user-menu-subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.user-menu-content .user-menu-input,
.user-menu-welcome .user-menu-input {
    margin-bottom: 1.5rem
}

.user-menu-content .user-menu-input input,
.user-menu-welcome .user-menu-input input {
    background-color: #fff;
    border-radius: 0;
    font-size: 1.2rem;
    color: #262626
}

.user-menu-content .user-menu-input input::placeholder,
.user-menu-welcome .user-menu-input input::placeholder {
    color: #262626;
    opacity: 1
}

.user-menu-content .user-menu-forgot-pass,
.user-menu-welcome .user-menu-forgot-pass {
    text-align: right;
    display: block;
    color: #262626;
    text-decoration: underline
}

.user-menu-content .user-menu-button,
.user-menu-welcome .user-menu-button {
    margin-bottom: 1.5rem
}

.user-menu-content .user-menu-button .btn,
.user-menu-welcome .user-menu-button .btn {
    font-size: 1.6rem;
    font-weight: 700
}

.user-menu-content .btn-user-menu-signup,
.user-menu-welcome .btn-user-menu-signup {
    background-color: #262626;
    color: #fff
}

.user-menu-content .user-menu-profile-list,
.user-menu-welcome .user-menu-profile-list {
    padding: 2rem 0;
    margin-bottom: 2rem;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1
}

.user-menu-content .user-menu-profile-list>a,
.user-menu-welcome .user-menu-profile-list>a {
    color: #262626;
    font-size: 1.6rem;
    padding: 1rem 0;
    display: block
}

.user-menu-content .user-menu-profile-list>a:hover,
.user-menu-welcome .user-menu-profile-list>a:hover {
    color: #6e8c42;
    text-decoration: underline
}

.user-menu-content .user-menu-profile-logout>a,
.user-menu-welcome .user-menu-profile-logout>a {
    font-size: 1.6rem;
    font-weight: 700
}

@media (max-width:991px) {

    .user-menu-content,
    .user-menu-welcome {
        right: -280px;
        width: 280px;
        padding: 1.5rem
    }
}

body.cart-content-active .cart-content {
    right: 0;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, .1)
}

@media (max-width:991px) {
    body.cart-content-active {
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%;
        left: -280px
    }
}

.cart-content {
    position: fixed;
    top: 0;
    right: -480px;
    width: 480px;
    height: 100%;
    background-color: #fff;
    z-index: 101;
    transition: all 0.35s ease-in-out;
    padding: 6rem;
    overflow-y: auto
}

.cart-content .cart-content-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #262626;
    margin-bottom: 1rem
}

.cart-content .cart-content-subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem
}

.cart-content .cart-list {
    border-top: 1px solid #F1F1F1;
    margin-bottom: 3rem
}

.cart-content .cart-list .cart-list-item {
    border-bottom: 1px solid #F1F1F1;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-image {
    flex: 0 0 6rem;
    margin-right: 1rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-image>span {
    display: block;
    width: 100%;
    height: 6rem;
    background: url(../../assets/images/nopic_image.png) no-repeat center center;
    background-size: 50% 50%
}

.cart-content .cart-list .cart-list-item .cart-list-item-content {
    flex: 1 0 0%;
    min-width: 0;
    padding-right: 1rem
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-title {
    color: #262626;
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-brand {
    display: block;
    color: #262626
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-price {
    font-size: 1.4rem;
    font-weight: 700
}

.cart-content .cart-list .cart-list-item .cart-list-item-content .cart-list-item-amount {
    font-size: 1.2rem;
    font-weight: 400
}

.cart-content .cart-list .cart-list-item .cart-list-item-delete {
    color: #262626;
    flex: 0 0 2rem;
    opacity: .5;
    transition: all 0.35s ease-in-out;
    font-size: 1.6rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.cart-content .cart-list .cart-list-item .cart-list-item-delete:hover {
    opacity: 1
}

.cart-content .cart-content-total-price {
    margin-bottom: 3rem
}

.cart-content .cart-content-total-price>span {
    font-size: 1.6rem
}

.cart-content .cart-content-total-price>div {
    font-size: 1.8rem;
    font-weight: 700
}

.cart-content .cart-content-button {
    margin-bottom: 1.5rem
}

.cart-content .cart-content-button .btn {
    font-size: 1.6rem;
    font-weight: 700
}

.cart-content .cart-content-empty-icon {
    position: relative;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    height: 20rem;
    margin-bottom: 3rem
}

.cart-content .cart-content-empty-icon img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.cart-content .cart-content-empty-icon img {
    width: 15rem;
    height: auto;
    opacity: .2;
    filter: invert(94%) sepia(0%) saturate(760%) hue-rotate(249deg) brightness(89%) contrast(91%)
}

@media (max-width:991px) {
    .cart-content {
        right: -280px;
        width: 280px;
        padding: 1.5rem
    }
}

.toggle-bar {
    display: none;
    cursor: pointer;
    z-index: 1
}

@media (max-width:991px) {
    .toggle-bar {
        display: flex;
        margin-right: 1.5rem
    }

    .toggle-bar img {
        width: 2.5rem
    }
}

.navigation-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.menu-items-row2 {
    display: flex;
    padding-left: 3rem
}

.menu-items-row2 li a {
    display: block;
    font-size: 1.5rem;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 2rem;
    letter-spacing: .5px;
    font-weight: 700
}

#navigation .category-level-1>ul {
    justify-content: center;
    display: flex;
    margin: 0 -2rem
}

#navigation .category-level-1>ul>li>a {
    display: block;
    font-size: 1.5rem;
    padding: 1.3rem 2rem;
    color: #6e963e;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 2rem;
    font-weight: bolder;
    letter-spacing: 0.5px;
}

#navigation .category-level-1>ul>li.active>a {
    color: #fff;
    background-color: #6e8c42
}

#navigation .category-level-1>ul>li.active>.category-level-2 {
    display: block
}

#navigation .category-level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    z-index: 101
}

#navigation .category-level-2 .nav-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

#navigation .category-level-2 .nav-container>ul {
    flex: 1 0 0%;
    display: flex;
    flex-wrap: wrap;
    padding: 3.5rem 4.5rem
}

#navigation .category-level-2 .nav-container>ul>li {
    width: 33.3333333333%;
    padding: 1rem 1.5rem
}

#navigation .category-level-2 .nav-container>ul>li>a {
    display: block;
    color: #262626;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    letter-spacing: .5px;
    transition: all 0.35s ease-in-out
}

#navigation .category-level-2 .nav-container>ul>li>a:only-child {
    margin-bottom: 0
}

#navigation .category-level-2 .nav-container>ul>li:hover>a {
    color: #6e8c42
}

#navigation .category-level-2 .nav-container .navigation-banner {
    width: 360px
}

#navigation .category-level-3>ul>li>a {
    display: block;
    color: #919191;
    font-size: 1.4rem;
    line-height: 3rem;
    transition: all 0.35s ease-in-out
}

#navigation .category-level-3>ul>li:hover>a {
    color: #6e8c42
}

#navigation .category-level-3>ul>li.navigation-show-all {
    font-style: italic;
    text-decoration: underline
}

@media (max-width:991px) {
    #navigation {
        display: none
    }
}

#main {
    padding: 2.5rem 0;
    overflow: hidden
}

#main #entry-slider>div {
    height: 0;
    overflow: hidden
}

#main #entry-slider>div.slick-slider {
    height: auto;
    overflow: visible
}

#main #entry-slider .slick-arrow {
    width: 3.6rem;
    height: 4.8rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, .6)
}

#main #entry-slider .slick-arrow>i {
    display: none
}

#main #entry-slider .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -585px;
    background-image: url(../../assets/images/icon-slider-arrow-left.svg)
}

#main #entry-slider .slick-arrow.slick-next {
    right: 50%;
    margin-right: -585px;
    background-image: url(../../assets/images/icon-slider-arrow-right.svg)
}

#main #entry-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 7rem
}

#main #entry-slider .slick-dots>li {
    margin: 0 .6rem
}

#main #entry-slider .slick-dots>li>button {
    width: 1.4rem;
    height: .75rem;
    border-radius: 2rem;
    border: none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #E1E1E1;
    padding: 0;
    display: block;
    margin-bottom: .5rem;
    transition: all 0.35s ease-in-out
}

#main #entry-slider .slick-dots>li.slick-active>button {
    width: 3.4rem;
    background-color: #6e8c42
}

@media (max-width:991px) {
    #main #entry-slider {
        margin-bottom: 0
    }

    #main #entry-slider .slick-arrow,
    #main #entry-slider .slick-dots {
        display: none !important
    }
}

.entry-banner-container {
    padding: 3rem;
    background: #fff;
    margin: 0 -3rem;
    position: relative
}

.entry-banner-container .entry-banner {
    margin: 15px 0
}

.entry-banner-container .entry-banner .entry-banner-img {
    width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 83%;
    position: relative
}

.entry-banner-container .entry-banner .entry-banner-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.entry-banner-container .entry-banner .entry-banner-img img {
    width: 100%;
    transition: all 0.35s ease-in-out;
    width: 100%
}

.entry-banner-container .entry-banner .entry-banner-content .entry-banner-title {
    background: #F1F1F1;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #393939;
    font-size: 2rem;
    font-family: "Roboto Condensed", sans-serif;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    letter-spacing: .5px
}

@media (min-width:992px) {
    .entry-banner-container .entry-banner {
        margin: 0
    }

    .entry-banner-container .entry-banner:Hover .entry-banner-img img {
        transform: scale(1.2)
    }

    .entry-banner-container .entry-banner:Hover .entry-banner-content .entry-banner-title {
        background: #6e8c42;
        color: #fff
    }
}

.entry-row {
    padding: 2.5rem 0
}

.brands-title {
    width: 100%;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    color: #262626;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    position: relative
}

.brands-container {
    background: #F1F1F1;
    padding: .5rem .5rem
}

@media (min-width:992px) {
    .brands-container .brands-list {
        height: 0;
        overflow: hidden
    }

    .brands-container .brands-list.slick-slider {
        height: auto;
        overflow: visible
    }
}

@media (max-width:991px) {
    .brands-container .brands-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .brands-container .brands-list .brands-item {
        width: 27vw
    }
}

@media (max-width:575px) {
    .brands-container .brands-list .brands-item {
        width: 66vw
    }

    .brands-container .brands-list .brands-item>a {
        padding-top: 75%
    }
}

.brands-container .brands-list .brands-item>a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%
}

.brands-container .brands-list .brands-item>a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.products-header {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    color: #262626
}

@media (max-width:575px) {
    .products-header {
        margin-bottom: 0
    }
}

.discount-label {
    width: 10rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6e8c42;
    font-weight: 500;
    font-size: 1.3rem;
    color: #6e8c42;
    letter-spacing: .65px;
    background: #fff
}

.discount-label>span {
    padding-left: .3rem
}

@media (max-width:575px) {
    .discount-label {
        font-size: 1.1rem;
        width: auto;
        height: auto;
        padding: .2rem .5rem
    }

    .discount-label>span {
        display: none
    }
}

.new-label {
    width: 6.5rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #40B54C;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .65px
}

@media (max-width:575px) {
    .new-label {
        font-size: 1.1rem;
        width: auto;
        height: auto;
        padding: .2rem .5rem
    }
}

.showcase {
    margin: 2rem 0;
    position: relative
}

.showcase .showcase-image {
    border: 1px solid #F1F1F1;
    transition: all 0.35s ease-in-out;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-top-left-radius: 2.3rem;
    border-top-right-radius: 2.3rem
}

.showcase .showcase-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.showcase .showcase-hover-container {
    position: absolute;
    width: 4.8rem;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: none
}

.showcase .showcase-hover-container>.sold-out-label {
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #ABABAB;
    padding: .5rem 1rem;
    margin-top: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif
}

.showcase .showcase-hover-container>.hover-button {
    width: 4.8rem;
    height: 4.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F1F1;
    margin: .6rem 0;
    transition: all 0.35s ease-in-out;
    transform: translateY(1rem);
    border-radius: .4rem
}

.showcase .showcase-hover-container>.hover-button img {
    transition: all 0.35s ease-in-out
}

.showcase .showcase-hover-container>.hover-button:hover {
    background: #6e8c42
}

.showcase .showcase-hover-container>.hover-button:hover img {
    filter: invert(96%) sepia(6%) saturate(3%) hue-rotate(18deg) brightness(105%) contrast(100%)
}

@media (min-width:1401px) {
    .showcase .showcase-hover-container {
        display: flex
    }
}

.showcase .showcase-image-container {
    position: relative
}

.showcase .showcase-image-container .showcase-label-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 1.2rem
}

@media (max-width:575px) {
    .showcase .showcase-image-container .showcase-label-container {
        padding: .5rem
    }
}

.showcase .showcase-content {
    padding: 1rem 2.5rem 0 0rem
}

.showcase .showcase-content .showcase-brand {
    text-align: center;
    margin-bottom: 0rem
}

.showcase .showcase-content .showcase-brand a {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #000
}

.showcase .showcase-content .showcase-title {
    text-align: center;
    margin-bottom: 1rem
}

.showcase .showcase-content .showcase-title a {
    display: block;
    font-size: 1.4rem;
    line-height: 2rem;
    overflow: hidden;
    color: #000;
    text-align: left;
    font-weight: 600
}

.showcase .showcase-content .showcase-short-details {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #707070;
    text-align: center
}

.showcase .showcase-content .showcase-price {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start !important;
    letter-spacing: .5px
}

.showcase .showcase-content .showcase-price-new {
    color: #000;
    font-size: 2rem;
    font-weight: 400
}

.showcase .showcase-content .showcase-price-old {
    color: #9B9B9B;
    font-size: 1.3rem;
    font-weight: 500;
    text-decoration: line-through;
    margin-right: 1rem
}

@media (max-width:575px) {
    .showcase .showcase-content {
        padding: 1rem 2.1rem 0 1rem
    }

    .showcase .showcase-content .showcase-title a {
        font-size: 1.2rem;
        height: auto
    }

    .showcase .showcase-content .showcase-price {
        flex-wrap: wrap;
        height: 4.6rem;
        align-items: flex-end
    }

    .showcase .showcase-content .showcase-price-new {
        display: block;
        text-align: center;
        font-size: 1.8rem
    }

    .showcase .showcase-content .showcase-price-old {
        display: block;
        text-align: center;
        margin-right: 0
    }
}

@media (min-width:992px) {
    .showcase:hover .showcase-image {
        border-color: transparent;
        box-shadow: 0 0 15px rgba(0, 0, 0, .1)
    }

    .showcase:hover .showcase-image-container .showcase-hover-container {
        opacity: 1
    }

    .showcase:hover .showcase-image-container .showcase-hover-container>.hover-button {
        transform: translateY(0)
    }
}

.banner-container {
    margin-top: -15px;
    margin-bottom: -15px
}

.banner-container .banner {
    margin: 15px 0;
    overflow: hidden;
    text-align: center
}

.banner-container .banner img {
    transition: all 0.35s ease-in-out
}

@media (min-width:992px) {
    .banner-container .banner:hover img {
        transform: scale(1.1)
    }
}

.entry-banner-wrapper {
    background-image: url(../../assets/images/entry-section-background.png);
    background-position: center 0;
    padding-bottom: 8rem;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5rem
}

.entry-banner-wrapper .gray-title {
    color: #C2C2C2;
    font-size: 15rem;
    line-height: 20rem;
    letter-spacing: .5px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    opacity: .5;
    margin-bottom: -7.5rem;
    text-align: center
}

@media (max-width:991px) {
    .entry-banner-wrapper .gray-title {
        font-size: 9rem;
        line-height: 16rem
    }
}

@media (max-width:575px) {
    .entry-banner-wrapper .gray-title {
        font-size: 3.3rem;
        margin-bottom: 2rem;
        line-height: initial
    }
}

@media (max-width:575px) {
    .entry-banner-wrapper {
        margin-bottom: 2rem
    }
}

@media (min-width:992px) {
    .default-products .products-content {
        height: 0;
        overflow: hidden
    }

    .default-products .products-content.slick-slider {
        height: auto;
        overflow: visible
    }
}

@media (max-width:991px) {
    .default-products .products-content {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }

    .default-products .products-content .product-item {
        width: 38vw
    }
}

@media (max-width:767px) {
    .default-products .products-content .product-item {
        width: 66vw
    }
}

.default-products .products-content>.slick-arrow {
    width: 2rem;
    height: 2rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent
}

.default-products .products-content>.slick-arrow>i {
    display: none
}

.default-products .products-content>.slick-arrow.slick-prev {
    left: -2rem;
    background-image: url(../../assets/images/icon-arrow-left.svg)
}

.default-products .products-content>.slick-arrow.slick-next {
    right: -2rem;
    background-image: url(../../assets/images/icon-arrow-right.svg)
}

.gray-bg {
    position: relative;
    padding-top: 1.5rem
}

.blog-container .blog-header {
    text-align: center;
    margin-bottom: 2.5rem
}

.blog-container .blog-header>div {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 4.5rem;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: .5px;
    color: #000;
    margin-bottom: 1rem
}

.blog-container .blog-header>div>b {
    color: #6e8c42
}

.blog-container .blog-header>span {
    display: block;
    width: 100%;
    text-align: center;
    color: #9F9F9F;
    font-size: 1.4rem;
    line-height: 3.2rem
}

.blog-container .blog-content {
    margin-top: -3rem;
    margin-bottom: -3rem
}

@media (max-width:991px) {
    .blog-container .blog-content {
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding-bottom: 2rem
    }

    .blog-container .blog-content .blog-item {
        width: 38vw
    }
}

@media (max-width:767px) {
    .blog-container .blog-content .blog-item {
        width: 81vw
    }
}

.blog-container .blog-content .blog-item-container {
    margin: 3rem 0
}

.blog-container .blog-content .blog-item-container .blog-item-image {
    height: 100%
}

.blog-container .blog-content .blog-item-container .blog-item-image a {
    display: block;
    position: relative;
    padding-top: 90%;
    height: 100%;
    overflow: hidden
}

.blog-container .blog-content .blog-item-container .blog-item-image a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-container .blog-content .blog-item-container .blog-item-image .blog-nopic {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    color: #ccc;
    font-size: 7rem;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.blog-container .blog-content .blog-item-container .blog-item-content {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    padding: 2rem 1.5rem;
    text-align: center;
    padding-bottom: 3rem
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    letter-spacing: .2px;
    color: #000;
    font-size: 1.4rem
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-title {
    margin-bottom: 2rem
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-title a {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 1.8rem;
    height: 2.4rem;
    line-height: 2.8rem;
    overflow: hidden
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-text {
    margin-bottom: 1rem
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-text p {
    margin-bottom: 0;
    font-size: 1.4rem;
    height: 7rem;
    color: #707070;
    line-height: 2.3rem;
    overflow: hidden
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-item-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-item-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6e8c42;
    width: 14rem;
    height: 3rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
    border-radius: 0
}

.blog-container .blog-content .blog-item-container .blog-item-content .blog-item-bottom a>img {
    margin-left: .6rem
}

@media (min-width:992px) {
    .blog-container .blog-content .blog-item-container .blog-item-content .blog-item-bottom a:hover {
        background: #84a94e
    }
}

.blog-container .blog-content>.slick-arrow {
    width: 2rem;
    height: 2rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent
}

.blog-container .blog-content>.slick-arrow>i {
    display: none
}

.blog-container .blog-content>.slick-arrow.slick-prev {
    left: -2rem;
    background-image: url(../../assets/images/icon-arrow-left.svg)
}

.blog-container .blog-content>.slick-arrow.slick-next {
    right: -2rem;
    background-image: url(../../assets/images/icon-arrow-right.svg)
}

.limited-text {
    display: block;
    margin-bottom: 1rem
}

.limited-text .limited-text-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.4rem;
    letter-spacing: .5px;
    margin-bottom: 2.5rem;
    color: #77b122
}

.limited-text .limited-text-content {
    display: block;
    color: #707070;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.5rem
}

.limited-text .limited-text-content [type="checkbox"] {
    display: none
}

.limited-text .limited-text-content [type="checkbox"]+div {
    height: calc(18px * 6);
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 15px
}

.limited-text .limited-text-content [type="checkbox"]+div+label {
    margin: 0;
    cursor: pointer
}

.limited-text .limited-text-content [type="checkbox"]+div+label:before {
    content: attr(data-title-show)
}

.limited-text .limited-text-content [type="checkbox"]+div+label:hover {
    color: #6e8c42
}

.limited-text .limited-text-content [type="checkbox"]:checked+div {
    height: 100%;
    overflow: visible
}

.limited-text .limited-text-content [type="checkbox"]:checked+div+label:before {
    content: attr(data-title-hide)
}

.entry-social-title {
    display: block;
    text-align: center;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2.4rem;
    letter-spacing: .5px;
    color: #000;
    line-height: 3.2rem;
    margin-bottom: 1rem
}

.entry-social-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    color: #9F9F9F;
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 3rem
}

.entry-social {
    display: flex;
    justify-content: center;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    margin-bottom: 2rem
}

.entry-social div {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.entry-social div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10.5rem;
    height: 10.5rem;
    background-color: #fff;
    transition: all 0.35s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.entry-social div a img {
    transition: all 0.35s ease-in-out
}

@media (min-width:992px) {
    .entry-social div a:hover img {
        transform: scale(1.15)
    }
}

@media (max-width:767px) {
    .entry-social {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .entry-social div {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .entry-social div a {
        width: 5rem;
        height: 5rem
    }

    .entry-social div a img {
        max-height: 2.5rem;
        max-width: 2.5rem
    }
}

.shopping-banners {
    padding: 4rem 0
}

@media (min-width:992px) {
    .shopping-banners>.row>div:last-child {
        border-right: 0
    }
}

.shopping-banners .shopping-banner .shopping-banner-title {
    font-size: 1.8rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 2.4rem;
    color: #707070;
    margin-bottom: 1rem;
    text-align: center;
    display: block
}

.shopping-banners .shopping-banner .shopping-banner-img {
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem
}

.shopping-banners .shopping-banner .shopping-banner-content {
    text-align: center;
    display: block;
    color: #707070;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.8rem
}

#footer {
    margin-top: 5rem
}

#footer .footer-row-1 {
    background: #f0f0f0;
    padding: 3rem 0 2rem 0
}

#footer .footer-row-1 .footer-menu-container .footer-menu .footer-menu-title {
    margin-bottom: 1.5rem;
    display: block;
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 600
}

#footer .footer-row-1 .footer-menu-container .footer-menu .footer-menu-content>ul {
    gap: 1rem;
    display: flex;
    flex-direction: column
}

#footer .footer-row-1 .footer-menu-container .footer-menu .footer-menu-content>ul>li>a {
    opacity: .7;
    transition: opacity 0.2s ease-in-out;
    color: inherit;
    text-decoration: inherit;
    overflow-wrap: anywhere;
    font-size: 18px
}

#footer .footer-row-1 .footer-menu-container .footer-menu .footer-menu-content>ul>li>a:hover {
    color: #000
}

@media (max-width:767px) {
    #footer .footer-row-1 .footer-menu-container {
        text-align: center
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] {
        text-align: left
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title {
        padding: 15px;
        border: 1px solid #F1F1F1;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        cursor: pointer;
        margin-bottom: 15px
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-title:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] .footer-menu .footer-menu-content {
        padding: 0 15px 15px;
        display: none
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-title:after {
        content: ""
    }

    #footer .footer-row-1 .footer-menu-container[data-menu-type="accordion"] .footer-menu.active .footer-menu-content {
        display: block
    }
}

#footer .footer-row-1 .footer-title {
    margin-bottom: 1.5rem;
    display: block;
    font-size: 1.5rem;
    line-height: 2.8rem;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff
}

#footer .footer-row-1 .newsletter {
    margin-bottom: 2rem
}

#footer .footer-row-1 .newsletter-title {
    margin-bottom: 2rem
}

#footer .footer-row-1 .newsletter-title>div {
    margin-bottom: 1.5rem;
    display: block;
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-weight: 600
}

#footer .footer-row-1 .newsletter-title>span {
    font-size: 1.4rem;
    color: #818181;
    line-height: 2.2rem
}

#footer .footer-row-1 .newsletter-content form {
    position: relative
}

#footer .footer-row-1 .newsletter-content form input {
    appearance: none;
    border-radius: .5rem;
    background: rgb(var(--input-background, transparent));
    color: rgb(var(--input-text-color, var(--text-color)));
    text-align: start;
    border-width: 1px;
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
    height: calc(3.125rem + 0.625rem);
    padding-block-start: 1rem;
    border-color: #00000024;
    border: 1px solid gray;
    padding: 25px;
    width: 100%
}

#footer .footer-row-1 .newsletter-content form input::placeholder {
    opacity: 1;
    color: #7B7B7B;
    font-size: 1.3rem;
    font-weight: 500
}

#footer .footer-row-1 .newsletter-content form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    outline: none;
    box-shadow: none;
    border: none;
    padding: 0
}

#footer .footer-row-1 .newsletter-content form button img {
    filter: brightness(.5)
}

@media (max-width:991px) {
    #footer .footer-row-1 .newsletter {
        margin-top: 2rem
    }
}

#footer .footer-row-1 .footer-phone {
    margin-bottom: 2rem
}

#footer .footer-row-1 .footer-phone>a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2rem
}

#footer .footer-row-1 .footer-phone>a i {
    margin-right: 1rem
}

#footer .footer-row-1 .footer-phone>a>div>small {
    display: block;
    font-size: 1.2rem;
    font-weight: 300
}

#footer .footer-row-1 .app-container {
    display: flex;
    align-items: center;
    margin: 0 -.4rem
}

#footer .footer-row-1 .app-container>div {
    padding: 0 .4rem
}

#footer .footer-row-2 {
    background: #F1F1F1
}

#footer .footer-row-2 .footer-bottom-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 0;
    color: #7B7B7B;
    font-size: 1.3rem;
    flex-direction: column;
    gap: 2rem
}

#footer .footer-row-2 .footer-bottom-container>* {
    padding: 1rem 0
}

@media (max-width:991px) {
    #footer .footer-row-2 .footer-bottom-container {
        flex-wrap: wrap;
        justify-content: center
    }
}

.paginate-wrapper {
    position: relative;
    padding: 0;
    padding-top: 2rem
}

.paginate-wrapper .paginate {
    display: flex;
    justify-content: center
}

.paginate-wrapper .paginate a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    height: 4rem;
    color: #262626;
    border: 1px solid #F6F6F6;
    font-size: 1.5rem;
    padding: 0 .2rem
}

@media (max-width:991px) {
    .paginate-wrapper .paginate a {
        min-width: 2.6rem;
        height: 2.6rem;
        font-size: 1.2rem
    }
}

.paginate-wrapper .paginate a i {
    display: block;
    line-height: 1.4rem;
    font-size: 1.8rem;
    display: none
}

@media (max-width:991px) {
    .paginate-wrapper .paginate a i {
        display: block;
        font-size: 1rem
    }
}

.paginate-wrapper .paginate .paginate-content {
    display: flex
}

.paginate-wrapper .paginate .paginate-content a {
    margin: 0 .5rem
}

.paginate-wrapper .paginate .paginate-left a {
    margin-right: .5rem;
    width: 6.8rem;
    position: relative
}

@media (max-width:991px) {
    .paginate-wrapper .paginate .paginate-left a {
        width: 2.6rem
    }
}

.paginate-wrapper .paginate .paginate-left a:before {
    content: "GERİ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    font-size: 1.5rem;
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    .paginate-wrapper .paginate .paginate-left a:before {
        display: none
    }
}

.paginate-wrapper .paginate .paginate-right a {
    margin-left: .5rem;
    width: 6.8rem;
    position: relative
}

@media (max-width:991px) {
    .paginate-wrapper .paginate .paginate-right a {
        width: 2.6rem
    }
}

.paginate-wrapper .paginate .paginate-right a:before {
    content: "İLERİ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    font-size: 1.5rem;
    width: 100%;
    height: 100%
}

@media (max-width:991px) {
    .paginate-wrapper .paginate .paginate-right a:before {
        display: none
    }

}

.paginate-wrapper .paginate .paginate-passive a {
    background-color: #fff
}

.paginate-wrapper .paginate .paginate-active a {
    background-color: #fff
}

.paginate-wrapper .paginate .paginate-element-active {
    background-color: #6e8c42;
    border-color: #fff;
    color: #fff
}

.current-page-page-detail .contentbox-header {
    margin-bottom: 2.2rem;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center
}

.current-page-page-detail .contentbox-header h4 {
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 3.2rem
}

.current-page-page-detail .contentbox-body {
    color: #707070;
    font-size: 1.4rem;
    line-height: 2.8rem
}

.contentbox-header {
    margin-bottom: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: solid 1px #F1F1F1
}

.contentbox-header p {
    font-size: 1.2rem;
    margin-bottom: 0;
    display: block
}

.contentbox-header h4 {
    margin-bottom: 0;
    font-size: 1.9rem
}

.breadcrumb-container {
    background-image: url(../../img/banner.jpg) !important;
    background-size: cover;
    background-position: center;
    margin-top: -2.5rem;
    margin-bottom: 3.5rem
}

.breadcrumb-container #breadcrumbs {
    padding: 4.5rem 0
}

@media (max-width:991px) {
    .breadcrumb-container #breadcrumbs {
        padding: 2.5rem 0;
        overflow-x: auto;
        scroll-snap-type: x mandatory
    }
}

.breadcrumb-container #breadcrumbs ol {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center
}

.breadcrumb-container #breadcrumbs ol li i {
    color: #FFF;
    font-size: 2rem;
    margin: 0 .8rem;
    font-style: normal
}

.breadcrumb-container #breadcrumbs ol li i:before {
    content: "/"
}

.breadcrumb-container #breadcrumbs ol li span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    color: #FFF;
    font-size: 2rem;
    transition: all 0.35s ease-in-out
}

.breadcrumb-container #breadcrumbs ol li a {
    color: #FFF;
    font-size: 2rem;
    transition: all 0.35s ease-in-out
}

.breadcrumb-container #breadcrumbs ol li a:hover span span {
    color: #6e8c42
}

@media (max-width:991px) {
    .breadcrumb-container #breadcrumbs ol li span {
        font-size: 1.2rem
    }
}

.current-page-blog-detail #breadcrumbs {
    margin-bottom: 1.6rem;
    padding: 2rem 0
}

@media (max-width:767px) {
    .current-page-blog-detail #breadcrumbs {
        display: none
    }
}

.current-page-blog-detail #breadcrumbs ol {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center
}

.current-page-blog-detail #breadcrumbs ol li i {
    font-size: 1.2rem;
    margin: 0 .5rem;
    font-style: normal
}

.current-page-blog-detail #breadcrumbs ol li i:before {
    content: ">"
}

.current-page-blog-detail #breadcrumbs ol li span {
    display: flex;
    align-items: center;
    color: #A0A0A0;
    font-size: 1.4rem
}

.current-page-blog-detail #breadcrumbs ol li a {
    font-size: 1.4rem;
    color: #A0A0A0
}

.current-page-blog-detail #breadcrumbs ol li a:hover span span {
    color: #6e8c42
}

.current-page-blog-detail #breadcrumbs ol li:last-child span span {
    color: #6e8c42
}

@media (max-width:767px) {
    .block-item[data-type="filter-product-groups"] {
        display: block;
        margin-bottom: 0;
        border: none
    }

    .block-item[data-type="filter-product-groups"] .block-item-title {
        display: none
    }

    .block-item[data-type="filter-product-groups"] .block-item-content {
        display: block;
        padding: 0
    }

    .block-item[data-type="product-groups"] {
        display: none
    }

    .filter-menu,
    .horizontal-filter-menu {
        position: fixed;
        width: 280px;
        height: 100%;
        left: -280px;
        top: 0;
        background: #fff;
        z-index: 100;
        padding: 15px;
        transition: all 0.35s ease-in-out;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .filter-menu .filter-menu-category,
    .horizontal-filter-menu .filter-menu-category {
        display: none
    }

    .filter-menu-active {
        left: 280px;
        overflow: hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }

    .filter-menu-active .filter-menu,
    .filter-menu-active .horizontal-filter-menu {
        left: 0
    }

    #filter-wrapper {
        display: none
    }

    #filter-wrapper.has-sorting-option:not(.has-filter-option) {
        display: block
    }

    #filter-wrapper.has-sorting-option:not(.has-filter-option) .filter-wrapper-header {
        display: none
    }

    #filter-wrapper.has-sorting-option:not(.has-filter-option) .filter-wrapper-content #sorting-options {
        display: block
    }

    #filter-wrapper.has-filter-option {
        display: block
    }

    #filter-wrapper.has-filter-option .filter-wrapper-content #sorting-options {
        display: none
    }

    .sorting-options-content-active #filter-wrapper .filter-wrapper-content #sorting-options {
        display: block
    }
}

@media (max-width:767px) and (max-width:767px) {
    #filter-wrapper {
        margin-bottom: 2rem
    }
}

@media (min-width:768px) {

    .filter-menu-overlay,
    .filter-wrapper-header {
        display: none !important
    }
}

.horizontal-filter-menu {
    padding: 1.5rem;
    border: 1px solid #F1F1F1;
    margin-bottom: 1rem
}

.horizontal-filter-menu .horizontal-filter-menu-title {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.horizontal-filter-menu .clear-filters {
    display: flex;
    margin-bottom: 1rem
}

.horizontal-filter-menu .clear-filters a {
    display: block;
    padding: .2rem .5rem;
    background: #eee;
    color: #262626
}

.horizontal-filter-menu .filter-menu-selected-items {
    flex: 0 0 100%
}

.horizontal-filter-menu .filter-menu-groups {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-groups .filter-menu-group-title {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items {
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-title {
    font-size: 1.4rem;
    margin-bottom: 1rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group {
    margin-bottom: .5rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-title {
    margin-right: 1rem;
    margin-bottom: .5rem
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content {
    display: flex;
    flex-wrap: wrap
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item {
    margin-right: 1rem;
    margin-bottom: .5rem;
    flex: 0 0 auto
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item:last-child {
    margin-right: 0
}

.horizontal-filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a {
    display: block;
    padding: .2rem .5rem;
    background: #eee;
    color: #262626
}

.cascade-menu .parent-item a.selected-item {
    color: #6e8c42
}

.block-item {
    margin-bottom: 2rem;
    border: 1px solid #F1F1F1
}

.block-item a {
    color: #262626
}

.block-item a:hover {
    color: #84a94e
}

.block-item .block-item-title {
    padding: 1rem;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block-item .block-item-title>i {
    display: none
}

@media (max-width:767px) {
    .block-item .block-item-title>i {
        display: block
    }
}

.block-item .block-item-content {
    padding: 1rem
}

.block-item.active .block-item-title>i.fa-angle-down:before {
    content: ""
}

.block-item[data-type="no-frame"] .block-item-title {
    display: none
}

.product-area-top {
    margin-bottom: 5rem
}

.product-area-top .product-left {
    border: 1px solid #F1F1F1;
    padding: 2rem
}

@media (max-width:991px) {
    .product-area-top .product-left {
        margin-bottom: 2rem
    }
}

.product-image #product-primary-image {
    position: relative;
    padding-top: 100%;
    margin-bottom: 1.5rem
}

.product-image #product-primary-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

#product-thumb-image {
    padding: 0 3rem;
    margin-left: -9px;
    margin-right: -9px
}

#product-thumb-image .thumb-item {
    padding-left: 9px;
    padding-right: 9px
}

#product-thumb-image .thumb-item>div>a {
    padding-top: 100%;
    position: relative;
    display: block;
    border: 1px solid #F1F1F1
}

#product-thumb-image .thumb-item>div>a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

#product-thumb-image .thumb-item>div>a.zoomGalleryActive {
    border-color: #6e8c42
}

@media (max-width:991px) {
    #product-thumb-image {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 0
    }

    #product-thumb-image .thumb-item>div {
        width: 11vw
    }
}

@media (max-width:767px) {
    #product-thumb-image .thumb-item>div {
        width: 16vw
    }
}

@media (max-width:376px) {
    #product-thumb-image .thumb-item>div {
        width: 15vw
    }
}

@media (max-width:321px) {
    #product-thumb-image .thumb-item>div {
        width: 14vw
    }
}

#product-thumb-image>.slick-arrow {
    width: 2rem;
    height: 2rem;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: transparent
}

#product-thumb-image>.slick-arrow>i {
    display: none
}

#product-thumb-image>.slick-arrow.slick-prev {
    left: 0;
    background-image: url(../../assets/images/icon-arrow-left.svg)
}

#product-thumb-image>.slick-arrow.slick-next {
    right: 0;
    background-image: url(../../assets/images/icon-arrow-right.svg)
}

.product-brand a {
    color: #707070;
    font-size: 1.6rem;
    line-height: 2.6rem
}

.product-title {
    margin-bottom: 1rem
}

.product-title h1 {
    font-size: 2.2rem;
    color: #262626;
    line-height: 2.2rem;
    font-family: "Roboto Condensed", sans-serif;
    margin-bottom: 0
}

@media (max-width:767px) {
    .product-title h1 {
        font-size: 1.8rem
    }
}

.product-short-details {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #707070;
    margin-bottom: 1rem
}

.product-list-container {
    margin-bottom: 2.5rem
}

.product-list-container .product-list-row {
    display: flex;
    align-items: center;
    color: #A4A4A4;
    font-size: 1.4rem;
    font-weight: 600
}

.product-list-container .product-list-row a {
    color: #A4A4A4;
    font-size: 1.4rem;
    font-weight: 600;
    transition: all 0.35s ease-in-out
}

.product-list-container .product-list-row a:hover {
    color: #6e8c42
}

.product-list-container .product-list-row .product-list-title {
    flex: 0 0 auto
}

.product-list-container .product-list-row .product-list-content {
    flex: 1 1 auto;
    display: flex;
    align-items: baseline;
    word-break: break-word
}

.product-list-container .product-list-row .product-list-content:before {
    content: ":";
    margin: .2rem
}

.product-price-container {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

.product-price-container .product-price {
    display: flex;
    align-items: center;
    flex: 1 0 0%;
    flex-wrap: wrap;
    line-height: 3rem;
    margin-top: 20px
}

.product-price-container .product-price-new,
.product-price-container .product-price-old {
    display: block;
    width: 100%;
    color: #6e8c42;
    font-size: 2.6rem;
    font-weight: 700;
    margin-top: -30px
}

.product-price-container.has-discount .product-price .product-price-old {
    color: #9B9B9B;
    font-size: 1.6rem;
    font-weight: 400;
    text-decoration: line-through
}

.product-price-container .discount-label {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 7.5rem;
    height: 5.5rem;
    margin-right: 2rem;
    font-size: 2.2rem;
    color: #6e8c42;
    line-height: 2rem;
    text-align: center;
    padding-top: .3rem
}

.product-price-container .discount-label>span {
    display: block;
    text-align: center;
    font-size: 1.2rem
}

.product-options .product-options-title {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 1.5rem
}

.variant-select {
    margin-bottom: 2rem
}

.variant-select .variant-list {
    margin-bottom: 1rem
}

.variant-select .variant-list:last-child {
    margin-bottom: 0
}

.variant-select .variant-list select {
    width: 50% !important
}

@media (max-width:575px) {
    .variant-select .variant-list select {
        width: 100% !important
    }
}

.variant-plural {
    margin-bottom: 2rem
}

.variant-plural .variant-list {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem
}

.variant-plural .variant-list:last-child {
    margin-bottom: 0
}

.variant-plural span {
    height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.8rem;
    border: 1px solid #F1F1F1;
    cursor: pointer;
    margin: 0 1rem;
    padding: 0 .5rem
}

.variant-plural span:last-child {
    margin-right: 0
}

.variant-plural span.variant-passive {
    background-color: #eee
}

.variant-plural span.variant-no-stock {
    background-color: #eee
}

.variant-plural span.variant-selected {
    border-color: #6e8c42
}

.variant-singular {
    margin-bottom: 2rem
}

.variant-singular .radio-custom {
    margin-bottom: 1rem
}

.product-cart-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 3rem
}

.product-cart-buttons>div {
    padding-left: 5px;
    padding-right: 5px
}

.product-cart-buttons .product-buttons-wrapper {
    flex: 1 0 0%;
    max-width: 100%;
    display: flex;
    align-items: center
}

.product-cart-buttons .product-buttons-wrapper .product-buttons-row {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 0%;
    margin-left: -5px;
    margin-right: -5px
}

.product-cart-buttons .product-buttons-wrapper .product-buttons-row>div {
    flex: 1 0 0%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px
}

.product-cart-buttons .product-buttons-wrapper .add-my-favorites {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7E7E7E;
    font-size: 1.7rem;
    margin-left: 1.4rem
}

.product-cart-buttons .product-buttons-wrapper .add-my-favorites.favorite-product i {
    font-weight: 900;
    color: #6e8c42
}

.product-cart-buttons .info-box {
    width: calc(100% - 10px);
    margin: 0 5px;
    margin-top: 1rem;
    background: #F1F1F1;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.4rem
}

.product-cart-buttons .info-box>b {
    font-weight: 500;
    padding-left: .3rem
}

.product-qty-wrapper .product-qty {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    border: 1px solid #E9E9E9;
    width: 10rem;
    height: 5rem
}

.product-qty-wrapper .product-qty>a {
    flex: 0 0 3rem;
    max-width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626
}

.product-qty-wrapper .product-qty>div {
    flex: 1 0 0%;
    max-width: 100%
}

.product-qty-wrapper .product-qty>div input {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: transparent;
    border: none;
    font-size: 2rem;
    color: #000
}

@media (max-width:575px) {
    .product-qty-wrapper {
        margin-bottom: 1rem;
        flex: 0 0 100%;
        max-width: 100%
    }

    .product-qty-wrapper .product-qty {
        width: 100%
    }
}

.product-cart-buttons a.add-to-cart-button,
.product-cart-buttons a.no-stock-button,
.product-cart-buttons a.quick-order-button,
.product-cart-buttons a.remind-me-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    font-size: 1.6rem;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    padding: 0 1.5rem;
    border-radius: 0;
    transition: all 0.35s ease-in-out
}

.product-cart-buttons a.add-to-cart-button>img,
.product-cart-buttons a.no-stock-button>img,
.product-cart-buttons a.quick-order-button>img,
.product-cart-buttons a.remind-me-button>img {
    margin-right: 1rem
}

.product-cart-buttons a.add-to-cart-button,
.product-cart-buttons a.quick-order-button,
.product-cart-buttons a.remind-me-button {
    background-color: #6e8c42;
    color: #fff
}

.product-cart-buttons a.add-to-cart-button:hover,
.product-cart-buttons a.quick-order-button:hover,
.product-cart-buttons a.remind-me-button:hover {
    background-color: #84a94e
}

.product-cart-buttons a.no-stock-button {
    background-color: #ABABAB;
    color: #fff
}

#product-user-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 3rem
}

@media (max-width:767px) {
    #product-user-buttons {
        margin-bottom: 1rem
    }
}

@media (max-width:767px) {
    #product-user-buttons>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 1.2rem
    }
}

#product-user-buttons>div a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #A8A8A8;
    transition: all 0.35s ease-in-out
}

#product-user-buttons>div a i {
    font-size: 1.4rem
}

#product-user-buttons>div a span {
    padding-left: 1rem
}

#product-user-buttons>div a:hover {
    color: #6e8c42
}

.product-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width:1400px) {
    .product-buttons>div {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product-cargo-buttons {
    display: flex;
    align-items: center;
    margin: 0 -1rem
}

.product-cargo-buttons .product-cargo-button {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem
}

.product-cargo-buttons .product-cargo-button i {
    height: 3rem;
    width: 3rem
}

.product-cargo-buttons .product-cargo-button span {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    color: #707070;
    padding-left: .5rem;
    flex: 1 1 0%
}

.product-cargo-buttons .product-cargo-button.fast_shipping i {
    background: url(../../assets/images/icon-btn-1.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.same_day_shipping i {
    background: url(../../assets/images/icon-btn-2.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.three_days_delivery i {
    background: url(../../assets/images/icon-btn-3.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.five_days_delivery i {
    background: url(../../assets/images/icon-btn-4.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.seven_days_delivery i {
    background: url(../../assets/images/icon-btn-5.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.free_shipping i {
    background: url(../../assets/images/icon-btn-6.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.delivery_from_stock i {
    background: url(../../assets/images/icon-btn-7.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.pre_ordered_product i {
    background: url(../../assets/images/icon-btn-8.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.limited_stock i {
    background: url(../../assets/images/icon-btn-9.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.ask_stock i {
    background: url(../../assets/images/icon-btn-10.svg) no-repeat 50% 50%
}

.product-cargo-buttons .product-cargo-button.campaigned_product i {
    background: url(../../assets/images/icon-btn-11.svg) no-repeat 50% 50%
}

.product-social-content {
    display: flex;
    align-content: center;
    flex-wrap: wrap
}

.product-social-content .product-social-title {
    color: #262626;
    font-size: 1.3rem;
    margin-right: 1rem
}

.product-social-content .product-social {
    display: flex;
    align-items: center;
    margin-left: -.7rem;
    margin-right: -.7rem
}

.product-social-content .product-social>div {
    padding-left: .7rem;
    padding-right: .7rem
}

.product-social-content .product-social>div>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.2rem;
    height: 2.2rem;
    transition: all 0.35s ease-in-out
}

.product-detail-tab {
    margin-bottom: 5rem
}

.product-detail-tab .product-detail-tab-header {
    display: flex;
    align-items: center;
    margin: 0 -3rem;
    margin-bottom: 2rem
}

.product-detail-tab .product-detail-tab-header [data-tab-index] {
    padding: 0 3rem;
    border-right: 1px solid #F1F1F1
}

.product-detail-tab .product-detail-tab-header [data-tab-index]>a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #9B9B9B;
    font-family: "Roboto Condensed", sans-serif;
    position: relative;
    letter-spacing: .5px
}

.product-detail-tab .product-detail-tab-header [data-tab-index]>a:after {
    content: "";
    height: 3px;
    background: #6e8c42;
    width: 100%;
    position: absolute;
    bottom: -1.5rem;
    display: block;
    opacity: 0
}

.product-detail-tab .product-detail-tab-header [data-tab-index]:last-child {
    border-right: 0
}

.product-detail-tab .product-detail-tab-header [data-tab-index].active>a {
    color: #000
}

.product-detail-tab .product-detail-tab-header [data-tab-index].active>a:After {
    opacity: 1
}

.product-detail-tab .product-detail-tab-content [data-tab-content] {
    height: 0;
    overflow: hidden
}

.product-detail-tab .product-detail-tab-content [data-tab-content]>div {
    padding: 3rem 0;
    color: #707070;
    font-size: 1.4rem;
    line-height: 2.2rem
}

.product-detail-tab .product-detail-tab-content [data-tab-content].active {
    height: auto;
    overflow: visible
}

@media (max-width:991px) {
    .product-detail-tab .product-detail-tab-header {
        overflow-x: auto;
        margin-bottom: 0
    }

    .product-detail-tab .product-detail-tab-header>.row {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .product-detail-tab .product-detail-tab-header [data-tab-index]>a {
        min-width: 130px
    }
}

.btn {
    font-size: 1.2rem;
    border-radius: .4rem;
    transition: all 0.35s ease-in-out
}

.btn.btn-primary {
    color: #fff;
    background: #6e8c42
}

.btn.btn-primary:not(.btn-loading):active,
.btn.btn-primary:not(.btn-loading).active,
.btn.btn-primary:not(.btn-loading):hover,
.btn.btn-primary:not(.btn-loading).hover,
.btn.btn-primary:not([disabled]):not(.disabled):active,
.btn.btn-primary:not([disabled]):not(.disabled).active {
    background: #84a94e;
    color: #fff
}

.btn.btn-secondary {
    color: gray;
    background: #eee
}

.btn.btn-secondary:not(.btn-loading):active,
.btn.btn-secondary:not(.btn-loading).active,
.btn.btn-secondary:not(.btn-loading):hover,
.btn.btn-secondary:not(.btn-loading).hover {
    color: gray;
    background: #e1e1e1
}

.btn-loading:before {
    border-top-color: #6e8c42
}

.loader .ball-pulse>div {
    background-color: #6e8c42
}

.loading>div {
    border-top-color: #6e8c42;
    border-bottom-color: #6e8c42
}

.loading-bar .loader {
    background: #6e8c42
}

.control-label {
    color: #262626
}

.information-content {
    border: solid 1px #F1F1F1;
    border-radius: .4rem
}

.information-content span {
    border-radius: .4rem
}

.information-content i {
    color: #d5d5d5
}

.member-block li>a.active {
    color: #6e8c42
}

.member-block li:hover>a:not(.active) {
    color: #6e8c42
}

.member-block li:hover>a:not(.active) i.left-icons {
    color: #6e8c42
}

#featured-product-block {
    border: none
}

.filter-menu .filter-menu-box {
    margin-bottom: 15px
}

.filter-menu .filter-menu-category .filter-menu-category-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem
}

.filter-menu .filter-menu-category .filter-menu-category-content a {
    color: #262626
}

.filter-menu .filter-menu-category .filter-menu-category-top a {
    font-weight: 600
}

.filter-menu .filter-menu-groups .filter-menu-group-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem
}

.filter-menu .filter-menu-groups .filter-menu-group-content label {
    color: #262626
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-title {
    background-color: transparent;
    border: none;
    padding: 1.5rem;
    font-weight: 400
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-content {
    padding: 1.5rem
}

.filter-menu .filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-title {
    font-weight: 400
}

@media (min-width:768px) {
    .current-page-product-list-filter .block-item {
        margin-bottom: 2.4rem
    }

    .current-page-product-list-filter .block-item[data-type="filter-product-groups"] {
        border: none
    }

    .current-page-product-list-filter .block-item[data-type="filter-product-groups"] .block-item-content {
        padding: 0
    }

    .current-page-product-list-filter .block-item-title {
        background-color: #6e8c42;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        padding: 1.2rem 2.2rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box {
        margin-bottom: 2.4rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-title {
        color: #262626;
        font-size: 1.4rem;
        font-weight: 500;
        padding: 2rem 1.2rem;
        padding-bottom: 0
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-title i {
        display: inline-block;
        width: 15px;
        height: 15px;
        margin-right: 1rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-title i:before {
        content: "";
        background: url(../../assets/images/icon-block.svg) no-repeat;
        background-size: 98%;
        position: absolute;
        top: auto;
        left: auto;
        width: 15px;
        height: 15px
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-content {
        border-bottom: none;
        padding: 1rem 4rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-content a {
        color: #262626;
        font-size: 1.4rem;
        line-height: 4rem;
        padding: 0;
        transition: all 0.35s ease-in-out
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-content a i {
        display: none
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-content a:hover {
        color: #6e8c42
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-top {
        padding: 0
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-top a {
        width: 100%;
        height: 5rem;
        display: flex;
        align-items: center;
        background: #F6F6F6;
        font-size: 1.6rem;
        font-weight: 500;
        color: #191919;
        padding: 0 2rem;
        transition: all 0.35s ease-in-out
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-category .filter-menu-category-top a i {
        margin-right: .7rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-title {
        background-color: #6e8c42;
        color: #fff;
        font-size: 1.8rem;
        font-weight: 700;
        font-family: "Roboto Condensed", sans-serif;
        padding: 1.2rem 2.2rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content {
        padding: 2rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content input[type=checkbox]+label {
        font-size: 1.5rem;
        color: #262626;
        padding-left: 3rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content input[type=checkbox]+label:before {
        border: 2px solid #CBCBCB;
        border-radius: 0;
        width: 18px;
        height: 18px;
        background-color: #fff
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content input[type=checkbox]:checked+label:before {
        border-radius: 0;
        background-image: url(../../assets/images/icon-checkbox.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 70%;
        background-color: #fff
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content .scrollbar-inner>.scroll-element.scroll-y {
        right: 0;
        width: 16px
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content .scrollbar-inner>.scroll-element.scroll-y .scroll-element_outer {
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        border-radius: 2rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content .scrollbar-inner>.scroll-element.scroll-y .scroll-element_track {
        background-color: #F6F6F6;
        width: 5px;
        margin-left: 6px;
        opacity: 1
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-groups .filter-menu-group-content .scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
        background: #6e8c42;
        width: 15px;
        height: 15px !important;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 1
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items {
        margin-bottom: 0;
        border-bottom: none;
        padding: 1rem 2rem 2rem 2rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-title {
        color: #262626;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 0;
        padding-bottom: .5rem
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-content {
        padding: 0
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-title {
        display: none
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a {
        background: transparent;
        color: #262626;
        font-size: 1.4rem;
        border-radius: 0;
        padding: 1rem 0
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a i {
        width: 15px;
        height: 15px
    }

    .current-page-product-list-filter .block-item-content .filter-menu .filter-menu-box.filter-menu-selected-items .filter-menu-selected-items-content .filter-menu-selected-group .filter-menu-selected-group-content .filter-menu-selected-item a i:before {
        content: "";
        background: url(../../assets/images/icon-filter-selected.svg) no-repeat;
        position: absolute;
        top: auto;
        right: auto;
        width: 15px;
        height: 15px
    }

    .current-page-product-list-filter #sorting-options {
        border: none;
        margin-bottom: 1rem
    }

    .current-page-product-list-filter #sorting-options input[type=checkbox]+label {
        font-size: 1.5rem;
        color: #262626;
        padding-left: 3rem
    }

    .current-page-product-list-filter #sorting-options input[type=checkbox]+label:before {
        border: 2px solid #CBCBCB;
        border-radius: 0;
        width: 18px;
        height: 18px;
        background-color: #fff
    }

    .current-page-product-list-filter #sorting-options input[type=checkbox]:checked+label:before {
        border-radius: 0;
        background-image: url(../../assets/images/icon-checkbox.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 70%;
        background-color: #fff
    }

    .current-page-product-list-filter #sorting-options .record-count {
        color: #6e8c42;
        font-size: 1.4rem;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 700
    }

    .current-page-product-list-filter #sorting-options select {
        height: 4rem;
        padding-left: 2rem;
        border: 1px solid #F6F6F6;
        border-radius: 0;
        box-shadow: none;
        background-image: url(../../assets/images/icon-select.svg);
        background-repeat: no-repeat;
        color: #262626;
        font-size: 1.3rem
    }
}

#head-content {
    color: #919191;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.5rem;
    margin-bottom: 2rem
}

#head-content>h2 {
    color: #010101;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.5rem
}

.idea-promotion-bar {
    padding: 0
}

.idea-promotion-bar.bar-position-top {
    border-bottom: none
}

@media (max-width:991px) {
    .idea-promotion-bar {
        display: none !important
    }
}

#checkout-breadcrumbs .checkout-steps>a {
    margin-left: -15px;
    margin-right: -15px
}

.genislik {
    font-size: 2rem;
    font-weight: 700
}

.product-customization-group-title {
    color: #006231;
    font-size: 2rem
}

.input-container {
    position: relative;
    float: left;
    font-size: 2rem
}

.input-container:after {
    position: absolute;
    right: 2%;
    top: 20%;
    content: "m2"
}

a#whatsapp-order {
    bottom: 72px
}

#ideaexport_translation_bar_container {
    display: none
}

.kapanirmenu {
    border: 1px solid #c7bebe26;
    padding: 15px 25px;
    box-shadow: 1px 4px 10px 10px #bdafaf1f
}

.eyma-can {
    margin-bottom: 7px !important;
    text-align: left !important
}

.eyma-limited {
    color: #000;
    font-weight: 700
}

.swiper {
    width: 100%;
    height: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.collection-item {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    left: 0%;
    padding: 15px;
}

.collection-item__image-wrapper {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: -36px;
}

.aspect-ratio {
    padding-bottom: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 100%
}

.aspect-ratio img {
    opacity: 1;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transform: scale(1.01);
    font-family: "object-fit: cover;object-position: center;";
    transition: opacity 0.2s ease-in-out, transform 0.95s cubic-bezier(.25, .46, .45, .94);
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    border-style: none;
    vertical-align: top;
    min-height: 100%;
    min-width: 100%
}

.collection-item__title {
    transform: translateX(14px);
    transition: transform 0.35s cubic-bezier(.645, .045, .355, 1);
    display: block;
    line-height: 2.4;
    text-align: center;
    transition: color 0.2s ease-in-out;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500;
    background-color: #6e963ec9;
}

.collection-item__title svg {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    vertical-align: -2px;
    margin-left: 8px;
    right: -5px px;
    opacity: 0;
    transition: all 0.35s cubic-bezier(.645, .045, .355, 1)
}

.swiper-button-next {
    width: 52px !important;
    height: 52px !important;
    background: url(../../../../../../../s/files/1/0078/6156/7570/files/wd-index-swiper-navigation-right-new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 2 !important;
    transition: 0.2s;
    cursor: auto
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none !important
}

.swiper-button-prev {
    width: 52px !important;
    height: 52px !important;
    background: url(../../../../../../../s/files/1/0078/6156/7570/files/wd-index-swiper-navigation-left-new.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%);
    z-index: 2 !important;
    transition: 0.2s;
    cursor: auto
}

.sliders {
    display: flex
}

.slidersol {
    padding: 0px !important
}

.slidersag {
    padding-right: 0px !important
}

.slidersag img {
    height: 100%
}

.swiper-button-lock {
    display: block !important
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important
}

.yazi1 {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 5rem;
    text-align: left;
    left: 30px
}

.yazi2 a {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 2rem;
    text-align: left;
    right: 5%;
    border: 2px solid #777976;
    padding: 18px;
    background-color: #777976
}

.yazi3 a {
    position: absolute;
    color: #fff;
    top: 86%;
    left: 42%;
    transform: translate(-50%, -50%);
    background-color: orange;
    padding: 20px 50px;
    width: max-content;
    font-size: 31px;
    border-width: 0px !important
}

.yazi4 {
    position: absolute;
    color: green;
    background: #fff;
    top: 153px;
    right: -152px;
    font-size: 33px;
    padding: 20px;
    transform: rotate(90deg)
}

.ana-icerik {
    font-size: 20px;
    font-family: "Roboto Condensed";
    margin-bottom: 21px
}

.ana-baslik {
    font-size: 53px;
    font-family: sans-serif;
    margin-top: -11px;
    FONT-WEIGHT: 700;
    line-height: 61px
}

.ust-baslik {
    font-size: 27px;
    font-family: "Roboto Condensed"
}

.ana-buton button {
    background-color: #632f11;
    color: #fff;
    padding: 9px 39px;
    font-size: 19px;
    border-width: 0
}

.alt-icerik {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    gap: 1rem
}

.sol-icerik-img {
    height: 100%;
    border-top-right-radius: 299px;
    border-bottom-right-radius: 299px;
    height: 100%
}

.sol-icerik-altı {
    position: absolute;
    left: 0;
    bottom: -90px;
    width: 89%
}

.content-metas {
    padding-bottom: 8rem
}

@media only screen and (min-width:1600px) {
    .tolg {
        height: 370px !important
    }
}

@media only screen and (max-width:991px) {
    .mob-eyma {
        margin-top: 101px
    }

    .sliders-mobil {
        display: block !important
    }

    .sliders {
        display: none !important
    }

    #footer {
        margin-top: 0rem !important
    }

    .accordion-box {
        padding: 2rem !important
    }

    .eysos2 p {
        font-size: 15px !important
    }

    .eysos2 h2 {
        font-size: 26px !important
    }

    .section-stack__main {
        padding-left: 0px !important
    }

    .accordion-box details summary {
        font-size: 15px !important
    }

    .accordion__content p {
        font-size: 14px !important
    }

    .footer-menu .footer-menu-title {
        font-size: 17px !important
    }

    .shopping-banners .shopping-banner .shopping-banner-content {
        font-size: 1.4rem !important
    }

    .section-header h2 {
        text-align: center;
        font-size: 20px !important;
        padding-right: 15px;
        padding-left: 15px
    }

    .footer-menu-title1 p {
        font-size: 14px !important
    }

    .footer-menu-title1 a {
        font-size: 14px !important
    }

    .pad-ir {
        padding-right: 38px !important
    }

    .circle-chevron {
        right: 10px !important
    }

    #media-grid-item-2 .text-center {
        opacity: 1;
        bottom: 38% !important;
        left: 21% !important
    }

    #media-grid-item-2 .text-center .prose {
        align-items: center !important
    }

    #media-grid-item-2 .text-center .prose p {
        font-size: 23px !important
    }

    #media-grid-item-2 .text-center .prose button {
        padding: 7px !important;
        font-size: 16px !important
    }

    .header-tp2 div .news-message2 p {
        font-size: 2.75rem !important
    }

    #media-grid-item-1 .text-start {
        top: 25% !important;
        right: 21% !important
    }

    .header-tp2 {
        padding-bottom: 0px !important
    }

    .media-grid2 {
        padding-top: 1rem !important
    }

    #media-grid-item-1 .text-start .prose {
        align-items: flex-start !important
    }

    #media-grid-item-1 .text-start .prose p {
        font-size: 23px !important
    }

    #media-grid-item-1 .text-start .prose button {
        padding: 8px !important;
        font-size: 15px !important
    }

    .eyma-2 {
        margin-top: 10px;
        gap: 1rem !important;
        padding: 0px !important
    }

    #media-grid-item-3 .text-center {
        top: 8% !important;
        left: 18% !important
    }

    .media-grid2 {
        flex-direction: column
    }

    #media-grid-item-3 .text-center .prose {
        align-items: center !important
    }

    #media-grid-item-3 .text-center .prose p {
        font-size: 23px !important
    }

    #media-grid-item-3 .text-center .prose button {
        padding: 7px !important;
        font-size: 16px !important
    }

    .header-tp div .news-message p {
        font-size: 1.15rem !important
    }

    .mySwiper {
        padding: 0 15px !important
    }

    .entry-row {
        padding: 0px !important
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 32px !important;
        height: 32px !important;
        top: 50% !important
    }

    .products-content5 {
        grid-template-columns: repeat(2, 1fr) !important
    }

    .content-over-media img {
        vertical-align: middle;
        display: block;
        height: 403px !important
    }

    .place-self-center .prose {
        width: 100%
    }

    .products-header4 {
        font-weight: 600 !important;
        font-size: 28px !important
    }

    .tolg {
        height: auto !important
    }

    .yazi1 {
        position: absolute;
        bottom: 38px;
        color: #fff;
        font-size: 2.5rem;
        text-align: left;
        left: 30px;
        font-weight: 700;
        text-decoration: underline
    }

    .yazi2 a {
        position: absolute;
        bottom: 22px;
        color: #fff;
        font-size: 1.4rem;
        text-align: left;
        right: 5%;
        border: 2px solid #777976;
        padding: 8px;
        background-color: #777976
    }

    .sliders {
        padding-right: 15px;
        padding-left: 15px
    }

    .hafta {
        margin-top: 30px !important
    }

    .shopping-banners>div>.col-md-6 {
        width: 50%
    }
}

.products-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 44px;
    background-color: #91bb66;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto 10px
}

#social-container {
    position: sticky;
    bottom: 1px;
    z-index: 99
}

@media only screen and (min-width:991px) {
    .hafta {
        margin: 0px !important
    }
}

.sliders .container .row {
    align-items: center
}

.shopping-banner {
    pointer-events: none
}

#left-block>div:nth-child(2) {
    display: none
}

.section-header {
    justify-content: center;
    align-items: end;
    gap: 1rem;
    justify-items: start;
    display: grid;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px
}

.section-header h2 {
    font-size: 27px;
    color: #878282 !important;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important
}

.kolek {
    padding-top: 0px !important
}

.tolg {
    height: 370px
}

.slider-sol img {
    width: 100%
}

.home-products {
    width: 100%
}

.products-content5 {
    display: grid;
    position: relative;
    --product-list-items-per-row: 5;
    grid-row: 5;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    grid-auto-rows: minmax(100px, auto)
}

.products-header4 {
    font-size: 42px;
    color: #000 !important;
    margin-block-end: 0 !important;
    margin-block-start: 0 !important;
    padding-bottom: 5px;
    font-weight: 500;
    margin: 0 auto 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.content-over-media {
    box-shadow: var(--shadow-block);
    color: #000;
    border-radius: 1.5rem;
    grid-template: 0 1fr 0/1fr;
    gap: 1rem;
    place-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
    transform: translateZ(0)
}

.content-over-media:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    transition: background 0.2s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.content-over-media img {
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    transform-origin: bottom;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: 1/span 3/span 3;
    position: relative;
    display: block
}

.place-self-center {
    z-index: 1;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%
}

.place-self-center .prose {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.prose a {
    color: #fff;
    border: 1px solid #089916;
    padding: 23px;
    margin-top: 48px;
    background: #089916;
    border-radius: 28px
}

.prose>div {
    margin-bottom: 40px
}

.footer-social {
    margin: -.4rem 0;
    display: flex;
    gap: 2rem
}

.footer-social div {
    display: block;
    padding: .4rem 0
}

.footer-social div a {
    display: flex;
    align-items: center;
    color: #919191;
    font-size: 1.4rem;
    font-weight: 700
}

.footer-social div a>i {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.35s ease-in-out
}

.footer-social div a>span {
    padding-left: 1.2rem
}

@media (min-width:992px) {
    .footer-social div a:hover>i {
        background: #6e8c42
    }
}

.footer-menu-title1 {
    margin-bottom: 1.5rem;
    line-height: 2.8rem;
    font-family: roboto condensed, sans-serif;
    font-size: 19px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    flex-direction: column
}

.footer-menu-title1 a {
    opacity: .7;
    transition: opacity 0.2s ease-in-out;
    color: inherit;
    overflow-wrap: anywhere;
    font-size: 16px;
    text-decoration: underline
}

.footer-menu-title1 p {
    opacity: .7;
    transition: opacity 0.2s ease-in-out;
    color: inherit;
    text-decoration: inherit;
    overflow-wrap: anywhere;
    font-size: 16px
}

.newsletter .logo a img {
    width: 65%
}

.content-over-media1 img {
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1);
    height: var(--content-over-media-height, auto);
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    transform-origin: bottom;
    border-radius: 1.5rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: 1/span 3/span 3;
    position: relative
}

.media-grid2 {
    display: flex;
    padding: 2.5rem 0
}

.eyma-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4.7rem
}

#media-grid-item-3 .text-center {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 100%
}

#media-grid-item-3 .text-center .prose {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#media-grid-item-3 .text-center .prose p {
    color: #fff;
    font-size: 28px
}

#media-grid-item-3 .text-center .prose button {
    padding: 15px;
    border-radius: 20px;
    font-size: 16px;
    border-color: transparent;
    font-weight: 600
}

#media-grid-item-2 .text-center {
    position: absolute;
    bottom: 33%;
    left: 5%;
    width: 100%
}

#media-grid-item-2 .text-center .prose {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

#media-grid-item-2 .text-center .prose p {
    color: #fff;
    font-size: 28px
}

#media-grid-item-2 .text-center .prose button {
    padding: 15px;
    border-radius: 20px;
    font-size: 16px;
    border-color: transparent;
    font-weight: 600
}

.media-grid__item {
    border-radius: 1.5rem
}

#media-grid-item-1 .text-start {
    position: absolute;
    bottom: 25%;
    right: 5%;
    width: 100%;
    display: flex;
    justify-content: flex-end
}

#media-grid-item-1 .text-start .prose {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

#media-grid-item-1 .text-start .prose p {
    color: #fff;
    font-size: 28px
}

#media-grid-item-1 .text-start .prose button {
    padding: 15px;
    border-radius: 20px;
    font-size: 16px;
    border-color: transparent;
    font-weight: 600
}

.media-grid2 .eyma-pad {
    padding: 0px !important
}

#media-grid-item-1 .zoom-image {
    transform-origin: center;
    transition: transform 1.5s cubic-bezier(.22, 1, .36, 1)
}

.pad-ir {
    padding-right: 30px;
    padding-left: 38px
}

.eysos2 h2 {
    color: #878282 !important;
    font-size: 40px
}

.eysos2 p {
    font-size: 17px
}

.section-stack--horizontal {
    padding-top: 5rem;
    padding-bottom: 2.5rem
}

.duzens {
    display: flex;
    flex-wrap: wrap
}

.section-stack__intro {
    padding-left: 0
}

.section-stack__main {
    padding-right: 0
}

.accordion-box {
    background-color: #f3f3f3 !important;
    padding: 5rem;
    gap: 4rem;
    display: grid;
    border: 1px solid #f3f3f3;
    border-radius: 1rem !important
}

.accordion-box details {
    border-block-start-width: 0;
    box-sizing: content-box;
    border-block-end-width: 1px;
    display: flex;
    border-bottom: 1px solid #d8d8d8
}

.accordion-box details summary {
    user-select: none;
    list-style-type: none;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer;
    counter-increment: list-item 0;
    list-style: inside disclosure-closed;
    display: flex;
    font-size: 18px
}

.accordion__content {
    margin-block-end: 1.25rem;
    padding-inline-end: 1.5rem;
    transform: translateY(-4px);
    margin-block-start: 1.25rem;
    font-size: 16px
}

.accordion__content p {
    margin-block-end: 0 !important;
    margin-block-start: 0 !important
}

.circle-chevron {
    position: absolute;
    right: 60px
}

accordion__toggle>span {
    font-size: 17px
}

.header-tp {
    background-color: #b3d16d;
    color: #fff;
    text-transform: uppercase;
    overflow-x: hidden
}

.header-tp div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%
}

.header-tp div .news-message {
    display: flex;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
    animation: slide-left 20s linear infinite
}

.header-tp div .news-message p {
    font-weight: 100;
    padding-left: .5em;
    margin-bottom: 0;
    font-size: 1.75rem;
    line-height: 1.7
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.ds-c {
    padding: 2.5rem 0
}

.header-tp2 {
    background-color: #fff;
    color: #b3d16d;
    text-transform: uppercase;
    overflow-x: hidden;
    padding: 2.5rem 0
}

.header-tp2 div {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 100%
}

.header-tp2 div .news-message2 {
    display: flex;
    flex-shrink: 0;
    height: 50px;
    align-items: center;
    animation: slide-left 20s linear infinite
}

.header-tp2 div .news-message2 p {
    font-weight: 100;
    padding-left: .5em;
    margin-bottom: 0;
    font-size: 3.75rem;
    line-height: 1.7
}

@keyframes slide-left {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.shape--sm {
    border-radius: 9999px;
    width: .375rem;
    height: .375rem;
    background: currentColor;
    display: block;
    margin-right: 20px;
    margin-left: 20px
}

.float-button {
    text-decoration: none;
    position: fixed;
    padding: 10px;
    padding-right: 15px;
    bottom: 30px;
    right: 30px;
    color: #fff;
    background-color: #25D366;
    border-radius: 25px 30px 5px 25px;
    z-index: 100;
    font-family: Arial;
    font-size: 17px;
    animation: whatsapp-animation 0.5s ease-in-out;
    box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, .3);
    transition: all 0.3s ease-out;
    display: flex;
    align-items: center
}

.fa-whatsapp {
    padding-top: 13px;
    font-size: 35px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.float-button:hover {
    background-color: #128C7E;
    color: #fff
}

#social-container {
    display: none !important
}

.product-customization-group[data-group-id="3"] {
    display: none
}

.entry-row-4 {
    padding-bottom: 4rem;
    padding-top: 3rem
}

.FooterTop2 {
    padding: 4rem 0 1rem;
    width: 100%;
    min-height: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.vc_custom_1685542567356 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px
}

.wpb_column2 {
    z-index: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
    float: left;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    -webkit-box-align: start
}

.wd-image-hotspot-wrapper {
    margin-bottom: 20px !important
}

.wd-image-hotspot-hotspots {
    position: relative
}

.wd-image-hotspot-img {
    width: 100%;
    border-radius: 10px
}

.wd-image-hotspot-img img {
    width: inherit;
    border-radius: 20px
}

.promo-banner {
    --button-space: 15px;
    --button-size: 28px;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.promo-banner .banner-image :is(img, picture, video) {
    width: 100%;
    height: var(--wd-img-height);
    object-fit: cover;
    object-position: inherit
}

.promo-banner .wrapper-content-banner {
    z-index: 2;
    display: flex;
    overflow: hidden;
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    inset: 0;
    justify-content: left;
    align-items: center
}

.promo-banner .content-banner {
    position: relative;
    width: 100%;
    max-width: var(--content-width);
    --text-align: left;
    text-align: left;
    --content-align: flex-start
}

.banner-innerset {
    margin-top: 7px
}

.banner-innerset p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600
}

.products-header2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: roboto condensed, sans-serif;
    letter-spacing: .5px;
    color: #262626
}

.products-header2 p {
    font-size: 18px;
    color: #0000008f
}

.promo-banner-wrapper {
    margin-bottom: 20px !important
}

.wd-image-hotspot-hotspots video {
    object-fit: cover
}

@media screen and (max-width:991px) {
    .vc_custom_1685542567356 {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 15px
    }

    .products-header2 p {
        margin-top: -7px
    }

    .banner-innerset p {
        font-size: 11px !important
    }

    .vc_custom_1685542567356 .wpb_column2:last-child {
        display: none
    }
}