@charset "UTF-8";

.btn,
.mmd__content a,
.navbar-brand {
    white-space: nowrap
}

.mmd__column-image-text:hover,
.mmd__column-text a,
.mmd__content a,
.mmm__item-outside a,
.navbar-brand:focus,
.navbar-brand:hover,
.navbar-toggler:focus,
.navbar-toggler:hover,
a,
a:focus,
a:hover,
button {
    text-decoration: none
}

.copyright__content--link:hover,
.mmd__header a {
    text-decoration: underline
}

.label,
.tooltip,
a,
button,
span {
    display: inline-block
}

.d-flex,
.mmd .dropdown-menu.show,
.navbar-expand .navbar-collapse,
body {
    display: flex
}

.col-xs-4,
.col-xs-6 {
    float: left
}

.visually-hidden,
select {
    word-wrap: normal
}

#scroll__top,
.loader span {
    background-color: var(--secondary-color)
}

#basket-items,
.quicksepet .shopping_actions p {
    margin-left: 10px
}

.open>a,
:focus,
a:focus {
    outline: 0
}

.accordion-item__trigger__heading,
.btn,
.header__info--icon,
.navbar-toggler-icon,
.product__items--action__btn--svg {
    vertical-align: middle
}

:root {
    --darkblue: #1d71b8;
    --lightblue: #96afee;
    --primary-color: #121a25;
    --secondary-color: #1d71b8;
    --secondary-color2: #96afee;
    --yellow-color: #ffc107;
    --text-gray-color: #666666;
    --white-color: #ffffff;
    --ofwhite-color: #f2f2f2;
    --black-color: #000000;
    --light-color: #a5a5a5;
    --light-color2: #aaaaaa;
    --dark-color: #242424;
    --sky-color: #647589;
    --border-color: #c8c8c8;
    --border-color2: #e4e4e4;
    --border-color3: #dddddd;
    --border-dark: #383434;
    --bg-gray-color: #f7f8fc;
    --gray-color: #ebebeb;
    --gray-color2: #f5f5f5;
    --body-font-size: 1.6rem;
    --body-font-weight: 400;
    --body-line-height: 2.5rem;
    --headings-weight: 600;
    --transition: all 0.3s ease 0s;
    --container-fluid-offset: 19rem;
    --swiper-navigation-size: 44px;
    --swiper-theme-color: #007aff;
    --yellow20: hsla(46, 100%, 86%, 1);
    --color-primary: hsla(215, 88%, 44%, 1);
    --color-primary-light: hsla(215, 96%, 95%, 1);
    --blue70: hsla(215, 93%, 35%, 1);
    --green20: hsla(159, 44%, 84%, 1);
    --green80: hsla(160, 46%, 21%, 1);
    --green60: hsla(160, 64%, 32%, 1);
    --blue70: hsla(215, 93%, 35%, 1);
    --yellow80: hsla(46, 54%, 22%, 1);
    --red10: hsla(353, 50%, 94%, 1);
    --red70: hsla(353, 60%, 37%, 1);
    --yellow40: hsla(46, 100%, 67%, 1)
}

.tab_pane,
a,
a i,
button,
img,
input,
label,
span,
textarea {
    transition: var(--transition)
}

*,
::after,
::before {
    box-sizing: border-box
}

body,
html {
    min-height: 100%;
    margin: 0;
    font-size: 60.5%;
    padding: 0;
    height: 100%
}

body {
    flex-direction: column;
    font-size: var(--body-font-size, 1.6rem);
    font-weight: var(--body-font-weight);
    font-style: normal;
    line-height: var(--body-line-height, 25px);
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: var(--black-color);
    background-color: var(--white-color);
    font-family: source_sans_proregular, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.offcanvas__language--switcher,
h1,
h2,
h3,
h4 {
    font-weight: 500
}

@media only screen and (max-width:1599px) {
    body {
        font-size: 1.5rem
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.m-0,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0
}

.h1,
h1 {
    font-size: 2.6rem;
    line-height: 3.5rem
}

@media only screen and (min-width:576px) {

    .h1,
    h1 {
        font-size: 3rem;
        line-height: 3.8rem
    }

    .container {
        max-width: 576px
    }
}

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

    .h1,
    h1 {
        font-size: 3.6rem;
        line-height: 4.3rem
    }
}

@media only screen and (min-width:992px) {

    .h1,
    h1 {
        font-size: 4.2rem;
        line-height: 4.8rem
    }
}

@media only screen and (min-width:1200px) {

    .h1,
    h1 {
        font-size: 4.8rem;
        line-height: 5.3rem
    }
}

@media only screen and (min-width:1366px) {

    .h1,
    h1 {
        font-size: 5rem;
        line-height: 5.5rem
    }
}

.h2,
h2 {
    font-size: 2.2rem;
    line-height: 2.8rem
}

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

    .h2,
    h2 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .container {
        max-width: 768px
    }
}

@media only screen and (min-width:992px) {

    .h2,
    h2 {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

.h3,
h3 {
    font-size: 2rem;
    line-height: 2.8rem
}

@media only screen and (min-width:992px) {

    .h3,
    h3 {
        font-size: 2.3rem;
        line-height: 3.2rem
    }

    .d-lg-block {
        display: block
    }

    .d-lg-flex {
        display: flex
    }

    .container {
        max-width: 960px
    }

    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
}

.h4,
h4 {
    font-size: 1.6rem;
    line-height: 2.8rem
}

.h5,
.h6,
h5,
h6 {
    font-weight: 400
}

.p,
p {
    margin-top: 0;
    margin-bottom: 1.8rem;
    color: var(--text-gray-color)
}

.footer__contact--info__text:last-child,
.footer__widget--menu__list:last-child,
.mb-0,
.mmm__label,
.product__items--action__list.style2:last-child,
.product__items--price.style2,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

button,
input[type=submit],
select {
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height)
}

a,
button {
    cursor: pointer;
    color: inherit
}

:focus {
    box-shadow: none
}

#scroll__top,
.line-height-1,
li {
    line-height: 1
}

img {
    max-width: 100%;
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

hr {
    border-top-width: 2px
}

.flex-wrap {
    flex-wrap: wrap
}

#scroll__top,
.align-items-center {
    align-items: center
}

.align-self-center {
    align-self: center
}

.ikonlar div:nth-child(2),
.ikonlar div:nth-child(3),
.justify-content-center {
    justify-content: center
}

.category-list,
.justify-content-between {
    justify-content: space-between
}

.closeSearchPopup,
.d-none,
.header__select--categories.select::before,
.hide.hidden,
.mini-mobil-bottom-menu,
.mmd,
.mmd .dropdown-toggle:after,
.mmm__submenu-toggle,
.navbar-expand .navbar-toggler,
.scroll-logo,
.showmobile,
.tab-content>.tab-pane,
.tab_pane {
    display: none
}

.container,
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.container {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.row {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-bottom: var(--bs-gutter-y)
}

.col-4,
.col-xs-4 {
    width: 33.33333333%
}

.col {
    flex: 1 0 0
}

.col-auto,
.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
    padding: 0
}

.col-6,
.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.col-3,
.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-1,
.col-2,
.col-4,
.col-5,
.col-7,
.col-8,
.col-9 {
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333333%
}

.col-2 {
    width: 16.66666667%
}

.col-5 {
    width: 41.66666667%
}

.col-7 {
    width: 58.33333333%
}

.col-8 {
    width: 66.66666667%
}

.col-9 {
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

@media only screen and (min-width:1400px) {
    .container {
        max-width: 1200px
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.row-reverse {
    flex-direction: column-reverse
}

.color-scheme-1 {
    --secondary-color: #f51c1c
}

.color-scheme-2 {
    --secondary-color: #1d71b8
}

.color-scheme-3 {
    --secondary-color: #666666
}

.center-block,
.display-block,
.open>.dropdown-menu,
.tab-content>.active,
.tab_content,
.tab_pane.active {
    display: block
}

.secondary__btn {
    color: var(--secondary-color2);
    float: left;
    background: 0 0;
    border: 1px solid var(--secondary-color2)
}

#scroll__top,
.text-white {
    color: var(--white-color)
}

.secondary__btn:hover {
    background: var(--secondary-color2);
    color: #fff
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.section__heading.style2 {
    padding-bottom: 2.5rem
}

.section__heading--position__img {
    position: absolute;
    bottom: -24px;
    left: 55%;
    z-index: 9;
    background: var(--white-color)
}

#scroll__top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 99;
    outline: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .16);
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    width: 4.3rem;
    height: 4.3rem;
    border-radius: 50%;
    border: 0;
    display: flex;
    justify-content: center
}

#scroll__top:hover,
.bg__primary {
    background: var(--primary-color)
}

#scroll__top.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

#scroll__top svg {
    width: 25px;
    line-height: 1
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

@font-face {
    font-family: iconss;
    src: url(/front/css/breadcrumbicons.woff)
}

#m-basket:before,
.btn,
.category-text,
.invalid-feedback,
.mmd .dropdown,
.mmd .nav-link,
.mmm__item-outside,
.text-center,
.tooltip .tooltiptext {
    text-align: center
}

.text-left {
    text-align: left
}

.overflow-hidden {
    overflow: hidden
}

.break {
    word-break: break-word
}

.mmm__item--highlight,
.mmm__item--sub-title,
.mmm__item--top,
.mmm__label,
.offcanvas__menu_item,
.uppercase {
    text-transform: uppercase
}

.capitalize,
.mmd__header,
.mmd__header--image {
    text-transform: capitalize
}

.text-ofwhite {
    color: var(--ofwhite-color)
}

.text-black {
    color: var(--black-color)
}

.bg__secondary {
    background: var(--secondary-color)
}

.bg__secondary2 {
    background: var(--darkblue)
}

.bg__gray--color {
    background: var(--bg-gray-color)
}

.bg__white {
    background: var(--white-color)
}

.bg__black {
    background: #1d1c1c
}

.text__primary {
    color: var(--primary-color)
}

.text__secondary {
    color: var(--secondary-color)
}

.text__secondary2 {
    color: var(--darkblue)
}

.highlightedPrice {
    float: right;
    color: var(--secondary--color)
}

.yellow-dark {
    background: var(--yellow40);
    color: var(--yellow80)
}

.green-dark {
    background: var(--green60);
    color: var(--color-white)
}

.green-light {
    background: var(--green20);
    color: var(--green80)
}

.yellow-light {
    background: var(--yellow20);
    color: var(--yellow80)
}

.red-light {
    background: var(--red10);
    color: var(--red70)
}

.blue-dark {
    background: var(--color-primary);
    color: var(--color-white)
}

.customerFiles,
.product__items--price {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.highlightedPrice {
    border: 1px solid var(--green20);
    padding: 3px;
    border-radius: 4px;
    background: var(--green20);
    color: var(--green80);
    position: absolute;
    right: 10px;
    bottom: 15px;
    display: none
}

.border,
.widget__filter--btn {
    border: 1px solid var(--border-color)
}

.items__count,
.product__items--action__btn:hover {
    background: var(--secondary-color);
    color: var(--white-color)
}

.banner2__col--3,
.big-category h4,
.dropdown,
.dropup,
.fileBar,
.mmd__column.nav-product,
.mmm__item,
.mysepet,
.navbar,
.position__relative,
.select,
.tooltip,
.visible-lg .u-label {
    position: relative
}

.border-bottom {
    border-bottom: 1px solid var(--border-color)
}

.border-0 {
    border: none
}

.border-radius-5 {
    border-radius: .5rem
}

.border-radius-10 {
    border-radius: 1rem
}

.tab_pane:not(.show) {
    opacity: 0
}

.tab_pane.show {
    opacity: 1
}

.animate-fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.section--padding {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.section--nargin {
    margin-top: 6rem;
    margin-bottom: 6rem
}

@media only screen and (min-width:768px) {
    .col-md {
        flex: 1 0 0
    }

    .col-md-auto,
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-12,
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-md-6,
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-md-3,
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .section--padding {
        padding-top: 5rem;
        padding-bottom: 8rem
    }

    .section--nargin {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pb-0 {
    padding-bottom: 0
}

.mt-0 {
    margin-top: 0
}

.mb-55,
.mb-60 {
    margin-bottom: 3.5rem
}

.mb-50 {
    margin-bottom: 3rem
}

@media only screen and (min-width:768px) {
    .mb-60 {
        margin-bottom: 4rem
    }

    .mb-50 {
        margin-bottom: 3.2rem
    }
}

@media only screen and (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .section--padding {
        padding-top: 5rem;
        padding-bottom: 9rem
    }

    .section--nargin {
        margin-top: 9rem;
        margin-bottom: 9rem
    }

    .mb-60 {
        margin-bottom: 6rem
    }

    .mb-55 {
        margin-bottom: 5.5rem
    }

    .mb-50 {
        margin-bottom: 3.5rem
    }
}

@media only screen and (min-width:1200px) {

    .h2,
    h2 {
        font-size: 3.5rem;
        line-height: 4rem
    }

    .h3,
    h3 {
        font-size: 2.5rem;
        line-height: 3.5rem
    }

    .h4,
    h4 {
        font-size: 1.8rem;
        line-height: 3rem
    }

    .d-xl-none {
        display: none
    }

    .d-xl-block {
        display: block
    }

    .d-xl-flex {
        display: flex
    }

    .container {
        max-width: 1200px
    }

    .col-xl {
        flex: 1 0 0
    }

    .col-xl-auto,
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-12,
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-xl-6,
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-xl-3,
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .section--nargin {
        margin-top: 10rem;
        margin-bottom: 10rem
    }

    .mb-50 {
        margin-bottom: 4rem
    }
}

.mb-40 {
    margin-bottom: 3.2rem
}

.mb--n40 {
    margin-bottom: -3.2rem
}

.mb-35 {
    margin-bottom: 2.5rem
}

.mb-30 {
    margin-bottom: 2rem
}

@media only screen and (min-width:992px) {
    .mb-40 {
        margin-bottom: 4rem
    }

    .mb--n40 {
        margin-bottom: -4rem
    }

    .mb-30 {
        margin-bottom: 2.5rem
    }
}

.mb--n30 {
    margin-bottom: -2rem
}

@media only screen and (min-width:992px) {
    .mb--n30 {
        margin-bottom: -2.5rem
    }
}

@media only screen and (min-width:1600px) {

    .h1,
    .h2,
    h1,
    h2 {
        font-size: 4rem
    }

    .h1,
    h1 {
        line-height: 7.2rem
    }

    .h2,
    h2 {
        line-height: 4.5rem
    }

    .h3,
    h3 {
        font-size: 3rem;
        line-height: 4rem
    }

    .d-xxl-none {
        display: none
    }

    .d-xxl-block {
        display: block
    }

    .d-xxl-flex {
        display: flex
    }

    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .mb-50 {
        margin-bottom: 5rem
    }

    .mb-30 {
        margin-bottom: 3rem
    }

    .mb--n30 {
        margin-bottom: -3rem
    }
}

.mb-28 {
    margin-bottom: 2.8rem
}

.mb--n28 {
    margin-bottom: -2.8rem
}

.mb--n25 {
    margin-bottom: -1.8rem
}

.mb-25 {
    margin-bottom: 1.8rem
}

.footer__contact--info__inner,
.footer__logo,
.mb-20 {
    margin-bottom: 1.5rem
}

.mb-12,
.mb-15 {
    margin-bottom: 1rem
}

.mb-10,
.mb-8 {
    margin-bottom: .8rem
}

.mb-5 {
    margin-bottom: .5rem
}

.mr-30 {
    margin-right: 3rem
}

.main__logo--title {
    line-height: 2rem
}

.header__topbar {
    padding: 1rem 0
}

.header__account--items {
    margin-right: 2rem
}

.banner2__sidebar--items:last-child,
.countdown__item:last-child,
.header__account--items:last-child,
.header__info--list:last-child,
.mmd .dropdown:last-child,
.product__items--action__list:last-child,
.product__items--color__list:last-child,
.rating__list:last-child,
.social__shear--list:last-child {
    margin-right: 0
}

.items__count {
    position: absolute;
    left: 14px;
    top: -5px;
    padding: 0 !important;
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%
}

.quantity__value,
input.quantity__number {
    text-align: center;
    margin: 0;
    width: 10.3rem;
    height: 3rem
}

.header__info--text,
.layout__flex--item,
.product__items--action__btn {
    color: var(--text-gray-color)
}

.items__count.style2 {
    right: -1.4rem
}

.items__count.wishlist__count {
    right: -.7rem;
    display: none
}

.ikonlar div,
.quantity__box {
    text-align: center;
    display: flex
}

.quantity__value {
    display: inline-block;
    border: 1px solid #f2f2f2;
    padding: 0;
    background: #f2f2f2;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 500
}

.quantity__value.decrease {
    margin-right: -4px;
    border-radius: 4px 0 0 4px
}

.quantity__value.increase {
    margin-left: -4px;
    border-radius: 0 4px 4px 0
}

input.quantity__number {
    border: none;
    border-top: .1px solid var(--border-color2);
    border-bottom: .1px solid var(--border-color2)
}

@media only screen and (max-width:991px) {
    .d-md-none {
        display: none
    }

    .d-md-flex {
        display: flex
    }

    .col-md-order {
        order: 1
    }

    .d-md-block {
        display: block
    }

    .row-md-reverse {
        flex-direction: column-reverse
    }

    .header__account ul {
        padding: 10px 0 !important
    }

    div.page-container.profile div.page-section div.profile-page__body div.profile-page__navigation div.profile-page__navigation-body div.nav-menu div.nav-menu__list a.nav-menu__list-item {
        width: auto;
        height: 48px;
        margin-right: 5px !important
    }

    #scroll__top {
        bottom: 75px
    }

    .header__section.mb-20 {
        margin-bottom: 0
    }

    .header__info {
        margin-right: 4rem
    }

    .product__swiper--grid {
        margin-bottom: 3rem
    }
}

@media only screen and (max-width:767px) {
    body {
        font-size: 1.4rem
    }

    .p,
    p {
        line-height: 2.4rem
    }

    .d-sm-none {
        display: none
    }

    .d-sm-block {
        display: block
    }

    .d-sm-flex {
        display: flex
    }

    .col-sm-order {
        order: 1
    }

    .row {
        margin-right: -10px;
        margin-left: -10px
    }

    .row>* {
        padding-right: 10px;
        padding-left: 10px
    }

    .header__topbar--inner2,
    .product__section--header {
        flex-direction: column
    }

    .header__info {
        margin-right: 0;
        margin-bottom: 1rem
    }
}

@media only screen and (max-width:575px) {
    .d-sm-2-none {
        display: none
    }

    .d-sm-2-block {
        display: block
    }

    .d-sm-2-flex {
        display: flex
    }

    .col-sm-2-order {
        order: 1
    }

    .header__account--items {
        margin-right: 1rem
    }

    .header__info {
        flex-direction: column
    }
}

.header__info--list {
    margin-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

@media only screen and (max-width:575px) {
    .header__info--list {
        margin-right: 0;
        margin-bottom: 1.3rem
    }

    .header__info--list:last-child {
        margin-bottom: 0
    }
}

.header__info--icon {
    margin-right: .3rem;
    padding-right: .3rem
}

.header__select--categories__icon {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translatey(-50%);
    pointer-events: none
}

.select::before {
    border-bottom: 2px solid var(--black-color);
    border-right: 2px solid var(--black-color);
    content: "";
    display: block;
    height: 7px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 7px;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    opacity: .7
}

.product__items--thumbnail {
    position: relative;
    overflow: hidden;
    line-height: 1
}

.product__cart--btn__style2,
.product__items--action,
.product__secondary--img {
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden
}

.product__secondary--img {
    top: 0;
    left: 0;
    transition: .3s ease-in-out
}

.product__items--img {
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    display: block
}

.banner2__sidebar--items:hover .banner__items--thumbnail__img,
.banner__items:hover .banner__items--thumbnail__img,
.product__items:hover .product__items--img {
    transform: scale(1.05)
}

.product__items:hover .product__secondary--img {
    opacity: 1;
    visibility: visible
}

.product__items:hover .product__items--action {
    opacity: 1;
    visibility: visible;
    bottom: 1.2rem
}

.product__items:hover .product__cart--btn__style2,
.product__items:hover .product__items--action__cart--btn {
    opacity: 1;
    visibility: visible
}

.product__items--action {
    bottom: 0;
    left: 0;
    transition: var(--transition)
}

.product__items--action__list {
    margin-right: .3rem
}

.product__items--action__btn {
    height: 3.2rem;
    line-height: 3.2rem;
    padding: 0 .6rem;
    background: var(--white-color);
    border-radius: .3rem
}

.product__items,
.product__items:hover {
    transition: cubic-bezier(.075, .82, .165, 1);
    border-radius: 4px;
    overflow: hidden
}

@media only screen and (min-width:992px) {
    .mb--n25 {
        margin-bottom: -2rem
    }

    .mb-25 {
        margin-bottom: 2rem
    }

    .mb-12 {
        margin-bottom: 1.2rem
    }

    .mb-10 {
        margin-bottom: 1rem
    }

    .header__account--search__items.mobile__d--block {
        display: none
    }

    .product__items--action__list {
        margin-right: .4rem
    }

    .product__items--action__btn {
        padding: 0 .8rem;
        height: 3.4rem;
        line-height: 3.2rem
    }
}

.product__items--action__btn.add__to--cart {
    padding: 0 .8rem;
    font-size: 1.5rem
}

@media only screen and (min-width:1200px) {
    .mb--n25 {
        margin-bottom: -2.5rem
    }

    .mb-25 {
        margin-bottom: 2.5rem
    }

    .product__items--action__btn.add__to--cart {
        font-size: 1.4rem;
        padding: 0 .6rem
    }

    .product__col--width__8 {
        width: 63.66666667%
    }
}

@media only screen and (min-width:1366px) {
    .product__items--action__btn.add__to--cart {
        padding: 0 1rem
    }
}

@media only screen and (min-width:1600px) {
    .product__items--action__btn.add__to--cart {
        padding: 0 1.3rem
    }
}

.product__items {
    margin-bottom: 29px
}

.product__items:hover {
    -webkit-box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%)
}

.product__items--action__cart--btn {
    font-size: 1.4rem;
    padding: 0 1.3rem;
    width: 100%;
    cursor: pointer
}

.product__items--action__cart--btn__icon {
    margin-right: .3rem
}

.product__items--action__cart--btn.btn__style2 {
    height: 3.2rem;
    line-height: 3.4rem;
    font-size: 1.4rem;
    padding: 0 1.5rem
}

.product__items--content {
    padding: 1.8rem 1rem 1.5rem;
    border-top: 0
}

.product__items .text-left {
    padding-left: 5px
}

.product__items--content__subtitle {
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: var(--text-gray-color)
}

@media only screen and (min-width:992px) {
    .product__items--content__subtitle {
        font-size: 1.5rem
    }
}

.product__items--content__title {
    margin-bottom: .3rem;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    margin-top: 10px;
    line-height: 2rem
}

@media only screen and (max-width:400px) {
    .product__items--content__title {
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 400
    }
}

.product__items--content.style2 {
    padding: 1.8rem 0 0;
    border: 0
}

.product__cart--btn__style2 {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1.3rem;
    top: 56%;
    transform: translatey(-50%)
}

.product__items--color {
    margin-bottom: .6rem
}

.product__items--color__list {
    margin-right: .8rem
}

.product__items--color__link {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%
}

.product__items--color__link.one {
    background: #fb2c36
}

.product__items--color__link.two {
    background: #f8a81e
}

.product__items--color__link.three {
    background: #2cfb3a
}

.product__items--color__link.four {
    background: #2c9afb
}

.product__items--price {
    margin-bottom: .8rem;
    text-align: left
}

.current__price {
    font-size: 1.5rem;
    color: var(--secondary-color);
    font-weight: 500
}

.current__price.style2 {
    font-size: 1.6rem
}

.my-account-detail-menu a strong,
.old__price,
.old__price.style2 {
    font-size: 1.4rem
}

.old__price {
    color: var(--light-color);
    font-weight: 500;
    text-decoration: line-through;
    margin-left: .4rem
}

.product__rating {
    margin-bottom: 1.6rem
}

.rating__list {
    margin-right: .4rem
}

.rating__list--icon {
    color: var(--yellow-color)
}

.product__badge.style2 {
    top: 1.5rem;
    left: 0
}

.product__badge.style3 {
    top: 0;
    left: 0
}

.product__badge--items {
    width: 2.4rem;
    height: 4.9rem;
    color: var(--white-color);
    line-height: 4.3rem;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 74%, 0 100%)
}

.product__badge--items.style2 {
    width: 4.9rem;
    height: 2.3rem;
    line-height: 2.3rem;
    clip-path: inherit;
    border-radius: 0 .2rem .2rem 0
}

.product__badge--items.style3 {
    width: 2.6rem;
    height: 4.1rem;
    line-height: 4.1rem;
    clip-path: inherit
}

.product__items--content__tag {
    color: var(--text-gray-color);
    margin: .3rem 0
}

.product__items:hover .product__items--action.style2 {
    bottom: inherit;
    right: 1.5rem
}

.product__items--rating {
    margin-bottom: .8rem
}

.product__items--action.style2 {
    top: 2.5rem;
    right: 0;
    left: auto;
    bottom: auto;
    padding: .5rem .3rem;
    background: var(--white-color);
    border-radius: 2rem
}

@media only screen and (max-width:7575px) {
    .product__items--action.style2 {
        right: 1.5rem
    }
}

.product__items--action__list.style2 {
    margin-right: 0;
    margin-bottom: .3rem;
    text-align: center
}

.product__items--action__btn.style2 {
    background: inherit;
    color: var(--secondary-color)
}

.myaccount li a:hover,
.product__items--action__btn.style2:hover,
.social__shear--list__icon:hover {
    color: var(--primary-color)
}

.product__content--style2 {
    padding: 1.5rem 0 0;
    border: 0
}

.product__swiper--grid {
    padding-top: 6.8rem;
    margin-top: -7rem
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .7)
    }

    40%,
    80% {
        box-shadow: 0 0 0 50px rgba(255, 193, 7, 0)
    }

    100% {
        box-shadow: 0 0 0 rgba(255, 193, 7, 0)
    }
}

burda span.add__to--cart__text svg {
    width: 30px
}

.visible-lg svg path {
    fill: #2f2f2f
}

.social__shear--list {
    margin-right: 1.6rem
}

.closeSearchPopup svg path,
.layout__flex--item__link,
.mmd .navbar-nav .nav-link:hover,
.p-l-10>span:first-child,
.social__shear--list__icon,
.visible-lg.u-label svg path,
.widget__filter--btn:hover {
    color: var(--secondary-color)
}

.shop__header {
    padding: 1.5rem 2rem;
    border-radius: .5rem;
    margin-top: 11px
}

.select.shop__header--select::before {
    right: 14px
}

.widget__filter--btn {
    background: var(--white-color);
    border-radius: .3rem;
    padding: .5rem 1.2rem
}

.productCardWhite,
div#preloader {
    background: #fff
}

@media only screen and (max-width:479px) {
    .row {
        margin-right: -8px;
        margin-left: -8px
    }

    .row>* {
        padding-right: 8px;
        padding-left: 8px
    }

    .widget__filter--btn {
        margin-right: 2.5rem
    }
}

.widget__filter--btn:hover {
    border-color: var(--secondary-color)
}

.widget__filter--btn__icon {
    width: 20px
}

.widget__filter--btn__text {
    font-weight: 500;
    font-size: 1.5rem;
    margin-left: .7rem
}

.price__filter--group {
    width: 46%
}

.price__filter--label {
    font-weight: 500;
    margin-bottom: .6rem;
    display: inline-block
}

.price__filter--input {
    border: 1px solid var(--border-color);
    padding: .7rem 1rem;
    border-radius: 4px
}

.btn-fullwidth,
.price__filter--input__field {
    width: 100%
}

.price__filter--currency {
    font-weight: 500;
    margin-right: .6rem
}

.price__filter--btn {
    height: 4rem;
    line-height: 4rem
}

.price__divider {
    font-size: 2rem;
    padding: 2.5rem 1rem 0
}

.mobileProductAddCard {
    display: none !important
}

.benefit,
.breadcrumb__section,
.quicksepet .pricesection {
    margin: 10px 0
}

.quicksepet .shopping_actions,
.quicksepet .single_product {
    border-bottom: 1px solid #e3e3e3
}

.product__details--info {
    padding: 20px
}

.detailContainer {
    background: #f5f5f5;
    border-radius: 4px
}

.goverlay {
    background-color: rgba(127, 255, 212, 0) !important
}

.breadcrumb__bg {
    background: center center/cover no-repeat;
    height: 200px;
    display: flex;
    align-items: center;
    position: relative
}

.loader,
div#preloader {
    position: fixed;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .mb-35 {
        margin-bottom: 3.5rem
    }

    .mb-20 {
        margin-bottom: 2rem
    }

    .mb-15 {
        margin-bottom: 1.5rem
    }

    .current__price {
        font-size: 1.6rem
    }

    .old__price {
        font-size: 1.5rem
    }

    .breadcrumb__bg {
        height: 230px
    }
}

@media only screen and (min-width:992px) {
    .current__price {
        font-size: 1.8rem
    }

    .old__price {
        font-size: 1.6rem
    }

    .product__items--action.style2 {
        top: 1.5rem
    }

    .price__filter--label {
        font-size: 1.5rem
    }

    .breadcrumb__bg {
        height: 250px
    }
}

@media only screen and (min-width:1200px) {
    .product__col--width__4 {
        width: 36.33333333%
    }

    .breadcrumb__bg {
        height: 270px
    }

    .header__menu--link {
        font-size: 1.4rem;
        padding: 1rem 0;
        width: 100%
    }
}

.benefit {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.benefit i {
    font-size: 36px
}

.meta__deta {
    font-weight: 500;
    margin-top: .6rem;
    font-size: 1.5rem
}

.checkout__breadcrumb {
    padding: 0;
    margin: 0
}

div#preloader {
    width: 100%;
    height: 100%;
    z-index: 9999
}

.addloaded {
    opacity: 0;
    transition: 1s ease-out;
    -webkit-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    -ms-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    pointer-events: none
}

.loader {
    text-transform: uppercase;
    color: var(--white-color);
    font-size: 40px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%)
}

.loader span {
    position: relative;
    top: 30px;
    border-radius: 8px;
    padding: 0 10px;
    animation: .7s ease-in-out infinite alternate loading-txt;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 500
}

@keyframes loading-txt {
    to {
        top: 0
    }
}

.loader span:nth-child(2) {
    animation-delay: .15s
}

.loader span:nth-child(3) {
    animation-delay: .3s
}

.loader span:nth-child(4) {
    animation-delay: .45s
}

.loader span:nth-child(5) {
    animation-delay: .6s
}

.loader span:nth-child(6) {
    animation-delay: .75s
}

.loader span:nth-child(7) {
    animation-delay: .9s
}

.empty-basket-popup {
    padding: 10px 0;
    text-align: center
}

.myaccount li a i,
.p-l-10>span:first-child {
    font-size: 16px
}

.bigger .text-muted.small {
    font-size: 14px !important
}

.account_menu .mysepet .dropdown-menu,
.myaccount {
    font-size: 12px;
    margin-top: 0
}

.text-right {
    text-align: right
}

#basket-items {
    display: flex;
    flex-direction: column;
    width: auto;
    max-height: 300px;
    overflow-y: scroll
}

.closeBasketBtn {
    right: 10px;
    position: absolute
}

.closeAddedBasket {
    flex: 1;
    display: flex;
    justify-content: flex-end
}

.closeAddedBasket svg {
    width: 35px;
    height: 35px
}

.account_menu .mysepet .item_count {
    overflow: hidden;
    background: #e21010;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    visibility: visible;
    opacity: 1;
    top: -5px;
    right: 0;
    position: absolute;
    font-weight: 500;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.account_menu .mysepet .item_count[data-count="0"] {
    visibility: hidden;
    opacity: 0;
    width: 0;
    margin-left: 0
}

.account_menu .loginlink {
    margin-left: 15px
}

.item_count p {
    text-align: center;
    line-height: 16px
}

.myaccount {
    padding: 0
}

.myaccount li,
.notLoggedUser li {
    border-bottom: 1px solid #efefef
}

.myaccount li a .menu-icon-con {
    display: inline-block;
    width: 20px
}

.myaccount li a:hover .fill-gray {
    fill: var(--primary-color)
}

.myaccount li a.guvenlicikis {
    padding-left: 43px
}

@media (min-width:1200px) {
    .offset-xl-0 {
        margin-left: 0
    }

    .headbar .switchtabs {
        padding: 0 7px
    }
}

.quicksepet .shopping_actions .quickbuy,
.tooltip i {
    margin-right: 10px
}

@media (max-width:468px) {
    header .mrhpheader {
        padding-top: 8px
    }

    .account_menu>li {
        margin-left: 20px
    }

    .informatics-hdr .header-message {
        width: 300px
    }
}

@media (max-width:319px) {
    .headbar .switchtabs {
        padding: 0
    }
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box
}

.center-block,
.mmd.navbar {
    margin-left: auto;
    margin-right: auto
}

.btn-lg,
.gray-bg {
    border-radius: 4px
}

.navbar-expand .navbar-nav .dropdown-menu-right,
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.gray-bg {
    background: #f7f7f7
}

.quicksepet .single_product {
    position: relative;
    color: #000;
    background: #fff;
    cursor: pointer;
    font-size: 1rem
}

.btn,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.single_product .p-l-10 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 60px;
    width: 100%
}

.single_product .p-l-10 span.pull-right {
    text-align: right;
    font-weight: 500;
    font-size: 1.2rem;
    padding-bottom: 5px
}

.quicksepet {
    width: 310px;
    padding: 0
}

.quicksepet #inner-content-div {
    max-height: 280px
}

.quicksepet .shopping_actions.noborder {
    border-top: none;
    border-bottom: none
}

.shopping_actions .btn-primary {
    height: 43px;
    min-width: 90px
}

.btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.3333333
}

#sendbtn,
.btn-sm {
    padding: 5px 10px
}

.btn-primary {
    color: #f7f7f7;
    background-color: var(--darkblue);
    border-color: var(--darkblue)
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border: 1px solid transparent;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn-sm {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px
}

.btn-link {
    color: var(--primary-color);
    border-radius: 0;
    width: 100%;
    background: 0 0
}

.pull-right {
    float: right
}

#m-basket:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f7f7f7;
    position: absolute;
    right: 4px;
    top: -5px;
    margin: 0 auto;
    z-index: 3
}

.dropdown-menu .user {
    padding: 12px 10px
}

.quicksepet .pricesection .pricecontainer {
    display: inline-block;
    width: 100%;
    padding: 7px 10px 0
}

.quicksepet .pricesection .pricecontainer .total {
    font-size: 14px
}

.main__header--style2 {
    padding: 1.5rem
}

.main__header--inner,
.main__header--inner:last-child {
    align-items: center
}

.single_product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 5px 0
}

.basketMenuContainer span,
.my-account-detail-menu a span,
.p-l-10 {
    padding-left: 10px
}

@media only screen and (min-width:1024px) {
    .header__menu--link {
        font-size: 1.3rem;
        padding: 1rem 0;
        width: 100%
    }
}

.header__search--box {
    position: relative;
    width: 25rem
}

@media only screen and (min-width:992px) {
    .header__search--box {
        width: 32rem
    }

    .newsletter__content.style2 {
        left: 7rem
    }
}

@media only screen and (min-width:1200px) {
    .header__search--box {
        width: 45rem
    }
}

.header__search input::-webkit-input-placeholder {
    color: #a6a6a6
}

.header__search input::-moz-placeholder {
    color: #a6a6a6
}

.header__search input:-ms-input-placeholder {
    color: #a6a6a6
}

.header__search input:-moz-placeholder {
    color: #a6a6a6
}

.header__search--button {
    padding: 0 1rem;
    margin-left: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    position: absolute;
    right: 11px;
    top: 5px
}

#languageChanger,
.header__search--input {
    height: 51px;
    padding: 0 7rem 0 2.2rem;
    background: #f8f8f8
}

.header__search--button i {
    padding-top: 5px
}

.header__search--input {
    border-radius: 4px;
    border: 1px solid #f8f8f8;
    width: 100%;
    font-size: 1.5rem;
    color: #a6a6a6;
    opacity: 1
}

.header__search--input:focus::-webkit-input-placeholder {
    opacity: 1;
    color: var(--primary-color)
}

@media only screen and (max-width:1024px) {
    .header__search--widget {
        display: none
    }
}

.header__section3 {
    background: var(--gray-color2);
    box-shadow: 0 3px 8px rgba(71, 71, 71, .16)
}

.padd0 {
    padding: 0 !important
}

.p-h-5 {
    padding: 0 5px
}

.product__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product__badge--items {
    clip-path: none;
    padding: 5px;
    line-height: initial;
    height: initial;
    width: initial;
    position: absolute;
    border-radius: 4px;
    font-size: 1.3rem
}

.badge0 {
    background: #42c878;
    float: left;
    left: 5px;
    top: 5px
}

.badge1 {
    background: #ff5858;
    float: right;
    right: 5px;
    top: 5px
}

.badge2 {
    background: #1db875;
    float: left;
    left: 5px;
    bottom: 5px
}

.badge3,
.badge4 {
    float: right;
    right: 5px;
    bottom: 5px
}

.badge3 {
    background: #a265cc
}

.badge4 {
    background: #42c878
}

.modal-product-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start
}

.category-text,
.sale-link {
    align-items: center;
    display: flex
}

.button.border.btn-primary,
.fi-rs-cross-small,
.tooltip,
[data-toggle] {
    cursor: pointer
}

.invalid-feedback {
    display: block;
    margin: 10px 0;
    padding: 10px 0;
    background: #f2f2f2
}

.category-text {
    height: 150px;
    width: 95%;
    background: var(--darkblue);
    justify-content: center;
    color: #fff;
    margin: 10%
}

.content-container {
    max-width: 85%;
    margin: 0 auto;
    background: #fff;
    display: flex;
    flex: 1
}

.altMenu {
    border-radius: 4px;
    border: 1px solid #3078bd;
    overflow: hidden
}

.accountMenuTxt {
    left: 28px;
    padding-left: 10px;
    top: 8px
}

.accountMenuTxt .fi-rs-shopping-cart {
    padding-top: 3px
}

.visible-lg .u-label i:first {
    margin-top: 2px
}

.closeSearchPopup svg {
    width: 32px;
    height: 32px
}

.sale-link {
    margin-bottom: 10px !important;
    color: #f7f7f7;
    background-color: var(--darkblue);
    border-color: var(--darkblue);
    height: 40px;
    max-width: 90%;
    justify-content: center;
    margin: 0 auto;
    border-radius: 4px
}

.sale-link:hover {
    color: #efefef
}

.notLoggedUser {
    padding-bottom: 10px
}

.notLoggedUser li a i {
    font-size: 16px !important
}

.notLoggedUser li a span {
    padding: 12px 20px;
    font-size: 1.5rem
}

@media (max-width:767px) {
    .headbar .site-switcher li {
        width: 49%
    }

    .hamburger-toggle {
        padding: 3px 0;
        float: left;
        margin-top: 2px;
        margin-bottom: 0
    }

    .hamburger-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: #000;
        margin: 6px 0
    }

    .account_menu .mysepet .item_count {
        top: -6px;
        right: -4px
    }

    .my-account-detail-menu a span {
        padding-left: 15px
    }

    .deals__banner--thumbnail__img.style2 {
        height: 30rem;
        object-fit: cover
    }
}

@keyframes updown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(10%)
    }

    100% {
        transform: translateY(-10%)
    }
}

@media (min-width:767px) {
    .account_menu {
        padding: 4px 0 0;
        margin-bottom: 3px
    }

    .account_menu .u-label {
        font-size: 10px;
        color: #000
    }

    .account_menu>li {
        text-align: center
    }

    #notLoggedUser::after {
        top: -7px;
        width: 1px;
        color: transparent
    }

    #myaccount,
    .my-account-detail-menu a {
        position: relative
    }
}

.account_menu>li {
    float: left;
    margin-left: 40px
}

.mmd.navbar.navbar-expand-lg .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 4px
}

.of-auto {
    overflow: auto
}

.my-account-detail-menu {
    padding-left: 0;
    list-style: none;
    display: flex
}

.my-account-detail-menu a,
.visible-lg.u-label {
    display: flex;
    align-items: center;
    justify-content: center
}

.dropdown-menu>li>a,
.logOut {
    clear: both;
    flex-direction: row;
    white-space: nowrap
}

.no-border {
    border: none !important
}

.myaccount li a {
    padding: 12px 20px
}

.myaccount li:last-child {
    border-bottom: none
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%
}

.myaccount li span {
    padding: 12px 14px;
    font-size: 1.5rem
}

.logOut {
    padding: 3px 20px;
    display: flex;
    justify-content: start;
    align-items: center
}

.basketMenuContainer {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .width-768-show {
        display: none
    }

    .main__header--inner {
        align-items: flex-end
    }

    .my-account-detail-menu {
        padding: 7px
    }
}

@media screen and (max-width:1024px) {
    .scroll-logo {
        display: none !important
    }
}

@media screen and (max-width:992px) {
    .mini-mobil-bottom-menu.active {
        display: block
    }
}

@media screen and (min-width:1024px) {
    .header__sticky.active {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 100%;
        background-color: #fff
    }
}

.header__menu--items {
    display: flex;
    justify-content: center;
    align-items: center
}

.appsbtn i {
    font-size: 26px
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.pageContainer {
    flex-grow: 1
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.btn,
.primary__btn {
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    padding: 1rem 1.5rem .875rem;
    letter-spacing: .2px;
    background: var(--secondary-color);
    color: var(--white-color);
    border-radius: 4px;
    border: 1px solid var(--secondary-color);
    justify-content: center
}

.primary__btn:hover {
    background: #06387d;
    color: var(--white-color)
}

span.product__items--action__cart--btn.primary__btn i {
    color: #fff;
    margin-right: 10 px;
    font-size: 18px
}

.tooltip i {
    font-size: 18px !important;
    color: rgba(36, 36, 36, .72)
}

@media screen and (max-width:600px) {
    .tooltip .tooltiptext {
        left: calc(50% - 100px);
        z-index: 99999 !important
    }
}

.label.default {
    padding: .25rem .375rem
}

.blue-light {
    background: var(--color-primary-light);
    color: var(--blue70)
}

.label {
    border-radius: .25rem
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background: var(--secondary-color);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 999
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

.navbar {
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    line-height: inherit;
    height: 2.5rem
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    content: "";
    background: 50%/100% 100% no-repeat
}

@media (max-width:575px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:719px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:720px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:991px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (max-width:1259px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-expand {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    flex-wrap: nowrap
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.mmd.navbar {
    max-width: 1230px;
    padding: 0
}

.mmd .nav-link {
    margin-bottom: 1rem;
    margin-top: 1rem;
    color: #4a4a4a
}

.mmd__footer,
.mmm .fa-bars {
    color: #4480aa
}

.gradient,
.mmd__footer a small:hover i,
.nav-link.dropdown-toggle:after {
    color: #fff
}

.mmd .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

.mmd .nav-item.show {
    border-bottom-color: #4480aa
}

.mmd .dropdown-menu {
    border: 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    margin: 0;
    min-height: 330px;
    height: 100%;
    max-width: 1230px;
    padding: 0 2rem 0 0;
    width: 100%
}

.mmd .dropdown {
    position: static;
    line-height: 1.2;
    margin: 0 .5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    flex-grow: 1
}

.mmd .dropdown:first-child {
    margin-left: 0;
    text-align: left !important;
    justify-content: flex-start
}

.mmd .dropdown:first-child a {
    text-align: left !important
}

.hline-bottom {
    border-bottom: 1px solid;
    border-color: #ecf2f6
}

.mmd__column.nav-product {
    display: flex;
    align-items: start
}

.mmd__header a {
    font-size: 14px
}

.mmd__column-image {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 4px;
    margin: 1rem
}

.mmd__column-text {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    max-height: 100%;
    padding: 3px 10px 0
}

.mmd__column-text ul {
    list-style: none;
    padding-left: 0
}

.mmd__column-text a {
    color: var(--secondary-color);
    padding: 9px;
    border-radius: 4px
}

.header__account {
    align-items: center;
    justify-content: center;
    display: flex
}

.header__account ul {
    padding: 10px;
    border-radius: 4px
}

.manage_account a {
    background: #f8f8f8;
    border-radius: 15px;
    width: 106px
}

.mmd__promotion-image {
    padding-top: 1.5rem;
    height: 100%
}

.mmm,
.mmm__menu {
    list-style-type: none;
    padding: 0
}

.mmd__content-image {
    margin-top: .5rem;
    height: 100%
}

.mmd__footer,
.singlecategory strong {
    margin-top: 10px
}

@media (min-width:1260px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .mmd .nav-item:hover {
        border-bottom-color: #4480aa
    }

    .mmd__content-image,
    .mmd__promotion-image {
        width: 85%
    }
}

.ikonlar div:last-child,
.mmd__content-text {
    justify-content: flex-end
}

.mmd__header strong {
    color: #2f2f2f;
    display: block;
    padding-left: 7px;
    margin-bottom: 5px
}

.nav-product .mmd__column-image-text:hover {
    animation: 1s slidebg
}

.mmd__header--image {
    justify-content: flex-start;
    min-height: 4rem
}

.mmd__header--image~.mmd__content-text {
    margin-top: .5rem
}

.mmd__content {
    flex-direction: column;
    line-height: 1.15
}

.mmd__content a {
    color: #4a4a4a;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    text-overflow: ellipsis;
    overflow: hidden
}

.mmd__column-text a:hover,
.mmd__content a:hover {
    background: #eeeff0
}

.mmd__content li {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.mmd__footer a:hover {
    background: 0 0 !important
}

.mmd__short-description,
.mmd__special {
    margin-bottom: 0;
    text-transform: uppercase
}

.mmm {
    margin: 0
}

.mmm .fa-bars {
    padding: 0 1rem
}

@media (max-width:992px) {
    .hline-bottom {
        border: 0
    }
}

.mmm__overlay {
    position: fixed
}

.mmm__overlay,
.mmm__overlay--hidenav {
    background: rgba(0, 0, 0, .2);
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0 !important
}

#sendbtn,
.mmm__menu {
    background-color: #fff
}

.mmm__overlay--hidenav {
    position: absolute;
    top: 0;
    left: 0
}

.mmm__menu {
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    z-index: 1090
}

.mmm__logo {
    width: 158px
}

.mmm__menu--main {
    display: block;
    top: 0;
    transform: translateX(-405px);
    transition: transform .3s ease-in-out;
    width: 310px
}

.mmm__menu--sub {
    margin-bottom: 1rem;
    margin-top: 77px;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: .3s ease-in-out;
    visibility: hidden
}

.mmm__menu--sub a {
    color: #4a4a4a
}

.mmm__item-outside {
    float: left;
    height: 45px;
    line-height: 46px;
    width: 100%
}

.mmm__item-outside a {
    display: block;
    height: 100%;
    width: 100%
}

.mmm__item {
    height: auto;
    line-height: normal;
    padding: 1rem 0 1rem 1.5rem;
    text-align: left
}

.mmd__column.singlecategory .mmd__column-text,
.mmm__label {
    height: 100%
}

.mmm__item--sub-title {
    margin-top: 1.5rem
}

.mmm__item--top {
    padding-top: 2rem
}

.mmm__item--title+.mmm__item {
    margin-top: 2rem
}

.mmm__item--sub {
    overflow: hidden;
    padding-top: 0
}

.mmm__item--back-nav {
    background-color: #ecf2f6;
    color: #4480aa
}

.mmm__item-outside--container {
    float: left;
    width: 65px
}

.mmm__item--close-link {
    align-items: center;
    border-bottom: 1px solid #cccbcb;
    color: #a2bfd5;
    display: flex
}

.mmm__item--close-link .fa-close {
    margin-right: 1rem;
    -webkit-text-stroke: 2px #fff
}

.mmm__label {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.mmm__item--highlight a {
    color: #f56701
}

.mmm__label--back-nav {
    justify-content: flex-start
}

.mmm__submenu-toggle:checked~.mmm__menu.mmm__menu--sub {
    height: 200%;
    padding-bottom: 1000px;
    transform: translateX(0);
    transition: transform .3s ease-in-out;
    visibility: visible;
    width: 310px;
    z-index: 1090
}

.mmm__button {
    display: block;
    height: 100%;
    left: 0;
    margin: 0
}

#added-basket,
.mmm__toggle,
.mmm__toggle:checked~.mmm__button .fa-bars {
    display: none
}

.mmm__toggle:checked~.mmm__button:after {
    opacity: 1;
    pointer-events: auto;
    transition: opacity .3s ease-in-out
}

.mmm__toggle:checked~.mmm__menu.mmm__menu--main {
    transform: translateX(0);
    transition: transform .3s ease-in-out
}

.mmm__arrow {
    color: #a2bfd5;
    margin-right: 1rem;
    -webkit-text-stroke-width: 2px
}

.mmm__arrow--left {
    line-height: 25px;
    -webkit-text-stroke-color: #ecf2f6
}

.mmm__arrow--right {
    -webkit-text-stroke-color: #fff
}

.mmd__column.nav-product {
    display: flex;
    align-items: start;
    flex-basis: 33%
}

.mmd__column {
    flex: 0.33
}

.highlightedProducts {
    display: flex;
    flex-wrap: wrap;
    flex: 0.76
}

.mmd__column-image-text {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin: 7px
}

.mmd__column-image-text div:first-child {
    flex: 0.4
}

.mmd__column-image-text div:last-child {
    flex: 0.6
}

.mmd__header.mmd__header--image {
    font-weight: 500;
    color: #2f2f2f !important;
    text-align: left;
    padding-left: 10px
}

.mmd__column-image-text {
    color: var(--secondary-color);
    font-size: 14px;
    align-items: center
}

.fileBar a,
.mmd__footer a small {
    display: flex;
    align-items: center
}

.nav-link {
    display: block;
    margin: .5rem 0
}

.mmd__footer a small {
    color: var(--secondary-color);
    justify-content: center;
    border-radius: 5px;
    padding: 7px 21px;
    width: 90%;
    background-color: #e6f0fe;
    color: #0d5fd2
}

.mmd__footer a {
    padding: 0 !important;
    width: 100%;
    display: flex;
    align-items: flex-start
}

.mmd__footer a small:hover {
    background: #3f83be;
    color: #fff
}

.mmd__footer a small i {
    color: var(--secondary-color);
    font-size: 16px !important;
    margin-top: 4px
}

.mmd__content-image img {
    border-radius: 4px;
    max-width: 94px
}

.fileBar:hover,
a.mmd__column-image-text:hover {
    background: #eeeff0
}

.big-category h4:first-child {
    padding-left: 35px !important
}

.big-category h4:first-child::before {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    content: " ";
    background-repeat: no-repeat !important;
    background-position: right 5% top 5% !important;
    background-size: contain
}

h4[data-title*="Fotoğraf Baskı"]::before,
h4[data-title*="Photo Print"]::before,
h4[data-title="Classic Photo Print"]::before,
h4[data-title="Square Photo"]::before {
    background: url("/images/categories/photo.png")
}

h4[data-title="Canvas Print"]::before,
h4[data-title="Kanvas Baskı"]::before {
    background: url("/images/categories/canvas.png")
}

h4[data-title="Albümler"]::before,
h4[data-title=Albums]::before {
    background: url("/images/categories/album.png")
}

.fileBar:hover .fileBar:after {
    display: block !important
}

.fileBar.status0::after {
    position: absolute;
    content: "Dosya Yükle";
    right: 0;
    display: none
}

.fileBar a {
    justify-content: flex-start;
    border: 1px solid #f2f2f2;
    padding: 7px
}

.fileBar,
.gradient {
    align-items: center;
    display: flex
}

.fileBar div {
    width: 50%;
    padding-left: 10px
}

.fileBar img {
    border-radius: 4px;
    width: 60px
}

.gradient {
    background: linear-gradient(-46deg, #32c5ff, #b620e0 49%, #f7b500);
    background-size: 400% 400%;
    animation: 3s infinite gradient;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 10px;
    transform: 200ms all;
    font-size: 16px
}

@keyframes gradient {
    0% {
        background-position: 0 50%;
        color: red
    }

    50% {
        background-position: 100% 50%;
        color: #ff0
    }

    100% {
        background-position: 0 50%;
        color: #fff
    }
}

@media screen and (max-width:991px) {
    #desktopLogin {
        margin-right: 10px
    }

    .main__header .container:first-child {
        padding: 0 !important
    }

    .my-account-detail-menu a span {
        padding-left: 4px;
        font-size: 16px
    }

    .my-account-detail-menu svg {
        display: none
    }
}

#languageChanger {
    display: block;
    color: #010101;
    margin-top: 10px;
    border-radius: 8px;
    outline: #d2d2d2 solid 1px;
    width: 100%;
    font-size: 1.5rem;
    max-width: 220px
}

.footer__section {
    background-color: #f8f8f8
}

.wa-messenger-svg-whatsapp {
    fill: white;
    width: 29px;
    height: 28px;
    stroke: none
}

#wa-widget-send-button {
    margin: -1px 0 73px !important;
    padding-left: 7px;
    padding-right: 7px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0;
    text-align: center !important;
    height: 38px;
    min-width: 35px;
    border-radius: 4px;
    visibility: visible;
    transition: none !important;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.newsletter__content {
    position: absolute;
    top: 50%;
    right: 13rem;
    transform: translatey(-50%)
}

.newsletter__content--subtitle {
    margin-bottom: .5rem
}

.newsletter__content.style2 {
    left: 7rem;
    right: auto
}

.newsletter__subscribe--form {
    width: 35rem
}

@media only screen and (min-width:768px) {
    .newsletter__subscribe--form {
        width: 40rem
    }
}

@media only screen and (min-width:992px) {
    .newsletter__subscribe--form {
        width: 42.5rem
    }
}

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

    #myaccount,
    .newsletter__content {
        text-align: center
    }

    .newsletter__content,
    .newsletter__content.style2 {
        left: 2rem;
        right: 2rem
    }

    #myaccount {
        background: 0 0
    }

    #myaccount .visible-lg.u-label span svg {
        transform: scale(1.5);
        background: #2f2f2f0a;
        border-radius: 50%;
        margin-right: 10px
    }

    #myaccount .visible-lg.u-label {
        justify-content: flex-end
    }

    .visible-lg svg path {
        fill: #2f2f2f
    }

    .layout__flex--item {
        margin-top: 1rem
    }

    .header__section3.mb-20 {
        margin-bottom: 2rem
    }

    .newsletter__subscribe--form {
        margin: 0 auto
    }

    .footer__section {
        padding-bottom: 7rem
    }

    .footer__widget {
        margin-bottom: 3rem
    }

    .footer__bottom {
        flex-direction: column
    }
}

.newsletter__subscribe--input {
    width: 100%;
    height: 4.3rem;
    border: 0;
    background: var(--white-color);
    padding: 0 12.5rem 0 2rem
}

.newsletter__subscribe--button,
.newsletter__subscribe--button.btn__style2 {
    height: 3.3rem;
    line-height: 3.3rem
}

@media only screen and (min-width:1600px) {
    .breadcrumb__bg {
        height: 300px
    }

    .header__menu--items {
        margin: 1rem
    }

    .newsletter__subscribe--input {
        padding: 0 14rem 0 2rem
    }
}

@media only screen and (max-width:575px) {
    .product__items--action {
        opacity: 1;
        visibility: visible;
        bottom: 1.2rem
    }

    .product__cart--btn__style2 {
        position: inherit;
        top: inherit;
        transform: inherit;
        margin-top: 1rem;
        opacity: 1;
        visibility: visible
    }

    .newsletter__subscribe--form {
        width: 100%
    }

    .newsletter__subscribe--input {
        padding: 0 12rem 0 1.2rem
    }
}

.newsletter__subscribe--button {
    position: absolute;
    right: 1rem;
    top: 5px;
    font-size: 1.3rem;
    padding: 0 1.2rem
}

.newsletter__subscribe--button__icon {
    vertical-align: middle;
    margin-left: .4rem
}

.mobileAppPreview,
.newsletter__subscribe--form__style {
    width: 100%
}

.footer__newsletter--desc,
.footer__widget--desc,
.ikonlar div p {
    font-size: 1.5rem
}

.footer__section {
    border-top: 1px solid #1d71b8
}

.footer__bg {
    background: center center/cover no-repeat
}

.main__footer {
    border-bottom: 1px solid var(--border-color);
    padding: 5rem 0 1.5rem
}

@media only screen and (min-width:992px) {
    .main__footer {
        padding: 5rem 0 2rem
    }
}

.footer__social {
    margin-top: 2.5rem
}

@media only screen and (max-width:767px) {
    .checkout__breadcrumb {
        margin-top: 2.5rem
    }

    .loader {
        width: 100%;
        padding: 0 2rem;
        text-align: center
    }

    .loader span {
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem
    }

    .newsletter__banner--thumbnail__img {
        height: 25rem;
        object-fit: cover
    }

    .main__footer {
        padding: 6rem 0 3.5rem
    }

    .footer__widget {
        margin-bottom: 0
    }
}

.footer__widget--title {
    margin-bottom: 2rem;
    font-weight: 400;
    position: relative;
    color: var(--primary-color);
    font-size: 1.8rem
}

@media only screen and (min-width:576px) {
    .col-sm {
        flex: 1 0 0
    }

    .col-sm-auto,
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-12,
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .col-sm-6,
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .col-sm-3,
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .footer__widget--title {
        font-size: 2rem;
        line-height: 2.4rem
    }
}

@media only screen and (min-width:768px) {
    .footer__widget--title {
        margin-bottom: 1.5rem
    }
}

@media only screen and (min-width:992px) {
    .footer__social {
        margin-top: 3.2rem
    }

    .footer__widget--title {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1.7rem
    }
}

.footer__widget--title__arrowdown--icon {
    position: absolute;
    right: 0;
    top: 38%;
    transition: .3s;
    display: none
}

.footer__widget.active {
    padding-bottom: 3rem
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
    transform: rotate(180deg)
}

.footer__widget--menu__list {
    margin-bottom: .8rem
}

.footer__widget--menu__text {
    line-height: 3rem;
    font-size: 1.5rem;
    color: var(--text-gray-color)
}

.footer__widget--button {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    content: "";
    color: transparent;
    border: 0;
    background-color: transparent
}

.footer__bottom {
    padding: 1.5rem 0
}

.copyright__content {
    font-size: 1.3rem
}

.copyright__content--link {
    color: var(--primary-color);
    font-weight: 500
}

.footer__contact--info__text {
    font-size: 1.5rem;
    line-height: 2.5rem;
    color: var(--text-gray-color);
    margin-bottom: 1rem
}

.footer__payment--method__title {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 1.7rem
}

.footer--inherit-color {
    color: inherit
}

.footer__section {
    padding: 0 !important
}

li.nav-item.dropdown.active {
    border-bottom: 2px solid #fff
}

.offcanvas__filter--close {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    padding: .5rem 1rem;
    border-radius: .3rem;
    margin: 25px;
    background: var(--white-color)
}

.offcanvas__filter--close:hover {
    border-color: var(--secondary-color);
    color: var(--secondary-color)
}

.offcanvas__filter--close__text {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 8px
}

.mobile_menu_open,
.offCanvas__minicart_active,
.offcanvas__filter--sidebar_active,
.predictive__search--box_active,
body.overlay__active {
    overflow-y: hidden
}

.mobile_menu_open::before,
.offCanvas__minicart_active::before,
.offcanvas__filter--sidebar_active::before,
.predictive__search--box_active::before,
body.overlay__active::before {
    position: absolute;
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: .5;
    cursor: crosshair
}

.offcanvas__header--menu__open {
    line-height: 1;
    display: none
}

@media only screen and(max-width:991px) {
    .offcanvas__header--menu__open {
        display: block
    }
}

.offcanvas__header--menu__open--svg {
    width: 32px
}

.offcanvas-header,
.offcanvas-overlay {
    position: fixed;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    top: 0;
    transition: var(--transition);
    left: 0
}

.offcanvas-header {
    z-index: 9999;
    max-width: 100%;
    height: 100vh;
    transform: translateX(-100%);
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

@media only screen and(min-width:480px) {
    .offcanvas-header {
        max-width: 320px
    }
}

.offcanvas-header.open {
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

.offcanvas-header.open~.offcanvas-overlay {
    visibility: visible;
    opacity: .75
}

.offcanvas-overlay {
    z-index: 9998;
    height: 100%;
    background-color: var(--black-color)
}

.offcanvas__inner {
    position: relative;
    height: 100%
}

.offcanvas__logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px
}

.offcanvas__close--btn {
    position: relative;
    align-self: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    text-indent: -9999px;
    border: none;
    background-color: transparent
}

.offcanvas__close--btn::after,
.offcanvas__close--btn::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: "";
    transform: rotate(45deg);
    background-color: var(--black-color)
}

.offcanvas__close--btn::after {
    transform: rotate(-45deg)
}

.offcanvas__menu {
    overflow-y: auto;
    height: 100%;
    width: 100%
}

.offcanvas__menu_ul {
    overflow: auto;
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas__menu_li {
    position: relative;
    cursor: pointer
}

.offcanvas__menu_li:first-child {
    border-top: 1px solid var(--border-color2)
}

.offcanvas__menu_item {
    line-height: 1;
    display: block;
    padding: 18px 20px;
    border-bottom: 1px solid #f2f2f2;
    justify-content: space-between
}

.offcanvas__sub_menu {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.offcanvas__sub_menu_li {
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.offcanvas__sub_menu_item {
    line-height: 1;
    display: block;
    padding: 19px 0 15px 39px
}

.offcanvas__sub_menu_item~.offcanvas__sub_menu .offcanvas__sub_menu_item {
    padding-left: 40px
}

.offcanvas__sub_menu_toggle {
    font-size: 20px;
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4.6rem;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent
}

.offcanvas__sub_menu_toggle::after,
.offcanvas__sub_menu_toggle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    transition: var(--transition);
    transform: translateX(-50%) translateY(-50%);
    background-color: var(--black-color);
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%
}

.offcanvas__sub_menu_toggle::after {
    transform: translateX(-92%) translateY(-50%) rotate(270deg);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2716%27 height=%2716%27 viewBox=%270 0 16 16%27 stroke=%27none%27 fill=%27none%27%3E %3Cdefs%3E %3Cpath id=%27a%27 d=%27M0 0h16v16H0z%27/%3E %3C/defs%3E %3Cg fill=%27none%27 fill-rule=%27evenodd%27 transform=%27matrix%28-1 0 0 1 16 0%29%27%3E %3Cmask id=%27b%27 fill=%27%23fff%27%3E %3Cuse xlink:href=%27%23a%27/%3E %3C/mask%3E %3Cg fill=%27%23484848%27 mask=%27url%28%23b%29%27%3E %3Cpath d=%27M11.854 15.146L4.707 8 11.854.854a.5.5 0 0 0-.708-.708L4 7.293a1 1 0 0 0 0 1.414l7.146 7.147a.5.5 0 0 0 .708-.708z%27/%3E %3C/g%3E %3C/g%3E %3C/svg%3E") bottom no-repeat
}

.offcanvas__sub_menu_toggle:not(.active)::after {
    transform: translateX(-50%) translateY(-50%) rotate(90deg)
}

.offcanvas__account--items {
    padding: 28px 17px 20px
}

.offcanvas__account--items__icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    background: var(--secondary-color);
    line-height: 3.8rem;
    border-radius: 50%;
    color: var(--white-color)
}

.offcanvas__account--currency__submenu,
.offcanvas__dropdown--language {
    z-index: 9;
    width: 100px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    bottom: 100%;
    opacity: 0;
    margin-bottom: 20px;
    visibility: hidden;
    transition: var(--transition)
}

.offcanvas__account--items__label {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 6px
}

.offcanvas__dropdown--language {
    position: absolute;
    background: var(--white-color)
}

.offcanvas__dropdown--language.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 12px
}

.offcanvas__account--currency {
    position: relative;
    padding: 0 17px
}

.offcanvas__account--currency__menu {
    font-weight: 500
}

.offcanvas__account--currency__submenu {
    position: absolute;
    background: var(--white-color)
}

.offcanvas__account--currency__submenu.active {
    opacity: 1;
    visibility: visible;
    margin-bottom: 12px
}

.offcanvas__stikcy--toolbar {
    position: fixed;
    bottom: 0;
    background: var(--white-color);
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 9px rgba(0, 0, 0, .12);
    padding: 10px 20px;
    display: none;
    visibility: hidden
}

.offcanvas__stikcy--toolbar__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    text-align: center
}

.offcanvas__stikcy--toolbar__btn i {
    font-size: 24px
}

@media only screen and (min-width:500px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 40px
    }
}

@media only screen and (max-width:991px) {
    .copyright__content {
        margin-bottom: 2rem
    }

    .offcanvas__stikcy--toolbar {
        display: block;
        visibility: visible
    }
}

.offcanvas__stikcy--toolbar__icon {
    width: 3rem;
    height: 3rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto
}

.offcanvas__stikcy--toolbar__label {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 2px
}

.added_animation,
.modalFooterContainer,
.smileBar {
    display: flex;
    display: flex
}

.offcanvas__filter--sidebar {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 300px;
    height: 100vh;
    transition: var(--transition);
    transform: translateX(-100%);
    background-color: var(--white-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    overflow-y: auto
}

@media only screen and (min-width:480px) {
    .offcanvas__filter--sidebar {
        max-width: 320px
    }
}

.offcanvas__filter--sidebar.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.campaignWeek {
    background: linear-gradient(256deg, #32c5ff, #b620e0 49%, #f7b500)
}

.smileBar {
    height: 70px;
    align-items: center;
    justify-content: center
}

.siteMotto {
    font-size: 28px;
    font-weight: 400;
    text-shadow: 2px 2px 2px #fff
}

#sendbtn {
    border: 1px solid var(--secondary-color);
    color: #000;
    border-radius: 4px
}

.added_animation {
    margin-right: 10px;
    height: 40px;
    align-items: center;
    font-weight: 400
}

.added_animation svg {
    fill: #009f81;
    transform: scale(1.5)
}

.modal-body {
    background: #fff;
    padding-bottom: 0 !important
}

.modalFooterContainer {
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.deals__banner--countdown.d-flex div {
    transform: scale(1.4)
}

.deals__content--style2 .primary__btn.btn__style3 {
    border: 1px solid #1e70b8;
    background: #fff;
    border-radius: 4px;
    color: #1e70b8
}

.deals__banner--thumbnail__img {
    max-width: 1200px;
    transform: scale(1.05)
}

.countdown__number {
    color: var (--secondary-color) !important
}

@media (min-width:768px) {
    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .banner2__col--3 {
        width: 29%
    }
}

@media (min-width:992px) {
    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap
    }

    .mmd,
    .navbar-expand-lg .navbar-collapse {
        display: flex
    }

    .mmm,
    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .mmd .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0
    }

    .banner2__col--3 {
        width: 29%
    }
}

@media (min-width:1200px) {
    .banner2__col--3 {
        width: 27%
    }
}

@media (min-width:768px) {
    .banner2__col--6 {
        width: 52%
    }

    .banner2__col--6r {
        width: 48%
    }
}

@media (max-width:479px) {
    .banner__img--height {
        height: 18rem;
        object-fit: cover
    }
}

.banner__content--style2 {
    background: #fff;
    padding: 10px;
    bottom: 0;
    right: 0;
    position: absolute;
    top: 2rem;
    left: 2rem
}

.banner__content--style2__subtitle {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 400;
    margin-bottom: .5rem
}

.banner__content--style2__subtitle.text-ofwhite {
    color: #bcbcbc
}

.banner__content--style2--title {
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: var(--primary-color);
    margin-bottom: 1rem
}

.banner__content--style2--title.text-white {
    color: var(--white-color)
}

.banner__content--style2__link {
    color: var(--darkblue)
}

.banner__content--style2__link:hover {
    color: var(--secondary-color)
}

.banner__content--style2__link.primary__btn.style2 {
    background: inherit;
    border: 1px solid var(--primary-color);
    border-radius: 2rem;
    padding: 0 2.8rem
}

.banner__content--style2__link.primary__btn.style2:hover {
    background: var(--darkblue);
    border-color: var(--darkblue);
    color: var(--white-color)
}

.banner__content--style2__link.primary__btn.style2.text-white {
    border: 1px solid var(--darkblue);
    color: var(--primary-color)
}

.banner__discount--content {
    width: 33.8rem
}

@media only screen and (max-width:767px) {
    .footer__widget--title__arrowdown--icon {
        display: block
    }

    .copyright__content {
        text-align: center
    }

    .banner__sidebar--two {
        text-align: center;
        margin-top: 3rem
    }

    .banner__sidebar2--img {
        margin: 0 auto
    }

    .banner__sidebar2--content {
        left: 1.5rem;
        right: 1.5rem
    }

    .banner__section--inner {
        flex-direction: column
    }

    .banner__discount--content {
        width: 100%;
        margin-bottom: 3rem
    }
}

.banner__discount--content__subtitle {
    font-size: 1.3rem;
    line-height: 2.2rem;
    color: var(--text-gray-color);
    margin-bottom: 1.2rem
}

.banner__discount--content__title {
    margin-bottom: .8rem
}

@media only screen and (min-width:1200px) {
    .header__search--input {
        padding: 0 7rem 0 2.2rem
    }

    .banner__content--style2--title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 1.5rem
    }

    .banner__discount--content__title {
        font-size: 3.5rem;
        line-height: 4.5rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:1600px) {
    .newsletter__subscribe--button {
        padding: 0 2rem
    }

    .banner__discount--content__title {
        font-size: 4rem;
        line-height: 5rem;
        margin-bottom: 1.3rem
    }
}

.banner__discount--content__desc {
    margin-bottom: 1.5rem
}

.banner2__right--sidebar {
    width: calc(100% - 33.8rem);
    padding: 3.5rem 0 3rem 3.8rem
}

@media only screen and (max-width:767px) {
    .banner2__right--sidebar {
        width: 100%;
        padding: 2rem 0 2rem 2rem
    }
}

.banner2__right--sidebar:hover::before {
    border-color: var(--darkblue)
}

.banner2__right--sidebar::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    border: 4px solid var(--primary-color);
    right: 0;
    top: 0;
    transition: var(--transition)
}

.banner__items--content.one,
.banner__items--content.two,
.deals__content--style2 {
    top: 50%;
    transform: translatey(-50%)
}

.banner2__sidebar--items {
    margin-right: 2rem;
    overflow: hidden
}

.banner2__sidebar--items.one {
    margin-top: 4rem
}

@media (min-width:992px) {
    .banner2__sidebar--items {
        margin-right: 3rem
    }

    .banner2__sidebar--items.one {
        margin-top: 8rem
    }
}

.banner2__sidebar--items.two {
    margin-top: 2rem
}

@media (min-width:992px) {
    .banner2__sidebar--items.two {
        margin-top: 4rem
    }
}

.deals__content--style2 {
    position: absolute;
    left: 3.5rem;
    background: #fff;
    padding: 18px;
    border-radius: 18px
}

.deals__content--style2__subtitle {
    font-size: 1.3rem;
    line-height: 2rem;
    color: var(--text-gray-color);
    margin-bottom: 1rem
}

.deals__content--style2__maintitle {
    margin-bottom: 1.7rem;
    color: var(--primary-color)
}

.banner__items--thumbnail {
    bottom: 10px;
    right: 2%;
    margin: 0 auto;
    position: absolute;
    display: block
}

.banner__items,
.deals__banner--thumbnail {
    overflow: hidden
}

.banner__items--thumbnail__img {
    display: block
}

.banner__items--content {
    position: absolute;
    top: 2.5rem;
    left: 2rem;
    cursor: pointer
}

.banner__items--content.one {
    left: auto;
    right: 2rem
}

@media only screen and (min-width:768px) {
    .offcanvas__stikcy--toolbar {
        padding: 10px 60px
    }

    .banner__items--content.one {
        right: 2.5rem
    }
}

.banner__items--content.three {
    left: 3rem;
    top: 20%
}

@media only screen and (min-width:992px) {
    .banner__items--content {
        top: 3rem;
        left: 3.5rem
    }

    .banner__items--content.one {
        right: 4.5rem
    }

    .banner__items--content.three {
        left: 6rem
    }
}

.banner__items--content.four {
    left: 2rem;
    right: 2rem;
    text-align: center
}

.banner__items--content.five {
    top: 50%;
    left: auto;
    right: 2rem;
    transform: translatey(-50%)
}

.banner__items--content__title {
    position: relative;
    padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 2.4rem
}

@media only screen and (min-width:768px) {
    .banner__items--content.five {
        right: 2.5rem
    }

    .banner__items--content__title {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:992px) {
    .banner__items--content.five {
        right: 4.5rem
    }

    .banner__items--content__title {
        font-size: 2.2rem;
        line-height: 2.8rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__discount--content__desc {
        margin-bottom: 2.5rem
    }

    .banner__items--content__title {
        font-size: 2.4rem;
        line-height: 3rem
    }
}

@media only screen and (min-width:1366px) {
    .banner__items--content__title {
        font-size: 2.8rem;
        line-height: 3.3rem
    }
}

@media only screen and (min-width:1600px) {
    .banner__discount--content__desc {
        margin-bottom: 3rem
    }

    .banner__items--content__title {
        font-size: 3rem;
        line-height: 3.6rem
    }
}

.banner__items--content__title::before {
    position: absolute;
    content: "";
    width: 10.4rem;
    height: .4rem;
    bottom: 0;
    left: 0
}

.banner__items--content__title.four::before {
    left: 50%;
    transform: translatex(-50%)
}

.banner__items--content__style2 {
    position: absolute;
    left: 3rem;
    top: 50%;
    transform: translatey(-50%)
}

.banner__items--content__style2.right {
    left: auto;
    right: 3rem
}

.banner__items--content__style2--title {
    font-size: 1.7rem;
    line-height: 2.1rem;
    margin-bottom: .8rem
}

@media only screen and (min-width:768px) {
    .banner__items--content__style2--title {
        font-size: 1.8rem;
        line-height: 2.2rem;
        margin-bottom: 1rem
    }
}

@media only screen and (min-width:992px) {
    .banner__items--content__style2--title {
        font-size: 2rem;
        line-height: 2.6rem;
        margin-bottom: 1.2rem
    }
}

@media only screen and (min-width:1200px) {
    .banner__items--content__style2--title {
        font-size: 2.2rem;
        line-height: 3rem
    }
}

@media only screen and (min-width:1366px) {
    .banner__items--content__style2--title {
        font-size: 2.5rem;
        line-height: 3.6rem
    }
}

@media only screen and (max-width:1199px) {
    .col-lg-order {
        order: 1
    }

    .header__info--text {
        font-size: 1.4rem
    }

    .footer__newsletter--input {
        padding: 0 1.4rem
    }

    .footer__newsletter--button {
        position: inherit;
        top: inherit;
        right: inherit;
        margin-top: 1.5rem
    }

    .deals__banner--thumbnail {
        margin-top: 4rem
    }
}

.deals__banner--thumbnail:hover .deals__banner--thumbnail__img {
    transform: scale(1.05)
}

.deals__banner--thumbnail.mt-0 {
    margin-top: 0
}

.deals__banner--content {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem
}

.deals__banner--content__maintitle {
    margin-bottom: 1.6rem
}

.countdown__item {
    margin-right: 2rem;
    text-align: center
}

.deals__banner--countdown {
    margin-bottom: 2.2rem
}

@media only screen and (max-width:480px) {
    .deals__content--style2 {
        text-align: center
    }

    .deals__banner--countdown {
        justify-content: center
    }
}

.deals__banner--countdown .countdown__number {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: 50%;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: .2rem
}

@media only screen and (min-width:1200px) {
    .deals__banner--countdown .countdown__number {
        font-size: 1.8rem
    }
}

.deals__banner--countdown .countdown__text {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: capitalize
}

@media only screen and (max-width:575px) {
    .newsletter__subscribe--button {
        padding: 0 1rem
    }

    .banner2__right--sidebar {
        padding: 2rem 0
    }

    .banner__items--thumbnail,
    .banner__items--thumbnail__img {
        width: 100%
    }

    .banner__video--thumbnail__img {
        height: 17rem;
        object-fit: cover;
        margin: 0 auto
    }
}

.faq-container {
    margin: 20px auto
}

.accordion {
    border: 1px solid #f2f2f2
}

.accordion-item--list {
    border-color: #f8f8f8;
    border-style: solid;
    border-width: 2px 0 0
}

.accordion-item--list .accordion-item__trigger {
    position: relative;
    text-align: left;
    padding: 22px 50px 22px 10px
}

.accordion-item__trigger {
    border: none;
    border-radius: 0;
    background: 0 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: inherit
}

.accordion-item[data-active=true]>.accordion-item__body {
    visibility: visible;
    height: auto !important
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.accordion-item__trigger__heading {
    display: inline-block;
    width: 100%
}

.heading--no-margin {
    margin-bottom: 0 !important
}

.heading--h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: .8rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0
}

.accordion-item--list .accordion-item__trigger__state-indicator {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #5e5e4d
}

.accordion-item__trigger__state-indicator {
    display: inline-block
}

.accordion-item--list .accordion-item__trigger__state-indicator:before {
    content: "\f27b" !important;
    display: block;
    margin: 0;
    line-height: 1;
    vertical-align: top;
    font-family: uicons-regular-straight !important;
    transform: rotate(45deg);
    transition: .2s
}

.accordion-item--list[data-active=true] .accordion-item__trigger__state-indicator:before {
    transform: rotate(0)
}

.accordion-item--list .accordion-item__body {
    padding-left: 10px;
    padding-right: 10px
}

.accordion-item__body {
    height: 0;
    min-height: 0;
    overflow: hidden;
    visibility: hidden;
    line-height: 1.4;
    transition: .3s, visibility .3s
}

.accordion-item--capped-paragraph-content .accordion-item__body__inner {
    margin-top: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0 !important;
    margin-left: 15px
}

.accordion-item__body__inner {
    padding-bottom: 10px
}

.paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1.6rem
}

@keyframes content {
    0% {
        opacity: 0;
        transform: translateY(5%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.mobileAppContainer h1,
h3.appdownloadtitle {
    font-weight: 600;
    margin-bottom: 5rem
}

@media only screen and (min-width:1600px) {
    .banner__items--content__style2--title {
        font-size: 2.8rem;
        line-height: 4rem
    }

    h3.appdownloadtitle {
        font-size: 4rem;
        line-height: 7.2rem
    }
}

@media only screen and (min-width:1366px) {
    h3.appdownloadtitle {
        font-size: 5rem;
        line-height: 5.5rem
    }
}

@media only screen and (min-width:1200px) {
    h3.appdownloadtitle {
        font-size: 4.8rem;
        line-height: 5.3rem
    }
}

@media only screen and (min-width:992px) {
    h3.appdownloadtitle {
        font-size: 4.2rem;
        line-height: 4.8rem
    }
}

@media only screen and (min-width:768px) {
    h3.appdownloadtitle {
        font-size: 3.6rem;
        line-height: 4.3rem
    }
}

@media only screen and (min-width:576px) {
    h3.appdownloadtitle {
        font-size: 3rem;
        line-height: 3.8rem
    }
}

.mobileAppContainer {
    margin: 100px 0
}

@media (max-width:768px) {
    .social__shear {
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .mobileAppContainer {
        display: flex;
        flex-direction: column-reverse;
        align-items: center
    }

    .main__logo--img {
        padding-left: 10px
    }
}

.mobileAppContainer h5 {
    font-size: 2rem;
    text-align: center
}

.mobileAppContainer .col-md-6:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.store-container {
    margin: 5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%
}

.store-container img {
    width: 200px
}

.ins-element-content.ins-storsy-text {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (max-width:990px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }

    .offCanvas__minicart {
        width: 100%
    }

    .header__topbar,
    .hidemobile {
        display: none
    }

    .showmobile {
        display: block
    }

    .swiper-container {
        width: 100%;
        height: 55vh
    }

    .main__header {
        padding: 0
    }

    .ikonlar div img {
        width: 32px;
        height: 32px
    }

    .ikonlar div p {
        font-size: 12px
    }

    .ikonlar {
        padding: 20px 0;
        max-width: 100%
    }
}

.ikonlar {
    display: flex;
    flex: 1;
    padding: 10px 0;
    justify-content: space-between;
    width: 100%
}

@media only screen and (max-width:600px) {
    .mobileProductAddCard {
        position: fixed;
        z-index: 1000027;
        bottom: 0;
        background: #fff;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 20px;
        border-top: 1px solid var(--secondary-color);
        border-radius: 4px;
        box-shadow: 0 0 24px rgb(46 52 64 / 8%);
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: space-between
    }

    .mobileProductAddCard .addBasket {
        height: 3.8rem;
        line-height: 3.8rem;
        padding: 0 25px;
        margin-left: 15px;
        font-size: 1.4rem;
        border: 1px solid #3f83be;
        border-radius: 4px;
        min-width: 140px;
        max-width: 140px;
        text-align: center
    }

    .mobileProductAddCard h2 {
        font-size: 1.6rem
    }

    .siteMotto {
        font-size: 16px;
        background: #fff;
        padding: 10px;
        border-radius: 4px
    }

    .smileBar {
        height: 50px
    }

    .countdown__text {
        font-size: .9rem !important
    }

    .ikonlar div {
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.ikonlar div:first {
    justify-content: flex-start
}

.ikonlar div>span>i[class^=fi-rs-] {
    font-size: 36px !important
}
