﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #999999;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #999999;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --site-link-color: #0058a3;
    --site-primary-color: #111111;
    --site-secondary-color: #0058a3;
    --site-primary-text: #111;
    --site-paragraf-text: #111;
    --header-height: 145px;
    --switch-layout-color: #ddd;
    --font-family-sans-serif: 'Inter', sans-serif, "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: var(--font-family-sans-serif);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--site-primary-text);
    background-color: #ffffff;
}

.grecaptcha-badge {
    display: none !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

.collapse {
    display: none;
}

.collapsed {
    display: block;
}

p {
    color: var(--site-paragraf-text);
}

    p bold, p b {
        font-weight: 600;
    }

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
}

.color-primary {
    color: var(--red);
}

.product-bands {
    position: absolute;
    top: 10px;
    left: 10px;
}

    .product-bands > div {
        color: #fff;
        background-color: #c4007b;
        padding: 5px 0;
        width: max-content;
        border-radius: 4px;
        font-size: 16px;
        margin-bottom: 5px;
        margin-right: 5px;
        font-weight: 700;
        border: 1px solid #c4007b;
        width: auto;
        text-align: center;
        text-transform: uppercase;
    }

        .product-bands > div.is-featured {
            color: #ffffff;
            background-color: #0058a3;
            border-color: #0058a3;
        }

        .product-bands > div.is-PercentOfSaving {
            background-color: transparent;
            color: var(--red);
            border-color: transparent;
        }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: var(--site-link-color);
    text-decoration: none;
}

    a:hover {
        color: var(--site-secondary-color);
        text-decoration: none;
    }

    a:not([href]):not([class]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([class]):hover {
            color: inherit;
            text-decoration: none;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

img {
    vertical-align: middle;
    border-style: none;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

svg {
    overflow: hidden;
    vertical-align: middle;
    fill: var(--site-primary-text);
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #999999;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.form-group {
    margin-bottom: 15px;
}

button, .btn {
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--site-secondary-color);
    border: 1px solid var(--site-secondary-color);
    padding: 0 25px;
    height: 52px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 9999px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .btn.disabled:not(.is-loading), .btn[disabled]:not(.is-loading), button[disabled]:not(.is-loading) {
        background-color: #ddd !important;
        color: #000 !important;
        border-color: #ddd !important;
        cursor: not-allowed
    }

.pagination-page-item > a.btn {
    min-width: 290px;
}

.is-loading:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    transform: translate(-50%,-50%);
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: transparent;
    border-right: transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
    opacity: 0;
    visibility: hidden;
}

.is-loading.btn {
    font-size: 0 !important;
    transition: none;
    position: relative;
}

    .is-loading.btn:before {
        opacity: 1;
        visibility: visible;
    }

button:hover, button:focus, .btn:hover, .btn:focus {
    color: #ffffff;
    background-color: #113e58;
    border-color: #113e58;
}

.btn-white {
    background-color: rgb(255 255 255);
    color: var(--site-primary-text);
    border-color: rgb(255 255 255);
}

    .btn-white:hover, .btn-white:focus {
        background-color: rgb(202 235 255);
        color: var(--site-secondary-color);
        border-color: rgb(202 235 255);
    }

.btn-border {
    background-color: transparent;
    color: var(--site-secondary-color);
    border: 1px solid var(--site-secondary-color);
}

    .btn-border:hover, .btn-border:focus {
        color: #ffffff;
        background-color: var(--site-secondary-color);
        border: 1px solid var(--site-secondary-color);
    }


.btn-secondary {
    background-color: var(--site-primary-color);
    color: #ffffff;
    border: 1px solid var(--site-primary-color);
}

    .btn-secondary:hover, .btn-secondary:focus {
        background-color: var(--site-primary-color);
        color: #ffffff;
        border: 1px solid var(--site-primary-color);
    }

button:focus:not(:focus-visible) {
    outline: 0;
}

.section-page-blok {
    padding: 30px 0;
}

.legal-checkbox input {
    position: absolute !important;
    left: 0;
}

.legal-checkbox .form-group {
    padding-left: 30px;
    position: relative;
    margin: 10px 0 30px;
    font-size: 13px;
}

.legal-checkbox label, .legal-checkbox a,
.alt-bar-text, .alt-bar-text a {
    font-size: 12px;
    color: var(--site-primary-text);
    margin-bottom: 0;
}

.legal-checkbox a {
    font-weight: 500;
    text-decoration: underline;
}

.btn-link {
    background-color: transparent !important;
    color: var(--site-primary-color);
    border-color: transparent !important;
}

    .btn-link:hover, .btn-link:focus {
        color: var(--site-secondary-color) !important;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

:focus {
    outline: 0;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--site-primary-text);
    font-size: 25px;
    margin-top: 0;
    letter-spacing: -0.3px;
}

h4, .h4 {
    font-size: 25px;
}

h5, .h5 {
    font-size: 25px;
}

h6, .h6 {
    font-size: 25px;
}

.lead {
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--site-primary-text);
}

h1.lead {
    font-size: 1.7rem !important;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 0.875em;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 0.875em;
    color: #999999;
}

    .blockquote-footer::before {
        content: "\2014\00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #999999;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    max-width: 1800px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 768px) {
    .container, .container-sm, .container-md, .container-lg, .container-fluid {
        padding: 0 10px;
    }
}

.products-carousel {
    width: auto;
    display: block;
    position: relative;
    margin: 0 -10px;
}

.slick-track {
    margin: 0 !important;
}

.products-carousel .slick-track {
}


.products-carousel > .product-grid__card {
    float: left;
}


.product-grid__card {
    padding: 0 10px;
}

.g-picture a {
    overflow: hidden;
    display: block;
    border-radius: 12px;
}



@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg, .container-fluid {
        padding: 0 20px;
    }

    .products-carousel.column-5 > .product-grid__card {
        width: 20%;
    }

    .products-carousel.column-4 > .product-grid__card {
        width: 25%;
    }

    .product-grid__card {
        width: 33.3333%;
    }

        .product-grid__card.gridNumber_4 {
            width: 25%;
        }
}



@media (min-width: 1620px) {
    .container, .container-sm, .container-md, .container-lg, .container-fluid {
        padding: 0 50px;
    }
}

.slick-dots {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

    .slick-dots li {
        margin: 0 2px;
    }

    .slick-dots button {
        width: 10px;
        padding: 0;
        height: 10px;
        font-size: 0;
        background-color: transparent;
        opacity: 1;
        border: 1px solid #000;
    }

    .slick-dots li.slick-active button {
        opacity: 1;
        width: 10px;
        background-color: var(--site-primary-color);
    }

.slick-arrow {
    display: block;
    line-height: 1;
    font-size: 0;
    letter-spacing: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    z-index: 1;
    outline: none;
    background: #ffffff;
    border: none;
    border: 0px;
    border-radius: 50%;
}

    .slick-arrow:hover, .slick-arrow:focus {
        background: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .slick-arrow:focus {
        box-shadow: none;
    }

.products-carousel .slick-arrow {
    top: calc(50% - 50px);
}

.slick-arrow svg {
    max-width: 100%;
    max-height: 100%;
    width: 32px;
    height: 32px;
    color: #111;
    fill: #111;
    stroke: transparent;
}

.slick-next {
    right: -10px;
}

.slick-arrow.slick-prev {
    left: -10px;
    transform: translateY(-50%) rotate(0);
}

    .slick-arrow.slick-prev svg {
        transform: rotate(-180deg);
    }




.modal {
    top: -100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: absolute;
    display: none;
    opacity: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    height: calc(100% - 1rem)
}

@media(min-width:992px) {
    .modal-dialog {
        width: 600px;
    }

        .modal-dialog .modal-lg {
            width: 800px;
            min-width: 800px;
            max-width: 800px;
        }

        .modal-dialog.modal-xs {
            width: 450px;
        }
}

.addToWishResult {
    padding: 0 30px;
    text-align: center;
}

.wish-wrapper {
    padding: 0px;
    text-align: center;
    margin-bottom: 30px;
}

    .wish-wrapper i {
        font-size: 42px;
        margin-bottom: 20px;
    }


@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-content {
    max-height: 100%;
}

.modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 12px;
    outline: 0;
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #fff;
    padding: 0 15px;
}


.modal-title {
    margin-bottom: 0;
}

.modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 70px;
}

.blocker-search {
    transition: 5s;
}

    .blocker-search:after {
        content: '';
        z-index: 119 !important;
    }

    .blocker, .blocker-search:after {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        z-index: 99999;
        box-sizing: border-box;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.70);
        justify-content: center;
        align-items: center;
        display: flex;
        opacity: 1;
        visibility: visible;
        transition: opacity .8s ease,visibility 0s;
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
    }

.jquery-modal .modal.fade {
    opacity: 1 !important;
    top: auto;
}

.jquery-modal > .modal > a.close-modal {
    display: none !important;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

    .row > * {
        padding: 0 10px;
    }

.btn-block {
    width: 100%;
    display: block;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 7px;
        vertical-align: top;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }



.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control, input, select, optgroup, textarea {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    border-radius: 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: var(--font-family-sans-serif);
}

    .input-validation-error,
    .input-validation-error:focus,
    input.error {
        border-color: var(--red) !important;
    }

label.error {
    color: var(--red);
    margin: 0 !important;
    display: block;
}

textarea {
    min-height: 100px;
}

.text-danger {
    color: var(--red);
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus, input:focus, select:focus, optgroup:focus, textarea:focus {
    color: var(--site-primary-text);
    background-color: #fff !important;
    border-color: var(--site-secondary-color);
    outline: 0;
    box-shadow: none;
    border-width: 2px;
}

.form-control::-webkit-input-placeholder {
    color: var(--site-paragraf-text);
    opacity: 1;
    font-weight: 500;
}

.form-control::placeholder {
    color: var(--site-paragraf-text);
    opacity: 1;
    font-weight: 400;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.t4s-top-bar-main {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .t4s-top-bar-main .container .row {
        position: relative;
    }

.t4s-top-bar-main {
    border-bottom: 1px solid #ddd;
}

.navigation > div > div:after {
    content: "";
    background-color: #ddd;
    height: 1px;
    position: absolute;
    left: 10px;
    bottom: 0;
    right: 0;
    height: 1px;
}

.navigation > div > div:after {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.t4s-top-bar-main{
    display:none!important;
}
.t4s-top-bar-main, .t4s-top-bar-main a {
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 400;
}

    .t4s-top-bar-main a {
        margin-right: 20px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        position: relative;
    }

    .t4s-top-bar-main .text-right a {
        margin-right: 0;
        margin-left: 20px;
    }
    /*
            .t4s-top-bar-main a:before {
                content: '';
                height: 20px;
                display: inline-block;
                width: 1px;
                position: absolute;
                left: -10px;
                top: 10px;
                background-color: #9f9f9f;
            }*/
    .t4s-top-bar-main a:hover {
        text-decoration: underline;
    }



@media(min-width:1800px) {

    .SearchPartial {
        max-width: calc(100% - 200px) !important;
    }

    #header-search {
        right: 70px !important;
    }
}

.contact-info .text {
    margin-left: 15px;
}

    .contact-info .text div:first-child {
        color: var(--site-link-color);
        font-size: 18px;
    }

    .contact-info .text div:last-child {
        font-size: 14px;
        font-weight: 300;
    }

.contact-info .d-flex {
    margin-bottom: 30px;
}

.layout--scroll {
    display: flex;
    text-align: left;
    white-space: nowrap;
}

.item-scroll {
    display: inline-block;
    animation: SlideLeft 33s infinite linear;
    position: relative;
}

.mm-bar {
    background-color: var(--site-secondary-color);
    overflow: hidden;
}

.mm-bar-message {
    margin-left: 100px;
}

    .mm-bar-message a, .mm-bar-message, .mm-bar-message button {
        font-size: 13px;
        color: #c1e8ff;
        height: auto;
        font-weight: 500;
        background: transparent;
        border: 0;
        padding: 3px 0;
        text-transform: uppercase;
    }

.item-scroll:nth-child(even) .mm-bar-message a, .item-scroll:nth-child(even) .mm-bar-message, .item-scroll:nth-child(even) .mm-bar-message button {
    color: #c1e8ff;
}

.SearchPartial input, .SearchPartial input:focus {
    font-weight: bold;
    background-color: #f5f5f5 !important;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    color: #000000 !important;
    border-radius: 10px;
    border-width: 1px;
    height: 44px;
    padding-left: 50px;
}


    .SearchPartial input::placeholder {
        color: var(--site-paragraf-text);
        font-size: 14px;
        font-family: var(--font-family-sans-serif);
        font-weight: 400;
    }

.SearchPartial .submit-search {
    padding: 0;
    position: absolute;
    z-index: 9;
    top: 0;
    height: 44px;
    line-height: 44px;
    background-color: #00000000;
    border: 0 !important;
    left: 0;
    text-align: center;
    border-radius: 10px;
    width: 44px;
}

    .SearchPartial .submit-search:hover {
        background-color: #ddd;
        cursor: pointer;
    }

    .SearchPartial .submit-search svg {
        width: 32px;
        height: 32px;
        fill: var(--site-primary-text);
    }



.LoginPartial a:hover svg {
    fill: var(--site-secondary-color)
}

.LoginPartial a .hidden-text {
    display: none;
}

.LoginPartial > div > a > svg {
    width: 25px;
    height: 25px;
    fill: var(--site-primary-text);
}


.cart-module {
    position: relative;
}

.basket-count {
    position: absolute;
    background-color: var(--site-secondary-color);
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    right: 5px;
    top: 10px;
    color: #ffffff;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
}

.sections-gallery-block, .sections-product-block, .sections-drag-block {
    margin-top: 30px;
}

.user-action {
    padding: 70px 0px;
}

.user-form h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-tabs h1 {
    margin-bottom: 10px;
}

.log-and-register-top {
    margin-bottom: 20px;
    font-size: 16px;
}

.field-validation-valid {
    font-size: 13px;
}

.user-form .form-group {
    margin-bottom: 20px;
}


.user-form button[type=submit], .user-form .btn {
    display: block;
    width: 100%;
}

.user-form .full-wd {
    margin-top: 5px;
}

.field-validation-error {
    color: var(--red);
    font-size: 13px;
    margin-top: 5px;
}

#alert .alert-danger {
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 13px;
    color: var(--red);
    background-color: #fff4f6;
    border-radius: 4px;
    border: 1px solid var(--red);
}

.ForgotPassword a {
    text-decoration: underline;
    font-size: 14px;
    color: var(--site-paragraf-text);
    font-weight: 400;
}

.section-wrapper.success-page, .section-wrapper.error-page {
    padding: 100px 0px;
}

.provider-list form {
    margin-top: 30px;
}

    .provider-list form button {
        width: calc(50% - 5px) !important;
    }

.btn-login-provider {
    padding-left: 60px;
    background-color: transparent !important;
    color: var(--site-primary-text) !important;
    border-color: #ddd !important;
    position: relative;
}

    .btn-login-provider:hover,
    .btn-login-provider:focus {
        background-color: #f5f5f5 !important;
    }

    .btn-login-provider span {
        display: block;
        line-height: normal;
        text-align: left;
        font-size: 13px;
        font-weight: 500;
    }

    .btn-login-provider svg {
        position: absolute;
        left: 18px;
        top: 7px;
        width: 32px;
        height: 32px;
    }

    .btn-login-provider span:first-child {
        font-weight: 600;
    }

.product-grid__card {
    position: relative;
}

/*.products-grid .product-grid__card:after {
    content: "";
    background-color: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 10px;
    top: 0;
}*/

.product-card {
    height: auto;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #f5f5f5;
    height: calc(100% - 20px);
}

    .product-card:hover {
        box-shadow: 0 4px 6px 0 #0000002e;
    }

.add-to-cart {
    order: 2;
    margin-top: -15px;
    position: absolute;
    right: 10px;
}

.btn-add-cart-varyant {
    margin-top: 15px;
    height: 50px;
    border-radius: 999px;
    width: 50px;
    padding: 0;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: inherit;
}

.product-card .add-cart-icon svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    color: #ffff;
    position: relative;
    top: 0;
    margin: 0;
}



.product-card:hover .p-title {
    text-decoration: underline;
}

.product-card > a {
    display: block;
    color: var(--site-primary-text);
    overflow: hidden;
}


.product-card-image-wrapper {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .product-card-image-wrapper picture, .card-media {
        padding-bottom: 100%;
        height: 100%;
        display: block;
    }

    .product-card-image-wrapper img, .product-thumbs img {
        max-width: 100%;
        max-height: inherit;
        height: auto;
        width: auto;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transition: opacity .5s,-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
        transition: opacity .5s,transform 2s cubic-bezier(0,0,.44,1.18),-webkit-transform 2s cubic-bezier(0,0,.44,1.18);
        object-fit: cover;
        object-position: center center;
        mix-blend-mode: multiply;
    }

        .product-card-image-wrapper img + img {
            opacity: 0 !important;
        }

    .product-card-image-wrapper:hover img + img {
        opacity: 1 !important;
        transition: opacity .5s, transform 2s cubic-bezier(0,0,.44,1.18), -webkit-transform 2s cubic-bezier(0,0,.44,1.18);
    }

    .product-card-image-wrapper:hover img:first-child:not(:only-child) {
        opacity: 0 !important;
    }

.button-wish-list {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    color: #000;
    width: 43px;
    height: 43px;
    background: url(/static/like.svg) no-repeat;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
}

    .button-wish-list:hover, .button-wish-list:focus,
    .button-wish-list.active {
        background: url(/static/like-hover.svg) no-repeat;
    }

.product-details {
    padding: 10px 10px 15px;
    display: flex;
    flex-direction: column;
}

    .product-details .product-title .p-title {
        text-overflow: ellipsis;
        color: var(--site-primary-text);
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        white-space: normal;
        font-weight: bold;
        font-size: 17px;
    }

    .product-details .short-desc,
    .product-details .short-desc p {
        font-size: 14px;
        margin: 0;
    }

    .product-details .short-desc {
        margin: 0 0px;
    }

.is-showroom {
    display: none;
}

.gtin-p {
    font-size: 14px;
    display: inline-block;
    width: max-content;
    margin-top: 10px;
    color: #000;
}

    .gtin-p span:first-child {
        display:none;
    }

.product-card .button-wish-list {
    right: 10px !important;
}

.gtin-p span:last-child {
    font-weight: 500;
    color: #fff;
    background-color: #000;
    padding: .25rem .75rem;
    font-size: 13px;
    border-radius:4px;
}

.product-card-price {
    font-size: 16px;
    margin-top: 10px;
    order: 1;
}

.product-card-price-wrapper {
    width: 100%;
    display: flex;
}

.product-card-price-wrapper-old-price {
    margin-right: 10px;
    color: #6e6e6e;
    display: inline-block;
    text-decoration: line-through;
}

.product-card-percent-of-saving {
    color: var(--success);
    font-weight: 500;
    display: inline-block;
}


.product-card-price-wrapper-real-price {
    color: var(--site-primary-text);
    font-weight: 700;
    text-decoration: none;
}

    .product-card-price-wrapper-real-price.active {
        color: var(--red);
    }

.padding-product-list {
    padding: 30px 0;
}

.product-listing .title {
    margin-bottom: 30px;
    margin-top: 30px;
}

.title h1,
.product-detail-title h1 {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
}


input[type="radio"],
input[type="checkbox"] {
    appearance: none;
    background: #fff;
    border: 1px solid #bdbdbd;
    height: 22px;
    width: 22px;
    border-radius: 100%;
    vertical-align: text-bottom;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Remove the circular shape from checkboxes */
input[type="checkbox"] {
    border-radius: 6px;
}

    /* Styles for the pseudo-elements */
    input[type="radio"]::before,
    input[type="checkbox"]::before {
        content: "";
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        top: 0;
    }

    input[type="checkbox"]:hover,
    input[type="checkbox"]:focus,
    input[type="checkbox"]:checked,
    input[type="radio"]:checked {
        border-color: var(--site-secondary-color);
    }
        /* Center of the checked radio button */
        input[type="radio"]:checked::before {
            border: 5px solid transparent;
            border-radius: 100%;
            background: var(--site-secondary-color);
            margin: 4px;
        }

        /* The checkmark shape */

        input[type="checkbox"]:checked::before {
            border-right: 3px solid var(--site-secondary-color);
            border-bottom: 3px solid var(--site-secondary-color);
            height: 75%;
            width: 35%;
            transform: rotate(50deg) translateY(-20%) translateX(-10%);
        }


.filter-list {
    width: 100%;
}

.filter-wrapper {
    width: 100%;
}

.parent-categories {
    margin-bottom: 30px;
}



    .parent-categories .slick-slide {
        padding: 0 10px;
    }

    .parent-categories a {
        display: block;
        width: 100%;
        border-radius: 12px;
        overflow: hidden;
    }

        .parent-categories a:hover {
            text-decoration: underline;
            color: #111;
        }

        .parent-categories a img {
            mix-blend-mode: multiply;
            border: 1px solid #ddd;
            border-radius: 12px;
            overflow: hidden;
        }

        .parent-categories a:hover img {
            border-color:#000;
        }

        .parent-categories a span {
            display: block;
            font-size: 14px;
            color: #000;
            margin-top: 10px;
            font-weight: 600;
            text-align: center;
        }

}

.product-listing .container .row {
    margin: 0 -10px !important;
}

    .product-listing .container .row > * {
        padding: 0 10px;
    }

.product-list {
    width: 100%;
}

.product-filter-wrapper {
    margin-bottom: 0;
    width: 100%;
    position: relative;
    border-radius: 0;
    padding: 15px;
}

    .product-filter-wrapper:after {
        content: '';
        width: 100%;
        display: block;
        height: 1px;
        background-color: #eeeeee;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .product-filter-wrapper:last-child:after {
        display: none;
    }

.product-filter-head {
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--site-primary-text);
}


.FiltreList li {
    margin-top: 5px;
}

.FiltreList > li:first-child {
    margin-top: 0;
}

.FiltreList .checkbox {
    margin: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    color: var(--site-primary-text);
    font-weight: 400;
}

.FiltreList a.checkbox {
    color: var(--site-link-color);
}

.FiltreList .checkbox:hover span {
    color: var(--site-link-color);
    text-decoration: underline;
}

.FiltreList .checkbox input {
    margin-right: 5px;
}

.FiltreList .checkbox.active {
    font-weight: 700;
}

.child-filter-list {
    padding-left: 15px;
}

.categoryfilter-private > a:nth-child(even) {
    padding-left: 15px;
    margin-top: 5px;
}

    .categoryfilter-private > a:nth-child(even) + .child-filter-list {
        padding-left: 30px;
    }


.categories-no-products > div {
    padding: 100px 15px;
    border: 1px solid #ddd;
    background-color: rgb(255,255,255);
    text-align: center;
    border-radius: 4px;
}

.section-center-icon {
    font-size: 58px;
    color: var(--site-primary-text);
    font-weight: bold;
}

.mb-0 {
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0;
}

footer {
    padding: 60px 0;
    background-color: #f5f5f5;
}


    footer .dropdown-menu {
        display: none !important;
    }

.footer-column-heading {
    font-weight: 700;
    font-size: 20px;
    color: var(--site-primary-text);
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

.footer-column:first-child {
    width: 25%;
}

.footer-h-text {
    font-size: 14px;
    margin-top: 25px;
}

.banner-container {
    height: 100%;
}

.main-slider .slick-dots {
    position: absolute;
    bottom: 10px;
}

.main-slider .slick-next {
    right: 30px;
}

.main-slider .slick-prev {
    left: 30px;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none !important;
}

    .main-slider .slick-prev:before {
        content: '';
        background-color: #fff;
        height: 2px;
        width: 30px;
        display: block;
        position: relative;
        left: 20px;
    }

    .main-slider .slick-prev:after {
    }

    .main-slider .slick-prev svg,
    .main-slider .slick-next svg {
        display: none;
    }

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    box-shadow: none;
}

/*.sections-carousel-block .carousel-item a:before {
    content: '';
    position: absolute;
    left: 0;
    background: #000;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: .2;
}*/


.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-next span, .swiper-button-prev span {
        display: block;
    }

    .swiper-button-next > span:first-child, .swiper-button-prev > span:first-child {
        background: #fff;
        width: 40px;
        height: 1px;
        transition: 0.4s;
    }

.swiper-button-next > span:first-child {
    transform: translateX(-35px);
}

.swiper-button-next:hover > span:first-child {
    transform: translateX(0px);
    width: 0px;
}

.swiper-button-next > span:last-child > span, .swiper-button-prev > span:last-child > span {
    position: absolute;
    width: 0px;
    height: 1px;
    background-color: #fff;
    transition: 0.4s;
    pointer-events: none;
}

    .swiper-button-next > span:last-child > span:first-child {
        left: 12px;
        transform: translate(4px, 5px) rotate(-45deg);
    }

    .swiper-button-next > span:last-child > span:last-child {
        left: 12px;
        transform: translate(4px, 5px) rotate(45deg);
        top: 12px;
    }

.swiper-button-next:hover > span:last-child > span, .swiper-button-prev:hover > span:last-child > span {
    width: 17px;
    background-color: #000;
}

/* button prev */
.swiper-button-prev > span:first-child {
    transform: translateX(35px);
}

.swiper-button-prev:hover > span:first-child {
    transform: translateX(0px);
    width: 0px;
}

.swiper-button-prev > span:last-child > span:first-child {
    left: 10px;
    transform: translate(4px, 5px) rotate(45deg);
}

.swiper-button-prev > span:last-child > span:last-child {
    left: 10px;
    transform: translate(4px, 5px) rotate(-45deg);
    top: 12px;
}
/*
.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
    padding: 100px;
    text-align: left;
    z-index: 2;
    left: 0;
    right: 0;
}

    .banner-text .caption {
        font-size: 46px;
        font-weight: bold;
        color: #fff;
        line-height: 1;
        letter-spacing: -1px;
    }

    .banner-text .subCaption, .banner-text .subCaption p {
        font-weight: 300;
        font-size: 22px;
        color: #fff;
    }
*/

.footer-column p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px;
}

.fbs {
    justify-content: flex-end;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}

.fbs-icon {
    margin-left: 10px;
}

    .fbs-icon a {
        margin-left: 10px;
    }

        .fbs-icon a svg {
        }

.app-list {
}

.bottom-footer .d-flex {
    height: 100%;
}

.app {
    background-color: #ffffff;
    display: block;
    border-radius: 8px;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0px 10px 55px;
    border: 1px solid #dddddd
}

    .app:hover {
        background-color: #eee;
    }

    .app img {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        background-color: #f8bd00;
        border-radius: 50%;
    }

    .app:first-child img {
        background-color: #111111;
    }

    .app:last-child img {
        background-color: #c8102e
    }

    .app p {
        margin: 0;
        color: var(--site-primary-text);
        font-size: 13px;
    }

.footer-column-body ul > li > a {
    color: var(--site-paragraf-text);
    font-size: 18px;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 15px;
}

    .footer-column-body ul > li > a:hover,
    .footer-column-body ul > li > a:focus {
        text-decoration: underline;
    }

.bottom-footer {
    padding: 15px 0;
    font-size: 13px;
    position: relative;
    background-color: #f5f5f5;
}


.shipping-country {
    height: 29px;
    margin-left: 15px;
    border-radius: 6px;
    padding: 0 15px;
    line-height: 29px;
    color: var(--site-secondary-color);
    background-color: #f5f5f5;
    font-weight: 700;
}


.secure_payment {
    height: auto;
}

    .secure_payment div {
        margin-right: 5px;
    }

.troy-img {
    background: url(/static/ssl-icon.svg) no-repeat;
    display: inline-block;
    width: 53px;
    height: 25px;
}

.master-card-img {
    background: url(/static/mastercard.svg) no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    background-size: contain;
}

.visa-img {
    background: url(/static/visa.svg) no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: relative;
}

.amex-img {
    background: url(/static/american-express-icon.svg) no-repeat center left;
    width: 30px;
    height: 20px;
    display: inline-block;
    background-size: contain;
}

#newsletterForm {
    margin-top: 40px;
}

.relative {
    position: relative;
}

.news-input {
    padding-right: 110px;
}

.news-button {
    min-width: 100px;
    padding: 0;
    margin-left: 10px;
    position: absolute;
    right: 3px;
    height: 36px;
    line-height: 34px;
    top: 3px;
    border-radius: 6px;
    font-size: 14px;
}


#backToUp {
    position: fixed;
    left: 15px;
    right: 15px;
    background-color: var(--site-secondary-color);
    width: 35px;
    height: 35px;
    z-index: 9;
    bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.logo-band {
    text-align: left;
    position: relative;
    margin-top: 30px
}

    .logo-band img {
        max-height: 15px;
    }



@media(min-width:1025px) {


    .footer-column {
        width: 18.75%;
    }

    .bottom-footer .container {
        position: relative;
    }

        .bottom-footer .container:before {
            content: '';
            width: calc(100% - 100px);
            display: block;
            height: 1px;
            background-color: #dddddd;
            top: -15px;
            position: absolute;
            left: 50px;
            right: 0;
        }
}


.bottom-footer, .bottom-footer a {
    color: var(--site-paragraf-text);
    font-weight: 300;
}

.grid-button {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

    .grid-button span {
        display: block;
        position: relative;
        border: 1px solid #ddd;
        color: #999;
        height: 26px;
        margin: 0 5px;
        transition: .25s;
        border-radius: 2px;
    }

        .grid-button span:not(.grid-vertical):before {
            content: "";
            position: absolute;
            top: 2px;
            left: 2px;
            width: 10px;
            height: 20px;
            background: var(--switch-layout-color);
            transition: .3s;
        }

.grid-vertical {
    width: 29px
}

    .grid-vertical:before {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        height: 5px;
        width: 23px;
        background: var(--switch-layout-color);
        box-shadow: 0 7.3px 0 var(--switch-layout-color),0 15.1px 0 var(--switch-layout-color);
    }

.grid-type-2 {
    width: 29px
}

    .grid-type-2:before {
        box-shadow: 13px 0 0 var(--switch-layout-color),13px 0 0 var(--switch-layout-color);
    }

.grid-type-3 {
    width: 42px;
}

    .grid-type-3:before {
        box-shadow: 13px 0 0 var(--switch-layout-color),26px 0 0 var(--switch-layout-color);
    }

.grid-type-4 {
    width: 55px;
}

    .grid-type-4:before {
        box-shadow: 13px 0 0 var(--switch-layout-color),26px 0 0 var(--switch-layout-color),39px 0 0 var(--switch-layout-color);
    }

.grid-type-5 {
    width: 68px;
}

    .grid-type-5:before {
        box-shadow: 13px 0 0 var(--switch-layout-color),26px 0 0 var(--switch-layout-color),39px 0 0 var(--switch-layout-color),52px 0 0 var(--switch-layout-color);
    }

.sort-orderby select {
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0;
    min-width: 190px;
    border-bottom: 1px solid #dddddd !important;
    padding: 0;
}

@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px
}

    .breadcrumb ul {
        display: flex;
    }

        .breadcrumb ul li {
            margin-right: 15px;
            position: relative;
        }



            .breadcrumb ul li > a, .breadcrumb ul li > span {
                padding: 0;
                height: 40px;
                display: flex;
                align-items: center;
                margin-right: 15px;
                font-size: 13px;
                color: #6e6e6e;
            }

            .breadcrumb ul li > a {
                font-weight: 400;
                color: #6e6e6e;
                text-decoration: underline;
            }

                .breadcrumb ul li > a:hover {
                    text-decoration: underline;
                }

                .breadcrumb ul li > a:after {
                    content: "|";
                    position: absolute;
                    right: -1px;
                }

.loading-overlay {
    position: absolute;
    z-index: 1;
    width: 3rem;
    top: 0;
    right: 0;
}

.loading-overlay--custom {
    display: none;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5rem;
    background-color: rgba(255, 255, 255, 0.9);
}

.loading-overlay__spinner {
    width: 3rem;
    display: inline-block;
}

.loading-overlay--custom .loading-overlay__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%);
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

.loading-overlay--custom .spinner {
    width: 100%;
    height: 100%;
}

body:not(.safari) .btn {
    transition: 500ms cubic-bezier(.25,.46,.45,.94);
    transition-property: color,background,background-color,border;
}

.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: var(--site-secondary-color);
    animation: dash 1.4s ease-in-out infinite;
}

@keyframes SlideLeft {
    0% {
        left: 0%;
    }

    100% {
        left: -100%;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotator {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(270deg);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 280;
    }

    50% {
        stroke-dashoffset: 75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 280;
        transform: rotate(450deg);
    }
}


.pagination-page-item {
    margin-bottom: 15px;
    margin-top: 35px;
}

.pagination-total-progress {
    max-width: 190px;
    height: 4px;
    background-color: rgb(188 230 255);
    text-align: left;
    margin: 7px auto 0;
    display: block;
    overflow: hidden;
    border-radius: 9999px;
}

.prw {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: 5px;
}

.pagination-total-item {
    width: 0;
    height: 100%;
    background-color: var(--site-secondary-color);
    display: block;
    transition: all ease 1s;
    border-radius: 9999px;
}

@media screen and (min-width: 990px) {
    .pagination-wrapper {
        margin-top: 5rem;
        margin-bottom: 8rem
    }
}

body.menu_open:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    box-sizing: border-box;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.70);
    justify-content: center;
    align-items: center;
    display: flex;
}

.theme-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    z-index: 199;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    visibility: hidden;
    transition: opacity .5s,transform 500ms ease, visibility 500ms ease;
    background-color: rgb(255 255 255);
}

    .theme-sidebar.theme-sidebar-left {
        left: 0;
        transform: translate3d(-101%,0,0);
    }

    .theme-sidebar.theme-sidebar_menu {
        opacity: 1;
        visibility: visible;
    }

.menu_open .theme-sidebar.theme-sidebar_menu {
    opacity: 1;
    visibility: visible;
    transform: translateZ(0);
}

.theme-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 0 70px;
}

.theme-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px;
}

    .theme-sidebar-header .title {
        font-size: 18px;
    }

.theme-sidebar-close {
    background: transparent !important;
    border: 0;
    color: var(--site-primary-text) !important;
    font-size: 16px;
    text-align: right;
    font-weight: normal;
    padding: 0;
    margin-right: 10px;
}

    .theme-sidebar-close svg {
        width: 20px;
        height: 20px;
        position: relative;
        top: -1px;
    }

.nav-account a {
    display: block;
    padding: 7px 13px;
    border-bottom: 1px solid #ddd;
    color: var(--site-primary-text);
    font-weight: 500;
    font-size: 13px;
}

    .nav-account a .icon-wrapper {
        width: 25px;
        display: inline-block;
        margin-right: 5px;
    }

.site-nav-mobile.nav .menu .menu-link {
    padding: 15px;
    display: block !important;
    color: var(--site-primary-text);
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 600;
}

.site-nav-mobile.nav .menu > ul > li {
    position: relative;
    display: block !important;
}



    .site-nav-mobile.nav .menu > ul > li > .dropdown-trigger {
    }

    .site-nav-mobile.nav .menu > ul > li > a:hover,
    .site-nav-mobile.nav .menu > ul > li > a:focus,
    .nav-account a:hover, .nav-account a:focus {
        color: var(--site-secondary-color);
    }

.scroll-loader {
    overflow: hidden;
}

.scroll-drag {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    user-select: none;
    margin: 0 -15px;
}

.scroll-loader.active a {
    pointer-events: none;
}

.scroll-drag > a {
    width: 25%;
    display: block;
    flex: 0 0 25%;
    padding: 0 15px;
    text-align: center;
    color: var(--site-paragraf-text);
}

    .scroll-drag > a .item-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

        .scroll-drag > a .item-wrapper .item-text {
            margin-top: 15px;
            font-size: 16px;
        }

        .scroll-drag > a .item-wrapper img {
            box-sizing: border-box;
            display: block;
            margin: 0;
            transition: all ease 0.2s;
        }



.sections-carousel-block {
    position: relative;
    z-index: 10;
    background: #fafafa;
    height: calc(100vh - 90px);
}

    .sections-carousel-block .slick-track {
        height: calc(100vh - 90px);
    }

    .sections-carousel-block .carousel-item .a {
        text-align: center;
        position: relative;
        display: block;
        overflow: hidden;
        height: 100%;
    }

    .sections-carousel-block .a > a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
    }

        .sections-carousel-block .a > a > img {
            display: block;
            object-fit: cover;
            height: 100%;
            position: absolute;
            top: 0;
            width: 100%;
            bottom: 0;
            left: 0;
            right: 0;
        }


.section-wrapper.success-page .container, .section-wrapper.error-page .container {
    text-align: center;
}

.product-widget-title, .g-description {
    margin-bottom: 30px;
}

.gd-wrapper {
    max-width: 900px;
}

.g-description p {
    color: #6e6e6e;
    font-size: 14px;
}

.product-widget-title > h1,
.product-widget-title > h2
.product-widget-title > h4
.product-widget-title > h3
.product-widget-title > h5,
.product-widget-title > h6 {
    color: var(--site-primary-text);
    margin-bottom: 5px;
}

.product-widget-title p {
    margin-bottom: 0;
    color: var(--site-primary-text);
    font-weight: 500;
    font-size: 16px;
}



input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

@media(min-width:1024.1px) {
    .overview-image {
        padding: 0 50px;
        background-color: #f5f5f5;
        border-radius: 9px;
        margin-bottom: 15px;
    }

        .overview-image img {
            mix-blend-mode: multiply;
        }

    .LoginPartial a {
        color: var(--site-primary-text);
        font-size: 15px;
        font-weight: 600;
        padding: 0;
        position: relative;
        height: 44px;
        align-items: center;
        display: flex;
        margin-left: 7px;
        border-radius: 50%;
        width: 38px;
        text-align: center;
        justify-content: center;
        padding-bottom: 3px;
    }

    #header-search {
        transition: width .25s ease,transform .25s ease;
    }

    .SearchPartial {
        -webkit-box-pack: end;
        max-width: calc(100% - 100px);
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 0;
        height: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 50px;
        padding-top: 5px;
    }

    .quickSearchResultsWrap {
        transition: opacity 200ms, visibility 200ms linear, height 200ms, transform 200ms;
        visibility: hidden;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #ffffff;
        transform: translateY(102px);
        z-index: 9;
    }


    .blocker-search .header {
        position: fixed;
        top: 40px !important;
        transition: transform .25s ease .25s;
        transform: translateY(-40px);
    }

    .blocker-search .SearchPartial {
    }

    .blocker-search .quickSearchResultsWrap {
        padding: 90px 50px 20px;
        transform: translateY(0);
        transition: all .65s;
        visibility: visible;
    }

    .blocker-search #header-search {
        z-index: 16;
        width: 600px;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .container_search {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: none;
    }

    .blocker-search .container_search {
        max-height: calc(80vh - 150px);
        overflow-x: hidden;
        overflow-y: auto;
        webkit-overflow-scrolling: touch;
        width: 600px;
        margin: 0 auto;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: opacity .35s .4s,visibility .35s .4s,transform .25s ease .35s;
    }
}



/*
.SearchPartial.active #live-query {
    color: var(--site-primary-text) !important;
    background-color: #fff;
    border-color: var(--site-secondary-color) !important;
    background-color: #ffffff;
}*/

.predictive-search__loading-state {
    display: none;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    background-color: #f4f4f4;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}

.searchResult li {
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
}

    .searchResult li:last-child {
        border-bottom: 0;
    }

    .searchResult li a {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 37px;
    }

@media(min-width:1025px) {
    .product-listing {
        min-height: calc(100vh - var(--header-height));
    }

    .section-wrapper.success-page, .section-wrapper.error-page {
        min-height: calc(100vh - var(--header-height));
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        background-color: #ffffff;
    }

    .user-form {
        max-width: 450px;
        margin: 0 auto;
        background-color: rgb(255 255 255);
        overflow: hidden;
        padding: 0;
    }

        .user-form form, .provider-list {
            width: 100%;
        }

    .provider-list {
        margin-top: 0;
    }


    .user-form.loginAndRegister {
        padding: 0;
    }

    .header .navbar {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .nav-title-mobile, .menu-link.hiddenLg {
        display: none !important;
    }

    header {
        width: 100%;
        background-color: rgb(255 255 255);
        position: relative;
        z-index: 120;
        display: grid;
        height: 90px;
        align-items: center;
    }

    .header:not(.no-sticky) {
        position: sticky;
        top: 0;
    }

    .navigation.sticky {
        position: fixed;
        background-color: rgb(255 255 255 / 0.76);
        visibility: hidden;
        opacity: 0;
        width: 100%;
        height: 80px;
        top: 0;
        z-index: 120;
        -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        box-shadow: 0 0 5px rgb(0 0 0 / 10%);
        border-color: transparent !important;
    }

        .navigation.sticky .navbar-list {
            top: 0;
            opacity: 0;
            visibility: hidden;
        }

    .navigation.offset {
        -webkit-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navigation.sticky.scrolling {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0px, 0);
        -o-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0);
        -webkit-backdrop-filter: saturate(180%) blur(16px);
        backdrop-filter: saturate(180%) blur(16px);
    }

    .header .navigation > .container > .row {
        justify-content: space-between;
    }

    .logo-container > .logo {
        display: table;
        width: 100%;
    }

        .logo-container > .logo > a {
            display: table-cell;
            vertical-align: middle;
        }

            .logo-container > .logo > a img {
                width: auto;
                position: relative;
                height: 40px;
            }

    .dropdown-menu {
        width: 230px;
        margin: 0;
        padding: 15px 0;
        background-color: #ffffff;
        border: none;
        border-radius: 10px;
        -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
        box-shadow: 0 8px 8px rgb(0 0 0 / 15%);
        overflow: hidden;
        right: inherit;
        left: inherit;
        position: absolute;
        top: 90% !important;
        z-index: 1000;
        background-clip: padding-box;
        visibility: hidden;
        pointer-events: none;
        border: 1px solid #eee;
        margin-left: 60px;
    }

    .has-mega-menu > .dropdown-menu {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        right: 0;
        z-index: 999;
        margin: 0 !important;
    }

    .menu > ul > li > a:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        height: 1px;
        width: 100%;
        transform: scaleX(0);
        transition: transform 450ms ease-out;
        transform-origin: right;
    }

    .menu > ul > li:hover > a:after {
        transform: scaleX(1);
        transform-origin: left;
        background: #111;
    }



    .has-mega-menu > .dropdown-menu .container {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .dropdown:hover .dropdown-menu {
        pointer-events: auto !important;
        animation: animateMenuOpen 350ms ease;
    }


    .top-bar-left-list li a, .language-menu > ul > li > button {
        margin-left: 30px;
        color: var(--site-primary-text);
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        align-items: center;
        display: flex;
        height: 35px;
        line-height: 35px;
    }

    .top-bar-left-list li > a span:first-child {
        margin-right: 5px;
    }

    .language-menu > ul > li > button {
        margin-left: 15px;
        position: relative;
    }

        .language-menu > ul > li > button:after, .language-menu > ul > li > button:before {
            content: '';
            position: absolute;
            background-color: #ddd;
            width: 1px;
            height: 100%;
            right: -15px;
        }

        .language-menu > ul > li > button:before {
            display: none;
        }

    .language-menu > ul > li.active > button {
        font-weight: 600;
    }

    .language-menu > ul > li:first-child > button:before {
        right: auto;
        left: -15px;
        display: block;
    }

    .navbar-list {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .navbar-list-wrapper {
        width: 100%;
    }

    .navigation > .container-fluid > .row,
    .navigation > .container-fluid > .d-flex {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .logo-container {
        width: 150px;
        transition: 0.3s;
        position: relative;
        z-index: 99999;
    }


    .menu-container {
        width: calc(100% - 300px);
    }

    .navbar-user {
        width: 125px;
        justify-content: flex-end;
    }

    .blocker-search .navbar-user {
        opacity: 0;
    }

    #header-search {
        position: relative;
        width: 240px;
        top: 40px;
        right: 30px;
        transform: translateX(0);
    }

    .menu > ul {
        align-items: center !important;
        display: -ms-flexbox !important;
        display: flex !important;
        justify-content: flex-start;
        padding: 0 20px;
    }

        .menu > ul > li {
            padding: 0 20px;
            height: 90px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding-top: 5px;
        }

            .menu > ul > li > .dropdown-trigger {
                display: none;
            }

            .menu > ul > li > a {
                font-weight: 600;
                color: var(--site-primary-text);
                font-size: 16px;
                overflow: hidden;
                display: -webkit-box;
                text-overflow: ellipsis;
                white-space: nowrap;
                position: relative;
                text-transform: uppercase;
                letter-spacing: -0.1px;
            }
            .menu > ul > li:nth-child(2) a{
                color:var(--red) !important;
            }
            .menu > ul > li:nth-child(2) > a:after {
                background: var(--red) !important;
            }

            .menu > ul > li:hover > a {
                color: var(--site-primary-text)
            }


                .menu > ul > li:hover > a:after {
                    width: 100%;
                }

    .dropdown-menu, .dropdown-submenu > .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    header .dropdown:hover > .dropdown-menu, header .dropdown-submenu:hover > header .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .dropdown-menu li > a {
        padding: 10px 10px;
        color: var(--site-primary-text);
        font-size: 13px;
        font-weight: 600;
        display: block;
        line-height: normal;
        height: auto;
        letter-spacing: -0.3px;
    }

        .dropdown-menu li > a:hover {
            color: var(--site-secondary-color)
        }

    .mobile-navbar, .sticky-toolbar-mobile {
        display: none;
    }
}




button.close, a.close {
    border: 0;
    background-color: #fff;
    width: 45px;
    height: 45px;
    position: absolute;
    line-height: 45px;
    font-size: 35px !important;
    text-align: center;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-radius: 50%;
    right: -10px;
    top: -10px;
    color: #000;
    font-weight: 400;
}

.fot-benef {
    padding: 40px 0;
    background-color: #f6f4f0;
}

.benef-wrapper {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media(min-width:1024px) {
    .benef-ico {
        width: 70px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
    }
}

.benef-text {
    width: calc(100% - 85px);
}

    .benef-text span {
        font-weight: 500;
        font-size: 18px;
        display: block;
    }

@media(max-width:1024px) {
    .sections-carousel-block .slick-arrow {
        display: none !important;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .row > * {
        padding: 0 10px;
    }

    .row {
        margin-right: -10px;
        margin-left: -10px;
    }

    .t4s-top-bar-main, .navbar {
        display: none !important;
    }

    .sections-product-block .container {
        padding: 0;
    }

        .sections-product-block .container > .row {
            margin: 0;
        }

            .sections-product-block .container > .row > * {
                padding: 0;
            }

    .product-widget-title {
        padding-left: 10px;
    }

    .g--col {
        margin-bottom: 15px;
    }

    footer {
        display: none;
    }

    body {
        padding-bottom: 60px;
    }

    .fbs-icon a svg {
        width: 16px;
    }

    .bottom-footer {
        border-top: 1px solid #000000;
        background-color: #000000;
        padding: 10px 0px;
        font-size: 12px;
        color: #fff;
    }

        .bottom-footer * {
            text-align: center;
            color: #fff;
            fill: #fff;
        }

    .logo-band img {
        margin-top: 15px;
    }



    .mobile-order-2 {
        order: 2;
    }

    .header {
        position: sticky;
        z-index: 120;
        top: 0;
    }

    .mobile-navbar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        background-color: #ffffff;
        border-bottom: 1px solid #eeeeee;
        width: 100%;
    }

    .mobile-navbar-left {
        display: flex;
        align-items: center;
    }

        .mobile-navbar-left button {
            padding: 0;
            background: transparent;
            border: 0;
            color: var(--site-primary-text);
            height: auto;
            line-height: normal;
            border-radius: 0 !important;
            position: relative;
            top: 2px;
            font-size: 13px;
        }

            .mobile-navbar-left button .icon-bar {
                width: 32px;
                display: block;
                background-color: var(--site-primary-text);
                height: 2px;
                margin-top: 7px;
            }

                .mobile-navbar-left button .icon-bar:nth-child(2n+1) {
                    width: 24px;
                }

                .mobile-navbar-left button .icon-bar:last-child {
                    margin-bottom: 0 !important;
                }


    .mobile-search-bar {
        width: 100%;
        margin-top: 10px;
    }

    .quickSearchResultsWrap {
        transition: opacity 200ms, visibility 200ms linear, height 200ms, transform 200ms;
        visibility: hidden;
        width: 100%;
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        background-color: #ffffff;
        transform: translateX(-100%);
        z-index: 9;
    }

    .blocker-search .quickSearchResultsWrap {
        padding: 10px;
        transform: translate(0px, 0px);
        transition: all .65s;
        visibility: visible;
        left: -10px;
        width: calc(100% + 20px);
    }

    .container_search {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
        transition: none;
    }

    .SearchPartial.active .container_search {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    .SearchPartial input, .SearchPartial input:focus {
        font-size: 13px;
        font-weight: normal;
    }

        .SearchPartial input::placeholder {
            font-size: 13px;
        }

    .mobile-search-bar .SearchPartial {
        position: relative;
    }

    .mobile-search-bar {
        transition: opacity 200ms, visibility 200ms linear, height 200ms, transform 200ms;
    }

    .blocker-search .mobile-search-bar {
        background-color: #fff !important;
        position: absolute;
        width: calc(100% - 20px);
        left: 10px;
        transform: translateY(-10px);
    }


    .logo-container a {
        display: block;
        margin-left: 15px;
    }

    .container_search {
        padding: 0px 10px;
    }

    .LoginPartial {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 39px;
    }

        .LoginPartial > div {
            margin-left: 15px;
        }

        .LoginPartial .lpc-link {
        }

        .LoginPartial svg {
            width: 30px !important;
            height: 30px !important;
        }

    .basket-count {
        width: 15px;
        height: 15px;
        line-height: normal;
        font-size: 11px;
        color: #ffffff;
        background-color: var(--site-secondary-color);
        font-weight: 400;
    }

    .LoginPartial .basket-count {
        top: 2px;
        right: -2px;
    }

    .logo-container {
        width: calc(100% - 100px);
        text-align: center
    }

        .logo-container img {
            height: 38px;
            width: auto;
            top: 4px;
            position: relative;
            margin: 0 auto;
        }

    html, body {
        touch-action: pan-x pan-y;
        overscroll-behavior: contain;
    }

    input, textarea {
        touch-action: manipulation !important;
    }

    .sticky-toolbar-mobile {
        -webkit-box-align: center !important;
        align-items: center !important;
        position: fixed !important;
        min-height: 56px !important;
        width: 100% !important;
        left: 0px !important;
        z-index: 99 !important;
        padding-inline-start: calc(env(safe-area-inset-left) + 0.5rem) !important;
        padding-inline-end: calc(env(safe-area-inset-right) + 0.5rem) !important;
        padding-block-end: env(safe-area-inset-bottom) !important;
        bottom: 0px !important;
        background-color: #fff !important;
        box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 0.5);
    }

    .bottom-bar {
        padding: 2px 15px;
        min-height: 60px;
        max-height: 60px;
    }

    .bottom-bar--list {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: space-between;
        margin: 0;
        align-items: center;
    }

        .bottom-bar--list li > a, .bottom-bar--list li > button {
            padding: 7px 2px;
            display: block;
            pointer-events: auto;
            text-align: center;
            color: var(--site-primary-text);
            position: relative;
        }

            .bottom-bar--list li > a .basket-count {
                left: 50%;
                top: 5px;
                font-size: 12px;
                right: auto;
            }

        .bottom-bar--list span {
            display: block;
            pointer-events: none;
            font-size: 13px;
            margin-top: 5px;
            font-weight: 600;
        }

        .bottom-bar--list svg {
            height: 25px;
            width: 25px;
        }

    .user-action {
        padding: 30px 0;
    }


    .cart-module {
        margin-right: 10px;
    }

    .dropdown-menu {
        display: block;
        position: fixed;
        top: 0;
        width: 100%;
        opacity: 0;
        z-index: 1;
        visibility: hidden;
        box-shadow: none;
        transition: opacity 500ms ease,transform 500ms ease,visibility 500ms ease;
        background: rgb(255 255 255);
        height: 100vh;
        max-height: 100vh;
        overflow: auto;
        padding-bottom: 100px;
        -ms-transform: translate3d(-101%,0,0);
        -webkit-transform: translate3d(-101%,0,0);
        transform: translate3d(-101%,0,0);
    }
    /*
    .menu .dropdown.is-open .dropdown-menu {
        opacity: 1 !important;
        z-index: 100;
        visibility: visible;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0);
        overflow-y: auto;
    }*/

    .menu .dropdown.is-open > .dropdown-menu, li.is-open > .dropdown-menu {
        opacity: 1 !important;
        z-index: 100;
        visibility: visible;
        -ms-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0);
        overflow-y: auto;
    }

    .dropdown-menu > ul > li > a {
        font-weight: 400 !important;
    }

    .menu .icon-dropdown {
        position: absolute;
        left: 15px;
        height: 65px;
        width: 65px;
        line-height: 65px;
        text-align: left;
    }

        .menu .icon-dropdown svg {
            width: 32px;
            height: 32px;
        }

    .nav-title-mobile {
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 15px;
        position: relative;
        font-size: 16px;
        background-color: #f5f5f5;
        font-weight: 500;
    }

    .product-list {
        width: 100%;
    }

    .product-grid__card {
        width: 100%;
        padding: 0 5px;
    }

    .product-card {
        margin-bottom: 10px;
        border-radius: 6px;
        height: auto;
    }

    .firsat-urunleri {
        margin-top: 15px;
    }

    .filter-wrapper {
        width: 100%;
        padding: 0;

    }
        .filter-wrapper .products-carousel {
            margin: 0 -10px !important;
         
        }
        .parent-categories .slick-slide {
            /*  margin-left: 10px;*/
            padding: 0 5px;
        }

    .scroll-drag {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

        .scroll-drag > a {
            scroll-snap-align: start;
            flex-shrink: 0;
            flex-grow: 0;
        }

    .breadcrumb ul li.active {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

        .breadcrumb .container-fluid {
            padding: 0;
        }

        .breadcrumb ul {
            padding: 0 10px;
        }

            .breadcrumb ul li > a, .breadcrumb ul li > span {
                height: 35px;
                margin-right: 5px;
                font-size: 12px;
            }

                .breadcrumb ul li > a:after {
                    right: -7px;
                }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .modal-dialog {
        position: relative;
        width: calc(100% - 30px);
        margin: 0.5rem auto;
        pointer-events: none;
        height: calc(100% - 1rem);
    }

    .modal {
        width: 100%;
    }

    .fot-benef {
        display: none !important;
    }

    .section-wrapper.success-page, .section-wrapper.error-page {
        padding: 0;
    }

    .bottom-footer .d-flex,
    .fbs {
        justify-content: center;
    }

    .fbs {
        margin-top: 10px;
    }

        .fbs > div:first-child {
            display: none;
        }

    .fbs-icon {
        margin: 0;
    }

    .provider-list form button {
        width: calc(50% - 5px) !important;
    }

    .btn-login-provider span {
        font-size: 12px;
    }

    .product-details {
        padding: 10px;
        text-align: left;
        align-items: flex-start;
        width: 100%;
    }

    .add-to-cart {
        width: 100%;
        position: relative;
        font-size: 14px;
        right: 0;
        margin-top: 10px;
    }

    .btn-add-cart-varyant {
        width: 100%;
        font-size: 14px;
        height: 38px;
        line-height: 36px;
        font-weight: 500;
    }

    .product-card .add-cart-icon svg {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }

    .product-details .product-title .p-title {
        font-size: 16px;
    }

    .product-card-price {
        font-size: 14px;
        margin-top: 5px;
    }

    .section-center-icon {
        font-size: 28px !important;
    }

    .section-wrapper.success-page, .section-wrapper.error-page {
        padding: 40px 0;
        min-height: calc(100vh - 250px)
    }

        .section-wrapper.success-page p, .section-wrapper.error-page p {
            font-size: 18px !important,
        }

    .button-wish-list {
        width: 27px;
        height: 27px;
        background: url(/static/like.svg) no-repeat -9px -7px;
        top: 15px;
        right: 5px;
    }

        .button-wish-list:hover, .button-wish-list:focus,
        .button-wish-list.active {
            background: url(/static/like-hover.svg) no-repeat -9px -7px;
        }

    .t4s-top-bar-main .container .row:after, .navigation > div > div:after,
    .products-grid .product-grid__card:after {
        display: none;
    }
}

.category-description {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #6e6e6e;
}

    .category-description h1,
    .category-description h2,
    .category-description h3,
    .category-description h4,
    .category-description h4,
    .category-description h5 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 35px;
    }

    .category-description ol {
        list-style: disc;
        padding-left: 20px;
    }

        .category-description ol li {
            margin-bottom: 10px;
        }

            .category-description ol li p {
                margin-bottom: 0;
            }

    .category-description p b {
        color: var(--site-primary-text)
    }

    .category-description p {
        margin: 0;
        font-size: 14px;
        color: #6e6e6e;
    }

@media(max-width:1024px) {
    .category-description p {
        font-size: 12px;
    }
}

.animated-loading {
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-duration: 1s;
    animation-timing-function: linear;
    border: none !important;
    border-radius: 0 !important;
    background: #fafafa;
    background: linear-gradient(to right,#fafafa 4%, #fafafa 25%, #fafafa 36%);
    background-size: 2000px 100%;
}

.media-loading {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    color: #ccc;
    text-shadow: 0 0 2px #ffffff,0 0 1px #ffffff,0 0 1px #ffffff;
    letter-spacing: 2px;
    box-sizing: border-box;
    transform: translate(-50%,-50%);
}

    .media-loading:after {
        content: attr(data-title);
        position: absolute;
        left: 0;
        top: 0;
        color: #ffffff;
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
        animation: animatedLoader .8s linear infinite;
    }

.animated-loading .media-loading {
    display: block;
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }

    100% {
        background-position: 1200px 0;
    }
}

@keyframes animatedLoader {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
/*! nouislider - 8.5.1 - 2016-04-24 16:00:30 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-stacking .noUi-handle {
    z-index: 10
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s,top .3s;
    transition: left .3s,top .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.noUi-horizontal {
    height: 10px
}

    .noUi-horizontal .noUi-handle {
        width: 5px;
        height: 20px;
        left: 0;
        top: -7px;
        border-radius: 999px;
    }

.noUi-handle-upper {
    left: -5px !important;
}

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

.noUi-background {
    background: #f0f2f5;
    box-shadow: none;
}

.noUi-connect {
    background: #f5f5f5;
    box-shadow: none;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-origin {
    border-radius: 30px
}

.noUi-target {
    border-radius: 9999px;
    box-shadow: none;
}

    .noUi-target.noUi-connect {
        box-shadow: none;
    }

.noUi-draggable {
    cursor: w-resize
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.noUi-handle {
    background: var(--site-secondary-color);
    cursor: default;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect, [disabled].noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle, [disabled].noUi-origin {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large, .noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%,50%,0);
    transform: translate3d(-50%,50%,0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -32px
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    bottom: -32px
}

.noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}

.noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}

#toast-container {
    display: block;
    z-index: 999999;
    position: fixed;
    max-width: calc(100% - 12px);
    max-height: 100%;
    overflow: hidden;
    top: 30px;
    right: 10px;
}

.toast {
    background-color: #ebf9ec;
    width: 324px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,.08);
    overflow: hidden;
    margin: 10px 0;
    max-height: 2000px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: var(--site-primary-text);
    font-weight: 500;
    padding: 10px;
    font-size: 16px;
    min-height: 55px;
    align-items: center;
}

.toast-success {
    border-left: 8px solid var(--green);
    background-color: #e7ffe2;
}

.toast-error {
    border-left: 8px solid var(--red);
    background-color: #fff4f6;
}

    .toast-error u {
        color: red;
        font-weight: bold !important;
    }

.cartItem-info .text-danger {
    color: var(--red) !important;
    font-weight: bold;
}

.btn-long-desc {
    margin: 20px 0;
    font-size: 13px;
    height: 40px;
    line-height: 38px;
    background-color: #fff;
    color: #111;
    border-color: #ddd;
    font-weight: 500;
}

    .btn-long-desc:hover, .btn-long-desc:active, .btn-long-desc:focus {
        border-color: #000;
        background-color: #fff;
        color: #111;
    }

.hide-text {
    display: none;
    margin-top: 20px;
}

.long-description.active > .btn-long-desc {
    display: none;
}

.columns {
    overflow: hidden;
    /*    display: flex;
    flex-direction: row;*/
    height: 100%;
}

.left-sides {
    cursor: initial;
    display: flex;
    background-color: #fff;
    width: 100%;
}

.right-sides {
    flex-grow: 1;
    align-self: stretch;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    width: 100%;
    margin: 15px auto;
}

.left-side-container {
    cursor: pointer;
    display: flex;
    background-color: #fff;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 35px;
    position: relative;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #6e6e6e;
    font-weight: 400;
    opacity: 0.9;
    transition: 0.2s;
}

    .left-side-container.active {
        color: #000;
        opacity: 1;
        font-weight: 500;
    }

    .left-side-container:hover {
        color: #000;
        opacity: 1;
    }

    .left-side-container.active:after {
        content: '';
        width: 80%;
        display: block;
        position: absolute;
        background: #000;
        height: 1px;
        bottom: 0;
        left: 0;
    }

.category-item {
    display: none;
}

    .category-item.active {
        display: block;
    }

    .category-item .btn-long-desc {
        margin-bottom: 0 !important;
    }

.category-item-container ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.category-sub-title {
    width: calc(100% / 6);
    padding: 0 10px;
    margin: 7.5px 0px;
}

    .category-sub-title a {
        display: block;
        background-color: #eee;
        border: 1px solid transparent;
        border-radius: 8px;
    }

        .category-sub-title a:hover {
            border-color: #000;
        }

    .category-sub-title > a {
        letter-spacing: normal !important;
    }

        .category-sub-title > a img {
            mix-blend-mode: multiply;
        }

        .category-sub-title > a:hover .cst-text {
            /*    text-decoration: underline !important;*/
            color: #000;
        }

.cst-text {
    font-size: 14px;
    margin-top: 20px;
    font-weight: 500;
}

.left-side-container .category-items:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-size: 100%;
}

.left-side-container:nth-child(1) .category-items:before {
    background-image: url('../../../static/desk-svgrepo-com.svg');
}

.left-side-container:nth-child(2) .category-items:before {
    background-image: url('../../../static/office-chair.svg');
}

.left-side-container:nth-child(3) .category-items:before {
    background-image: url('../../../static/sofa-svgrepo-com.svg');
}

.left-side-container:nth-child(4) .category-items:before {
    background-image: url('../../../static/shelves-svgrepo-com.svg');
}

.left-side-container:nth-child(5) .category-items:before {
    background-image: url('../../../static/lamp-svgrepo-com.svg');
}

.left-side-container:nth-child(6) .category-items:before {
    background-image: url('../../../static/coffee-shop-restaurant-svgrepo-com.svg');
}

.pageDetailContent {
    margin: 60px 0;
}

.accordion {
}

.accordion-item {
    overflow: hidden;
}

#main-product-images {
    position: sticky !important;
    top: 30px;
}

.accordion-header {
    padding: 25px 0 10px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

    .accordion-header:hover {
        color: #000;
    }

    .accordion-header:after {
        content: '+';
        position: absolute;
        right: 0;
        width: auto;
        height: auto;
        transition: transform 0.3s ease-in-out;
        font-size: 30px;
        top: 15px;
        font-weight: 300;
    }

    .accordion-header.active:after {
        content: '-';
    }

.accordion-content {
    display: none;
    padding: 15px 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    position: fixed;
    right: 0;
    width: 450px;
    height: 100%;
    top: 0;
    border-left: 1px solid #ccc;
    padding: 30px;
    box-shadow: -10px 0px 10px -5px rgb(0 0 0 / 24%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-header.active + .accordion-content {
    z-index: 99999;
}

.accordion-content p, .accordion-content-stabil p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.accordion-content b {
    color: var(--site-primary-text);
}

.accordion-header.active {
}

.accordion-content-stabil {
    margin-top: 00px;
    padding-bottom: 15px;
}

#section-template--8 {
    margin-bottom: 60px;
}

.section-blog {
    margin: 40px 0 60px;
}

    .section-blog .h6 {
        text-align: center;
        font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
        font-size: 42px;
        font-weight: 500;
        letter-spacing: -1px;
    }

.flex-blog-item {
    background-color: #ffffff;
    padding: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: calc(100% - 20px);
    border-radius: 6px;
}

.blog-button-list {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    .blog-button-list a span:first-child {
        display: none;
    }

.blog-item-title a {
    font-size: 25px;
    font-weight: 500;
    color: var(--site-primary-text);
    display: block;
    margin-bottom: 0;
    min-height: 60px;
    line-height: 1.5;
    display: flex;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
    align-items: center;
}

.blog-button-list a {
    text-transform: uppercase;
    padding: 0 !important;
    background: transparent !important;
    border: 0;
    color: var(--site-primary-text) !important;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
}

    .blog-button-list a:hover {
        opacity: 0.8
    }

    .blog-button-list a span:last-child {
        transition: .3s;
        position: relative;
        left: 0;
    }

/*  .blog-button-list a:hover span:last-child {
        transition: .3s;
        left: 20px;
    }*/

.g-col-wrapper {
    position: relative;
}

#populerCategoriesMainPage {
    margin-top: 60px;
    margin-bottom: 30px;
}

.g-info {
    bottom: 15px;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}

    .g-info .h6 {
        color: #fff;
    }

    .g-info a {
        height: 40px;
        line-height: 38px;
        padding: 0 24px;
        font-size: 14px;
    }

.movie--isloading {
    height: 600px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 15px;
    width: calc(100% - 20px);
}

    .movie--isloading .loading-image {
        height: 540px;
        background-image: -webkit-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
        background-image: -o-linear-gradient(left, #ececec 0px, #f4f4f4 40px, #ececec 80px);
        background-image: linear-gradient(90deg, #ececec 0px, #f4f4f4 40px, #ececec 80px);
        background-size: 600px;
        -webkit-animation: shine-loading-image 2s infinite ease-out;
        animation: shine-loading-image 2s infinite ease-out;
    }

    .movie--isloading .loading-content {
        background: #f7f7f7;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .movie--isloading .loading-content .loading-text-container {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

        .movie--isloading .loading-content .loading-main-text {
            height: 10px;
            width: 65%;
            margin-bottom: 10px;
            background: #ececec;
            background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
            background-size: 250px;
            border-radius: 10px;
            -webkit-animation: shine-loading-container-items 2s infinite ease-out;
            animation: shine-loading-container-items 2s infinite ease-out;
        }

        .movie--isloading .loading-content .loading-sub-text {
            height: 10px;
            width: 50%;
            background: #ececec;
            background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
            background-size: 250px;
            border-radius: 10px;
            -webkit-animation: shine-loading-container-items 2s infinite ease-out;
            animation: shine-loading-container-items 2s infinite ease-out;
        }

        .movie--isloading .loading-content .loading-btn {
            width: 60px;
            height: 25px;
            background: #ececec;
            background-image: -webkit-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: -o-linear-gradient(left, #ececec 0px, #ddd 40px, #ececec 80px);
            background-image: linear-gradient(90deg, #ececec 0px, #ddd 40px, #ececec 80px);
            background-size: 250px;
            border-radius: 3px;
            -webkit-animation: shine-loading-container-items 2s infinite ease-out;
            animation: shine-loading-container-items 2s infinite ease-out;
        }


@-webkit-keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%, 100% {
        background-position: 208px;
    }
}


@keyframes shine-loading-image {
    0% {
        background-position: -32px;
    }

    40%, 100% {
        background-position: 208px;
    }
}

@-webkit-keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%, 100% {
        background-position: 140px;
    }
}

@keyframes shine-loading-container-items {
    0% {
        background-position: -100px;
    }

    40%, 100% {
        background-position: 140px;
    }
}

.pageDetailContent .carousel-item .a {
    position: relative;
}

.page-content-wr {
    position: sticky;
    top: 105px;
}

.pageContent-Body {
}

.rexa-icerik-ortala .rexa-icerik-tag {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
}

.hotspot-container {
    position: absolute;
    z-index: 2;
}

.hotspot-popup {
    position: relative;
    background: white;
    border-radius: 0;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    width: 210px;
    padding: 15px;
    display: none;
    z-index: 20;
    border: 1px solid #ddd;
    top: 55px;
    left: calc(-50% + 23px);
    max-height: 252px;
}

    .hotspot-popup.popupTop {
        top: -268px;
    }

    .hotspot-popup .h6 {
        font-size: 16px;
        margin-top: 5px;
        margin-bottom: 5px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        white-space: nowrap;
    }

    .hotspot-popup .btn {
        font-size: 13px;
        height: 36px;
        line-height: 34px;
        padding: 0 15px;
        font-weight: 400;
    }

    .hotspot-popup .gtin-popup {
        font-size: 13px;
        margin-bottom: 15px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        white-space: nowrap;
    }

.hotspot {
    border-radius: 999px;
    position: absolute;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: rgb(0 0 0 / 0.3);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.hotspot-popup:not(.popupTop):before {
    content: '';
    position: absolute;
    background: transparent;
    width: calc(100% + 2px);
    height: 17px;
    left: -1px;
    top: -17px;
    z-index: 5;
    opacity: 0;
}

.hotspot-popup.popupTop:before {
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    height: 17px;
    z-index: 5;
    background: transparent;
    left: -1px;
    bottom: -18px;
    opacity: 0;
}

.hotspot:hover {
    border: 1px solid #fff;
    background-color: rgb(0 0 0 / 0.4);
}

.t4s-zoompin {
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    display: block;
    -webkit-animation: zoompin 2s ease infinite;
    animation: zoompin 2s ease infinite;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 800px;
    perspective: 800px;
    background-color: #ffffff80;
    pointer-events: none;
}

.t4s-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    color: #fff;
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin: 9px;
}

@keyframes zoompin {
    0% {
        opacity: 0;
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    50% {
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

#backToTop {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 40px;
    width: 40px;
    background-color: #ddd;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 999;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    padding: 0;
}

    #backToTop.show {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    #backToTop:hover {
        background-color: #ccc;
    }

.image-parent {
    position: relative;
    margin-bottom: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.blog-item-img img {
    width: 100%;
}

.image-parent a, .blog-item-img {
    display: block;
    overflow: hidden;
    transition: transform .64s ease;
}

    .image-parent a:hover img, .blog-item-img:hover img {
        transform: scale(1.06);
        transition: transform .64s ease;
    }

    .image-parent a:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.1;
        background: linear-gradient(to top, rgb(0, 0, 0), transparent);
        transition: all ease .3s;
    }

.blog-item {
    padding: 0 10px;
    margin-bottom: 40px;
}

.blog-item-wrapper {
    overflow: hidden;
    border-radius: 12px;
    position: relative;
}

.news-item-full-description p {
    margin: 0;
}

.share-text {
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

#share-buttons button {
    width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 18px;
    display: inline-grid;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-color: #ddd;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

    .btn-whatsapp-pulse-border::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        padding: 25px;
        border: 5px solid #25d366;
        opacity: 0.75;
        animation-name: pulse-border;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@media(min-width:768.1px) {
    .mobileMenu {
        display: none;
    }
}

#section-template--11 {
    display: none;
}

@media(max-width:768px) {
    .mobileMenu {
        display: block !important;
    }

    #section-template--11 {
        display: block;
    }

    .btn-whatsapp-pulse, #backToTop, .desktopMenu, #section-template--1 {
        display: none;
    }
}

.tab-buttons {
    display: flex;
    gap: 0;
    margin: 0 -15px;
    margin-top: -15px;
    margin-bottom: 30px;
    border-bottom: 0 solid #ddd;
}

.tab-btn {
    width: 50%;
    background-color: #eeeeee;
    color: #000;
    border-color: #ddd !important;
    font-weight: 400;
    font-size: 16px;
    border-radius: 0;
    border: 0;
}

    .tab-btn:hover, .tab-btn:focus {
        background-color: #eeeeee;
        color: #000
    }

    .tab-btn.active {
        color: var(--site-secondary-color) !important;
        background-color: #ffffff !important;
        font-weight: bold;
    }

.tab-content {
    display: none;
    padding: 30px 30px;
    height: 100%;
    align-items: center;
    justify-content: center;
}

    .tab-content h2 {
        font-weight: 600;
        margin-bottom: 0;
    }

    .tab-content.active {
        display: block;
    }

#mapFrame {
    height: 550px;
    transition: all 0.6s ease;
    border-radius: 0px;
    border: 0 solid #ddd !important;
    border-left: 0 !important;
}

.form-target .right {
    filter: grayscale(0.8)
}

.pageContent-text--wrapper .left {
    height: 550px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 0.10);
    overflow: hidden;
}

.m-auto {
    margin: auto;
}

#privatePageContentItem_6 .m-auto > .row {
    margin: 0;
}

#privatePageContentItem_6 > .m-auto > .row > * {
    padding: 0;
}

.text-map {
    font-weight: 300;
    margin-bottom: 60px;
    margin-top: 25px;
}

.news-item-published-on {
    text-align: center;
}

.blogItemContent .rexa-icerik-tag {
    text-align: center;
    font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 40px;
}

.blogDetail {
    margin: 100px 0px;
}

.blogItemContent img {
    width: 100%;
    margin-bottom: 30px;
}

#varyantOverviewModal {
    height: 100%;
    right: 0;
}

    #varyantOverviewModal .close-modal {
        top: 30px;
        right: 30px;
        z-index: 2;
        background: transparent;
    }

    #varyantOverviewModal .modal-dialog {
        margin: 0;
        height: 100%;
        width: 500px;
    }

    #varyantOverviewModal .modal-content {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 30px;
        border-radius: 0;
    }

.detail-view-p {
    margin: 0;
    width: 100%;
}

.firsat-urunleri a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
}

@media(max-width:768px) {

    .title h1 {
        font-size: 16px;
    }

    .product-listing .title {
        padding: 10px;
        text-align: left;
        width: 100%;
        display: block !important;
        background-color: #fff;
        margin: 0 -10px;
        width: calc(100% + 20px);
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .category-description {
        display: none;
    }

    .section-blog {
        display: none;
    }

    #section-template--8 {
        margin-bottom: 0;
    }

    .products-carousel .slick-dots {
        margin-bottom: 15px;
    }

    .left-sides {
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -webkit-overflow-scrolling: touch;
        flex-wrap: nowrap;
    }

    .left-side-container.active:after {
        display: none;
    }

    .left-side-container {
        width: fit-content;
        flex: 0 0 auto;
        white-space: nowrap;
        padding-top: 15px;
        padding-bottom: 15px;
        border: 1px solid #ddd;
        margin-top: 15px;
        padding: 7px 15px;
        border-radius: 999px;
        margin-right: 10px;
        text-transform: capitalize;
        font-weight: 500;
        opacity: 1 !important;
        color: #000;
        margin-bottom: 10px;
        font-size: 13px;
    }

    .category-item-container ul {
        margin: 0;
    }

    .left-side-container.active {
        background-color: #000;
        color: #fff !important;
    }

    .left-side-container .category-items:before {
        display: none;
    }

    .category-sub-title {
        width: calc(100% / 3);
        padding: 0 2.5px;
        margin: 0 0px 5px;
        text-align: center;
    }

        .category-sub-title a {
            background-color: transparent;
        }

    .cst-image {
        border: 1px solid #eee;
        border-radius: 4px;
    }

    .category-sub-title > a img {
        height: 95px;
        width: auto;
    }

    .cst-text {
        font-size: 13px;
        margin-top: 5px;
        font-weight: 500;
        min-height: 42px;
        color: #000;
        padding: 0 3px;
    }

    .accordion-content {
        width: 100%;
        padding: 15px;
    }

    .data-search-mobile {
        display: none;
    }

    .sections-carousel-block {
        height: calc(100vh - 170px);
    }

        .sections-carousel-block .carousel-item .a {
            height: calc(100vh - 170px);
        }

    #populerCategoriesMainPage {
        margin-top: 30px;
    }

    #click_whatsapp * {
        color: var(--success);
        fill: var(--success);
    }

    .productView-image-wrapper {
        width: 100% !important;
    }

    .productView-img-container {
        height: 650px;
        display: block;
        position: relative;
        margin: auto;
        max-width: none;
        width: 100%;
        height: 500px;
        cursor: zoom-in;
    }

        .productView-img-container .media {
            position: initial;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .productView-image img {
        border: 0;
        height: 100%;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none;
        padding: 0;
        position: absolute;
        top: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 100%;
        object-position: center;
        object-fit: contain;
    }

    .product-detail-title .button-wish-list {
        display: none !important;
    }

    #varyantOverviewModal .modal-dialog {
        width: 100%;
    }

    #varyantOverviewModal .modal-content {
        padding: 15px;
    }

    .detail-view-p {
        background: transparent !important;
        color: #000 !important;
        font-size: 14px;
        width: auto;
        border-color: #ddd !important;
        font-weight: 700;
        height: 46px;
        line-height: 44px;
        margin-top: 30px;
    }
    .products-carousel {
        margin: 0 !important;
        padding: 0 5px;
    }
}

.parent-categories .slick-arrow {
    top: calc(50% - 11.5px) !important;
    background-color: #f5f5f5 !important;
    border: 1px solid #dddd;
}
