.main-slider {
    height: 534px;
}

.main-slider .main-pagination .swiper-pagination-bullet {
    border: 1px solid white;
}

.main-slider .main-pagination .swiper-pagination-bullet-active {
    background-color: white;
}
.main-slider h2 {
    font-family: "Inter";
    font-weight: 700;
    font-size: 58px;
    letter-spacing: 2.5px;
    color: #1C274C;
}

.main-slider .whiteBtn {
    font-size: 16px;
    padding: 20px 30px;
}
@media screen and (max-width: 1399px) {
    .main-slider h2 {
        font-size: 52px;
        letter-spacing: 2px;
    }
}
@media screen and (max-width: 575px) {
    .main-slider h2 {
        font-size: 36px;
    }
}

.main-slider h2 {
    color: white;
    margin-bottom: 15px;
}

.desktop-header .head3 .main-nav .nav .subnav li details {
    position: relative;
}

.options .cart-header .small-cart .product-details .img-cart img {
    object-fit: contain;
}

.foot .foot2 .newsletter-form button {
    white-space: nowrap;
}


.blog.no-results {
    grid-column: span 3;
    text-align: center;
}

.products-form .products-sort select {
    background-color: #fff;
    border: 1px solid #BBBEC9;
    border-radius: 50vh;
    width: 180px;
    padding: 7px 15px 7px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #1C274C;
    cursor: pointer;
    background-position: calc(100% - 15px);
    background-repeat: no-repeat;
    background-size: 12px auto;
}

.range-slider {
    margin-bottom: 15px;
}
.filters-wrap .categories details a.active {
    color: #fff;
 
}


.range-price input {
    width: max-content;
}

.wish-icon {
    position: relative;
}
 
.wish-icon span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background-color: #FBB03B;
    border-radius: 50%;
    padding: 2px;
    min-width: 26px;
    position: absolute;
    top: -26px;
    /* right: -2px; */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.home-product-grid .product-description,
.home-product-grid .mini-crumb,
.swiper-wrapper .product-description,
.swiper-wrapper .mini-crumb {
    display: none;
}

.details-swiper-wrap .single-image-wrap {
    height: 100%;
    width: 100%;
}
/* .details-swiper-wrap .single-image-wrap a::after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 65px;
    background-color: #1C274C;
    background-image: url(../images/magnify.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
} */

.product .product-name {
    min-height: 68px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.products-list .product .product-name {
    min-height: auto;
}

.product .product-mark {
    font-size: 12px;
    /* letter-spacing: 1px; */
    letter-spacing: normal;
}

.products-list .product .product-mark {
    font-size: 18px;
    font-weight: 800;
    font-family: "Baloo 2";
}

.shop-page.shop-page-search {
    grid-template-columns: 1fr;
}
.shop-page.shop-page-search .products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 1299px) {
    .shop-page.shop-page-search .products-grid {
      grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 991px) {
    .shop-page.shop-page-search .products-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 575px) {
    .shop-page.shop-page-search .products-grid {
        grid-template-columns: 1fr;
    }
}

.shop-page.shop-page-search .products-list {
    grid-template-columns: 1fr;
}

.cart-price-txt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%;
}

.desktop-header .head3 .main-nav > li > a {
    display: block;
    width: 100%;
}

.product-details-info .p-not-available span {
    font-weight: 800;
    /* color: #BE1F2E; */
    color: #ff0004;
}
.general-search {
    position: relative;
}
.search-min-chars {
    color: #ff0004;
    font-size: 12px;
    position: absolute;
    width: max-content;
    top: 50%;
    transform: translateY(-50%);
    right: 75px;
}

.cart-not-available {
    pointer-events: none !important;
    opacity: 0.3 !important;
}

.final-buttons .blue.orderBtn {
    /* max-width: max-content; */
    background-color: #2C3E70;
}


@media screen and (max-width: 1299px) {
    /* .mobile-header .head3 .main-nav {
        text-align: right;
    } */
    /* .lang {
        justify-content: flex-end;
    }
    .mobile-header .head3 .header-social {
        justify-content: flex-end;
    } */

    .wish-icon span{
        font-size: 12px;
        min-width: 20px;
        top: -20px;
    }
    .mobile-header .head3 .main-nav li {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mobile-header .head3 .header-social svg path {
        fill: #1C274C;
    }
    .mobile-header .head3 .main-nav .nav .subnav ul {
        padding-left: 15px;
        margin-bottom: 20px;
    }
    .mobile-header .head3 .main-nav .nav .subnav li details summary {
        position: relative;
    }
    .mobile-header .head3 .main-nav .nav .subnav li details summary::after {
        opacity: 1;
    }
    .mobile-header .head3 .main-nav .nav .subnav li details summary::after {
        content: "";
        width: 10px;
        height: 15px;
        background-image: url("../images/chevron-right-blue.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.7;
        transition: all 0.5s;
        margin-left: 5px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
      }
}
.desktop-header.small-header .head3 .main-nav > li > a {
    padding: 10px 0;
}
.products-list .product.whish-product .discount {
    width: 80px;
    height: 80px;
}

.products-list .product.whish-product .discount::after{
    width: 80px;
    height: 80px;
}

.products-list .product.whish-product .discount p {
    font-size: 16px;
}

.remove-all-wishes {
    display: flex;
    justify-content: center;
}


.product-details-info .wishBtn.requestBtn {
    font-size: 16px;
}
.filters-wrap .blueBtn {
    max-width: 100%;
    width: 100%;
}
.blueBtn.filterResetBtn {
    background-color: white !important;
    color: #1C274C !important;
    border: 1px solid #1C274C !important; 
}

.basket-table .b-product .b-img a {
    height: 100%;
    width: 100%;
    display: block;
}

.white-form.order-form .login-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.input-company-name {
    margin-bottom: 20px;
}


.desktop-header .head3 .main-nav .nav .subnav ul {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.desktop-header .head3 .main-nav .nav .subnav li details {
    position: static;
}

.desktop-header .head3 .main-nav > li > a {
    position: relative;
}
.desktop-header .head3 .main-nav > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 20px;
    background-color: #1C274C;
    opacity: 0.2;
}
.desktop-header .head3 .main-nav .nav .subnav li a {
    font-size: 16px;
}


.product-specifics .downloads p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-specifics .downloads p:first-child {
    margin-top: 0;
}

.desktop-header .head3 {
    border-bottom: 1px solid rgba(28, 39, 76, 0.1);
}

.home-about .home-about-text p {
    margin-bottom: 10px;
}

.home-about-text ul li ul {
    margin-top: 10px;
}


.contact-socials {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #DDDEE4;
}

.product .product-name p {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: "Baloo 2";
    text-transform: none;
    line-height: 25px;
    color: #1C274C;
    word-break: normal;
    overflow-wrap: anywhere; 
}


.product-amount-wrap {
    display: flex;
    align-items: center;
}
.product-amount-wrap input.p-number {
    /* border: 1px solid #BBBEC9; */
    /* border-radius: 10px; */
    border: none;
    height: 32px;
    width: 30px;
    color: #1C274C;
    font-family: "Baloo 2";
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 1px;
    outline: none;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
}
.product-details-info .product-amount-wrap .change-amount {
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: space-between;
}
.product-details-info .product-amount-wrap .minus, .product-details-info .product-amount-wrap .plus {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /* background-image: url(../images/chevron-down-blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */
    font-size: 24px;
    font-weight: 800;
    font-family: "Baloo 2";
    border: none;
    outline: none;
    background-color: #2C3E70;
    color: #FBB03B;
    margin-top: 2.5px;
    margin-bottom: 2.5px;

}
/*.product-details-info .product-amount-wrap .plus {
     transform: rotate(180deg);
} */

.basket-table .b-amount .change-amount {
    position: relative;
}
.basket-table .b-amount .change-amount .change-amount-btn {
   position: absolute;
   right: 10px;
   top: 50%;
   transform: translateY(-50%);
   /* background-color: #BE1F2E; */
   background-color: rgb(28, 39, 76);
   border-radius: 50%;
   padding: 0px;
   font-weight: 600;
   color: white;
   cursor: pointer;
   height: 22.5px;
   width: 22.5px;
   display: flex;
   align-items: center;
   justify-content: center;
}

.product .card-btns {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.filterBtnWrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.filterBtn {
    outline: none;
    border: none;
    background: #FBB03B;
    color: #fff;
    text-align: center;
 
}


.payment-cards-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .f-payment img {
    object-fit: contain;
    object-position: right;
    width: auto;
  }
  
  .f-payment {
    padding: 15px 0;
  }

  .total, .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
  }

  .steps form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .steps form button {
    border: 1px solid #1C274C;
    line-height: 1.4;
  }
  
  @media only screen and (max-width: 767px) {
    .f-payment {
        flex-direction: column;
    }
    .f-payment .ws-pay {
      margin-bottom: 20px;
      display: block;
    }
    .f-payment img {
      height: 36px;
    }
  }

@media screen and (max-width: 1399px) {
    .main-slider {
        height: 400px;
      }
    .main-slider .mainSwiper {
      height: 400px;
    }
  }
@media screen and (max-width: 1199px) {
    .about-top-wrapper .left-part {
        display: flex;
        flex-direction: column-reverse;
    }
    .about-top-wrapper .left-part .text {
        margin-bottom: 30px;
        margin-top: 0;
    }
  }
@media screen and (max-width: 767px) {
    .final-buttons .blue.orderBtn {
        max-width: 100%;
        width: 100%;
    }
  }
@media screen and (max-width: 575px) {
    .home-product-grid {
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
        margin-top: 20px;
    }

    .product .card-btns .blueBtn1 {
        font-size: 0;
        margin: 0;
        margin-left: 2.5px;
        margin-right: 2.5px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
    }
    .product .card-btns .blueBtn1 svg {
        height: 21px;
        width: 21px;
        margin-right: 0;
        /* transform: translateX(8px); */
        /* margin-left: 15px; */
    }
    .product .card-btns .blueBtn1::before {
        margin-right: 0;
        /* transform: translateX(11px); */
        /* margin-left: 20px; */
    }
    .product .product-image {
        height: 135px;
    }
    .product {
        padding: 20px 10px;
    }
    .product .product-price .price {
        font-size: 22px;
    }
    .products-grid {
        margin-top: 30px;
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        -moz-column-gap: 10px;
        column-gap: 10px;
        row-gap: 10px;
    }
    .product .product-price .old-price {
        font-size: 12px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .product .product-price .old-price::after{
        top: 45%;
    }
    .product .discount {
        font-size: 10px;
        
    }
    .filters-mobile {
        padding: 10px;
    }
    .shop-page {
        margin-top: -30px;
    }
    .product .product-name {
        margin: 10px 0;
    }
    .product .product-price {
        padding-top: 0px;
    }
    .product .product-name {
        min-height: 52px;
    }
    .main-slider {
        height: 300px;
    }
    .main-slider .mainSwiper {
        height: 300px;
    }
    .main-slider .whiteBtn {
        font-size: 14px;
        letter-spacing: 1px;
        padding: 10px 15px;
    }
    /* .options .cart-header .small-cart {
        max-width: 100%;
        left: 0;
    } */
    .basket-table .b-product .b-img img {
        width: 70px;
    }
    .basket-table .b-product .b-img {
        margin-right: 15px;
    }
    .white-form.order-form .login-links {
        flex-direction: column;
        align-items: flex-start;
    }
    .white-form.order-form .login-links p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .mini-cramb-details {
        margin-top: -30px;
    }
    .blog-cover .blog-date {
        font-size: 14px;
    }
}

































  .order-history table:has(table), .order-history table tbody {
    width: 100%;
     border-radius: 30px;
  border: 1px solid #D2D4DB;
  border-collapse: separate !important; 
  border-spacing: 0;
 overflow: hidden;
  }


.order-history table:has(table){
    padding: 30px;
}

  .order-history table th,
  .order-history table td {
    font-size: 18px;
    letter-spacing: 1.3px;
    padding: 15px;
    text-align: left;
    font-family: "Baloo 2";
  }
  .order-history table tr {
    border: 1px solid #DDDEE4;
  }
  .order-history table tr.main-row {
    border: none;
  }
  .order-history table .ordered-products-per-date {
    width: 100%;
    padding: 0 90px;
    width: 950px;
  }
  .order-history table .order-title {
    font-weight: 400;
    max-width: 400px;
    padding: 15px 60px;
    padding-left: 0;
  }
  .order-history table .order-date, .order-history table .order-total-price {
    padding: 15px;
  }
  .order-history table .order-total-price {
    flex-direction: column;
    font-weight: 600;
    font-size: 24px;
  }

  .order-history table th.th-products{
    padding: 15px 90px;
        display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 950px;
  }

    .order-history table th.th-products div{
        display: flex;
        align-items: center;
    }

    .order-history table th.th-products div p:first-of-type{
        margin-right: 70px;
    }

  .ordered-products-per-date table{
    width: 100%;
  }

  .order-history table .order-price{
    text-align: end;
    padding-left: 50px;
    padding-right: 0;
  }

  @media screen and (max-width: 1399px) {
    .order-history table td {
        font-size: 16px;
        letter-spacing: 1px;
    }
    .order-history table .order-total-price {
      font-size: 16px;
    }
    .order-history table .order-total-price::before {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 767px) {
  .order-history table .ordered-products-per-date{
        width: 100%;
        max-width: 950px;
  }
}
  @media screen and (max-width: 767px) {
    .order-history table th {
        display: none;
    }
    .order-history table .order-date::before, .order-history table .order-quantity::before, .order-history table .order-price::before, .order-history table .order-total-price::before {
        content: attr(data-title);
        margin-right: 10px;
    }
    .order-history table .main-row {
        display: flex;
        flex-direction: column;
    }
    .order-history table .order-total-price {
        display: flex;
        flex-direction: row;
    }
    .order-history table .ordered-products-per-date tr {
      display: flex;
      flex-direction: column;
      text-align: left;
    }

    .order-history table:has(table){
        padding: 15px;
    }

    .order-history table th.th-products{
        padding: 10px 0;
    }

    .order-history table .ordered-products-per-date{
        padding: 0;
    }

    .order-history table th.th-products div{
        display: none;
    }

    .order-history table tr{
        border: none;
    }

    .order-history table .order-price{
        text-align: left;
        padding-left: 0;
    }

    .order-history table td{
        padding: 10px 0;
        padding-left: 0 !important;
    }

    .order-history table .order-date, .order-history table .order-total-price{
        padding: 10px 0;
    }

    .order-history table .order-title{
        padding: 10px;
    }

    .order-history table tr.main-row{
        border-bottom: 1px solid rgba(28, 39, 76, 0.2);
    }

    .order-history table tr.main-row:last-of-type{
        border-bottom: none;
    }

    .orders-history-cont .form-title img{
        width: 100%;
    }
  }


.filter-section.discount-section .checkbox-discount-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filter-section.discount-section label {
    padding-right: 10px;
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    color: rgba(28, 39, 76, 0.8);
    cursor: pointer;
}

.filter-section.discount-section .checkbox-switch {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #707070;
    border-radius: 99rem;
    cursor: pointer;
    height: 20px;
    outline: none;
    position: relative;
    width: 40px;
}
.filter-section.discount-section .checkbox-switch:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    margin-bottom: 0.5px;
}

.filter-section.discount-section .checkbox-switch:checked {
    background-color: #BE1F2E;
}

.filter-section.discount-section .checkbox-switch:checked:after {
    left: auto;
    right: 3px;
    margin-bottom: 0.5px;
}

 .product-details-info .product-amount-wrap .plus{
    background-color: #FBB03B;
    color: #1C274C;
}

@media only screen and (max-width: 576px){
    .product .product-name p{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 18px;
  word-break: normal;
  overflow-wrap: anywhere; 
}

.products-list .product.whish-product .discount{
  width: 60px;
  height: 60px;
}

.products-list .product.whish-product .discount::after{
  width: 60px;
  height: 60px;
}

.products-list .product.whish-product .discount p{
    font-size: 10px;
}
.products-list .product.whish-product .new{
    top: 70px;
}
}



















.filter-age-form.filter-supplier-form ul {
    column-gap: 10px;
    row-gap: 15px;
}

.filter-age-form.filter-supplier-form ul li {
    height: auto;
    width: 100%;
    border-radius: 0;
    justify-content: flex-start;
}

.filter-age-form ul li:has(input[type=checkbox]:checked) {
    box-shadow: none;
}

.filter-age-form.filter-supplier-form .form-control {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    color: #23325A;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.filter-age-form.filter-supplier-form input[type=checkbox] {
    width: 18px;
    height: 18px;
    opacity: 1;
    margin-right: 10px;
}
