@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/* navbar start */
.navbar-head.scrolled .toggleGrup {
    position: relative;
}

.navbar-head.scrolled .toggleGrup::after {
    content: none;
}

.navbar-head.scrolled .toggleGrup:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 155%;
    margin-top: 5px;
    position: absolute;
    bottom: -47px;
    left: 0;
    cursor: default;
}

.navbar-head {
    position: fixed;
    width: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5%;
    z-index: 99;
    transition: all .5s linear;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}

.navbar-head.scrolled {
    flex-direction: row;
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    padding: 25px;
}

.navbar-head.scrolled .search-box-flex {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: auto;
}

.navbar-head.scrolled .nav-links button:hover {
    background: rgb(189, 189, 189);
}

.navbar-head.scrolled .nav-links a:hover {
    background: rgb(189 189 189 / 25%);
}

.navbar-head.scrolled .nav-links a {
    font-weight: 200;
    color: #2E5160;
    position: relative;
    text-align: center;
    font-size: 13px;
}

.dropdown-list {
    padding-bottom: 10px;
}


.dropdown-list h4 {
    font-size: 15px;
    color: #2E5160;;
    padding: 0 !important;
    margin: 0 !important;
}

.navbar-head.scrolled .nav-links button {
    font-weight: 200;
    color: #2E5160;
}

.navbar-head .logo {
    font-family: 'WinslowBook';
    /*font-size: 50px;*/
    color: #fff;
    text-align: center;
    line-height: 1;
    position: relative;
    /* margin: 3rem 0 0;*/
}

.logo-default {
    display: block;
}

.logo-scrolled {
    display: none;
}

.navbar-head.scrolled .logo-default {
    display: none;
}

.navbar-head.scrolled .logo-scrolled {
    display: block;
}

.navbar-head .logo img {
    margin-top: 50px;
    color: white !important;
    width: 70% !important;
}

.navbar-head.scrolled .logo img {
    margin: 0;
    color: #2E5160;
    width: 80% !important;
    filter: none;
}

.navbar-head .logo sup {
    position: absolute;
    right: -0.6em;
    top: 0.7em;
    font-size: 0.25em;
    font-weight: bold;
}

.navbar-head .logo small {
    display: block;
    font-family: 'Notera', serif;
    font-size: 0.375em;
    margin-top: -0.25em;
}

.nav-links {
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    /*gap: 1vw;*/
}

.nav-links.hidden {
    opacity: 0;
    visibility: hidden;
}

.nav-links a {
    font-weight: 300;
    color: #fff;
    padding: 5px 10px;
    transition: background-color 0.3s;
    /*margin-right: 7px;*/
}

.nav-links a:first-child {
    font-weight: normal;
}

.nav-links a:hover {
    background: rgba(255, 255, 255, 0.60);
    color: #2E5160;
    z-index: 10;
}

.nav-links .menu-item {
    padding: 1rem 0;
}

.nav-links button:hover {
    background: #fff;
    color: black;
    z-index: 10;
}

.nav-links button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7vh;
    font-family: "Fira Sans";
    font-size: .85vw;
    font-weight: lighter;
    text-decoration: none;
    color: #fff;
    background: transparent;
    border: none;
    padding: 5px 10px;
    transition: background-color 0.3s;
    margin-right: 7px;
    z-index: 10;
    cursor: pointer;
}

/* navbar end */

/* anasayfa start */
.satis-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5vh 0;
    gap: 3vw;
}

.satis-container-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.satis-container-child span {
    font-family: "Fira Sans";
    font-size: .9vw;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5vw;
    height: 4vh;
    background: transparent;
    border: .150vw solid #2e5160;
    border-radius: 15%;
}

.box-container img {
    max-width: 80%;
}

.box-container svg {
    display: flex;
    width: 3vw !important;
    height: 3.5vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.satis-navbar {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    border-bottom: thin solid #2e516080;
    margin: 0 15px 3rem 15px;
}

.satis-navbar .header {
    font-family: "Didot";
    font-size: 40px;
    font-weight: normal;
    line-height: 82px;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.satis-navbar .header h3 {
    font-family: "Didot";
    font-size: 2vw;
    font-weight: normal;
    line-height: 82px;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.satis-nav-links {
    display: flex;
    gap: 5vh;
    position: relative;
    right: 0rem;
    top: .6rem;
}

.satis-nav-link-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.satis-nav-links .select2-container {
    width: 100% !important;
    border-radius: 0;
    display: none;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #c0c0c0;
}

.select2-selection__arrow {
    display: none;
}

.satis-nav-links a {
    font-family: "Fira Sans";
    font-size: 1vw;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    color: #6c6c6c;
}

#category-select {
    display: none;
}

.form-control {
    border-radius: 0 !important;
}

.satis-shop {
    transition: opacity .5s ease;
    opacity: 1;
    margin-top: 3rem;
}

.satis-shop.hidden {
    opacity: 0;
}

.kategori {
    /* opacity: 0; */
    transition: opacity 0.5s ease;
    /* display: none; */
}

.kategori.show {
    opacity: 1;
    display: flex;
}

.satis-shop-container {
    display: flex;
    flex-wrap: wrap;
}

.satis-shop-container i {
    width: 15px;
    height: 15px;
    color: #6c6c6c;
}

.satis-shop-container-child {
    display: flex;
    flex-direction: column;
    opacity: 1;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
    align-items: center;
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

.satis-shop-container-child:hover .satis-add-basket-container {
    opacity: 1;
}

.satis-shop-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.satis-shop-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14vw;
    height: 5.4vh;
    border-color: #2e5160;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
}

.page-image {
    height: 25vh !important;
    margin-top: 20vh !important;
    position: relative;
}

.page-image img {
    opacity: 0.5;
}

.page-title-banner {
    width: 100%;
    position: absolute;
    top: 40%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
    font-family: 'MuliRegular';
    color: #2E5160;
}

.satis-shop-button:hover {
    background: #2e5160;
}

.satis-shop-button:hover a {
    color: #fff;
}

.satis-shop-button a {
    font-family: "Didot";
    font-size: 1vw;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.satis-shop-text {
    font-family: "Fira Sans";
    font-size: .85vw;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #000000 !important;
    margin: 0 1rem;
    width: 100%;
    padding: 5px;
}

.wide-line {
    background: #5b6f75;
    width: 100%;
    height: 0.1vh;
    opacity: .5;
    margin-bottom: 5rem;
}

.satis-page-1 .wide-line {
    margin-bottom: 4rem !important;
}

.satis-page-1 {
    position: relative;
    z-index: 50;
    width: 100%;
    height: max-content;
    /*background: #F9F7F3;*/
    margin-bottom: 10vh;
}

.satis-navbar-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.satis-navbar-1 .header {
    font-family: "Didot";
    font-size: 40px;
    font-weight: normal;
    line-height: 82px;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.satis-navbar-1 .header h3 {
    font-family: "Didot";
    font-size: 2vw;
    font-weight: normal;
    line-height: 82px;
    font-style: normal;
    text-align: left;
    color: #2e5160;
}

.satis-nav-links {
    display: flex;
    gap: 5vh;
    position: relative;
    right: 0rem;
    top: .6rem;
}

.satis-nav-link-child-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
}

.satis-nav-link-child-1 a {
    font-weight: 300;
}

.line-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.line {
    background: #5b6f75;
    width: 100%;
    height: .1vh;
    opacity: 0.24;
    margin-top: -1rem;
}

.kategori-1 {
    opacity: 0;
    transition: opacity 0.5s ease;
    display: none;
}

.kategori-1.show {
    opacity: 1;
    display: flex;
}

.gonca-white-page {
    margin-top: 15vh;
    margin-bottom: 5rem;
    background: #d5e2e8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: 1s ease;
}

.gonca-image {
    position: relative;
    height: 100%;
    width: 50%;
    object-fit: cover;
    overflow: hidden;
}

.gonca-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.red-circle {
    position: absolute;
    top: -11rem;
    right: 3rem;
    margin: 5vh 1vw;
    height: 33vh;
    width: 16vw;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.4);
    opacity: 1;
    z-index: 50;
    text-align: center;
    justify-content: center;
    align-items: center;
    transform: translateY(200px);
    transition: 2s;
}

.red-circle-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 6vh;
    width: 100%;
    height: 100%;
    color: #ffffff;
}

.red-circle-text h1 {
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: 400;
}

.red-circle-text h2 {
    font-size: 6.5rem;
    margin-bottom: 0;
    line-height: 80px;
    font-weight: 400;
}

.red-circle h4 {
    margin: 0;
    font-family: "Fira Sans";
    font-size: 3vh;
    font-weight: 200;
    opacity: 1;
    color: #fff;
}

.red-circle h3 {
    font-family: "Didot";
    font-weight: lighter;
    font-size: 3.1vh;
    letter-spacing: 2px;
    margin: 0;
    color: #fff;
}

.red-circle h5 {
    font-family: "Fira Sans";
    font-size: 3vh;
    font-weight: 200;
    margin: 0;
    opacity: 1;
    color: #fff;
}

.red-circle p {
    font-size: 1.4vh;
    line-height: 1.7vh;
    color: #f5f5f5;
    margin: 0;
}

.gonca-text-container {
    width: 50%;
    padding-left: 3%;
}

.gonca-text-container h6 {
    display: inline;
    font-family: "Fira Sans";
    font-size: 1vw;
    font-weight: 250;
    line-height: 3vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.gonca-text-container h5 {
    display: inline;
    font-family: "Didot";
    font-size: 2.5vw;
    font-weight: normal;
    line-height: 3.6vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.gonca-text-container span {
    font-family: "Fira Sans";
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.7vw;
    font-style: normal;
    letter-spacing: .3px;
    text-align: left;
    color: #575757;
}

.gonca-text-haber p:nth-child(3) {
    width: 70%;
    line-height: 3vh;
    font-size: 1.3rem;
    font-weight: 300;
    color: #575757;
}

.gonca-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    width: 16vw;
    height: 6vh;
    background: #2e5160;
    margin-top: 3rem;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.gonca-button-container a {
    position: relative;
    /*left: 1rem;*/
    font-family: 'Didot';
    font-size: 1.2vw;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.gonca-button-container:hover {
    background: #ffffff;
    border: 1px solid #2E5160;
}

.gonca-button-container:hover a {
    color: #2e5160;
}

.gonca-button-container .icon-arrow {
    background: white;
}

.social_page {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 1vh;
    transition: 1s;
}

.social_page_desc_div {
    width: 50%;
    height: 100%;
    background-color: #d5e2e8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social_page_desc_div_center p {
    font-size: 3.5vh;
    font-weight: 300;
    font-family: "fira sans";
    margin: 0;
    line-height: 2.5rem;
    color: #575757;
}

.social_page_desc_div_center span {
    font-size: 2.5vh;
    font-weight: lighter;
    font-family: "fira sans";
    display: inline-block;
    margin-bottom: 1vh;
}

.social_page_desc_div_center a {
    background: #2e5160;
    color: #fff;
    padding: 1.5vh 12vh;
    display: inline-block;
    margin-top: 15vh;
    font-size: 2vh;
    border: 1px solid #2e5160;
}

.social_page_desc_div_center a:hover {
    background: #fff;
    color: #2e5160;
}

.social_page_image_div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social_page_image_div_split {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.social_page_image_child {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.social_page_image_child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    scale: 1.1;
    transition: 0.6s;
}

.social_page_image_child:hover img {
    scale: 1;
}

.split_2 .social_page_image_child:nth-child(1) {
    height: 60vh;
}

.split_2 .social_page_image_child:nth-child(2) {
    height: 40vh;
}

.social_page_image_child:nth-child(1) {
    height: 50vh;
}

.social_page_image_child:nth-child(2) {
    height: 50vh;
}

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

.insta_icon img {
    width: 5vh;
    height: 5vh;
    filter: brightness(0) invert(1);
    position: absolute;
    left: 2vh;
    bottom: 2vh;
}

/*--Blog Start---*/
.blog-page {
    margin-top: 5rem;
    background: #d5e2e8;
    gap: 5rem;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: 0.5s;
}

.blog-page-header h3 {
    color: #2E5160;
}


.blog-text-container {
    justify-content: left;
    padding-left: 3%;
}

.blog-text-container h6 {
    display: inline;
    font-family: "Fira Sans";
    font-size: 1vw;
    font-weight: 250;
    line-height: 3vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.blog-text-container h5 {
    display: inline;
    font-family: "Didot";
    font-size: 2.5vw;
    font-weight: normal;
    line-height: 3.4vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.blog-text-container span {
    font-family: "Fira Sans";
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.7vw;
    font-style: normal;
    letter-spacing: .3px;
    text-align: left;
    color: #575757;
}

.blog-image {
    position: relative;
    height: 100%;
    width: 50%;
    overflow: hidden;
}

.blog-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.all-blog {
    color: #2E5160;
    border-bottom: 1px solid #2E5160;
}

/*---Blog End---*/

/*---More Start---*/
.more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10vh 0;
}

.more-container-wrapper {
    width: 80%;
    height: 100%;
    overflow: hidden;
}

.more-container-child {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 33.33%;
    gap: 2vw;
}

.more-container-child-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    transition: transform 0.5s ease;
    /*justify-content: center;*/
}

.more-box-container {
    border: .3rem solid transparent;
    width: 8vw;
    height: 16vh;
    overflow: hidden;
    transition: .4s;
}

.swiper-button-next,
.swiper-button-prev {
    color: #2e5160 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    color: #2E5160;
}

.more-box-container:hover {
    border: .3rem solid #c6cacc;
    /*width: 8vw;*/
    /*height: 16vh;*/
}

.more-box-container img {
    width: 8vw;
    height: 16vh;
}

/*.more-box-container:hover img {*/
/*    scale: 1;*/
/*}*/

.more-box-text-container {
    font-family: "Fira Sans";
    font-size: 1vw;
    font-weight: 300;
    line-height: 1vw;
    font-style: normal;
    text-align: left;
    color: #000000;
    margin-left: 20px;
}

.more-box-text-container a {
    font-family: "Didot" !important;
    color: #2e5160 !important;
    text-decoration: none;
    letter-spacing: .1rem;
}

.more-box-text-container a:hover {
    color: #2e6e8a !important;
}

.arrow-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 8vh;
    border-color: transparent;
    border-width: 0.1vw;
    border-style: solid;
    margin: 0 3rem;
    text-decoration: none;
    z-index: 60;
    transition: .2s;
    cursor: pointer;
}

.arrow-box a svg path {
    fill: #6c6c6c;
}

.arrow-box:hover {
    border-color: #d6d6d6;
    background: transparent;
}

.arrow-box a i {
    color: #6C6C6C;
    height: 11vh;
    width: 10vw;
    font-size: 1vw;
    position: relative;
    top: 4.5vh;
}

.arrow-box a {
    height: 1vh;
    width: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-box:first-child a i {
    position: relative;
    left: .2vw;
}

.arrow-box:last-child a i {
    position: relative;
    left: .1vw;
}

/*---More End---*/

.gonca-text-haber h1 {
    font-size: 1.2rem;
    color: #575757;
    font-weight: 300;
}

.gonca-text-haber p:nth-child(2) {
    font-size: 2.2rem;
    width: 60%;
    line-height: 3rem;
}

.gonca-text-haber p:nth-child(3) {
    width: 70%;
    line-height: 3vh;
    font-size: 1.3rem;
    font-weight: 300;
    color: #575757;
}

.gonca-text-sosyal h1 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 15px;
}

/* anasayfa end */

/* sepet start */

.cart {
    position: relative;
}

.box {
    border: 1px solid #DDD;
    margin-bottom: 20px;
}

.box .box-title {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.box .box-title h4 {
    font-size: 19px;
    margin: 0;
}

.box-advantage {
    background-color: #2E5160 !important;
    color: #fff;
}

.box .box-content {
    padding: 15px;
}

.box-address {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.address-card-out {
    padding-top: calc(var(--bs-gutter-x) * .5);
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}

.form-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#guestUserAddressForm .form-group input:not([type="radio"]) {
    border: 1px solid rgba(229, 229, 229, 1);
    outline: none;
    border-radius: 0.188rem;
    padding: 8px 12px;
}

#guestUserAddressForm .form-group input:hover {
    border: 1px solid rgba(148, 149, 148, 1);
}

#guestUserAddressForm .form-group input:focus {
    border: 1px solid rgba(148, 149, 148, 1);
}

.cart .form-check-input:checked, .address_edit_div .form-check-input:checked, .account_infos_form .form-check-input:focus {
    outline: none;
    border-color: unset;
}

.hidden {
    display: none !important;
}

svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
    transition: 0.5s !important;
}

.account_popup_login {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    top: 0;
    left: 0;
    pointer-events: none;
}

.account_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* Popup açıkken */
.account_popup_login.active {
    pointer-events: unset;
}

.account_popup_overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Popup içerik */
.account_popup {
    width: 30%;
    height: 100%;
    background: white;
    padding: 2.5rem;
    position: absolute;
    z-index: 1001;
    transition: .6s;
    right: -100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.account_popup_login.active .account_popup {
    right: 0;
}

.account_popup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.account_popup_header p {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Fira Sans", sans-serif;
}

.account_popup_body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.account_popup_form_section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.account_popup_form_section input {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}

.cart-product-container {
    display: flex;
    justify-content: left;
    align-items: center;
}

.cart-product-image {
    margin-right: 20px;
}

.product-share {
    color: #2E5160;
}

/*.product-share:hover{*/
/*    color: #2E5160;*/
/*}*/

.account_popup_form_section label {
    font-size: 0.8125rem;
    color: rgba(112, 113, 112, 1);
}

.account_popup_body form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
}

.account_popup_body form a {
    color: #000;
    font-size: 1rem;
    text-decoration: underline;
    font-family: "Fira Sans", sans-serif;
}

.account_popup_form_section button {
    padding: 15px;
    background-color: #2E5160;
    color: white;
    border: none;
    font-size: 16px;
}

.account_popup_body > a {
    padding: 15px;
    font-size: 16px;
    color: white;
    background: #2E5160;
    width: 100%;
    text-align: center;
}

.account_popup_body > p {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 0;
}

.close-popup {
    background: transparent;
    border: 0;
    color: #2E5160;
}

.summary-content {
    display: flex;
    justify-content: center;
    align-items: unset;
    background: #fafafa;
    font-family: "Fira Sans";
    width: 37.5vw;
    height: 68vh;

}

.summary-product {
    width: 65%;
}

.summary-product-container {
    width: 98.9%;
    display: flex;
    justify-content: left;
    border-bottom: 1px solid rgb(0, 0, 0, 0.2);
    align-items: center;
    gap: 170px;
}

.summary-product p:first-child {
    font-size: 16px;
}

.summary-product p:last-child {
    font-size: 16px;
}

.summary-product span {
    font-size: 16px;

}

.summary .btn-checkout {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}

.swal2-styled.swal2-confirm {
    background-color: #2E5160 !important;
    border-color: #2E5160 !important;
    color: white !important;
}

.summary .summary-title a {
    font-size: 13px;
    font-weight: 400;
}

.summary-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 15px;
}

.summary-title h3 {
    font-size: 1rem;
}

.summary-line {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.summary-line .highlight {
    color: #2E5160;
}

.summary-cart {
    padding: 2.75rem;
    background-color: #fafafa;
}

.summary-cart .table tr td {
    background: none !important;
    font-size: 14px;
}

.payment-sidebar .summary-cart {
    padding: 1.5rem;
    border: 1px solid #ddd;
}

.payment-sidebar .summary {
    position: relative !important;
}

.account_infos_form .form-group input:not([type="radio"]) {
    border: 1px solid rgba(229, 229, 229, 1);
    outline: none;
    border-radius: 0;,
outline: none;
    padding: 8px 12px;
}

.account_infos_form .form-group input:hover {
    border: 1px solid rgba(148, 149, 148, 1);
}

.account_infos_form .form-group input:focus {
    border: 1px solid rgba(148, 149, 148, 1);
}

.address_edit_div .form-group input:not([type="radio"]) {
    border: 1px solid rgba(229, 229, 229, 1);
    outline: none;
    border-radius: 0.188rem;,
outline: none;
    padding: 8px 12px;
}

.address_edit_div .form-group input:hover {
    border: 1px solid rgba(148, 149, 148, 1);
}

.address_edit_div .form-group input:focus {
    border: 1px solid rgba(148, 149, 148, 1);
}

.cart .box-title h4 {
    margin: 0 0 30px 0;
}

.cart .form-check-input:checked, .address_edit_div .form-check-input:checked, .account_infos_form .form-check-input:checked {
    border-color: #2E5160;
    background-color: #2E5160;
    outline: none !important;
}

.coupon-code-wrapper .coupon-checker {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    color: #000;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.coupon-code-wrapper .coupon-checker svg {
    margin-left: 5px;
}

/* sepet end */

/* kategori start */

/* yeni koleksiyon sayfasi */

.yeni-koleksiyon-satis-nav-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Didot";
    font-weight: lighter;
    /*font-size: 1.5vw;*/
    color: #2E5160;
}

.yeni-koleksiyon-satis-nav-child-container {
    display: flex;
    /*justify-content: flex-start;*/
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.yeni-koleksiyon-satis-nav-child:nth-child(2) {
    font-family: "Fira Sans";
    position: relative;
    left: 1vw;
    line-height: 90px;
}

.yeni-koleksiyon-satis-nav-child {
    font-family: "Fira Sans";
    font-size: .9vw;
    color: #2E5160;
}

.yeni-koleksiyon-satis-nav-child:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}

.yeni-koleksiyon-satis-nav-child:first-child button {
    position: relative;
    border: none;
    background-color: transparent;
    top: .3vh;
    cursor: pointer;
}

.yeni-koleksiyon-satis-page-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.yeni-koleksiyon-satis-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    transition: opacity 0.5s ease;
    justify-content: left;
    margin-bottom: 10vh;
}

.yeni-koleksiyon-satis-page-child {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    flex-direction: column;
    opacity: 1;
    width: 25%;
    /*width: 100%;*/
    /*height: max-content;*/
    transition: opacity 0.5s ease;
    box-sizing: border-box;
    padding: 0 8px;
    margin-bottom: 5%;
}

.favori-list .yeni-koleksiyon-satis-page-child {
    width: 100% !important;
}

.search-product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list a,
.text-muted a {
    color: #2E5160 !important;
}

.badge {
    background-color: #2E5160 !important;
}

.swal2-styled.swal2-confirm {
    background-color: #2E5160 !important;
    border-color: #2E5160 !important;
}


.yeni-koleksiyon-satis-page .yeni-koleksiyon-satis-page-child {
    width: 25%;
    margin-bottom: 5%;
}

.yeni-koleksiyon-satis-page-child:hover img:last-child {
    opacity: 1;
}

.yeni-koleksiyon-satis-page-child.visible {
    opacity: 1;
    visibility: visible;
}

.yeni-koleksiyon-satis-image {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    /*background: #d3d3d3;*/
    width: 100%;
    /*height: 70vh;*/
    cursor: default;
    overflow: hidden;
    transition: 0.5s;
    /*margin-bottom: .6vw;*/
    flex: 1;
}

.yeni-koleksiyon-satis-product-image {
    /*position: absolute;*/
    /*height: 100% !important;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

.yeni-koleksiyon-satis-product-image img {
    /* position: absolute; */
    top: 0;
    left: 0;
    /* opacity: 0; */
    /*height: 100%;*/
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.yeni-koleksiyon-satis-child {
    /*display: flex;*/
    font-family: "Fira Sans";
    font-weight: 300;
    font-size: 15px;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

.yeni-koleksiyon-satis-child p {
    margin: 0;
    font-weight: 600;
}

.yeni-koleksiyon-satis-child p a {
    color: black;
}

.yeni-koleksiyon-satis-text {
    width: 100%;
    height: 75px;
    margin-top: auto;
}


.yeni-koleksiyon-satis-child-price p {
    font-family: "Fira Sans";
    font-size: .9vw;
    white-space: nowrap;
    font-weight: 300;
}

.yeni-koleksiyon-satis-child-price s {
    margin-top: -2vh;
    font-family: "Fira Sans";
    font-size: .9vw;
}

.yeni-koleksiyon-satis-text span {
    font-family: "Fira Sans";
    font-weight: 150;
    font-size: .8vw;
}


.yeni-koleksiyon-satis-image-child img:first-child {
    height: 3vh;
    width: 3vh;
    position: relative;
    top: 1vh;
    left: 1.1vw;
}

.yeni-koleksiyon-satis-image-child img:last-child {
    height: 3vh;
    width: 3vh;
    position: relative;
    top: 63vh;
    right: .5vw;
}

.genel-opac-line-up {
    width: 100%;
    height: .1vh;
    background: gray;
    opacity: 0.2;
    margin-bottom: 2vh;
}

.genel-opac-line-down {
    width: 100%;
    height: .1vh;
    background: gray;
    opacity: 0.2;
    margin-top: 2vh;
    margin-bottom: 5vh;
}

.yeni-koleksiyon-satis-nav-child:first-child {
    border-right: 1px solid #e6e6e6;
}

.yeni-koleksiyon-satis-nav-child:first-child .genel-opac-line-mid {
    width: .1vh;
    height: 7.8vh;
    background: gray;
    opacity: 0.2;
    position: absolute;
    top: -2.2vh;
    left: 15vh;
}

.yeni-koleksiyon-satis-nav-child:last-child a:hover {
    color: #317d9e;
}

.yeni-koleksiyon-satis-nav-child:last-child button:hover {
    color: #317d9e;
}

.yeni-koleksiyon-satis-nav-child:last-child .genel-opac-line-mid:first-child {
    width: .1vh;
    height: 7.3vh;
    background: gray;
    opacity: 0.2;
    position: absolute;
    margin-right: 17vw;
}

.yeni-koleksiyon-satis-nav-child:last-child .genel-opac-line-mid:last-child {
    width: .1vh;
    height: 7.3vh;
    background: gray;
    opacity: 0.2;
    position: absolute;
    margin-left: 4vw;
}

.yeni-koleksiyon-indirim {
    display: flex;
    justify-content: center;
    align-items: center;
    /*height: 5vh;*/
    width: 15%;
    color: #fff;
    background-color: #2E5160;
    font-family: "Didot";
    position: absolute;
    left: 10px;
    top: 10px;
}

.yeni-koleksiyon-indirim p {
    font-size: 14px;
    margin: 0;
    font-family: "Fira Sans";
}


.yeni-koleksiyon-satis-nav-child {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2E5160;
    position: relative;
    height: 90px;
}

.yeni-koleksiyon-satis-nav-child a {
    cursor: pointer;
    color: #2E5160;
}

/*  */

.yeni-dropbtn {
    font-family: "Fira Sans";
    background: transparent;
    color: #2E5160;
    font-size: 1vw;
    border: none;
    cursor: pointer;
}

.yeni-dropdown {
    position: relative;
    display: grid;
    height: 100%;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0 15px;
}

.dropdown-content-filter {
    color: #2E5160;
}

.yeni-dropdown-content {
    transition: opacity 0.3s ease-in-out;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: transparent;
    top: 70px;
    /*left: 28px;*/
}

.yeni-dropdown-content a {
    font-family: "Fira Sans";
    font-size: .8vw;
    color: #2E5160;
    width: auto;
    height: 5vh;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(128, 128, 128, 0.2);
    position: relative;
    top: 2vh;
    /*left: -1.51vw;*/
    transition: opacity 0.3s ease-in-out;
}

.yeni-dropdown-content a {
    background: #F9F7F3;
}

.yeni-dropdown-content a:hover {
    background-color: #f1f1f1;
}

.yeni-dropdown:hover .yeni-dropdown-content {
    display: block;
}

.yeni-dropdown.open #sort-icon {
    transform: rotate(180deg);
}

.dropdown-main {
    border-bottom: thin solid rgba(128, 128, 128, 0.15);
}

.kategori .yeni-koleksiyon-satis-page-child {
    height: 100%;
    min-height: 150px;
}

.kategori .yeni-koleksiyon-satis-image,
.kategori .yeni-koleksiyon-satis-product-image,
.kategori .yeni-koleksiyon-satis-product-image img {
    height: 100%;
}

.search-product-list .yeni-koleksiyon-satis-image,
.search-product-list .yeni-koleksiyon-satis-product-image,
.search-product-list .yeni-koleksiyon-satis-product-image img {
    height: 100%;
}

/* button  */
.basket-register {
    background-color: #2E5160;
    color: white;
    border-radius: 0 !important;
}

.verification-code-info {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #6c6c6c;
}

.verification-code-error {
    padding: 0.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    color: #ca3a3a;
}

.verification-code-info p {
    margin: 0;
}

.verification-code-inputs {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    align-items: center;
}

.verification-code-inputs::before {
    content: '';
    background: black;
    width: 6px;
    height: 1px;
    position: absolute;
}

.verification-code-inputs input {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.4rem;
    min-width: 0;
    border-radius: 5px !important;
}

.verification-code-inputs input:focus {
    border-color: #ED8B5F;
}

.verification-code-inputs input:last-child {
    margin-right: 0;
}

.verification-modal-dialog {

    top: 50%;
    transform: translateY(-50%);
}

.verification-modal-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

#verifyBtn {
    background: transparent;
    border: 1px solid black;
    color: black;
    padding: 10px 20px;
    transition: .3s;
    position: relative;
    left: 100%;
    transform: translateX(-100%);
}

#verifyBtn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#verifyBtn:hover {
    background: #2e5160;
    border-color: #2e5160;
    color: white;
}

.verification-modal-dialog .modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.verification-modal-dialog .modal-body {
    padding-top: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.verification-code-inputs {
    margin-bottom: 30px;
}

.basket-register:hover {
    border-color: #2E5160;
    color: #2E5160;
}

.contact_header {
    padding-top: 11rem;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select-custom {
    margin-top: 10px;
}

.product-details-quantity input {
    width: 25%;
}

#addToBasket {
    width: 75%;
    margin-left: 15px;
}

.city_district_group {
    align-items: end !important;
}

/* account-menu */

.account-menu a:hover {
    opacity: 1;
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
}

.reset-password-out-h1 {
    text-align: center;
    padding-top: 10rem;
    font-size: 40px;
    font-family: "Fira Sans";
    font-weight: 300;
    color: #2E5160;
}

.reset-password-out form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 35%;
    margin: auto;
}

.reset-password-out-button {
    background-color: #2E5160;
    color: white;
    margin: 20px 0;
    border-radius: 0;
    padding: 12px 24px;
}

.reset-password-out-button:hover {
    background-color: white;
    color: #2E5160;
    border: 1px solid #2E5160;
}

.reset_password_div small {
    color: #2E5160;
}

.reset_password_div h1 {
    color: #2E5160;
}


.reset_password_div button {
    background: #2E5160;
}

.reset_password_div button:hover {
    background: #ffffff;
    color: #2E5160;
    border: 1px solid #2E5160;
}

.reset_password_div button:active {
    background-color: white !important;
    color: #2E5160 !important;
    border: 1px solid #2E5160 !important;
}

.reset-password-out form div {
    margin-top: 15px;
    width: 100%;
}

.reset-password-out input {
    border: 1px solid rgba(229, 229, 229, 1);
    outline: none;
    border-radius: 0.188rem;
    padding: 8px 12px;
    width: 100%;
}

.iletisim-button-container button {
    border: 2px solid #2E5160;
    background: #2E5160;
}

.iletisim-button-container button:hover {
    background: white;
    color: #2E5160;
}

.summary {
    position: sticky;
    top: 15%;
}

.share-wp .btn-success {
    border-radius: 0 !important;
}

.detay_mid .product-name svg {
    cursor: pointer;
    float: right;
}

.share-wp svg {
    cursor: pointer;
    float: left !important;
    margin-right: 5px;
}

#share-button {
    display: flex;
    align-items: center;
}

.detay_mid .product-name svg {
    color: red;
}

.detay_mid .product-name svg:hover {
    fill: red;
}

.page-content {
    margin-top: 10rem;
}

.modal-content {
    border-radius: 0 !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: visible !important;
    padding-right: 0 !important;
}

body.modal-open {
    overflow: visible !important;
    padding-right: 0 !important;
}

.search-box-flex.scrolled .search-box a {
    color: #2E5160;
    height: 20px;
    display: flex;
    align-items: center;
}

#closeSearchBox svg {
    height: 20px;
}

.kayit-olmak-istemiyorum {
    background-color: #2E5160;
    border-radius: 0 !important;
    color: white;
}

.kayit-olmak-istemiyorum:hover {
    border: 1px solid #2E5160;
    background-color: white;
    color: #2E5160 !important;
}

.siparis-ozet-btn,
.last-ozet {
    border-radius: 0 !important;
}

.ozet-kayit-tamamla {
    background-color: #2E5160;
    border: 1px solid #2E5160;
    color: white;
    border-radius: 0 !important;
}

.ozet-kayit-tamamla:hover {
    border: 1px solid #2E5160;
    background-color: white;
    color: #2E5160;
}

.gonca-button-anasayfa {
    background-color: #2E5160;
    color: white;
}

.gonca-button-anasayfa:hover {
    background-color: white;
    color: #2E5160;
    border: 1px solid #2E5160;
}

.order-summary .media {
    width: 7%;
}

.order-summary .product-list li span {
    display: flex;
    align-items: center;
}

.order-list-images {
    margin-bottom: 50px;
}

.kurumsal-banka-mobile {
    width: 50% !important;
}

.kurumsal-banka th, .bank-list h4 {
    color: #2E5160 !important;
}

.filter-product {
    margin-right: 10px;
}

.filter-product select {
    padding: 5px;
    border-radius: 0;
    color: #2E5160;
    border-color: #2E5160;
}

.filter-product form:focus-visible {
    border-color: #2E5160 !important;
}

.mobil-logo img, .footer-logo img {
   /* width: 150px;*/
    width: 30%;
    margin: 15px auto;
}

.page-content .search-product-list {
    margin: 10% auto;
}

.responsive-search-container form {
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
}


/*####### URUN DETAY DEGERLENDIRME #######*/

.urun-degerlendirmeler {
    width: 100%;
    margin-block: 25px 80px;
}

.urun-degerlendirme-baslik {
    text-align: center;
    font-size: 21px;
    font-weight: 500;
}

.urun-degerlendirme-content {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.urun-detay-container .yorum-container {
    width: 100%;
    margin-inline: auto;
    display: grid;
    row-gap: 5%;
}

.yorum-container .yorum-top {
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: center;

    row-gap: 30%;
}


.yorum-container .yorum-top .yorum-top-left {
    display: flex;
    position: relative;
}

.yorum-container .yorum-top .yorum-top-right {
    justify-content: space-between;
}

.yorum-sayisi svg {
    transition: 1s ease !important;
}

.yorum-sayisi svg {

    transition: 1s !important;
}

.yorum-sayisi button {
    border: 1px solid #2E5160;
    border-radius: 0;
    color: #2E5160;
}

.yorum-sayisi button:hover {
    background-color: #2E5160;
    border: 1px solid #2E5160;
    border-radius: 0;
    color: white;
}

.yorum-container .deeg {
    transform: rotate(180deg);
}

.rounded {
    border-radius: 0 !important;
}

.yorum-top-left .degerlendirme-dropdown {

    top: 100%;
    width: 400px;
    background: #fff;
    padding: 15px 15px 25px;
    transition: 0.8s ease-in;
    transform: translate(0) !important;
}

.degerlendirme-dropdown .degerlendirme-puan {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.degerlendirme-dropdown .degerlendirme-puan .fa-star {
    color: #f6ca5b;
    font-size: 28px;
    margin-right: 10px;
}

.degerlendirme-dropdown .degerlendirme-puan span {
    font-size: 28px;
    font-weight: bold;
}

.degerlendirme-dropdown .degerlendirme-rows {

}

.degerlendirme-rows .degerlendirme-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.degerlendirme-rows .degerlendirme-row:not(:last-of-type) {
    margin-bottom: 5px;
}

.degerlendirme-rows .degerlendirme-row .degerlendirme-stars {
    color: #f6ca5b;
    white-space: nowrap;
}

.degerlendirme-rows .degerlendirme-row .degerlendirme-stars .fa-star {

}

.degerlendirme-rows .degerlendirme-row .degerlendirme-bar {
    width: 60%;
    background: #e9e8e8;
    height: 12px;
    margin-right: 10px;
    border-radius: 3px;
}

.degerlendirme-rows .degerlendirme-row .degerlendirme-sayi {
    font-size: 15px;
}

.yorum-top-left .yorum-stars {
    margin-right: 10px;
}

.yorum-top-left .yorum-sayisi {
    cursor: pointer !important;
}

.yorum-top-left .dropdown-menu {
    scale: 0.8 !important;

}

.yorum-top-left .dropdown-menu.show {
    left: -63% !important;
    display: block !important;
    scale: 1 !important;
}

.yorum-top-right .dropdown-menu.show {
    left: -63% !important;
    display: block !important;

}

.modal-content {
    border: none !important;
    height: 100%;
}

.modal-content .modal-body {
    padding-top: 0;
}

.swiper-slide .swiper-header {
    width: 100%;

}


.mySwiperRline .swiper-body {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 90%;
    justify-content: center;

}

.swiper-slide-3 .swiper-body {
    height: 100%;
}

.swiper-slide-1
.starrating > input {
    display: none;
}

/* Remove radio buttons */

.swiper-slide-1 .starrating > label:before {
    content: "\f005"; /* Star */
    margin: 2px;
    font-size: 50px;
    font-family: FontAwesome;
    display: inline-block;
}

.swiper-slide-1 .starrating > label {
    transition: 0.1s ease-in;
    background-image: linear-gradient(to right, rgb(87, 87, 87), #0e0e0e);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.swiper-slide-1 .starrating > input:checked ~ label {
    color: #ffca08;
    content: "\f005";
}

/* Set yellow color when star checked */

.swiper-slide-1 .starrating > input:hover ~ label {
    color: #ffca08;
    content: "\f005";
    opacity: 0.8;
}

.swiper-slide-1 .swiper-body {
    align-items: start;
}

.swiper-slide-1 .swiper-body .star-row {
    width: 100%;
    margin: auto;
    justify-content: center;
}

/* Set yellow color when star hover */


.yorum-container .yorum-modal .modal-dialog {
    width: 30% !important;
    max-width: 30% !important;
    margin: auto;

}

.swiper-container.main-slider.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Karartma rengi */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.urun-detay-left .swiper-container.main-slider img {
    max-height: 100%;
    height: auto;
    object-fit: cover;
}

.urun-detay-left .thumbs-slider img {
    max-height: 90px !important;
    max-width: 139px !important;
}

.urun-detay-left-modal {
    position: fixed;
    width: 90%;
    height: 90%;
    background: #000000B2;
    display: none;
    opacity: 0;
    transform: scale(0.9);
}


.yorum-modal .yorum-form {
    height: 100% !important;
}

.yorum-modal .mySwiperRline {
    height: 100% !important;
}


.yorum-modal .mySwiperRline .bottom-group-swiper {
    position: relative;
    display: flex !important;
    bottom: 0;
    opacity: 1;
    z-index: 1;
    column-gap: 3%;
    align-items: center !important;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.blog-article {
    width: auto;
}

.yorum-modal .mySwiperRline .bottom-group-swiper .swiper-paginationRline {

    justify-content: center !important;
    gap: var(--lxs-mpb-gap, calc(var(--lxs-spacing) * 2)) !important;
    display: flex !important;
    flex-direction: row !important;
}

.yorum-modal .mySwiperRline .bottom-group-swiper .swiper-paginationRline .swiper-pagination-bullet {
    max-width: 80px !important;
    transition: 0.5s !important;
    border-radius: 16px !important;
    height: 8px !important;
    background: rgb(0, 0, 0) !important;
    display: block;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
    flex-shrink: 1 !important;

}

.custom-qty {
    display: block;
    width: 15%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    outline: none !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.adet-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.urun-takim-modulex .adet-box input {
    width: 100% !important;
}

.main-adet-colagion span:first-child {
    font-size: 12px;

}

.custom-spin-relative .main-adet-colagion {
    display: flex;
    padding: 0 0 5%;
    align-items: center;
    column-gap: 20px;
}

.yorum-modal .mySwiperRline .bottom-group-swiper #submitFormButton {
    bottom: 0;
    display: block;
    padding: 2% 4%;
    cursor: pointer;,
    transition: 0.4s ease;
    color: white;
    background-color: #2E5160;
    border-radius: 0;
    border: 1px solid #2E5160;
}

.yorum-modal .mySwiperRline .bottom-group-swiper #submitFormButton:hover {
    background-color: white;
    color: #2E5160;
}


.mySwiperRline .swiper-slide-2 .swiper-body-header {
    margin: 5% 0;
    width: 100%;
}

.mySwiperRline .swiper-slide-2 .swiper-body-header h1 {
    font-size: 28px;
    font-weight: bold;
}

.mySwiperRline .swiper-slide-2 .compenent-row {
    width: 100%;
}

.mySwiperRline .swiper-slide-2 .compenent-row .compenent-box {
    gap: 10px;
    display: flex;
    flex-flow: column;
}

.mySwiperRline .swiper-slide-2 .compenent-box .textarea {
    width: 100%;
    height: 256px;
    max-height: 300px !important;
    display: block;
    border-radius: 8px;
    border: 1px solid #777777 !important;
    padding: 16px;
}

.mySwiperRline .swiper-slide-2 .compenent-box .textarea:first-child {

    height: 56px;
}

.mySwiperRline .swiper-slide-2 .compenent-box .textarea::placeholder {
    color: black;
}

.mySwiperRline .swiper-slide-3 .swiper-body .swiper-body-header {
    margin-bottom: 2%;

}

.mySwiperRline .swiper-slide-3 .swiper-body .swiper-body-header > * {
    font-weight: bold;
    font-size: 28px;

}

.mySwiperRline .swiper-slide-3 .form-col {
    margin: auto;
}

.mySwiperRline .swiper-slide-3 .form-col .row {
    --bs-gutter-y: 6%;
}

.mySwiperRline .swiper-slide-3 .form-col .row .input-parameter:nth-child(3) {
    margin-top: 4%;
}

.mySwiperRline .swiper-slide-3 .form-col .input-parameter {
    text-align: left;
}

.mySwiperRline .swiper-slide-3 .form-col .kvkk-politic {
    color: #474747D7;
    font-size: 14px;
    font-weight: 600;
}


.mySwiperRline .swiper-slide-3 .form-col .input-parameter > * {
    margin: 1% 0;
}

.mySwiperRline .swiper-slide-3 .form-col .input-parameter label {
    font-weight: bold;
    font-size: 16px;
}

.mySwiperRline .swiper-slide-3 .form-col .input-parameter label > * {
    color: #FF0000FF;
}

.mySwiperRline .swiper-slide-3 .form-col .input-parameter input {
    padding: 5%;
    width: 100%;
    height: 48px;

    border: 1px solid #777777 !important;
    border-radius: 8px;
}


.yorum-top-left .yorum-stars .fa-star {
    color: #f6ca5b;
    font-size: 20px;
}

.yorum-container .yorum-top .yorum-top-right {
    display: flex;
}

.yorum-container .kvkk-politic span {
    font-size: 12px;
    font-weight: 500;
    display: block;
    text-align: center;
}

.yorum-container .kvkk-politic span a {
    text-decoration: underline;


}

.yorum-top-right .yorum-yaz {
    margin-right: 10px;
    border: 1px solid #cecece;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.yorum-top-right .yorum-filter {
    width: 40px;
    height: 40px;
    border: 1px solid #cecece;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.yorum-top-right .yorum-filter .dropdown .dropdown-menu {

    z-index: 1;
    width: 275px;
    margin-top: 4px !important;
    left: -250px !important;
    right: 7px !important;
    border: none !important;
    padding: 20px 20px 8px;
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);
    border-radius: 4px !important;
    -webkit-box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.14);

}

.yorum-top-right .yorum-filter .dropdown .dropdown-menu .dropdown-item {

    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: none;
    width: 100%;
    padding-bottom: 20px !important;
    color: #000000;

    font-weight: 400;
    font-size: 14px;
    margin-bottom: 4px;

}

.yorum-top-right .yorum-filter .dropdown .dropdown-menu .dropdown-item svg {

    opacity: 0;
    visibility: hidden;

}

.yorum-top-right .yorum-filter .dropdown .dropdown-menu .dropdown-item.item-active svg {

    opacity: 1 !important;
    visibility: visible !important;

}

.yorum-top-right .yorum-filter .dropdown .dropdown-menu .dropdown-item a {


}


.yorum-top-right .yorum-filter .dropdown .dropdown-menu .dropdown-header-title {
    font-weight: 700 !important;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
}

.yorum-top-right .yorum-yaz:hover, .yorum-top-right .yorum-filter:hover {
    background: #efeeee;
}

.yorum-container .yorum-content {
    display: flex;
    width: 100%;
    margin-top: 20px;
    transition: 0.2s ease;

}


.modal-cont .show {
    display: flex !important;
    align-items: center !important;
    background: rgba(0, 0, 0, 0.53) !important;


}

.modal .modal-dialog {
    margin: auto !important;
}

.yorum-container .modal .modal-dialog {
    background-color: #fff !important;
    border-radius: 5px;
    height: 67%;

}

.yorum-container .modal-cont .first-modal .modal-dialog {
    background: #fff !important;
    max-width: 30% !important;


}

.yorum-container .modal .modal-dialog .modal-custom-header {
    padding: 5% 3% !important;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    z-index: 999999 !important;


}

.yorum-container .modal .modal-dialog .body-fancy {
    padding: 3%;


}

.yorum-container .modal .modal-dialog .modal-custom-header .close-btn {
    padding: 2%;
    border-radius: 8px;

    cursor: pointer !important;
    z-index: -9999 !important;
    background: none !important;
    transition: 0.3s ease-in !important;


}

.yorum-container .modal .modal-dialog .modal-custom-header .close-btn:hover {
    transform: scale(1.1) !important;


}

.yorum-container .modal .modal-dialog .modal-custom-header .close-icon .close-icon {
    color: #000000;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header {
    padding: 3%;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .degerlendirme-stars {
    color: #f6ca5b;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .first-col,
.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .second-col {
    display: block;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .second-col {
    text-align: end;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .second-col .date-function > * {
    color: #767676;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-header .degerlendirme-row .first-col .yorum-person {
    column-gap: 3%;
    display: flex !important;


}

.yorum-container .modal .modal-dialog .modal-custom-body .body-fancy {
    padding: 3% !important;
    font-weight: 600;
}

.yorum-container .modal .modal-dialog .modal-custom-body .body-fancy .yorum-text {
    font-size: 16px;
    line-height: 24px;
}

.yorum-content .yorum-box {
    cursor: pointer;
    height: fit-content;
    /*border: 1px solid #dfdddd;*/
    padding: 10px;
    display: flex;
    flex-direction: column;
}

/*.yorum-content .yorum-box:not(:last-of-type) {
    margin-right: 12px;
}*/

.yorum-content .yorum-box .yorum-user {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.yorum-content .yorum-box .yorum-date {
    font-size: 11px;
    color: #555;
    font-weight: 500;
    margin-bottom: 5px;
}

.yorum-content .yorum-box .yorum-box-stars {
    font-size: 13px;
    color: #f6ca5b;
    margin-bottom: 5px;
}

.yorum-content .yorum-box .yorum-icerik {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.urun-degerlendirme-left {
    width: 50%;
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 140px;
    font-size: 14px;
}

.urun-degerlendirme-left .yorum-yok {
    font-weight: 500;
}

.urun-degerlendirme-left .yorum-yok-stars {
    color: goldenrod;
}

.urun-degerlendirme-right {
    width: 50%;
    padding: 20px 85px;
    border-left: 1px solid #eaeaea;
}

.urun-degerlendirme-right a {
    padding: 15px 35px;
    background: #302728;
    border: 2px solid goldenrod;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.btn-outline-secondary{
    border-radius: 0;
}

.btn-outline-secondary:hover {
    background-color: #2E5160;
}

.yorum-yap-btn {
    background-color: #2E5160 ;
    color: white;
    border-radius: 0;
}

.yorum-yap-btn:hover{
    border-color: #2E5160;
    color: #2E5160;
}

#urunTab #urun-tab, #yorum-tab {
    color:  #2E5160 !important;
    border-radius: 0;
}


.zoom-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.zoom-image {
    transition: transform 1s ease !important;
    width: 100% !important;
    transform: scale(1) !important;
}

.zoom-wrapper.zoomed .zoom-image {
    transform: scale(1.1) !important;
    transition: transform 1s ease !important;
}

.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: rgba(255,255,255,0.9);
    padding: 5px;
    border-radius: 50%;
    display: none;
    z-index: 2;
    transition: all 0.3s ease;
}

.zoom-wrapper:hover .favorite-icon {
    display: block;
}

.heart-icon-svg {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.yeni-koleksiyon-satis-product-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.detayli-incele-hover {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    background-color: rgba(255, 255, 255, 1);
    color: #2E5160;
    padding: 10px 18px;
    font-size: 14px;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    pointer-events: none;
    white-space: nowrap;
}

.yeni-koleksiyon-satis-product-image:hover .detayli-incele-hover {
    transform: translate(-50%, -30%);
    opacity: 1;
    pointer-events: auto;
}

.detayli-incele-hover:hover {
    background-color: #2E5160;
    color: #fff;
    cursor: pointer;
}

.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
}

.favorite-icon .favori-ekle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.favorite-icon .favori-ekle:hover {
    background-color: #f2f2f2;
}

.favorite-icon .fa-heart {
    font-size: 16px;
    color: #E91E63;
}

/***********************************
*! GONCA MAIN
**********************************/

.goncabgcolor {
    background: #2E5160 !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
}

.goncabgcolor:hover {
    background: #ffffff !important;
    color: #2E5160 !important;
    border: 1px solid #2E5160 !important;
}

.gonca-button-custom {
    padding: 8px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent !important;
    background: #2e5160;
    cursor: pointer !important;
    border-radius: 0 !important;
    border: 1px solid transparent;
}

.gonca-button-custom:hover {
    color: #2E5160;
    background: #fff;
    border: 1px solid #2e5160 !important;
}

.gonca-bilgilendirme-text h1 {
    font-size: 1.2rem;
    color: #575757;
    font-weight: 300;
}

.gonca-bilgilendirme-text p:nth-child(2), .gonca-bilgilendirme-text p:nth-child(3), .gonca-bilgilendirme-text p:nth-child(4) {
    font-size: 2.2rem;
    line-height: 3rem;
    color: #000000;
    font-weight: normal;
}

.gonca-bilgilendirme-text p:nth-child(4) {
    margin-bottom: 1rem;
}

.gonca-bilgilendirme-text p {
    line-height: 3vh;
    font-size: 1.3rem;
    font-weight: 300;
    color: #575757;
    margin-bottom: 0;
}

.gonca-white-page .wide-line {
    margin-top: 1rem;
}

.gonca-text-haber h1 {
    font-size: 1.2rem;
    color: #575757;
    font-weight: 300;
}

.gonca-text-haber p:nth-child(2) {
    font-size: 2.2rem;
    width: 60%;
    line-height: 3rem;
}

.gonca-text-haber p:nth-child(3) {
    width: 70%;
    line-height: 3vh;
    font-size: 1.3rem;
    font-weight: 300;
    color: #575757;
}

.gonca-text-sosyal h1 {
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 15px;
}

.gonca-white-page {
    margin-top: 15vh;
    margin-bottom: 5rem;
    background: #d5e2e8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    transition: 1s ease;
}

.gonca-image {
    position: relative;
    height: 100%;
    width: 50%;
    object-fit: cover;
    overflow: hidden;
}

.gonca-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.gonca-text-container {
    width: 50%;
    padding-left: 3%;
}

.gonca-text-container h6 {
    display: inline;
    font-family: "Fira Sans";
    font-size: 1vw;
    font-weight: 250;
    line-height: 3vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.gonca-text-container h5 {
    display: inline;
    font-family: "Didot";
    font-size: 2.5vw;
    font-weight: normal;
    line-height: 3.6vw;
    font-style: normal;
    text-align: left;
    color: #000000;
}

.gonca-text-container span {
    font-family: "Fira Sans";
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.7vw;
    font-style: normal;
    letter-spacing: .3px;
    text-align: left;
    color: #575757;
}

.gonca-icon-arrow {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateX(-2px);
    z-index: 99;
}

.gonca-link {
    transition: transform 0.2s ease;
}

.gonca-link.animate-text {
    transform: translateX(-10px);
    transition: transform 0.5s ease;
}

.gonca-icon-arrow.animate-icon {
    opacity: 1;
    transform: translateX(2px);
    transition: all 0.2s ease;
}

.gonca-link.reset-text {
    transform: translateX(0);
}

.gonca-icon-arrow.reset-icon {
    opacity: 0;
    transform: translateX(-20px);
}

.gonca-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    width: 16vw;
    height: 6vh;
    background: #2e5160;
    margin-top: 3rem;
    cursor: pointer;
    transition: transform 0.5s ease;
}

.gonca-button-container a {
    position: relative;
    /*left: 1rem;*/
    font-family: 'Didot';
    font-size: 1.2vw;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.gonca-button-container:hover {
    background: #ffffff;
    border: 1px solid #2E5160;
}

.gonca-button-container:hover a {
    color: #2e5160;
}

.gonca-button-container .icon-arrow {
    background: white;
}

.summary-cart {
    background-color: #fafafa;
}

.content-scroll{
    max-height: 500px;
    height: 500px;
    overflow-y: scroll;
}