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

*:not(i) {
    font-family: "Ubuntu Sans", sans-serif !important;
}

body {
    overflow-x: unset !important;
}

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

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

}

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

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

body li {
    list-style: none;
}

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

body p {
    margin-bottom: 0;
}

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

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

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

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

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

.yonkasoft-header .header-wrap .header-right .head-menu {
    z-index: 99;
}

.yonkasoft-header .header-wrap .header-right .head-top {
    display: flex;
    align-items: center;
    gap: 25px;
    transform: skew(20deg);
    border-width: 0 0 1px 1px;
    border-color: #E0E0E0;
    border-style: solid;
    border-radius: 0 0 0 5px;
}

.yonkasoft-header .header-wrap .header-right .head-top:before {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
}

.yonkasoft-header .header-wrap .menu-group {
    display: flex;
    align-items: center;
    gap: 25px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item {
    transform: skew(-20deg);
}

.yonkasoft-header .header-wrap .menu-group .menu-item a:not(.yonkasoft-language .dropdown-box a) {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item a .icon i {
    font-size: 20px;
    color: #06458F;
}

.yonkasoft-header .header-wrap .menu-group .menu-item a .alt {
    display: flex;
    flex-direction: column;
}

.yonkasoft-header .header-wrap .menu-group .menu-item a .alt span {
    font-size: 10px;
    font-weight: 500;
    color: #949494;
}

.yonkasoft-header .header-wrap .menu-group .menu-item a .alt .text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.yonkasoft-header .header-wrap .menu-item.language-vector a .alt .text {
    color: #fff;
}

.yonkasoft-header .header-wrap .menu-group .menu-item a .alt .text i {
    color: #fff;
    font-size: 12px;
}

.sub_menu_general {
    position: absolute;
    z-index: 999;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
    top: 100%;
    left: -15px;
    transform: translate(0);
    opacity: 0;
    visibility: hidden;
    transition: unset;
}

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

.yonkasoft-header .header-wrap .menu-group .menu-item .sub_menu_general ul {
    padding: 0 10px;
}

.yonkasoft-header .header-wrap .menu-group .menu-item .sub_menu_general ul li a span {
    color: #06458F;
}

.yonkasoft-header .header-wrap .menu-group .menu-item .sub_menu_general ul li a {
    color: #06458F;
    padding: 10px;
    font-size: 12px;
    height: auto;
}

.yonkasoft-header .header-wrap .menu-group .menu-item .sub_menu_general ul li:not(:last-child) a {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
}

.yonkasoft-header .header-wrap .menu-group .menu-item .sub_menu_general ul li a i {
    font-size: 16px;
    color: #06458F;
}

.yonkasoft-header .header-wrap .logo img {
    width: 200px;
}

body .yonkasoft-lead {
    margin-top: 25px;
}

body .yonkasoft-lead .lead-wrapper {
    display: flex;
    gap: 25px;
}

body .yonkasoft-lead .lead-wrapper .lead-parent {
    width: 80%;
}

body .yonkasoft-lead .lead-wrapper .lead-parent .lead-container {
    height: 100%;
}

body .yonkasoft-lead .lead-wrapper .lead-parent .lead-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

body .yonkasoft-lead .lead-wrapper .slider-banner {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

body .yonkasoft-lead .lead-wrapper .slider-banner .banner-item {}

body .yonkasoft-lead .lead-wrapper .slider-banner .banner-item:last-child {}

body .yonkasoft-lead .lead-wrapper .slider-banner .banner-item:last-child img {
    border-radius: 10px 10px 0 0;
}

body .yonkasoft-lead .lead-wrapper .slider-banner .banner-item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.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: var(--siteBtTextColor);
    background-color: var(--siteBtBgColor);
    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 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.pagination-lead span.swiper-pagination-bullet {
    width: 60px;
    height: 5px;
    border-radius: 2px;
    background-color: #ffffff52;
    opacity: 1;
}

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

.mobil-default-slider .swiper-pagination-bullet-active {
    background: #000;
}

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

.yk-head h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1d387a;
    margin-bottom: 0;
}

.yk-head h2 {
    position: relative;
}

.yk-head p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

body .product-group.tab-list .yk-head .products-tabs {
    position: relative;
    background-color: #fff;
    padding: 0 30px;
}

body .product-group.tab-list .yk-head::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    z-index: -1;
}

.yk-head .products-tabs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.yk-head .products-tabs ul li button {
    font-size: 14px;
    font-weight: 500;
    color: #C6D4E5;
    transition: 0.3s;
}

.yk-head .products-tabs ul li button:hover {
    color: #06458F;
    transition: 0.3s;
}

.yk-head .products-tabs ul li button.active {
    color: #06458F;
}

.yk-head a.yk-head-buton {
    background-color: #E9EEF5;
    border-radius: 5px;
    color: #06458F;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}

.yk-head a.yk-head-buton i {
    font-size: 16px;
    color: #06458F;
    transition: 0.3s;
}

.navigation-yk {
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    gap: 10px;
}

.product-group.tab-list .navigation-yk,
.product-group.banner-list .navigation-yk {
    padding-left: 30px;
    background-color: #fff;
}

.product-group.tab-list .yk-head h2,
.product-group.banner-list .yk-head h2 {
    background-color: #fff;
    padding-right: 30px;
}

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

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

.yk-product-card {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    overflow: hidden;
    position: relative;
}

.yk-product-card:hover .button-group {
    transition: all .4s;
    transform: translate(0);
}

.yk-product-card .card-media {
    position: relative;
    background-color: #fff;
}

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

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

.yk-product-card .card-media .product-label-group {
    position: absolute;
    left: 20px;
    top: 20px;
}

.yk-product-card .card-media .product-label-group .product-label {
    border: 1px solid #019a01;
    padding: 7px 10px;
    display: block;
    line-height: 1;
    font-size: 13px;
    background-color: #fff;
    color: #019a01;
    border-radius: 3px;
}

.product-label-cargo {
    background-color: #06458F;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 10px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 9;
    gap: 5px;
    border: unset;
}

.product-label-cargo i {
    font-size: 14px;
}

.product-label-new i {
    font-size: 16px;
}

.product-label-new {
    background-color: #FFBF00;
    border: 1.5px solid #06458F;
    gap: 5px;
    border-radius: 5px;
    color: #06458F;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 25px;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 9;
}

.product-label-cargo .product-label {
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.product-label-cargo .product-label i {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    font-weight: 100;
}

.yk-product-card .card-content {
    padding: 0 15px 15px;
    text-align: center;
}

.products-banner-list .yk-product-card .card-content {
    min-height: 150px;
}

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

.yk-product-card .card-content .brands {
    font-size: 12px;
    font-weight: bold;
    color: #06458F;
    text-transform: uppercase;
    margin: 15px 0;
}

.yk-product-card .card-content .yk-product-card-title {
    font-size: 14px;
    font-weight: 500;
    margin: 15px 0;
    color: #404040;
    line-height: 20px;
}

.yk-product-card .card-content .card-alt {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    min-height: 60px;
}

.yk-product-card .card-content .discount {
    background-color: #DFF3DB;
    border: 1.5px solid #18AD00;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
}

.yk-product-card .card-content .discount:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.5px;
    height: 60px;
    background-color: #E7E7E7;
}

.yk-product-card .card-content .discount .icon {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 5px;
    border-right: 1.5px solid #18AD00;
}

.yk-product-card .card-content .discount .icon img {
    width: 20px;
}

.yk-product-card .card-content .discount .alt {
    font-size: 12px;
    font-weight: 500;
    color: #18AD00;
    padding: 0 10px;
    line-height: 14px;
}

.yk-product-card .card-content .discount .alt span {
    font-size: 14px;
    font-weight: 700;
    display: block;
}

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

.yk-product-card .card-content .price .active-price {
    font-size: 20px;
    font-weight: bold;
    color: #06458F;
}

.yk-product-card .card-content .price del {
    font-size: 14px;
    color: #BDBDBD;
    font-weight: 400;
    line-height: normal;
}

.yk-product-card .card-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.yk-product-card .card-buttons .basket-content {
    display: flex;
    align-items: center;
    background-color: #06458F;
    border-radius: 5px;
    padding: 5px;
    width: 80%;
    height: 50px;
    transition: 0.3s;
}

.yk-product-card .card-buttons .basket-content:hover {
    background-color: #18AD00;
    transition: 0.3s;
}

.yk-product-card .card-buttons .basket-content:hover .counter-yk .productCount {
    border-color: #fff;
    transition: 0.3s;
}

.yk-product-card .card-buttons .basket-content:hover .counter-yk .productCount button {
    background-color: #fff;
    transition: 0.3s;
}

.yk-product-card .card-buttons .basket-content:hover .counter-yk .productCount button i {
    color: #18AD00;
    transition: 0.3s;
}

.yk-product-card .card-buttons .basket-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: unset;
    width: 100%;
    height: 50px;
    padding: unset;
    margin: unset;
    border: unset;
}

.yk-product-card .card-buttons .basket-content a i {
    font-size: 16px;
    color: #fff;
}

.yk-product-card .card-buttons a.ekleFavori {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #FFBF00;
    border-radius: 5px;
}

.yk-product-card .card-buttons a.ekleFavori:hover {
    background-color: #06458F;
}

.yk-product-card .card-buttons a.ekleFavori:hover i {
    color: #fff;
}

.yk-product-card .card-buttons a.ekleFavori i {
    font-size: 20px;
    color: #06458F;
}

.yonkasoft-commerce {
    margin: 80px 0;
}

.banner-col {
    margin: 20px 0;
    position: relative;
}

.commerce-card {
    display: block;
    height: 100%;
}

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

.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 .features-wrapper {
    background-color: #ffffff80;
    border: 1px solid #E0E0E0;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

.yonkasoft-commerce-features .features-wrapper>div {
    gap: 40px;
}

.yonkasoft-commerce-features .features-card {
    display: flex;
    align-items: center;
    gap: 15px;
}

.yonkasoft-commerce-features .features-card:nth-child(even) {
    background-color: #F9F2E0;
    border-radius: 10px;
    padding: 15px 10px;
}

.yonkasoft-commerce-features .features-card:nth-child(even) .icon {
    background-color: #FCB800;
    border-color: #FCB800;
}

.yonkasoft-commerce-features .features-card .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1.5px solid #06458F;
    border-radius: 10px;
}

.yonkasoft-commerce-features .features-card .icon img {
    width: 30px;
}

.yonkasoft-commerce-features .features-card .icon i {
    font-size: 28px;
    font-weight: 100;
}

.yonkasoft-commerce-features .features-card .content {
    flex: 2;
    text-align: left;
    padding-left: 20px;
}

.yonkasoft-commerce-features .features-card .cont {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.yonkasoft-commerce-features .features-card .cont .title {
    font-size: 16px;
    font-weight: 600;
    color: #06458F;
}

.yonkasoft-commerce-features .features-card .cont p {
    font-size: 12px;
    font-weight: 400;
    color: #6E93BE;
    max-width: 200px;
}

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

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

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

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

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

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

.yk-mega-menu-content {
    width: 100%;
    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: 70px 20px 20px;
    height: 100%;
    overflow-y: scroll;
}

.yk-mega-menu-content .content-area::-webkit-scrollbar {
    width: 5px
}

.yk-mega-menu-content .content-area::-webkit-scrollbar-track {
    background: #f7f7f7;
}

.yk-mega-menu-content .content-area::-webkit-scrollbar-thumb {
    background: #0B57B1;
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item {
    position: relative;
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item .list-item-label,
li.list-item a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk-mega-menu-content .content-area .mega-menu-list li.list-item .list-item-label img,
li.list-item a img {
    width: 20px;
}

.yk-mega-menu-content .content-area .once-menu-list {
    margin: 25px 0;
}

.yk-mega-menu-content .content-area .once-menu-list li:not(:last-child) {
    margin-bottom: 10px;
}

.yk-mega-menu-content .content-area .once-menu-list li a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.yk-mega-menu-content .content-area .menu-link-group ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.yk-mega-menu-content .content-area .menu-link-group ul li a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #0B57B1;
    display: flex;
    align-items: center;
    gap: 10px;
}

.yk-mega-menu-content .content-area .menu-link-group ul li a i {
    font-size: 14px;
    background: #0B57B1;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

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

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

.yk-mega-menu-content .content-area .search-card .search-box {
    border: 1px solid #000;
    height: 60px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.yk-mega-menu-content .content-area .search-card .search-box i {
    font-size: 18px;
}

.yk-mega-menu-content .content-area .search-card .search-box input {
    background-color: unset;
    width: 100%;
    height: 100%;
    padding-left: 10px !important;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0;
    border: unset;
    font-size: 14px;
}

.yk-mega-menu-content .content-area .search-card .search-box input::placeholder {
    font-weight: 400;
    color: #000;
}

.yk-mega-menu-content .content-area .search-card .search-box button {
    position: absolute;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    border-left: 1px solid #000;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    color: #000;
}

.yk-mega-menu-content .content-area .search-card .search-box button img {
    width: 35px;
}

.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 {
    margin-bottom: 60px;
}

.page-head-flex {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

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

.yonkasoft-page-head .page-bread {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.yonkasoft-page-head .page-bread:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.yonkasoft-page-head .page-bread:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.come-back {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.come-back i {
    font-size: 14px;
}

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

.yonkasoft-page-head .head-page-flex:before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.yonkasoft-page-head .head-page-flex:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.yonkasoft-page-head .head-page-flex .head-left h1 {
    font-size: 20px;
    font-weight: bold;
    color: #06458F;
    margin-bottom: 10px;
}

.yonkasoft-page-head .head-page-flex .head-left .ser-set {
    font-size: 12px;
    font-weight: 500;
    color: #9D9D9D;
}

.yonkasoft-page-head .head-page-flex .head-left {
    flex: 1;
}

.yonkasoft-page-head .head-page-flex .head-center {
    position: relative;
    bottom: -40px;
    width: auto;
}

.yonkasoft-page-head .head-page-flex .head-center .tool-filter {
    padding: unset;
    border: unset;
}

.yonkasoft-page-head .head-page-flex .head-center .filtreSelectGroup {
    justify-content: center;
    margin: 20px 0;
}

.yonkasoft-page-head .head-page-flex .head-center .filter-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    height: 40px;
    width: 100%;
}

.yonkasoft-page-head .head-page-flex .head-center .filter-area i {
    font-size: 14px;
    color: #808080;
}

.yonkasoft-page-head .head-page-flex .head-center .filter-area span {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

.yonkasoft-page-head .head-page-flex .head-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.yonkasoft-page-head .head-page-flex .head-right .filtreSelectGroup i {
    position: absolute;
    left: 15px;
    font-size: 16px;
    color: #06458F;
}

.yonkasoft-page-head .head-page-flex .head-right .filtreSelectGroup .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #06458F;
    border-radius: 5px;
    position: absolute;
    right: 10px;
}

.yonkasoft-page-head .head-page-flex .head-right .filtreSelectGroup .icon i {
    position: unset;
    font-size: 16px;
    color: #fff;
}

body .breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    height: 50px;
}

.breadcrumb ul {
    display: flex;
    white-space: nowrap;
    margin: 0;
    flex-direction: unset;
    gap: 0;
}

.breadcrumb ul li {
    font-size: 12px;
    font-weight: 500;
    color: #949494;
    position: relative;
    display: flex;
    align-items: center;
}

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

.breadcrumb ul li:first-child a i {
    color: #06458F;
    transition: 0.3s;
}

.breadcrumb ul li:first-child a:hover {
    background-color: #06458F;
}

.breadcrumb ul li:first-child a:hover i {
    color: #fff;
    transition: 0.3s;
}

.breadcrumb ul li:first-child a:hover span {
    color: #fff;
}

.breadcrumb ul li:not(:last-child) a span {
    color: #06458F;
    transition: 0.3s;
}

.breadcrumb ul li:not(:last-child) a:hover span {
    color: #FFBF00;
}

.breadcrumb ul li a:not(:first-child) {
    color: #7D7D7D;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    padding: 0 15px;
    border-radius: 100px;
    height: 25px;
}

.breadcrumb ul li:not(:last-child)::after {
    content: ">";
    color: #06458F;
    font-size: 12px;
    margin: 0 10px;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-wrap.active {
    z-index: 999999;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-wrap .filter-title.active {
    background-color: #fff;
    border-color: #fff;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 99999;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-wrap .filter-title.active i {
    z-index: 99;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-wrap .filter-title.active:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 30px;
    bottom: -1px;
    right: -61px;
    box-shadow: -30px 0 0 0 #fff;
    border-bottom-left-radius: 5px;
}

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

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

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

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

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

.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 (min-width:992px) {
    .yonkasoft-page-head .head-page-flex .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: 0px 0 100px;
}

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

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

.category-result .group-row .tool-filter {
    width: 20%;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.category-result .group-row .category-product {
    background-color: #fff;
    border-radius: 20px;
    height: 100%;
}

.category-result .group-row .category-product .feature {}

.category-result .group-row .category-product .feature .yk-head a.yk-head-buton {
    display: none;
}

.category-result .group-row .category-product .feature .product-group {
    margin: 0 0 30px;
    background-color: #F0F4F8;
    padding: 20px;
    border-radius: 10px;
}

.category-result .group-row .category-product .feature .yk-head h2 {
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #01458f;
}

.category-result .product-settings {
    display: flex;
    float: unset;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
    padding: 40px 0;
}

.category-result .product-settings .ser-set {
    font-size: 14px;
    color: #929292;
}

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

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

.category-result .product-settings .order-product .form-group {
    margin: 0 !important;
}

.category-result .product-settings .order-product span {
    font-weight: 500;
    font-size: 14px;
    margin: 0px 10px 0 0;
}

.category-result .product-settings .order-product select {
    border-radius: 0;
    background-color: unset;
    border: unset;
    border-bottom: 1px solid #000;
    font-size: 16px;
    width: 100px;
    max-width: 100px;
    font-weight: 500;
    min-width: unset !important;
}

.category-result .product-settings label {
    gap: 10px;
    margin: 0;
}

.category-result .product-settings 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;
    border: unset !important;
}

.category-result .product-settings label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    border: 1px solid #e0e0e0;
    transform: unset;
    border-radius: 3px;
    box-shadow: unset;
    transition: unset;
}

.category-result .product-settings label input:checked::before {
    background-color: var(--priceTextColor);
    border: unset;
}

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

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

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

.slider-product-gallery .swiper-slide a video {
    width: 100%;
    height: fit-content;
}

.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;
    position: fixed;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
    height: auto;
    z-index: 99999;
}

.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 .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
}

.product-information .product-dist .dist-left .pr-item.pr-once {
    overflow: hidden;
}

.product-information .product-dist .dist-left .pr-item.pr-once h2 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
}

.product-information .product-dist .dist-left .pr-item.pr-once a.show-detail {
    font-size: 14px;
    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 {
    padding-right: 25px;
}

.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 .discount {
    width: fit-content;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--productsaleBgColor);
}

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

.product-information .product-dist .dist-left .pr-item.pr-third .pr-price del {
    color: #ADADAD;
    margin: 0 0px 5px;
    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 .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;
    justify-content: center;
    gap: 10px;
}

.product-information .product-dist .buy-pr .alert {
    display: flex;
    font-size: 13px;
    padding: 6px 10px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background-color: var(--dontStockBgColor);
    color: var(--dontStockTextColor);
    transition: all .3s;
}

.product-information .product-dist .buy-pr .alert:hover {
    background-color: var(--dontStockBgColorHover);
    color: var(--dontStockTextColorHover);
    transition: all .3s;
}

.product-information .product-dist .buy-pr a.talepUrun {
    font-size: 14px;
    height: 50px;
}

.product-information .product-dist .buy-pr a {
    background-color: #000;
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    padding: 0 10px;
    border: unset;
    margin: 0;
    border-radius: 5px;
}

.product-information .product-dist .buy-pr i {
    font-size: 20px;
    line-height: 1;
}

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

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

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

.swiper {
    height: 0;
    display: none;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    height: 100%;
    display: block;
}

.yonkasoft-same-product {
    margin: 0 0 100px;
    position: relative;
    background-color: #fff;
}

.slider-product-gallery {
    position: absolute !important;
    width: 100%;
    height: fit-content;
    z-index: 9999 !important;
    background-color: #fff;
}

.slider-product-gallery .swiper-wrapper {
    height: fit-content;
}

.zoom-pr-ky {
    width: 100%;
    height: 100vh;
    z-index: 9999999999999;
    position: fixed;
    display: none;
    background-color: #fff;
    user-select: none;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAABYCAYAAABxlTA0AAAACXBIWXMAAC4jAAAuIwF4pT92AAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuZGJhM2RhM2I1LCAyMDIzLzEyLzE1LTEwOjQyOjM3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjUuNyAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjQtMDUtMjFUMDk6NDU6MzgrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA1LTIxVDA5OjU1OjI3KzAzOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA1LTIxVDA5OjU1OjI3KzAzOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOWEyMzBmNy1iZWRlLTRkODEtODMwMS0xM2Y5OTc2MjVjMWIiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4NTg3ODc2Ny0yNjg3LWFjNDEtYTViOC02OGFkYmM2NWI3YzMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDphODk5N2Q5Ni05ZTA4LTRjZTktYWRmOS1hZmFiMjZiZjI5NDgiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE4OTk3ZDk2LTllMDgtNGNlOS1hZGY5LWFmYWIyNmJmMjk0OCIgc3RFdnQ6d2hlbj0iMjAyNC0wNS0yMVQwOTo0NTozOCswMzowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjcgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6MzlhMjMwZjctYmVkZS00ZDgxLTgzMDEtMTNmOTk3NjI1YzFiIiBzdEV2dDp3aGVuPSIyMDI0LTA1LTIxVDA5OjU1OjI3KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjUuNyAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5KOXcVAAADE0lEQVR42u2d0VHDMAyGTfvCY0bICN6A8MYYjNARwhOPXYO3PPOU6wTtBukG7QbFOdwjLUnjtJEs27/udAcchPChkyVZlpWCQEKWJ2Hvo63mRl86X8sGvv9odGc/3hjd2893+Nf+wVsZrY2eZtbaPlunBrW1ztJoQwB1SBv7O/OYwRZGK0aoQ1rZd4kKbC0AbJ8LKUL3rxLB9oEOyk+3K/46ALDXur4RrYhyB02AcLuLoVi3UQYM9lpLaS6highuN9rIJMDdRgj3rFufkPPI4XYh5z7gHhKAe9YDJ+QsEcv14i5ShcsGuUoYbje6QJwbWpxcAOo/1XP63QZAe9PqUX+8dAD8afQNmy+9hvds9PvRkiOsldBV1ADoVE/GwkasBaxXmBVzWe+BODPcMtZMJllxxQRXE6bf57RWM0F2zvByRrhUNY7rmgEXZKeKW8kMd27IQwUZDshOKXTjAe5ckMeqXdSQG5+JxRjcRyG7lhKpIV/8jYue6IFK9lbH5Gj0VU3rkNzZnznO+B6P5A/eYt8pBWtXS6Z4JllMLG1XYAyINLhn9V7YmQOMVLiDBaB3wftb14Akwz1ZliK2hO4BJR3uYDzsq7gzFZh0uBcL3ULAzoC2L+QC7ugYimVKYN+v706duXoOfFpuN6nyEqJRQ5YAdzBUC717RhJc0YDvgSwN7knSIpeMwEUk4CKiXuQQphGHaXUEcKVAFpXJTSmWu6bK9xTtSaQLeBMA3HpiWu0L8gblSg/lShTcGTousWVEuGWETU+GTc9VYHAlQl6NFb/ReELc8Y7WKcLWKY7Nz+Sb/3KmXF0T+kXR7autoAGb+IhtwVh1SvIIge/qWhJHuQqAoz3GBSsmPojIXQBK9tT9GhBvTgucZfsF4wzuHGeABY/YNSwdAe/V7zjyQkFa+TD6RfFgDEUiHIokpecAs9MA93HJFUYrskDGcFC4i3DH23YhY0Azg5QRwS2VUNEq/CH5WgmXTOGaBzZrDqGeXKvAL5QqFK7aYQMtIdqoYi9a5QrXnbH66ZWK+MI+XDkJgUBuyA9crJl61gLFEAAAAABJRU5ErkJggg==') 20 20, zoom-out;
    top: 0;
}

.zoom-pr-ky .close-zoom {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.zoom-pr-ky .close-zoom img {
    width: 16px;
}

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

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

.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,
.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb .play-button img {
    width: 10px;
    object-fit: contain;
}

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

.zoom-pr-ky .pagination .zoom-thumb-area .zoom-thumb.active::before {
    opacity: 0 !important;
}

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

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

.yonkasoft-page-head .head-page-flex .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-lead+.product-group {
    opacity: 0;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li.parent-list-item {
    position: relative;
    margin: unset;
    border: unset;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li a.sub-menu-parent {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li .sub-to-sub-open i {
    font-size: 18px;
}

.category-result .category-topbar {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin-bottom: 30px;
}

.category-result .category-topbar::before {
    content: "";
    width: 1000%;
    height: 1px;
    position: absolute;
    right: 100%;
    bottom: -1px;
    background-color: #e0e0e0;
}

.category-result .category-topbar::after {
    content: "";
    width: 1000%;
    height: 1px;
    position: absolute;
    left: 100%;
    bottom: -1px;
    background-color: #e0e0e0;
}

.category-result .category-topbar .filterTop {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-result .category-topbar .filterTop .top-item-left .catProductCount {
    font-size: 14px;
    font-weight: 500;
}

.category-result .category-topbar .filterTop .top-item-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.category-result .category-topbar .filterTop .top-item-right .filtreSelectGroup {
    float: unset;
    margin: 0 !important;
}

.category-result .category-topbar .filterTop .top-item-right .filtreSelectGroup label {
    gap: 10px;
    margin: 0;
}

.category-result .category-topbar .filterTop .top-item-right .filtreSelectGroup label input {
    appearance: unset;
    border-radius: 0;
    width: 14px;
    height: 14px;
    font: unset;
    border: unset;
    transform: unset;
    display: unset;
    top: -2px;
    margin-right: 3px;
    position: relative;
}

.category-result .category-topbar .filterTop .top-item-right .filtreSelectGroup label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #e0e0e0;
    transform: unset;
    border-radius: 0;
    box-shadow: unset;
    transition: unset;
}

.category-result .category-topbar .filterTop .top-item-right .filtreSelectGroup label input:checked::before {
    background-color: #000;
    border: unset;
}


.yonkasoft-page-head .head-page-flex .filtreSelectGroup {
    display: flex;
    align-items: center;
    float: unset;
    position: relative;
    z-index: 0;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup span {
    font-size: 12px;
    font-weight: 500;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup select {
    background-color: #E1E8F0;
    border-radius: 5px;
    padding: 0 30px 0 40px;
    width: auto;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    color: #06458F;
    cursor: pointer;
    appearance: unset;
    border: unset;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filtreSelectGroup.select-input::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9999 13.1714L16.9497 8.22168L18.3639 9.63589L11.9999 15.9999L5.63599 9.63589L7.0502 8.22168L11.9999 13.1714Z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    z-index: 99;
}

.category-result .group-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-result .group-flex .other-cat {
    width: max-content;
}

.category-result .group-flex .other-cat a {
    background-color: #06458F;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 40px;
    gap: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.category-result .group-flex .other-cat a:hover {
    background-color: #FFBF00;
    color: #06458F;
}

.category-result .group-flex .other-cat a i {
    font-size: 16px;
    color: #fff;
}

.category-result .group-flex .other-cat a:hover i {
    color: #06458F;
}

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

.yonkasoft-header.not-home .header-wrap .menu-group .login-area {
    color: #000;
}

.slider-product-gallery .swiper-slide a .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-product-gallery .swiper-slide a .play-video img {
    width: 15px;
    transform: translateX(3px);
}

.zoom-pr-ky .video-area {
    width: 100%;
    height: 100%;
}

.zoom-pr-ky .video-area video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-information .product-dist .size-pr .productVariants .productBox form {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup label.control-label {
    font-size: 14px;
    font-weight: 400 !important;
    margin-bottom: 7px;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio {
    margin: 0 !important;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label {
    width: 50px;
    height: 35px;
    flex: unset;
    min-height: auto;
    min-width: auto;
    border: 1px solid #000;
    color: #000;
    position: relative;
    font-size: 12px;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label.imagedLabel {
    width: 50px;
    height: 70px;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label.imagedLabel:hover {
    color: red !important;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    min-height: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    object-fit: cover !important;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label img+span {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 6px 0 0;
    line-height: 20px;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label:hover {
    color: #fff;
    background-color: #000;

}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label.ny-variant-offStock {
    background: linear-gradient(to bottom left, transparent calc(50% - 1px), #e4e4e4 calc(50% - 1px), #e4e4e4 50%, transparent 50%) !important;
    border: 1px solid #e4e4e4;
    color: #acacac;
    opacity: 1;
    cursor: no-drop;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio input:checked+label {
    color: #fff;
    background-color: #000;
    border: 2px solid red;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio input:checked+label span {
    color: #000 !important;
}

.product-information .product-dist .dist-left .group-yk-5 {
    grid-template-columns: 1fr 1fr 2fr 1fr 1fr;
}

.yk-product-card .card-content a .options-color-icon {
    bottom: unset;
    top: 0;
    right: 10px;
    border-radius: 0;
    box-shadow: unset;
    border: 1px solid #e0e0e0;
    padding: 6px;
}

/* login */

.login_register_area {
    margin-bottom: 60px;
}

/*
.login_register_area {
     animation-name: loginImage;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    border-radius: 10px;
}
*/

.login_register_area .log_wrapper {
    background-color: #F9F2E0;
    border-radius: 10px;
    padding: 15px;
    padding-left: 50px;
}

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

.forms_log form .form-item .input-group img#rcaptcha {
    width: auto;
    height: 30px !important;
}

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

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

.forms_log form .form-item label a {
    color: #06458F;
    font-weight: 500;
    font-size: 12px;
}

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

.forms_log form i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 18px;
    color: #06458F;
}

.forms_log form input {
    font-size: 12px;
    font-weight: 600;
    height: 50px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 15px;
    border: unset;
    padding: 0 20px;
    padding-left: 45px;
}

.forms_log form input:focus {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05) !important;
}

.forms_log form input#rcaptcha {
    margin: 0;
    padding-left: 20px;
}

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

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

.forms_log form .form-item .toggle-password {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}

.forms_log form button.checkout-btn {
    background-color: #FFBF00;
    border-color: #FFBF00;
    font-size: 16px;
    font-weight: bold;
    color: #06458F;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    width: fit-content;
    padding: 0 20px;
}

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

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

.forms_log form label {
    font-size: 12px;
    font-weight: 500;
    color: #787878;
}


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

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

.login_register_area .log_wrapper .box_forms .forms_log {
    display: flex;
    align-items: center;
    gap: 80px;
}

.login_register_area .log_wrapper .box_forms .forms_log .login_form {
    flex: 1;
}

.login_register_area .log_wrapper .box_forms .forms_log .register_form {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    flex: 1;
}

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

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



.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0000007a;
    z-index: 99;
    height: 100vh;
    display: none;
}

body .modal.show .modal-dialog {
    transform: translate(0);
    transition: unset;
}

body .modal .modal-dialog {
    background: #fff;
    max-width: 800px;
    position: relative;
    border-radius: 0;
    border-radius: 5px;
}

.modal .modal-dialog .modal-content {
    border: unset;
    height: auto;
    border-radius: 0;
    overflow: unset;
    background-color: unset;
    transition: unset;
}

.modal .modal-dialog .modal-content .modal-header {
    display: flex;
    align-items: center;
    background-color: #ffff;
    height: 50px;
    padding: 0 20px;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
}

.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: 30px;
    width: 24px;
    height: 24px;
    color: #05458F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal .modal-dialog .modal-content .modal-header .close span {
    display: block;
    height: fit-content;
    width: fit-content;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
    font-size: 14px;
    height: 400px;
    overflow-y: scroll;
}

.modal .modal-dialog .modal-content .modal-body h1,
.modal-body h2,
.modal-body h3,
.modal-body h4,
.modal-body h5,
.modal-body h6 {
    margin: 0 0 20px;
    color: #05458F;
    font-size: 16px;
}

.modal .modal-dialog .modal-content .modal-body p {
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 24px;
}

.modal .modal-dialog .modal-content .modal-body ul {
    padding-left: 10px;
    margin: 0 0 20px;
}

.modal .modal-dialog .modal-content .modal-body ul li {
    margin: 0 0 5px;
    list-style: disc;
}

.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
    background-color: #eeeeee;
    width: 6px
}

.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
    background-color: #05458F;
}

.modal .modal-dialog .modal-content .modal-footer {
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
}

.modal .modal-dialog .modal-content .modal-footer .btn {
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #2A318B;
    font-weight: 500;
    margin: 0;
}

.modal .modal-dialog .modal-content .modal-footer .btn:last-child {
    background-color: #05458F;
    font-weight: 500;
    color: #fff;
    border: unset;
}

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

.forms_log form a#passupds {
    font-size: 14px;
    font-weight: bold;
    color: #06458F;
    text-align: center;
    margin: auto;
    margin-left: 0;
    text-decoration: underline;
}

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

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

.forms_log form .form-item input[type=checkbox]:checked::before {
    background-color: #07458F;
}

.forms_log form .form-item .toggle-password {
    position: absolute;
    top: 15px;
    right: 15px;
}

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

.forms_log form label[for=uyelikSoz] {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .titlebulkdisc {
    font-size: 16px !important;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .titlebulkdisc .bulkdiscText {
    font-size: 12px !important;
    font-weight: 300;
    color: #000;
    margin: 5px 0 0;
    display: block;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .bulkdiscborder {
    border-radius: 0 !important;
    border: 1px solid #e0e0e0 !important;
    gap: 0 !important;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .bulkdiscborder table {
    max-width: unset;
    width: 100%;
    flex-shrink: unset;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .bulkdiscborder table tbody {
    width: 100%;
    height: 100%;
}

.product-information .product-dist .size-pr .productVariants .bulk-discounts .bulkdiscborder table tr td {
    font-size: 12px;
}

.global_basket {
    margin: 60px 0;
}

.global_basket .not-product-basket {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.global_basket .not-product-basket .box-not {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.global_basket .not-product-basket .box-not .ico-area {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    border-radius: 5px;
    margin-bottom: 10px;
}

.global_basket .not-product-basket .box-not .ico-area i {
    font-size: 20px;
    color: #06458F;
}

.global_basket .not-product-basket .box-not .text {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.global_basket .not-product-basket .box-not a {
    border: 1px solid #06458F;
    border-radius: 5px;
    color: #fff;
    background-color: #06458F;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    height: 40px;
}

.global_basket .not-product-basket .box-not a:hover {
    background-color: #FFBF00;
    border-color: #FFBF00;
    color: #06458F;
}

.global_basket .not-product-basket .box-not span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.global_basket .basket_list {
    position: relative;
    background-color: #FAFAFA;
    border-radius: 10px;
    padding: 25px;
}

.ny-cart-list .counter-sepet {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cart-table-container .basket_list .ny-cart-list {
    display: flex;
    align-items: center;
    gap: 25px;
    border-bottom: unset;
    padding: unset;
}

.cart-table-container .basket_list .ny-cart-list:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.ny-cart-list .ny-cart-image {
    max-width: max-content;
}

.ny-cart-list .ny-cart-image .product-image {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 10px;
}

.ny-cart-list .ny-cart-image .product-image img {
    width: 90px;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.ny-cart-list .cartProductDetail {
    overflow: unset;
    white-space: unset;
    width: 250px;
}

.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: 14px;
    font-weight: 500;
    line-height: 24px;
}

.ny-cart-list .nyCountInput {
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    font-size: 12px;
    border-radius: 5px;
}

.cart-table-container .basket_list .ny-cart-list .nyCartListRight .nyHidMobile .nyCartUpdBt {
    position: absolute;
    top: -15px;
    padding: 5px 10px;
    background-color: #06458F;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: unset;
    display: none;
}

.ny-cart-list .nyCartProductSubTitle {
    color: #000000;
}

.ny-cart-list .nyCartProductSubValue {
    color: #000;
    padding: 0 5px;
    font-weight: 500;
}

.ny-cart-list .priceValue {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
}

.ny-cart-list .priceValue .adet {
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 500;
}

.ny-cart-list .priceValue .adet span {
    color: #06458F;
    font-weight: bold;
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue.ny-cart-old-price {
    color: #b6b6b6;
    font-size: 14px;
    font-weight: 500;
}

.ny-cart-list .nyHidMobile .nyCartProductSubValue {
    font-size: 20px;
    font-weight: bold;
    color: #06458F;
    padding: unset;
}

.ny-cart-list .birim {
    display: flex;
    height: 40px;
}

.ny-cart-list .birim input {
    width: 60px;
    border: unset;
    text-align: center;
}

.ny-cart-list .nyCartListRight {
    position: unset;
    text-align: unset;
    width: 400px;
}

.ny-cart-list .nyCartListRight .nyCartRemove {
    position: absolute;
    right: -10px;
    top: -15px;
    background-color: #CB0000;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.ny-cart-list .nyCartListRight .nyCartRemove i {
    background-color: unset;
    color: #fff;
    font-size: 20px;
}

.ny-cart-list .nyCartListRight i {
    background-color: #06458F;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    font-weight: 400;
    border-radius: 5px;
    transition: 0.3s;
}

.ny-cart-list .nyHidMobile {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.ny-cart-list .nyShowMobile {
    display: none;
}

.global_basket .global-title {
    color: #000;
}

.cart-alt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.cart-alt a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.cart-alt a i {
    font-size: 16px;
}

.cart-alt a.more-shop {
    background-color: #06458F;
    color: #fff;
}

.cart-alt a.more-shop:hover {
    background-color: #FFBF00;
    color: #06458F;
}

.cart-alt a.destroy_cart {
    border: 1px solid #D1D1D1;
    color: #BE0103;
}

.cart-alt a.destroy_cart:hover {
    background-color: #BE0103;
    border-color: #BE0103;
    color: #fff;
}

.cart-summary h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.cart-summary table {
    border-collapse: separate;
    border-spacing: 0 15px;
    margin-bottom: 0;
}

.cart-summary table tr,
.cart-summary table tr td {
    border-bottom: 1px solid #e0e0e0;
    border-top: unset;
}

.cart-summary table .custom-row,
.cart-summary table .custom-row td b {
    font-weight: 400;
}

.cart-summary table tr td {
    border-color: #e0e0e0;
    color: #696969;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    padding-bottom: 10px;
}

.cart-summary table tr td small {
    font-size: 12px;
    font-weight: 400;
}

.cart-summary .col-12 img {
    width: 100px;
}

.cart-summary .buy-button {
    color: #fff;
    background-color: #06458F;
    border: 1px solid #06458F;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 25px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    gap: 10px;
    border-radius: 5px;
}

.cart-summary .buy-button img {
    width: 25px;
}

.cart-summary .buy-button i {
    font-size: 18px;
}

.cart-summary .buy-button:hover {
    background-color: #18AD00;
    border-color: #18AD00;
}

.cart-summary.coupon {
    display: none;
    border: unset;
    text-align: left;
    padding: 0 25px 25px;
}

.cart-summary.coupon label {
    font-size: 12px;
    font-weight: 500;
}

.cart-summary.coupon input {
    height: 50px;
    padding: 0 20px;
    margin: 10px 0px;
    width: 100%;
    border: 1px solid #E8E8E8;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    border-radius: 5px;
}

.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: #25d366;
    color: #fff;
    border-radius: 5px;
}

.coupon_area {
    width: 100%;
    margin: 30px 0 0;
    background-color: #fff;
    border: 1.5px solid #E0E0E0;
    border-radius: 5px;
}

.coupon_area:hover {
    border: 1.5px solid #06458F;
    transition: 0.3s;
}

.coupon-add-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    height: 50px;
    transition: 0.3s;
}

.coupon-add-button span {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
}

.coupon-add-button i {
    font-size: 20px;
    color: #06458F;
}

.product-information .product-dist .buy-pr {
    flex-wrap: wrap;
    justify-content: end;
}

.product-information .product-dist .buy-pr .counter-yk .productCount {
    height: 100%;
    border: unset;
}

.product-information .product-dist .buy-pr .counter-yk .productCount button {
    width: 40px;
    border: 1px solid #e0e0e0;
}

.product-information .product-dist .buy-pr .counter-yk .productCount button i {
    font-size: 20px;
}

.product-information .product-dist .buy-pr .counter-yk .productCount input {
    width: 50px;
    font-size: 20px;
    border-width: 1px 0;
    border-color: #e0e0e0;
}

.product-information .product-dist .buy-pr .button-group {
    display: flex;
    gap: 10px;
    width: 100%;
}

.product-information .product-dist .buy-pr .button-group a.talepUrun {
    border: 1px solid var(--productBtBgColor);
    background-color: var(--productBtBgColor);
    color: var(--productBtTextColor);
}

.product-information .product-dist .buy-pr .button-group a.talepUrun:hover {
    border-color: var(--productBtBgColorHover);
    background-color: var(--productBtBgColorHover);
    color: var(--productBtTextColorHover);
}

body .form-control:focus {
    border: unset !important;
    box-shadow: unset !important;
    outline: unset !important;
}

.category-all-list {
    margin: 50px 0;
}

.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;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    padding: 20px;
}

.category-all-list .cat-box-wrap .cat-box:hover {
    background-color: #02458F;
    border-color: #02458F;
    color: #fff;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-wrap .filter-item .d-flex button img {
    width: 30px;
}

body .ny-add-cart-modal {
    z-index: 999999999;
    height: 100vh;
    overflow: hidden;
    background-color: #00000059;
}

.ny-add-cart-modal .ny-add-cart-modal-content {
    border-radius: 0;
    position: absolute;
    left: 50%;
    width: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    height: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    border: 0;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-close-btn {
    color: #fff;
    font-weight: 200;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #07458F;
    width: 35px;
    height: 35px;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone {
    display: flex;
    flex-wrap: nowrap;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .col-md-2 {
    width: auto;
}

.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 #efefef;
    padding: 5px;
    height: 100px;
    border-radius: 5px;
}

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

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container .ny-add-cart-success-title {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.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 {
    max-width: 80%;
    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-info#product-qty {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0;
    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-info#product-price {
    font-size: 16px;
    font-weight: 700;
    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%;
    gap: 10px;
}

.ny-add-cart-modal .ny-add-cart-modal-content .ny-add-cart-modal-body #ny-add-cart-product-zone .ny-add-cart-modal-container.ny-add-cart-modal-btnzone a {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0;
    background-color: unset;
    border-radius: 5px;
    background-color: #18AD00;
    border-color: #18AD00;
    color: #fff;
    margin: 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-btnzone a:hover {
    color: #fff !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: #06458F;
    border-color: #06458F;
}

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

.global_basket .basket_prod .basket_flex {
    display: flex;
    gap: 40px;
}

.global_basket .basket_prod .basket_flex .column-8 {
    width: 75%;
}

.cart-table-container .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

.global_basket .basket_prod .basket_flex .column-4 {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    border-left: 1px solid #e0e0e0;
}

.member-or-login {
    margin: 60px 0;
}

.member-or-login .group-yk-2 .shop-box {
    border: 1px solid #e0e0e0;
    text-align: left;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    justify-content: flex-start;
}

.member-or-login .group-yk-2 .shop-box .link {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.member-or-login .pageSmallTitle {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.member-or-login .group-yk-2 .shop-box p {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.member-or-login .group-yk-2 .shop-box .link a {
    font-size: 12px;
    font-weight: 500;
    padding: 0 15px;
    border: 1px solid #06458F;
    color: #06458F;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
}

.member-or-login .group-yk-2 .shop-box .link a.buy {
    background-color: #06458F;
    color: #fff;
}

.member-or-login .group-yk-2 .login-form {
    height: 100%;
    padding: 25px;
    border-radius: 5px;
    background-color: #F9F2E0;
}

.member-or-login .group-yk-2 .login-form .pageSmallTitle {
    color: #06458F;
    margin-bottom: 15px;
}

.member-or-login .group-yk-2 .login-form .form-group {
    position: relative;
}

.member-or-login .group-yk-2 .login-form input {
    background-color: #fff;
    width: 100%;
    height: 40px;
    color: #06458F;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
}

.member-or-login .group-yk-2 .login-form label {
    display: block;
    width: fit-content;
    color: #06458F;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.member-or-login .group-yk-2 .login-form .toggle-password {
    position: absolute;
    right: 10px;
    top: 30px;
    background-color: #FFBF00;
    border: 1px solid #02458F;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.member-or-login .group-yk-2 .login-form .toggle-password i {
    color: #02458F;
}

.member-or-login .group-yk-2 .login-form a.link-function {
    color: #06458F;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px solid 06458F;
    margin: 10px 0 0;
}

.member-or-login .group-yk-2 .login-form a.link-function:hover {
    opacity: 0.5;
}

.member-or-login .group-yk-2 .login-form a.login {
    background-color: #06458F;
    border-color: #06458F;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 40px;
    width: max-content;
    margin-top: 15px;
}

.member-or-login .group-yk-2 .login-form .alert {
    font-size: 13px;
    padding: 7px 10px;
    margin: 20px 0 0;
}


.product-information .product-dist .dist-left .group-yk-4 {
    grid-template-columns: 1fr 1fr 2fr 1fr;
}

.offcanvas#offcanvasRight {
    z-index: 999999;
    background-color: #fff;
    border-left: 0;
    box-shadow: none;
}

#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;
    font-weight: 500;
    border-top: 1px solid #e0e0e0;
}

#offcanvasRight .ny-offcanvas-payment i {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background-color: #FCB800;
    border-radius: 5px;
    height: 25px;
    font-size: 14px;
    color: #06458F;
}

#offcanvasRight .goto-bag {
    background: #06458F;
    width: 100%;
    padding: 0 20px;
    color: var(--siteBtTextColor);
}

#offcanvasRight .goto-bag div {
    font-size: 14px;
    font-weight: 500;
    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 {
    padding: 10px 20px;
    margin-bottom: 0;
}

#offcanvasRight .offcanvas-body {
    padding: 20px !important;
}

#offcanvasRight .bag-tit {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

#offcanvasRight .bag-tit .cartTotal {
    color: red;
    font-size: 16px !important;
}

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

#offcanvasRight .ny-offcanvas-products {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
}

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

#offcanvasRight .ny-offcanvas-products .bag-content {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

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

#offcanvasRight .ny-offcanvas-products .w-100 {
    display: none;
}

#offcanvasRight .offcanvas-body div {
    font-size: 12px;
    font-weight: 500;
    row-gap: 20px;
}

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

#offcanvasRight .ny-cart-empty i {
    font-size: 25px;
    color: #fff;
}

.category-result .catTextBox {
    margin: 60px 0 0;
    border: 0;
    padding: 0;
    border-radius: 0;
    max-height: 100%;
    font-size: unset;
    overflow: visible;
}

.category-result .catTextBox h1,
.catTextBox h2,
.catTextBox h3,
.catTextBox h4,
.catTextBox h5,
.catTextBox h6 {
    font-size: 20px !important;
    margin-bottom: 20px;
    color: #01458f;
}

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

#offcanvasRight .ny-offcanvas-products .col-3 {
    width: 30%;
    padding: 0;
}

#offcanvasRight .ny-offcanvas-products .col-3 a {
    width: 100%;
}

#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;
    padding: 0;
}

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

#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: 16px;
}

#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: red;
    margin-right: 10px;
}

.campaignBox {
    background-color: #000;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center;
}

.campaignBox .campaignText {
    font-size: 16px;
}

.campaignBox .campaignText a {
    color: #fff;
}

.campaignBox .campaignText span {
    font-weight: 200;
}

.campaignBox .campaignText p {
    display: inline;
    font-weight: 200;
}

.campaignBox .campaignText p b {
    color: #fff;
    font-weight: 600;
}

.campaign-page {
    margin: 50px 0;
}

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

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

.campaign-page .card-yk .card-header {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    line-height: normal;
    margin-bottom: 10px;
}

.campaign-page .card-yk .card-body {
    padding: 0;
    color: unset;
}

.campaign-page .card-yk .card-body h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0 7px;
    padding: 0 10px;
}

.campaign-page .card-yk .card-body .card-text {
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
    text-align: center;
    line-height: 20px;
}

.campaign-page .card-yk .card-body .card-text a {
    display: unset;
}

.campaign-page .card-yk .card-body .card-text b {
    font-weight: 500;
}

.campaign-page .card-yk .card-footer {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
}

.bank-account {
    margin: 60px 0;
}

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

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

.bank-account .bankAccount-box .logo img {
    width: 150px;
}

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

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

.bank-account .bankAccount-box .box-body .bankUser {
    font-size: 12px;
    font-weight: 600;
}

.bank-account .bankAccount-box .box-body .bankIban {
    font-size: 12px;
    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: 500;
    color: #000;
    margin-left: 5px;
}

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

.bank-account .bankAccount-box .box-body .bankIban button i {
    display: block;
    font-size: 16px;
}

.bank-account .bankAccount-box .box-body .bankIban .copy_success {
    position: absolute;
    right: -50px;
    top: -9px;
    background-color: #06458F;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    display: none;
}

.bank-account .bankAccount-box .box-body .bankNo {
    font-size: 12px;
    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: 13px;
    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 .soru-input {
    width: 100%;
    border: 1px solid #E0E0E0;
    height: 50px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
}

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

.help-q-page .soruFiltre .soru-input input::placeholder {
    color: #000;
}

.help-q-page .soruFiltre .soru-input i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 16px;
    cursor: pointer;
}

.help-q-page .soru-filtre-liste {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.help-q-page .soru-filtre-liste li a {
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    height: 35px;
    padding: 0 15px;
    position: relative;
    border-bottom: 1px solid #e0e0e0 !important;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}

.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: #06458F;
    border-color: #06458F;
    color: #fff;
}

.help-q-page .mainQuestion {
    margin-bottom: 15px;
}

.help-q-page .mainQuestion .soru-card {
    background-color: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    overflow: hidden;
}

.help-q-page .mainQuestion .soru-card .card-header {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 0 15px;
}

.help-q-page .mainQuestion .soru-card .card-header h5 {
    margin-bottom: 0;
    line-height: normal;
}

.help-q-page .mainQuestion .soru-card .card-header h5 a {
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
}

.help-q-page .mainQuestion .soru-card .card-header h5 a i {
    font-size: 16px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse {
    display: none;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body {
    border-top: 1px solid #E0E0E0;
    padding: 15px 20px;
}

.help-q-page .mainQuestion .soru-card .ny-collapse .card-body p {
    font-size: 12px;
    color: #000;
    font-weight: 400;
    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: 60px 0;
}

.contact-main .contact-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 2px solid #06458F;
    border-radius: 10px;
    background-color: #F9F2E0;
}

.contact-main .contact-info .contact-item {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
}

.contact-main .contact-info .contact-item p {
    margin-top: 10px;
    font-weight: 500;
}

.contact-main .contact-info .social-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-main .contact-info .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #FFBF00;
    font-size: 16px;
    color: #06458F;
}

.contact-main .contact-info .social-links a.whatsapp i {}

.contact-main .contactFormBox {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.contact-main .contactFormBox .form-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: block;
    margin-bottom: 15px;
}

.contact-main .contactFormBox #contactForm .column-12.form-footer {
    margin: 15px 0 0;
}

.contact-main .contactFormBox #contactForm label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-main .contactFormBox #contactForm input,
#contactForm textarea {
    width: 100%;
    background-color: unset;
    color: #fff;
    border-radius: 5px;
    height: 40px;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: #000;
}

.contact-main .contactFormBox #contactForm input,
#contactForm textarea:focus {
    border: 1px solid #e0e0e0 !important;
}

.contact-main .contactFormBox #contactForm input,
#contactForm textarea:placeholder {
    color: #000;
}

.contact-main .contactFormBox #contactForm #cptch {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 35px;
    margin-bottom: 10px;
}

.contact-main .contactFormBox #contactForm textarea {
    height: 100px;
    padding: 15px;
}

.contact-main .contactFormBox #contactForm button {
    background-color: #06458F;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 40px;
}

.contact-main .contact-flex {
    display: flex;
    gap: 40px;
    flex-direction: row-reverse;
}

.contact-main .column-8 {
    width: 30%;
}

.contact-main .column-4 {
    width: 70%;
}

.page-wrap {
    margin: 40px 0;
}


.page-wrap .page-content h1,
.page-wrap .page-content h2,
.page-wrap .page-content h3,
.page-wrap .page-content h4,
.page-wrap .page-content h5,
.page-wrap .page-content h6 {
    font-size: 20px !important;
    margin-bottom: 10px;
    color: #01458f;
}

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

.page-wrap .page-content .column-12 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #000;
}

.page-wrap .page-content .column-12 strong {
    font-size: 16px;
}

.siparis-alan {
    margin: 50px 0;
}

.siparis-alan .siparis-form {
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
}

.siparis-alan .siparis-form .form-title {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    color: #000;
}

.siparis-alan .siparis-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.siparis-alan .siparis-form form .form-group input {
    width: 100%;
    border: 1px solid #E0E0E0;
    height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    outline: none;
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.siparis-alan .siparis-form form .form-group input:focus {
    border: 1px solid #E0E0E0 !important;
}

.siparis-alan .siparis-form form .form-group button {
    background-color: #06458F;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    height: 40px;
    margin: 20px 0 0;
    border-radius: 5px;
}

#offcanvasRight .offcanvas-body .ny-cart-empty {
    width: 70px;
    height: 70px;
    background-color: #06458F;
    border-radius: 100px;
    padding: 20px;
    margin: auto;
    margin-bottom: 15px;
    align-items: center;
    opacity: 1;
}

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

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

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

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

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

.ps-form--review .ps-form__desc b {
    color: var(--priceTextColor);
}

.ps-form--review .ps-form__label {
    display: block;
    float: unset !important;
    line-height: 1;
    font-weight: 200;
}

.ps-form--review .ps-form__textarea {
    border: 1px solid #e0e0e0;
    height: 100px;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
    color: #000;
    margin: 10px 0 0;
    border-radius: 10px;
}

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

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

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

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

.ps-form--review form .ps-form__block .ps-form__textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 100px;
    border-radius: 0;
    padding: 15px;
    font-size: 14px;
    color: #000;
    margin: 10px 0 0;
}

.ps-form--review button {
    background-color: var(--priceTextColor);
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    transition: all .4s;
    border-radius: 10px;
}

.ps-form--review button:hover {
    background-color: #000;
    transition: all .4s;
}

.ps-form--review form .rating label::before {
    font-size: 16px;
    top: 0;
    left: 2px !important;
    color: #eac501 !important;
}

.yonkasoft-page-head .head-page-flex .tool-filter .filterCat .filter-close i {
    font-size: 20px;
}

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

.cc-bottom[aria-label=cookieconsent] .cc-message a {
    font-weight: 700;
}

.cc-bottom[aria-label=cookieconsent] .cc-compliance a {
    background-color: #fff;
    color: #000;
    border-radius: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.order-query {
    margin: 50px 0;
}

.order-query .collapsible {
    background-color: var(--footerBgColor);
    color: #fff;
    font-size: 16px;
    background-image: unset;
    border-radius: 0;
}

.order-query .collapsible:hover {
    background-color: var(--footerBgColor);
    border-color: var(--footerBgColor);
}

.order-query .collapsible .text-date {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin: 10px 0 0;
}

.order-query .collapsible .text-date i {
    font-size: 30px;
    line-height: 1;
    height: 0;
    position: relative;
    top: -18px;
}

.order-query .collapsible .coll-row {
    display: none;
}

.order-query .order-row {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    color: #6d6e71;
}

.order-query .content .content-zone {
    padding: 40px 20px 20px 20px;
}

.order-query .content .detay-btn {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    padding: 10px 20px;
    border: unset;
}

.order-query .list-group-item:first-child {

    background-color: #000;
    border-color: #000;
    border-radius: 0 !important;
}

.order-query .collapse-body {
    max-height: max-content;
    display: block;
}

.order-query .collapse-body .content-zone .row {
    height: auto;
    justify-content: space-between;
}

.order-query .collapse-body .content-zone .row .order-date-row {
    position: relative;
    top: unset;
    width: fit-content;
    height: fit-content;
    margin: auto 0;
    border-radius: 0;
    padding: 10px;
    background-color: var(--footerBgColor);
    color: #fff;
}

.order-query .collapse-body .content-zone .row .col-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    gap: 7px;
    width: 10%;
}

.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;
    justify-content: center;
    font-size: 14px;
    font-weight: 300;
    gap: 7px;
    color: #000;
    width: 16.66%;
}

.order-query .collapse-body .content-zone .row .mini-img {
    width: 100px;
    object-fit: contain;
    height: 100px;
    border-radius: 0;
    padding: 3px;
}

.order-query .collapse-body .content-zone .row span {
    font-size: 14px;
    line-height: 1;
    color: red !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;
    color: #000;
    width: 16.66%;
}

.order-query .collapse-body .content-zone .row a {
    background-color: var(--footerBgColor);
    border-radius: 0;
    border-color: var(--footerBgColor);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.order-query .collapse-body .content-zone .row a.bildirim-btn {
    background-color: green;
    border-color: green;
}

.order-query .dashboard-content::-webkit-scrollbar {
    background-color: unset;
    border: unset;
    height: 5px
}

.order-query .dashboard-content::-webkit-scrollbar-thumb {
    background-color: #000;
}

.order-query-detail {
    margin: 50px 0 0;
}

.order-query-detail table {
    margin: 0;
}

.order-query-detail table tr td {
    font-size: 14px;
}

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

.order-query-detail table tbody {
    margin-bottom: 20px;
}

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

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

.order-query-detail ul.list-group li.list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.order-query-detail .alert {
    margin-bottom: 20px;
}

.odeme-bildirim {
    margin: 50px 0;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row {
    margin: 0 -15px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .col-md-6 {
    width: 50%;
    padding: 0 15px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item.active {
    background-color: #000;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group select {
    height: 40px;
    border-radius: 0;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group .list-group-item .form-group label {
    font-size: 14px;
    margin-right: 10px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item {
    border-radius: 0;
    font-size: 14px;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row .list-group#bank_group .list-group-item span.font-weight-bold {
    font-weight: 500 !important;
}

.odeme-bildirim .odeme-wrap .odemeForm .row .col-12 .row button {
    background-color: green;
    color: #fff;
    margin: 10px 0 0;
    padding: 13px 20px;
    font-size: 14px;
    border-color: green;
}

.odeme-bildirim .alert {
    margin-bottom: 15px;
}

.odeme-bildirim .alert strong {
    font-weight: 400;
}

.ac-for-comment .for-comment-wrap .comment-headline {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.ac-for-comment .for-comment-wrap .comment-headline .comment-info {
    text-align: center;
    font-size: 16px;
    padding-bottom: 10px;
}

.ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating {
    text-align: left !important;
}

.ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating span {
    font-size: 18px;
    margin-right: 6px;
    margin: 0;
}

.ac-for-comment .for-comment-wrap .comment-headline .comment-info .rating img {
    width: 25px;
    opacity: 0.5;
}

.ac-for-comment .for-comment-wrap .comment-headline .comment-info span {
    font-weight: 500;
}


.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label img+span.ny-variant-offStock {
    background: unset !important;
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup .radio-content .radio label img+span.ny-variant-offStock::before {
    content: "Stok Tukendi";
    display: block;
    text-align: left;
    position: absolute;
    top: 100%;
    color: red;
    line-height: 1;
    width: max-content;
}

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group {
    height: 50px;
    position: relative;
}

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group input {
    height: 100%;
    background-color: #fff;
    width: 400px;
    padding: 0 15px;
    border-radius: 0;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #E0E0E0;
}

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group input::placeholder {
    color: #000;
}

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group .input-group-prepend {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
}

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group .input-group-prepend button i {
    font-size: 20px;
    color: #06458F;
}

.searchlistblog {
    width: 100%;
    max-width: 100% !important;
    top: 100%;
    border-color: #e0e0e0 !important;
}

.searchlistblog br {
    display: none;
}

.share-area {
    margin: 15px 0 0;
}

.share-area span {
    font-size: 13px;
    color: #000;
    margin-right: 5px;
}

.share-area a {
    margin: 0 2px;
}

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

.dashboard-right-sidebar .row>.content {
    max-height: max-content;
    border-width: 0 1px 1px;
    padding: 15px;
}

.dashboard-right-sidebar .row>.content .content-zone {
    padding: 20px 10px 0px;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row {
    border-radius: 0;
    padding: 15px;
    gap: 15px;
    margin: 36px 0;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .order-date-row {
    top: unset;
    bottom: 100%;
    left: 0;
    padding: 10px;
    border-radius: 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;
}

.dashboard-right-sidebar .row>.content .content-zone .row.order-row .col-9 a {
    font-size: 14px;
    border-radius: 5px;
    flex: 1;
    display: flex;
    justify-content: center;
    color: #fff;
    background-color: #000;
    color: #fff;
    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;
}

.yk-product-card .card-media a img.load-image {
    width: 200px;
    min-height: 450px;
    object-fit: contain;
    text-align: center;
}

.head-topbar {
    padding: 20px 0;
    border-bottom: 1px solid #ffffff21;
    z-index: 99999;
    position: relative;
    background-color: #fff;
}

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

.head-topbar .head-flex a {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
}

.head-topbar .head-flex a i {
    font-size: 18px;
    position: relative;
    line-height: 1;
    top: 1px;
    margin-right: 3px;
    color: var(--siteBtBgColor);
}

.head-topbar .head-flex .head-left {
    display: flex;
    gap: 20px;
}

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

.head-topbar.not-home .head-flex a {
    color: #000 !important;
}

.head-topbar.not-home {
    border-bottom: 1px solid #00000021;
}



.product-information .product-dist .buy-pr a.ekleSepet {
    color: var(--productBtTextColor);
    background-color: var(--productBtBgColor);
}

.product-information .product-dist .buy-pr a.ekleSepet:hover {
    color: var(--productBtTextColorHover);
    background-color: var(--productBtBgColorHover);
}

.product-information .product-dist .buy-pr a.hemenAl {
    color: var(--productBtNowTextColor);
    background-color: var(--productNowBtBgColor);
    border: 1px solid var(--productBtNowTextColor);
}

.product-information .product-dist .buy-pr a.hemenAl:hover {
    color: var(--productBtNowTextColorHover);
    background-color: var(--productNowBtBgColorHover);
}

body #comprassionZone {
    border: 1px solid #E0E0E0;
    padding: 20px 0;
    background-color: #fff;
}

body .ny-product-comparison-container .ny-product-comparison-in {
    background-color: #ffff;
    height: fit-content;
}

body .ny-product-comparison-container .ny-product-comparison-in .row {
    margin: 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 {
    position: relative;
    padding: 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button {
    top: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    bottom: unset;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button:hover {
    background-color: #06458F;
    border-color: #06458F;
    transition: 0.3s;
    scale: none;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button:hover i {
    color: #fff;
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button i {
    font-size: 12px;
    color: #000;
    transition: 0.3s;
}

body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 .ny-product-comparison-title {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row {
    margin: 0;
    column-gap: 20px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .col-md-2 {
    padding: 0;
    margin: 0;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-left-list-btn {
    cursor: pointer;
    background-color: #06458F;
    border-color: #06458F;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 50px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area {
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 10px;
    scale: none;
    position: relative;
    transition: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: unset;
    padding: 0 20px;
    flex: 1;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .icon-new-comp {
    font-size: 12px;
    padding: 0;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .ny-product-comparison-space-title {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .btn-clean-item {
    top: 10px;
    right: 10px;
    z-index: 9;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .btn-clean-item i {
    font-size: 12px;
    color: red;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a {
    height: 120px;
    display: flex;
    align-items: center;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area a .row {
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 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-4 {
    padding-left: 0;
    width: fit-content;
}

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 {
    padding-right: 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-4 img {
    width: 100% !important;
    height: 80px;
    padding: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 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;
    color: #00a331;
    font-size: 16px;
}

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;
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 20px;
}

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

.sales-field {
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 15px 15px 10px;
}

.sales-field legend {
    background-color: #000;
    padding: 8px 13px;
    color: #fff;
}

.sales-field .row .form-group {
    border: 1px;
    font-size: 14px;
}

.sales-field .row .form-group i {
    font-size: 18px;
    position: relative;
    top: 1px;
}

.sales-field .row .form-group b {
    font-weight: 600;
}

.sales-field .row .form-group a {
    color: red;
    margin: 0 5px;
}

.fixed-buttons {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
}

.fixed-buttons a {
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
}

.fixed-buttons a i {
    display: block;
    font-size: 20px;
}

body .footer-section {
    padding: 30px 0 !important;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 50px;
}

body .footer-section .footer-topBarRow .ny-footerTopBar {
    padding: 0;
    width: 50%;
}

body .footer-section .footer-topBarRow .ny-footerTopBar .ny-footer-clr {
    font-size: 22px;
    margin: 0;
}

body .footer-section .footer-topBarRow a {
    color: var(--footerBarTextColor) !important;
    margin: 0 5px;
}

body .footer-section .footer-topBarRow a i {
    font-size: 22px;
}

body .ny-product-comparison-container .top-zone {
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 0);
    height: 60px;
}

body .ny-product-comparison-container .top-zone img {
    display: block;
    width: 40px;
    transform: rotate(-90deg);
    animation: 1s infinite alternate mymove2;
}

@keyframes mymove2 {
    from {
        transform: translate(0, -10px)rotate(-90deg);
    }

    to {
        transform: translate(0, 0)rotate(-90deg);
    }
}

.product-information .product-dist .size-pr .productVariants .productBox form .variantGroup.hiddenCls::before {
    content: "";
}

body .alert {
    background-color: #fff0c6;
    color: #676767;
    border: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
    margin-bottom: 0;
}

body .alert i {
    color: #676767;
    font-size: 16px;
}

body .alert.alert-information {
    margin-bottom: 10px;
}

table img {
    width: 150px !important;
    height: auto !important;
}

table img.img-thumbnail {
    width: 50px;
}

body .alert.alert-information {
    margin-bottom: 10px;
}

ul.category-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

ul.category-menu li a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
    padding: 0 20px;
    z-index: 99999;
}

ul.category-menu li a.active {
    background-color: #F9F2E0;
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 99999;
}

ul.category-menu li a i {
    font-size: 16px;
    line-height: 1;
}

ul.category-menu li a img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.yonkasoft-header .header-wrap .search-card {
    position: relative;
}

.yonkasoft-header .header-wrap .search-card form .search-box {
    position: relative;
}

.yonkasoft-header .header-wrap .search-card form .search-box i {
    position: absolute;
    left: 15px;
    top: 15px;
    transform: skew(-20deg);
    font-size: 18px;
    color: #06458F;
}

.yonkasoft-header .header-wrap .search-card form .search-box input {
    height: 60px;
    width: 600px;
    background-color: unset;
    border: unset;
    font-size: 14px;
    font-weight: 500;
    color: #949494;
    transform: skew(-20deg);
    padding: unset;
    padding-left: 50px;
}

.yonkasoft-header .header-wrap .search-card form .search-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #E0E0E0;
}

.yonkasoft-header .header-wrap .search-card form .search-box button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCB800;
    right: 10px;
    top: 15px;
    padding: 0 10px;
    height: 30px;
    transition: 0.3s;
}

.yonkasoft-header .header-wrap .search-card form .search-box button:hover {
    background-color: #06458F;
    transition: 0.3s;
}

.yonkasoft-header .header-wrap .search-card form .search-box button:hover span {
    color: #fff;
    transition: 0.3s;
}

.yonkasoft-header .header-wrap .search-card form .search-box button span {
    font-size: 12px;
    font-weight: 600;
    color: #06458F;
    text-transform: uppercase;
    transform: skew(-20deg);
}

header .head-menu .category-buton {
    background-color: #01458f;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    width: 200px;
    border-radius: 0 40px 0 0;
    position: relative;
    cursor: pointer;
}

header .head-menu .category-buton:before {
    content: "";
    background-color: #01458f;
    position: absolute;
    right: 100%;
    top: 0;
    width: 10000%;
    height: 100%;
}

header .head-menu .category-buton i {
    font-size: 18px;
    color: #fff;
}

.head-menu .category-menu li .mega-menu {
    top: 36px;
}

.yk-product-card .card-content .card-rating .rating-stars span {
    position: relative;
    font-size: 12px;
    font-weight: 400;
    color: #8A8A8A;
    margin-left: 4px;
}

.product-group.one-cikan {
    background-color: #F8F8F8;
    padding: 50px 10px !important;
    margin: 80px 0;
    position: relative;
}

.product-group.one-cikan::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #F8F8F8;
}

.product-group.one-cikan::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #F8F8F8;
}

.product-group.one-cikan .product-group-area {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.product-group.one-cikan .navigation-yk button {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
}

.product-group.one-cikan .navigation-yk button.prev {
    left: -15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(179, 179, 179, 0.5);
    -moz-box-shadow: 0px 0px 19px -5px rgba(179, 179, 179, 0.5);
    box-shadow: 0 0 30px 0px rgb(207 207 207 / 50%);
}

.product-group.one-cikan .navigation-yk button.next {
    right: -15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(179, 179, 179, 0.5);
    -moz-box-shadow: 0px 0px 19px -5px rgba(179, 179, 179, 0.5);
    box-shadow: 0 0 30px 0px rgb(207 207 207 / 50%);
}

.blog-card .card {
    border: unset;
    gap: 20px;
}

.blog-card .card .card-image {
    border: 1px solid #EFEFEF;
    border-radius: 10px;
    padding: 10px;
}

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

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

.blog-card .card .card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.blog-list-area .blog-card .card .card-image img {
    min-height: 160px;
}

.blog-card .card .card-body {
    padding: 0;
}

.blog-card .card .card-body .date {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 30px;
    background-color: #FFF5D6;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    color: #878787;
    transition: 0.3s;
}

.blog-card .card .card-body .card-title {
    font-size: 14px;
    font-weight: bold;
    color: #4B4B4B;
    margin: 10px 0;
    line-height: 24px;
    transition: 0.3s;
}

.blog-card .card .card-body a.card-link:not(.card-title a) {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
}

.blog-card .card .card-body a.card-link:not(.card-title a) i {
    font-size: 14px;
    color: #06458F;
    margin-right: 5px;
}

.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 {
    padding: 50px 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #F4F4F4;
    margin: 0;
}

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

.yonkasoft-adw .adw-head .marquee .marque-content {
    width: 100%;
    min-width: 1920px;
    display: flex;
    justify-content: space-between;
}

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

.ny-filter-item.active {
    display: block;
}

.ny-filter-itemMob {
    display: none;
}

.ny-filter-itemMob.active {
    display: block;
}

@media only screen and (min-width: 768px) {
    .ny-filter-titleMob {
        display: none
    }

    .ny-filter-itemMob {
        display: block
    }

    .ny-filter-home {
        padding-left: 0px
    }

    .ny-filter-Mob {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 768px) {
    .ny-filter-Mob {
        width: 100%;
        font-size: 23px;
        font-weight: bold;
        padding: 15px 15px 0px 15px;
    }
}

.ny-filter-item.show {
    max-height: 200px;
}

.ny-filter-home:nth-child(n+2) {
    border-top: 1px solid #d3d3d3;
}

.ny-readMore {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

.ny-filter-item::-webkit-scrollbar {
    width: 9px;
}

.ny-filter-item::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 3px;
}

.ny-filter-item::-webkit-scrollbar-track {
    background-color: white;
}

.ny-filter-item::-webkit-scrollbar {
    width: 9px;
}

.ny-filter-item::-webkit-scrollbar-thumb {
    background-color: #666;
}

.ny-filter-item::-webkit-scrollbar-track {
    background-color: white;
}

.ny-filter-item.full {
    margin-bottom: 30px
}

.skeleton-loader1 {
    width: 60%;
    height: 20px;
    margin: 10px 0px;
    background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 2px;
}

.skeleton-loader {
    width: 100%;
    height: 40px;
    background: linear-gradient(90deg, #EEEEEE 25%, #DEDEDE 50%, #EEEEEE 75%);
    background-size: 200% 100%;
    animation: loading 2s infinite ease-in-out;
    border-radius: 2px;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.skeleton-hr {
    margin: 10px 0px;
}

.ny-filter-item label {
    cursor: pointer;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0px
}

.ny-filter-item label a {
    color: #666;
    font-size: 12px;
    font-weight: 500
}

.ny-filter-item label input {
    vertical-align: baseline;
}

.ny-filterSubList {
    padding-left: 10px;
    display: none;
}

.ny-filterSubList.active {
    display: block;
}

.ny-subCategoryIcon {
    cursor: pointer
}

.nyFilterPriceInput {
    margin-bottom: 5px;
    height: 36px;
    background-color: #fafafa;
    border: solid 1px #e2e2e2;
    border-radius: 6px;
    width: 80px;
    text-align: center;
}

.nyFilterPriceRangeBt {
    height: 35px;
    cursor: pointer;
    margin-left: 10px;
    border: 1px solid #d3d3d3;
}

.ny-filter-home {
    padding: 0px !important;
}

.tool-filter .filterCat#filterArea {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: unset;
}

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

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

.tool-filter .filterCat .filter-wrap .filter-title {
    display: flex;
    align-items: center;
    height: 40px;
    gap: 5px;
    font-weight: 500;
    color: #06458F;
    padding: 0 15px;
    background-color: #FFFAEB;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
}

.tool-filter .filterCat .filter-wrap .filter-title i {
    margin-top: 0;
    color: #06458F;
    font-size: 12px;
    float: unset;
}

.tool-filter .filterCat .filter-wrap .filter-item {
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    height: auto;
    background-color: #fffaeb;
    border: 1px solid #E7E7E7;
    border-radius: 0 5px 5px 5px;
    padding: 15px;
    margin-bottom: 0;
    overflow: hidden;
    max-height: max-content;
}

.tool-filter .filterCat .filter-wrap .filter-item.active {
    background-color: #fff;
    border-color: #fff;
    z-index: 99999;
}

.tool-filter .filterCat .filter-wrap .filter-item label {
    color: #06458F;
    line-height: 20px;
}

.tool-filter .filterCat .filter-wrap .filter-item label input {
    width: 14px;
    height: 14px;
    appearance: unset;
    background-color: #fff;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

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

.tool-filter .filterCat .filter-wrap .filter-item label input:checked:before {
    background-color: #01458f;
    border-color: #01458f;
}

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

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

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

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #06458F;
    border: unset;
    border-radius: 10px;
    margin: unset;
    transition: 0.3s;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button:hover i {
    color: #06458F;
    transition: 0.3s;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button i {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
}

.tool-filter .filterCat .filter-wrap .filter-item .d-flex button img {
    width: 30px;
}

.counter-yk .label::after {
    content: "";
    width: 1px;
    height: 25px;
    position: relative;
    display: block;
    background-color: #e0e0e0;
}

.counter-yk .productCount {
    display: flex;
    align-items: center;
    border: 1.5px solid #3D6EA8;
    border-radius: 5px;
    margin: unset;
    padding: 5px;
    transition: 0.3s;
}

.counter-yk .productCount button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #245B9C;
    border: unset;
    border-radius: 5px;
    transition: 0.3s;
}

.counter-yk .productCount button i {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}

.counter-yk .productCount input[type=number] {
    background-color: unset;
    height: 100%;
    border: unset;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    width: 25px;
}

.products-comment-wrapper .products-comment-head {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.products-comment-wrapper .products-comment-head .icon img {
    width: 25px;
    display: block;
}

.products-comment-wrapper .products-comment-head h2 {
    font-size: 20px;
    margin-bottom: 0;
    color: var(--priceTextColor);
    padding: 0 20px;
}

.products-comment-wrapper .products-comment-content {
    padding: 30px;
    background: #FAFAFA;
}

.products-comment-wrapper .products-comment-content .products-comment-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.products-comment-wrapper .products-comment-content .products-comment-btn .comment-order select {
    border: 1px solid #6D6E71;
    background: unset;
    height: 45px;
    padding: 0 20px;
    outline: none;
    width: 100%;
}

.products-comment-wrapper .products-comment-content .products-comment-btn .comment-btn button {
    background: #6D6E71;
    padding: 0 40px;
    height: 45px;
    color: #fff;
    border: none;
}

.products-comment-wrapper .products-comment-content .products-comment-item {
    margin: 20px 0;
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f32b;
}

.products-comment-wrapper .products-comment-content .products-comment-item h2 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 0;
}

.products-comment-wrapper .products-comment-content .products-comment-item p {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

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

.navigation-yk i {
    font-size: 22px;
}

.yonkasoft-lead .navigation-yk i {
    color: #fff;
}

.yonkasoft-lead .navigation-yk button {
    width: fit-content;
    height: fit-content;
}

.yonkasoft-lead .navigation-yk button.next {
    right: 15px;
}

.yonkasoft-lead .navigation-yk button.prev {
    left: 15px;
}

.yonkasoft-header .header-wrap .header-middle-item .logo {
    display: none;
}

.yonkasoft-header .header-wrap .header-left-item .menu-group {
    display: none;
}

.product-brand {
    display: flex;
    flex-direction: column-reverse;
}

.favorite-icon-x {
    padding: 4px;
    color: #fff;
    background: var(--siteBtBgColor) !important;
}

.product-brand p.text-secondary {
    text-decoration: line-through;
}

.card-body .text-center a {
    overflow: hidden;
}

.card-body .addSptBt {
    color: #fff !important;
    border-radius: 10px !important;
}

.card-body .addSptBt:hover {
    background: var(--siteBtBgColor) !important;
}

.product-card:hover img {
    transform: none;
}

.dashboard-right-sidebar #sendUpdate {
    border-radius: 10px !important;
    background: var(--siteBtBgColor) !important;
    padding: 8px 15px !important;
}

.dashboard-right-sidebar .buton-renk {
    border-radius: 10px !important;
    background-color: var(--siteBtBgColor) !important;
    padding: 8px 15px !important;
}

.blog-post-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 50px 0 0;
}

.blog-post-wrapper .storiesWrapper .story .item-link .item-preview {
    background: #dfdfdf !important;
}

.testimonials {
    margin: 80px 0 0;
}


.card-comment {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.card-comment .card-body p {
    padding: 20px 20px 0;
    min-height: 80px;
    overflow: hidden;
}

.card-comment .card-body .rating-home {
    padding: 0 20px 0;
}

.card-comment .card-body .rating-home .product-ratings {
    margin: 10px 0;
}

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

.card-comment .card-body .blockquote-footer a {
    display: block;
    padding: 10px 20px 10px;
    background-color: #f5f5f5;
}

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

.boxes-three {
    margin: 100px 0 50px;
}

.boxes-three .group-boxes {
    justify-content: space-between;
}

.boxes-three .group-boxes .item-boxes {
    margin: 0;
}

.boxes-three .group-boxes .item-boxes:hover .item-figure {
    transform: translate(0);
}

.boxes-three .group-boxes .item-boxes .item-figure {
    border-radius: 10px;
    max-height: 400px;
}

.boxes-three .group-boxes .item-boxes .item-figure:hover figcaption {
    top: auto;
    bottom: 20px;
    transform: translateY(0);
}

.boxes-three .group-boxes .item-boxes .item-figure img {
    display: block;
    transform: none;
    border-radius: 10px;
}

.boxes-three .group-boxes .item-boxes .item-figure figcaption {
    height: fit-content;
    transform: translateY(0);
    top: auto;
    bottom: -37px;
}

.boxes-three .group-boxes .item-boxes .item-figure h1,
.item-figure h2,
.item-figure h3,
.item-figure h4,
.item-figure h5,
.item-figure h6 {
    font-size: 24px;
    font-weight: 400;
    text-shadow: none;
}

.boxes-three .group-boxes .item-boxes .item-figure p {
    margin: 10px 0px;
}

.boxes-three .group-boxes .item-boxes .item-figure a {
    border-radius: 10px;
    background-color: var(--footerTitleColor);
    border-color: var(--footerTitleColor);
}

.productBox {
    padding: 20px;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px;
}

.yk-category-card .card-media a p {
    color: var(--priceTextColor);
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    z-index: 9;
}

.category-result .group-row .category-product .group-yk-4 {
    row-gap: 50px !important;
}

body .ny-marquee-text {
    padding: 10px 0;
}

.boxes-three {
    margin: 100px 0 50px;
}

.boxes-three .group-boxes {
    justify-content: space-between;
}

.boxes-three .group-boxes .item-boxes {
    margin: 0;
}

.boxes-three .group-boxes .item-boxes:hover .item-figure {
    transform: translate(0);
}

.boxes-three .group-boxes .item-boxes .item-figure {
    border-radius: 10px;
}

.boxes-three .group-boxes .item-boxes .item-figure:hover figcaption {
    top: auto;
    bottom: 20px;
    transform: translateY(0);
}

.boxes-three .group-boxes .item-boxes .item-figure img {
    display: block;
    transform: none;
    border-radius: 10px;
}

.boxes-three .group-boxes .item-boxes .item-figure figcaption {
    height: fit-content;
    transform: translateY(0);
    top: auto;
    bottom: -40px;
}

.boxes-three .group-boxes .item-boxes .item-figure h1,
.item-figure h2,
.item-figure h3,
.item-figure h4,
.item-figure h5,
.item-figure h6 {
    font-size: 27px;
    font-weight: 400;
    text-shadow: none;
}

.boxes-three .group-boxes .item-boxes .item-figure p {
    margin: 10px 0px;
}

.boxes-three .group-boxes .item-boxes .item-figure a {
    border-radius: 10px;
    background-color: var(--footerTitleColor);
    border-color: var(--footerTitleColor);
    color: #000000;
}

.branch-area {
    margin: 100px 0 0;
}

.branch-area .branch-item {
    border: 1px solid #e0e0e0;
    padding: 10px;
}

.branch-area .branch-item img {
    width: 100%;
}

.branch-area .branch-item span {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

.branch-area .branch-item span.title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: block;
}

.branch-area .branch-item a {
    font-weight: 600;
}

.product-information .product-dist .dist-left .dist-flex {
    display: flex;
    justify-content: space-between;
}

body .cookiepopup {
    box-shadow: none;
    background: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    left: 25px;
    bottom: 25px;
}

body .cookie_title {
    color: #0a1437;
    font-weight: 600;
    font-size: 18px !important;
}

body .cookie_description {
    color: #313132;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0 20px;
    line-height: 22px;
}

body .cookie_description a {
    color: #0a1437;
    font-weight: 500;
    font-size: 14px;
}

body .cookie_back {
    color: #0a1437;
}

body form#cookieConsentForm {
    overflow: hidden;
    height: a;
}

body #cookieConsentForm label p {
    color: #313132;
    font-weight: 500;
    line-height: 22px;
}

body .cookie_form_description {
    font-weight: 300;
}

body .checkbox_cookie_back {
    border-radius: 100px;
}

body .cookie_form label {
    border-bottom: 1px solid #E7E7E7;
    padding: 5px 0;
}

body .cookie_check:checked+label {
    background: #06458F;
}

body .cookie_check:checked+label:before {
    width: 18px !important;
    height: 18px !important;
}

body .cookie_form_title {
    color: #0a1437;
    font-weight: 600;
    font-size: 18px;
}

body .cookie_check_label {
    background-color: #E7E7E7;
}

body .cookie_btn.accept {
    border-radius: 10px;
}

.topbar {
    background-color: #06458F;
}

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

.topbar .topbar-flex .topbar-left {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
    gap: 20px;
}

.topbar .topbar-flex .topbar-left a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar .topbar-flex .topbar-left a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
}

.topbar .topbar-flex .topbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 0;
}

.topbar .topbar-flex .topbar-right .favorites-buton {
    background-color: #FCB800;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 25px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #06458F;
    padding: 0 10px;
}

.topbar .topbar-flex .topbar-right .favorites-buton i {
    font-size: 14px;
    color: 06458F;
}

.topbar .topbar-flex .topbar-right ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar .topbar-flex .topbar-right ul li:not(:last-child) a {
    border-right: 1px solid #ffffff30;
    padding-right: 10px;
}

.topbar .topbar-flex .topbar-right ul li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

.product-group .navigation-yk button {
    background-color: #FFBF00;
    border: 2px solid #06458F;
    border-radius: 5px;
    position: unset;
    transform: unset;
}

.product-group .navigation-yk button i {
    color: #06458F;
}

.product-group .navigation-yk button:hover {
    background-color: #02458F;
    border-color: #02458F;
}

.product-group .navigation-yk button:hover i {
    color: #fff;
}

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

body .product-group.tab-list {
    background-color: #fff;
    padding: 30px;
    border-radius: 30px;
}

body .product-group.tab-list .yk-head {
    width: 70%;
}

body .product-group .product-tab-group {
    display: none;
}

body .product-group .product-tab-group.active {
    display: block;
}

body .product-group .product-tab-group .yk-head {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30%;
    justify-content: flex-end;
}

body .product-group .product-tab-group .yk-head::before {}

body .product-group .product-tab-group .yk-head .navigation-yk {}

body .product-group .product-tab-group .yk-head .navigation-yk button {}

body .product-group .product-tab-group .yk-head .navigation-yk button.prev {}

body .product-group .product-tab-group .yk-head .navigation-yk button.next {}

body .product-group.products-brand-list::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
}

body .product-group.products-brand-list::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
}

.copyright {
    background-color: #F7F7F7;
}

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

.copyright .copyright-wrap span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.copyright .copyright-wrap .text a {
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.copyright .copyright-wrap img {
    width: 600px;
}

body .yonkasoft-language .dropdown a.active_lang {
    background-color: #06458F;
    padding: 0 20px;
    transform: skew(20deg);
    color: #fff;
}

body .yonkasoft-language .dropdown a.active_lang .icon {
    transform: skew(-20deg);
}

body .yonkasoft-language .dropdown a.active_lang .icon img {
    width: 20px;
    border: 1px solid #fff;
    border-radius: 100px;
}

body .yonkasoft-language .dropdown a.active_lang .alt {
    transform: skew(-20deg);
}

body .yonkasoft-language .dropdown a.active_lang .alt span {
    color: #85A4C8;
}

body .yonkasoft-language .dropdown a.active_lang .alt .text i {
    color: #fff;
}

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


body .yonkasoft-language .dropdown ul.dropdown-box li:not(:last-child) {
    margin-bottom: 20px;
}

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

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

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

body .yonkasoft-language .dropdown ul.dropdown-box li a img {
    width: 16px;
}

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

.topbar .topbar-flex .topbar-right a.bayi_ol {
    color: #fff;
    background-color: #00BFFF;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 15px;
    height: 25px;
    border-radius: 5px;
    font-size: 12px;
}

.topbar .topbar-flex .topbar-right a.bayi_ol img {
    width: 20px;
}

#offcanvasRight .offcanvas-header .ny-offcanvas-close {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-size: unset;
}

#offcanvasRight .offcanvas-header .ny-offcanvas-close i {
    font-size: 20px;
    color: #000;
}

.topbar .topbar-flex .topbar-left a:hover {
    opacity: 0.6;
}

.topbar .topbar-flex .topbar-right .favorites-buton:hover {
    background-color: #fff;
    color: #07458F;
}

.topbar .topbar-flex .topbar-right .favorites-buton:hover i {
    color: #07458F;
}

.topbar .topbar-flex .topbar-right ul li a:hover {
    opacity: 0.6;
}

.topbar .topbar-flex .topbar-right a.bayi_ol:hover {
    background-color: #07458F;
}

.yonkasoft-header .header-wrap .header-middle-item .search-card form .search-box button:hover {
    background-color: #3465E0;
}

.yonkasoft-header .header-wrap .menu-group .menu-item button,
.yonkasoft-header .header-wrap .menu-group .menu-item a:hover {
    color: #07458F;
}

ul.category-menu li a:hover {
    color: #07458F;
}

.yk-product-card:hover .card-content .price .active-price {
    color: #29C70F;
    transition: 0.3s;
}

.yk-head a.yk-head-buton:hover {
    border-color: #07458F;
    background-color: #07458F;
    color: #fff;
}

.yk-head a.yk-head-buton:hover i {
    color: #fff;
    transition: 0.3s;
}

.copyright .copyright-wrap .text a:hover {
    color: #06458F;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 12px;
    color: #06458F;
    margin: unset;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup label input {
    width: 14px;
    height: 14px;
    appearance: unset;
    padding: 0;
    font-size: unset;
    border: unset;
    margin: 0;
    color: unset;
    background-color: #fff;
    position: relative;
    top: -1px;
    transform: none;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup label input::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 1px;
    background: #C4D3E4;
    border-radius: 5px;
    transform: none;
    box-shadow: none;
}

.yonkasoft-page-head .head-page-flex .filtreSelectGroup label input:checked::before {
    background-color: #01458f;
    border-color: #01458f;
}

.category-result .catTextBox p {
    font-size: 14px;
    color: #929292;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 20px;
}

.category-counter .counter-pr {
    margin-bottom: 40px;
    background-color: #3565e02e;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.category-counter .counter-pr .remaining {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.category-counter .counter-pr .remaining span {
    color: #3565E0;
}

.category-counter .counter-pr #sayac {
    display: flex;
    align-items: center;
    gap: 10px;
}

.category-counter .counter-pr .sayac-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #3565E0;
    padding: 0 10px;
    height: 50px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.category-counter .counter-pr .sayac-item span {
    font-weight: 200;
    color: #000;
}

.yonkasoft-product-detail .pr-wrapper {
    display: flex;
    height: 100%;
}

.yonkasoft-product-detail .pr-wrapper .product-left {
    width: 100%;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif {
    width: 100%;
    height: 100%;
    position: relative;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap {
    position: relative;
    display: flex;
    gap: 40px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media {
    position: sticky;
    top: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    width: 60%;
    height: fit-content;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media:before {
    content: "";
    position: absolute;
    top: -1px;
    right: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media:after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 100%;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 25px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .main-product-slider {
    position: relative;
    height: 600px;
    width: 80%;
}

.main-product-slider .product-detail-slider * {
    width: 100%;
    object-fit: cover;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .main-product-slider a {
    height: 100%;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .main-product-slider a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 40px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .thumbnail-slider {
    background-color: #ffffff;
    width: 20%;
    height: 600px;
    padding: 40px 0;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .thumbnail-slider .swiper-slide {
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #06458F;
    border-width: 2px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .thumbnail-slider a {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    height: 100%;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media .p-for-media-group .thumbnail-slider a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail {
    width: 40%;
    height: 100%;
    z-index: 9;
    position: sticky;
    top: 20px;
}

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

.yonkasoft-product-detail .p-for-item.p-for-variasyon {
    border-top: 1px solid #e0e0e0;
    padding: 30px 0 0;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants {}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox {
    border: unset !important;
    height: auto;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form {
    width: 100%;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group {}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group label.control-label {
    font-size: 13px;
    margin: 0 0 5px;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content {}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content .radio {
    border-color: #e0e0e0;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content .radio input {}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content .radio label {
    border-color: #e0e0e0;
    border-radius: 5px;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content .radio label:hover {
    background-color: #06458f;
    border-color: #06458f;
}

.yonkasoft-product-detail .p-for-item.p-for-variasyon .productVariants .productBox form .form-group .radio-content .radio input:checked+label {
    background-color: #06458f;
    border-color: #06458f;
}

.p-for-item.basket-and-count {
    border-top: 1px solid #e0e0e0;
    padding: 20px 0 0;
}

.p-for-item.basket-and-count .basket-wrap {
    display: flex;
    flex-direction: column;
}

.p-for-item.basket-and-count .basket-wrap .basket-item {
    display: flex;
    gap: 20px;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .add-basket-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #06458F;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    flex: 1;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .add-basket-button:hover {
    background-color: #FFBF00;
    color: #06458F;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .add-basket-button:hover i {
    color: #06458F;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .add-basket-button i {
    font-size: 20px;
    color: #fff;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .alert {
    height: 50px;
    flex: 1;
    justify-content: center;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .product-buton.talepUrun {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #06458F;
    border-color: #06458F;
    border-radius: 5px;
    padding: 0 20px;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: 0.3s;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .product-buton.talepUrun:hover {
    background-color: #FFBF00 !important;
    border-color: #FFBF00 !important;
    color: #06458F !important;
    transition: 0.3s;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount {
    background-color: #fff;
    border: unset;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    height: 50px;
    padding: 8px;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount button {
    background-color: #E1E8F0;
    width: 35px;
    height: 35px;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount button:hover {
    background-color: #06458F;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount button:hover i {
    color: #fff;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount button i {
    color: #06458F;
}

.p-for-item.basket-and-count .basket-wrap .basket-item .counter-yk .productCount .input input[type=number] {
    font-size: 16px;
    font-weight: 400;
    color: #06458F;
    width: 50px;
    height: 50px;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item {
    position: relative;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .hemen-al-button {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #06458F;
    margin: auto;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .hemen-al-button:hover {
    background-color: #06458F;
    border-color: #06458F;
    color: #fff;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .hemen-al-button:hover i {
    color: #fff;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .hemen-al-button:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.p-for-item.basket-and-count .basket-wrap .buy-now-item .hemen-al-button i {
    font-size: 18px;
    color: #06458F;
}

.p-for-item.p-for-headline .p-title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    line-height: unset;
    margin-bottom: 0;
}

.p-for-item.p-for-price .price-and-discount {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.p-for-item.p-for-price .price-and-discount .product-info {
    width: 100%;
}

.p-for-item.p-for-price .price-and-discount .p-price {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

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

.p-for-item.p-for-price .price-and-discount .p-price .ust del {
    font-size: 16px;
    font-weight: 400;
    color: #BDBDBD;
    margin: 0;
}

.p-for-item.p-for-price .price-and-discount .p-price .ust .discount {
    font-size: 16px;
    font-weight: bold;
    color: #18AD00;
}

.p-for-item.p-for-price .price-and-discount .p-price .end-price {
    color: #06458F;
    font-size: 26px;
    font-weight: bold;
}

.p-for-item.p-for-price .price-and-discount .product-info ul {
    display: flex;
    align-items: center;
    gap: 25px;
}

.p-for-item.p-for-price .price-and-discount .product-info ul li {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.p-for-item.p-for-price .price-and-discount .product-info ul li span {
    color: #06458F;
}

.p-for-item.p-for-features .more-feature-button {
    height: 45px;
    background-color: #06458F;
    border-radius: 50px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 0 0 20px;
    color: #fff;
    font-size: 14px;
    margin: 20px 0 0;
}

.p-for-item.p-for-features .more-feature-button i {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3565E0;
    margin-left: 20px;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 20px;
}

.p-for-item.p-for-features .content .product-information-content li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
}

.p-for-item.p-for-features .content table {
    width: 100% !important;
    height: auto !important;
    border-collapse: separate !important;
    border: unset;
    border-spacing: 0 10px;
    max-width: 100%;
    display: block;
}

.p-for-item.p-for-features .content table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.p-for-item.p-for-features .content table tbody tr {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.p-for-item.p-for-features .content table tbody tr:not(:last-child) {
    border-right: 1px solid #e0e0e0;
}

.p-for-item.p-for-features .content table tbody tr th:not(:last-child),
.p-for-item.p-for-features .content table tbody tr td:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.p-for-item.p-for-features .content table tbody tr th,
.p-for-item.p-for-features .content table tbody tr td {
    width: 100%;
    text-align: left;
    padding: 15px;
    font-size: 12px !important;
}

.p-for-item.p-for-features .content table tbody tr td {
    border: unset;
    font-size: 14px;
}

.p-for-item.p-for-features .content table tbody tr td * {
    font-size: inherit !important;
}

.p-for-item.p-for-features .content .product-information-content .alert {
    font-size: 12px;
    border-radius: 10px !important;
    margin: 0 0 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right {
    width: 30%;
    height: initial;
    padding: 25px;
    padding-right: 0;
}

.yonkasoft-product-detail .pr-wrapper .product-right::before {
    content: "";
    width: 1000%;
    position: absolute;
    left: 100%;
    height: 100.5%;
    top: -2px;
    background: #3565e024;
    border-width: 2px 0;
    border-style: solid;
    border-color: #3565e0;
}

.yonkasoft-product-detail .pr-wrapper .product-right a {
    width: 100%;
    display: block;
    height: fit-content;
    position: sticky;
    top: 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right a img {
    width: 100%;
    border-radius: 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right .complement-wrap {
    position: sticky;
    top: 20px;
}

.yonkasoft-product-detail .pr-wrapper .product-right h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #01458f;
}

.main-product-slider .navigation-yk button {
    top: 50%;
    transform: translate(0, -50%);
    background-color: #FFBF00;
    border: 2px solid #06458F;
    border-radius: 100px;
}

.main-product-slider .navigation-yk button:hover {
    background-color: #06458F;
}

.main-product-slider .navigation-yk button:hover i {
    color: #fff;
}

.main-product-slider .navigation-yk button i {
    font-size: 18px;
    color: #06458F;
}

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

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

body .swiper.swiper-vertical.swiper-similar {
    height: 600px;
}

body .swiper.swiper-similar .swiper-slide {
    position: relative;
}

body .swiper.swiper-similar .swiper-slide a.addSptBt {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    z-index: 999999;
    right: 10px;
    bottom: 10px;
    font-size: unset;
    background-color: #08448d;
    border-color: #08448d;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(50px, 0);
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

body .swiper.swiper-similar .swiper-slide a.addSptBt i {
    color: #fff;
    font-size: 14px;
}

body .swiper.swiper-similar .swiper-slide .similar-box {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    background-color: #fff;
}

body .swiper.swiper-similar .swiper-slide .similar-item:hover .addSptBt {
    transform: translate(0);
    opacity: 1;
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
}

body .swiper.swiper-similar .swiper-slide .similar-box .image {
    width: 33.33%;
    height: 100%;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
}

body .swiper.swiper-similar .swiper-slide .similar-box .image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    padding: 10px;
}

body .swiper.swiper-similar .swiper-slide .similar-box .info {
    width: 66.66%;
    padding: 10px;
}

.card-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-color: #E7E7E7;
    border-style: solid;
}

.card-rating .rating-stars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.card-rating .rating-stars i {
    font-size: 12px;
}

.card-rating span.value {
    font-size: 12px;
    display: block;
    color: #8A8A8A;
    font-weight: 400;
    margin-left: 5px;
}

body .swiper.swiper-similar .swiper-slide a .info .name {
    font-size: 12px;
    font-weight: 500;
    color: #000000;
}

body .swiper.swiper-similar .swiper-slide a .info .price {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 0;
}

body .swiper.swiper-similar .swiper-slide a .info del {
    color: #bcbcbc;
    font-size: 13px;
}

body .swiper.swiper-similar .swiper-slide a .info ins {
    color: #01458f;
    text-decoration: unset;
    font-size: 15px;
    font-weight: 600;
}

.tab-panel {
    margin: 100px 0;
    position: relative;
}

.tab-panel h2 {
    position: relative;
    padding-left: 15px;
    border-left: 7px solid #FFBF00;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.tab-panel .tab-panel-wrapper .tab-head {
    position: relative;
    background-color: #fff;
    padding-bottom: 40px;
}

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

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

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a:hover {
    color: #06458F;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.active {
    color: #06458F;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex a.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #06458F;
}

.tab-panel .tab-panel-wrapper .tab-head .tab-head-flex .tab-link img {
    width: 25px;
}

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

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper {
    margin-bottom: 60px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper h2 {
    font-size: 20px;
    font-weight: bold;
    color: #1d387a;
    margin-bottom: 40px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper h2 i {
    font-size: 22px;
}

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

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content p {
    font-size: 14px !important;
    margin-bottom: 20px !important;
    overflow: hidden;
    font-weight: 300 !important;
    margin-left: 0 !important;
    background-color: unset !important;
    color: #8b8b8b !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content ul {
    padding-left: 20px;
    margin: 20px 0;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content li {
    list-style: disc;
    font-size: 14px !important;
    margin-bottom: 10px !important;
    font-weight: 300 !important;
    margin-left: 0 !important;
    background-color: unset !important;
    color: #8b8b8b !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content a {
    color: #084288;
    font-weight: 500 !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content span {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500 !important;
    font-family: "Ubuntu Sans", sans-serif !important;
    line-height: normal;
    margin-bottom: 20px;
}

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

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

.tab-panel .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes #email-notes {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.tab-panel .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 30px;
}

.tab-panel .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes a {
    display: flex;
    align-items: center;
    background-color: #FFBF00;
    width: fit-content;
    height: 35px;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #06458F;
}

.manual-section {
    margin-bottom: 60px;
}

.manual-section .manual-flex {
    display: flex;
    gap: 30px;
}

.manual-section .manual-flex .manual-left {
    width: 25%;
    margin-top: 50px;
}

.manual-section .manual-flex .manual-left .manual-menu {
    height: 100%;
    background-color: #F9F2E0;
    border-radius: 10px;
    padding: 25px;
}

.manual-section .manual-flex .manual-left .manual-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 20px;
}

.manual-section .manual-flex .manual-left .manual-menu ul li {
    position: relative;
}

.manual-section .manual-flex .manual-left .manual-menu ul li a.diff {
    background-color: transparent;
    border: 1.5px solid #06458F;
    justify-content: center;
    padding: 0;
    gap: 5px;
    color: #06458F;
}

.manual-section .manual-flex .manual-left .manual-menu ul li a.shop {
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    border: 1.5px solid #06458F;
    padding: 0;
    color: #06458F;
}

.manual-section .manual-flex .manual-left .manual-menu ul li a.shop i {
    font-size: 18px;
}

.manual-section .manual-flex .manual-left .manual-menu ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background-color: #06458F;
    border-radius: 10px;
    padding: 0 7px 0 25px;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.manual-section .manual-flex .manual-left .manual-menu ul li a:hover {
    background-color: #06458F;
    color: #fff;
    transition: all .5s ease;
}

.manual-section .manual-flex .manual-left .manual-menu ul li .sub-open {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #ffffff57;
    border-radius: 10px;
    transition: all .5s ease;
    position: absolute;
    top: 10px;
    right: 10px;
}

.manual-section .manual-flex .manual-left .manual-menu ul li .sub-open.rotate {
    transform: rotate(180deg);
    transition: all .5s ease;
}

.manual-section .manual-flex .manual-left .manual-menu ul li .sub-open i {
    color: #fff;
    font-size: 24px;
    transition: all .5s ease;
}

.manual-section .manual-flex .manual-left .manual-menu ul li .sub-open:hover {
    background-color: #fff;
    transition: all .5s ease;
}

.manual-section .manual-flex .manual-left .manual-menu ul li .sub-open:hover i {
    color: #1f3c86;
    transition: all .5s ease;
}

.manual-section .manual-flex .manual-left .manual-menu .sub-cat-area {
    padding: 15px 0 15px 15px;
    display: none;
}

.manual-section .manual-flex .manual-left .manual-menu .sub-cat-area a {
    background-color: unset;
    height: auto;
    padding: 0;
    font-size: 14px;
    color: #06458F;
}

.manual-section .manual-flex .manual-left .manual-menu .sub-cat-area a:not(:last-child) {
    margin-bottom: 5px;
}

.manual-section .manual-flex .manual-left .manual-menu .sub-cat-area a:hover {
    background: unset;
    opacity: 0.6;
    color: #06458F;
}

.manual-section .manual-flex .manual-right {
    width: 75%;
}

.manual-section .manual-flex .manual-right .head-section {
    margin: 0;
}

.manual-section .manual-flex .manual-right .head-section .page-bread {
    display: flex;
    align-items: center;
    gap: 20px;
}

.manual-section .manual-flex .manual-right .head-section .page-bread .breadcrumb {
    padding-bottom: 0;
}

.manual-section .manual-flex .manual-right .head-section h1 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button {
    background-color: #f6f6f6;
    border-radius: 100px;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button:hover {
    background-color: #12234f;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button:hover i {
    color: #fff;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button.prev {
    left: 20px;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button.next {
    right: 20px;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .navigation-yk button i {
    font-size: 20px;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider {
    display: flex;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
    margin: 0 0 60px;
}

.manual-section .manual-flex .manual-right .manual-content .manual-slider .swiper {
    padding: 20px;
    margin: 0;
}

.manual-section .manual-flex .manual-right .manual-content .content img {
    margin: 20px 0;
    border-radius: 10px;
}

.manual-section .manual-flex .manual-right .manual-content .content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.manual-section .manual-flex .manual-right .manual-content .content strong {
    font-weight: 600 !important;
}

.manual-section .manual-flex .manual-right .manual-content .content p img {
    width: 100%;
    height: fit-content;
    border: 1px solid #e0e0e0;
}

.manual-section .manual-flex .manual-right .manual-content .content a {
    background-color: #06458F;
    color: #fff;
    border-radius: 5px;
    padding: 15px 20px;
    line-height: 1;
    margin: 15px 0;
}

.manual-section .manual-flex .manual-right .manual-content .content a:hover {
    background-color: #1f3c86;
}

.manual-section .manual-flex .manual-right .manual-content .content h2,
.manual-section .manual-flex .manual-right .manual-content .content h3,
.manual-section .manual-flex .manual-right .manual-content .content h4,
.manual-section .manual-flex .manual-right .manual-content .content h5,
.manual-section .manual-flex .manual-right .manual-content .content h6 {
    margin: 20px 0 10px;
    font-weight: 600 !important;
}

.manual-section .manual-flex .manual-right .manual-content .content h2 {
    font-size: 20px;
}

.manual-section .manual-flex .manual-right .manual-content .content p:first-child img {
    display: none;
}

body .manual-swiper {
    border-radius: 0;
    width: 80%;
    border-right: 1px solid #e0e0e0;
}

.manual-swiper .swiper-wrapper .swiper-slide a {
    width: 100%;
}

.manual-swiper .swiper-wrapper .swiper-slide a.zoom-data {
    cursor: zoom-in;
}

.manual-swiper .swiper-wrapper .swiper-slide a .image-slide {
    width: 100%;
    height: 100%;
    background-size: contain;
}

body .manual-swiper-thumb {
    width: 20%;
}

.manual-swiper-thumb .swiper-wrapper .swiper-slide {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.manual-swiper-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-width: 2px;
    border-color: #06458F;
}

.manual-swiper-thumb .swiper-wrapper .swiper-slide a {
    display: block;
    height: 100%;
    padding: 10px;
    position: relative;
}

.manual-swiper-thumb .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    display: block;
    z-index: 9;
}

.bayi-form {
    padding: 50px 0
}

.bayi-form img {
    border-radius: 20px;
    margin-bottom: 50px
}

.bayi-form img#rcaptcha {
    width: 100%;
    height: 30px;
    margin-bottom: 0;
}

.bayi-form .bayiform-wrapper {
    padding: 25px;
    background: #fff;
    border-width: 1px;
    border-color: #e7e7e7;
    border-style: solid;
    border-radius: 25px
}

.bayi-form .bayiform-wrapper .bayi-form-head {
    margin-bottom: 25px
}

.bayi-form .bayiform-wrapper .form-title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #07458F;
    font-weight: 500;
}

.bayi-form .bayiform-wrapper p {
    font-size: 14px;
    color: #999;
    font-weight: 300;
    max-width: 100%;
    margin: auto;
    line-height: 1
}

.bayi-form .bayiform-wrapper #regform {
    margin: 0;
    gap: 20px;
    justify-content: space-between;
}

.bayi-form .bayiform-wrapper #regform br {
    display: none;
}

.bayi-form .bayiform-wrapper #regform .col-lg-6 {
    padding: 0;
    width: 48%;
}

.bayi-form .bayiform-wrapper #regform .col-lg-12 {
    padding: 0;
}

.bayi-form .bayiform-wrapper #regform .form-group {
    margin: 0;
    position: relative;
}

.bayi-form .bayiform-wrapper #regform .form-group label {
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 5px;
    display: block
}

.bayi-form .bayiform-wrapper #regform .form-group .field-icon {
    margin: 0;
    font-size: 14px;
    float: unset;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 35px;
}

.bayi-form .bayiform-wrapper #regform .form-group .field-icon::before {
    display: block
}

.bayi-form .bayiform-wrapper #regform .form-group input,
.bayi-form .bayiform-wrapper #regform .form-group select {
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    width: 100%;
    font-weight: 500;
    padding: 0 20px;
    height: 40px;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid;
    color: #555;
    font-size: 12px;
}

.bayi-form .bayiform-wrapper #regform .form-group select::before {
    content: "";
    background-image: url(/uploads/assets/yonkaguncel/new/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
    display: block
}

.bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox] {
    height: 14px;
    width: 14px;
    appearance: none;
    padding: 0;
    border: unset !important;
    position: relative;
    top: 1px
}

.bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox]+label {
    padding: 0;
}

.bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox]+label a {
    color: #07458F;
    font-weight: 500;
}

.bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox]::before {
    content: "";
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    border-radius: 3px
}

.bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox]:checked::before {
    background-color: #07458F;
    border: unset
}

.bayi-form .bayiform-wrapper #regform .form-group textarea {
    border-radius: 5px;
    font-size: 12px;
    padding: 15px;
    height: 100px;
    display: flex;
    width: 100%;
    color: #999;
    border-width: 1px;
    border-color: #ededed;
    border-style: solid
}

.bayi-form .bayiform-wrapper #regform .form-group button:not(.iti__selected-country) {
    background-color: #07458F;
    border-color: #07458F;
    border-radius: 10px;
    font-size: 18px;
    padding: 0 20px;
    color: #fff;
    line-height: 1;
    display: flex;
    height: 40px;
    align-items: center
}

.bayi-content {
    position: sticky;
    top: 25px
}

.bayi-content h2,
.bayi-content h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px;
    line-height: 26px;
    color: #07458F
}

.bayi-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0B57B1
}

.bayi-content .button-grup {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.bayi-content .button-grup a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 10px;
    display: flex;
    gap: 10px
}

.bayi-content .button-grup a i {
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: 1px
}

.bayi-content .button-grup a.wp {
    background-color: #2aa850;
    color: #fff
}

.bayi-content .button-grup a.tel {
    background-color: #07458F;
    color: #fff
}

.bayi-content .button-grup a.brand {
    background-color: #313132;
    color: #fff
}

.bayi-content.bayi-content-alt {
    margin: 100px 0 0;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 20px
}

.bayi-form .bayiform-wrapper form .form-group .input-group,
.bayi-form .bayiform-wrapper form .form-group.d-flex {
    display: flex;
    gap: 10px;
}

.bayi-form .bayiform-wrapper form .form-group button:not(.iti__selected-country) span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.bayi-content .button-grup a:hover,
.tool-filter .filterCat .filter-wrap .filter-item .d-flex button:hover {
    background-color: #FFBF00;
    transition: 0.3s;
}

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

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

.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 .menu-large .menu-parent {
    display: flex;
    height: 100%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    width: 20%;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-left: 0;
    border-right: 0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #ffffff;
    border-color: #3565E0;
    border-style: solid;
    border-width: 1px 0 1px 0;
    z-index: 0;
}

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

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
    transition: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a:hover {
    color: #06458F;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a.active {
    color: #3465DE;
    background-color: #3465de29;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a.active:hover {
    color: #3465DE;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a.active:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: #3465de29;
    transition: none;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a.active i {
    color: #3465E0;
}

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

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right {
    width: 80%;
    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%;
    padding-right: 10px;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #fff;
    border: 1px solid #3465E0;
    border-left: 0;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

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

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper::before {
    content: "";
    width: .5px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background-color: #E0E0E0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area {
    width: 100%;
    display: flex;
    overflow-y: scroll;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area::-webkit-scrollbar {
    width: 4px
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area::-webkit-scrollbar-track {
    background: #06458F;
    border-radius: 10px
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area::-webkit-scrollbar-thumb {
    background: #3565E0;
    border-radius: 10px
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 25px;
    width: 50%;
    min-height: max-content;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper .menu-area ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child {
    position: relative;
    width: 100%
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4%;
    margin: 10px 0
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list a {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px 0;
    width: 30%;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list a:hover {
    color: #3465E0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list a:hover img {
    border-color: #3465E0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list a img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 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.parent-list-item .sub-menu-child .sub-list-wrap {
    white-space: normal;
    margin: 10px 0 auto;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li.parent-list-item .sub-menu-child .sub-list-wrap a {
    display: inline;
    color: #313132;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px
}

.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 ul li a {
    color: #3465E0;
    background-color: unset;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 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 a.all-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    background-color: #06458F;
    color: #fff;
    height: 25px;
    padding: 0 10px;
    border-radius: 5px;
    margin-bottom: 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 a.all-link:hover {
    background-color: #3465E0;
}

.yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link i {
    display: block;
    color: #ffff;
    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 a i {
    color: #3465E0;
    font-size: 16px;
    display: none;
}

.overlay-theme {
    backdrop-filter: blur(2px)
}

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

header .head-menu .category-buton.active {
    z-index: 9999;
    background-color: #07458F;
}

header .head-menu .category-buton.active::before {
    content: "";
    background-color: #07458F;
}

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

.yonkasoft-page-head .head-page-flex .tool-filter form .input-group input:focus {
    z-index: 0;
}

/* PROFILE PAGE */

body .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain h2 {
    font-size: 18px;
    font-weight: 500;
    color: #343434;
}

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

body .profil-page .col-lg-8 .dashboard-right-sidebar {
    padding: 25px;
    border-radius: 10px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .row .col-10,
.row .col-2 {
    padding: 0;
}

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

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

.profil-page .col-lg-8 .dashboard-right-sidebar .row.ad-new-ny span i {
    font-size: 16px;
}

.profil-page .card-body {
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

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

.profil-page .card-body .row .col-3 {
    width: fit-content;
    padding: 0;
    margin-left: unset !important;
}

.profil-page .card-body .row .col-3 .rounded-circle {
    width: fit-content !important;
    height: fit-content !important;
    background-color: unset !important;
    box-shadow: none !important;
}

.profil-page .card-body .row .col-3 .rounded-circle .d-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #06458F !important;
    width: 65px !important;
    height: 65px !important;
    margin: 0 !important;
}

.profil-page .card-body .row .col-3 .rounded-circle .d-flex .text-white {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    letter-spacing: -1px;
}

.profil-page .card-body .row .col-9 {
    width: fit-content;
    padding: 0;
}

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

.profil-page .card-body .row .col-9 .text-muted {
    color: #313132;
    font-size: 12px !important;
}

.profil-page .card-body .list-group {
    gap: 0;
    margin: 0;
}

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

.profil-page .card-body .list-group .list-group-item.activelist {
    padding: 0 !important;
}

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

.profil-page .card-body .list-group .list-group-item:hover {
    border-left: 0 !important;
    background-color: #06458F !important;
}

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

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

.profil-page .card-body .list-group .list-group-item.activelist a {
    background-color: #06458F;
    color: #fff;
    border-bottom: unset;
    padding: 10px 20px 8px;
}

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

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

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

.profil-page .row .col-4 {
    width: 30%;
    margin-top: 0 !important;
}

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

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

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav {
    margin-left: unset;
}

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain {
    justify-content: space-between;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .header-right .head-top:before,
.yonkasoft-header .header-wrap .search-card form .search-box:after {
    display: none;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .header-right .head-top {
    border-width: 0 1px 1px 0;
    border-radius: 0 0 20px 0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .menu-group {
    border-right: 1px solid #e0e0e0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .menu-group .menu-item.login-vector {
    padding-right: 20px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .search-card form .search-box button {
    right: unset;
    left: 15px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .search-card form .search-box i {
    left: unset;
    right: 15px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .search-card form .search-box input {
    padding: 0 50px 0 0;
}

html[lang="ar"][dir="rtl"] body .product-group .yk-head h2 {
    border-left: unset;
    border-right: 7px solid #FFBF00;
    padding-right: 10px;
}

html[lang="ar"][dir="rtl"] .navigation-yk {
    flex-direction: row-reverse;
}

html[lang="ar"][dir="rtl"] .yonkasoft-journal .journal-wrap .journal-left .journal-content {
    border-left: unset;
    border-right: 7px solid #FFBF00;
    padding: 0 20px 0 0;
}

html[lang="ar"][dir="rtl"] .link-group .title {
    border-left: unset;
    border-right: 7px solid #FFBF00;
    padding: 0 15px 0 0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-brands .brands-area .brands-flex .brands-left .yk-head {
    border-left: unset;
    border-right: 7px solid #FFBF00;
    padding: 0 20px 0 0;
}

html[lang="ar"][dir="rtl"] body .product-group.big-list .yk-head h2 {
    border-right: unset;
}

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

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb {
    margin-top: 0;
    flex-direction: unset;
    gap: 0;
    padding-left: unset;
    border-left: unset;
    height: fit-content;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li {
    margin: 0 4px;
    color: #313132;
    font-weight: 400;
    padding: 0;
    font-size: 14px;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li i:not(.fa-home) {
    font-size: 10px;
    color: #06458F;
    position: relative;
    top: -1px;
}

.profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a {
    font-size: 14px;
    color: #313132 !important;
}

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

.profil-page .col-lg-8 .dashboard-right-sidebar {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name {
    margin-bottom: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p {
    font-size: 14px !important;
    color: #000;
    font-weight: 300;
    line-height: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .dashboard-user-name p b {
    color: #06458F !important;
    font-weight: 500;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices {
    margin: 0;
    gap: 10px;
    justify-content: flex-start !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-12 {
    padding: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 {
    padding: 0;
    width: 24%;
    margin-top: 0 !important;
}

.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:hover {
    border-color: #06458F;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox:hover a {
    background-color: #06458F;
    color: #fff;
}

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

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a {
    width: 100%;
    display: block;
    padding: 20px;
    transition: all .4s;
    color: #313132;
    border-radius: 10px;
    background-color: #F9F9F9;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {
    color: #06458F;
}

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

.profil-page .col-lg-8 .container.nyadress-detail {
    border-color: #e0e0e0;
    border-radius: 10px;
    flex-direction: column;
    padding: 15px;
    min-height: fit-content;
    align-items: flex-start;
    row-gap: 0;
}

.profil-page .col-lg-8 .container.nyadress-detail .col-12 {
    position: unset;
    margin-top: 0 !important;
    line-height: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar button i {
    color: #fff;
}

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

.profil-page .col-lg-8 .dashboard-right-sidebar h6.product-description {
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-description a:not(.servicesBox a, .contract-btn) {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 10px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand p.text-decoration-line-through {
    font-size: 14px;
    margin: 5px 0 0;
    color: #cccbcb !important;
    font-weight: 500 !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100 {
    background: #06458F !important;
    border-color: #06458F !important;
    margin: 0;
    width: 100%;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100 {
    height: 40px !important;
    font-size: 14px !important;
    font-weight: 500;
    border-radius: 5px !important;
    padding: 0 20px;
}

body .profil-page .card.product-card a {
    background: unset !important;
    width: 100% !important;
    font-size: 14px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar h6.product-brand a:not(.servicesBox a, .contract-btn) {
    font-weight: 500 !important;
    color: #06458F !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand p {
    font-size: 16px;
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form .address-contact-information .row {
    column-gap: 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form .address-contact-information .row .col-md-6 {
    width: 46%;
    padding: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar form .address-contact-information .row .col-md-12 {
    padding: 0;
    margin: 0 !important;
}

body .profil-page .iti--allow-dropdown .iti__country-container button {
    margin: 0;
    background-color: unset !important;
    font-size: 14px;
}

body .profil-page .btn.btn-lg {
    border-radius: 5px !important;
    font-size: 14px;
    transition: .4s;
    background-color: #06458F !important;
    max-width: fit-content;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 20px !important;
    height: 40px;
    width: fit-content !important;
    margin: 20px 0 0;
    border-color: #06458F;
}

body .profil-page .btn.btn-lg:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-title-ny span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profil-page .col-lg-8 .container.nyadress-detail .nyadress-detail-ny {
    padding-bottom: 10px;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-btn-ny {
    background-color: #06458F;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-btn-ny:hover {
    background-color: #3465E0 !important;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-del-btn-ny {
    background: #06458F;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-del-btn-ny:hover {
    background-color: #3465E0 !important;
}

.profil-page .col-lg-8 .container.nyadress-detail .col-2 {
    width: auto;
    gap: 10px;
}

.profil-page .col-lg-8 ul.list-group .list-group-item {
    padding: 10px;
}

.profil-page .col-lg-8 ul.list-group .list-group-item.active {
    background-color: #06458F !important;
    border-color: #06458F !important;
    color: #fff;
    display: flex;
    align-items: center;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .form-group label {
    font-size: 14px;
    margin: 0 0 10px;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .form-group select#bankselect {
    font-size: 14px !important;
    height: 40px !important;
    padding: 0 20px;
    border-radius: 10px;
    margin-left: 0;
}

.profil-page .col-lg-8 .table-responsive img {
    object-fit: contain;
}

.profil-page .col-lg-8 ul.list-group .list-group-item span {
    font-size: 13px !important;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .row .col-md-12 {
    padding: 0;
}

.profil-page .col-lg-8 .container.mb-5 .row .row.pr-0 {
    padding: 0;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .table.table-responsive {
    margin: 0;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .list-group+.col-md-12 {
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .table.table-responsive>thead>tr>td {
    border: 0;
    font-size: 13px;
    vertical-align: middle;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .table.table-responsive>tbody>tr>td {
    border: 0;
    vertical-align: middle;
    --bs-table-bg-type: #fff;
}

.profil-page .col-lg-8 .container.mb-5 .row .col-12 .table.table-responsive>tbody>tr>td a {
    font-size: 13px;
}

.profil-page .col-lg-8 .alert.alert-warning {
    margin: 0 0 20px;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .product-brand {
    margin: 0 0 15px;
}

.profil-page .col-lg-8 ul.list-group .list-group-item.active a.btn.btn-danger {
    color: #06458F !important;
    font-weight: 500;
    background-color: #fff !important;
    font-size: 12px !important;
    border-radius: 5px !important;
    margin-left: auto;
    padding: 0 20px !important;
    height: 35px;
    display: flex;
    align-items: center;
}

.profil-page .col-lg-8 ul.list-group .list-group-item.active span {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0 15px;
}

.profil-page .row .main-content-area {
    width: 70%;
    height: 100%;
    display: block;
    padding-left: 20px;
    position: sticky;
    top: 0;
    background: unset !important;
}

.profil-page .row .main-content-area .row>div {
    padding: 0;
    overflow-x: hidden !important;
}

.invoice>div b {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

.invoice>div span {
    font-size: 12px;
}

.invoice>div br {
    height: 0;
    display: none;
}

.invoice>div span p {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 400;
}

.invoice form .invoice__detail .table-responsive .table-responsive {
    border: 1px solid #e0e0e0;
}

.invoice form .invoice__detail .table-responsive .table-responsive thead tr td {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td {
    vertical-align: middle;
    text-align: center;
    font-size: 13px;
    padding: 10px;
    border: 0;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td input[type=checkbox] {
    width: 14px;
    height: 14px;
    appearance: unset;
    padding: 0;
    font-size: unset;
    border: unset;
    margin: 0;
    color: unset;
    background-color: #fff;
    position: relative;
    top: 0;
    border-radius: 5px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td input[type=checkbox]:checked::before {
    border: 1px solid #06458F;
    background-color: #06458F;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td input[type=checkbox]::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffff;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td img {
    object-fit: contain;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    padding: 2px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td a {
    font-size: 12px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td input[type=number] {
    padding: 0 !important;
    min-height: fit-content !important;
    width: 50px;
    outline: none;
    border-radius: 5px;
}

.invoice form .invoice__detail .table-responsive .table-responsive tbody tr td input[type=number]:focus {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.invoice form .invoice__detail .table-responsive label {
    font-size: 12px;
    margin: 0 0 10px;
}

.invoice form .invoice__detail .table-responsive select.form-control {
    font-size: 12px;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
}

.invoice form .invoice__detail .table-responsive textarea {
    border: 1px solid #EAEAEA;
    background: #fff;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 15px;
    font-size: 12px;
}

.invoice form .invoice__detail .table-responsive button[type=submit] {
    font-weight: 400;
    border-radius: 5px;
    background-color: #06458F !important;
    border-color: #06458F;
    font-size: 14px !important;
    width: max-content !important;
}

.profil-page .row .main-content-area .breadscrumb-section {
    margin-bottom: 20px;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain {
    padding: 0;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain h2 {
    font-size: 18px;
    font-weight: 600;
    color: #343434;
}

.profil-page .row .main-content-area .row .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
}

.profil-page .row .main-content-area .row .col-md-6 ul.list-group li.list-group-item.active {
    background-color: #06458F !important;
    border-color: #06458F !important;
}

.profil-page .row .main-content-area .row .col-md-6 ul.list-group li.list-group-item b {
    font-size: 12px;
    display: inline;
}

.profil-page .row .main-content-area .row .col-md-6 ul.list-group li.list-group-item span {
    font-size: 12px !important;
}

.profil-page .row .main-content-area .row .col-md-6 ul.list-group li.list-group-item span a {
    color: #06458F;
    font-weight: 400;
}

.profil-page .table thead th {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.profil-page .table tbody td {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    background-color: #fff;
}

body .profil-page .col-lg-8 .favorite-icon-x {
    font-size: 18px;
    right: 10px;
    top: 10px;
    background-color: #06458F !important;
    box-shadow: none;
}

.profil-page .row .main-content-area .row .list-group .list-group-item span {
    font-size: 14px !important;
}

.profil-page .row .main-content-area .row .list-group .list-group-item.active {
    background-color: #06458F !important;
    border-color: #06458F !important;
}

.profil-page .row .main-content-area .row .list-group .list-group-item.active i {
    font-size: 16px;
    margin-right: 10px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset>div:not(.row) {
    background-color: #fff !important;
    border: 1px solid #e0e0e0;
    color: #000 !important;
    font-size: 12px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset>div:not(.row) span {
    font-size: 12px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 {
    padding: 0;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 b {
    color: #06458F;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12 span {
    color: #000;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar fieldset .row .col-12.product-row a i {
    margin-left: 10px;
    color: #06458F;
}

.profil-page .col-lg-8 .document-list .list-group-item {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    border-color: #e0e0e0;
}

.profil-page .col-lg-8 .document-list .list-group-item a.contract-btn {
    padding: 0 7px;
    height: 30px;
    display: flex;
    align-items: center;
    background: #fff;
    margin: 0;
}

.profil-page .col-lg-8 .document-list .list-group-item a.contract-btn i {
    font-size: 14px;
    color: #000;
}

.profil-page .col-lg-8 .document-list .list-group-item a.contract-btn:hover {
    border-color: #06458F !important;
    background-color: #06458F !important;
}

.profil-page .col-lg-8 .document-list .list-group-item a.contract-btn:hover i {
    color: #fff !important;
}

.address-contact-information .col-md-6 {
    padding: 0;
    width: 48%;
    margin: 0 !important;
}

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

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

body .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;
    font-size: 14px;
    color: #000;
    border-radius: 5px !important;
    height: 45px;
    font-size: 14px;
    padding: 0 20px !important;
    line-height: normal;
    min-height: fit-content;
}

.breadscrumb-section .container {
    padding: 0;
}

.breadscrumb-section .container .row .col-12 {
    padding: 0;
}

.dashboard-right-sidebar .row.ad-new-ny {
    max-width: 100%;
    padding: 0;
    height: 40px;
    margin: 0;
    width: fit-content;
    color: #313132;
    border: 1px solid #e0e0e0;
}

.dashboard-right-sidebar .row.ad-new-ny span {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    gap: 10px;
    font-size: 14px;
    padding: 0 20px;
}

.dashboard-right-sidebar .row.ad-new-ny:hover {
    border-color: #06458F;
    background-color: #fff;
    color: #06458F;
}

body .dashboard-right-sidebar .row.ad-new-ny:hover span i {
    color: #06458F !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row.ad-new-ny span i {
    font-size: 16px;
    color: #000;
}

body .address-contact-information .form-floating .iti--allow-dropdown input {
    padding-left: 80px !important;
}

body .modal .modal-content .modal-body form .form-floating label {
    position: relative;
    padding: 0;
    margin-bottom: 10px !important;
}

body .modal .modal-content .modal-body form .col-md-12,
form .col-6,
form .col-12,
form .col-4,
form .col-8 {
    padding: 0;
}

body .modal .modal-content .modal-body .row .col-12 {
    padding: 0;
}

body .modal .modal-content .modal-body button {
    background-color: #06458F !important;
}

body .nyadress-detail-zone {
    top: 0;
    right: 0;
    border-radius: 0 10px;
    border: 0;
    background: #06458F;
    color: #fff;
    padding: 7px 10px;
    font-size: 12px
}

.profil-page .col-lg-8 .container.nyadress-detail .nyadress-detail-cc-ny {
    margin-bottom: 15px !important;
}

.profil-page .col-lg-8 .container.nyadress-detail .ad-title-ny {
    margin-bottom: 10px;
}

.address-contact-information .row {
    column-gap: 15px;
}

.dashboard-right-sidebar .row {
    justify-content: unset;
}

body .dashboard-right-sidebar .row button.collapsible {
    border: 1px solid #e0e0e0;
}

body .dashboard-right-sidebar .row button.collapsible .row .text-date {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0;
    font-size: 14px;
}

body .dashboard-right-sidebar .row button.collapsible .row .text-date i {
    color: #06458F;
    font-size: 14px;
    margin-left: 10px;
}

body .dashboard-right-sidebar .row .content {
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
    padding: 30px 20px 0;
    max-height: fit-content !important;
}

body .dashboard-right-sidebar .row button.collapsible .mini-coll-img {
    display: none;
}

body .dashboard-right-sidebar .row button.collapsible .row .col-md-9 {
    padding: 0;
}

body .dashboard-right-sidebar .row .content .content-zone {
    padding: 0;
}

body .dashboard-right-sidebar .row .content .content-zone .row {
    row-gap: 20px;
    margin: 0;
    padding: 20px;
}

body .dashboard-right-sidebar .row .content .content-zone .row .order-date-row {
    height: 30px;
    display: flex;
    align-items: center;
}

body .dashboard-right-sidebar .row .content .content-zone .row .order-date-img-col {
    padding: 0;
    gap: 5px;
}

body .dashboard-right-sidebar .row .content .content-zone .row .order-date-img-col img {
    margin-left: 0;
    border: 1px solid #e0e0e0;
}

body .dashboard-right-sidebar .row .content .content-zone .row .col-lg-2 {
    padding: 0;
}

body .dashboard-right-sidebar .row .content .content-zone span {
    color: #000 !important;
    font-weight: 500 !important;
}

body .dashboard-right-sidebar .row .content .content-zone .row .text-right {
    display: flex;
    gap: 10px;
}

body .dashboard-right-sidebar .row .content .content-zone .row .text-right a {
    color: #fff;
    margin-top: 0;
    border-color: #06458F;
}

body .dashboard-right-sidebar .row button.collapsible .row .col-md-9 span {
    font-size: 14px;
}

body .dashboard-right-sidebar .row .content .content-zone .row .text-right a:hover {
    background-color: #3565E0;
    border-color: #3565E0;
    color: #fff !important;
}

body .dashboard-right-sidebar .row button.collapsible {
    background-color: unset;
}

body .dashboard-right-sidebar .row button.collapsible .row {
    margin: 0;
    gap: 0;
}

body .dashboard-right-sidebar .row .content .content-zone .row .order-date-img-col img:hover {
    scale: none;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .contract-btn {
    background-color: #fff;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .contract-btn:hover {
    background-color: #06458F;
    border-color: #06458F;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .contract-btn:hover i {
    color: #fff;
}

.dashboard-right-sidebar .row .col-md-4 {
    padding: 0;
    margin: 0 !important;
    width: 31%;
}

.profil-page .col-lg-8 ul.list-group .list-group-item .form-group input {
    font-size: 14px;
}

.profil-page .order-lg-last.dashboard-content .container {
    padding: 25px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
}

.profil-page .order-lg-last.dashboard-content .row {
    gap: 0;
}

.profil-page .order-lg-last.dashboard-content .row .col-12 {
    padding: 0;
}

.profil-page .order-lg-last.dashboard-content .row .col-md-6 {
    width: 100%;
}

.profil-page .order-lg-last.dashboard-content .breadscrumb-section .container {
    background-color: unset;
    padding: 0;
    border: 0;
    border-radius: 0;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol {
    flex-direction: unset;
    gap: 0;
    margin: 0;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li {
    margin: 0 4px;
    color: #313132;
    font-weight: 400;
    padding: 0;
    font-size: 14px !important;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li i:not(.fa-home) {
    font-size: 10px;
    color: #06458F;
    position: relative;
    top: -1px;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li a {
    font-size: 14px;
    color: #313132 !important;
}

.profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li a i {
    color: #06458F;
}

.invoice {
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.invoice form .invoice__detail .table-responsive button[type=submit]:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0 !important;
}


.profil-page .col-lg-8 .row.mx-auto {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.profil-page .card-body .list-group .list-group-item a i.fas.fa-luggage-cart:before {
    content: "\f59d";
    font-weight: bold;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .text-content {
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 15px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .text-content b {
    color: #06458F !important;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .col-12 {
    padding: 0;
    width: 100%;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar button.btn.btn-primary.buton-renk {
    font-size: 14px;
    padding: 0 20px !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 35px;
    background-color: #06458F !important;
    border-radius: 5px !important;
}

.dashboard-right-sidebar .row {
    align-items: center;
    margin-bottom: 15px;
    gap: 25px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar button.btn.btn-primary.buton-renk:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    width: max-content;
    float: right;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart i {
    color: #06458F;
    font-size: 20px !important;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h5 {
    font-size: 12px;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h3 {
    font-size: 16px !important;
    color: #06458F;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper .row {
    margin-bottom: 0;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper .row.dt-row .col-sm-12 {
    padding: 0;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper #tableUrunler {
    border-color: #e0e0e0;
    width: 100% !important;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper #tableUrunler tbody tr.odd td {
    vertical-align: middle;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper #tableUrunler tbody tr.odd td a.btn.btn-success.btn-fw {
    border-color: #06458F;
    margin: 10px;
    font-size: 12px;
    padding: 0;
    display: flex;
    height: 30px;
    width: auto;
    justify-content: center;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper .row .col-sm-12 {
    padding: 0;
}

body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper .row .col-sm-12 #tableUrunler_info {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

body .w3-modal {
    background-color: #ffffff59;
    overflow: hidden;
    backdrop-filter: blur(4px);
    padding: 0;
}

.w3-modal .w3-modal-content {
    border: 1px solid #e0e0e0;
    box-shadow: unset;
    height: fit-content;
    border-radius: 5px;
    overflow-y: scroll;
    position: relative;
    width: 80%;
    max-width: 500px;
    background-color: #fff;
    margin: 10% auto;
}

.w3-modal .w3-modal-content span.w3-button.w3-display-topright {
    padding: 0;
    font-size: 20px;
    line-height: normal;
    right: 20px;
    top: 10px;
    color: #fff;
    font-weight: 300;
    background-color: #0857B3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    transition: 0.3s;
}

.w3-modal .w3-modal-content span.w3-button.w3-display-topright:hover {
    background-color: #3465E0 !important;
    color: #fff !important;
    transition: 0.3s;
}

.w3-modal .w3-modal-content .panel.panel-default {
    border: 0;
    background-color: #fff;
    margin-bottom: 0;
    border-radius: 0;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-heading {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 20px;
    border-color: #e0e0e0;
    height: 50px;
    display: flex;
    align-items: center;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-heading .panel-title {
    margin: 0;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-body .col-md-12 {
    margin: 0 !important;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-body label {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-body .form-floating input {
    border: 1px solid #e0e0e0;
    border-radius: 5px !important;
    line-height: normal;
    padding: 0 20px;
    height: 40px !important;
    font-size: 12px !important;
    outline: none;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-body button {
    background-color: #0957B3;
    font-weight: 400;
    height: 40px;
    transition: 0.3s;
}

.w3-modal .w3-modal-content .panel.panel-default .panel-body button:hover {
    background-color: #3465E0;
    transition: 0.3s;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable {
    border: 1px solid #e0e0e0;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable thead {
    background: #fff;
    color: #000;
}


.profil-page .col-lg-8 .row.mx-auto #b2btable tr {
    font-size: 12px !important;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td {
    vertical-align: middle;
    font-weight: 400 !important;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td input {
    border: 1px solid #e0e0e0;
    min-height: fit-content;
    height: 40px;
    padding: 0 15px !important;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td select {
    min-height: fit-content;
    padding: 0 !important;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td .select2 {
    width: 200px !important;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td .select2 .selection .select2-selection {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td .select2 .selection .select2-selection .select2-selection__rendered {
    color: #000;
    line-height: normal;
    padding: 0;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td .select2 .selection .select2-selection .select2-selection__arrow {
    display: none;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td .select2 .selection .select2-selection .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}

body .select2-container--open .select2-dropdown {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
}

body .select2-container--open .select2-dropdown--below .select2-search--dropdown {
    padding: 5px;
}

body .select2-container--open .select2-dropdown--below .select2-search--dropdown input {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
}

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__options::-webkit-scrollbar {
    display: none;
}

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__options li {
    font-size: 12px;
    padding: 10px;
}

body .select2-container--open .select2-dropdown--below .select2-results .select2-results__options li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #06458F;
    color: #fff;
    font-size: 12px;
}

body .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button {
    margin: 0;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100px;
    font-size: 12px;
    background-color: #06458F;
    border-color: #06458F;
    transition: 0.3s;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button:hover {
    background-color: #25d366;
    border-color: #25d366;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button i {
    color: #fff;
    font-size: 14px;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button.secBtn {
    margin-bottom: 10px;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button.silBtn {
    background-color: red;
    border-color: red;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td button.silBtn:hover {
    background-color: #ad0e0e;
    border-color: #ad0e0e;
}

.profil-page .col-lg-8 #allSave {
    background-color: #06458F !important;
    border-color: #06458F !important;
    padding: 0 15px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
}

.profil-page .col-lg-8 #allSave:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0 !important;
    color: #fff !important;
}

.profil-page .col-lg-8 #cartAdd {
    color: #06458F !important;
    background-color: #fff !important;
    border-color: #06458F !important;
    padding: 0 15px;
    height: 35px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 10px;
}

.profil-page .col-lg-8 #cartAdd:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0 !important;
    color: #fff !important;
}

.profil-page .col-lg-8 .row .col-12 {
    padding: 0;
}

.profil-page .col-lg-8 .row .col-12 #cart-status {
    border-radius: 20px;
    margin: 20px 0;
}

.profil-page .col-lg-8 .row .col-12 #cart-status li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #25d366;
}

.profil-page .col-lg-8 .row .col-12 #cart-status li i {
    color: #25d366;
    font-size: 14px;
}

.profil-page .col-lg-8 .row .col-12 #sptlink {
    display: flex !important;
    width: max-content;
    height: max-content;
    margin: 0 !important;
    float: right;
}

.profil-page .col-lg-8 .row .col-12 #sptlink a {
    border-color: #25d366;
    background-color: #25d366;
    color: #fff;
    padding: 0 15px;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

.profil-page .col-lg-8 .row .col-12 #sptlink a:hover {
    background-color: #24ab57;
    border-color: #24ab57;
}

.profil-page .col-lg-8 .row.mx-auto #b2btable tr td #status_zone {
    background: unset;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    border-radius: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset {
    margin: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset legend {
    border: 1px solid #e0e0e0;
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 30px;
    margin: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset .row {
    margin-bottom: 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset .row .col-12 {
    font-size: 12px !important;
    margin-bottom: 10px !important;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset .row .col-12 button {
    font-size: 12px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 35px;
    border-radius: 5px;
    margin: 20px 0 0;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .row fieldset .row .col-12 button i {
    margin: 0 !important;
    color: #fff;
}

@media only screen and (max-width:991px) {
    .profil-page .offcanvas.offcanvas-start {
        border: 0;
        z-index: 999999;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-header {
        padding: 0;
        margin: 0;
        border-bottom: 0 !important;
        right: 10px ! important;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-header .btn-close {
        padding: 0;
        margin: 0;
        background-color: #06458F;
        opacity: 1;
        width: 30px;
        height: 30px;
        border-radius: 100px;
        position: relative;
        overflow: hidden;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-header .btn-close:before {
        content: "";
        background-color: #06458F;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-header .btn-close i {
        color: #fff;
        font-size: 16px;
        position: relative;
        z-index: 9;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar {
        padding: 0 !important;
        border-radius: 0;
        background-color: #fff !important;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar .rounded-bottom {
        height: 100%;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar .row {
        padding: 15px;
        gap: 10px;
    }

    .profil-page .card-body .row .col-3 {
        width: auto;
        margin-left: 0 !important;
    }

    .profil-page .card-body .row .col-3 .rounded-circle .d-flex {
        width: 60px !important;
        height: 60px !important;
    }

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

    .profil-page .card-body .row .col-9 .card-title {
        font-size: 14px !important;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar hr {
        display: none;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar .list-group .list-group-item a {
        font-size: 12px;
        gap: 0;
        padding: 0 15px;
        height: 40px;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar .list-group .list-group-item a i {
        font-size: 16px;
    }

    .profil-page .offcanvas.offcanvas-start .offcanvas-body .dashboard-left-sidebar .list-group .list-group-item.activelist a {
        padding: 0 15px;
    }

    .profil-page {
        padding: 0;
        margin: 40px 0;
    }

    .profil-page .row .col-lg-12 {
        padding: 0;
        margin: 0 !important;
    }

    .profil-page .row .col-lg-12 .buton-renk {
        margin: 0;
        font-size: 12px;
        height: 35px;
        padding: 0 15px !important;
        display: flex;
        align-items: center;
        gap: 5px;
        margin-bottom: 20px !important;
    }

    .profil-page .col-lg-8 {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    body .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain h2 {
        font-size: 16px;
    }

    body .profil-page .col-lg-8 .dashboard-right-sidebar {
        padding: 20px;
    }

    .profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a {
        padding: 15px;
    }

    .profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 .servicesBox a i {
        font-size: 20px;
        margin-bottom: 10px;
    }

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

    .profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 {
        width: 48%;
    }

    .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li {
        font-size: 12px !important;
    }

    .profil-page .col-lg-8 .breadscrumb-section .breadscrumb-contain nav .breadcrumb li a {
        font-size: 12px;
    }

    body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart {
        gap: 10px;
        border-radius: 5px;
    }

    body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart i {
        font-size: 16px !important;
    }

    body .profil-page .col-lg-8 .dashboard-right-sidebar .receipt-cart .totle-detail h3 {
        font-size: 14px !important;
    }

    body .profil-page .col-lg-8 .dashboard-right-sidebar #tableUrunler_wrapper .row .col-sm-12 #tableUrunler_info {
        font-size: 12px;
    }

    .w3-modal .w3-modal-content {
        max-width: 300px;
    }

    .w3-modal .w3-modal-content .panel.panel-default .panel-heading .panel-title {
        font-size: 12px;
    }

    .w3-modal .w3-modal-content span.w3-button.w3-display-topright {
        font-size: 16px;
        width: 25px;
        height: 25px;
    }

    .profil-page .col-lg-8 .row.mx-auto {
        padding: 20px;
        border-radius: 10px;
        overflow-x: scroll;
    }

    .profil-page .col-lg-8 .row.mx-auto::-webkit-scrollbar {
        display: none;
    }

    .profil-page .col-lg-8 .row.mx-auto #b2btable {
        width: max-content;
    }

    .profil-page .col-lg-8 .row.mx-auto #b2btable tr td input {
        width: 100px;
    }

    .profil-page .col-lg-8 .row.mx-auto #b2btable tr td button {
        height: 35px;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row {
        row-gap: 10px;
        padding: 25px 15px;
        margin-bottom: 30px !important;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row .col-lg-2 {
        width: 100%;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row .text-right {
        padding: 0;
        width: 100%;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row .text-right a {
        font-size: 12px;
    }

    .profil-page .order-lg-last.dashboard-content .container {
        padding: 20px;
        border-radius: 10px;
    }

    .profil-page .col-lg-8 .container.mb-5 .row .col-12 .table.table-responsive::-webkit-scrollbar {
        display: none;
    }

    .profil-page .col-lg-8 ul.list-group .list-group-item.active a.btn.btn-danger {
        padding: 0 15px !important;
        height: 30px;
    }

    .profil-page .col-lg-8 ul.list-group .list-group-item.active span {
        margin: 0;
    }

    .profil-page .row .main-content-area .breadscrumb-section {
        margin-bottom: 15px;
    }

    .profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain {
        display: flex;
    }

    .profil-page .row .main-content-area {
        width: 100%;
        padding: 0;
        position: relative;
    }

    .profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain h2 {
        font-size: 16px;
    }

    .profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li {
        font-size: 12px !important;
    }

    .profil-page .row .main-content-area .breadscrumb-section .breadscrumb-contain nav ol li a {
        font-size: 12px;
    }

    .invoice {
        border-radius: 10px;
    }

    .dashboard-right-sidebar .row .col-md-4 {
        width: 100%;
    }

    .profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100 {
        height: 35px !important;
        font-size: 12px !important;
        padding: 0 15px !important;
    }

    body .profil-page .btn.btn-lg {
        font-size: 12px;
        padding: 0 15px !important;
        border-radius: 5px !important;
        height: 35px;
    }

    .profil-page .col-lg-8 ul.list-group .list-group-item.active {
        flex-wrap: wrap;
    }

    .profil-page .row .main-content-area .invoice form .invoice__detail .table-responsive .table-responsive tbody tr td {
        font-size: 12px;
    }

    .profil-page .row .main-content-area .invoice form .invoice__detail .table-responsive button[type=submit] {
        font-size: 12px !important;
    }

    .address-contact-information .col-md-6 {
        width: 100%;
    }

    .profil-page .col-lg-8 .dashboard-right-sidebar form .address-contact-information .row {
        gap: 10px;
    }

    .address-contact-information .form-floating label {
        font-size: 12px !important;
    }

    body .address-contact-information .form-floating input,
    .address-contact-information .form-floating select,
    .address-contact-information .form-floating textarea {
        font-size: 12px;
        height: 35px;
    }

    body .profil-page .iti--allow-dropdown .iti__country-container button {
        font-size: 12px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .dashboard-right-sidebar .row .col-md-4 {
        width: 48%;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .profil-page .row .col-4 {
        width: 35%;
    }

    .profil-page .col-lg-8 {
        width: 65%;
    }

    .profil-page .col-lg-8 .dashboard-right-sidebar .profileServices .col-lg-4 {
        width: 32%;
    }

    .profil-page .col-lg-8 .row.mx-auto {
        overflow-x: scroll;
    }

    .profil-page .col-lg-8 .row.mx-auto::-webkit-scrollbar {
        display: none;
    }

    .profil-page .col-lg-8 .row.mx-auto #b2btable tr td input {
        width: 100px;
    }

    .profil-page .card-body .row .col-3 .rounded-circle .d-flex {
        width: 60px !important;
        height: 60px !important;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row .text-right {
        padding: 0;
        flex-wrap: wrap;
    }

    body .dashboard-right-sidebar .row .content .content-zone .row .col-lg-2 {
        width: 34%;
    }

    .profil-page .row .main-content-area {
        width: 65%;
    }

    .dashboard-right-sidebar .row .col-md-4 {
        width: 48%;
    }

    .address-contact-information .col-md-6 {
        width: 48%;
    }
}

/* PROFILE PAGE END */

body div:where(.swal2-container) .swal2-input {
    background-color: #F2F2F2;
    border: none;
    border-radius: 10px;
    color: #000;
    box-shadow: none;
    font-size: 14px;
    padding: 0 20px;
    height: 50px;
    margin: 0;
    max-height: 50px;
    outline: none;
}

body div:where(.swal2-container) .swal2-input:focus {
    border: 0;
    box-shadow: none;
}

body div:where(.swal2-container) .swal2-input:placeholder {
    color: #000;
}

.swal2-container .swal2-popup .swal2-html-container #rcaptcha {
    height: 50px;
    border-radius: 10px;
    border: 1px solid #F2F2F2;
}

.yk-product-card a.ekleFavori.favorite-selected {
    background-color: red;
    border-color: red;
}

.yk-product-card a.ekleFavori.favorite-selected i {
    color: #fff;
}

body .searchlist {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
    transform: skew(-20deg);
    margin: unset;
    padding: unset;
    max-height: 500px;
    overflow-y: scroll;
    top: 60px;
    width: fit-content;
    right: unset;
    left: -80px;
}

.searchlist::-webkit-scrollbar {
    display: none;
}

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

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

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

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

.searchlist li a.searchLia .searchRight .searchProductname {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.searchlist li a.searchLia .searchRight .searchProductpriceNew {
    font-size: 14px;
    font-weight: 700 !important;
    color: #06458F !important;
}

.searchlist li a.searchLia .searchRight .searchProductpriceOld {
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

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

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

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

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

body .searchlist li:hover {
    transition: 0.3s;
}

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

#nycOpenModal {
    background-color: #FFBF00;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
    display: flex;
    align-items: center;
    gap: 5px;
    height: 40px;
}

#nycOpenModal i {
    font-size: 18px;
    color: #06458F;
}

#nycOpenModal:hover {
    background: #06458F;
    color: #fff;
}

#nycOpenModal:hover i {
    color: #fff;
}

body .nyComment-modal {
    background-color: #00000061;
    backdrop-filter: blur(3px);
}

body .nyComment-modal-content {
    width: 600px;
    border-radius: 10px;
    height: 600px;
    overflow-x: scroll;
    padding: 25px;
}

body .nyComment-modal-content h2 {
    color: #414042;
    padding-bottom: 10px;
    padding-left: 0;
    border: unset;
}

body .nyComment-modal-content h2:before {
    visibility: hidden;
}

body .nyComment-modal-content::-webkit-scrollbar {
    display: none;
}

body .nyComment-close-btn {
    top: 20px;
    right: 20px;
    background: #06458F;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 200;
    border-radius: 100px;
    cursor: pointer;
    z-index: 999;
}

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;
    object-fit: contain;
}

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: 14px;
}

body .nyComment-comment {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    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;
}

body .nyComment-imageup .nyCommentImage {
    width: 100%;
    border: 0;
    background: unset;
    height: 100%;
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    opacity: 1;
}

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-color: #06458F;
    border-color: #06458F;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
}

body .nyComment-submit-btn:hover {
    background: #58585a;
    border-color: #58585a;
    transition: 0.3s;
}

.tab-panel .container .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content .tab-pane {
    opacity: 1;
}

body .p-for-features .table-info {
    margin: unset;
}

body .p-for-features .table-info tbody {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 0;
}

.p-for-features .table-info tbody tr {
    background-color: unset;
    margin: unset;
    padding: unset;
    border: unset;
    gap: 15px;
    display: flex;
}

.p-for-features .table-info tbody tr .pl-2 {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);

    padding: 10px 20px;
    border: unset;
}

.p-for-features .table-info tbody tr .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #FFBF00;
    border: 2px solid #06458F;
    border-radius: 100px;
}

.p-for-features .table-info tbody tr .icon i {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
}

.p-for-features .table-info tbody tr:not(:last-child) {
    margin: 0 0 10px;
}

.p-for-features .table-info tr td {
    font-size: 12px;
    font-weight: 500 !important;
    color: #084288;
    text-align: center;
    border: unset;
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    flex: 1;
}

.p-for-features .table-info tr th {
    font-size: 12px;
    font-weight: 500 !important;
    color: #084288;
    text-align: center;
    border: unset;
    padding: unset;
    box-shadow: unset;
    background-color: unset;
    flex: 1;
}

.p-for-features .table-info tr td a {
    color: #06458F;
    display: inline;
}

.p-for-features body .table-info tr th {
    font-size: 14px;
    width: 30% !important;
    color: #06458F;
    display: flex;
    align-items: center;
}

.ps-product__tabreview {
    margin-top: 25px;
}

.ps-product__tabreview .ps-review--product {
    background-color: #FFF9E5;
    padding: 20px;
    border-radius: 5px;
}

.ps-product__tabreview .ps-review--product:not(:last-child) {
    margin-bottom: 20px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.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__rating .br-wrapper .br-widget .product-ratings .ratings-container {
    justify-content: flex-start;
}

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

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc p {
    font-size: 14px;
    font-weight: 500;
    color: #8E8E8E;
}

.commentImageList {
    gap: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .ps-review__desc .commentImageList a {
    display: flex;
}

.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;
    object-fit: contain;
}

body .nyComment-modal-content .d-none {
    display: none;
}

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

.ps-product__tabreview .ps-review--product .ps-review__row .review-info {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    gap: 10px;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .review-name {
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
    width: fit-content;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .rating-stars {
    padding-left: 10px;
    border-left: 1px solid #06458F;
}

.ps-product__tabreview .ps-review--product .ps-review__row .review-info .rating-stars i {
    font-size: 12px;
}

.tab-panel .container .tab-panel-wrapper .tab-content .products-comment-wrapper .comment-body-wrap .comment-notes a:hover {
    background-color: #06458F;
    color: #fff;
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link:hover {
    color: #06458F;
}

.tab-panel .container .tab-panel-wrapper .tab-head .tab-head-flex .tab-link:hover i {
    color: #fff;
}

.siparis-alan .siparis-form .group-yk-2 {
    row-gap: 20px;
}

.siparis-alan .siparis-form form .form-group #cptch {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-right: 10px;
    width: 200px;
    height: 100%;
}

.body-content {
    margin: 40px 0;
}

.body-content .list-group-item.active a.btn-danger {
    padding: 0 15px !important;
    height: 25px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 12px !important;
}

.body-content .contract-btn {
    background-color: #fff;
}

.member-or-login .group-yk-2 .login-form a.login:hover {
    background-color: #FFBF00;
    color: #06458F;
}

.member-or-login .group-yk-2 .shop-box .link a:hover {
    background-color: #FFBF00;
    border-color: #FFBF00;
    color: #06458F;
}

.p-for-item.p-for-features #information-content {
    background-color: #FFFAEB;
    border-radius: 10px;
    padding: 20px;
    opacity: 1;
}

.zoom-hover .image-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

.zoom-hover {
    position: relative;
    float: left;
    height: 100%;
    overflow: hidden;
}

body .product-group .product-group-wrap {
    display: flex;
}

body .product-group .product-group-wrap .product-left {
    display: flex;
    flex-wrap: wrap;
    width: 66.66%;
}

body .product-group .product-group-wrap .product-left .yk-product-card {
    width: 33.33%;
    border-radius: 0;
}

body .product-group .product-group-wrap .product-right {
    width: 33.33%;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.basket-and-count .b-s-wrap a.add-basket-button:hover {
    background-color: #3465E0;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.basket-and-count .b-s-wrap a.add-basket-button:hover:after {
    background-color: #3465E0;
    transition: 0.3s;
}

.counter-yk .productCount button:hover {
    background-color: #3565e0;
    transition: 0.3s;
}

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

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .btn-clean-item:hover {
    background-color: red;
    border-color: red;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .btn-clean-item:hover i {
    color: #fff;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .delete {
    background-color: red;
    border-color: red;
    margin-bottom: 10px;
    margin-left: 10px;
    width: 100%;
    margin-left: unset;
}

body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-left-list-btn:hover {
    background-color: #3465E0;
    border-color: #3465E0;
}

.bread-top .bread-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

body .product-evaluation {
    margin: 30px 0 20px;
}

body .product-evaluation .eva-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    gap: 5px;
    padding: 0 15px;
    background-color: #E1E8F0;
    border-color: #E1E8F0;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #06458F;
}

body .product-evaluation .eva-item:nth-child(even) {
    background-color: #FFFAEB;
    border-color: #FFFAEB;
}

body .product-evaluation .eva-item:nth-child(even) i {
    color: #01458f;
}

body .product-evaluation .eva-item i {
    font-size: 16px;
    color: #06458F;
}

.bread-top .breadcrumb {
    margin: 0;
}

body .product-evaluation .evaluation-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

body .product-evaluation .eva-item:hover {
    color: #ffffff;
    background-color: #01458f;
}

body .product-evaluation .eva-item:hover i {
    color: #ffffff;
}

body .product-evaluation .share-content {
    position: absolute;
    right: 0;
    top: 100%;
    width: fit-content;
    z-index: 999;
    display: flex;
    align-items: center;
    background-color: #fff;
    transform: translate(200%, 0);
    transition: all .4s;
    visibility: hidden;
}

body .product-evaluation .share-content.active {
    transform: translate(0);
    transition: all .4s;
    visibility: visible;
}

/*
body .product-evaluation .share-content.active:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 1px;
    width: 1000%;
    height: 100%;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
}
*/

body .product-evaluation .share-content ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

body .product-evaluation .share-content ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #06458F;
    border-radius: 5px;
}

body .product-evaluation .share-content ul li a i {
    color: #fff;
    font-size: 14px;
}

body .product-evaluation .share-content ul li a:hover {
    background-color: #06458F;
}

.come-back a {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 14px;
    color: #06458F;
    background-color: #06458f1a;
    border: 1px solid #06458F;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .come-back a i {
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .come-back a:hover {
    background-color: #3465E0;
    border-color: #3465E0;
    color: #fff;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .come-back a:hover i {
    color: #fff;
}

.p-for-headline .headline-wrap .card-rating {
    border: unset;
    justify-content: unset;
    height: fit-content;
    margin-bottom: 20px;
    cursor: pointer;
}

.p-for-headline .headline-wrap .card-rating .value {
    font-weight: 500;
}

.p-for-headline .headline-wrap .card-rating .rating-stars {
    gap: 3px;
}

.p-for-headline .headline-wrap .card-rating .rating-stars i {
    font-size: 12px;
}

body .swiper.swiper-similar .swiper-slide a .info .card-rating {
    margin-bottom: 10px;
    height: 20px;
    background-color: unset;
    padding: 1px 6px;
    border-color: #e6e6e6;
}

.badges {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.badges .in-stock {
    background-color: #E8FFEA;
    border: 1.5px solid #26DC3C;
    color: #26DC3C;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 12px;
    font-weight: 500;
}

.badges .in-stock i {
    color: #26DC3C;
    margin-right: 5px;
    font-size: 14px;
}

.badges .offer {
    background-color: rgba(255, 175, 0, 0.2);
    border: 1.5px solid #eba100;
    color: #eba100;
    padding: 0 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    height: 25px;
    font-size: 12px;
    font-weight: 400;
}

.badges .offer i {
    color: #eba100;
    margin-right: 5px;
    font-size: 14px;
}

.yk-product-card .delete-list-btn {
    right: 15px;
    top: 15px;
    color: unset;
    font-size: unset;
    padding: 0;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    z-index: 999;
}

.yk-product-card .delete-list-btn i {
    font-size: 14px;
    color: red;
}

.yk-product-card .delete-list-btn:hover {
    background-color: red;
    border-color: red;
}

.yk-product-card .delete-list-btn:hover i {
    color: #fff;
}

body .modal__inner {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin: 100px auto;
}

.modal .modal__inner .modal__top {
    background-color: #fff;
    color: #fff;
    border-radius: 10px 10px 0 0;
    height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
}

.modal .modal__inner .modal__top .modal__title {
    font-size: 16px;
    color: #000;
    padding: 0;
    font-weight: 500;
}

.modal .modal__inner .modal__top .modal__close {
    font-family: remixicon !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    font-size: 24px;
    padding: 0;
    width: 24px;
    height: 24px;
}

.modal .modal__inner .modal__top .modal__close::before {
    content: "\eb99";
}

.modal .modal__inner .modal__top .modal__close .material-icons {
    display: none;
}

.modal .modal__inner .modal__content {
    height: 400px;
    border-radius: 0 0 20px 20px;
    overflow-y: scroll;
    line-height: normal;
    padding: 25px;
}

.modal .modal__inner .modal__bottom {
    display: none;
}

.modal .modal__inner .modal__content::-webkit-scrollbar-track {
    width: 5px;
    background-color: #e0e0e0;
}

.modal .modal__inner .modal__content::-webkit-scrollbar {
    width: 5px;
    background-color: #e0e0e0;
}

.modal .modal__inner .modal__content::-webkit-scrollbar-thumb {
    background-color: #06458F;
    width: 100%;
}

.modal .modal__inner .modal__content p {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
}

.modal .modal__inner .modal__content #talepForm {
    margin: 20px 0 0;
}

.modal .modal__inner .modal__content #talepForm .row {
    row-gap: 15px;
}

.modal .modal__inner .modal__content #talepForm input,
#talepForm textarea {
    min-height: 40px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding: 0 15px;
    outline: none;
}

.modal .modal__inner .modal__content #talepForm #cptch {
    border: 1px solid #e0e0e0;
    object-fit: contain;
    border-radius: 5px;
    height: 40px;
}

.modal .modal__inner .modal__content #talepForm textarea {
    min-height: 100px;
    padding: 15px;
}

.modal .modal__inner .modal__content #talepForm #tlpBtn {
    background-color: #06458F;
    border-color: #06458F;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 40px;
}

.modal .modal__inner .modal__content #talepForm .iti .iti__selected-dial-code {
    font-size: 12px;
    font-weight: 400;
}

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

body .swiper.swiper-similar .swiper-slide a.addSptBt:hover {
    background-color: #3465E0;
    border-color: #3465E0;
}

body .swiper.swiper-similar .swiper-slide a .info .card-rating .rating-stars i {
    font-size: 8px;
}

.ny-cart-list .ny-cart-image .product-image:hover {
    border-color: #06458F;
}

.ny-cart-list .cartProductDetail .nyCartProductTitle:hover {
    color: #06458F;
}

.ny-cart-list .nyCartListRight i:hover {
    background-color: #FFBF00;
    color: #06458F;
    transition: 0.3s;
}

.ny-cart-list .nyCartListRight .nyCartRemove i:hover {
    background-color: unset;
}

.ny-cart-list .nyCartListRight .nyCartRemove:hover {
    background-color: #BE0103;
}

.ny-cart-list .nyCartListRight .nyCartRemove:hover i {
    color: #fff;
}

body .whatsappOrder {
    width: 200px;
    height: 40px;
    font-size: unset;
    background-color: #E8FFEA;
    border: 2px solid #26DC3C;
    color: #26DC3C;
    z-index: 999;
}

body .whatsappOrder span {
    font-size: 20px;
    font-weight: bold;
    color: #26DC3C;
}

body .whatsappOrder span:before {
    font-family: 'FontAwesome';
}

body .whatsappOrder #wptext {
    font-size: 14px;
    font-weight: 600;
    color: #27DC3C;
}

body .whatsappOrder:hover {
    background-color: #26DC3C;
    border-color: #26DC3C;
    color: #fff;
}

body .whatsappOrder:hover span {
    color: #fff;
}

body .whatsappOrder:hover #wptext {
    color: #fff;
}

.p-for-item.p-for-headline .brand {
    display: block;
    margin-bottom: 10px;
}

.yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.p-for-headline .brand a {
    font-size: 14px;
    font-weight: bold;
    color: #06458F;
    text-transform: Ã„Â±;
}

.profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100:hover {
    background-color: #3465E0 !important;
    border-color: #3465E0 !important;
}

body .modal {
    transition: unset;
}

html[lang="ar"][dir="rtl"] header .head-menu .category-buton:before {
    right: unset;
    left: 100%;
    z-index: 1;
}

html[lang="ar"][dir="rtl"] header .head-menu .category-buton {
    border-radius: 40px 0 0 0;
}

html[lang="ar"][dir="rtl"] header .head-menu:after {
    left: unset;
    right: 100%;
}

html[lang="ar"][dir="rtl"] .topbar .topbar-flex .topbar-left:before {
    left: unset;
    right: 100%;
}

html[lang="ar"][dir="rtl"] .topbar .topbar-flex .topbar-left .topbar-text {
    border-radius: 0 0 30px 0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .header-middle-item .search-card form .search-box {
    flex-direction: row-reverse;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .menu-group .login-area .login-flex {
    margin-right: 10px;
    margin-left: unset;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .menu-group .menu-item span:not(.cartcountBox, .login-flex span) {
    margin-right: 10px;
    margin-left: unset;
}

html[lang="ar"][dir="rtl"] body .yonkasoft-language .dropdown a.active_lang i {
    margin-left: unset;
    margin-right: 5px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-header .header-wrap .menu-group .menu-item .cartcountBox {
    margin-left: unset;
    margin-right: 10px;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left:before {
    right: unset;
    left: 100%;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a.active:before {
    right: unset;
    left: 100%;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a i {
    right: unset;
    left: 15px;
    transform: rotate(180deg);
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group {
    border-radius: 10px 0 0 10px;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right .filter-menu-wrap .menu-group .menu-group-wrapper ul li a.all-link i {
    transform: rotate(270deg);
}

html[lang="ar"][dir="rtl"] .yk-head a.yk-head-buton i {
    transform: rotate(180deg);
}

html[lang="ar"][dir="rtl"] .yk-product-card .button-group {
    right: unset;
    left: 20px;
    transform: translate(-200%, 0);
}

html[lang="ar"][dir="rtl"] .yk-product-card:hover .button-group {
    transition: all .4s;
    transform: translate(0);
}

html[lang="ar"][dir="rtl"] .yk-product-card .card-content .card-rating .rating-stars span {
    margin-left: unset;
    margin-right: 5px;
}

html[lang="ar"][dir="rtl"] .tool-filter .filterCat .filter-wrap .filter-item label input {
    margin-right: unset;
    margin-left: 5px;
}

html[lang="ar"][dir="rtl"] body .whatsappOrder span {
    margin-right: unset;
    margin-left: 10px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-right {
    border-left: 0;
    border-right: 1px solid #E0E0E0;
    padding-left: 0;
    padding-right: 25px;
}

html[lang="ar"][dir="rtl"] body .product-evaluation {
    border-left: 0;
    border-right: 1px solid #E1E1E1;
}

html[lang="ar"][dir="rtl"] body .product-evaluation .eva-item:not(:last-child) {
    border-right: 0;
}

html[lang="ar"][dir="rtl"] body .product-evaluation .eva-item:not(:first-child) {
    border-right: 1px solid #E1E1E1;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail {
    padding: 20px 0 0 0 !important;
    top: 0;
}

html[lang="ar"][dir="rtl"] body .swiper.swiper-similar .swiper-slide .similar-box .image {
    border-right: 0;
    border-left: 1px solid #e0e0e0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.basket-and-count .b-s-wrap .buttons {
    flex-direction: row-reverse;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-media {
    border-radius: 0 20px 20px 0;
    padding: 20px;
    border-left: 1px solid #e0e0e0;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .come-back {
    left: unset;
    right: 0;
}

html[lang="ar"][dir="rtl"] .card-rating span.value {
    margin-left: unset;
    margin-right: 5px;
}

html[lang="ar"][dir="rtl"] .badges .offer i {
    margin-right: unset;
    margin-left: 5px;
}

html[lang="ar"][dir="rtl"] .badges .in-stock i {
    margin-right: unset;
    margin-left: 5px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .come-back a {
    flex-direction: row-reverse;
}

html[lang="ar"][dir="rtl"] .forms_log form .form-item .toggle-password {
    right: unset;
    left: 15px;
}

html[lang="ar"][dir="rtl"] .siparis-alan .siparis-form form .form-group #cptch {
    margin-right: 0;
    margin-left: 10px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-page-head .head-page-flex .tool-filter form .input-group .input-group-prepend {
    right: unset;
    left: 15px;
}

html[lang="ar"][dir="rtl"] .bayi-form .bayiform-wrapper #regform .form-group .field-icon {
    right: unset;
    left: 25px;
}

html[lang="ar"][dir="rtl"] .bayi-form .bayiform-wrapper #regform .form-group input[type=checkbox]+label {
    padding: 0;
    padding-right: 10px;
}

.contact-main .contactFormBox .col-md-12 {
    position: relative;
}

#contactForm .group-yk-1 {
    row-gap: 15px;
}

html[lang="ar"][dir="rtl"] #contactForm .col-md-12 #cptchinp {
    padding: 0 15px !important;
}

html[lang="ar"][dir="rtl"] .help-q-page .soruFiltre .soru-input i {
    right: unset;
    left: 15px;
}

html[lang="ar"][dir="rtl"] .ny-cart-list .cartProductDetail {
    padding-right: 0;
    padding-left: 20px;
}

html[lang="ar"][dir="rtl"] .ny-cart-list .ny-cart-image {
    padding: 0;
    margin: 0;
    padding-left: 10px;
    margin-left: 10px;
}

html[lang="ar"][dir="rtl"] .global_basket .destroy_cart {
    margin-left: 0;
    margin-right: 15px;
}

html[lang="ar"][dir="rtl"] .profil-page .card-body .list-group .list-group-item a i {
    margin-right: 0 !important;
    margin-left: 10px;
}

html[lang="ar"][dir="rtl"] .w3-modal .w3-modal-content span.w3-button.w3-display-topright {
    right: unset;
    left: 10px;
}

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 #cartAdd {
    margin-left: 0;
    margin-right: 10px;
}

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 .row .col-12 #sptlink {
    padding-left: 10px;
}

html[lang="ar"][dir="rtl"] body .dashboard-right-sidebar .row button.collapsible .row .text-date i {
    margin-left: 0;
    margin-right: 10px;
}

html[lang="ar"][dir="rtl"] body .dashboard-right-sidebar .row button.collapsible .row .col-md-9 {
    text-align: right;
}

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 ul.list-group .list-group-item.active a.btn.btn-danger {
    margin: 0;
    margin-right: 10px;
}

html[lang="ar"][dir="rtl"] body .nyadress-detail-zone {
    right: unset;
    left: 0;
    border-radius: 10px 0 10px 0;
}

html[lang="ar"][dir="rtl"] .profil-page .col-lg-8 .document-list .list-group-item {
    justify-content: space-between;
}

html[lang="ar"][dir="rtl"] 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 {
    padding-left: 10px;
}

html[lang="ar"][dir="rtl"] body .ny-product-comparison-container .ny-product-comparison-in .ny-product-comparison-col .ny-product-comparison-row .ny-product-comparison-area .btn-clean-item {
    right: unset;
    left: 10px;
}

html[lang="ar"][dir="rtl"] body .ny-product-comparison-container .ny-product-comparison-in .row .col-12 button {
    right: unset;
    left: 0;
}

html[lang="ar"][dir="rtl"] body .product-evaluation .share-content {
    transform: translate(-200%, 0);
    right: unset;
    left: 0;
    border-radius: 0 0 20px 0;
}

html[lang="ar"][dir="rtl"] body .product-evaluation .share-content.active:before {
    left: unset;
    right: 100%;
}

html[lang="ar"][dir="rtl"] body .product-evaluation .share-content.active {
    transform: translate(0);
}

html[lang="ar"][dir="rtl"] .swal2-container .swal2-popup .swal2-html-container #rcaptcha {
    margin-right: 0 !important;
    margin-left: 10px !important;
}

html[lang="ar"][dir="rtl"] .forms_log form .form-item .input-group input#rcaptcha {
    border-radius: 5px 0 0 5px;
}

html[lang="ar"][dir="rtl"] .forms_log form .form-item .input-group .input-group-text {
    border-radius: 0 5px 5px 0;
}

body .iti--allow-dropdown .iti__country-container .iti__selected-country .iti__selected-country-primary {
    padding: 0 10px;
}

body .iti--allow-dropdown .iti__country-container .iti__selected-country .iti__selected-dial-code {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin: 0;
}

body .iti--allow-dropdown .iti__country-container #iti-0__dropdown-content {
    box-shadow: none;
    border: 1px solid #ededed;
    background-color: #fff;
    padding: 5px;
    z-index: 99;
    border-radius: 5px;
}

body .iti--allow-dropdown .iti__country-container #iti-0__dropdown-content .iti__country-list::-webkit-scrollbar {
    display: none;
}

body .iti--allow-dropdown .iti__country-container #iti-0__dropdown-content .iti__country-list .iti__country.iti__highlight {
    background-color: #e2e2e2;
}

body .iti--allow-dropdown .iti__country-container #iti-0__dropdown-content .iti__country-list .iti__country .iti__country-name {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

body .iti--allow-dropdown .iti__country-container #iti-0__dropdown-content .iti__country-list .iti__country .iti__dial-code {
    font-size: 12px;
    font-weight: 400;
}

.bayi-form .bayiform-wrapper #regform .form-group .input-group-text {
    border-radius: 5px;
    overflow: hidden;
}

html[lang="en"] .profil-page .col-lg-8 .dashboard-right-sidebar button:not(.profil-page .col-lg-8 .dashboard-right-sidebar button),
.profil-page .col-lg-8 .dashboard-right-sidebar a:not(.servicesBox a, .contract-btn, .product-row a) {
    font-size: 12px;
}

html[lang="de"] .profil-page .col-lg-8 .dashboard-right-sidebar button:not(.profil-page .col-lg-8 .dashboard-right-sidebar button),
.profil-page .col-lg-8 .dashboard-right-sidebar a:not(.servicesBox a, .contract-btn, .product-row a) {
    font-size: 10px;
}

html[lang="de"] .profil-page .col-lg-8 .dashboard-right-sidebar .btn.btn-success.w-100 {
    font-size: 12px !important;
}

html[lang="fr"] header .head-menu .category-buton {
    width: 250px;
}

html[lang="fr"] .topbar .topbar-flex .topbar-right .favorites-buton {
    display: none;
}

html[lang="ru"] .topbar .topbar-flex .topbar-right .favorites-buton {
    display: none;
}

html[lang="de"] .topbar .topbar-flex .topbar-right .favorites-buton {
    display: none;
}

html[lang="az"] header .head-menu .category-buton {
    width: 250px;
}

.yk-mega-menu-v2.menu-v2-1 {
    height: fit-content;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    width: 100%;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list {
    flex-direction: unset;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5%;
    row-gap: 25px;
    padding: 35px 0;
    padding-right: 35px;
    overflow-y: scroll;
    height: 500px;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list::-webkit-scrollbar {
    width: 4px;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list::-webkit-scrollbar-track {
    background: #F7F7F7;
    border-radius: 10px;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list::-webkit-scrollbar-thumb {
    background: #0A57B2;
    border-radius: 10px;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item {
    text-align: center;
    border-radius: 5px;
    width: 10%;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a {
    height: fit-content;
    flex-direction: column;
    gap: 10px;
    line-height: normal;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-right {
    display: none;
}

.yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list .list-item a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    border-radius: 100%;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 5px;
}

body .pagination {
    display: flex;
    float: unset;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 60px 0 0;
}

.pagination li.page-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E1E8F0;
    padding: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: #06458F;
    outline: none;
}

.pagination li.page-item a:hover {
    background: #FFBF00;
    border-color: #FFBF00;
    color: #06458F;
}

.pagination li.page-item.active a {
    background-color: #06458F;
    border-color: #06458F;
    color: #fff;
}

.pagination li.page-item.active a:hover {
    background-color: #FFBF00;
    border-color: #FFBF00;
    color: #06458F;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left .parent-menu-list {
    padding-right: 0;
    padding-left: 35px;
}

html[lang="ar"][dir="rtl"] .yk-mega-menu-v2.menu-v2-1 .menu-flex-top .menu-content .menu-large .menu-parent .menu-left {
    border-radius: 10px 0 0 10px;
    border-right: 0;
    border-left: 1px solid #3565E0;
}

html[lang="ar"][dir="rtl"] body .alert i {
    margin-right: 0;
    margin-left: 5px;
}

html[lang="ar"][dir="rtl"] .yonkasoft-product-detail .pr-wrapper .product-left .product-dif .p-for-wrap .p-for-detail .p-for-detail-wrap .p-for-item.basket-and-count .b-s-wrap .buttons .talepUrun svg {
    margin-right: 0;
    margin-left: 10px;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input input {
    font-size: 12px;
    color: #000;
    border: 1px solid #E0E0E0;
    background-color: #ffff;
    height: 50px;
    min-width: 350px;
    padding-left: 20px;
    border-radius: 100px;
}

.yonkasoft-page-head .head-page-flex .tool-filter .blog-input button {
    background-color: #162b5e;
    border-color: #162b5e;
    border-radius: 0 100px 100px 0;
    color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

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

html[lang="ar"][dir="rtl"] .yonkasoft-page-head .head-page-flex .tool-filter .filtreSelectGroup.select-input::before {
    right: unset;
    left: 10px;
}

body .pagination li.page-item a:focus {
    box-shadow: unset;
    background-color: unset;
    color: unset;
}

html[lang="ar"][dir="rtl"] .bank-account .bankAccount-box .box-body .bankIban button {
    margin-left: 0;
    margin-right: 15px;
}

html[lang="ar"][dir="rtl"] .bank-account .bankAccount-box .box-body .bankIban span {
    margin-left: 0;
    margin-right: 5px;
}

html[lang="ar"][dir="rtl"] .bank-account .bankAccount-box .box-body .bankIban .copy_success {
    right: unset;
    left: -50px;
}

html[lang="ar"][dir="rtl"] .member-or-login .group-yk-2 .login-form .toggle-password {
    right: unset;
    left: 10px;
}

.product-group.products-brand-list .products-area {
    border-radius: 20px;
}

.product-group.products-brand-list .products-area .products-flex {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.product-group.products-brand-list .products-area .products-flex .product-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.product-group.products-brand-list .products-area .products-flex .yk-product-card {
    background-color: unset;
}

.product-group.products-brand-list .products-area .products-flex .products-center {
    height: fit-content;
    position: sticky;
    top: 0;
}

.product-group.products-brand-list .products-area .products-flex .product-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.product-group.products-brand-list .products-area .products-flex .product-right .yk-product-card .card-media img.main-image,
.product-group.products-brand-list .products-area .products-flex .product-left .yk-product-card .card-media img.main-image {
    height: 200px;
}

.product-group.products-brand-list .products-area .products-flex .products-center .yk-product-card .card-media img.main-image {
    height: 600px;
}

.product-group.products-brand-list .products-area .products-flex .products-center .yk-product-card .card-content {
    min-height: 220px;
}

.products-flex .products-center .hover-pagination .hover-item-bullet {
    height: 100px;
    width: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #e0e0e0;
    flex: unset;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}

.products-flex .products-center .hover-pagination .hover-item-bullet.active {
    border: unset;
}

.products-flex .products-center .hover-pagination .hover-item-bullet::before {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 10px;
}

.products-flex .products-center .hover-pagination {
    padding: 20px;
    justify-content: center;
    gap: 15px;
    transition: unset;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table {
    margin: 0 0 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px !important;
    border-spacing: 0;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tbody {
    grid-template-columns: 1fr;
    gap: 0;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tr {
    border-radius: 0;
    background-color: #fff;
    border: unset !important;
    border-bottom: 1px solid #e0e0e0 !important;
    padding: 0;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tr:last-child {
    border-bottom: unset !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table th {
    flex: 1;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 30px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr th {
    border: unset !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr th strong {
    font-size: 12px;
    color: #000;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tbody tr td {
    height: 40px;
    border: unset !important;
    flex: 1;
    text-align: left;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tbody tr td:not(:last-child),
.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table.keys-table tbody tr th:not(:last-child) {
    border-right: 1px solid #e0e0e0 !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr td p {
    margin: 0 !important;
    font-size: 12px !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content table tbody tr td strong {
    font-size: 12px;
    color: #000;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content .alert {
    font-family: "Ubuntu Sans", sans-serif !important;
    padding: 0 20px !important;
    font-style: unset !important;
    width: 100%;
    height: auto;
    padding: 10px !important;
    margin: 0 0 10px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content .alert p {
    margin: 0 !important;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content .alert strong {
    color: #676767 !important;
    font-size: 12px;
}

.tab-panel .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: 16px !important;
    color: #01458f !important;
    font-family: "Ubuntu Sans", sans-serif !important;
    text-align: unset !important;
    font-style: unset !important;
    padding: 0;
    margin-bottom: 20px !important;
    line-height: normal !important;
    font-weight: 600 !important;
}

.products-flex .products-center .hover-pagination .hover-item-bullet {
    transition: unset;
}

.products-flex .products-center .hover-pagination .hover-item-bullet:before {
    transition: unset;
}

.products-flex .products-center .hover-pagination .hover-item-bullet.active {
    transition: unset;
}

body .product-group.products-offer-list .products-flex {
    display: flex;
    gap: 20px;
    height: 100%;
    overflow: hidden;
}

body .product-group.products-offer-list .products-flex .product-left {
    width: 66.66%;
    display: flex;
    flex-wrap: wrap;
    border-right: unset;
    gap: 2%;
    row-gap: 20px;
}

body .product-group.products-offer-list .products-flex .product-left .yk-product-card {
    width: 32%;
    border-right: 1px solid #e0e0e0;
}

body .product-group.products-offer-list .products-flex .product-left .yk-product-card:nth-child(1) {
    border-bottom: 1px solid #e0e0e0;
}

body .product-group.products-offer-list .products-flex .product-left .yk-product-card:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
}

body .product-group.products-offer-list .products-flex .product-left .yk-product-card .card-content {
    min-height: 150px;
}

body .product-group.products-offer-list .products-flex .product-left .yk-product-card .card-media a img {
    height: 250px;
}

body .product-group.products-offer-list .products-flex .product-right {
    width: 33.33%;
    height: auto;
    position: relative;
}

body .product-group.products-offer-list .products-flex .product-right .yk-product-card {
    border: 1px solid #e0e0e0;
    position: sticky;
    top: 0;
}

body .product-group.products-offer-list .products-flex .product-right .yk-product-card .card-media a img {
    height: 500px;
}

body .product-group.products-offer-list .yk-head {
    border-bottom: 1px solid #e0e0e0;
}

body .product-group.products-offer-list .yk-head h2 {
    border-bottom: 1.5px solid #3565E0;
    padding-bottom: 10px;
}

html[lang="ar"][dir="rtl"] .product-group.products-brand-list .products-area .products-flex .product-right {
    border-left: unset;
    border-right: 1px solid #e0e0e0;
}

html[lang="ar"][dir="rtl"] .product-group.products-brand-list .products-area .products-flex .product-left {
    border-right: unset;
    border-left: 1px solid #e0e0e0;
}

.product-group.products-banner-list {
    margin: 40px 0;
}

.product-group.products-banner-list .products-area {
    background-color: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.product-group.products-banner-list .products-area .products-flex {
    display: flex;
    gap: 40px;
}

.product-group.products-banner-list .products-area .products-flex .navigation-yk button {
    width: 35px;
    height: 35px;
}

.product-group.products-banner-list .products-area .products-flex .navigation-yk button.prev {
    left: -20px;
}

.product-group.products-banner-list .products-area .products-flex .navigation-yk button.next {
    right: -20px;
}

.product-group.products-banner-list .products-area .products-flex .yk-product-card .card-media a img {
    height: 320px;
}

.product-group.products-banner-list .products-area .products-flex .yk-product-card .card-content .yk-product-card-title {
    font-size: 14px;
    line-height: 20px;
    min-height: 40px;
}

.product-group.products-banner-list .products-area .products-flex .yk-product-card .card-content .price .active-price {
    font-size: 24px;
}

.product-group.products-banner-list .products-area .products-flex .yk-head {
    margin-bottom: 25px;
    background-color: #f5f5f5;
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
}

.product-group.products-banner-list .products-area .products-flex .yk-head .yk-head-buton {
    padding: unset;
    border: unset;
    padding: 0 15px;
}

.product-group.products-banner-list .products-area .products-flex .yk-head .yk-head-buton:hover {
    background-color: unset;
    color: #07458F;
}

.product-group.products-banner-list .products-area .products-flex .yk-head .yk-head-buton:hover i {
    color: #07458F;
}

.product-group.products-banner-list .products-area .products-flex .yk-head h2 {
    line-height: 1;
    font-size: 20px;
}

.product-group.products-banner-list .products-area .products-flex .products-banner a {
    display: block;
    height: 100%;
}

.product-group.products-banner-list .products-area .products-flex .products-banner a img {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e0e0e0;
}

.product-group.products-banner-list .products-area .products-flex .products-left {
    position: relative;
    width: 31%;
}

.product-group.products-banner-list .products-area .products-flex .products-right {
    position: relative;
    width: 69%;
}

.product-group.products-banner-list .products-area .products-flex .yk-product-card .button-group .basket-content a i {
    font-size: 16px;
}

.product-group.products-banner-list .products-area .products-flex .yk-product-card .button-group a.ekleFavori i {
    font-size: 16px;
}

.yk-product-card .card-content .badges .in-stock {
    font-size: 10px;
    width: 50%;
    justify-content: center;
}

.yk-product-card .card-content .badges .in-stock i {
    font-size: 12px;
}

.yk-product-card .card-content .badges .offer {
    font-size: 10px;
    width: 50%;
    justify-content: center;
}

.yk-product-card .card-content .badges .offer i {
    font-size: 12px;
}

.bayi-content ul li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

html[lang="ar"][dir="rtl"] .manual-section .manual-flex .manual-left .manual-menu ul li a {
    padding: 0 25px;
}

html[lang="ar"][dir="rtl"] .manual-section .manual-flex .manual-left .manual-menu ul li .sub-open {
    right: unset;
    left: 7px;
}

html[lang="en"] .topbar .topbar-flex .topbar-left .topbar-text {
    display: none;
}

html[lang="en"] .topbar .topbar-flex .topbar-left {
    height: 40px;
    padding-right: 20px;
}

html[lang="az"] .topbar .topbar-flex .topbar-left .topbar-text {
    display: none;
}

html[lang="az"] .topbar .topbar-flex .topbar-left {
    height: 40px;
    padding-right: 20px;
}

html[lang="de"] .topbar .topbar-flex .topbar-left .topbar-text {
    display: none;
}

html[lang="de"] .topbar .topbar-flex .topbar-left {
    height: 40px;
    padding-right: 20px;
}

html[lang="fr"] .topbar .topbar-flex .topbar-left .topbar-text {
    display: none;
}

html[lang="fr"] .topbar .topbar-flex .topbar-left {
    height: 40px;
    padding-right: 20px;
}

html[lang="ru"] .topbar .topbar-flex .topbar-left .topbar-text {
    display: none;
}

html[lang="ru"] .topbar .topbar-flex .topbar-left {
    height: 40px;
    padding-right: 20px;
}

html[lang="en"] .topbar .topbar-flex .topbar-left:before {
    border-radius: 0 0 0 100px;
}

html[lang="az"] .topbar .topbar-flex .topbar-left:before {
    border-radius: 0 0 0 100px;
}

html[lang="de"] .topbar .topbar-flex .topbar-left:before {
    border-radius: 0 0 0 100px;
}

html[lang="ru"] .topbar .topbar-flex .topbar-left:before {
    border-radius: 0 0 0 100px;
}

html[lang="fr"] .topbar .topbar-flex .topbar-left:before {
    border-radius: 0 0 0 100px;
}

.product-group.products-banner-list.v2 .products-area .products-flex .products-left {
    width: 40%;
}

.product-group.products-banner-list.v2 .products-area .products-flex .products-right {
    width: 60%;
}

.products-brand-list .product-left .yk-product-card .card-content .yk-product-card-title,
.products-brand-list .product-right .yk-product-card .card-content .yk-product-card-title {
    font-size: 14px;
    line-height: 20px;
}

.products-brand-list .product-left .yk-product-card .card-content .price .active-price,
.products-brand-list .product-right .yk-product-card .card-content .price .active-price {
    font-size: 18px;
}

.products-brand-list .yk-product-card .card-content .card-alt {
    min-height: unset;
}

.web-mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    border-radius: 20px;
    background-color: #fff;
    transition: all .1s ease;
    box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: -1px 1px 14px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: -1px 1px 14px 0px rgba(0, 0, 0, 0.31);
}

.web-mega-menu .parent-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 0;
    column-gap: 0;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
}

.web-mega-menu .parent-list::-webkit-scrollbar {
    width: 5px;
    background-color: #fafafa;
    border: unset
}

.web-mega-menu .parent-list::-webkit-scrollbar-thumb {
    background-color: #06458f;
    border-radius: 10px;
}

.web-mega-menu .parent-list li {
    display: flex;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.web-mega-menu.active-mega {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .1s ease;
}

.web-mega-menu ul li ul li {
    width: fit-content;
    border: unset !important;
}

.web-mega-menu ul li ul a.has-caret {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 0;
    height: auto;
    flex-direction: column;
}

.web-mega-menu ul li ul a.has-caret .menu-item {
    border-radius: 100%;
    width: 80px;
    height: 70px;
    overflow: hidden;
}

.web-mega-menu ul li ul a.has-caret .menu-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.web-mega-menu ul li ul a.has-caret .menu-text {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin: 10px 0 0;
}

.web-mega-menu ul li ul a.sub-sub-link {
    font-size: 14px;
    color: #0009 !important;
    font-weight: 400 !important;
    margin: 5px 0px;
    padding: 0 !important;
}

.products-brand-list .yk-product-card .card-content {
    background-color: unset;
}

.products-brand-list .yk-product-card .card-content a .card-rating {
    background-color: unset;
    padding: 0 10px;
}

.products-brand-list .yk-product-card .card-content a .card-rating .rating-stars i {
    color: #fff;
}

.products-brand-list .yk-product-card .card-content a .yk-product-card-title {
    font-weight: 500;
}

.products-brand-list .yk-product-card .card-content a .card-alt .price del {
    font-size: 14px;
}

.products-brand-list .yk-product-card .card-content a .badges .in-stock {
    background-color: unset;
    font-size: 9px;
    padding: 0;
}

.products-brand-list .yk-product-card .card-content a .badges .offer {
    background-color: unset;
}

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

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-image {
    display: flex;
    width: 100%;
    padding-left: 0;
}

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

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

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .title {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    font-size: 13px;
    gap: 10px;
    border-radius: 50px;
    color: #414042;
    font-weight: 500;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a i {
    font-size: 20px;
    line-height: 1;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a.tel {
    background-color: #08448e;
    color: #fff;
    border: unset;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a.wp {
    background-color: #00a331;
    color: #fff;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a.wp:hover {
    background-color: #02551b;
}

.yonkasoft-product-detail .pr-wrapper .p-for-support .support-flex .support-content .buttons a.tel:hover {
    background-color: #3565e0;
    color: #fff;
}

.swiper-manufacturer .swiper-wrapper {
    justify-content: center;
}

.main-product-slider .product-label-cargo {
    font-size: 12px;
    height: 35px;
    left: 20px;
    top: 20px;
}

.main-product-slider .product-label-cargo i {
    font-size: 16px;
}

table {
    border-radius: 15px;
    width: 100%;
}

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

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

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

.yk-mega-menu-content .close-mega-menu {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 99;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0B57B1;
}

.yk-mega-menu-content .close-mega-menu i {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.yk-mega-menu-content .close-mega-menu img {
    width: 25px;
}

.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::before {
    content: "";
    background-image: url(/uploads/assets/m4key/images/new/arrow-right1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: contain;
}

.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: 25px;
    display: none;
    overflow-y: scroll;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu::-webkit-scrollbar {
    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 {
    background-color: #0B57B1;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 35px;
    width: fit-content;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #ffff;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .back-child img {
    display: none;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .menu-parent-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 25px 0 20px;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item .group-yk-2 {
    row-gap: 25px;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item a.media-card img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 10px;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-media-item a.media-card .title-card {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li {
    width: 100%;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    flex-direction: column;
    width: 100%;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li ul {
    display: none;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li ul li {
    width: 100%;
    border: unset;
    padding: unset;
    margin: unset;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

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

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

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

.yk-mega-menu .yk-mega-menu-wrapper .yk-mega-menu-overlay.active {
    display: none;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li .sub-to-sub-open {
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.yk-mega-menu-content .content-area .mega-menu-child .child-menu .child-content-menu ul li .sub-to-sub-open i {
    font-size: 16px;
}

.yk-mega-menu .yk-mega-menu-wrapper .yk-mega-menu-overlay {
    display: none;
}

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

/* MOBÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°LE-MENU-END */

body .product-group.big-list .yk-head {
    flex-direction: column;
    gap: 40px;
}

body .product-group.big-list .yk-head::before {
    display: none;
}

body .product-group.big-list .yk-head h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 0;
    border-left: unset;
    border-bottom: unset;
}

body .product-group.big-list .yk-head h2:before {
    content: "";
    position: absolute;
    left: 50%;
    top: unset;
    bottom: -20px;
    transform: translate(-50%, 0);
    width: 150px;
    height: 4px;
    background-color: #FFBF00;
}

body .product-group.big-list .yk-head h2 img {
    width: 30px;
}

body .product-group.banner-list .yk-head .navigation-yk {
    justify-content: center;
    padding: 0 30px;
}

body .product-group.banner-list .products-area {
    position: relative;
}

body .product-group.banner-list .products-area:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translate(-50%);
    width: 90%;
    height: 200px;
    border-width: 0 1px 1px;
    border-color: #E7E7E7;
    border-style: solid;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}

body .product-group.banner-list .products-area .product-flex {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

body .product-group.banner-list .products-area .product-flex .product-left {
    width: 35%;
}

body .product-group.banner-list .products-area .product-flex .product-left .products-banner a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: contain;
}

body .product-group.banner-list .products-area .product-flex .product-right {
    width: 65%;
}

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

body .yonkasoft-blog .yk-head {
    flex-direction: column;
    gap: 30px;
}

body .yonkasoft-blog .yk-head::before {
    display: none;
}

body .yonkasoft-blog .yk-head h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
}

body .yonkasoft-blog .yk-head h2:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translate(-50%, 0);
    width: 100px;
    height: 4px;
    background-color: #FFBF00;
}

body .yonkasoft-blog .yk-head h2 img {
    width: 30px;
}

body .yonkasoft-blog .yk-head .button-area .yk-head-buton {
    background-color: unset;
    padding: unset;
    height: fit-content;
    color: #000;
}

body .yonkasoft-blog .yk-head .button-area .yk-head-buton:hover {
    color: #06458F;
}

body .yonkasoft-blog .yk-head .button-area .yk-head-buton i {
    color: #000;
}

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

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

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

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

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

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

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

body .product-group.banner-list .products-area .banner-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    height: 30px;
    width: fit-content;
    padding: 0 10px;
    margin: auto;
}

body .product-group.banner-list .products-area .banner-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #E5E5E5;
    opacity: 1;
}

body .product-group.banner-list .products-area .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFBF00;
}

body .product-group.banner-list .yk-head .button-area {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
}

body .banner-list {
    margin: 60px 0;
}

.banner-list .banner-area {
    position: relative;
}

.banner-list .banner-area .banner-flex {
    display: flex;
    gap: 20px;
}

.banner-list .banner-area .banner-flex .banner-left {
    width: 66.66%;
}

.banner-list .banner-area .banner-flex .banner-right {
    width: 33.33%;
}

.banner-list .banner-area .banner-flex .banner-item:not(:last-child) {
    margin-bottom: 20px;
}

.banner-list .banner-area .banner-flex .banner-item {
    position: relative;
}

.banner-list .banner-area .banner-flex .banner-item a img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

body .yonkasoft-brands {
    margin: 60px 0 0;
}

.yonkasoft-brands .brands-area {
    position: relative;
}

.yonkasoft-brands .brands-area .brands-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left {
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .yk-head {
    border-left: 7px solid #FFBF00;
    padding-left: 15px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .yk-head::before {
    display: none;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .yk-head h2 {
    margin-bottom: 10px;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .yk-head p {
    max-width: 250px;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .navigation-yk {
    flex-direction: column;
    align-items: flex-end;
    flex: unset;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .navigation-yk button {
    background-color: #FFBF00;
    border: 2px solid #06458F;
    border-radius: 5px;
    position: unset;
    transform: unset;
}

.yonkasoft-brands .brands-area .brands-flex .brands-left .navigation-yk button i {
    font-size: 20px;
}

.yonkasoft-brands .brands-area .brands-flex .brands-right {
    width: 65%;
}

.yk-brands-box {
    background-color: #fff;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
}

.yk-brands-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    overflow: hidden;
}

.yk-brands-box a img {
    object-fit: contain;
    padding: 10px;
    width: 100%;
}

body .product-group.brands-list .yk-head {
    justify-content: center;
}

body .product-group.brands-list .yk-head::before {
    display: none;
}


body .product-group.brands-list .yk-head .products-tabs ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
}

body .product-group.brands-list .yk-head .products-tabs ul li a:hover {
    background-color: #CDD9E7;
}

body .product-group.brands-list .yk-head .products-tabs ul li a.active {
    background-color: #CDD9E7;
}

body .product-group.brands-list .yk-head .navigation-yk {
    flex: unset;
}

body .product-group.brands-list .yk-head .navigation-yk button {
    position: absolute;
    transform: translate(0, -50%);
}

body .product-group.brands-list .yk-head .navigation-yk button.prev {
    left: 0;
}

body .product-group.brands-list .yk-head .navigation-yk button.next {
    right: 0;
}

body .product-group.brands-list .product-tab-group-wrap .product-brand-group {
    display: none;
}

body .product-group.brands-list .product-tab-group-wrap .product-brand-group.active {
    display: block;
}

body .product-group .yk-head h2 {
    display: flex;
    align-items: center;
    min-height: 40px;
    border-left: 7px solid #FFBF00;
    padding-left: 15px;
}

body .product-group .yk-head h2 img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin: 0 10px 0 0;
}

body .product-group.big-list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1000px;
    background-image: url(/uploads/assets/m4key/images/new/site-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.general {
    position: relative;
}

.general::before {
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    opacity: .5;
    background-image: url(/uploads/assets/m4key/images/new/site-background2.webp);
    background-position: center;
    background-repeat: no-repeat;
}

body .product-group.brands-list::before {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 800px;
    background-image: url(/uploads/assets/m4key/images/new/site-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

body .banner-col {
    margin: 0;
}

.yonkasoft-journal {
    margin: 60px 0;
}

.yonkasoft-journal .journal-wrap {
    display: flex;
    gap: 30px;
}

.yonkasoft-journal .journal-wrap .journal-left {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-color: #06458F;
    border-radius: 10px;
    padding: 30px;
    width: 65%;
}

.yonkasoft-journal .journal-wrap .journal-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/uploads/assets/m4key/images/new/journal-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.yonkasoft-journal .journal-wrap .journal-left .journal-content {
    border-left: 7px solid #FFBF00;
    padding-left: 15px;
    margin: 30px 0 60px;
}

.yonkasoft-journal .journal-wrap .journal-left .journal-content .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.yonkasoft-journal .journal-wrap .journal-left .journal-content p {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    max-width: 400px;
    line-height: 24px;
}

#subsRegister .form-card {
    display: flex;
    gap: 15px;
}

#subsRegister .form-card .card-item {
    position: relative;
}

#subsRegister .form-card .card-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #06458F;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}

#subsRegister .form-card .card-item input {
    background-color: #2B5294;
    border-radius: 5px;
    border: unset;
    width: 250px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    padding: 0;
    padding-left: 50px;
    margin-bottom: 0;
}

#subsRegister .form-card .card-item input::placeholder {
    color: #fff;
}

#subsRegister .form-card button {
    width: fit-content;
    height: 50px;
    border-radius: 5px;
    background-color: #FFBF00;
    text-transform: uppercase;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: #06458F;
    line-height: normal;
    transition: 0.3s;
}

#subsRegister .form-card button:hover {
    background-color: #fff;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 30px;
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 1px solid #E0E0E0;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content .title span {
    font-weight: 400;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #FFBF00;
    border: 2px solid #06458F;
    border-radius: 5px;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content ul li a:hover {
    background-color: #06458F;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content ul li a:hover i {
    color: #fff;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .social-content ul li a i {
    font-size: 15px;
    color: #06458F;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 2px solid #06458F;
    border-radius: 5px;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a:hover .icon {
    background-color: #06458F;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a:hover .icon i {
    color: #fff;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a .icon i {
    font-size: 16px;
    color: #06458F;
    transition: 0.3s;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a .alt {
    display: flex;
    flex-direction: column;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a .alt span {
    font-size: 12px;
    font-weight: 500;
    color: #A6A6A6;
}

.yonkasoft-journal .journal-wrap .journal-right .contact-content a .alt .text {
    font-size: 16px;
    font-weight: 600;
    color: #06458F;
}

.link-group {
    padding-top: 60px;
    background: #06458F;
    background: linear-gradient(180deg, rgba(6, 69, 143, 0.05) 0%, rgba(6, 69, 143, 0) 100%);
}

.link-group .link-group-wrap {
    display: flex;
    gap: 40px;
}

.link-group .link-group-wrap .link-group-left {
    width: 35%;
}

.link-group .link-group-wrap .footer-links-box .title {
    font-size: 18px;
    font-weight: bold;
    color: #06458F;
    margin-bottom: 20px;
}

.link-group .link-group-wrap .footer-links-box .f-links-box ul li:not(:last-child) {
    margin-bottom: 10px;
}

.link-group .link-group-wrap .footer-links-box .f-links-box ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.link-group .link-group-wrap .footer-links-box .f-links-box ul li a:hover {
    color: #06458F;
}

.link-group .link-group-wrap .link-group-right {
    width: 65%;
}

.link-group .link-group-wrap .link-group-right .footer-links-box {
    background-color: #F9F2E0;
    padding: 30px 40px;
    border-radius: 10px;
}

.yonkasoft-footer .footer-wrap .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 60px 0;
}

.yonkasoft-footer .footer-wrap .group-yk-3 {
    width: 70%;
    margin: auto;
}

.yonkasoft-footer .footer-wrap .footer-logo:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    z-index: -1;
}

.yonkasoft-footer .footer-wrap .footer-logo a img {
    width: 250px;
    padding: 0 25px;
    background-color: #fff;
}

.yonkasoft-footer .footer-wrap .footer-group .footer-title {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}

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

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

.yonkasoft-footer .footer-wrap .footer-group .footer-content ul li {
    text-align: center;
}

.yonkasoft-footer .footer-wrap .footer-group .footer-content ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.yonkasoft-footer .footer-wrap .footer-group .footer-content ul li a:hover {
    color: #06458F;
}

.yonkasoft-footer .footer-wrap .footer-alt .footer-banks {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.yonkasoft-footer .footer-wrap .footer-alt .footer-banks img {
    width: 500px;
}

body .product-group.big-list .swiper-product {
    height: 710px;
}

body .product-group.big-list .swiper-product .swiper-wrapper {
    align-items: center;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide {
    scale: 1.3;
    z-index: 99999;
    transition: all 0.3s ease;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide:not(.swiper-slide.center-slide) .yk-product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff4d;
    backdrop-filter: blur(2px);
    z-index: 9999;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content {
    background-color: #06458F;
    padding: 15px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .card-rating {
    border-width: 1px 0 0 0;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .brands {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .yk-product-card-title {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .price del {
    font-size: 12px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .price .active-price {
    color: #fff;
    font-size: 16px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount:before {
    width: 1px;
    height: 40px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount .icon {
    height: 35px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount .icon img {
    width: 18px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount .alt {
    font-size: 8px;
    padding: 0 3px;
    width: 100%;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount .alt span {
    font-size: 10px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-media .product-label-new {
    font-size: 10px;
    height: 20px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-media .product-label-cargo {
    height: 25px;
    font-size: 8px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-media .product-label-cargo i {
    font-size: 10px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-media .product-label-new i {
    font-size: 12px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons {
    background-color: #06458F;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons .basket-content {
    background-color: #2B61A0;
    height: 35px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons .basket-content a {
    font-size: 10px;
    height: 35px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons .basket-content a i {
    font-size: 14px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons a.ekleFavori {
    width: 35px;
    height: 35px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-buttons a.ekleFavori i {
    font-size: 16px;
}

body .product-group.big-list .swiper-product .swiper-wrapper .swiper-slide.center-slide .yk-product-card .card-content .discount {
    width: 50%;
}

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

.category-result .category-content .content-wrap {
    position: relative;
}

.category-result .category-content .content-wrap .content-box {
    position: relative;
    overflow: hidden;
    height: 400px;
    background-color: #FFF9E7;
    border-radius: 10px;
    padding: 30px;
}

.category-result .category-content .content-wrap .content-box.open-content {
    height: 100%;
}

.category-result .category-content .content-wrap .content-box.open-content:before {
    visibility: hidden;
}

.category-result .category-content .content-wrap .content-box::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #FFF9E7;
    background: linear-gradient(180deg, rgba(255, 249, 231, 0) 0%, rgba(255, 249, 231, 1) 80%);
}

.category-result .category-content .content-wrap .content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    font-size: 20px;
    font-weight: 600;
    color: #06458F;
    margin-bottom: 15px;
}

.category-result .category-content .content-wrap .content-box p {
    font-size: 14px;
    font-weight: 400;
    color: #918E84;
    margin-bottom: 15px;
}

.category-result .category-content .content-wrap.active .buton-alt {
    position: sticky;
    bottom: 20px;
    margin: -20px auto;
}

.category-result .category-content .content-wrap .buton-alt {
    background-color: #FFBF00;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #06458F;
    position: relative;
    left: 25px;
    bottom: 20px;
    width: fit-content;
    cursor: pointer;
}

.category-result .category-content .content-wrap .buton-alt span.close {
    display: none;
}

.category-result .category-content .content-wrap .buton-alt span i {
    font-size: 14px;
    color: #06458F;
    margin-left: 2px;
}

#information-content tr {
    position: relative;
}

.specsTable tr {
    position: relative;
}

.tab-panel #info-tab-5 {
    margin-top: 40px;
}

.tab-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: #FFBF00;
    background: linear-gradient(0deg, rgba(255, 191, 0, 0) 0%, rgba(255, 191, 0, 0.1) 100%);
    z-index: -1;
}

.yonkasoft-page-head .head-page-flex {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
}

.yonkasoft-page-head .tool-filter {
    padding-left: 15px;
    border-left: 1px solid #e0e0e0;
    position: relative;
}

.yonkasoft-page-head .tool-filter #blog-form .blog-input {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.yonkasoft-page-head .tool-filter #blog-form .blog-input input {
    border: unset;
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    outline: none;
    background-color: #fff;
    width: 400px;
    height: 50px;
}

.yonkasoft-page-head .tool-filter #blog-form .blog-input button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #FFBF00;
    border-radius: 5px;
}

.yonkasoft-page-head .tool-filter #blog-form .blog-input button i {
    font-size: 14px;
    color: #06458F;
}

body .breadcrumb h1 {
    font-size: 16px;
    font-weight: 500;
    color: #06458F;
    margin-bottom: 0;
}

.blog-page-selection {
    padding-bottom: 60px;
}

.blog-wrap {
    background-color: #fff;
    border-radius: 30px;
}

.blog-page-selection .blog-area {
    display: flex;
    gap: 25px;
}

.blog-side {
    width: 25%;
}

.blog-side .side-wrap {
    position: sticky;
    top: 25px;
}

.blog-side .side-wrap .title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 25px;
}

.blog-side .side-wrap .cat-list-detail {
    margin: 0 0 40px;
}

.blog-side .side-wrap .cat-list-detail a {
    font-size: 14px;
    color: #7C7C7C;
    font-weight: 600;
    position: relative;
}

.blog-side .side-wrap .cat-list-detail a:not(:last-child) {
    margin: 0 0 10px;
}

.blog-side .side-wrap .cat-list-detail a.active-anchor {
    color: #06458F;
    font-weight: 500;
}

.blog-side .side-wrap .cat-list-detail a.active-anchor::before {
    content: ">";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 15px;
    background-color: #FFBF00;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
}

.blog-side .side-wrap .cat-list {
    margin-bottom: 25px;
}

.blog-side .side-wrap .cat-list ul li:not(.sub-category li) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-side .side-wrap .cat-list ul li:not(:last-child) {
    margin-bottom: 10px;
}

.blog-side .side-wrap .cat-list .sub-category {
    padding-left: 10px;
    margin: 5px 0 15px;
    display: none;
}

.blog-side .side-wrap .cat-list .sub-category ul li a {
    color: #6f6f6f;
}

.blog-side .side-wrap .cat-list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #7C7C7C;
    position: relative;
}

.blog-side .side-wrap .cat-list ul li button.toggle-menu {
    width: 18px;
    height: 18px;
    border: 1.5px solid #7C7C7C;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.blog-side .side-wrap .cat-list ul li button.toggle-menu.active {
    border-color: #06458F;
    color: #06458F;
    transform: rotate(180deg);
    transition: all .3s;
}

.blog-list-area {
    width: 75%;
    padding-left: 25px;
    border-left: 1px solid #e0e0e0;
}

.blog-list-area .blog-wrapper {
    height: fit-content;
    gap: 30px;
}

.blog-side .side-wrap .buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-side .side-wrap .buttons a {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    border-radius: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #06458F;
}

.blog-side .side-wrap .buttons a:hover .icon {
    background-color: #06458F;
    transition: 0.3s;
}

.blog-side .side-wrap .buttons a:hover .icon i {
    color: #fff;
    transition: 0.3s;
}

.blog-side .side-wrap .buttons a.phone {
    background-color: #FFF5D6;
}

.blog-side .side-wrap .buttons a.phone:hover {
    background-color: #FFBF00;
}

.blog-side .side-wrap .buttons a.e-mail {
    background-color: #F0F4F8;
}

.blog-side .side-wrap .buttons a.e-mail:hover {
    background-color: #06458F;
    color: #fff;
}

.blog-side .side-wrap .buttons a.e-mail:hover .icon {
    background-color: #fff;
    transition: 0.3s;
}

.blog-side .side-wrap .buttons a.e-mail:hover .icon i {
    color: #06458F;
    transition: 0.3s;
}

.blog-side .side-wrap .buttons a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1.5px solid #06458F;
    border-radius: 5px;
    transition: 0.3s;
}

.blog-side .side-wrap .buttons a .icon i {
    font-size: 14px;
    color: #06458F;
    transition: 0.3s;
}

.page-head-flex .tool-filter .searchlistblog {
    position: absolute;
    top: 50px;
    right: 1px;
    width: 100%;
    height: 400px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 0 0 10px 10px;
    z-index: 9999;
    display: none;
    padding: unset;
    overflow-y: scroll;
}

.page-head-flex .tool-filter .searchlistblog::-webkit-scrollbar {
    display: none;
}

.searchlistblog li {
    padding: 15px;
}

.searchlistblog li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.searchlistblog li hr {
    display: none;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia {
    width: max-content;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    margin: unset;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-2 {
    width: fit-content;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-2 .searchImg {
    width: 80px;
    object-fit: contain;
    display: block;
    border-radius: 5px;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-10 {
    width: fit-content;
    padding: unset;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-10 .searchRight {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-10 .searchRight .searchProductname {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    max-width: 250px;
}

.page-head-flex .tool-filter .searchlistblog li .searchLia .row .col-10 .searchRight .searchProductpriceNew {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 25px;
    padding: 0 10px;
    background-color: #06458F;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.blog-detail-selection {
    padding-bottom: 60px;
}

.blog-detail-selection .blog-area {
    display: flex;
    gap: 25px;
}

.blog-detail-selection .blogDetail {
    width: 75%;
    border-left: 1px solid #e0e0e0;
    padding-left: 25px;
}

.blog-detail-selection .blogDetail .date {
    font-size: 14px;
    font-weight: 600;
    color: #999999;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-detail-selection .blogDetail .date img {
    width: 20px;
    border-radius: unset;
    margin: unset;
}

.blog-detail-selection .blogDetail img {
    width: 400px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 25px;
}

.blog-detail-selection .blogDetail h1,
.blogDetail h2,
.blogDetail h3,
.blogDetail h4,
.blogDetail h5,
.blogDetail h6 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.blog-detail-selection .blogDetail p {
    font-size: 14px;
    font-weight: 400;
    color: #6E6E6E;
    margin-bottom: 20px;
}

.progres-bars {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 10px;
    z-index: 9999999999999;
}

.progres-bars .bar-col {
    background-color: #06458F;
    height: 100%;
    z-index: 99999999;
    width: 0;
    transition: width .8s, opacity .5s;
    opacity: 1;
    position: relative;
}

.free-cargo .cargo-odeme-flex {
    background-color: #FAFAFA;
    border-radius: 15px;
    padding: 20px 0;
}

.free-cargo .cargo-odeme-flex .swiper-sepet-kargo .swiper-wrapper {
    align-items: center;
}

.free-cargo .cargo-odeme-flex .free-cargo-box,
.cargo-odeme-flex .odeme-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    border-right: 1px solid #e0e0e0;
}

.free-cargo .cargo-odeme-flex .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.free-cargo .cargo-odeme-flex .odeme-box .icon {
    background-color: #1ec90038;
    border: 1.5px solid #1EC900;
}

.free-cargo .cargo-odeme-flex .free-cargo-box .icon {
    background-color: #FBEEC6;
}

.free-cargo .cargo-odeme-flex .icon img {
    width: 35px;
    height: 35px;
}

.free-cargo .cargo-odeme-flex .text {
    font-size: 12px;
    font-weight: 400;
    color: #313131;
}

.free-cargo .cargo-odeme-flex .text .ust {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 250px;
}

.free-cargo .cargo-odeme-flex .text .ust span {
    color: #06458F;
    font-weight: bold;
}

.free-cargo .odeme-box .text .ust span {
    color: #137E00;
}

.free-cargo .cargo-odeme-flex .text .alt {
    font-size: 12px;
    font-weight: 500;
    color: #858585;
    max-width: 225px;
    line-height: 20px;
}

.free-cargo .cargo-odeme-flex .text .alt span {
    font-weight: bold;
}

.free-cargo .cargo-odeme-flex .free-cargo-box .text .alt span {
    color: #06458F;
}

.free-cargo .cargo-odeme-flex .odeme-box .text .alt span {
    color: #137E00;
}

.free-cargo .cargo-odeme-flex .cargo-firma {
    padding-left: 20px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .text {
    margin-bottom: 10px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .text .ust {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo {
    display: flex;
    gap: 10px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo .item {
    background-color: #FBEEC6;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.free-cargo .cargo-odeme-flex .cargo-firma .logo .item img {
    width: 20px;
}

.global_basket .basket_prod .basket_flex .free-cargo {
    margin-bottom: 50px;
}

.global_basket .title {
    position: relative;
    padding-left: 15px;
    border-left: 7px solid #FFBF00;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.tab-panel .tab-panel-wrapper .tab-content .product-information-wrapper .product-information-content iframe {
    border-radius: 20px;
}

.login_register_area .title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    border-left: 7px solid #FFBF00;
    margin-bottom: 40px;
    padding-left: 15px;
    min-height: 40px;
}

#regform #aregister {
    margin-top: 20px;
}

.register_form #regform .group-yk-1 .form-item:first-child .form-item {
    margin: 10px 0 20px;
}

#asubmit span i {
    position: unset;
}

#asubmit #spinner2 {
    position: unset;
}

#aregister #spinner {
    position: unset;
}

.link-group .title {
    border-left: 7px solid #FFBF00;
    padding-left: 15px;
    display: flex;
    align-items: center;
    min-height: 40px;
}

.tab-panel table {}

.tab-panel table tbody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.tab-panel table tbody tr {
    display: flex;
    align-items: center;
    gap: 40px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 20px;
}

.tab-panel table tbody tr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 30px;
    background-color: #e0e0e0;
}

.tab-panel table tbody tr td {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    flex: 1;
}

body .yk-mega-menu .yonkasoft-language {}

body .yk-mega-menu .yonkasoft-language .dropdown {}

body .yk-mega-menu .yonkasoft-language a.active_lang {
    padding: 0;
    transform: skew(0);
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

body .yk-mega-menu .yonkasoft-language a.active_lang .icon {
    transform: skew(0);
}

body .yk-mega-menu .yonkasoft-language a.active_lang .icon img {}

body .yk-mega-menu .yonkasoft-language a.active_lang .alt {
    transform: skew(0);
    color: #000;
    font-weight: 500;
}

body .yk-mega-menu .yonkasoft-language a.active_lang .alt span {
    color: #0000004d;
    font-size: 10px;
}

body .yk-mega-menu .yonkasoft-language a.active_lang .alt .text {
    font-size: 13px;
}

body .yk-mega-menu .yonkasoft-language a.active_lang .alt .text i {
    color: #000;
}

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

.distributor-area {}

.distributor-area .group-yk-xl-4 {
    row-gap: 20px;
}

.distributor-area .distributor-box {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
}

.distributor-area .distributor-box .images {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 20px;
}

.distributor-area .distributor-box .images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.distributor-area .distributor-box .name {
    font-size: 18px;
    font-weight: 700;
    color: #06458f;
}

.distributor-area .distributor-box .phones {
    color: #999;
    font-size: 13px;
    font-weight: 300;
}

.distributor-area .distributor-box .phones span {}

.distributor-area .distributor-box .web {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.distributor-area .distributor-box .mail {
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.distributor-area .distributor-box .country {
    font-size: 13px;
    color: #06458f;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 0;
}


/* modal */

body .modal {
    position: fixed;
    top: 0;
    left: 0;
}

body .modal.show{
    opacity: 1;
    visibility: visible;
    display: block;
}
body .modal:not(.show){
    visibility: hidden;
    opacity: 0;
}