/* header style */
header.desktop .container-fluid {
    padding: 0px 50px !important;
}
header.desktop .h-center {
    background: #fff;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}
header.desktop .hamburger-btn {
    display: block;
}
header.desktop .hamburger-btn .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: 0.5s;
    height: 13px;
    width: 22px;
}
header.desktop .hamburger-btn .icon .item {
    height: 1px;
    width: 100%;
    background: #000;
    transition: 0.5s;
}
header.desktop .hamburger-category.active .hamburger-btn .icon {
    gap: 0px;
}
header.desktop .hamburger-category.active .hamburger-btn .icon .item:nth-child(1) {
    transform: rotate(45deg);
}
header.desktop .hamburger-category.active .hamburger-btn .icon .item:nth-child(2) {
    height: 0;
    opacity: 0;
}
header.desktop .hamburger-category.active .hamburger-btn .icon .item:nth-child(3) {
    transform: rotate(-45deg);
}
.desktop-sidebar {
    max-width: 500px;
    position: fixed;
    left: 118px;
    top: 0;
    bottom: 0;
    background: transparent;
    z-index: 10;
    height: 100%;
    flex-direction: column;
    border-radius: 0;
    overflow: hidden;
    display: none;
    opacity: 0;
}
.hamburger-category.active .desktop-sidebar {
    display: flex;
    opacity: 1;
}
.desktop-sidebar .head {
    height: 55px;
}
.desktop-sidebar .tab-links {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.desktop-sidebar .tab-links .link {
    padding: 20px 0px;
    flex: 1;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #C0C0C0;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-right: 1px solid #F4F4F4;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s;
}
.desktop-sidebar .tab-links .link.active {
    color: #040404;
    font-size: 14px;
    font-weight: 500;
}
.desktop-sidebar .body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 30px;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    opacity: 0;
    height: 0px;
}
.desktop-sidebar .body .tabs {
    height: 100%;
}
.desktop-sidebar .body .tabs .tabcontent {
    display: none;
}
.desktop-sidebar .body .tabs .tabcontent.active {
    display: block;
    height: 100%;
}
.desktop-sidebar .tab-links .tablinks {
    padding: 20px 0px;
    flex: 1;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #C0C0C0;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    border: none;
    border-right: 1px solid #F4F4F4;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    transition: 0.5s;
}
.desktop-sidebar .tab-links .tablinks.active {
    color: #040404;
    font-size: 14px;
    font-weight: 500;
}
.hamburger-category.active .desktop-sidebar .tab-links .tablinks:nth-child(1) {
    animation: 1s .2s forwards dSidebarOpacityAni;
    animation-delay: 0.2s;
    will-change: transform, opacity;
}
.hamburger-category.active .desktop-sidebar .tab-links .tablinks:nth-child(2) {
    animation-delay: 0.4s;
    animation: 1s .2s forwards dSidebarOpacityAni;
    will-change: transform, opacity;
}
.hamburger-category.active .desktop-sidebar .tab-links .tablinks:nth-child(3) {
    animation: 1s .2s forwards dSidebarOpacityAni;
    animation-delay: 0.5s;
    will-change: transform, opacity;
}
.hamburger-category.active .desktop-sidebar .body {
    animation: dSidebarHeightOpen 0.6s ease forwards;
    height: 100%;
    animation-delay: 0.6s;
}
.desktop-sidebar .body .tabs .sidebar-category {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    padding: 0px 30px;
}
.desktop-sidebar .body .tabs .sidebar-category .first {
    width: 45%;
}
.desktop-sidebar .body .tabs .sidebar-category .last {
    width: 55%;
}
.desktop-sidebar .body .tabs .sidebar-category  .cat-links {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    padding: 0;
    margin: 0;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item {
    display: block;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item a {
    color: #040404;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item a.active {
    font-weight: 400;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item a[title="SÜPER FIRSAT"] {
    color: #DC2E2E;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item .discount-bdage {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
    gap: 5px;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item .discount-bdage .item {
    padding: 5px 10px;
    background: #DC2E2E;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.desktop-sidebar .body .tabs .sidebar-category .cat-links .item .discount-bdage .item:Last-child {
    color: #DC2E2E;
    background: transparent;
    border: 1px solid #DC2E2E;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab {
    transform: translateX(70px);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    display: none;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab.active {
    animation: 1s .2s forwards scaleAnimation;
    will-change: transform, opacity;
    display: flex;
    flex-direction: column;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .highlight-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .highlight-block .block-title {
    color: #040404;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .highlight-block .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .highlight-block .items a img {
    width: 100%;
    height: 100%;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .bottom-cat-links {
    gap: 20px 0px;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .bottom-cat-links li {
    display: block;
    width: 50%;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab .bottom-cat-links li a {
    color: #040404;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
}
.desktop-sidebar .body .tabs .sidebar-category .bottom-tabs .bottom-tab  .all-category-btn {
    margin-top: 20px;
    border: 0.5px solid #C0C0C0;
    background: #FFF;
    padding: 6px 10px;
    color: #C0C0C0;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
}
.desktop-sidebar .body .app-info {
    padding: 22px 35px 35px 35px;
    border-top: 1px solid #F4F4F4;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.desktop-sidebar .body .app-info .title-contianer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
}
.desktop-sidebar .body .app-info .title-contianer .title {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
    margin: 0;
}
.desktop-sidebar .body .app-info .title-contianer .desription {
    color: #575757;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
}
.desktop-sidebar .body .app-info .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}
.desktop-sidebar .body .app-info .links .item img {
    max-width: 135px;
    width: 100%;
    height: 100%;
}
.desktop-sidebar .body .overflow-content {
    overflow: auto;
    height: 100%;
}
.desktop-sidebar .body .overflow-content .content {
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    max-height: 450px;
}
.desktop-sidebar .body .overflow-content .content .item {
    width: calc(50% - 2px);
    position: relative;
}
.desktop-sidebar .body .overflow-content .content .item .title {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.desktop-sidebar .body .tabs .tabcontent .content {
    padding: 0px 20px;
}
.desktop-sidebar .body .tabs .tabcontent .content ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 10px;
}
.desktop-sidebar .body .tabs .tabcontent .content ul li {
    display: block;
}
.desktop-sidebar .body .tabs .tabcontent .content ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 18px 20px;
    border: 1px solid #F4F4F4;
}
.desktop-sidebar .body .tabs .tabcontent .content ul li a .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    color: #575757;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
.desktop-sidebar .body .tabs .tabcontent .content ul li a .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.desktop-sidebar .body .tabs .tabcontent .content ul li a .right .new-badge {
    background: #DC2E2E;
    padding: 3px 7px;
    color: #FFF;
    text-align: center;
    font-size: 9px;
    font-weight: 300;
    line-height: normal;
}
@keyframes scaleAnimation {
    to {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
}
@keyframes dSidebarOpacityAni {
    to {
        opacity: 1;
    }
}
@keyframes dSidebarHeightOpen {
    from {
        max-height: 0px;
        opacity: 0;
    }
    to {
        max-height: 1200px;
        opacity: 1;
    }
}
.header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}
.header-cart-hover .dropdown-menu.active {
    opacity: 1;
    right: 0;
    transition: all .4s;
}
.header-cart-hover .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 400px;
    left: inherit;
    right: -400px;
    top: 0;
    position: fixed;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
    height: 100%;
    z-index: 999;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}
.header-cart-hover .dropdown-menu .top-header {
    background: transparent;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
}
.header-cart-hover .dropdown-menu .top-header .title {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 500;
}
.header-cart-hover .dropdown-menu .close-cart svg {
    width: 22px;
    height: 100%;
}
.close-cart i {
    line-height: normal;
    font-size: 18px;
}
.header-cart-hover .products {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.ajax-shopping-cart {
    font-size: 12px;
    height: 100%;
    flex: 1;
    position: relative;
}
.ajax-shopping-cart .items {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    overflow-y: auto;
    padding: 10px 0;
}
.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 6px;
}
.ajax-shopping-cart .product:last-child {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 6px;
}
.ajax-shopping-cart .product .image {
    flex: unset;
    max-width: 112.5px;
    margin-right: 8px;
}
.ajax-shopping-cart .product .image img {
    height: auto;
}
.ajax-shopping-cart .product .info {
    flex: 3;
    text-align: left;
    padding-top: 6px;
}
.ajax-shopping-cart .product .info .name {
    color: #000;
    font-size: clamp(12px,2vw,15px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ajax-shopping-cart .product .info .variants {
    display: flex;
    margin: 18px 0;
    gap: 14px;
}
.ajax-shopping-cart .product .info .variants .variant {
    display: flex;
    flex-direction: column;
}
.ajax-shopping-cart .product .info .variants .variant span.name {
    color: #A1A1A1;
    font-size: clamp(12px,2vw,13px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.ajax-shopping-cart .product .info .variants .variant span.value {
    color: #000;
    font-size: clamp(12px,2vw,14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-cart-hover .btn-remove {
    border: none;
    width: 32px;
    height: auto;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
    background: transparent !important;
    margin-right: 3px;
    padding: 0;
}
.ajax-ozet-bottom {
    padding: 20px 24px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.ajax-ozet-bottom .total-price {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ajax-ozet-bottom a.gotocart {
    background: #000;
    width: 100%;
    padding: 15px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center;
}
.ajax-ozet-bottom a.gotopayment {
    width: 100%;
    border: 1px solid #000;
    padding: 14px;
    color: #050505;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    text-align: center;
}
.h-search-sec {
    display: none;
    position: static;
    height: calc(100vh - 55px);
    overflow: auto;
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: #fff;
}
.header-search-block {
    position: relative;
    z-index: 4;
}
.h-search-sec.active {
    display: block;
}
.header-search-block .content-block {
    display: block;
    background: transparent;
    padding: 30px 0;
    border: none;
    overflow: hidden;
    box-shadow: unset;
}
.overflow-block {
    transition: 0.5s;
}
.header-search-block .content-block .keywords, .header-search-block .content-block .brands-block {
    margin-bottom: 30px;
}
.header-search-block .content-block .title-block {
    margin-bottom: 15px;
    color: #0F0F0F;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.header-search-block .content-block .keywords .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 20px;
    flex-wrap: wrap;
}
.header-search-block .content-block .keywords .items a {
    padding: 10px 26px;
    border: 1px solid #e2e2e2;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.header-search-block .content-block .keywords .items a[href="/super-firsat"] {
    color: #DC2E2E;
}
.header-search-block .content-block .products-block .swiper {
    overflow: unset;
}
.header-search-block .content-block .products-block .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.header-search-block .content-block .products-block .item .title {
    color: #575757;
    font-size: 11px;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
header.desktop .easy-autocomplete {
    max-width: 100%;
    width: 100% !important;
    height: 100%;
}
.header-search-block .content-block .easy-autocomplete-container ul {
    display: flex !important;
    flex-direction: row;
    gap: 10px 2px;
    max-height: 100%;
    overflow: auto;
    border: none;
    flex-wrap: wrap;
    height: calc(100vh - 140px);
}
.easy-autocomplete-container ul li .spsi-item {
    color: #575757;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.easy-autocomplete-container ul li div img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 7px;
    border: 1px solid #f4f4f4;
}
header.mobile .h-mobil {
    display: flex;
    height: 52px;
    position: relative;
    z-index: 2;
    padding: 0px 10px;
}
header.mobile .icon-group svg.close {
    width: 19px;
}
header.mobile .mobile-search {
    display: none;
}
header.mobile .mobile-search.active {
    display: block;
    position: relative;
    z-index: 2;
}
header.mobile .mobile-search .easy-autocomplete {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
}
header.mobile .mobile-search form {
    width: 100%;
    position: relative;
    border-top: 1px solid #f4f4f4;
}
header.mobile .mobile-search form .input-box {
    width: 100%;
    height: 100%;
}
header.mobile .mobile-search form input {
    float: left;
    color: #181818;
    width: 100%;
    font-size: 12px;
    height: 45px;
    box-shadow: none;
    outline: 0 !important;
    background: #fff;
    padding-left: 13px;
    border-radius: 0px;
    border-color: #F4F4F4;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:target,
header.mobile .mobile-search form input:active {
    border-color: #f4f4f4 !important;
}
.mobile-search form .btn-send img {
    width: 15px;
    height: 100%;
}
header.mobile .icon-group svg {
    width: 24px;
    height: 100%;
}
header.mobile .icon-group .count {
    position: absolute;
    top: -2px;
    right: -3px;
    width: 14px;
    height: 14px;
    background: #dc2e2e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2000px;
    font-size: 8px;
}
header.mobile::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-bottom: 1px solid #F4F4F4;
    transition: height 0.5s ease;
    z-index: 1;
}
header.mobile.fixed-mobile::after {
    height: 0px;
    top: -1px;
}
header.mobile .mobile-search .btn-send {
    padding: 0px 0px 3px 0px;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.home-body header.mobile.fixed-mobile .left .icon-group img, .home-body header.mobile.fixed-mobile .logo img, .home-body header.mobile.fixed-mobile .left .icon-group img, .home-body header.mobile.fixed-mobile .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(23deg) brightness(107%) contrast(101%);
}
.home-body header.mobile.fixed-mobile .icon-group svg path, .home-body header.mobile.fixed-mobile .icon-group svg path {
    stroke: #fff;
}
.home-body header.mobile.search-active .left .icon-group img, .home-body header.mobile.search-active .logo img, .home-body header.mobile.search-active .left .icon-group img, .home-body header.mobile.search-active .logo img {
    filter: unset;
}
.home-body header.mobile.search-active .icon-group svg path, .home-body header.mobile.search-active .icon-group svg path {
    stroke: #000;
}
.home-body header.mobile.fixed-mobile {
    background: linear-gradient(180deg, #00000030, transparent);
}
header.mobile.search-active,
.home-body header.mobile.search-active {
    background: #fff;
}
.qk-app-campaign-bell .campaign-icon::before {
    content: url(icons/bell-ringing-light.svg);
    height: 28px;
}
.qk-app-campaign-bell .campaign-icon i.far.fa-bell.bell-icon {
    display: none;
}
/* header style end */
/* index manset style */
.cstm-manset-block {
    position: relative;
    margin-top: -20px;
}
.cstm-manset-block .bg {
    width: 100%;
    height: 100%;
}
.cstm-manset-block .bg img {
    width: 100%;
    height: 100%;
}
.cstm-manset-block .write {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 10px 90px 10px;
}
.cstm-manset-block .write .title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cstm-manset-block .write .title-container .title {
    margin-bottom: 20px;
}
.cstm-manset-block .write .title-container .title img {
    max-width: 790px;
    width: 100%;
    height: 100%;
}
.cstm-manset-block .write .title-container .description {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}
.cstm-manset-block .write .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    line-height: normal;
    margin-top: 50px;
}
.cstm-manset-block .write .links .item {
    padding: 12px 24px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5.142857074737549px);
}
.cstm-manset-block .write .info {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
}
.cstm-manset-line {
    height: 40px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    font-family: "Bebas Neue";
}
.cstm-manset-line:hover {
    color: #fff;
}
.swiper .progress-wrap {
    width: 100%;
    height: 2px;
    background: rgb(0 0 0);
    overflow: hidden;
    display: none;
}
.swiper #progress {
    width: 0%;
    height: 100%;
    background: #ffffff;
}
.mobil-manset-sec .p-g-mod {
    margin: 0px;
}
.mobil-manset-sec .swiper .swiper-wrapper {
    align-items: stretch;
}
.mobil-manset-sec .swiper .swiper-wrapper .swiper-slide {
    height: auto;
}
.mobil-manset-sec .swiper .swiper-wrapper .swiper-slide .content {
    height: 100%;
}
.web-manset-sec {
    margin-top: -76px;
}
.home-body header.desktop.fixed-desktop {
    background: linear-gradient(180deg, #00000030, transparent);
}
.home-body header.desktop.fixed-desktop .h-center {
    background: transparent;
    border: 1px solid transparent;
}
.home-body header.desktop.fixed-desktop .h-center .header-area .hamburger-btn .icon .item {
    background: #fff;
}
.home-body header.desktop.fixed-desktop .logo img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(232deg) brightness(103%) contrast(101%);
}
.home-body header.desktop.fixed-desktop .header-bar .bar-link .icon svg path {
    stroke: #fff;
}
header.desktop.fixed-desktop.hover .h-center {
    background: #fff;
    border: 1px solid #F4F4F4;
}
header.desktop.fixed-desktop.hover .h-center .header-area .hamburger-btn .icon .item {
    background: #000;
}
header.desktop.fixed-desktop.hover .logo img {
    filter: unset;
}
header.desktop.fixed-desktop.hover .header-bar .bar-link .icon svg path {
    stroke: #000;
}
/* index manset style end */
/* index banners stlye */
.index-banners-block .twobanner-section .item {
    position: relative;
    display: flex;
    flex-direction: column;
}
.index-banners-block .twobanner-section .write {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    height: 50px;
    font-size: 17px;
    color: white;
    justify-content: space-between;
    padding: 0px 60px 75px 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 170%);
    font-weight: 500;
}
.index-banners-block .twobanner-section .col-list {
    padding: 0px;
}
.index-banners-block .bigbanner-section img {
    width: 100%;
    height: 100%;
}
.index-banners-block .twobanner-section .item .bg,
.index-banners-block .twobanner-section .item .bg img {
    width: 100%;
    height: 100%;
}
/* index banners style end */
/* index fırsatlar banner */
.index-sfirsat {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    gap: 0;
    height: 100vh;
}
.index-sfirsat .first {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index-sfirsat .write {
    position: absolute;
    right: 0;
    left: 0;
    top: -4%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1;
    color: #DC2E2E;
    font-size: 119.037px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -7.142px;
    width: 100%;
    flex-direction: row;
    gap: 100px;
}
.index-sfirsat img {
    position: relative;
    z-index: 2;
    max-width: 582px;
    width: 100%;
    height: 100%;
}
.index-sfirsat .last {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.index-sfirsat .last .badge {
    padding: 15px 40px;
    border-radius: 4px;
    background: #DC2E2E;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.index-sfirsat .last .description {
    color: #DC2E2E;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}
.index-sfirsat .last .description b {
    font-weight: 600;
}
.index-sfirsat .last .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.index-sfirsat .last .items .item {
    width: calc(33.3333333333% - 13.4px);
    padding: 13px 0px;
    border: 1px solid #DC2E2E;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5.142857074737549px);
    color: #DC2E2E;
    text-align: center;
    font-size: 16.17px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.323px;
}
/* index fırsatlar banner end */
/* category page style */
.category-pd-row .col-list-p-v-1 {
    padding: 0.5px;
}
.category-short-description {
    display: none;
}
.catpage-filter-sec {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.category-filter-order.active .catpage-filter-sec {
    height: fit-content;
    animation: categoryTabHeight 1s forwards;
    will-change: transform, opacity;
}
@keyframes categoryTabHeight {
    to {
        height: fit-content;
        opacity: 1;
        visibility: visible;
    }
}
.categories-body  header.desktop {
    position: absolute;
}
.category-main-block-sec {
    margin-top: -20px;
}
.cat-filter-sticky {
    margin: 0px -10px;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 6;
    padding: 15px 55px;
}
.category-filter-order .category-filter-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
    line-height: normal;
}
.catpage-filter-sec .p-g-b-c-wrapper {
    overflow: auto;
    width: 100%;
}
.catpage-filter-sec .p-g-b-c-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 35px;
    overflow: auto;
    width: max-content;
}
.category-filter-order .list-wrap .list.main-list {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.categories-body .p-g-mod-t-cat-filter .p-g-mod-header {
    height: auto;
    margin-bottom: 15px;
}
.categories-body .p-g-mod-t-cat-filter .simplebar-scroll-content .list {
    line-height: normal;
    gap: 10px;
}
.cat-filter-sticky .category-filter-order.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.5s;
}
.categories-body .catpage-filter-btns {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.category-filter-order .list-wrap .list li label .picture-box img {
    width: 20px;
    height: 20px;
    border-radius: 200px;
    aspect-ratio: 1;
    object-fit: cover;
}
.catpage-filter-sec .simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 3px;
    min-height: 10px;
    background: #000;
}
body.categories-body header.mobile {
    position: absolute;
}
.category-filter-order .list-wrap .list li.selected {
    font-weight: 400;
}
.pattern-group .p-g-mod-t-cat-filter-cstm {
    margin: 0px;
}
.pattern-group .p-g-mod-t-cat-filter-cstm .p-g-mod-header {
    height: auto;
    border: none;
    padding: 0px;
    margin-bottom: 15px;
}
.pattern-group .p-g-mod-t-cat-filter-cstm .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000;
}
.pattern-group .p-g-mod-t-cat-filter-cstm .p-g-mod-body {
    padding: 0px;
}
.pattern-group .p-g-mod-t-cat-filter-cstm .list {
    gap: 5px;
}
/* category page style end */
/* product card style */
.product-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.product-image .main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hover-zones {
    position: absolute;
    inset: 0;
    display: flex;
    z-index: 1;
}
.hover-zone {
    flex: 1;
}
.image-dots {
    display: flex;
    justify-content: center;
    gap: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    margin: auto;
    width: 100%;
    right: 0;
    left: 0;
}
.image-dots .dot {
    width: auto;
    height: 3px;
    border-radius: 0;
    background: #e1e1e1;
    transition: background 0.3s;
    flex: 1;
}
.image-dots .dot.active {
    background: #333;
}
.quick-view-kart {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    opacity: 0.8;
    z-index: 2;
}
.card-product:hover .quick-view-kart {
    opacity: 1;
}
.quick-view-btn {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 200px;
    cursor: pointer;
}
.quick-view-btn svg {
    width: 19px;
    height: 100%;
}
.renkSecenek {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    right: 12px;
    padding: 5px 10px;
    display: flex;
    background: #fff;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    border-radius: 20px;
    flex-direction: row;
    gap: 6px;
}
.renkSecenek img {
    width: 22px !important;
}
.kart-collection-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.kart-collection-btn img {
    width: 27px !important;
    height: 100%;
}
.card-product .body-block {
    padding: 10px;
}
.card-product .card-product-inner .price-group .prices .sale-price.prom-fiyat {
    color: #dc2e2e;
    font-weight: 500;
}
.card-product .card-product-inner .price-group .prices .prom-oran {
    font-size: 14px;
    font-weight: 500;
}
.banner-badges-block {
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.banner-badges-block .item img {
    max-width: 100px;
    width: 100%;
    height: 100%;
}
.quick-view-block {
    position: fixed;
    right: -50%;
    top: 0;
    bottom: 0;
    max-width: 500px;
    transition: 0.5s;
    z-index: 30;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.quick-view-block.active {
    right: 0%;
    opacity: 1;
    visibility: visible;
}
.quick-view-block .content {
    background: #fff;
    border-left: 1px solid #e2e2e2;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
}
.quick-view-block .head-block {
    padding: 17px 15px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.quick-view-block .head-block .quick-view-close {
    font-size: 13px;
    color: #000;
    line-height: normal;
}
.quick-view-block .head-block .quick-view-close .desktop {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.quick-view-block .head-block .quick-view-close .mobil {
    display: none;
}
.quick-view-block .head-block .quick-view-close svg {
    width: 19px;
    height: 100%;
}
.quick-view-block .pd-info .image img {
    width: 90px;
    height: 100%;
}
.quick-view-block .pd-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}
.quick-view-block .body, .quick-view-block .footer, .quick-view-block .pd-info {
    padding: 0px 30px;
}
.quick-view-block .content .bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0px 30px 30px 30px;
}
.quick-view-block .content .bottom .return-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    line-height: normal;
    background: transparent;
    border: 1px solid #e2e2e2;
    padding: 9px 50px;
    border-radius: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 100%;
    justify-content: center;
    height: 47px;
}
.quick-view-block .content .bottom .return-product svg {
    width: 19px;
    height: 100%;
}
.quick-view-block .content .bottom .btn-cart {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: normal;
    background: #000;
    padding: 9px 50px;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    width: 100%;
}
.quick-view-block .content .bottom .btn-cart svg {
    width: 27px;
    height: 100%;
    fill: #fff;
}
.quick-view-block .product-profile-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px 5px;
    margin-bottom: 5px;
    justify-content: flex-start;
    padding: 0;
    list-style: none;
}
.quick-view-block .product-profile-info li {
    padding: 0;
    font-size: 12px;
    color: #a1a1a1;
}
.quick-view-block .pd-info .last .title {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.quick-view-block .pd-info .last .prices {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}
.quick-view-block .pd-info .last .prices .sale-price {
    font-size: 14px;
    color: #000;
    font-weight: 100;
}
.quick-view-block .pd-info .last .prices .sale-price.line {
    color: #a1a1a1;
    text-decoration: line-through;
    font-weight: 100;
}
.quick-view-block .pd-info .last .prices .sale-price.discount {
    color: #dc2f2f;
    background: transparent;
    padding: 0;
    font-weight: 500;
}
.quick-view-block .pd-info .last {
    flex: 1;
}
.quick-view-block .pd-info .cargo-count {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    margin-top: 10px;
}
.quick-view-block .pd-info .cargo-count svg {
    width: 23px;
    height: 100%;
}
.quick-view-block .pd-info .cargo-count b {
    font-weight: 600;
}
.rl-pd-block .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.quick-view-block .related-pd-overflow {
    margin-bottom: 10px;
}
.quick-view-block .related-products {
    display: flex;
    height: auto;
    justify-content: flex-start;
    margin-bottom: 0;
    gap: 6px 13px;
    flex-direction: row;
    flex-wrap: wrap;
}
.quick-view-block .related-products a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: fit-content;
    width: fit-content;
    gap: 8px;
}
.quick-view-block .related-products a .image img {
    max-width: 70px;
    width: 100%;
    height: 100%;
}
.quick-view-block .related-products a.active .image img {
    border-color: #000;
}
.kart-collection-btn .svg-filled {
    display: none;
}
.kart-collection-btn.added .svg-empty {
    display: none;
}
.kart-collection-btn.added .svg-filled {
    display: block;
}
.quick-view-block .related-products a .title {
    margin: 0px;
    font-size: 12px;
}
.varyant-container.quickview-varyant-item  .quantity-alert {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    left: 0;
}
.varyant-container.quickview-varyant-item .quantity-alert button {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.varyant-container.quickview-varyant-item {
    position: relative;
}
.card-product .auto-date-info {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 2;
    background: #fff;
    font-size: 11px;
    font-weight: 400;
    color: #000;
    padding: 6px 12px 6px 9px;
}
.card-product.complement .body-block {
    padding: 0px;
}
.card-product.complement .card-product-inner .title {
    -webkit-line-clamp: 1;
}
.card-product.complement .view-btn {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #f4f4f4;
    margin: 6px 0px;
}
.quick-view-block .rl-pd-block .related-products {
    flex-direction: row;
    align-items: center;
    line-height: normal;
    flex-wrap: nowrap;
    gap: 4px;
}
.quick-view-block .rl-pd-block .related-products .item {
    border: 1px solid transparent;
}
.quick-view-block .rl-pd-block .related-products .item.item1 {
    border-color: #000;
}
.quick-view-block .rl-pd-block .related-products .item img {
    width: 70px;
    height: 100%;
}
.rl-pd-popup {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    display: none;
}
.rl-pd-popup.active {
    display: block;
}
.rl-pd-popup .content {
    background: transparent;
    border: none;
    padding: 15px;
}
.rl-pd-popup .overflow-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.rl-pd-popup .content a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 5px;
    width: calc(25% - 11.3px);
    font-size: 13px;
    font-weight: 400;
}
.rl-pd-popup .rlpclose {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    width: 100%;
    gap: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
}
.rl-pd-popup .rlpclose svg {
    width: 23px;
    height: 100%;
}
.rl-pd-popup .content a .image {
    border: 1px solid #f4f4f4;
}
.rl-pd-popup .content a.active .image {
    border-color: #000;
}
.rl-pd-popup .head-block {
    margin-bottom: 0px;
}
/* product card style end */
/* product detail style */
#product-profile-carousel .carousel-inner .col-md-6, #product-profile-carousel .carousel-inner .col-md-3 {
    padding: 0px;
}
#product-profile-carousel .carousel-inner .carousel-item .img-auto {
    width: 100%;
    height: 100%;
}
.product-profile-1 .col-lg-8.col-list, .product-profile-1 .col-lg-4.col-list  {
    padding: 0px;
}
.product-detail-sec {
    margin-top: -20px;
}
#dynamic-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s linear;
    pointer-events: none;
    display: none;
}
.mobil-product-buttons {
    display: none;
}
@keyframes soldOutAlert {
    0%, 100% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(1px)
    }
}
.product-body .product-social-hover .social-link{
    display: block;
    overflow: hidden;
    color: #6d6f71;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #f3f3f3;
    border: 1px solid #d7d7d8;
    outline: none;
    cursor: pointer;
    height: auto;
    width: 100%;
    padding: 10px 16px;
    margin: 20px 0;
}
.product-body .product-social-hover {
    position: absolute;
    top: unset;
    bottom: 110%;
    background: #fff;
    z-index: 9;
    padding: 20px;
    border: 1px solid #d7d7d8;
    left: 0;
    right: unset;
    display: none;
    width: 300px;
}
.product-body .product-social-hover.show{
    display: flex;
    flex-direction:column;
}
.product-body .product-social-hover::after, .product-body .product-social-hover::before {
    position: absolute;
    top: 100%;
    left: 13px;
    border: solid rgba(0,0,0,0);
    content: " ";
    pointer-events: none;
}
.product-body .product-social-hover:before{
    margin-left: -6px;
    border-color: rgba(215,215,216,0);
    border-width: 6px;
    border-top-color: #d7d7d8;
}
.product-body .product-social-hover::after {
    margin-left: -5px;
    border-color: rgba(255,255,255,0);
    border-width: 5px;
    border-top-color: #fff;
}
.product-body .product-short-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 15px 0 15px 0px;
    align-items: center;
}
.product-link-close-btn {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 15px;
    color: #b2b2b2;
    cursor: pointer;
}
.product-body .product-short-link span {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: fit-content;
}
.product-body .product-short-link span i {
    font-size: 18px;
    margin-right: 0;
}
.product-profile-1 .slide-panel {
    padding: 20px 55px 0px 55px;
    position: sticky;
    top: 55px;
}
.product-profile-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    line-height: normal;
}
.product-profile-info .product-code {
    text-transform: uppercase;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
}
.product-profile-info .product-next-prev {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 4px;
    color: #9f9f9f;
    font-size: 13px;
    font-weight: 400;
}
.product-profile-info .product-next-prev a {
    color: #9f9f9f;
}
.product-profile-1 .main-col-last {
    height: 100%;
}
.product-profile-1 .slide-panel .slide-panel-head {
    margin-bottom: 30px;
}
.same-products-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.same-products-block .overflow-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 10px;
    flex-wrap: wrap;
}
.same-products-block .overflow-flex .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: normal;
    gap: 1px;
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.same-products-block .overflow-flex .item .img-block {
    border: 1px solid #ebebeb;
}
.same-products-block .overflow-flex .item.active .img-block {
    border-color: #000;
}
.same-products-block .overflow-flex .item .img-block img {
    width: 70px;
    height: 100%;
}
.variant-box .variant-renk {
    display: none;
}
.product-body .varyant-container {
    position: relative;
}
.product-body .add-quantity-alert, .product-body .remove-quantity-alert {
    display: inline-flex;
    position: absolute !important;
    right: 10px;
    top: 50%;
    bottom: 50%;
    z-index: 2;
    padding: 0 !important;
    margin: 0 !important;
    gap: 5px;
}
.pdetail-bade-block .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
.pdetail-bade-block .item .title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    line-height: normal;
}
.pdetail-bade-block .item .title-container .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    line-height: normal;
    gap: 2px;
}
.pdetail-bade-block .item .title-container .content .title {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.28px;
}
.pdetail-bade-block .item .title-container .content .description {
    color: #A1A1A1;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.24px;
}
.pdetail-bade-block .item .title-container .content .description .btnn {
    color: #A1A1A1;
    font-size: 10px;
    letter-spacing: -0.2px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.pdetail-bade-block .item .last {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.profil-detail-info {
    margin-top: 50px;
}
.productcare-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.pcare-item {
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    position: relative;
}
.pcare-item-img img {
    margin: 0px !important;
    max-height: 100% !important;
    height: 37px;
}
.pcare-item .pcare-item-write {
    display: none;
}
.pcare-item:hover {
    border-bottom: 1px solid #000;
}
.pcare-item:hover .pcare-item-write {
    display: block;
    position: absolute;
    left: 0;
    top: 120%;
    width: max-content;
    font-size: 12px;
    font-weight: 400;
}
.profil-detail-info .df-detail-item .head-block .title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
}
.profil-detail-info .df-detail-item .head-block {
    margin-bottom: 20px;
}
.attributes-side {
    background: #fbfbfb;
    margin: 20px 0 0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 70%;
}
.attributes-side .items {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 14px;
    justify-content: space-between;
}
.attributes-side .items .name {
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 25%;
}
.attributes-side .items .d-flex {
    gap: 2px;
}
.attributes-side .items:last-child {
    padding: 0;
    border: 0;
}
.p-g-mod-showcase .p-g-mod-body {
    padding: 0px !important;
}
.cstm-productsno-section .row-wrapper .row {
    margin: 0px -0.5px;
}
.cstm-productsno-section .row-wrapper .row .col-list-p-v-1 {
    padding: 0.5px;
}
.return-inf-process {
    position: relative;
    z-index: -2;
    bottom: -200%;
    opacity: 0;
    height: 0;
    transition: 0.5s;
}
.returnpopup-modal div[data-auto-slide-body] .return-inf-process {
    z-index: 2;
    bottom: 0;
    opacity: 1;
    height: 100%;
}
.retinf-process-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 35px;
    padding: 30px;
}
.retinf-process-block .left {
    width: 1px;
    background: #e2e2e2;
    height: auto;
}
.retinf-process-block .right {
    height: 100%;
}
.retinf-process-block .right .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
}
.retinf-process-block .right .item:last-child {
    margin: 0px;
}
.retinf-process-block .right .item .eclipse {
    position: absolute;
    top: 0;
    left: -49px;
    background: #000;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.retinf-process-block .right .item h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item a {
    color: #A1A1A1;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.eclipse-popup {
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 0;
    transition: 0.5s;
}
.retinf-process-block .right .item h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item .eclipse-popup h4 {
    color: #181818;
    font-size: 13px;
}
.retinf-process-block .right .item span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item .eclipse-popup span {
    font-size: 13px;
    line-height: 17px;
}
.eclipse-popup-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.retinf-process-block .right .item .eclipse-popup .eclipsep-bottom-item h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 11px;
}
.retinf-process-block .right .eclipsep-bottom-item a {
    border: 1px solid #F4F4F4;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
.eclipse-popup-close {
    position: absolute;
    top: 0;
    left: -49px;
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.retinf-process-block .right .item span b {
    font-weight: 500;
}
.retinf-process-block .right .item .alert2 {
    color: #A1A1A1;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.product-body .product-title-container .comment-value-block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.profil-detail-info .comment-block {
    border-top: 1px solid #F4F4F4;
    padding: 55px 0px;
    margin-top: 25px;
}
.product-page-installments .product-installments {
    padding: 5px;
    overflow: auto;
}
.product-page-installments .product-installments .row {
    height: 100vh;
    margin: 0px 0 -70px 0;
}
.product-body .product-installments .col-lg-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0px;
}
.product-installments .group {
    margin-bottom: 2px;
}
div[data-auto-slide] .main-body {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
}
div[data-auto-slide] .main-body div[data-auto-slide-body] {
    height: 100%;
}
div[data-auto-slide] .main-body div[data-auto-slide-head] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 15px 15px;
    border-bottom: 1px solid #f4f4f4;
}
div[data-auto-slide] .main-body div[data-auto-slide-head] .notch {
    width: 40px;
    height: 2px;
    background: #E7E6E6;
    margin: 0 auto;
}
div[data-auto-slide] .main-body div[data-auto-slide-head] .title {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
div[data-auto-slide] .main-body div[data-auto-slide-head] .close-btnn {
    cursor: pointer;
    user-select: none;
}
div[data-auto-slide] .main-body div[data-auto-slide-head] .close-btnn svg {
    width: 21px;
    height: 100%;
}
.returnpopup-modal[data-auto-slide] .main-body div[data-auto-slide-head] {
    border: none;
    padding: 10px 15px 0px 15px;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-head] {
    padding: 8px 0px;
    border: none;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-body] .content {
    display: flex;
    flex-direction: column;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-body] .content .titlee {
    color: #000;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 5px 12px 12px 12px;
}
.human-size-toolbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 12px;
    border-bottom: 1px solid #F4F4F4;
    background: #FBFBFB;
}
.human-size-toolbox .info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    color: #575757;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.human-size-toolbox .size-btnn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-body] .content .badges-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
    padding-bottom: 15px;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-body] .content .badges-block .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    color: #0B0F0B;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
.basket-add-modal[data-auto-slide] .main-body div[data-auto-slide-body] .content .badges-block .item.timeout {
    border-left: 1px solid #f4f4f4;
    padding-left: 12px;
}
.pd-mobil-photos {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pinch-zoom;
    scroll-snap-type: x mandatory;
    display: flex;
    scroll-behavior: smooth;
}
.pd-mobil-photos .overflow-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    width: max-content;
}
.pd-mobil-photos .overflow-block .item {
    display: block;
    scroll-snap-align: start;
    flex-shrink: 0;
}
.pd-mobil-photos .overflow-block .item .img-auto {
    width: 92px;
    height: 140px;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}
.wish-list-toolbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}
.product-body .product-profile-1 .product-favourite a {
    color: #000;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
}
.product-body .product-profile-1 .product-favourite a .icon svg {
    width: 20px;
    height: 100%;
}
.product-body .product-profile-1 .product-favourite a .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.wish-list-toolbox .profil-collection-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.wish-list-toolbox .profil-collection-btn svg {
    width: 20px;
    height: 100%;
}
.wish-list-toolbox .item:last-child {
    padding-left: 20px;
    border-left: 1px solid #f4f4f4;
}
.cargo-modal .content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 15px;
}
.cargo-modal .content .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.cargo-modal .content .item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.cargo-modal .content .item .title {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
}
.cargo-modal .content .item .description {
    font-size: 13px;
    color: #000;
    font-weight: 300;
}
.samepd-add-modal[data-auto-slide] .main-body div[data-auto-slide-head] {
    border-bottom: 0;
}
.mobil-overview-products {
    padding: 0px 13px;
    display: none;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.mobil-overview-products .items-block .content .row {
    margin: 0px !important;
}
.mobil-overview-products .items-block .content .row .col-6 {
    padding: 0px;
}
.mobil-overview-products .items-block .titlee {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px;
}
.complement-product-block .step .title-container {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.complement-product-block .step .title-container .title {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.complement-product-block .step .calculation-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}
.complement-product-block .step .calculation-block .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #000;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.complement-product-block .step .calculation-block .item .img-auto {
    max-width: 200px;
    width: 100%;
    height: 100%;
}
.complement-product-block .step .btnn {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 15px 0px;
    width: 100%;
    display: flex;
    background: #000;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.complement-product-block {
    margin-top: 20px;
    padding: 0px 15px;
    display: none;
}
.complement-product-block .step {
    display: none;
}
.complement-product-block .step.one,
.complement-product-block .step.active {
    display: block;
}
.complement-product-block .step .finish-products {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.complement-product-block .step .finish-products .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}
.complement-product-block .step .finish-products .item .image img {
    width: 95px;
    height: 145px;
    aspect-ratio: 1;
    object-fit: cover;
}
.complement-product-block .step .finish-products .item .col-last {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.complement-product-block .step .finish-products .item .titlee {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.complement-product-block .step .finish-products .item .variant-box {
    margin: 0px;
    border: none;
}
.complement-product-block .step .finish-products .item .variant-box .name {
    display: none;
}
.complement-product-block .step .finish-products .item .variant-box ul li .options {
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 8px;
}
.complement-product-block .step .finish-products .item .variant-box ul li .options a {
    width: 40px;
    height: 40px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #f4f4f4;
}
.complement-product-block .step .finish-products .item .variant-box ul li .options a.active {
    background: #000;
    color: #fff;
    border-color: #000;
}
.complement-product-block .step .finish-products .item .varyant-container.quickview-varyant-item .quantity-alert button span {
    display: none;
}
.complement-product-block .step .finish-products .item .varyant-container.quickview-varyant-item .quantity-alert button {
    position: absolute;
    right: -5px;
    top: -13px;
}
.complement-product-block .step .finish-products .item .change-btn {
    margin-top: 6px;
    color: #000;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 10px 0px;
}
.complement-product-block .step .badges {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: normal;
    gap: 12px;
}
.complement-product-block .step .badges .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    color: #0B0F0B;
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
}
.complement-product-block .step .badges .item.cargo {
    padding-right: 12px;
    border-right: 1px solid #f4f4f4;
}
.complement-product-block .step .finish-products .item:first-child {
    padding-bottom: 7px;
    border-bottom: 1px solid #f4f4f4;
}
.complement-product-block .step .finish-products .item .col-last .btn-cart {
    display: none;
}
.product-body .quick-view-block.active {
    z-index: 9999;
}
.product-body .basket-confirm-alert.active {
    z-index: 999;
}
.product-body .product-short-link .up-scroll {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
}
.product-body .product-title-container .free-cargo {
    color: #00CC14;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    display: none;
}
.mobil-product-buttons .variants-block .content .item:first-child {
    border: 1px solid #000;
}
.mobil-product-buttons .variants-block .content .item {
    border: 1px solid transparent;
}
.product-body .product-title-container .col-first {
    flex: 1;
}
/* product detail style end */
/* basket page style */
body.cart-body {
    background: #fbfbfb;
}
.gift-code-block {
    border: none;
    background: transparent;
    margin-bottom: 20px;
}
.gift-code-block .head-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    justify-content: space-between;
    padding: 19px 20px;
    background: 0;
    cursor: pointer;
    user-select: none;
    border: 1px solid #f4f4f4;
    background: #fff;
}
.gift-code-block .head-block .first-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.gift-code-block .head-block .first-col svg {
    width: 22px;
    height: 100%;
}
.gift-code-block .body-block .menu-sticky {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 20px 50px;
    position: sticky;
    top: 55px;
    z-index: 5;
    background: #ffff;
    border-bottom: 1px solid #f4f4f4;
}
.gift-code-block .body-block .menu-sticky .first-col {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}
.gift-code-block .body-block .menu-sticky .first-col svg {
    width: 21px;
    height: 100%;
}
.gift-code-block .body-block .menu-sticky .close {
    opacity: 1;
    font-size: 0;
    line-height: normal;
    cursor: pointer;
    user-select: none;
}
.gift-code-block .body-block .top-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 50px 20px 50px;
    background: #FFF;
}
.gift-code-block .body-block .bloc-title {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
}
.voucher-code-form .input-group {
    gap: 10px;
}
.voucher-code-form .input-group .form-control {
    border: 1px solid #F4F4F4;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
    padding-left: 12px;
    height: 46px;
}
.voucher-code-form .input-group .input-group-append {
    margin: 0px;
}
.cart-right-ticket button.btn.btn-secondary.btn-sm {
    background: #1e1e1e!important;
    color: #FFF!important;
    text-transform: uppercase;
    height: 45px;
    width: 100px;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.26px;
}
.gift-code-block .body-block .top-block .info {
    color: #A1A1A1;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
}
.new-cart-age .cart-top-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    align-items: center;
}
.new-cart-age .cart-top-area .title {
    color: #000;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-cart-age .cart-top-area button {
    border: 1px solid #F4F4F4;
    background: #FFF;
    color: #A1A1A1;
    font-size: clamp(12px,2vw,14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    padding: 9px 20px;
}
.new-cart-age .cart-products {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-wrap: nowrap;
}
.new-cart-age .cart-products .items {
    display: flex;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 12px;
}
.new-cart-age .cart-products .items .cp-image {
    padding-right: 14px;
    width: max-content;
    min-width: 164px;
}
.new-cart-age .cart-products .items .cp-image img.img-auto {
    min-height: auto;
    max-height: 225px;
}
.new-cart-age .cart-products .items .cp-name-variants {
    display: flex;
    flex-direction: column;
}
.new-cart-age .cart-products .items .cp-name-variants a.name {
    color: #000;
    font-size: clamp(14px,2vw,16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    margin-top: 9px;
    padding-bottom: 0;
}
.new-cart-age .cart-products .items .cp-name-variants .variants {
    margin: 14px 0;
    padding: 10px;
    display: flex;
    gap: 54px;
}
.new-cart-age .cart-products .items .cp-name-variants .variants .variant .title {
    color: #a1a1a1;
    font-size: clamp(12px,2vw,14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.new-cart-age .cart-products .items .cp-name-variants .variants .variant .value {
    color: #000;
    font-size: clamp(12px,2vw,14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-cart-age .quantitys {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 10px;
}
.new-cart-age .quantitys span.title {
    color: #A1A1A1;
    font-size: clamp(12px,2vw,14px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-cart-age  .quantitys .product-quantity {
    border: 1px solid #F4F4F4;
}
.product-quantity {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}
.new-cart-age .quantitys .product-quantity .btn {
    height: 35px;
    border: 0;
    width: 30px;
}
.product-quantity .btn {
    background: #fff;
    color: #484848;
    border-color: #ebebeb !important;
    font-size: 11px;
    font-weight: 500;
    width: 45px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 0 !important;
}
.new-cart-age .quantitys .product-quantity input {
    height: 35px;
    border: 0!important;
    width: 40px;
    font-weight: 400;
}
.new-cart-age .price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 9px;
}
.new-cart-age .price .old-value {
    color: #A1A1A1;
    text-align: right;
    font-size: clamp(12px,2vw,16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.new-cart-age .price .value {
    color: #000;
    font-size: clamp(14px,2vw,16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-cart-age .cart-products .items .cp-price-del {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    align-items: flex-end;
    padding-right: 28px;
    padding-top: 26px;
}
.new-cart-age .cart-products .items .cp-price-del .fav-del {
    padding-bottom: 16px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.new-cart-age .cart-products .items .cp-price-del .fav-del .fav-add a {
    color: #A1A1A1;
    font-size: clamp(12px.2vw,14px);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: underline;
    display: flex;
    align-items: center;
    height: 100%;
}
.modal-for-favadd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.modal-for-favadd .modal-content {
    background: white;
    padding: 27px;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 19%;
    border: 1px solid #f4f4f4;
}
.modal-for-favadd .modal-content .title {
    font-size: clamp(14px,2vw,18px);
    color: #000;
    font-weight: 500;
}
.modal-for-favadd .btn-area {
    margin-top: 20px;
}
.modal-for-favadd #yes {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    border-radius: 0;
    font-size: clamp(12px,2vw,14px);
    padding: 8px 28px;
    font-weight: 500;
}
.modal-for-favadd #no {
    border: 1px solid #000;
    color: #fff;
    background: #000;
    border-radius: 0;
    font-size: clamp(12px,2vw,14px);
    padding: 8px 28px;
    font-weight: 500;
}
.modal-for-favadd .btn-area button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.new-cart-age .cart-products .items .cp-price-del .fav-del button.btn.btn-remove svg {
    width: 30px;
    height: 100%;
}
.new-cart-age-right .cart-right-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
.new-cart-age-right .cart-right-top .title {
    color: #000;
    font-size: clamp(14px, 2vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-cart-age-right .cart-right-top .total {
    color: #A1A1A1;
    font-size: clamp(12px, 2vw, 13px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.new-cart-main .p-g-mod {
    background: transparent !important;
    margin: 0px !important;
}
.new-cart-main {
    margin-top: -20px;
}
.new-cart-main .p-g-mod-body {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.new-cart-age-block .col-main-first {
    padding-top: 15px;
}
.new-cart-age-block .col-main-last {
    margin-right: calc((100vw - 1500px) / -2);
    background: #fff;
    padding-top: 20px;
    height: 100%;
    padding-right: calc((100vw - 1500px) / 2);
    padding-left: 30px;
    padding-bottom: 20px;
}
.new-cart-age-right .cart-right-ozet {
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    margin: 20px 0 26px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.new-cart-age-right .cart-right-ozet .items:first-child {
    padding-top: 0;
}
.new-cart-age-right .cart-right-ozet .items {
    border-bottom: 1px solid #F4F4F4;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
}
.new-cart-age-right .cart-right-ozet .items .name {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    flex: 1;
}
.new-cart-age-right .cart-right-ozet .items .price {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 8px;
}
.new-cart-age-right .cart-right-ozet .items .price.green {
    color: #4dc762;
    font-weight: 500;
}
.new-cart-age-right .cart-right-ozet .items .price.black {
    color: #000;
}
.btn-block {
    display: block;
    width: 100%;
}
.new-cart-age-right .cart-right-ozet .btn-block a.btn.btn-complete.btn-theme-1 {
    background: #000;
    margin-top: 20px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    height: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.basket-tax-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding: 20px;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    margin-bottom: 10px;
}
.basket-tax-block .text b {
    font-weight: 500;
}
div#acco-cart-help-side .card {
    border: 0;
    background: #fff;
}
div#acco-cart-help-side .card .card-header {
    background: #fff;
    border-bottom: 1px solid #e2e2e2!important;
    margin: 0;
    padding: 16px 0;
}
div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left, div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left.collapsed {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-decoration: none;
}
div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left::after {
    content: url('icons/down.svg');
    position: absolute;
    right: 20px;
    top: 26px;
    rotate: 180deg;
}
div#acco-cart-help-side .card .card-header button.btn.btn-link.btn-block.text-left.collapsed::after {
    content: url('icons/down.svg');
    rotate: 0deg;
}
div#acco-cart-help-side .card .card-body {
    position: relative;
}
div#acco-cart-help-side .card .card-body .title {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
div#acco-cart-help-side .card .card-body .text {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px;
    margin-bottom: 34px;
}
div#acco-cart-help-side .card .card-body .contact-block .items, div#acco-cart-help-side .card .items {
    display: flex;
    gap: 12px;
    border: 1px solid #F4F4F4;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 12px 24px;
}
.pd-freecargo-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}
div#acco-cart-help-side .card .text.sec {
    width: 76%;
}
div#acco-cart-help-side .card .text.sec img {
    position: absolute;
    right: 0;
    top: 44px;
}
.return-inf-process-mobil {
    position: fixed;
    bottom: 0%;
    right: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    transition: 0.5s;
    height: 100%;
}
.return-inf-process-mobil .return-inf-process {
    z-index: 2;
    opacity: 1;
    bottom: -100%;
    height: fit-content;
    background: #ffff;
    border-top: 1px solid #e2e2e2;
    position: absolute;
    transition: 0.5s;
}
.retinf-popup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 2;
}
.retinf-process-block {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 35px;
    padding: 30px;
}
.return-inf-process-mobil .retinf-process-block {
    padding: 30px 25px;
    overflow: auto;
    height: 70vh;
}
.retinf-process-block .left {
    width: 1px;
    background: #e2e2e2;
    height: auto;
}
.retinf-process-block .right {
    height: 100%;
}
.retinf-process-block .right .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 50px;
}
.retinf-process-block .right .item .eclipse {
    position: absolute;
    top: 0;
    left: -49px;
    background: #000;
    width: 30px;
    height: 30px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
}
.retinf-process-block .right .item span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item a {
    color: #A1A1A1;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.retinf-process-block .right .item .alert {
    background: #F4F4F4;
    padding: 0;
    border: none;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #575757;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 5px 15px;
    gap: 6px;
    margin-top: 10px;
    margin-bottom: 0;
    cursor: pointer;
}
.eclipse-popup {
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    height: 0;
    transition: 0.5s;
}
.eclipse-popup.active {
    z-index: 2;
    height: 100%;
    opacity: 1;
}
.retinf-process-block .right .item h4 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item .eclipse-popup h4 {
    color: #181818;
    font-size: 13px;
}
.retinf-process-block .right .item span {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 10px;
}
.retinf-process-block .right .item .eclipse-popup span {
    font-size: 13px;
    line-height: 17px;
}
.eclipse-popup-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}
.retinf-process-block .right .item .eclipse-popup .eclipsep-bottom-item h4 {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 11px;
}
.retinf-process-block .right .eclipsep-bottom-item a {
    border: 1px solid #F4F4F4;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #181818;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
}
div#acco-cart-help-side .card .card-body .contact-block {
    display: flex;
    justify-content: space-between;
}
.cart-right-ticket {
    padding-left: 0px;
}
.gift-code-block .head-block .length-value {
    color: #4DC762;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    border-radius: 2px;
    border: 1px solid #4DC762;
    background: rgba(77, 199, 98, 0.05);
    padding: 6px 11px;
}
.gift-code-block .body-block {
    position: absolute;
    right: 0;
    left: unset;
    margin-right: -130%;
    bottom: 0;
    top: 0px;
    z-index: 6;
    background: #fff;
    transition: 0.5s;
    height: 100%;
}
.gift-code-block.active .body-block {
    display: block;
    left: 0;
    margin-right: 0;
}
.gift-code-block .body-block .bottom-block {
    padding: 20px 50px 0px 50px;
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.gift-code-block .body-block .bottom-block .content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0px -50px;
    overflow: auto;
    max-height: calc(100vh - 240px);
}
.card-voucher {
    border-radius: 0px;
    border: none;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    background: #FFF;
    padding: 0px;
    border-left: 0;
}
.card-voucher .topp {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px 15px 50px;
    width: 100%;
}
.card-voucher .topp .first-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.card-voucher .topp .first-col .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.card-voucher .topp .first-col .title svg {
    width: 27px;
    height: 100%;
}
.card-voucher .topp .first-col .date {
    color: #A1A1A1;
    font-size: 11px;
    font-weight: 300;
    line-height: normal;
}
.card-voucher .topp .last-col {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
}
.card-voucher .topp .last-col .voucher-code, .card-voucher .topp .last-col .btn {
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    width: 65px;
    height: 24px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.card-voucher .topp .last-col .voucher-code {
    color: #A1A1A1;
    background: rgba(102, 102, 102, 0.05);
}
.card-voucher .topp .last-col .btn {
    background: #1e1e1e;
    color: #FFF;
}
.card-voucher .botttom {
    border-top: 1px solid #F4F4F4;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    width: 100%;
}
.card-voucher .botttom .item {
    color: #666;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    border-right: 1px solid #E2E2E2;
    padding-right: 10px;
}
.card-voucher .botttom .item:last-child {
    padding: 0px;
    border: none;
}
.gift-code-block .deactive-side {
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    justify-content: space-between;
}
.gift-code-block .deactive-side .remove-vocuher {
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 10px;
    border: 1px solid #f4f4f4;
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.gift-code-block .deactive-side .remove-vocuher .close {
    width: 12px;
    height: 100%;
    opacity: 1;
}
.basket-summary-acco .content {
    flex-direction: column;
    padding: 5px 15px 15px 15px;
    gap: 16px;
    display: none;
}
.basket-summary-acco.active .content {
    display: flex;
}
.basket-summary-acco .content .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}
.basket-summary-acco .content .items .name {
    font-size: 12px;
    font-weight: 300;
    color: #000;
}
.basket-summary-acco .content .items .price {
    font-size: 12px;
    color: #575757;
    font-weight: 300;
}
.basket-summary-acco .content .items .price.green {
    color: #0e9200;
}
.basket-summary-acco .content .items:last-child {
    border: none;
    padding: 0px;
}
.basket-summary-acco .header-blokc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-top: 1px solid #f4f4f4;
}
.basket-summary-acco .header-blokc .first {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 5px;
}
.basket-summary-acco .header-blokc .first .title {
    font-size: 13px;
    font-weight: 300;
    color: #000;
}
.basket-summary-acco .header-blokc .first .small-title {
    font-size: 11px;
    font-weight: 200;
    color: #575757;
}
.basket-summary-acco .header-blokc .last svg {
    width: 15px;
    height: 100%;
}
.login-body .tab-content input.form-control, .register-body .tab-content input.form-control {
    height: 44px;
    border-radius: 0;
    padding: 10px 8px;
    font-size: 13px;
    color: #000;
    border-color: #b8b8b8;
}
.login-body .password-link, .register-body .password-link {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.login-body .password-link a, .register-body .password-link a {
    font-size: 12px;
    border-bottom: 1px solid #000;
    color: #000;
}
.login-body #nav-register .form-phone-control, .register-body #nav-register .form-phone-control {
    padding-left: 50px;
}
.login-body .common-register-form .mws-form-inline .d-flex, .register-body .common-register-form .mws-form-inline .d-flex {
    margin-bottom: 20px;
}
.register-contract {
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 300;
}
.login-body .common-register-form .mws-form-inline .d-flex input[type='checkbox'], .register-body .common-register-form .mws-form-inline .d-flex input[type='checkbox'] {
    accent-color: #000;
}
.login-body .common-register-form .mws-form-inline .d-flex input, .register-body .common-register-form .mws-form-inline .d-flex input {
    width: 20px;
}
.login-body .common-register-form .mws-form-inline .d-flex label, .register-body .common-register-form .mws-form-inline .d-flex label {
    margin-bottom: 0;
}
/* basket page style end */
/* login page style */
.login-body-block {
    max-width: 350px;
    margin: auto auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.loginpage-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.forgot-pass-body-section .p-g-mod-base-content .p-g-mod-body {
    padding: 0px;
}
.forgot-pass-body-section .p-g-mod-base-content .p-g-mod-header {
    border: none;
    margin-bottom: 20px;
}
.forgot-pass-body-section .p-g-mod-header {
    height: auto !important;
    padding: 0px !important;
}
.forgot-pass-body-section .p-g-mod-base-content {
    border: none;
    max-width: 350px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.password-form input {
    height: 44px;
    border-radius: 0;
    padding: 10px 8px;
    font-size: 13px;
    color: #000;
    border-color: #b8b8b8;
}
.forgot-pass-body-section .password-form button {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 13px;
    height: 44px;
    align-items: center;
    font-weight: 500;
    border-radius: 0;
    margin-top: 1rem !important;
}
.forgot-pass-body-section .p-g-mod-base-content .p-g-mod-header .p-g-m-h-i-title {
    font-size: 20px !important;
    font-weight: 400 !important;
}
/* login page style end */
/* collection page style */
.collection-cover {
    border-radius: 0px;
    background: #fff;
    border: 1px solid #a1a1a1;
    margin-top: 25px;
}
.collection-cover .info {
    flex: 1;
    color: #000;
}
.collection-filter .cf-filter .btn {
    padding: 5px 20px;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
    height: 44px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    line-height: normal;
}
.collection-filter .cf-filter .btn::before {
    content: "";
    background: url('icons/collection-filter.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
}
.collection-filter {
    background: transparent;
    border-radius: 0px;
    padding: 0;
    align-items: center;
}
.collection-filter .cf-order select {
    padding: 7px 15px;
    height: 44px;
    border: 1px solid #ebebeb;
    font-size: 13px;
}
.collection-responsive-popup .p-g-mod-t-cat-filter .lag-checkbox label img {
    width: 16px;
    height: 100%;
}
.cat-responsive-popup .c-r-p-content {
    padding: 0;
}
.cf-filter .product-view-select {
    display: none;
}
/* collection page style end */
/* silincek kod */
.complement-product-block-pc {
    margin-bottom: 10px;
    cursor: pointer;
}
.comp-product-btn-pc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
}
.comp-product-btn-pc .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #181818;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
}
.complement-product-block-pc.active .right img {
    transform: rotate(180deg);
}
.complement-product-block-pc .products {
    opacity: 0;
    z-index: -1;
    height: 0;
    position: relative;
    display: none;
}
.complement-product-block-pc.active .products {
    opacity: 1;
    z-index: 1;
    height: 100%;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    display: block;
}
.card-product.complement .card-product-inner .image {
    margin-bottom: 10px;
    position: relative;
}
.card-product.complement .card-product-inner .image .quick-view-kart {
    bottom: 20px;
}
.card-product.complement .card-product-inner .image .quick-view-kart .quick-view-btn {
    width: 29px;
    height: 29px;
}
.card-product.complement .card-product-inner .image .quick-view-kart .quick-view-btn svg {
    width: 15px;
}
/* silincek kod */
/* no name style */
.pages-body .container {
    max-width: 1000px !important;
}
.ip-lp-page .container {
    max-width: 960px!important;
}
.mobil-sec {
    display: none;
}
.basket-confirm-alert {
    position: fixed;
    right: -100%;
    top: 80px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    padding: 10px;
    border: 1px solid #f4f4f4;
    transition: 0.5s;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.basket-confirm-alert.active {
    right: 10px;
    opacity: 1;
    visibility: visible;
}
.basket-confirm-alert .top {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.basket-confirm-alert .top .image img {
    width: 80px;
    height: 100%;
}
.basket-confirm-alert .top .last {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}
.basket-confirm-alert .top .last .sale-price {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.basket-confirm-alert .top .title-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
}
.basket-confirm-alert .top .title-container .title {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.basket-confirm-alert .top .title-container .small-title {
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 300;
}
.basket-confirm-alert .bottom .btnn {
    width: 50%;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 15px;
}
.basket-confirm-alert .bottom .btnn.basket-btnn {
    background: #000;
    color: #fff;
}
.basket-confirm-alert .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
/* no name style end */
/* footer style */
footer {
    margin-top: 60px;
}
footer .bb .container,
footer .seo-text-block .container {
    max-width: 1200px !important;
}
footer .seo-text-block {
    margin-bottom: 30px;
}
footer .seo-text-block .content {
    text-align: center;
    height: 150px;
    overflow: auto;
}
footer .seo-text-block .content h1, footer .seo-text-block .content h2 {
    color: #000;
    font-size: 1rem;
    font-weight: 300;
}
footer .seo-text-block .content p, 
footer .seo-text-block .content a, 
footer .seo-text-block .content li {
    font-size: 12px;
    font-weight: 200;
    color: #575757;
}
footer .seo-text-block .content h3,
footer .seo-text-block .content h4,
footer .seo-text-block .content h5,
footer .seo-text-block .content h6 {
    font-size: 0.8rem;
}
footer .seo-text-block .content a span,
footer .seo-text-block .content a strong, 
footer .seo-text-block .content a b,
footer .seo-text-block .content a div {
    color: #000 !important;
}
footer .bb .content .half {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 40px 0px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
footer .bb .content .half .col-first, footer .bb .content .half .col-last {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .mobil-app-block .cont-block .item {
    display: block;
}
footer .mobil-app-block .cont-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}
footer .mobil-app-block .cont-block .item img {
    max-width: 135px;
    width: 100%;
    height: 100%;
}
footer .bb .content .half .col-first .mobil-app-block {
    width: fit-content;
}
footer .bb .content .half .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-bottom: 20px;
}
footer .bb .content .half .title-container .title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.3px;
}
footer .bb .content .half .title-container .description {
    color: #575757;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.13px;
}
footer .newsletter-block .newsletter-form {
    position: relative;
    width: fit-content;
}
footer .newsletter-block .newsletter-form .newsletter-input {
    max-width: 295px;
    width: 100vw;
    height: 53px;
    border: 1px solid #E2E2E2;
    backdrop-filter: blur(27px);
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 400;
    padding-left: 16px;
    border-radius: 0px;
}
footer .newsletter-block .newsletter-form .btn {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
footer .bb .content .half .col-first {
    border-right: 1px solid #e2e2e2;
}
footer .bb .middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 30px;
}
footer .bb .middle .category-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
footer .bb .middle .category-block li {
    display: block;
}
footer .bb .middle .category-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 500px;
    text-align: center;
    padding: 0px;
    justify-content: center;
    margin-bottom: 20px;
}
footer .bb .middle .category-block li a {
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 500;
}
footer .social-media {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 15px;
}
footer .social-media a {
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.636px solid #A1A1A1;
}
footer .copyright {
    width: 100%;
    color: #575757;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}
footer .bb .end {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
    padding: 20px 0px;
    margin-top: 20px;
    border-top: 1px solid #e2e2e2;
}
footer .bb .end .cal-first ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    gap: 30px;
}
footer .bb .end .cal-first ul li {
    display: block;
}
footer .bb .end .cal-last {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: normal;
    gap: 20px;
}
footer .bb .end .cal-first ul li a {
    color: #575757;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}
/* foter style end */
@media (max-width:1440px) {
    .cstm-manset-block .write .links .item {
        font-size: 14px;
    }
    .cstm-manset-block .write .title-container .description {
        font-size: 17px;
    }
    .cstm-manset-block .write .title-container .title img {
        max-width: 650px;
    }
    .index-sfirsat img {
        max-width: 530px;
    }
    .index-sfirsat img {
        max-width: 480px;
    }
    .index-sfirsat .write {
        top: 6%;
        font-size: 98.037px;
    }
    .index-sfirsat .last .items .item {
        font-size: 15.17px;
    }
    .index-sfirsat .last .description {
        font-size: 16px;
    }
    .index-sfirsat .last .badge {
        padding: 15px 30px;
        font-size: 14px;
    }
    /* footer style */
    footer .seo-text-block .content {
        height: 60px;
    }
    /* footer style end */
}
@media(max-width:1366px) {
    .index-sfirsat .write {
        top: 3%;
        font-size: 80.037px;
    }
    .index-sfirsat img {
        max-width: 455px;
    }
}
@media(max-width: 1280px) {
    .index-sfirsat .write {
        top: 0%;
        font-size: 98px;
    }
    .card-product .auto-date-info {
        padding: 5px 11px 5px 8px;
    }
}
@media (max-width:1024px) {
    .index-sfirsat {
        padding-top: 80px;
    }
    .index-sfirsat img {
        max-width: 450px;
        width: 100%;
        height: 100%;
    }
    .index-sfirsat .last .items .item {
        font-size: 13.17px;
    }
    .index-sfirsat .last .description {
        font-size: 15px;
    }
    .index-sfirsat .last .badge {
        font-size: 13px;
    }
    /* footer style */
    footer .bb .end {
        padding: 15px 0px;
    }
    footer .bb .end .cal-first ul {
        gap: 20px;
    }
    footer .bb .end .cal-first ul li a {
        font-size: 11px;
    }
    /* footer style end */
}
@media (max-width:991px) {
    /* header style */
    .h-search-sec {
        height: calc(100vh - 98px);
        top: 98px;
    }
    .header-search-block .content-block {
        padding: 10px 0 100px 0;
    }
    .header-search-block .content-block .keywords, .header-search-block .content-block .brands-block {
        margin-bottom: 20px;
    }
    .header-search-block .content-block .title-block {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .header-search-block .content-block .keywords .items {
        gap: 8px;
    }
    .header-search-block .content-block .keywords .items a {
        padding: 9px 21px;
        font-size: 11px;
    }
    .header-search-block .content-block .keywords .items a[href="/super-firsat"] {
        color: #DC2E2E;
    }
    .header-search-block .content-block .title-block {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .header-search-block .content-block .easy-autocomplete-container ul {
        height: 100%;
    }
    .easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
        width: calc(50% - 2px);
    }
    /* header style end */
    .cstm-manset-line {
        height: 37px;
        font-size: 14px;
    }
    .cstm-manset-block {
        margin-top: 0;
        height: 100%;
    }
    .cstm-manset-block .write .title-container .title img {
        max-width: 250px;
    }
    .cstm-manset-block .write .title-container .description {
        font-size: 12px;
    }
    .cstm-manset-block .write .links {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 30px;
        justify-content: center;
    }
    .mobil-manset-sec {
        margin-top: -76px;
    }
    .cstm-manset-block .write .info {
        font-size: 12px;
        margin-top: 15px;
        text-align: center;
    }
    .cstm-manset-block .write .links .item {
        width: calc(40% - 8px);
        font-size: 12px;
    }
    .profil-detail-info {
        display: none;
    }
    .product-profile-1 .slide-panel {
        padding: 0px;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        display: flex;
        flex-direction: column;
        border-top: 1px solid #f4f4f4;
    }
    .slide-panel-head {
        flex: 0 0 auto;
        min-height: 30px;
        cursor: grab;
        background: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        touch-action: none;
        z-index: 10;
        padding: 20px;
        margin: 0px;
    }
    .slide-panel-body {
        flex: 1 1 auto;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding-bottom: 150px;
    }
    .product-detail-sec {
        margin-top: -50px;
    }
    .product-carousel .carousel-inner {
        overflow: auto;
    }
    .product-carousel .carousel-inner .row {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        width: max-content;
        flex-wrap: nowrap;
    }
    #product-profile-carousel .carousel-inner .carousel-item .img-auto,
    #product-profile-carousel .carousel-inner .carousel-item .video video {
        max-width: 350px;
        width: 100%;
        height: calc(100dvh - 135px - env(safe-area-inset-bottom));
        aspect-ratio: 1;
        object-fit: cover;
        object-position: top;
    }
    .mobil-sec {
        display: block;
    }
    .desktop-sec {
        display: none;
    }
    .index-sfirsat .write {
        letter-spacing: -0.142px;
        line-height: 1;
        top: -13%;
        font-size: 60px;
        gap: 0;
        flex-direction: column;
    }
    .index-sfirsat img {
        max-width: 325px;
    }
    .index-sfirsat {
        padding-top: 0;
        flex-direction: column-reverse;
        gap: 90px;
        height: 100vh;
        justify-content: center;
    }
     .index-sfirsat .last .items {
        gap: 15px;
    }
    .index-sfirsat .last .items .item {
        width: calc(33.3333333333% - 10px);
        font-size: 12.17px;
    }
    .index-sfirsat .last .description {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .index-sfirsat .last .badge {
        padding: 12px 20px;
        font-size: 11px;
        margin-bottom: 20px;
    }
    .index-sfirsat .last,.index-sfirsat .first {
        width: 100%;
    }
    .banner-badges-block {
        display: none;
    }
    .product-profile-info {
        display: none;
    }
    .mobil-product-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }
    .mobil-product-buttons .variants-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        line-height: normal;
        gap: 6px;
    }
    .mobil-product-buttons .variants-block .content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3px;
    }
    .product-body div#qpien-widget {
        display: none;
    }
    .mobil-product-buttons .size-btn {
        padding: 14px 0px;
        flex: 1;
        background: #000;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mobil-product-buttons .variants-block span {
        color: #000;
        font-size: 10px;
        font-weight: 400;
        line-height: normal;
    }
    .mobil-product-buttons .variants-block .content .item img {
        width: 30px;
        height: 100%;
    }
    .product-profile-1 .slide-panel .slide-panel-head {
        margin-bottom: 0;
        padding: 8px 15px 15px 15px;
    }
    .product-profile-1 .slide-panel .slide-panel-head .notch {
        border-radius: 40px;
        background: #E7E6E6;
        width: 40px;
        height: 2px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .product-body .product-short-link {
        display: none;
    }
    .attributes-side {
        display: none;
    }
    .profil-detail-info,.df-detail-items-block .p-g-mod {
        margin: 0px;
    }   
    .df-detail-items-block .df-detail-item {
        border-bottom: 1px solid #F4F4F4;
    }
    .df-detail-items-block .df-detail-item .head-block {
        padding: 15px;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        line-height: normal;
        margin: 0px;
    }
    .df-detail-items-block .df-detail-item .head-block .product-code {
        color: #A1A1A1;
        font-size: 11px;
        font-weight: 400;
        line-height: normal;
        border-left: 1px solid #f4f4f4;
        padding-left: 12px;
    }
    .df-detail-items-block .df-detail-item .head-block .title {
        font-size: 13px;
        font-weight: 400;
    }
    .df-detail-items-block .df-detail-item .body-block {
        padding: 15px;
    }
    .df-detail-items-block .df-detail-item .body-block .raw-content {
        color: #575757;
        font-size: 12px;
        font-weight: 400;
        line-height: 200%;
    }
    .df-detail-items-block .df-detail-item.care .head-block {
        border-top: none;
    }
    .df-detail-items-block .df-detail-item .body-block .title {
        color: #000;
        text-align: left;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }
    .df-detail-items-block .df-detail-item .body-block .description p {
        color: #575757;
        font-size: 12px;
        font-weight: 400;
        line-height: 180%;
    }
    .pcare-item-img img {
        height: 31px;
    }
    .profil-detail-info .df-detail-items-block {
        margin-bottom: 15px;
    }
    .pcare-item:hover .pcare-item-write {
        top: 107%;
        font-size: 11px;
    }
    .df-detail-items-block .df-detail-item.care .body-block {
        padding-bottom: 20px;
    }
    .pdetail-bade-block {
        padding: 0px 12px;
    }
    .product-body .product-title-container .comment-value-block.desktop-sec {
        display: none;
    }
    .product-body .varyant-container {
        border-bottom: 1px solid #F4F4F4;
    }
    .wish-list-toolbox {
        display: none;
    }
    .profil-detail-info .comment-value-block {
        margin-bottom: 10px;
        padding: 0px 13px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }
    .index-banners-block .twobanner-section .write {
        height: 45px;
        font-size: 14px;
        padding: 0px 20px 20px 20px;
    }
    .cat-filter-sticky {
        padding: 15px 15px;
    }
    .card-product .card-product-inner .price-group .prices .prom-oran {
        font-size: 10px;
    }
    .renkSecenek {
        bottom: 6px;
        right: 6px;
        padding: 2px 5px 2px 3px;
        font-size: 10px;
        gap: 4px;
    }
    .renkSecenek svg {
        width: 23px;
        height: 100%;
    }
    .quick-view-kart {
        bottom: 20px;
    }
    .quick-view-btn {
        width: 23px;
        height: 23px;
    }
    .quick-view-btn svg {
        width: 13px;
        height: 100%;
    }
    .banner-badges-block {
        left: 8px;
        top: 8px;
    }
    .banner-badges-block .item img {
        max-width: 70px;
    }
    .kart-collection-btn {
        right: 8px;
        top: 8px;
    }
    .quick-view-block .head-block {
        margin-bottom: 15px;
    }
    .kart-collection-btn svg {
        width: 19px;
        height: 100%;
    }
    .category-filter-order .category-filter-btn {
        font-size: 13px;
        gap: 5px;
    }
    .category-filter-order .category-filter-btn .icon svg {
        width: 20px;
        height: 100%;
    }
    .quick-view-block .content .bottom .btn-cart svg {
        width: 23px;
    }
    .quick-view-block .content .bottom {
        gap: 10px;
        padding: 0px 15px 15px 15px;
    }
    .quick-view-block .content .bottom .return-product svg {
        width: 16px;
    }
    .quick-view-block .pd-info {
        margin-bottom: 15px;
        gap: 15px;
    }
    .quick-view-block .pd-info .last .title {
        font-size: 15px;
        margin-bottom: 4px;
    }
    .quick-view-block .pd-info .cargo-count svg {
        width: 19px;
    }
    .quick-view-block .pd-info .last .prices .sale-price {
        font-size: 13px;
    }
    .quick-view-block .pd-info .cargo-count {
        margin-bottom: 17px;
        gap: 6px;
        font-size: 12px;
        margin-top: 5px;
        line-height: normal;
    }
    .quick-view-block .body, .quick-view-block .footer, .quick-view-block .pd-info {
        padding: 0px 15px;
    }
    .new-cart-age-block .col-main-last {
        background: #fff;
        height: 100%;
        padding: 20px;
        margin: 0px -15px;
    }
    .new-cart-age-block .col-lg-8.col-12 {
        padding: 0px;
    }
    .new-cart-age-block .row {
        gap: 15px;
    }
    .new-cart-age-block .col-lg-4.col-12 {
        padding: 0px;
    }
    .new-cart-age {
        padding: 14px 4px 0;
    }
    .new-cart-age .cart-products .items {
        padding: 6px;
        flex-wrap: wrap;
    }
    .new-cart-age .cart-products .items .cp-image {
        padding-right: 8px;
        min-width: 83px;
        max-width: 125px;
    }
    .new-cart-age .cart-products .items .cp-name-variants {
        flex: 1;
    }
    .new-cart-age .cart-products .items .cp-price-del {
        flex-direction: row;
        flex: unset;
        align-items: center;
        width: 100%;
        padding: 10px 6px 2px;
    }
    .new-cart-age .cart-products .items .cp-name-variants a.name {
        padding: 8px;
        margin-top: 6px;
    }
    .new-cart-age .quantitys {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        padding: 0;
    }
    .new-cart-age .quantitys .product-quantity .btn {
        height: 30px;
        border: 0;
        width: 25px;
    }
    .new-cart-age .quantitys .product-quantity input {
        height: 30px;
        width: 30px;
    }
    .new-cart-age .price {
        flex-direction: row;
        gap: 9px;
        padding-left: 10px;
    }
    .new-cart-age .cart-products .items .cp-price-del .fav-del {
        padding-bottom: 0;
    }
    .gift-code-block.active .body-block {
        bottom: 0;
        overflow: auto;
    }
    .gift-code-block .body-block {
        position: fixed;
        right: 0;
        left: 0;
        bottom: -100%;
        top: unset;
        height: calc(100% - 150px);
    }
    .gift-code-block .body-block .menu-sticky {
        padding: 20px 30px;
        position: unset;
        border-top: 1px solid #f4f4f4;
    }
    .gift-code-block .body-block .top-block {
        padding: 20px 30px 20px 30px;
    }
    .voucher-code-form .input-group {
        gap: 6px;
    }
    .voucher-code-form .input-group .form-control {
        margin: 0px;
    }
    .gift-code-block .body-block .bottom-block {
        overflow: unset;
        height: 100%;
    }
    .gift-code-block .body-block .bottom-block .content {
        max-height: max-content;
        margin: 0px -30px;
        overflow: unset;
        height: 100%;
    }
    .card-voucher .topp {
        padding: 15px 30px 15px 30px;
    }
    .card-voucher .botttom {
        gap: 10px;
        padding: 10px 10px;
    }
    .card-voucher .topp .first-col .title {
        font-size: 14px;
        gap: 7px;
    }
    .card-voucher .topp .first-col .title svg {
        width: 25px;
    }
    .card-voucher .topp .last-col .voucher-code, .card-voucher .topp .last-col .btn {
        font-size: 10px;
    }
    .card-voucher .botttom .item {
        font-size: 10px;
    }
    .new-cart-age-block .col-main-first {
        padding: 0px;
    }
    .new-cart-age .cart-products .items .cp-price-del .fav-del .btn {
        padding: 0px;
        width: auto;
        height: auto;
        border: none;
        outline: none;
    }
    .new-cart-age .quantitys .product-quantity .btn svg {
        width: 11px;
        height: 100%;
    }
    .new-cart-age-right .cart-right-ozet,
    .new-cart-age-right .cart-right-top {
        display: none;
    }
    .basket-tax-block {
        font-size: 12px;
        gap: 8px;
        padding: 18px 15px;
    }
    .basket-tax-block svg {
        width: 23px;
        height: 100%;
    }
    .mobil-fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 2;
        display: flex;
        flex-direction: column;
        border: 0;
    }
    .mobil-fixed-bottom .price-and-btn {
        padding: 10px 14px;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #f4f4f4;
    }
    .mobil-fixed-bottom .price-and-btn .price-block {
        flex: 0 0 50%;
    }
    .mobil-fixed-bottom .price-and-btn .items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .mobil-fixed-bottom .price-and-btn .items .name {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mobil-fixed-bottom .price-and-btn .items .price.black.green {
        color: #4DC762;
    }
    .mobil-fixed-bottom .price-and-btn .btn-block a.btn.btn-complete.btn-theme-1 {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.28px;
        width: 100%;
        background: #000;
        border-radius: 0;
        padding: 12px;
    }
    .same-products-block .top .title {
        color: #000;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .same-products-block {
        gap: 15px;
        padding: 15px;
    }
    .same-products-block .overflow-flex .item {
        color: #A1A1A1;
        gap: 5px;
        max-width: 70px;
        width: 100%;
        text-align: center;
    }
    .same-products-block .overflow-flex .item.active {
        color: #000;
    }
    .same-products-block .overflow-flex .item span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mobil-overview-products {
        display: flex;
    }
    .card-product .auto-date-info {
        font-size: 9px;
        bottom: 8px;
        padding: 3px 8px 3px 6px;
    }
    .index-banners-block .twobanner-section .write .btnn {
        display: none;
    }
    .product-body .product-title-container .free-cargo {
        display: block;
    }
    .basket-confirm-alert.active {
        right: 0;
        left: unset;
        gap: 6px;
        padding: 5px;
        max-width: 320px;
    }
    .basket-confirm-alert .top .title-container .title {
        font-size: 13px;
    }
    .basket-confirm-alert .top .last .sale-price {
        font-size: 13px;
    }
    .basket-confirm-alert .top .title-container .small-title {
        font-size: 12px;
    }
    .basket-confirm-alert .bottom .btnn {
        font-size: 13px;
        padding: 7px 15px;
    }
     .complement-product-block-pc {
                display: none;
            }
            .profil-detail-info.mobil-sec .complement-product-block-pc {
                display: block;
            }
            .comp-product-btn-pc {
                border-color: #f4f4f4;
                border-right: 0;
                border-left: 0;
            }
            .complement-product-block-pc.active .products {
                border-color: #f4f4f4;
                border-right: 0;
                border-left: 0;
                border-top: 0;
            }
            .card-product.complement .card-product-inner .image .quick-view-kart .quick-view-btn {
                width: 25px;
                height: 25px;
            }
            .card-product.complement .card-product-inner .image .quick-view-kart .quick-view-btn svg {
                width: 13px;
            }
            .card-product.complement .card-product-inner .image .quick-view-kart {
                bottom: 15px;
            }
    /* footer style */
    footer .bb .middle {
        padding-top: 20px;
    }
    footer .bb .content .half {
        flex-direction: column;
        padding: 20px 0px;
    }
    footer .bb .content .half .title-container {
        align-items: center;
        gap: 7px;
        margin-bottom: 15px;
        text-align: center;
    }
    footer .bb .content .half .col-first {
        border-right: none;
        margin-bottom: 25px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 25px;
    }
    footer .mobil-app-block .cont-block {
        gap: 5px;
    }
    footer .newsletter-block .newsletter-form .newsletter-input {
        height: 48px;
        font-size: 10px;
        padding-left: 12px;
    }
    footer .newsletter-block .newsletter-form .btn {
        right: 12px;
    }
    footer .newsletter-block .newsletter-form .btn svg {
        width: 21px;
        height: 100%;
    }
    footer .bb .middle .category-block li a {
        font-size: 12px;
    }
    footer .bb .middle .category-block {
        width: 95%;
    }
    footer .social-media a {
        width: 27px;
        height: 27px;
    }
    footer .social-media a svg {
        width: 14px;
        height: 100%;
    }
    footer .social-media {
        margin-bottom: 15px;
    }
    footer .copyright {
        font-size: 10px;
    }
    footer .bb .end {
        flex-direction: column-reverse;
        gap: 15px;
    }
    footer .bb .end .cal-first ul {
        gap: 4px 10px;
        flex-wrap: wrap;
        width: 80%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
    footer .bb .end .cal-first ul li a {
        font-size: 10px;
    }
    footer .bb .end .cal-last {
        gap: 15px;
    }
    footer .bb .end .cal-last .bank-logo img {
        width: 135px;
        height: 100%;
    }
    /* footer style end */
}