.main-slider {
    height: 500px;
}

.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: 165px;
    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: #BE1F2E;
}


.range-price input {
    width: max-content;
}

.wish-icon {
    position: relative;
}

.wish-icon span {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #1C274C;
    border-radius: 50%;
    padding: 2px;
    min-width: 21px;
    position: absolute;
    top: -13px;
    right: -2px;
    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: 58px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.products-list .product .product-name {
    min-height: auto;
}

.product .product-mark {
    font-size: 12px;
    letter-spacing: 1px;
}

.products-list .product .product-mark {
    font-size: 12px;
}

.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: red;
}
.general-search {
    position: relative;
}
.search-min-chars {
    color: red;
    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;
}


@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;
    }
    .mobile-header .head3 .header-social svg path {
        fill: #1C274C;
    }
}
.desktop-header.small-header .head3 .main-nav > li > a {
    padding: 10px 0;
}
.products-list .product .discount {
    padding: 5px 10px;
}
.products-list .product .discount.new {
    bottom: 60px !important;
}

.remove-all-wishes {
    display: flex;
    justify-content: center;
}


.product-details-info .wishBtn.requestBtn {
    font-size: 16px;
}
.filters-wrap .blueBtn {
    max-width: 100%;
    width: 100%;
}
.filters-wrap .blueBtn.filterResetBtn {
    background-color: white;
    color: #1C274C;
    border: 1px solid #1C274C;
}

.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;
}

@media screen and (max-width: 1399px) {
    .main-slider {
        height: 400px;
      }
    .main-slider .mainSwiper {
      height: 400px;
    }
  }
@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 {
        display: flex;
        align-items: center;
    }
    .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);
    }
    .product .card-btns .blueBtn1::before {
        margin-right: 0;
        transform: translateX(11px);
    }
    .product .product-image {
        height: 100px;
    }
    .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: 5px;
    }
    .product .discount {
        font-size: 12px;
    }
    .product .new {
        right: 55px;
    }
    .filters-mobile {
        padding: 10px;
    }
    .shop-page {
        margin-top: -30px;
    }
    .product .product-name {
        margin: 10px 0;
    }
    .product .product-price {
        padding-top: 15px;
    }
    .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;
    }
}


































  .order-history table {
    border: none;
    border-collapse: collapse;
  }
  .order-history table, .order-history table tbody {
    width: 100%;
  }
  .order-history table th,
  .order-history table td {
    font-size: 18px;
    letter-spacing: 1.3px;
    padding: 15px;
    text-align: left;
  }
  .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;
  }
  .order-history table .order-title {
    font-weight: 400;
  }
  .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;
  }

  @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 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;
    }
  }
  



#price-slider {
    height: 10px;
}

#price-slider .noUi-connect {
    background: #BE1F2E;
}

#price-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    /* half the width */
    border-radius: 9px;
}

.scroll-menu-cart {
    max-height: 235px;
    overflow-y: auto;
    padding-top: 20px;
}
  
.modal-message .modal-body-message .poslato {
color: #4F8A10;
font-size: 2.2rem;
font-weight: 400;
text-align: center;
margin-bottom: 0;
}

.modal-message .modal-body-message .nije-poslato {
color: #FF0000;
font-size: 2.2rem;
font-weight: 400;
text-align: center;
margin-bottom: 0;
}

.modal-message .modal-body-message .icon {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
margin-bottom: 1rem;
}

.modal-message {
height: 100vh;
width: 100vw;
background: rgba(0, 0, 0, 0.5);
-webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
position: fixed;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
z-index: 99999;
}

.modal-body-message {
background: white;
position: relative;
padding: 2rem;
margin: 0 15px;
}


#tempAlert {
    width: auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
    background: #BE1F2E;
    padding: 25px;
    line-height: 1.5;
    /* -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; */
    -webkit-box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 20px 1px rgba(0, 0, 0, 0.2);
}
#tempAlert span {
    font-size: 16px;
    color: #58585A;
    font-weight: bold;
    color: white !important;
}

.loader-wrapper {
display: flex;
justify-content: flex-end;
margin-bottom: 1.5rem;
}

.loader-order {
display: block;
/* border: 4px solid rgba(0, 0, 0, 0.3); */
border: 4px solid rgba(255, 255, 255, 0.3);
/* border-top: 4px solid #2E3091; */
border-top: 4px solid white;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 2s linear infinite;
margin-right: 1rem;
}
.loader-order.hidden {
display: none;
}

@keyframes spin {
0% {
    transform: rotate(0deg);
}

100% {
    transform: rotate(360deg);
}
}
    
    