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

*:not(i) {
    font-family: "Bai Jamjuree", sans-serif;
}

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

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

}

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

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,
textarea:focus,
select:focus {
    outline: 0 !important;
}

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

.swiper-container {
  width: 100%;
}

.swiper-slide {
  box-sizing: border-box;
  vertical-align: top; /* inline-block ise alt alta gelmesini engeller */
}

.yonkasoft-header {
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}

.yonkasoft-header .header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 25px 0 20px;
    gap: 56px;
    position: relative;
}

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

.yonkasoft-header .header-wrap .menu-group .menu-item a {
    border: 1px solid #fff;
}

.yonkasoft-header .header-wrap .menu-group .menu-item button,
.yonkasoft-header .header-wrap .menu-group .menu-item a {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #000;
    text-transform: uppercase;
    position: relative;
    border-radius: 100%;
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}

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

.yonkasoft-header .header-wrap .menu-group .menu-item .basket-counter {
    background-color: #EC6624;
    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: 2;
    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: 100%;
}


.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 a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

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

.yonkasoft-lead {
    position: relative;
}

.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%;
    border-radius: 47px 47px 0 0;
}

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

.pagination-lead span.swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: 10px;
    background-color: #bababa82 !important;
    opacity: 1;
}

.product-group {
    color: #1C1C1C;
    /* margin: 70px 0 !important;  */
    position: relative;
    margin-bottom: 0px !important;
}

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

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

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

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

.navigation-yk {
    display: flex;
    gap: 20px;
}
.navigation-yk button.swiper-button-lock{
    display: none;
}
.navigation-yk button {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 0;
    transform: translate(0, -50%);
    z-index: 999;
    color: #000;
    top: 50%;
}

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

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

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

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

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

.swiper-product .swiper-slide {
    padding-bottom: 60px;
    z-index: 1;
}

.yk-product-card {
    position: relative;
    background: #fff;
    border: 1px solid #d9d9d9;
    height: 500px;
    border-radius: 15px;
}

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

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

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

.yk-product-card .card-content {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.yk-product-card .card-content .left {
    flex: 2;
}

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

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

.yk-product-card .card-content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
}

.yk-product-card .card-content .title-pr {
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 15px;
    color: inherit;
}

.yk-product-card .card-content .price {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 8px;
}

.yk-product-card .card-content .price .active-price {
    display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #5FA410;
}

.yk-product-card .card-content .price del {
    font-size: 16px;
    color: #CCCBCB;
    font-weight: 400;
}

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

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

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

.yk-category-card .card-media {
    background-color: #fff;
    border-radius: 100px;
    max-width: 110px;
    border: 5px solid #EC6624;
}

.yk-category-card .card-media a img {
    width: 100%;
    border-radius: 100px;
    object-fit: contain;
    vertical-align: middle;
    max-width: 120px;
    scale: 1.05;
    max-height: 110px !important;
}

.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-bottom: 70px;
}

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

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

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

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

.yonkasoft-commerce-features .features-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.yonkasoft-commerce-features .features-card p {
    font-size: 18px;
    font-weight: 200;
}

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

.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: #EC6624;
    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: #ec6623;
    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-card button img {
    width: 30px;
}

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

label.check-in.checked::after {
    opacity: 1;
}

.yonkasoft-commerce-journal .journal-wrap .journal-form .form-check label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.yonkasoft-footer {
    background-color: #fff;
}

.yonkasoft-footer .footer-flex {
    display: flex;
}

.yonkasoft-footer .footer-left {
    width: 75%;
    padding: 50px 0;
    height: auto;
}

.yonkasoft-footer .footer-right {
    width: 25%;
    background-color: #fff;
    position: relative;
    padding: 30px 0;
}

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

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

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

.yonkasoft-footer .footer-group ul li a {
    font-size: 16px;
    font-weight: 300;
    transition: all .4s;
    color: #000;
}

.yonkasoft-footer .footer-alt {
    padding: 50px 0;
    border-width: 1px;
    border-top: 1px solid var(--footerTextColor);
    margin-top: 70px;
}

.yonkasoft-footer .footer-alt .footer-link-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.yonkasoft-footer .footer-alt .footer-link-group a,
.yonkasoft-footer .footer-alt .footer-link-group .powered {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    transition: all .4s;
    color: var(--footerTitleColor);
}

.yonkasoft-footer .footer-alt .footer-link-group .social-footer {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yonkasoft-footer .footer-alt .footer-link-group .social-footer span {
    font-size: 20px;
    font-weight: 200;
    line-height: 26px;
    color: var(--footerTitleColor);
}

.yonkasoft-footer .footer-alt .footer-link-group .social-footer .social-group {
    display: flex;
    gap: 10px;
    align-items: center;
}

.yonkasoft-footer .footer-alt .footer-link-group .social-footer .social-group a img {
    width: 20px;
    display: block;
}

.copy .copy-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.copy .copy-wrap .copy-text {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.copy .copy-wrap .copy-text a {
    color: #fff;
}

.copy .copy-wrap .copy-credit img {
    width: 200px;
}

.hover-pagination {
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0 0 14px;
}

.hover-pagination .hover-item-bullet {
    height: 5px;
    width: 25px;
    background-color: #bababa70;
    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: #414042;
    left: -100%;
    transition: all .3s;
    position: absolute;
    top: 0px;
    display: block;
}

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

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

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

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

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

.yk-mega-menu.active {
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.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;
}

.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 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.yk-mega-menu-content .content-area .mega-menu-child.active-mega {
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.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;
}

.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;
    display: block;
    line-height: 1;
    vertical-align: bottom;
    margin-right: 5px;
    position: relative;
    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;
}

.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 {
    margin: 50px 0 0;
}

.search-box {
    height: 60px;
    width: 100%;
    position: relative;
}

.search-box input {
    background-color: #fff;
    width: 100%;
    border: unset;
    height: 53px;
    padding-left: 20px;
    color: #898989;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}

.search-box input:focus {
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border: unset !important;
    border: 1px solid #ec6623 !important;
    background-color: #fff;
}

.search-box input:focus-visible {
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border: unset !important;
    background-color: #fff;
}

.search-box input::placeholder {

    color: #898989;
}

.search-box button {
    position: absolute;
    width: 62px;
    height: 84%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
}

.search-box button img {
    width: 24px;
}

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

.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: 30px 0;
    border-width: 0 0 1px;
    border-color: #e1e1e1;
    border-style: solid;
    margin-bottom: 50px;
}

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

.yonkasoft-page-head .head-page-flex .page-bread {
    display: flex;
    align-items: center;
    gap: 30px;
}

.breadcrumb ul {
    display: flex;
}

.breadcrumb ul li {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
}

/*
.breadcrumb ul li a::before {
    content: ">";
    color: #FFA33C;
    font-size: 18px;
    margin: 0 7px;
    line-height: 1;
}
*/

.breadcrumb ul li a {
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
}

.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 .filterCat {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tool-filter .filterCat .filter-wrap {
    position: relative;
    width: 100%;
    border: 1px solid #d6d6d633;
    border-radius: 50px;
    flex: unset;
    width: fit-content;
}

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

.tool-filter .filterCat .filter-wrap .filter-title {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    color: #fff;
    gap: 10px;
}

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

.tool-filter .filterCat .filter-wrap .filter-title i.active {
    background-color: #EC6624;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 18px;
    transform: rotate(180deg);
}

.tool-filter .filterCat .filter-wrap .filter-title.active {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    border-radius: 20px 20px 0 0;
    z-index: 99999;
    position: relative;
    font-size: 16px;
    gap: 20px;
}

.tool-filter .filterCat .filter-wrap .filter-title.active::before {
    content: "";
    position: absolute;
    right: -32px;
    bottom: -19px;
    background-image: url(/uploads/assets/teknodeposu/new/2024/kose.svg);
    width: 50px;
    height: 50px;
    z-index: 99999;
    transform: rotate(3deg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.tool-filter .filterCat .filter-wrap .filter-title img {
    width: 15px;
    transform: rotate(90deg);
    transition: all .2s;
    position: relative;
    top: 1px;
    object-fit: contain;
}

.tool-filter .filterCat .filter-wrap .filter-title img.rotate {
    transform: rotate(-90deg);
    transition: all .2s;
}

.tool-filter .filterCat .filter-wrap .filter-item {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    left: 0;
    top: 100%;
    border-radius: 0 15px 15px 15px;
    width: 300px;
    border: unset;
    height: auto;
    max-height: max-content;
}

.tool-filter .filterCat .filter-wrap .filter-item::-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;
    cursor: pointer;
    width: fit-content;
}

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

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

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

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

.tool-filter .filterCat .filter-wrap .filter-item label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #cbcbcb;
    border-radius: 100px;
}

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

.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-header.not-home .header-wrap .menu-group .menu-item button,
.yonkasoft-header.not-home .header-wrap .menu-group .menu-item a {
    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: #EC6624;
    }

    .oz-web {
        font-size: 16px !important;
        padding: 15px 0 !important;
        width: 100% !important;
        font-weight: 500 !important;
        color: #000 !important;
        border-bottom: 1px solid #ff0000 !important;
        background: none !important;
        border: none !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 0;
}


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

.category-result .yk-product-card {
    height: 100%;
}

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

.category-result .group-row {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 50px;
}

.category-result .group-row .tool-filter {
    display: flex;
    justify-content: space-between;
    background-color: #414042;
    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
}

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

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

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

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

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

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

.category-result .group-row .bottom {
    padding: 30px 0 10px;
}

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

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

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

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

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

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

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

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

.yonkasoft-product-detail {
    margin-bottom: 100px;
    position: relative;
    margin-top: 20px;
}

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

.yonkasoft-product-detail .p-for-wrap .p-for-media {
    width: 45%;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group {
    position: sticky;
    top: 25px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .zoom-data {
    cursor: zoom-in;
}


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

.yonkasoft-product-detail .p-for-wrap .p-for-detail {
    width: 55%;
    position: relative;
    z-index: 9;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap {
    position: sticky;
    top: 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item:not(:last-child) {
    padding: 20px 0;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #414042;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .brand {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #df6022;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .brand a {
    color: #df6022;
    font-weight: 600;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .p-code {
    color: #959595;
    font-size: 16px;
    font-weight: 400;
    display: block;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .p-info {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px;
}


.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .share-area {
    position: absolute;
    right: 0;
    top: -20px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 12px;
    gap: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 50px 30px rgba(0, 0, 0, 0.04);
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .share-area a {
    background: unset;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount {
    display: flex;
    align-items: center;
    height: 70px;
    gap: 20px;
    width: 40%;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .p-price {
    text-align: left;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .p-price .ust {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .p-price .ust .discount i {
    background: #97001C;
    padding: 0 10px;
    border-radius: 10px 0 0 10px;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .p-price del {
    color: #A5A5A5;
    font-size: 22px;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .p-price .end-price {
    font-size: 35px;
    font-weight: 700;
    color: #5FA410;
    margin: 5px 0 0;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .price-and-discount .discount {
    color: #fff;
    background: #CA0025;
    font-weight: 600;
    border-radius: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    height: 35px;
    width: fit-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.product-buton.add-basket-button {
    color: #fff;
    border: unset;
    width: 30%;
}

a.product-buton.hemen-al-button {
    border: 1px solid #000;
    width: 30%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


.product-information .product-dist .size-pr {
    display: flex;
    align-items: center;
}

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

.product-information .product-dist .size-pr .row span {
    font-size: 15px;
    font-weight: 500;
}

.product-information .product-dist .size-pr .row a {
    font-size: 15px;
    font-weight: 300;
}

.product-information .product-dist .size-pr .size-table {
    margin-left: 20px;
}

.product-information .product-dist .size-pr .size-table .size-options {
    display: flex;
    gap: 10px;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item {
    position: relative;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
}

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

.product-information .product-dist .size-pr .size-table .size-options .option-item input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.product-information .product-dist .size-pr .size-table .size-options .option-item img.exhausted {
    position: relative;
    top: -2px;
    left: -5px;
    width: 15px;
}

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

.product-information .product-dist .size-pr .size-table .size-options .option-item.selected img.exhausted {
    display: none;
}

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

.product-information .product-dist .buy-pr a {
    background-color: #000;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
}

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

.product-information .product-dist .buy-pr a img {
    width: 30px;
    position: relative;
    top: -3px;
}

.product-information .product-dist .buy-pr a span {
    position: relative;
    top: 1px;
}

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

.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: 100%;
    height: 100vh;
    z-index: 9999999999999;
    position: fixed;
    display: none;
    background-color: #f4f4f4;
    top: 0;
}


.zoom-pr-ky .zoom-flex {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 30px;
}

.zoom-pr-ky .pagination-wrap {
    width: 15%;
    height: 90vh;
    margin: auto;
    padding-right: 30px;
}

.zoom-pr-ky .pag-zoom-swiper {
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
    display: block;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide {
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide img {
    margin: auto;
    object-fit: contain;
    height: 100%;
    width: 100%;
    border: 2px solid transparent;
    transition: all .4s;
}

.zoom-pr-ky .pag-zoom-swiper .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #ec6624;
    transition: all .4s;
}

.zoom-pr-ky .swiper-main-zoom {
    width: 85%;
    height: 90vh;
    margin: auto;
    background-color: #fff;
    border-radius: 15px;
}

.zoom-pr-ky .swiper-main-zoom .swiper-slide {
    overflow: hidden;
}

.zoom-pr-ky .swiper-main-zoom .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    overflow: hidden;
    background-color: #fff;
    max-height: 90vh;
    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 15px;
    z-index: 999;
    font-size: 24px;
    border-top: unset;
    border-right: unset;
}

.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(https://yonkasoft.com/wp-content/uploads/2024/03/zoom-out-18.svg) 1x), auto;
    cursor: url(https://yonkasoft.com/wp-content/uploads/2024/03/zoom-out-18.svg), auto;
    cursor: -webkit-image-set(url(https://yonkasoft.com/wp-content/uploads/2024/03/zoom-out-18.svg) 1x), auto;
}

.zoom-pr-ky .pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    z-index: 99999999999;
    display: flex;
    gap: 10px;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb {
    position: relative;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99;
    opacity: 0.2;
}

.zoom-pr-ky .pagination .zoom-thumb-area:not(:last-child) {
    margin-bottom: 10px;
}


.zoom-pr-ky .nav-button {
    font-size: 20px;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    border: 1px solid #e0e0e0;
    border-radius: 100px;
}

.zoom-pr-ky .nav-button i {
    color: #000;
}

.zoom-pr-ky .nav-button.prev {
    left: 15px;
}

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

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

.yonkasoft-footer .footer-group .footer-content {
    display: block;
}

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

.commerce-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

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

.yonkasoft-footer .footer-group ul li a:hover {
    color: #a3a3a3;
    transition: all .4s;
}

.yonkasoft-footer .footer-alt .footer-link-group a:hover {
    color: #acacac;
    transition: all .4s;
}

.yk-category-card .card-media {
    position: relative;
}


#fullpage {
    position: relative;
    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%);
}

.slider-content .swiper-slide::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 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 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(0px, 0px, 0px) !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: hsla(41, 18%, 37%, 0.3);
    border: 1px solid hsla(0, 0%, 100%, 0.3);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

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

.dots-page .dots-bullet.active {
    background-color: hsla(0, 0%, 15%, 0.5);
    border: 1px solid hsla(0, 0%, 100%, 0.9);
    transition: all 0.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 {
    width: 100%;
    height: 100%;
}

.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: 0px !important;
}

#fp-nav ul li a {
    position: relative;
}

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

#fp-nav ul li a.active span {
    background: hsl(0deg 0% 100%) !important;
    transition: all 0.2s ease-in-out !important;
    margin: 0 !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 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    min-width: 1400px;
    padding: 12px 0px 10px;
}

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

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

.yonkasoft-adw {
    height: 40vh;
    display: flex;
    align-items: center;
    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: 0.5s !important;
}

.yk-mega-menu-v2 {
    transform: translate(-50%, 0);
    position: absolute;
    z-index: 99999;
    width: 100%;
    overflow: hidden;
    display: none;
    top: 73%;
    left: 50%;
    border-radius: 0px 15px 15px 15px;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    height: 500px;
}

.yk-mega-menu-v2 .topbar-ky {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top {
    position: relative;
    display: flex;
    height: 100%;
    background-color: #fff;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content {
    width: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large {
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .logo img {
    width: 200px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a img {
    width: 22px;
    height: auto;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop {
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter {
    position: absolute;
    left: 13px;
    top: 0px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter span {
    position: relative;
    top: 1px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0px 0;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar img {
    width: 20px;
    position: relative;
    top: -2px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar input {
    border: unset;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    background-color: unset;
    cursor: pointer;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .search-bar input::placeholder {
    font-size: 14px;
    color: #444444;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent {
    display: flex;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    width: 25%;
    border-right: 1px solid #E4E4E4;
}

.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;
    gap: 15px;
    padding: 30px 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li {
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a {
    color: #000;
    font-weight: 500;
    transition: all 0.4s ease;
    background-color: unset;
    font-size: 14px;
    height: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.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 0.4s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img {
    background: #ec66233d;
    border: 1.5px solid #ec66233d;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img.mobil-media {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.active {
    transition: all 0.5s ease;
    color: #ec6623;
    transform: scale(1);
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.active img {
    border-color: #ec6623;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.active i {
    color: #ec6623;
    transition: all 0.5s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a i {
    color: #000;
    font-size: 16px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil {
    display: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper {
    display: flex;
    padding: 10px 0px 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper ul {
    flex: 1;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .menu-group-wrapper.menu-group-mobil .menu-mobil-wrapper ul li a {
    border: unset;
    font-size: 14px;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .all-view {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    position: relative;
    line-height: 1;
    margin-top: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .all-view::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #000;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .box-ky {
    padding: 10px 0;
    font-size: 16px;
    margin: 20px 0px;
    width: 300px;
    max-width: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a {
    width: 100%;
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    transition: all 0.5s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li:not(:last-child) a {
    border-bottom: 1px solid #000;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .once-menu-list li a:hover {
    color: #a3a3a3;
    transition: all 0.5s ease-in-out;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right {
    width: 75%;
    overflow: hidden;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap {
    position: relative;
    height: 100%;
}

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

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper {
    display: flex;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    height: 100%;
    padding: 30px 20px;
    flex: 1;
}

.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: #ec6623;
    font-weight: 500;
    transition: all 0.4s ease;
    background-color: unset;
    font-size: 14px;
    height: auto;
    font-weight: 500;
}

.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.active {
    transition: all 0.5s ease;
    color: #404041;
    transform: scale(1.1) translateX(10px);
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a i {
    color: #ec6623;
    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 a.active i {
    color: #404041;
    transition: all 0.5s ease;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-banner {
    width: 60%;
    padding: 30px 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-banner a {
    height: auto;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .mobil-logo {
    display: none;
    padding: 0 0 0 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .mobil-logo a img {
    width: 200px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media {
    width: 45%;
    height: auto;
    position: relative;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media img {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title {
    padding: 0 0px 50px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title span {
    display: block;
    position: relative;
    width: fit-content;
    font-size: 14px;
    font-weight: 300;
}

.yk-mega-menu-v2 .menu-flex-top .menu-media .media-content .title span::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
}

.yk-mega-menu-v2 .close-menu {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yk-mega-menu-v2 .close-menu img {
    width: 20px;
}

.mega-filter {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100vh;
    top: 0;
    transform: translateX(100%);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.mega-filter.active {
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

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

.mega-filter .mega-filter-wrap .filter-main-head .filter-main-title {
    font-size: 24px;
    font-weight: 500;
}

.mega-filter .mega-filter-wrap .filter-main-head button img {
    width: 20px;
}

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

.yonkasoft-page-head.single-page-head .breadcrumb {
    margin: 0;
}

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

.body-size-modal.active {
    transform: translateX(0);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.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 {
    font-size: 24px;
    font-weight: 500;
}

.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: none;
    background: none;
}

.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: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #000;
    color: white;
    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 .b-s-m-wrap .b-s-m-box .b-s-m-body .b-s-m-content p {
    font-size: 14px;
    font-weight: 500;
}

.body-size-modal.active {
    right: 0;
    bottom: 0;
    overflow: unset;
    opacity: 1;
    visibility: visible;
    transition: all 0.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 0.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: 0px 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 0.4s ease-in-out;
}

.category-menu {
    background-color: #000;
    margin-bottom: 40px;
    position: relative;
}

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

.features-yonkasoft .navigation-yk button {
    top: 40%;
}

.features-yonkasoft .navigation-yk button,
.yonkasoft-lead .navigation-yk button {
    position: absolute;
    transform: translate(0, -50%);
    z-index: 999;
    top: 50%;
    background-color: unset;
    box-shadow: unset;
}

.yonkasoft-lead .navigation-yk button {
    top: 50%;
}

.features-yonkasoft .navigation-yk button.prev,
.yonkasoft-lead .navigation-yk button.prev {
    left: 0;
    width: auto;
    height: auto;
}

.features-yonkasoft .navigation-yk button.next,
.yonkasoft-lead .navigation-yk button.next {
    right: 0;
    width: auto;
    height: auto;
}

.mega-sub-menu {
    position: absolute;
    left: 0;
    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);
    transition: all 0.4s cubic-bezier(0.5, 0, 0, 1) 0s;
}

.mega-sub-menu.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.4s cubic-bezier(0.5, 0, 0, 1) 0s;
}

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

.mega-sub-menu .mega-sub-menu-item .mega-sub-menu-sub li a {
    font-size: 14px;
    font-weight: 300;
}

.thumbnail-slider {
    width: 100%;
    z-index: 99;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
}

.thumbnail-slider .swiper-thumbnail {
    width: 100%;
    height: 100%;
    padding: 10px 10px;
}

.thumbnail-slider .swiper-thumbnail .swiper-slide {
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    height: inherit;
}

.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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}


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

.yonkasoft-product-detail .p-for-wrap .p-for-media .p-for-media-group .swiper-slide.swiper-slide-thumb-active .thumbnail-img img {
    border: 2px solid #EC6624;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}


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




.thumbnail-slider .swiper-thumbnail .swiper-slide .thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s cubic-bezier(0.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 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid transparent;
}



.main-product-slider {
    background-color: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    padding-bottom: 120px;
    border-radius: 20px;
}

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

.main-product-slider .product-detail-slider .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

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

.product-action a {
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    gap: 15px;
}

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

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

.product-area {
    position: relative;
}

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

.yonkasoft-header .topbar .topbar-flex .topbar-text span {
    font-weight: 500;
}

.counter-pr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.counter-pr .count-title {
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0;
    text-align: center;
}

.counter-pr #sayac {
    display: flex;
    gap: 25px;
    font-size: 14px;
    font-weight: 400;
}

.counter-pr #sayac .sayac-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 7px;
    row-gap: 7px;
    width: 45px;
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(236, 102, 36, 1) 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: relative;
}

.counter-pr #sayac .sayac-item::before {
    content: "";
    background: #494949;
    position: absolute;
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.counter-pr #sayac .sayac-item span {
    font-size: 12px;
    background: #3A3A3A;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 300;
    z-index: 99;
    line-height: 25px;
    width: 100%;
}

.category-btn a {
    background: #EC6624;
    border-radius: 30px;
    height: 60px;
    padding: 0 34px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 15px;
}

.category-btn 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;
    padding: 15px 0;
    position: relative;
    border: unset;
    padding: 0 !important;
    font-size: unset !important;
}

.yonkasoft-header .header-top .header-top-left .header-top-text {
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.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-right ul li {
    position: relative;
}

.yonkasoft-header .header-top .header-top-right ul li a {
    font-size: 12px;
    color: white;
    font-weight: 600;
}

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

.yonkasoft-header .header-top .header-top-right ul li a.active {
    color: #EC6624;
}

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

.yonkasoft-header .topbar .topbar-flex::before {
    content: "";
    position: absolute;
    bottom: 80%;
    left: 25px;
    width: 100px;
    height: 100px;
    background: #EC6624;
    border-radius: 100%;
}

.yonkasoft-header .header-top::before {
    content: "";
    position: absolute;
    bottom: 75%;
    right: 95px;
    width: 80px;
    height: 80px;
    background: #EC6624;
    border-radius: 100%;
}

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

.yonkasoft-commerce-features .features-wrapper {
    background: #414042;
    padding: 33px;
    border-radius: 0 0 47px 47px;
}

.yonkasoft-commerce-features .features-card p {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    line-height: 16px;
}

.yonkasoft-lead .navigation-yk button.prev,
.yonkasoft-lead .navigation-yk button.prev {
    left: 25px;
    background: #fff;
    width: 30px;
    height: 30px;
}

.yonkasoft-lead .navigation-yk button.prev,
.yonkasoft-lead .navigation-yk button.next {
    right: 25px;
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 20px;
}

.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 span {
    color: #A5A5A5;
    font-weight: 500;
    font-size: 13px;
}

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

.product-group .navigation-yk button {
    background: unset;
    box-shadow: none;
    width: auto;
    height: auto;
    display: block;
}

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

.product-group.background-version {
    position: relative;
    padding: 0;
    margin-top: 0 !important;
    margin-bottom: 50px !important;
}

.product-group.background-version .product-group-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(90deg, rgba(65, 64, 66, 1) 0%, rgba(103, 96, 110, 1) 100%);
    padding: 30px;
    padding-right: 0;
    border-radius: 60px 0 0 60px;
    position: relative;
}

.product-group.background-version .product-group-wrapper .group-banner {
    width: 35%;
    height: 100%;
    position: sticky;
    top: 40px;
}

.product-group.background-version .product-group-wrapper .group-banner img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.product-group.background-version .product-group-wrapper .product-group-area {
    width: 33.33%;
}

.product-group.background-version .product-group-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    background: #EC6624;
    border-radius: 60px 0 0 0;
}

.product-group.background-version::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 99999%;
    height: 100%;
    background: #67606E;
    left: 100%;
}

.product-group.background-version .product-group-wrapper .yk-product-card {
    background: linear-gradient(90deg, rgba(93, 88, 98, 1) 0%, rgba(84, 84, 84, 1) 100%);
    border: 1px solid #ffffff60;
}

.product-group.background-version .product-group-wrapper .yk-product-card .card-content h3 {
    color: #fff;
}

.product-group.background-version .product-group-wrapper .yk-product-card .card-content .price .active-price {
    color: #89FF00;
}

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

.testimonials {
    margin: 80px 0 100px;
}

.card-comment {
    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 {
    font-size: 14px;
}

.card-comment .card-body .blockquote-footer a {
    display: block;
    color: #EC6624;
    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;
}

.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: #EC6624;
    border-radius: 0 15px 0 80px;
}

.testimonials .comment-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #EC6624;
    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 {
    position: relative;
}

.testimonials .comment-wrapper .navigation-yk button.prev {
    left: auto;
    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.next {
    right: auto;
    top: auto;
    display: block;
    background: unset;
    box-shadow: none;
    width: auto;
    height: auto;
    transform: none;
    color: #fff;
    font-size: 40px;
}

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

.white-background {
    position: relative;
}

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

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

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

.yonkasoft-commerce-features.footer-features .features-card h3 {
    color: #000;
}

.yonkasoft-commerce-features.footer-features .features-card p {
    color: #000;
}

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

.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: 15px;
    object-fit: cover;
}

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

.blog-card .card .card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 20px;
    background: #00000091;
    border-radius: 0 0 15px 15px;
}

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

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

.blog-card .card .card-body .card-title {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.yk-head h2 span {
    color: #EC6624;
}

.blog-card {
    position: relative;
}

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

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

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

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

.brand-area::before {
    content: "";
    position: absolute;
    right: 100%;
    top: -1px;
    height: 100%;
    background-color: #fff;
    width: 1000%;
}



.brand-area .item .productBox .item-product-image-box a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.yonkasoft-commerce-journal::before {
    content: "";
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 70px;
    height: 100px;
    background: #EC6624;
    border-top-right-radius: 100%;
}

.swiper-blog {
    width: 100%;
    height: 100%;
}

.yonkasoft-blog .product-group-area .swiper .swiper-wrapper .swiper-slide .blog-card .card a {
    display: block;
    color: #fff;
}

.yonkasoft-footer .footer-flex {
    display: flex;
}

.yonkasoft-footer .footer-left {
    width: 75%;
    padding: 70px 0 0;
    height: auto;
    position: relative;
    padding-right: 40px;
}

.yonkasoft-footer .footer-right {
    width: 25%;
    position: relative;
    border-left: 1px solid #D9D9D9;
    padding: 0;
}

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

.copy {
    background: #EC6624;
    margin-bottom: -49px;
    position: relative;
}

.yonkasoft-footer .footer-right .footer-link-group .yonkasoft-footer .footer-right .footer-link-group .group-item {
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.footer-bottom {
    border-top: 1px solid #D9D9D9;
}

.footer-bottom .container .bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    height: 50px;
}

.footer-bottom .container .bottom-wrap .bottom-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}


.yonkasoft-footer .footer-right .footer-link-group .group-item:last-child {
    border: 0;
}

.etbis {
    position: absolute;
    width: 100px;
    display: none;
    bottom: 25px;
    right: 25px;
}

.footer-bottom .container .bottom-wrap .bottom-img img {
    width: 150px;
    height: auto;
    object-fit: cover;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item span {
    color: #EC6624;
    font-size: 20px;
    font-weight: 500;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item.wp {
    align-items: center;
    flex-direction: unset;
    justify-content: end;
}


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

.yonkasoft-footer .footer-right .footer-link-group .group-item.wp img {
    width: 40px;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item .social ul {
    display: flex;
    gap: 10px;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item .social ul li a {
    font-size: 24px;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item a.tel {
    font-weight: 500;
    font-size: 20px;
}

.yonkasoft-footer .footer-right .footer-link-group .group-item a.wp {
    display: flex;
    align-items: center;
    gap: 20px;
}

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

.product-group.background-version .product-group-wrapper .group-card .group-yk-lg-4,
.group-card .group-yk-xl-3,
.group-card .group-yk-md-2,
.group-card .group-yk-2 {
    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;
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button {
    background: #EC6626;
    height: 53px;
    display: flex;
    align-items: center;
    font-weight: 500;
    gap: 12px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    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: #EC6624;
    z-index: 9999;
}

/* .yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 23px;
    background-image: url(/uploads/assets/teknodeposu/new/2024/kose.svg);
    width: 60px;
    height: 60px;
    z-index: 99999;
    transform: rotate(279deg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
} */

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

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button.active i {
    color: #EC6624;
}

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

.basket-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50px;
    transition: all .4s;
    z-index: -1;
    display: flex;
    align-items: center;
}

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

.basket-content .favorite-button i {
    font-size: 22px;
}

.basket-content .favorite-button i.ri-heart-fill {
    color: #ec6623;
}

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

.basket-content a {
    background: #5FA410;
    width: 100%;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    height: 45px !important;
    border-radius: 0 0 20px 20px;
    border: unset;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom-right-radius: 0;
    padding-right: 0;
    gap: 7px;
    border: unset !important;
    padding-left: 9px;
}

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

.yk-product-card:hover .basket-content {
    transition: all .4s !important;
    top: 100%;
}

.yk-product-card:hover .basket-content a::before {
    visibility: visible !important;
}

.yk-product-card:hover .basket-content a:hover::before {
    background: #414042 !important;
    z-index: 9;
}

.basket-content a::before {
    content: "";
    background: #5FA410;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
    visibility: hidden;
    border: unset;
}

.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 */

.login_register_area {
    position: relative;
}

.login_register_area .log_wrapper {
    display: flex;
    align-items: center;
}

.login_register_area .log_wrapper .box_forms {
    width: 500px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 20px;
}

.filter_logs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.filter_logs .filter_bars {
    width: 100%;
    display: flex;
    background: #F2F2F2;
    border-radius: 20px 20px 0 0;
}

.filter_logs .filter_bars a {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
}

.forms_log .login_form {
    display: none;
}

.forms_log .tab-open-area {
    display: none;
}

.forms_log form .form-item {
    position: relative;
}

.forms_log form .form-item .input-group {
    border: unset !important;
}

.forms_log form .form-item input+label {
    padding-left: 7px;
    margin-bottom: 10px;
}

.forms_log form .form-item label a {
    color: #EC6624;
    font-weight: 400;
}

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

.forms_log form input {
    background-color: #F2F2F2;
    margin-bottom: 15px;
    border: none;
    border-radius: 10px;
    color: #000;
    font-size: 14px;
    width: 100%;
    padding: 15px 20px;
}

.forms_log form input::placeholder {
    color: #000;
}

.forms_log form input.iti__tel-input {
    padding-left: 80px !important;
}

.forms_log form .form-item .toggle-password {
    position: absolute;
    top: 38px;
    right: 13px;
    font-size: 16px;
}

.forms_log form button.checkout-btn {
    width: 100%;
    background-color: #EC6624;
    border: unset;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    height: 50px;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.forms_log form .form-item input[type=checkbox] {
    width: 14px;
    height: 14px !important;
    appearance: unset;
    padding: 0;
    font-size: unset;
    border: unset;
    margin: 0;
    color: unset;
    background-color: #fff;
    position: relative;
    top: 1px;
}

.forms_log form .form-item input[type=checkbox]::before {
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #898989;
    display: block;
    border-radius: 100%;
}

.forms_log form label[for=uyelikSoz] {
    font-size: 14px;
    font-weight: 400;
}

.forms_log form label[for=uyelikSoz] a {
    color: #EC6624;
}

.forms_log form .form-item input[type=checkbox]:checked::before {
    border: 1px solid #EC6624;
    background-color: #EC6624;
}

.login_register_area .log_wrapper .log-entry {
    width: 40%;
    height: 100%;
}

.swiper-log img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 20px 0;
}

.login_register_area .log_wrapper .form-area {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.login_register_area .log_wrapper .box_forms .forms_log {
    padding: 0 20px;
    overflow-y: scroll;
    height: 500px;
}

.filter_logs .filter_bars .login_button.active {
    background: #EC6624;
    color: #fff;
    border-radius: 20px 0 0 0;
}

.filter_logs .filter_bars .register_button.active {
    background: #EC6624;
    color: #fff;
    border-radius: 0 20px 0 0;
}

.forms_log form .form-item .toggle-password i {
    font-size: 22px;
}

.socialLogin {
    display: flex;
    flex-direction: column;
    gap: 33px;
    align-items: center;
    margin: 20px 0 20px;
    position: relative;
}

.socialLogin span {
    color: #EC6624;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background: #fff;
    padding: 0 25px;
}

.socialLogin a {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 15px;
}

.socialLogin a img {
    border: 1px solid #D9D9D9;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: contain;
    padding: 10px;
}

.socialLogin::before {
    content: "";
    background: #D9D9D9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
}

.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: #EC6624;
    font-weight: 500;
    text-decoration: underline;
}

.login_register_area::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 75px;
    background: #EC6624;
    border-radius: 0 0 0 100%;
}


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

.modal .modal-dialog {
    background: #ffffff;
    width: 100%;
    max-width: 800px;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 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;
}

.modal .modal-dialog .modal-content .modal-header .close {
    font-size: 25px;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    color: #000;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
}

.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: #ec6623;
    font-weight: 500;
}

.modal .modal-dialog .modal-content .modal-footer .btn:last-child {
    background-color: #ec6623;
    font-weight: 500;
    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;
}

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

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

header .searchlist li a.searchLia .searchRight .searchProductname {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

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

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



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

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

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

}

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

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

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

.overlay-theme {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 999;
    display: none;
}

.overlay-theme-2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000061;
    z-index: 999;
    display: none;
}

.share-area {
    position: absolute;
    right: 0;
    z-index: 999;
}

.share-area a {
    padding: 0;
    border: unset;
    height: auto;
}

.share-area a i {
    color: #000;
}

.share-area a i.ri-heart-fill {
    color: #ec6623;
}

.share-area a img {
    width: 22px;
}

.share-area .share-all {
    position: absolute;
    right: 40px;
    width: max-content;
    padding: 9px 9px;
    display: none;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 10px;
}

.share-area .share-all a {}

.share-area .share-all a i {
    font-size: 16px;
    margin: 0 3px;
}

.share-area a.share-button {}

.share-area a.share-button i {
    font-size: 24px;
}

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

.p-for-item .rating .rating-stars {
    width: fit-content;
    cursor: pointer;
}

.p-for-item .rating .rating-stars i {}

.p-for-item .rating span {
    color: #A5A5A5;
    text-decoration: underline;
}

.counter-yk {
    height: 60px;
    font-family: 'Gilmer' !important;
    border: unset;
    width: 20%;
}

.counter-yk .productCount {
    height: 100%;
    border: unset;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 30px rgba(0, 0, 0, 0.04);
}

.counter-yk .productCount button {
    width: auto;
    border: unset;
    background-color: #f8f8f8;
}

.counter-yk .productCount button:hover {}

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

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

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

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


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

a.add-basket-button:hover {
    border: 1px solid var(--productBtTextColorHover);
    color: var(--productBtTextColorHover);
    background-color: var(--productBtBgColorHover);
    transition: all .4s;
}

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

a.hemen-al-button:hover {
    color: var(--productBtNowTextColorHover);
    background-color: #5FA410;
    border: 1px solid #5FA410;
}

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

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

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-advantage {}

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

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-advantage .advantage-group .item {}

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

.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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    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 {}

.tab-panel .container {}

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

.tab-panel .container .tab-panel-wrapper .tab-head {}

.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 .tab-head-flex .tab-link img {
    width: 25px;
}

.tab-panel .container .tab-panel-wrapper .tab-head .mobil-tab-button {}

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

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

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

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content img {
    width: 500px;
    height: auto;
    object-fit: contain;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content hr {
    border: none;
    height: 1px;
    background-color: #e3e3e3;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p br {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p strong {}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper {}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap {}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes {}

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

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .ps-product__tabreview {}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .ps-product__tabreview .alert {}

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

        display: none;
    }
}

.forms_log form .link-function.left-position {
    color: #ec6623;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
}

.forms_log .tab-open-area .sosyalTitle {
    margin: 40px 0 10px;
    gap: 20px;
    color: #ec6623 !important;
    font-size: 14px;
    font-weight: 500;
}

.forms_log .tab-open-area .sosyalTitle.false {}

.forms_log .tab-open-area .sosyalTitle::before {}

.forms_log .tab-open-area .sosyalTitle::after {}

.forms_log .tab-open-area .socialLogin {}

.forms_log .tab-open-area .socialLogin::before {
    opacity: 0;
}

.forms_log .tab-open-area .socialLogin a {
    font-size: 14px !important;
    border: unset;
    font-weight: 500;
    gap: 10px;
}

.forms_log .tab-open-area .socialLogin a img {
    width: 45px;
    height: 45px;
    margin: 0;
}

.register-gecis {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    gap: 15px;
    font-size: 15px;
    font-weight: 400;
}

.register-gecis span {}

.register-gecis .register-button {
    font-weight: 600;
    color: #ec6623;
    text-decoration: underline;
}

/*hesabim*/

.profil-page {
    padding-top: 50px;
}

.profil-page {}

.profil-page .row {
    align-items: flex-start;
    height: 100%;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.profil-page .row .col-lg-12 {}

.profil-page .row .col-4 {
    width: 30%;
}

.profil-page .row .col-lg-12 button#nyoffcanvas {
    display: none;
}

.profil-page .row .col-lg-12 button#nyoffcanvas i {}

.profil-page .row .col-lg-12 .offcanvas-start {
    z-index: 9999999999;
}

.profil-page .row .col-lg-12 .offcanvas-start .offcanvas-header {}

.profil-page .row .col-lg-12 .offcanvas-start .offcanvas-header button.btn-close {}

.profil-page .row .col-lg-12 .offcanvas-start .offcanvas-body {}

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

.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 {
    padding: 30px 20px;
    background-color: #fff !important;
    border-radius: 0;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 30px;
}

.rounded-bottom .card-body .col-md-12 {}

.rounded-bottom .card-body .col-md-12 .dashboard-left-sidebar {}

.profil-page .card-body .row {
    margin: 0 0 20px !important;
}

.profil-page .card-body .row .col-3 {
    width: 25%;
    margin-left: 0px !important;
    margin-right: 0 !important;
}

.profil-page .card-body .row .col-3 .rounded-circle {
    width: auto !important;
    height: auto !important;
    background-color: unset !important;
}

.profil-page .card-body .row .col-3 .rounded-circle .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ec6623 !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 hr {}

.profil-page .card-body .row .col-9 {
    width: 75%;
}

.profil-page .card-body .row .col-9 .card-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 6px !important;
}

.profil-page .card-body .row .col-9 .text-muted {}

.profil-page .card-body .row .col-9 .mobil-articledate {
    color: #0000007a;
}

.profil-page .card-body .row .col-9 .mobil-articledate i {}

.profil-page .card-body .row .col-9 .mobil-articledate time {
    color: #ec6623;
    font-weight: 500;
}

.profil-page .card-body .list-group {}

.profil-page .card-body .list-group .list-group-item {
    padding: 0;
    background-color: unset !important;
    border: unset;
    position: relative;
    transition: all .4s;
}



.profil-page .card-body .list-group .list-group-item.texts-success {}

.profil-page .card-body .list-group .list-group-item.activelist {}

.profil-page .card-body .list-group .list-group-item.activelist a {
    background-color: #ec6623;
    color: #fff;
    border-radius: 10px;
    border-bottom: unset;
    padding: 15px 20px 14px;
}

.profil-page .card-body .list-group .list-group-item a {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 15px 10px 13px;
    font-size: 14px;
    font-weight: 400;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.profil-page .card-body .list-group li.list-group-item:nth-child(10) {
    display: none !important;
}

.profil-page .card-body .list-group .list-group-item::before {
    content: "";
    width: 1px;
    height: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e0e0e0;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item::after {
    content: "";
    width: 1px;
    height: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    bottom: 0;
    background-color: #e0e0e0;
    transition: all .4s;
}

.profil-page .card-body .list-group .list-group-item:hover {
    border-left: unset !important;
}

.profil-page .card-body .list-group .list-group-item:hover::before {
    height: 100%;
}

.profil-page .card-body .list-group .list-group-item:hover::after {
    height: 100%;
}

.profil-page .card-body .list-group .list-group-item a:hover {
    color: #ec6623;
}

.profil-page .card-body .list-group .list-group-item a:hover i {}

.profil-page .card-body .list-group .list-group-item.activelist a:hover {
    background-color: #000;
    color: #fff;
}

.profil-page .card-body .list-group .list-group-item.activelist a:hover i {
    color: #fff;
}

.profil-page .card-body .list-group .list-group-item a i {
    color: #ec6623;
    font-weight: 400;
}

.profil-page .card-body .list-group .list-group-item.activelist a i {
    color: #fff;
}

.profil-page .col-lg-8 {
    width: 70%;
    height: 100%;
    display: block;
    padding-left: 50px;
    position: sticky;
    top: 0;
    background: unset !important;
}

.profil-page .col-lg-8 .breadscrumb-section {}

.profil-page .col-lg-8 .breadscrumb-section .container {
    padding: 0 !important;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain {
    padding: 0;
    margin-bottom: 20px;
    width: 100%;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain h2 {
    font-size: 22px;
    font-weight: 500;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav {}

.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: #000;
    font-weight: 400;
    font-size: 14px !important;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a {}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a i {
    color: #ec6623;
}

.profil-page .col-lg-8 .dashboard-right-sidebar {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}

.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: 400;
    line-height: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p b {
    color: #ec6623 !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p br {}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices {
    margin: 0 -5px 0;
    gap: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 {
    padding: 5px;
    width: 25%;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox {
    background-color: #fff;
    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: 30px;
    transition: all .4s;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {
    color: #ec6623;
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 300;
}


.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a span {
    font-size: 14px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a:hover {
    background-color: #ec6623;
    color: #fff;
    transition: all .4s;
    border-radius: 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a:hover i {
    color: #fff;
    transition: all .4s;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-shopping-cart::before {
    content: "\f118";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-heart::before {
    content: "\ee0f";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-ticket::before {
    content: "\ebee";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-map-marker::before {
    content: "\f431";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-user::before {
    content: "\f264";
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i.fa-key::before {
    content: "\eecc";
}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox {}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information {}

.dashboard-right-sidebar .row {
    width: 100%;
    max-width: 100% !important;
    gap: 0 !important;
}

.profil-page .row .col-md-6 {
    /* margin: 0 10px !important; */
}

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

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

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

.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;
    padding: 15px;
    border-radius: 0;
    font-size: 14px;
    color: #000;
    border-radius: 10px;
}

.address-contact-information .form-floating input {}

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

.address-contact-information .form-floating textarea {
    padding: 15px !important;
}

.address-contact-information .form-floating input::placholder,
.address-contact-information .form-floating select::placholder,
.address-contact-information .form-floating textarea::placholder {}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information hr {
    display: none;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information .delivery-address {
    padding: 0 10px;
    font-size: 20px !important;
    font-weight: 500;
    margin: 20px 0 15px;
}

.address-contact-information .col-md-12 {
    padding: 0 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information #kurumsalDiv {}

.profil-page .col-lg-8 .dashboard-right-sidebar form#adresBox .address-contact-information #bireyselDiv {}

.profil-page .col-lg-8 .dashboard-right-sidebar button:not(.profil-page .col-lg-8 .dashboard-right-sidebar button),
.profil-page .col-lg-8 .dashboard-right-sidebar a:not(.servicesBox a, .contract-btn) {
    border-radius: 10px !important;
    font-size: 16px;
    transition: all .4s;
    background-color: #e26123;
    width: 200px;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 600;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button:hover,
.profil-page .col-lg-8 .dashboard-right-sidebar a:not(.servicesBox a, .contract-btn):hover {}


.profil-page .dashboard-right-sidebar .document-list {
    padding: 10px 0;
    border: unset;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item {
    display: flex;
    align-items: center;
    border-radius: 0;
    border-color: #e0e0e0;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item b {
    font-size: 16px !important;
    font-weight: 500;
    display: block !important;
    float: unset !important;
    width: auto !important;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a {
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    transition: all .4s;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a i {
    color: #000;
    font-size: 20px;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a:hover {
    background-color: #000;
    transition: all .4s;
    border-color: #e26123 !important;
}

.profil-page .dashboard-right-sidebar .document-list .list-group-item a:hover i {
    color: #fff;
    transition: all .4s;
}

.ps-form--review {}

.ps-form--review .ps-form__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.ps-form--review .ps-form__desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.ps-form--review .ps-form__desc b {
    color: #ec6623;
}

.ps-form--review .row {}

.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 .txt-center {}

.ps-form--review form .rating {
    display: flex;
    justify-content: left;
    margin-bottom: 15px !important;
}

.ps-form--review form .rating input {}

.ps-form--review form .rating label {
    font-size: 16px;
    color: #696969 !important;
    line-height: 1;
    width: 20px !important;
    height: 20px;
}

.ps-form--review form .ps-form__block {
    margin: 10px 0 0;
}

.ps-form--review form .ps-form__block label {}

.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 form .ps-form__block textarea::placeholder {}

.ps-form--review button {
    background-color: #ec6623;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all .4s;
    border-radius: 10px;
}

.ps-form--review button:hover {
    background-color: red;
    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 #e0e0e0;
    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-product__tabreview .ps-review--product .ps-review__row .ps-review__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .ps-review__name {
    width: fit-content;
    color: #000;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .ps-review__date {
    font-size: 12px;
    font-weight: 300;
    color: #adadad;
    display: block;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .marketplace-logo {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info .marketplace-logo img {
    width: 50px;
    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 {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget {}

.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__rating .br-wrapper .br-widget .product-ratings .ratings-container .ratings-full {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget .product-ratings .ratings-container .ratings-full::before {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget .product-ratings .ratings-container .ratings-full .ratings {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget .product-ratings .ratings-container .ratings-full .ratings::before {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__rating .br-wrapper .br-widget .product-ratings .ratings-container a {}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc p {
    font-size: 14px;
    color: #6D6E71;
}

body .alert {
    background-color: #fff0c6;
    color: #676767;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
}

.ad-new-ny {

    padding: 0 20px !important;
    border-radius: 10px !important;
}

.ad-new-ny span {}

.profil-page .col-lg-8 .dashboard-right-sidebar .row.ad-new-ny span i {
    color: #ec6623 !important;
}

.mobil-menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobil-menu-button .mobil-dot {
    display: flex;
    flex-wrap: wrap;
    width: 25px;
    height: 25px;
    gap: 5px;
}

.mobil-menu-button .mobil-dot .dot {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #D9D9D9;
}

.mobil-menu-button .mobil-dot .dot:nth-child(1) {
    background-color: #EC6624;
}

.mobil-menu-button .mobil-dot .dot:nth-child(2) {}

.mobil-menu-button .mobil-dot .dot:nth-child(3) {}

.mobil-menu-button .mobil-dot .dot:nth-child(4) {
    background-color: #EC6624;
}


.mobil-menu-button.active .mobil-dot .dot {}

.mobil-menu-button.active .mobil-dot .dot.dot {}

.mobil-menu-button.active .mobil-dot .dot .dot:nth-child(1) {}

.mobil-menu-button.active .mobil-dot .dot .dot:nth-child(2) {}

.mobil-menu-button.active .mobil-dot .dot .dot:nth-child(3) {}

.mobil-menu-button.active .mobil-dot .dot .dot:nth-child(4) {}

.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: -190px;
    height: 30px;
    border-radius: 10px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-lead span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ff8813 !important
}

.firsat-pagination {}

.firsat-pagination .swiper-pagination-bullet {}

.firsat-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

@media only screen and (min-width:992px) {
    .pagination-lead {
       /*  display: none !important; */
    }
}

.new-ticket {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ec6623;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px 0 0 5px;
}

.new-ticket label {
    color: white;
    font-size: 13px;
}

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

.cargo-ticket {
    position: absolute;
    left: 0;
    line-height: 12px;
    top: 0;
    width: 70px;
    background-color: #5FA410;
    z-index: 99;
    color: #fff;
    font-size: 14px;
    padding: 8px 11px;
    border-radius: 10px 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.yk-product-card .p-for-item .rating {
    margin: 10px 0 20px;
}

.yk-product-card .p-for-item .rating .rating-stars {
    gap: 2px;
    align-items: center;
}

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

.yk-product-card .p-for-item .rating span {
    font-size: 12px;
    margin-left: 5px;
}

.page-wrap {
    margin: 50px 0 0;
}




.addSptBt:hover::before {
    background-color: var(--productBtBgColorHover);
}

body .ny-add-cart-modal {
    z-index: 999999999;
    height: 100vh;
    overflow: hidden;
}


.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-close-btn {
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    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: 20px;
}

.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-radius: 0;
    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: 45%;
}

.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: 12px !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-success-title i {
    font-size: 14px;
}

.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: 16px !important;
    white-space: unset;
    text-overflow: unset;
}

.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;
    margin: 10px 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#product-price {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #40ad40;
}

.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 {
    border-radius: 0;
    font-size: 14px !important;
    font-weight: 300 !important;
    padding: 10px;
    border-radius: 10px !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 {
    background-color: #EC6624 !important;
    border-color: #EC6624 !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 {
    background-color: #fff;
    color: #000;

}

.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.-add-cart-modal-cont-btn {}

.global_basket .basket_prod {}

.global_basket .basket_prod .basket_flex {
    display: flex;
    gap: 50px;
}

.global_basket .basket_prod .column-12 {}

.global_basket .basket_prod .basket_flex .column-8 {
    width: 70%;
}

.global_basket .basket_prod .basket_flex .column-8 .cart-table-container {}

.global_basket .basket_prod .basket_flex .column-8 .cart-table-container {}

.global_basket .basket_prod .basket_flex .column-4 {
    width: 30%;
}

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 {
    background-color: #ffffff;
    border: unset;
    border-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    border-top: 2px solid #00000012;
    font-weight: 600;
    color: #404041 !important;
}

#offcanvasRight .ny-offcanvas-payment i {
    position: relative;
    top: -1px;
    line-height: 1;
    font-size: 23px;
    color: #ec6625;
}

#offcanvasRight .goto-bag {
    background-color: #ec6625;
    width: 100%;
    padding: 0 20px;
}

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

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

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

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

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

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

#offcanvasRight button {}

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

#offcanvasRight .offcanvas-body {}

#offcanvasRight .ny-offcanvas-products {
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid #eeeeee !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: 14px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px;
}

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

#offcanvasRight .ny-offcanvas-products .bag-variant span {}

#offcanvasRight .ny-offcanvas-products .w-100 {
    display: none;
}

#offcanvasRight .ny-offcanvas-products hr {}

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

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

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

.category-result .catTextBox {
    border-radius: 0;
    margin: 20px 0;
}

#offcanvasRight .ny-offcanvas-products .col-3 {
    width: 20%;
}

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

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

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

#offcanvasRight .offcanvas-body div span {}

#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: 20px;
}

#offcanvasRight .ny-offcanvas-products .col-2 a 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 .campaignIcon {}

.campaignBox .campaignIcon i {}

.campaignBox .campaignText {
    font-size: 16px;
}

.campaignBox .campaignText a {
    color: #fff;
}

.campaignBox .campaignText span {
    font-weight: 200;
}

.campaignBox .campaignText span b {}

.campaignBox .campaignText p {
    display: inline;
    font-weight: 200;
}

.campaignBox .campaignText p b {
    color: #fff;
    font-weight: 600;
}

.campaign-page {
    margin: 50px 0;
}

.campaign-page .group-yk-4 {}

.campaign-page .card-yk {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.campaign-page .card-yk .card {}

.campaign-page .card-yk .card .card-header {}

.campaign-page .card-yk .card .card-body {
    margin-bottom: 15px;
}

.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-body .card-text b {
    font-weight: 500;
}

.campaign-page .card-yk .card .card-body .card-text b a {}

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

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

.bank-account .column-12 {}

.bank-account .group-yk-4 {}

.bank-account .bankAccount-box {
    padding: 30px 20px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

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

.bank-account .bankAccount-box .logo img {
    width: 200px;
}

.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: 16px;
    font-weight: 300;
    color: #6b6b6b;
}

.bank-account .bankAccount-box .box-body .bankUser {
    font-size: 16px;
    font-weight: 600;
}

.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: #000;
    margin-left: 5px;
}

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

.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: -9px;
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    display: none;
}

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

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

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

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

.help-q-page {
    margin: 50px 0;
}

.help-q-page #top-nav {
    margin: 30px 0 0;
}

.help-q-page .soruFiltre {}

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

.help-q-page .column-12 {}

.help-q-page .soru-filtre-liste {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.help-q-page .soru-filtre-liste li {}

.help-q-page .soru-filtre-liste li a {
    border: 1px solid #e0e0e0;
    display: block;
    padding: 12px 20px;
    position: relative;
    border-bottom: 1px solid #e0e0e0 !important;
}

.help-q-page .soru-filtre-liste li a i {
    font-size: 10px;
    color: #bbbbbb;
    position: relative;
    top: -1px;
    margin-right: 5px;
}

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

.help-q-page .mainQuestion {
    margin-bottom: 15px;
}

.help-q-page .mainQuestion .soru-card {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.help-q-page .mainQuestion .soru-card .card-header {
    border-radius: 10px;
}

.help-q-page .mainQuestion .soru-card .card-header h5 {}

.help-q-page .mainQuestion .soru-card .card-header h5 a {
    font-size: 18px;
    padding: 15px !important;
    display: flex !important;
    justify-content: space-between;
}

.help-q-page .mainQuestion .soru-card .card-header h5 a i {
    font-size: 20px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse {
    display: none;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body {
    padding: 20px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body p {
    font-size: 16px;
    line-height: 24px;
}

.help-q-page .question-wrap {
    margin: 30px 0;
}

.help-q-page .question-wrap .question-area {
    display: none;
}

.help-q-page .question-wrap .question-area.active {
    display: block !important;
}

.contact-main {
    margin: 50px 0 0;
}

.contact-main .group-yk-2 {}

.contact-main .column-6 {}

.contact-main .contact-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.contact-main .contact-info .contact-item {
    font-size: 14px;
}

.contact-main .contact-info .contact-item b {
    font-weight: 600;
}

.contact-main .contact-info .contact-item p {
    margin-top: 5px;
    font-size: 16px;
}

.contact-main .contact-info .contactTextDetail {}

.contact-main .contact-info .social-links {
    display: flex;
    gap: 10px;
}

.contact-main .contact-info .social-links a {
    font-size: 20px;
    color: #fff;
    background-color: #EC6624;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.contact-main .contact-info .social-links a i {
    font-size: 20px !important;
}

.contact-main .contactFormBox {
    background-color: #4f5152;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}

.contact-main .contactFormBox {}

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

.contact-main .contactFormBox form {}

.contact-main .contactFormBox form .group-yk-1 {}

.contact-main .contactFormBox form .column-12 {
    margin-bottom: 25px;
}

.contact-main .contactFormBox form .column-12.form-footer {
    margin: 0;
}

.contact-main .contactFormBox form label {
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}

.contact-main .contactFormBox form input {
    width: 100%;
    background-color: unset;
    color: #fff;
    padding-bottom: 6px;
    height: 45px;
    background-color: #ffffff24;
    border: unset;
    border-radius: 10px;
    padding: 0 20px;
}

.contact-main .contactFormBox form textarea {
    width: 100%;
    background-color: unset;
    color: #fff;
    height: 45px;
    background-color: #ffffff24;
    border: unset;
    border-radius: 10px;
    padding: 0 20px;
}

.contact-main .contactFormBox form input::placeholder,
.contact-main .contactFormBox form textarea::placeholder {
    color: #fff;
}

.contact-main .contactFormBox form button {
    background-color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    border-radius: 10px;
}


.contact-main .contact-flex {
    display: flex;
    gap: 50px;
    margin-bottom: 50px;
}

.contact-main .column-8 {
    width: 50%;
}

.contact-main .column-4 {
    width: 50%;
}

.page-wrap {
    margin: 50px 0 0;
}

.page-wrap .page-content {}



.page-wrap .page-content .column-12 {}

.page-wrap .page-content figure {}

.page-wrap .page-content figure img {}

.page-wrap .page-content .column-12 {}

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

.page-wrap .page-content .column-12 li {}

.page-wrap .page-content .column-12 ul {}

.page-wrap .page-content .column-12 ol {}

.page-wrap .page-content .column-12 h2 {}

.page-wrap .page-content .column-12 h3 {}

.page-wrap .page-content .column-12 h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ec6623;
}

.page-wrap .page-content .column-12 h5 {}

.page-wrap .page-content .column-12 strong {
    font-size: 16px;
    font-weight: 500;
}

.page-wrap .page-content .column-12 b {}

.siparis-alan {
    margin: 50px 0;
}

.siparis-alan .column-12 {}

.siparis-alan .siparis-form {
    padding: 30px;
    background-color: #ffff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.siparis-alan .siparis-form .form-title {
    font-size: 26px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}

.siparis-alan .siparis-form form {}

.siparis-alan .siparis-form form .group-yk-2 {}

.siparis-alan .siparis-form form .form-group {}

.siparis-alan .siparis-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

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

.siparis-alan .siparis-form form .form-group input::placeholder {}

.siparis-alan .siparis-form form .form-group button {
    background-color: #ec6623;
    color: #fff;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0;
    border-radius: 10px;
    transition: 0.3s;
}

.siparis-alan .siparis-form form .form-group button span {}

#offcanvasRight .offcanvas-body .ny-cart-empty {
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100%;
    padding: 20px;
    margin: auto;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
    color: #ec6625;
    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: #ec6625;
    color: #fff;
    padding: 10px 20px;
    margin: auto;
    display: table;
    margin-top: 20px;
    border-radius: 10px;
}


.cc-bottom[aria-label=cookieconsent] {
    width: 100%;
    max-width: unset;
    left: 0;
    bottom: 0;
    background-color: #000;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 25px 0;
}

.cc-bottom[aria-label=cookieconsent] .cc-message {
    font-size: 12px !important;
}

.cc-bottom[aria-label=cookieconsent] .cc-message a {
    font-weight: 700;
}

.cc-bottom[aria-label=cookieconsent] .cc-compliance {}

.cc-bottom[aria-label=cookieconsent] .cc-compliance a {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.order-query {
    margin: 50px 0;
}

.order-query .collapsible {
    background-color: #414042;
    color: #fff;
    font-size: 16px;
    background-image: unset;
    transition: 0.3s;
    border-radius: 20px 20px 0 0;
}

.order-query .collapsible:hover {
    background-color: #EC6624;
    border-color: #EC6624;
    transition: 0.3s;
}

.order-query .collapsible .text-date {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0 0;
}

.order-query .collapsible .text-date i {
    font-size: 30px;
    line-height: 1;
    height: 0;
    position: relative;
    top: -18px;
}

.order-query .collapsible .coll-row {
    display: none;
}

.order-query .order-row {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #6d6e71;
}

.order-query .content .content-zone {
    padding: 40px 20px 20px 20px;
}

.order-query .content .order-date-row {}

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

.order-query .collapse-body .content-zone .row {
    height: auto;
    border-radius: 10px;
    gap: 24px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-query .collapse-body .content-zone .row .order-date-row {
    position: relative;
    left: 0;
    top: unset;
    width: fit-content;
    height: fit-content;
    margin: auto 0;
    border-radius: 0;
    padding: 10px;
    background-color: #414042;
    color: #fff;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    gap: 7px;
    flex: 1;
    padding: 0;
}

.order-query .collapse-body .content-zone .row br {
    display: none !important;
}

.order-query .collapse-body .content-zone .row .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    gap: 7px;
    color: #000;
    flex: 1;
}

.order-query .collapse-body .content-zone .row .mini-img {
    width: 100px;
    object-fit: contain;
    height: 100px;
    border-radius: 0;
    padding: 3px;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #EC6624 !important;
}

.order-query .collapse-body .content-zone .row span.font-weight-bold {
    color: #000 !important;
}

.order-query .collapse-body .content-zone .row .col-lg-4 {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    font-weight: 300;
    gap: 7px;
    flex: 2;
    color: #000;
}

.order-query .collapse-body .content-zone .row a {
    background-color: #414042;
    border-radius: 0;
    font-weight: 400;
    border-color: #414042;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 10px;
}

.order-query .collapse-body .content-zone .row a.bildirim-btn {
    background-color: green;
    border-color: green;
}

.order-query .collapse-body .content-zone .row a.detay-btn {}

.order-query .dashboard-content {}

.order-query .dashboard-content::-webkit-scrollbar {
    background-color: unset;
    border: unset;
    height: 5px
}

.order-query .dashboard-content::-webkit-scrollbar-thumb {
    background-color: #000;
}

.order-query-detail {
    margin: 50px 0 0;
}

.order-query-detail table {
    margin: 0;
}

.order-query-detail table thead {
    background-color: #4f5152 !important;
    color: #fff;
    font-weight: 400 !important;
    font-size: 14px;
}

.order-query-detail table thead tr {}

.order-query-detail table thead tr th {}

.order-query-detail table tr {}

.order-query-detail table tr td {
    font-size: 14px;
}

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

.order-query-detail table tr th img {}

.order-query-detail table tr th {
    font-weight: 400;
    font-size: 14px;
}

.order-query-detail table tbody {
    margin-bottom: 20px;
}

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

.order-query-detail table tbody tr td {}

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

.order-query-detail ul.list-group li.list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.order-query-detail ul.list-group li.list-group-item.active {
    background-color: #931a1d;
    border-color: #931a1d;
}

.order-query-detail .alert {
    margin-bottom: 20px;
}

.odeme-bildirim {
    margin: 50px 0;
}

.odeme-bildirim .odeme-wrap {}

.odeme-bildirim .odeme-wrap .odemeForm {}

.odeme-bildirim .odeme-wrap .odemeForm .row {}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 {}

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

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item {}

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

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group select {
    height: 40px;
    border-radius: 0;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group input {}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group input::placeholder {}

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

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item span {}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item span.font-weight-bold {
    font-weight: 500 !important;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row button {
    background-color: green;
    color: #fff;
    margin: 10px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    border-color: green;
    border-radius: 10px;
}

.odeme-bildirim .alert {
    margin-bottom: 15px;
}

.odeme-bildirim .alert strong {
    font-weight: 400;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info {}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-name {
    font-weight: 500;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-date {
    font-size: 12px;
    font-weight: 400;
    color: #00000094;
}


.searchlistblog {
    width: 100%;
    max-width: 100% !important;
    top: 100%;
    border-color: #e0e0e0 !important;
}

.searchlistblog br {
    display: none;
}

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

.searchlistblog li .searchLia {}

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

.searchlistblog li .searchLia .row .col-2 {
    width: 25%;
}

.searchlistblog li .searchLia .row .col-2 img {
    width: 100% !important;
    object-fit: contain;
    display: block;
}

.searchlistblog li .searchLia .row .col-10 {
    width: 75%;
}

.searchlistblog li .searchLia .row .col-10 .searchRight {}

.searchlistblog li .searchLia .row .col-10 .searchRight .searchProductname {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.searchlistblog li .searchLia .row .col-10 .searchRight .searchProductpriceNew {
    font-size: 13px;
    font-weight: 300 !important;
    opacity: .5;
}


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

.blog-detail-selection .blogDetail {}

.blog-detail-selection .blogDetail .column-12 {
    margin-bottom: 20px;
}

.blog-detail-selection .blogDetail img.blog-main-image {
    width: 800px;
    height: auto;
    object-fit: contain;
    max-width: 100%;
    border-radius: 15px;
}

.blog-detail-selection .blogDetail h2,
.blog-detail-selection .blogDetail h3,
.blog-detail-selection .blogDetail h4,
.blog-detail-selection .blogDetail h5,
.blog-detail-selection .blogDetail h6 {
    line-height: 1;
    font-weight: 600;
    color: #EC6624;
    margin-bottom: 20px;
}

.blog-detail-selection .blogDetail p {
    font-size: 16px;
    line-height: 25px;
    color: #6c6c6c;
    margin-bottom: 20px;
}

.blog-detail-selection .blogDetail p span {
    font-family: "Bai Jamjuree", sans-serif !important;
}

.blog-detail-selection .blogDetail li {
    font-size: 16px;
    line-height: 25px;
    color: #6c6c6c;
    list-style: disc;
}

.blog-detail-selection .blogDetail li:marker {}

.blog-detail-selection .blogDetail ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.blog-detail-selection .blogDetail ol {
    padding-left: 20px;
}

.blog-detail-selection .blogDetail strong {
    font-weight: 500;
}

.blog-detail-selection .blogDetail strong span {
    font-size: 14px !important;
}

.blog-detail-selection .blogDetail b {
    font-weight: 500;
}

.blog-detail-selection .blogDetail br {
    display: none;
}

.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: 50px 0 0;
}

.global_basket .not-product-basket {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 15px;
}

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

.global_basket .not-product-basket .box-not .text {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 14px 0px 0px;
}

.global_basket .not-product-basket .box-not a {
    color: #fff;
    background-color: #ec6623;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .4s;
    border-radius: 15px;
}

.global_basket .not-product-basket .box-not a:hover {
    background-color: #931a1d;
    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: 30px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.ny-cart-list {
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px 0px !important;
    border-bottom: 1px solid #E4E4E4 !important;
}

.ny-cart-list .counter-sepet {
    display: flex;
}

.ny-cart-list:first-child {
    padding-top: 0 !important;
}

.ny-cart-list:last-child {
    border: unset !important;
    padding-bottom: 0 !important;
}

.ny-cart-list .ny-cart-image {
    width: fit-content;
}

.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: 90px !important;
    object-fit: contain;
    border-radius: 5px;
}

.ny-cart-list .cartProductDetail {
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    white-space: unset;
    padding-right: 20px;
    row-gap: 3px;
}

.ny-cart-list .cartProductDetail br {
    display: none;
}

.ny-cart-list .cartProductDetail span {
    font-size: 13px;
    font-weight: 200;
}

.ny-cart-list .cartProductDetail .nyCartProductTitle {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.ny-cart-list .nyCounterBt {}

.ny-cart-list .nyCountInput {
    width: 50px;
    height: 40px !important;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-size: 16px;
    margin: 0 10px;
    border-radius: 6px;
}

.ny-cart-list .nyCartUpdBt {
    background-color: #ec6623;
    position: absolute;
    left: 0;
    top: -35px;
    color: #fff;
    padding: 6px 10px;
    margin: 0;
    font-size: 12px;
    display: none;
    border-radius: 5px;
}

.ny-cart-list .nyCartProductSubTitle {
    color: #000000;
}

.ny-cart-list .nyCartProductSubValue {
    color: #000;
    padding: 0 5px;
    font-weight: 500 !important;
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 17px;
    font-weight: 600 !important;
    padding: 0 25px;
}

.ny-cart-list .nyHidMobile .nyCartProductSubTitle {}

.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: red;
    height: 35px;
    width: 35px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ny-cart-list .nyCartListRight .nyCartRemove i {
    background-color: unset;
    color: #fff;
    font-size: 16px;
    border: unset;
}

.ny-cart-list .nyCartListRight i {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0;
    font-weight: 200;
    color: #000;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.ny-cart-list .nyHidMobile {
    display: flex;
    justify-content: space-evenly;
}

.ny-cart-list .nyShowMobile {
    display: none;
}

.global_basket .global-title {
    color: #000;
}

.global_basket .more-shop {
    color: #fff;
    background-color: #ec6623;
    padding: 12px 20px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    float: right;
    border-radius: 10px;
    border: 1px solid transparent;
}

.global_basket .more-shop:hover {
    background-color: #fff;
    transition: all .5s ease;
    color: #d45c20;
    border: 1px solid #e2e2e2;
}



.global_basket .destroy_cart:hover {
    background-color: #eb6624;
    border-color: #eb6624;
    color: #fff;
    transition: all .5s ease;
}

.global_basket .destroy_cart {
    color: #000;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 20px;
    transition: all .5s ease;
    border-radius: 10px;
}

.cart-summary {
    padding: 25px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.cart-summary h3 {
    color: #6D6E71;
    font-size: 22px;
    font-weight: 600;
}

.cart-summary table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

.cart-summary table tbody {}

.cart-summary table tr {}

.cart-summary table tr td {
    border-color: #F7F7F7;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
}

.cart-summary table tr td.price {
    font-weight: 700;
    text-align: end;
}

.cart-summary table tr {
    border-bottom: 1px solid #e0e0e0;
}

.cart-summary table tr.sepetToplam {}

.cart-summary table tr.sepetToplam td {
    font-weight: 600;
}

.cart-summary table tr td.alert {
    color: #000;
    border: unset;
    font-weight: 400;
    padding: 7px 12px;
    font-size: 12px;
}

.cart-summary .ssl-image {
    width: 100px;
}

.cart-summary .buy-button {
    width: fit-content;
    color: #fff;
    background-color: #ec6623;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
    border-radius: 50px;
}

.cart-summary .buy-button img {
    width: 25px;
}

.cart-summary .buy-button:hover {
    background-color: #403f41;
    transition: all .5s ease;
}

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

.cart-summary.coupon input {
    height: 40px;
    padding: 0 20px;
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    border-radius: 10px;
    height: 45px;
}

.cart-summary.coupon input::placeholder {
    opacity: 0;
}

.cart-summary.coupon input:focus-visible {
    outline: unset !important;
}


.cart-summary.coupon input::placeholder {
    font-size: 14px;
    color: #c8c8c8;
    font-weight: 400;
}

.cart-summary.coupon button {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    background-color: #5a9d10;
    color: #fff;
    border-radius: 10px;
    height: 45px;
}

.coupon_area {
    width: 100%;
    margin: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
}

.coupon-add-button {
    width: 100%;
    color: #000000;
    padding: 20px 0px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 1;
}

.coupon-add-button i {
    color: #000;
    font-size: 20px;
    line-height: 1;
    position: relative;
    top: 2px;
    font-weight: 100;
}

.coupon-add-button span {}


.global_basket .basket_prod {}

.global_basket .basket_prod .basket_flex {
    display: flex;
    gap: 50px;
}

.global_basket .basket_prod .column-12 {}

.global_basket .basket_prod .basket_flex .column-8 {
    width: 70%;
}

.global_basket .basket_prod .basket_flex .column-8 .cart-table-container {}

.global_basket .basket_prod .basket_flex .column-8 .cart-table-container {}

.global_basket .basket_prod .basket_flex .column-4 {
    width: 30%;
}

body .ny-add-cart-modal .ny-add-cart-modal-content {
    height: 250px;
}

.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 {
    border-radius: 20px;
}

.table-info {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table-info tbody {}

.table-info tbody tr {
    border-color: #000;
}

.table-info tbody tr td {}

.table-info thead tr td {}

.table-info thead tr {}

.table-info tr {}

.table-info tr td {
    width: fit-content;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.table-info tr td a {
    color: #ec6623;
    font-weight: 600;
}

.table-info tr th {
    padding-right: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.table-info tr strong {}



.txt-center {}

.txt-center .comment-form {}

.txt-center .comment-form .rating {}

.txt-center .comment-form .rating .radio-btn {}

.txt-center .comment-form .rating label {}

.txt-center .comment-form .rating .clear {}

.ps-form__block {
    margin: 20px 0 15px;
}

.ps-form__block .ps-form__label {
    font-size: 14px;
    font-weight: 500;
}


.ps-form__block .form-control {
    width: 100%;
    border-color: #e0e0e0;
    border-radius: 10px;
    height: 150px;
    margin: 10px 0 0;
}

button.ps-btn {}

.blog-filter {
    position: relative;
}

.blog-filter form {}

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

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

.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: #ec6623;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

.blog-filter form .input-group .input-group-prepend button .ri-search-2-line {}

.blog-filter .searchlistblog {
    border-radius: 20px;
}

.group-flex {
    display: flex;
    gap: 15px;
}

.group-flex .alert {}

.group-flex .other-cat {}

.group-flex .other-cat a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #ec6623;
    text-transform: uppercase;
    position: relative;
    border-radius: 10px;
    padding: 0 15px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    height: 52px;
}

.group-flex .other-cat a .ri-grid-line {
    font-size: 20px;
    color: #ec6623;
}

.group-flex .other-cat a span {}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-price .dtl-btn {}

.mobilefooter-sticky {
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #EC6624;
    position: fixed;
    z-index: 0;
    z-index: 999;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
}

.mobilefooter-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobilefooter-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-30px);
    position: relative;
}

.mobilefooter-sticky .top-box .icon {
    background: #3E4E80;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: -1px 4px 4px rgba(0, 0, 0, .77);
    box-shadow: -1px 4px 4px rgb(168 168 168/77%);
    width: 50px;
    height: 50px;
}

.mobilefooter-sticky .top-box .icon i {
    color: #fff !important;
}

.mobilefooter-sticky .sticky-box .icon {
    width: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px;
}

.mobilefooter-sticky .sticky-box .icon i {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}

.mobilefooter-sticky .sticky-box .name {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceInput {
    background-color: #fff;
    height: 35px;
    margin: 0;
}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceInput::placeholder {}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceRangeBt {
    width: 50px;
    background-color: #ec6623;
    color: #fff;
    border: unset;
    border-radius: 10px;
    font-size: 20px;
    height: 40px;
}

.tool-filter .filterCat .filter-wrap .filter-item .nyFilterPriceRangeBt i {}

.category-all-list {
    margin: 50px 0;
}

.category-all-list .list-area {}

.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;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    border-radius: 10px;
}


.yk-mega-menu-v3.active-mega-menu {
    z-index: 999999999999 !important;
    visibility: visible !important;
    transition: 0.5s !important;
    height: 100vh;
}

.yk-mega-menu-v3 {
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    top: 0;
}

.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 .menu-large {}

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

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter {
    position: absolute;
    left: 13px;
    top: 0px;
    background-color: #000;
    border-radius: 100%;
    color: #fff;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .head-main-menu-bar .linked a.shop .counter span {
    position: relative;
    top: 1px;
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 35px 0px 0;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
}

.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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border: 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 {
    position: relative;
}

.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 0.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 0.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 0.5s ease;
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a img.mobil-media {
    display: none;
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.active {
    transition: all 0.5s ease;
}

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list li a.active img {
    opacity: .3;
    visibility: visible;
    transition: all 0.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 {
    display: none;
}

.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 0px 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 {
    flex: 1;
}

.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 0px;
    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 0.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:not(:last-child) a {}

.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 0.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 0.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 0.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-content .mobil-logo a img {
    width: 200px;
}

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

.yk-mega-menu-v3 .close-menu {
    cursor: pointer;
    color: #EC6624;
}

.yk-mega-menu-v3 .close-menu img {
    width: 20px;
}

.category-group {
    padding: 20px 0 25px !important;
    position: relative;
}

.category-group.category-group-sub{
    margin: -40px 0 0;
}

.category-group .yk-head {
    margin: 0;
}

.category-group .yk-head button {}

.category-group .yk-head button i {
    font-size: 22px;
    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;
}

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

.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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    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: #ec6623;
    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.phone {}

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

.yk-mega-menu-v3 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .mega-menu-link-group .mega-menu-item {}

.yonkasoft-header .header-top .header-top-right ul li a:hover {
    color: #EC6624;
    -webkit-transform: scale(1.1);
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button {
    transition: none !important;
}

.basket-content a:hover {
    transition: none !important;
    background: #414042;
}

.basket-content a:hover:before {
    background: #414042;
}

.basket-content .favorite-button:hover:before {
    background: #414042;
}

.basket-content .favorite-button:hover {
    background: #414042;
}

.basket-content a {
    transition: none !important;
}

.yonkasoft-header .header-wrap .header-btn a.mobile-menu-button:hover {
    transition: none !important;
}



.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;
    display: flex;
    align-items: center;
    gap: 10px;
}

.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 {
    margin-bottom: 10px;
}

.fixed-vision .item-vision .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;
    border: 2px solid #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    position: relative;
    font-size: 30px;
    height: 50px;
}

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

.member-or-login .group-yk-2 .shop-box {
    text-align: left;
    height: 100%;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #414042;
}

.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: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}

.member-or-login .group-yk-2 .shop-box p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #fff;
}

.member-or-login .group-yk-2 .shop-box a {
    font-size: 14px;
    padding: 10px 20px;
    width: fit-content;
    float: left;
    display: inline-block;
}

.member-or-login .group-yk-2 .shop-box a.buy {
    background: #EC6624;
    border-radius: 10px;
    color: #fff;
}

.member-or-login .group-yk-2 .shop-box a.login {
    background: #ffffff26;
    color: #fff;
    border-radius: 10px;
}

.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: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #D3D3D3;
}

.member-or-login .group-yk-2 .login-form .row {}

.member-or-login .group-yk-2 .login-form .pageSmallTitle {
    color: #000;
    margin-bottom: 30px;
}

.member-or-login .group-yk-2 .login-form .group-yk-2 {}

.member-or-login .group-yk-2 .login-form .form-group {
    position: relative;
}

.member-or-login .group-yk-2 .login-form input {
    background-color: unset !important;
    border-width: 0 0 1px;
    border-color: #e5e5e5;
    width: 100%;
    height: 30px;
    color: #000;
    margin-bottom: 20px;
}

.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: 20px;
    right: 0;
    font-size: 16px;
}

.member-or-login .group-yk-2 .login-form .toggle-password i {
    color: #000;
}

.member-or-login .group-yk-2 .login-form a.link-function {
    color: #ec6623;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    display: block;
    margin-bottom: 15px;
}

.member-or-login .group-yk-2 .login-form a.link-function:hover {
    color: #000;
    transition: 0.3s;
}

.member-or-login .group-yk-2 .login-form a.login {
    width: 100%;
    background-color: #EC6624;
    border: unset;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    height: 50px;
    border-radius: 10px;
    transition: all 0.5s ease;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.member-or-login .group-yk-2 .login-form a.login:hover {
    background: #000;
    transition: 0.3s;
}

.member-or-login .group-yk-2 .login-form .alert {
    font-size: 13px;
    padding: 7px 10px;
    margin: 20px 0 0;
}

.login-form .sosyalTitle {
    margin: 20px 0 10px;
    gap: 20px;
    color: #ec6623 !important;
    font-size: 14px;
    font-weight: 500;
}

.login-form .socialLogin a {
    font-size: 14px !important;
    border: unset;
    font-weight: 500;
    gap: 10px;
}

.login-form .socialLogin a:hover {
    color: #EC6624;
    transition: 0.3s;
}

.login-form .socialLogin a img {
    width: 45px;
    height: 45px;
    margin: 0;
}

.login-form .socialLogin::before {
    opacity: 0;
}

.member-or-login .group-yk-2 .shop-box a:hover {
    background: #000;
    transition: 0.3s;
}

.yonkasoft-commerce-journal.not-home {
    margin: 30px 0 0;
}

.dashboard-right-sidebar .row>.content {
    max-height: max-content;
    border-width: 0 1px 1px;
    width: 100%;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.dashboard-right-sidebar .row>.content .content-zone {
    padding: 20px 10px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row {
    margin: 20px -10px 0;
    border-radius: 0;
    padding: 15px;
    gap: 15px;
    border-radius: 0 10px 10px 10px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .order-date-row {
    top: unset;
    bottom: 100%;
    left: -1px;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 {
    padding: 0;
    font-size: 14px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 0;
    margin-right: -10px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 span.font-weight-bold {
    font-weight: 500 !important;
    margin-bottom: 5px;
    display: block;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-4 br {
    display: none;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 {
    display: flex;
    width: auto;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a {
    font-size: 14px;
    flex: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #000;
    color: #fff;
    transition: 0.3s;
    border-color: #fff;
    padding: 10px 0 !important;
    margin: 0 10px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a.bildirim-btn {
    background-color: green !important;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a:hover {
    background: #ec6623 !important;
    color: #fff !important;
    transition: 0.3s;
}

.group-flex .other-cat a:hover {}

.tool-filter .filterCat .filter-wrap .filter-title:hover {}

.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: #ec6623;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
}

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

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

.contact-main .contact-info .social-links a:hover {
    background: #000;
    transition: 0.3s;
}

.contact-main .contactFormBox form button:hover {
    background: #EC6624;
    color: #fff;
    transition: 0.3s;
}

.order-query .collapse-body .content-zone .row a:hover {
    background: #EC6624;
    color: #fff !important;
    border-color: #EC6624;
}

.order-query .collapse-body .content-zone .row .mini-img:hover {
    scale: 1;
}

.siparis-alan .siparis-form form .form-group button:hover {
    background: #000;
    transition: 0.3s;
}

.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");
    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 .once-menu-list 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;
    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(1) a {
    color: #ec6623;
    padding-left: 25px;
    position: relative;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-headline .share-area a.favorite-selected {}

.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 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

body .ny-product-comparison-container .ny-product-comparison-in {
    height: auto;
    padding: 30px 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .row {}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 {
    position: relative;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button {
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0 !important;
    border-radius: 100%;
    bottom: unset;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 100;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button i {}

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

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

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 i {}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn {
    background-color: #CA0025;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.comp-foo-disabled {
    background-color: #fff;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area {
    padding: 10px;
    border-radius: 0;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    white-space: normal;
    background: unset;
    border-radius: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button {
    top: 0;
    right: 0;
    border-radius: 5px;
    border-right: 0;
    border-top: 0;
}

body .ny-product-comparison-container button:not(.top-zone):hover {
    transform: rotate(0deg) !important;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button i {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: 100;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button i.fa-trash-can {
    color: #CA0025;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a {
    height: auto;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row {
    display: flex;
    flex-wrap: wrap;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-4 {
    width: 20%;
    padding: 0 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-4 img {
    width: 100% !important;
    object-fit: contain;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 span {
    min-height: auto;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 span.ny-product-comparison-item-title {
    font-size: 14px;
    width: 80%;
    font-weight: 500;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 .ny-product-comparison-price-zone {
    position: relative;
    bottom: unset;
    margin: 10px 0 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row .col-8 .ny-product-comparison-price-zone .ny-product-comparison-price {}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 .ny-product-comparison-space-title {
    padding: 10px !important;
    display: block;
    max-width: 80%;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 i.fa-plus {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #000;
    background-color: unset;
    color: #000;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-3 i.fa-plus::before {
    content: "\ea13";
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area:hover {
    scale: 1;
    border: 1px solid #e0e0e0;
    background-color: unset;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn:not(.mt-2) {
    color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: var(--productBtBgColor);
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row a.ny-product-comparison-left-list-btn:hover {
    background: var(--productNowBtBgColor);
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button:hover {
    background: #CA0025;
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area button:hover i {
    color: #fff;
    transition: 0.3s;
}

.footer-section {
    display: none;
}

.dontStokBt:hover {
    background-color: var(--productBtBgColorHover) !important;
    color: #fff !important;
}

.dontStokBt:hover::before {
    background-color: var(--productBtBgColorHover);
}

.ny-add-cart-modal .ny-add-cart-modal-cont-btn {}

.widget.etbisdiv {
    padding: 0;
}

.category-result .category-product .category-product-card {
    padding-bottom: 60px;
    z-index: 1;
}

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

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-close-btn:hover {
    background-color: #EC6624 !important;
    transition: 0.3s;
}

.widget.etbisdiv img {
    width: 70px !important;
    height: 100% !important;
}

.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;
    margin: 6px 0 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 ul {
    border: 0;
    gap: 10px;
    overflow: hidden;
    padding: 10px 0 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.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: 0.3s;
}

.back-to-home {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    background: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 16px;
    color: #EC6624;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 1px solid #D3D3D3;
    gap: 10px;
}

.back-to-home:hover {
    background: #EC6624;
    border-color: #EC6624;
    color: #fff;
}

.back-to-home i {
    font-size: 20px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a:hover {
    color: #000;
    transition: 0.3s;
}

.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(1) 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-section .shopping-card {
    background: #fff;
    -webkit-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    border-radius: 20px;
    padding: 20px;
}

.shopping-section .shopping-card .map {
    margin-bottom: 20px;
}

.shopping-section .shopping-card .map iframe {
    border-radius: 20px;
}

.shopping-section .shopping-card .adress-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.shopping-section .shopping-card .adress {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 22px;
    color: #000;
}

.shopping-section .shopping-card .tel {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.shopping-section .shopping-card .tel a {
    color: #EC6624;
    font-weight: 600;
}

.shopping-section .shopping-card .tel a:hover {
    color: #414042;
    transition: 0.3s;
}

.shopping-section .shopping-card .mail {
    margin-bottom: 20px;
}

.shopping-section .shopping-card .mail a {
    color: #EC6624;
    font-weight: 600;
}

.shopping-section .shopping-card .mail a:hover {
    color: #414042;
    transition: 0.3s;
}

.shopping-section .shopping-card .location-buton {}

.shopping-section .shopping-card .location-buton a {
    background: #EC6624;
    color: #fff;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 20px;
    display: inline-block;
}

.shopping-section .shopping-card .location-buton a:hover {
    background: #414042;
    transition: 0.3s;
}

.bread-top {
    padding: 20px 0 0;
}

.bread-top h1 {
    color: #414042;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.bread-top ul.bread-list {
    display: flex;
}




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

.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 {
    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, 0.14);
    -moz-box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
    box-shadow: 1px 3px 15px -4px rgba(0, 0, 0, 0.14);
}

.bread-top ul.bread-list li:first-child {
    display: none;
}

.bread-top ul.bread-list li .goster:hover {
    background: #EC6624;
    transition: 0.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: #ec6623;
    padding-left: 30px;
    position: relative;
}

body .swiper {
    height: 0;
    display: none;
}

body .swiper.swiper-horizontal {
    height: 90%;
    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: 40%;
    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: 3px;
    background-color: #f9f9f9;
}

.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-color: #EC6624;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul::-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 ul::-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 ul::-webkit-scrollbar-thumb {
    background: #ec6623;
    border-radius: 10px;
}

.pagination {
    display: flex;
    float: unset !important;
    align-items: center;
    justify-content: center;
    padding: 25px 0 0 !important;
}

.pagination li.page-item {}

.pagination li.page-item a {
    border: 1px solid #d9d9d9;
    border-radius: 5px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li.page-item a:hover {
    background: #EC6624;
    border-color: #EC6624;
    color: #fff;
    transition: 0.3s;
}

.pagination li.page-item.active {}

.pagination li.page-item.active a {
    border: unset;
    background: #414042;
    color: #fff;
    border-radius: 5px !important;
}

.pagination li.page-item.active a:hover {
    background: #EC6624;
    transition: 0.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 .sub-list {
    color: #959595;
    white-space: normal;
}

.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 {
    display: inline;
    color: #959595;
    font-size: 12px;
}

.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 {
    color: #EC6624;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.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%;
    flex-wrap: wrap;
    row-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 a {}
.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:nth-child(even){
    width: 60%;
}
.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:nth-child(odd){width: 38%;}

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

.forms_log .tab-open-area#open-cat-1 {
    display: block;
}

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


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

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p:has(+ table) {
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 20px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p:has(+ table) * {
    font-weight: inherit !important;
     !i;
     !;
    font-size: inherit !important;
     !i;
     !;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table {
    width: 100% !important;
     !i;
     !;
    height: auto !important;
     !i;
     !;
    border-collapse: separate !important;
     !i;
     !;
    border: unset;
    border-spacing: 0 10px;
    max-width: 100%;
    display: block;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table thead {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table thead tr {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table thead tr th {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table thead tr td {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr {
    background-color: #f4f4f4;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr td {
    border: unset;
    font-size: 14px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr td * {
    font-size: inherit !important;
     !i;
     !;
}

.yonkasoft-product-detail .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-support .support-flex .support-content .buttons a.mobile-buton {}

.support-content .buttons .tel span:last-child {
    display: none;
}

.product-group.background-version .product-group-wrapper .group-banner.mobile {
    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]:checked::before {
    border: 1px solid #EC6624;
    background-color: #EC6624;
}

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

.modal .modal-dialog .modal-content .modal-body a {
    display: block;
}

.modal .modal-dialog .modal-content .modal-body a img {
    display: block;
}

.modal .modal-dialog .modal-content .modal-body br {
    display: none;
}

.yonkasoft-lead .navigation-yk button i {
    color: #000;
}

.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 {
    background-color: #EC6624;
}

.pop-filter-web::-webkit-scrollbar-thumb:hover {
    background-color: #EC6624;
}

.oz-web {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 12px 20px;
    color: #fff;
    gap: 10px;
    position: relative;
    background: #ec66234d;
    width: 100%;
    border: 1px solid #ec6623;
    border-radius: 50px;
    flex: unset;
    width: fit-content;
}

.pop-filter-web .ny-filter-home {
    width: 100%;
}

.pop-filter-web .ny-filter-home {
    border: none;
}

html.scroll_hid {
    overflow: hidden;
}

.pop-filter-web .ny-filter-item .d-block {

    width: 100%;

    display: block;

    margin-bottom: 10px;
}

.close-oz-web:hover {

    background: #EC6624;
    color: #fff;
}

.close-oz-web {
    cursor: pointer;
    display: inline-block;

    position: absolute;

    right: 11px;

    top: 6px;

    border: 1px solid;

    color: #EC6624;

    background: #ffffff;

    padding: 2px 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 h1,
.product-information-content h2,
.product-information-content h3,
.product-information-content h4,
.product-information-content h5,
.product-information-content h6 {
    font-size: 20px !important;
}

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

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content strong {
    font-weight: 600;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul {}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li {
    margin-bottom: 10px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li span {
    font-size: 16px !important;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul li span strong {
    font-weight: 500;
}

.store-gallery {
    margin: 50px 0 0;
}

.store-gallery .gallery-box {
    border: 1px solid #EC6624;
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 20px;
}

.store-gallery .gallery-box:not(:last-child) {}

.store-gallery .gallery-box img {
    width: 100%;
    border-radius: 15px;
}

body .nyComment-modal-content {
    width: 600px;
    border-radius: 20px;
    height: 600px;
    overflow-x: scroll;
    padding: 25px;
}

body .nyComment-modal-content h2 {
    color: #414042;
    padding-bottom: 10px;
}

body .nyComment-modal-content::-webkit-scrollbar {
    display: none;
}

body .nyComment-close-btn {
    top: 20px;
    right: 20px;
    background: #ec6624;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    border-radius: 100px;
}

body .nyComment-product-info {
    padding: 20px 0;
    margin: 0;
}

body .nyComment-product-info img.nyComment-product-image {
    border: 1px solid #e0e0e0;
    padding: 5px;
    width: 80px;
    height: 80px;
}

body .nyComment-product-info .nyComment-ptitle {
    color: #414042;
    font-size: 14px !important;
    font-weight: 500;
}

body .nyComment-rating {
    margin: 0;
    padding: 0 0 10px;
}

body .nyComment-rating p {
    color: #414042;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

body .nyComment-star {
    font-size: 16px;
}

body .nyComment-comment {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #414042;
    font-weight: 500;
}

body .nyComment-comment:placeholder {
    color: #414042;
}

body .nyCommentLabel {
    margin-bottom: 10px;
    color: #414042;
    font-size: 14px;
    font-weight: 500;
}

body .nyComment-imageup {
    gap: 10px;
    margin: 0 0 20px;
}

body .nyCommentImageLabel {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
}

body .nyComment-imageup .nyCommentImage {
    width: 100%;
    border: 0;
    background: unset;
    border-radius: 0;
    height: auto;
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

body .nyComment-imageup .nyCommentImage.d-none {}

body .nyComment-imageup .nyCommentImage .addcommentImage {}

body .nyComment-imageup .nyCommentImage .nyCommentImageItem svg {
    width: 25px;
}

body .nyComment-imageup .nyCommentImage input.nyCommentImageFile {
    padding: 0 20px;
    margin: 20px 0 0;
    width: 200px;
}

body .productInfo .infoBox img {
    margin: 0 0 5px;
}

body .ny-commentInfoMessage {
    font-size: 12px;
    line-height: 20px;
}

body .ny-commentMessage {
    color: #CA0025 !important;
    font-size: 12px;
    font-weight: 500;
    margin: 10px 0;
}

body .nyComment-submit-btn {
    background: #ec6624;
    border-radius: 10px;
    border-color: #ec6624;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

body .nyComment-submit-btn:hover {
    background: #414042;
    border-color: #414042;
    transition: 0.3s;
}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap #nycOpenModal {
    background-color: #ec6624;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc .commentImageList {
    gap: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc .commentImageList a {
    display: flex;
    height: auto;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc .commentImageList a img {
    width: 100%;
    height: 80px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 5px;
}

body .nyComment-modal-content .d-none {
    display: none;
}

.breadcrumb {}

.breadcrumb ul.bread-list {
    display: flex;
    white-space: nowrap;
}

.breadcrumb ul.bread-list li {
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.breadcrumb ul li {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: #000;
}

.breadcrumb ul.bread-list li a {
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.breadcrumb ul li a {
    font-weight: 400;
    display: flex;
    flex-direction: row-reverse;
}

.breadcrumb ul li:not(:last-child)::after {
    content: ">";
    color: #EC6626;
    font-size: 12px;
    margin: 0 7px;
    line-height: 1;
    top: 0px;
    position: relative;
}

.breadcrumb ul.bread-list li:last-child {
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}

.breadcrumb h1 {
    color: #000;
    margin-bottom: 10PX;
    font-size: 20PX;
    font-weight: 500;
}

.login_register_area .log_wrapper .box_forms .forms_log::-webkit-scrollbar {
    display: none;
}

.swiper-category-sub{}
.swiper-category-sub .swiper-slide{}
.swiper-category-sub .swiper-slide .yk-category-card{
}
.swiper-category-sub .swiper-slide .yk-category-card .card-text{}
.swiper-category-sub .swiper-slide .yk-category-card .card-text a{
    border: 1px solid #e0e0e0;
    min-height: 60px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 10px;
    justify-content: center;
}



.header-category-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.header-category-container a {
    border-color: #ec6626;
    padding: 5px 12px;
    text-align: center;
    align-content: center;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ec6626;
    background: transparent;
}



.header-category-container a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    background-color: #e35f2e;
    transition: all 0.6s ease;
    transform: translateX(-50%);
}

.header-category-container a:hover::after {
    width: 100%;
}


.yonkasoft-header .header-wrap .menu-group .menu-item i {
    font-size: 20px;
    color: #ec6624;
    font-weight: 600;
}
