:root {
    --main-color: #000;
    --main-color-inverse: #666;
    --color-red: #d92222;
}

#memberAddressSelectionForm .addressContainer {
    border: 1px solid #efefef;
    padding: 3px;
    margin-bottom: 5px;
}

#memberAddressSelectionForm .addressContainer label {
    color: lightgray;
    cursor: pointer;
    margin-left: 20px;
}

#memberAddressSelectionForm .addressContainer label:hover {
    color: gray;
}

#memberAddressSelectionForm .addressContainer.checked label {
    color: black;
}

.checkoutMenu ul li {
    width: 24% !important;
}

#memberAddressSelectionForm h1 {
    font-size: 22px;
}

#memberAddressSelectionForm h4 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) {
    a.vertical-align,
    div.vertical-align {
        display: flex;
        align-items: center;
    }
}

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

#memberAddressSelectionForm .addressContainer .addressText {
    font-weight: 400;
}

.productOrderSummary table tbody tr td {
    vertical-align: middle;
}

#btnPay {
    white-space: unset;
    font-size: 14px;
    padding: 10px 12px;
}

.modal-header.error {
    background: #dc4141 !important;
}

.modal-header.error h4 {
    color: #fff !important;
}

.variants h4 {
    font-size: 15px;
    font-weight: 700;
}

.variant {
    padding: 0;
}

.variant_value {
    border: 1px solid #ddd;
    width: 32%;
    display: inline-block;
}

.variant_value .varyantItem {
    display: flex;
    align-items: center;
}

.variant_value .varyantItem .content {
    margin-left: 15px;
    font-weight: 700;
}

.variant_value .varyantItem .content span {
    display: block;
    font-weight: 400;
}

.variant_value .photo {
    width: 50px;
    /* float:left; */
}

.variant_value:not(.passive):not(.selected):hover,
.variant_value.selected {
    border-color: black;
}

.variant_value a {
    color: black;
}

.variant_value:not(.passive):not(.selected):hover {
    cursor: pointer;
}

.variant_value.passive {
    cursor: not-allowed;
    position: relative;
    border-color: #e6e6e6;
    color: #999999;
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), #e6e6e6 calc(50% - 1px), #e6e6e6 50%, transparent 50%);
}

/*
CATEGORY MENU
*/


/* hide inputs */
.menu-checkbox {
    display: none;
}

.menu .menu label.menu-toggle {
    background: none;
}

.categories {
    display: none;
}

a.category_name.active {
    color: red;
}

.category a.category_name.active:first-child {
}

.category a.category_name {
    width: calc(100% - 15px);
}

.accordion {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    padding-bottom: 0;
}

.accordion a {
    display: block;
    position: relative;
}

.accordion ul a {
    padding: 7px 15px 7px 15px;
}

.accordion li {
    border-top: 1px solid #f5f5f5;
}

.accordion li a {
    border: 0;
}

.accordion li ul li {
    border-top: 0;
}

.accordion a.expand {
    position: absolute;
    right: 0;
    top: 0;
}

.accordion ul > li > a::after {
    display: none;
}

.accordion ul > li > a::before {
    display: none !important;
    background: #333;
    content: "";
    display: inline-block;
    height: 1px;
    margin-right: 8px;
    transform: rotate(-45deg);
    width: 5px;
    top: -2px;
    position: relative;
}

.accordion ul li ul li:before {
    content: "\e606";
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    display: block !important;
    transform: unset;
    background: transparent;
    width: unset;
    left: 10px;
    top: 14px;
    position: absolute;
}

.filter-btn-toggle {
    display: none;
}

.btn-sidebar-close {
    display: none;
    text-decoration: none;
    background: #ffffff;
    position: relative;
    width: 286px;
    left: -150%;
    top: 0;
    z-index: 13;
    -moz-transition: left 0.3s linear;
    -o-transition: left 0.3s linear;
    -webkit-transition: left 0.3s linear;
    transition: left 0.3s linear;
}

.btn-sidebar-close {
    padding: 15px 16px 13px 29px;
    color: #777777;
    border-bottom: 1px solid #e9e7e7;
}

.aside.leftColumn.column-open .btn-sidebar-close {
    left: 0;
    position: fixed;
}

.aside.leftColumn.column-open {
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 65px;
    padding-bottom: 20px;
}

body.no-scroll {
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 0;
}

body.no-scroll:not(.touch-device),
html.win.ie body.no-scroll {
    padding-right: 17px;
}

.modal-filter {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: block;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.filter_param_container {
    border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    -ms-webkit-radius: 16px;
    zoom: 1;
    display: inline-block;
    margin-right: 10px;
    padding: 4px;
    background-color: #eee;
    margin-top: 10px;
    margin-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.filter_param_container span.remove {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-webkit-radius: 100%;
    zoom: 1;
    width: 28px;
    height: 28px;
    background-color: #fff;
    text-align: center;
    position: relative;
    float: left;
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    cursor: pointer;
}

.filter_param_container span.remove:hover {
    background-color: #919191;
}

.filter_param_container span.remove:hover:before {
    color: #fff;
}

.filter_param_container span.remove:before {
    content: "\f00d";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #484848;
    font-size: 13px;
    zoom: 1;
    line-height: 28px;
    text-align: c;
}

.filter_param_container .filter-content {
    display: inline-block;
    width: auto;
    float: left;
    min-height: 1px;
}

.filter_param_container .filter-content span {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
    color: #484848;
    line-height: 1;
    margin-right: 20px;
    margin-bottom: 2px;
}

.filter_param_container .filter-content span > div {
    display: inline-block;
}

.filter_param_container .filter-content span.title {
    font-size: 12px;
    color: #999;
}

@media only screen and (max-width: 767px) {
    .categories {
        display: block;
    }

    label {
        cursor: pointer;
    }

    .shop-quick-view,
    label:focus {
        outline: none;
    }

    .single-shop:hover .shop-quick-view > a,
    .item .products:hover .shop-quick-view > a {
        opacity: 0 !important;
        transform: none !important;
    }

    .single-shop:hover .shop-img::after,
    .item .products:hover .image::after {
        display: none !important;
    }

    .filter-btn-toggle {
        display: block;
    }

    .btn-sidebar-close {
        display: block;
        border-bottom: 1px solid #e9e7e7;
    }

    .categories {
        padding: 0;
    }

    .aside.leftColumn {
        position: fixed;
        display: block;
        margin: 0;
        background: #ffffff;
        z-index: 9999;
        top: 0;
        left: -160%;
        height: 100%;
        width: 300px;
        max-width: inherit;
        text-align: left;
        -moz-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
        -webkit-transition: left 0.3s linear;
        transition: left 0.3s linear;
        overflow: scroll;
    }
}

.shop-text-all .product-title {
    margin-top: 5px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul#brands, ul.properties,
.module .category-list-inner > ul.accordion {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-right: 7px;
    margin: 0;
    max-height: 420px;
    overflow: auto;
}

.module .category-list-inner ul.accordion li {
    list-style-type: none;
}
.module .category-list-inner ul.accordion [data-code="urunler"] > .categoryText {
    display: none;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 16px;
    height: 16px;
    opacity: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}


.custom-control-label::before {
    position: absolute;
    top: 3px;
    left: -25px;
    display: block;
    width: 16px;
    height: 16px;
    pointer-events: none;
    content: "";
    background-color: #f0f1f3;
    border: #f0f1f3 solid 1px;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -25px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #545d63;
    background-color: #545d63;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzgnIHZpZXdCb3g9JzAgMCA4IDgnPjxwYXRoIGZpbGw9JyNmZmZmZmYnIGQ9J002LjU2NC43NWwtMy41OSAzLjYxMi0xLjUzOC0xLjU1TDAgNC4yNmwyLjk3NCAyLjk5TDggMi4xOTN6Jy8+PC9zdmc+);
}

.custom-scrollbar::-webkit-scrollbar-thumb, .custom-scrollbar-x::-webkit-scrollbar-thumb {
    background: #777f84;
}

.custom-scrollbar::-webkit-scrollbar-track, .custom-scrollbar-x::-webkit-scrollbar-track {
    background: #d3d6db;
}

.custom-scrollbar::-webkit-scrollbar, .custom-scrollbar-x::-webkit-scrollbar {
    width: 4px;
    height: 6px;
}

#brands label div {
    display: inline-block;
}

#brands label {
    max-width: 85%;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
}

.giftTokenWrapper .input-group {
    display: block !important;
}

.giftTokenWrapper .input-group .form-control {
    margin-bottom: 10px;
}

.giftTokenWrapper .input-group button {
    display: block;
    width: 100%
}

.bg-dark {
    background: #2f353b !important;
}

.bg-red {
    background: #e7505a !important;
}

.bg-blue {
    background: #3598dc !important;
}

.bg-green {
    background: #32c5d2 !important;
}

.bg-green-meadow {
    background: #1BBC9B !important;
}

.bg-green-seagreen {
    background: #1BA39C !important;
}

.bg-green-jungle {
    background: #26C281 !important;
}


#cartTable .table tbody tr.freeItem > td {
    background: #d6ffde !important;
}

.action-buttons {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.action-buttons a {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #000000;
    transition: all .3s;
    margin-bottom: 5px
}

.action-buttons a i {
    font-size: 20px;
    margin-right: 5px;
}

.myFavorites .relative {
    position: relative;
}

.myFavorites .addRemoveProductFavorites {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: var(--color-red);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
}

.myFavorites .addRemoveProductFavorites:hover {
    background: var(--main-color);
}

.myFavorites .addRemoveProductFavorites span {
    display: block;
    position: relative;
}

.deal-countdown-timer {
    margin-bottom: 0.857em;
}

.deal-countdown-timer .marketing-text {
    margin-bottom: 1.071em;
    text-align: center;
}

.countdown {
    text-align: center;
    color: #383838;
}

.countdown span[data-value="0"] {
    display: none;
}

.countdown > span {
    display: inline-block;
    margin: 0 6px;
}

.countdown > span:last-child .value::after {
    content: none;
}

.countdown > span .value {
    font-size: 20px;
    line-height: 30px;
    width: 40px;
    height: 30px;
    border-radius: 4px;
    background-color: #e6e6e6;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-bottom: 0.429em;
    font-weight: 700;
}

.countdown > span .value::after {
    content: ':';
    display: inline-block;
    position: absolute;
    right: -9px;
    font-size: 0.8em;
    line-height: 1.708em;
}

.countdown > span b {
    display: block;
    font-size: 0.857em;
    text-transform: uppercase;
    line-height: 1em;
    color: #666;
    font-weight: 400;
}

.section-onsale-product {
    border-radius: 1.214em;
    border: 2px solid #ddd;
    padding: 1.429em 1.571em;
}

.section-onsale-product .section-heading {
    font-size: 1.571em;
    font-weight: 400;
    flex-shrink: 0;
    margin-right: 20px;
    text-align: center;
}
.category-descriptions,
.top-searches {
    border: 1px solid #D0D0D0;
    padding: 30px 15px;
}
.top-searches .title {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.top-searches ul {
    display: flex;
    gap: 14px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.top-searches ul li a {
    border: 1px solid #D0D0D0;
    padding: 5px;
    display: block;
}