﻿:root {
    --container-width: 1170px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --color-red: #E4322B;
    --color-green: #009725;
}

* {
    text-decoration: none;
    font-family: 'Albert Sans', sans-serif;
    scroll-behavior: smooth;
    border-bottom: none;
    outline: 0 !important;
    outline: none !important;
    list-style: none;
-webkit-text-fill-color: currentcolor; 
  opacity: 1; 
}

*:focus {
    outline: none;
}

a {
    outline: none ;
    border-width: 0;
}

a:active {
    outline: none;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-left {
    width: 288px
}

.page-right {
    width: calc(100% - 288px)
}

.page-right-two {
    width: calc(100% - 288px)
}

.col-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-5ths {
    width: 20%;
}

@media (max-width: 1600px) {
    .col-5ths {
        width: 25%;
    }
}

@media (max-width: 1200px) {
    .col-5ths {
        width: 33.333%;
    }
}

@media (max-width: 992px) {
    .col-5ths {
        width: 50%;
    }
}

@media (max-width: 600px) {
    .col-5ths {
        width: 100%;
    }
}

.col-6ths {
    width: 16.66667%;
}

@media (max-width: 1600px) {
    .col-6ths {
        width: 20%;
    }
}

@media (max-width: 1200px) {
    .col-6ths {
        width: 25%;
    }
}

@media (max-width: 992px) {
    .col-6ths {
        width: 33.33%;
    }
}

@media (max-width: 600px) {
    .col-6ths {
        width: 50%;
    }
}

a {
    text-decoration: none;
    color: #fff;
}

ul {
    padding-left: 0;
}

.form-select:focus,select:focus,textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus {
    box-shadow: none;
    border-color: var(--color-red);
    outline: 0;
    box-shadow: none;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0rem;
    color: #8D8D8D;
    font-size: 20px;
}

.height-top {
    height: calc(100vh - 40px)
}

.height-bottom {
    height: 40px
}

.form-control:focus {
    border-color: var(--color-red);
    outline: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--color-red);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.col-30 {
    width: 30%;
}

.col-70 {
    width: 70%;
}

.v100 {
    height: 100vh;
}

.home {
    height: 100vh;
    display: flex;
}

.logo {
    position: absolute;
    z-index: 2;
    left: 203px;
    top: 54px;
}

.home .header {
    width: 120px;
    background: var(--color-red);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 54px 0 50px;
    position: fixed;
    z-index: 9;
}

.home .header .one {
    cursor: pointer;
    width: 100%;
}

.home .header .one h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-top: 0.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    margin-left: 53px;
}

.home .header .one span {
    background: #fff;
    height: 4px;
    width: 35px;
    display: block;
    margin-bottom: 4px;
    border-radius: 5px;
}

.home .header .two li {
    margin-bottom: 45px;
}

.home .content {
    width: calc(100% - 0px);
    height: 100vh;
    display: flex;
    padding-left: 120px;
}

.home .content .left {
    width: 57.2%;
    height: 100vh
}

.home .content .left .product {
    position: relative;
}

.home .content .left .product .contents {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 85px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    cursor: pointer;
}

.home .content .left .product .cover {
    height: 66vh
}

.home .content .left .content_down {
    height: 34vh
}

.home .content .right {
    width: 42.8%;
    height: 100vh
}

.home .content .right .content_up {
    height: 50vh
}

.home .content .right .content_down {
    height: 50vh
}

.slider-one .slick-dots {
    position: absolute;
    top: 54px;
    bottom: -25px;
    right: 70px;
    display: flex;
    width: initial;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: flex-end;
    height: 15px;
}

.slider-one .slick-dots li button:before {
    font-size: 13px;
    opacity: .4;
    width: 12px;
    height: 12px;
    color: #fff;
}

.slider-one .slick-dots li {
    margin: 0 1px;
}

.slider-one .slick-dots li.slick-active button:before {
    opacity: 1;
}

.discount {
    display: inline-flex;
    position: relative;
    font-size: 34px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    margin-left: 18px;
}

.discount p {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.discount p+p {
    margin-left: 5px;
}

.discount:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 3px;
    content: "";
    left: 0;
    top: 50%;
    opacity: .5;
    bottom: 0;
    transform: rotate(16deg);
}

.amount {
    display: flex;
    position: relative;
    font-size: 72px;
    font-weight: 600;
    color: #fff;
    align-items: center;
    margin-top: -20px;
}

.amount p {
    margin-bottom: 0;
    line-height: 28px;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

.amount p+p {
    margin-left: 15px;
}

.product-description {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.product-gram {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}

.product .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms;
    position: relative;
    background-position: right;
    object-position: right;
}

.slider-two .slick-list {
    height: 100%
}

.slider-two .slick-track {
    height: 100%
}

.slider-two .slick-dots {
    position: absolute;
    bottom: 25px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 15px;
}

.slider-two .slick-dots li button:before {
    font-size: 13px;
    opacity: .4;
    width: 12px;
    height: 12px;
    color: #fff;
}

.slider-two .slick-dots li {
    margin: 0 1px;
}

.slider-two .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slider-two .contents {
    padding: 54px 0 0 0;
}

.slider-two .contents span {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.slider-two .contents h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0 0%;
}

.slider-two .contents b {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 18px;
}

.search .contents {
    padding: 54px 0 0 0;
}

.search .contents span {
    font-size: 24px;
    color: #009725;
    font-weight: 600;
    line-height: 24px;
}

.search .contents .input {
    background: rgb(0 151 37 / 10%);
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 18px 6% 20px;
    border-radius: 8px;
}

.search .contents .input input {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.search .contents .input input::placeholder {
    color: #0F401B;
    font-size: 16px;
    font-weight: 500;
}

.search .contents a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 27px;
    background: #009725;
    padding: 10px 22px;
    border-radius: 10px;
    outline: none;
    outline: none;
    border: none;
}

.search .contents b {
    font-size: 14px;
    color: #A5A5A5;
    font-weight: 300;
    margin-bottom: 18px;
    padding: 0 16%;
    text-align: center;
    display: flex;
}

a:focus {
    outline: none;
}

.duyuru {
    background: #fff;
    position: relative;
    z-index: 9;
}

.duyuru .contents {
    padding: 50px 110px 50px 80px;
}

.duyuru img {
    object-fit: cover;
    height: 100%;
    align-items: center;
    justify-content: center;
    object-position: 100% 0%;
}

.duyuru h3 {
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 27px;
}

.duyuru h2 {
    color: #3B3B3B;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
}

.duyuru p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 400;
}

.slider-duyuru .slick-list,.slider-duyuru .slick-track {
    height: 100%;
}

.slider-duyuru .slick-dots {
    position: absolute;
    bottom: 25px;
    left: 80px;
    display: flex;
    width: initial;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: flex-end;
    height: 15px;
}

.slider-duyuru .slick-dots li button:before {
    font-size: 13px;
    opacity: .4;
    width: 12px;
    height: 12px;
    color: #A5A5A5;
}

.slider-duyuru .slick-dots li {
    margin: 0 1px;
}

.slider-duyuru .slick-dots li.slick-active button:before {
    opacity: 1;
}

.home .content .right .product .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 55px 85px;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    cursor: pointer;
}

.slider-grup .slick-dots {
    position: absolute;
    top: 54px;
    right: 50px;
    bottom: 25px;
    display: flex;
    width: initial;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    justify-content: flex-end;
    height: 15px;
}

.slider-grup .slick-dots li button:before {
    font-size: 13px;
    opacity: .4;
    width: 12px;
    height: 12px;
    color: #fff;
}

.slider-grup .slick-dots li {
    margin: 0 1px;
}

.slider-grup .slick-dots li.slick-active button:before {
    opacity: 1;
}

.slider-grup .slick-list,.slider-grup .slick-track {
    height: 100%;
}

.slider-grup .contents {
    padding: 50px 0 0 65px;
    position: relative;
}

.slider-grup p {
    font-size: 16px;
    font-weight: 300;
    color: #64889A;
    margin-bottom: 67px;
    width: 42%;
}

.slider-grup h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 43px;
    width: 27%;
}

.slider-grup ul {
    padding-left: 0;
    min-height: 21vh;
}

.slider-grup ul li {
    margin-bottom: 3px;
}

.slider-grup ul li:nth-child(n+5) {
    display: none
}

.slider-grup ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #64889A;
    margin-bottom: 8px;
}

.slider-grup .all_product {
    position: absolute;
    left: 65px;
    color: #64889A;
    font-size: 16px;
    font-weight: 300;
    bottom: 19px;
}

.menu {
    background: var(--color-red);
    height: 100vh;
    width: 0;
    position: fixed;
    top: 0;
    display: none;
    left: 120px;
    transition: all .5s;
    padding: 54px 50px 50px;
    z-index: -1;
    overflow: auto
}

.menu:hover {
    z-index: 5;
    width: 380px;
    display: block;
}

.menu.active {
    z-index: 5;
    width: 380px;
    display: block;
}

.menu h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    opacity: .5;
    color: #fff;
    margin-bottom: 69px;
}

.menu li {
    margin-top: 25px;
}

.menu li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: .7;
    display: initial;
}

.menu .dropdown {
    display: none;
    margin-top: 35px;
}

.menu .show .dropdown {
    display: block;
}

.menu .show .dropdown li {
    margin-bottom: 24px
}

.menu .categori {
    margin-bottom: 24px;
}

.menu .categori a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    opacity: .7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .categori a:hover {
    opacity: 1
}

.menu .categori.show a {
    opacity: 1
}

.menu .categori.show i {
    transform: rotate(180deg)
}

.menu .categori .dropdown a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    opacity: 1;
    display: initial;
}

.menu .categori.show .dropdown i {
    transform: rotate(0deg);
    margin-right: 20px;
    color: #fff;
    font-size: 16px;
    transition: all .5s;
}

.menu .categori.show .dropdown li:hover i {
    margin-right: 30px;
}

.menu .all_categories {
    padding-top: 25px;
}

.menu .kampanya {
    margin-top: 100px;
}

.menu .kampanya a {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#default-search {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: -130%;
    top: 0;
    background: #ED1C24;
    z-index: 100;
    transition: all .5s;
}

.search-width {
    width: 62%;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.close-search {
    position: absolute;
    right: 0;
    top: 10vh;
    color: #fff;
    border-radius: 13px;
    padding: 9px 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #fff;
}

#default-search .input {
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 35px;
    background: #fff;
    border-radius: 10px;
}

#default-search .input img {
    position: absolute;
    bottom: 21px;
    left: 12px;
    filter: brightness(.4) invert(1);
}

#default-search .input input {
    width: 100%;
    background: transparent;
    border: none;
    height: 65px;
    text-indent: 62px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
}

#default-search .input input::placeholder {
    color: #8E8E8E;
    font-size: 20px;
    font-weight: 500;
}

#default-search h4 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10vh;
}

#default-search h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
}

#default-search .mtop-30 a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 20px;
    background: #00000038;
    border-radius: 10px;
    padding: 10px 22px;
}

#default-search .mtop-30 a:hover {
    background: #00000057;
}

#default-search .product-search-click {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #E4322B;
    border-radius: 10px;
    padding: 12px 30px;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 10px;
    bottom: 10px;
}

.login-page {
    height: 100vh;
}

.login-page .login-bg {
    height: 100vh;
    width: 100%;
    background-size: cover !important;
}

.form input {
    display: block;
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
    margin-bottom: 17px;
    padding: 10px 0;
    color: #8D8D8D;
    font-size: 20px;
    width: 100%;
}

.check-input input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.check-input label {
    position: relative;
    padding-left: 30px;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
}

.check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: var(--color-red);
    transition: 300ms;
    opacity: 0;
}

.check-input input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.form a {
    color: #3B3B3B;
    font-size: 16px;
}

.form a:hover {
    color: var(--color-red);
}

.form p {
    margin-bottom: 0;
}

.login-page .login-logo {
    margin-bottom: 53px;
}

.login-page .login-logo {
    margin-bottom: 45px;
}

.login-page p {
    font-size: 16px;
    color: #A5A5A5;
    font-weight: 300;
    margin-bottom: 0;
}

.login-page h3 {
    font-size: 36px;
    color: #404040;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
}

.form button {
    margin-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    background: #E4322B;
    border: none;
    border-radius: 20px;
    padding: 15px 36px;
    font-size: 16px;
    font-weight: 500;
}

.form button:hover {
    background: #CF1810;
}

.uye_basvuru p {
    font-size: 20px;
    color: #787878;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 30px;
}

.uye_basvuru a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    background: #8E8E8E;
    padding: 15px 36px;
    border-radius: 20px;
}

.uye_basvuru a:hover {
    background: #C5C5C5;
}

.copyright p {
    line-height: 12px;
    font-size: 11px;
    margin-left: 10px
}

.home-back {
    color: #8E8E8E;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
}

.home-back:hover {
    color: var(--color-red);
}

.home-back i {
    color: #fff;
    margin-right: 5px;
    font-size: 11px;
    background: #8E8E8E;
    border-radius: 50px;
    padding: 5px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-back:hover i {
    background: var(--color-red);
}

.form-uye input {
    width: 100%;
}

.form-uye {
    width: 70%;
    margin: 0 auto;
}

.form-select {
    border: none;
    border-bottom: 1px solid #D6D6D6;
    border-radius: 0;
}

.files-input {
    position: relative;
}

.files {
    padding: 0;
}

.files::-webkit-file-upload-button {
    visibility: hidden;
}

input[type="file"] {
    cursor: pointer !Important;
    color: #fff0 !important;
    text-indent: 0px;
    border-width: 1px;
    height: 51px;
    border-radius: 0;
}

.files::before {
    content: 'Dosya Yükle';
    display: flex;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-weight: 500;
    top: -2px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    background: #8D8D8D;
    padding: 13px 25px;
    border-radius: 15px;
}

.files-input label {
    font-size: 20px;
    display: inline-block;
    padding-right: 0px;
    vertical-align: middle;
    font-weight: 400;
    position: absolute;
    top: 7%;
    left: 5px;
    color: #676767;
    width: 63%;
    overflow: hidden;
    white-space: nowrap;
}

.files-input p {
    font-size: 12px;
    color: #8E8E8E;
    width: 77%;
}

.form-uye .form .check-input {
    margin-bottom: 20px;
}

.form-uye .form .check-input input {
    font-size: 16px;
    color: #3B3B3B;
}

select option:hover {
    background: rgba(100, 100, 100, 0.3);
}

.default-page {
    padding-left: 168px;
    margin-top: 32px;
    width: calc(100% - 42px);
}

.default-page .header-top {
    margin-bottom: 21px;
    background: #F9F9F9;
    padding: 34px 42px;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.default-page .header-top h2 {
    margin-left: 67px;
    font-size: 48px;
    font-weight: 700;
    line-height: 24px;
    color: #3B3B3B;
    position: relative;
}

.default-page .header-top h2:after {
    content: "";
    width: 1px;
    height: 60px;
    background: #C5C5C5;
    position: absolute;
    top: -15px;
    left: -20px;
}

.default-page .header-top .bayi_hesap {
    position: relative;
    cursor: pointer;
}

.default-page .header-top .bayi_hesap .bayi_menu {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 40px
}

.default-page .header-top .bayi_hesap .bayi_menu ul {
    background: #fff;
    border-radius: 15px;
    width: 80%;
    padding: 20px 10px 20px 10px;
}

.default-page .header-top .customer:hover .bayi_menu {
    display: block;
    z-index: 9;
}

.default-page .header-top .bayi_menu li {
    padding: 10px 19px;
}

.default-page .header-top .bayi_menu li.quit {
    margin-top: 20px;
    position: relative;
}

.default-page .header-top .bayi_menu li.quit:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    background: #F9F9F9;
    height: 1px;
    width: 100%
}

.default-page .header-top .bayi_menu li:hover {
    background: #F9F9F9;
    border-radius: 10px
}

.default-page .header-top .bayi_menu a {
    font-size: 16px;
    font-weight: 600;
    color: #3B3B3B;
    display: block;
}

.default-page .header-top .bayi_menu li:hover a {
    color: #E4322B;
}

.default-page .header-top .bayi_hesap img {
    margin-right: 10px;
}

.default-page .header-top .bayi_hesap label {
    font-size: 11px;
    font-weight: 500;
    color: #A5A5A5;
}

.default-page .header-top .bayi_hesap h5 {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.default-page .header-top .bayi_hesap i {
    margin-left: 10px;
    background: #D6D6D6;
    padding: 17px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
}

.default-page .header-top .bayi_hesap {
    background: #fff;
    border-radius: 15px;
    border: 1px solid #C5C5C5;
    padding: 16px 14px;
    min-width: 250px;
}

.sepet {
    margin-left: 10px;
    border-radius: 15px;
    background: #E4322B;
    padding: 19px 24px;
}

.sepet .sepet_adet {
    position: relative;
    margin-right: 15px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.sepet .sepet_adet span {
    right: 0px;
    position: absolute;
    color: #fff;
    font-size: 12px;
    background: #00AC3E;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    padding: 0px;
    font-weight: 500;
    border: none;
}

.sepet .sepet_tutar {
    margin-top: -10px;
}

.sepet .sepet_tutar label {
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.sepet .sepet_tutar h2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    margin-left: 0;
    line-height: 14px;
}

.sepet .sepet_tutar h2:after {
    display: none;
}

.breadcrumb {
    align-items: center;
    margin-bottom: 0;
}

.breadcrumb i {
    color: #A5A5A5;
    margin: 0 5px;
    font-size: 12px;
}

.breadcrumb li a {
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb li.active a {
    color: #3B3B3B;
    border: 1px solid #3B3B3B;
    padding: 4px 10px;
    border-radius: 7px
}

.siralama {
    position: relative;
}

.siralama h2 {
    font-size: 16px;
    font-weight: 500;
    color: #3B3B3B;
    margin-bottom: 0;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 15px 18px;
    cursor: pointer;
}

.siralama h2 i {
    margin-left: 14px;
    color: #3B3B3B;
}

.siralama .list {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    width: 211px;
    padding-top: 10px
}

.siralama .list ul {
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    -webkit-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 20px -4px rgba(0,0,0,0.75);
}

.siralama:hover .list {
    display: block;
    z-index: 9;
}

.siralama .list ul li {
    padding: 10px 19px;
}

.siralama .list ul li:hover {
    background: #F9F9F9;
    border-radius: 10px
}

.siralama .list ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #3B3B3B;
    cursor: pointer;
}

.siralama .list ul li:hover a {
    color: #E4322B;
}

.sidebar {
    border: 1px solid #D6D6D6;
    padding: 16px 15px 0;
    border-radius: 15px;
}

.sidebar .left-search {
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 16px 0 16px 20px
}

.sidebar .left-search i {
    color: #A5A5A5;
}

.sidebar input {
    border: none;
    color: #A5A5A5;
    font-size: 14px;
    font-weight: 500;
}

.sidebar .list {
    border: 1px solid #D6D6D6;
    padding: 30px 0px 30px 20px;
    border-radius: 15px;
    margin-top: 12px;
}

.sidebar .list h4 {
    color: #2D0908;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}

.sidebar .list li {
    margin-bottom: 10px;
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sidebar .list li a {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.sidebar .list li.active a {
    font-weight: 600;
}

.sidebar .list li a i {
    margin-right: 20px;
    color: #8E8E8E;
    font-size: 18px;
}

.sidebar .list label {
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: 1px solid #8E8E8E;
    margin-right: 9px;
    border-radius: 3px;
    position: relative;
}

.sidebar .list label.tik {
    border-color: #E4322B;
    background: #E4322B;
}

.sidebar .list label.tik:after {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 2px;
    background-image: url(./images/icon/tik.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-right .item {
    margin-bottom: 20px;
    padding: 22px 20px 40px;
    position: relative;
    border-radius: 10px;
}

.page-right .item:hover {
    -webkit-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 31px -20px rgba(0,0,0,0.58);
}

.page-right .amount {
    display: flex;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-top: 0px;
}

.page-right .amount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.page-right .amount p+p {
    margin-left: 5px;
}

.page-right .discount {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    min-height: 24px;
}

.page-right .discount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    background: #2F8211;
    padding: 4px 5px;
    border-radius: 5px;
}

.page-right .discount:after {
    display: none;
}

.page-right .discount span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.page-right .discount span:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 58%;
    opacity: .5;
    bottom: 0;
    transform: rotate(0);
}

.page-right .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8D8D8D;
    width: 14rem;
    -webkit-text-fill-color: #8D8D8D; /* Override iOS / Android font color change */
    -webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
    color: #8D8D8D; /* Override IE font color change */
}

.page-right .adet-indirim {
    margin-top: 8px;
    min-height: 24px;
}

.page-right .adet-indirim b {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    color: #3B3B3B;
    background: #FFC9C7;
    padding: 4px;
    border-radius: 5px;
}

.page-right .adet-indirim.green b {
    background: #C3E2CB;
}

.page-right .adet-indirim.blue b {
    background: #C7F2FF;
}

.page-right .item:hover .adet-indirim {
    opacity: 0;
}

.page-right a,.page-right a:hover {
    position: absolute;
    color: #fff;
    bottom: 11px;
    height: 40px;
    border-radius: 5px;
    background: var(--color-red);
    width: calc(100% - 40px);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.page-right .item:hover a {
    display: flex;
}

.page-right .item .rozet {
    position: absolute;
    width: 76px;
    right: 10px;
    top: 10px;
}

.footer {
    margin-top: 52px;
    padding-top: 35px;
    position: relative;
}

.footer:after {
    top: 0;
    left: 0;
    position: absolute;
    background: #C5C5C5;
    height: 1px;
    width: 100%;
    content: "";
}

.footer a,.footer a:hover {
    font-size: 14px;
    color: #8E8E8E;
    line-height: 24px;
}

.footer ul a {
    margin-right: 30px;
}

.footer .copyright p {
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    margin-bottom: 0;
    font-weight: 300;
    color: #8E8E8E;
}

.more b {
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    padding: 16px 24px;
    background: #F3F3F3;
    border-radius: 10px;
    cursor: pointer
}

.aramasonuc-search {
    background: #F9F9F9;
    padding: 15px 20px;
    border-radius: 10px;
}

.aramasonuc-search input {
    border: none;
    background: transparent;
    width: 500px;
    font-size: 16px;
    font-weight: 500;
    color: #878787;
}

.aramasonuc-search a {
    border: none;
    background: var(--color-red);
    padding: 10px 22px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.search-count-detail {
    font-size: 20px;
    color: #3B3B3B;
    font-weight: 500
}

.benzer {
    color: #3B3B3B;
    font-weight: 700;
    font-size: 36px;
}

.haftaninurunu {
    background: #FFC400;
    padding: 30px 52px 12px;
    border-radius: 10px;
}

.haftaninurunu h2 {
    font-size: 24px;
    font-weight: 700;
    color: 3B3B3B;
    margin-bottom: 30px;
    text-align: center
}

.haftaninurunu-slider .item {
    margin-bottom: 20px;
    padding: 20px 20px 40px;
    position: relative;
    border-radius: 10px;
    background: #fff;
}

.haftaninurunu-slider .amount {
    display: flex;
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-top: 0px;
    justify-content: center;
}

.haftaninurunu-slider .amount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.haftaninurunu-slider .amount p+p {
    margin-left: 5px;
}

.haftaninurunu-slider .discount {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    min-height: 24px;
}

.haftaninurunu-slider .discount p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 10px;
    background: #2F8211;
    padding: 4px 5px;
    border-radius: 5px;
}

.haftaninurunu-slider .discount:after {
    display: none;
}

.haftaninurunu-slider .discount span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
}

.haftaninurunu-slider .discount span:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 58%;
    opacity: .5;
    bottom: 0;
    transform: rotate(0);
}

.haftaninurunu-slider .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #8D8D8D;
    width: 100%;
    padding: 13px 10% 0;
    min-height: 48px;
}

.haftaninurunu-slider .adet-indirim {
    margin-top: 8px;
    min-height: 24px;
}

.haftaninurunu-slider .adet-indirim b {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    color: #3B3B3B;
    background: #FFC9C7;
    padding: 4px;
    border-radius: 5px;
}

.haftaninurunu-slider .adet-indirim.green b {
    background: #C3E2CB;
}

.haftaninurunu-slider .adet-indirim.blue b {
    background: #C7F2FF;
}

.haftaninurunu-slider .item:hover .adet-indirim {
    opacity: 0;
}

.haftaninurunu-slider a,.haftaninurunu-slider a:hover {
    position: absolute;
    color: #fff;
    bottom: 11px;
    height: 40px;
    border-radius: 5px;
    background: var(--color-red);
    width: calc(100% - 40px);
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}

.haftaninurunu-slider .item:hover a {
    display: flex;
}

.haftaninurunu-slider .slick-dots {
    position: absolute;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.haftaninurunu-slider .slick-dots li button:before {
    font-size: 13px;
    opacity: .4;
    width: 12px;
    height: 12px;
    color: #fff;
}

.haftaninurunu-slider .slick-dots li {
    margin: 0 1px;
}

.haftaninurunu-slider .slick-dots li.slick-active button:before {
    opacity: 1;
}

.all-kampanya {
    border-bottom: 2px solid #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 62px;
}

.pro-detail-left {
    width: calc(100% - 540px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-detail-right {
    padding: 30px 25px 25px;
    background: #F9F9F9;
    border-radius: 5px;
    width: 540px;
}

.pro-detail-right .amount {
    display: flex;
    position: relative;
    font-size: 68px;
    font-weight: 600;
    color: #000000;
    align-items: center;
    margin-top: 0px;
}

.pro-detail-right .amount p {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
}

.pro-detail-right .amount p+p {
    margin-left: 5px;
}

.pro-detail-rightpage-right .discount {
    display: inline-flex;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    opacity: .5;
    align-items: center;
    min-height: 24px;
}

.pro-detail-right .discount b {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-left: 0px;
    background: #2F8211;
    padding: 4px 5px;
    border-radius: 5px;
    margin-bottom: -6px;
}

.pro-detail-right .discount:after {
    display: none;
}

.pro-detail-right .discount span {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 8px;
    display: block;
    font-size: 18px;
    top: -14px;
}

.pro-detail-right .discount span:after {
    position: absolute;
    background: #000000;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    top: 58%;
    opacity: .5;
    bottom: 0;
    transform: rotate(0);
}

.pro-detail-right .adet-indirim {
    margin-top: 8px;
    min-height: 24px;
}

.pro-detail-right .adet-indirim b {
    font-size: 14px;
    font-weight: 500;
    line-height: 13px;
    margin-bottom: 0;
    color: #3B3B3B;
    background: #FFC9C7;
    padding: 8px;
    border-radius: 5px;
}

.pro-detail-right .adet-indirim.green b {
    background: #C3E2CB;
}

.pro-detail-right .adet-indirim.blue b {
    background: #C7F2FF;
}

.opsiyonlar {
    margin: 25px 0;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.opsiyonlar .item {
    border: 1px solid #eee;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.opsiyonlar .item label {
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: #8D8D8D;
}

.opsiyonlar .item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #3B3B3B;
}

.opsiyonlar .col-lg-4:nth-child(1) .item {
    border-top-left-radius: 10px
}

.opsiyonlar .col-lg-4:nth-child(3) .item {
    border-top-right-radius: 10px
}

.pro-detail-right .title {
    font-size: 24px;
    font-weight: 400;
    color: #8D8D8D;
    margin-bottom: 0;
    -webkit-text-fill-color: #8D8D8D;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    color: #8D8D8D;
    /* Override IE font color change */
}

.opsiyonlar .col-lg-4:nth-child(4) .item {
    border-bottom-left-radius: 10px
}

.opsiyonlar .col-lg-4:nth-child(6) .item {
    border-bottom-right-radius: 10px
}

.adet {
    margin-bottom: 0;
    display: none;
}

.adet.active {
    display: block;
}

.qty {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-1);
    border: 1px solid #C5C5C5;
    padding: 19px 12px;
    border-radius: 10px;
    user-select: none;
}

.qty input[type="number"] {
    width: 50px;
    text-align: center;
    font-size: 24px;
    padding: 0;
    border: 0;
    font-weight: 700;
    color: #E4322B;
    background: transparent;
}

.qty .qty-btn {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    transition: 300ms;
}

.qty .qty-btn i {
    color: #8D8D8D;
}

.qty input[type="number"]::-webkit-outer-spin-button, .qty input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cart-add a {
    background: var(--color-red);
    padding: 24px 64px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
}

.cart-add a img {
    margin-right: 10px;
}

.tur li {
    color: #8D8D8D;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.tur li label {
    height: 20px;
    width: 20px;
    border: 1px solid #8D8D8D;
    margin-right: 8px;
    border-radius: 50px;
    position: relative;
}

.tur li label.tik {
    border: 1px solid #E4322B;
}

.tur li label.tik:after {
    background: #E4322B;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 3px;
    left: 3px;
    content: "";
    border-radius: 50px
}

.swal2-title {
    padding: 1.8em 1em 0 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #707070!important;
    font-size: 16px!important;
    font-weight: 500!important;
    border: none!important;
    padding: 10px 31px !important;
    border-radius: 12px !important;
}

.swal2-styled.swal2-deny {
    background-color: #E4322B!important;
    font-size: 16px!important;
    font-weight: 500!important;
    border: none!important;
    border-radius: 12px !important;
}

.swal2-title {
    color: #8D8D8D!important;
    font-size: 24px!important;
    margin-bottom: 40px!important;
}

.swal2-popup {
    width: 25em!important;
}

.bilgi {
    background: #F9F9F9;
    padding: 15px 31px;
    border-radius: 10px;
}

.bilgi img {
    height: 64px;
    margin-right: 20px;
}

.bilgi label {
    font-size: 14px;
    font-weight: 500;
    color: #3B3B3B;
}

.bilgi p {
    font-size: 20px;
    font-weight: 500;
    color: #E4322B;
    line-height: 24px;
    margin-top: 15px
}

.firma {
    display: flex;
    align-items: center;
    padding: 36px 18px;
    margin-bottom: 30px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
}

.firma img {
    margin-right: 5px;
}

.firma h5 {
    font-size: 15px;
    font-weight: 600;
    color: #3B3B3B;
    margin-bottom: 0;
}

.sidebar-hesap {
    padding: 18px 10px;
}

.sidebar-hesap li {
    padding: 10px 0 10px 19px;
    margin-bottom: 7px;
}

.sidebar-hesap li a {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-hesap li.active,.sidebar-hesap li:hover {
    background: #F9F9F9;
    border-radius: 10px;
}

.sidebar-hesap li.active a,.sidebar-hesap li:hover a {
    color: #E4322B;
}

.form-hesap {
    width: calc(100% - 288px);
}

.form-hesap .files::before {
    content: 'Yüklendi';
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.form-hesap span {
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

.hesapbilgi {
    background: #fff;
    border-radius: 10px;
    padding: 30px 24px;
    border: 1px solid #F9F9F9;
}

.vergi {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 30px 24px;
    margin-top: 20px;
}

.form-hesap h3 {
    font-size: 32px;
    font-weight: 500;
    color: #404040;
    margin-bottom: 20px;
}

.form-hesap p {
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    margin-bottom: 20px;
    width: 78%;
}

.adres-bilgileri .new-adress {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #CF1810;
    border-radius: 10px;
    padding: 14px 36px;
    display: inline-block;
    margin: 0 0 20px;
}

.adres-bilgilerim .item {
    border: 1px solid #C5C5C5;
    height: 235px;
    border-radius: 10px
}

.adres-bilgilerim .contents {
    width: 80%;
    margin: 0 auto;
}

.adres-bilgilerim .contents a {
    background: #D6D6D6;
    color: #3B3B3B;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    border-radius: 5px;
}

.adres-bilgilerim .contents span {
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.adres-bilgilerim .contents p {
    color: #3B3B3B;
    font-size: 16px;
    font-weight: 400;
}

.siparisler {
    width: 80%;
    margin: 0 auto;
}

.siparislist {
    margin-top: 15px;
}

.siparisler .item {
    background: #EFFBFF;
    border-radius: 10px;
    padding: 12px 27px;
}

.siparisler .item h5 {
    font-size: 20px;
    font-weight: 700;
    color: #404040;
}

.siparisler .item h6 {
    font-size: 20px;
    font-weight: 700;
    color: #404040;
    float: right;
}

.siparisler .item p {
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 0;
}

.siparisler .items {
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 12px 27px;
    margin-top: 10px;
    cursor: pointer;
}

.siparisler .items p {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items .detail p {
    font-size: 18px;
    font-weight: 600;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items span {
    font-size: 16px;
    font-weight: 400;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items span+span {
    border-left: 1px solid #878787;
    padding-left: 10px;
    margin-left: 10px;
}

.siparisler .items span+span b {
    font-size: 16px;
}

.siparisler .items b {
    font-size: 18px;
    font-weight: 700;
    color: #878787;
    margin-bottom: 0;
}

.siparisler .items i {
    margin-left: 30px;
    width: 31px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #707070;
    color: #3B3B3B;
    border-radius: 50px;
    font-size: 22px;
    padding-top: 5px;
}

.siparis-adresi {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 11px 20px;
    margin-top: 20px;
    width: 60%;
}

.siparis-adresi label {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E8E;
    margin-bottom: 9px;
}

.siparis-adresi p {
    font-size: 16px;
    font-weight: 400;
    color: #2D0908;
    margin-bottom: 0;
}

.siparisler .list {
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    padding: 12px 27px;
    margin-top: 10px;
}

.siparisler .list label {
    font-size: 18px;
    font-weight: 600;
    color: #8D8D8D;
}

.siparisler .list span {
    font-size: 16px;
    font-weight: 400;
    color: #8D8D8D;
}

.siparis-listesi {
    display: none;
}

.items.active .siparis-listesi {
    display: block;
}

.all-sepet {
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    padding: 0 10px;
}

.sepet-list {
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: flex;
}

.sepet-list .delete {
    color: var(--color-red);
    cursor: pointer;
}

.sepet-list .delete-img img {
    margin-left: 25px;
    cursor: pointer;
}

.sepet-list p {
    margin-bottom: 0;
    font-size: 16px;
    color: #8D8D8D;
    width: 100%;
}

.sepet-list .tur li {
    margin-right: 10px;
}

.sepet-list .left {
    width: 43%;
}

.sepet-list .qty {
    padding: 8px 12px;
    margin-right: 47px;
}

.sepet-list .tur {
    border: 1px solid #C5C5C5;
    padding: 11px 12px;
    border-radius: 10px;
    margin-right: 15px;
}

.sepet-list .tutar label {
    font-size: 24px;
    font-weight: 600;
    color: #8D8D8D;
    min-width: 135px;
}

.sepet-list .tutar del {
    font-size: 18px;
    font-weight: 600;
    color: #C5C5C5;
}

.sepet-list .tutar b {
    background: #2F8211;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px;
    border-radius: 5px;
    margin-left: 4px;
}

.header-top b {
    font-size: 16px;
    font-weight: 500;
    color: #8E8E8E;
    border: 1px solid #8E8E8E;
    border-radius: 50px;
    padding: 9px 20px;
    margin: 0 30px;
    position: relative;
}

.header-top b:after {
    position: absolute;
    width: 40px;
    height: 1px;
    content: "";
    background: #8E8E8E;
    top: 50%;
    right: -50px;
}

.header-top b:last-child:after {
    display: none;
}

.header-top b.active {
    background: #E4322B;
    color: #fff;
    border: 1px solid #E4322B;
    border-radius: 50px;
}

.header-top b.active a:hover {
    color: #fff;
}

.default-page h3.title {
    margin-bottom: 35px;
    color: #3B3B3B;
    font-size: 36px;
    font-weight: 700;
}

.sepet-tutarı {
    border-radius: 15px;
    background: #F9F9F9;
    padding: 40px;
}

.sepet-tutarı p {
    margin-bottom: 0;
    font-size: 20px;
    color: #E4322B;
}

.sepet-tutarı b {
    font-size: 36px;
    color: #404040;
    font-weight: 700;
}

.sepet-tutarı .odeme-detay {
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #C5C5C5;
    border-bottom: 1px solid #C5C5C5;
}

.sepet-tutarı .odeme-detay span {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 500;
}

.sepet-tutarı .odeme-detay b {
    font-size: 16px;
    color: #404040;
    font-weight: 500;
}

.devamet,.devamet:hover {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    background: #E4322B;
    padding: 24px;
    display: block;
    border-radius: 15px;
    text-align: center;
}

.form-uye ul {
    margin-bottom: 0;
}

.new-adres-ekle {
    background: #E4322B;
    font-weight: 500;
    font-size: 16px;
    font-weight: 20px;
    color: #fff;
    margin-bottom: 0;
    border-radius: 15px;
    padding: 14px 35px;
}

.new-adres-ekle:hover,.new-adres-ekle:focus {
    background: #E4322B;
    font-weight: 500;
    font-size: 16px;
    font-weight: 20px;
    color: #fff;
    margin-bottom: 0;
    border-radius: 15px;
    padding: 14px 35px;
}

.all-adres .item {
    margin-bottom: 7px;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    padding: 22px 20px 22px 30px;
}

.all-adres .item h4 {
    font-weight: 700;
    font-size: 20px;
    font-weight: 32px;
    color: #404040;
    margin-bottom: 2px;
}

.all-adres .item p {
    font-weight: 400;
    font-size: 16px;
    font-weight: 20px;
    color: #404040;
    margin-bottom: 0;
}

.all-adres .item a {
    background: #C5C5C5;
    font-weight: 500;
    font-size: 12px;
    font-weight: 20px;
    color: #3B3B3B;
    margin-bottom: 0;
    border-radius: 5px;
    padding: 5px 14px;
}

.all-adres label {
    height: 25px;
    width: 25px;
    border: 1px solid #8D8D8D;
    margin-right: 15px;
    border-radius: 50px;
    position: relative;
}

.all-adres label.active {
    border: 1px solid #E4322B;
}

.all-adres label.active {
    background: #E4322B;
}

.all-adres label.active:after {
    color: #fff;
    content: '\f00c';
    font-family: 'Font Awesome 5 Pro';
    height: 12px;
    width: 12px;
    position: absolute;
    top: 6px;
    font-weight: 700;
    left: 6px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.odeme-tercihleri .item {
    margin-bottom: 7px;
    border: 1px solid #C5C5C5;
    border-radius: 10px;
    padding: 22px 20px 22px 30px;
    cursor: pointer;
}

.odeme-tercihleri .item h4 {
    font-weight: 700;
    font-size: 20px;
    font-weight: 32px;
    color: #404040;
    margin-bottom: 0px;
}

.odeme-tercihleri .item i {
    margin-left: 10px;
    background: #D6D6D6;
    padding: 17px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
}

.tes-adres {
    background: #fff;
    border-radius: 15px;
    padding: 20px
}

.tes-adres h5 {
    font-size: 16px;
    line-height: 32px;
    color: #8E8E8E;
    margin-bottom: 0px;
    font-weight: 500;
}

.tes-adres a {
    font-weight: 500;
    font-size: 12px;
    line-height: 32px;
    color: #3B3B3B;
    margin-bottom: 0px;
    background: #C5C5C5;
    border-radius: 5px;
    padding: 0px 12px;
}

.tes-adres h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #8E8E8E;
    margin-bottom: 5px;
}

.tes-adres p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #8E8E8E;
    margin-bottom: 5px;
}

.uyari p {
    font-weight: 500;
    font-size: 13px;
    line-height: 14px !important;
    color: #8E8E8E;
    margin-bottom: 0px;
    margin-left: 12px;
}

.bank-accounts {
    font-size: 14px;
    display: none;
}

.bank-accounts.active {
    display: block;
}

.bank-accounts p:first-child {
    font-weight: 700;
    margin-bottom: 15px;
}

.bank-accounts p:nth-child(3) {
    font-weight: 700;
    margin: 0;
}

.bank-accounts p:nth-child(3),.bank-accounts p:nth-child(4) {
    margin: 0;
    -webkit-text-fill-color: #212529; /* Override iOS / Android font color change */
    -webkit-opacity:1; /* Override iOS opacity change affecting text & background color */
    color: #212529; /* Override IE font color change */
}

.siparis_ozet {
    border: 1px solid #C5C5C5;
    border-radius: 15px;
    padding: 40px 80px 40px 40px;
}

.siparis_ozet h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    color: #2D0908;
    margin-bottom: 0px;
    margin-right: 70px;
}

.siparis_ozet h3 span {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #2D0908;
    margin-bottom: 0px;
}

.siparis-date {
    margin-bottom: 40px;
    border-bottom: 1px solid #C5C5C5;
    padding-bottom: 30px;
}

.botitem h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #878787;
    margin-bottom: 30px;
}

.botitem h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #8E8E8E;
    margin-bottom: 15px;
}

.ozetcounts {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
    margin-bottom: 12px;
}

.ozetcounts span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8E8E8E;
    margin-bottom: 0px;
}

.ozetcounts:last-child {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #404040;
    margin-bottom: 12px;
}

.ozetcounts:last-child span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}

.botitem b {
    font-size: 16px;
    color: #2D0908;
}

.botitem .adres {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    width: 100%;
}

.siplist {
    margin-top: 5px;
    border: 1px solid #C5C5C5;
    border-radius: 15px;
    padding: 20px 30px 20px 30px;
}

.siplist img {
    margin-right: 15px;
}

.siplist p {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
    margin-bottom: 9px;
}

.siplist span {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #8D8D8D;
    margin-bottom: 9px;
}

.siplist b {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #8D8D8D;
    margin-bottom: 10px;
}

.gobackhome {
    background: #8E8E8E;
    border-radius: 10px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
}

.gobackhome:hover {
    background: #C5C5C5;
    border-radius: 15px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.slider-grup .product {
    background-size: cover !important;
    background-position: 40% !important;
}

.home .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.duyuruphone {
    display: none;
}

.sepet-adet-al {
    display: flex;
    align-items: center;
}

.mobil-logo {
    display: none;
}

.cart-add .tur {
    margin-right: 19px;
}

.cart-add a {
    padding: 24px 44px;
}

@media(min-width: 2500px) {
    .new_product img {
        height:450px
    }

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

    .search img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 55%;
        object-fit: cover;
        width: 100%;
    }
}
