@media (max-width: 1024px) {
    #evaste-settings-btn.evaste-settings-left {
        bottom: 12rem !important;
    }
}
.td-product .p-info a.product-setup {
    font-size: 14px!important;
    font-weight: 500!important;
    color: #E21836;
    line-height: normal;
}
.td-product .p-info a.product-setup .mont-kuru .left {
    gap: 4px;
    display: flex;
    align-items: center;
}
.td-product .p-info a.product-setup .mont-kuru .left {
    gap: 4px;
    display: flex;
    align-items: center;
}
.td-product .p-info a.product-setup .mont-kuru .addremove {
    border-radius: 4px;
    background: rgba(226, 24, 54, 0.10);
    padding: 2px 10px;
    font-weight: 400;
    display: flex;
    gap: 5px;
    font-size: 13px!important;
}
.td-product .p-info {
    width: 100%;
}
.mont-kuru {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
}
.td-product .p-info a.product-setup .mont-kuru .addremove.r {
    background: 0;
    border: 1px solid #000;
    color: #000;
}
.td-product .p-info a.product-setup .mont-kuru .addremove.free {
    color: #008000;
    background: #CCFFCC;
    font-weight: 600;
}
/* newcard */
.new-card-area {
    border: 1px solid #f4f4f4;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.new-card-area .top-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    flex-wrap: nowrap;
    border-bottom: 1px solid #f4f4f4;
}
.new-card-area .new-title {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: normal;
}
.new-card-area .new-title .first-title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 28px;
}
.new-card-area .top-block .card-attributes {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.new-card-area .top-block .card-attributes .block {
    display: flex;
    align-items: center;
}
.new-card-area .top-block .card-attributes .block .value {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.258px;
}
.new-card-area .top-block .card-attributes .block .colors-area img {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    object-fit: cover;
}
.new-card-area .top-block .card-attributes .block .colors-area {
    margin-right: -16px;
}
.new-card-area .top-block .card-attributes .block .colors-area:last-child {
    margin-right: 0;
}
.new-card-area .top-block .card-attributes .block .extra-count.ml-1 {
    font-size: 14px!important;
}
.new-card-area .center-block {
    padding: 20px;
}
.new-card-area .center-block .price-and-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-card-area .center-block .price-and-badge .price-side {
    display: flex;
    margin-bottom: 6px;
    gap: 12px;
}
.new-card-area .center-block .new-sale-price {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.new-card-area .center-block .sale-price {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.new-card-area .center-block .list-price.gr {
    color: #A1A1A1;
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.new-card-area .center-block .promo-infos {
    color: #E21836;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.new-card-area .center-block .promo-infos span {
    font-size: 18px;
}
.new-card-area .center-block .price-and-badge .promo-and-badge .items {
    background: #E21836;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 16px;
}
.new-card-area .bottom-block {
    padding: 12px 20px;
    border-top: 1px solid #f4f4f4;
}
.new-card-area .bottom-block .item {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.new-card-area .bottom-block .red {
    color: #E21836;
}
.swipe-promotext {
    position: relative;
    overflow: hidden;
    height: 20px;  
}
.swipe-promotext .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
    transition: transform 0.1s linear;
    opacity: 0;
    pointer-events: none;
}
.swipe-promotext .item.active {
    transform: translateY(0%);
    opacity: 1;
    position: relative;
    pointer-events: auto;
}
.ones a.c-p-i-link {
    flex: 0!important;
}
.ones .card-product .card-product-inner .new-card-area {
    flex: 0 0 50%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-top: 1px solid #f4f4f4;
    border-left: 0;
}
.ones .card-product .card-product-inner .new-card-area .top-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}
.ones .card-product .card-product-inner .new-card-area .top-block .card-attributes {
    align-items: flex-start;
}
.new-card-area .center-block .badge-side {
    gap: 2px;
    display: flex;
    flex-direction: column;
}
.threed-badge.card {
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    backdrop-filter: blur(1.7752809524536133px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 2;
    padding: 8px 12px;
    gap: 8px;
    border-bottom: 0;
    color: #181818;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
}
.new-card-area .extra-count.c {
    margin-left: 18px;
}
.pages-body .modal.native-modal.show {
    display: none!important;
}
.pages-body .modal-backdrop.show {
    display: none;
}
body.pages-body.modal-open {
    overflow: auto!important;
}
.home-body header.desktop.fixed-desktop .dropdown-languages-1 .dropdown-toggle,
.dropdown-languages-1 .dropdown-toggle:hover {
    color: #fff;
}
.home-body header.desktop .dropdown-languages-1 .dropdown-toggle,
.dropdown-languages-1 .dropdown-toggle:hover {
    color: #000;
}
.home-body header.desktop.fixed-desktop .dropdown-languages-1 .dropdown-item,
.dropdown-languages-1 .dropdown-item:focus,
.dropdown-languages-1 .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
.home-body header.desktop .dropdown-languages-1 .dropdown-item,
.dropdown-languages-1 .dropdown-item:focus,
.dropdown-languages-1 .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-languages-1 .dropdown-menu {
    background: transparent;
    padding: 5px;
    min-width: 90px;
    backdrop-filter: blur(10px);
}
.lang-box {
    gap: 4px;
}
.home-body header.desktop.fixed-desktop .header-area.last img {
    filter: invert(0);
    transition: all var(--transition-time);
}
header.desktop .header-area.last img {
    filter: invert(1);
    transition: all var(--transition-time);
}
.home-body header.desktop.fixed-desktop .header-bar .bar-link {
    color: #fff!important;
}
.footer-top-side {
    border-top: 1px solid #e2e2e2;
}
.socail-footer-area .title {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 24px;
}
.socail-footer-area .icons-area {
    display: flex;
    gap: 32px;
}
.footer-contact-area .title {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.footer-contact-area .s-title {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 28px;
}
.footer-contact-area .contact-items img {
    width: 28px;
}
.footer-contact-area .contact-items {
    border-radius: 6px;
    border: 1.5px solid #E2E2E2;
    background: #FFF;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    gap: 10px;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    width: 74%;
}
.footer-contact-area .contact-items.sec {
    margin-bottom: 0;
}
.footer-contact-area {
    padding-right: 52px;
}
.col-12.col-md-7.rb {
    border-right: 1px solid #e2e2e2;
    padding: 60px 10px;
}
.col-12.col-md-5.ps {
    padding: 60px 0px 60px 110px;
}
.footer-top-side .title.text-left {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 16px;
}
ul.footer-list {
    padding: 0;
    margin: 0;
}
ul.footer-list li {
    list-style: none;
}
ul.footer-list li a {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
footer {
    background: #fbfbfb;
    border-bottom: 1px solid #f4f4f4;
}
.fotlok {
    margin-bottom: 90px;
}
li.more a {
    color: #A1A1A1 !important;
    text-decoration-line: underline;
}
.f-last-side {
    padding-right: 40px;
    margin-top: 64px;
}
.f-last-side .contact-items {
    border-radius: 5px;
    border: 1px solid #E21836;
    background: #FFF;
    color: #E21836;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 14px 0;
    margin-bottom: 21px;
}
footer .logo-area {
    display: flex;
    margin: 0;
    gap: 12px;
}
.footer-right .title {
    margin-bottom: 10px;
}
.footer-right a.stext {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-decoration-line: underline;
}
.katalog-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 34px 0 32px;
}
.lang-box.footer {
    gap: 4px;
    justify-content: flex-end;
    border-radius: 5px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    width: fit-content;
    float: right;
    padding: 19px;
}
.lang-box.footer img {
    filter: invert(1);
}
.footer-bottoms {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cpyright {
    color: #575757;
    font-size: 14px;
    font-weight: 400;
}
.type-45-swiper .swiper-button-next, .type-45-swiper .swiper-button-prev {
    color: rgba(255, 255, 255, 1) !important;
}
.type-45-swiper .swiper-pagination-bullet {
    opacity: .5 !important;
    width: 44px;
    border-radius: 0;
    height: 4px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 80px!important;
}
.bg-set.manset-bottom-text {
    background: #FBFBFB;
}
.pattern-group .p-g-mod {
    background: transparent!important;
}
.bg-set.manset-bottom-text .text-block b {
    color: #000;
    font-weight: 600 !important;
}
.bg-set.manset-bottom-text .text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 50px;
    padding: 34px 0 14px;
    width: 60%;
    margin: auto;
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
}
.p-g-mod.p-g-mod-t-45.p-g-mod-headline.p-g-mod-trans {
    margin: 0;
}
.fnt-title .ban-type-title {
    font-family: "Macklin Display";
    font-weight: 400;
}
.fnt-title .ban-type-description {
    color: #E2E2E2!important;
    font-size: 18px!important;
    font-weight: 400!important;
    line-height: normal!important;
}
.home-body .p-g-mod-t-44 .ban-type-4 .ban-type-content {
    padding-bottom: 38px!important;
}
.fnt-title .p-g-h-info {
    align-items: center !important;
    padding: 34px 0 16px;
}
.fnt-title .p-g-h-i-title {
    color: #000!important;
    font-family: "Macklin Display";
    font-size: 26px!important;
    font-style: normal!important;
    font-weight: 500!important;
}
.owl-wrapper .custom-module-code-206 .owl-dots {
    display: flex !important;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0 20px;
    gap: 12px;
}
.owl-wrapper .custom-module-code-206 .owl-dots button.owl-dot,
.owl-wrapper .custom-module-code-206 .owl-dots button.owl-dot:focus{
    background: #ffffff85 !important;
    width: 44px;
    height: 4px;
    border: 1px solid #E2e2e2;
    outline: 0;
}
.owl-wrapper .custom-module-code-206 .owl-dots button.owl-dot.active {
    background: #fff !important;
    height: 6px;
}
.crsl-btn .owl-wrapper .owl-single-button.owl-single-button-prev {
    left: 1%!important;
    width: 60px!important;
    height: 60px!important;
    font-size: 24px!important;
}
.crsl-btn .owl-wrapper .owl-single-button.owl-single-button-next {
    right: 1%!important;
    width: 60px!important;
    height: 60px!important;
    font-size: 24px!important;
}
.crsl-btn .owl-wrapper .owl-single-button {
    display: none;
}
.crsl-btn:hover .owl-wrapper .owl-single-button {
    display: flex;
}
.bg-set {
    background: #fbfbfb;
}
.fnt-title .p-g-h-i-description {
    color: #000 !important;
    font-family: macklin display;
    font-size: 28px !important;
    font-style: normal !important;
    font-weight: 500 !important;
}
.custom-module-code-207 .ban-type .ban-type-btn {
    font-weight: 400!important;
    text-decoration-line: underline!important;
    margin: 0!important;
    margin-top: -6px!important;
}
.bg-set.mset {
    margin: 60px 0 20px;
    padding: 40px 0;
}
.index-design-area .left-text-side .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 28px;
    font-weight: 400;
    line-height: 39.5px;
    margin: 42px 0 30px;
}
.index-design-area .left-text-side .text {
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 400;
    line-height: 29.484px;
    width: 92%;
    margin-bottom: 30px;
}
.index-design-area .left-text-side .btn-design {
    width: max-content;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    backdrop-filter: blur(10px);
    padding: 14px 20px;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
}
.index-design-area .row {
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 60px;
}
.ds .col-12 {
    padding: 0;
}
.ds .p-g-mod-body {
    padding: 0 !important;
}
.mset {
    margin: 40px 0;
}
.blog-top-title-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}
.blog-top-title-side .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.blog-top-title-side .fast-search {
    display: flex;
    gap: 20px;
    flex-wrap: nowrap;
}
.blog-top-title-side .fast-search .items {
    border-radius: 2px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 12px 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.index-card-blog {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 28px;
    gap: 50px;
    height: 100%;
    max-height: 355px;
    border-radius: 10px;
    border-top: 1.03px solid #F4F4F4;
    border-right: 1.03px solid #F4F4F4;
    border-bottom: 1.03px solid #F4F4F4;
    background: #FFF;
}
.mset .p-g-b-c-1{
    height: auto;
}
.index-card-blog .image {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    height: 100%;
}
.index-card-blog .image img.img-auto {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}
.index-card-blog .date {
    color: #A1A1A1;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}
.index-card-blog a.title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.nop .col-12 {
    padding: 0;
}
.index-card-blog .description {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin: 28px 0 28px;
    width: 85%;
}
.index-card-blog .buttons {
    width: max-content;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    backdrop-filter: blur(10px);
    padding: 9px 20px;
    color: #2F2F2F;
    font-size: 16px;
    font-weight: 400;
}
.index-design-area.signature .row {
    justify-content: flex-start;
    gap: 30px;
}
.index-design-area.signature .left-text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-left: 64px;
}
.hizmetler-items {
    border-radius: 8.42px;
    border: 1.053px solid #E2E2E2;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.hizmetler-items .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin: 32px 0 20px;
    height: 50px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hizmetler-items .description {
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    height: 61px;
}
.hizmetler-items .btn-items {
    width: max-content;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 14px 20px;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
}
.row.mgz {
    padding: 76px 0;
}
.magazlarimiz-text-area {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.magazlarimiz-text-area .title {
    color: #181818;
    text-align: center;
    font-family: "Macklin Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 159.5%;
}
.magazlarimiz-text-area .sub-title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 22px;
    font-weight: 400;
    line-height: 159.5%;
    margin-bottom: 18px;
}
.magazlarimiz-text-area .description {
    color: #A1A1A1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 26px;
}
.magazlarimiz-text-area .btn-magaza {
    width: max-content;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    background: #fff;
    backdrop-filter: blur(10px);
    padding: 14px 20px;
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
}
.index-card-blog .date img.img-auto {
    max-width: 18px;
}
.index-card-blog .buttons img.img-auto {
    max-width: 26px;
}
.index-card-blog .buttons a.btn.btn-read-more.btn-sm {
    display: flex;
    gap: 6px;
    align-items: center;
}
.cart-landing-page-banner-block {
    margin-top: 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.cart-landing-page-banner-block .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1680px;
    margin: auto;
}
.cart-landing-page-banner-block .text .title {
    color: #FFF;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    background: 0 0;
    margin-bottom: 22px;
}
.cart-landing-page-banner-block .text .stitle {
    color: #FAFAFA;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: 14px;
    background: 0 0;
}
.cart-landing-page-banner-block .text .description {
    color: #FAFAFA ;
    font-size: 18px ;
    font-style: normal ;
    font-weight: 400 ;
    line-height: 21px ;
    margin: 0 ;
    width: 70% ;
    background: 0 0 ;
    text-align: center;
}
.cart-landing-page-sides {
    max-width: 1660px;
    margin: 40px auto;
    padding: 10px 0;
    width: 97%;
}
.cart-landing-page-sides .p-g-m-h-i-title {
    color: #A1A1A1;
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 2px !important;
}
.cart-landing-page-sides .p-g-m-h-i-description {
    color: #181818;
    font-size: 20px !important;
    font-weight: 400 !important;
}
.cart-landing-page-sides .p-g-mod-header.p-g-mod-header-p-0 {
    margin-bottom: 36px;
    padding: 0 10px !important;
}
.cart-landing-page-sides a.btn.btn-mod {
    color: #2F2F2F;
    font-size: 14px!important;
    font-weight: 400;
}
.cart-landing-page-sides a.btn.btn-mod {
    color: #2F2F2F;
    font-size: 14px !important;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    backdrop-filter: blur(10px);
    padding: 10px 22px !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cart-landing-page-sides a.btn.btn-mod:after {
    content: url(icons/arrow-right.svg);
    height: 26px;
    width: 26px;
}
.cart-landing-page-sides .ban-type-title {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    font-style: normal;
    font-weight: 400;
    line-height: 159.5%;
    padding: 12px 28px !important;
}
.cart-landing-page-sides .ban-type-content {
    align-items: flex-start !important;
    width: 90% !important;
    padding-bottom: 20px !important;
}
.cart-landing-page-sides .image::after {
    border-radius: 10px !important;
}
.category-filter-list {
    border-radius: 10px;
    border: 1px solid #f4f4f4;
    padding: 30px;
}
.simplebar-content {
    margin-bottom: -5px !important;
}
.category-filter-order .list-wrap .right {
    display: flex;
    gap: 10px;
    align-items: center;
}
.category-filter-order .list-wrap .cat-title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 20px;
    font-weight: 400;
    line-height: 159.5%;
}
.category-filter-list .list-wrap .list li {
    color: #A1A1A1!important;
    font-size: 14px!important;
    font-weight: 400!important;
    line-height: normal!important;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a,.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
}
.card-product .card-product-inner .image-wrapper .image img {
    border-radius: 7px 7px 0 0;
}
.card-product-tops {
    display: flex;
}
.card-product-tops .first-title {
    color: #181818;
    font-size: 22px;
    font-weight: 500;
    line-height: 20.258px;
    margin-bottom: 6px;
    font-family: "Macklin Display";
}
.discount-name {
    color: #E21836;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 28.095px;
}
.card-product .card-product-inner .price-group .prices span.pFiyat {
    color: #E21836;
    font-size: 18px;
    font-weight: 500;
    line-height: 28.095px;
}
.ones .card-product-bottoms {
    padding: 18px 14px 18px 40px;
}
.card-product-bottoms {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 18px 14px 18px 14px;
    background: #FBFBFB;
    border-top: 1px solid #f4f4f4;
}
.card-bottoms {
    border: 1px solid #f4f4f4;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
}
.card-product-bottoms .value {
    color: rgba(161, 161, 161, 0.67);
    font-size: 16px;
    font-weight: 400;
    line-height: 20.258px;
}
.card-product-bottoms .d-flex {
    gap: 9px;
    align-items: center;
}
.extra-count {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.258px;
}
.selected-filter-item {
    border-radius: 2px;
    border: 1px solid #F4F4F4;
    background: #FBFBFB;
    width: 195px;
    display: flex;
    padding: 6px 16px;
    justify-content: space-between;
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 44px;
    align-items: center;
    cursor: pointer;
}
.selected-filters-wrapper {
    display: flex;
    align-items: center;
    margin: 18px 0;
    gap: 12px;
}
button#reset-all-filters {
    border-radius: 2px;
    border: 1px solid #181818;
    height: 44px;
    width: 122px;
    outline: 0;
    background: #fff;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
nav.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}
body.product-body .prev-next.d-none {
    display: flex !important;
}
.product-next-prev {
    display: flex;
    gap: 15px;
}
.product-next-prev a {
    display: flex;
    gap: 10px;
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.product-profile-1 h1.title .ttitle {
    color: #181818;
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Macklin Display";
    margin-bottom: 6px;
}
.reviews-sku {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 10px;
    margin: 10px 0;
    align-items: center;
}
.product-reviews {
    display: flex;
    line-height: normal;
    gap: 7px;
    align-items: center;
}
.product-reviews .count {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
}
.product-reviews .count span.cl {
    color: #777;
}
.sku {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px;
}
.product-price-group .prices .first {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #f4f4f4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.product-price-group .prices .second {
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #F4F4F4;
    background: rgba(226, 24, 54, 0.10);
    border-top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    color: #E21836;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.product-price-group .prices .first .right {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-price-group .prices .second .right .new-sale-price {
    font-size: 20px;
    font-weight: 600;
}
.product-price-group .prices .second .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.product-price-group .prices .second .right .plusm {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    gap: 6px;
}
.product-price-group .prices .second .right .plusm .price-pm {
    font-weight: 500;
}
.taksit-area {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.taksit-area .left {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.taksit-area .left .first {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
}
.taksit-area .left .second {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}
.taksit-area .left .second b {
    color: #181818;
}
button#myButton2 {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    outline: 0;
    border: 0;
    background: 0 0;
}
.variant-box ul li .options {
    display: flex;
    flex-wrap: nowrap;
}
.variant-box ul li .options a img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 100px;
}
.variant-box ul li {
    margin: 0 0 20px;
}
.variant-box ul li:last-child {
    margin-bottom: 0;
}
.variant-and-iliskili {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    margin: 0px 0 20px;
    padding: 12px 20px;
}
.iliskili-area span.value {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.636px;
}
.product-profile-1 .carousel {
    position: sticky;
    top: 144px;
}
.related-products a.active img {
    border-color: #E21836;
}
.bg-sets {
    background: #F4F4F4;
    margin: 60px 0 88px;
    padding: 90px 0;
}
.bg-sets .raw-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bg-sets .raw-content .title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 30px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}
.bg-sets .raw-content .description {
    text-align: center;
    width: 70%;
    margin: 0 auto 44px;
    color: #4F4F4F;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
}
.category-cover {
    margin-bottom: 30px;
}
.categories-body .product-view-select a.one-view .short {
    width: 6px;
    height: 10px;
    border-radius: 1px;
    background: #e2e2e2;
    flex: 0 0 25%;
}
.categories-body .product-view-select a.one-view .long {
    width: 12px;
    height: 10px;
    background: #e2e2e2;
    border-radius: 2px;
    flex: 0 0 72%;
}
.categories-body .product-view-select a.one-view.active div {
    background: #000!important;
}
.ones .card-product .card-product-inner {
    display: flex;
}
.ones a.c-p-i-link {
    flex: 0 0 38%;
}
.ones .card-product .card-product-inner .card-bottoms {
    height: 100%;
    border-top: 1px solid #f4f4f4;
    border-radius: 0px 10px 10px 0;
    border-left: 0;
}
.ones .card-product .card-product-inner .card-bottoms .card-product-tops {
    flex-direction: column;
    height: 70%;
    justify-content: center;
    padding-left: 26px;
}
.ones .card-product .card-product-inner .card-bottoms .price-group {
    align-items: flex-start;
}
.ones .card-product .card-product-inner .card-bottoms .card-product-bottoms {
    height: 30%;
    justify-content: center;
}
.image-container {
    position: relative;
    display: inline-block;
}
.thumbnail {
    cursor: pointer;
}
.image-container .preview {
    display: none;
    width: 150px;
    height: 120px;
    position: absolute;
    left: -100%;
    z-index: 2;
    background: #fff;
    border: 1px solid #f4f4f4;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 6px;
    top: calc(-100% - 176%);
}
.image-container .preview img.preview-image {
    width: 100%;
    height: 80px;
    border-radius: 6px 6px 0 0;
}
.image-container .preview .title-area {
    width: 100%;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
}
.card-product .card-product-inner .price-group .prices .new-sale-price {
    color: #E21836;
    font-size: 18px;
    font-weight: 600;
}
.p-g-mod-t-44 .ban-type-4 .image::after {
    border-radius: 10px;
}
.socail-footer-area .icons-area img.img-auto.footer-icon {
    width: 32px;
}
.katalog-area img.img-auto {
    height: 125px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.footer-right {
    padding-left: 30px;
}
.ones .card-product .card-product-inner .image-wrapper .image img {
    border-radius: 7px 0 0 7px;
}
.ones .card-product .card-product-inner .image-wrapper {
    border: 1px solid #f4f4f4;
    border-radius: 10px 0 0 10px;
    padding: 4px;
}
.card-product .card-product-inner .image-wrapper {
    border: 1px solid #f4f4f4;
    border-radius: 10px 10px 0px 0px;
}
.product-profile-1 .carousel .carousel-outer {
    border: 1px solid #f4f4f4;
    border-radius: 10px;
    padding: 4px;
    margin-bottom: 10px;
}
.product-details-tab-product-details-tab-colorful .container {
    max-width: 1440px !important;
}
a.bar-link.store {
    border: 1px solid #e2e2e2;
    padding: 9px 20px;
    border-radius: 5px;
    margin-right: 12px;
    gap: 6px;
}
.ones .ones-fav {
    display: block;
}
.ones-fav {
    display: none;
}
.ones .card-product .card-product-inner .image-wrapper .product-favourite-kart {
    display: none;
}
.home-body header.desktop.fixed-desktop img.main {
    display: none;
}
.home-body header.desktop.fixed-desktop img.white {
    display: block;
}
header.desktop img.white {
    display: none;
}
.osd-area .bnr-side {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}
.osd-area .bnr-side .text-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 70px;
}
.osd-area .bnr-side .text-area .title {
    color: #FFF;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 32px;
}
.osd-area .bnr-side .text-area .description {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: 38%;
    margin-bottom: 20px;
}
.osd-area .bnr-side .text-area .btn-def {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid;
    border-radius: 7px;
    backdrop-filter: blur(7px);
    padding: 11.5px 20px;
}
.osdp .container,.stm .container {
    max-width: 1400px !important;
}
.osd-description-side {
    display: flex;
    flex-wrap: nowrap;
    gap: 250px;
    margin-bottom: 116px;
}
.osd-description-side .left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 80%;
}
.osd-description-side .left .title {
    color: #131313;
    font-family: "Macklin Display";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}
.osd-description-side .left .description {
    color: var(--Light-Ink, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    width: 80%;
}
.osd-description-side .right {
    width: 25%;
}
.osd-description-side .call-center {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    display: flex;
    gap: 20px;
    padding: 20px 30px;
}
.osd-description-side .call-center .text {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.osd-description-side .call-center .text a {
    color: var(--Light-Ink, #000);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.osd-description-side .call-center a.hmn {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}
.katalog-page .title ,.contact-page .title,.sanal-magaza .title,.campaign-title,.global-title,.erken-title{
    color: #131313;
    text-align: center;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    margin: 32px 0 20px;
}
.katalog-page .text,.contact-page .text,.sanal-magaza .text,.campaign-desc {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 66px;
}
.katalog-items {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    margin-bottom: 20px;
}
.katalog-items .text-side {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    gap: 26px;
}
.katalog-items .text-side .katalog-name {
    color: #181818;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}
.katalog-items .text-side .katalog-name span {
    font-weight: 500;
}
.katalog-items .text-side .btn-katalog {
    border-radius: 10px;
    border: 1.3px solid #E21836;
    color: #E21836;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 12px 24px;
}
.osd-fixed {
    position: fixed;
    z-index: 2;
    right: 0;
    top: 64%;
    transform-origin: top right;
    will-change: transform;
    backface-visibility: hidden;
    filter: none;
    transform: translateX(-19%) rotate(270deg);
}
.osd-fixed .horizonal {
    border-radius: 2px 2px 0px 0px;
    background: #E21836;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
}
.osd-fixed .horizonal img.img-auto.phones {
    rotate: 270deg;
}
.row.iletisim {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    margin-bottom: 34px;
}
.col-12.col-md-6.left {
    background: #FBFBFB;
    border-radius: 10px 0 0px 10px;
    border-right: 1px solid #e2e2e2;
    padding: 40px;
}
.iletisim-left-block .title,.row.iletisim .form-side .title {
    font-size: 24px;
    text-align: left;
}
.iletisim-left-block .items {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    color: var(--Light-Ink, #000);
    font-size: 14px;
    font-weight: 400;
}
.iletisim-left-block .items span {
    font-size: 16px;
    font-weight: 500;
}
.row.iletisim .form-side {
    padding: 40px;
}
.btn-success,.btn-success:focus,.btn-success:hover {
    color: #fff;
    background-color: #e21836;
    border-color: #e21836;
}
span.under-category.red {
    color: #E21836;
}
.stm .p-g-m-h-info {
    align-items: center !important;
}
.stm h1.p-g-m-h-i-title {
    color: #131313 !important;
    text-align: center !important;
    font-family: "Macklin Display" !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-top: 20px !important;
}
.stm .p-g-mod-body {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    padding: 65px 60px !important;
    margin: 44px 0 64px;
}
.login-or {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin: 8px 0 18px;
}
.login-or .border {
    border: 0 !important;
    width: 40%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2 !important;
}
.login-or .or {
    width: max-content;
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.takim-icerigi .title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 60px;
}
.product-items.ones {
    margin-bottom: 20px;
}
.product-items.ones .image-wrapper,.product-items.ones .card-bottoms {
    flex: 0 0 50%;
}
.product-items.ones .card-bottoms .cpt-s {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.product-items.ones .list-price {
    color: #a1a1a1;
    text-decoration: line-through;
    font-size: 12px;
}
.product-items.ones .price {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.product-items.ones .price b {
    color: #181818;
    font-weight: 500;
}
.product-items.ones .discount-price {
    color: #E21836;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.product-items.ones .discount-price b {
    color: #E21836;
    font-weight: 500;
}
a.c-p-i-link.s {
    flex: 0 0 70%;
}.product-items.ones .card-bottoms .cpt-s {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.product-items.ones .title {
    display: flex;
    gap: 4px;
    align-items: center;
    height: 35px;
    padding: 0px 0;
    color: #A5A5A5;
    font-weight: 400;
    line-height: 24px;
    font-size: 20px;
    margin: 22px 0 4px;
}
.product-items.ones .first-title {
    margin: 0;
    color: #181818;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
}
.product-items.ones .quantity {
    border: 1px solid #F4F4F4;
    background: #FFF;
    margin: 0 !important;
    margin-right: 8px !important;
    margin-top: 14px !important;
}
.product-items.ones .quantity a {
    border: 0!important;
    color: #000!important;
}
.product-items.ones .quantity input.form-control {
    border: 0;
    width: 30px;
}
.product-items.ones .quantity a:hover {
    background: #fff!important;
}
.product-items.ones .card-bottoms {
    height: auto!important;
}
.product-items.ones .price-group {
    padding: 10px 0;
}
.product-items.ones .card-product-tops,.product-items.ones .card-product-bottoms {
    height: 50%!important;
    background: #fff!important;
}
.product-items.ones .card-product-bottoms {
    border-top: 0;
    padding: 18px 14px 18px 28px;
}
.product-items.ones .variant-and-iliskili {
    margin: 0;
    padding: 10px 0;
    border: 0;
}
.variant-box ul li .options a.active.t {
    border: 0 !important;
}
.t-right-cart {
    border-radius: 10px;
    border: 1.5px solid #E21836;
    background: #FFF;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 136px;
}
.t-right-cart .title {
    padding: 20px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    font-family: 'Age Digital One';
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.t-right-cart .title .count {
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 400;
}
.t-right-cart .product-info {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0px 20px 0px;
    padding: 0px 20px 20px 20px;
    gap: 24px;
}
.t-right-cart .product-info img {
    max-width: 155px;
    border-radius: 6px;
}
.t-right-cart .product-info .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.t-right-cart .product-info .right .title {
    display: flex;
    color: #A5A5A5;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    gap: 4px;
    padding: 0;
}
.t-right-cart .product-info .right .title .ttitle {
    color: #181818;
    font-weight: 600;
}
.t-right-cart .product-info .right .total-product {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
}
.t-right-cart .product-pieces {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0 20px 20px;
}
.t-right-cart .product-pieces .items {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}
.t-right-cart .product-pieces .items .name {
    color: #575757;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.t-right-cart .product-pieces .items .quantity {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.t-right-cart .product-pieces .items .price {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.t-right-cart .product-pieces .items.active .price {
    color: #E21836;
}
.t-right-cart .product-total-price {
    display: flex;
    justify-content: space-between;
    color: #E21836;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0 20px 20px;
}
.t-right-cart .product-price {
    display: flex;
    background: rgba(226, 24, 54, 0.10);
    margin-bottom: 20px;
    justify-content: space-between;
    padding: 10px 20px;
    align-items: center;
    color: #E21836;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.t-right-cart .product-price .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.t-right-cart .product-price .right .plusm {
    font-weight: 400;
}
.t-right-cart button.t-cart-add {
    border-radius: 10px;
    background: #E21836;
    border: 0;
    outline: 0;
    margin: 0 20px 20px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.home-body header.desktop.fixed-desktop span.under-category.red {
    color: #fff;
}
a.bar-link.store:hover {
    border-color: #E21836;
    transition: all var(--transition-time);
}
.cart-landing-page-banner-block img.img-auto {
    filter: brightness(0.7);
}
body.product-body .breadcrumb-wrapper .breadcrumb {
    margin: 0;
}
.product-favourite-kart img {
    max-width: 22px;
}
.attribute-area {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 30px;
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.attribute-area .attribute-items {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e2e2e2;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}
.attribute-title {
    color: #181818;
    text-align: center;
    font-family: "Macklin Display";
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 26px;
}
.card-blog .card-side {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 20px;
}
.card-blog .card-side .date {
    color: #A1A1A1;
    line-height: normal;
    gap: 12px;
    margin-bottom: 14px;
}
.card-blog .title {
    font-weight: 500;
    margin-bottom: 16px;
    height: 38px;
    font-size: 20px;
}
.bl-borders {
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    padding: 4px 16px;
}
.p-g-mod.p-g-mod-t-15.p-g-mod-base-content.bl-borders {
    margin-top: 69px;
}
.card-blog .card-side .description {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 62px;
    margin-bottom: 20px;
}
.pattern-group-p-blogs h1.p-g-m-h-i-title {
    color: #131313;
    font-family: "Macklin Display";
    font-size: 32px!important;
    font-weight: 400!important;
    line-height: normal!important;
}
.card-blog .image a img {
    border-radius: 4px 4px 0 0;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper {
    max-width: 1660px;
    align-items: flex-start;
    padding: 0 10px;
}
.help-search-wrapper .t-title {
    color: #131313;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
}
.help-search-wrapper .title {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.help-search-wrapper .text {
    width: 30%;
    font-size: 16px;
    margin-bottom: 26px;
}
.help-search-wrapper form {
    width: 35% !important;
    box-shadow: unset !important;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input{
    border-radius: 10px 10px 10px 10px!important;
    font-size: 14px!important;
    color: #000!important;
}
.help-search-wrapper button.btn.btn-orange.btn-send {
    margin-left: 26px;
    border-radius: 10px!important;
    background: #e21836;
    text-transform: uppercase;
    width: 80px;
}
.p-g-mod-t-63 .p-g-mod-body {
    height: 450px;
    background: url(//percdn.com/f/909522/bzR6WWFtNG0vcUp3ZW1Gc1U4OG5hUT09/i/image-3335654-sw1915sh450.webp) right !important;
}
.card-help-title {
    padding: 18px 0;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    max-height: 60px;
}
.card-help-title .image img {
    max-width: 100%;
    max-height: 40px;
}
.card-help-title .title {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.help-search-tool {
    display: none;
}
.variant-box ul li .options a.noborder.active {
    border-radius: 0;
    border: 0 !important;
}
div#custom-module-code-177 img {
    width: 100vw!important;
    height: auto!important;
    object-fit: cover;
    object-position: center;
    max-height: 100vh!important;
}
button.swal-button.swal-button--confirm.btn-primary.btn-theme-3 {
    background: #fff!important;
    color: #e21836!important;
    border: 1px solid #e21836!important;
}
button.swal-button {
    font-weight: 500!important;
}
a.user-menu-fiyat-alarmlari, a.user-menu-stok-alarmlari {
    display: none;
}
.cart-landing-page-sides img.img-auto {
    border-radius: 8px;
}
.dekor-top-side {
    border-radius: 20px;
    border: 2px solid #E21836;
    background: #FBFBFB;
    display: flex;
    padding: 44px 62px;
    align-items: center;
    margin: 114px 0 136px;
}
.dekor-top-side .right {
    width: 100%;
    padding: 90px;
}
.dekor-top-side .right img.img-auto {
    position: absolute;
    top: 40px;
    right: -8px;
    max-width: 440px;
}
.dekor-top-side .left {
    width: 100%;
}
.dekor-top-side .left .title {
    color: #E21836;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.dekor-top-side .left .sub-title {
    color: #E21836;
    font-family: "Macklin Display";
    font-size: 52px;
    font-weight: 400;
    line-height: normal;
}
.dekor-top-side .left .description {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    width: 90%;
    margin-bottom: 16px;
}
.dekor-top-side .left .btns {
    border-radius: 5px;
    border: 1.5px solid #E21836;
    background: #FFF;
    color: #E21836;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: max-content;
    padding: 12px 32px;
}
.dekor-imgtext {
    display: flex;
    gap: 60px;
    margin-bottom: 140px;
}
.dekor-imgtext .left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dekor-imgtext .right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dekor-imgtext .right .title {
    color: #131313;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
}
.dekor-imgtext .right .description {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.bottom-description {
    width: 60%;
    margin: 0 auto 87px;
    color: #575757;
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 25px;
}
.bottom-contact {
    width: 40%;
    margin: 0 auto 82px;
    display: flex;
    gap: 20px;
}
.bottom-contact a {
    width: 100%;
}
.bottom-contact a .items {
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    gap: 24px;
}
.bottom-contact a .items .content .title {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.bottom-contact a .items .content .stitle {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 2px 0 6px;
}
.bottom-contact a .items .content .buton {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
a.item.sold-out {
    display: none;
}
.varyant-no-image-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding-right: 10px;
}
.varyant-no-image-title:hover {
    color: #000;
}
.container.sm {
    max-width: 1400px !important;
}
.row.custom-module-code-259 .col-12 {
    padding: 0;
    margin-bottom: 50px;
}
.p-g-mod.p-g-mod-t-28.p-g-mod-header.p-g-mod-trans {
    margin: 0;
}
.hd-items {
    display: flex;
    gap: 55px;
    align-items: flex-end;
    margin-bottom: 70px;
}
.hd-items .text-area {
    padding-bottom: 66px;
}
.hd-items .text-area .title {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
}
.hd-items .text-area .description {
    color: #181818;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
    width: 76%;
}
.hd-items .text-area .btnss {
    border-radius: 5px;
    border: 1.5px solid #181818;
    background: #FFF;
    width: max-content;
    padding: 12px 28px;
    color: #181818;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.lazy-load.lazy-complete {
    min-height: auto!important;
}
.breadcrumb-wrapper .breadcrumb {
    margin: 1rem 0;
}
.simplebar-scrollbar:before {
    opacity: 1 !important;
}
.ni-right .colors-area img {
    width: 40px;
    border-radius: 100px;
    height: 40px;
    border: 2px solid #fff;
}
.ni-right .colors-area {
    margin-left: -16px;
}
.ni-right .colors-area img.no-img {
    background: url(images/no-image-2.png) no-repeat center;
}
.product-profile-1 .product-quantity {
    margin: 0 10px 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}
.product-buttons {
    margin-top: 20px;
}
.product-buttons.mobile-sticky {
    display: none;
}
.out-side .view-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.out-side .view-more .btns {
    border: 1px solid #e2e2e2;
    display: flex;
    height: 100%;
    width: max-content;
    padding: 8px 20px;
    align-items: center;
    gap: 12px;
    background: #fff;
    border-radius: 20px;
    cursor: pointer;
    z-index: 2;
}
.out-side .view-more .btns.active .text{
    display: none;
}
.out-side .view-more .btns.active img.img-auto {
    rotate: 180deg;
}
.detay_tabcontent .tabcontent {
    display: none;
    border-radius: 4px;
    border: 1.5px solid #E2E2E2;
    background: #FFF;
    padding: 50px;
}
.detay_tab {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
    margin-bottom: 26px;
}
.detay_tab button.tablinks {
    border: 1px solid transparent;
    color: #181818;
    font-family: "Macklin Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 20px 34px;
    background: transparent;
    border-radius: 4px;
    outline: 0;
}
.detay_tab button.tablinks.active,.detay_tab button.tablinks:hover {
    border: 1px solid #E21836!important;
    color: #E21836;
}
.advanced-profile-bundle .fnt-t {
    color: #181818;
    font-family: "Macklin Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 26px;
}
h2.fnt-title-new,h3.fnt-title-new {
    color: #181818;
    text-align: center;
    font-family: "Macklin Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: -6px;
}
.blp .p-g-b-c-1 .p-g-b-c-wrapper, .blp .p-g-b-c-1 .p-g-b-c-inner,.blp .p-g-b-c-1 .p-g-b-c-inner .p-g-mod.p-g-mod-t-53.p-g-mod-showcase.p-g-mod-trans {
    height: 100%;
    max-height: 100%;
}
.blp .p-g-b-c-1 .p-g-b-c-inner .p-g-mod.p-g-mod-t-53.p-g-mod-showcase.p-g-mod-trans .p-g-mod-body.p-g-mod-body-p-0,
.blp .p-g-b-c-1 .p-g-b-c-inner .p-g-mod.p-g-mod-t-53.p-g-mod-showcase.p-g-mod-trans .p-g-mod-body.p-g-mod-body-p-0 .owl-wrapper ,
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag,
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag .owl-stage-outer,
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag .owl-stage-outer .owl-stage,
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item,
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .owl-carousel-item
{
    height: 100%;
}
.blp .p-g-b-c-1 .p-g-b-c-inner {
    display: flex;
    flex-direction: column;
}
.product-comment-stars .star.active i, .product-comment-stars .star:hover i,.product-reviews .stars .star.fill {
    color: #ffc000;
}
.product-reviews .stars .star.fill .dark {
    color: #d9d9d9;
}
button.btn.btn-cart.btn-color-1.btn-kombin {
    background: #fff;
    color: #e21836;
    border: 2px solid #e21836;
}
.product-price-group .prices .first .right .d-flex.flex-row {
    gap: 12px;
}
.katalog-items img {
    border-radius: 10px 10px 0 0;
}
img.y-h {
    display: none;
}
a.bar-link.store:hover img.n-h {
    display: none;
}
a.bar-link.store:hover img.y-h {
    display: block;
}
a.bar-link.store img {
    width: 20px!important;
    height: 20px!important;
}
.campaign-cart {
    display: flex;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    gap: 60px;
    margin-bottom: 20px;
}
.campaign-cart .img-side {
    flex: 0 0 40%;
}
.campaign-cart .img-side img.img-auto {
    border-radius: 8px 0 0 8px;
}
.campaign-cart .description-side {
    padding: 24px 24px 24px 0px;
}
.campaign-cart .description-side .title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.484px;
    margin-bottom: 12px;
}
.campaign-cart .description-side .title .date {
    color: #A1A1A1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}
.campaign-cart .description-side .description {
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.484px;
    margin-bottom: 24px;
    max-height: 130px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.campaign-cart .description-side .view-more {
    font-size: 12px;
    text-decoration: underline;
    color: #181818;
    font-weight: 500;
    cursor: pointer;
}
.campaign-cart .description-side .view-more.active span.n{
    display: none;
}
.campaign-cart .description-side .view-more span.y {
    display: none;
}
.campaign-cart .description-side .view-more.active span.y {
    display: block;
}
.campaign-cart .ksf-btn {
    border-radius: 4.914px;
    border: 0.983px solid #E2E2E2;
    background: #FFF;
    backdrop-filter: blur(9.828010559082031px);
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    width: max-content;
    gap: 12px;
    margin-top: 34px;
    color: #E21836;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.st-blog h1.p-g-m-h-i-title {
    font-size: 32px !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: "Macklin Display";
    margin-top: 22px !important;
    align-items: center;
}
.st-blog h1.p-g-m-h-i-title .date {
    font-size: 16px;
    font-family: 'Age Digital One';
    color: #a1a1a1;
    font-weight: 400;
}
.st-blog .image img {
    border-radius: 8px;
}
.p-g-mod.p-g-mod-t-12.p-g-mod-base-content.st-blog.bl-borders {
    margin-top: 44px !important;
}
body.blog_single-body .p-g-mod.p-g-mod-t-15.p-g-mod-base-content.bl-borders {
    margin-top: 44px;
}
.p-g-mod-t-12 .p-g-mod-body .detail img {
    border-radius: 8px;
}
body.blog_single-body .fnt-title .p-g-m-h-i-title {
    font-family: "Macklin Display";
    font-size: 28px !important;
}
.ones .discount-name {
    text-align: left;
}
.ones .d-flex.flex-column.align-items-end {
    flex-direction: row-reverse !important;
    align-items: center !important;
    gap: 6px;
}
.card-product-tops .title {
    flex: 0 0 50%;
}
.card-product-tops .ni-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 18px 14px;
    gap: 10px;
}
.card-product-tops .ni-right .block {
    display: flex;
    align-items: center;
}
.card-product-tops .ni-right .block .value {
    padding-left: 6px;
    color: rgba(161, 161, 161, 0.67);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.258px;
}
.ones .card-product-tops .ni-right {
    align-items: flex-start;
}
.ones .ni-right .colors-area {
    margin-left: 0;
    margin-right: -20px;
}
.ones .card-product-tops .ni-right {
    align-items: flex-start;
    flex: 0 0 25%;
}
.ones .card-product-tops .title {
    flex: 0 0 25%;
}
.ones .first-title {
    font-size: 26px;
}
.ones .card-product-tops .ni-right .block .value {
    padding: 0;
}
.index-design-area .left-text-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}
.detay_tab_block {
    margin-bottom: 44px;
}
.left-acco .p-g-mod-body {
    display: none;
}
.btns-no-acco .p-g-mod-body{
    display: block;
}
.left-acco .p-g-mod-header {
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #f4f4f4;
    padding: 0 14px!important;
    margin-bottom: 10px;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
    font-size: 14px;
    width: auto;
}
img.img-auto.mxm-logos {
    max-width: 70px;
}
.etiket-block {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 4px;
}
.etiket-block .items {
    font-size: 12px;
    background: #e21836;
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
    width: max-content;
}
.etiket-block .items:last-child {
    background: #fff;
    border: 1px solid #e21836;
    color: #e21836;
}
body.e404-body .footer-top-side {
    background: #fff;
}
.row.global .text-area {
    width: 80%;
    margin: 99px auto;
    color: #181818;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.row.global .image {
    display: flex;
    justify-content: center;
}
.row.global .bottom-area {
    border-radius: 20px;
    border: 2px solid #E2E2E2;
    background: #FBFBFB;
    display: flex;
    padding: 28px;
    gap: 80px;
    align-items: center;
    margin: 99px 0;
}
.row.global .bottom-area .text-area {
    width: 100%;
    margin: 0;
    text-align: left;
    color: #575757;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.row.global .bottom-area .text-area .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.row.global .global-title {
    margin-bottom: 32px;
}
.index-design-area.signature .row {
    align-items: center;
}
.mobile-fix-kombin-side.advanced-profile-bundle, .second-block.advanced-profile-bundle.summary-content {
    display: none;
}
.row.cat-bot {
    margin: 64px -10px;
}
.cat-bot.image img.img-auto {
    border-radius: 8px;
}
.cat-bot.text-area {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cat-bot.bold {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #181818;
}
.cat-bot.text {
    font-size: 16px;
    color: #575757;
    margin-bottom: 24px;
    letter-spacing: -0.2px;
}
.owl-carousel.custom-module-code-211.owl-loaded.owl-drag .owl-stage-outer .owl-stage .owl-item .owl-carousel-item {
    display: flex;
    align-items: center;
}
#dealerform .form-item input {
    height: 52px;
    width: 100%;
    border: 1px solid #e2e2e2!important;
    border-radius: 8px;
    margin-bottom: 12px;
}
#dealerform .form-item select {
    height: 52px;
    width: 100%;
    border: 1px solid #e2e2e2!important;
    border-radius: 8px;
    margin-bottom: 12px;
}
#dealerform .form-item textarea {
    width: 100%;
    min-height: 180px;
    border-radius: 8px;
    margin-bottom: 12px;
}
#dealerform .form-title {
    color: #131313;
    text-align: center;
    font-family: "Macklin Display";
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 400;
    line-height: normal;
    margin: 24px 0;
}
#dealerform .form-item input.form-control.m-input:focus, .form-item select:focus  {
    outline: 0;
    box-shadow: unset;
}
#dealerform button.btn-submit {
    color: #fff;
    display: flex;
    width: max-content;
    justify-content: center;
    font-size: 14px;
    height: 52px;
    align-items: center;
    font-weight: 500;
    background: #E21836;
    border-color: #e21836;
    padding: 0 34px;
    border-radius: 8px;
}
form#dealerform {
    margin-bottom: 44px;
}
.row.global .r-text-area {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 28px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 40px;
}
.row.global .l-text-area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 32px;
}
.row.global .l-text-area .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.row.global .l-text-area .text {
    color: #575757;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    width: 86%;
}
.modal {
    display: none; 
    z-index: 1050; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040; 
}
a.threedbtn {
    color: #000;
    font-size: 14px;
    padding: 6px 20px;
    position: absolute;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    border-left: 1px solid #F4F4F4;
    background: #FFF;
    backdrop-filter: blur(1.7752809524536133px);
    flex-direction: column;
    text-align: center;
    font-weight: 500;
}
a.close-btn-modal-3d {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #E21836;
    border-radius: 100px;
}
a.close-btn-modal-3d img {
    filter: invert(1);
}
a.lookforhome {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto 20px;
    bottom: 0;
    width: max-content;
    padding: 8px 28px!important;
    background: #E21836;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 6px;
}
a.backtothreed {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #E21836;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 20px!important;
    border-radius: 10px;
}
.btn-cart-just-store {
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    flex: 1;
    margin-left: 0;
    border-radius: 10px;
    background: #E21836;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
    height: 60px;
    margin: 0;
    text-align: center;
    justify-content: center;
}
.bg-sets .raw-content .out-side {
    width: 50%;
}
img.img-auto.lazy-load.klb-l.lazy-complete {
    max-width: 150px;
}
.content.store {
    margin-bottom: 44px;
}
.content.store .store-side-right {
    position: sticky;
    top: 130px;
}
p.sub-title {
    text-align: center;
    font-size: 16px;
    margin: -10px auto 28px;
    color: #a1a1a1;
}
div#zoneContainer select#zonesSelect,div#dropdownContainer select#cities,select#countries {
    height: 52px;
    margin-bottom: 12px;
    border: 0;
    border-bottom: 2px solid #e2e2e2;
    border-radius: 0;
}
div#dropdownContainer select#cities {
    margin-bottom: 24px;
}
.shop-item {
    border: 1px solid #e2e2e2!important;
    padding: 20px!important;
    box-shadow: unset!important;
    background: #fbfbfb!important;
}
.shop-item p:last-child {
    margin-bottom: 0;
}
.shop-item a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000!important;
}
.gm-style-iw.gm-style-iw-c {
    padding: 0;
    max-width: 400px!important;
}
.gm-style-iw-d {
    margin-bottom: -15px;
    margin-right: -15px;
    font-family: 'Age Digital One';
}
.mega-menu-container img.cat-img {
    border-radius: 8px;
}
.shop-item img,.gm-style-iw-d img,.shop-single img {
    width: 18px;
}
.shop-item .store-contact,.gm-style-iw-d .store-contact,.shop-single .store-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.shop-item .store-contact a, .gm-style-iw-d .store-contact a,.shop-single .store-contact a {
    width: 100%;
    outline: 0;
    border: 0;
}
.shop-item .store-contact .items.wp,.gm-style-iw-d .store-contact .items.wp,.shop-single .store-contact .items.wp {
    background: #25d366;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-weight: 400;
}
.shop-item .store-contact .items.store,.gm-style-iw-d .store-contact .items.store,.shop-single .store-contact .items.store {
    background: #d11f39;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    font-weight: 400;
}
.shop-item strong,.gm-style-iw-d strong,.shop-single strong {
    font-weight: 400;
    color: #000;
    font-size: clamp(12px,2vw,14px);
}
.shop-item p,.gm-style-iw-d p,.shop-single p {
    color: #575757;
    font-size: clamp(11px,2vw,13px);
}
.mobile-manset {
    display: none!important;
}
img.kr-sig {
    max-width: 200px;
}
.index-design-area.signature .text {
    width: 100%;
    letter-spacing: -0.2px;
}
.advanced-profile-f-v {
    border-radius: 10px;
    border: 1px solid #F4F4F4;
    background: #FFF;
    padding: 12px 20px;
}
.advanced-profile-f-v .variant-group {
    margin-bottom: 10px;
}
.advanced-profile-f-v .variant-group .variant-head {
    display: flex;
    gap: 10px;
}
.advanced-profile-f-v .variant-group .variant-head .title {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
}
.advanced-profile-f-v .variant-group .variant-head .value {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    border-bottom: 2px solid transparent;
    color: #444;
    border-bottom-color: #e21638;
}
.advanced-profile-f-v .variant-group .image {
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 100%;
    position: relative;
    border-color: #333;
    width: fit-content;
}
.advanced-profile-f-v .variant-group .image img {
    border-radius: 100%;
    width: 35px;
    height: 35px;
}
.advanced-profile-f-v .variant-group.d-flex.flex-column {
    gap: 10px;
}
.advanced-profile-f-v .variant-group.d-flex.flex-column .custom-tooltip {
    display: none;
    position: absolute;
    background: #fff;
    width: 190px;
    height: 170px;
    left: -70px;
    top: -180px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    z-index: 2;
}
.advanced-profile-f-v .variant-group.d-flex.flex-column .hvr:hover .custom-tooltip {
    display: flex;
    flex-direction: column;
}
a.hvr {
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
}
.advanced-profile-f-v .variant-group.d-flex.flex-column .custom-tooltip span.title {
    flex: 1;
    font-weight: 600;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #000;
}
.takim-atr {
    display: flex;
    gap: 10px;
}
.takim-atr .block {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: clamp(11px,2vw,13px);
    color: #000;
}
.takim-atr .block .title {
    color: #a1a1a1;
}
.payment-method-form .alert.alert-light {
    background: #e21836;
    margin-top: 12px;
}
.payment-method-form .alert.alert-light a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
img.img-auto.klb-l {
    width: 150px;
}
.erken-img {
    margin: 20px 120px 80px;
}
.erken-text-side {
    max-width: 800px;
    margin: 0 auto 70px;
}
.erken-text-side .title {
    color: #000;
    font-family: "Macklin Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.5px;
    text-align: center;
    margin-bottom: 24px;
}
.erken-text-side .text-area {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ig-feed .container {
    max-width: 1280px!important;
}
.maximum-badge {
    position: absolute;
    right: 0;
    bottom: 2px;
    z-index: 2;
    color: #fff;
    background: #fe088b;
    font-size: clamp(8px,1vw,10px);
    padding: 6px 12px;
    border-top-left-radius: 6px;
}
.ones .maximum-badge {
    bottom: 6px;
    right: 4px;
}
.shopping-cart-1 .td-total-price {
    gap: 12px;
}
.shopping-cart-1 .td-total-price .old-value {
    color: #a1a1a1;
    display: block;
    font-size: 14px;
}
.td-total-price .value.gr {
    color: #E21836;
}
.index-card-blog::before {
    content: 'BLOG';
    position: absolute;
    top: 16px;
    font-family: "Macklin Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.p-g-mod.p-g-mod-t-33.p-g-mod-base-content.payment-shipping-info {
    display: none;
}
.advanced-profile-bundle .product-groups .product-item .info .discounted-price span.name {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.detail-videos {
    position: relative;
    width: 60%;
    margin: 0 auto 44px;
}
.detail-videos img.main-videos {
    border-radius: 25px;
    filter: brightness(0.9);
}
.detail-videos img.play-icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ku-bot .colors-area {
    margin: 0;
    margin-top: 10px;
}
.ku-bot .ni-right .block {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}
.ku-bot .ni-right .block:nth-child(2) {
    margin: 0;
}
.type-45-swiper .swiper-caption h5 {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    width: max-content;
    margin: 0 auto 24px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
}
.type-45-swiper a.headline-button {
    font-family: "Macklin Display";
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    margin: 34px 1px;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    background: transparent;
    padding: 0;
}
.type-45-swiper .swiper-caption p {
    margin: 24px auto;
    font-size: 16px;
    font-weight: 300;
    width: 60%;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
}
.mobile-bells {
}
.home-body header.desktop.fixed-desktop .mobile-bells .campaign-icon i::before {
    filter: invert(1);
}
.mobile-bells .campaign-icon {
    width: 32px!important;
    height: 32px!important;
    background: transparent!important;
    border: 0!important;
}
.mobile-bells .qk-app-campaign-bell {
    margin: 0 0 0 20px!important;
    background: transparent!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 0px!important;
    z-index: 2!important;
}
.mobile-bells .qk-app-campaign-bell .campaign-icon .bell-icon {
    font-size: unset!important;
}
.mobile-bells .campaign-icon i::before {
    content: url('icons/d-bell-simple-ringing.svg');
    width: 32px;
    height: 32px;
    display: block;
}
.promotion-info-card {
    padding: 0 14px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #a1a1a1;
    font-weight: 500;
}
.promotion-text-profil {
    display: flex;
    align-items: flex-start;
    margin: 0 0 18px;
    border: 1px solid #f4f4f4;
    flex-direction: column;
    border-radius: 8px;
    padding: 14px;
    min-height: 50px;
}
.promotion-text-profil .item {
    color: #575757;
    font-size: 15px;
    font-weight: 500;
}
.promotion-text-profil .item.red {
    color: #e21836;
}
.swiper.mobil-manset .swiper-slide .video {
    height: 100%;
    width: 100%;
}
.swiper.mobil-manset .swiper-slide .video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-popup-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-popup-block .inside {
    position: relative;
    z-index: 9999;
    max-width: 1200px;
}
.video-popup-block .inside video {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.video-popup-block .inside .close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999999999999;
}
.video-popup-block .op-black-2 {
    opacity: 1;
    visibility: visible;
}
.video-popup-block .inside .mobil {
    display: none;
}
.video-popup-block .inside #playVideos {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2000px;
    border: none;
    outline: none;
}
.other-options {
    border: 1px solid;
    width: max-content;
    padding: 6px 12px;
    border-radius: 8px;
    margin-top: 12px;
}
img.firsat-badge {
    width: 60px!important;
}
.badge-pro {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}
.advanced-profile-bundle .product-groups .product-item .info .info-head .d-flex.flex-column {
    display: flex;
    align-items: flex-end;
    gap: 6px;
}
.badge-side-profil {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 2;
}
.badge-side-profil .items {
    background: #E21836;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 4px 12px;
}
.card-product a.carousel-control-prev,.card-product .carousel-control-next,.card-product .carousel-indicators {
    opacity: 0;
    transition: all var(--transition-time);
}
.card-product:hover a.carousel-control-prev,.card-product:hover .carousel-control-next,.card-product:hover .carousel-indicators {
    opacity: 1;
}
.detail-infos {
    color: #E21836;
    font-size: 14px;
    font-weight: 500;
}
button#iyzi-proceed-to-co {
    font-size: 18px!important;
}
.product-price-group .prices .new-side-price {
    display: flex;
    border: 1px solid #f4f4f4;
    border-radius: 8px;
    padding: 14px;
    min-height: 50px;
    width: 100%;
    gap: 4px;
    margin: 0 0 20px;
    color: #e21836;
    font-size: 24px;
    font-weight: 600;
    align-items: center;
}
.product-price-group .prices .new-side-price .name {
    font-size: 16px;
    font-weight: 500;
}
.new-card-area .bottom-block .new-side-price {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 16px;
    color: #e21836;
    font-weight: 600;
}
.new-card-area .bottom-block .new-side-price .name {
    font-size: 14px;
    font-weight: 500;
}
a.user-menu-talepler {
    display: none;
}
.user-account-order-detail .order-info .buttons a {
    display: none!important;
}
img.maximum {
    position: absolute;
    z-index: 2;
    max-width: 70px;
    top: 0;
    border-top-left-radius: 4px;
}
img.maximum-proifl {
    max-width: 70px;
    left: 4px;
    top: 4px;
    position: absolute;
    z-index: 2;
}
a.user-menu-koleksiyonlar {
    display: none;
}
.cargo-timers {
    display: flex;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 10px 20px;
    margin: 0 0 20px;
    gap: 14px;
    color: #E21836;
    font-size: 15px;
    line-height: normal;
}
.cargo-timers .icon {
    border-radius: 1000px;
    border: 1px solid #F5F5F5;
    background: #FFF;
    padding: 10px;
}
.wp-page-set .p-g-m-h-i-title {
    padding: 10px 0 0!important;
}
.wp-page-set .p-g-mod-body,
.wp-page-set .p-g-mod-header{
    padding: 10px 0 0!important;
}
@media (min-width:900px){
    .col-list.col-12.d-block.col-sm-12.d-sm-block.col-md-12.d-md-block.col-lg-9.d-lg-block.col-xl-9.d-xl-block.p-g-b-c-1 .p-g-mod-body.p-g-mod-body-p-0 {
        display: block;
    }
}
@media (max-width:1680px){
    .index-design-area .row,.index-design-area.signature .row {
        gap: 28px;
    }
    header.desktop.fixed-desktop .mega-menu .nav-link {
        padding: 0 12px;
    }
}
@media (max-width:1440px){
    .store-side-left {
        max-height: 400px;
        overflow: auto;
        margin-bottom: 44px;
    }
    .content.store .col-md-9 {
        padding: 0;
    }
    a.bar-link.store {
        padding: 4px 8px;
        margin-right: 0px;
        gap: 4px;
    }
    .osd-description-side .left .description {
        width: 85%;
    }
    .bg-set.manset-bottom-text .text-block {
        width: 54%;
        font-size: 16px;
        padding: 34px 0;
    }
    .fnt-title .p-g-h-i-title {
        font-size: 24px !important;
    }
    .fnt-title .ban-type-title {
        font-size: 22px!important;
    }
    .fnt-title .ban-type-description {
        font-size: 16px !important;
    }
    .fnt-title .p-g-h-i-description {
        font-size: 26px !important;
    }
    .index-design-area.signature .left-text-side {
        padding-left: 44px;
    }
    .cart-landing-page-banner-block .text .title {
        font-size: 28px;
    }
    .cart-landing-page-banner-block .text .stitle {
        font-size: 16px;
        font-weight: 500;
    }
    .cart-landing-page-banner-block .text .description {
        font-size: 16px;
    }
    .index-card-blog {
        max-height: 274px!important;
    }
    .index-card-blog .description {
        margin: 16px 0 14px;
    }
    .index-card-blog a.title {
        font-size: 18px;
        font-weight: 500;
    }
    .index-card-blog .date {
        margin-bottom: 10px;
    }
    .index-card-blog .buttons {
        padding: 6px 12px;
    }
    .index-card-blog .buttons a.btn.btn-read-more.btn-sm {
        display: flex;
        gap: 6px;
        align-items: center;
    }
    header.desktop.fixed-desktop .mega-menu .nav-link {
        font-size: 14px;
        padding: 0 8px;
    }
    header.desktop .mega-menu .nav-link {
        font-size: 13px;
        padding: 0 8px;
    }
    h2.fnt-title-new,h3.fnt-title-new {
        font-size: 22px;
    }
    a.bar-link.store img {
        width: 24px !important;
        height: 24px !important;
    }
    .crsl-btn .owl-wrapper .owl-single-button.owl-single-button-prev,.crsl-btn .owl-wrapper .owl-single-button.owl-single-button-next {
        width: 44px !important;
        height: 44px !important;
    }
    .mega-menu-container .sub-title {
        font-size: 15px;
    }
    .mega-menu-container ul li a {
        font-size: 13px;
    }
    .cart-landing-page-sides .p-g-m-h-i-title {
        font-size: 16px !important;
    }
    .cart-landing-page-sides .p-g-m-h-i-description {
        font-size: 18px !important;
    }
    .custom-module-code-240 .ban-type .ban-type-title {
        color: #ffffff;
        font-size: 14px;
    }
    .pattern-group-p-blogs h1.p-g-m-h-i-title {
        font-size: 28px !important;
    }
    .card-blog .title {
        font-size: 18px;
    }
    .st-blog h1.p-g-m-h-i-title {
        font-size: 28px !important;
    }
    .katalog-page .title, .contact-page .title, .sanal-magaza .title, .campaign-title, .global-title, .erken-title{
        font-size: 28px;
        margin: 28px 0 16px;
    }
    header.desktop .header-bar .bar-cart .icon .count {
        right: -6px;
        top: -6px;
        min-width: 16px;
        height: 16px;
        font-size: 11px;
    }
    header.desktop.fixed-desktop .logo a img {
        max-height: 40px;
    }
}
@media (max-width:1366px){
    header.desktop.fixed-desktop .mega-menu .nav-link,header.desktop .mega-menu .nav-link {
        padding: 0 6px;
    }
    header.desktop .header-bar {
        gap: 20px;
    }
    .osd-fixed .horizonal {
        font-size: 13px;
        padding: 10px 16px;
    }
    .f-last-side .contact-items {
        font-size: 14px;
        padding: 12px 0px;
    }
    .f-last-side {
        padding-right: 22px;
        margin-top: 54px;
    }
    header.desktop .header-area.last img {
        width: 26px;
    }
}
@media (max-width:1280px){
    header.desktop .header-bar {
        gap: 14px;
    }
    header.desktop.fixed-desktop .mega-menu .nav-link, header.desktop .mega-menu .nav-link {
        padding: 0 6px;
    }
    header.desktop.fixed-desktop .mega-menu .nav-link {
        font-size: 13px;
    }
    header.desktop .mega-menu .nav-link {
        font-size: 12px;
    }
    header.desktop .header-area.last img {
        width: 24px;
    }
    .katalog-page .text, .contact-page .text, .sanal-magaza .text, .campaign-desc {
        margin-bottom: 44px;
    }
    .col-12.col-md-5.ps {
        padding: 60px 0px 60px 80px;
    }
    header.desktop.fixed-desktop .logo a img {
        max-height: 35px;
    }
}
@media (max-width:1024px){}
@media (max-width:991px) {
    .cargo-timers {
        padding: 10px 12px;
        border-radius: 0;
        font-size: 13px;
        gap: 8px;
    }
    .mobile-manset {
        display: block!important;
    }
    button#iyzi-proceed-to-co {
        font-size: 16px!important;
    }
    .video-popup-block .inside video {
        max-width: 312px;
    }
    .video-popup-block .inside .close-btn img {
        width: 28px;
    }
    .video-popup-block .inside #playVideos img {
        width: 21px;
    }
    .video-popup-block .inside #playVideos {
        width: 43px;
        height: 43px;
    }
    .video-popup-block .inside .mobil {
        display: block;
    }
    .video-popup-block .inside .desktop {
        display: none;
    }
}
@media (max-width:900px){
    img.maximum,
    img.maximum-proifl {
        max-width: 50px;
    }
    .product-price-group .prices .new-side-price {
        font-size: 20px;
    }
    .product-price-group .prices .new-side-price .name {
        font-size: 15px;
    }
    .detail-infos {
        font-size: 12px;
        text-align: center;
    }
    img.firsat-badge {
        width: 44px!important;
    }
    .detail-videos {
        width: 100%;
    }
    .detail-videos img.play-icons {
        width: 50px;
    }
    .advanced-profile-bundle .product-groups .product-item .info .discounted-price span.name {
        font-size: 14px;
    }
    .bg-sets .raw-content .out-side {
        width: 100%;
    }
    .content.store .store-side-right {
        position: sticky;
        top: 130px;
        margin-bottom: 30px;
    }
    .shop-item h5,.gm-style .gm-style-iw-a h5 {
        font-size: 0.8rem;
        margin-bottom: 16px;
    }
    .shop-item p,.gm-style .gm-style-iw-a p {
        font-size: 12px;
        margin-bottom: 8px;
    }
    p.sub-title {
        font-size: 12px;
        width: 90%;
    }
    .content.store .row {
        flex-direction: column-reverse;
    }
    a.threedbtn img {
        width: 20px;
    }
    a.threedbtn {
        font-size: 12px;
        padding: 4px 10px;
        gap: 2px;
        border-bottom: 1px solid #f4f4f4;
    }
    .index-design-area .row, .index-design-area.signature .row {
        gap: 10px;
        flex-direction: column-reverse;
        padding:20px 20px 0;
    }
    .blog-top-title-side .fast-search {
        overflow: auto;
        width: 100%;
    }
    .home-body header.mobile.fixed-mobile {
        background: linear-gradient(180deg, rgb(0 0 0 / 45%) 23%, rgb(155 155 155 / 5%) 100%);
    }
    .home-body header.mobile.fixed-mobile .right img, .home-body header.mobile.fixed-mobile .left img  {
        filter: invert(0);
    }
    header.mobile .right img, header.mobile .left img  {
        filter: invert(1);
    }
    .home-body header.mobile.fixed-mobile .logo img.main {
        display: none;
    }
    .home-body header.mobile.fixed-mobile .logo img.white {
        display: block;
    }
    header.mobile.fixed-mobile .logo img.main {
        display: block;
    }
    header.mobile .logo img.main {
        display: block;
    }
    header.mobile .logo img.white {
        display: none;
    }
    .bg-set.manset-bottom-text .text-block {
        width: 97%;
        font-size: 14px;
        padding: 24px 0 4px;
        line-height: 23px;
    }
    .index-design-area .left-text-side .title {
        font-size: 22px;
        line-height: normal;
        margin: 10px 0 6px;
    }
    .index-design-area .left-text-side img {
        width: 64%;
    }
    .index-design-area .left-text-side .text {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 12px;
    }
    .bg-set.mset {
        margin: 44px 0 20px;
        padding: 16px 0;
    }
    .blog-top-title-side .fast-search .items {
        width: max-content;
        margin-bottom: 8px;
    }
    .index-card-blog::before {
        top: -4px;
        font-size: 26px;
    }
    .index-card-blog {
        max-height: unset !important;
        flex-direction: column;
        margin: 0;
        gap: 20px;
        border: 1px solid #f4f4f4;
        margin-top: 76px;
    }
    .index-card-blog .image {
        flex: 100%;
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
    section.pattern-group.pattern-group-t-0.pattern-group-p-home.bg-set.mset.sign.ds {
        margin-top: 20px !important;
    }
    .index-design-area.signature .row {
        flex-direction: column;
    }
    .index-design-area.signature .left-text-side {
        padding-left: 0;
    }
    .index-design-area {
        padding: 0 20px;
    }
    .index-design-area .video-block img {
        border-radius: 10px;
    }
    .index-card-blog .right {
        padding: 10px 10px 20px;
    }
    .index-card-blog .image img.img-auto {
        border-radius: 10px 10px 0 0px;
    }
    .row.mgz {
        padding: 44px 20px;
    }
    .magazlarimiz-text-area .description {
        font-size: 14px;
        line-height: 26px;
        margin: 20px 0;
    }
    .magazlarimiz-text-area .btn-magaza {
        padding: 12px 20px;
        font-size: 14px;
        margin-bottom: 0px;
    }
    img.img-auto.mgz-img {
        display: none;
    }
    .newsletter-content {
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .newsletter-content .newsletter-title {
        margin-bottom: 6px;
    }
    .newsletter-content .newsletter-description {
        margin-bottom: 20px;
        line-height: normal;
    }
    .newsletter-form {
        width: 90%;
    }
    .newsletter-content {
        margin-bottom: 20px;
    }
    .socail-footer-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .footer-contact-area {
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-contact-area .title {
        margin-bottom: 4px;
    }
    .footer-contact-area .s-title {
        margin-bottom: 20px;
    }
    .footer-contact-area a {
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer-contact-area .contact-items {
        width: 76%;
        margin: 0 auto 10px;
    }
    .col-12.col-md-7.rb {
        border-right: 0;
        padding: 60px 10px 34px;
    }
    footer .bb .row.f {
        flex-direction: column-reverse;
    }
    .f-last-side {
        padding-right: 0;
        margin-top: 0;
    }
    .f-last-side.d-flex.d-md-none.flex-column.align-items-center a {
        width: 100%;
    }
    .f-last-side .contact-items {
        width: 90%;
        margin: 0 auto 20px;
    }
    .contact-items.black {
        border-color: #000;
        color: #181818;
    }
    .footer-right {
        padding: 40px 20px 0;
    }
    .title.k {
        text-align: left!important;
        border: 0!important;
        padding: 0!important;
        margin-bottom: 6px;
    }
    .title.k::after {
        display: none;
    }
    .fotlok {
        display: none;
    }
    .fotlok {
        margin-bottom: 35px;
        padding: 0 26px;
    }
    .foot-last-mobile {
        display: flex;
        justify-content: space-between;
        padding-top: 54px;
    }
    footer .logo-area {
        width: 60%;
        align-items: center;
    }
    .foot-last-mobile .lang-box.footer {
        display: flex;
        padding: 17px 22px;
    }
    .footer-bottoms {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .footer-bottoms .cpyright {
        width: 100%;
        font-size: 12px;
        text-align: center;
    }
    .col-12.col-md-5.ps {
        padding: 0px 30px 36px;
    }
    .cart-landing-page-banner-block img.img-auto {
        height: 260px;
        object-fit: cover;
    }
    .cart-landing-page-banner-block .text .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cart-landing-page-banner-block {
        margin-top: 0;
    }
    .cart-landing-page-banner-block .text .stitle {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .cart-landing-page-banner-block .text {
        align-items: flex-start;
        padding: 0 10px;
    }
    .cart-landing-page-banner-block .text .description {
        font-size: 12px;
        width: auto;
        text-align: left;
        line-height: 18px;
    }
    .cart-landing-page-sides {
        margin: 0 auto 40px;
    }
    .cart-landing-page-sides .p-g-mod-header.p-g-mod-header-p-0 {
        flex-direction: column-reverse;
        height: auto;
    }
    .cart-landing-page-sides .p-g-m-h-button {
        margin: -10px -16px 0;
    }
    .cart-landing-page-sides a.btn.btn-mod {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 34px;
    }
    .cart-landing-page-sides .p-g-m-h-info {
        align-items: center !important;
    }
    .cart-landing-page-sides .p-g-m-h-info .p-g-m-h-i-title,.cart-landing-page-sides .p-g-m-h-i-description  {
        padding: 0 20px !important;
        color: #000;
        font-family: 'macklin display';
        font-size: 20px!important;
    }
    .cart-landing-page-sides .p-g-mod-header.p-g-mod-header-p-0 {
        margin-bottom: 20px;
    }
    .cat-responsive-popup .category-filter-res-order .right {
        display: flex;
        flex-direction: column;
        padding-top: 20px;
    }
    .category-cover {
        margin: 0 -10px 30px;
    }
    .category-cover img.img-auto {
        height: 220px;
        object-fit: cover;
    }
    .cat-responsive-buttons .btn-group {
        border-radius: 5px;
        border: 1px solid #F4F4F4;
        padding: 2px 10px;
        align-items: center;
        background: #ffffff80;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: #000;
    }
    .cat-responsive-buttons .btn-group button.btn.btn-outline-dark {
        color: #212121;
        font-size: 12px;
        font-weight: 400;
        border: 0;
        line-height: normal;
    }
    .p-g-mod.p-g-mod-t-28.p-g-mod-header.p-g-mod-trans {
        margin: 0;
    }
    .osd-fixed .horizonal {
        font-size: 11px;
        padding: 4px 11px;
    }
    .product-profile-1 .col-lg-7,.product-profile-1 .col-lg-5 {
        padding: 0;
    }
    .product-profile-1 .carousel .carousel-outer {
        border: 0;
        border-radius: 0;
        padding: 0;
    }
    div#shareAge {
        right: 10px;
        top: 46px;
        padding: 6px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product-body .product-profile-1 .product-favourite {
        width: 40px;
        height: 40px;
        top: 46px;
        right: 60px;
        padding: 6px;
    }
    .sku {
        font-size: 12px;
    }
    .product-body .product-short-desc {
        width: 97%;
        font-size: 12px;
        line-height: normal;
    }
    .product-price-group .prices .first,.product-price-group .prices .second {
        border-radius: 0;
    }
    .taksit-area {
        border-radius: 0;
        margin-bottom: 16px;
        flex-direction: column;
    }
    .taksit-area .left {
        text-align: center;
    }
    .taksit-area .left .second {
        font-size: 14px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: flex;
    }
    button#myButton2 {
        font-size: 12px;
        text-align: center;
    }
    .card-product-tops .first-title {
        font-size: 20px;
        margin-bottom: 2px;
        line-height: 20px;
    }
    .card-product .card-product-inner .price-group {
        padding: 14px 10px;
    }
    .discount-name {
        font-size: 14px;
    }
    .card-product .card-product-inner .price-group .prices .new-sale-price {
        font-size: 16px;
    }
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 14px;
    }
    .bg-sets {
        padding: 44px 0;
    }
    .bg-sets .raw-content .title {
        font-size: 26px;
        margin-bottom: 26px;
    }
    .bg-sets .raw-content .description {
        width: 97%;
        margin: 0 auto 44px;
        font-size: 13px;
        line-height: 21px;
    }
    .attribute-area {
        padding: 20px;
        width: 97%;
        margin: auto;
    }
    .attribute-area .attribute-items {
        padding: 6px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        width: max-content;
        padding: 14px 18px 10px;
        margin-bottom: 8px;
        font-size: 16px;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        margin: 0 30px 0px 4px;
    }
    .advanced-profile-variants .variant-group .variant-values .item .custom-tooltip {
        left: -10px!important;
    }
    .osd-area .bnr-side .text-area .title {
        font-size: 26px;
    }
    .osd-area .bnr-side .text-area .description {
        font-size: 16px;
        width: 80%;
    }
    .osd-description-side {
        flex-wrap: wrap;
        gap: 24px;
        margin-bottom: 44px;
    }
    .osd-description-side .left {
        width: 100%;
    }
    .osd-description-side .left .description {
        width: 95%;
        font-size: 14px;
    }
    .osd-description-side .right {
        width: 100%;
    }
    .osd-description-side .call-center {
        padding: 16px 36px;
        width: max-content;
    }
    .osd-description-side .call-center .text {
        font-size: 12px;
    }
    .osd-description-side .call-center .text a {
        font-size: 14px;
    }
    .osd-description-side .call-center a.hmn {
        font-size: 13px;
        margin-top: 0px;
    }
    .card-blog .card-side {
        padding: 10px;
    }
    .card-blog .card-side .date {
        margin-bottom: 6px;
        font-size: 11px;
    }
    .osd-fixed {
        transform: translateX(-17%) rotate(270deg);
    }
    .card-blog .title {
        margin-bottom: 10px;
        height: 34px;
        font-size: 16px;
    }
    .katalog-page .title, .contact-page .title, .sanal-magaza .title,.erken-title {
        font-size: 26px;
    }
    .katalog-page .text, .contact-page .text, .sanal-magaza .text {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 44px;
    }
    .row.iletisim {
        border-radius: 0;
        margin-bottom: 74px;
    }
    .dekor-top-side {
        padding: 144px 20px 20px;
        margin: 114px 0 44px;
        flex-direction: column-reverse;
    }
    .dekor-top-side .right img.img-auto {
        right: 0;
        left: 0;
        max-width: 340px;
        margin: auto;
    }
    .dekor-top-side .left .title {
        font-size: 14px;
    }
    .dekor-top-side .left .sub-title {
        font-size: 32px;
        margin-bottom: 16px;
    }
    .dekor-top-side .left .description {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .dekor-imgtext {
        gap: 44px;
        margin-bottom: 44px;
        flex-direction: column;
    }
    .dekor-imgtext .right .title {
        font-size: 26px;
    }
    .dekor-imgtext .right .description {
        font-size: 15px;
        line-height: 23px;
    }
    .bottom-description {
        width: 90%;
        font-size: 16px;
        line-height: 24px;
    }
    .bottom-contact {
        width: 90%;
        margin: 0 auto 64px;
        flex-direction: column;
    }
    .help-search-wrapper .text {
        width: 97%;
        font-size: 14px;
        margin-bottom: 26px;
    }
    .row.help-block {
        flex-wrap: wrap;
        overflow: auto;
    }
    .help-search-wrapper form {
        width: 90% !important;
    }
    .stm h1.p-g-m-h-i-title {
        font-size: 26px !important;
    }
    .stm .p-g-mod-body {
        padding: 26px 26px !important;
        margin: 26px 0 44px;
    }
    .f-last-side .contact-items img {
        max-width: 22px;
    }
    .sidebar-menu-type-2 .logo-area .lang-box.d-flex.align-items-center {
        width: max-content;
        justify-content: flex-end;
        padding-right: 10px;
    }
    .sidebar-menu-type-2 .logo-area .lang-box.d-flex.align-items-center img.img-auto.header-icon {
        filter: invert(1);
    }
    .mm-cat-area {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 12px;
        padding: 14px 20px;
    }
    .mm-cat-area .items {
        color: #181818;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 10px;
    }
    .mm-cat-area .items .cat-name {
        color: #181818;
        position: relative;
        font-weight: 500;
    }
    .mm-cat-area .items.dd .cat-name::after {
        content: url(icons/add-small.svg);
        right: 4px;
        top: 0;
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mm-cat-area .items.dd .cat-name.active::after {
        content: url(icons/remove-small.svg);
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        display: flex;
    }
    .mm-dropdown-side {
        flex-wrap: wrap;
        gap: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #e2e2e2;
        border-top: 1px solid #e2e2e2;
        margin-top: 14px;
        justify-content: space-between;
    }
    .mm-dropdown-side .sub-cat-block.set-full {
        width: 100%;
        margin-top: 16px;
        max-width: 100%;
        margin-bottom: 14px;
    }
    .mm-dropdown-side .sub-cat-block .items-name {
        color: #181818;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mm-dropdown-side .sub-cat-block .name {
        color: #181818;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 10px;
    }
    .mm-dropdown-side .sub-cat-block .sub-cat-items span.sub-category {
        color: #575757;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .mm-dropdown-side .sub-cat-block {
        max-width: 50%;
        width: 46%;
    }
    .mm-dropdown-side .sub-cat-block .sub-cat-items {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .mm-fast-block {
        border-top: 1px solid #F4F4F4;
        border-bottom: 1px solid #F4F4F4;
        padding: 26px 26px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    .mm-fast-block .items {
        color: #181818;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 0px;
        gap: 10px;
    }
    .mm-social {
        padding: 20px 26px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .mm-social .mms-title {
        color: #181818;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .mm-social .media-area {
        display: flex;
        gap: 22px;
    }
    .mm-social .media-area img {
        width: 24px;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
        padding: 10px 0;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons a.btn.btn-secondary {
        height: 36px;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 400;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons a.btn.btn-success.d-block.d-sm-block.d-md-block.d-lg-none {
        font-size: 14px;
        font-weight: 400;
        height: 36px;
        border-radius: 7px;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons a {
        padding: 0 20px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .card-product-bottoms .colors-area img {
        max-width: 26px;
        height: 26px;
    }
    .type-45-swiper .swiper-button-next, .type-45-swiper .swiper-button-prev {
        display: none;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 44px!important;
    }
    .fnt-title .ban-type-description {
        font-size: 14px !important;
    }
    .fnt-title .ban-type-title {
        font-size: 20px!important;
    }
    /*.cstm-m .col-12 {
        padding: 0 0 0 10px;
    }*/
    .home-body .p-g-mod-t-44 .ban-type-4 .ban-type-content {
        padding-bottom: 18px!important;
    }
    .custom-module-code-207 .ban-type .ban-type-btn {
        font-size: 14px;
        font-weight: 300!important;
    }
    .index-design-area .left-text-side .btn-design img {
        width: auto;
    }
    .index-design-area .left-text-side .btn-design {
        padding: 10px 18px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .index-card-blog a.title {
        font-size: 20px;
    }
    .mset.blp .p-g-mod.p-g-mod-t-0.p-g-mod-base-content {
        margin-bottom: 0;
    }
    .hizmetler-items .title {
        font-size: 20px;
        line-height: normal;
        margin: 22px 0 14px;
        height: 23px;
        -webkit-line-clamp: 1;
    }
    .hizmetler-items .description {
        font-size: 14px;
        margin-bottom: 18px;
        height: 73px;
    }
    .hizmetler-items .btn-items {
        padding: 10px 18px;
        font-size: 14px;
    }
    .hizmetler-items {
        padding: 20px;
    }
    .magazlarimiz-text-area .btn-magaza img.img-auto {
        width: 22px;
    }
    footer .titlek {
        margin-bottom: 0px;
    }
    .katalog-area {
        margin: 20px 0 32px;
    }
    .cart-landing-page-banner-block img.img-auto {
        filter: brightness(0.5);
    }
    .card-product-tops {
        display: flex;
        flex-direction: column;
    }
    .card-product-tops .ni-right {
        align-items: center;
        padding: 0px 10px 10px;
        gap: 6px;
        flex-direction: row;
        justify-content: flex-start;
        gap: 10px;
    }
    .ni-right .colors-area {
        margin-left: 0;
        margin-right: -16px;
    }
    .card-product-tops .ni-right .block .value {
        padding-left: 0;
        font-size: 14px;
    }
    .card-product-bottoms {
        padding: 0;
    }
    .card-product .card-product-inner .title {
        height: 73px;
        max-height: none;
        padding: 14px 10px;
        font-size: 14px;
        margin: 0;
    }
    .btn-outline-dark:hover {
        background-color: transparent!important;
    }
    .d-block.d-md-none.cat-title {
        color: #181818;
        font-family: "Macklin Display";
        font-size: 26px;
        font-weight: 400;
        line-height: 159.5%;
        text-align: center;
    }
    .cat-responsive-buttons {
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    .detay_tab {
        justify-content: flex-start;
        gap: 10px;
        padding-bottom: 10px;
        overflow: auto;
    }
    .detay_tab button.tablinks {
        font-size: 16px;
        padding: 12px 20px;
        width: 220px;
        min-width: 238px;
    }
    .taksit-area .left .first {
        font-size: 13px;
        gap: 2px;
    }
    .product-profile-1 .carousel .carousel-indicators {
        max-height: 62px !important;
    }
    .product-profile-1 .carousel .carousel-indicators li {
        max-width: 77px;
    }
    .product-price-group .prices .sale-price,
    .product-price-group .prices .list-price {
        font-size: 14px;
        line-height: 18px;
    }
     .product-price-group .prices .second .right .new-sale-price {
        font-size: 16px;
        line-height: 20px;
     }
    .product-price-group .prices .second,.product-price-group .prices .first {
        font-size: 14px;
        line-height: 22px;
    }
    .detay_tabcontent .tabcontent {
        padding: 20px ;
    }
    .detay_tab_block {
        margin-bottom: 24px;
    }
    div#teamProduct {
        padding: 10px 10px 0!important;
    }
    .advanced-profile-bundle .fnt-t {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .advanced-profile-bundle .product-groups .product-item.active {
        display: flex;
        flex-direction: column;
    }
    .advanced-profile-bundle .product-groups .product-item .images {
        padding: 6px;
    }
    .advanced-profile-bundle .product-groups .product-item .info {
        padding: 10px;
    }
    .advanced-profile-bundle .product-groups .product-item .info .info-head .title {
        line-height: 20px;
        font-size: 16px;
    }
    .advanced-profile-bundle .product-groups .product-item .info .info-head .title .prefix {
        font-size: 18px;
    }
    .search-sides .p-g-mod-body {
        background: #f4f4f4;
        margin: -11px -20px 0px -20px;
        padding: 20px 10px 20px !important;
    }
    .campaign-cart {
        flex-direction: column;
        gap: 20px;
    }
    .campaign-cart .description-side .title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .campaign-cart .description-side .title .date {
        font-size: 12px;
        gap: 6px;
        margin-top: 4px;
    }
    .campaign-cart .description-side .description {
        font-size: 14px;
        margin-bottom: 21px;
        line-height: 21.484px;
    }
    .campaign-cart .description-side {
        padding: 0 16px 16px;
    }
    .campaign-cart .ksf-btn {
        height: 46px;
        padding: 0 14px;
        gap: 12px;
        margin-top: 18px;
        font-size: 14px;
    }
    .hd-items {
        gap: 26px;
        margin-bottom: 34px;
        flex-direction: column;
    }
    .hd-items .text-area {
        padding-bottom: 12px;
    }
    .hd-items .text-area .title {
        font-size: 22px;
        margin-bottom: 6px;
    }
    .hd-items .text-area .description {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 22px;
        width: 90%;
    }
    .hd-items .text-area .btnss {
        padding: 10px 18px;
        font-size: 14px;;
    }
    .iletisim-left-block .items {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .iletisim-left-block .items span {
        font-size: 15px;
        font-weight: 500;
    }
    .product-buttons.mobile-sticky {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        position: fixed;
        bottom: 0;
        background: #fff;
        left: 0;
        right: 0;
        padding: 15px;
        border-top: 1px solid #f4f4f4;
        z-index: 4;
        height: 95px;
    }
    .product-buttons.mobile-sticky .price {
        display: flex;
        flex-direction: column;
        gap: 2px;
        width: 100%;
    }
    .product-buttons.mobile-sticky button.btn.btn-cart.btn-color-1 {
        width: 100%;
        flex: 0 0 50%;
        font-size: 16px;
        height: 52px;
    }
    .product-buttons.mobile-sticky .price .title {
        color: #E21836;
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }
    .product-buttons.mobile-sticky .prices {
        display: flex;
        gap: 8px;
    }
    .product-buttons.mobile-sticky .prices .new-sale-price.sticky {
        color: #E21836;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .product-buttons.mobile-sticky .sale-price.sale-variant-price.sticky {
        color: #181818;
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px;
    }
    .product-buttons.mobile-sticky .sale-price.sale-variant-price.sticky.gr {
        color: #A1A1A1;
        text-align: right;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        text-decoration-line: line-through;
    }
    .ni-right .colors-area img {
        max-width: 26px;
        height: 26px;
    }
    .left-acco .p-g-mod-body.p-g-mod-body-p-0{
        display: block;
    }
    .btn-category-load-more {
        font-size: 14px;
    }
    .selected-filters-wrapper {
        flex-wrap: wrap;
    }
    .selected-filter-item {
        font-size: 12px;
        height: 36px;
        gap: 16px;
        width: max-content;
    }
    button#reset-all-filters {
        height: 36px;
        width: 100px;
        font-size: 12px;
    }
    .product-profile-1 h1.title .ttitle {
        font-size: 24px;
        line-height: 20px;
    }
    .product-profile-1 h1.title {
        font-size: 16px;
        margin-top: 10px;
        width: 77%;
        line-height: 18px;
    }
    #shareModal {
        position: absolute;
        z-index: 999;
        right: 4px;
        top: 38px;
    }
    .product-reviews .count {
        font-size: 12px;
    }
    body.product-body .bg-sets {
        margin: 20px 0 44px;
    }
    .detay_tabcontent .p-g-mod-body {
        padding: 0!important;
    }
    .detay_tabcontent .p-g-mod.p-g-mod-t-43 {
        margin: 0;
    }
    .category-filter-order-mobile {
        display: block;
    }
    .lag-checkbox input {
        display: block;
    }
    .lag-checkbox label {
        padding-left: 10px;
    }
    .carousel-indicators {
        z-index: 2;
    }
    .login-or .border {
        width: 30%;
    }
    .login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 28px;
    }
    .footer-bottoms img.img-auto {
        max-width: 125px;
    }
    button.btn.btn-cart.btn-color-1.btn-kombin {
        border: 1px solid #e21836;
        height: 48px;
        margin: 0 10px;
        font-weight: 400;
        font-size: 15px;
    }
    .dekor-top-side .left .btns {
        font-size: 14px;
        padding: 8px 24px;
    }
    .card-help-title .image img {
        max-height: 22px;
    }
    .card-help-title .title {
        font-size: 14px;
    }
    .row.help-block .col-6 {
        padding: 2px;
    }
    .col-12.col-md-6.left {
        padding: 4px 40px 40px;
    }
    .yeni-giris h5#exampleModalLabel {
        font-size: 16px;
    }
    .owl-wrapper .owl-single-button.owl-single-button-next {
        right: 12px !important;
    }
    .owl-wrapper .owl-single-button.owl-single-button-prev {
        left: 12px!important;
    }
    .mm-cat-area .items.red .cat-name {
        color: #e21836;
    }
    .category-filter-order-mobile input[type="radio"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #181818;
        border-radius: 50%;
        position: relative;
        cursor: pointer;
    }
    .category-filter-order-mobile input[type="radio"]:checked {
       background-color: #e21836;
    }
    .category-filter-order-mobile input[type="radio"]:checked::before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: white;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .category-filter-list .simplebar-scroll-content .lag-checkbox span {
        display: none;
    }
    .cat-responsive-popup .c-r-p-content .p-g-mod-t-cat-filter .p-g-mod-body.p-g-mod-body-p-0 {
        display: none;
    }
    body.product-body .osd-fixed {
        top: 57%;
    }
    .mobile-fix-kombin-side {
        position: fixed;
        bottom: 95px;
        z-index: 2;
        left: 0;
        right: 0;
        border-top: 1px solid #F4F4F4;
        background: #FBFBFB;
        cursor: pointer;
    }
    .mobile-fix-kombin-side .first-block {
        display: flex;
        justify-content: space-between;
        padding: 6px 14px;
    }
    .mobile-fix-kombin-side .first-block.summary {
        border: 0;
        border-radius: 0;
        position: unset;
        background: transparent;
        height: 38px;
        display: flex;
        align-items: center;
    }
    .second-block.advanced-profile-bundle.summary-content {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 3;
        padding-bottom: 93px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary {
        border-radius: 0;
        border: 0;
        border-top: 1px solid #f4f4f4;
        position: unset;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .cover {
        border-bottom: 1px solid #F4F4F4;
        background: #FBFBFB;
        padding: 8px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .cover .image {
        max-width: 100px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .cover .image img.img-auto {
        max-width: 100px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .cover .info .title {
        color: #181818;
        font-size: 14px;
        font-weight: 400;
        line-height: 11.496px;
        margin-bottom: 6px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .cover .info .product-quantitys {
        color: #A1A1A1;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 11.496px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items .item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f4f4f4;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items .item .quantity {
        font-size: 12px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items .item .price {
        font-size: 13px;
    }
    .mobile-fix-kombin-side.advanced-profile-bundle, .second-block.advanced-profile-bundle.summary-content {
        display: block;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items .item:last-child {
        margin: 0;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items .item .name {
        display: flex;
        gap: 3px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .total-price {
        padding: 0 20px;
        padding-bottom: 10px;
        font-size: 13px;
        color: #181818;
    }
    .second-block.advanced-profile-bundle.summary-content .summary .items {
        padding: 20px 20px;
        max-height: 270px;
        overflow: auto;
        margin-bottom: 20px;
    }
    .owl-wrapper .owl-single-button {
        z-index: 1!important;
    }
    div#custom-module-code-177 img {
        width: 100vw!important;
        height: auto!important;
        object-fit: cover;
    }
    .row.global .l-text-area .title {
        font-size: 28px;
        margin-top: 26px;
    }
    .row.global .text-area {
        width: 98%;
        margin: 64px auto;
        font-size: 14px;
        letter-spacing: .3px;
    }
    .row.global .r-text-area {
        gap: 6px;
    }
    .row.global .r-text-area img.img-auto.lazy-load.lazy-complete {
        width: 175px;
        margin: 27px auto;
    }
    .row.global .r-text-area {
        gap: 6px;
        padding-bottom: 0;
        font-size: 14px;
    }
    .row.global .l-text-area .text {
        font-size: 14px;
        line-height: 24px;
        width: 97%;
    }
    td.td-total-price {
        align-items: flex-start;
        flex-direction: column;
        padding-left: 12px;
    }
    .shopping-cart-1 .td-total-price .old-value {
        font-size: 10px;
    }
    .td-total-price .value {
        font-size: 14px;
        line-height: 20px;
    }
    .sepet-td-price input.sepet-form-control {
        border-radius: 0;
    }
    .td-product .p-info a {
        font-size: 14px!important;
    }
    .cat-bot.bold {
        font-size: 15px;
        margin-bottom: 6px;
    }
    .cat-bot.bold:first-child {
        margin-top: 20px;
    }
    .cat-bot.text {
        font-size: 12px;
        letter-spacing: 0px;
    }
    .payment-form-methods table.table.table-bordered.table-striped.table-sm {
        display: flex;
        font-size: 12px;
    }
    .payment-form-methods table.table.table-bordered.table-striped.table-sm thead tr {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: max-content;
    }
    .payment-form-methods table.table.table-bordered.table-striped.table-sm thead tr th {
        height: 50px;
        display: flex;
        align-items: center;
    }
    .payment-form-methods table.table.table-bordered.table-striped.table-sm tbody tr {
        display: flex;
        flex-direction: column;
    }
    .payment-form-methods table.table.table-bordered.table-striped.table-sm td {
        width: 100%;
        height: 50px;
    }
    .erken-img {
        margin: 10px 0px 44px;
    }
    .erken-text-side .title {
        font-size: 22px;
        line-height: normal;
    }
    .erken-text-side .text-area {
        font-size: 14px;
    }
    .takim-atr {
        display: flex;
        gap: 2px 10px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .osdp .p-g-mod-header {
        height: auto!important;
    }
    .osdp h1.p-g-m-h-i-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        font-size: 22px!important;
        margin: 6px 0 0!important;
    }
    .bl-borders {
        padding: 0;
    }
    .st-blog h1.p-g-m-h-i-title .date {
        font-size: 13px;
    }
    .p-g-mod-t-12 .p-g-mod-body .detail {
        font-size: 13px;
    }
    .swiper.mobil-manset .swiper-slide .horizonal-items a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .shopping-cart-1 .td-total-price .d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    section.pattern-group.pattern-group-t-0.pattern-group-p-home.home-headline {
        display: none;
    }
    .swiper.mobil-manset .swiper-slide .swiper-caption {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        justify-content: center;
        align-items: center;
    }
    .swiper.mobil-manset .swiper-slide .swiper-caption h5 {
        color: #fff;
        font-size: 21px;
        font-weight: 300;
        padding-bottom: 6px;
        border-bottom: 1px solid #fff;
        width: max-content;
        margin: 0 auto 16px;
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
    }
    .swiper.mobil-manset .swiper-slide .baslik {
        font-family: "Macklin Display";
        font-size: 24px;
        font-weight: 500;
        color: #fff;
        margin: 2px 1px;
        text-align: center;
    }
    .swiper.mobil-manset .swiper-slide .swiper-caption p {
        color: #fff;
        margin: 24px auto;
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        width: 80%;
        text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    }
    .mobile-bells {
    }
    .mobile-bells .qk-app-campaign-bell {
        margin: 0!important;
        background: transparent!important;
        border: 0!important;
    }
    .home-body header.mobile.fixed-mobile .mobile-bells .campaign-icon i::before {
        filter: invert(1);
    }
    .mobile-bells .qk-app-campaign-bell .campaign-icon .bell-icon {
        font-size: unset!important;
    }
    .mobile-bells .campaign-icon i::before {
        content: url('icons/bell-ringing.svg');
        width: 28px;
        height: 24px;
    }
    .mobile-bells .campaign-icon {
        width: 28px!important;
        height: 28px!important;
    }
    .product-buttons.mobile-sticky .btn-cart-just-store {
        font-size: 16px;
        width: 100%!important;
        min-width: 175px;
    }
    .new-card-area .center-block .price-and-badge .promo-and-badge .items {
        padding: 3px 12px;
    }
    .new-card-area .center-block .badge-side {
        gap: 1px;
    }
    .threed-badge.card {
        right: 15px;
        padding: 6px 10px;
        gap: 6px;
        font-size: 11px;
        line-height: 113%;
    }
    .new-card-area .top-block {
        padding: 14px;
    }
    .new-card-area .new-title {
        font-size: 14px;
        gap: 2px;
    }
    .new-card-area .new-title .first-title {
        font-size: 24px;
    }
    .new-card-area .center-block {
        padding: 14px;
    }
    .new-card-area .center-block .promo-infos {
        font-size: 15px;
    }
    .new-card-area .center-block .promo-infos span {
        font-size: 17px;
    }
    .new-card-area .center-block .sale-price {
        font-size: 15px;
    }
    .new-card-area .bottom-block {
        padding: 10px 14px;
    }
    .new-card-area .bottom-block .item {
        font-size: 13px;
    }
    .new-card-area .top-block .card-attributes .block .colors-area img {
        width: 28px;
        height: 28px;
    }
    .new-card-area .top-block .card-attributes .block .extra-count.ml-1 {
        font-size: 12px!important;
        line-height: normal;
    }
    .new-card-area .top-block .card-attributes .block .extra-count.c {
        margin-left: 20px;
        font-size: 12px;
    }
    .badge-side-profil {
        left: 4px;
        bottom: 4px;
    }
    .badge-side-profil .items {
        font-size: 12px;
        padding: 4px 10px;
    }
    .product-body iframe#Click2ConnectPackageFrame {
        right: 0!important;
        bottom: 135px!important;
    }
    .product-price-group .prices .second div {
        flex: 0 0 50%;
    }
    body.product-body div#b8e-widget-container {
        bottom: 135px!important;
    }
    #b8e-widget-container.closed {
        bottom: 4px !important;
    }
    section.pattern-group.pattern-group-t-0.pattern-group-p-categories.left-acco .d-block.d-sm-block.d-md-block.d-lg-none{
        position: relative;
        z-index: 99999999999;
    }
    .stores-mobile-s {
        display: flex;
        align-items: center;
        gap: 4px;
        border: 1px solid #e2e2e2;
        padding: 4px 10px;
        border-radius: 10px;
    }
    .leftmobil img.img-auto {
        height: 25px;
    }
    .leftmobil {
        display: flex;
        align-items: center;
        gap: 4px;
    }
    .stores-mobile-s img {
        filter: invert(1);
    }
}
.col-12.col-md-6.col-lg-4.installment-1 {
    display: none;
}

img.no-img {
    display: none;
}