@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);

@keyframes blinker {
    50% {
        opacity: 0
    }
}

@keyframes loginImage {
    0% {
        background: url(/uploads/assets/yonkamuzik/images/giris/login-1.jpg);
        background-size: cover
    }

    25% {
        background: url(/uploads/assets/yonkamuzik/images/giris/login-2.jpg);
        background-size: cover
    }

    50% {
        background: url(/uploads/assets/yonkamuzik/images/giris/login-3.jpg);
        background-size: cover
    }

    75% {
        background: url(/uploads/assets/yonkamuzik/images/giris/login-4.jpg);
        background-size: cover
    }

    to {
        background: url(/uploads/assets/yonkamuzik/images/giris/login-5.jpg);
        background-size: cover
    }
}

@keyframes stokalert {

    0%,
    to {
        color: #e40000;
        border-color: #e40000
    }

    50% {
        color: #0707bb;
        border-color: #0707bb;
        background-color: #0707bb1f
    }
}

@keyframes sayacalert {

    0%,
    to {
        border-color: #e40000;
        color: #e40000
    }

    50% {
        border-color: #0707bb;
        color: #0707bb
    }
}

@keyframes kuponalert {

    0%,
    to {
        color: #e40000;
        border-color: #e40000
    }

    50% {
        color: #0707bb;
        border-color: #0707bb
    }
}

@keyframes marqueealert {
    0% {
        background: #b04d9d;
    }
    
    50% {
        background: #2a1a55;
    }
    
    100% {
        background: #b04d9d;
    }
}

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

:not(i) {
    font-family: "Kanit", sans-serif
}

a,
a:hover {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

strong {
    font-weight: 500
}

body {
    padding: 0;
    margin: 0;
    font-family: "Kanit", sans-serif;
    overflow-x: hidden;
    background: #fafafa
}

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

a {
    color: inherit;
    text-decoration: unset;
    display: inline-block
}

li {
    list-style: none
}

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

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

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

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

.row>*,
.yonkasoft-header {
    width: 100%;
    position: relative
}

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

.leftPuan::before, .leftFoto::before, .leftTopic::before, .left::before, .leftQuestionTopic::before{
    content: none !important;
}

.ny-marquee-text{
    animation: marqueealert 1s infinite;
}

.yonkasoft-header {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    background-color: #fff
}

.yonkasoft-header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    gap: 40px;
    padding: 30px 0 0
}

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

.yonkasoft-header .header-wrap .menu-group .menu-item a,
.yonkasoft-header .header-wrap .menu-group .menu-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #b04d9d26
}

.yonkasoft-header .header-wrap .menu-group .menu-item a {
    padding: 0 30px;
    border-radius: 100px;
    height: 60px
}

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

.yonkasoft-header .header-wrap .menu-group .menu-item .basket-counter {
    background-color: #b04d9d;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: 0
}

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

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

.yonkasoft-header .header-wrap .header-right-item {
    flex: 1
}

.yonkasoft-header .logo {
    transition: all .3s
}

.yonkasoft-header .logo img {
    width: 170px;
    object-fit: contain
}

.yonkasoft-header .topbar {
    background: linear-gradient(135deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 80%);
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0
}

.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-lead {
    position: relative
}

.yonkasoft-lead .lead-wrapper {
    display: flex;
    gap: 20px;
    height: fit-content
}

.yonkasoft-lead .lead-wrapper .lead-parent {
    width: 63%;
    height: fit-content;
    position: relative
}

.yonkasoft-lead,
.yonkasoft-lead .lead-wrapper .lead-parent .swiper-lead {
    height: fit-content
}

.yonkasoft-lead .lead-wrapper .slider-content {
    width: 38%;
    height: fit-content;
    overflow: hidden
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area {
    background: #f8e7e0;
    padding: 20px;
    border-radius: 20px;
    height: fit-content
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .card-title {
    display: flex;
    align-items: center;
    gap: 5px
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .card-title h2 {
    color: #313132;
    font-size: 16px;
    font-weight: 500
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .card-title img {
    width: 22px;
    position: relative;
    top: 1px
}

.yonkasoft-lead .swiper-lead {
    height: 100%;
    z-index: unset;
    position: relative
}

.yonkasoft-lead .swiper-lead .swiper-wrapper .swiper-slide .lead-container {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%
}

.yonkasoft-lead .swiper-lead .swiper-wrapper .swiper-slide .lead-container img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover
}

.lead-wrap .content {
    color: #fff;
    text-align: center;
    position: sticky;
    bottom: 20px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 80px
}

.lead-wrap .content .title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px
}

.lead-wrap .content a {
    background-color: #fff;
    color: #000;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    transition: all .4s
}

.lead-wrap .content a:hover {
    background-color: #000;
    color: #fff;
    transition: all .4s
}

.yonkasoft-lead .swiper-lead .swiper-wrapper .swiper-slide .lead-container .lead-wrap {
    height: 100%;
    position: relative;
    z-index: 9999999999
}

.yonkasoft-lead .swiper-lead .swiper-wrapper .swiper-slide .lead-container video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    max-height: 600px
}

.yonkasoft-lead .swiper .pagination-lead {
    position: absolute;
    left: 50%;
    top: unset;
    transform: translate(-50%, 0);
    bottom: 200px;
    height: auto;
    width: fit-content;
    z-index: 1
}

.product-group {
    margin: 50px 0;
    position: relative
}

.product-group.bilgisayar {
    margin-top: 0 !important
}

.category-group.popular-categories .yk-head {
    flex-direction: column
}

.navigation-yk button,
.yk-head,
.yk-product-card .card-media .card-bar {
    display: flex;
    align-items: center;
    justify-content: center
}

.yk-head {
    margin-bottom: 30px
}

.yk-head h1 {
    font-size: 20px;
    font-weight: 400;
    color: #b04d9d;
    margin-bottom: 6px
}

.yk-head .icon img,
.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button img {
    width: 30px
}

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

.yk-head h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: 500
}

.yk-head h2,
.yk-head h2 a,
.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,
.yonkasoft-commerce-features .features-card div.title span,
.yonkasoft-commerce-features .features-card h3 span {
    color: #313132
}

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

.navigation-yk button {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    padding: 0;
    transform: translate(0, -50%);
    z-index: 999;
    color: #000;
    top: 50%;
    transition: .3s
}

.navigation-yk button.prev {
    left: -10px
}

.navigation-yk button.next {
    right: -10px
}

.navigation-yk button img {
    width: 15px
}

.p-for-media .navigation-yk button {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    font-size: 16px
}

.p-for-media .navigation-yk button.next {
    right: -15px
}

.p-for-media .navigation-yk button.prev {
    left: -15px
}

.product-group .product-group-area {
    position: relative;
    padding-bottom: 0 !important
}

.product-group-area {
    padding-bottom: 40px !important
}

.yk-product-card {
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 10px;
    width: 100%
}

.yk-product-card,
.yk-product-card .card-media {
    position: relative;
    overflow: hidden
}

.yk-product-card .card-media .card-bar {
    font-size: 11px;
    background-color: #2da54d;
    color: #fff;
    font-weight: 400;
    text-align: center;
    height: 25px;
    width: 100%
}

.yk-product-card .card-media .card-bar.alert-bar {
    background-color: #d100002e;
    border-top: 1px solid #d10000;
    color: #d10000
}

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

.yk-product-card .card-media a img {
    width: 100%;
    display: block;
    border-radius: 15px;
    padding: 15px;
    height: 200px;
    object-fit: contain
}

.counter-group .yk-product-card .card-content {
    min-height: 270px
}

.yk-product-card .card-content {
    padding: 10px 20px 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    min-height: 250px;
    position: relative
}

.yk-product-card .card-content .left {
    width: 100%
}

.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,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper ul,
.yk-product-card .card-content .right {
    flex: 1
}

.yk-product-card .discount {
    color: #fff;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 9;
    font-size: 10px;
    gap: 7px;
    background: #ca0025;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    height: 25px
}

.yk-product-card .card-content a {
    display: flex;
    gap: 10px;
    width: 100%
}

.yk-product-card .card-content a.yt-comment-point {
    justify-content: flex-start;
    height: fit-content
}

.yk-product-card .card-content a.yt-comment-point .total-vote {
    padding: 20px 0 10px !important
}

.yk-product-card .card-content .yk-product-card-title {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    margin-bottom: 15px;
    line-height: 20px;
    transition: .3s
}

.yk-product-card .card-content .yt-comment-point .total-vote {
    padding: 20px 0 15px !important
}

.yk-product-card .card-content .price {
    margin-bottom: 10px;
    position: relative
}

.yk-product-card .card-content .bulk_discount {
    margin: 0 0 10px;
    color: green;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px
}

.yk-product-card .card-content .bulk_discount i {
    font-size: 14px
}

.yk-product-card .card-content .price .stock-alert {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    background-color: #fdede6;
    width: fit-content;
    height: min-content;
    padding: 4px 10px;
    border-radius: 3px;
    color: #e40000;
    line-height: 1;
    border: 1px solid #e40000;
    margin: 10px 0 0;
    animation: stokalert 2s infinite
}

.yk-product-card .card-content .price .stock-alert svg {
    width: 16px;
    height: fit-content;
    fill: #e40000
}

.yk-product-card .card-content .price .active-price {
    font-size: 22px;
    font-weight: 500;
    color: #b04d9d;
    line-height: 1
}

.yk-product-card .card-content .price del {
    font-size: 16px;
    color: #cccbcb;
    font-weight: 400;
    margin-bottom: 5px;
    display: block
}

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

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body .b-s-m-content p,
.slider-product-gallery .swiper-slide .model-info ul li,
.yk-product-card .card-content .price .right .discount {
    font-size: 14px;
    font-weight: 500
}

.yonkasoft-commerce {
    margin: 80px 0
}

.commerce-card {
    position: relative
}

.commerce-card .lead-wrap {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.commerce-card .lead-wrap .content {
    height: 100%
}

.commerce-card .link {
    background-color: #fff;
    color: #000;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 400;
    width: fit-content;
    transition: all .4s
}

.commerce-card .link:hover {
    background-color: #000;
    color: #fff;
    transition: all .4s
}

.swiper-category .swiper-slide {
    padding: 0
}

.yk-category-card {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.yk-category-card .card-media {
    border-radius: 100%;
    width: 100%;
    height: 100%
}

.yk-category-card .card-media a img {
    border-radius: 100px;
    object-fit: contain;
    margin: auto;
    width: 100%
}

.yk-category-card .card-content {
    padding: 20px 0 0;
    text-align: center
}

.yk-category-card .card-content h3 {
    font-size: 22px;
    font-weight: 600
}

.yonkasoft-commerce.law .commerce-card {
    height: 600px;
    position: relative
}

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

.yonkasoft-commerce-features .features-card {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative
}

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

.yonkasoft-commerce-features .features-card .icon {
    height: 40px;
    width: auto;
    text-align: center
}

.yonkasoft-commerce-features .features-card .icon img {
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block
}

.yonkasoft-commerce-features .features-card div.title,
.yonkasoft-commerce-features .features-card h3 {
    font-size: 16px;
    font-weight: 400;
    color: #b04d9d;
    margin-bottom: 5px;
    text-align: center
}

.product-information .product-dist .size-pr .size-table .size-options .option-item span {
    font-size: 18px;
    font-weight: 200
}

.yonkasoft-commerce-features .features-card p span {
    color: #313132;
    font-weight: 500
}

.yonkasoft-commerce-journal {
    background-color: #414042;
    height: auto;
    display: flex;
    position: relative;
    align-items: center
}

.yonkasoft-commerce-journal .journal-wrap {
    display: flex;
    padding: 50px 0;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    color: #fff
}

.yonkasoft-commerce-journal .journal-wrap .journal-content {
    width: 50%
}

.yonkasoft-commerce-journal .journal-wrap .journal-content h2 {
    font-size: 20px;
    font-weight: 400
}

.yonkasoft-commerce-journal .journal-wrap .journal-content span {
    font-size: 22px;
    font-weight: 200
}

.yonkasoft-commerce-journal .journal-wrap .journal-form {
    width: 45%
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card {
    border-radius: 15px;
    background: #ffffff26;
    height: 70px;
    display: flex;
    align-items: center;
    position: relative
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card input {
    height: 100%;
    border: unset;
    background-color: unset;
    padding-left: 25px;
    line-height: 1;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin: 0;
    flex: 2
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card input:nth-child(3) {
    border-left: 1px solid #ffffff3b
}

.contact-main .contactFormBox form input::placeholder,
.contact-main .contactFormBox form textarea::placeholder,
.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card input::placeholder {
    color: #fff
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button {
    width: 70px;
    height: 100%;
    background-color: #b04d9d;
    z-index: 99;
    border-radius: 0 15px 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button::before {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #2a1a55;
    border-radius: 0 10px 10px 0;
    font-size: 30px;
    line-height: 2.2;
    z-index: 9999;
    position: absolute
}

.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
}

label.check-in::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    border: 1px solid #fff;
    width: 14px;
    height: 14px
}

label.check-in::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    width: 15px;
    height: 15px;
    opacity: 0
}

label.check-in.checked::before {
    opacity: 0
}

a.product-buton.add-basket-button:hover:before,
label.check-in.checked::after {
    opacity: 1
}

.yonkasoft-footer .footer-group .title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2a1a55
}

.hover-media-wrapper,
.hover-pagination {
    position: absolute;
    width: 100%;
    display: flex
}

.hover-pagination {
    justify-content: center;
    bottom: 0;
    gap: 10px
}

.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: #b04d9d;
    left: -100%;
    transition: all .3s;
    position: absolute;
    top: 0;
    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 {
    left: 0;
    top: 0;
    height: 100%
}

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

.yk-mega-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.yk-mega-menu-content .content-area .mega-menu-child.active-mega,
.yk-mega-menu.active {
    transform: translateX(0);
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.yk-mega-menu .yk-mega-menu-wrapper {
    display: flex;
    height: 100%
}

.yk-mega-menu-overlay {
    width: 70%;
    height: 100%;
    background-color: #ffffff5e;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all .4s
}

.yk-mega-menu-overlay.active {
    opacity: 1;
    transition: all .4s
}

.yk-mega-menu-content {
    width: 30%;
    background-color: #fff;
    position: relative
}

.yk-mega-menu-content .close-mega-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link img,
.yk-mega-menu-content .close-mega-menu img {
    width: 25px
}

.yk-mega-menu-content .content-area {
    padding: 50px
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item {
    margin-bottom: 20px;
    width: fit-content;
    overflow: hidden
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item:hover {
    overflow: unset;
    transition: all .4s
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item span {
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item span::before {
    content: "";
    background-image: url(assets/images/plus.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 3px;
    background-size: contain;
    left: 110%
}

.yk-mega-menu-content .content-area .other-links {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 20px;
    margin-top: 50px
}

.yk-mega-menu-content .content-area .other-links a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    border-bottom: 1px solid #000;
    line-height: 1;
    padding-bottom: 5px;
    justify-content: center
}

.yk-mega-menu-content .content-area .other-links a img {
    width: auto;
    height: 20px
}

.yk-mega-menu-content .content-area .mega-menu-child {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    height: 100%;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
    padding: 50px;
    display: none
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color i,
.yk-mega-menu-content .content-area .mega-menu-child .child-menu.active {
    display: block
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .back-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000;
    width: fit-content
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .back-child img {
    transform: rotate(180deg);
    width: 16px;
    line-height: 1;
    vertical-align: bottom;
    margin-right: 5px;
    position: relative;
    display: block;
    top: -1px
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .menu-parent-title {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 40px
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item {
    margin-bottom: 50px
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item a.media-card img {
    width: 100%;
    height: auto
}

.search-box input,
.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item a.media-card .title-card {
    font-size: 16px;
    font-weight: 300
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li {
    margin-bottom: 15px
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li a {
    font-size: 16px
}

.yk-mega-menu-content .content-area .search-card,
.yk-mega-menu-content .content-area .search-card .search-list {
    margin: 50px 0 0
}

.search-box input {
    width: 100%;
    color: #5e5e5e;
    border-radius: 100px;
    height: 60px;
    background: #f9f9f9;
    padding: 0 80px 0 30px;
    border: 1px solid #e0e0e0
}

.search-box input::placeholder {
    color: #5e5e5e
}

.search-box button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
    top: 7px;
    width: 50px;
    height: 45px;
    border-radius: 30px 100px 100px 100px;
    background: #b04d9d;
    transition: .3s
}

.search-box button i {
    font-size: 24px;
    color: #fff
}

.yk-mega-menu-content .content-area .search-card .search-list span {
    font-size: 14px;
    font-weight: 200;
    display: inline-block;
    margin: 0 0 15px
}

.yk-mega-menu-content .content-area .search-card .search-list ul {
    padding-left: 20px
}

.yk-mega-menu-content .content-area .search-card .search-list ul li {
    list-style: disc;
    margin-bottom: 10px
}

.yonkasoft-page-head {
    padding: 25px 0;
    background: #fff;
    border-width: 0 0 1px;
    border-color: #e7e7e7;
    border-style: solid
}

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

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

.yonkasoft-page-head .head-page-flex .page-bread {
    width: 40%
}

.yonkasoft-page-head .head-page-flex .page-bread h1 {
    font-size: 22px;
    font-weight: 500;
    color: #313132;
    line-height: 30px
}

.yonkasoft-page-head .head-page-flex .page-bread p {
    font-size: 13px;
    color: #313132;
    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: 12px;
    font-weight: 300;
    align-items: center;
    color: #a0a0a0;
    position: relative
}

.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: #313132 !important;
    font-size: 12px !important
}

.breadcrumb ul li i {
    color: #00000054;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin: 0 1px
}

.yonkasoft-page-head .head-page-flex .cat-list-menu {
    width: 80%
}

.yonkasoft-page-head .head-page-flex .cat-list-menu ul {
    display: flex;
    justify-content: end;
    gap: 50px
}

.yonkasoft-page-head .head-page-flex .cat-list-menu ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s
}

.yonkasoft-page-head .head-page-flex .cat-list-menu ul li a:hover {
    color: #a3a3a3;
    transition: all .4s
}

.tool-filter {
    position: relative
}

.tool-filter form:first-child {
    z-index: 9999;
    position: relative
}

.tool-filter .filterCat {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    position: sticky;
    top: 25px;
    padding: 0 !important
}

.tool-filter .filterCat .filter-wrap {
    position: relative;
    width: 100%;
    border: unset
}

.tool-filter .filterCat .filter-wrap.active {
    z-index: 999999
}

.tool-filter .filterCat .filter-wrap .filter-title {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px !important
}

.tool-filter .filterCat .filter-wrap .filter-title.active i {
    transform: rotate(180deg)
}

.tool-filter .filterCat .filter-wrap .filter-title i {
    font-size: 18px;
    line-height: 1;
    color: #313132;
    font-weight: 100
}

.tool-filter .filterCat .filter-wrap .filter-item {
    position: relative;
    width: 100%;
    max-height: none;
    display: block;
    margin-bottom: 20px
}

.tool-filter .filterCat .filter-wrap .filter-item::-webkit-scrollbar,
header .searchlist::-webkit-scrollbar {
    display: none
}

.tool-filter .filterCat .filter-wrap .filter-item.scroll::-webkit-scrollbar {
    width: 2px;
    background-color: unset
}

.tool-filter .filterCat .filter-wrap .filter-item.scroll::-webkit-scrollbar-thumb {
    width: 100%;
    border-radius: 2px
}

.tool-filter .filterCat .filter-wrap .filter-item.active {
    z-index: 999999;
    display: block
}

.tool-filter .filterCat .filter-wrap .filter-item label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    width: fit-content
}

.tool-filter .filterCat .filter-wrap .filter-item label::selection,
.tool-filter .filterCat .filter-wrap .filter-title::selection {
    background-color: unset !important
}

.tool-filter .filterCat .filter-wrap .filter-item label:not(:last-child) {
    margin-bottom: 5px
}

.tool-filter .filterCat .filter-wrap .filter-item label input {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    appearance: unset;
    margin-right: 7px;
    cursor: pointer
}

.forms_log form .form-item input[type=checkbox]::before,
.tool-filter .filterCat .filter-wrap .filter-item label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffff;
    border: 1px solid #eaeaea;
    border-radius: 5px
}

.tool-filter .filterCat .filter-wrap .filter-item label input::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b04d9d;
    opacity: 0;
    border-radius: 5px
}

.tool-filter .filterCat .filter-wrap .filter-item label input:checked::before {
    opacity: 0
}

.tool-filter .filterCat .filter-wrap .filter-item label input:checked::after {
    opacity: 1
}

.yonkasoft-commerce-features.footer-features .features-card h3,
.yonkasoft-commerce-features.footer-features .features-card p,
.yonkasoft-header.not-home .header-wrap .menu-group .menu-item a,
.yonkasoft-header.not-home .header-wrap .menu-group .menu-item button,
.zoom-pr-ky .nav-button i {
    color: #000
}

.yonkasoft-header.not-home .header-wrap {
    align-items: center
}

@media only screen and (max-width:991px) {
    .pop-filter-web {
        width: 100% !important
    }

    .fixed-vision {
        display: none
    }

    .oz-web i {
        color: #b04d9d
    }

    .oz-web {
        font-size: 16px !important;
        padding: 15px 0 !important;
        width: 100% !important;
        font-weight: 500 !important;
        color: #000 !important;
        background: 0 0 !important;
        border: 0 !important
    }
}

@media only screen and (min-width:992px) {
    .tool-filter .filterCat .filter-close {
        display: none
    }
}

.overlay-body::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000008a;
    z-index: 9
}

.category-result {
    margin: 0 0 80px
}

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

.category-result .yk-product-card {
    height: max-content;
    margin-bottom: 25px
}

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

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

.category-result .group-row .tool-filter {
    width: 25%;
    padding: 20px 20px 20px 0;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-left: 0;
    position: relative;
    border-radius: 0 0 10px 0
}

.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: #b04d9d;
    border-radius: 100%
}

.category-result .group-row .tool-filter .shape-vision::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 80px;
    height: 80px;
    background: #b04d9d;
    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,
.product-group .navigation-yk button:hover i {
    color: #fff
}

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

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

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

.category-result .group-row .category-product h2.ser-set {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0
}

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

.category-result .category-product .product-settings .ser-set,
a.product-buton.add-basket-button.cart-alert-active .add-cart-text {
    font-size: 16px
}

.category-result .category-product .product-settings .ser-set strong,
header .searchlist li a.searchLia .searchRight .searchProductname b {
    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
}

.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: 100%;
    position: sticky;
    top: 20px;
    z-index: 999
}

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

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

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group * {
    transition: all 0s !important
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .zoom-data {
    cursor: zoom-in;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 10px
}

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

.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;
    padding: 10px 15px;
    height: auto;
    font-weight: 300;
    background-color: #b04d9d;
    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-headline h1 {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    color: #313132;
    margin-bottom: -10px !important;
    text-transform: unset
}

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

.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;
    color: #b04d9d;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 5px
}

.p-for-price .price-and-discount .p-price .end-price {
    line-height: 1
}

.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: 18px;
    color: #cccbcb;
    font-weight: 400;
    display: block;
    line-height: 1
}

.p-for-price .price-and-discount .p-price .ust .discount {
    color: #2a1a55;
    font-size: 18px;
    line-height: 1
}

.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,
a.product-buton {
    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: 0;
    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
}

a.product-buton {
    width: 200px;
    min-width: unset;
    height: 50px;
    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: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 50%);
    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: #2a1a55;
}

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 img {
    width: 22px
}

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

a.product-buton.add-basket-button .cart-alert {
    font-size: 10px;
    line-height: 1;
    font-weight: 300;
    text-transform: unset;
    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: #2a1a55;
}

.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: 0 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: #000;
    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: 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,
.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: .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,
.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 .for-comment-wrap .comment-filter .c-f-group .c-f-item .star-group img,
.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,
.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-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,
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
}

.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-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
}

.counter-yk .productCount .input label,
.yonkasoft-lead .card-slider .yk-product-card .p-for-item .rating .rating-stars i,
.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
}

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

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

.product-information {
    transition: all .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 .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 .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 .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 .5s ease-in-out
}

.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.pr-third .pr-price del {
    color: #adadad;
    margin: 0 0 10px;
    display: block;
    line-height: 1
}

.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 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: #000;
    position: absolute;
    top: 100%;
    transition: all .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 .4s ease-in-out
}

.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 .size-pr .row span {
    font-size: 15px;
    font-weight: 500
}

.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 .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 .5s ease-in-out;
    padding: 0 20px
}

.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
}

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

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

.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-second {
    display: flex;
    align-items: center
}

.product-information .product-dist .dist-left .pr-item {
    height: 100%
}

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

.product-information .product-dist .dist-left .pr-item,
.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 .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,
.product-information .product-dist .size-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 .options-item {
    position: relative;
    height: 70px;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options .options-flex.hide-color-group,
.product-information .product-dist .dist-left .pr-item.pr-forth .variasyon-pr .color-options a.more-color.close-color span,
.product-information .product-dist .size-pr .size-table .size-options .option-item.selected img.exhausted {
    display: none
}

.product-information .product-dist .size-pr .row {
    display: flex;
    gap: 30px
}

.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 .4s ease-in-out
}

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected {
    border: 1px solid #000;
    transition: all .4s ease-in-out
}

.product-information .product-dist .buy-pr {
    display: flex;
    align-items: center;
    padding-left: 50px
}

.product-information .product-dist .buy-pr a:hover {
    background-color: #a3a3a3;
    transition: all .5s ease-in-out
}

.product-information.fixed-info {
    transform: translateY(0);
    transition: all .5s
}

.swiper {
    height: 0
}

.swiper-horizontal,
.swiper-vertical {
    height: 100%
}

.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;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #e0e0e0
}

.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,
.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 #b04d9d;
    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
}

.mega-filter .mega-filter-wrap .filter-main-head button img,
.yk-mega-menu-v2 .close-menu img,
.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: .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.prev {
    left: 15px
}

.zoom-pr-ky .nav-button.next {
    right: 15px
}

body.body-menu,
html.body-menu {
    overflow: hidden !important
}

.yonkasoft-footer .footer-group .title i {
    display: none
}

.commerce-card img,
.videos_area video,
.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 .banner-row .banner-col a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.tool-filter .filterCat .filter-overlay {
    width: 100%;
    height: 100%;
    background-color: #ffffff5e;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all .4s;
    position: fixed;
    bottom: 0;
    z-index: -9999999;
    left: 0
}

#fp-nav ul li a,
#fullpage,
.yk-category-card .card-media,
.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop,
.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li {
    position: relative
}

.swiper-category-sub .yk-category-card .card-media {
    background-color: #ececec;
    padding: 7px;
    border-radius: 100%
}

#fullpage {
    transition: transform 1s ease-in-out !important
}

#fullpage .fp-overflow {
    height: 100%;
    position: relative
}

#fullpage .fp-overflow:not(.no-overlay .fp-overflow)::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: linear-gradient(0deg, #00000045 0, #00000087 100%)
}

#fullpage .section {
    transition: transform 1s ease-in-out;
    justify-content: end;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff !important;
    overflow: hidden
}

#fullpage .box-wrapper {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 9999;
    position: relative
}

#fullpage .box-wrapper .content-box {
    padding-bottom: 100px;
    color: #fff;
    text-align: center
}

#fullpage .box-wrapper .content-box span {
    font-size: 18px;
    font-weight: 200;
    display: block;
    margin-bottom: 20px
}

#fullpage .box-wrapper .content-box .content-title {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 10px
}

#fullpage .box-wrapper .content-box a {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 10px;
    transition: all .4s;
    padding: 10px
}

#fullpage .box-wrapper .content-box a:hover {
    letter-spacing: 2px;
    transition: all .4s
}

#fullpage .box-wrapper .content-box h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 800
}

#fullpage.not-scroll {
    position: fixed !important;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0) !important
}

.dots-page {
    position: fixed;
    top: 50%;
    right: 25px;
    transform: translate(0, -50%);
    z-index: 9999
}

.dots-page .dots-bullet {
    width: 15px;
    height: 15px;
    display: block;
    background-color: rgba(111, 101, 77, .3);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 100%;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.dots-page .dots-bullet:not(:last-child) {
    margin-bottom: 10px
}

.dots-page .dots-bullet.active {
    background-color: rgba(38, 38, 38, .5);
    border: 1px solid rgba(255, 255, 255, .9);
    transition: all .2s ease-in-out
}

.pagination-page {
    position: fixed;
    left: 25px;
    bottom: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 10px
}

.pagination-page .pag-bar {
    width: 80px
}

.pagination-page .pag-bar .bar-pag {
    width: 100%;
    height: 5px;
    background-color: #fff
}

.slider-content .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#fp-nav {
    right: 50px !important
}

#fp-nav ul {
    display: flex;
    flex-direction: column;
    gap: 15px
}

#fp-nav ul li {
    margin: 0 !important
}

#fp-nav ul li .active span,
#fp-nav ul li a span {
    transition: all .2s ease-in-out !important;
    margin: 0 !important
}

#fp-nav ul li a span {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    background: hsl(0deg 0% 100%/43%) !important;
    border-radius: 100% !important;
    cursor: pointer;
    left: 0 !important;
    top: 0 !important
}

#fp-nav ul li .active span {
    background: hsl(0deg 0% 100%) !important
}

.footer-bar {
    background-color: #000;
    margin-top: 100px
}

.footer-bar .social-bar {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px 0
}

.footer-bar .social-bar a {
    display: block
}

.footer-bar .social-bar a img {
    width: 30px;
    display: block
}

.marquee {
    overflow: hidden;
    color: #fff;
    display: flex;
    width: 100%
}

.marquee a,
.yonkasoft-adw {
    display: flex;
    align-items: center
}

.marquee a {
    width: 100%;
    justify-content: center;
    gap: 50px;
    min-width: 1400px;
    padding: 12px 0 10px
}

.marquee p {
    font-size: 18px;
    font-weight: 300
}

.marquee span {
    font-size: 14px;
    font-weight: 200
}

.yonkasoft-adw {
    height: 40vh;
    overflow: hidden
}

.yonkasoft-adw .adw-head .marquee {
    gap: 100px
}

.yonkasoft-adw .adw-head .marquee img {
    width: 400px
}

.yk-mega-menu-v2.active-mega-menu {
    z-index: 999999999999 !important;
    visibility: visible !important;
    transition: .5s !important
}

.yk-mega-menu-v2 {
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 50%;
    margin-top: -15px;
    border-radius: 15px;
    height: 600px
}

.navigation-yk button.swiper-button-lock,
.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil,
.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img.mobil-media,
.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,
.yk-mega-menu-v2 .menu-flex-top .menu-content .mobil-logo a 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 .counter {
    position: absolute;
    left: 13px;
    top: 0;
    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,
.yk-mega-menu-v3 .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 0 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: #444;
    font-weight: 300
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent,
.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-left {
    width: 20%;
    background-color: #fafafa;
    border-radius: 0 0 0 10px;
    overflow-y: scroll;
    border: 1px solid #b04d9d;
    border-right: 0
}

.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: #2a1a55
}

.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 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: #fff;
    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: #b04d9d;
    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: #b04d9d;
    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;
    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: #a3a3a3;
    transition: all .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 .5s ease
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active {
    background-color: #f8e7e0;
    color: #b04d9d;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active i {
    color: #b04d9d;
}

.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 .menu-mobil-wrapper {
    display: flex;
    padding: 10px 0 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 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 0;
    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 .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 .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: 1px solid #b04d9d;
    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 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 20px 30px;
    flex: 1;
    min-height: max-content
}

.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
}

.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: #b04d9d;
    background-color: unset;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 5px
}

.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 {
    line-height: 1;
    display: flex;
    width: fit-content;
    align-items: center;
    border-radius: 0;
    font-size: 12px;
    color: #b04d9d;
    border-bottom: 1px solid #b04d9d
}

.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: #b04d9d;
    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 .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: #2a1a55;
    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 .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-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 0 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,
.yk-mega-menu-v3 .menu-flex-top .menu-media .media-content .title span::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff
}

.mega-filter,
.mega-filter.active {
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.mega-filter {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    transform: translateX(100%)
}

.mega-filter.active {
    transform: translateX(0)
}

.mega-filter .mega-filter-flex {
    display: flex;
    height: 100%
}

.mega-filter .mega-filter-wrap {
    background-color: #fff;
    width: 30%;
    border-left: 1px solid #f5f5f5;
    padding: 25PX
}

.mega-filter .mega-filter-wrap .filter-main-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 10px;
    border-bottom: 1px solid #e7e7e7
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline .title,
.mega-filter .mega-filter-wrap .filter-main-head .filter-main-title {
    font-size: 24px;
    font-weight: 500
}

.mega-filter .mega-filter-wrap .tool-filter {
    height: 100%;
    overflow-y: scroll;
    padding: 0 0 50px
}

.mega-filter .mega-filter-wrap .tool-filter::-webkit-scrollbar {
    width: 5px
}

.mega-filter .mega-filter-wrap .tool-filter::-webkit-scrollbar-thumb {
    background-color: #e0e0e0
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat {
    flex-direction: column;
    align-items: flex-start;
    margin: 20px 0
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap a.filter-title {
    padding: 0;
    font-size: 18px;
    font-weight: 400
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap .filter-item {
    display: block;
    position: relative;
    border: unset;
    padding: 20px 0
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap.size-filter .filter-item label {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap.size-filter .filter-item label input {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    left: 0
}

.mega-filter .mega-filter-wrap .tool-filter .filterCat .filter-wrap.size-filter .filter-item {
    display: flex;
    gap: 15px
}

.filter-and-order {
    margin-bottom: 50px
}

.filter-and-order .flex-box {
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 16px;
    gap: 50px
}

.filter-and-order .flex-box .order-item span {
    font-size: 16px;
    font-weight: 200;
    display: inline-block;
    margin-right: 5px
}

.filter-and-order .flex-box .order-item select {
    border: unset;
    font-size: 16px;
    font-weight: 500;
    width: 100px;
    border-bottom: 1px solid #000
}

.filter-and-order .flex-box .filter-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500
}

.filter-and-order .flex-box .filter-item a img {
    width: 17px
}

.yk-product-card .add-favori {
    position: absolute;
    right: 20px;
    top: 20px
}

.yk-product-card .add-favori img {
    width: 25px !important
}

.yonkasoft-page-head.single-page-head {
    border-bottom: unset
}

.profil-page .col-lg-8 .dashboard-right-sidebar h6.product-description,
.yonkasoft-page-head.single-page-head .breadcrumb {
    margin: 0
}

.body-size-modal,
.body-size-modal.active {
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.body-size-modal {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999999;
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: all .6s ease-in-out;
    width: 100%;
    transform: translateX(100%)
}

.body-size-modal.active {
    transform: translateX(0)
}

.body-size-modal::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%
}

.body-size-modal .b-s-m-wrap {
    padding: 0;
    display: flex;
    height: 100%
}

.body-size-modal .b-s-m-wrap .b-s-m-box {
    background-color: #fff;
    width: 30%;
    padding: 50px;
    border-left: 1px solid #e0e0e0
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline .title span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #c1c1c1
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline .b-s-m-close .b-s-close-button {
    background-color: unset;
    border: unset
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline .b-s-m-close button {
    border: 0;
    background: 0 0
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-headline .b-s-m-close button img {
    width: 20px
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body table {
    border-collapse: collapse;
    width: 100%
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body table thead tr th {
    border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: left;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body table tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body table tbody tr td {
    border: 1px solid #ddd;
    padding: 8px
}

.body-size-modal .b-s-m-wrap .b-s-m-box .b-s-m-body .b-s-m-content {
    margin-top: 30px
}

.body-size-modal.active {
    right: 0;
    bottom: 0;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    transition: all .6s ease-in-out
}

.body-size-mobil {
    position: fixed;
    bottom: -100%;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    left: 0;
    border-top: 1px solid #e0e0e0;
    opacity: 0;
    transition: all .4s ease-in-out
}

.body-size-mobil::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #00000099;
    display: none;
    z-index: 0
}

.body-size-mobil .size-mobil-title {
    padding: 15px;
    background-color: #e0e0e0;
    font-size: 14px;
    font-weight: 900;
    z-index: 99;
    position: relative
}

.body-size-mobil .size-mobil-list {
    padding: 0 15px 15px;
    z-index: 99;
    background-color: #fff;
    position: relative
}

.body-size-mobil .size-mobil-list .size-list-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.body-size-mobil .size-mobil-list .size-list-item button {
    background-color: unset;
    border: unset;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-size: 14px
}

.body-size-mobil.active {
    bottom: 0;
    opacity: 1;
    transition: all .4s ease-in-out
}

.category-menu .mega-yk-menu ul.mega-parent-list {
    display: flex;
    color: #fff;
    gap: 40px
}

.category-menu .mega-yk-menu ul.mega-parent-list li a:not(.mega-sub-menu a) {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0
}

.category-menu .mega-yk-menu ul.mega-parent-list li a img {
    width: 13px;
    transform: rotate(-90deg);
    margin-left: 7px
}

.features-yonkasoft {
    margin: 20px 0
}

.swiper-features .swiper-slide a.features-card {
    display: flex;
    align-items: center;
    justify-content: center
}

.swiper-features .swiper-slide a.features-card .image {
    width: 120px;
    height: 120px;
    background-color: #f7f7f7;
    border-radius: 100%;
    padding: 7px
}

.swiper-features .swiper-slide a.features-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%
}

.swiper-features .swiper-slide a.features-card span {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 500;
    margin: 10px 0
}

.mega-sub-menu,
.mega-sub-menu.active {
    transition: all .4s cubic-bezier(.5, 0, 0, 1) 0s
}

.mega-sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99999999;
    color: #000;
    padding: 30px 0;
    border-bottom: 1px solid #e0e0e0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px)
}

.mega-sub-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.mega-sub-menu .mega-sub-menu-item .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px
}

.mega-sub-menu .mega-sub-menu-item .mega-sub-menu-sub {
    padding-left: 10px
}

#offcanvasRight .goto-bag div p,
.mega-sub-menu .mega-sub-menu-item .mega-sub-menu-sub li a {
    font-size: 14px;
    font-weight: 300
}

.thumbnail-slider {
    height: 600px;
    width: 25%;
    z-index: 99
}

.main-product-slider .product-detail-slider,
.thumbnail-slider .swiper-thumbnail {
    width: 100%;
    height: 100%
}

.thumbnail-slider .swiper-thumbnail .swiper-slide {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
    width: 100% !important
}

.thumbnail-slider .swiper-thumbnail .swiper-slide .thumbnail-image {
    display: block;
    height: 100%;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14)
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .thumbnail-img {
    display: flex;
    height: 100%;
    align-items: center
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .video-icon-button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: #b04d9d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 26px;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .video-icon-button i {
    width: fit-content
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .swiper-slide.swiper-slide-thumb-active {
    border-color: #b04d9d;
    border-width: 2px
}

.thumbnail-slider .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active .thumbnail-image img {
    border: 2px solid #fca33c;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s
}

.thumbnail-slider .swiper-thumbnail .swiper-slide .thumbnail-image img {
    width: 100%;
    object-fit: contain;
    transition: all .8s cubic-bezier(.5, 0, 0, 1) 0s;
    height: fit-content;
    border-radius: 10px;
    border: 2px solid transparent
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .thumbnail-img .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b04d9d;
    border: 1px solid #b04d9d;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul li a img,
.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .thumbnail-img img {
    width: 100%;
    object-fit: contain;
    height: 100%
}

.main-product-slider {
    background-color: #fff;
    width: 75%;
    position: relative
}

.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
}

.product-action {
    margin: 20px 0
}

.category-btn a,
.product-action a {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 15px
}

.product-action a {
    border-width: 1px;
    border-style: solid;
    font-weight: 600;
    justify-content: center;
    height: 70px
}

.product-action a.whatsapp {
    color: #39ae41;
    border-color: #39ae41
}

.product-action a img {
    width: 30px
}

.product-area,
.yonkasoft-header .header-top .header-top-right ul li {
    position: relative
}

.yonkasoft-header .topbar .topbar-flex .topbar-text {
    font-weight: 300;
    font-size: 18px;
    color: #fff
}

.campaign-page .card-yk .card .card-body .card-text b,
.counter-pr .count-title span,
.page-wrap .page-content .column-12 strong,
.profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 b,
.yonkasoft-header .topbar .topbar-flex .topbar-text span {
    font-weight: 500
}

.counter-pr,
.counter-pr #sayac .sayac-item {
    border: 1px solid #b04d9d;
    display: flex;
    justify-content: center
}

.counter-pr {
    border-radius: 10px;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
    background-color: #f8e7e1;
    padding: 10px
}

.counter-pr .count-title {
    font-size: 13px;
    color: #b04d9d;
    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;
    align-items: center;
    color: #313132;
    font-size: 14px;
    height: 30px;
    width: auto;
    gap: 5px;
    padding: 0 10px;
    font-weight: 500
}

.counter-pr #sayac .sayac-item span {
    color: #313132;
    text-align: center;
    font-weight: 300;
    font-size: 12px
}

.category-btn a {
    background: #b04d9d;
    border-radius: 30px;
    height: 60px;
    padding: 0 34px;
    font-weight: 500
}

.basket-content .favorite-button i,
.category-btn i,
.forms_log form .form-item .toggle-password i {
    font-size: 22px
}

.yonkasoft-header .header-top {
    padding: 20px 0 !important;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.yonkasoft-header .header-top .header-top-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: unset;
    padding: 0 !important;
    font-size: unset !important
}

.yonkasoft-header .header-top .header-top-right ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 0;
    position: relative
}

.yonkasoft-header .header-top .header-top-left .header-top-text,
.yonkasoft-header .header-top .header-top-right ul li a {
    font-size: 12px;
    color: #898989;
    font-weight: 600
}

.yonkasoft-header .header-top .header-top-right ul li:nth-child(4) a {
    color: #b04d9d
}

.yk-head h2 span,
.yonkasoft-header .header-top .header-top-right ul li .active,
.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active i {
    color: #b04d9d
}

.features-yonkasoft .navigation-yk button i {
    font-size: 25px
}

.features-yonkasoft .features-wrapper {
    padding: 0 25px;
    position: relative
}

.yonkasoft-commerce-features .features-wrapper {
    background: #ffff;
    border: 1px solid #e8e8e8;
    padding: 25px;
    border-radius: 10px
}

.yonkasoft-commerce-features .features-card p {
    font-size: 12px;
    color: #a1a1a1;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    max-width: 200px
}

.yk-product-card .product-label-cargo {
    position: absolute;
    left: 0;
    line-height: 12px;
    top: 0;
    width: 70px;
    background-color: #5fa410;
    color: #fff;
    font-size: 10px;
    padding: 8px 11px;
    z-index: 9;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    font-weight: 600
}

.yk-product-card .discount .icon {
    background: #97001c;
    padding: 0 4px 0 5px;
    border-radius: 10px 0 0 10px;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.rating-stars {
    display: flex;
    gap: 5px
}

.product-group .navigation-yk button {
    background: #fff;
    border: 1px solid #efefef;
    width: 35px;
    height: 35px
}

.product-group .navigation-yk button.prev {
    left: -17px
}

.product-group .navigation-yk button.next {
    right: -17px
}

.product-group .navigation-yk button i {
    font-size: 18px;
    color: #b04d9d;
}

.product-group.counter-group .product-group-wrapper {
    background: #f8e7e0;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    padding: 20px 40px
}

.product-group.counter-group .product-group-wrapper .group-banner {
    width: 30%;
    height: auto
}

.product-group.counter-group .product-group-wrapper .product-group-area {
    width: 33.33%
}

.testimonials {
    margin: 80px 0 100px
}

.card-comment,
.product-group.counter-group .product-group-wrapper .yk-product-card .card-media {
    background: #fff;
    border-radius: 15px
}

.card-comment .card-body {
    padding: 25px 25px 20px
}

.card-comment .card-body p {
    min-height: 80px;
    overflow: hidden;
    color: #757575;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 25px
}

.card-comment .card-body .rating-home {
    margin: 5px 0 15px
}

.card-comment .card-body .rating-home .product-ratings .ratings-container {
    justify-content: flex-start;
    margin: 0
}

.card-comment .card-body .rating-home .product-ratings .ratings-container i,
.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 i,
.order-query-detail table tr td,
.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a span {
    font-size: 14px
}

.card-comment .card-body .blockquote-footer a {
    display: block;
    color: #b04d9d;
    font-size: 14px
}

.card-comment .card-body .blockquote-footer cite {
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    border-top: 1px solid #f5f5f5;
    display: block;
    padding: 10px 20px
}

.card-comment .card-body .blockquote-header cite {
    font-size: 20px;
    color: #414042;
    font-weight: 400
}

.testimonials .comment-wrapper {
    background: #414042;
    padding: 40px;
    border-radius: 15px;
    position: relative
}

.testimonials .comment-wrapper .yk-head.comment {
    justify-content: space-between;
    margin-bottom: 40px
}

#offcanvasRight .ny-offcanvas-products .col-2 a:hover i,
.profil-page .card-body .list-group .list-group-item.activelist a i,
.profil-page .card-body .list-group .list-group-item.activelist a:hover i,
.testimonials .comment-wrapper .yk-head.comment h2 {
    color: #fff
}

.testimonials .comment-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
    height: 75px;
    background: #b04d9d;
    border-radius: 0 15px 0 80px
}

.testimonials .comment-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #b04d9d;
    border-radius: 0 59px 0 15px
}

.testimonials .comment-wrapper .navigation-yk {
    position: absolute;
    right: 10px;
    top: 10px;
    gap: 0
}

.testimonials .comment-wrapper .navigation-yk button,
.white-background {
    position: relative
}

.testimonials .comment-wrapper .navigation-yk button.next,
.testimonials .comment-wrapper .navigation-yk button.prev {
    top: auto;
    display: block;
    background: unset;
    box-shadow: none;
    width: auto;
    height: auto;
    transform: none;
    color: #fff;
    font-size: 40px
}

.testimonials .comment-wrapper .navigation-yk button.prev {
    left: auto
}

.testimonials .comment-wrapper .navigation-yk button.next {
    right: auto
}

.yonkasoft-commerce-features.footer-features {
    margin: 0;
    padding: 50px 0;
    background: #fff;
    position: relative
}

.white-background::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 1000%
}

.yonkasoft-blog::after,
.yonkasoft-blog::before {
    background-color: #f7f7f7 !important
}

.white-background::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 1000%
}

.yonkasoft-commerce-features.footer-features .features-card .icon:nth-child(1)::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #b04d9d36
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-card button i {
    color: #fff;
    font-size: 30px
}

.yonkasoft-blog {
    background: #f7f7f7
}

.blog-card .card .card-link img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    height: 200px
}

.blog-card .card img {
    height: 100%
}

.blog-card .card .card-body {
    padding: 10px 0
}

.blog-card .card a {
    height: 100%;
    color: #313132
}

.blog-card .card .card-body p {
    font-size: 14px;
    font-weight: 300;
    color: #3030319e
}

.blog-card .card .card-body .card-title {
    color: #313132;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px
}

.blog-card {
    position: relative
}

.blog-card:not(:last-child) {
    margin-bottom: 30px
}

.brand-area {
    position: relative;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 3px solid #b04d9d
}

.brand-area .yk-head {
    display: none
}

.brand-area::after,
.brand-area::before {
    content: "";
    position: absolute;
    height: 100%;
    background-color: #fff;
    width: 1000%
}

.brand-area::after {
    left: 100%;
    top: 0
}

.brand-area::before {
    right: 100%;
    top: -1px
}

.product-group.counter-group .product-group-wrapper .group-card {
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: space-between
}

.group-card .group-yk-2,
.group-card .group-yk-md-2,
.group-card .group-yk-xl-3,
.product-group.counter-group .product-group-wrapper .group-card .group-yk-lg-4 {
    gap: 30px !important
}

.brand-area .item .productBox .item-product-image-box {
    display: flex;
    align-items: center;
    justify-content: center
}

.yonkasoft-header .header-wrap .header-btn {
    display: flex;
    justify-content: center;
    height: 100%;
    width: fit-content
}

.basket-content a,
.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button {
    background: #b04d9d;
    width: 100%;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button {
    height: 53px;
    display: flex;
    top: -2px;
    font-weight: 500;
    gap: 12px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 50px;
    position: relative
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    color: #b04d9d;
    z-index: 9999
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active::after,
.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active::before {
    content: "";
    position: absolute;
    top: 23px;
    background-image: url(../new/2024/kose.svg);
    width: 60px;
    height: 60px;
    z-index: 99999;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active::before {
    left: -40px;
    transform: rotate(279deg)
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active::after {
    right: -39px;
    transform: rotate(4deg)
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button i {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 0
}

.basket-content {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, 0);
    transition: all .4s;
    z-index: -1;
    display: flex;
    align-items: center
}

.basket-content .favorite-button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 20px;
    padding: 0;
    width: 50%
}

.basket-content .favorite-button i.ri-heart-fill,
.share-area a i.ri-heart-fill {
    color: #2a1a55
}

.basket-content .favorite-button img {
    width: 24px;
    height: 24px
}

.basket-content a {
    display: flex !important;
    font-size: 14px;
    height: 35px !important;
    margin: 0;
    font-weight: 400;
    gap: 7px;
    border: unset !important;
    padding: 0;
    border-radius: 5px
}

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

.basket-content a .text,
.basket-content a i {
    position: relative;
    z-index: 9
}

.basket-content a i {
    font-size: 20px;
    font-weight: 400
}

.yk-product-card:hover .basket-content {
    transition: all .4s !important;
    bottom: 15px;
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.swiper a,
.swiper img {
    display: block;
    height: 100%
}

.product-single .product-dif {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f3f3f3
}

#stories.storiesWrapper .story {
    max-width: 120px
}

#stories.storiesWrapper .story .item-link .item-preview {
    background: unset;
    max-height: 120px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 0
}

#stories.storiesWrapper .story.seen {
    opacity: 1 !important
}

#stories.storiesWrapper .story .item-link .item-preview img {
    object-fit: contain;
    width: 100%
}

#stories.storiesWrapper .story .item-link .info {
    display: none
}

.blog-post-wrapper {
    padding: 20px 0
}

.login_register_area {
    position: relative;
    height: 100%;
    align-items: center;
    overflow: hidden;
    background-color: #fafafa
}

.login_register_area .log_wrapper {
    padding-right: 50px
}

.login_register_area .log_wrapper .box_forms {
    width: 500px;
    height: auto;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 25px 25px 10px
}

.filter_logs,
.filter_logs .filter_bars a,
.login_register_area {
    display: flex;
    justify-content: center
}

.filter_logs .filter_bars {
    width: 100%;
    display: flex;
    border-width: 0 0 1px;
    border-color: #eaeaea;
    border-style: solid
}

.filter_logs .filter_bars a {
    width: 50%;
    align-items: center;
    color: #313132;
    font-size: 14px;
    font-weight: 500;
    height: 38px
}

.forms_log .login_form,
.forms_log .tab-open-area,
.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information hr,
.profil-page .row .col-lg-12 button#nyoffcanvas {
    display: none
}

.cart-summary table tr.coupon-row,
.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,
.p-for-price .price-and-discount .product-info ul li span {
    color: #b04d9d;
    font-weight: 400
}

.forms_log form label {
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400
}

.forms_log form input {
    background-color: #fff;
    margin-bottom: 15px;
    border: 0;
    border-radius: 5px;
    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 {
    width: 100%;
    background-color: #b04d9d;
    border: unset;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px 0 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
}

.cart-summary table tr td.promotion,
.forms_log form label[for=uyelikSoz] a {
    color: #b04d9d
}

.forms_log form .form-item input[type=checkbox]:checked::before,
.modal .modal-dialog .modal-content .modal-body .form-checkbox input[type=checkbox]:checked::before {
    border: 1px solid #b04d9d;
    background-color: #b04d9d
}

.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 .form-area .box_forms .form_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 20px;
}

.login_register_area .log_wrapper .form-area .box_forms .form_logo img {
    width: 150px !important;
}

.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,
.filter_logs .filter_bars .register_button.active {
    color: #b04d9d;
    border-width: 0 0 2px;
    border-color: #b04d9d;
    border-style: solid
}

.socialLogin span {
    color: #b04d9d;
    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: #b04d9d;
    font-weight: 500;
    text-decoration: underline
}

.modal {
    --gap: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    font-family: sans-serif;
}

.modal .modal-dialog {
    background: #fff;
    width: 100%;
    max-width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 50px auto
}

.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: 16px;
    color: #000;
    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: #fafafa;
    width: 7px
}

.modal .modal-dialog .modal-content .modal-body::webkit-scrollbar-thumb {
    background-color: #e0e0e0;
    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: #2a1a55;
    font-weight: 400;
    transition: .3s
}

.modal .modal-dialog .modal-content .modal-footer .btn:last-child {
    background-color: #2a1a55;
    font-weight: 400;
    color: #fff;
    border: unset
}

.yonkasoft-footer .footer-right .footer-link-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: end
}

.yonkasoft-footer .footer-right .footer-link-group .item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 100%;
    width: 1000%;
    bottom: -1px;
    background-color: #e0e0e0;
    height: 1px
}

.yonkasoft-footer .footer-right .footer-link-group .item {
    text-align: end;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    width: 100%;
    flex: 1;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.yonkasoft-footer .footer-right .footer-link-group .item:not(:last-child) {
    border-bottom: 1px solid #d9d9d9
}

.pr-ticket img,
.yonkasoft-footer .footer-right .footer-link-group .item img {
    width: 40px
}

.yonkasoft-footer .footer-right .footer-link-group .item.wp {
    display: flex;
    color: #29c70f;
    justify-content: end;
    gap: 10px;
    align-items: center;
    flex-direction: row
}

.yonkasoft-footer .footer-right .footer-link-group .item span {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #2a1a55;
    font-size: 18px
}

.yonkasoft-footer .footer-right .footer-link-group .item.wp span {
    color: #32d951
}

.yonkasoft-footer .footer-left .social {
    display: flex;
    align-items: center;
    margin: 75px 0 0
}

.yonkasoft-footer .footer-left .social a.logo img {
    width: 150px;
    display: block
}

.yonkasoft-footer .footer-left .social .social-group {
    padding-left: 40px;
    display: flex;
    align-items: center;
    gap: 10px
}

.yonkasoft-footer .footer-left .social .social-group a {
    color: #fff;
    font-size: 20px;
    font-weight: 100
}

.yonkasoft-footer .footer-left .group-yk-4 {
    height: auto !important
}

.swiper-brand .productBox {
    background-color: unset;
    border: unset
}

header .searchlist {
    border-radius: 20px;
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-y: scroll;
    max-width: 100% !important;
    top: 100%;
    width: 100% !important
}

header .searchlist::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5
}

header .searchlist::-webkit-scrollbar-thumb {
    background-color: #000
}

header .searchlist li {
    padding: 0 !important
}

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

header .searchlist li a.searchLia img {
    width: 100% !important;
    height: 100px;
    object-fit: contain;
    margin: 0 !important;
    border-radius: 10px;
    background: #fff
}

header .searchlist li a.searchLia .searchRight .product-search-detay {
    background-color: #b04d9d;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 1;
    margin-bottom: 10px;
    border-radius: 5px
}

header .searchlist li a.searchLia .searchRight .searchProductname {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
    color: #313132 !important
}

header .searchlist li a.searchLia .searchRight .searchProductpriceNew {
    font-size: 18px;
    font-weight: 600 !important;
    color: green !important
}

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

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

header .searchlist li:not(:last-child) a.searchLia .row {
    border-bottom: 1px solid #e0e0e0
}

header .searchlist li a.searchLia .row .col-1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

header .searchlist li a.searchLia .row .col-11 {
    display: flex;
    align-items: center
}

.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: 0 10px 0 0;
    color: #fff
}

.category-result .group-row .tool-filter .right select {
    font-size: 14px;
    font-weight: 600;
    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: 0;
    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 {
    backdrop-filter: blur(2px)
}

.overlay-theme,
.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 img {
    width: 22px
}

.share-area .share-all {
    position: absolute;
    right: 40px;
    width: max-content;
    padding: 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,
a.product-buton i {
    font-size: 24px
}

.p-for-item .rating {
    direction: unset !important;
    width: 100%
}

.p-for-item .rating .rating-stars {
    gap: 2px;
    width: fit-content
}

.p-for-item .rating span {
    color: #b5b5b5;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-left: 10px;
    line-height: 1
}

.counter-yk {
    height: 50px;
    border: unset;
    width: 35%
}

.counter-yk .productCount {
    height: 100%;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 0 50px 30px rgba(0, 0, 0, .04);
    border: 1px solid #e0e0e0;
    padding: 5px;
    align-items: center
}

.counter-yk .productCount button {
    width: 30px;
    height: 30px;
    border: unset;
    background-color: #b04d9d;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.counter-yk .productCount button i {
    font-size: 18px;
    color: #fff
}

.counter-yk .productCount .input {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.counter-yk .productCount input {
    width: 100%;
    font-size: 20px;
    border: unset;
    background-color: unset;
    color: #b04d9d;
}

a.add-basket-button {
    border: 1px solid var(--productBtTextColor);
    color: var(--productBtTextColor);
    background-color: var(--productBtBgColor);
    flex: unset
}

a.add-basket-button:hover {
    opacity: 1
}

a.hemen-al-button {
    color: var(--productBtNowTextColor);
    background-color: var(--productNowBtBgColor);
    border: 1px solid var(--productBtNowTextColor)
}

a.hemen-al-button:hover {
    color: #fff;
    background-color: #b04d9d;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek .item {
    font-size: 14px;
    color: #414042
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek .item i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #414042
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek .item.eye {
    font-size: 15px;
    font-weight: 500;
    color: #2a1a55
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table tbody tr:not(:last-child),
.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-advantage .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #eb6624
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-advantage .advantage-group {
    display: flex;
    gap: 10px
}

.about-us-grid .grid-media .images-gallery a img,
.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-advantage .advantage-group .item img {
    width: 100%;
    border-radius: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support {
    padding: 20px 0;
    border: unset
}

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

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-image {
    display: flex
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-image img {
    width: 120px;
    border: 6px solid #fff;
    border-radius: 100%
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-image img:last-child {
    position: relative;
    right: 35px;
    background-color: #f7f7f7
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-content .title {
    max-width: 70%;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-content .buttons {
    display: flex;
    align-items: center;
    gap: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-content .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 18px;
    gap: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    color: #414042;
    font-weight: 500
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-content .buttons a.wp {
    background-color: #5fa410;
    color: #fff
}

.tab-panel .container .tab-panel-wrapper {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14)
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex {
    display: flex;
    border-bottom: 1px solid #e0e0e0
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link {
    display: flex;
    align-items: center;
    width: 200px;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    border-right: 1px solid #e0e0e0;
    height: 50px
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link.active {
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-bottom: unset
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link:first-child {
    border-radius: 15px 0 0 0
}

.tab-panel .container .tab-panel-wrapper .tab-head .mobil-tab-button .ri-menu-4-line {
    color: #000
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper {
    padding: 30px;
    display: none
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper.active {
    display: block;
    overflow: hidden
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 400
}

.order-query .collapse-body .content-zone .row span.font-weight-bold,
.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes #email-notes {
    color: #000 !important
}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes a {
    display: flex;
    background-color: #ea6524;
    width: fit-content;
    color: #fff;
    padding: 10px;
    margin: 10px 0 0;
    border-radius: 10px
}

@media only screen and (min-width:992px) {
    .mobil-tab-button {
        display: none
    }
}

.forms_log form .link-function.left-position {
    color: #2a1a55;
    font-size: 14px;
    font-weight: 500;
    display: block;
    cursor: pointer
}

.forms_log .tab-open-area .sosyalTitle {
    margin: 40px 0 10px;
    gap: 20px;
    color: #2a1a55 !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: #2a1a55;
    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 .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: 10px;
    padding: 0;
    border: 1px solid #e0e0e0
}

.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: 0 !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: #2a1a55 !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: #2a1a55;
    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,
.profil-page .col-lg-8 .breadscrumb-section .container {
    padding: 0 !important
}

.profil-page .card-body .list-group .list-group-item.activelist a {
    background-color: #2a1a55;
    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::after,
.profil-page .card-body .list-group .list-group-item:hover::before {
    height: 100%
}

.profil-page .card-body .list-group .list-group-item a:hover,
.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a i,
.profil-page .row .col-12.product-row a {
    color: #2a1a55
}

.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 a i,
.table-info tr td a {
    color: #b04d9d;
    font-weight: 400
}

.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 .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: #313132
}

.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: #313132;
    font-weight: 400
}

.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 .dashboard-right-sidebar {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #e0e0e0
}

.order-query-detail table tbody,
.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: #2a1a55 !important;
    font-weight: 500
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices {
    margin: 0 -5px;
    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;
    border-color: #e0e0e0;
    padding: 0;
    border-radius: 10px
}

.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: #f9f9f9
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {
    color: #2a1a55;
    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:hover {
    background-color: #2a1a55;
    color: #fff;
    transition: all .4s;
    border-radius: 10px
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a:hover i,
.profil-page .dashboard-right-sidebar .document-list .list-group-item 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
}

.cart-summary table tr td b,
.odeme-bildirim .alert strong,
.profil-page .row .col-12.product-row b {
    font-weight: 400
}

.profil-page .row .col-12,
.profil-page .row .col-md-12 {
    margin: 0 !important;
    padding: 0 10px;
    width: 100%
}

.address-contact-information .form-floating {
    display: block;
    color: #313132
}

.address-contact-information .form-floating label {
    display: block;
    font-size: 13px !important;
    font-weight: 400;
    margin-bottom: 5px;
    color: #313132
}

.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
}

.address-contact-information .form-floating input,
.address-contact-information .form-floating select {
    padding: 0 15px
}

.address-contact-information .form-floating input,
.address-contact-information .form-floating select,
.address-contact-information .form-floating textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #313132;
    border-radius: 5px !important;
    height: 45px;
    font-size: 12px
}

.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 .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 a:not(.servicesBox a, .contract-btn, .product-row a),
.profil-page .col-lg-8 .dashboard-right-sidebar button:not(.profil-page .col-lg-8 .dashboard-right-sidebar button) {
    border-radius: 5px !important;
    font-size: 14px;
    transition: all .4s;
    background-color: #e26123;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: fit-content
}

.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 .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: #e26123 !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;
    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: #e26123 !important
}

.ps-form--review .ps-form__desc,
.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
}

.login_register_area .log_wrapper .box_forms .login-alert span strong,
.ps-form--review .ps-form__desc b {
    color: #b04d9d;
    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,
body .dashboard-right-sidebar .row#sifremi_unuttum button {
    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: #b04d9d;
    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
}

.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;
    font-size: 14px;
    font-weight: 500;
    border-right: 1px solid #e0e0e0;
    padding: 0 10px 0 0
}

.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,
body .alert {
    font-size: 14px;
    color: #6d6e71
}

body .alert {
    background-color: #fff0c6;
    color: #676767;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    line-height: 20px;
    border-radius: 10px;
    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: #2a1a55 !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),
.mobil-menu-button .mobil-dot .dot:nth-child(4) {
    background-color: #b04d9d
}

.mobil-menu-button .text {
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
    margin: 5px 0 0
}

body .container .yonkasoft-lead .pagination-lead {
    position: absolute;
    z-index: 99;
    width: fit-content;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.pr-ticket {
    position: absolute;
    z-index: 99
}

.pr-ticket label {
    color: #fff;
    font-size: 13px
}

.cargo-ticket label {
    font-size: 10px
}

.yk-product-card .p-for-item .rating {
    direction: unset !important;
    display: flex;
    align-items: center;
    gap: 5px
}

.yk-product-card .p-for-item .rating .rating-stars {
    gap: 2px;
    align-items: center;
    font-size: 14px;
    justify-content: flex-start;
    direction: unset !important
}

.yk-product-card .p-for-item .rating .rating-stars i {
    font-size: 14px;
    color: #e6e6e6
}

.yk-product-card .p-for-item .rating span.rating-point {
    color: #f99c1c;
    margin: 0;
    border: 1px solid #f99c1c;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: unset
}

.yk-product-card .p-for-item .rating span {
    font-size: 14px;
    color: #979797;
    font-weight: 400;
    margin: 0 0 0 5px;
    position: relative;
    top: 1px
}

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

.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
}

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

.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%
}

.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
}

.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
}

.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%
}

.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
}

.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
}

.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
}

.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: #b04d9d
}

.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%
}

.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: 13px !important;
    font-weight: 300 !important;
    padding: 0 10px;
    height: 30px;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.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: #b04d9d !important;
    border-color: #b04d9d !important
}

.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 {
    color: #000;
    transition: .3s;
    background-color: #2f2f2f !important
}

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

.popular-product {
    margin-bottom: 100px
}

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

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

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

#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
}

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

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

#offcanvasRight .goto-bag {
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 50%);
    width: 100%;
    padding: 0 20px;
    transition: .3s;
    position: relative;
    z-index: 99999;
}

#offcanvasRight .goto-bag:before {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #2a1a55;
}

#offcanvasRight .goto-bag:hover:before {
    opacity: 1;
}

#offcanvasRight .goto-bag:hover {
    opacity: 1;
}

#offcanvasRight .goto-bag div {
    font-size: 14px;
    font-weight: 400;
    padding: 0 !important;
    position: relative;
    z-index: 99;
}

#offcanvasRight .goto-bag div.offcanvas-price-detail div:last-child span {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #2a1a55;
    padding: 6px 10px;
    border-radius: 5px;
    gap: 5px
}

#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
}

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

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

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

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

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

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

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

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

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

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

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

#offcanvasRight .ny-offcanvas-products .w-100,
.category-result .catTextBox h1 br,
.category-result .catTextBox h2 br,
.category-result .catTextBox h3 br,
.category-result .catTextBox h4 br,
.category-result .catTextBox h5 br,
.category-result .catTextBox h6 br {
    display: none
}

#offcanvasRight .offcanvas-body div {
    font-size: 13px;
    line-height: 1.3;
    row-gap: 20px;
    color: #313132
}

#offcanvasRight .offcanvas-body .ny-btn-empty {
    background-color: #f99c1c !important;
    border-radius: 0;
    padding: 15px 0;
    color: #fff;
    font-size: 16px
}

#offcanvasRight .ny-cart-empty i {
    font-size: 45px;
    line-height: 1;
    height: fit-content
}

.category-result .catTextBox::-webkit-scrollbar {
    border-radius: 90px;
    width: 5px;
    background-color: #f9f9f9
}

.category-result .catTextBox::-webkit-scrollbar-thumb {
    border-radius: 90px;
    min-height: 50px;
    background-color: #d9d9d9
}

.category-result .catTextBox::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 90px;
    border: unset
}

.category-result .catTextBox {
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    height: auto;
    max-height: max-content;
    padding: 30px
}

.category-result .catTextBox .search-landings ul {
    flex-direction: row;
    padding: 0;
    gap: 10px
}

.category-result .catTextBox .search-landings ul li {
    list-style: none
}

.category-result .catTextBox * {
    font-family: "Kanit", sans-serif !important
}

.iframe-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin: 30px 0
}

.iframe-flex iframe {
    width: 48%;
    border-radius: 10px;
    margin: 0 0 30px
}

.category-result .catTextBox .search-landings a {
    border: 1px solid #e0e0e0;
    padding: 7px 15px;
    border-radius: 5px;
    color: #313132 !important
}

.category-result .catTextBox ul {
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding-left: 20px;
    margin: 10px 0;
    list-style: none
}

.category-result .catTextBox ul li {
    list-style: disc
}

.category-result .catTextBox a,
.category-result .catTextBox a:visited {
    text-decoration: unset;
    color: #b04d9d !important;
    font-weight: 400;
    font-size: 14px
}

.category-result .catTextBox p {
    font-size: 14px;
    font-weight: 300
}

.category-result .catTextBox img {
    width: 200px !important;
    height: auto !important;
    object-fit: contain;
    margin: 20px 0
}

.category-result .catTextBox h2 {
    font-size: 24px !important
}

.category-result .catTextBox h3 {
    font-size: 22px !important
}

.category-result .catTextBox h4,
.contact-main .contact-info .social-links a i {
    font-size: 20px !important
}

.category-result .catTextBox h5 {
    font-size: 18px !important
}

.category-result .catTextBox h6,
.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li span {
    font-size: 16px !important
}

.category-result .catTextBox h1,
.category-result .catTextBox h2,
.category-result .catTextBox h3,
.category-result .catTextBox h4,
.category-result .catTextBox h5,
.category-result .catTextBox h6 {
    font-weight: 500;
    margin: 15px 0 10px;
    color: #313132;
    height: fit-content;
    width: 100%
}

.category-result .catTextBox h1 span,
.category-result .catTextBox h2 span,
.category-result .catTextBox h3 span,
.category-result .catTextBox h4 span,
.category-result .catTextBox h5 span,
.category-result .catTextBox h6 span {
    font-size: inherit !important;
    line-height: 1
}

#offcanvasRight .ny-offcanvas-products .col-3,
.p-for-variant ul li {
    width: 20%
}

#offcanvasRight .ny-offcanvas-products .col-7 {
    width: 59%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center
}

#offcanvasRight .ny-offcanvas-products .col-2 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: end
}

#offcanvasRight .ny-offcanvas-products .col-2 a:hover {
    background-color: #2a1a55;
}

#offcanvasRight .ny-offcanvas-products .col-2 a {
    background-color: #b04d9d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 30px;
    height: 30px
}

#offcanvasRight .offcanvas-body div span.text-dark {
    font-weight: 500;
    padding-left: 2px
}

#offcanvasRight .ny-offcanvas-products .col-2 a i {
    font-family: 'remixicon' !important;
    font-style: normal !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    font-size: 17px
}

#offcanvasRight .ny-offcanvas-products .col-2 a i::before,
.cart-summary table tr td a[onclick="kuponDelete()"] i::before {
    content: "\ec2a" !important
}

.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,
.category-group .yk-head button:hover i {
    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
}

.campaign-page {
    margin: 30px 0 100px
}

.campaign-page .group-yk-lg-4 {
    row-gap: 20px !important
}

.campaign-page .card-yk {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px
}

.campaign-page .card-yk .card .card-media img {
    width: 100%;
    border-radius: 10px 10px 0 0
}

.campaign-page .card-yk .card .card-header {
    font-size: 18px;
    text-align: left;
    padding: 10px 15px;
    color: #313132;
    font-weight: 400
}

.campaign-page .card-yk .card .card-body {
    margin-bottom: 15px;
    text-align: left;
    padding: 0 15px;
    font-weight: 300;
    font-size: 14px;
    color: #313132
}

.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 .card-text {
    font-size: 16px;
    font-weight: 200;
    padding: 0 10px
}

.campaign-page .card-yk .card .card-footer {
    padding: 0 10px;
    color: #a5a5a5;
    font-size: 13px;
    font-weight: 200
}

.bank-account {
    margin: 50px 0 100px
}

.bank-account .group-yk-4 {
    row-gap: 25px
}

.bank-account .bankAccount-box {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px
}

.bank-account .bankAccount-box .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.bank-account .bankAccount-box .logo img {
    width: 200px;
    height: 70px;
    object-fit: contain
}

.bank-account .bankAccount-box .box-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.bank-account .bankAccount-box .box-body .bankName {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b
}

.bank-account .bankAccount-box .box-body .bankUser {
    font-size: 14px;
    font-weight: 600;
    color: #313132
}

.bank-account .bankAccount-box .box-body .bankIban {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.bank-account .bankAccount-box .box-body .bankIban span {
    font-weight: 600;
    color: #313132;
    margin-left: 5px
}

.bank-account .bankAccount-box .box-body .bankIban button {
    margin-left: 10px;
    position: relative;
    top: 0
}

.bank-account .bankAccount-box .box-body .bankIban button i {
    font-size: 18px;
    color: #7f7f7f
}

.bank-account .bankAccount-box .box-body .bankIban button img {
    width: 16px;
    display: block
}

.bank-account .bankAccount-box .box-body .bankIban .copy_success {
    position: absolute;
    right: -50px;
    top: 100%;
    background-color: #b04d9d;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    display: none;
    border-radius: 5px
}

.bank-account .bankAccount-box .box-body .bankNo,
.bank-account .bankAccount-box .box-body .bankSube {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b
}

.bank-account .bankAccount-box .box-body .bankNo span {
    font-weight: 600;
    color: #313132
}

.bank-account .bankAccount-box .box-body .bankSube span {
    font-weight: 400;
    color: #313132
}

.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: 10px
}

.help-q-page .soruFiltre .soru-input input {
    width: 100%;
    height: 100%;
    border: unset;
    padding: 0 20px;
    color: #000;
    font-size: 16px;
    border-radius: 10px
}

.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: #2a1a55;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px
}

.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: #bbb;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.help-q-page .soru-filtre-liste li .active {
    background-color: #b04d9d;
    border-color: #b04d9d;
    border-radius: 15px;
    color: #fff !important
}

.contact-main .contactFormBox form .column-12,
.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,
.yonkasoft-product-detail .p-for-alt .alt-list ul li i {
    font-size: 20px
}

.help-q-page .mainQuestion .soru-card .ny-collapse,
.help-q-page .question-wrap .question-area {
    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-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: 1px solid #e0e0e0;
    border-radius: 10px
}

.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 .contactFormBox {
    background-color: #ededed;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: fit-content;
    position: sticky;
    top: 20px
}

.contact-main .contactFormBox .form-title {
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 400;
    color: #313132
}

.contact-main .contactFormBox form .column-12.form-footer,
.order-query-detail table {
    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,
.contact-main .contactFormBox form textarea {
    width: 100%;
    color: #000;
    height: 45px;
    background-color: #fff;
    border: unset;
    border-radius: 5px;
    padding: 0 20px
}

.contact-main .contactFormBox form textarea {
    color: #313132;
    height: 100px;
    padding: 15px;
    font-size: 14px
}

.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: 5px;
    margin: 15px 0 0
}

.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,
.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul li {
    width: 47%
}

.page-wrap .page-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #313132
}

.blog-detail-selection .blogDetail h1,
.page-wrap .page-content h1 {
    font-size: 26px;
    font-weight: 500;
    color: #313132;
    margin: 0 0 10px
}

.page-wrap .page-content h2,
.page-wrap .page-content h3 {
    font-size: 22px;
    font-weight: 500;
    color: #313132;
    margin: 20px 0 10px
}

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

.blog-detail-selection .blogDetail h4,
.page-wrap .page-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #313132
}

.blog-detail-selection .blogDetail h5,
.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: #b04d9d
}

.order-query,
.siparis-alan {
    margin: 50px 0
}

.siparis-alan .siparis-form {
    padding: 30px;
    background-color: #ffff;
    border-radius: 10px;
    border: 1px solid #e0e0e0
}

.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: 13px;
    color: #313132
}

.siparis-alan .siparis-form form .form-group input {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px
}

.siparis-alan .siparis-form form .form-group button {
    background-color: #2a1a55;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0 0;
    border-radius: 5px;
    transition: .3s
}

#offcanvasRight .offcanvas-body .ny-cart-empty {
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    padding: 20px;
    margin: auto auto 15px;
    border: 1px solid #e0e0e0;
    color: #b04d9d;
    display: flex;
    align-items: center;
    justify-content: center
}

#offcanvasRight .offcanvas-body .ny-cart-empty img {
    width: 100%;
    object-fit: contain
}

#offcanvasRight .offcanvas-body .text-center {
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    margin-bottom: 10px
}

#offcanvasRight .offcanvas-body a.shop-button {
    font-size: 14px;
    background-color: #b04d9d;
    color: #fff;
    padding: 10px 20px;
    display: table;
    margin: 20px auto auto;
    border-radius: 5px
}

#offcanvasRight .offcanvas-body a.shop-button:hover{
    background-color: #2a1a55;
}

.cc-bottom[aria-label=cookieconsent] {
    text-align: center;
    padding: 25px 0
}

.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 .collapsible {
    background-color: #414042;
    color: #fff;
    font-size: 16px;
    background-image: unset;
    transition: .3s;
    border-radius: 20px 20px 0 0
}

.order-query .collapsible:hover {
    background-color: #b04d9d;
    border-color: #b04d9d;
    transition: .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
}

.blog-detail-selection .blogDetail br,
.ny-cart-list .cartProductDetail br,
.order-query .collapsible .coll-row,
.searchlistblog br {
    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
}

.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;
    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;
    padding: 3px;
    border-radius: 10px
}

.order-query .collapse-body .content-zone .row span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #b04d9d !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;
    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 thead {
    background-color: #4f5152 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px
}

.order-query-detail table tr td img {
    object-fit: contain
}

.order-query-detail table tr th,
.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .total-vote .yta-desktop-comment-information .yta-total-vote-first .yt-multi-data-trndyl div {
    font-weight: 400;
    font-size: 14px
}

.order-query-detail table tbody tr {
    background-color: #fff !important
}

.order-query-detail .alert,
.order-query-detail ul.list-group {
    margin-bottom: 20px
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item,
.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
}

.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;
    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 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
}

.blog-detail-selection .blogDetail b,
.blog-detail-selection .blogDetail strong,
.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-name,
.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li span strong,
.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
}

.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
}

.searchlistblog li {
    padding: 15px !important;
    background-color: unset !important
}

.searchlistblog li .searchLia .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 0
}

.searchlistblog li .searchLia .row .col-2 {
    width: 25%;
    padding: 0 !important
}

.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
}

.blog-detail-selection {
    margin: 50px 0
}

.blog-detail-selection .blogDetail {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 0
}

.blog-detail-selection .blogDetail h2,
.blog-detail-selection .blogDetail h3 {
    font-size: 22px !important;
    font-weight: 500;
    color: #313132;
    margin: 20px 0 10px
}

.blog-detail-selection .blogDetail h6,
.blog-detail-selection .blogDetail p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #313132
}

.blog-detail-selection .blogDetail>img {
    height: 500px !important;
    object-fit: contain !important;
    width: 100% !important;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
    border-radius: 0 !important
}

.blog-detail-selection .blogDetail img {
    width: 50%;
    border-radius: 10px;
    margin: 10px 0 20px;
    object-fit: contain;
    height: fit-content
}

.blog-detail-selection .blogDetail .column-12 {
    margin-bottom: 20px;
    font-size: 14px !important;
    font-weight: 300;
    line-height: 20px;
    padding: 20px 30px !important
}

.blog-detail-selection .blogDetail .column-12 span {
    font-family: "Kanit", sans-serif !important;
    font-size: unset !important
}

.blog-detail-selection .blogDetail .column-12 a {
    color: #b04d9d !important
}

.blog-detail-selection .blogDetail img.blog-main-image {
    width: 400px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    border-radius: 20px
}

.blog-detail-selection .blogDetail p {
    line-height: 22px;
    font-weight: 300
}

.blog-detail-selection .blogDetail li {
    font-size: 14px;
    line-height: 22px;
    color: #313132;
    list-style: disc;
    font-weight: 300
}

.blog-detail-selection .blogDetail ol,
.blog-detail-selection .blogDetail ul {
    padding-left: 20px;
    margin-bottom: 20px
}

.blog-detail-selection .blogDetail .date {
    margin: 20px 0;
    background-color: #00000012;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px
}

.blog-detail-selection .blogDetail .date i {
    font-size: 16px;
    margin-right: 6px
}

.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;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0
}

.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: 60px;
    height: 60px;
    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: 25px;
    color: #2a1a55
}

.global_basket .not-product-basket .box-not .text {
    color: #313132;
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0 0
}

.global_basket .not-product-basket .box-not a {
    color: #fff;
    background-color: #2a1a55;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .4s;
    border-radius: 5px
}

.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: 10px;
    background: #fff;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    background-color: #f9f9f9
}

.ny-cart-list {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 !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;
    border: 1px solid #e0e0e0;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.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 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, #f38432, #ce2660);
    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-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 6px
}

.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: #2a1a55;
    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: #000;
    font-size: 15px
}

.ny-cart-list .nyCartProductSubValue {
    color: #b04d9d;
    padding: 0 5px;
    font-weight: 500 !important
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue {
    display: flex;
    align-items: center;
    color: #b04d9d;
    font-size: 18px;
    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
}

.cart-summary table tr td a[onclick="kuponDelete()"],
.ny-cart-list .nyCartListRight i {
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.ny-cart-list .nyCartListRight i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0;
    font-weight: 200;
    color: #000;
    border-radius: 6px;
    background-color: #fff
}

.ny-cart-list .nyHidMobile {
    display: flex;
    justify-content: space-between
}

.ny-cart-list .nyShowMobile {
    display: none
}

.global_basket .global-title,
.member-or-login .group-yk-2 .login-form .toggle-password i {
    color: #000
}

.global_basket .destroy_cart,
.global_basket .more-shop {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    border-radius: 5px
}

.global_basket .more-shop {
    color: #fff;
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 50%);
    float: right;
    position: relative
}

.cart-summary .buy-button span,
.global_basket .more-shop span {
    position: relative;
    z-index: 1
}

.global_basket .destroy_cart:hover {
    background-color: #b04d9d;
    border-color: #b04d9d;
    color: #fff;
    transition: all .5s ease
}

.global_basket .destroy_cart {
    color: #313132;
    border: 1px solid #e7e7e7;
    background-color: #f9f9f9
}

.cart-summary {
    padding: 25px;
    border-radius: 10px;
    background: #fff;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid
}

.cart-summary .discount-total {
    border: 1px solid #b04d9d;
    background-color: #f8e7e1;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    line-height: 24px;
    color: #b04d9d;
    border-radius: 10px;
    margin-bottom: 20px
}

.cart-summary .discount-total .total-disc {
    background-color: #fff;
    color: #b04d9d;
    font-size: 16px;
    font-weight: 500;
    padding: 0 5px;
    line-height: 1;
    border-radius: 3px;
    border: 1px solid #b04d9d;
    margin-left: 5px
}

.cart-summary h3,
.cart-summary.coupon label {
    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;
    padding-bottom: 5px;
    width: 70%
}

.cart-summary table tr td a[onclick="kuponDelete()"] {
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%
}

.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.price {
    font-weight: 700;
    text-align: end
}

.cart-summary table tr,
.cart-summary table tr td {
    border-bottom: 1px solid #e0e0e0
}

.cart-summary table tr.custom-row td,
.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.parent-list-item .sub-menu-child .sub-list a:hover,
.yonkasoft-header .header-top .header-top-right ul li a:hover {
    color: #b04d9d;
}

.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: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 50%);
    padding: 12px 40px;
    font-size: 18px;
    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: 5px
}

.cart-summary .buy-button svg {
    height: fit-content;
    width: 30px;
    fill: #fff;
    position: relative;
    z-index: 1
}

.cart-summary .buy-button img,
.product-group.counter-group .yk-head h2 img,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item img {
    width: 25px
}

.cart-summary.coupon {
    display: none;
    border: unset;
    text-align: left;
    padding: 0 25px 25px;
    box-shadow: unset !important
}

.cart-summary.coupon label {
    font-size: 13px;
    margin-bottom: 5px;
    display: block
}

.cart-summary.coupon input {
    padding: 0 20px;
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    border-radius: 10px;
    height: 45px
}

.cart-summary.coupon input::placeholder {
    opacity: 0;
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 400
}

.cart-summary.coupon input:focus-visible {
    outline: unset !important
}

.cart-summary.coupon button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    background-color: #009a36;
    color: #fff;
    border-radius: 5px;
    height: 40px
}

.coupon_area,
.group-flex .other-cat a {
    border-radius: 10px;
    background: #fff;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid
}

.coupon_area {
    width: 100%;
    margin: 20px 0
}

.coupon-add-button {
    width: 100%;
    color: #313132;
    padding: 15px 0;
    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: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px
}

.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;
    margin-bottom: 20px
}

body .ny-add-cart-modal .ny-add-cart-modal-content {
    height: 250px;
    border-color: #e0e0e0
}

.bank-account .bankAccount-box .bankSwift {
    font-size: 14px;
    font-weight: 300;
    color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px 0 0
}

.bank-account .bankAccount-box .bankSwift span {
    font-weight: 600;
    color: #000;
    margin-left: 5px
}

.contact-flex+iframe,
.shopping-section .shopping-card .map iframe {
    border-radius: 20px
}

.table-info {
    border-collapse: separate;
    border-spacing: 0
}

.table-info tbody tr {
    border-color: #000
}

.table-info tr td,
.table-info tr th {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400
}

.table-info tr td {
    width: fit-content;
    padding: 10px 0 10px 20px
}

.table-info tr th {
    padding: 10px 20px 10px 0;
    color: #313132;
    border-right: 1px solid #e0e0e0
}

.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,
.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li {
    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: #2a1a55;
    color: #fff;
    font-size: 20px;
    border-radius: 8px
}

.searchlistblog::before {
    content: "";
    width: 100%;
    bottom: 100%;
    position: absolute;
    background-color: #fff;
    border-width: 0 1px;
    border-style: solid;
    border-color: #e0e0e0;
    height: 30px;
    z-index: 0;
    left: -1px
}

.blog-filter .searchlistblog {
    border-radius: 0 0 10px 10px;
    top: 100%;
    border-width: 0 1px 1px !important
}

.group-flex {
    display: flex;
    gap: 15px
}

.group-flex .other-cat a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    color: #2a1a55;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px;
    height: 45px
}

.group-flex .other-cat a .ri-grid-line {
    font-size: 20px;
    color: #2a1a55
}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceInput {
    background-color: #fff;
    height: 35px;
    margin: 0
}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceRangeBt {
    width: 50px;
    background-color: #2a1a55;
    color: #fff;
    border: unset;
    border-radius: 10px;
    font-size: 20px;
    height: 40px
}

.category-all-list {
    margin: 30px 0 100px
}

.category-all-list .harf-list-wrap {
    margin-bottom: 30px
}

.category-all-list .harf-list-wrap .harf-list {
    display: flex;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 5px
}

.category-all-list .harf-list-wrap .harf-list li a {
    color: #b04d9d;
    font-size: 16px;
    width: 40px;
    text-align: center;
    letter-spacing: -1px
}

.category-all-list .harf-list-wrap .harf-list li:not(:last-child),
.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name form .dataTables_wrapper table tbody tr td:not(:last-child),
.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
}

.category-all-list .list-area h2 {
    font-size: 20px;
    font-weight: 500;
    color: #b04d9d;
    line-height: 1;
    margin-bottom: 20px
}

.category-all-list .cat-box-wrap {
    margin-bottom: 20px
}

.category-all-list .cat-box-wrap .cat-box {
    display: flex;
    width: 100%;
    height: 100px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e0e0e0
}

.yk-mega-menu-v3.active-mega-menu {
    z-index: 999999999999 !important;
    visibility: visible !important;
    transition: .5s !important;
    height: 100vh
}

.yk-mega-menu-v3 {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    top: 0
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 br,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img.mobil-media,
.yk-mega-menu-v3 .topbar-ky {
    display: none
}

.yk-mega-menu-v3 .menu-flex-top {
    position: relative;
    display: flex;
    height: 100%;
    background-color: #f7f7f7
}

.yk-mega-menu-v3 .menu-flex-top .menu-content {
    width: 55%;
    padding: 30px 0
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .logo img,
.yk-mega-menu-v3 .menu-flex-top .menu-content .mobil-logo a img {
    width: 200px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked {
    display: flex;
    align-items: center;
    gap: 20px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked a img {
    width: 22px;
    height: auto
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter {
    position: absolute;
    left: 13px;
    top: 0;
    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-v3 .menu-flex-top .menu-content .search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0 0;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .search-bar img {
    width: 20px;
    position: relative;
    top: -2px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .search-bar input {
    width: 100%;
    border: unset;
    height: 100%;
    padding-left: 20px;
    color: #898989;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding-right: 60px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    cursor: pointer
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .search-bar input::placeholder {
    color: #898989
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .search-bar input::focus {
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    border: unset !important;
    background-color: #fff
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent {
    display: flex
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    width: 40%;
    border-right: 1px solid #e4e4e4;
    padding-top: 50px
}

.yk-mega-menu-v3 .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-v3 .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-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    transition: all .4s ease
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a:hover {
    color: #a3a3a3;
    transition: all .4s ease
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img {
    width: 14px;
    position: relative;
    margin-left: 5px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active {
    transition: all .5s ease
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li .active img {
    opacity: .3;
    visibility: visible;
    transition: all .5s ease
}

.yk-mega-menu-v3 .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 0 20px
}

.yk-mega-menu-v3 .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-v3 .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-v3 .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-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .box-ky {
    padding: 10px 0;
    font-size: 16px;
    margin: 20px 0;
    width: 300px;
    max-width: 100%
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a {
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    transition: all .5s ease-in-out;
    color: #414042
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a:hover {
    color: #a3a3a3;
    transition: all .5s ease-in-out
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right {
    width: 60%;
    padding: 50px 40px 0;
    overflow: hidden
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap {
    position: relative
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group {
    position: absolute;
    width: 100%;
    left: 0;
    display: none
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group:first-child {
    display: block
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper {
    display: flex
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 50%
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a {
    color: #0d0d0d;
    font-size: 16px;
    font-weight: 400;
    transition: all .5s ease-in-out
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a:hover {
    color: #a3a3a3;
    transition: all .3s ease-in-out
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .mobil-logo {
    display: none;
    padding: 0 0 0 10px
}

.yk-mega-menu-v3 .menu-flex-top .menu-media {
    width: 45%;
    height: auto;
    position: relative
}

.yk-mega-menu-v3 .menu-flex-top .menu-media img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover
}

.yk-mega-menu-v3 .menu-flex-top .menu-media .media-content {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 100%
}

.yk-mega-menu-v3 .menu-flex-top .menu-media .media-content .title {
    padding: 0 0 50px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 500
}

.yk-mega-menu-v3 .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-v3 .close-menu {
    cursor: pointer;
    color: #b04d9d
}

.yk-mega-menu-v3 .close-menu img {
    width: 20px
}

.category-group {
    padding: 20px 0
}

.category-group.popular-categories {
    padding: 50px 0
}

.category-group.category-group-sub {
    padding: 0 0 20px
}

.category-group .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: #313132;
    margin-bottom: 15px
}

.category-group .yk-head button {
    top: 60%;
    background: #fff;
    border: 1px solid #efefef;
    width: 35px;
    height: 35px
}

.category-group .yk-head button i {
    font-size: 18px;
    color: #000
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 25px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    width: 100%;
    flex: 1;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative
}

.cargo-fast,
.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item .social {
    display: flex;
    align-items: center;
    gap: 10px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item .social a {
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item span {
    display: block;
    font-weight: 500;
    color: #2a1a55;
    font-size: 18px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item.wp {
    display: flex;
    gap: 10px;
    align-items: center;
    width: max-content;
    flex-direction: row-reverse
}

.header-right-item a:hover {
    border: 1px solid #b04d9d !important
}

.basket-content a,
.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button,
.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button:hover {
    transition: none !important
}

.basket-content a:hover {
    color: #fff
}

.basket-content .favorite-button:hover,
.basket-content .favorite-button:hover:before {
    background: #414042
}

.support-flex a:hover {
    background-color: #414042 !important;
    color: #fff !important
}

.cargo-fast {
    color: #5fa40f;
    font-size: 13px;
    font-weight: 600;
    margin: 15px 0 0
}

.cargo-fast i {
    font-size: 21px;
    line-height: 1;
    height: fit-content;
    font-weight: 100
}

.fixed-vision {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999
}

.fixed-vision .item-vision,
.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li {
    margin-bottom: 10px
}

.fixed-vision .item-vision .sm-dd a,
.fixed-vision .item-vision.wp .sm-dd a {
    border: 2px solid #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: relative;
    font-size: 27px;
    height: 50px
}

.fixed-vision .item-vision.wp .sm-dd a {
    background: #2aa850;
    font-size: 30px
}

.fixed-vision .item-vision a i {
    position: relative;
    color: #fff
}

.yonkasoft-header .header-top .header-top-right ul li a:before:first-child {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(236,102,36,1)'%3E%3Cpath d='M12 23C7.85786 23 4.5 19.6421 4.5 15.5C4.5 13.3462 5.40786 11.4045 6.86179 10.0366C8.20403 8.77375 11.5 6.49951 11 1.5C17 5.5 20 9.5 14 15.5C15 15.5 16.5 15.5 19 13.0296C19.2697 13.8032 19.5 14.6345 19.5 15.5C19.5 19.6421 16.1421 23 12 23Z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    left: -25px;
    top: -4px;
    background-repeat: no-repeat
}

.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: 5px
}

.member-or-login .group-yk-2 .shop-box a.buy {
    background: #b04d9d;
    border-radius: 5px;
    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: #000;
    border: 1px solid #000
}

.member-or-login .group-yk-2 .login-form {
    height: 100%;
    padding: 30px;
    background: #fff;
    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,
body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 {
    position: relative
}

.member-or-login .group-yk-2 .login-form input {
    background-color: #f9f9f9 !important;
    border-width: 1px;
    width: 100%;
    margin-bottom: 10px;
    border-color: #e0e0e0 !important;
    border-style: solid;
    border-radius: 5px;
    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 a.link-function {
    color: #2a1a55;
    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,
.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: #2a1a55;
    transition: .3s
}

.member-or-login .group-yk-2 .login-form a.login {
    width: 100%;
    background-color: #b04d9d;
    border: unset;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    height: 45px;
    border-radius: 5px;
    transition: all .5s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.contact-main .contact-info .social-links a:hover,
.member-or-login .group-yk-2 .login-form a.login:hover,
.member-or-login .group-yk-2 .shop-box a:hover,
.siparis-alan .siparis-form form .form-group button:hover {
    background: #000;
    transition: .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;
    font-weight: 400;
    gap: 10px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0
}

.login-form .socialLogin a:hover,
.yk-product-card:hover .card-content h3,
.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul li a:hover span {
    color: #b04d9d;
    transition: .3s
}

.login-form .socialLogin a img {
    width: 25px;
    height: 25px;
    margin: 0;
    object-fit: contain
}

.login-form .socialLogin::before {
    opacity: 0
}

.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 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #313132
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row {
    margin: 20px -10px 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
}

.bread-top ul.bread-list,
.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;
    background-color: #000;
    color: #fff;
    transition: .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: #2a1a55 !important;
    color: #fff !important;
    transition: .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: #2a1a55;
    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 .contactFormBox form button:hover,
.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul li a:hover i {
    background: #2a1a55;
    color: #fff;
    transition: .3s
}

.order-query .collapse-body .content-zone .row a:hover {
    background: #b04d9d;
    color: #fff !important;
    border-color: #b04d9d
}

.order-query .collapse-body .content-zone .row .mini-img:hover {
    scale: 1
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:nth-child(1) a::before,
.yonkasoft-header .header-top .header-top-right ul li:nth-child(1) a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(236,102,36,1)'%3E%3Cpath d='M12 23C7.85786 23 4.5 19.6421 4.5 15.5C4.5 13.3462 5.40786 11.4045 6.86179 10.0366C8.20403 8.77375 11.5 6.49951 11 1.5C17 5.5 20 9.5 14 15.5C15 15.5 16.5 15.5 19 13.0296C19.2697 13.8032 19.5 14.6345 19.5 15.5C19.5 19.6421 16.1421 23 12 23Z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat
}

.yonkasoft-header .header-top .header-top-right ul li:nth-child(1) a::before {
    position: relative;
    display: block
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:nth-child(1) a::before {
    position: absolute;
    left: 0;
    top: -3px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:nth-child(1) a {
    color: #2a1a55;
    padding-left: 25px;
    position: relative
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek a.karsilastir-item {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    height: auto;
    padding: 0;
    border: unset;
    font-size: 15px;
    font-weight: 500;
    color: var(--productNowBtBgColor)
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .p-ek a.karsilastir-item i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 0;
    color: #414042
}

body .ny-product-comparison-container {
    transition: all .8s cubic-bezier(.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 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: 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 .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: .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: .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: .3s
}

.footer-section {
    display: none
}

.ny-add-cart-modal .ny-add-cart-modal-cont-btn {
    background-color: #2f2f2f !important;
    border: 1px solid #2f2f2f !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-close-btn:hover {
    background-color: #b04d9d !important;
    transition: .3s
}

.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.parent-list-item .sub-menu-child {
    position: relative;
    width: 100%
}

.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.parent-list-item .sub-menu-child ul {
    border: 0;
    gap: 10px;
    overflow: hidden;
    padding: 10px 0 5px
}

.back-to-home,
.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.parent-list-item .sub-menu-child ul li a {
    color: #000;
    font-weight: 400
}

.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.parent-list-item .sub-menu-child ul li a:hover {
    color: #a3a3a3;
    transition: .3s
}

.back-to-home {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fafafa;
    padding: 12px 25px;
    border-radius: 10px 0 10px 0;
    font-size: 14px;
    color: #b04d9d;
    display: flex;
    align-items: center;
    gap: 5px
}

.back-to-home:hover {
    background: #b04d9d;
    border-color: #b04d9d;
    color: #fff
}

.back-to-home:hover:after,
.back-to-home:hover:before {
    box-shadow: -20px 0 0 0 #b04d9d;
    transition: .3s
}

.back-to-home i {
    font-size: 18px
}

.yonkasoft-header .header-top .header-top-right ul li:nth-child(1) a,
.yonkasoft-header .header-top .header-top-right ul li:nth-child(2) a {
    display: flex;
    align-items: end;
    gap: 5px
}

.yonkasoft-header .header-top .header-top-right ul li:nth-child(2) a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(236,102,36,1)'%3E%3Cpath d='M22 20V22H2V20H3V13.2422C1.79401 12.435 1 11.0602 1 9.5C1 8.67286 1.22443 7.87621 1.63322 7.19746L4.3453 2.5C4.52393 2.1906 4.85406 2 5.21132 2H18.7887C19.1459 2 19.4761 2.1906 19.6547 2.5L22.3575 7.18172C22.7756 7.87621 23 8.67286 23 9.5C23 11.0602 22.206 12.435 21 13.2422V20H22ZM5.78865 4L3.35598 8.21321C3.12409 8.59843 3 9.0389 3 9.5C3 10.8807 4.11929 12 5.5 12C6.53096 12 7.44467 11.3703 7.82179 10.4295C8.1574 9.59223 9.3426 9.59223 9.67821 10.4295C10.0553 11.3703 10.969 12 12 12C13.031 12 13.9447 11.3703 14.3218 10.4295C14.6574 9.59223 15.8426 9.59223 16.1782 10.4295C16.5553 11.3703 17.469 12 18.5 12C19.8807 12 21 10.8807 21 9.5C21 9.0389 20.8759 8.59843 20.6347 8.19746L18.2113 4H5.78865Z'%3E%3C/path%3E%3C/svg%3E");
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    position: relative;
    display: block
}

.shopping-section .shopping-card {
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    border-radius: 20px;
    padding: 20px
}

.shopping-section .shopping-card .map {
    margin-bottom: 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 .mail a,
.shopping-section .shopping-card .tel a {
    color: #b04d9d;
    font-weight: 600
}

.shopping-section .shopping-card .mail a:hover,
.shopping-section .shopping-card .tel a:hover {
    color: #414042;
    transition: .3s
}

.shopping-section .shopping-card .mail {
    margin-bottom: 20px
}

.shopping-section .shopping-card .location-buton a {
    background: #b04d9d;
    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: .3s
}

.bread-top {
    padding: 20px 0 0
}

.bread-top ul.bread-list li {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative
}

.bread-top ul.bread-list li:not(:last-child):before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(0,0,0,0.32941176470588235)'%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");
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 8px;
    height: 12px;
    margin: 0 8px
}

.bread-top ul.bread-list li .kisalt {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 3px 10px 10px;
    display: block;
    border-radius: 5px;
    line-height: 10px;
    font-size: 15px;
    cursor: pointer
}

.bread-top ul.bread-list li .kisalt:selected {
    background-color: unset !important;
    background: unset !important
}

.bread-top ul.bread-list li .d-icon-home,
.modal .modal-dialog .modal-content .modal-body br,
.product-group.counter-group .product-group-wrapper .group-banner.mobile {
    display: none
}

.bread-top ul.bread-list li .goster {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    font-size: 12px;
    width: max-content;
    padding: 7px;
    border-radius: 5px;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, .14)
}

.bread-top ul.bread-list li:first-child {
    display: none
}

.bread-top ul.bread-list li .goster:hover {
    background: #b04d9d;
    transition: .3s;
    color: #fff
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:nth-child(2) a::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgba(236,102,36,1)'%3E%3Cpath d='M22 20V22H2V20H3V13.2422C1.79401 12.435 1 11.0602 1 9.5C1 8.67286 1.22443 7.87621 1.63322 7.19746L4.3453 2.5C4.52393 2.1906 4.85406 2 5.21132 2H18.7887C19.1459 2 19.4761 2.1906 19.6547 2.5L22.3575 7.18172C22.7756 7.87621 23 8.67286 23 9.5C23 11.0602 22.206 12.435 21 13.2422V20H22ZM5.78865 4L3.35598 8.21321C3.12409 8.59843 3 9.0389 3 9.5C3 10.8807 4.11929 12 5.5 12C6.53096 12 7.44467 11.3703 7.82179 10.4295C8.1574 9.59223 9.3426 9.59223 9.67821 10.4295C10.0553 11.3703 10.969 12 12 12C13.031 12 13.9447 11.3703 14.3218 10.4295C14.6574 9.59223 15.8426 9.59223 16.1782 10.4295C16.5553 11.3703 17.469 12 18.5 12C19.8807 12 21 10.8807 21 9.5C21 9.0389 20.8759 8.59843 20.6347 8.19746L18.2113 4H5.78865Z'%3E%3C/path%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    background-repeat: no-repeat
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:nth-child(2) a {
    color: #2a1a55;
    padding-left: 30px;
    position: relative
}

body .swiper {
    height: 0;
    display: none
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    height: 100%;
    display: block
}

.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%;
    display: flex;
    overflow-y: scroll
}

.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 ::-webkit-scrollbar {
    width: 4px
}

.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 ::-webkit-scrollbar-track {
    background: #f7f7f7;
    border-radius: 10px
}

.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 ::-webkit-scrollbar-thumb {
    background: #2a1a55;
    border-radius: 10px
}

.pagination,
.pagination li a {
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination {
    float: unset !important;
    padding: 0 !important;
    margin: 20px 0 0 !important
}

.pagination li a {
    border: 1px solid #d9d9d9;
    padding: 0;
    width: 40px;
    height: 35px;
    border-radius: 5px !important;
    position: relative;
    overflow: hidden;
    transition: all 0s !important
}

.pagination li a[rel=next],
.pagination li a[rel=prev],
.pagination li a[rel=start] {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 22px
}

.pagination li a[rel=start]::before {
    content: "\f2e3";
    background-color: #fff
}

.pagination li a[rel=next]::before,
.pagination li a[rel=prev]::before,
.pagination li a[rel=start]::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #414042;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination li a[rel=next]::before {
    content: "\ea6e";
    background-color: #fff
}

.pagination li a[rel=prev]::before {
    content: "\ea64"
}

.pagination li a:hover {
    transition: all 0s
}

.pagination li a:hover,
.pagination li a:hover::before {
    background: #b04d9d;
    border-color: #b04d9d;
    color: #fff
}

.pagination li.active a {
    border: unset;
    background: #2a1a55;
    color: #fff
}

.pagination li.active a:hover {
    background: #b04d9d;
    transition: .3s
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li:nth-child(1) a::before {
    content: "";
    background-image: url(../new/2024/baski-cozumleri-projeksiyon2.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li:nth-child(2) a::before {
    content: "";
    background-image: url(../new/2024/pc2.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li:nth-child(3) a::before {
    content: "";
    background-image: url(../new/2024/oyun-oyun-konsollari2.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 20px;
    height: 20px
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li:nth-child(4) a::before {
    content: "";
    background-image: url(../new/2024/elektrikli-ev-aletleri2.svg);
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 20px;
    height: 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.parent-list-item .sub-menu-child .sub-list {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin: 10px 0
}

.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.parent-list-item .sub-menu-child .sub-list a {
    color: #313132;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px 10px;
    width: 30%
}

.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.parent-list-item .sub-menu-child .sub-list a img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    transition: .3s
}

.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 .banner-row {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.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 .banner-row .banner-col {
    display: flex;
    gap: 2%
}

.forms_log .tab-open-area#open-cat-1,
.modal .modal-dialog .modal-content .modal-body a,
.modal .modal-dialog .modal-content .modal-body a img,
body .yonkasoft-brands .swiper-product-2#tab-item-1 {
    display: block
}

.product-detail-slider .swiper-slide .main-img img {
    height: 600px;
    padding-bottom: 100px;
    object-fit: contain
}

.footer_alt {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 20px
}

.footer_alt p {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 10px
}

.footer_alt p img {
    width: 130px
}

.category-menu li:last-child,
.support-content .buttons .tel span:last-child {
    display: none
}

.modal .modal-dialog .modal-content .modal-body .form-checkbox {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    height: 45px;
    padding: 0 20px;
    gap: 10px
}

.modal .modal-dialog .modal-content .modal-body .form-checkbox input[type=checkbox] {
    width: 14px;
    height: 14px !important;
    appearance: unset;
    padding: 0;
    font-size: unset;
    border: unset;
    margin: 0;
    color: unset;
    background-color: #f5f5f5;
    position: relative;
    top: -1px
}

.modal .modal-dialog .modal-content .modal-body .form-checkbox input[type=checkbox]::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #898989;
    display: block;
    border-radius: 100%
}

.modal .modal-dialog .modal-content .modal-body .form-checkbox label {
    font-size: 14px;
    font-weight: 500
}

.pop-filter-web {
    display: none;
    background: #fff;
    width: 25%;
    height: 100vh;
    top: 0;
    padding: 40px 27px;
    overflow-y: scroll;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999
}

.pop-filter-web::-webkit-scrollbar {
    width: 3px;
    background-color: #eaeaea;
    border-left: 1px solid #ccc
}

.pop-filter-web::-webkit-scrollbar-thumb,
.pop-filter-web::-webkit-scrollbar-thumb:hover {
    background-color: #b04d9d
}

.oz-web {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    color: #fff;
    gap: 10px;
    position: relative;
    background: #2a1a554d;
    border: 1px solid #2a1a55;
    border-radius: 50px;
    flex: unset;
    width: fit-content
}

.pop-filter-web .ny-filter-home {
    width: 100%;
    border: 0
}

html.scroll_hid {
    overflow: hidden
}

.pop-filter-web .ny-filter-item .d-block {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.close-oz-web:hover,
.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li .tab-filter-button.active,
.yonkasoft-keywords .content-wrap .content-box .keywords-list li a:hover {
    background: #b04d9d;
    color: #fff
}

.close-oz-web {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 6px;
    border: 1px solid;
    color: #b04d9d;
    background: #fff;
    padding: 2px;
    font-weight: 600
}

body .pop-filter-web .ny-filter-home {
    border-top: 1px solid #e8e8e8
}

#popupModal.modal .modal-dialog {
    width: 400px;
    max-width: 100%;
    height: auto
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content span {
    font-size: 16px !important;
    font-weight: 400;
    color: #000 !important;
    font-family: "Bai Jamjuree", sans-serif !important
}

.store-gallery {
    margin: 20px 0 0
}

.store-gallery .gallery-box {
    border: 1px solid #b04d9d;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px
}

.store-gallery .gallery-box img {
    width: 100%;
    border-radius: 15px
}

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

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

.yonkasoft-header .topbar .topbar-flex .topbar-left a i {
    background: #fff;
    color: #b04d9d;
    border-radius: 30px 100px 100px 100px;
    padding: 5px;
    font-size: 18px;
    background-color: #fff
}

.yonkasoft-header .topbar .topbar-flex .topbar-right {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    gap: 10px;
    align-items: center
}

.yonkasoft-header .topbar .topbar-flex .topbar-right span:not(:last-child)::before {
    content: "";
    width: 10px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: -10px;
    background-color: #fff
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a {
    color: #fff;
    font-size: 13px;
    opacity: 1;
    border-right: 1px solid #ffffff29;
    padding-right: 10px;
    font-weight: 400
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris {
    background-color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 5px;
    gap: 5px;
    color: #2a1a55;
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris:hover {
    background-color: #2a1a55;
    transition: all .3s;
    color: #fff
}

.yonkasoft-header .topbar .topbar-flex .topbar-right a.bayi-giris i {
    font-weight: 600;
    font-size: 14px
}

.yonkasoft-header .topbar .topbar-flex .topbar-right span:first-child {
    border-right: 1px solid #ffffff5e;
    padding-right: 15px;
    line-height: 1
}

.yonkasoft-header .header-wrap .menu-group .menu-item a span,
.yonkasoft-header .header-wrap .menu-group .menu-item button {
    color: #b04d9d;
    font-size: 16px;
    font-weight: 400
}

.category-menu,
header .head-menu {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .head-menu {
    border-top: 1px solid #ffffff25;
    gap: 25px;
    padding: 15px 0
}

.category-menu {
    flex: 1
}

.category-menu li a {
    color: #313132;
    font-size: 14px;
    font-weight: 400
}

header .head-menu .category-buton::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 50px;
    top: 100%;
    left: -1px;
    position: absolute;
    border-width: 0 1px;
    border-style: solid;
    border-color: #b04d9d;
    opacity: 0;
    visibility: hidden
}

header .head-menu .category-buton.active::before {
    content: "";
    opacity: 1;
    visibility: visible
}

header .head-menu .category-buton.active {
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    color: #b04d9d;
    z-index: 9999;
    border-width: 1px 1px 0
}

header .head-menu .category-buton {
    background: #f8e7e0;
    height: 45px;
    display: flex;
    align-items: center;
    font-weight: 400;
    gap: 10px;
    font-size: 16px;
    padding: 0 27px;
    justify-content: center;
    color: #b04d9d;
    border: 1px solid #b04d9d;
    border-radius: 100px;
    position: relative
}

header .head-menu .category-buton img {
    width: 18px
}

.yk-category-card .card-text {
    margin: 7px 0 0
}

.yk-category-card .card-text a {
    text-align: center;
    color: #313132;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px
}

.yonkasoft-header .header-wrap .menu-group .menu-item button,
.yonkasoft-header .header-wrap .menu-group .menu-item.favorite-vector a {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    padding: 0
}

.yk-product-card .card-content .low-price {
    color: #009a36;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px
}

.yk-product-card .card-content .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px
}

.yk-product-card .card-content .badges .coupon {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    background: linear-gradient(135deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 80%);
    width: 100%
}

.yk-product-card .card-content .badges .coupon img.coupon-icon,
.yk-product-card .card-content .badges .promotion-badge img.promotion-icon,
.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .coupon img.coupon-icon,
.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .promotion-badge img.promotion-icon {
    width: 14px
}

.yk-product-card .card-content .badges .coupon .coupon-title {
    color: #fff;
    font-size: 10px;
    width: 100%
}

.yk-product-card .card-content .badges .promotion-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    width: 100%
}

.yk-product-card .card-content .badges .promotion-badge .promotion-text {
    color: #313132;
    font-size: 10px;
    width: 100%
}

.yk-product-card .card-content .left .p-for-item {
    margin-bottom: 10px
}

.yk-product-card .p-for-item .rating .rating-stars .value {
    color: #fdc001;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk {
    gap: 10px
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk button {
    position: relative;
    top: auto;
    transform: none
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk button i {
    color: #b04d9d;
    font-size: 16px
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk button.next {
    right: auto;
    border: 1px solid #b04d9d;
    color: #b04d9d;
}

.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt:hover i,
.p-for-price .low-price-and-installment .p-installment span b,
.yonkasoft-keywords .content-wrap a.buton-alt:hover i,
.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk button:hover i,
.yonkasoft-product-detail .p-for-sale ul li.sale-item.active span {
    color: #fff
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-head .navigation-yk button.prev {
    left: auto;
    border: 1px solid #b04d9d;
    color: #b04d9d;
}

.yonkasoft-lead .swiper-lead .navigation-yk button i {
    font-size: 20px;
    color: #000
}

.yonkasoft-lead .swiper-lead .navigation-yk button.prev {
    left: 25px;
    background: #fff
}

.yonkasoft-lead .swiper-lead .navigation-yk button.next {
    right: 25px
}

.category-group.slide-version {
    margin: 40px 0 80px;
    padding: 0
}

.category-group.slide-version .yk-head {
    margin-bottom: 50px
}

.swiper-category-2 .yk-category-card .card-media {
    background: url();
    border-radius: 0
}

.swiper-category-2 .yk-category-card .card-media .card-img {
    position: relative
}

.swiper-category-2 .yk-category-card .card-media .card-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .7) 100%);
    border-radius: 15px
}

.swiper-category-2 .yk-category-card .card-media .card-img img {
    border-radius: 15px
}

.swiper-category-2 .yk-category-card .card-media p {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translate(-50%);
    color: #fff;
    font-size: 22px;
    font-weight: 400
}

.product-group.counter-group .product-group-wrapper .group-product {
    width: 70%;
    height: 100%;
    position: relative;
    padding: 20px 0 0
}

.product-group.counter-group .yk-head {
    justify-content: space-between;
    margin-bottom: 20px
}

.product-group.counter-group .yk-head h2 {
    display: flex;
    align-items: center;
    gap: 7px
}

.product-group.counter-group .yk-head .navigation-yk button.prev {
    left: -15px
}

.product-group.counter-group .yk-head .navigation-yk button.next {
    right: -15px
}

.product-group.counter-group .product-group-wrapper .group-banner .banner-area img {
    width: 100%;
    height: 575px;
    object-fit: cover;
    border-radius: 15px
}

.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: 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,
.yonkasoft-keywords .content-wrap .content-box.open-content .keywords-list {
    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: .3s
}

.yonkasoft-keywords .content-wrap a.buton-alt span.close,
body .yonkasoft-brands .swiper-product-2 {
    display: none
}

.yonkasoft-brands .brands-wrapper .logo-area::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 85%;
    background: #eee
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #eee
}

.yonkasoft-brands .brands-wrapper .logo-area .logo-box:nth-child(1)::before,
.yonkasoft-brands .brands-wrapper .logo-area .logo-box:nth-child(2)::before {
    visibility: hidden
}

.yonka-academy {
    margin: 0 0 80px;
    height: 450px
}

.yonka-academy .academy-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    height: 100%;
    padding-right: 50px
}

.yonka-academy .academy-wrapper .academy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.yonka-academy .academy-wrapper .academy-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    width: 40%
}

.yonka-academy .academy-wrapper .academy-content .academy-logo {
    width: 160px;
    margin: 0 0 20px
}

.yonka-academy .academy-wrapper .academy-content p {
    color: #000;
    font-size: 17px;
    font-weight: 300;
    margin: 0 0 25px
}

.yonka-academy .academy-wrapper .academy-content a {
    background: #b04d9d;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 20px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 7px
}

.p-for-features a.more i,
.yonka-academy .academy-wrapper .academy-content a i {
    font-size: 20px;
    color: #fff
}

.yonkasoft-keywords {
    margin: 0 0 40px
}

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

.yonkasoft-keywords .content-wrap .content-box::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(180deg, #ffffff00, #f9f9f9)
}

.yonkasoft-keywords .content-wrap .content-box .keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.yonkasoft-keywords .content-wrap .content-box .keywords-list li a {
    background: #fff;
    border: 1px solid #dadada;
    color: #737373;
    font-size: 12px;
    padding: 7px 20px;
    border-radius: 5px
}

.yonkasoft-keywords .content-wrap .content-box.open-content {
    height: 100%
}

.yonkasoft-keywords .content-wrap .content-box.open-content::before {
    visibility: hidden
}

.yonkasoft-keywords .content-wrap.active a.buton-alt {
    position: sticky;
    bottom: 20px
}

.yonkasoft-keywords .content-wrap a.buton-alt {
    color: #b04d9d;
    border: 1px solid #b04d9d;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #f8e7e0;
    display: table;
    margin: 0 auto;
    padding: 10px 25px;
    z-index: 9;
    position: relative;
    bottom: 100px
}

.yonkasoft-keywords .content-wrap a.buton-alt i {
    color: #b04d9d;
    font-size: 18px;
    position: relative;
    top: 2px
}

body .yonkasoft-lead .pagination-lead {
    position: absolute;
    left: 50%;
    bottom: 25px;
    top: auto;
    transform: translate(-50%);
    width: max-content;
    z-index: 1
}

body .yonkasoft-lead .pagination-lead .swiper-pagination-bullet {
    background: #f0f0f0a6;
    width: 50px;
    height: 4px;
    border-radius: 10px
}

body .yonkasoft-lead .pagination-lead .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.yonkasoft-lead .card-slider .yk-product-card {
    border: 1px solid #b04d9d;
}

@media only screen and (min-width:992px) and (max-width:1440px) {
    .yonkasoft-lead .card-slider .yk-product-card .card-media a img {
        height: 170px
    }
}

.yonkasoft-keywords .content-head {
    margin-bottom: 20px
}

.yonkasoft-keywords .content-head .content-title {
    font-size: 18px;
    color: #313132;
    font-weight: 400
}

.yonkasoft-footer .footer-center {
    position: relative;
    background: #fdede6;
    padding: 50px 0
}

.yonkasoft-footer .footer-center::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fdede6
}

.yonkasoft-footer .footer-center::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #fdede6
}

.yonkasoft-footer .footer-center .footer-links-box:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb
}

.yonkasoft-footer .footer-center .footer-links-box .f-links-box {
    width: 100%
}

.yonkasoft-footer .footer-center .footer-links-box .f-links-box .f-head-footer {
    margin-bottom: 10px
}

.yonkasoft-footer .footer-center .footer-links-box .f-links-box .f-head-footer a {
    font-size: 16px;
    color: #313132;
    font-weight: 400
}

.yonkasoft-footer .footer-center .footer-links-box .f-links-box ul li a {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    color: #313132b0
}

.yonkasoft-footer .footer-alt {
    position: relative;
    background: #fff;
    padding: 50px 0
}

.yonkasoft-footer .footer-alt::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #ffff
}

.yonkasoft-footer .footer-alt::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background: #ffff
}

.yonkasoft-footer .footer-alt .footer-flex {
    display: flex;
    gap: 80px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left {
    width: 25%;
    height: auto
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map {
    position: relative;
    margin: 0 0 35px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map .maps-cover img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 10px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map iframe {
    border: 1px solid #f5dacd !important;
    border-radius: 10px;
    width: 100%
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map .location-buton {
    position: absolute;
    bottom: 0;
    right: 0
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map .location-buton a {
    background: #b04d9d;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 10px 0 10px 0
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .map .location-buton a i {
    font-size: 14px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .logo {
    margin: 0 0 30px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .logo img {
    width: 150px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .item-footer .cont-box:not(:last-child) {
    margin: 0 0 20px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .item-footer .cont-box .head-footer {
    font-size: 18px;
    font-weight: 500;
    color: #b04d9d;
}

.yonkasoft-footer .footer-alt .footer-flex .footer-left .item-footer .cont-box a {
    color: #313132;
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin: 5px 0 0
}

.yonkasoft-footer .footer-alt .footer-flex .footer-right {
    width: 75%;
    height: 100%
}

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item {
    height: 100%
}

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

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-title {
    margin: 0 0 10px;
    font-size: 20px;
    color: #313132;
    font-weight: 500
}

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-content ul li a {
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
    color: #313132;
    width: fit-content
}

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 15px
}

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

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul li a i {
    background: #fdede6;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313132;
    font-size: 18px
}

.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-social ul li a span {
    color: #313132;
    font-size: 14px
}

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

.footer-group .footer-apps ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 80%);
    border-radius: 5px;
    padding: 0 20px;
    height: 60px;
    width: 200px;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 99999;
    transition: opacity .3s;
}

.footer-group .footer-apps ul li a:before {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #2a1a55;
}

.footer-group .footer-apps ul li a:hover:before{
    opacity: 1;
}

.footer-group .footer-apps ul li a i {
    color: #fff;
    font-size: 20px;
    transition: .3s;
    position: relative;
    z-index: 99;
}

.footer-group .footer-apps ul li a span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    transition: .3s;
    position: relative;
    z-index: 99;
}

.footer-group .widget.etbisdiv,
body .tool-filter .filterCat .filter-wrap.category .filter-title {
    padding: 0
}

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

.copyright {
    background: #f7f7f7;
    padding: 15px 0
}

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

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

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

.yonkasoft {
    background: #fff;
    padding: 20px 0
}

.yonkasoft a {
    display: table;
    margin: auto
}

.yonkasoft a img {
    width: 120px
}

.yonkasoft-header .topbar .topbar-flex .topbar-left a:hover {
    color: #b04d9d;
}

.category-menu li a:hover,
.yk-category-card .card-text a:hover {
    color: #b04d9d;
}

.navigation-yk button:hover {
    background: #b04d9d;
    color: #fff;
    transition: .3s;
    border-color: #b04d9d;
}

.yonkasoft-brands .brands-wrapper .product-area .product-tabs ul li .tab-filter-button:hover {
    background: #313132;
    color: #fff;
    transition: .3s
}

.yonka-academy .academy-wrapper .academy-content a:hover {
    background: #313132
}

.yonkasoft-keywords .content-wrap a.buton-alt:hover {
    background: #313132;
    color: #fff
}

.category-menu li.active a,
.yonkasoft-footer .footer-alt .footer-flex .footer-left .item-footer .cont-box a:hover,
.yonkasoft-footer .footer-alt .footer-flex .footer-right .footer-item .footer-group .footer-content ul li a:hover,
.yonkasoft-footer .footer-center .footer-links-box .f-links-box .f-head-footer a:hover,
.yonkasoft-footer .footer-center .footer-links-box .f-links-box ul li a:hover {
    color: #b04d9d;
}

.footer-group .footer-apps ul li a:hover,
.yonkasoft-footer .footer-alt .footer-flex .footer-left .map .location-buton a:hover {
    background: #2a1a55;
}

.category-menu li.active a:hover {
    color: #313132
}

.category-group.popular-categories .yk-category-card,
.category-group.popular-categories .yk-category-card .card-media a {
    position: relative
}

.category-group.popular-categories .yk-category-card .card-media a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    background: -moz-linear-gradient(270deg, #4c8d1d 0, #80c34f 100%);
    background: -webkit-linear-gradient(180deg, #000 0, #00000070 100%);
    background: linear-gradient(180deg, #00000000 0, #0000008a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c5902c", endColorstr="#9e6d0f", GradientType=1);
    z-index: 9;
    border-radius: 20px
}

.category-group.popular-categories .yk-category-card .card-media {
    background-color: unset;
    width: 100%;
    height: auto;
    border: unset
}

.category-group.popular-categories .yk-category-card .card-media span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    display: block;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    z-index: 999;
    text-transform: uppercase
}

.category-group.popular-categories .yk-category-card .card-media a img {
    width: 100%;
    border-radius: 20px
}

.yonkasoft-lead .card-slider .hover-pagination .hover-item-bullet {
    height: 3px;
    width: 25px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content {
    padding: 10px;
    min-height: 250px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .left .p-for-item {
    margin-bottom: 5px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .price {
    margin-bottom: 10px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .price del {
    font-size: 12px;
    margin-bottom: 0
}

.p-for-headline .best-seller-buton .text span strong,
.product-coupon .product-item.coupon .c-right button i,
.yonkasoft-lead .card-slider .yk-product-card .card-content .price .active-price {
    font-size: 16px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .badges {
    flex-direction: column;
    width: 100%;
    gap: 5px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .yk-product-card-title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px
}

.yonkasoft-lead .card-slider .yk-product-card .card-content .badges .coupon,
.yonkasoft-lead .card-slider .yk-product-card .card-content .badges .promotion-badge {
    width: 100%
}

.card-slider .yk-product-card #sayac .sayac-item span,
.kasa-onu .swiper-product-kasa .yk-product-card .p-for-item .rating .rating-stars i,
.yonkasoft-lead .card-slider .yk-product-card .card-content .low-price {
    font-size: 10px
}

.yonkasoft-lead .card-slider .pr-ticket img {
    width: 35px
}

.yonkasoft-lead .card-slider .yk-product-card .p-for-item .rating span.rating-point {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 1
}

.yonkasoft-lead .card-slider .yk-product-card .p-for-item .rating .rating-stars span {
    font-size: 12px;
    top: 0
}

.breadcrumb ul li:not(:last-child)::after {
    content: ">";
    color: #b04d9d;
    font-size: 14px;
    margin: 0 7px;
    line-height: 1;
    top: 0;
    position: relative
}

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

.tool-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end
}

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

.tool-flex .features-group a.price-buton {
    background: #effbf5;
    border: 1px solid #ededed
}

.tool-flex .features-group a.point-buton {
    background: #fdede6
}

.tool-flex .features-group a.point-buton i {
    color: #f99c1c;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -1px
}

.tool-flex .features-group a.cargo-buton {
    background: #f8f6f5;
    border: 1px solid #ededed
}

.tool-flex .features-group a {
    height: 40px;
    gap: 5px;
    color: #313132;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 50px
}

.tool-flex .features-group .active {
    border: 1px solid #b04d9d;
    background: #f8e7e0;
    color: #ec6624
}

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

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

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

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

.tool-flex .form-group.filtreSelectGroup {
    display: flex;
    align-items: center;
    margin: 0;
    position: relative
}

.tool-flex .form-group.filtreSelectGroup span {
    font-weight: 300;
    font-size: 12px;
    margin: 0 5px 0 0;
    color: #313132
}

body .form-group.filtreSelectGroup select {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ededed;
    width: 150px;
    min-width: 100px;
    height: 40px;
    border-radius: 50px;
    padding: 0 10px;
    color: #313132;
    position: relative
}

.category-result .group-row .tool-filter::before {
    content: "";
    background-color: #fff;
    position: absolute;
    right: 100%;
    top: -1px;
    width: 1000%;
    height: 100%;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e7e7e7
}

body .tool-filter .filterCat .filter-wrap.category {
    background: #fdede6;
    border-radius: 10px;
    border: 0;
    padding: 15px 20px
}

.tool-filter .filterCat .filter-wrap:not(:last-child) {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 0
}

.main-product-slider .product-slider-features ul,
.p-for-price .price-and-discount .product-info ul,
.p-for-variant ul,
.tool-filter .filterCat .filter-wrap .filter-item .d-flex,
.yonkasoft-product-detail .p-for-sale ul {
    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: #999;
    height: 40px;
    text-align: left;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    flex: 1;
    width: 100%
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button {
    height: 45px;
    width: 45px;
    margin: 0;
    background-color: #b04d9d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 100px 100px 100px;
    transition: .3s
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex .nyFilterPriceInputSpan {
    color: #cecece
}

body .tool-filter .filterCat .filter-wrap.category .filter-item {
    padding: 20px 0 0
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex input::placeholder {
    color: #999
}

.tool-filter .filterCat .filter-wrap .filter-title i.rotate {
    transform: rotate(180deg);
    transition: all .2s
}

.p-for-media-bottom h2 {
    color: #b04d9d;
    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 {
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 100%);
    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: #b04d9d;
    font-size: 14px;
    font-weight: 500
}

.p-for-media-group .video-buton .link-vid-button {
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 50%);
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: .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: #b04d9d;
    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: #b04d9d
}

.p-for-price .price-and-discount .product-info {
    padding-bottom: 5px
}

.p-for-price .price-and-discount .product-info ul li {
    color: #000;
    font-size: 14px;
    font-weight: 300
}

.p-for-price .low-price-and-installment,
.product-right .product-right-dif .share-area ul {
    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: #b04d9d;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 5px
}

.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
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-headline {
    padding: 0 0 20px;
    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
}

.p-for-price .payment-options span b,
.yonkasoft-product-detail .p-for-sale .p-sale-head span {
    color: #b04d9d;
}

.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 li {
    background: #effbf5;
    padding: 8px 10px;
    border: 1px solid #2a1a55;
    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: #2a1a55;
    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: #b04d9d;
    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: #2a1a55;
    color: #ffffffc4
}

.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: #2a1a55;
    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: #b04d9d;
    font-size: 14px;
    margin-bottom: 1px;
    font-weight: 500
}

.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 20px;
    margin: 10px 0 0
}

.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: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase
}

.tab-panel h2 {
    font-size: 22px
}

.tab-panel h5,
.tab-panel h6 {
    font-size: 14px
}

.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: #fafafa;
    border-radius: 50px;
    color: #313132;
    font-size: 14px;
    border: 1px solid #cccccc59;
    font-weight: 300;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    width: max-content;
    margin: 10px 0 0
}

.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: #fff;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: auto
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 0;
    gap: 30px
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .breadcrumb {
    margin: 0
}

.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 {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px
}

.product-coupon .product-item.coupon {
    background: #effbf5;
    border-radius: 10px;
    display: flex;
    border: 1px solid #2a1a55;
    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: 5px 9px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    font-size: 11px;
    font-weight: 300;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(90deg, #f38432, #ce2660)
}

.product-coupon .product-item.coupon .kupon-alert b {
    color: #fff;
    font-size: 12px
}

.product-coupon .product-item.coupon .c-left i {
    color: #b04d9d;
    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: #b04d9d;
    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-right .product-right-dif .basket-and-count .b-s-wrap {
    display: flex;
    row-gap: 15px;
    column-gap: 5%;
    flex-wrap: wrap
}

.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: #b04d9d;
    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 a svg,
.product-right .product-right-dif .basket-and-count .b-s-wrap button svg,
.product-right .product-right-dif .basket-and-count .b-s-wrap div 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
}

.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: #b04d9d;
    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 #fff;
    color: #b04d9d;
    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.cargo-sure .web-cargo,
.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.cargo-sure .web-cargo {
    background-color: #f9f9f9;
    gap: 5px;
    padding: 8px
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo img {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 100%;
    padding: 7px;
    border: 1px solid #2a1a55;
}

.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: 400;
    color: #303031;
    margin: 0
}

.product-right .product-right-dif .p-right.cargo-sure .web-cargo .text b span {
    color: #b04d9d;
    font-weight: 600
}

.product-right .product-right-dif .p-right.delivery-time .delivery-box .icon img {
    width: 26px
}

.product-right .product-right-dif .p-right .offer-head,
.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 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-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
}

.card-slider .basket-content a svg,
.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: #b04d9d
}

.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: #b04d9d;
    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: #b04d9d;
    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: #b04d9d;
    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 .product-left {
    width: 75%
}

.featured-reviews {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    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: #b04d9d
}

.featured-reviews .reviews-head a {
    background: #b04d9d;
    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
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul,
.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
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.tab-link.active,
.yk-reviews-card .reviews-alt a.like {
    background: #b04d9d;
    color: #fff
}

.yk-reviews-card .reviews-alt a.disslike {
    background: #fdede6;
    color: #b04d9d
}

.tab-panel {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    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
}

.popup-video .popup-video-wrap .popup-video-box iframe,
.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper {
    display: none
}

.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: #b04d9d;
    border-radius: 5px
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h5,
.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: center
}

.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 li {
    color: #313132a8;
    font-size: 14px;
    font-weight: 400
}

.product-information-content::-webkit-scrollbar,
.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::-webkit-scrollbar {
    width: 5px
}

.product-information-content::-webkit-scrollbar-track,
.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::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px
}

.product-information-content::-webkit-scrollbar-thumb,
.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::-webkit-scrollbar-thumb {
    background: #b04d9d;
    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 #b04d9d
}

.p-for-features a.more:hover {
    background: #b04d9d
}

.yonkasoft-product-detail .p-for-alt .alt-list ul.whatsapp-list li a:hover {
    background: #0c9738;
    color: #fff
}

.forms_log .tab-open-area .socialLogin ul li a:hover,
.product-right .product-right-dif .share-area ul li a:hover,
.yonkasoft-product-detail .p-for-alt .alt-list ul.customer-list li a:hover {
    background: #b04d9d;
    color: #fff
}

.featured-reviews .reviews-head a:hover,
.product-coupon .product-item.coupon .c-right a:hover {
    background: #313132
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.tab-link:hover,
.yk-reviews-card .reviews-alt a:hover {
    background: #313132;
    color: #fff
}

.counter-yk .productCount button:hover {
    background: #2a1a55;
    transition: .3s !important
}

.counter-yk .productCount button:hover i,
.product-right .product-right-dif .share-area ul li a:hover i {
    color: #fff
}

.forms_log form .link-function.left-position:hover,
.product-evaluation .d-flex .eva-item:hover {
    color: #313132
}

.tool-flex .features-group a:hover {
    background: #fdede6;
    color: #b04d9d;
}

.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: #b04d9d;
    font-size: 24px;
    transition: .3s
}

.zoom-pr-ky .close-zoom:hover i,
.zoom-pr-ky .nav-button:hover i {
    color: #fff;
    transition: .3s
}

.zoom-pr-ky .close-zoom:hover,
.zoom-pr-ky .nav-button:hover {
    background: #b04d9d;
    border-color: #b04d9d;
    transition: .3s
}

.main-product-slider .product-slider-features {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 999
}

.main-product-slider .product-slider-features ul li {
    background-color: #fff;
    border-radius: 100%;
    padding: 3px
}

.main-product-slider .product-slider-features ul li img {
    width: 50px;
    display: block
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges {
    display: flex;
    align-items: center;
    gap: 10px
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .coupon {
    border-radius: 5px;
    gap: 5px;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    background: #2a1a55;
    width: max-content
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .coupon .coupon-title {
    color: #fff;
    font-size: 10px;
    width: 100%
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .promotion-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    width: max-content
}

.yonkasoft-product-detail .pr-wrapper .product-dif .bread-top .badges .promotion-badge .promotion-text {
    color: #313132;
    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 {
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px
}

.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: #b04d9d;
    font-size: 18px
}

.basket-featured-slider .swiper .swiper-slide .basket-item strong {
    font-weight: 400;
    color: #b04d9d;
}

.p-for-media-bottom .complement-wrap .basket-item i {
    color: #b04d9d;
    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,
.swiper-product-2 .yk-product-card .card-content .badges .promotion-badge,
.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table {
    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,
.coupon-modal .coupon-wrap .coupon-box .coupon-close {
    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;
    cursor: pointer
}

.coupon-modal .coupon-wrap .coupon-box .coupon-close i,
.forms_log .tab-open-area .socialLogin ul li a 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: #b04d9d;
    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
}

.campaign-area .swiper-basket-campaign .swiper-slide span strong,
.filter_logs .filter_bars a:hover,
.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.parent-list-item .sub-menu-child .sub-list-wrap a:hover,
.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box h2 span {
    color: #b04d9d;
}

.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: #b04d9d;
    transition: all .3s
}

.yonka-tanitim .yonka-news-content .d-flex .left-content .content-box a {
    margin: 20px 0 0;
    background-color: #2a1a55;
    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,
.videos_area_iframe {
    position: relative;
    height: 100%
}

.videos_area .manage-video,
.videos_area_iframe .manage-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.videos_area_iframe .manage-video button:hover {
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 100%);
}

.videos_area_iframe .manage-video button {
    background: linear-gradient(90deg,rgba(42, 26, 85, 1) 0%, rgba(176, 77, 157, 1) 80%);
    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;
    border-radius: 30px
}

.videos_area::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 20px;
    position: absolute;
    background-color: #00000052
}

.videos_area .manage-video {
    z-index: 999
}

.videos_area .manage-video button,
.videos_area .videos_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s ease
}

.videos_area .manage-video button {
    background-color: unset;
    border: unset;
    width: 80px;
    height: auto;
    opacity: 0
}

.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 .videos_logo {
    width: 180px
}

.login_register_area .log_wrapper .box_forms .form_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0
}

.login_register_area .log_wrapper .box_forms .form_logo img {
    width: 150px !important;
}

.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: #b04d9d;
    font-weight: 500;
    border-bottom: 1px solid #b04d9d;
    line-height: 1;
    padding-bottom: 1px;
    display: block;
    width: fit-content;
    margin: 10px 0 0
}

.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: #b04d9d;
    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: #fdede6;
    padding: 20px;
    border-radius: 10px;
    margin: 14px 0
}

.forms_log .tab-open-area .form-copy,
.popup-video .popup-video-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.bayi-content p,
.forms_log .tab-open-area .form-copy span {
    font-size: 14px;
    color: #313132;
    font-weight: 400
}

.forms_log .tab-open-area .socialLogin .socialText {
    color: #313132;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px
}

.forms_log .tab-open-area .socialLogin ul,
.forms_log .tab-open-area .socialLogin ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}

.forms_log .tab-open-area .socialLogin ul li a {
    background: #fff;
    border: 1px solid #d5d5d5;
    width: auto;
    height: 40px;
    border-radius: 10px;
    color: #b04d9d;
    font-size: 14px;
    gap: 5px;
    padding: 0 10px
}

.back-to-home::after,
.back-to-home::before {
    position: absolute;
    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: .3s
}

.back-to-home::before {
    top: 0;
    right: -60px
}

.back-to-home::after {
    bottom: -30px;
    left: 0
}

.forms_log form button.checkout-btn:hover {
    background: #313132;
    transition: .3s
}

.forms_log form .form-item label a:hover {
    color: #313132
}

.iti__selected-country {
    color: #31313275 !important
}

.modal .modal-dialog .modal-content .modal-footer .btn:hover {
    background: #313132;
    color: #fff;
    transition: .3s
}

.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%
}

.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: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;
    border: 1px solid #000;
    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%
}

.blog-page-selection {
    margin: 50px 0 100px
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .mobile-media-butons {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px
}

.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
}

.google-reviews .reviews-info .reviews-info-box a,
.product-videos-popup .product-videos-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.google-reviews,
.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
}

.google-reviews {
    display: flex;
    align-items: center;
    height: auto;
    gap: 30px;
    flex-direction: row-reverse;
    margin: 30px 0 0;
    width: 100%
}

.google-reviews .reviews-info {
    height: 100%;
    width: 100%
}

.google-reviews .reviews-info .reviews-info-box {
    border: 1px solid #e0e0e0;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    background-color: #fff
}

.google-reviews .reviews-info .reviews-info-box img {
    width: 100px;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px
}

.google-reviews .reviews-info .reviews-info-box .comment-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 10px 0 20px
}

.google-reviews .reviews-info .reviews-info-box .reviews-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

.google-reviews .reviews-info .reviews-info-box .reviews-header .left,
.modal .modal__inner .modal__content form .row .col-md-12,
.modal .modal__inner .modal__content form .row .col-md-4,
body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .row .col-md-6 {
    width: 50%
}

.google-reviews .reviews-info .reviews-info-box .reviews-header .right {
    width: 50%;
    display: flex;
    flex-direction: column
}

.google-reviews .reviews-info .reviews-info-box .reviews-header .card-title {
    text-align: end;
    font-size: 16px;
    color: #313132;
    display: block
}

.google-reviews .reviews-info .reviews-info-box .reviews-header .card-info {
    font-size: 12px;
    color: #999;
    width: 100%;
    text-align: end
}

.google-reviews .reviews-info .reviews-info-box .customer-profile img {
    width: 35px;
    border-radius: 100%;
    margin-right: -13px
}

.google-reviews .reviews-info .reviews-info-box .star-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2px;
    margin: 10px 0;
    width: 100%
}

.google-reviews .reviews-info .reviews-info-box .star-group span {
    font-size: 16px;
    color: #f6911e;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid #f6911e;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0 0 1px;
    margin-right: 5px
}

.google-reviews .reviews-info .reviews-info-box .star-group i {
    color: #f6911e;
    font-size: 18px
}

.google-reviews .reviews-info .reviews-info-box .comments i {
    color: #b04d9d;
    font-size: 22px;
    position: relative;
    line-height: 1;
    top: 2px;
    margin: 0 2px 0 0
}

.google-reviews .reviews-info .reviews-info-box .comments {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #313132;
    background-color: #fafafa;
    width: fit-content;
    border: 1px solid #e0e0e0;
    padding: 5px 10px;
    border-radius: 50px
}

.google-reviews .reviews-info .reviews-info-box a i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 0;
    margin-left: 5px
}

.google-reviews .reviews-info .reviews-info-box a {
    font-size: 14px;
    background-color: #b04d9d;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    width: fit-content;
    border-radius: 50px
}

.google-reviews .reviews-info .reviews-info-box a:hover {
    background-color: #2a1a55;
    transition: all .3s
}

.google-reviews .images-gallery {
    display: flex;
    width: 70%;
    gap: 10px
}

.google-reviews .images-gallery img {
    width: 100%;
    border-radius: 10px;
    display: block
}

.free-cargo .cargo-firma .logo .item,
.google-reviews .reviews-info .reviews-info-box .buttons {
    display: flex;
    align-items: center;
    gap: 10px
}

.google-reviews .reviews-info .reviews-info-box .buttons a.share {
    background-color: #fdede6;
    border: 1px solid #b04d9d;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    align-items: center;
    justify-content: center
}

.google-reviews .reviews-info .reviews-info-box .buttons a.share img {
    width: 20px;
    margin: 0
}

.google-reviews .reviews-info .reviews-info-box .buttons a svg {
    width: 20px;
    height: fit-content;
    fill: #b04d9d
}

.ny-add-cart-modal .ny-add-cart-modal-cont-btn:hover {
    background-color: #b04d9d !important;
    border-color: #b04d9d !important
}

.campaign-area {
    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,
.free-cargo .cargo-odeme-flex {
    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: #b04d9d;
    position: relative;
    top: 1px
}

.campaign-area .swiper-basket-campaign .swiper-slide span {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: .5px
}

.detail-bread.breadcrumb ul li a i {
    display: none !important
}

.detail-bread.breadcrumb ul li .goster {
    height: 25px;
    position: absolute;
    display: none;
    top: 87%;
    left: 0;
    font-size: 12px;
    width: max-content;
    padding: 7px;
    border-radius: 5px;
    z-index: 99999;
    background-color: #b04d9d;
    color: #fff !important
}

.detail-bread.breadcrumb ul li .goster:hover {
    background-color: #313132;
    color: #fff;
    text-decoration: unset !important
}

.free-cargo {
    margin: 20px 0 0
}

.free-cargo .cargo-odeme-flex {
    gap: 20px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    position: relative
}

.global_basket .basket_prod .basket_flex .coupon-container .title {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    color: #313132;
    margin-bottom: 0
}

.free-cargo .icon img {
    width: 50px
}

.free-cargo .text,
.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .brand a:hover,
.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variant p strong {
    color: #2a1a55;
}

.free-cargo .text.success i {
    font-size: 20px;
    color: #21a21a;
    position: relative;
    top: 2px
}

.free-cargo .text.success .ust span {
    color: #21a21a !important
}

.free-cargo .text .ust {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px
}

.free-cargo .text .ALT {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    line-height: 20px
}

.free-cargo .text .ALT span,
.free-cargo .text .ust span {
    color: #b04d9d;
    font-weight: 500
}

.free-cargo .free-cargo-box {
    padding: 0 20px
}

.free-cargo .free-cargo-box,
.free-cargo .odeme-box {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
    flex: 1
}

.free-cargo .cargo-firma,
.free-cargo .odeme-box {
    height: 100%;
    padding: 0 20px
}

.free-cargo .cargo-firma .text {
    margin-bottom: 10px
}

.free-cargo .cargo-firma .logo {
    display: flex;
    gap: 10px
}

.free-cargo .cargo-firma .logo .item {
    border: 1px solid #e0e0e0;
    background-color: #f9f9f9;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #313132;
    padding: 9px 10px
}

.free-cargo .cargo-firma .logo img {
    width: 20px
}

.category-menu li a img,
.yonkasoft-product-detail .pr-wrapper .product-right .product-right-dif .p-for-price,
body .yonkasoft-header .menu-swiper {
    display: none
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .out-of-stock {
    width: 100%;
    display: flex;
    height: 20px;
    gap: 5px;
    align-items: center;
    border-radius: 100px;
    animation: blinker 2s linear infinite;
    color: #2a1a55;
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .out-of-stock i {
    font-size: 18px;
    position: relative;
    top: -1px
}

.product-right .product-right-dif .basket-and-count .b-s-wrap .out-of-stock span {
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    width: fit-content
}

.product-coupon .product-item.coupon .c-right button:hover {
    background: #00bd42
}

.p-for-features a.more-feature-button:hover {
    background: #fafafa;
    border: 1px solid #b04d9d;
    background: #fdede6;
    color: #b04d9d
}

.main-product-slider .out-stock-features {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 999
}

.main-product-slider .out-stock-features img {
    display: block;
    width: 120px;
    position: relative;
    background: #fbeef1;
    padding: 12px 13px;
    border-radius: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variant p {
    color: #313132b3;
    font-weight: 400;
    font-size: 13px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-variant .gifted-box {
    width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    margin-top: 15px;
    border-top: 1px solid #f7d8cb;
    padding-top: 13px
}

.p-for-variant .gifted-box .card-media img {
    width: 60px;
    display: block;
    border-radius: 10px;
    object-fit: contain
}

.p-for-variant .gifted-box .card-bottom {
    margin: 10px 0;
    flex: 1;
    max-width: 65%
}

.p-for-variant .gifted-box .card-bottom .card-title {
    font-size: 14px;
    font-weight: 400;
    color: #313132;
    line-height: 1;
    margin-bottom: 5px
}

.p-for-variant .gifted-box .card-bottom .price {
    color: #b04d9d;
    font-weight: 500;
    font-size: 16px
}

.p-for-variant .gifted-box .card-bottom .price del {
    color: #b04d9d6b;
    font-size: 14px;
    font-weight: 400
}

.p-for-variant .gifted-box .card-bottom .price .new-price {
    font-size: 14px;
    color: #b04d9d;
    display: flex;
    align-items: center;
    gap: 3px
}

.p-for-variant .gifted-box .card-bottom .price .new-price svg {
    width: 14px;
    fill: #b04d9d;
    position: relative;
    top: -2px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-variant {
    border-bottom: 0;
    background: #fdede6;
    padding: 10px;
    border-radius: 10px;
    margin: 15px 0 0
}

.cc-bottom[aria-label=cookieconsent] {
    bottom: 0;
    background-color: #f8e7e0 !important;
    width: 100%;
    left: 0;
    display: table;
    border: 2px solid #b04d9d;
    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 #b04d9d;
    color: #ec6624;
    border-radius: 30px;
    transition: .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: .3s
}

.yonkasoft-lead .lead-wrapper .slider-content .slider-area .card-slider {
    overflow: visible;
    height: fit-content
}

.bayi-form {
    padding: 50px 0
}

.bayi-form img {
    border-radius: 20px;
    margin-bottom: 50px
}

.bayi-form img#rcaptcha {
    margin: 0;
    border-radius: 5px;
    height: 40px !important
}

.bayi-form .bayiform-wrapper {
    padding: 25px;
    background: #fff;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    border-radius: 25px
}

.bayi-form .bayiform-wrapper .bayi-form-head {
    margin-bottom: 25px
}

.bayi-form .bayiform-wrapper .form-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #b04d9d;
    font-weight: 400;
    line-height: 1
}

.bayi-form .bayiform-wrapper p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    max-width: 100%;
    margin: auto;
    line-height: 1
}

.bayi-form .bayiform-wrapper form {
    row-gap: 20px
}

.bayi-form .bayiform-wrapper form .form-group {
    margin: 0 !important;
    position: relative
}

.bayi-form .bayiform-wrapper form .form-group label {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 5px;
    display: block
}

.bayi-form .bayiform-wrapper form .form-group .field-icon {
    margin: 0;
    font-size: 14px;
    float: unset;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 35px
}

.bayi-form .bayiform-wrapper form .form-group .field-icon::before {
    display: block
}

.bayi-form .bayiform-wrapper form .form-group input,
.bayi-form .bayiform-wrapper form .form-group select {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    height: 40px;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    color: #555
}

.bayi-form .bayiform-wrapper form .form-group select::before {
    content: "";
    background-image: url(/uploads/assets/yonkaguncel/new/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    display: block
}

.bayi-form .bayiform-wrapper form .form-group input[type=checkbox] {
    height: 14px;
    width: 14px;
    appearance: none;
    padding: 0;
    border: unset !important;
    position: relative;
    top: 1px
}

.bayi-form .bayiform-wrapper form .form-group input[type=checkbox]+label {
    padding: 0 0 0 10px
}

.bayi-form .bayiform-wrapper form .form-group input[type=checkbox]+label a {
    color: #f05a29;
    font-weight: 400
}

.bayi-form .bayiform-wrapper form .form-group input[type=checkbox]::before {
    content: "";
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    border-radius: 3px
}

.bayi-form .bayiform-wrapper form .form-group input[type=checkbox]:checked::before {
    background-color: #2a1a55;
    border: unset
}

.bayi-form .bayiform-wrapper form .form-group textarea {
    border-radius: 5px;
    font-size: 12px;
    padding: 15px;
    height: 100px;
    display: flex;
    width: 100%;
    color: #999;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid
}

.bayi-form .bayiform-wrapper form .form-group button:not(.iti__selected-country) {
    background-color: #b04d9d;
    border-color: #b04d9d;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
    line-height: 1;
    display: flex;
    height: 40px;
    align-items: center;
    transition: all .3s;
}
.bayi-form .bayiform-wrapper form .form-group button:not(.iti__selected-country):hover {
    background-color: #2a1a55;
    border-color: #2a1a55;
}

.bayi-content {
    position: sticky;
    top: 25px
}

.bayi-content h2,
.bayi-content h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0 10px;
    line-height: 26px;
    color: #b04d9d
}

.bayi-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #f05a29
}

.bayi-content p strong,
.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail b {
    font-weight: 600
}

.bayiform-wrapper .iti--inline-dropdown .iti__dropdown-content {
    border: 1px solid #e0e0e0;
    box-shadow: unset;
    border-radius: 20px
}

.bayi-content .button-grup {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.bayi-content .button-grup a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    gap: 10px
}

.bayi-content .button-grup a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 1px
}

.bayi-content .button-grup a.wp {
    background-color: #2aa850;
    color: #fff
}

.bayi-content .button-grup a.tel {
    background-color: #b04d9d;
    color: #fff
}

.bayi-content .button-grup a.brand {
    background-color: #313132;
    color: #fff
}

.bayi-content.bayi-content-alt {
    margin: 100px 0 0;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 20px
}

.bayi-form .bayiform-wrapper form .form-group .input-group,
.bayi-form .bayiform-wrapper form .form-group.d-flex {
    display: flex
}

.bayi-form .bayiform-wrapper form .form-group button:not(.iti__selected-country) span {
    font-size: 16px;
    font-weight: 300
}

#regform .form-group .iti .iti__selected-dial-code {
    font-weight: 400;
    color: #555 !important
}

.bayi-content .button-grup a:hover,
.tool-filter .filterCat .filter-wrap .filter-item .d-flex button:hover {
    background: #2a1a55;
}

.yk-product-card a.ekleFavori {
    position: absolute;
    right: 20px;
    bottom: 10px;
    transform: translate(200%, 0);
    background: #f8e7e0;
    border: 1px solid #b04d9d;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    transition: all .4s;
    z-index: -1
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .comment-notes a:hover,
.yk-product-card a.ekleFavori:hover,
.yonkasoft-lead .swiper-lead .navigation-yk button:hover {
    background: #b04d9d;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-btn-ny i,
.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-del-btn-ny i,
.yk-product-card a.ekleFavori:hover i,
.yonkasoft-lead .swiper-lead .navigation-yk button:hover i {
    color: #fff
}

.yk-product-card a.ekleFavori i {
    font-size: 18px;
    color: #b04d9d;
}

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

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-left {
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-left .pr-ticket {
    position: relative;
    background: #fff;
    display: flex;
    padding: 3px;
    border-radius: 5px
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-left .pr-ticket img {
    width: 70px
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-right {
    position: absolute;
    right: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-right .pr-ticket {
    position: relative;
    background: #fff;
    border-radius: 100%;
    display: flex;
    padding: 3px
}

.yk-product-card .ticket-left .pr-ticket img,
.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .main-product-slider .ticket-right .pr-ticket img {
    width: 55px
}

.yk-product-card .ticket-flex {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.yk-product-card .ticket-left {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9
}

.yk-product-card .ticket-left .pr-ticket,
.yk-product-card .ticket-right .pr-ticket {
    position: relative
}

.card-slider .yk-product-card .ticket-left .pr-ticket img {
    width: 45px
}

.card-slider .yk-product-card .ticket-right .pr-ticket img {
    width: 30px
}

.counter-group .yk-product-card .ticket-left .pr-ticket img {
    width: 50px
}

.counter-group .yk-product-card .ticket-right .pr-ticket img,
.kasa-onu .swiper-product-kasa .pr-ticket img {
    width: 35px
}

.yk-product-card .ticket-right {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version .p-version-head {
    color: #313132;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul {
    display: flex;
    align-items: center;
    column-gap: 1%;
    flex-wrap: wrap;
    row-gap: 10px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul li a:hover,
.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul li.current-product a,
body .cookiepopup {
    border: 1px solid #b04d9d
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul li {
    width: 19%;
    height: 120px
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-version ul li a {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 5px
}

body .cookiepopup {
    box-shadow: none;
    background: #f8e7e0
}

body .cookie_title {
    color: #ec6624;
    font-weight: 400;
    font-size: 18px !important
}

body .cookie_description {
    color: #313132;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 20px
}

body .cookie_description a {
    color: #ec6624;
    font-weight: 500
}

body .cookie_back {
    color: #ec6624
}

body form#cookieConsentForm {
    overflow: hidden;
    height: a
}

body #cookieConsentForm label p {
    color: #313132;
    font-weight: 400
}

body .cookie_form_description {
    font-weight: 300
}

body .checkbox_cookie_back {
    border-radius: 100px
}

body .cookie_form label {
    border-bottom: 1px solid #b04d9d;
    padding: 5px 0
}

body .cookie_check:checked+label {
    background: #b04d9d
}

body .cookie_check:checked+label:before {
    width: 18px !important;
    height: 18px !important
}

body .cookie_form_title {
    color: #ec6624;
    font-weight: 400;
    font-size: 18px
}

.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.parent-list-item .sub-menu-child .sub-list-wrap {
    white-space: normal;
    margin: 10px 0 auto
}

.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.parent-list-item .sub-menu-child .sub-list-wrap a {
    display: inline;
    color: #313132;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px
}

.yonkasoft-lead .swiper-lead .navigation-yk button {
    background: #fff
}

.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.parent-list-item .sub-menu-child .sub-list a:hover img {
    border: 1px solid #b04d9d;
    transition: .3s
}

.search-box button:hover {
    transition: .3s;
    background: #2a1a55;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p font {
    font-size: 16px;
    font-weight: 300;
    color: #313132
}

.yonkasoft-header .topbar-img {
    display: flex
}

.yonkasoft-header .topbar-img img {
    width: 100%
}

.blog-page-selection .blog-row {
    display: flex;
    gap: 30px
}

.blog-page-selection .blog-row .side-cat {
    width: 25%;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px 30px
}

.blog-page-selection .blog-row .side-cat .side-wrap {
    position: sticky;
    top: 10px
}

.blog-page-selection .blog-row .side-cat h2 {
    font-weight: 500;
    color: #313132;
    margin-bottom: 10px
}

.blog-page-selection .blog-row .side-cat .cat-list ul {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.blog-page-selection .blog-row .side-cat .cat-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #313132
}

.blog-page-selection .blog-row .blog-list-area {
    width: 75%
}

.banner-col {
    margin: 10px 0
}

.modal {
    z-index: 999999 !important
}

.modal .modal__inner .modal__top {
    background-color: #b04d9d;
    color: #fff;
    border-radius: 0;
    height: 60px
}

.modal .modal__inner .modal__top .modal__title {
    font-size: 20px;
    padding: 0 20px
}

.modal .modal__inner .modal__top .modal__close {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 30px
}

.modal .modal__inner .modal__top .modal__close::before {
    content: "\eb99"
}

.modal .modal__inner .modal__top .modal__close .material-icons {
    display: none
}

.modal .modal__inner .modal__content {
    height: 500px;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
    overflow-y: scroll
}

.modal .modal__inner .modal__content::-webkit-scrollbar-track {
    width: 5px;
    background-color: #e0e0e0
}

.modal .modal__inner .modal__content::-webkit-scrollbar {
    width: 5px;
    background-color: #e0e0e0
}

.modal .modal__inner .modal__content::-webkit-scrollbar-thumb {
    background-color: #b04d9d;
    width: 100%
}

.modal .modal__inner .modal__content p {
    font-size: 14px;
    color: #313132ab;
    margin-bottom: 10px
}

.modal .modal__inner .modal__content p b {
    color: #313132 !important;
    font-family: inherit !important;
    font-size: 20px !important;
    font-weight: 500
}

.modal .modal__inner .modal__content form {
    column-gap: 10px;
    row-gap: 10px;
    margin: 0
}

.modal .modal__inner .modal__content form .row {
    row-gap: 10px
}

.modal .modal__inner .modal__content form .row .col input {
    width: 100%;
    padding: 0 10px
}

.modal .modal__inner .modal__content form .row .col-md-12 textarea,
.modal .modal__inner .modal__content form .row .col-md-4 input {
    width: 100%
}

.modal .modal__inner .modal__content form .row .col-md-4:nth-child(3) {
    width: 100%
}

.modal .modal__inner .modal__content form .row .col-md-4 .iti--allow-dropdown .iti__country-container button {
    background-color: unset;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    border-radius: 0;
    padding-right: 5px
}

.modal .modal__inner .modal__content form .row .col-md-4 .iti--allow-dropdown .iti__country-container button .iti__selected-country-primary {
    padding: 0 5px 0 10px
}

.modal .modal__inner .modal__content form .row .col-md-4 .iti--allow-dropdown .iti__country-container button .iti__selected-dial-code {
    font-size: 14px
}

.modal .modal__inner .modal__content form input,
.modal .modal__inner .modal__content form textarea {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #313132;
    font-size: 14px
}

.modal .modal__inner .modal__content form textarea {
    height: 100px;
    padding: 15px;
    font-weight: 300
}

.modal .modal__inner .modal__content form input::placeholder,
.modal .modal__inner .modal__content form textarea::placeholder {
    font-size: 12px;
    color: #313132;
    opacity: .5
}

.modal .modal__inner .modal__content form .col-md-6 {
    width: 49%;
    padding: 0 10px
}

.modal .modal__inner .modal__content form button {
    background-color: #b04d9d;
    color: #fff;
    height: 45px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px !important
}

.modal .modal__inner .modal__content form button#tlpBtn {
    padding: 0 20px !important
}

.modal .modal__inner .modal__content form .col-md-8 {
    width: 77%
}

.yk-product-card.not-stock .card-media a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff87;
    z-index: 9
}

.yk-product-card a.ekleFavori::before {
    visibility: hidden
}

.yk-product-card.not-stock .card-content {
    padding-top: 50px
}

.card-slider .basket-content a {
    font-size: 12px;
    height: 30px !important
}

.card-slider .yk-product-card #sayac .sayac-item,
.p-for-coupon .navigation-yk button i,
.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio .varyantRadioLabel span,
.swiper-category-sub .yk-category-card .card-text a {
    font-size: 12px
}

.yonkasoft-page-head.has-sub {
    padding-bottom: 10px
}

.p-for-item .product-coupon {
    display: flex
}

.p-for-item .product-coupon .product-item {
    margin: 0;
    height: 70px
}

.free-cargo .product-coupon .product-item .c-left i,
.p-for-item .product-coupon .product-item .c-left i {
    font-size: 18px
}

.free-cargo .product-coupon .product-item .c-left span,
.p-for-item .product-coupon .product-item .c-left span {
    font-size: 13px
}

.p-for-item .product-coupon .product-item .c-right button {
    font-size: 12px;
    height: 25px
}

.p-for-coupon .navigation-yk button {
    background-color: #effbf5;
    border: 1px solid #1d9a37;
    width: 22px;
    height: 22px;
    top: 63%
}

.alt-pop .pop-button:hover,
.p-for-coupon .navigation-yk button:hover {
    background-color: #1d9a37;
    color: #fff
}

.p-for-coupon .navigation-yk button.prev {
    left: -14px
}

.p-for-coupon .navigation-yk button.next {
    right: -14px
}

.alt-pop {
    position: relative
}

.alt-pop .pop-area ul li a,
.alt-pop .pop-button {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center
}

.alt-pop .pop-button {
    background-color: #fff;
    border: 1px solid #1d9a37;
    height: 35px;
    border-radius: 5px;
    padding: 0 15px;
    color: #1d9a37;
    position: relative;
    cursor: pointer;
    transition: all .4s
}

.alt-pop .pop-button:hover {
    transition: all .4s
}

.alt-pop.customer-service .pop-button:hover {
    background-color: #b04d9d;
    border-color: #b04d9d;
    color: #fff;
    transition: all .4s
}

.alt-pop.customer-service .pop-button {
    color: #b04d9d;
    border-color: #b04d9d;
}

.alt-pop .pop-button .ri-whatsapp-line {
    font-size: 18px;
    line-height: 1
}

.alt-pop .pop-button.active {
    background-color: #fdede8;
    border-color: #ea5e1f;
    color: #ea5e1f;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid #ea5e1f26;
    z-index: 9
}

.alt-pop .pop-area {
    position: absolute;
    top: 99%;
    left: 0;
    background-color: #fdede7;
    padding: 0;
    border-radius: 0 5px 5px 5px;
    width: 200px;
    border: 1px solid #ea5e1f;
    display: none;
    z-index: 99
}

.alt-pop .pop-area ul li a {
    color: #ea5e1e;
    font-size: 14px;
    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
}

.yonkasoft-header.fixed-active {
    z-index: 999999
}

.category-result .mobil-show-filter .filterCat .filter-wrap .ny-filter-item::-webkit-scrollbar {
    width: 3px;
    background-color: #efefef
}

.category-result .mobil-show-filter .filterCat .filter-wrap .ny-filter-item::-webkit-scrollbar-thumb {
    background-color: #ec6624
}

.free-cargo .product-coupon {
    width: 100%;
    max-width: 400px
}

.free-cargo .product-coupon .product-item {
    width: 100%;
    margin: 0;
    height: 45px
}

.free-cargo .product-coupon .product-item .c-right button {
    font-size: 11px
}

.swiper.swiper-sepet-kargo .swiper-wrapper {
    align-items: center
}

.swiper.swiper-sepet-kargo .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center
}

.free-cargo .navigation-yk button {
    background: #fff;
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px
}

.free-cargo .navigation-yk button:hover {
    background-color: #b04d9d;
    border-color: #b04d9d
}

.free-cargo .navigation-yk button.prev {
    left: -15px
}

.free-cargo .navigation-yk button.next {
    right: -15px
}

.free-cargo .navigation-yk button i {
    font-size: 16px;
    color: #b04d9d
}

.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
}

.coupon-container .product-coupon .product-item.coupon.spacer {
    padding-bottom: 24px
}

.pag-zoom-swiper * {
    transition: all 0s !important
}

.product-detail-slider {
    overflow: visible !important
}

.extm {
    z-index: 9999
}

.swiper-slide,
.zoom-hover {
    position: relative
}

.zoom-hover {
    float: left;
    width: 33.333%;
    height: 100%;
    overflow: hidden
}

.zoom-hover .image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out
}

.promotions-custom-area,
.sales-field,
.sales-field .sales-title span {
    border: 1px solid #e0e0e0;
    background-color: #fff
}

.sales-field {
    padding: 40px 15px 15px;
    border-radius: 8px;
    position: relative;
    margin: 20px 0
}

.sales-field .sales-title::before,
.sales-field::before {
    content: "";
    width: 100.6%;
    height: 105%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #e8ff00;
    background: #0027ff;
    background: -moz-linear-gradient(90deg, #0027ff 0, #350079 35%, #35b900 67%, #ff6f00 100%);
    background: -webkit-linear-gradient(90deg, #0027ff 0, #350079 35%, #35b900 67%, #ff6f00 100%);
    background: linear-gradient(90deg, #0027ff 0, #350079 35%, #35b900 67%, #ff6f00 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 {
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #b04d9d;
    position: relative;
    z-index: 99;
    display: block
}

.sales-field .sales-title::before {
    width: 102%;
    height: 109%
}

.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: #b04d9d
}

.promotions-custom-area {
    margin: 30px 0;
    border-radius: 15px
}

.promotions-custom-area .promotions-custom-box {
    padding: 20px 25px
}

.promotions-custom-area .promotions-custom-box .title {
    color: #2a1a55;
    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: #2a1a55;
    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:hover{
    background-color: #b04d9d;
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .add-to-cart::before {
    content: "";
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100px;
    position: absolute;
    background-color: #b04d9d
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box {
    color: #2a1a55;
    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: #b04d9d;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .text-content b,
.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .promotion-card .kazanc-box span,
.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-info .yta-product-info .yta-product-image-and-name h3 {
    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: #b04d9d;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 500
}

.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-left .symbol,
body .w3-modal .w3-modal-content {
    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: #b04d9d
}

.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: #b04d9d;
    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: #b04d9d;
    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
}

.profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h3,
.promotions-custom-area .promotions-custom-box .promotions-custom-flex .promotions-custom-middle .add-to-cart i {
    font-size: 20px
}

.category-group-area .navigation-yk button i,
.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: #b04d9d;
    font-size: 20px;
    text-decoration: unset;
    font-weight: 500
}

.category-group-area {
    position: relative
}

.category-group-area .navigation-yk button {
    top: 42%
}

.category-group-area .navigation-yk button.prev {
    left: -25px
}

.category-group-area .navigation-yk button.next {
    right: -25px
}

.breadcrumb ul li a.goster {
    height: 25px;
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    font-size: 12px;
    width: max-content;
    padding: 7px;
    border-radius: 5px;
    z-index: 99999;
    background-color: #b04d9d;
    color: #fff !important
}

.card-slider .yk-product-card .card-content .price .stock-alert {
    height: 22px;
    font-size: 10px
}

.card-slider .yk-product-card .card-content .price .stock-alert svg {
    width: 14px
}

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,
body .w3-modal .w3-modal-content .w3-container form .panel .panel-body .row .col-md-12 {
    width: 100%
}

.profil-page .col-lg-8 .dashboard-right-sidebar .text-content {
    font-size: 14px !important;
    color: #313132;
    font-weight: 300
}

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: #2a1a55 !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,
.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;
    float: left
}

.profil-page .col-lg-8 .dashboard-right-sidebar button.ad-del-btn-ny {
    background-color: red !important;
    opacity: 1;
    margin-left: 20px
}

.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,
.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 .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 {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px 10px 0;
    font-weight: 500 !important;
    color: #313132
}

.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 {
    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;
    border: 1px solid #000;
    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-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 {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    background-color: #b04d9d;
    border-color: #b04d9d
}

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
}

.sale-result,
.sale-result .result-vision {
    background-color: #fdede7;
    border: 1px solid #b04d9d;
    margin: 30px 0 0;
    border-radius: 10px;
    padding: 10px;
    width: fit-content
}

.sale-result .result-vision {
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 10px 0 0;
    color: #b04d9d;
    font-size: 13px
}

.sale-result .result-vision.price-vision {
    background-color: unset;
    border: unset;
    padding: 0;
    margin: 0;
    width: auto
}

.sale-result .result-vision .price-kazanc,
.sale-result .result-vision ins {
    font-weight: 500;
    margin-left: 10px;
    color: #2a1a55;
    font-size: 14px
}

.sale-result .result-vision del {
    font-size: 16px;
    color: #9b9b9b;
    text-decoration: line-through
}

.sale-result .result-vision ins {
    font-size: 18px;
    color: #b04d9d;
    text-decoration: none
}

.cart-out .ny-cart-list .nyCartListRight {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    color: #313132;
    font-size: 14px
}

.cart-out .ny-cart-list .nyCartListRight .nyCartProductSubTitle,
.product-group.counter-group .counter-pr #sayac .sayac-item span {
    font-size: 14px
}

.cart-out .ny-cart-list .nyCartListRight .nyCartProductSubValue {
    margin-left: -10px;
    color: #b04d9d;
    font-size: 14px
}

.p-for-variasyon .productVariants .productBox .sub {
    color: red;
    font-size: 12px
}

.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px
}

.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio {
    width: 23%;
    margin: 0
}

body .p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio .varyantRadioLabel {
    border-color: #e0e0e0;
    border-radius: 6px;
    color: #313132;
    line-height: normal;
    transition: .3s;
    font-size: 12px;
    min-height: 30px
}

.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio .varyantRadioLabel:hover {
    background-color: unset;
    color: #313132;
    border-width: 1px;
    border-color: #e95d1e;
    transition: .3s
}

.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio input:checked+.varyantRadioLabel {
    background-color: unset;
    color: #313132;
    border-width: 2px;
    border-color: #e95d1e
}

.p-for-variasyon .productVariants .productBox .formControl .form-group .radio-content .radio .varyantRadioLabel .variant_70 {
    width: 100%;
    height: 70px;
    object-fit: contain
}

.product-group.counter-group .counter-pr {
    border: unset;
    padding: 0;
    border-radius: 0;
    gap: 0;
    background: unset
}

.product-group.counter-group .counter-pr #sayac .sayac-item {
    background: #fff;
    border: 1px solid #b04d9d;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #313132;
    font-size: 16px;
    height: 60px;
    width: 60px;
    gap: 0
}

.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 {
    color: #b04d9d;
    margin-bottom: 5px
}

.coupon-area img,
.kasa-onu {
    border-radius: 10px;
    border: 1px solid #e0e0e0
}

.kasa-onu .swiper-product-kasa .hover-pagination .hover-item-bullet {
    height: 3px;
    width: 25px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content {
    height: auto;
    min-height: unset !important;
    padding: 10px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .left .p-for-item {
    margin-bottom: 5px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .price {
    margin-bottom: 0
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .price del {
    font-size: 10px;
    margin-bottom: 2px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .price .active-price {
    font-size: 14px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .badges {
    display: none
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .yk-product-card-title {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .badges .coupon,
.kasa-onu .swiper-product-kasa .yk-product-card .card-content .badges .promotion-badge {
    width: 100%
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-content .low-price,
.kasa-onu .swiper-product-kasa .yk-product-card .ticket-left,
.kasa-onu .swiper-product-kasa .yk-product-card .ticket-right {
    display: none
}

.kasa-onu .swiper-product-kasa .yk-product-card .p-for-item .rating span.rating-point {
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 1
}

.kasa-onu .swiper-product-kasa .yk-product-card .p-for-item .rating .rating-stars span {
    font-size: 10px;
    top: 0
}

.kasa-onu {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px 10px 0 0;
    position: relative
}

.kasa-onu .product-group {
    margin: 0
}

.kasa-onu .yk-head {
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px
}

.kasa-onu .yk-head .icon img {
    width: 26px;
    display: block
}

.kasa-onu .yk-head h2 {
    font-size: 18px;
    color: #b04d9d;
    font-weight: 400
}

.kasa-onu::before {
    content: ""
}

.kasa-onu .swiper-product-kasa .yk-product-card .card-media img {
    height: 120px;
    padding: 0
}

.kasa-onu .basket-content a {
    font-size: 11px;
    height: 25px !important
}

.kasa-onu .basket-content a svg {
    width: 16px
}

.kasa-onu .yk-product-card:hover .basket-content {
    bottom: 10px
}

.sayac-area {
    display: block !important
}

.p-for-item.p-for-headline .flash-product-buton,
.yk-product-card .sayac-area {
    padding: 5px;
    margin: 5px 0 0;
    border-radius: 5px;
    animation: sayacalert 2s infinite;
    border-width: 1px;
    border-style: solid
}

.yk-product-card #sayac {
    display: flex;
    justify-content: center;
    gap: 7px;
    animation: sayacalert 2s infinite
}

.card-slider .yk-product-card #sayac,
.cart-out div .basket_list .ny-cart-list .nyCartListRight {
    gap: 0
}

.yk-product-card #sayac .sayac-item {
    width: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 16px
}

.yk-product-card #sayac .sayac-item span {
    font-size: 12px;
    display: block;
    text-align: center
}

.cart-out {
    margin: 30px 0 0;
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0
}

.cart-out div h3 {
    font-size: 18px !important;
    font-weight: 500;
    color: #313132 !important;
    border: unset !important;
    margin-bottom: 15px
}

.cart-out div .basket_list .ny-cart-list .nyCartListRight .nyHidMobile {
    gap: 5px
}

.cart-out div .basket_list .ny-cart-list .nyCartListRight .nyHidMobile .nyCartProductSubTitle {
    width: auto
}

.cart-out div .basket_list .ny-cart-list .nyCartListRight .nyHidMobile .nyCartProductSubValue {
    animation-fill-mode: backwards
}

.blog-detail-selection .blogDetail h2 span,
.blog-detail-selection .blogDetail h3 span,
.blog-detail-selection .blogDetail h4 span,
.blog-detail-selection .blogDetail h5 span,
.blog-detail-selection .blogDetail h6 span {
    font-weight: inherit !important
}

.p-for-price .payment-options {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 10px 0 0
}

.p-for-price .payment-options i {
    font-size: 16px;
    color: #313132
}

.p-for-price .payment-options span {
    font-size: 12px;
    color: #313132;
    font-weight: 300
}

.p-for-item.p-for-headline .flash-product-buton {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 300;
    height: 35px;
    padding: 0 10px;
    background-color: #fdede6;
    margin: 0 0 5px;
    animation: stokalert 2s infinite;
    width: fit-content
}

.p-for-item.p-for-headline .flash-product-buton svg {
    height: 20px;
    width: 20px;
    fill: #0707bb
}

.basket-content a::before,
.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt::before,
.p-for-media-group .video-buton .link-vid-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: #2a1a55;
}

.basket-content a:hover:before,
.cart-summary .buy-button:hover:before,
.global_basket .more-shop:hover:before,
.p-for-media-bottom .complement-wrap .complement-list .swiper .swiper-slide a.addSptBt:hover::before,
.p-for-media-group .video-buton .link-vid-button:hover:before {
    opacity: 1
}

.p-for-price .low-price-and-installment .other-installment a.installmentGo {
    color: #313132;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px
}

.p-for-price .low-price-and-installment .other-installment a.installmentGo:hover {
    background: #b04d9d;
    color: #fff;
    border-color: #b04d9d
}

body .rvts_personalized_search_main {
    overflow: hidden;
    margin: -2px 0 0;
    top: 179px !important;
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel {
    height: auto !important
}

body .rvts_personalized_search_main .rvts_personalized_search_main-left-panel .rvts_personalized_search_main-categories div,
body .rvts_personalized_search_main .rvts_personalized_search_main-left-panel .rvts_personalized_search_main-recommended-queries div,
body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results-title span {
    font-size: 16px;
    font-weight: 500;
    color: #b04d9d
}

body .rvts_personalized_search_main .rvts_personalized_search_main-left-panel .rvts_personalized_search_main-categories .rvts_personalized_search_main-categories-item,
body .rvts_personalized_search_main .rvts_personalized_search_main-left-panel .rvts_personalized_search_main-recommended-queries .rvts_personalized_search_main-recommended-queries-item {
    font-size: 13px;
    color: #313132;
    margin-top: 0
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results .rvts_personalized_search-result:hover {
    box-shadow: unset;
    border-color: #b04d9d
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results .rvts_personalized_search-result img {
    width: 100px;
    object-fit: contain;
    border-right: 1px solid #e0e0e0;
    padding: 5px
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results .rvts_personalized_search-result img+div {
    color: #313132;
    font-size: 11px;
    text-align: left;
    line-height: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results .rvts_personalized_search-result div {
    color: #b04d9d;
    display: block;
    text-align: left
}

body .rvts_personalized_search_main .rvts_personalized_search_main-right-panel .rvts_personalized_search-results .rvts_personalized_search-result div span {
    text-align: left;
    padding-left: 5px
}

.tool-filter .filterCat .filter-wrap.popular .filter-title,
.tool-filter .filterCat .filter-wrap.popular .filter-title i {
    color: #b04d9d
}

.tool-filter .filterCat .filter-wrap.popular .filter-item label {
    color: #000;
    font-weight: 400
}

.yonkasoft-product-detail .yt-comment-div .comments {
    max-width: 100% !important;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech {
    padding: 0
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .total-vote {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .total-vote .yta-desktop-comment-information .yta-total-vote-first .ttl-sec {
    color: #b04d9d;
    margin-right: 10px;
    font-size: 22px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .total-vote .yta-desktop-comment-information .yta-total-vote-first .yt-multi-ort-puan {
    font-size: 12px;
    line-height: 1;
    align-items: flex-start
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint {
    padding: 0 20px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title {
    align-items: center
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title span {
    color: #303031
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title .moveButtonsYT {
    gap: 10px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .navButtonYT {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 20px;
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 5px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title .moveButtonsYT .navButtonYT.leftPuan::before,
.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title .moveButtonsYT .navButtonYT.leftTopic::before,
.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-filter-title .moveButtonsYT .navButtonYT.leftFoto::before {
    content: "\ea64";
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title .moveButtonsYT .navButtonYT.rightPuan::before,
.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .yt-filter-title .moveButtonsYT .navButtonYT.rightTopic::before,
.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-filter-title .moveButtonsYT .navButtonYT.rightFoto::before {
    content: "\ea6e";
    color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .filterSelect {
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .filterSelect .yt_all_comments .yta-selecFilter-row {
    box-shadow: none !important
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .filterRating {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    max-width: 100%
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-filter-ytech .filterWithPoint .filterRating .yta-starRow {
    box-shadow: unset;
    border-color: #e0e0e0
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech {
    display: flex;
    flex-direction: column
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .comments-title {
    font-size: 20px;
    font-weight: 400;
    color: #303031
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-filter-title span {
    color: #999
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-filter-title .moveButtonsYT {
    gap: 10px;
    margin-right: 20px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .image-list-yt {
    overflow: hidden;
    will-change: unset;
    max-width: 89%;
    gap: 0
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .image-list-yt .image-sort-yt {
    margin: 0
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .image-list-yt .image-sort-yt .yta-modal-image-div2 .yta-open-modal-2 .yta-comment-image-list {
    object-fit: contain;
    border: 1px solid #e0e0e0;
    margin: 0;
    width: 70px;
    height: 70px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .top-bar-ytech .search-container-ytech .ytech-trndyl-input {
    padding: 0 15px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .top-bar-ytech .yta-dateselect {
    font-family: 'Kanit', sans-serif
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .top-bar-ytech .yta-dateselect select {
    font-family: sans-serif
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-show-more {
    margin: auto;
    width: 96%;
    border: 1px solid #ec5f1f;
    color: #ec5f1f;
    font-size: 16px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .pwrbyYT {
    padding: 20px 30px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .pwrbyYT span {
    margin: 0 !important
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .pwrbyYT a {
    display: none
}

.yonkasoft-product-detail .yt-comment-div .container-yt {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    padding: 20px
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-answer-title {
    color: #ec5f1f;
    font-size: 22px !important;
    font-weight: 400 !important;
    padding-bottom: 20px !important;
    line-height: 1
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-info {
    margin: 0 0 20px;
    box-shadow: unset !important;
    border-radius: 10px !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-info .yta-product-info .yta-product-image-and-name {
    width: 100% !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-info .yta-product-info .yta-product-image-and-name .yta-product-image {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 2px;
    margin-right: 20px !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-detail {
    border: unset !important;
    border-radius: 10px;
    box-shadow: unset !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-detail .yta-question-list .yta-qna-item {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-detail .yta-question-list .yta-qna-item .yta-item-content .yta-answer h5 {
    margin-top: 5px !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-detail .yta-question-list .yta-more-questions-wrapper {
    margin: 10px 0 0 !important
}

.yonkasoft-product-detail .yt-comment-div .container-yt .yta-question-detail .yta-question-list .yta-more-questions-wrapper .yta-more-questions {
    margin: auto;
    width: 100%;
    border: 1px solid #ec5f1f;
    color: #ec5f1f;
    font-size: 16px
}

.yonkasoft-product-detail .yt-comment-div .comments .comments-main-ytech .yt-filter-title .moveButtonsYT .navButtonYT {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 20px;
    border: 1px solid #e0e0e0;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 5px
}

.coupon-container {
    margin: 0 0 30px
}

.coupon-container .coupon-sepet-area .swiper-coupon-sub .swiper-slide {
    padding-bottom: 10px
}

.coupon-area .coupon-group {
    row-gap: 15px
}

.cart-summary .buy-button::before,
.global_basket .more-shop::before {
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
    transition: opacity .3s;
    background: #2a1a55;
}

.topbar-gif {
    display: flex
}

.coupon-area img,
.topbar-gif img {
    width: 100%;
    object-fit: cover
}

body .topbar-custom {
    background-color: #b04d9d;
    height: 40px;
    background-image: url(https://www.yonkamuzikmarket.com/uploads/assets/yonkamuzik/images/topbar-background.webp);
    background-position: center;
    background-size: cover;
    position: relative
}

body .topbar-custom::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b80a0875
}

body .topbar-custom .container {
    height: 100%
}

body .topbar-custom .container .topbar-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative
}

body .topbar-custom .container .topbar-content .topbar-flex {
    display: flex;
    align-items: center;
    gap: 20px
}

body .topbar-custom .container .topbar-content .topbar-flex .topbar-text {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

body .topbar-custom .container .topbar-content .topbar-flex .sayac-area {
    display: flex !important;
    align-items: center
}

body .topbar-custom .container .topbar-content .topbar-flex .sayac-area span:first-child:not(.sayac-item span) {
    background-color: red;
    color: #fff;
    padding: 6px 7px;
    line-height: 1;
    border-radius: 5px;
    margin-right: 10px;
    border: 1px solid #ffffff75
}

body .topbar-custom .container .topbar-content .topbar-flex .sayac-topbar {
    display: flex;
    gap: 10px
}

body .topbar-custom .container .topbar-content .topbar-flex .sayac-topbar .sayac-item {
    color: #fff;
    font-size: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #ffffff47;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 5px
}

body .topbar-custom .container .topbar-content .topbar-flex .sayac-topbar .sayac-item span {
    font-size: 14px;
    color: #ffffffbf;
    position: relative;
    top: 1px
}

.p-for-detail #yt-question-a_questionAnswerButton_wrapper #yt-question-a_questionAnswerButton {
    background-color: #b04d9d;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.p-for-detail #yt-question-a_questionAnswerButton_wrapper #yt-question-a_questionAnswerButton:hover {
    background-color: #313132
}

.p-for-detail #yt-question-a_questionAnswerButton_wrapper #yt-question-a_questionAnswerButton img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

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: #b04d9d;
    padding-bottom: 0;
    display: block;
    text-decoration: unset !important;
    border-bottom: 1px solid#b04d9d
}

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: #ec5f1f
}

.recaptcha-box {
    display: flex;
    margin: 10px 0 0;
    border: 1px solid #e0e0e0;
    border-radius: 6px
}

.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: #b00;
    font-size: 16px;
    background-color: #bb000021;
    border: 2px solid #b00;
    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 p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin: 0 0 15px
}

.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: #b04d9d;
    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%
}

.content-ch {
    margin: 20px 0 50px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px !important
}

.content-ch .content-wrap-ch .content-box {
    position: relative;
    height: 200px;
    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: #313131;
    margin: 20px 0 5px
}

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

.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: #b04d9d;
    color: #b04d9d;
}

.content-ch .content-wrap-ch a.buton-alt.active .close {
    display: block !important
}

.content-ch .content-wrap-ch a.buton-alt span.hide,
.content-ch .content-wrap-ch a.buton-alt.active span.read {
    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
}

body .modal__inner {
    margin: 100px auto
}
