#logo h1{
	margin-top: 0px;
    margin-bottom: 0px;
}

#logo h1 a{
	font-family: 'Oswald',sans-serif;
    font-size: 46px;
    color: #000;
    font-weight: bold;
    
}

.ch-socials {
    margin-top: -4px;
    margin-bottom: 0;
    order: 4;
}
ul.list-unstyled li {
    line-height: 18px;
}

.sficon {
    background: #fff;
    box-shadow: 2px 3px 16px rgba(0, 0, 0, 0.02);
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 8px;
}


.chair-list{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
    margin-bottom:30px;
}

.chair-radio{
    display:none;
}

.chair-card label{
    display:block;
    background:#fff;
    border:2px solid #ececec;
    border-radius:20px;
    overflow:hidden;
    cursor:pointer;
    transition:.3s;
    height:100%;
}

.chair-card label:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.chair-image{
    aspect-ratio:1/1;
    background:#f7f7f7;
}

.chair-image img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.chair-name{
    padding:15px 15px 5px;
    font-size:13px;
    font-weight:700;
    color:#111;
}

.chair-price{
    padding:0 15px 15px;
    font-size:20px;
    font-weight:800;
    color:#111;
}

.chair-radio:checked + label{
    border-color:#111;
    box-shadow:0 0 0 3px rgba(0,0,0,.1);
}

.chair-radio:checked + label:after{
    content:"✓ Обрано";
    display:block;
    background:#111;
    color:#fff;
    text-align:center;
    padding:12px;
    font-weight:700;
}

.payback-calculator {
    position: relative;
    margin: 40px 0;
    padding: 35px;
    background: linear-gradient(135deg, #f7f7f7 0%, #ffffff 100%);
    border-radius: 24px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 15px 45px rgba(0,0,0,.08);
}

.payback-calculator h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    color: #111;
}

.payback-calculator::before {
    content: "MANZOKU";
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    background: #111;
    color: #fff;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.payback-row {
    margin-bottom: 18px;
}

.payback-row label {
    display: block;
    margin-bottom: 0px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.payback-row input,
.payback-row select,
.payback-form input {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 14px;
    color: #111;
    font-size: 16px;
    outline: none;
    transition: .2s;
}

.payback-row input:focus,
.payback-row select:focus,
.payback-form input:focus {
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(0,0,0,.08);
}

.payback-row input[readonly] {
    background: #f1f1f1;
    font-weight: 700;
}

.payback-result {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 25px 0;
}

.payback-result > div {
    padding: 20px;
    background: #111;
    color: #fff;
    border-radius: 18px;
    font-size: 15px;
}

.payback-result strong {
    display: block;
    margin-top: 8px;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
}

#calc-order-btn,
#calc-send {
    width: 100%;
    height: 54px;
    padding: 0 28px;
    border: none;
    border-radius: 14px;
    background: #111;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: .2s;
}

#calc-order-btn:hover,
#calc-send:hover {
    background: #333;
    transform: translateY(-1px);
}

.payback-form {
    margin-top: 22px;
    padding: 22px;
    background: #f7f7f7;
    border-radius: 18px;
}

.payback-form input {
    margin-bottom: 12px;
}

.calc-success,
.calc-error {
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 12px;
    font-weight: 600;
}

.calc-success {
    background: #e8f7e8;
    color: #198a27;
}

.calc-error {
    background: #ffe8e8;
    color: #c62828;
}

@media (max-width: 767px) {
    .payback-calculator {
        padding: 24px 18px;
        border-radius: 18px;
    }

    .payback-calculator h2 {
        font-size: 24px;
    }

    .payback-result {
        grid-template-columns: 1fr;
    }

    .payback-result strong {
        font-size: 30px;
    }
}


#prodCatTab0{
        display: grid;
}

.my-tabs.nav-tabs > li{
        text-align: left;
}

.mySwiper img{
        width: 360px;
        border-radius: 8px;
}

.mySwiper .swiper-slide{

    padding: 10px;
}

.price-new .autocalc-product-special{
    color: #ff0000;
}

.container-slideshow .item img{

        border-radius: 8px;
}

 .promo-timer{
        --bg: linear-gradient(135deg, #000000 0%, #000000 60%, #52595c 120%);
    --text: #fff;
    --accent: rgba(255, 255, 255, .14);
    --ring: rgba(255, 255, 255, .25);
    --shadow: 0 10px 25px rgba(2, 6, 23, .35);
    margin: 16px auto;
    border-radius: 18px;
    background: var(--bg);
    color: var(--text);
    box-shadow: var(--shadow);
    overflow: hidden;
    max-width: 565px;
    position: absolute;
    right: 14px;
    z-index: 1;
    top: -9px;
  }
  .promo-timer__inner{
    display:flex; gap:20px; align-items:center; justify-content:space-between;
    padding:18px 22px; position:relative;
  }
  .promo-timer__text{
    font-size: clamp(16px,2vw,14px);
    line-height:1.35;
  }
  .promo-timer__text strong{
    font-weight:800;
    letter-spacing:.2px;
  }
  .promo-timer__countdown{
    display:flex; align-items:center; gap:10px;
    background:var(--accent); border:1px solid var(--ring);
    padding:10px 14px; border-radius:14px;
  }
  .promo-timer__unit{
    text-align:center; min-width:64px;
  }
  .promo-timer__value{
    display:block;
    font-weight:800;
    font-variant-numeric: tabular-nums;
    font-size: clamp(20px,4vw,32px);
    line-height:1;
  }
  .promo-timer__label{
    display:block; font-size:12px; opacity:.85; margin-top:4px;
  }
  .promo-timer__sep{
    font-size: clamp(20px,4vw,28px);
    opacity:.7; transform: translateY(-2px);
  }
  /* Mobile stacking */
  @media (max-width: 560px){
    .promo-timer__inner{flex-direction:column; align-items:stretch; gap:12px;}
    .promo-timer__countdown{justify-content:center;    gap: 2px;}
    .promo-timer{
            position: relative;
        left: 0px;
        margin: 0px auto;
        border-radius: 8px;
        top: 0;
        text-align: center;
        margin: 5px;
    }
  }

.store-locations__item {
    border-radius: 12px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    padding: 15px;
    background: var(--up-bg-wd);
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 10px;
}

.store-locations__image {
    width: 100%;
}

.store-locations__image img {
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.store-locations__info {
    width: 100%;
}

.store-locations__info-title, .store-locations__info-store-name {
    margin-bottom: 10px;
    font-size: 16px;
    color: var(--up-text-wd-color);
    font-weight: 600;
}

.store-locations__info-address {
    margin-bottom: 15px;
}

.chat-links {
    gap: 5px;
    margin-bottom: 10px;
}

.store-locations__info-contacts a {
    font-size: 14px;
    color: var(--up-text-wd-color);
    font-weight: 600;
}

.store-locations__map {
    flex: 1;
}

.store-locations__map iframe {
    border-radius: 8px;
}

.promo-block {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    border-radius: 12px;
    padding: 12px 20px;
    text-align: center;
    margin: 15px 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    animation: glow 2s infinite alternate;
}

.promo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.promo-icon {
    font-size: 24px;
}

@keyframes glow {
    from { box-shadow: 0 0 10px rgba(255,65,108,0.5); }
    to   { box-shadow: 0 0 20px rgba(255,75,43,0.9); }
}

.special_my{
    margin: 5px;
    border-radius: 8px !important;
}

.btn-menu, .btn-menu-top{
    background: #000000;
}

 .btn-menu-top:hover{
     background: #000000;
 }

 .title_price_one h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.table_price_two {
    width: 100%;
    margin-top: 35px;
}

.table_price_two tr {
    border-bottom: 1px solid #d5d5d5;
}

.table_price_two td {
    padding: 10px 5px;
}

.faq-title{
    line-height: 30px;
}

#logo{
        margin-top: 10px;
}

.rs-desc-reviews img{
        width: 140px;
    margin-top: 25px;
    padding: 10px;
    cursor: pointer;
}

.rs-description img {
    width: 94px;
    padding: 10px;
    cursor: pointer;
}

.price-new .special_value {
    color: #f84147;
}

.kjseries .total span, .kjseries .price_special span.price-new{
    font-size: 16px !important;
}

.kjseries .total span, .kjseries .price_special span.price-old{
    font-size: 13px !important;
}

#slideshow0{
            /*background: #d9d9d9;*/
             border-radius: 8px;
}

.container-slideshow .item .inner-item{
    border: 0px solid #EAEDF7;
}

.sficon i {
    color: #000;
    font-size: 18px;
    line-height: 34px;
}

.stickers-ns {
    left: 6px;
    right: auto;
    margin-right: 15px;
    position: absolute;
    bottom: 5px;
    top: auto;
    z-index: 5;
}
.product-thumb .btn-general {
    background-color: #C0434D;
    color: #fff;
}

.btn-general .icon-cart-add {
    display: block;
    background: #ffffff;
    }

input#input-payment-city {

    height: 44px !important;
}

.product-thumb{padding: 0}

.edit-product-button {
    margin-bottom: 0px;
}

.product-thumb .caption {
    position: relative;
    padding: 15px;
}
@media (max-width: 992px){
.product-grid .product-thumb .addit-action, .container-module .product-thumb .addit-action {
    top: 15px;
    right: 12px;
    flex-direction: column;
}

.mySwiper img{
        width: 320px;
}


.container-module .product-thumb .addit-action {
    top: 15px;
    right: 12px;
    flex-direction: column;
    left: 7px;
}
.btn-quickview, .btn-fastorder, .btn-compare, .btn-wishlist{
    height: 26px;
    width: 26px;
        min-width: 26px;
}

.container-module .title-module{
        padding: 49px 0 0px 0px;
}
.product-grid .product-thumb .addit-action, .container-module .product-thumb .addit-action {
    top: 15px;
    right: 12px;
    flex-direction: column;
    left: 4px;
}

}

@media (max-width: 450px){
#logo h1 a {
    font-family: 'Oswald',sans-serif;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
}
}

@media (max-width: 379px){
#logo h1 a {
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-left: 10px;
}
}




@media (min-width: 500px) {
    .store-locations__image {
        width: 220px;
        order: 1;
    }
        .store-locations__info {
        order: 3;
    }

        .store-locations__map {
        order: 2;
    }
}
@media (min-width: 768px) {
    .store-locations__image {
        width: 360px;
    }

    .store-locations__image img {
        border-radius: 8px object-fit: contain;
    }

        .store-locations__info {
        width: calc(100% - 375px);
        padding-left: 15px;
        order: 2;
    }

    .store-locations__map {
        order: 3;
    }
}

@media (min-width: 992px){
.product-grid .product-thumb:hover .addit-action, .container-module .product-thumb:hover .addit-action {
    z-index: 2;
    right: 5px;
    top: 5px;
}
 .container-module .product-thumb .addit-action {
    top: 0px;
    /* right: -65px; */
    flex-direction: column;
    left: 4px;
}

.product-grid .product-thumb:hover .addit-action, .container-module .product-thumb:hover .addit-action {
    z-index: 2;
    right: 5px;
    top: 5px;
    left: 4px;
}

.store-locations__info {
        width: calc(100% - 375px - 35%);
    }

}