.d-flex {
    display: flex !important;
}
.d-none {
    display: none !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-end {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-start {
    border-left: 1px solid #dee2e6 !important;
}
.w-100 {
    width: 100% !important;
}
.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.align-items-center {
    align-items: center !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.fs-2 {
    font-size: calc(1.25625rem + 0.075vw) !important;
}
.fs-4 {
    font-size: 0.875rem !important;
}

.fs-5 {
    font-size: 0.75rem !important;
}

.fs-6 {
    font-size: 0.625rem !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-secondary {
    color: #898989 !important;
}
.text-dark {
    color: #333333 !important;
}

.text-white {
    color: #fff !important;
}
.text-gray {
    color: #767676 !important;
}
.bg-primary {
    background-color: #E04C4C !important;
}
.bg-success {
    background-color: #53D86A !important;
}
.bg-white {
    background-color: #fff !important;
}
.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #E04C4C;
    --bs-secondary: #898989;
    --bs-success: #53D86A;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #FAFAFA;
    --bs-dark: #333333;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*, *::before, *::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1, .h1 {
    font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.1875rem;
    }
}

h2, .h2 {
    font-size: calc(1.3rem + 0.6vw);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

a {
    color: #E04C4C;
    text-decoration: underline;
}
img, svg {
    vertical-align: middle;
}
label {
    display: inline-block;
}

button {
    border-radius: 0;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, select {
    text-transform: none;
}
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;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #767676;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #767676;
    appearance: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
    color: #898989;
    opacity: 1;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    z-index: 1 !important;
}
.btn-primary {
    color: #000;
    background-color: #E04C4C;
    /*border-color: #E04C4C;*/
}
.btn-dark {
    color: #fff;
    background-color: #333333;
    border-color: #333333;
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-tabs {
    border-bottom: 2px solid #898989;
}

.nav-tabs .nav-link {
    margin-bottom: -2px;
    background: none;
    border: 2px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #333333;
    background-color: white;
    border-color: #333333;
}
.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}
.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}
.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}
.material-icons, .material-icons-outlined {
    font-size: 1.3em;
}

.btn-primary {
    color: white;
}

body::before {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}

body.menu-opened::before {
    display: block;
}

header {
    position: relative;
    z-index: 2;
}

#header-search {
    max-width: 100%;
    position: relative;
}

#header-search > input {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    color: #767676;
    padding: 13px 21px 13px 48px;
    border-radius: 26px;
    width: 100%;
    max-width: 100%;
}
#header-search > div {  
}

#header-search::after {
    position: absolute;
    top: 9px;
    left: 17px;
    content: "search";
    font-family: "Material Icons";
    color: #767676;
    font-size: 22px;
}

#header-account {
    position: relative;
}
#header-cart {
    position: relative;
}

#header-cart > .dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    padding-top: 4px;
    z-index: 999;
}
.header-button > .material-icons, .header-button > .material-icons-outlined {
    color: #333333;
    font-size: 20px;
}

@media (min-width: 992px) {
    .header-button > .material-icons, .header-button > .material-icons-outlined {
        color: white;
        font-family: "Material Icons";
    }
}

#header-menu {
    display: none;
    background: #F5F5F5;
}
#showcase {
    background: #FAFAFA;
    padding: 56px 0;
    margin-bottom: 22px;
}

#showcase .nav {
    justify-content: center;
    border: none;
    margin-bottom: 30px;
}

#showcase .nav .nav-link {
    font-size: 21px;
    font-weight: 500;
    color: #898989;
    padding: 10px 0;
    margin: 0 24px;
}

#showcase .nav .active {
    background: none;
    color: #333333;
}

.product-box {
    display: block;
    text-decoration: none;
    border: 1px solid #fafafa;
}

.product-box img {
    max-width: 100%;
}

.product-box .product-box-image {
    position: relative;
}

.product-box .product-box-image img {
    width: 100%;
}

.product-box .product-box-image .product-box-flag, .product-box-image .product-box-flag {
    position: absolute;
    left: 0;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 8px 12px;
}

.product-box .product-box-image .product-box-flag-top, .product-box-image .product-box-flag-top {
    top: 15px;
}

.product-box .product-box-image .product-box-flag-color-yellow, .product-box-image .product-box-flag-color-yellow {
    background: #FFC441;
    color: #333333;
}
.product-box .product-box-image .product-box-button, .product-box-image .product-box-button {
    position: absolute;
    top: 8px;
    right: 8px;
    background: white;
    border: none;
    border-radius: 20px;
    height: 40px;
    color: #898989;
    box-shadow: 0px 0px 16px rgba(51, 51, 51, 0.15);
    padding: 8px;
    font-size: 10px;
    font-weight: 500;
}
.product-box .product-box-image .product-box-button.product-box-button-hide {
    display: none;
}

.product-box .product-box-info {
    text-align: center;
    padding: 12px;
    background: white;
}

.product-box .product-box-info .product-box-title {
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    height: 36px;
    
     overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.product-box-price {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}

.product-box-price .product-box-price-strikethrough, .arama-sonuc-fiyat .product-box-price-strikethrough {
    /* ethica*/
    color: #898989;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 8px;
}

.product-box-price .product-box-price-decimal, .arama-sonuc-fiyat .product-box-price-decimal {
    /* ethica*/
    font-size: 10px;
    margin-right: 3px;
}

.product-box-price .product-box-price-tax, .arama-sonuc-fiyat .product-box-price-tax {
    /* ethica*/
    font-size: 10px;
    font-weight: 400;
}

#footer-icons {
    background: #FAFAFA;
}

#footer-icons .footer-icon {
    color: #E04C4C;
}

#footer-icons .footer-icon span {
    font-size: 40px;
}

#footer-icons .footer-icon-title {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
}

#footer-icons .footer-icon-description {
    font-size: 12px;
    font-weight: 400;
    color: #898989;
}

.letter-spacing-2-px {
    letter-spacing: 2px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
/*ethica degisti a geldi, span eklendi*/
#carousel .slide {
    position: relative;
}

#carousel .slide > a > div {
    position: absolute;
    left: 50%;
    bottom: 90px;
    transform: translate(-50%, 0);
    font-size: 50px;
    font-weight: 100;
}

#carousel .slide > a > span {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-weight: 200;
    color: #333;
    text-align: center;
}

#carousel, #carousel-product-image, #carousel-product-list, .carousel-product-list-cart {
    position: relative;
    margin: 0;
}

#carousel .btn-nav, #carousel-product-image .btn-nav, #carousel-product-list .btn-nav, .carousel-product-list-cart .btn-nav {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
    border: none;
    background: none;
    padding: 0;
}

#carousel .btn-nav-prev, #carousel-product-image .btn-nav-prev, #carousel-product-list .btn-nav-prev, .carousel-product-list-cart .btn-nav-prev {
    left: 24px;
}

#carousel .btn-nav-next, #carousel-product-image .btn-nav-next, #carousel-product-list .btn-nav-next, .carousel-product-list-cart .btn-nav-next {
    right: 24px;
}

#carousel .btn-nav > .material-icons, #carousel-product-image .btn-nav > .material-icons, #carousel-product-list .btn-nav > .material-icons, .carousel-product-list-cart .btn-nav > .material-icons {
    display: block;
    font-size: 35px;
    color: #333333;
}

#carousel .dots, #carousel-product-image .dots, #carousel-product-list .dots, .carousel-product-list-cart .dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 18px;
    display: flex;
    left: 50%;
    transform: translate(-50%, 0);
}

#carousel .dots > li, #carousel-product-image .dots > li, #carousel-product-list .dots > li, .carousel-product-list-cart .dots > li {
    color: transparent;
    margin: 0 6px;
}

#carousel .dots > li > button, #carousel-product-image .dots > li > button, #carousel-product-list .dots > li > button, .carousel-product-list-cart .dots > li > button {
    background-image: url("../images/dot.svg");
    background-size: cover;
    background-position: center;
    background-color: transparent;
    border: none;
    color: transparent;
    width: 17px;
    height: 17px;
    padding: 0;
    display: block;
}

#carousel .dots > li.slick-active > button, #carousel-product-image .dots > li.slick-active > button, #carousel-product-list .dots > li.slick-active > button, .carousel-product-list-cart .dots > li.slick-active > button {
    background-image: url("../images/dot-active.svg");
}
ul.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

#go-to-top {
    position: fixed;
    right: 32px;
    bottom: 32px;
    background: white;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 100%;
    box-shadow: 0px 0px 16px 0px rgba(51, 51, 51, 0.15);
}

#go-to-top > span {
    color: #767676;
    font-size: 30px;
}

.nav-tabs {
    border-top: 1px solid #EEEEEE;
}

.nav-tabs .nav-link {
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #898989;
    font-size: 16px;
    padding: 16px 24px;
}

.nav-tabs .nav-link.active {
    color: #333333;
}
#notification-area {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
#cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 200;
}

#cookie > div > div {
    background: white;
    padding: 25px 35px 25px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px -4px 16px rgba(51, 51, 51, 0.08);
}

#cookie > div > div > div:last-child {
    white-space: nowrap;
}

#cookie.cookie-fluid {
    background: white;
    box-shadow: 0px -4px 16px rgba(51, 51, 51, 0.08);
}

#cookie.cookie-fluid > div > div {
    padding: 25px 0;
    box-shadow: none;
}
.header-button > .material-icons, .header-button > .material-icons-outlined {
    color: #333333;
}
.header-menu-classic {
    background-color: #F5F5F5 !important;
}
.anasayfa-twitter {
    width: 41px;
    height: 41px;
    background: #1DA1F2;
}

.anasayfa-youtube {
    width: 41px;
    height: 41px;
    background: #FF0000;
}

.anasayfa-facebook {
    width: 41px;
    height: 41px;
    background: #3B5998;
}

.anasayfa-instagram {
    width: 41px;
    height: 41px;
    background: #C13584;
}

.anasayfa-linkedin {
    width: 41px;
    height: 41px;
    background: #0077B5;
}
#sabitSepet {
    position: fixed;
    background-color: #ffffff !important;
    height: 48px;
    bottom: 14px;
    z-index: 80000 !important;
}