
.text-left {
    text-align: left !important;
}
.content ul {
    padding-left: 40px;
    margin-bottom: 15px;
}
.content ul li {
    color: #4E5A7A;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px; 
    list-style: disc;
}
.content p:not(:last-child){
    margin-bottom: 15px;
}
.ui-timepicker-wrapper {
    width: 17em;
}
li.ui-timepicker-selected, .ui-timepicker-list li:hover, .ui-timepicker-list .ui-timepicker-selected:hover {
    background: #4E5A7A !important;
    color: #fff !important;
}
.ui-timepicker-list li {
    font-family: var(--fut-pt);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 26px !important;
    padding-left: 16px !important;
    color: #4E5A7A ;
}
.content h3 {
    color: #4E5A7A;
    font-size: 26px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
}
.category__main__row-content .woocommerce-breadcrumb,
.category__main__row-content .woocommerce-products-header,
.woocommerce-order-received .cart__grid,
.woocommerce-order-received .woocommerce-notice,
.woocommerce-order-received p,
.woocommerce-order-received .order_details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received h1,
.woocommerce-breadcrumb,
#billing_city_text_field,
.woocommerce form .form-row .woocommerce-input-wrapper .description::before,
.woocommerce-form-coupon-toggle,
#billing_country_field {
    display: none !important;
}
.woocommerce-order-received .checkout__grid {
    width: 100%;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price  {
    color: #4E5A7A;
    font-size: 22px;
    font-weight: 450;
    line-height: 29px;
}
.woocommerce-variation-price {
    margin-right: 40px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.woocommerce-variation-price .price del {
    text-decoration: line-through !important;
    color: #A0A0A0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 16px !important;
}

.woocommerce-variation-price .price ins,
.woocommerce-variation-price .price,
.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price  {
    color: #4E5A7A;
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}
.woocommerce-variation-price .price {
    display: flex;
    flex-direction: column;
}
body .qib-button-wrapper{
    border-radius: 4px;
    border: 1px solid #4E5A7A;
    background: #FFF;
    width: 160px;
    height: 58px;
    padding: 0 20px;
    margin-right: 14px !important;
    margin-left: auto !important;
    margin-top: 0;
    margin-bottom: 0;
}
.qib-button-wrapper button.qib-button,
.qty-minus,
.qty-plus {
    width: 30px !important;
    height: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    cursor: pointer !important;
    padding: 0  !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text{

    height: 100% !important;
    border: 0 !important;
    outline: 0 !important;
    text-align: center !important;
    color: #434343 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    font-family: var(--fut-pt) !important;
    padding: 0 !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item {
    border-radius: 4px !important;
    border: 1px solid #4E5A7A !important;
    background: #FFF !important; 
    width: 60px !important;
    height: 40px !important;
    transition: .2s all ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #4E5A7A !important;
    text-align: center !important;;
    font-size: 20px !important;;
    font-weight: 400 !important;;
    line-height: 21px !important;;
    text-transform: uppercase !important;;
    cursor: pointer !important;;
}
.woo-variation-swatches .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:hover{
    color: #fff !important;
    background: #4E5A7A !important;
}
.woocommerce div.product form.cart .variations th {
    color: #A0A0A0;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 2.25px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.woocommerce div.product form.cart .variations label {
    font-weight: normal;
}
.extra-option {
    margin-bottom: 10px;
    font-size: 16px;
}
.extra-option input {
    margin-right: 5px;
}
.cart__wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.checkout__grid {
    width: 68%;
    background: transparent;
}
.cart__grid {
  
    width: 32%;
}
.cart__grid-block{
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px 20px 25px;
}
.cart__grid-block:not(:last-child) {
    margin-bottom: 30px;
}

.wc__cart-bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #BEBEBE;
    margin-bottom: 13px;
  }
  
  .value__colums {
    display: flex;
    justify-content: space-between;
  }
  
.name__grid,
.value__colums-shipping {
    color: #4E5A7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
    align-items: center;
  }
  
.value__grid {
    color: #4E5A7A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
}
  

  .value__colums:not(:last-child) {
    margin-bottom: 9px;
  }
  .wc__cart-top,
  .woocommerce-shipping-fields {
    display: none !important;
  }
  .top__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
.product-thumbnail{
    max-width: 70px;
    width: 100%;
    min-width: 70px;
}
.category__main__row__sidebar__box-content{
    overflow-y: auto;
}
.wpc-filter-layout-range .category__main__row__sidebar__box-content{
    overflow-y: visible;
}


.wpc-filters-range-wrapper input[type=number] {
    border-radius: 2px;
    border: 1px solid #4E5A7A;
    background: #FFF;
    color: #A5A5A5;
    font-family: var(--fut-pt);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding-left: 10px;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: #4E5A7A !important;
}
/* Скрываем стандартный чекбокс */
.wpc-filters-checkboxes .wpc-checkbox-item input[type="checkbox"] {
    display: none;
  }
  
  /* Стилизация label для кастомного чекбокса */
.wpc-filters-checkboxes .wpc-term-item-content-wrapper label {
    position: relative;
    padding-left: 30px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

  }
  
  /* Кастомный чекбокс (пустой квадратик) */
.wpc-filters-checkboxes .wpc-term-item-content-wrapper label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    box-sizing: border-box;
    transition: all 0.2s ease;

    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #6E778F;
    background: transparent;
  }
  
  /* Галочка при активном чекбоксе */
.wpc-filters-checkboxes .wpc-checkbox-item  input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #6e778f;
    transition: .2s all ease;
    border-radius: 2px;
    position: absolute;
  }
body .wpc-filters-main-wrap input.wpc-label-input+label:hover,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label {
    border-color:#6e778f !important;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper {
    background: #6e778f !important;
}
body.woocommerce .add_to_cart_button,
body.home .add_to_cart_button{
    border-radius: 4px;
    border: 1px solid #4E5A7A;
    background: #FFF;
    color: #4E5A7A;
    justify-content: center;
    font-family: var(--fut-pt);
    transition: .2s all ease;
    padding: 15px 40px;
    font-size: 21px;
    font-weight: 300;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    display: flex;
}
body.woocommerce .add_to_cart_button:hover,
body.home .add_to_cart_button:hover {
    background: #4E5A7A;
    color: #fff;
    border-color: #4E5A7A;
}
.special__offer__products__row__box-txt h6,
.product-name  {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.special__offer__products__row__box__txt-price .price {
    display: flex;
    align-items: center;
    gap:0 5px
}
.woocommerce .special__offer__products__row__box__txt-price span.price ins,
.home .special__offer__products__row__box__txt-price span.price ins {
    font-weight: 450 !important;
    text-decoration: none !important;
}
.woocommerce .special__offer__products__row__box__txt-price  .price,
.home  .special__offer__products__row__box__txt-price  .price{
    color: #4E5A7A;
    font-size: 22px !important;
    font-weight: 450 !important;
    line-height: 29px !important;
}
.woocommerce .special__offer__products__row__box__txt-price span.price del,
.home .special__offer__products__row__box__txt-price span.price del  {
    color: #9C9C9C;
    font-size: 18px;
    font-weight: 300;
    line-height: 29px;
    text-decoration: line-through;
    opacity: 1 !important;
}
.breadcrumbs a {
    text-wrap-mode: nowrap;
}
.product__main__tabs-nav li a {
    display: block;
    width: 100%;
    height: 100%;
}
.product__main__tabs-nav li.active a {
    color: #fff;
    background: #4E5A7A;
}
.product__main__tabs-nav li a{
    border-radius: 4px;
    border: 1px solid #ECECEC;
    background: #FFF;
    padding: 20px 50px;
    color: #4E5A7A;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .2s all ease;
    cursor: pointer;
}
.product__main__tabs-nav li{
    padding: 0 !important;
    border:none !important;
    background: transparent !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none ;
}
.thumb__swiper-box img {
    max-height: 92px;
    object-fit: cover;
}
#fkcart-modal .fkcart-modal-backdrop {
    background-color: #4E5A7A !important; 
    opacity: .7 !important;
}
.top__title h2 {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 108.333% */
}
.top__title span {
    color: #7E7E7E;
    font-family: var(--fut-pt);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px; /* 118.75% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.top__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom:1px solid #D4D4D4
}

.woocommerce-billing-fields h3::before,
.woocommerce-additional-fields h3:before {
    content: "";
    width: 45%;
    height: 1px;
    background: #4E5A7A;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3 {
    color: #4E5A7A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 4.8px;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    background: #f9f2f2;
    margin-bottom: 15px;
}
.cart_item {
    gap:0 15px
}
.product-name {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px; /* 111.111% */
    letter-spacing: 0.18px;
}
.product-price{
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
body .product-quantity  .qib-button-wrapper,
.custom-qty-wrapper {
    height: 27px;
    width: 100px;
    padding: 0;
    border:none !important
}
.custom-qty-wrapper{
    display: flex;
    align-items: center;
}
body .product-quantity .qib-button-wrapper div.quantity.wqpmb_quantity,
.qty-input {
    height: 27px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}
.woocommerce .product-quantity .quantity .qty,
.qty-input {
    width: 46px;
}
.qty-input {
    text-align: center;
    border-left: 0;
    border-right: 0;
}
body .product-quantity .qib-button-wrapper button.qib-button,
.qty-minus,
.qty-plus {
    background: #E3E3E3 !important;
    width:27px !important;
    border-radius: 0 !important;
    color: #4E5A7A !important; 
    border:none !important
}
.product-subtotal {
    display: none;
}
.product__quan_remove {
    align-items: center;
    justify-content: space-between;
}
.product__quan_remove  span {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.15px;
}
.woocommerce .remove{
    color: #BDBDBD !important;
    border:1px solid #BDBDBD !important;
    display: flex;
    font-size: 18px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background: transparent;
    cursor: pointer;
}
.wc-coupon .coupon {
    display: none;
}
.variation-attributes li,
.variation {
    color: #ACACAC;
    font-family: var(--fut-pt);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.product-name .variation{
    display: flex;
    align-items: center;
    margin:0;
}
.value__colums:last-child .name__grid,
.value__colums:last-child .value__grid   {
    font-weight: 800;
}
.value__colums:last-child {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D4D4D4;
}
.variation-Additional{
    margin:0;
}
.woocommerce form .form-row {

}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    color: #4E5A7A;
    font-size: 16px;
    font-weight: 300;
    line-height: 14px;
    margin-bottom: 8px;
}
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row input[type="date"],
.woocommerce form .form-row input[type="time"] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    height: 54px !important;
    outline: 0;
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 18px;
    padding-left: 16px;
}
.woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(1),
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(2),
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(3),
#billing_delivery_time_field,
#billing_date_delivery_field,
#billing_spec_time_field {
    width: 33.33333%;

}
.woocommerce form .form-row {
    padding: 3px 5px;
    margin: 0 0 20px;
}
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(5),
.woocommerce-billing-fields__field-wrapper .form-row:nth-child(6) {
    width: 50%;
}
#billing_city_field {
    width: 25%;
}
.woocommerce form .form-row.address-field {
    width: 75%;
}
.thwcfd-field-heading,
#billing_recepient_another_field,
#billing_personal_card_text_field{
    width: 100%;
}

.form-row .optional {
    width: 36px;
    height: 20px;
    border-radius: 90px;
    background: #CCC;
    position: relative;
    transition: .2s all ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    opacity: 1;
    position: absolute;
    top:0;
    left:0;
    transform: none;
    font-size: 0;
}
.form-row .optional:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.16);
    transition: .2s all ease;
    position: absolute;
    left: 2px;
    top: 2px;
}
.form-row .checkbox  {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    user-select: none;
    display: inline-block;
    line-height: 1.4;
    border:none
}
.form-row .checkbox input[type="checkbox"]:checked + *::after {
   
    transform: translateX(15px);
    background: #4e5a7a;
    
   
}
 .form-row .checkbox input[type="checkbox"] {
    display: none;
}
.woocommerce form .form-row textarea.input-text {
    height: 90px !important;
}
.woocommerce form .form-row .woocommerce-input-wrapper .description {
    display: block !important;
    color: #767676;
    font-family: var(--fut-pt);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 25.051px; /* 167.005% */
    background: transparent;
    padding: 0;
    margin:0;
    padding-left: 25px;
    position: static;
}
.woocommerce ul#shipping_method li {
    margin:0 !important;
}
#billing_spec_time_field{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4E5A7A;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 8px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background-color:#fff;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
.form-row.place-order {
    padding: 0 !important;
}
.form-row.place-order {
    margin-top: 15px !important;
    margin:0;
}
.wc_payment_methods label {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    gap:0 10px
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: transparent;
    position: static;
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin: 0;
    padding: 0;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    margin:0;
}
.woocommerce-terms-and-conditions-wrapper{

}
.woocommerce-privacy-policy-text {
    color: #000;
    font-family: var(--fut-pt);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px; /* 116.667% */
}
.woocommerce-terms-and-conditions-wrapper .form-row {
    margin:0 !important;
}
.woocommerce-terms-and-conditions-wrapper .form-row .checkbox input[type="checkbox"] {
    display: flex;
    margin:0;
}
.woocommerce-terms-and-conditions-wrapper .form-row .checkbox{
    display: flex !important;
    align-items: center;
    padding: 0;
    width: 100%;
    position: static;
    height: auto;
    gap:0 5px
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    justify-content: center;
    font-family: var(--fut-pt);
    transition: .2s all ease;


    line-height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #fff;
    background: #4E5A7A;

    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 40px;
    font-weight: 400;
    display: flex;
    width:100%;
    margin-top: 15px;
}
.woocommerce-terms-and-conditions-wrapper .checkbox span.woocommerce-terms-and-conditions-checkbox-text{
    opacity: 1;
    position: static;
    transform: none;
    color: #000;
    font-family: var(--fut-pt);
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    width: auto;
    height: auto;
    visibility: visible;
    background: transparent;

}
.woocommerce-terms-and-conditions {
   margin-top: 15px;
}
#billing_recepient_field,
#billing_recepient_phone_field {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  height: 0;
}

#billing_recepient_field.visible,
#billing_recepient_phone_field.visible {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.form-row#billing_spec_time_field .checkbox span {
    position: absolute;
    left: 0;
    top: 3px;
    box-sizing: border-box;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #6E778F;
    background: transparent;
}
.form-row#billing_spec_time_field .checkbox {
   position: relative;
   opacity: 1;
   visibility: visible;
   padding-left: 25px;
   font-weight: 500;
}
.form-row#billing_spec_time_field .optional:after {
    opacity: 0;
}
.form-row#billing_spec_time_field  .checkbox input[type="checkbox"]:checked + *::after {
    content: "";
    position: absolute;
    opacity: 1;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #6e778f;
    transition: .2s all ease;
    border-radius: 2px;
    position: absolute;
    transform: none;
}
#billing_spec_time_field .woocommerce-input-wrapper {
    margin-top: 20px;
    position: relative;
}
#fkcart-modal .fkcart-preview-ui .fkcart-slider-heading .fkcart-title {
    color: #4E5A7A !important;
    font-family: var(--fut-pt);
    font-size: 32px !important; 
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important; /* 81.25% */
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-title {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: 21px; /* 105% */
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content,
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-meta-content .fkcart-attr-wrap {
    color: #ACACAC;
    font-family: var(--fut-pt);
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    letter-spacing: -0.14px;
    text-transform: uppercase;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper {
    height: 100px;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-image-wrapper img {
    object-fit: cover;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price .woocommerce-Price-amount,
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-item-price .woocommerce-Price-amount * {
    color: #4E5A7A;
    font-family: var(--fut-pt);
}
body #fkcart-modal .fkcart-quantity-selector .fkcart-quantity-button {
    background: #E3E3E3 !important;
    width: 27px !important;
    border-radius: 0 !important;
    color: #4E5A7A !important;
    border: none !important;
}
body #fkcart-modal .fkcart-quantity-selector {
    border-radius: 0;
}
#fkcart-modal .fkcart-checkout-wrap #fkcart-checkout-button .fkcart-checkout--text {
    text-transform: uppercase;
}
body #fkcart-modal .fkcart-panel {
    padding-left: 35px;
    padding-right: 35px;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item {
    bottom: 0;
    right: 32px;
    left: inherit;
    top: inherit;
    display: flex;
    align-items: center;
    gap:0 10px;
}
body #fkcart-modal .fkcart-item-wrap .fkcart--item .fkcart-remove-item:before {

}
.product__main__row-start {
    position: relative;
}
.success__column {
    text-align: center;
}
.success__column h2 {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 114.462px;
    font-style: normal;
    font-weight: 450;
    line-height: 79.649px; /* 69.585% */

}
.success__column h3 {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.051px; /* 78.284% */
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}
.success__column h4 {
    color: #4E5A7A;
    text-align: center;
    font-family: var(--fut-pt);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.818px; /* 127.556% */
    margin-top: 60px;
}
.success__column a {
    display: inline-flex;
}
body.woocommerce-order-received{
    background: #fff;
}
body #fkcart-modal .fkcart-carousel-wrap {
    background: #fff;
}
body #fkcart-modal .fkcart--item-heading {
    color: #4E5A7A;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 4.8px;
    text-transform: uppercase;

    text-align: left;
}
body #fkcart-modal .fkcart-item-wrap.fkcart-upsell-style2 .fkcart--item .fkcart-image-wrapper {
    width: 100%;
    height: auto;
}
body #fkcart-modal .fkcart-item-wrap.fkcart-upsell-style2 .fkcart--item .fkcart-image-wrapper span{
    max-width: 100%;
    width: 100%;
    max-height:100%;
}
body #fkcart-modal .fkcart-item-wrap.fkcart-upsell-style2 .fkcart--item .fkcart-image-wrapper span img {
    width: 100%;
}
.woocommerce-cart-form__cart-item-end{
    width: 100%;
}
.category__main__row-content {
    width: 100%;
}
.contact__block__form-main.hide {
    opacity: 0;
    visibility: hidden;
}
.contact__block__form-thank.show {
    opacity: 1;
    visibility: visible;
}
#call .contact__block__form-row,
#services .contact__block__form-row  {
    display: flex;
    flex-wrap: wrap;
    gap:20px 0;
}
#call .contact__block__form__row-label:nth-child(1),
#call .contact__block__form__row-label:nth-child(2),
#services .contact__block__form__row-label:nth-child(1),
#services .contact__block__form__row-label:nth-child(2),
#services .contact__block__form__row-label:nth-child(3),
#services .contact__block__form__row-label:nth-child(4) {
    width: 50%;
}
#call .contact__block__form__row-label,
#services .contact__block__form__row-label {
    width: 100%;
    padding: 0 5px;
}
#call .contact__block-form,
#services .contact__block-form {
    padding: 0;
    background: transparent;
}
#call .contact__block__form__row-label textarea,
#services .contact__block__form__row-label textarea {
    min-height: 100px;
}
#call button.btn,
#services button.btn   {
    width: 100%;
}
#call input.form-control.tel,
#services input.form-control.tel {
    padding-left: 105px !important;
}
.fkcart-shortcode-container .fkcart-shortcode-icon-wrap svg path {
    fill:#4E5A7A
}
#call .checkbox__grid input,
#services .checkbox__grid input{
    width: auto !important;
    height: auto !important;
}
.wpcf7-list-item {
    margin:0;
}
.wpcf7-not-valid-tip {
    display: none;
}
.contact__block__form__row-label .wpcf7-not-valid {
    background: #ffe4e4;
    border:1px solid red
}
.checkbox__grid {
    color: #4E5A7A;
    font-family: var(--fut-pt);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}
.checkbox__grid a {
    text-decoration: underline;
    color: #4E5A7A;
}
#services p {
    color: #4E5A7A;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}
.special__offer-products .product__main__tabs-nav li{
    border: 1px solid #4E5A7A !important;
    background: #FFF;
    padding: 20px 50px !important;
    color: #4E5A7A !important;
}
.special__offer-products .product__main__tabs-nav li.active{
    background: #4E5A7A !important;
    color: #fff !important;
}
.woocommerce-additional-fields__field-wrapper  .optional{
    display: none !important;
}
.woocommerce-error{
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    margin-bottom: 1rem;
    border-radius: .25rem;
}
.woocommerce-error li a {
    color: #721c24;
}
.hover_spec {
    position: absolute;
    top: -5px;
    right: 0;
}
.hover_spec::after {
    content: attr(data-hover);
    position: absolute;
    bottom: 100%; /* Появляется над элементом */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    width: 220px;
   
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
  }
  
  .hover_spec:hover::after {
    opacity: 1;
  }
.woocommerce-order-pay .woocommerce table.shop_table {
    display: none;
}
#billing_address_1_field .required_field span:last-child {
    display: none;
}
#billing_date_delivery_field,
#billing_delivery_time_field,
#billing_spec_time_field,
#billing_anonim_field,
#billing_personal_card_field,
#billing_personal_card_text_field,
#billing_country_field,
#billing_address_1_field {
    order:2
}
#billing_city_field {
    order: 1;
}