@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*:not(i) {
    font-family: 'Kanit', sans-serif;
}

html{
    overflow-x: hidden !important;
}

body a {
    color: inherit;
    text-decoration: unset;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

body a:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body img {
    width: 100%;
    display: block;
}

body ins {
    text-decoration: unset;
}

body strong {
    font-weight: 500;
}

html {
    overflow-x: hidden !important;
}

html body {
    font-family: 'Kanit', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #FAFAFA;
    color: #545454;
    overflow-x: unset;
}

body button {
    background-color: unset;
    border: unset;
    cursor: pointer;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body .swiper {
    overflow: hidden;
    height: 0;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-verical {
    height: fit-content;
    width: 100%;
}

body input:focus,
body textarea:focus,
body select:focus {
    outline: 0 !important;
}

body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible {
    outline: 0 !important;
}

body .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

body .row>* {
    position: relative;
    width: 100%;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.yonkasoft-header {
    padding: 0;
    width: 100%;
    /* position: relative; */
}

.yonkasoft-header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 40px;
    height: 100%;
    position: relative;
}

.yonkasoft-header .header-wrap .header-left-item {
    display: flex;
    align-items: center;
    flex: 3;
    gap: 20px;
}

.yonkasoft-header .header-wrap .menu-item {
    position: relative;
}

.yonkasoft-header .header-wrap .menu-item.mega-menu {}

.yonkasoft-header .header-wrap .menu-item button.categor {}

.yonkasoft-header .header-wrap .menu-item button.category-buton {
    background-color: #FEBA17;
    color: #fff;
    height: 45px;
    border-radius: 50px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    justify-content: center;
    z-index: 9999;
    position: relative;
}

.yonkasoft-header .header-wrap .menu-item button.category-buton.active {
    border-radius: 20px 20px 0 0;
}

.yonkasoft-header .header-wrap .menu-item button.category-buton.active i {}

.yonkasoft-header .header-wrap .menu-item button.category-buton i {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.yonkasoft-header .header-wrap .menu-item button.category-buton span {}

.yonkasoft-header .header-wrap .menu-item.search-item {
    flex: 2;
    position: relative;
}

.yonkasoft-header .header-wrap .menu-item form {
    background-color: #fff;
    border-radius: 50px;
    height: 45px;
    padding: 0 15px;
    border: 1px solid #EDEDED;
}

.yonkasoft-header .header-wrap .menu-item form .search-box {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.yonkasoft-header .header-wrap .menu-item form .search-box i {
    color: #FEBA17;
    font-size: 20px;
}

.yonkasoft-header .header-wrap .menu-item form .search-box input {
    background-color: unset;
    border: unset;
    font-size: 14px;
    font-weight: 200;
    color: #545454;
    padding: 0;
    padding-left: 12px;
    width: 100%;
    height: 100%;
}

.yonkasoft-header .header-wrap .menu-item form .search-box input::placeholder {
    color: #868686;
}

.yonkasoft-header .header-wrap .menu-item form .search-box button {
    background-color: #FFF2BB;
    height: 30px;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 12px;
    color: #545454;
}

.yonkasoft-header .header-wrap .menu-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    position: relative;
    height: 100%;
}


.yonkasoft-header .header-wrap .menu-group .menu-item button,
.yonkasoft-header .header-wrap .menu-group .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 15px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item.login-vector {}

.yonkasoft-header .header-wrap .menu-group .menu-item.login-vector button {}

.yonkasoft-header .header-wrap .menu-group .menu-item.login-vector button i.drop {
    font-size: 14px;
    line-height: 1;
}

.yonkasoft-header .header-wrap .menu-group .menu-item button i,
.yonkasoft-header .header-wrap .menu-group .menu-item a i {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    margin-right: 4px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item button img,
.yonkasoft-header .header-wrap .menu-group .menu-item a img {
    width: 20px;
    height: auto;
    position: relative;
    margin-right: 5px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item .basket-counter {
    background-color: #ffffff;
    width: 20px;
    height: 20px;
    color: #FEBA17;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 100%;
    position: relative;
    margin: 0 0 0 7px;
    right: unset;
    top: unset;
}

.yonkasoft-header .header-wrap .header-middle-item {
    flex: 1.5;
    display: flex;
    justify-content: center;
    position: relative;
}

.yonkasoft-header .header-wrap .header-middle-item form {
    width: 100%;
}

.yonkasoft-header .header-wrap .header-right-item {
    flex: 3;
}

.yonkasoft-header .logo {}

.yonkasoft-header .logo a {
    display: block;
    height: 100%;
    width: 100%;
}

.yonkasoft-header .logo img {
    width: 150px;
    height: 100%;
    object-fit: contain;
}

.yonkasoft-header .topbar {
    padding: 10px 0;
}

.yonkasoft-header .topbar .social a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.yonkasoft-header .topbar .social a img {
    width: 17px;
}

.yonkasoft-header .topbar .topbar-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yonkasoft-header .topbar .topbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yonkasoft-header .topbar .topbar-flex .topbar-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.yonkasoft-header .topbar .topbar-flex .topbar-right {
    display: flex;
    gap: 20px;
}

.yonkasoft-header .topbar .topbar-flex .topbar-left a {}

.yonkasoft-header .topbar .topbar-flex .topbar-right a {}

.yonkasoft-header .topbar .topbar-flex a {
    display: flex;
    align-items: center;
    color: #545454;
    font-weight: 200;
    font-size: 14px;
    gap: 7px;
    font-weight: 400;
}

.yonkasoft-header .topbar .topbar-flex .topbar-left a i {
    width: 30px;
    height: 30px;
    display: flex;
    background-color: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    font-size: 16px;
    line-height: 1;
}

.yonkasoft-header .topbar .topbar-flex .topbar-left a span {}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris {
    background-color: #FEBA17;
    height: 30px;
    padding: 0 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    gap: 5px;
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris i {
    font-size: 16px;
    line-height: 1;
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris span {}

.yonkasoft-header .header-main {
    border-width: 1px 0;
    border-style: solid;
    border-color: #E7E7E7;
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
}

.yonkasoft-header .header-main::before {
    content: "";
    width: 10000%;
    height: 100%;
    position: absolute;
    right: 100%;
    top: -1px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E7E7E7;
    box-sizing: content-box;
}

.yonkasoft-header .header-main::after {
    content: "";
    width: 10000%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: -1px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #E7E7E7;
    box-sizing: content-box;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector {
    height: 65px;
    background-color: #FEBA17;
    padding-left: 15px;
    border-radius: 100px 0 0 100px;
    transition: all .4s ease-in-out;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector:hover {
    background-color: #545454;
    transition: all .4s ease-in-out;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector:hover a {}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector:hover::before {
    background-color: #545454;
    transition: all .4s ease-in-out;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector::before {
    content: "";
    width: 10000%;
    left: 100%;
    top: 0px;
    position: absolute;
    height: 100%;
    background-color: #FEBA17;
    box-sizing: revert;
    transition: all .4s ease-in-out;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector a {
    height: 100%;
    color: #fff;
    font-size: 18px;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector a i {
    font-size: 24px;
    line-height: 1;
    font-weight: 200;
}

.yonkasoft-header .header-wrap .menu-item.shop-cart-vector a span {}

.head-menu {
    padding: 50px 0 0;
    border-bottom: 1px solid #D1D1D1;
}

.head-menu .category-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.head-menu .category-menu li {}

.head-menu .category-menu li img {
    width: 25px;
    height: 25px;
    display: block;
}

.head-menu .category-menu li.custom-menu-item {}

.head-menu .category-menu li.custom-menu-item img {
    background-color: #fff;
    border-radius: 100%;
    padding: 3px;
    width: 22px;
    height: 22px;
}

.head-menu .category-menu li.custom-menu-item a {
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #ac0000;
    border-radius: 50px;
    padding: 0 10px 0 7px;
    position: relative;
    top: -10px;
    font-size: 13px;
    height: 35px;
}

.head-menu .category-menu li a {
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    height: 40px;
}

.head-menu .category-menu li a i {}

.yk-category-card {}

.yk-category-card .card-media {
    background-color: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    padding: 10px;
}

.yk-category-card .card-media a {}

.yk-category-card .card-media a img {
    border-radius: 30px;
}

.yk-category-card .card-text {
    text-align: center;
    margin: 10px 0 0;
    line-height: 16px;
}

.yk-category-card .card-text a {
    font-size: 13px;
    font-weight: 300;
    color: #545454;
}

.yk-category-card:hover .card-text a {
    opacity: 0.8;
}

.category-group {
    padding: 25px 0;
}

.category-group.home-category-group {}

.category-group.home-category-group .yk-head {
    display: none;
}

.navigation-yk {
    display: flex;
    gap: 20px;
}

.navigation-yk button.swiper-button-lock {
    display: none;
}

.navigation-yk button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
    transition: 0.3s;
    border-radius: 100px;
}

.navigation-yk button.prev {
    left: 20px;
}

.navigation-yk button.next {
    right: 20px;
}

.navigation-yk button i {
    font-size: 22px;
    color: #fff;
}

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

.yk-head.blog-title {
    padding-top: 45px;
}

.yk-head h2,
.yk-head h2 a {
    font-size: 24px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.yk-head h2 img {
    width: 40px;
}

.yk-head h2 a:hover {
    color: #FEBA17;
}

.yk-head .yk-head-buton {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    background-color: #FFF2BB;
    color: #FEBA17;
}

.yk-head .yk-head-buton i {
    font-size: 18px;
}

.yk-head .yk-head-buton:hover {
    border-color: #FEBA17;
    color: #FEBA17;
}

.yk-head .yk-head-buton .icon {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    position: relative;
}

.yk-head .yk-head-buton .icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-color: #FEBA17;
    border-width: 1px;
    border-style: solid;
    border-radius: 100px;
}

.yk-head .yk-head-buton .icon img {
    width: 18px;
}

.yonkasoft-lead {
    position: relative;
}

.yonkasoft-lead .lead-wrapper {}

.yonkasoft-lead .lead-wrapper .lead-parent {}

.swiper.swiper-lead {}

.swiper.swiper-lead .swiper-slide {}

.swiper.swiper-lead .swiper-slide a {}

.swiper.swiper-lead .swiper-slide a img {
    border-radius: 50px;
}

body .yonkasoft-commerce-features {
    margin: 40px 0 0;
}

body .yonkasoft-commerce-features .features-wrapper {}

body .yonkasoft-commerce-features .features-wrapper .group-yk-lg-4 {
    gap: 0 40px;
}


.yonkasoft-commerce-features .features-card {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 20px;
}

.yonkasoft-commerce-features .features-card:not(:last-child) {}

.yonkasoft-commerce-features .features-card:not(:last-child)::before {
    content: "";
    width: 40px;
    height: 5px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #fff;
}

.yonkasoft-commerce-features .features-card .icon {}

.yonkasoft-commerce-features .features-card .cont {
    width: fit-content;
    flex: 4;
}

.yonkasoft-commerce-features .features-card .icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.yonkasoft-commerce-features .features-card h3 {
    font-size: 15px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 5px;
}

.yonkasoft-commerce-features .features-card h3 span {
    color: #545454;
}

.yonkasoft-commerce-features .features-card p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #AEAEAE;
}

.yonkasoft-commerce-features .features-card p span {
    color: #545454;
}

.yk-product-card {
    border-radius: 30px;
    border: 1px solid #D9D9D9;
    height: fit-content;
}

.yk-product-card:hover .card-content {
    background-color: #fff;
}

.yk-product-card .card-media {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
}

.yk-product-card .card-media a {
    display: block;
}

.yk-product-card a.ekleFavori {
    background-color: #FFF2BB;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    border: 1px solid #FEBA17;
    font-size: 18px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translateX(70px);
}

.yk-product-card .card-media a img {
    width: 100%;
    display: block;
    object-fit: contain;
    height: 350px;
    padding: 10px 0;
}

.yk-product-card:hover .card-content .ekleFavori {
    transition: all .4s;
    z-index: 99;
    transform: translate(0);
}

.yk-product-card.not-stock .card-content .ekleFavori {
    display: none;
}

body .ticket-flex {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 15px;
}

body .ticket-flex.ticket-left {
    left: 15px;
}

body .ticket-flex.ticket-right {
    right: 15px;
}

body .ticket-flex .pr-ticket {
    border: 3px solid #fff;
    border-radius: 100%;
}

body .ticket-flex .pr-ticket img {
    width: 40px;
}

body .main-product-slider .ticket-flex {
    z-index: 99;
}

body .main-product-slider .ticket-flex .ticket-left {}

body .main-product-slider .ticket-flex .ticket-right {}

body .main-product-slider .ticket-flex img {
    width: 55px;
}

.yk-product-card .card-content {
    padding: 20px;
    position: relative;
    text-align: center;
    border-radius: 0 0 30px 30px;
}

.yk-product-card .card-content .brands {
    color: #FEBA17;
    font-size: 14px;
    width: fit-content;
    margin: auto;
}

.yk-product-card .discount {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #FEBA17;
    font-size: 14px;
    font-weight: 400;
}

.yk-product-card .discount span {
    font-weight: 400;
    background-color: #FEBA17;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
}

.yk-product-card .card-content h3 {
    font-size: 15px;
    font-weight: 400;
    color: #545454;
    line-height: 22px;
    margin: 5px 0 15px;
    min-height: 50px;
}

.yk-product-card .card-content .price {
    display: flex;
    flex-direction: column;
    gap: 10px 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    min-height: 70px;
}

.yk-product-card .card-content .price .ust {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.yk-product-card .card-content .price .active-price {
    font-size: 20px;
    font-weight: 600;
    color: #545454;
    line-height: 1;
}

.yk-product-card .card-content .price del {
    font-size: 18px;
    font-weight: 300;
    color: #A0A0A0;
    margin: 5px 0 0;
}

.yk-product-card .card-content .price .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.yk-product-card .card-content .price .right .discount {
    font-size: 14px;
    font-weight: 500;
}

.yk-product-card .card-rating {
    border: unset;
    border-bottom: 1px solid #D9D9D9;
    border-top: 1px solid #d9d9d9;
    border-radius: 0;
    width: 100%;
    font-size: 12px;
    justify-content: center;
    gap: 10px;
    height: 35px;
    margin: 0;
    padding: 0 10px;
}

.yk-product-card .card-rating .rating-stars {}

.yk-product-card .card-rating .rating-stars i {
    font-size: 13px;
}

.yk-product-card .card-rating span.total {
    font-weight: 400;
    background-color: #FEBA17;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
}

.yk-product-card .card-rating span.count {
    color: #949494;
    font-size: 12px;
    font-weight: 400;
}

.yk-product-card .card-rating span.count span {
    margin: 0 2px;
}

.yk-product-card .card-buttons {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out;
}

.yk-product-card:hover .card-buttons {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transition: all .4s ease-out;
}

.yk-product-card .card-buttons .basket-content {
    display: flex;
    height: 50px;
    border: 1px solid #FEBA17;
    width: 80%;
    margin: auto;
    border-radius: 50px;
    background-color: #fff;
}

.yk-product-card .card-buttons .basket-content .counter-yk {}

.yk-product-card .card-buttons .basket-content .counter-yk .productCount {
    padding: 0 10px;
}

.campaign-slide-wrap .yk-product-card .card-buttons {}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content {
    height: 45px;
}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .counter-yk {}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .counter-yk .productCount {}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .counter-yk .productCount button {
    width: 18px;
    height: 18px;
    font-size: 12px;
}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .counter-yk .productCount button i {}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .counter-yk .productCount input {
    font-size: 16px;
    width: 20px;
}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .addSptBt {
    font-size: 12px;
}

.campaign-slide-wrap .yk-product-card .card-buttons .basket-content .addSptBt i {
    font-size: 16px;
}

.swiper.swiper-product-campign-sub {}

.swiper.swiper-product-campign-sub .swiper-slide {
    padding: 0 0 20px;
}

.swiper.swiper-product-campign-sub .swiper-slide .yk-product-card {}

.card-rating {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0 10px 0 3px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 30px;
    position: relative;
    margin-bottom: 15px;
}

.card-rating.not-rating {
    padding: 0 10px;
}

.card-rating .rating-stars {
    display: flex;
    align-items: center;
}

.card-rating .rating-stars span {
    font-size: 12px;
    color: #999;
    line-height: 1;
    margin: 0 0 3px 5px;
}

.card-rating .rating-stars i:not(:last-child) {
    margin-right: 2px;
}

.card-rating .rating-stars i {
    font-size: 11px;
    color: #FEBA17;
}

body .product-group {
    margin: 70px 0;
}

.product-group.slide-version {}

body .campaign-slide-wrap {
    display: flex;
    gap: 30px;
}

body .campaign-slide-wrap .swiper.swiper-product-campaign {
    width: 60%;
}

body .campaign-slide-wrap .swiper-product-campign-sub {
    width: 40%;
}

.swiper-product-campign-sub .yk-product-card .card-media a img {
    height: 304px;
}

.swiper-product-campign-sub .yk-product-card .card-rating .rating-stars {}

.swiper-product-campign-sub .yk-product-card .card-rating .rating-stars i {
    font-size: 11px;
}

.swiper-product-campign-sub .yk-product-card .card-rating span.count {
    font-size: 11px;
}

.swiper-product-campign-sub .yk-product-card .card-rating span.total {
    width: 22px;
    height: 22px;
    font-size: 11px;
}

.swiper.swiper-product-campaign {}

.swiper.swiper-product-campign-sub {}

.swiper.swiper-product-campaign .yk-product-card {
    display: flex;
    background-color: #fff;
    border: unset;
}

.swiper.swiper-product-campaign .yk-product-card .card-media {
    height: 100%;
    width: 40%;
    padding: 25px 0 25px 25px;
    z-index: 99;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .main-product-image {
    border: 1px solid #FEBA17;
    padding: 10px;
    border-radius: 20px;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .main-product-image img {
    height: 363px;
    object-fit: contain;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .campagin-pagination-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 10px 0 0;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .campagin-pagination-images .images-item {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .campagin-pagination-images .images-item.active {
    border-color: #FEBA17;
}

.swiper.swiper-product-campaign .yk-product-card .card-media .campagin-pagination-images .images-item img {}

.swiper.swiper-product-campaign .yk-product-card .card-media .swiper-slide {}

.swiper.swiper-product-campaign .product-campaign-gallery {
    width: 100%;
}

.swiper.swiper-product-campaign .product-campaign-gallery img {
    border: 1px solid #FEBA17;
    border-radius: 20px;
    padding: 10px;
}

.swiper.swiper-product-campaign .product-campaign-gallery-pagination {}

.swiper.swiper-product-campaign .product-campaign-gallery-pagination img {}

.swiper.swiper-product-campaign .yk-product-card .card-content {
    width: 60%;
    text-align: left;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .brands {
    margin: 0;
    font-size: 16px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content h3 {
    font-size: 22px;
    margin: 10px 0 0;
    min-height: 70px;
    line-height: 30px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price {
    flex-direction: row;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price .ust {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price ins {
    font-size: 30px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price del {
    font-size: 20px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price .discount {
    font-size: 16px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .price .discount span {
    background-color: #FFF2BB;
    color: #FEBA17;
    border: 1px solid #FEBA17;
    width: 35px;
    height: 35px;
    font-size: 14px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .card-rating {
    justify-content: flex-start;
    border: unset;
    padding: 0;
    margin: 0 0 15px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .card-rating .rating-stars {}

.swiper.swiper-product-campaign .yk-product-card .card-content .card-rating .rating-stars i {
    font-size: 15px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .card-rating span.count {
    font-size: 14px;
}

.swiper.swiper-product-campaign .yk-product-card .card-content .card-rating span.total {
    width: 30px;
    height: 30px;
    font-size: 14px;
}


.basket-and-increase {
    background-color: #FEBA17;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
    gap: 15px;
}

.basket-and-increase::before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #FEBA17;
}

.basket-and-increase::after {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #FEBA17;
}

.basket-and-increase .counter-yk {
    margin-right: 20px;
}

.basket-and-increase .counter-yk .productCount {}

.basket-and-increase .counter-yk .productCount button {
    width: 25px;
    height: 25px;
    background-color: #FFF2BB;
    color: #FEBA17;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.basket-and-increase .counter-yk .productCount button i {}

.basket-and-increase .counter-yk .productCount input {
    color: #fff;
    font-size: 18px;
    width: 35px;
}

body .basket-and-increase a {
    background-color: #ffffff2e;
    border: 1px solid #fff !important;
    height: 40px !important;
    padding: 0 20px;
    margin: 0;
    width: fit-content;
    border-radius: 50px;
    color: #fff;
    font-weight: 400;
}

.basket-and-increase a i {
    font-weight: 400;
}

.basket-and-increase a.ekleFavori {}

.basket-and-increase a.ekleFavori i {}

.counter-yk {
    height: 100%;
}

.counter-yk .input {
    width: fit-content;
    flex: 1;
}

.counter-yk .productCount {
    border-radius: 100px;
    display: flex;
    align-items: center;
    border: unset;
    margin: 0;
    height: 100%;
    justify-content: space-between;
}

.counter-yk .productCount button {
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    width: 22px;
    height: 22px;
    border: unset;
    padding: 0;
    background-color: #FEBA17;
    border-radius: 100%;
    color: #fff;
}

.counter-yk .productCount button:hover {
    color: #fff;
    background-color: #e2c548;
}

.counter-yk .productCount .input label {
    font-size: 12px;
}

.counter-yk .productCount input {
    height: 100%;
    outline: unset;
    border: unset;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #545454;
    padding: 0;
    width: 30px;
    background-color: unset;
}

body .addSptBt {
    display: flex !important;
    font-size: 15px;
    height: 100%;
    margin: 0;
    gap: 7px;
    border: unset !important;
    padding: 0;
    border-radius: 50px;
    color: #fff;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    background-color: unset;
    color: #FEBA17;
    font-weight: 500;
    border-left: 1px solid #FEBA17 !important;
    border-radius: 0 50px 50px 0;
}

.addSptBt img,
.addSptBt svg {
    height: fit-content;
    width: 24px;
    fill: #fff;
    position: relative;
    z-index: 9
}

body .addSptBt:hover {
    background-color: #545454;
}

.addSptBt i {
    font-size: 20px;
    font-weight: 600;
}

.swiper.swiper-product-campaign .ekleFavori {
    position: relative;
    right: unset;
    bottom: unset;
    transform: translate(0);
    background-color: unset;
    color: #fff;
    border-color: #ffffff5c !important;
    padding: 0;
}

.swiper.swiper-product-campaign .ekleFavori:hover {
    background-color: #fff;
    color: #fcb814;
}

.swiper.swiper-product-campaign .ekleFavori i {}

body input[type=number] {
    -moz-appearance: textfield;
}

.product-counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 30px 0 0;
}

.product-counter .counter-box {}

.product-counter .counter-box>span {
    font-size: 17px;
    font-weight: 200;
}

.product-counter .counter-box>span strong {
    font-weight: 500;
}

.product-counter .counter-box span {}

.product-counter #sayac {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0 0;
}

.product-counter #sayac .sayac-item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.product-counter #sayac .sayac-item span {
    border: 2px solid #FEBA17;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    font-size: 16px;
    font-weight: 400
}

.campaign-slide .navigation-yk {
    gap: 10px;
}

.campaign-slide .navigation-yk button {
    top: unset;
    position: relative;
    left: unset;
    transform: translate(0);
    right: unset;
    background-color: #FEBA17;
    width: 40px;
    height: 40px;
}

.campaign-slide .navigation-yk button:hover {
    background-color: #545454;
}

.category-group.features-category {
    padding: 0;
}

.category-group.features-category .yk-head {
    display: none;
}

.category-group.features-category .swiper {}

.category-group.features-category .swiper .swiper-wrapper {
    padding-left: 1px;
}

.category-group.features-category .swiper .swiper-slide {
    overflow: unset;
}

.category-group.features-category .swiper .swiper-slide:nth-child(even) {}

.category-group.features-category .swiper .swiper-slide:nth-child(even) .yk-category-card {}

.category-group.features-category .swiper .swiper-slide:nth-child(even) .yk-category-card::before {
    content: "";
    background: #000;
    background: -moz-linear-gradient(90deg, #ffffff1a 0%, #ffffff8f 100%);
    background: -webkit-linear-gradient(90deg, #ffffff1a 0%, #ffffff8f 100%);
    background: linear-gradient(90deg, #ffffff1a 0%, #ffffff8f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5902c", endColorstr="#9e6d0f", GradientType=1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.category-group.features-category .category-group-area {
    border: 1px solid #E4DCB9;
    border-radius: 30px;
}

.category-group.features-category .yk-category-card {
    padding: 30px;
    border-right: 1px solid #E4DCB9;
    border-radius: 0 30px 30px 0;
}

.category-group.features-category .yk-category-card .card-media {
    width: 100%;
    height: auto;
    background-color: unset;
    position: relative;
    padding: 0;
}

.category-group.features-category .yk-category-card .card-media::before {
    content: "";
    background: #000;
    background: -moz-linear-gradient(180deg, #00000000 0%, #0000008f 100%);
    background: -webkit-linear-gradient(180deg, #00000000 0%, #0000008f 100%);
    background: linear-gradient(180deg, #00000000 0%, #0000008f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5902c", endColorstr="#9e6d0f", GradientType=1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.category-group.features-category .yk-category-card .card-media a {}

.category-group.features-category .yk-category-card .card-media img {}

.category-group.features-category .yk-category-card .card-text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.category-group.features-category .yk-category-card .card-text span {
    font-size: 20px;
    color: #fff;
}

.category-group.features-category .yk-category-card .card-text .button {
    background-color: #FEBA17;
    height: 40px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 50px;
    transition: all .4s ease;
}

.category-group.features-category .yk-category-card .card-text .button:hover {
    background-color: #545454;
    transition: all .4s ease;
}

.category-group.features-category .yk-category-card .card-text .button i {}


.blog-card {}

.blog-card .card {
    display: flex;
    border: unset;
    flex-direction: column;
    align-items: center;
    background-color: unset;
}

.blog-card .card .card-image {
    width: 100%;
}

.blog-card .card .card-image .date {
    font-size: 12px;
    color: #999;
    font-weight: 300;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 50px;
    position: absolute;
    bottom: -15px;
    background-color: #fff;
    left: 20px;
}

.blog-card .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 250px;
}


.blog-card .card .card-body {
    padding: 0;
    border: 1px solid #E0E0E0;
    border-top: unset;
    width: 75%;
    padding: 20px 20px 30px;
    border-radius: 0 0 30px 30px;
    text-align: center;
    position: relative;
}

.blog-card .card .card-body .date {
    font-size: 12px;
    font-weight: 400;
    color: #aeaeae;
    margin: 0 0 5px;
    display: block;
}

.blog-card .card .card-body .card-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    line-height: 24px;
    min-height: 50px;
}

.blog-card .card .card-body .card-button {
    background-color: #FEBA17;
    height: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 50px;
    width: fit-content;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -20px;
    gap: 5px;
}

.blog-card .card .card-body .card-button:hover {
    background-color: #545454;
}

.blog-card .card .card-body .card-button i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 1px;
}

.yonkasoft-blog {}

.yonkasoft-blog .yk-head {
    flex-direction: column;
    margin-bottom: 40px;
}

.yonkasoft-blog .yk-head h2 {
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    border: 1px solid #D3D3D3;
    margin-bottom: 30px;
    line-height: 1;
}

.yonkasoft-blog .yk-head h2::before {
    content: "";
    width: 1px;
    height: 35px;
    background-color: #D3D3D3;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
}

.yonkasoft-blog .yk-head .yk-head-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

.yonkasoft-blog .yk-head .yk-head-bottom::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #D3D3D3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 0;
}

.yonkasoft-blog .yk-head .yk-head-bottom button {
    background-color: #fff;
    border: 1px solid #FEBA17;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    font-size: 20px;
    color: #FEBA17;
    z-index: 9;
}

.yonkasoft-blog .yk-head .yk-head-bottom a {}

.swiper-blog {}

.swiper-blog .swiper-wrapper {}

.swiper-blog .swiper-slide {
    padding-bottom: 20px;
}

.content-ch {
    margin: 70px 0 30px;
}

.content-ch .content-wrap-ch {
    background-color: #fff;
    border-radius: 20px;
    position: relative;
}

.content-ch .content-wrap-ch .content-box {
    position: relative;
    height: 150px;
    overflow: hidden
}

.content-ch .content-wrap-ch .content-box.active {
    height: auto !important
}

.content-ch .content-wrap-ch .content-box.active::before {
    opacity: 0;
    visibility: hidden
}

.content-ch .content-wrap-ch .content-box::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff00;
    visibility: visible;
    background: linear-gradient(180deg, #ffffff00, #fff)
}

.content-ch .content-wrap-ch .content-box h2:first-child {
    margin-top: 0
}

.content-ch .content-wrap-ch .content-box h2,
.content-ch .content-wrap-ch .content-box h3 {
    font-size: 24px;
    font-weight: 600;
    color: #565656;
    margin: 20px 0 5px
}

.content-ch .content-wrap-ch .content-box h3 {
    font-size: 20px
}

.content-ch .content-wrap-ch .content-box p {
    color: #565656;
    font-size: 15px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 15px
}

.content-ch .content-wrap-ch.active button.buton-alt {
    position: sticky;
    bottom: 10px
}

.content-ch .content-wrap-ch button.buton-alt {
    z-index: 999;
    position: relative;
    background-color: #FEBA17;
    height: 40px;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-radius: 50px;
    margin: 20px 0 0;
}

.content-ch .content-wrap-ch button.buton-alt:hover {
    background-color: #545454;
}

.content-ch .content-wrap-ch button.buton-alt.active {
    position: sticky;
    bottom: 20px;
    background-color: #545454;
}

.content-ch .content-wrap-ch button.buton-alt.active span.hide {
    display: block !important
}

.content-ch .content-wrap-ch button.buton-alt span.hide,
.content-ch .content-wrap-ch button.buton-alt.active span.read {
    display: none
}

.content-ch .content-wrap-ch button.buton-alt i {
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    top: 1px
}

.yonkasoft-commerce-journal {
    border: 1px solid #ffffff1a;
    width: 100%;
    padding: 50px 0;
    margin: 50px 0 0;
    background-color: #FEBA17;
    border-style: solid;
    border-color: #FEBA17;
}

.yonkasoft-commerce-journal .journal-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yonkasoft-commerce-journal .journal-wrap .journal-content .title {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 0;
}

.yonkasoft-commerce-journal .journal-wrap .journal-content .title span {
    font-weight: 200;
    display: block;
    font-size: 20px;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}



.yonkasoft-commerce-journal .journal-wrap .journal-form .card-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .card-check input {
    width: 16px;
    height: 16px;
    appearance: unset;
    position: relative;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .card-check input:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #565656;
    border-radius: 5px;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .card-check input:checked:before {
    background-color: #FEBA17;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .card-check label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card .card-item {
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    height: 50px;
    background-color: #fff;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card .card-item .icon {
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card .card-item .icon i {
    color: #FEBA17;
    font-size: 18px;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card .card-item input {
    border: unset;
    height: 40px;
    width: 150px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    padding-left: 5px;
    background-color: unset;
    margin: 0;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card .card-item input::placeholder {
    color: #56565691;
    font-weight: 300;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: relative;
    background-color: unset;
    border: 1px solid #ffffff52;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button:hover {
    background-color: #545454;
    border-color: #545454;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button:hover:before {
    opacity: 1;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M1.94607 9.31543C1.42353 9.14125 1.4194 8.86022 1.95682 8.68108L21.043 2.31901C21.5715 2.14285 21.8746 2.43866 21.7265 2.95694L16.2733 22.0432C16.1223 22.5716 15.8177 22.59 15.5944 22.0876L11.9999 14L17.9999 6.00005L9.99992 12L1.94607 9.31543Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: all .4s;
    background-color: #feba17;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-check {
    margin-top: 25px;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-check label {
    font-size: 16px;
    font-weight: 200;
    position: relative;
    padding-left: 25px;
    display: block;
    line-height: 22px;
}

.yonkasoft-footer {
    position: relative;
    padding: 50px 0 0;
    margin: 0;
    z-index: 99;
}

.yonkasoft-footer .footer-wrap {
    height: fit-content;
}
.yonkasoft-footer .footer-wrap .footer-group{
    height: fit-content;
}

.yonkasoft-footer .footer-logo {
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF2BB;
    border-radius: 50%;
    width: 250px;
    height: 150px;
    padding: 10px;
    z-index: 9;
    border: 1px solid #FEBA17;
}

.yonkasoft-footer .footer-logo a {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #FEBA17;
    height: 100%;
}

.yonkasoft-footer .footer-logo a img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    padding: 20px;
}


.yonkasoft-footer .footer-alt {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #D3D3D3;
    margin: 30px 0 0;
    padding: 20px 0;
    align-items: center;
}

.yonkasoft-footer .footer-social {
    height: 100%
}

.yonkasoft-footer .footer-social:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3
}

.yonkasoft-footer .footer-title {
    margin: 0 0 10px;
    font-size: 22px;
    color: #565656;
    font-weight: 500
}

.yonkasoft-footer .footer-title:not(:first-child) {
    margin: 30px 0 10px;
}

.yonkasoft-footer .footer-content {}

.yonkasoft-footer .footer-content ul li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    color: #565656;
    width: fit-content
}

.yonkasoft-footer .footer-content ul li a:hover {
    color: #feba15;
}

.yonkasoft-footer .footer-social ul {
    flex-wrap: wrap;
    display: flex;
    align-items: end;
    gap: 10px;
}

.yonkasoft-footer .footer-social ul li a {
    display: flex;
    align-items: center;
    gap: 10px
}

.yonkasoft-footer .footer-social ul li a i {
    background: #FEBA17;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    font-size: 18px;
    background-color: #ffff;
    border: 1px solid #FEBA17;
}

.yonkasoft-footer .footer-social ul li a span {
    color: #565656;
    font-size: 14px
}

.yonkasoft-footer .footer-apps {}

.yonkasoft-footer .footer-apps .footer-title {
    font-size: 18px;
}

.yonkasoft-footer .footer-apps ul {
    display: flex;
    gap: 10px;
}

.yonkasoft-footer .footer-apps ul li {}

.yonkasoft-footer .footer-apps ul li:not(:last-child) {
    margin-bottom: 10px
}

.yonkasoft-footer .footer-apps ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #FEBA17;
    border-radius: 50px;
    padding: 0 15px 0 10px;
    height: 50px;
    width: 200px;
    font-size: 13px;
    color: #fff
}

.yonkasoft-footer .footer-apps ul li a:hover {
    background-color: #545454;
}

.yonkasoft-footer .footer-apps ul li a i {
    color: #fff;
    font-size: 20px;
    transition: .3s
}

.yonkasoft-footer .footer-apps ul li a span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    transition: .3s
}

.yonkasoft-footer .widget.etbisdiv {
    padding: 0
}

.yonkasoft-footer .widget.etbisdiv img {
    width: 100px
}

.copyright {
    background: #ffffff;
    padding: 15px 0;
    margin: 0 0 -45px;
    position: relative;
    z-index: 99;
}

.copyright .copyright-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.copyright .copyright-wrap .text {
    font-size: 14px;
    font-weight: 300;
}

.copyright .copyright-wrap .text span {
    font-size: 14px;
    color: #000;
    font-weight: 400
}

.copyright .copyright-wrap img {
    width: 120px;
    height: auto;
    object-fit: cover
}

.yonkasoft-footer .footer-contact {}

.yonkasoft-footer .footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.yonkasoft-footer .footer-contact ul li {}

.yonkasoft-footer .footer-contact ul li a {
    background-color: #FEBA17;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px 0 7px;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
}

.yonkasoft-footer .footer-contact ul li a:hover {
    background-color: #545454;
}

.yonkasoft-footer .footer-contact ul li a i {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    font-size: 18px;
    font-weight: 500;
    margin-right: 10px;
}

.yonkasoft-page-head {
    background: #feba15;
}


.yonkasoft-page-head .page-bread .come-back {
    display: flex;
    align-items: center;
    border-right: 1px solid #D1D1D1;
    padding-right: 15px;
    color: #FEBA17;
    gap: 5px;
}

.yonkasoft-page-head .page-bread .come-back i {
    font-size: 18px;
    line-height: 1;
}

.yonkasoft-page-head .category-group {
    padding: 20px 0 0
}

.yonkasoft-page-head .head-page-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.yonkasoft-page-head .head-page-flex .page-bread {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.yonkasoft-page-head .head-page-flex .page-bread h1 {
    width: 100%;
    font-size: 24px;
    color: #fff;
}

.yonkasoft-page-head .head-page-flex .page-bread p {
    font-size: 13px;
    color: #565656;
    font-weight: 300;
    opacity: .8;
    margin: 10px 0 0;
    max-width: 100%;
    padding-right: 50px
}

.breadcrumb {
    margin: 0 0 10px
}

.breadcrumb ul,
.breadcrumb ul li {
    display: flex;
    white-space: nowrap
}

.breadcrumb ul li {
    font-size: 13px;
    font-weight: 300;
    align-items: center;
    color: #fff;
    position: relative
}

.breadcrumb ul li.breadcrumb-item {
    padding: 0;
}

.breadcrumb ul li.breadcrumb-item::before {
    display: none;
}

.breadcrumb ul li .kisalt,
.breadcrumb ul li a {
    line-height: 1;
    height: 20px;
    display: flex;
    align-items: center
}

.breadcrumb ul li .kisalt {
    border: 1px solid #e0e0e0;
    width: 20px;
    border-radius: 5px;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.breadcrumb ul li a {
    color: #ffffff !important;
    font-size: 12px !important
}

.breadcrumb ul li:first-child {}

.breadcrumb ul li:first-child a {
    background-color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb ul li i {
    color: #FEBA17;
    font-size: 17px;
    position: relative;
    top: 0;
}

.breadcrumb ul li:not(:last-child)::after {
    content: "";
    line-height: 1;
    margin: 0 5px;
    top: 0;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(255,255,255,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.breadcrumb ul li a:hover {
    color: #545454 !important;
    text-decoration: none !important
}

.sub_menu_general {
    position: absolute;
    z-index: 9999;
    width: 250px;
    background-color: #fbf3e6;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    top: 100%;
    left: 0;
    transform: translate(0, -2%);
    opacity: 0;
    visibility: hidden;
    transition: unset;
    padding: 15px;
}

.sub_menu_general.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    transition: unset;
}

.sub_menu_general ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sub_menu_general ul li {}

.sub_menu_general ul li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 10px;
}

.sub_menu_general ul li a {
    font-size: 14px !important;
}

.sub_menu_general ul li a i {
    font-weight: 400 !important;
}


.hover-pagination {
    justify-content: center;
    position: absolute;
    width: 100%;
    display: flex;
    gap: 10px;
    z-index: 9;
    bottom: 15px;
}

.hover-pagination .hover-item-bullet {
    height: 4px;
    width: 36px;
    background-color: #F0F0F0;
    transition: all .3s;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.hover-pagination .hover-item-bullet::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #FEBA17;
    left: -100%;
    transition: all .3s;
    position: absolute;
    top: 0px;
    display: block;
}

.hover-pagination .hover-item-bullet.active {
    transition: all .3s;
}

.hover-pagination .hover-item-bullet.active::before {
    left: 0;
    transition: all .3s;
}

.hover-media-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.hover-media-wrapper .hover-media-item {
    flex: 1;
    height: 100%;
}

.category-result {
    margin: 40px 0;
    position: relative;
}

.category-result .group-yk-5,
.category-result .group-yk-3 {
    row-gap: 100px;
}

.category-result .group-row .tool-filter #filterArea {
    z-index: 99;
    position: sticky;
    top: 20px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-home {
    padding: 10px 0 !important;
    border-color: #ffffff3b;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-home:first-child {
    padding-top: 0 !important;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-title {
    color: #545454;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item {
    max-height: unset;
    overflow-y: unset;
    display: block;
    margin: 10px 0;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item .d-flex {
    display: grid !important;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    gap: 10px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item .filter-input {
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #545454;
    width: auto;
    border: 1px solid #e0e0e0;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item .filter-input i {
    font-size: 15px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item .filter-input input {
    color: #545454;
    background-color: unset;
    border: unset;
    margin: 0;
    height: 100%;
    font-size: 14px;
    text-align: left;
    width: 100%;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item .filter-input input::placeholder {
    color: #5454546b;
    font-weight: 300;
    font-size: 12px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item button {
    background-color: #feba15;
    height: 45px;
    border: unset;
    border-radius: 50px;
    font-size: 20px;
    color: #545454;
    margin: 0;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item button i {
    color: #fff;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item label {
    color: #545454;
    font-size: 14px;
    font-weight: 300;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item label input {
    background-color: unset;
    border: unset;
    appearance: unset;
    width: 16px;
    height: 16px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: 1px solid #54545426;
    border-radius: 5px;
}

.category-result .group-row .tool-filter #filterArea .ny-filter-item label input:checked {}

.category-result .group-row .tool-filter #filterArea .ny-filter-item label input:checked::before {}

.category-result .group-row .category-product.active {
    width: 100%;
    border-radius: 0 30p 30px 30px;
}

.category-result .group-row .category-product.active .category-product-wrap {
    margin-left: 30px;
}

.category-result .group-row .tool-filter .right {
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.category-result .group-row .tool-filter .right span {
    font-weight: 300;
    font-size: 14px;
    margin: 0px 10px 0 0;
    color: #fff;
}

.category-result .group-row .tool-filter .right select {
    font-size: 14px;
    font-weight: 600;
    border: unset;
    border: 1px solid #dfdfdf;
    width: 150px;
    min-width: 100px !important;
    height: 40px !important;
    border-radius: 10px;
    padding: 0 10px;
    color: #858585;

}

.category-result .group-row .tool-filter .right label input {
    appearance: unset;
    border-radius: 0;
    width: 14px;
    height: 14px;
    font: unset;
    border: unset;
    transform: unset;
    display: unset;
    top: 0px;
    margin-right: 3px;
    position: relative;
    background-color: unset;
}

.category-result .group-row .tool-filter .right label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: unset;
    box-shadow: unset;
    transition: unset;
    border-radius: 100px;
    background-color: #ffffff2e;
}

.category-result .group-row .tool-filter .right label input:checked::before {
    background-color: #fff;
    border: unset;
}

.tool-filter .input-group-prepend {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
}

.tool-filter .input-group-prepend button {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEBA17;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

.tool-filter .input-group {
    height: 50px;
    border-radius: 10px;
    width: 300px;
    position: relative;
    background-color: #fff;
    max-width: 100%;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}

.tool-filter .input-group input {
    width: 100%;
    height: 100%;
    border: unset;
    background-color: unset;
    padding: 0 20px;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex input {
    border: 1px solid #DFDFDF;
    border-radius: 50px;
    background: #fff;
    color: #000;
    height: 40px;
    width: 90px;
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button:hover {
    background: rgb(168, 32, 117);
    transition: all .3s;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button {
    background: rgb(168, 32, 117);
    background: linear-gradient(90deg, rgba(168, 32, 117, 1) 0%, rgba(66, 13, 46, 1) 100%);
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: unset;
    transition: all .3s;
    margin-left: unset;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex .nyFilterPriceInputSpan {
    color: #DFDFDF;
    line-height: unset;
    padding: unset;
}

.yonkasoft-page-head .head-page-flex .tool-filter {
    position: relative;
    z-index: 99;
}

.yonkasoft-page-head .head-page-flex .tool-filter form {
    z-index: 99;
    position: relative;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    padding: 0 20px 0 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input input {
    border: unset;
    height: 50px;
    width: 200px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input button {
    border-radius: 708px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    position: relative;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input button i {
    font-size: 20px;
    color: #feba17;
}

.category-result h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 15px;
}

.category-result .group-row .category-product {
    width: 75%;
}

.category-result .group-row .category-product.active {
    width: 100%;
    border-radius: 0 30p 30px 30px;
}

.category-result .group-row .category-product.active .category-product-wrap {
    margin-left: 30px;
}

.category-result .group-row .category-product .product-wrapper {
    height: fit-content;
    column-gap: 20px;
    position: relative;
    z-index: 9;
}

.category-result .group-row .tool-filter .right {
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 9;
}

.category-result .group-row .tool-filter .right span {
    font-weight: 300;
    font-size: 14px;
    margin: 0px 10px 0 0;
    color: #fff;
}

.category-result .group-row .tool-filter .right select {
    font-size: 14px;
    font-weight: 600;
    border: unset;
    border: 1px solid #dfdfdf;
    width: 150px;
    min-width: 100px !important;
    height: 40px !important;
    border-radius: 10px;
    padding: 0 10px;
    color: #858585;

}

.category-result .group-row .tool-filter .right label input {
    appearance: unset;
    border-radius: 0;
    width: 14px;
    height: 14px;
    font: unset;
    border: unset;
    transform: unset;
    display: unset;
    top: 0px;
    margin-right: 3px;
    position: relative;
    background-color: unset;
}

.category-result .group-row .tool-filter .right label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: unset;
    box-shadow: unset;
    transition: unset;
    border-radius: 100px;
    background-color: #ffffff2e;
}

.category-result .group-row .tool-filter .right label input:checked::before {
    background-color: #fff;
    border: unset;
}

.overlay-theme,
.overlay-theme-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
    background-color: #ffffff59;
    backdrop-filter: blur(4px);
}


.yk-product-card.not-stock:hover .card-content:before {
    display: none !important;
}

.category-result .yk-product-card.not-stock::before {
    content: "";
}

.category-result .yk-product-card .not-stock-layer {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: #ffffff8c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 500;
    color: red;
    backdrop-filter: blur(2px);
    z-index: 999;
}

.category-result .yk-product-card .not-stock-layer i {
    font-size: 27px;
    position: relative;
    top: 2px;
}

.category-result .category-top {
    display: flex;
    position: relative;
}

.category-result .category-top .category-top-left {
    width: 25%;
    height: auto;
    display: flex;
}

.category-result .category-top .category-top-left a.filter-hide.active {
    background: #fff;
    border: 1px solid #FEBA17;
    color: #FEBA17;
}

.category-result .category-top .category-top-left a.filter-hide.active:hover {
    color: #fff;
}

.category-result .category-top .category-top-left a.filter-hide .shows {
    display: none;
}

.category-result .category-top .category-top-left a.filter-hide.active .hides {
    display: none;
}

.category-result .category-top .category-top-left a.filter-hide.active .shows {
    display: block;
}

.category-result .category-top .category-top-left a.filter-hide .buton-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-result .category-top .category-top-right {
    width: 75%;
}

.category-result .category-page-head {
    position: relative;
    padding: 35px 20px;
    height: 100%;
    background-color: #FEBA17;
    border-radius: 20px 0 0 0;
}

.category-result .category-page-head::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/uploads/assets/esved/images/category-top-shape.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.category-result .category-page-head::after {
    content: "";
    width: 10000%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #FEBA17;
}

body .breadcrumb {
    margin: 0;
}

body .breadcrumb.pr-detail-breadcrumb {}

body .breadcrumb.pr-detail-breadcrumb ul {}

body .breadcrumb.pr-detail-breadcrumb ul li {
    color: #545454;
}

body .breadcrumb.pr-detail-breadcrumb ul li a {
    color: #545454 !important;
}

body .breadcrumb.pr-detail-breadcrumb ul li i {}

.breadcrumb.pr-detail-breadcrumb ul li:not(:last-child)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(254,186,23,1)'%3E%3Cpath d='M13.1717 12.0007L8.22192 7.05093L9.63614 5.63672L16.0001 12.0007L9.63614 18.3646L8.22192 16.9504L13.1717 12.0007Z'%3E%3C/path%3E%3C/svg%3E");
}

.category-result .category-page-head .page-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
    position: relative;
}

.category-result .category-page-head .page-head-flex h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    margin: 0;
    max-width: 250px;
}

.category-result .category-page-head .page-head-flex h2 span {
    font-weight: 600;
}

.category-result .category-page-head .page-head-flex .filtreSelectGroup {}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler {
    display: flex;
    justify-content: center;
}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler label {
    color: #fff;
    font-size: 15px;
    font-weight: 100;
}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler label input {
    background-color: unset;
    border: 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0;
    width: 17px;
    height: 17px;
}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler label input::before {
    content: "";
}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler label input:checked {}

.category-result .category-page-head .page-head-flex .filtreSelectGroup.stoktakiler label input:checked::before {}

.category-result .category-page-head .page-head-flex .order-area {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
}

.category-result .category-page-head .page-head-flex .order-area>span {
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    display: block;
    margin: 0 0 5px;
}

.category-result .category-page-head .page-head-flex .order-area .select-input {
    display: flex;
    align-items: center;
    background-color: #FFF2BB;
    height: 45px;
    border-radius: 50px;
    position: relative;
}

.category-result .category-page-head .page-head-flex .order-area .select-input>i {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 10px;
}

.category-result .category-page-head .page-head-flex .order-area .select-input select {
    background-color: unset;
    border: unset;
    border-radius: unset;
    font-size: 14px;
    width: 200px;
    padding: 0 40px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

.category-result .category-page-head .page-head-flex .order-area .select-input .icon {
    background-color: #FEBA17;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    border-radius: 8px;
    position: absolute;
    right: 10px;
    line-height: 1;
}

.category-result .category-page-head .page-head-flex .order-area .select-input .icon i {}

.category-result .group-row .category-product .category-product-wrap {
    background-color: #FFF2BB;
    position: relative;
    padding: 30px 30px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: #BFBFBF;
}

.category-result .group-row .category-product .category-product-wrap::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: #FFF2BB;
    z-index: -1;
    border-width: 1px 0;
    border-style: solid;
    border-color: #BFBFBF;
    box-sizing: initial;
}

.category-result .group-row .category-product .category-product-wrap::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #FFF2BB;
    z-index: -1;
    border-width: 1px 0;
    border-style: solid;
    border-color: #BFBFBF;
    box-sizing: initial;
}

.category-result .group-row .category-product .category-product-wrap .bottom .ser-set {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin: 0;
}

.category-group.category-group-sub {
    padding: 30px;
}

.category-group.category-group-sub .category-group-area {}

.category-group.category-group-sub .category-group-area .swiper-category-sub {}

.category-group.category-group-sub .category-group-area .swiper-category-sub .swiper-slide {}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card .card-media {
    background-color: #fff;
}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card .card-media a {}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card .card-media img {}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card .card-text {
    text-align: center;
    display: flex;
    justify-content: center;
}

.category-group.category-group-sub .category-group-area .swiper-category-sub .yk-category-card .card-text a {
    width: fit-content;
}

.category-popular-products {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 0 30px 30px;
    margin: 0 0 30px;
}

.category-popular-products .product-group {
    margin: 0;
    position: relative;
}

.category-popular-products .product-group .yk-head {
    margin: 0 0 30px;
}

.category-popular-products .product-group .yk-head h2 {
    text-transform: unset;
    font-size: 20px;
}

.category-popular-products .navigation-yk {
    position: absolute;
    right: 30px;
    top: -6px;
    gap: 10px;
}

.category-popular-products .navigation-yk button {
    position: relative;
    background-color: #FEBA17;
    top: unset;
    right: unset;
    left: unset;
    bottom: unset;
    transform: translate(0);
}

.category-popular-products .navigation-yk button i {}

.category-popular-products .product-group .swiper {
    border-right: 2px solid #fff;
}

.category-popular-products .product-group .swiper .swiper-slide {}

.category-popular-products .product-group .swiper .yk-product-card {
    display: flex;
}

.category-popular-products .product-group .swiper .yk-product-card .card-media {
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-popular-products .product-group .swiper .yk-product-card .card-media a {}

.category-popular-products .product-group .swiper .yk-product-card .card-media a.ekleFavori {
    display: none;
}

.category-popular-products .product-group .swiper .yk-product-card .card-media img {
    height: 150px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-media .hover-media-wrapper {
    display: none;
}

.category-popular-products .product-group .swiper .yk-product-card .card-media .hover-media-wrapper .hover-media-item {}

.category-popular-products .product-group .swiper .yk-product-card .card-media .hover-pagination {
    display: none;
}

.category-popular-products .product-group .swiper .yk-product-card .card-rating {
    position: absolute;
    width: 66.66%;
    right: 0;
    top: 10px;
    background-color: unset;
    border: unset;
    justify-content: flex-start;
    z-index: 99;
    height: auto;
    padding: 0 15px;
    gap: 5px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-rating span.total {
    font-size: 10px;
    width: 20px;
    height: 20px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-rating span.count {
    font-size: 10px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-rating .rating-stars {}

.category-popular-products .product-group .swiper .yk-product-card .card-rating .rating-stars i {
    font-size: 10px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content {
    width: 66.66%;
    text-align: left;
    padding: 40px 15px 15px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .brands {
    font-size: 12px;
    margin: 0;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content h3 {
    font-size: 13px;
    min-height: 40px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price {
    margin: 0;
    gap: 5px 20px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price .ust {
    justify-content: flex-start;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price .ust del {
    font-size: 13px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price .ust .discount {
    font-size: 12px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price .ust .discount span {
    width: 25px;
    height: 25px;
    font-size: 11px;
}

.category-popular-products .product-group .swiper .yk-product-card .card-content .price .active-price {
    font-size: 18px;
}

.site {}

.site::before {
    content: "";
    width: 100%;
    height: 1000px;
    position: absolute;
    top: 55%;
    left: 0;
    background-image: url(/uploads/assets/esved/images/kabe.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .1;
}

.swiper.swiper-product {}

.swiper.swiper-product .swiper-slide {
    padding: 0 0 25px;
    height: fit-content;
}

body section.yonkasoft-blog {
    margin: 0 0 70px;
}

body .searchlist {
    border-radius: 20px;
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-y: scroll;
    top: 50px;
    width: 400px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    overflow-x: hidden;
    border-radius: 30px 0 0 30px;
}

body .searchlist::-webkit-scrollbar {
    width: 5px;
    background-color: #ededed;
    left: 10px;
}

body .searchlist::-webkit-scrollbar-thumb {
    background-color: #feba15;
}

body .searchlist li {
    padding: 0 !important;
    transition: .3s
}

body .searchlist li a.searchLia {
    width: 100%
}

body .searchlist li a.searchLia img {
    width: 100% !important;
    height: 100px;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 0 !important
}

body .searchlist li a.searchLia .searchRight .product-search-detay {
    width: max-content;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #FEBA17;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

body .searchlist li a.searchLia .searchRight .searchProductname {
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 10px
}

body .searchlist li a.searchLia .searchRight .searchProductpriceNew {
    font-size: 14px;
    font-weight: 500 !important;
    color: #FEBA17 !important
}

body .searchlist li a.searchLia .searchRight .searchProductpriceOld {
    font-size: 12px;
    font-weight: 400 !important;
    margin-left: 10px;
    color: #d1d1d1 !important
}

body .searchlist li a.searchLia .row {
    display: grid;
    grid-template-columns: 1fr 5fr;
    width: 100%;
    padding: 15px;
    gap: 0 15px;
    margin: 0 !important
}

body .searchlist li:not(:last-child) a.searchLia .row {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 !important
}

body .searchlist li a.searchLia .row .col-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    max-width: max-content;
    width: max-content
}

body .searchlist li a.searchLia .row .col-9 {
    display: flex;
    align-items: center;
    padding: 0;
    max-width: max-content;
    width: fit-content
}

body .searchlist li:hover {
    transition: .3s
}

body .searchlist li a.searchLia .searchRight .blog-search-detay {
    width: max-content;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    background-color: #FEBA17;
    font-size: 12px;
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

body .menu-item .dropdown ul.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    padding: 20px;
    display: none;
    z-index: 99;
    width: 200px;
}

body .menu-item .dropdown ul.dropdown-menu .lang-label,
body .menu-item .dropdown ul.dropdown-menu .change-label {
    font-size: 14px;
    margin: 0 0 7px !important;
}

body .menu-item .dropdown ul.dropdown-menu .lang-item {}

body .menu-item .dropdown ul.dropdown-menu .lang-item a {
    justify-content: flex-start;
    padding: 0;
    width: fit-content;
}

body .menu-item .dropdown ul.dropdown-menu .lang-item a img {
    width: 16px !important;
    height: 16px !important;
    object-fit: contain;
}

body .menu-item .dropdown ul.dropdown-menu .options-change {
    position: relative;
}

body .menu-item .dropdown ul.dropdown-menu .options-change::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 8px;
}

body .menu-item .dropdown ul.dropdown-menu .options-change select {
    font-size: 13px;
    padding: 5px 10px;
}

body .menu-item .dropdown ul.dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
}

body .menu-item .dropdown ul.dropdown-menu li:not(:last-child) {
    margin-bottom: 20px;
}

body .menu-item .dropdown ul.dropdown-menu .row .col-12:not(:last-child) {
    margin-bottom: 15px;
}

body .menu-item .dropdown ul.dropdown-menu li strong {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

body .menu-item .dropdown ul.dropdown-menu li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    height: fit-content;
    font-size: 12px;
    color: #000;
}

body .menu-item .dropdown ul.dropdown-menu li a img {
    width: 16px;
}

body .menu-item .dropdown ul.dropdown-menu li select {
    border: 1px solid #E0E0E0;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 10px;
    height: 30px;
    font-size: 12px;
}

body .ny-add-cart-modal {
    z-index: 999999999;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff00 !important;
    backdrop-filter: blur(3px)
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-close-btn {
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    transition: .3s;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: 100%;
    background-color: #2f2f2f
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body {
    height: 100%;
    display: flex;
    align-items: center
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .col-md-2 {
    width: 20% !important
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .col-md-2 .ny-add-cart-modal-img {
    width: 100px;
    border: 1px solid #00000017;
    padding: 5px;
    object-fit: contain;
    border-radius: 10px
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container {
    justify-content: center;
    width: 50%
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container .ny-add-cart-success-title {
    font-size: 13px !important;
    margin: 0 0 7px
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container .ny-add-cart-modal-title {
    width: auto;
    font-size: 14px !important;
    font-weight: 400 !important;
    white-space: unset;
    text-overflow: unset;
    color: #313132;
    margin-bottom: 10px
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container .ny-add-cart-modal-info#product-qty {
    font-size: 14px !important;
    margin-bottom: 5px;
    color: #2f2f2f
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container .ny-add-cart-modal-info#product-price {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #feba15
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone {
    width: 30%
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone a {
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 0 10px;
    height: 35px;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone a.ny-add-cart-modal-cart-btn {
    background-color: #feba15 !important;
    border-color: #feba15 !important
}

body .ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone a.ny-add-cart-modal-cart-btn:hover {
    transition: .3s;
    background-color: #545454 !important;
    color: #fff !important;
    border-color: #545454 !important;
}

body #comprassionZone.ny-product-comparison-container {
    z-index: 99999999
}

body .offcanvasbody #offcanvasRight {
    z-index: 999999;
    background-color: #fff
}

body #offcanvasRight .ny-offcanvas-payment:hover {
    background-color: #FEBA17;
    color: #fff !important;
    transition: all .3s
}

body #offcanvasRight .ny-offcanvas-payment:hover i {
    color: #fff;
    transition: all .3s
}

body #offcanvasRight .ny-offcanvas-payment {
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #404041 !important;
    margin: 0 0 10px 10px;
    border: 1px solid #e0e0e0;
    width: fit-content;
    padding: 0 10px;
    border-radius: 5px
}

body #offcanvasRight .ny-offcanvas-payment i::before {
    content: "\ea92"
}

body #offcanvasRight .ny-offcanvas-payment i {
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: 23px;
    color: #FEBA17;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400
}

body #offcanvasRight .goto-bag {
    background-color: #FEBA17;
    width: 100%;
    padding: 0 20px;
    transition: .3s
}

body #offcanvasRight .goto-bag:hover {
    background-color: green;
    transition: .3s
}

body #offcanvasRight .goto-bag div {
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important
}

body #offcanvasRight .goto-bag div.offcanvas-price-detail div:last-child span {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
    gap: 5px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 50px;
}

body #offcanvasRight .goto-bag div.offcanvas-price-detail div:last-child i {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}

body #offcanvasRight .goto-bag div.offcanvas-price-detail div:last-child i::before {
    content: "\f120"
}

body #offcanvasRight .goto-bag div i {
    font-size: 10px;
    line-height: 1;
    position: relative;
    top: -1px
}

body #offcanvasRight .goto-bag .cartTotalPrice {
    font-size: 20px;
    font-weight: 500
}

body #offcanvasRight .offcanvas-header {
    margin-bottom: 0;
    border-bottom: 1px solid #eee !important;
    padding: 10px
}

body #offcanvasRight .bag-tit {
    height: fit-content !important;
    line-height: 1;
    width: 100%;
    font-size: 18px;
    font-weight: 400
}

body #offcanvasRight .bag-tit .cartTotal {
    margin-bottom: 0;
    font-weight: 600;
    color: #FEBA17;
    line-height: 1.3;
    display: inline;
    font-size: 15px !important;
}

body #offcanvasRight button img {
    width: 20px;
    display: block
}

body #offcanvasRight .ny-offcanvas-products {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
}

body #offcanvasRight .ny-offcanvas-products .bag-rsm {
    max-height: 120px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 10px
}

body #offcanvasRight .ny-offcanvas-products .bag-content {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #313132
}

body #offcanvasRight .ny-offcanvas-products .bag-variant {
    font-size: 12px;
    color: #313132
}

body #offcanvasRight .offcanvas-body div {
    font-size: 12px;
    line-height: 16px;
    color: #313132;
    opacity: 1;
}

body #offcanvasRight .offcanvas-body div.col-3 {
    width: 25%;
}

body #offcanvasRight .offcanvas-body div.col-7 {
    width: 72%;
}

body #offcanvasRight .offcanvas-body .ny-btn-empty {
    background-color: #feba1726 !important;
    padding: 15px 0;
    color: #545454;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 500 !important;
    text-transform: uppercase;
    border: 1px solid #FEBA17 !important;
    transition: all .4s ease-in-out;
}

body #offcanvasRight .offcanvas-body .ny-btn-empty:hover {
    background-color: #FEBA17 !important;
    transition: all .4s ease-in-out !important;
}

body #offcanvasRight .ny-cart-empty i {
    font-size: 100px;
    line-height: 1;
    height: fit-content;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FEBA17;
    opacity: 1;
    font-weight: 100;
}

body #offcanvasRight .ny-cart-empty i::before {
    content: "\f11e";
}

body #offcanvasRight .offcanvas-body div.col-2 {
    position: absolute;
    right: 0;
    width: fit-content;
    top: 0;
}

body #offcanvasRight .offcanvas-body div.col-2 a {
    background-color: red;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
    color: #fff;
}

body #offcanvasRight hr{
    display:none;
}

.category-result {
    margin: 40px 0 100px;
}


.category-result .group-yk-5,
.category-result .group-yk-3 {
    row-gap: 50px;
}

.category-result .yk-product-card {
    position: relative;
}

.category-result .yk-product-card .card-buttons {
    bottom: -25px;
}

.category-result .yk-product-card .card-buttons .basket-content {}

.category-result .breadcrumb {
    margin-bottom: 20px;
}

.category-result .group-row {
    display: flex;
    gap: 25px;
}

.category-result .group-row .tool-filter {
    width: 25%;
    padding: 25px;
    background: #fff;
    border-radius: 30px;
}

.category-result .group-row .tool-filter.fixed-filter {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 10px 10px;
    z-index: 999;
    padding: 20px 10px;
}



.category-result .group-row .tool-filter .shape-vision {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 0;
}

.category-result .group-row .tool-filter .shape-vision::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 80px;
    height: 80px;
    background: #feba15;
    border-radius: 100%;
}

.category-result .group-row .tool-filter .shape-vision::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: #feba15;
    border-radius: 100%;
}

.category-result .group-row .tool-filter .left {
    width: 65%;
    position: relative;
}

.category-result .group-row .tool-filter .right {
    width: 35%;
}

.category-result .group-row .tool-filter .right .form-group {
    display: flex;
    align-items: center;
    margin: 0 !important;
}

.category-result .group-row .tool-filter .right label {
    color: #fff;
}

.category-result .group-row .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.category-result .group-row .bottom .ser-set {
    font-size: 16px;
    font-weight: 400;
}

.category-result .group-row .category-product {
    width: 75%;
    height: 100%;
}

.category-result .group-row .category-product h2.ser-set {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
}

.category-result .category-product .product-settings {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.category-result .category-product .product-settings .ser-set {
    font-size: 16px;
}

.category-result .category-product .product-settings .ser-set strong {
    font-weight: 600;
}

.category-result .category-product .product-settings .order-product {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-result .category-product .product-settings .order-product span {
    font-weight: 300;
}

.category-result .category-product .product-settings .order-product select {
    font-weight: 500;
    border: unset;
    border-bottom: 1px solid #000;
    width: 100px;
}

.tool-flex {
    display: flex;
    align-items: center;
    gap: 30px;
}

.tool-flex .features-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.tool-flex .features-group a.price-buton {}

.tool-flex .features-group a.point-buton {}

.tool-flex .features-group a.cargo-buton {}

.tool-flex .features-group a {
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #ffffff6b;
}

.tool-flex .features-group a i {
    font-size: 16px;
    line-height: 1;
}

.tool-flex .features-group .active {
    border: 1px solid #545454;
    background-color: #545454;
    color: #fff;
}

.tool-flex .features-group a.gift-buton {
    border: 1px solid #f7d8cc;
    color: #feba15;
}

.tool-flex .features-group a.gift-buton.active {
    border-color: #feba15;
}

.tool-flex .features-group a.gift-buton svg {
    width: 14px;
    height: 14px;
    position: relative;
    top: -1px;
    fill: #feba15;
}

.tool-flex .features-group a img {
    width: auto;
    height: 20px;
}

body .alert {
    padding: 10px 20px;
    font-size: 14px;
}

body .alert.alert-warning {}

body .other-cat {}

body .other-cat a {
    height: 40px;
    background-color: #4a4a4a;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 50px;
    color: #fff;
    gap: 5px;
}

body .other-cat a i {
    font-size: 18px;
    line-height: 1;
}

.form-group.filtreSelectGroup {
    position: relative;
}

.form-group.filtreSelectGroup span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
    display: block;
    margin: 0 0 5px;
}

.form-group.filtreSelectGroup select {
    background-color: #fff;
    border: unset;
    height: 40px;
    border-radius: 50px;
    min-width: 200px;
}

.form-group.filtreSelectGroup::before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 11px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
}

/* ÜRÜN DETAY */
.yonkasoft-product-detail {
    position: relative;
    margin: 20px 0 80px;
}

.yonkasoft-product-detail .p-for-wrap {
    display: flex;
    gap: 0;
    max-width: 100%;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media {
    width: 50%;
    height: auto;
    position: sticky;
    top: 20px;
    z-index: 999;
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-counter {
    margin-bottom: 20px;
    padding: 20px 15px 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group {
    position: relative;
    display: flex;
    margin-bottom: 25px;
    height: 100%;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group * {
    transition: unset;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .zoom-data {
    cursor: zoom-in;
    background: #fff;
    border-radius: 10px;
    height: 100%;
    padding: 15px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .zoom-data .image-slide {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position: center;
}


.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .zoom-data img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 9;
    padding-left: 30px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item .alert {
    margin: 20px 0 0;
    font-size: 13px;
    display: block;
    line-height: 1;
    padding: 10px 15px;
    height: auto;
    font-weight: 300;
    background-color: #feba15;
    color: #fff;
    line-height: 18px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item .alert strong {
    color: #fff;
    font-weight: 500;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item {
    padding: 15px 0;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-features {
    border-bottom: 1px solid #E7E7E7;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #545454;
    text-transform: unset;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .brand a {
    color: #feba17;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    margin: 10px 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .rating {
    display: flex;
    width: fit-content;
    margin: 15px 0;
    line-height: 1;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .rating .rating-stars {
    display: flex;
    gap: 3px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .rating .rating-stars span {
    margin: 0 5px 0 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .rating .rating-stars i {}

.p-for-price .price-and-discount {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 10px;
}

.p-for-price .price-and-discount .p-price {
    text-align: left;
    line-height: 1;
    margin-bottom: 5px;
}

.p-for-price .price-and-discount .p-price .end-price {
    line-height: 1;
    color: #feba15;
    font-size: 35px;
    font-weight: 500;
}

.p-for-price .price-and-discount .p-price .ust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.p-for-price .price-and-discount .p-price .ust del {
    font-size: 20px;
    color: #CCCBCB;
    font-weight: 300;
    display: block;
    line-height: 1;
}

.p-for-price .price-and-discount .p-price .ust .discount {
    color: green;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .favorite-product {
    display: flex;
    align-items: center;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .favorite-product a img {
    width: 30px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .p-var-info {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .p-var-info span {
    color: #585858;
    font-weight: 400;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon {
    display: flex;
    gap: 7px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon .c-v-item {
    width: 60px;
    align-items: center;
    display: flex;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon .c-v-item a {
    display: block;
    height: auto;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon .c-v-item img {
    width: 100%;
    height: auto;
    display: block;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon .c-v-item span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .colors-variasyon .c-v-item.active {
    border: 1px solid #000;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon {
    display: flex;
    gap: 7px;
    margin-top: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item {
    position: relative;
    overflow: hidden;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item label {
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #D1D1D1;
    padding: 10px;
    display: block;
    position: relative;
    cursor: pointer;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item label.checked {
    background-color: #FFA33C;
    color: #fff;
    border: 1px solid #FFA33C;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item.s-v-inactive::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(./assets/images/not-stok.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item.s-v-inactive label {
    color: #c1c1c1;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item.s-v-inactive label input {
    cursor: no-drop;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-variasyon .s-v-item.s-v-inactive label.checked {
    background-color: unset;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variasyon .variasyon-group .variasyon-item .size-show-table {
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
    position: absolute;
    right: 0;
    top: 0px;
    color: #959595;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .basket-and-count .b-s-wrap {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .basket-and-count .b-s-wrap .counter-basket {
    display: flex;
    border: 1px solid #D1D1D1;
    width: fit-content;
    height: 50px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .basket-and-count .b-s-wrap .counter-basket button {
    background-color: unset;
    border: unset;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .basket-and-count .b-s-wrap .counter-basket button img {
    width: auto;
    height: 14px;
    object-fit: cover;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .basket-and-count .b-s-wrap .counter-basket input {
    background-color: unset;
    border: unset;
    width: 50px;
    text-align: center;
    height: 100%;
    font-size: 20px;
    font-weight: 500;
}

/*
.add-for-basket {
    display: flex;
    gap: 10px;
}
*/

a.product-buton {
    width: 200px;
    min-width: unset;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    gap: 10px;
    border-radius: 50px;
}

a.product-buton img {
    width: 26px;
    display: block;
    position: relative;
}

a.product-buton.add-basket-button {
    color: #fff;
    border: unset;
    width: 100%;
    background: #feba15;
    position: relative;
    z-index: 99999;
}

a.product-buton.add-basket-button:before {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #019a37;
}

a.product-buton.add-basket-button:hover:before {
    opacity: 1;
}

a.product-buton.add-basket-button.cart-alert-active {
    flex-direction: column;
    gap: 0;
    height: 60px;
}

a.product-buton.add-basket-button.cart-alert-active .add-cart-text {
    font-size: 16px;
}

a.product-buton.add-basket-button.cart-alert-active .add-cart-text img {
    width: 22px;
}

a.product-buton.add-basket-button .add-cart-text {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    z-index: 99;
}

a.product-buton.add-basket-button .cart-alert {
    font-size: 10px;
    display: flex;
    line-height: 1;
    align-items: center;
    gap: 5px;
    font-weight: 300;
    text-transform: unset;
    position: relative;
    top: 4px;
    z-index: 9;
}

a.product-buton.add-basket-button .cart-alert svg {
    width: 18px !important;
    position: relative;
    top: -1px;
}

a.product-buton.hemen-al-button {
    color: #fff;
    border: unset;
    width: 60%;
    background-color: #545454 !important;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .info-for-p {
    margin: 20px 0;
    display: flex;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .info-for-p .item {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 0px 15px;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .info-for-p .item:not(:first-child)::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .info-for-p .item:first-child {
    padding-left: 0;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .info-for-p .item:last-child {
    padding-right: 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .wp-for-p a {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    border: 1px solid #000;
    height: 45px;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .wp-for-p a img {
    width: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p {
    margin-top: 40px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item {
    border: 1px solid #000;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item:not(:last-child) {
    margin-bottom: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item button.panel {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: unset;
    border: unset;
    cursor: pointer;
    padding: 20px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item button.panel::before {
    content: "";
    background-image: url(./assets/images/arrow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item button.panel.active::before {
    transform: translate(0, -50%) rotate(90deg);
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content {
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    display: none;
    padding: 0 20px;
    line-height: 24px;
    letter-spacing: .2px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content ul li {
    margin-bottom: 5px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .comment-info {
    padding: 15px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    width: 40%;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating span {
    font-size: 18px;
    margin-right: 6px;
    margin: 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating img {
    width: 25px;
    opacity: 0.5;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .comment-info span {
    font-size: 13px;
    display: block;
    margin-bottom: 7px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .rating-general {
    width: 60%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .star-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .star-rating .star-group {
    display: flex;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .star-rating .star-group img {
    width: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .rating-bar {
    display: flex;
    align-items: center;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-headline .rating-bar .bar {
    width: 150px;
    background-color: #e0e0e0;
    height: 5px;
    margin-right: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter {
    padding: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter span {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter .c-f-group {
    display: flex;
    flex-wrap: wrap;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter .c-f-group .c-f-item {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter .c-f-group .c-f-item span {
    margin-bottom: 0;
    margin-left: 7px;
    font-size: 14px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-filter .c-f-group .c-f-item .star-group img {
    width: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-list .c-l-group .c-l-item {
    padding: 15px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-list .c-l-group .c-l-item .c-l-text {
    font-size: 14px;
    font-weight: 400;
    margin: 12px 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-list .c-l-group .c-l-item .star-group img {
    width: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-list .c-l-group .c-l-item .c-l-foot {
    font-size: 12px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .for-comment-wrap .comment-list .c-l-group .c-l-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .star-group {
    display: flex;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .accordion-for-p .accordion-for-wrap .ac-for-item .ac-for-content .ac-for-comment .star-group img {
    width: 25px;
    opacity: 0.5;
}

.slider-product-gallery .swiper-slide {
    position: relative;
    height: fit-content;
}

.slider-product-gallery .swiper-slide a {
    width: 100%;
    display: block;
}

.slider-product-gallery .swiper-slide img {
    width: 100%;
    display: block;
}

.slider-product-gallery .swiper-slide .model-info {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.85);
    width: 85%;
    padding: 12px 10px 10px;
}

.slider-product-gallery .swiper-slide .model-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slider-product-gallery .swiper-slide .model-info ul li {
    font-size: 14px;
    font-weight: 500;
}

.product-information {
    transition: all 0.5s;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    z-index: 999999999;
    border-top: 1px solid #e0e0e0;
}

.product-information .product-dist {
    display: flex;
    height: 100%;
}

.product-information .product-dist .dist-left {
    width: 100%;
}

.product-information .product-dist .dist-left .pr-item.pr-once .pr-code {
    font-size: 13px;
    color: #5F5F5F;
    font-weight: 300;
}

.product-information .product-dist .dist-left .pr-item.pr-once h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail img {
    position: relative;
    top: -2px;
    width: 13px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail.active img {
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-second {
    display: flex;
    align-items: center;
}

.product-information .product-dist .dist-left .pr-item.pr-second a {
    font-size: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-information .product-dist .dist-left .pr-item.pr-second a img {
    position: relative;
    top: -1px;
    width: 30px;
}

.product-information .product-dist .dist-left .pr-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-third {
    display: flex;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price .active-price {
    font-size: 26px;
    font-weight: 600;
    width: fit-content;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price del {
    color: #ADADAD;
    margin: 0 0px 10px;
    display: block;
    line-height: 1;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price .install-pr {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.product-information .product-dist .dist-left .pr-item.pr-forth {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr {
    display: flex;
    align-items: center;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color {
    font-size: 15px;
    font-weight: 300;
    margin-right: 20px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex {
    display: flex;
    gap: 5px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item {
    position: relative;
    height: 70px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item img {
    width: 50px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item .color-vision {
    width: 0;
    height: 5px;
    background-color: black;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item.selected .color-vision {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex.hide-color-group {
    display: none;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color i {
    display: none;
    font-size: 20px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color span {
    display: none;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color i {
    display: block;
}


.product-information .product-dist .size-pr {
    display: flex;
    align-items: center;
}

.product-information .product-dist .size-pr .row {
    display: flex;
    gap: 30px;
}

.product-information .product-dist .size-pr .row span {
    font-size: 15px;
    font-weight: 500;
}

.product-information .product-dist .size-pr .row a {
    font-size: 15px;
    font-weight: 300;
}

.product-information .product-dist .size-pr .size-table {
    margin-left: 20px;
}

.product-information .product-dist .size-pr .size-table .size-options {
    display: flex;
    gap: 10px;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item {
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item span {
    font-size: 18px;
    font-weight: 200;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item img.exhausted {
    position: relative;
    top: -2px;
    left: -5px;
    width: 15px;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected {
    border: 1px solid #000;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected img.exhausted {
    display: none;
}

.product-information .product-dist .buy-pr {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.product-information .product-dist .buy-pr a {
    background-color: #000;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}

.product-information .product-dist .buy-pr a:hover {
    background-color: #a3a3a3;
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .buy-pr a img {
    width: 30px;
    position: relative;
    top: -3px;
}

.product-information .product-dist .buy-pr a span {
    position: relative;
    top: 1px;
}

.product-information.fixed-info {
    transform: translateY(0);
    transition: all 0.5s;
}

.slider-product-gallery .swiper-slide {
    position: relative;
    height: fit-content;
}

.slider-product-gallery .swiper-slide a {
    width: 100%;
    display: block;
}

.slider-product-gallery .swiper-slide img {
    width: 100%;
    display: block;
}

.slider-product-gallery .swiper-slide .model-info {
    position: absolute;
    bottom: 50px;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.85);
    width: 85%;
    padding: 12px 10px 10px;
}

.slider-product-gallery .swiper-slide .model-info ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.slider-product-gallery .swiper-slide .model-info ul li {
    font-size: 14px;
    font-weight: 500;
}

.product-information {
    transition: all 0.5s;
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    left: 0;
    height: 170px;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    z-index: 999999999;
    border-top: 1px solid #e0e0e0;
}

.product-information .product-dist {
    display: flex;
    height: 100%;
}

.product-information .product-dist .dist-left {
    width: 100%;
}

.product-information .product-dist .dist-left .pr-item.pr-once .pr-code {
    font-size: 13px;
    color: #5F5F5F;
    font-weight: 300;
}

.product-information .product-dist .dist-left .pr-item.pr-once h1 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px;
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 5px;
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail img {
    position: relative;
    top: -2px;
    width: 13px;
    transition: all 0.5s ease-in-out;
    transform: rotate(-90deg);
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail.active img {
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-second {
    display: flex;
    align-items: center;
}

.product-information .product-dist .dist-left .pr-item.pr-second a {
    font-size: 15px;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 7px;
}

.product-information .product-dist .dist-left .pr-item.pr-second a img {
    position: relative;
    top: -1px;
    width: 30px;
}

.product-information .product-dist .dist-left .pr-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-third {
    display: flex;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price .active-price {
    font-size: 26px;
    font-weight: 600;
    width: fit-content;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price del {
    color: #ADADAD;
    margin: 0 0px 10px;
    display: block;
    line-height: 1;
}

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price .install-pr {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.product-information .product-dist .dist-left .pr-item.pr-forth {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr {
    display: flex;
    align-items: center;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color {
    font-size: 15px;
    font-weight: 300;
    margin-right: 20px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex {
    display: flex;
    gap: 5px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item {
    position: relative;
    height: 70px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item img {
    width: 50px;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item .color-vision {
    width: 0;
    height: 5px;
    background-color: black;
    position: absolute;
    top: 100%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    opacity: 0;
    cursor: pointer;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex .options-item.selected .color-vision {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex.hide-color-group {
    display: none;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color i {
    display: none;
    font-size: 20px;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color span {
    display: none;
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color i {
    display: block;
}


.product-information .product-dist .size-pr {
    display: flex;
    align-items: center;
}

.product-information .product-dist .size-pr .row {
    display: flex;
    gap: 30px;
}

.product-information .product-dist .size-pr .row span {
    font-size: 15px;
    font-weight: 500;
}

.product-information .product-dist .size-pr .row a {
    font-size: 15px;
    font-weight: 300;
}

.product-information .product-dist .size-pr .size-table {
    margin-left: 20px;
}

.product-information .product-dist .size-pr .size-table .size-options {
    display: flex;
    gap: 10px;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item {
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item span {
    font-size: 18px;
    font-weight: 200;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item img.exhausted {
    position: relative;
    top: -2px;
    left: -5px;
    width: 15px;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected {
    border: 1px solid #000;
    transition: all 0.4s ease-in-out;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected img.exhausted {
    display: none;
}

.product-information .product-dist .buy-pr {
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.product-information .product-dist .buy-pr a {
    background-color: #000;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}

.product-information .product-dist .buy-pr a:hover {
    background-color: #a3a3a3;
    transition: all 0.5s ease-in-out;
}

.product-information .product-dist .buy-pr a img {
    width: 30px;
    position: relative;
    top: -3px;
}

.product-information .product-dist .buy-pr a span {
    position: relative;
    top: 1px;
}

.product-information.fixed-info {
    transform: translateY(0);
    transition: all 0.5s;
}

.yonkasoft-same-product {
    margin: 0 0 100px;
    position: relative;
    background-color: #fff;
}

.slider-product-gallery {
    position: absolute !important;
    width: 100%;
    height: fit-content;
}

.slider-product-gallery .swiper-wrapper {
    height: fit-content;
}

.zoom-pr-ky {
    width: 45%;
    height: 80vh;
    z-index: 9999999999999;
    display: none;
    background-color: #f4f4f4;
    top: 0;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}


.zoom-pr-ky .zoom-flex {
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    align-items: center;
}

.zoom-pr-ky .pagination-wrap {
    width: 100%;
    margin: auto;
    height: 100px;
    border-top: 1px solid #e0e0e0;
}

.zoom-pr-ky .pag-zoom-swiper {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    display: block;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide img {
    margin: auto;
    object-fit: contain;
    height: 100%;
    width: auto;
    transition: all .4s;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #feba15;
    transition: all .4s;
}

.zoom-pr-ky .swiper-main-zoom {
    width: 100%;
    height: 90vh;
    margin: auto;
    background-color: #fff;
}

.zoom-pr-ky .swiper-main-zoom .swiper-slide {
    overflow: hidden;
}

.zoom-pr-ky .swiper-main-zoom .swiper-slide figure.containerZoom {
    height: 100%;
    width: 100%;
}

.zoom-pr-ky .swiper-main-zoom .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    background-color: #fff;
    max-height: 100%;
    display: block;
}

.zoom-pr-ky .swiper-main-zoom i.ri-zoom-in-line {
    font-size: 22px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
    color: #000;
}

.zoom-pr-ky .close-zoom {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0 15px;
    z-index: 999;
    font-size: 24px;
    border-top: unset;
    border-right: unset;
    background-color: #fff;
}

.zoom-pr-ky .close-zoom img {
    width: 20px;
}

.zoom-pr-ky .zoom-area {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: 100vh;
    margin: 0 auto;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: image-set(url(../../../../wp-content/uploads/2024/03/zoom-out-18.svg) 1x), auto;
    cursor: url(../../../../wp-content/uploads/2024/03/zoom-out-18.svg), auto;
    cursor: -webkit-image-set(url(../../../../wp-content/uploads/2024/03/zoom-out-18.svg) 1x), auto;
}

.zoom-pr-ky .pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    z-index: 99999999999;
    display: flex;
    gap: 10px;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb {
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0.2;
}

.zoom-pr-ky .pagination .zoom-thumb-area:not(:last-child) {
    margin-bottom: 10px;
}


.zoom-pr-ky .nav-button {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
}

.zoom-pr-ky .nav-button i {
    color: #000;
}

.zoom-pr-ky .nav-button.prev {
    left: 15px;
}

.zoom-pr-ky .nav-button.next {
    right: 15px;
}

.p-for-media-bottom h2 {
    color: #feba15;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.p-for-media-bottom .complement-wrap {
    display: flex;
    gap: 25px;
    flex-direction: column;
}

.p-for-media-bottom .complement-wrap .complement-list {
    background: #FDEDE6;
    border-radius: 10px;
    padding: 10px;
    flex: 1;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide {
    position: relative;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a {
    display: flex;
    background-color: #fff;
    padding: 10px;
    gap: 15px;
    border-radius: 10px;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a img {
    width: 50px;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt:hover i {
    color: #fff;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt {
    background: #feba15;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    border-radius: 5px 0 5px 0;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt i {
    position: relative;
    z-index: 9;
    color: #fff;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide .info .name {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #303031;
    margin-bottom: 7px;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide .info .price {
    color: #FEBA17;
    font-size: 14px;
    font-weight: 500;
}

.p-for-media-group .video-buton .link-vid-button {
    background: linear-gradient(90deg, #f4b316 0%, #ba7f00 100%);
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: 0.3s !important;
    cursor: pointer;
    position: relative;
}

.p-for-media-group .video-buton .link-vid-button i {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.p-for-media-group .video-buton .link-vid-button .text {
    position: relative;
    z-index: 1;
}

.p-for-headline .best-seller-buton {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #FDEDE6;
    height: 40px;
    padding: 0 15px;
    border-radius: 50px;
    width: max-content;
    margin-bottom: 20px;
}

.p-for-headline .best-seller-buton i {
    color: #feba15;
    font-size: 20px;
}

.p-for-headline .best-seller-buton .text {
    color: #313132;
    font-size: 14px;
    font-weight: 400;
}

.p-for-headline .best-seller-buton .text span {
    color: #feba15;
}

.p-for-headline .best-seller-buton .text span strong {
    font-size: 16px;
}

.p-for-price .price-and-discount .product-info {
    padding-bottom: 5px;
}

.p-for-price .price-and-discount .product-info .label {
    color: #545454;
    font-size: 14px;
    font-weight: 400;
}

.p-for-price .price-and-discount .product-info .label span {
    color: #feba17;
}

.p-for-price .price-and-discount .product-info ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-for-price .price-and-discount .product-info ul li {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.p-for-price .price-and-discount .product-info ul li span {
    color: #feba15;
    font-weight: 400;
}

.p-for-price .low-price-and-installment {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.p-for-price .low-price-and-installment .p-low-price {
    background: #C70000;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
}

.p-for-price .low-price-and-installment .p-low-price img {
    width: 20px;
}

.p-for-price .low-price-and-installment .p-installment {
    background: #feba15;
    height: 35px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 12px;
}

.p-for-price .low-price-and-installment .other-installment {}

.p-for-price .low-price-and-installment .other-installment a {
    background-color: #FAF4E6;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 14px;
    border: 1px solid #E9E9E9;
    font-size: 13px;
}

.p-for-price .low-price-and-installment .on-siparis {
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #019a3721;
    border: 2px solid #019a37;
    color: #019a37;
}

.p-for-price .low-price-and-installment .on-siparis .text {
    font-size: 14px;
    color: #019a37;
    font-weight: 500;
}

.p-for-price .low-price-and-installment .on-siparis .text span {
    display: inline-block;
    margin-left: 5px;
}

.p-for-price .low-price-and-installment .p-installment span {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
}

.p-for-price .low-price-and-installment .p-installment span b {
    color: #fff;
}

.p-for-price .payment-options {
    color: #545454;
    font-size: 13px;
    font-weight: 300;
    margin: 15px 0 0;
}

.p-for-price .payment-options i {}

.p-for-price .payment-options span {}

.p-for-price .payment-options span b {
    color: #feba17;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-headline {
    padding: 0;
    border: 0;
}

.yonkasoft-product-detail .p-for-sale .p-sale-head {
    color: #313132;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.yonkasoft-product-detail .p-for-item .p-title {
    color: #313132;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.yonkasoft-product-detail .p-for-sale .p-sale-head span {
    color: #019a37;
}

.yonkasoft-product-detail .p-for-sale .subtitle {
    font-size: 13px;
    color: #999;
    margin: 0 0 10px;
    display: block;
}

.yonkasoft-product-detail .p-for-sale ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yonkasoft-product-detail .p-for-sale ul li {
    background: #effbf5;
    padding: 8px 10px;
    border: 1px solid #019a37;
    border-radius: 10px;
    color: #000;
    font-size: 12px;
    flex: 1;
    text-align: center;
    line-height: 1;
    position: relative;
}

.yonkasoft-product-detail .p-for-sale ul li span {
    color: #019a37;
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item {
    position: relative;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.no-discount.active {
    background-color: #eb5e1f;
    color: #fff;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.no-discount {
    align-items: center;
    font-size: 14px;
    display: flex;
    border: 1px solid #e0e0e0;
    background-color: #fafafa;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.active {
    background-color: #1d9a37;
    color: #ffffffc4;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.active span {
    color: #fff;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.active .popular {
    border: 1px solid #fff;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item.popular-item {
    justify-content: flex-start;
}

.yonkasoft-product-detail .p-for-sale ul li.sale-item .popular {
    width: max-content;
    background-color: #1d9a37;
    color: #fff;
    padding: 5px 9px;
    border-radius: 10px;
    position: absolute;
    bottom: -8px;
    font-size: 10px;
    left: 50%;
    transform: translate(-50%, 0);
}

.p-for-variant .p-variant-head {
    color: #ed5f20;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 1px;
    font-weight: 500;
}

.p-for-variant ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-for-variant ul li {
    width: 20%;
}

.p-for-variant ul li a {
    background: #fff;
    border: 1.5px solid #EFEFEF;
    border-radius: 10px;
}

.p-for-variant ul li a img {
    width: 100%;
    object-fit: contain;
    padding: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-price {
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 1px solid #E7E7E7;
}

.p-for-item h1,
.p-for-item h2,
.p-for-item h3,
.p-for-item h4,
.p-for-item h5,
.p-for-item h6 {
    color: #313132;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.tab-panel h2 {
    font-size: 22px;
    color: #303031;
}

.tab-panel h5 {
    font-size: 14px;
}

.tab-panel h6 {
    font-size: 14px;
}

.tab-panel h1 strong,
.tab-panel h2 strong,
.tab-panel h3 strong,
.tab-panel h4 strong,
.tab-panel h5 strong,
.tab-panel h6 strong {
    font-weight: 500;
}

.tab-panel h1,
.tab-panel h2,
.tab-panel h3,
.tab-panel h4,
.tab-panel h5,
.tab-panel h6 {
    color: #303031;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Kanit", sans-serif;
}

.tab-panel h1 span,
.tab-panel h2 span,
.tab-panel h3 span,
.tab-panel h4 span,
.tab-panel h5 span,
.tab-panel h6 span {
    color: inherit !important;
    font-weight: inherit !important;
    font-family: "Kanit", sans-serif !important;
    ;
}

.tab-panel h1 strong,
.tab-panel h2 strong,
.tab-panel h3 strong,
.tab-panel h4 strong,
.tab-panel h5 strong,
.tab-panel h6 strong {
    color: inherit !important;
    font-family: "Kanit", sans-serif !important;
    ;
}

.p-for-features h2:not(:first-child) {
    font-size: 14px;
}

.p-for-features h2 strong {
    font-weight: 400;
}

.p-for-features p {
    color: #313132a8;
    font-weight: 300;
    font-size: 14px;
}

.p-for-features a.more-feature-button {
    background: #F3F3F3;
    border-radius: 50px;
    color: #313132;
    font-size: 14px;
    font-weight: 300;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    width: max-content;
    margin: 10px 0 0;
}

.p-for-features a.more i {
    font-size: 20px;
    color: #fff;
}

.yonkasoft-product-detail .pr-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 0;
}

.yonkasoft-product-detail .pr-wrapper .product-dif {
    border: 1px solid #E7E7E7;
    background-color: unset;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: auto;
}

.yonkasoft-product-detail .pr-wrapper .bread-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
    gap: 30px;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .breadcrumb {
    margin: 0;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .breadcrumb.pr-detail-breadcrumb{
    width: 85%;
    overflow-x: hidden;
}

.yonkasoft-product-detail .pr-wrapper .product-right {
    width: 25%;
    height: 100%;
    position: sticky;
    top: 25px;
    padding-left: 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right .product-right-dif {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right .product-right-dif .p-for-price {
    display: none;
}

.product-coupon .swiper-slide {
    padding: 0 0 13px;
}

.product-coupon .product-item.coupon {
    background: #EFFBF5;
    border-radius: 10px;
    display: flex;
    border: 1px solid #019a37;
    align-items: center;
    gap: 10px;
    height: auto;
    padding: 10px;
    margin: 0 0 15px;
}

.product-coupon .product-item.coupon .c-left {
    flex: 2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-coupon .product-item.coupon .kupon-alert {
    width: max-content;
    color: #fff;
    padding: 0 10px;
    height: 26px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    font-size: 10px;
    font-weight: 300;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(90deg, #feba15, #bd8500);
    display: flex;
    align-items: center;
    gap: 0;
}

.product-coupon .product-item.coupon .kupon-alert b {
    color: #fff;
    font-size: 11px;
    margin: 0 3px;
}

.product-coupon .product-item.coupon .c-left i {
    color: #019a37;
    font-size: 20px;
}

.product-coupon .product-item.coupon .c-left span {
    color: #313132;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.product-coupon .product-item.coupon .c-left span b {
    color: #019a37;
    font-weight: 400;
}

.product-coupon .product-item.coupon .c-right {
    flex: 1;
}

.swiper-coupon-sub .product-item.coupon .c-right {
    flex: 1.5;
}

.product-coupon .product-item.coupon .c-right button {
    background: #009A36;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    border-radius: 6px;
    font-size: 11px;
    width: 100%;
    gap: 3px;
}

.product-coupon .product-item.coupon .c-right button:disabled {
    background-color: #b5b5b5;
    cursor: not-allowed;
}

.product-coupon .product-item.coupon .c-right button:disabled:hover {
    background-color: #313132;
}

.product-coupon .product-item.coupon .c-right button i {
    font-size: 16px;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap {
    display: flex;
    row-gap: 15px;
    column-gap: 5%;
    flex-wrap: wrap;
    align-items: center;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .counter-yk {
    height: 50px;
    background-color: #FAFAFA;
    border-radius: 50px;
    width: 35%;
    padding: 0 10px;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .not-stock {
    width: 60%;
    justify-content: center;
    padding: 0;
    gap: 5px;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .talepUrun {
    width: 100%;
    background-color: #feba15;
    height: 45px;
    border-radius: 10px;
    border: unset !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .talepUrun svg,
.product-right .product-right-dif .basket-and-count .b-s-wrap div svg,
.product-right .product-right-dif .basket-and-count .b-s-wrap a svg,
.product-right .product-right-dif .basket-and-count .b-s-wrap button svg {
    width: 24px;
    height: fit-content;
    fill: #fff;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .talepUrun:hover {
    background-color: #313132 !important;
    transition: all .3s;
    color: #fff !important;
}

a.product-buton i {
    font-size: 24px;
}

.product-right .product-right-dif .delivery-time span {
    color: #313132;
    font-size: 12px;
    font-weight: 300;
    display: block;
    line-height: 1;
}

.product-right .product-right-dif .delivery-time span b {
    display: block;
    color: #feba15;
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 0;
}

.product-evaluation .d-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-evaluation .d-flex .eva-item {
    border: 1.5px solid #ffffff;
    color: #feba15;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}

.product-evaluation .d-flex .eva-item i {
    font-size: 24px;
}

.product-right .product-right-dif .p-right:not(:last-child) {
    margin: 0 0 15px;
}

.product-right .product-right-dif .p-right.delivery-time .delivery-box {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    gap: 20px;
}

.product-right .product-right-dif .p-right.delivery-time .delivery-box .icon {
    background-color: #303031;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(1.2);
}

.product-right .product-right-dif .p-right.delivery-time .delivery-box .icon i{
    color: #fff;
    font-size: 24px;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo {
    background-color: #F3F3F3;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border-radius: 50px;
    border: 1px solid #EAEAEA;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo span {
    font-weight: 400;
    display: inline;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo .text {
    font-size: 13px;
    color: #313132;
    font-weight: 300;
    line-height: 16px;
    word-spacing: 1px;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo .text div {
    display: inline;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo .text b {
    font-weight: 500;
    color: #019A37;
    margin: 0;
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo .text b span {
    font-weight: inherit;
}

.product-right .product-right-dif .p-right.delivery-time .delivery-box .icon img {
    width: 26px;
}

.product-right .product-right-dif .share-area .share-head {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #303031;
}

.product-right .product-right-dif .share-area ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.product-right .product-right-dif .share-area ul li a {
    background: #FDEDE6;
    color: #313132;
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.product-right .product-right-dif .p-right .offer-head {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #303031;
}

.product-right .product-right-dif .p-right .offer-item:not(:last-child) {
    margin-bottom: 10px;
}

.product-right .product-right-dif .p-right .offer-item {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #EAEAEA;
    padding: 0 10px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    font-size: 12px;
}

.product-right .product-right-dif .p-right .offer-item img {
    width: 18px;
}

.product-right .product-right-dif .p-right .offer-item i {
    font-size: 18px;
    color: #feba15;
}

.product-right .product-right-dif .p-right .offer-item span {
    color: #313132;
    font-size: 12px;
    font-weight: 400;
}

.product-right .product-right-dif .p-right .offer-item span b {
    color: #feba15;
    font-weight: 400;
}

.product-right .product-right-dif .p-right.share-area {
    margin: 0 0 16px;
}

.yonkasoft-product-detail .p-for-alt {
    border-width: 1px 0 0;
    border-color: #F1F1F1;
    border-style: solid;
    margin: 25px 0 0;
    padding: 20px 0 0;
}

.yonkasoft-product-detail .p-for-alt .d-flex {
    display: flex;
    gap: 20px;
}

.yonkasoft-product-detail .p-for-alt .alt-list {
    flex: 1;
}

.yonkasoft-product-detail .p-for-alt .alt-list:last-child ul.whatsapp-list {
    margin: 0 0 30px;
}

.yonkasoft-product-detail .p-for-alt .alt-list .alt-list-head {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.shop-list li {
    background: #FDEDE6;
    border-radius: 10px;
    color: #feba15;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 40px;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.whatsapp-list li a {
    background: #EFFBF5;
    border-radius: 10px;
    color: #0C9738;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 40px;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.customer-list li a {
    background: #F7F7F7;
    border-radius: 10px;
    color: #feba15;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    height: 40px;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul li:not(:last-child) {
    margin: 0 0 10px;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul li i {
    font-size: 20px;
}

.yonkasoft-product-detail .product-left {
    width: 75%;
}

.featured-reviews {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 30px;
    width: 100%;
    margin: 25px 0 0;
    height: auto;
}

.featured-reviews .reviews-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.featured-reviews .reviews-head .reviews-title {
    font-size: 18px;
    font-weight: 400;
    color: #feba15;
}

.featured-reviews .reviews-head a {
    background: #feba15;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    padding: 0 25px;
    border-radius: 500px;
    font-size: 16px;
    font-weight: 300;
}

.featured-reviews .reviews-head a i {
    font-size: 20px;
}

.yk-reviews-card {
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    padding: 20px;
}

.yk-reviews-card .reviews-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.yk-reviews-card .reviews-top .left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yk-reviews-card .reviews-top .left .r-name {
    color: #313132;
    font-size: 16px;
    font-weight: 400;
}

.yk-reviews-card .reviews-top .right .date {
    color: #31313263;
    font-size: 15px;
    font-weight: 400;
}

.yk-reviews-card .reviews-body {
    margin-bottom: 20px;
}

.yk-reviews-card .reviews-body p {
    color: #313132;
    font-size: 14px;
    font-weight: 300;
}

.yk-reviews-card .reviews-alt {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.yk-reviews-card .reviews-alt a {
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

.yk-reviews-card .reviews-alt a.like {
    background: #feba15;
    color: #fff;
}

.yk-reviews-card .reviews-alt a.disslike {
    background: #FDEDE6;
    color: #feba15;
}

.featured-reviews .reviews-wrapper{}
.featured-reviews .reviews-wrapper .products-comment-wrapper{}
.featured-reviews .reviews-wrapper .products-comment-wrapper .comment-body-wrap{}
.featured-reviews .reviews-wrapper .products-comment-wrapper .comment-body-wrap .comment-notes{}
.featured-reviews .reviews-wrapper .products-comment-wrapper .comment-body-wrap .comment-notes #email-notes{
    background-color: #fff6df;
    padding: 10px;
    border-radius: 10px;
    display: block;
    width: fit-content;
    margin: 0 0 10px;
}
.featured-reviews .reviews-wrapper .products-comment-wrapper .comment-body-wrap .comment-notes a{
    color: #feba17;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}

.tab-panel {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 30px;
    width: 100%;
    margin: 25px 0 0;
    height: auto;
}

.tab-panel .tab-panel-wrapper .tab-head {
    margin: 0 0 25px;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex {
    display: flex;
    align-items: center;
    gap: 25px;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.tab-link {
    background: #F6F6F6;
    color: #313132;
    font-size: 14px;
    font-weight: 400;
    padding: 0 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    height: 40px;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.tab-link.active {
    background: #feba15;
    color: #fff;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper {
    display: none;
    text-align: left;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .tab-pane {
    opacity: 1;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #f9f9f9;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper::-webkit-scrollbar-thumb {
    background-color: #feba15;
    border-radius: 5px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .comment-notes span {
    font-size: 14px;
    font-weight: 400;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .comment-notes a {
    display: flex;
    height: 35px;
    padding: 0 20px;
    background-color: #313132;
    width: fit-content;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    margin: 10px 0 0;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper.active {
    display: block;
}

.tab-panel iframe {
    border-radius: 10px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content strong {
    font-weight: 500;
    color: #303031;
    font-family: "Kanit", sans-serif !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p {
    color: #313132a8;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p span {
    font-family: "Kanit", sans-serif !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul {
    margin-bottom: 20px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li {
    color: #313132a8;
    font-size: 14px;
    font-weight: 400;
}

table.table-info {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border: unset;
}

table.table-info tbody tr {
    border: unset !important;
}

table.table-info tr td,
table.table-info tr th {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
    --bs-table-accent-bg: #fff !important;
    border-left: unset !important;
}

table.table-info tr td {
    width: fit-content;
    padding: 10px 0 10px 20px;
    background-color: #fff;
    color: #545454 !important;
    border-right: unset !important;
}

table.table-info tr th {
    padding: 10px 20px 10px 0;
    color: #545454 !important;
    border-right: 1px solid #e0e0e0 !important;
    background-color: #fff;
}

.product-information-content::-webkit-scrollbar {
    width: 5px;
}

.product-information-content::-webkit-scrollbar-track {
    background: #F0F0F0;
    border-radius: 10px;
}

.product-information-content::-webkit-scrollbar-thumb {
    background: #feba15;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

.p-for-item .rating .rating-stars i {
    font-size: 12px;
    height: fit-content;
}

.p-for-variant ul li.current-product a {
    border: 1.5px solid #eb5e1f;
}

.p-for-variant ul li a:hover {
    border: 1.5px solid #feba15;
}

.p-for-features a.more:hover {
    background: #feba15;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.whatsapp-list li a:hover {
    background: #0C9738;
    color: #fff;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.customer-list li a:hover {
    background: #feba15;
    color: #fff;
}

.featured-reviews .reviews-head a:hover {
    background: #313132;
}

.yk-reviews-card .reviews-alt a:hover {
    background: #313132;
    color: #fff;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.tab-link:hover {
    background: #313132;
    color: #fff;
}

.product-coupon .product-item.coupon .c-right a:hover {
    background: #313132;
}

.counter-yk .productCount button:hover {
    background: #313131;
    transition: 0.3s !important;
}

.counter-yk .productCount button:hover i {
    color: #fff;
}

.product-right .product-right-dif .share-area ul li a:hover {
    background: #feba15;
    color: #fff;
}

.product-right .product-right-dif .share-area ul li a:hover i {
    color: #fff;
}

.product-evaluation .d-flex .eva-item:hover {
    color: #313132;
}

.tool-flex .features-group a:hover {
    background: #FDEDE6;
    color: #feba17;
}

.category-group.not-home {
    border-bottom: 1px solid #E7E7E7;
}

.product-right-dif .price-and-discount {
    margin-bottom: 15px;
    display: block;
}

.yonkasoft-product-detail .p-for-alt .alt-list ul li a {
    font-size: 14px;
}

.zoom-pr-ky .close-zoom i {
    color: #feba15;
    font-size: 24px;
    transition: 0.3s;
}

.zoom-pr-ky .nav-button:hover {
    border-color: #feba15;
    background: #feba15;
    transition: 0.3s;
}

.zoom-pr-ky .nav-button:hover i {
    color: #fff;
    transition: 0.3s;
}

.zoom-pr-ky .close-zoom:hover {
    background: #feba15;
    border-color: #feba15;
    transition: 0.3s;
}

.zoom-pr-ky .close-zoom:hover i {
    color: #fff;
    transition: 0.3s;
}

.main-product-slider .product-slider-features {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999;
}

.main-product-slider .product-slider-features ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-product-slider .product-slider-features ul li {
    background-color: #ffffff;
    border-radius: 100%;
    padding: 3px;
}

.main-product-slider .product-slider-features ul li img {
    width: 50px;
    display: block;
}


.yonkasoft-product-detail .pr-wrapper .bread-top .badges {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .coupon {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    background: #019a37;
    width: max-content;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .coupon img.coupon-icon {
    width: 14px;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .coupon .coupon-title {
    color: #fff;
    font-size: 10px;
    width: 100%;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .promotion-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 50px;
    width: max-content;
    background-color: #feba1736;
    color: #545454;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .promotion-badge img.promotion-icon {
    width: 14px;
}

.yonkasoft-product-detail .pr-wrapper .bread-top .badges .promotion-badge .promotion-text {
    color: #545454;
    font-size: 10px;
    width: 100%;
}


.p-for-media-bottom .complement-wrap .basket-item {
    background: #FCFCFC;
    border: 1px solid #F3F3F3;
    color: #313132;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 12px;
    height: 40px;
    border-radius: 50px;
    padding: 0 10px;
    flex: 1.5;
}

.basket-featured-slider {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
    background-color: #fff;
}

.basket-featured-slider .swiper .swiper-slide .basket-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 300;
}

.basket-featured-slider .swiper .swiper-slide .basket-item i {
    color: #feba15;
    font-size: 18px;
}

.basket-featured-slider .swiper .swiper-slide .basket-item strong {
    font-weight: 400;
    color: #feba15;
}

.p-for-media-bottom .complement-wrap .basket-item i {
    color: #feba15;
    font-size: 20px;
}

.swiper-product-2 .yk-product-card .card-content .badges {
    flex-direction: column;
    gap: 5px;
}

.swiper-product-2 .yk-product-card .card-content .badges .coupon {
    width: 100%;
}

.swiper-product-2 .yk-product-card .card-content .badges .promotion-badge {
    width: 100%;
}

.coupon-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff14;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    display: none;
}

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

.coupon-modal .coupon-wrap .coupon-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.coupon-modal .coupon-wrap .coupon-box .coupon-close {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #000;
    background-color: #fff;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.coupon-modal .coupon-wrap .coupon-box .coupon-close i {
    font-size: 20px;
}

.coupon-modal.error .coupon-modal-header h2 {
    color: #9b0707;
}

.coupon-modal.success .coupon-modal-header h2 {
    color: green;
}

.coupon-modal.error .coupon-modal-header .buttons {
    width: 50%;
}

.coupon-modal .coupon-modal-header .buttons {
    display: flex;
    width: 50%;
}

.coupon-modal .coupon-modal-header .buttons a {
    flex: 1;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.coupon-modal .coupon-modal-header .buttons a:nth-child(odd) {
    background-color: #feba15;
    color: #fff;
}

.coupon-modal .coupon-modal-header h2 {
    font-size: 20px;
    font-weight: 500;
}

.coupon-modal .coupon-modal-header h2 i {
    font-size: 24px;
    line-height: 1;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

.coupon-modal .coupon-modal-header p {
    font-size: 14px;
    display: block;
    margin: 10px 0 20px;
    color: #313132;
}

.coupon-modal .coupon-modal-header p span.coupon-code {
    color: green;
    font-weight: 500;
}

.login_register_area .log_wrapper .log-entry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.yonka-tanitim {
    margin: 50px 0;
}

.yonka-tanitim .yonka-news-content .d-flex {
    display: flex;
    gap: 20px;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box h2 {
    font-size: 24px;
    font-weight: 500;
    color: #313132;
    margin: 0 0 10px;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box h2 span {
    color: #feba15;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box p {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    line-height: 22px;
    margin-bottom: 10px;
}



.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box a:hover {
    background-color: #feba15;
    transition: all .3s;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box a {
    margin: 20px 0 0;
    background-color: #313132;
    color: #fff;
    height: 40px;
    display: flex;
    width: fit-content;
    align-items: center;
    padding: 0 20px;
    border-radius: 5px;
    gap: 10px;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box a i {
    font-size: 18px;
    position: relative;
    line-height: 1;
    top: 1px;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .images-gallery {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: 20px 0 0;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .images-gallery a {
    display: block;
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .images-gallery img {
    width: 100px;
    flex: 1;
    border-radius: 10px;
    display: block;
}

.yonka-tanitim .yonka-news-content .d-flex .right-content {
    flex: 1;
}

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

.videos_area_iframe .manage-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.videos_area_iframe .manage-video button:hover {

    background-color: #feba15;
}

.videos_area_iframe .manage-video button {
    background-color: red;
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
}

.videos_area_iframe .manage-video button img {
    width: 20px;
    position: relative;
}

.videos_area_iframe img.kapak-img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.videos_area {
    background-color: #F0F0F0;
    height: 100%;
    border-radius: 30px;
    position: relative;
}

.videos_area::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    position: absolute;
    background-color: #00000052;
}

.videos_area .manage-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.videos_area .manage-video button {
    background-color: unset;
    border: unset;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: auto;
    opacity: 0;
    transition: all .5s ease;
}

.videos_area .manage-video button.play-video.play-active {
    opacity: 1 !important;
}

.videos_area .videos_logo.play-active {
    opacity: 0 !important;
}

.videos_area:hover .manage-video button {
    opacity: 1;
    transition: all .5s ease;
}

.videos_area:hover .videos_logo {
    display: none !important;
    transition: all .5s ease;
}

.videos_area .manage-video button img {
    opacity: .5;
    width: 100px;
}

.videos_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.videos_area .videos_logo {
    position: absolute;
    width: 180px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.popup-video {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #ffffff1c;
    z-index: 99999999999;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: none;
}

.popup-video .popup-video-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-video .popup-video-wrap .popup-video-box {
    width: 1000px;
    max-width: 100%;
    height: 600px;
    max-height: 100%;
    position: relative;
}

.popup-video .popup-video-wrap .popup-video-box iframe {
    display: none;
}

.popup-video .popup-video-wrap .popup-video-box iframe:nth-child(1) {
    display: block;
}

.popup-video .popup-video-wrap .popup-video-box .close-popup-video {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 10px 0px;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.popup-video .popup-video-wrap .popup-video-box .close-popup-video i {
    font-size: 20px;
    color: #000;
}

.popup-video .popup-video-wrap .popup-video-box iframe {
    height: 100%;
}

.alt-pop {
    position: relative;
}

.alt-pop .pop-button {
    background-color: #fff;
    border: 1px solid #1d9a37;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0 15px;
    color: #1d9a37;
    position: relative;
    cursor: pointer;
    transition: all .4s;
}

.alt-pop .pop-button:hover {
    color: #fff;
    background-color: #1d9a37;
    transition: all .4s;
}

.alt-pop.customer-service .pop-button:hover {
    background-color: #feba15;
    border-color: #feba15;
    color: #fff;
    transition: all .4s;
}

.alt-pop.customer-service .pop-button {
    color: #feba15;
    border-color: #feba15;
}

.alt-pop .pop-button i {
    font-size: 18px;
    line-height: 1;
}

.alt-pop .pop-button.active {
    background-color: #f9efe0;
    border-color: #feba15;
    color: #feba15;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #feba1526;
    z-index: 9;
}

.alt-pop .pop-area {
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #f9efe0;
    padding: 0;
    border-radius: 0 5px 5px 5px;
    width: 200px;
    border: 1px solid #feba15;
    display: none;
    z-index: 99;
}

.alt-pop .pop-area ul li a {
    color: #feba17;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    border-bottom: 1px solid #eb5e1f33;
    padding: 7px 0;
}

.alt-pop .pop-area ul li:last-child a {
    border: unset;
}

.alt-pop .pop-area ul li a i {
    line-height: 1;
    font-size: 16px;
    position: relative;
    top: -1px;
}

.main-product-slider {
    background-color: #fff;
    width: 70%;
    position: relative;
    border-left: 1px solid #EFEFEF;
    height: 600px;
}

.main-product-slider .swiper{
    height: 100% !important;
}

.main-product-slider .product-detail-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    border-radius: 10px;
    position: relative;
    padding-right: 1px
}

.main-product-slider .product-detail-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
    transition: all .4s
}

.main-product-slider .product-detail-slider .swiper-slide .zoom-image {
    display: block;
    position: relative
}

.main-product-slider .product-detail-slider .swiper-slide .zoom-image img:not(.extm img) {
    width: 100%;
    object-fit: contain
}

.main-product-slider .product-detail-slider .swiper-slide .zoom-image .extm {
    position: absolute;
    top: 0;
    left: 100%;
    width: 400px !important;
    height: 400px !important;
    z-index: 99999 !important
}

.main-product-slider .product-detail-slider * {
    width: 100%;
    object-fit: cover
}


.thumbnail-slider {
    height: 600px;
    width: 30%;
    z-index: 99
}

.thumbnail-slider .swiper {
    height: 100%;
    padding: 20px;
}

.thumbnail-slider .swiper .swiper-slide {
}

.thumbnail-slider .swiper .swiper-slide a {}

.thumbnail-slider .swiper .swiper-slide.swiper-slide-thumb-active {}

.thumbnail-slider .swiper .swiper-slide.swiper-slide-thumb-active a {
    border-color: #FEBA17;
}

.thumbnail-slider .swiper .swiper-slide.swiper-slide-thumb-active a img {}

.thumbnail-slider .swiper .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #e3e3e3;
    border-radius: 20px;
    padding: 10px;
    outline: unset;
}

.thumbnail-slider .swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.thumbnail-slider .swiper .swiper-slide a .video-icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff82;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-slider .swiper .swiper-slide a .video-icon i{
    color: #fcb818;
    font-size: 20px;
}


/* login */

.login_register_area {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fafafa;
}

/*
.login_register_area {
     animation-name: loginImage;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    border-radius: 10px;
}
*/

.login_register_area .log_wrapper {
    padding-right: 50px;
}

.login_register_area .log_wrapper .box_forms {
    width: 500px;
    height: auto;
    background: #fff;
    border-radius: 30px;
    padding: 25px 25px 10px;
}

.filter_logs {
    display: flex;
    justify-content: center;
}

.filter_logs .filter_bars {
    width: 100%;
    display: flex;
    gap: 10px;
}

.filter_logs .filter_bars a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313132;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
}

.forms_log .login_form {
    display: none;
}

.forms_log .tab-open-area {
    display: none;
}

.forms_log form .form-item {
    position: relative;
}

.forms_log form .form-item .input-group img#rcaptcha {
    width: auto;
    height: 30px !important;
}

.forms_log form .form-item .input-group {
    border: unset !important;
}

.forms_log form .form-item input+label {
    padding-left: 7px;
    margin-bottom: 5px;
}

.forms_log form .form-item label a {
    color: #FEBA17;
    font-weight: 400;
    display: inline;
}

.forms_log form label {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.forms_log form input {
    background-color: #fff;
    margin-bottom: 15px;
    border: none;
    border-radius: 50px;
    width: 100%;
    color: #313132;
    padding: 0 20px;
    height: 40px;
    border-width: 1px;
    border-color: #EDEDED;
    border-style: solid;
}

.forms_log form input::placeholder {
    color: #31313275;
}

.forms_log form input.iti__tel-input {
    padding-left: 80px !important;
}

.forms_log form .form-item .toggle-password {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 16px;
}

.forms_log form button.checkout-btn {
    padding: 0 30px;
    width: fit-content;
    background-color: #FEBA17;
    border: unset;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto 0;
}

.forms_log form .form-item input[type=checkbox] {
    width: 14px;
    height: 14px !important;
    appearance: unset;
    padding: 0;
    font-size: unset;
    border: unset;
    margin: 0;
    color: unset;
    background-color: #fff;
    position: relative;
    top: 1px;
}

.forms_log form .form-item input[type=checkbox]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffff;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

.forms_log form label {
    font-size: 12px;
    font-weight: 400;
}

.forms_log form label[for=uyelikSoz] a {
    color: #FEBA17;
}

.forms_log form .form-item input[type=checkbox]:checked::before {
    border: 1px solid #FEBA17;
    background-color: #FEBA17;
}

.swiper-log img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.login_register_area .log_wrapper .form-area {
    background: #ffffff10;
    padding: 10px;
    backdrop-filter: blur(3px);
    border-radius: 10px;
}

.login_register_area .log_wrapper .box_forms .forms_log {
    margin: 25px 0 0;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

.login_register_area .log_wrapper .box_forms .forms_log::-webkit-scrollbar {
    width: 5px;
    ;
    background-color: #f9f9f9;
    border: unset;
}

.login_register_area .log_wrapper .box_forms .forms_log::-webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    width: 100%;
    border-radius: 10px;
}

.filter_logs .filter_bars .login_button.active {
    color: #FEBA17;
    border-color: #FEBA17;
    border-width: 2px;
}

.filter_logs .filter_bars .register_button.active {
    color: #FEBA17;
    border-color: #FEBA17;
}

.forms_log form .form-item .toggle-password i {
    font-size: 22px;
}

.socialLogin span {
    color: #FEBA17;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background: #fff;
    padding: 0 25px;
}


.swiper-log {
    height: 100vh;
    position: relative;
}

.entry-pagination {
    background: #F7F7F7;
    position: absolute;
    bottom: 42px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    height: 30px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.entry-pagination .pagination-log .swiper-pagination-bullet {
    width: 25px;
    height: 7px;
    border-radius: 10px;
    background: #BABABA;
}

.entry-pagination .pagination-log .swiper-pagination-bullet-active {
    background: #414042;
}

.accountCreate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 60px;
}

.accountCreate span {
    font-size: 16px;
    font-weight: 400;
}

.accountCreate a {
    color: #FEBA17;
    font-weight: 500;
    text-decoration: underline;
}

.overlay-theme {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    backdrop-filter: blur(2px);
    z-index: 999;
    display: none;
}

.overlay-theme-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 999;
    display: none;
}

.share-area a {
    padding: 0;
    border: unset;
    height: auto;
}

.share-area a i {
    color: #000;
}

.share-area a i.ri-heart-fill {
    color: #FEBA17;
}

.share-area a img {
    width: 22px;
}

.share-area .share-all {
    position: absolute;
    right: 40px;
    width: max-content;
    padding: 9px 9px;
    display: none;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
}

.share-area .share-all a i {
    font-size: 16px;
    margin: 0 3px;
}

.share-area a.share-button i {
    font-size: 24px;
}

.forms_log form .link-function.left-position {
    color: #FEBA17;
    font-size: 14px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}

.forms_log .tab-open-area .sosyalTitle {
    margin: 40px 0 10px;
    gap: 20px;
    color: #FEBA17 !important;
    font-size: 14px;
    font-weight: 500;
}

.forms_log .tab-open-area .socialLogin::before {
    opacity: 0;
}

.register-gecis {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    gap: 15px;
    font-size: 15px;
    font-weight: 400;
}

.register-gecis .register-button {
    font-weight: 600;
    color: #FEBA17;
    text-decoration: underline;
}

.profil-page {
    padding-top: 50px;
    margin-bottom: 100px;
}

.profil-page .row {
    align-items: flex-start;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.profil-page .row .col-4 {
    width: 30%;
}

.profil-page .row .col-lg-12 button#nyoffcanvas {
    display: none;
}

.profil-page .row .col-lg-12 .offcanvas-start {
    z-index: 9999999999;
}

.profil-page .row .col-lg-12 .offcanvas-start .offcanvas-body .dashboard-left-sidebar {
    padding: 0;
    background-color: unset !important;
}

.profil-page .row .col-lg-12 .offcanvas-start .offcanvas-body .dashboard-left-sidebar .dashboard-left-sidebar .dashboard-left-sidebar {
    padding: 20px 10px;
}

.rounded-bottom {
    border: unset !important;
    border-radius: 0 !important;
    background-color: unset !important;
}

.rounded-bottom .card-body {
    background-color: #fff !important;
    border-radius: 30px;
    padding: 0;
}

.profil-page .card-body .row {
    margin: 0 0 20px !important;
    padding: 20px 10px 0;
}

.profil-page .card-body .row .col-3 {
    width: 25%;
    margin-left: 0px !important;
    margin-right: 0 !important;
}

.profil-page .card-body .row .col-3 .rounded-circle {
    width: auto !important;
    height: auto !important;
    background-color: unset !important;
}

.profil-page .card-body .row .col-3 .rounded-circle .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEBA17 !important;
    width: 70px !important;
    height: 70px !important;
}

.profil-page .card-body .row .col-3 .rounded-circle .d-flex .text-white {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -1px;
}

.profil-page .card-body .row .col-9 {
    width: 75%;
}

.profil-page .card-body .row .col-9 .card-title {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #313132;
    margin-bottom: 6px !important;
}

.profil-page .card-body .row .col-9 .text-muted {
    color: #313132;
    font-size: 12px !important;
}

.profil-page .card-body .row .col-9 .mobil-articledate {
    color: #0000007a;
}

.profil-page .card-body .row .col-9 .mobil-articledate time {
    color: #FEBA17;
    font-weight: 500;
}

.profil-page .card-body .list-group {
    gap: 0;
}

.profil-page .card-body .list-group .list-group-item {
    padding: 0;
    background-color: unset !important;
    border: unset;
    position: relative;
    transition: all .4s;
    border-radius: 0;
}

.profil-page .card-body .list-group .list-group-item.activelist {
    padding: 0 !important;
}

.profil-page .card-body .list-group .list-group-item.activelist a {
    background-color: #FEBA17;
    color: #fff;
    border-bottom: unset;
    padding: 10px 20px 8px;
}

.profil-page .card-body .list-group .list-group-item a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px 8px;
    font-size: 14px;
    font-weight: 300;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 0;
    padding-bottom: 0;
}

.profil-page .card-body .list-group li.list-group-item:nth-child(10) {
    display: none !important;
}

.profil-page .card-body .list-group .list-group-item::before {
    content: "";
    width: 1px;
    height: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e0e0e0;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    bottom: 0;
    background-color: #e0e0e0;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item:hover {
    border-left: unset !important;
}

.profil-page .card-body .list-group .list-group-item:hover::before {
    height: 100%;
}

.profil-page .card-body .list-group .list-group-item:hover::after {
    height: 100%;
}

.profil-page .card-body .list-group .list-group-item a:hover {
    color: #FEBA17;
}

.profil-page .card-body .list-group .list-group-item.activelist a:hover {
    background-color: #000;
    color: #fff;
}

.profil-page .card-body .list-group .list-group-item.activelist a:hover i {
    color: #fff;
}

.profil-page .card-body .list-group .list-group-item a i {
    color: #FEBA17;
    font-weight: 400;
}

.profil-page .card-body .list-group .list-group-item.activelist a i {
    color: #fff;
}

.profil-page .col-lg-8 {
    width: 70%;
    height: 100%;
    display: block;
    padding-left: 50px;
    position: sticky;
    top: 0;
    background: unset !important;
}

.profil-page .col-lg-8 .breadscrumb-section .container {
    padding: 0 !important;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain h2 {
    font-size: 20px;
    font-weight: 500;
    color: #545454;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb {
    margin-top: 0;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li {
    margin: 0 4px;
    color: #545454;
    font-weight: 400;
    padding: 0;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li i:not(.fa-home) {
    font-size: 8px;
    color: #757575;
    position: relative;
    top: -1px;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a {
    font-size: 15px;
    color: #313132 !important;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a i {
    color: #FEBA17;
}

.profil-page .col-lg-8 .dashboard-right-sidebar {
    border-radius: 30px;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name {
    margin-bottom: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p {
    font-size: 15px !important;
    color: #000;
    font-weight: 300;
    line-height: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p b {
    color: #FEBA17 !important;
    font-weight: 500;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices {
    margin: 0 -5px 0;
    gap: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 {
    padding: 5px;
    width: 25%;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox {
    background-color: #fff;
    padding: 0;
    border-radius: 20px;
    border: unset;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a {
    width: 100%;
    display: block;
    padding: 20px;
    transition: all .4s;
    color: #313132;
    border-radius: 10px;
    background-color: #fff;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {
    color: #FEBA17;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}


.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a span {
    font-size: 14px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a:hover {
    background-color: #FEBA17;
    color: #fff;
    transition: all .4s;
    border-radius: 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a:hover i {
    color: #fff;
    transition: all .4s;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-shopping-cart::before {
    content: "\f118";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-heart::before {
    content: "\ee0f";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-ticket::before {
    content: "\ebee";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-map-marker::before {
    content: "\f431";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-user::before {
    content: "\f264";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-key::before {
    content: "\eecc";
}

.dashboard-right-sidebar .row {
    width: 100%;
    max-width: 100% !important;
    gap: 0 !important;
}

.profil-page .row .col-12.product-row b {
    font-weight: 400;
}

.profil-page .row .col-12.product-row a {
    color: #FEBA17;
}

.profil-page .row .col-md-12,
.profil-page .row .col-12 {
    margin: 0 !important;
    padding: 0 10px;
    width: 100%;
}

.address-contact-information .form-floating {
    display: block;
    color: #313132;
}

.address-contact-information .form-floating label {
    font-size: 13px !important;
    font-weight: 400;
    position: relative;
    padding: 0;
    margin: 0;
    color: #545454 !important;
}

.iti__selected-dial-code {
    color: #313132;
    font-weight: 500;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset div:first-child {
    background-color: #f9f9f9 !important;
    color: #313132 !important;
    border: 1px solid #e0e0e0;
    font-size: 12px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset div:nth-child(2) {
    background-color: #de6022 !important;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset div:nth-child(2) span {
    color: #fff !important;
    font-size: 10px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row.mt-3 {
    padding: 15px 0 0 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row {
    padding: 3px 0 0 10px;
    background-color: unset;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 {
    color: #313132;
    background-color: unset !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 b {
    font-weight: 500;
}

.address-contact-information .form-floating input,
.address-contact-information .form-floating select,
.address-contact-information .form-floating textarea {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #313132;
    border-radius: 50px !important;
    height: 45px;
    font-size: 13px;
    padding: 0 20px !important;
}

.address-contact-information .form-floating input.form-control.form-control-sm.iti__tel-input {
    padding: 0 0 0 85px !important;
}

.address-contact-information .form-floating input:disabled,
.address-contact-information .form-floating select:disabled,
.address-contact-information .form-floating textarea:disabled {
    background-color: #e0e0e0 !important;
}

.address-contact-information .form-floating textarea {
    padding: 15px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information hr {
    display: none;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information .delivery-address {
    padding: 0 10px;
    font-size: 20px !important;
    font-weight: 500;
    margin: 20px 0 15px;
}

.address-contact-information .col-md-12 {
    padding: 0 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button:not(.profil-page .col-lg-8 .dashboard-right-sidebar button),
.profil-page .col-lg-8 .dashboard-right-sidebar a:not(.servicesBox a, .contract-btn, .product-row a) {
    border-radius: 50px !important;
    font-size: 14px;
    transition: all .4s;
    background-color: #FEBA17;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content;
    border: unset;
    color: #fff;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-description a:not(.servicesBox a, .contract-btn) {
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
}

body .card.product-card .card-body .text-center a img.productPhoto_200 {
    height: 200px;
    object-fit: contain;
}

.profil-page .col-lg-8 .dashboard-right-sidebar h6.product-description {
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100 {
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 400;
    border-radius: 5px !important;
    ;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand {
    margin: 0 0 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand p {
    font-size: 18px;
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand p.text-decoration-line-through {
    font-weight: 300;
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 1;

}

.profil-page .col-lg-8 .dashboard-right-sidebar h6.product-brand a:not(.servicesBox a, .contract-btn) {
    font-weight: 500 !important;
    color: #FEBA17 !important;
    margin-bottom: 10px;
}

.profil-page .dashboard-right-sidebar .document-list {
    padding: 10px 0;
    border: unset;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item {
    display: flex;
    align-items: center;
    border-radius: 0;
    border-color: #e0e0e0;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item b {
    font-size: 16px !important;
    font-weight: 500;
    display: block !important;
    float: unset !important;
    width: auto !important;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    transition: all .4s;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a i {
    color: #000;
    font-size: 20px;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a:hover {
    background-color: #000;
    transition: all .4s;
    border-color: #FEBA17 !important;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a:hover i {
    color: #fff;
    transition: all .4s;
}

.ps-form--review .ps-form__title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #303031;
}

.ps-form--review .ps-form__desc {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #303031;
}

.ps-form--review .ps-form__desc b {
    color: #ed5f1f;
    font-weight: 500;
}

.ps-form--review .row .col-12 {
    margin: 0 !important;
}

.ps-form--review .ps-form__label {
    display: block;
    float: unset !important;
    line-height: 1;
    font-weight: 200;
}

.ps-form--review form {
    display: block;
    margin: 10px 0 0;
}

.ps-form--review form .rating {
    display: flex;
    justify-content: left;
    margin-bottom: 15px !important;
}

.ps-form--review form .rating label {
    font-size: 16px;
    color: #696969 !important;
    line-height: 1;
    width: 20px !important;
    height: 20px;
}

.ps-form--review form .ps-form__block {
    margin: 10px 0 0;
}

.ps-form--review form .ps-form__block textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 100px;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
    color: #000;
    margin: 10px 0 0;
}

.ps-form--review button {
    background-color: #ed5f1f;
    color: #fff;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s;
    border-radius: 5px;
}

.ps-form--review button:hover {
    background-color: #303031;
    transition: all .4s;
}

.ps-form--review form .rating label::before {
    font-size: 16px;
    top: 0;
    left: 2px !important;
    color: #eac501 !important;
}

.ps-product__tabreview {
    margin: 20px 0 0 !important;
}

#toggleReviewsBtn{
    background-color: #feba17;
    border-color: #feba17;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 15px;
}

#toggleReviewsBtn:hover{
    background-color:#545454;
}

.ps-product__tabreview .ps-review--product {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 10px;
}

.ps-product__tabreview .ps-review--product:not(:last-child) {
    margin-bottom: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .ps-review__name {
    width: fit-content;
    color: #000;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .ps-review__date {
    font-size: 14px;
    font-weight: 300;
    color: #adadad;
    display: block;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating {
    width: fit-content;
    margin: 10px 0;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget .product-ratings .ratings-container {
    justify-content: flex-start;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc {
    padding: 0;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc p {
    font-size: 14px;
    color: #6D6E71;
}

body .alert {
    background-color: #fff0c6;
    color: #676767;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

body .alert img {
    width: 30px;
}

.ad-new-ny {

    padding: 0 20px !important;
    border-radius: 10px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row.ad-new-ny span i {
    color: #FEBA17 !important;
}

.mobil-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobil-menu-button .mobil-dot {
    display: flex;
    flex-wrap: wrap;
    width: 25px;
    height: 25px;
    gap: 5px;
}

.mobil-menu-button .mobil-dot .dot {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #D9D9D9;
}

.mobil-menu-button .mobil-dot .dot:nth-child(1) {
    background-color: #FEBA17;
}

.mobil-menu-button .mobil-dot .dot:nth-child(4) {
    background-color: #FEBA17;
}

.mobil-menu-button .text {
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 5px 0 0;
}

.global_basket .basket_prod .basket_flex {
    display: flex;
    gap: 50px;
}

.global_basket .basket_prod .basket_flex .column-8 {
    width: 70%;
}


.global_basket .basket_prod .basket_flex .column-4 {
    width: 30%;
}

.global_basket .basket_prod .basket_flex .column-4 #couponBoxDiv {
    color: #00000082;
}

.global_basket .basket_prod .basket_flex .column-4 #couponBoxDiv i {
    color: #931a1d;
    margin-right: 10px;
}

.campaignBox {
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.campaignBox .campaignText {
    font-size: 16px;
}

.campaignBox .campaignText a {
    color: #fff;
}

.campaignBox .campaignText span {
    font-weight: 200;
}

.campaignBox .campaignText p {
    display: inline;
    font-weight: 200;
}

.campaignBox .campaignText p b {
    color: #fff;
    font-weight: 600;
}

.bank-account {
    margin: 50px 0;
}

.bank-account .bank-info-box {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
}

.bank-account .bank-info-box .bank-head .head-row {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bank-account .bank-info-box .bank-head .head-row .head-col {
    background-color: #feba173b;
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    color: #313131;
}

.bank-account .bank-info-box .bank-head .head-row .head-col:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.bank-account .bank-info-box .bank-head .head-row .head-col span {
    color: #838383;
    font-size: 12px;
}

.bank-account .bank-info-box .bank-body .bank-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.bank-account .bank-info-box .bank-body .bank-row:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col {
    height: auto;
    display: flex;
    align-items: center;
    padding: 15px;
    font-size: 10px;
    color: #313131;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col * {
    width: fit-content;
    display: inline-block;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col img {
    width: 100px;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col .iban_copy {
    margin-left: 10px;
    font-size: 16px;
    color: #feba17;
}

.bank-account .bank-info-box .bank-body .bank-row .bank-col .copy_success {
    border: 1px solid #feba17;
    border-radius: 100px;
    background-color: #feba17;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 400;
    color: #ffffff;
    margin: 10px 0 0;
    display: none;
}

.help-q-page {
    margin: 50px 0;
}

.help-q-page #top-nav {
    margin: 30px 0 0;
}

.help-q-page .soruFiltre .soru-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 60px;
    position: relative;
    border-radius: 50px;
}

.help-q-page .soruFiltre .soru-input input {
    width: 100%;
    height: 100%;
    border: unset;
    padding: 0 20px;
    color: #545454;
    font-size: 14px;
    border-radius: 50px;
}

.help-q-page .soruFiltre .soru-input input::placeholder {
    color: #000;
}

.help-q-page .soruFiltre .soru-input i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 25px;
    cursor: pointer;
    color: #fff;
    background-color: #FEBA17;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.help-q-page .soru-filtre-liste {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.help-q-page .soru-filtre-liste li a {
    border: 1px solid #e0e0e0;
    display: block;
    padding: 12px 20px;
    position: relative;
    border-bottom: 1px solid #e0e0e0 !important;
}

.help-q-page .soru-filtre-liste li a i {
    font-size: 10px;
    color: #bbbbbb;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

.help-q-page .soru-filtre-liste li .active {
    background-color: #FEBA17;
    border-color: #FEBA17;
    border-radius: 15px;
    color: #fff !important;
}

.help-q-page .mainQuestion {
    margin-bottom: 15px;
}

.help-q-page .mainQuestion .soru-card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.help-q-page .mainQuestion .soru-card .card-header {
    border-radius: 10px;
}

.help-q-page .mainQuestion .soru-card .card-header h5 a {
    font-size: 18px;
    padding: 15px !important;
    display: flex !important;
    justify-content: space-between;
}

.help-q-page .mainQuestion .soru-card .card-header h5 a i {
    font-size: 20px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse {
    display: none;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body {
    padding: 20px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body p {
    font-size: 16px;
    line-height: 24px;
}

.help-q-page .question-wrap {
    margin: 30px 0;
}

.help-q-page .question-wrap .question-area {
    display: none;
}

.help-q-page .question-wrap .question-are.active {
    display: block !important;
}

.contact-main {
    margin: 50px 0 0;
}

.contact-main .group-yk-2 {
    grid-template-columns: 1fr;
}

.contact-main .contact-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    background-color: #fff;
    border-radius: 30px;
}

.contact-main .contact-info .contact-box {
    margin: 0 0 20px;
}

.contact-main .contact-info .contact-box iframe {
    height: 250px;
    margin: 10px 0 0;
    border-radius: 20px;
}

.contact-main .contact-info .contact-box h2 {
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 20px;
}

.contact-main .contact-info .contact-item {
    font-size: 14px;
    color: #313132;
    margin: 0 0 10px;
}

.contact-main .contact-info .contact-item b {
    font-weight: 400;
    opacity: .5;
}

.contact-main .contact-info .contact-item p a {
    color: #313132;
}

.contact-main .contact-info .contact-item p {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400;
}

.contact-main .contact-info .social-links {
    display: flex;
    gap: 10px;
    margin: 20px 0 0;
}

.contact-main .contact-info .social-links a {
    background: #FDEDE6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #313132;
    font-size: 18px;
}

.contact-main .contact-info .social-links a i {
    font-size: 20px !important;
}

.contact-main .contactFormBox {
    background-color: unset;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: fit-content;
    position: sticky;
    top: 20px;
    border: 1px solid #e0e0e0;
}

.contact-main .contactFormBox .form-title {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    color: #313132;
}

.contact-main .contactFormBox form .column-12 {
    margin-bottom: 15px;
}

.contact-main .contactFormBox form .column-12.form-footer {
    margin: 0;
}

.contact-main .contactFormBox form label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #313132;
}

.contact-main .contactFormBox form input {
    width: 100%;
    color: #000;
    height: 45px;
    background-color: #ffffff;
    border: unset;
    border-radius: 50px;
    padding: 0 20px;
}

.contact-main .contactFormBox form textarea {
    width: 100%;
    color: #313132;
    height: 100px;
    background-color: #ffffff;
    border: unset;
    border-radius: 20px;
    padding: 15px;
    font-size: 14px;
}

.contact-main .contactFormBox form input::placeholder,
.contact-main .contactFormBox form textarea::placeholder {
    color: #fff;
}

.contact-main .contactFormBox form button {
    background-color: #313132;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    border-radius: 50px;
    margin: 15px 0 0;
}

.contact-main .contactFormBox form {}

.contact-main .contactFormBox form .col-md-12 {
    position: relative;
}

.contact-main .contactFormBox form img#cptch {
    width: 30%;
    margin: 0 !important;
    height: 100%;
    object-fit: contain;
}

.contact-main .contactFormBox form input#cptchinp {}


.contact-main .contact-flex {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.contact-main .column-8 {
    width: 70%;
}

.contact-main .column-4 {
    width: 30%;
}

.page-wrap {
    margin: 50px 0;
}

.about-us-grid {
    display: flex;
    gap: 50px;
}

.about-us-grid .grid-content {
    width: 60%;
}

.about-us-grid .grid-media {
    width: 40%;
}

.about-us-grid .grid-media .images-gallery {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 6%;
    row-gap: 40px;
    margin: 50px 0 0;
}

.about-us-grid .grid-media .images-gallery a {
    width: 47%;
}

.about-us-grid .grid-media .images-gallery a img {
    width: 100%;
    border-radius: 10px;
}

.page-wrap .page-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #313132;
}

.page-wrap .page-content h1 {
    font-size: 26px;
    font-weight: 500;
    color: #313132;
    margin: 0 0 10px;
}

.page-wrap .page-content h2 {
    font-size: 22px;
    font-weight: 500;
    color: #313132;
    margin: 20px 0 10px;
}

.page-wrap .page-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #313132;
    margin: 20px 0 10px;
}

.page-wrap .page-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #313132;
}

.page-wrap .page-content h5 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #313132;
}

.page-wrap .page-content a {
    font-size: inherit;
    color: #ed5f1f;
}

.page-wrap .page-content .column-12 strong {
    font-weight: 500;
}

.siparis-alan {
    margin: 50px 0;
}

.siparis-alan .siparis-form {
    padding: 30px;
    background-color: #ffff;
    border-radius: 30px;
}

.siparis-alan .siparis-form .form-title {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.siparis-alan .siparis-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #313132;
}

.siparis-alan .siparis-form form .form-group input {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 50px;
    padding: 0 20px;
    border-radius: 50px;
}

.siparis-alan .siparis-form form .form-group button {
    text-transform: uppercase;
    background-color: #FEBA17;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px;
    transition: 0.3s;
    border: unset;
    height: 50px;
    margin: 10px 0 0;
    padding: 0 30px;
}

.cc-bottom[aria-label=cookieconsent] {
    width: 100%;
    max-width: unset;
    left: 0;
    bottom: 0;
    background-color: #000;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 25px 0;
}

.cc-bottom[aria-label=cookieconsent] .cc-message {
    font-size: 12px !important;
}

.cc-bottom[aria-label=cookieconsent] .cc-message a {
    font-weight: 700;
}

.cc-bottom[aria-label=cookieconsent] .cc-compliance a {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.order-query {
    margin: 50px 0;
}

.order-query .collapsible {
    background-color: #414042;
    color: #fff;
    font-size: 16px;
    background-image: unset;
    transition: 0.3s;
    border-radius: 20px 20px 0 0;
}

.order-query .collapsible:hover {
    background-color: #FEBA17;
    border-color: #FEBA17;
    transition: 0.3s;
}

.order-query .collapsible .text-date {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0 0;
}

.order-query .collapsible .text-date i {
    font-size: 30px;
    line-height: 1;
    height: 0;
    position: relative;
    top: -18px;
}

.order-query .collapsible .coll-row {
    display: none;
}

.order-query .order-row {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #6d6e71;
}

.order-query .content .content-zone {
    padding: 40px 20px 20px 20px;
}

.order-query .content .detay-btn {
    background-color: #f99c1c;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    border: unset;
}

.order-query .list-group-item:first-child {

    background-color: #f99c1c;
    border-color: #f99c1c;
    border-radius: 0 !important;
}

.order-query .collapse-body {
    max-height: max-content;
    display: block;
    border-radius: 0 0 20px 20px;
}

.order-query .collapse-body .content-zone .row {
    height: auto;
    border-radius: 10px;
    gap: 24px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-query .collapse-body .content-zone .row .order-date-row {
    position: relative;
    left: 0;
    top: unset;
    width: fit-content;
    height: fit-content;
    margin: auto 0;
    border-radius: 0;
    padding: 10px;
    background-color: #414042;
    color: #fff;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    gap: 7px;
    flex: 1;
    padding: 0;
}

.order-query .collapse-body .content-zone .row br {
    display: none !important;
}

.order-query .collapse-body .content-zone .row .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    gap: 7px;
    color: #000;
    flex: 1;
}

.order-query .collapse-body .content-zone .row .mini-img {
    width: 100px;
    object-fit: contain;
    height: 100px;
    border-radius: 0;
    padding: 3px;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FEBA17 !important;
}

.order-query .collapse-body .content-zone .row span.font-weight-bold {
    color: #000 !important;
}

.order-query .collapse-body .content-zone .row .col-lg-4 {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    font-weight: 300;
    gap: 7px;
    flex: 2;
    color: #000;
}

.order-query .collapse-body .content-zone .row a {
    background-color: #414042;
    border-radius: 0;
    font-weight: 400;
    border-color: #414042;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row a.bildirim-btn {
    background-color: green;
    border-color: green;
}

.order-query .dashboard-content::-webkit-scrollbar {
    background-color: unset;
    border: unset;
    height: 5px
}

.order-query .dashboard-content::-webkit-scrollbar-thumb {
    background-color: #000;
}

.order-query-detail {
    margin: 50px 0 0;
}

.order-query-detail table {
    margin: 0;
}

.order-query-detail table thead {
    background-color: #4f5152 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px;
}

.order-query-detail table tr td {
    font-size: 14px;
}

.order-query-detail table tr td img {
    object-fit: contain;
}

.order-query-detail table tr th {
    font-weight: 400;
    font-size: 14px;
}

.order-query-detail table tbody {
    margin-bottom: 20px;
}

.order-query-detail table tbody tr {
    background-color: #fff !important;
}

.order-query-detail ul.list-group {
    margin-bottom: 20px;
}

.order-query-detail ul.list-group li.list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.order-query-detail ul.list-group li.list-group-item.active {
    background-color: #931a1d;
    border-color: #931a1d;
}

.order-query-detail .alert {
    margin-bottom: 20px;
}

.odeme-bildirim {
    margin: 50px 0;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row {
    margin: 0 -15px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .col-md-6 {
    width: 50%;
    padding: 0 15px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item.active {
    background-color: #000;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group select {
    height: 40px;
    border-radius: 0;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group label {
    font-size: 14px;
    margin-right: 10px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item span.font-weight-bold {
    font-weight: 500 !important;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row button {
    background-color: green;
    color: #fff;
    margin: 10px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    border-color: green;
    border-radius: 10px;
}

.odeme-bildirim .alert {
    margin-bottom: 15px;
}

.odeme-bildirim .alert strong {
    font-weight: 400;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-name {
    font-weight: 500;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-date {
    font-size: 12px;
    font-weight: 400;
    color: #00000094;
}


.searchlistblog {
    width: 100%;
    max-width: 100% !important;
    top: 100%;
    border-color: #e0e0e0 !important;
    border-radius: 0 0 10px 10px;
    position: absolute;
    background-color: #fbf1de;
    border-radius: 20px;
}

.searchlistblog br {
    display: none;
}

.searchlistblog li {
    padding: 15px !important;
    background-color: unset !important;
}

.searchlistblog li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.searchlistblog li a {
    display: block;
    width: 100%;
    height: 100%;
}

.searchlistblog li .searchLia .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0 !important;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.searchlistblog li .searchLia .row .col-2 {
    width: 25%;
    padding: 0 !important;
    margin: 0;
}

.searchlistblog li .searchLia .row .col-2 img {
    width: 100% !important;
    object-fit: contain;
    display: block;
    border-radius: 5px;
}

.searchlistblog li .searchLia .row .col-10 {
    width: 75%;
}

.searchlistblog li .searchLia .row .col-10 .searchRight .searchProductname {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
}

.searchlistblog li .searchLia .row .col-10 .searchRight .searchProductpriceNew {
    font-size: 12px;
    font-weight: 400 !important;
    opacity: .5;
}

.global_basket {
    margin: 30px 0 0;
}

.global_basket .not-product-basket {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
}

.global_basket .not-product-basket .box-not {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global_basket .not-product-basket .box-not .ico-area {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    border-radius: 10px;
}

.global_basket .not-product-basket .box-not .ico-area i {
    font-size: 40px;
    color: #FEBA17;
}

.global_basket .not-product-basket .box-not .text {
    color: #313132;
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0px 0px;
}

.global_basket .not-product-basket .box-not a {
    color: #fff;
    background-color: #FEBA17;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .4s;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
}

.global_basket .not-product-basket .box-not a:hover {
    background-color: #313132;
    transition: all .4s;
}

.global_basket .not-product-basket .box-not span {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin-bottom: 20px;
    margin-top: 5px;
}

.global_basket .basket_list {
    padding: 25px;
    border-radius: 30px;
    background-color: #f9f9f9;
    margin: 20px 0 0;
}

.ny-cart-list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px !important;
    border-bottom: 1px solid #E4E4E4 !important;
}

.ny-cart-list .counter-sepet {
    display: flex;
}

.ny-cart-list:first-child {
    padding-top: 0 !important;
}

.ny-cart-list:last-child {
    border: unset !important;
    padding-bottom: 0 !important;
}

.ny-cart-list .ny-cart-image {
    width: fit-content;
    max-width: 80px;
}

.ny-cart-list .ny-cart-image .product-image {
    background-color: #fff;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.ny-cart-list .ny-cart-image .product-image img {
    width: 100% !important;
    height: auto;
    object-fit: contain;
    border-radius: 5px;
}

.ny-cart-list .cartProductDetail {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    white-space: unset;
    padding: 0 20px 0 0;
    row-gap: 3px;
}

.ny-cart-list .cartProductDetail br {
    display: none;
}

.ny-cart-list .cartProductDetail span {
    font-size: 13px;
    font-weight: 200;
}

.ny-cart-list .cartProductDetail .nyCartProductTitle {
    color: #313132;
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
}

.ny-cart-list .cartProductDetail .bulk-camp {
    background: linear-gradient(90deg, #feba15, #bd8500);
    color: #fff;
    border-radius: 50px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 300;
}

.ny-cart-list .cartProductDetail .bulk-camp span {
    font-weight: 500;
    background-color: #ffffff2e;
    display: inline-block;
    padding: 0 5px;
    margin: 0 2px;
    border-radius: 10px;
}

.ny-cart-list .nyCountInput {
    width: 50px;
    height: 40px !important;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 15px;
    color: #545454;
}

.ny-cart-list .priceValue {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.ny-cart-list .priceValue .adet {
    font-size: 14px;
    color: #626262;
    font-weight: 500;
}

.ny-cart-list .priceValue .adet span {
    font-weight: 300;
}

.ny-cart-list .nyCartUpdBt {
    background-color: #FEBA17;
    position: absolute;
    left: 0;
    top: -35px;
    color: #fff;
    padding: 6px 10px;
    margin: 0;
    font-size: 12px;
    display: none;
    border-radius: 5px;
}

.ny-cart-list .nyCartProductSubTitle {
    color: #000000;
    font-size: 15px;
}

.ny-cart-list .nyCartProductSubValue {
    color: #FEBA17;
    padding: 0 5px;
    font-weight: 500 !important;
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue {
    display: flex;
    align-items: center;
    color: #FEBA17;
    font-size: 20px;
    padding: 0;
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue.ny-cart-old-price {
    color: #a5a5a5;
    font-size: 14px;
    font-weight: 300 !important;
}

.ny-cart-list .birim {
    display: flex;
    height: 40px;
}

.ny-cart-list .birim input {
    width: 60px;
    border: unset;
    text-align: center;
}

.ny-cart-list .nyCartListRight {
    width: 45%;
}

.ny-cart-list .nyCartListRight .nyCartRemove {
    background-color: #C70000;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny-cart-list .nyCartListRight .nyCartRemove i {
    background-color: unset;
    color: #fff;
    font-size: 16px;
    border: unset;
}

.ny-cart-list .nyCartListRight i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    font-weight: 200;
    color: #545454;
    border-radius: 15px;
    background-color: #fff;
    transition: all .3s ease-in-out;
}

.ny-cart-list .nyCartListRight i:hover {
    background-color: #545454;
    color: #fff;
    transition: all .3s ease-in-out;
}

.ny-cart-list .nyHidMobile {
    display: flex;
    justify-content: space-between;
}

.ny-cart-list .nyShowMobile {
    display: none;
}

.global_basket .global-title {
    color: #000;
}

.global_basket .more-shop {
    color: #fff;
    background: #FEBA17;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    float: right;
    border-radius: 15px;
    position: relative;
}

.global_basket .more-shop:hover {
    background-color: #545454;
}

.global_basket .more-shop span {
    position: relative;
    z-index: 1;
}

.global_basket .destroy_cart:hover {
    background-color: #FEBA17;
    border-color: #FEBA17;
    color: #fff;
    transition: all .5s ease;
}

.global_basket .destroy_cart {
    color: #313132;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    border-radius: 15px;
    background-color: #f9f9f9;
}

.cart-summary {
    padding: 25px;
    border-radius: 20px;
    background-color: #fafafa;
}

.cart-summary .discount-total {
    border: 1px solid #ed5f1f;
    background-color: #f8e7e1;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    line-height: 24px;
    color: #ed5f1f;
    border-radius: 10px;
    margin-bottom: 20px;
}

.cart-summary .discount-total .total-disc {
    background-color: #fff;
    color: #ed5f1f;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 5px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #ed5f1f;
    margin-left: 5px;
}

.cart-summary h3 {
    color: #313132 !important;
    font-size: 20px;
    font-weight: 400;
}

.cart-summary table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.cart-summary table tr td {
    border-color: #F7F7F7;
    color: #313132;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
    width: 70%;
}

.cart-summary table tr td.promotion {
    color: #ed5f1f;
}

.cart-summary table tr td a[onclick="kuponDelete()"] {
    margin: 0 5px;
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cart-summary table tr td a[onclick="kuponDelete()"]:hover i {
    color: #fff !important;
}

.cart-summary table tr td a[onclick="kuponDelete()"]:hover {
    background-color: red;
}

.cart-summary table tr td a[onclick="kuponDelete()"] i {
    font-family: 'remixicon' !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px;
    color: red !important;
    font-weight: 200;
}

.cart-summary table tr td a[onclick="kuponDelete()"] i::before {
    content: "\ec2a" !important;
}

.cart-summary table tr td b {
    font-weight: 400;
}

.cart-summary table tr td.price {
    font-weight: 700;
    text-align: end;
}

.cart-summary table tr {
    border-bottom: 1px solid #e0e0e0;
}

.cart-summary table tr.custom-row td {
    color: #ed5f1f;
}

.cart-summary table tr.coupon-row {
    position: relative;
}

.cart-summary table tr.coupon-row .coupon-row-border {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 115%;
    border: 2px solid red;
    transform: translate(-50%, -50%);
}

.cart-summary table tr.sepetToplam td {
    font-weight: 600;
}

.cart-summary table tr td.alert {
    color: #313132;
    border: unset;
    font-weight: 400;
    padding: 7px 12px;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

.cart-summary .ssl-image {
    width: 100px;
}

.cart-summary .buy-button {
    width: fit-content;
    color: #fff;
    background: #FEBA17;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    gap: 10px;
    border-radius: 50px;
}

.cart-summary .buy-button:hover {
    background-color: #545454;
}

.cart-summary .buy-button i {
    font-size: 24px;
    line-height: 1;
}

.cart-summary .buy-button svg {
    height: fit-content;
    width: 30px;
    fill: #fff;
    position: relative;
    z-index: 1;
}

.cart-summary .buy-button span {
    position: relative;
    z-index: 1;
}

.cart-summary .buy-button img {
    width: 25px;
}

.cart-summary.coupon {
    display: none;
    border: unset;
    text-align: left;
    padding: 0 25px 25px;
    box-shadow: unset !important;
    background-color: unset;
}

.cart-summary.coupon label {
    font-size: 13px;
    font-weight: 400;
    color: #313132 !important;
    margin-bottom: 5px;
    display: block;
}

.cart-summary.coupon input {
    height: 40px;
    padding: 0 20px;
    margin: 0 0px 10px;
    width: 100%;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    color: #545454;
    font-weight: 400;
    border-radius: 50px;
    height: 45px;
}

.cart-summary.coupon input::placeholder {
    opacity: 0;
}

.cart-summary.coupon input:focus-visible {
    outline: unset !important;
}


.cart-summary.coupon input::placeholder {
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 400;
}

.cart-summary.coupon button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    background-color: #545454;
    border-color: #545454;
    color: #fff;
    border-radius: 50px;
    height: 40px;
}

.coupon_area {
    width: 100%;
    margin: 20px 0px;
    border-radius: 30px;
    background: #fff;
    border-width: 1px;
    border-color: #E7E7E7;
    border-style: solid;
}

.coupon-add-button {
    width: 100%;
    color: #313132;
    padding: 15px 0px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.coupon-add-button i {
    color: #000;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 2px;
    font-weight: 100;
}

.global_basket .basket_prod .basket_flex {
    display: flex;
    gap: 20px;
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
}

.global_basket .basket_prod .basket_flex.kasa-onu-aktif {
    border-radius: 0 0 10px 10px;
    border-top: 0;
}

.global_basket .basket_prod .basket_flex .column-8 {
    width: 70%;
}

.global_basket .basket_prod .basket_flex .column-4 {
    width: 30%;
}

.global_basket .basket_prod .basket_flex .title {
    color: #313132 !important;
    font-size: 18px;
    font-weight: 400;
}

body .ny-add-cart-modal .ny-add-cart-modal-content {
    height: 250px;
    border-color: #e0e0e0;
    border-radius: 30px;
}

.contact-flex+iframe {
    border-radius: 20px;
}

.ps-form__block {
    margin: 20px 0 15px;
}

.ps-form__block .ps-form__label {
    font-size: 14px;
    font-weight: 400;
    color: #303031;
}

.ps-form__block .form-control {
    width: 100%;
    border-color: #e0e0e0;
    border-radius: 10px;
    height: 150px;
    margin: 10px 0 0;
    padding: 15px;
}

.blog-filter {
    position: relative;
}

.blog-filter form {
    z-index: 99999;
    position: relative;
}

.blog-filter form .input-group {
    height: 50px;
    border-radius: 10px;
    width: 300px;
    position: relative;
    background-color: #fff;
    max-width: 100%;
    border: 1px solid #e0e0e0;
}

.blog-filter form .input-group .form-control {
    width: 100%;
    height: 100%;
    border: unset;
    background-color: unset;
    padding: 0 20px;
    font-size: 14px;
}

.blog-filter form .input-group .input-group-prepend {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
}

.blog-filter form .input-group .input-group-prepend button {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEBA17;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}


.blog-filter .searchlistblog {
    border-radius: 0 0 10px 10px;
    top: 100%;
    border-width: 0 1px 1px 1px !important;
}

.member-or-login {
    margin: 60px 0;
}

.member-or-login .group-yk-2:not(.row .group-yk-2) {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.member-or-login .group-yk-2 .shop-box {
    text-align: left;
    height: 100%;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.member-or-login .group-yk-2 .shop-box .link {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.member-or-login .pageSmallTitle {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #313132;
}

.member-or-login .group-yk-2 .shop-box p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #313132;
}

.member-or-login .group-yk-2 .shop-box a {
    font-size: 13px;
    padding: 8px 15px;
    width: fit-content;
    float: left;
    display: inline-block;
    border-radius: 50px;
}

.member-or-login .group-yk-2 .shop-box a.buy {
    background: #FEBA17;
    border-radius: 50px;
    color: #fff;
}

.member-or-login .group-yk-2 .shop-box a.login {
    background: #313132;
    color: #fff;
}

.member-or-login .group-yk-2 .shop-box a.loginn {
    color: #fff;
    background-color: #545454;
    border: 1px solid #545454;
}

.member-or-login .group-yk-2 .login-form {
    height: 100%;
    padding: 30px;
    background: #FFFFFF;
    border-left: 1px solid #e0e0e0;
}

.member-or-login .group-yk-2 .login-form .pageSmallTitle {
    color: #000;
    margin-bottom: 30px;
}

.member-or-login .group-yk-2 .login-form .form-group {
    position: relative;
}

.member-or-login .group-yk-2 .login-form input {
    background-color: #f9f9f9 !important;
    border-width: 1px;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    border-color: #e0e0e0 !important;
    border-style: solid;
    border-radius: 50px;
    height: 40px;
    padding: 0 15px;
}

.member-or-login .group-yk-2 .login-form input::placeholder {
    color: #000;
}

.member-or-login .group-yk-2 .login-form label {
    display: block;
    width: fit-content;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}

.member-or-login .group-yk-2 .login-form .toggle-password {
    position: absolute;
    top: 30px;
    right: 10px;
    font-size: 16px;
    color: #313132;
}

.member-or-login .group-yk-2 .login-form .toggle-password i {
    color: #000;
}

.member-or-login .group-yk-2 .login-form a.link-function {
    color: #FEBA17;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    display: block;
    height: fit-content;
    position: absolute;
    top: 100%;
}

.member-or-login .group-yk-2 .login-form a.link-function:hover {
    color: #000;
    transition: 0.3s;
}

.member-or-login .group-yk-2 .login-form a.login {
    width: 100%;
    background-color: #FEBA17;
    border: unset;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    height: 45px;
    border-radius: 50px;
    transition: all 0.5s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 30px 0 0;
}

.member-or-login .group-yk-2 .login-form a.login:hover {
    background: #000;
    transition: 0.3s;
}

.member-or-login .group-yk-2 .login-form .alert {
    font-size: 13px;
    padding: 7px 10px;
    margin: 20px 0 0;
}

.login-form .sosyalTitle {
    margin: 20px 0 10px;
    gap: 20px;
    color: #313132 !important;
    font-size: 14px;
    font-weight: 400;
}

.login-form .socialLogin a {
    font-size: 14px !important;
    border: unset;
    font-weight: 400;
    gap: 10px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    padding: 10px;
    width: fit-content;
    border-radius: 50px;
}

.login-form .socialLogin a:hover {
    color: #FEBA17;
    transition: 0.3s;
}

.login-form .socialLogin a img {
    width: 25px;
    height: 25px;
    margin: 0;
    object-fit: contain;
}

.login-form .socialLogin::before {
    opacity: 0;
}

.member-or-login .group-yk-2 .shop-box a:hover {
    background: #000;
    transition: 0.3s;
}

.yonkasoft-commerce-journal.not-home {
    margin: 30px 0 0;
}

.dashboard-right-sidebar .row>.content {
    max-height: max-content;
    border-width: 0 1px 1px;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.dashboard-right-sidebar .row>.content .content-zone {
    padding: 20px 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #313132;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row {
    margin: 20px -10px 0;
    border-radius: 0;
    padding: 15px;
    gap: 15px;
    border-radius: 0 10px 10px 10px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .order-date-row {
    top: unset;
    bottom: 100%;
    left: -1px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 {
    padding: 0;
    font-size: 14px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4.order-date-img-col {
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 0;
    border-radius: 5px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 span.font-weight-bold {
    font-weight: 500 !important;
    margin-bottom: 5px;
    display: block;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 br {
    display: none;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 {
    display: flex;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a {
    font-size: 14px;
    flex: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #000;
    color: #fff;
    transition: 0.3s;
    border-color: #fff;
    padding: 10px 0 !important;
    margin: 0 10px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a.bildirim-btn {
    background-color: green !important;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a:hover {
    background: #FEBA17 !important;
    color: #fff !important;
    transition: 0.3s;
}

.tool-filter .input-group-prepend {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
}

.tool-filter .input-group-prepend button {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEBA17;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

.tool-filter .input-group {
    height: 50px;
    border-radius: 10px;
    width: 300px;
    position: relative;
    background-color: #fff;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.tool-filter .input-group input {
    width: 100%;
    height: 100%;
    border: unset;
    background-color: unset;
    padding: 0 20px;
    color: #313132;
}

.contact-main .contact-info .social-links a:hover {
    background: #000;
    transition: 0.3s;
}

.contact-main .contactFormBox form button:hover {
    background: #FEBA17;
    color: #fff;
    transition: 0.3s;
}

body .ny-product-comparison-container {

    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

body .ny-product-comparison-container .ny-product-comparison-in {
    height: auto;
    padding: 30px 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 {
    position: relative;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button {
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 100%;
    bottom: unset;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 100;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button i::before {
    content: "\ec2a";
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button i.fa-times {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button i.fa-times::before {
    content: "\eb99";
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 .ny-product-comparison-title {
    font-size: 20px !important;
    font-weight: 400;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row {
    display: flex;
    justify-content: space-between;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-2 {
    width: 15%;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 {
    width: 41%;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a {
    font-size: 14px;
    text-align: left;
    border: unset;
    height: 45px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn {
    background-color: #CA0025;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.comp-foo-disabled {
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    white-space: normal;
    background: unset;
    border-radius: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button {
    top: 0;
    right: 0;
    border-radius: 5px;
    border-right: 0;
    border-top: 0;
}

body .ny-product-comparison-container button:not(.top-zone):hover {
    transform: rotate(0deg) !important;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button i {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: 100;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button i.fa-trash-can {
    color: #CA0025;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a {
    height: auto;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row {
    display: flex;
    flex-wrap: wrap;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-4 {
    width: 20%;
    padding: 0 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-4 img {
    width: 100% !important;
    object-fit: contain;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 span {
    min-height: auto;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 span.ny-product-comparison-item-title {
    font-size: 14px;
    width: 80%;
    font-weight: 500;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 .ny-product-comparison-price-zone {
    position: relative;
    bottom: unset;
    margin: 10px 0 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 .ny-product-comparison-space-title {
    padding: 10px !important;
    display: block;
    max-width: 80%;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 i.fa-plus {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    background-color: unset;
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 i.fa-plus::before {
    content: "\ea13";
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area:hover {
    scale: 1;
    border: 1px solid #e0e0e0;
    background-color: unset;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn:not(.mt-2) {
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--productBtBgColor);
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn:hover {
    background: var(--productNowBtBgColor);
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button:hover {
    background: #CA0025;
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button:hover i {
    color: #fff;
    transition: 0.3s;
}

.footer-section {
    display: none;
}

.ny-add-cart-modal .ny-add-cart-modal-cont-btn {
    background-color: #2f2f2f !important;
    border: 1px solid #2f2f2f !important;
    color: #fff;
}

.ny-add-cart-modal .ny-add-cart-modal-cont-btn:hover{
    color: #fff !important;
    background-color: #feba17 !important;
    border-color: #feba17 !important;
}

.category-result .category-product .category-product-card {
    padding-bottom: 0;
    z-index: 1;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone a.ny-add-cart-modal-cart-btn:hover {
    transition: 0.3s;
    background-color: #000 !important;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-close-btn:hover {
    background-color: #FEBA17 !important;
    transition: 0.3s;
}

.shopping-section .shopping-card {
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
    padding: 20px;
}

.shopping-section .shopping-card .map {
    margin-bottom: 20px;
}

.shopping-section .shopping-card .map iframe {
    border-radius: 20px;
}

.shopping-section .shopping-card .adress-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.shopping-section .shopping-card .adress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
}

.shopping-section .shopping-card .tel {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.shopping-section .shopping-card .tel a {
    color: #FEBA17;
    font-weight: 600;
}

.shopping-section .shopping-card .tel a:hover {
    color: #414042;
    transition: 0.3s;
}

.shopping-section .shopping-card .mail {
    margin-bottom: 20px;
}

.shopping-section .shopping-card .mail a {
    color: #FEBA17;
    font-weight: 600;
}

.shopping-section .shopping-card .mail a:hover {
    color: #414042;
    transition: 0.3s;
}

.shopping-section .shopping-card .location-buton a {
    background: #FEBA17;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
}

.shopping-section .shopping-card .location-buton a:hover {
    background: #414042;
    transition: 0.3s;
}

.yonkasoft-brands {
    margin: 50px 0;
}

.yonkasoft-brands .brands-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.yonkasoft-brands .brands-wrapper .logo-area {
    width: 30%;
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 15px;
    position: relative;
    min-height: 500px;
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box {
    display: flex;
    align-items: center;
    position: relative;
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box img {
    width: auto;
    width: 100px;
    height: 80px;
    object-fit: contain;
    display: table;
    margin: auto;
}

.yonkasoft-brands .brands-wrapper .product-area {
    width: 70%;
    height: auto;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs {
    margin: 0 0 25px;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li {
    width: 100%;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li .tab-filter-button {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    color: #313132;
    background: #F8E7E0;
    cursor: pointer;
    transition: 0.3s;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li .tab-filter-button.active {
    background: #FEBA17;
    color: #fff;
}

body .yonkasoft-brands .swiper-product-2 {
    display: none;
}

body .yonkasoft-brands .swiper-product-2#tab-item-1 {
    display: block;
}

.yonkasoft-brands .brands-wrapper .logo-area::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 85%;
    background: #EEEEEE;
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #EEEEEE;
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box:nth-child(1)::before {
    visibility: hidden;
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box:nth-child(2)::before {
    visibility: hidden;
}

.yonkasoft-keywords .content-head {
    margin-bottom: 20px;
}

.yonkasoft-keywords .content-head .content-title {
    font-size: 18px;
    color: #313132;
    font-weight: 400;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li .tab-filter-button:hover {
    background: #313132;
    color: #fff;
    transition: 0.3s;
}

.yonka-academy .academy-wrapper .academy-content a:hover {
    background: #313132;
}

.yonkasoft-keywords .content-wrap .content-box .keywords-list li a:hover {
    background: #FEBA17;
    color: #fff;
}

.yonkasoft-keywords .content-wrap a.buton-alt:hover {
    background: #313132;
    color: #fff;
}

.yonkasoft-keywords .content-wrap a.buton-alt:hover i {
    color: #fff;
}

.login_register_area .log_wrapper .box_forms .form_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px;
}

.login_register_area .log_wrapper .box_forms .form_logo img {
    width: 150px;
}

.login_register_area .log_wrapper .box_forms .login-alert {
    background-color: #ffecb566;
    color: #313132;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    border-radius: 5px;
    margin: 0 0 9px;
    border: 1px solid #e0e0e0;
}

.login_register_area .log_wrapper .box_forms .login-alert span a {
    color: #ed5f1f;
    font-weight: 500;
    border-bottom: 1px solid #ed5f1f;
    line-height: 1;
    padding-bottom: 1px;
    display: block;
    width: fit-content;
    margin: 10px 0 0;
}

.login_register_area .log_wrapper .box_forms .login-alert span strong {
    color: #ed5f1f;
    font-weight: 500;
}

.login_register_area .log_wrapper .box_forms .login-alert .support {
    display: flex;
    margin: 10px 0 0;
    gap: 5px;
    align-items: center;
    font-size: 13px;
}

.login_register_area .log_wrapper .box_forms .login-alert .support a {
    color: #ed5f1f;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    font-weight: 500;
}

.login_register_area .log_wrapper .box_forms .login-alert.iade {
    background-color: #0080003b;
    border: 1px solid #0c790c;
}

.login_register_area .log_wrapper .box_forms .login-alert.iade span {
    color: #000;
}

.login_register_area .log_wrapper .box_forms .login-alert.iade .support {
    font-size: 12px;
}

.login_register_area .log_wrapper .box_forms .login-alert.iade .support a {
    color: #0c790c;
    font-size: 12px;
    border-bottom: 1px solid #0c790c;
    border-radius: 0;
    padding: 0;
    margin-left: 5px;
}

.forms_log .tab-open-area .socialLogin {
    background: #e4a61214;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}

.forms_log .tab-open-area .form-copy {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forms_log .tab-open-area .form-copy span {
    font-size: 14px;
    color: #313132;
    font-weight: 400;
}

.forms_log .tab-open-area .socialLogin .socialText {
    color: #545454;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
}

.forms_log .tab-open-area .socialLogin ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.forms_log .tab-open-area .socialLogin ul li a i {
    font-size: 16px;
}

.forms_log .tab-open-area .socialLogin ul li a {
    background: #fff;
    border: 1px solid #D5D5D5;
    width: auto;
    height: 35px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEBA17;
    font-size: 13px;
    gap: 5px;
    padding: 0 10px;
}

.back-to-home::before {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    height: 30px;
    border-top-left-radius: 15px;
    border-left: 0 solid #FAFAFA;
    border-bottom: 0 solid #FAFAFA;
    width: 60px;
    box-shadow: -20px 0 0 0 #FAFAFA;
    transition: 0.3s;
}

.back-to-home::after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 30px;
    border-top-left-radius: 15px;
    border-left: 0 solid #FAFAFA;
    border-bottom: 0 solid #FAFAFA;
    content: "";
    width: 60px;
    box-shadow: -20px 0 0 0 #FAFAFA;
    transition: 0.3s;
}

.forms_log form button.checkout-btn:hover {
    background: #313132;
    transition: 0.3s;
}

.forms_log .tab-open-area .socialLogin ul li a:hover {
    background: #FEBA17;
    color: #fff;
}

.filter_logs .filter_bars a:hover {
    color: #FEBA17;
}

.forms_log form .link-function.left-position:hover {
    color: #313132;
}

.forms_log form .form-item label a:hover {
    color: #313132;
}

.iti__selected-country {
    color: #31313275 !important;
}

.product-videos-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff3b;
    z-index: 999990;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: none;
}

.product-videos-popup .product-videos-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-videos-popup .product-videos-wrap .product-videos-box {
    width: 1000px;
    height: 500px;
    position: relative;
}

.product-videos-popup .product-videos-wrap .product-videos-box iframe {
    border: 0;
}

.product-videos-popup .product-videos-wrap .product-videos-box .button-close-videos {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 100%;
    font-size: 20px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: 0 0 10px;
}

.campaign-area {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #313132;
}

.campaign-area .swiper-basket-campaign .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.campaign-area .swiper-basket-campaign .swiper-slide i {
    font-size: 22px;
    font-weight: 300;
    color: #ed5f1f;
    position: relative;
    top: 1px;
}

.campaign-area .swiper-basket-campaign .swiper-slide span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .5px;
}

.campaign-area .swiper-basket-campaign .swiper-slide span strong {
    color: #ed5f1f;
}

.cc-bottom[aria-label=cookieconsent] {
    border-radius: 15px;
    bottom: 0;
    background-color: #F8E7E0 !important;
    width: 100%;
    max-width: 350px;
    left: 0;
    display: table;
    border: none;
    border: 2px solid #FEBA17;
    margin: 25px;
    max-width: 400px !important;
    border-radius: 10px !important;
}

.cc-bottom[aria-label=cookieconsent] .cc-message {
    font-size: 12px !important;
    font-weight: 400;
    color: #313132;
}

.cc-bottom[aria-label=cookieconsent] .cc-message a {
    color: #EC6624 !important;
    opacity: 1;
    font-weight: 500;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    background: #fff;
    border: 1px solid #FEBA17;
    color: #EC6624;
    border-radius: 30px;
    transition: 0.3s;
    padding: 8px;
    font-weight: 400;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn:hover {
    background: #EC6624;
    border-color: #EC6624;
    color: #fff;
    transition: 0.3s;
}

.global_basket .basket_prod .basket_flex .coupon-container {
    margin: 0 0 30px;
}

.coupon-sepet-area .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.coupon-sepet-area .head a i {
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 2px;
}

.coupon-sepet-area .head a {
    color: #ea5e1f;
    font-size: 14px;
    border-bottom: 1px solid #ea5e1f;
    line-height: 1;
    padding-bottom: 3px;
}

.coupon-sepet-area::before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translate(0, -50%);
    background-color: #e0e0e0;
}

.container.coupon-container {
    margin-top: 20px;
}

.coupon-container .product-coupon .product-item.coupon {
    margin-bottom: 0;
    padding: 10px 10px 20px;
}

.coupon-container .product-coupon .product-item.coupon.spacer {
    padding-bottom: 24px;
}

.sales-field {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 40px 15px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    margin: 20px 0;
}

.sales-field::before {
    content: "";
    width: 100.6%;
    height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(232, 255, 0);
    background: rgb(0, 39, 255);
    background: -moz-linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0027ff", endColorstr="#ff6f00", GradientType=1);
    z-index: -1;
    border-radius: 10px;
}

.sales-field::after {
    content: "";
}

.sales-field .sales-title {
    padding: 0;
    position: absolute;
    z-index: 9;
    top: -20px;
}

.sales-field .sales-title span {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #ed5f1f;
    position: relative;
    z-index: 99;
    display: block;
}

.sales-field .sales-title::before {
    content: "";
    width: 102%;
    height: 109%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(232, 255, 0);
    background: rgb(0, 39, 255);
    background: -moz-linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 39, 255, 1) 0%, rgba(53, 0, 121, 1) 35%, rgba(53, 185, 0, 1) 67%, rgba(255, 111, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0027ff", endColorstr="#ff6f00", GradientType=1);
    z-index: -1;
    border-radius: 10px;
}

.sales-field .sales-group .sales-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #e45b1f;
    font-size: 14px;
    font-weight: 400;
}

.sales-field .sales-group .sales-item svg {
    width: 20px;
    fill: #ed5f1f;
}

.promotions-custom-area {
    background-color: #fafafa;
    margin: 30px 0;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background-color: #fff;
}

.promotions-custom-area .promotions-custom-box {
    padding: 20px 25px;
}

.promotions-custom-area .promotions-custom-box .title {
    color: #ed5f20;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex {
    display: flex;
    gap: 40px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left {
    display: flex;
    align-items: center;
    flex: 2;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card {
    color: #303031;
    width: 42%;
    position: relative;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .add-to-cart {
    background-color: #ed5f20;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    padding: 8px 10px;
    position: relative;
    height: fit-content;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .add-to-cart::before {
    content: "";
    left: 0px;
    bottom: 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #ed5f20;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box {
    color: #d4551c;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 7px 15px;
    border-radius: 10px 10px 0 0;
    width: 100%;
    left: 0;
    z-index: 0;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 100%;
    background-color: #fff;
    width: 100%;
    height: 100px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box svg {
    width: 20px;
    color: #d4551c;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box span {
    font-weight: 500;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a:not(.add-to-cart) {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    z-index: 99;
    position: relative;
    padding: 15px;
    min-height: 250px;
    width: 100%;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin-bottom: 15px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .thumbnail img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .promotion-card-content .promotion-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .promotion-card-content .price {
    display: flex;
    flex-direction: column;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .promotion-card-content .price del {
    font-size: 12px;
    color: #999;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card a .promotion-card-content .price ins {
    color: #FEBA17;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 500;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .symbol {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .symbol .ri-add-line {
    font-size: 40px;
    color: #ed5f20;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle span {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle span b {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 2px 10px;
    color: #ed5f20;
    font-weight: 500;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-right {
    flex: 1;
    display: none;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .priceTotal {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    border-radius: 10px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .add-to-cart {
    background-color: #FEBA17;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 100%;
    border-radius: 10px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .add-to-cart:hover {
    background: #313132;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .add-to-cart i {
    font-size: 20px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .add-to-cart span {
    font-size: 16px;
}


.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .priceTotal span {
    font-size: 16px;
    font-weight: 400;
    color: #303031;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .priceTotal .price-area {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .priceTotal del {
    font-size: 16px;
    color: #999;
    position: relative;
    top: -2px;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .priceTotal ins {
    color: #e65c20;
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500;
}

body .dashboard-right-sidebar .row#sifremi_unuttum {
    column-gap: 20px !important;
}

body .dashboard-right-sidebar .row#sifremi_unuttum .form-floating {
    display: flex;
    flex-direction: column-reverse;
}

body .dashboard-right-sidebar .row#sifremi_unuttum label {
    display: block;
    font-size: 12px !important;
    color: #313132;
    margin-bottom: 5px;
}

body .dashboard-right-sidebar .row#sifremi_unuttum input {
    border: 1px solid #e0e0e0 !important;
    padding: 0 20px;
    height: 45px !important;
    border-radius: 5px !important;
}

body .dashboard-right-sidebar .row#sifremi_unuttum .col-md-6 {
    width: 48%;
}

body .dashboard-right-sidebar .row#sifremi_unuttum .col-lg-12 {
    width: 100%;
}

body .dashboard-right-sidebar .row#sifremi_unuttum button {
    margin: 10px 0 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .text-content {
    font-size: 14px !important;
    color: #313132;
    font-weight: 300;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .text-content b {
    font-weight: 500;
}

body .profil-page .iti--allow-dropdown .iti__country-container button {
    margin: 0;
    background-color: unset !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button {
    background-color: #FEBA17 !important;
    border: unset;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
    margin: 20px 0 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-btn-ny {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-btn-ny i {
    color: #fff;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-btn-ny i::before {}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-del-btn-ny {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red !important;
    opacity: 1;
    float: left;
    margin: 0;
    margin-left: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-del-btn-ny i {
    color: #fff;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-del-btn-ny i::before {}


.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart {
    font-size: 14px;
    padding-left: 60px;
    margin: 20px 0 10px;
    box-shadow: unset;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    color: #313132;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart i {
    display: none;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart img {
    display: none;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart::before {
    content: "";
    background-image: url(/uploads/assets/yonkamuzik/images/new/bakiye.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background-size: contain;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h5 {
    font-size: 14px;
    font-weight: 400;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h3 {
    font-size: 20px;

}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail b {
    font-weight: 600;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table {
    border: 1px solid #e0e0e0;
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table thead tr th:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table thead tr th {
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    font-weight: 500 !important;
    color: #313132;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table tbody tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table tbody tr td:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table tbody tr td {
    width: fit-content;
    padding: 10px 0 10px 20px !important;
    font-weight: 300 !important;
    font-size: 14px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper .dataTables_info {
    background-color: #ffecb566;
    color: #313132;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: fit-content;
    margin: 10px 0 0;
    line-height: 1;
}

body .w3-modal {
    padding: 0;
    background-color: #ffffff38;
    backdrop-filter: blur(4px);
}

body .w3-modal .w3-modal-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: unset;
    height: 100%;
}

body .w3-modal .w3-modal-content .w3-container {
    width: 50%;
    background-color: #fff;
    height: 600px;
    overflow-y: scroll;
    border: 1px solid #cac9c9;
    border-radius: 10px;
    padding: 20px 20px 0;
    overflow-x: hidden;
    position: relative;
}

body .w3-modal .w3-modal-content .w3-container::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 7px;
    border-radius: 10px;
}

body .w3-modal .w3-modal-content .w3-container::-webkit-scrollbar-thumb {
    background-color: #ea6524;
    border-radius: 10px;
}

body .w3-modal .w3-modal-content .w3-container form .w3-button {
    position: sticky;
    right: 10px;
    top: 10px;
    float: right;
    margin: 0 0 10px 0px;
    border: 1px solid #000000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-size: 20px;
    z-index: 9999;
}

body .w3-modal .w3-modal-content .w3-container form .panel {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    padding: 20px;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-heading {
    background-color: unset;
    padding: 0;
    border: unset;
    margin-bottom: 20px;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-heading .panel-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body {
    padding: 0;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body label {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    color: #434343;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .row {
    row-gap: 10px;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .row .col-md-6 {
    width: 50%;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .row .col-md-12 {
    width: 100%;
}

body .w3-modal .w3-modal-content .w3-container .form-floating {
    display: flex;
    flex-direction: column-reverse;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .mt-2 {
    margin: 10px 0 0;
}

body .w3-modal .w3-modal-content .w3-container form .panel .panel-body button {
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #FEBA17;
    border-color: #FEBA17;
}

body .w3-modal .w3-modal-content .w3-container .form-floating select {
    font-size: 14px !important;
    border: 1px solid #e0e0e0;
    height: 50px !important;
    padding: 0 15px;
}

body .w3-modal .w3-modal-content .w3-container .form-floating textarea.form-control {
    height: 100px !important;
    padding: 15px !important;
}

body .w3-modal .w3-modal-content .w3-container .form-floating .form-control {
    border: 1px solid #e0e0e0;
    font-size: 14px !important;
    font-weight: 400;
    padding: 0 15px !important;
    color: #313132;
    height: 50px !important;
}

body .w3-modal .w3-modal-content .w3-container .form-floating .form-control::placeholder {
    font-size: 12px !important;
}

body .w3-modal .w3-modal-content .w3-container .form-floating .text-body-tertiary {
    font-size: 12px !important;
    margin-bottom: 5px;
    color: #313132;
}

body .w3-modal .w3-modal-content .w3-container form .modal-footer {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    border-top: 1px solid #e0e0e0;
    z-index: 999;
}

body .w3-modal .w3-modal-content .w3-container form .modal-footer::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    right: 100%;
    top: -1px;
}

body .w3-modal .w3-modal-content .w3-container form .modal-footer::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    position: absolute;
    left: 100%;
    top: -1px;
}

body .w3-modal .w3-modal-content .w3-container form .modal-footer .btn {
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
}


body .w3-modal .w3-modal-content .w3-container form .modal-footer .btn.btn-secondary {
    background-color: #ea65244a;
    color: #ea6
}

body .yt-question-kvk-modal {
    z-index: 999999999;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content {
    padding: 0;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-header {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-header p {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-header .yt-question-kvk-close {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 20px;
    overflow: hidden;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-header .yt-question-kvk-close::before {
    content: "\eb99";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-content-fast-info {
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 15px 15px;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-content-fast-info .yt-question-order-rate div span {
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-input-div {
    padding: 0 15px 15px;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-input-div .yt-question-comment-label span {
    color: #343434 !important;
    font-weight: 500 !important;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-input-div .yt-question-comment-label a {
    color: #FEBA17;
    padding-bottom: 0;
    display: block;
    text-decoration: unset !important;
    border-bottom: 1px solid#FEBA17;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-input-div .yt-question-input {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-content-content .yt-question-input-div .yt-question-input::placeholder {
    font-size: 12px;
    color: #343434;
    opacity: .7;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-checkbox-container {
    padding: 0 15px;
    margin-bottom: 10px;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-checkbox-container .yt-question-checkbox-label .yt-question-checkbox-input:checked+.yt-question-checkbox-custom::after {
    background-color: #FEBA17;
}

body .yt-question-kvk-modal .yt-question-kvk-modal-content .yt-question-checkbox-container .yt-question-checkbox-label {}

.recaptcha-box {
    display: flex;
    margin: 10px 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    overflow: hidden;
}

.recaptcha-box .recaptcha-image {
    border-right: 1px solid #e0e0e0;
}

.recaptcha-box .recaptcha-image img {
    height: 100%;
    object-fit: contain;
    width: 100%;
    border: 1px;
}

.recaptcha-box input {
    border: unset !important;
    padding-left: 15px !important;
}

.alert-modal-box {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: #00000036;
    backdrop-filter: blur(1px);
    z-index: 9999;
    top: 0;
    left: 0;
}

.alert-modal-box .container {
    height: 100%;
}

.alert-modal-box .container .modal-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-modal-box .container .modal-wrap .modal-box {
    width: 50%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 25px 25px 10px;
    background-color: #fff;
}

.alert-modal-box .container .modal-wrap .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 30px;
}

.alert-modal-box .container .modal-wrap .modal-header img {
    width: 150px;
}

.alert-modal-box .container .modal-wrap .modal-body {
    text-align: center;
}

.alert-modal-box .container .modal-wrap .modal-body .title {
    color: #bb0000;
    font-size: 16px;
    background-color: #bb000021;
    border: 2px solid #bb0000;
    border-radius: 50px;
    padding: 10px 20px;
    line-height: 1;
    width: fit-content;
    margin: 0 auto 30px;
}

.alert-modal-box .container .modal-wrap .modal-body .title i {
    font-size: 20px;
    line-height: 1;
}

.alert-modal-box .container .modal-wrap .modal-body .title span {}

.alert-modal-box .container .modal-wrap .modal-body p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 15px;
}

.alert-modal-box .container .modal-wrap .modal-body p br {}

.alert-modal-box .container .modal-wrap .modal-body p strong {}

.alert-modal-box .container .modal-wrap .modal-body .alert {
    color: red;
    font-weight: 500;
    margin: 0 0 15px;
    background-color: unset;
    border: unset;
    padding: 0;
}

.alert-modal-box .container .modal-wrap .modal-footer {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0 0;
}

.alert-modal-box .container .modal-wrap .modal-footer .button-group {
    display: flex;
    justify-content: center;
}

.alert-modal-box .container .modal-wrap .modal-footer .button-group .alert-modal-close {
    border: unset;
    background-color: #FEBA17;
    color: #fff;
    height: 45px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.alert-modal-box .container .modal-wrap .modal-footer .button-group .alert-modal-close i {
    width: 25px;
    height: 25px;
    display: flex;
    border: 1px solid #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

body .content-ch {
    margin: 20px 0px 50px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px !important;
}

.content-ch.cat-detail {}

.content-ch .content-wrap-ch {}

.content-ch .content-wrap-ch .content-box {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.content-ch.cat-detail .content-wrap-ch .content-box {
    height: 100px;
}


.content-ch .content-wrap-ch .content-box.active {
    height: auto !important;
}

.content-ch .content-wrap-ch .content-box.active::before {
    opacity: 0;
    visibility: hidden;
}

.content-ch .content-wrap-ch .content-box::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFFFFF00;
    visibility: visible;
    background: linear-gradient(180deg, #ffffff00, #ffffff);
}

.content-ch .content-wrap-ch .content-box h2:first-child {
    margin-top: 0;
}

.content-ch .content-wrap-ch .content-box h2 {
    font-size: 24px;
    font-weight: 600;
    color: #313131;
    margin: 20px 0 5px;
}

.content-ch .content-wrap-ch .content-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    margin: 20px 0 5px;
}

.content-ch .content-wrap-ch .content-box p {
    color: #313131;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    margin-bottom: 15px;
}

.content-ch .content-wrap-ch.active a.buton-alt {
    position: sticky;
    bottom: 10px;
}

.content-ch .content-wrap-ch a.buton-alt {
    z-index: 999;
    position: sticky;
    bottom: 20px;
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #DCDCDC;
    padding: 7px 15px;
    border-radius: 5px;
    background-color: #fff;
}

.content-ch .content-wrap-ch a.buton-alt.active {
    border-color: #ed5f20;
    color: #ed5f20;
}

.content-ch .content-wrap-ch a.buton-alt.active span.hide {
    display: block !important;
}

.content-ch .content-wrap-ch a.buton-alt.active span.read {
    display: none;
}

.content-ch .content-wrap-ch a.buton-alt span.hide {
    display: none;
}

.content-ch .content-wrap-ch a.buton-alt i {
    color: #232D44;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    top: 1px;
}

/* BLOG SAYFA */

.blog-page-selection {
    margin: 60px 0 0
}

.blog-page-selection .blog-area {
    display: flex
}

.blog-wrap {
    background-color: #fff;
    border-radius: 30px
}

.blog-side {
    width: 25%;
    border-right: 1px solid #e0e0e0;
    padding: 35px
}

.blog-side .side-wrap {
    position: sticky;
    top: 25px
}

.blog-side .side-wrap .title {
    font-size: 20px;
    font-weight: 400;
    color: #313131;
    margin-bottom: 20px
}

.blog-side .side-wrap .cat-list {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.blog-side .side-wrap .cat-list ul li:not(.sub-category li) {
    display: flex;
    align-items: center;
    gap: 7px
}

.blog-side .side-wrap .cat-list ul li a {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #313131;
    position: relative
}

.blog-side .side-wrap .cat-list ul li button.toggle-menu {
    width: 20px;
    height: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s
}

.blog-side .side-wrap .cat-list ul li button.toggle-menu.active {
    transform: rotate(180deg);
    border-color: #FEBA17;
    transition: all .3s;
    color: #FEBA17
}

.blog-side .side-wrap .cat-list .sub-category {
    padding-left: 10px;
    margin: 5px 0 15px;
    display: none
}

.blog-side .side-wrap .cat-list .sub-category ul li a {
    color: #6f6f6f;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    display: block
}

.blog-side .side-wrap .cat-buttons {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.blog-side .side-wrap .cat-buttons a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
    width: 100%;
    border-radius: 100px;
    padding: 0 20px;
}

.blog-side .side-wrap .cat-buttons a i {
    font-size: 18px;
    line-height: 1;
}

.blog-side .side-wrap .cat-buttons a span {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center
}

a.whatsapp {
    background-color: #1ec900;
    color: #fff;
}

a.whatsapp:hover {
    border-color: #1ec900
}

a.whatsapp:hover i {}

a.whatsapp:hover {
    background-color: #188505;
}

a.customer {
    background-color: #FEBA17;
    color: #fff;
}

a.customer:hover {
    background-color: #545454;
}

a.customer i {
    color: #fff
}

.blog-side .side-wrap .cat-list-detail {
    margin: 0 0 40px
}

.blog-side .side-wrap .cat-list-detail a {
    font-size: 14px;
    color: #868686;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    position: relative
}

.blog-side .side-wrap .cat-list-detail a:not(:last-child) {
    margin: 0 0 10px
}

.blog-side .side-wrap .cat-list-detail a.active-anchor {
    color: #FEBA17;
    font-weight: 500
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li a.active::before,
.blog-side .side-wrap .cat-list-detail a.active-anchor::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #FEBA17;
    background: linear-gradient(90deg, #FEBA17 0, #420d2e 100%);
    border-radius: 100px
}

.blog-side .side-wrap .cat-list-detail a.active-anchor::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    border-color: #FEBA17;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 15px
}

.blog-list-area {
    width: 75%;
    padding: 30px
}

.blog-list-area .blog-wrapper {
    height: fit-content;
    gap: 40px
}

.blog-list-area .pagination {
    margin: 40px 0 0
}

.blog-detail-selection {
    margin: 60px 0 0
}

.blog-detail-selection .blog-area,
.blog-head {
    display: flex
}

.blog-detail-selection .blogDetail {
    width: 75%;
    padding: 30px
}

.blog-detail-selection .blogDetail img {
    object-fit: contain;
    border-radius: 30px;
    margin-bottom: 25px;
    width: 400px;
    border: 1px solid #e0e0e0
}

.blog-detail-selection .blogDetail h1,
.blog-detail-selection .blogDetail p,
.blogDetail h2,
.blogDetail h3,
.blogDetail h4,
.blogDetail h5,
.blogDetail h6 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #313131;
    margin-bottom: 20px
}

.blog-detail-selection .blogDetail p {
    font-size: 14px;
    font-weight: 400
}

.blog-detail-selection .blogDetail ol,
.blog-detail-selection .blogDetail ul {
    padding-left: 20px;
}

.blog-detail-selection .blogDetail li {
    list-style: disc;
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li {
    margin-bottom: 10px
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li a {
    color: #a0a0a0;
    font-weight: 400
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li a.active {
    color: #FEBA17
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li a.active::before {
    width: 8px;
    height: 8px
}

.blog-detail-selection .blog-side .side-wrap .cat-list ul li a.active::after,
.blog-head .left .related-products .icon::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13px;
    height: 13px;
    border-color: #FEBA17;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 15px
}

.blog-head {
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    border-bottom: 1px solid #e0e0e0;
    height: 60px
}

.blog-head .left,
.blog-head .left .date {
    display: flex;
    align-items: center;
    gap: 25px
}

.blog-head .left .date {
    font-size: 14px;
    font-weight: 400;
    color: #989898;
    gap: 10px;
    height: fit-content
}

.blog-head .left .date i {
    font-size: 18px;
}

.blog-head .left .date img {
    width: 20px
}

.blog-head .left .related-products {
    background-color: #fff;
    border-color: #e0e0e0;
    border-style: solid
}

.blog-head .left .related-products {
    justify-content: center;
    height: 50px;
    border-width: 1px 1px 0;
    border-radius: 20px 20px 0 0;
    padding: 0 15px 0 10px;
    position: relative;
    bottom: -5px
}

.blog-head .left .related-products .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 100px;
    z-index: 1
}

.blog-head .left .related-products::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    bottom: 0;
    right: -60px;
    box-shadow: -30px 0 0 0 #fff;
    border-bottom-left-radius: 20px;
    border-bottom-color: #e7e7e7;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-left: 1px solid #e0e0e0
}

.blog-head .left .related-products::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    bottom: 0;
    left: -60px;
    box-shadow: 30px 0 0 0 #fff;
    border-bottom-right-radius: 20px;
    border-left-color: #fff;
    border-left-width: 1px;
    border-left-style: solid;
    border-bottom: 1px solid #e0e0e0
}

.blog-head .left .related-products span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    z-index: 1
}

.blog-head .left .related-products,
.blog-head .right .writer,
.blog-head .right .writer .user {
    display: flex;
    align-items: center;
    gap: 10px
}

.blog-head .right .writer span {
    font-size: 14px;
    font-weight: 400;
    color: #8e8e8e
}

.blog-head .right .writer .user img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.blog-head .right .writer .user .user-name {
    font-size: 14px;
    font-weight: 400
}

.counter-pr {
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    background-color: #feba17;
    padding: 10px 20px;
    display: flex;
}

.counter-pr .count-title {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    text-align: center
}

.counter-pr #sayac {
    display: flex;
    gap: 10px
}

.counter-pr #sayac .sayac-item {
    background: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #545454;
    font-size: 14px;
    height: 30px;
    width: auto;
    gap: 5px;
    padding: 0 7px;
    font-weight: 500
}

.counter-pr #sayac .sayac-item span {
    color: #313132;
    text-align: center;
    font-weight: 300;
}

.free-cargo {
    margin: 30px 0 0;
}

.free-cargo .cargo-odeme-flex {
    padding: 20px 0;
    border-radius: 25px;
    background-color: #fff;
}

.free-cargo .cargo-odeme-flex .swiper-sepet-kargo .swiper-wrapper {
    align-items: center;
}

.free-cargo .cargo-odeme-flex .free-cargo-box,
.cargo-odeme-flex .odeme-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    border-right: 1px solid #e0e0e0;
}

.free-cargo .cargo-odeme-flex .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #feba1712;
}

.free-cargo .cargo-odeme-flex .icon i {
    font-size: 30px;
    line-height: 1;
}

.free-cargo .cargo-odeme-flex .odeme-box .icon {}

.free-cargo .cargo-odeme-flex .free-cargo-box .icon {}

.free-cargo .cargo-odeme-flex .icon img {
    width: 40px;
    height: 40px;
}

.free-cargo .cargo-odeme-flex .text {
    font-size: 12px;
    font-weight: 400;
    color: #313131;
}

.free-cargo .cargo-odeme-flex .text .ust {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
}

.free-cargo .cargo-odeme-flex .text .ust i {
    color: #feba17;
    font-size: 22px;
    line-height: 1;
    position: relative;
    top: 2px;
}

.free-cargo .cargo-odeme-flex .text .ust span {
    color: #FEBA17;
}

.free-cargo .odeme-box .text .ust span {
    color: #137E00;
}

.free-cargo .cargo-odeme-flex .text .alt {
    font-size: 12px;
    font-weight: 400;
    color: #858585;
    max-width: 225px;
    line-height: 20px;
}

.free-cargo .cargo-odeme-flex .text .alt span {
    font-weight: 500;
}

.free-cargo .cargo-odeme-flex .free-cargo-box .text .alt span {
    color: #313131;
}

.free-cargo .cargo-odeme-flex .odeme-box .text .alt span {
    color: #137E00;
}

.free-cargo .cargo-odeme-flex .cargo-firma {
    padding-left: 20px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .text {
    margin-bottom: 10px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .text .ust {
    font-size: 14px;
    font-weight: 500;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo {
    display: flex;
    gap: 10px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo .item {
    background-color: #f3f3f3;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 400;
    color: #313132;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo .item img {
    width: 20px;
}

.category-all-list {
    margin: 30px 0 100px
}

.category-all-list .harf-list-wrap {
    margin-bottom: 30px
}

.category-all-list .cat-box-wrap .cat-box,
.category-all-list .harf-list-wrap .harf-list {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 50px
}

.category-all-list .harf-list-wrap .harf-list li a {
    color: #feba15;
    font-size: 16px;
    width: 40px;
    text-align: center;
    letter-spacing: -1px
}

.category-all-list .list-area h2 {
    font-size: 20px;
    font-weight: 500;
    color: #feba15;
    line-height: 1;
    margin-bottom: 20px
}

.category-all-list .cat-box-wrap {
    margin-bottom: 20px
}

.category-all-list .cat-box-wrap .cat-box {
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 22px
}

.modal {
    --gap: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    font-family: sans-serif;
    z-index: 9999;
    display: none;
}

.modal .modal-dialog {
    background: #ffffff;
    width: 100%;
    max-width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    margin: 50px auto;
    overflow: hidden;
}

.modal .modal-dialog .modal-content {
    border: unset;
    height: 100%;
    border-radius: unset;
    overflow-y: unset;
}

.modal .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    height: 60px;
    padding: 0 20px;
    justify-content: space-between;
}

.modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 18px;
    color: #545454;
    font-weight: 500;
    margin-bottom: 0;
}

.modal .modal-dialog .modal-content .modal-header .close {
    font-size: 25px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    color: #000;
    font-weight: 300;
    font-size: 40px;
    line-height: 1;
}

.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    background-color: #f5f5f5;
    width: 7px;
}

.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #545454;
    width: 100%;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #626262;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 360px;
}

.modal .modal-dialog .modal-content .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #FEBA17;
    font-weight: 400;
    transition: 0.3s;
    border-radius: 50px;
}

.modal .modal-dialog .modal-content .modal-footer .btn:last-child {
    background-color: #FEBA17;
    font-weight: 400;
    color: #fff;
    border: unset;
}

body .nyCustomerOrdersClasses {}

body .nyCustomerOrdersClasses .collapsible {}

body .nyCustomerOrdersClasses .collapsible .row {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-9 {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-9 #sayi {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-3 {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-3 .fas {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-3 .coll-row {}

body .nyCustomerOrdersClasses .collapsible .row .col-md-3 .coll-row .mini-coll-img {}

body .nyCustomerOrdersClasses .content {
    border: unset;
    padding: 0;
}

body .nyCustomerOrdersClasses .content .content-zone {
    padding: 20px;
    background-color: #fff;
}

body .nyCustomerOrdersClasses .content .content-zone .row {
    margin: 0 !important;
    border: unset;
}

body .nyCustomerOrdersClasses .content .content-zone .row .order-date-row {
    width: fit-content;
    height: 30px;
    display: flex;
    align-items: center;
    top: -40px;
}

body .nyCustomerOrdersClasses .content .content-zone .row .col-lg-2 {}

body .nyCustomerOrdersClasses .content .content-zone .font-weight-bold {
    font-weight: 500 !important;
}

body .nyCustomerOrdersClasses .content .content-zone .row .col-lg-2 .mini-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    padding: 6px;
    margin-left: -8px;
    background-color: #fff;
}

body .nyCustomerOrdersClasses .content .content-zone .row .col-lg-4 {
    display: flex;
    align-items: center;
    gap: 10px;
}

body .nyCustomerOrdersClasses .content .content-zone .row .col-lg-4 .bildirim-btn {}

body .nyCustomerOrdersClasses .content .content-zone .row .col-lg-4 .detay-btn {}


/* MEGA MENÜ */

.yk-mega-menu-v2.active-mega-menu {
    z-index: 999999999999 !important;
    visibility: visible !important;
    transition: 0.5s !important;
}

.yk-mega-menu-v2 {
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    display: none;
    top: 82%;
    left: 50%;
    margin-top: -15px;
    border-radius: 0 30px 30px 30px;
    height: 600px;
}

.yk-mega-menu-v2 .topbar-ky {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top {
    position: relative;
    display: flex;
    height: 100%;
    border-radius: 0 5px 5px 5px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content {
    width: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large {
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .logo img {
    width: 200px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a img {
    width: 22px;
    height: auto;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop {
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter {
    position: absolute;
    left: 13px;
    top: 0px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter span {
    position: relative;
    top: 1px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0px 0;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar img {
    width: 20px;
    position: relative;
    top: -2px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar input {
    border: unset;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background-color: unset;
    cursor: pointer;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar input::placeholder {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent {
    display: flex;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    width: 20%;
    background-color: #fafafa;
    border-radius: 0 0 0 10px;
    overflow-y: scroll;
    border-right: 0;
    box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.31);
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left::-webkit-scrollbar {
    background-color: #e5e5e5;
    width: 3px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left::-webkit-scrollbar-thumb {
    background-color: #FEBA17;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .title {
    font-size: 20px;
    color: #a3a3a3;
    font-weight: 500;
    margin-bottom: 5px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .item {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    display: block;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li {
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item {
    height: 50px;
    background-color: #fff;
    font-size: 15px;
    gap: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item svg {
    width: 22px;
    fill: #ffffff;
    height: fit-content;
    position: relative;
    top: 1px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item.firsat {
    color: #ff0000;
    height: 40px;
    line-height: 1;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item.firsat.active {
    background-color: #ff00001c;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item.outlet {
    color: #00a810;
    height: 40px;
    line-height: 1;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.custom-item.outlet.active {
    background-color: #00a8101a;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a {
    color: #313132;
    font-weight: 400;
    font-size: 14px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 45px;
    padding: 0 10px;
    line-height: 1;
}



.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a:hover {
    color: #feba17;
    transition: all 0.4s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img {
    width: 22px;
    position: relative;
    margin-right: 5px;
    transition: all 0.5s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img.mobil-media {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active {
    background-color: #F8E7E0;
    color: #FEBA17;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active i {
    color: #FEBA17;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a i {
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper {
    display: flex;
    padding: 10px 0px 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper ul {
    flex: 1;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper ul li a {
    border: unset;
    font-size: 14px;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .all-view {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 1;
    margin-top: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .all-view::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #000;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .box-ky {
    padding: 10px 0;
    font-size: 16px;
    margin: 20px 0px;
    width: 300px;
    max-width: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:not(:last-child) a {
    border-bottom: 1px solid #000;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a:hover {
    color: #a3a3a3;
    transition: all 0.5s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right {
    width: 80%;
    overflow: hidden;
    height: 100%;
    border-left: 0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap {
    position: relative;
    height: 100%;
    padding-right: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #fff;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper {
    display: flex;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area {
    width: 100%;
    padding: 30px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}


/*
.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper::before {
    content: "";
    width: .5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background-color: #e0e0e0;
}
*/

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a {
    color: #545454;
    background-color: unset;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    transition: all .4s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a img {
    margin: 0 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    padding: 10px;
    transition: all .4s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a:hover {
    color: #FEBA17;
    transition: all .4s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a:hover img {
    border-color: #FEBA17;
    transition: all .4s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link:hover {
    color: #313132;
    border-color: #313132;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link:hover i {
    color: #313132;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link {
    line-height: 1;
    display: flex;
    width: 30%;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    font-size: 14px;
    color: #FEBA17;
    border-bottom: 1px solid #FEBA17;
    padding: 0 0 4px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link i {
    display: block;
    color: #FEBA17;
    font-size: 14px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li .active {
    transition: all 0.5s ease;
    color: #404041;
    transform: scale(1.1) translateX(10px);
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a i {
    color: #FEBA17;
    font-size: 16px;
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li .active i {
    color: #404041;
    transition: all 0.5s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-banner {
    width: 60%;
    padding: 30px 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-banner a {
    height: auto;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .mobil-logo {
    display: none;
    padding: 0 0 0 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .mobil-logo a img {
    width: 200px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media {
    width: 45%;
    height: auto;
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title {
    padding: 0 0px 50px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title span {
    display: block;
    position: relative;
    width: fit-content;
    font-size: 14px;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title span::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.yk-mega-menu-v2 .close-menu img {
    width: 20px;
}

.campaign-page {
    margin: 50px 0;
}

.campaign-page .card-yk {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}

.campaign-page .card-yk .card {
    background-color: #fff;
    border-color: #fff;
    text-align: center;
}

.campaign-page .card-yk .card .card-header {
    padding: unset;
    background-color: #fff;
    border-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #545454;
    margin-bottom: 10px;
}

.campaign-page .card-yk .card .card-body {
    padding: unset;
}

.campaign-page .card-yk .card .card-body img {
    width: 100%;
}

.campaign-page .card-yk .card .card-body h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 7px;
    padding: 0 10px;
}

.campaign-page .card-yk .card .card-body p {
    font-size: 12px;
    font-weight: 400;
    color: #54545454;
    line-height: 20px;
    margin: 0;
}

.campaign-page .card-yk .card .card-body .card-text b {
    font-weight: 500;
}

.campaign-page .card-yk .card .card-footer {
    border-color: #fff;
    background-color: #fff;
    padding: unset;
}

.swiper.swiper-vertical .swiper-wrapper{
    flex-direction: column;
}

.mobile-media-butons{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.mobile-media-butons .video-buton{}
.mobile-media-butons .video-buton .link-vid-button{}
.mobile-media-butons .video-buton .link-vid-button .text{}
.mobile-media-butons .video-buton .link-vid-button i{}

.pagination.toolbox-item{
    width: 100%;
    float: unset;
    display: flex;
    justify-content: center;
    padding: 50px 0;
}
.pagination.toolbox-item .page-item{
}
.pagination.toolbox-item .page-item .page-link{
    border-radius: 15px !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}
.pagination.toolbox-item .page-item.active{}
.pagination.toolbox-item .page-item.active .page-link{
    border-color: #feba17;
    color: #feba17;
}

.socialLogin{}
.socialLogin a{}
.socialLogin a img{}