@font-face {
    font-family: 'Playfair_Display';
    src: url('/Themes/SmartKirala-V3/fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay Bold';
    src: url('/Themes/SmartKirala-V3/fonts/Playfair_Display/static/PlayfairDisplay-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Playfair_Display SemiBold';
    src: url('/Themes/SmartKirala-V3/fonts/Playfair_Display/static/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/Themes/SmartKirala-V3/fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Light';
    src: url('/Themes/SmartKirala-V3/fonts/Poppins/Poppins-Light.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'Poppins Bold';
    src: url('/Themes/SmartKirala-V3/fonts/Poppins/Poppins-Bold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Poppins SemiBold';
    src: url('/Themes/SmartKirala-V3/fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
    font-style: normal;
}

.header {
    background: #fff;
}

  .header__content {
    padding: 11px 0;
}
#account__dropdown {
    top: 115%;
}
#site_footer {
    background: #e9f2f8;
}
.account__col .footer-contact .fa-phone-volume {
    font-size: 25px !important;
    color: #3C6BA2;
}
.account__col .footer-contact strong {
    font-size: 18px;
    color: #2859A3;
}
.account__col .footer-contact span {
    color: #7193C6;
    font-size: 11px;
    margin-bottom: 4px;
}
.account__col .footer-contact {
    gap: 6px !important;
}
.ceo-box {
    backdrop-filter: blur(20px);
    background: #e9f2f8;
    padding: 50px 0;
}
.search__bar.is-active .search__button--submit {
    background-color: #2859A3;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.search__bar.is-active {
    border-color: #2859A3;
}
.search__bar {
    border-radius: 10px;
}
@media screen and (min-width: 992px) {
    .ceo-box .footer__end.one {
    justify-content: start;
}
.ceo-box .footer__end.two {
    justify-content: center;
}
.ceo-box .footer__end.three .footer__box {
    min-width: 310px;
}
}
@media screen and (max-width: 992px) {
.ceo-box {
    padding: 25px 0;
}
}
.whatsapp-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background-color: #25D366;
    color: #fff;
    padding: 14px 22px;
    position: fixed;
    bottom: 70px;
    right: 16px;
    border-radius: 50px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 19;
}

.whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

.whatsapp-icon i {
    font-size: 35px;
    color: #fff;
}

.whatsapp-text {
    line-height: 1.1;
}

.whatsapp-text span {
    display: block;
    font-size: 13px;
    font-weight: 400;
}
@media screen and (max-width: 992px) {
.whatsapp-text {
    display: none;
}
.whatsapp-btn {
    padding: 8px 5px;
}
}
.topbar-dropdown__btn .icon_title {
    background: linear-gradient(90deg, #116EF1 1.72%, #14B1E7 64.56%);
    box-shadow: 0px 3px 20px 0px #3895FF4D;
    font-size: 15px;
    color: #fff;
    width: 163px;
    height: 45px;
    border-radius: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#account__dropdown::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F5F5F5;
}
#account__dropdown::after {
    content: "";
    position: absolute;
    top: -11px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #00000040;
    filter: blur(3px);
    z-index: -1;
}
.menu__item.mobil-admin-link i {
    color: #2859A3 !important;
    font-size: 18px;

}
.user-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-info {
    display: flex;
    flex-direction: column;
    text-decoration: none;
        cursor: initial;
    line-height: 1.2;
}
.user-info:hover {
    opacity: 1;
}
.user-hello {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.user-mail {
    font-size: 12px;
    color: #5B616B !important;
    font-family: 'Poppins' !important;
}

#account__dropdown li {
    padding: 15px 10px;
    background-color: #fff;
    border-bottom: 1px solid #DAE2E8;
}
#account__dropdown li:first-child {
    background: #F5F5F5;
    border-bottom: 0;
    cursor: initial;
    padding: 20px 12px;
}

#account__dropdown li a {
    display: flex;
    align-items: center;
}
#account__dropdown li a,
#account__dropdown li a span{
    font-family: 'Poppins SemiBold';
    font-size: 15px;
    color: #5B616B;
}
.menu-logout {
    display: flex;
}
.menu-logout a {
    color: #F44236 !important;
    margin-left: 10px;
}
#account__dropdown .topbar__box li a:hover {
    color: #000 !important;
}
#account__dropdown li a img {
    margin-right: 10px;
}
#account__dropdown li:first-child a,
#account__dropdown li:first-child span {
    font-family: 'Poppins Bold';
    display: initial;
}

#account__dropdown li:hover a {
    opacity: 1;
}
#account__dropdown .topbar__box .menu__item-link {
    color: #000 !important;
}
#account__dropdown .topbar__box {
    margin-top: 0;
}
#account__dropdown li:first-child p {
    box-shadow: 0px 0px 15px 0px #0000001A;
    background: #fff;
    color: #2859A3;
    font-family: 'Poppins';
    height: 50px;
    width: 60px;
    display: inline-flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
#account__dropdown .menu__item.mobil-admin-link .menu__item-link {
    text-align: left !important;
    padding: 3px 0 0 8px;
    color: #5B616B !important;
}
.account-nav__item--active {
    padding: 0 10px;
    background: #f4faff;
}
.iconset__btn i {
    color: #3C6BA2;
}
.topbar-dropdown__btn img {
    display: none;
}
#site_footer .d-container {
    max-width: 1200px !important;
}
.iconset.topbar {
    justify-content: space-between;
    width: 400px;
    padding-left: 0;
    z-index: 1000;
    height: auto;
}
.logo__footer {
    display: block;
}
header .footer-contact img {
    width: 24px;
    height: 24px;
}
.header__menu, .indicator.d-flex {
    display: none !important;
}
.head-left-box {
    display: flex;
    justify-content: start;
    align-items: center;
}
.logo a img {
    max-width: 160px;
}
.search-icon-box {
    height: 56px;
    background: rgba(243, 244, 246, 1);
    border-radius: 40px;
    border: 0;
}
.search__action-button i {
    color: rgba(37, 98, 171, 1);
}
.search-icon-box input {
    width: 100%;
    border: 0;
    outline: none;
    height: 100%;
    background: rgba(243, 244, 246, 1);
    border-radius: 12px;
}
.search-icon-box input::placeholder {
    color: rgba(139, 148, 159, 1);
}
.search__action-button {
    max-width: 425px;
    margin-left: 70px;
}
.site__body {
    background: #E9F2F8;
    min-height: 200px;
}
.category-wrapper .site__body, .manufacturer-wrapper .site__body, .collection-wrapper .site__body, .wishlist-wrapper .site__body {
    background-color: #E9F2F8;
}
.site__body, a, p, span {
    font-family: 'Poppins';
}
img {
  max-width: 100%;
}
@media screen and (max-width: 990px) {
    .mobile-nav-wrapper {
        width: 100%;
    }
        .mobile-nav-wrapper .closemobileMenu {
        padding: 16px 12px;
        background: #EEF8FE;
    }
    .closemobileMenu span {
        background: #D9E9F2;
    padding: 10px 8px;
    border-radius: 100%;
    }
    .closemobileMenu span i {
        font-size: 15px;
        color: #5B616B;
    }
        #MobileNav li a {
        color: #000;
        font-size: 16px;
        font-weight: 500;
    }
}
.header-container .logo a img {
    max-height: 55px;
}

.cart-qty {
    left: 23px;
    top: 0px;
    background-color: #ff0000;
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
@media (min-width: 992px) {
.search__action-button {
    margin-right: auto;
}
}

@media (min-width: 1440px) {
    .container, .slider-wrapper .d-container  {
        max-width: 1200px !important;
        padding: 0;
    }
    .align-self-center.account__col {
        padding-left: 0;
    }
    #account__dropdown {
    left: -50%;
    padding-top: 0;
    min-width: 330px;
    overflow: initial;
}
}
@media (max-width: 992px) {
    .page-header__container {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
      
    .iconset.topbar {
    justify-content: end;
}
    .header__content {
    background: #ffffff;
}
.account__col .footer-contact {
    display: none;
}
.search__action-button {
    margin-left: 0;
}
.header .logo a img {
    max-width: 120px;
}
}

/********* Ürün Slider Başlangıç*********/
.swiper-products-carousel {
    padding: 10px 0;
}
.product__car--buttons,
#product__alternative--img,
.product-card__rating,
.smrt.product-card__actions .product-card__prices,
.smrt.product-card__actions .custom-sale,
.smrt.product-card__actions .product-card__badge--sale,
.block-header__description {
    display: none;
}
.block-header__title {
    font-size: 20px;
    color: #09467D;
    text-decoration: none;
    font-family: 'Poppins SemiBold';
}
.block-header__arrow {
    background-color: #eef8fe;
}
.product-info-detail::before {
    content: none;
}
.block-products-carousel__slider .swiper-slide {
    background: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 1.58px #6781A726;
    transition: all .25s ease;
}

.block-products-carousel__slider .swiper-slide:hover,
.products-list__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(103, 129, 167, 0.25);
}
.product-card__name {
    white-space: inherit;
    height: 42px;
}
.product-card__name a {
    font-size: 15px;
}

.product-card__badges-list { 
    height: auto;
    bottom: initial;
}
 
 .smrt-product-price {
    font-size: 25px;
    font-family: 'Poppins Bold';
    color: #2859A3;
}
.category-page .smrt-product-price {
    font-size: 15px;
}
.category-page .smrt-product-price span {
    font-size: 14px !important;
}
.products-list .product-card .product-card__image {
    height: 255px !important;
}
@media (max-width: 520px) {
 .products-list .product-card .product-card__image {
    height: 200px !important;
}
 .products-list .product-card .product-card__image .progressive-image--loaded {
    max-height: 200px;
}
}
.product-gallery__carousel .swiper-button-wrapper {
 
        display: none;
    }
.smrt-product-price span{
    font-size: 13px;
    font-family: 'Poppins';
    color: #565656;
    white-space: nowrap;
}
.block-products-carousel__cell .product-card__image {
    min-height: 270px;
}
@media (max-width: 992px) {
   .block-header__title {
    margin-bottom: 20px;
}
.home-wrapper .swiper-button-next, .home-wrapper .swiper-button-prev {
    display: none;
}
.smrt-slide-banner {
    width: 100%;
    background: #fff;
}
.smrt-banner-apple {
    margin-bottom: 15px;
}
}


/********* Ürün Slider Son *********/

/********* Blog Başlangıç *********/
@media (min-width: 992px) { 
    .blog--list-view .article:hover {
    transform: translateY(-6px);
    transition: all 0.6s;
        box-shadow: 0 10px 8px rgba(0, 0, 0, .12);
    }
}
.blog--list-view .article_featured-image img {
    height: auto;
}
    .mobile-blog__menu-button {
        display: none;
    }
.blogpost-page .post-body h1, .category-page h1 { font-size: 25px; margin: 0.67em 0; font-weight: 700; }
.blogpost-page .post-body h2, .category-page h2 { font-size: 18.75px; margin: 0.83em 0; font-weight: 700; }
.blogpost-page .post-body h3, .category-page h3 { font-size: 14.63px; margin: 1em 0; font-weight: 700; }
.blogpost-page .post-body h4, .category-page h4 { font-size: 12.5px; margin: 1.33em 0; font-weight: 700; }
.blogpost-page .post-body h5, .category-page h5 { font-size: 10.37px; margin: 1.67em 0; font-weight: 700; }
.blogpost-page .post-body h6, .category-page h6 { font-size: 8.37px; margin: 2.33em 0; font-weight: 700; }


.blogpost-page .post-body b, 
.blogpost-page .post-body strong,
.category-page b,
.category-page strong { font-weight: bolder; }

.blogpost-page .post-body i,
.blogpost-page .post-body em,
.category-page i,
.category-page em { font-style: italic; }

.blogpost-page .post-body a,
.category-page a {
    font-weight: 600;
}

.blogpost-page .post-body ul,
.blogpost-page .post-body ol,
.category-page ul,
.category-page ol {
  margin: 1em 0;
  padding-left: 40px; 
}

.blogpost-page .post-body ul,
.category-page ul { list-style: disc; }
.blogpost-page .post-body ol,
.category-page ol { list-style: decimal; }

.blogpost-page .post-body li,
.category-page li { display: list-item; margin: 0.25em 0; }

.blogpost-page .post-body blockquote {
  margin: 1em 40px;
  padding-left: 1em;
  border-left: 3px solid currentColor;
  opacity: 0.9;
}

.blogpost-page .post-body code,
.category-page code { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.blogpost-page .post-body pre,
.category-page pre { margin: 1em 0; padding: 1em; overflow: auto; }

.blogpost-page .post-body hr,
.category-page hr { margin: 2em 0; }


.blog-posts .animate__animated:nth-child(1) {
    animation-name: fadeInLeft;
}
.blog-posts .animate__animated:nth-child(2) {
    animation-name: fadeIn;
}
.blog-posts .animate__animated:nth-child(3) {
    animation-name: fadeInRight;
}
.blog-posts.blog--list-view {
    display: flex;
    padding: 0;
}
.blog-posts.blog--list-view .col-lg-4:nth-child(1) {
    padding-right: 10px;
}
.blog-posts.blog--list-view .col-lg-4:nth-child(2) {
    padding: 0 10px;
}
.blog-posts.blog--list-view .col-lg-4:nth-child(3) {
    padding-left: 10px;
}
.blog-posts .blog-post img {
    border-radius: 10px;
}
.blog--list-view .article {
    padding: 16px;
    background: #fff;
    border-radius: 10px;
    transition: all 0.6s;
}

.blog-posts .blog-post h2 {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    height: 50px;
    line-height: 22px;
    font-family: 'Poppins Bold';
}
.blog-posts .blog-post p, .blog-posts .blog-post span, .category-page p, .category-page span {
    font-size: 16px !important;
    line-height: 22px !important;
    color: #676767;
    margin-top: 8px;
    font-family: 'Poppins';
    margin-bottom: 0;
}
.block-header__title.home {
    max-width: 1200px;
    margin: auto;
    text-transform: initial;
    text-align: left;
}
/********* Blog Son *********/
/********* Footer Başlangıç *********/
.footer .totop {
    bottom: 15px;
}
.smart-app-banner-wrp {
    background: #F1FAFF;
    max-width: 100% !important;
    margin-top: 150px;
}
.productDetail-wrapper .smart-app-banner-wrp{
    margin-top: 0;
}
.productDetail-wrapper .block {
    margin-bottom: 0;
}
.smart-app-banner {
    border-radius: 20px;
    position: relative;
    padding: 35px 0;
    max-width: 1200px;
    margin: auto;
}

.smart-app-title {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin-bottom: 16px;
    font-family: 'Playfair_Display';
}

.smart-app-title strong {
    font-weight: 700;
    font-family: 'Playfair_Display Bold';
}

.smart-app-desc {
    font-size: 16px;
    color: #676767;
    margin-bottom: 28px;
    line-height: 1.6;
    font-family: 'Poppins Light';
    font-weight: 300;
}

.smart-app-links {
    display: flex;
    gap: 16px;
}

.store-btn img {
    height: 48px;
    display: block;
}

.smart-app-img {
    position: relative;
    max-width: 520px;
    width: 100%;
    right: 0;
    margin-top: -130px;
    margin-bottom: -42px;
}

.footer-head {
    padding: 34px 0;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(93.48deg, #4481EB 0%, #04BEFE 100%);
    z-index: 1;
    position: relative;
}
.footer-head-btm {
    background: #F1FAFF;
    box-shadow: 0px 4px 50px 0px #0000000D;
    padding: 60px 0;
    z-index: 1;
    position: relative;
}
.footer-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    max-width: 160px;
}

.footer-contact {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact img {
    width: 32px;
    height: 32px;
}

.footer-contact span, .footer-social span {
    font-size: 16px;
    display: block;
    color: #B0E1FF;
    font-family: 'Poppins';
}

.footer-contact strong {
    font-size: 25px;
    font-family: 'Poppins Bold';
}

.social-icons {
    display: flex;
}

.social-icons img {
    width: 22px;
    height: 22px;
}

.footer-contact .fa-whatsapp {
    font-size: 41px;
}

.social-links__item a {
    display: block;
}
.social-links__item .fa-youtube {
    font-size: 28px;
}
.social-links__item .fa-facebook {
    font-size: 22px;
}
.social-links__item .fa-x-twitter {
    font-size: 22px;
}
.social-links__item .fa-instagram {
    font-size: 22px;
}

.social-links__item {
    margin: 0;
    margin-right: 12px;
}
.footer-contact .fa-phone-volume {
font-size: 35px;
    font-weight: 300 !important;
}

.social-links {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.banks-info {
    color: #5B616B;
    font-size: 25px;
    margin-bottom: 18px;
    font-family: 'Poppins';
    font-weight: 500;
}

.banks-info strong {
    font-family: 'Poppins Bold';
}

.footer-banks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.footer-banks img:nth-child(1) {
    height: 16px;
}
.footer-banks img:nth-child(2) {
    height: 27px;
}
.footer-banks img:nth-child(3) {
    height: 35px;
}
.footer-banks img:nth-child(4) {
    height: 25px;
}
.footer-banks img:nth-child(5) {
    height: 26px;
}
.footer-banks img:nth-child(6) {
    height: 21px;
}
.footer-banks img:nth-child(7) {
    height: 22px;
}
.footer-banks img:nth-child(8) {
    height: 22px;
}
.footer {
    background: #e9f2f8;
    padding-top: 50px;
}
.footer .logo a img {
    display: none;
}
.footer .logo {
    position: relative;
}

.footer .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.footer-contacts__title {
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    color: var(--text-black-color);
    text-transform: capitalize;
    padding: 0;
    height: 30px;
    font-family: 'Poppins Bold';
    font-size: 16px;
}
.footer__box__title, .footer__box h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 2px;
    letter-spacing: 0px;
    font-family: 'Poppins Bold';
}
.site-footer__widget.footer-newsletter {
    display: none;
}
.footer__box__item {
    padding: 3px 0;
    list-style: disc;
    margin-left: 18px;
}
.footer__box__item::marker {
    color: #5B616B;
}
.footer__contact li p,
.footer__box__item a,
.footer-contacts__text {
    letter-spacing: 0;
    font-family: 'Poppins';
    color: #5B616B;
    line-height: initial;
}
/* Mobile */
.site-footer__copyright {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer__bottom {
    margin-top: 0px;
    background-color: #e9f2f8;
    padding: 30px 0;
}


@media (max-width: 768px) {
        .view-options {
        padding-top: 10px;
    }
    
    .footer-item {
        justify-content: flex-start;
        margin-bottom: 12px;
    }

    .footer-social {
        width: 100%;
    }

    .product-details-sidebar-container {
        margin-top: 20px;
    }

    .shopping-buttons .deleteshoppingcartitem{
        position: absolute;
    right: 0;
    left: unset;
    top: 0;
    }

   
}


@media (max-width: 991px) {
    .smart-app-banner-wrp {
    margin-top: 0px;
}
    .smart-app-banner {
        padding: 40px 24px;
    }

       .smart-app-title {
        font-size: 25px;
        text-align: center;
    }
    .smart-app-desc {
        text-align: center;
    }
    .footer-contact strong {
    font-size: 18px;
}
.footer-contact .fa-whatsapp {
    font-size: 32px;
}
.footer-contact span {
    font-size: 14px;
}
.footer-social span {
    font-size: 16px;
}
.footer-contact {
    gap: 6px;
}
       .footer-social {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
    }
    .social-links__item .fa-youtube {
    font-size: 34px;
}
.footer-contact .fa-phone-volume {
    font-size: 24px;
}
.social-links__item .fa-facebook {
    font-size: 28px;
}
.social-links__item .fa-x-twitter {
    font-size: 28px;
}
.social-links__item .fa-instagram {
    font-size: 28px;
}
.banks-info strong {
    width: 100%;
    display: block;
}
    .footer {
        padding-bottom: 0;
    }
        .footer__bottom--box {
        border-top: 1px solid #0000003c;
        padding-top: 15px;
    }
.site-footer__copyright {
    margin-bottom: 0;
}
.footer__bottom {
    padding-bottom: 15px;
}
.smr-faq {
    margin-bottom: 50px !important;
}
.blog-posts.blog--list-view .col-lg-4:nth-child(1) {
    padding-right: 0;
}
.block-header__title.home {
    padding: 0 12px;
}
.blog-posts.blog--list-view {
    padding: 0 10px;
}
.smrt-discover-text>h2>br {
    display: none !important;
}
.smrt-discover-text h2 {
    font-size: 35px;
}
.iconset.topbar {
    width: auto;
}
.search-icon-box {
    height: 40px;
    width: 40px;
    background: #F5F5F5;
    justify-content: center;
}
.search__action-button i {
    color: #000;
}
    .topbar-dropdown__mobil,
    .iconset__btn .shop__box  {
        padding-right: 0;
        height: 40px;
        width: 40px;
        background: #F5F5F5;
        border-radius: 40px;
        border: 0;
        justify-content: center;
        display: flex;
        align-items: center;
        color: #000;
    }
    .shop__box {
        margin-left: 12px;
    }
    .shop__box img {
        width: 23px;
    }
    .search-icon-box img,
.shop__box img {
    filter: grayscale(100%) brightness(0);
}
}
/********* Footer Son *********/
/********* Ürün Detay Başlangıç *********/

.product-gallery-swiper .product-gallery__featured {
    padding-right: 0;
    padding-top: 35px;
}

.page-header__breadcrumb {
    max-width: 1200px;
    padding-left: 0;
    margin: auto;
}
.breadcrumb {
    justify-content: left;
    padding-left: 22px;
}
.breadcrumb-item a {
    color: #5B616B;
    font-size: 14px;
    text-transform: capitalize;
}
.bread__icon {
    color: #2859A3;
    padding: 0 10px;
    font-size: 16px;
}
.page-header__container {
    background: #edfbff85;
    height: 57px;
    padding-top: 2px;
    max-width: 100% !important;
}
ol.breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background-image: url(https://staging.smartkirala.com/content/files/home.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-gallery-wrapper {
    background: #fff;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    border-radius: 10px;
    margin-right: 16px;
    flex-direction: column;
}
.product-details-page .product-gallery__carousel {
    order: 0;
}
.product-details-page {
    margin-top: 30px;
}
.product__info__smrt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.image-zoom {
    border: 0;
}
.image-zoom img {
    background-color: #fff;
}
    #product-carousel {
        display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    }
       .product-details-page .product-gallery__carousel {
        height: 150px;
        width: 100%;
    }
    .swiper-vertical#product-carousel>.swiper-wrapper {
    flex-direction: row;
    width: 70px;
        height: auto;
}
    .product-gallery__carousel .product-gallery__carousel-item {
        width: 80px;
    }
    .product-gallery__carousel .swiper-wrapper {
    height: auto;
    justify-content: center;
}
    .product-gallery__carousel .product-image__body {
    width: auto;
    height: 80px;
}
    .product-gallery__carousel .swiper-wrapper {
        height: auto;
    }
    .product-gallery__carousel .swiper-slide img {
    border: 1.05px solid #E0E0E0;
    padding: 10px;
    border-radius: 11px;
}
.product-gallery__carousel .swiper-slide-thumb-active img {
    border: 2.05px solid #1396EB;
}
.product-details-sidebar-container .product__option-label {
    display: none;
}
#product-details-form .product__content {
    grid-template-columns: [gallery] calc(51% - 0px) [info] calc(49% - 0px);
}
.input-radio-label__list input {
    opacity: 1;
    width: 16px !important;
    height: 16px !important;
    padding: 2px !important;
    margin-left: 8px !important;
    margin-top: 23px !important;
    position: relative;
    border: 1px solid #2557aa;
    border-radius: 10px;
    appearance: none;
}
input[type='radio']:checked:before {
    background: #2557aa;
}
input[type='radio']:before {
    content: '';
    display: block;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    padding: 3px !important;
    margin: 0 !important;
}
.AylikKiraTitle, .CihazKiralamaTitle, .AylikKiraValue, .CihazKiralamaValue,
.KiralamaSonundaValue, .KiralamaSonundaTitle, #ProductInventoryInStore,
.product__footer, .product-social-shared, .buynow-button,
.product__actions-item--wishlist, .product-details-categories-link,
.product__info .product__prices,
.delivery.generalMarginSupporter{
    display: none !important;
}
.productDetail-wrapper .product-tabs {
    padding-bottom: 200px;
    background: #fff;
}
.product-details-sticky {
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    border-radius: 10px;
}
.product__action-right .product__actions-item .add-to-cart-button,
.product__action-right .product__actions-item  a.smrt{
    background: linear-gradient(90deg, #FF9500 38.94%, #FFC200 100%);
    border: 0;
    margin-top: 25px;
    border-radius: 150px;
    transition: all 0.5s ease;
}


.product__action-right .product__actions-item .add-to-cart-button:hover,
.product__action-right .product__actions-item a.smrt:hover {
    opacity: 0.7;
    transition: all 0.5s ease;
}
.product__action-right .product__actions-item .add-to-cart-button span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
    font-weight: 600;
}

.product__action-right .product__actions-item .add-to-cart-button span::before,
.product__actions-item a.smrt::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url("https://staging.smartkirala.com/content/files/sepet.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
}
.product__actions-item a.smrt {
    display: none;
    font-size: 15px;
    padding: 10px 10px;
    gap: 8px;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: var(--default-theme-white);
}
.product__actions-item .smrt.d-none {
    display: inline-flex !important;
}
.product-tabs #productTab {
    justify-content: space-evenly;
}
.product-tabs .nav-tabs .nav-link {
    color: #5B616B;
    font-size: 15px;
    font-family: 'Poppins';
    width: 100%;
    position: relative;
    padding: 22px 0;
}
.product-tabs .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 25px;
    background-color: #cfe3ef;
    right: 0;
}

.nav-tabs .nav-link {
    border: 0 !important;
    border-bottom: 3px solid transparent !important;
}
.product-tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: 3px solid #2859A3 !important;
    color: #2859A3;
}
.product-tabs .nav-tabs .nav-link.active {
    color: #2859A3;
    font-family: 'Poppins Bold';
    border: 0;
    background-color: initial;
    border-bottom: 3px solid #2859A3 !important;
}
.product-tabs #productTab li {
    width: 20%;
}
.product-tabs #productTab li:last-child button::after {
    content: none;
}
.detail-info-card .info-card {
    display: block;
    text-decoration: none;
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all .25s ease;
    color: inherit;
}

.detail-info-card .info-card:hover {
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.detail-info-card .info-card__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-info-card .info-card__text strong {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.detail-info-card .info-card__text span {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    color: #6b7280;
}

.detail-info-card .info-card__arrow {
    font-size: 38px;
    color: #2859A3;
    transition: transform .25s ease;
}

.detail-info-card .info-card:hover .info-card__arrow {
    transform: translateX(4px);
}
.detail-info-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-right: 15px;
    margin-top: 20px;
}

#tab-pane-description {
    text-align: center;
}
.spec-container table,
.spec-container tbody {
    display: block;
}

.spec-container tbody {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px; 
}

.spec-container tr.spec {
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    background: #FAFAFA;
    border-radius: 8px;
    margin-bottom: 10px;
}
.spec-container tr.spec td:first-child {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.spec-container tr.spec td:nth-child(2) {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.spec-container tr.spec td {
    display: block;
    width: 50%;
    padding: 14px 18px;
}
#tab-pane-specs .spec-name {
    font-size: 16px;
    color: #5B616B;
    line-height: 26px;
}

#tab-pane-specs {
    margin-top: 30px;
}

.premium-contaner {
    text-align: center;
    margin-top: 30px;
}
.premium-contaner img {
    width: 100%;
}
.premium-contaner span {
    font-family: 'Poppins Bold';
    color: #0383C6;
    font-size: 40px;
}
.premium-contaner p {
    color: #0383C6;
    font-size: 20px;
    margin-bottom: 20px;
}
.premium-contaner b {
    font-family: 'Poppins SemiBold';
}
.premium-contaner div {
    margin-bottom: 18px;
}
@media (max-width: 992px) {
    .detail-info-card {
        grid-template-columns: 1fr;
    }
    .product-tabs #productTab li {
    width: 50%;
}
}
/********* Ürün Detay Son *********/
/********* Akordiyon SSS Başlangıç *********/

.smr-faq {
    margin-top: 50px;
    margin-bottom: 200px;
}
.smr-faq-title {
    font-size: 36px;
    font-weight: 500;
    color: #0c386c;
    margin-bottom: 16px;
    font-family: 'Playfair_Display';
}

.smr-acr-item {
    border-radius: 10px !important;
        background: #e7f1ff;
}
.smr-acr-item .accordion-header{
    padding: 0;
    margin: 0;
    border-radius: 10px;
        box-shadow: none;
}
.smr-faq-title strong {
    font-weight: 700;
    font-family: 'Playfair_Display Bold';
}

.smr-faq-desc {
    font-size: 16px;
    color: #0A3258;
    margin-bottom: 32px;
}

.smr-acr-item {
    border: none;
    margin-bottom: 12px;
    border-radius: 12px;
    overflow: hidden;
    transition: all .3s ease;
}

.smr-acr-item:has(.accordion-collapse.show) {
    box-shadow: 0 12px 30px rgba(13, 89, 161, 0.18);
}

.smr-acr-btn {
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #0c386c;
    padding: 16px 20px;
    box-shadow: none;
}
.smr-acr-btn.collapsed {
    font-weight: 400;
}

.smr-acr-btn::after {
    display: none;
}

.smr-acr-icon {
    margin-left: auto;
    font-size: 20px;
    font-weight: 700;
    color: #0d59a1;
    transition: all .25s ease;
    width: 30px;
    height: 30px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.accordion-button:not(.collapsed) .smr-acr-icon {
    content: "-";
    transform: rotate(180deg);
}

.smr-acr-body {
    font-size: 15px;
    color: #0a3258;
    line-height: 1.6;
    padding: 18px 20px 22px !important;
}

.smr-faq-btn {
    background: #ffffff;
    border-radius: 999px;
    padding: 10px 26px;
    font-weight: 400;
    color: #0c386c;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}
.accordion-button:not(.collapsed) .smr-acr-icon {
    content: "-";
}

.accordion-button.collapsed .smr-acr-icon {
    content: "+";
}

.accordion-button:focus {
    border: none;
    box-shadow: none;
}

.smr-faq:hover .smr-faq-bubble-img {
    animation: smrBubbleFloatUp 1.2s ease-in-out forwards;
}

.smr-faq-visual {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.smr-faq-main-img {
    width: 100%;
    display: block;
}

.smr-faq-bubble-img {
    position: absolute;
    top: 30%;
    right: -12px;
    width: 90px;
    height: auto;
    animation: smrBubbleSwing 4.5s ease-in-out infinite;
    transform-origin: center;
    transition: transform 1.2s cubic-bezier(.22,1,.36,1),
        top 1.2s cubic-bezier(.22,1,.36,1),
        right 1.2s cubic-bezier(.22,1,.36,1);
    cursor: pointer;
}

@keyframes smrBubbleSwing {
    0% {
        transform: translateX(0) rotate(0deg);
    }
    25% {
        transform: translateX(-8px) rotate(-4deg);
    }
    50% {
        transform: translateX(0) rotate(0deg);
    }
    75% {
        transform: translateX(8px) rotate(4deg);
    }
    100% {
        transform: translateX(0) rotate(0deg);
    }
}
@keyframes smrBubbleFloatUp {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(-6px, -30px) rotate(-6deg);
    }
    50% {
        transform: translate(6px, -70px) rotate(6deg);
    }
    75% {
        transform: translate(-4px, -110px) rotate(-4deg);
    }
    100% {
        transform: translate(0, -140px) rotate(0deg);
    }
}
.smr-faq:hover .smr-faq-bubble-img {
    transform: translate(0, -140px) rotate(0deg);
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.2));
}
.smr-faq .accordion-button:not(.collapsed), .smr-faq .accordion-item:first-of-type .accordion-button {
     border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: none;
    border: none;
    color: #0a3258;
}
.smr-faq .accordion-button:not(.collapsed) {
    border-radius: 0;
}
.smr-acr-item:has(.smr-acr-btn.collapsed) {
    background: #fff;
}

.smr-faq-btn-box {
    display: flex;
    justify-content: center;
}

/********* Akordiyon SSS Son *********/
/********* Akordiyon SSS Ürün Detay Başlangıç *********/
#productTabContent #smrFaqAccordion {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 100px;
}
#productTabContent .smr-acr-btn {
    color: #727272;
    font-size: 18px;
        border-radius: 14px !important;
}
#productTabContent .smr-acr-item .accordion-header {
    box-shadow: 0px 9px 10px 0px #0000000D;
    border: 1px solid #E0E5EA;
    height: 85px;
}
#productTabContent .smr-faq-title {
    font-size: 30px;
    text-align: center;
    color: #000;
    margin-top: 40px;
}
#productTabContent .smr-faq-title b {
    font-weight: 700;
}
#productTabContent .smr-faq-desc {
    font-size: 18px;
    color: #5B616B;
    margin-bottom: 32px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
}
#productTabContent .smr-acr-icon {
    font-size: 26px;
    color: #0A3258;
    font-weight: 400;
}
/********* Akordiyon SSS Ürün Detay son *********/
/********* Hesabım Başlangıç *********/
.account-wrapper .col-12.col-lg-2 {
width: 25%;
}
.account-wrapper .col-12.col-lg-10 {
width: 75%;
}
.account-layout {
    background: #fff;
    border-radius: 10px;
}
.account-nav__dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
}

.account-nav__submenu {
    padding-left: 32px;
}

.account-nav__submenu li {
    padding: 8px 0;
}

.account-nav__submenu a {
    font-size: 14px;
    color: #000000 !important;
    text-decoration: none;
}
.account-nav__list li.account-nav__item i {
    font-size: 13px;
    margin-right: 12px;
}
.account-nav__dropdown-toggle .fa-chevron-down {
    transition: transform .3s ease;
}

.account-nav__dropdown-toggle[aria-expanded="true"] .fa-chevron-down {
    transform: rotate(180deg);
}
.account-nav__list li.account-nav__item a .account__bonile-back {
    display: block;
}
.account-nav__list li.account-nav__item .account-nav__text {
    font-size: 15px;
    font-family: 'Poppins SemiBold';
    color: #5B616B;
    display: flex;
    align-items: center;
}
.account-nav__list li.account-nav__item.account-nav__item--active a {
    background-color: #f4faff;
    border-radius: 0;
}
.account-nav__list li.account-nav__item a {
    margin-bottom: 0;
    border-bottom: 1px solid #DAE2E8;
}

.account-nav__list li.account-nav__item .account-nav__text img {
    margin-right: 10px;
}
.account-nav__item--dropdown
.account-nav__dropdown-toggle[aria-expanded="true"],
.account-nav__submenu{
    background-color: #F4FAFF;
}
.account-nav__list li.account-nav__item.account-nav__item--active a .account-nav__text,
.account-nav__dropdown-toggle[aria-expanded="true"] .account-nav__text,
.account-nav__list li.account-nav__item:hover .account-nav__text{
    color: #2859A3 !important;
}
.account-nav__item--active > a {
    font-weight: 700;
    color: #000 !important;
}
.account__mobile-header {
    display: none;
}
.account-nav__list {
    margin-top: 6px;
}
.account-nav__text i {
    font-size: 18px !important;
    color: #2859A3 !important;
}
.account-page__content ,.offer-list-page{
    padding-left: 6px;
    margin: 100px 0;
    background: #fff;
    padding: 30px 30px;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    border-radius: 10px;
    height: 100%;
}
.product-summary-card__product img {
    max-width: 100%;
    width: auto;
}
.account-page__content .order-header__search {
    display: none;
}
.account-page__content .account-page__title {
    font-size: 25px;
    justify-content: center;
    font-family: 'Poppins SemiBold';
}
.order-details-button i {
    display: none !important;
}
.order-details-button span {
    display: block;
    border: 1px solid #2859A3;
    color: #2859A3;
}
.order-details-button:hover span {
    background-color: #2859A3;
}

.address-list-card__title .btn:focus {
    box-shadow: none;
}
.address-list-card {
    min-height: 200px;
    background: #e3eaf438;
    border: 1px solid #BFBFBF;
    border-radius: 10px;
}
.address-list-card__title strong {
    color: #2859A3;
    font-family: 'Poppins Bold';
}
.address-item ul li {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    font-family: 'Poppins';
    line-height: 22px;
}
.account-page__content.account-page__address .account-page__title {
    justify-content: space-between;
}
@media (min-width: 992px) {
.address-list .col-md-4 {
    width: 50%;
}
.account-page__title-2 {
    display: none;
}
}
@media (max-width: 992px) {
    
.account-nav__submenu li {
    padding: 10px 0 !important;
    background-color: initial !important;
    border-bottom: 0 !important;
}
.account-page__content {
    padding: 30px 15px;
}
.account-wrapper .col-12.col-lg-10 {
    width: 100%;
}

    .account-card__order-list {
        min-width: 550px;
    }
    #AccountOrdersInnerItems {
        overflow-y: auto;
    }
.account-nav__list li.account-nav__item a {
    border-bottom: 0;
}
}
/********* Hesabım son *********/

/********* Sepetim Başlangıç *********/

#ordersummarypagecart .shopping-cart-items {
    display: block;
    position: relative;
    border: none;
}
.deleteshoppingcartitem {
    position: absolute;
    top: 20px;
    right: 10px;
    display: block !important;
    width: auto !important;
}
.deleteshoppingcartitem span,
.shopping-info .qty-box,
.shopping-info .productAttributeMappings,
#ordersummarypagecart .favorite-btn,
#ordersummarypagecart .cart-options {
    display: none !important;
}
.deleteshoppingcartitem i {
    font-size: 18px;
    color: #2859A3;
    background: #EEF8FE;
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.order-details-page-title,
.cartsummary__cart-title {
    font-size: 20px;
    font-family: 'Poppins SemiBold';
    color: #2859A3;
    padding: 15px;
}
.common-buttons {
    display: none;
}
.cartsummary__cart-title {
    padding: 0
}
.shopping-info-name {
    color: #000;
    font-family: 'Poppins SemiBold';
    font-size: 18px;
}
.unit-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.unit-price del {
    font-size: 18px;
    margin-right: 6px;
}
.unit-price span,
.unit-price p {
    font-size: 25px;
    margin: 0;
    font-family: 'Poppins Bold';
    color: #2859A3;
}
.smrt.unit-price b{
font-family: 'Poppins';
    color: #5B616B;
    font-size: 16px;
    margin-left: 5px;
}
.shopping-cart-images img {
    max-width: initial;
}

#shopping-cart-form .col-xl-7,
#shopping-cart-form .col-xl-5 {
    background: #fff;
    border-radius: 10px;
}
.checkout-card, #ordersummarypagecart {
    background: none;
}

.shopping-cart-summary {
    border: none;
}
.summart-fixed .disconut-container, .summart-fixed .checkout-buttons {
    display: none;
}
.order-summary-content .selected-summary-wrapper {
   z-index: 1 !important; 
   margin: 30px 20px;
}
#ordersummarypagecart {
    margin-top: 40px !important;
}
.shopping-cart-wrapper .page.wishlist-page,
.shopping-cart-wrapper .productBox-carousel{
    display: none;
}
.mobil-page-btn {
    width: 100%;
    margin: auto;
    border: 0;
    box-shadow: 0px 3px 20px 0px #3895FF4D;
    color: #fff;
    border-radius: 150px;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 110px;
    display: block;
    text-align: center;
    font-family: 'Poppins SemiBold';
    margin-top: 25px;
    transition: all 0.5s ease;
    background: linear-gradient(90deg, #FF9500 38.94%, #FFC200 100%);
}
.mobil-page-btn:hover { 
    color: #fff;
    transition: all 0.5s ease;
    opacity: 0.7;
}
.kira-card {
    padding: 16px 0;
}
.kira-row::after {
    content: ":";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.6;
}
.kira-row {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 8px;
    padding: 10px;
}

.kira-row:last-of-type {
    border-bottom: none;
}

.kira-row span {
    color: #5B616B;
    font-size: 16px;
}

.kira-row strong {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.kira-row .green {
    color: #0CB17E;
    font-family: 'Poppins Bold';
}

.kira-info {
    margin-top: 26px;
    border-left: 3px solid #2297F4;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    font-size: 15px;
    color: #00277E;
    background: #E2F2FF;
}
.kira-info strong {
    font-family: 'Poppins Bold';
}
.kira-info-title {
    color: #2297F4;
    font-size: 16px;
}
.info-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border-radius: 50%;
    background: #2563EB;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}
@media (min-width: 992px) {
#shopping-cart-form>div {
    gap: 15px;
    flex-flow: row;
}
}
@media (max-width: 992px) {
.shopping-cart-images img {
    max-width: 100px;
}
.shopping-info-name {
    font-size: 16px;
}
.deleteshoppingcartitem i {
    font-size: 18px;
    color: #2859A3;
    background: #EEF8FE;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.deleteshoppingcartitem {
    top: initial;
    right: initial;
    left: 12px;
    bottom: 15%;
}
.unit-price span, .unit-price p {
    font-size: 18px;
}
.smrt.unit-price b {
    font-size: 14px;
}
}
/********* Sepetim son *********/
/********* Sayfalar Başlangıç *********/
.page.wishlist-page {
    background: #fff;
    border-radius: 10px;
    margin-top: 100px;
    padding-left: 20px;
}
.sidebar.left .offcanvas-menu {
    position: fixed;
    inset: 0;
    z-index: 9999;
    pointer-events: none;
}

.sidebar.left .offcanvas-menu.is-open {
    pointer-events: all;
}

.sidebar.left .offcanvas-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    opacity: 0;
    transition: opacity .3s ease;
}

.sidebar.left .offcanvas-menu.is-open .offcanvas-overlay {
    opacity: 1;
}

.sidebar.left .offcanvas-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: var(--Bg-main, #E9F2F8);
    transform: translateX(-100%);
    transition: transform .35s ease;
    padding: 16px;
}

.sidebar.left .offcanvas-menu.is-open .offcanvas-panel {
    transform: translateX(0);
}

.sidebar.left .links__item.active-menu > a {
    font-weight: 700;
}

.sidebar.left .offcanvas-close {
    border-radius: 100%;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    background: #D9E9F2;
    right: 10px;
    position: absolute;
    padding: 5px 10px;
    color: #5B616B;
    font-weight: 600;
}


@media (min-width: 992px) {
.dynamic-wrapper .content__right{
    margin-top: 20px;
}
    
    .sidebar.left .offcanvas-menu {
        position: static;
        pointer-events: all;
    }

     .sidebar.left button {
        display: none;
    }

    .sidebar.left .offcanvas-overlay,
    .sidebar.left .offcanvas-close {
        display: none;
    }

    .sidebar.left .offcanvas-panel {
        transform: none !important;
        width: 100%;
        height: auto;
        position: static;
        background: transparent;
        padding: 0;
    }
}

 .sidebar-blog-categories .megamenu__section-submenu {
       max-width: 95%;
    }

.menu-links__list {
    padding-inline-start: 0 !important;
     background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    margin-top: 0 !important;
}
.menu-links__list li {
    display: block !important;
    margin-bottom: 0;
    border-bottom: 1px solid #DAE2E8;
}
.menu-links__list a {
    color: #5B616B !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'Poppins SemiBold';
    padding: 19px 15px;
    display: block;
}

.menu-links__list a:hover {
    color: #2859A3 !important;

}

.content-col {
    background: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    padding: 0 30px 30px;
}

.erd-page--title {
    color: #000 !important;
    font-family: 'Poppins SemiBold';
    font-size: 25px !important;
    margin-bottom: 10px !important;
}

.sidebar-content {
    font-family: 'Poppins';
    color: #000;
}
.sidebar-content b {
        font-family: 'Poppins Bold';
}
.sidebar-content li {
    margin-bottom: 0 !important;
}
.topic-wrapper .document__content, .dynamic-wrapper .sidebar.left  {
    margin-top: 20px;
}
@media (max-width: 575px) {
    .document {
        padding: 0;
    }
}
@media (max-width: 992px) {
    .sidebar-blog-categories {
        margin-top: 50px;
    }
    .content-col {
    padding: 0 0px 30px !important;
}
.sidebar-blog-categories .megamenu__section-submenu {
    max-width: 100%;
}
    .smrt-mbl-btn [data-offcanvas-open]::after {
        content: ">";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        color: #2859A3;
        font-weight: 100;
        font-size: 25px;
        font-family: 'Poppins';
    }
.smrt-mbl-btn button{
    font-size: 15px;
    width: 100%;
    color: #2859A3;
    position: relative;
    font-family: 'Poppins SemiBold';
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 18px;
    border-radius: 10px;
    border-bottom: 1px solid #DAE2E8;
    margin-bottom: 15px;
}
}
/********* Sayfalar Son *********/
/********* Ürün Detay Plugin Ödeme Alanı Başlangıç *********/

#paymentTypeTab {
    width: 100%;
    background: #57AFEC;
    border: 1px solid #61C4FF;
    border-radius: 8px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
}

#paymentTypeTab li button {
    font-family: 'Roboto';
    font-size: 15px;
    padding: 10px;
    line-height: 22px;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 8px;
}
#paymentTypeTab li button.active {
    font-family: 'Poppins Bold';
    color: #2859A3;
}
.smrt-pay-wrap .rent-info {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.smrt-pay-wrap .rent-info b{
   font-family: 'Poppins Bold';;
}
.smrt-pay-wrap {
    background: linear-gradient(178.17deg, #14B1E7 -6.43%, #116EF1 100.71%);
    border-radius: 10px;
    box-shadow: 0px 12px 25px 0px #052D604D;
    padding: 20px;
}
.smrt-pay-wrap .tab-content{
width: 100%;
}
.smrt-pay-wrap .input-radio-label__list input {
    margin: 0 !important;
    border: 1.5px solid #BFBFBF;
    width: 24px !important;
    height: 24px !important;
    border-radius: 100%;
    padding: 3px !important;
    background: transparent;
}

.smrt-pay-wrap .price-box {
    font-family: 'Poppins Bold';
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.smrt-pay-wrap .accordionItem {
    background: none;
    border: 1px solid #B7E8F9;
    box-shadow: none !important;
}
.nav-pills {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 12px;
}
.input-radio-label__list .nav-pills label {
    padding: 5px 20px;
        cursor: pointer;
}
.smrt-pay-wrap .price-box .AylikOdemeValue {
    border: none;
    font-size: 16px;
    height: 22px;
    color: #fff;
}
.smrt-pay-wrap .accordionItem:has(> label input.payment-radio:checked) {
    border: 2px solid var(--Border-select, #FAD723);
}
.smrt-pay-wrap input[type='radio']:checked:before {
    background: #FAD723 !important;
}
.smrt-pay-wrap 
.input-radio-label__list 
input[type="radio"]:checked,
.smrt-pay-wrap 
.input-radio-label__list 
input[type="checked"]:checked {
    border: 2px solid var(--Border-select, #FAD723);
}
.smrt-pay-wrap input[type='radio']:before,
.smrt-pay-wrap input[type='checked']:before {
    width: 14px !important;
    height: 14px !important;
}
.product-details-sticky .product__option{
    display: block;
}

.smrt-pay-title{
    color: #2859A3;
    font-family: 'Poppins Bold';
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}

.selected-summary-wrapper {
    display: flex;
    gap: 16px;
    align-items: stretch;
    margin: -10px 30px 0;
    z-index: -1;
    position: relative;
}
.product-details-sticky .selected-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 35px 22px 25px;
    margin: 0 auto;
    background: #E8F6FF;
    gap: 12px;
}

.product-details-sticky .selected-installment-text {
    color: #fff;
    border-radius: 999px;
    font-size: 15px;
    background: #14B1E7;
    font-family: 'Poppins';
    width: 65px;
    height: 65px;
    text-align: center;
    padding-top: 10px;
}
.product-details-sticky .selected-price {
    text-align: right;
    line-height: 1.2;
}

.product-details-sticky .selected-price #selectedPrice {
    font-size: 26px;
    font-weight: 700;
    color: #2859A3;
    font-family: 'Poppins Bold';
    letter-spacing: -1px;
}

.product-details-sticky .selected-installment-info {
    font-size: 16px !important;
    margin-top: 4px;
    color: #5B616B;
    opacity: 1 !important;
}

.selected-summary-wrapper .delivery-box {
    flex: 1;
    border-radius: 10px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: #F5F5F5;
}

.selected-summary-wrapper .delivery-icon {
    color: #0a78d1;
    width: 30px;
    height: 30px;
}

.selected-summary-wrapper .delivery-title {
    font-size: 15px;
    color: #5B616B;
}
.selected-summary-wrapper .delivery-title b{
    font-family: 'Poppins Bold';
}
.selected-summary-wrapper .delivery-free {
    font-size: 15px;
    color: #0CB17E;
    font-family: 'Poppins Bold';
}
.product__meta {
    margin-top: 20px;
}
.product__rating .rating__star {
    height: 18px;
    width: 18px;
    margin-bottom: 5px;
}
.product__meta a {
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 2.35px 2.35px 1.86px 0px #6781A726;
    text-transform: capitalize;
}

.sub-options::-webkit-scrollbar {
    width: 6px;
}

.sub-options::-webkit-scrollbar-track {
    background: transparent;
}

.sub-options::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
}

.sub-options::-webkit-scrollbar-thumb:hover {
    background-color: #fff;
}
.sub-option:has(input[type="radio"]:checked) {
    border: 2px solid var(--Border-select, #FAD723);
}
.sub-options .sub-option {
    padding: 12px 14px !important;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: 1px solid #B7E8F9;
}

.sub-options .sub-option:hover {
   box-shadow: 0px 0px 7px 0px #052D604D;
}

.sub-options .sub-option input[type="radio"] {
    margin: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.sub-options .sub-option small.text-muted .sub-instalment {
    margin-left: 10px;
    color: #5B616B !important;
    font-family: 'Poppins';
}
.sub-options .sub-option small.text-muted{
    font-family: 'Poppins Bold';
    color: #2859A3 !important;
    font-size: 16px;
}
.sub-options .sub-option span {
    display: flex;
    align-items: start;
    flex-direction: column;
    line-height: 1.3;
    color: #5B616B !important;
    border: none !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}
.sub-options .sub-option small {
    font-size: 13px;
    display: flex;
    width: 100%;
    margin-top: 5px;
}
.sub-options-slide {
    position: absolute;
    bottom: 120px;
    left: 0;
    padding-top: 20px;
}
.sub-options-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.sub-options-slide-title {
        border: 0 !important;
    width: 100% !important;
    justify-content: start !important;
    font-family: 'Poppins Bold';
    font-size: 16px;
    color: #2859A3 !important;
    position: absolute;
    top: 0px;
}
.sub-options {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc(50% - 0px); 
    gap: 5px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 0;
    cursor: grab;
}

.sub-options::-webkit-scrollbar {
    display: none;
}

.sub-option {
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 10px;
    padding: 12px;
    background: transparent;
}

.sub-arrow {
    border: none;
    color: #000;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 28px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    position: absolute;
    top: -20px;
}
.sub-arrow.left {
    right: 35px;
}
.sub-arrow.right {
    right: 8px;
}

.sub-options .sub-option input:disabled + span {
    opacity: 0.6;
    cursor: not-allowed;
}

.input-radio-label__list .sub-payment-radio span {
    border: none !important;
    background: transparent !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    display: inline !important;
}

.product-details-sticky .product__options {
    padding-bottom: 180px;
}
@media (max-width: 768px) {
    .product__meta {
    display: none;
}
    .sub-options {
    grid-auto-columns: calc(80% - 0px); 
}

.nav-pills, .selected-summary-wrapper {
    display: block;
}
 .selected-summary-wrapper .delivery-box,
 .selected-summary-wrapper {
    margin-top: 10px;
}
}
/********* Ürün Detay Plugin Ödeme Alanı Son *********/
/********* Form Alanı Başlangıç *********/
.information__box {
    display: none;
}
.dynamic-form-wrapper {
    row-gap: 24px;
}

.dynamic-form-wrapper .floating-input {
    position: relative;
    margin-bottom: 0;
}

.dynamic-form-wrapper .floating-input input,
.dynamic-form-wrapper .floating-input select,
.dynamic-form-wrapper .floating-input textarea {
    width: 100%;
    padding: 16px 14px;
    border-radius: 10px;
    border: 1px solid #B6CAEE;
    font-size: 14px;
    background: #fff;
    outline: none;
    background: #FAFCFF;
}

.dynamic-form-wrapper .floating-input label {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #687381;
    pointer-events: none;
    transition: 0.25s ease;
    background: #fff;
    padding: 0 6px;
}

.dynamic-form-wrapper .floating-input input:focus + label,
.dynamic-form-wrapper .floating-input input:not(:placeholder-shown) + label,
.dynamic-form-wrapper .floating-input textarea:focus + label,
.dynamic-form-wrapper .floating-input textarea:not(:placeholder-shown) + label,
.dynamic-form-wrapper .floating-input select:focus + label{
    top: -6px;
    font-size: 12px;
    color: #1e73ff;
}

.dynamic-form-wrapper .file-input {
    position: relative;
    border: 1px solid #B6CAEE;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.dynamic-form-wrapper .file-input i { 
color: #5B616B;
}
.dynamic-form-wrapper .file-input input {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.dynamic-form-wrapper .file-input span {
    font-size: 14px;
    color: #6b7280;
}
.dynamic-form-wrapper .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.dynamic-form-wrapper .invalid-feedback {
    font-size: 12px;
    margin-top: 6px;
    color: #dc3545;
}

.dynamic-form-wrapper .floating-input input:focus,
.dynamic-form-wrapper .floating-input textarea:focus,
.dynamic-form-wrapper .floating-input select:focus {
    border-color: #1e73ff;
}

@media (max-width: 768px) {
    .dynamic-form-wrapper {
        row-gap: 16px;
    }
}

.dynamic-form select,
.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 100%;
    padding: 14px 44px 14px 16px;
    border-radius: 12px;
    border: 2px solid #2f6bff;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    cursor: pointer;
}

.dynamic-form select:focus,
.form-select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 107, 255, 0.2);
}

.dynamic-form select option,
.form-select option {
    padding: 12px 14px;
    font-size: 14px;
    color: #1f2937;
    background: #ffffff;
}

.dynamic-form select option:hover,
.form-select option:hover {
    background-color: #f1f5ff;
}

.dynamic-form select option:checked,
.form-select option:checked {
    background-color: #2f6bff;
    color: #ffffff;
}
.dynamic-form-wrapper .floating-input select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dynamic-form-wrapper .floating-input select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 18px;
    padding-right: 52px;
}
#DynamicFormSave input[type="submit"] {
     width: auto;
    margin: auto;
    background: linear-gradient(90deg, #116EF1 1.72%, #14B1E7 64.56%);
    border: 0;
    box-shadow: 0px 3px 20px 0px #3895FF4D;
    color: #fff;
    border-radius: 150px;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 110px;
}
.smrt-form-title {
    color: #5B616B;
    font-size: 18px;
    font-family: 'Poppins SemiBold';
    margin: 20px 0px 35px 0px !important;
}
/********* Form Alanı Son *********/
/********* Blog Alanı Başlangıç *********/
.blog__left .sidebar_widget.categories:last-child{
    display: none;
}
.blogsearch_box .search-box-button.btnSearch {
    background-color: #2859a3;
}

.blog-single-page .article{
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
}
.blog__left {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 14px;
    margin-top: 20px;
}
.blog-posts.blog--list-view {
    display: flex;
    padding: 0;
    margin-top: 20px;
}
.blog-single-page .article_featured-image img {
    width: auto;
    margin: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    margin-bottom: 25px;
}
.publish-detail {
    display: none;
}
.blog--list-view .article {
    margin-top: 0;
}
    .page.blog-page .blog--list-view .col-lg-4 {
        margin-bottom: 20px;
    }
   .blogbox-footer a {
    border-radius: 15px;
    background: #2859a3;
    border-color: #2859a3;
}
@media (min-width: 992px) {
 .page.blog-page .blog--list-view .col-lg-4 {
    width: 50%;
}
}
@media (max-width: 992px) {
    .topbar-dropdown__btn .icon_title {
    display: none;
}
    .block-sidebar--offcanvas--inline .block-sidebar__backdrop {
        background: #fff;
    }
    
.blog-single-page h1 {
    font-size: 16px;
}
}
/********* Blog Alanı Son *********/
/********* Sipariş Detay Alanı Başlangıç *********/

.product-detail-card__price {
    font-family: 'Poppins Bold';
}
.product-summary-card__content .product-summary-card__shipment-info,
.product-summary-card__content .product-summary-card__btns {
    display: none;
}
.yenicep-payment-plan {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 20px;
}
.yenicep-payment-plan .payment-card {
    display: flex;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
.yenicep-payment-plan .payment-left {
    width: 120px;
    text-align: center;
    border-right: 1px solid #eee;
    padding-right: 16px;
}

.yenicep-payment-plan .payment-period {
    font-size: 22px;
    font-weight: 600;
}

.yenicep-payment-plan .payment-label {
    font-size: 14px;
    color: #777;
    margin-bottom: 8px;
}

.yenicep-payment-plan .payment-status {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}

.yenicep-payment-plan .payment-status.paid {
    background: #1fb980;
}

.yenicep-payment-plan .payment-status.late {
    background: #e53935;
}

.yenicep-payment-plan .payment-status.pending {
    background: #33aee2;
}

.yenicep-payment-plan .payment-right {
    flex: 1;
    padding-left: 20px;
}

.yenicep-payment-plan .payment-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.yenicep-payment-plan .payment-row:last-child {
    border-bottom: none;
}

.yenicep-payment-plan .payment-row span:last-child {
    font-family: 'Poppins Bold';
    color: #5B616B;
}


@media (min-width: 992px) { 

    .yenicep-payment-plan .payment-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 220px;
        height: 100%;
    }

    .yenicep-payment-plan .payment-period {
    font-size: 20px;
    font-weight: 400;
}

.yenicep-payment-plan .payment-right {
    flex: 1;
    padding-left: 20px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}

.yenicep-payment-plan .payment-row {
    justify-content: flex-start;
    border-bottom: 0;
}

.payment-right .payment-row:first-child {
    border-right: 1px solid #eee;
}
}

.product-summary-payment__buttons {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.product-summary-card,
.product-summary__card,
.order-overview,
.noprint .btn-group .btn,
.product-summary-footer,
.order-details-page>.generalTitle,
.payment-info-card {
    background: #fff;
    border-radius: 10px;
    border: 0;
    box-shadow: 1px 1px 1px 0px #0B244926;
}
.product-summary__card ul li strong,
.payment-info-card__title {
    font-family: 'Poppins Bold';
    color: #2859A3;
    border-bottom: 2px solid #DEDEDE;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.account-card__order-price-info .order-total,
.product-summary-card__delivered-completed ul li strong,
.product-detail-card__price ,
.product-summary-card__delivered-completed ul li, .product-summary-card__delivered-completed h6 {
    color: #2859A3;
}
.product-summary-card__delivered {
    background-color: #e9f2f8;
    border-radius: 10px;
    margin: 15px;
}
.step-by-step li input:checked~div.step-by-step-icon {
    background: #2859A3;
}
.product-summary-card__delivered-completed-icon {
    background: #2859A3;
    width: 70px;
    height: 45px;
}
.product-summary-payment__buttons-actions {
    display: none;
}
.order-details-page>.generalTitle {
    padding-left: 12px;
}
.product-summary-payment {
    display: none;
    color: #117FEE;
    background-color: #edf0fd;
    font-family: 'Poppins SemiBold';
}
.account-wrapper  .product-summary__card {
    width: 100%;
    border-radius: 10px;
}
.product-summary-shipping-info li b,
.product-summary-billing-info li b {
    font-family: 'Poppins SemiBold';
}
.account-wrapper .product-summary-info-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.account-wrapper .product-summary-card__product {
    width: 100%;
    border-radius: 10px;
}
.account-wrapper .account-page__content .account-page__title {
    justify-content: space-between;
}
.order-status strong {
    font-weight: 600;
}
.order-details-page>.generalTitle {
    margin-bottom: 15px;
}
.order-details-page {
    padding: 0px;
    background-color: #e9f2f8;
    margin-top: 100px;
    margin-left: 0;
    border-radius: 10px;
}

.noprint .btn-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.order-overview [class*="order-"] {
    font-size: 15px;
    color: #000;
}
.order-overview [class*="order-"] strong {
    color: #5B616B;
    font-size: 16px;
    font-weight: 400;
}
.order-overview-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.product-summary-footer .custom-value{
    margin-bottom: 10px;
}
.custom-value .json-row {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: #000;
    font-size: 15px;
}
.custom-value .json-row:last-child {
    padding-bottom: 0px;
}

.product-summary-payment__list li {
    font-size: 15px;
    color: #000;
    background-color: #F7F7F7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-value .json-row strong,
.product-summary-payment__list li strong {
    color: #5B616B;
    font-size: 16px;
}

.order-confirm-container .order-overview {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
}
.product-summary-payment__list li:hover {
    border: 1px solid transparent;
    border-left: 1px;
    border-right: 1px;
}
.product-summary-payment__buttons {
    display: none;
}
.product-summary-payment__list li:last-child {
    font-family: 'Poppins Bold';
    color: #117FEE;
}
.product-summary-payment__list li:last-child strong{
    color: #5B616B;
}
.account-nav__list > li:nth-child(4),
.account-nav__list > li:nth-child(6) {
    display: none;
}
.whatsapp-text-order {
    border: 1px solid #138FEC;
    box-shadow: 0px 3px 20px 0px #3895FF4D;
    border-radius: 150px;
    max-width: 480px;
    text-align: center;
    padding: 10px 0;
    color: #138FEC;
    font-size: 15px;
    margin: 30px auto 0;
    transition: all 0.5s ease;
}
.whatsapp-text-order:hover {
    background: #138FEC;
    color: #fff;
}
@media (max-width: 576px) {
    .yenicep-payment-plan .payment-period {
        font-size: 15px;
    }
    .noprint .btn-group {
        grid-template-columns: 1fr;
    }
    .yenicep-payment-plan .payment-left {
    width: 100px;
    }
    .yenicep-payment-plan .payment-row {
        font-size: 14px;
    }
    .yenicep-payment-plan .payment-status {
        padding: 4px 10px;
    }
}

.noprint .btn-group .btn {
    color: #000;
    text-align: left;
    padding: 12px 40px 12px 16px;
    position: relative;
    border-radius: 10px !important;
    border: 0;
}

.noprint .btn-group .btn:hover {
    background-color: #f7f7f7;
    border-color: #aaa;
}

.noprint .btn-group .btn::after {
    content: ">";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.noprint .btn-outline-primary {
    border-color: #ccc !important;
    color: #000 !important;
}

.product-summary-footer h6{
    color: #2859A3;
    font-family: 'Poppins Bold';
}
.yenicep-rental-info,
.product-summary-footer {
    margin-bottom: 20px;
}

.yenicep-rental-info h6 {
    font-size: 18px;
    margin-bottom: 50px;
    color: #000;
}

.yenicep-rental-info .rental-progress-card {
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.yenicep-rental-info .progress-wrapper {
    position: relative;
    margin-bottom: 16px;
}

.yenicep-rental-info .progress-bar-bg {
    height: 14px;
    background: #eee;
    border-radius: 20px;
    overflow: hidden;
}

.yenicep-rental-info .progress-bar-fill {
    height: 100%;
    background: #0fb97d;
    border-radius: 20px;
}

.yenicep-rental-info .progress-bubble {
    position: absolute;
    top: -38px;
    background: #2f5fb3;
    color: #fff;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 8px;
    white-space: nowrap;
}

.yenicep-rental-info .progress-bubble::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #2f5fb3 transparent transparent transparent;
}

.yenicep-rental-info .progress-footer {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
}
.payment-info-card__bank img {
        max-width: 130px;
}
.payment-info-card__row {
    display: flex;
}
.payment-info-card__cardno {
    color: #000;
    font-family: 'Poppins SemiBold';
}
.payment-info-card {
    padding: 15px;
}
.payment-info-card__detail {
    margin-left: 15px;
}
.payment-info-card__cardno p {
    color: #2859A3;
    font-family: 'Poppins Bold';
}
@media (max-width: 992px) {
    .page.blog-page .blog-posts.blog--list-view > .row {
        overflow: auto;
    }

    .yenicep-payment-plan {
    grid-template-columns: repeat(1, 1fr);
}
    .account-wrapper .product-summary-info-container {
    grid-template-columns: repeat(1, 1fr);
}
.mobile-back-account i {
    font-size: 30px;
}
    .account-page__title-2 .mobile-back-account {
        display: flex;
        position: absolute;
        left: 12px;
        top: 20px;
        color: #111;
    }
        .account-page__title.account-page__title--fixed {
        padding-left: 50px;
    }
    .payment-info-card__bank img {
    max-width: 70px;
}
.payment-info-card__cardno,
.payment-info-card__desc {
    font-size: 14px;
}
}
/********* Sipariş Detay Alanı Son *********/
/********* Kategori Alanı Başlangıç *********/
.products-list__item {
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    transition: all .25s ease;
}
.products-list[data-layout="grid-4-full"] .products-list__body {
    gap: 16px;
}
.categories-container {
    max-width: 1200px;
    padding: 0;
}
#priceStart::placeholder,
#priceEnd::placeholder {
    opacity: 1;
    color: #687381; 
}

.category-page .product-card__image,
.products-list__item .product-card,
.product-wrapper,
.products-list__item,
.product-card__info {
    border-radius: 10px;
}
.prices__btn {
    background-color: #2859A3;
}
.category-page .product-card__image {
    padding: 10px;
}
#product-view--fixed {
    background: transparent;
    box-shadow: none;
}
.view-options__container {
    display: none;
}
.block-sidebar--offcanvas--inline .widget-filters__actions{
    display: block;
}
.block-sidebar--offcanvas--inline .widget-filters__actions, .block-sidebar--offcanvas--inline .widget-filters__actions button {
    border-radius: 30px;
}
.filter-clear-btn {
    background: linear-gradient(173deg, #8b8f97 1.72%, #040000 64.56%);
    color: #fff;
}
.filter-apply-btn {
    background: linear-gradient(90deg, #116EF1 1.72%, #14B1E7 64.56%);
}
 .desktop--filters-button, .filters-button {
    background-color: #fff !important;
    color: #5B616B;
    border-radius: 14px !important;
    box-shadow: 0px 0px 5.26px 0px #1C6AB840;
}
    .desktop--filters-button span, .filters-button span {
    padding: 10px;
    color: #5B616B;
}
.block-sidebar__body .input-check__input:checked~.input-check__box {
    background: #FAD723;
    box-shadow: none;
}
    #AttrsContainer .filter-list__list label .input-check__box {
        background: initial;
    }
.block-sidebar__body .input-check__input+.input-check__box+.input-check__icon {
    top: 5px;
    left: 4px;
}

.block-sidebar__body .tags--lg .tags__list a {
    border-radius: 10px;
}
.block-sidebar__body .filter-list__item {
    align-items: center;
}
.block-sidebar__body .filter-apply-btn, .filter-clear-btn {
    border-radius: 14px;
}
.block-sidebar__body .input-check__box {
    width: 24px;
    height: 24px;
    border-radius: 10px;
}
.block-sidebar__body .input-check__body {
    width: 24px;
    height: 24px;
}
.widget-filters__item .stock--button{
    display: none;
}
.block-sidebar--offcanvas--always .block-sidebar__body {
    width: 350px;
}
.widget-filters--offcanvas--always .filter__container {
    background: #E9F2F8;
}
.category--name {
    text-align: left;
    font-family: 'Poppins SemiBold';
}
.products-orderby-container {
    background-color: #ffffff;
    border-radius: 14px;
}
#products-orderby {
    background-color: #ffffff !important;
    color: #5B616B !important;
}
.products-orderby-container i,
.filters-button span i {
    color: #2859A3;
}
.products-orderby-container .fa-chevron-down {
    display: none;
}
.filters-button:hover {
    background: #fff;
    border-color: none;
}
@media (min-width: 992px) {
.category-page .product-card__image {
    padding: 20px;
}

}
@media (max-width: 992px) {
.block-sidebar__item,
.block-sidebar--offcanvas--always .block-sidebar__header {
        background-color: #E9F2F8;
    }
    }

/********* Kategori Alanı Son *********/

.dropcart__buttons a {
    width: 45% !important;
    min-width: 45% !important;
}
.default__btn, .register-result-verification-button, .address-form-wrapper .save-address-button, .card-body.finans a {
    box-shadow: 0px 3px 20px 0px #3895FF4D;
    background: linear-gradient(90deg, #116EF1 1.72%, #14B1E7 64.56%) !important;
    color: #fff !important;
    border-radius: 150px !important;
    border: 0 !important;
}
.dropcart__buttons .dropcart__buynow {
    border-radius: 150px;
}
.login__card, .register__card {
    border-radius: 20px;
    background: #fff;
}
.registration-result-container, .account-activation-page {
    border-radius: 20px;
}
form:not(.footer-newsletter__form) .form-floating .form-control , .custom-attributes  .form-control{
    border: 1px solid #B6CAEE;
    background: #FAFCFF;
    border-radius: 10px;
}
.account-page__gender-box input, .account-page__card--communication input {
    z-index: 2;
}
.custom-control-input:checked+.account-radio, .communication__input:checked+.communication__label, .custom-control-input:checked+.custom-control-label, .select-input:checked+.custom-control-label, #selectall:checked+.selectall-label {
    border-color: #FAD723;
}
.account-radio::after, .communication__label::after, .account-page__card--communication .custom-control-label::after, .select-label .custom-control-label::after, .selectall-label::after {
    background: #FAD723;
}
.custom-control-input:checked+.account-radio::after, .communication__input:checked+.communication__label::after, .custom-control-input:checked+.custom-control-label::after, .select-input:checked+.custom-control-label::after, #selectall:checked+.selectall-label::after {
    box-shadow: none !important;
}
.account-radio, .communication__label, .account-page__card--communication .custom-control-label, .select-label .custom-control-label, .selectall-label {
    border: 1.5px solid #BFBFBF;
    border-radius: 4px !important;
}

.wishlist-page .generalTitle {
    font-family: 'Poppins SemiBold';
    color: #000;
}
.wishlist-wrapper .wishlist-page .default__btn--line {
    display: none;
}
.wishlist-page .product-card__delete {
    padding: 10px 5px 0 0;
}
.wishlist-page .products-list__item {
    box-shadow: 2px 2px 1.58px 0px #6781A726;
}
.wishlist-wrapper .wishlist-page .products-list__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.mobil-admin-link span {
    display: block;
}

.share-button {
    display: none;
}
@media screen and (max-width: 768px) { 
    .wishlist-wrapper .wishlist-page .products-list__body {
    grid-template-columns: repeat(1, 1fr);
}

 .account-page__content, .offer-list-page{
        height: max-content;
    }
    #productTabContent #smrFaqAccordion {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 5px;
}

}
/********* Finansal Skorlama Alanı Başlangıç *********/

.card-body.finans {
    text-align: center;
    max-width: 595px;
    margin: 0px auto 30px;
}
.card-body.finans img {
    max-width: 350px;
}

.card-body.finans h5 {
    color: #117FEE;
    margin: 20px 0 10px;
    font-family: 'Poppins Bold';
    font-size: 20px;
}

.card-body.finans p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.card-body.finans a {
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    padding: 15px 80px;
}

.card-body.finans dl {
    margin: 50px 0;
}

.card-body.finans dt,
.card-body.finans dd {
    padding: 20px 0;
    border-bottom: none;
}

.card-body.finans dt {
    color: #5B616B;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: left;
    padding-left: 15px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.card-body.finans dt::after {
    content: ":";
    position: absolute;
    right: 8px;
    color: #9ca3af;
}

.card-body.finans dd {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-align: left;
    padding-left: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.card-body.finans dd.highlight {
    color: #2563eb;
    font-size: 18px;
}
.card-body.finans dt:nth-of-type(odd),
.card-body.finans dd:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.card-body.finans dt:nth-of-type(even),
.card-body.finans dd:nth-of-type(even) {
    background-color: #ffffff;
}


.card-body.finans .alert-finans {
    margin-top: 26px;
    border-left: 3px solid #FF9737;
    padding: 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    font-size: 15px;
    background: #FFF2E7;
    margin-bottom: 50px;
}
.card-body.finans .alert-icon {
    width: 34px;
    height: 34px;
}

.card-body.finans .alert-icon i {
   font-size: 24px;
}

.card-body.finans .alert-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.card-body.finans .alert-title {
    font-size: 16px;
    color: #FF9737;
    text-align: left;
    font-family: 'Poppins Bold';
}

.card-body.finans .alert-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
    color: #602E00;
    text-align: left;
}

.card-body.finans .alert-content p span {
    font-size: 12px;
}

@media (max-width: 576px) {
    .card-body.finans dt::after {
        right: 0;
    }
}

/********* Finansal Skorlama Alanı Son *********/

/********* Hesabım Kişisel Bilgiler Alanı Başlangıç *********/
.info-address {
    margin-bottom: 10px;
}
.address-list .col-md-4:nth-child(3n + 1) .address-list-card {
    margin-left: 6px;
}
.account-page__card--communication h5, 
.account-page__card--communication .account-page__newsletter {
    display: none;
}

.account-page__card--communication-smr .option-list li {
    box-shadow: 0px 1px 1px 0px #0B244926;
    margin-bottom: 20px;
}

.account-page__card--communication-smr {
    margin-top: 25px;
}

.account-page__card--communication-smr .col-form-label {
        font-family: 'Poppins SemiBold';
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}
.account-page__card--communication-smr .custom-control-description, .account-page__twofactor p {
    font-size: 15px;
    color: #000;
    padding-left: 35px;
}
.account-page__card--communication-smr .custom-control-label {
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
}
.account-page__card--communication-smr .custom-control-label::after {
    width: 15px;
    height: 15px;
}
.account-page__card--communication-smr .option-list li label {
    height: 50px;
    align-items: center;
    position: relative;
}
.account-page__card--communication-smr .custom-control-input {
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    top: 3px;
}
/********* Hesabım Kişisel Bilgiler Alanı Son *********/
.reviews-list__item {
    padding: 20px !important;
}
.product-review-helpfulness {
    display: none;
}

.order-overview-box strong{
    width: 50%;
    margin-bottom: 0 !important;
}
.custom-value .json-row strong,
.product-summary-payment__list strong {
     width: 50%;
    position: relative;
}
.order-overview-title {
    display: inline-block;
    position: relative;
}
.value.json-value .json-row{
    position: relative;  
}
.order-overview-title::after,
.value.json-value .json-row strong::after,
.product-summary-payment__list strong::after {
    content: ":";         
    position: absolute;
    top: 50%;            
    transform: translateY(-50%);
    right: -0.3em;      
}

.order-overview-box {
    padding: 15px 15px; 
    margin: 0 !important;
}

.order-overview-box:nth-child(odd),
.value.json-value .json-row:nth-child(odd) {
    background-color: #F7F7F7;  
}

.order-overview-box:nth-child(even),
.value.json-value .json-row:nth-child(even) {
    background-color: #ffffff; 
}
#quickview-modal .modal-content {
    border-radius: 10px;
}
.revies-addnew-btn a, .write-product-review-button {
    background: #117FEE;
    color: #fff;
    border-radius: 225px;
    margin-top: 22px;
    display: block;
    text-align: center;
    max-width: 120px;
    font-size: 13px;
}

.block-sidebar__close i {
    color: black;
}

.block-sidebar__body #AttrsContainer {
    display: none;
}

/* parçalı ödeme  */
.process-slipt-payment, .process-slipt-payment .card {
    background-color: #E9F2F8;
}

.process-slipt-payment h1 {
    color: #09467D;
        font-weight: 600;
}

.process-slipt-payment .order-summary-content {
    border: 0;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

 .slipt-payment-btn{
        background: linear-gradient(90deg, #FF9500 38.94%, #FFC200 100%);
        border: 0;
            border-radius: 30px;
}

 .process-slipt-payment  .amount-paid{
        background: #09467d;
    color: white;
}

.process-slipt-payment  .amount-paid input {
    width: 100%;

}

.process-slipt-payment  .form-check {
    padding-left: 64px !important;
}
#RegisterForm {
    position: relative;
}
[dir=ltr] .form-check-input {
    left: 40px;
}

.process-slipt-payment  .form-check-input:checked {
    background-color: #FAD723;
    border-color: #FAD723;
}

.process-slipt-payment  .form-text {
    font-size: 11px;
}
#categories__more--btn {
    max-width: 1200px;
    margin: 0px auto;
    display: block;
    text-align: left;
    width: 100%;
}
.category-description {
    max-width: 1200px;
    margin: 30px auto;
}
.progressive-image--loaded {
    max-height: 265px;
}
.block-products-carousel__cell .product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .categories-container, .category-description, #categories__more--btn {
        padding: 0 15px;
    }
    .block-products-carousel__cell .product-card__image {
    min-height: 200px;
}
.smrt-product-price {
    font-size: 18px;
}
.product-card__name a {
    font-size: 13px;
}
}
.account__col {
    display: flex;
}
    .category--name.is-active {
        margin-left: 0;
        transition: 500ms all;
    }
    .category-description.has-overflow::after, .category-bottom-description.has-overflow::after {
    border-radius: 8px;
}
.inline-filter-container .block.block-sidebar--offcanvas--inline {
    width: 320px;
    box-shadow: 2px 2px 1.58px 0px #6781A726;
    border-radius: 10px;
    background-color: #fff;
}
.inline-filter-container .block.block-sidebar--offcanvas--inline .block-sidebar__body {
    background: #fff;
    padding: 10px;
}
.category-page span {
    margin-top: 0px;
}
#inline-filter-hide {
    background-color: #ffffff;
    padding: 0px 14px;
    border-radius: 14px;
}
.inline-filter-container .block.block-sidebar--offcanvas--inline.is-hidden {
    background: transparent;
    box-shadow: none;
    padding: 0px;
}
    #mobile-filters-btn, #products-orderby-btn select {
        border: none !important;
    }

    @media (min-width: 992px) and (max-width: 1024px) {
    .view-options--offcanvas--mobile .view-options__filters-button {
        display: flex;
    }
        .block-sidebar__title {
        color: #fff;
    }
}
.icon_title {
    display: none;
}
.dropcart__buttons .dropcart__shopping-cart {
    border-radius: 45px;
}