.banner-section .banner-img {
  aspect-ratio: 1.857;
}

.category-section .section-heading {
  margin-bottom: 0;
}
.category-section .category-slider {
  margin-left: -12px;
  margin-right: -12px;
}
.category-section .category-slider .slick-list {
  padding-top: 28px;
  padding-bottom: 40px;
}
.category-section .category-slider .slick-slide {
  padding: 0 12px;
}
.category-section .category-slider .slick-dots {
  bottom: -5px !important;
}
.category-section .category-slider .category-box {
  max-width: 200px;
  height: 160px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 18px;
  border-radius: 30px;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box {
    border-radius: 15px;
  }
  .category-section .category-slider .category-box p {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.category-section .category-slider .category-box .category-img {
  max-width: 70px;
  max-height: 70px;
  min-height: 70px;
  aspect-ratio: 1;
}
.category-section .category-slider .category-box .category-img img {
  aspect-ratio: 1;
}
@media (max-width: 576px) {
  .category-section .category-slider .category-box .category-img {
    max-width: 60px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 10px !important;
  }
}

.product-image {
  aspect-ratio: 1.21;
}

.product-section {
  margin-bottom: 49px;
}
@media (max-width: 575px) {
  .product-section {
    margin-bottom: 24px;
  }
}
.product-section .product-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #999999;
}
.product-section .product-card .product-details {
  background-color: #ffffff;
  padding: 10px 10px 13px 10px;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
.text-gray-200 {
  color: #999999 !important;
}

body {
  font-family: "Montserrat";
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}

.btn {
  border-radius: 10px;
  font-weight: 600;
  padding: 8px 10px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #2650D7;
  border: 1px solid #2650D7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  color: #2650D7;
  background-color: #ffffff;
  border: 1px solid #2650D7;
}

.section-heading {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .section-heading {
    margin-bottom: 20px;
  }
}
.section-heading h2 {
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 7px;
}
.section-heading h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #000000;
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-28 {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .mb-28 {
    margin-bottom: 18px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .mb-30 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .px-50 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.pt-30 {
  padding-top: 30px;
}

.ps-45 {
  padding-left: 45px !important;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.fs-14 {
  font-size: 14px;
}
@media (max-width: 575px) {
  .fs-14 {
    font-size: 13px;
  }
}

.fs-15 {
  font-size: 15px;
}
@media (max-width: 575px) {
  .fs-15 {
    font-size: 13px;
  }
}

.fs-16 {
  font-size: 16px;
}
@media (max-width: 575px) {
  .fs-16 {
    font-size: 14px;
  }
}

.fs-18 {
  font-size: 18px;
}
@media (max-width: 575px) {
  .fs-18 {
    font-size: 16px;
  }
}

.fs-20 {
  font-size: 17px;
}
@media (max-width: 991px) {
  .fs-20 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .fs-20 {
    font-size: 15px;
  }
}

.fs-24 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .fs-24 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .fs-24 {
    font-size: 16px;
  }
}

.fs-28 {
  font-size: 28px;
}
@media (max-width: 991px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 20px;
  }
}

.fs-30 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .fs-30 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .fs-30 {
    font-size: 18px;
  }
}

.fs-32 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .fs-32 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .fs-32 {
    font-size: 26px;
  }
}

a {
  text-decoration: none;
}

.main-content {
  max-width: 1300px;
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
}
.main-content .bg-vector {
  position: absolute;
  z-index: 0;
}
.main-content .bg-vector.bg-vector-1 {
  top: 0;
  left: 0;
}
.main-content .bg-vector.bg-vector-2 {
  top: 38%;
  left: 0;
}
.main-content .bg-vector.bg-vector-3 {
  top: 41%;
  right: 0;
}
.main-content .bg-vector.bg-vector-4 {
  top: 60%;
  left: 0;
}
.main-content .bg-vector.bg-vector-5 {
  top: 87%;
  left: 0;
}
.main-content .bg-vector.bg-vector-6 {
  top: 85%;
  right: 0;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.view-more-btn {
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(38, 80, 217, 0.1019607843);
  color: #000000;
  padding: 5px;
  border-radius: 30px;
  transition: 0.3s all ease-in-out;
}
.view-more-btn .text {
  padding-left: 15px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .view-more-btn .text {
    font-size: 18px;
  }
}
.view-more-btn .arrow-box {
  width: 50px;
  height: 50px;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .view-more-btn .arrow-box {
    width: 40px;
    height: 40px;
  }
  .view-more-btn .arrow-box svg {
    width: 20px;
    height: 20px;
  }
}
.view-more-btn:hover {
  background-color: #2650D7;
  color: #ffffff;
}
.view-more-btn:hover .text {
  color: #ffffff;
}

.slick-dots li {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
}
.slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  padding: 0;
  border-radius: 8px;
  background-color: #999999 !important;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 24px !important;
  height: 8px !important;
}
.slick-dots li.slick-active button {
  width: 24px !important;
  height: 8px !important;
  background-color: #2650D7 !important;
}

.slick-arrow {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(153, 153, 153, 0.1019607843);
  color: #2650D7;
  position: absolute;
  border: none !important;
  top: -43px;
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 36px;
    min-width: 36px;
    height: 36px;
  }
}
.slick-arrow svg {
  fill: #999999;
}
.slick-arrow:hover svg, .slick-arrow:focus svg, .slick-arrow.active svg {
  fill: #2650D7;
}
.slick-arrow.prev-arrow {
  left: auto;
  right: 66px;
}
@media (max-width: 991px) {
  .slick-arrow.prev-arrow {
    right: 60px;
  }
}
.slick-arrow.next-arrow {
  right: 10px;
}

.navbar {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
}
.navbar .navbar-brand {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .navbar .navbar-brand {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.navbar .language-dropdown .dropdown-item {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
}
.navbar .language-dropdown .dropdown-item:hover {
  background-color: rgba(38, 80, 217, 0.1019607843);
  color: #000000;
}
.navbar .language-dropdown .dropdown-item .flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 4px;
}
.navbar .language-dropdown .flag {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .flag {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }
}
.navbar .language-dropdown .dropdown-btn {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 20px;
  padding: 0 33px 0 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-btn {
    font-size: 14px;
    gap: 6px;
    padding: 0 22px 0 0;
  }
}
.navbar .language-dropdown .dropdown-arrow {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
@media (max-width: 991px) {
  .navbar .language-dropdown .dropdown-arrow {
    width: 16px;
  }
}
.navbar .language-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  max-width: 100px;
  min-width: 100px;
}
.navbar .add-to-cart-btn {
  width: 70px;
  height: 57px;
  min-width: 55px;
  border-radius: 15px;
  background-color: rgba(38, 80, 217, 0.0705882353);
  border: none;
}
.navbar .add-to-cart-btn svg {
  fill: #000000;
}
.navbar .add-to-cart-btn .cart-count {
  background-color: #2650D7;
  width: 16px;
  height: 16px;
  color: #ffffff;
  top: 9px;
  right: 17px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn .cart-count {
    top: 2px;
    right: 1px;
  }
}
@media (max-width: 991px) {
  .navbar .add-to-cart-btn {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .navbar .add-to-cart-btn svg {
    width: 22px;
  }
}
@media (max-width: 360px) {
  .navbar .add-to-cart-btn {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
  .navbar .add-to-cart-btn svg {
    width: 17px;
  }
}

footer {
  padding: 29px 30px;
  background-color: #2650D7;
  color: #ffffff;
}
@media (max-width: 991px) {
  footer {
    padding: 15px;
  }
}

.item-details-section .item-details-card {
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2509803922);
  padding: 20px 31px 20px 25px;
}
.item-details-section .item-details-card:after {
  position: absolute;
  content: "";
  width: 220px;
  height: 917px;
  background-color: rgba(38, 80, 217, 0.0509803922);
  top: -262px;
  left: 6px;
  transform: rotate(45deg);
  z-index: 0;
}
@media (max-width: 575px) {
  .item-details-section .item-details-card {
    padding: 15px;
  }
}
.item-details-section .item-details-card .card-main {
  z-index: 1;
}
.item-details-section .item-details-card .details-img {
  aspect-ratio: 0.96;
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .details-img {
    max-width: 450px;
    max-height: 468px;
  }
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .left-slider {
    max-width: 124px !important;
  }
}
.item-details-section .item-details-card .slider-nav {
  margin-top: -5px;
  margin-bottom: -5px;
}
.item-details-section .item-details-card .slider-nav .slick-slide {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .item-details-section .item-details-card .slider-nav .slick-slide {
    padding: 0 5px;
  }
}
.item-details-section .item-details-card .thumbnail-img {
  aspect-ratio: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  .item-details-section .item-details-card .thumbnail-img {
    max-width: 100px;
    max-height: 100px;
  }
}
@media (min-width: 992px) {
  .item-details-section .details-desc {
    max-width: 514px;
  }
}

.recommended-product-section {
  margin-bottom: 285px;
}
@media (max-width: 575px) {
  .recommended-product-section {
    margin-bottom: 50px;
  }
}
.recommended-product-section .product-slider {
  margin-left: -10px;
  margin-right: -10px;
}
.recommended-product-section .product-slider .slick-arrow {
  top: -70px !important;
}
.recommended-product-section .product-slider .slick-dots {
  bottom: -35px !important;
}
.recommended-product-section .product-slider .slick-slide {
  padding: 0 10px;
}
.recommended-product-section .product-slider .slick-slide .product-card {
  max-width: 285px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #999999;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img {
  border-radius: 10px;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-img img {
  border-radius: 10px;
  aspect-ratio: 1.63;
}
.recommended-product-section .product-slider .slick-slide .product-card .product-details {
  padding-top: 10px;
}

.banner-section .banner-img {
  aspect-ratio: 3.25;
}

.items-section {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  .items-section {
    margin-bottom: 40px;
  }
}

@media (min-width: 575px) {
  .banner-section {
    margin-top: 87px;
  }
  .item-details-section {
    margin-top: 87px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    margin-top: 70px;
  }
  .item-details-section {
    margin-top: 70px;
  }
}
.items-section .items-tabs {
  padding: 20px 10px;
  border-radius: 10px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}
.items-section .items-tabs .tabs-heading {
  padding-bottom: 10px;
  border-bottom: 1px solid #999999;
}
.items-section .items-tabs .form-control {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #999999;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
  line-height: normal;
  padding: 12px 12px;
}
.items-section .items-tabs .form-control::-moz-placeholder {
  color: #999999;
  text-align: center;
}
.items-section .items-tabs .form-control::placeholder {
  color: #999999;
  text-align: center;
}
.items-section .items-tabs .form-control:focus {
  box-shadow: none;
  outline: none;
}
.items-section .items-tabs .apply-btn {
  border-radius: 10px;
}
.items-section .items-tabs .heading-text {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.items-section .items-tabs .date-posted {
  border: 1px solid rgba(153, 153, 153, 0.3019607843);
  padding: 15px 10px;
  border-radius: 5px;
}
.items-section .items-tabs .form-check-input {
  box-shadow: none !important;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-color: #999999;
  margin-left: -33px;
}
.items-section .items-tabs .form-check-input:focus {
  border-color: #2650D7;
}
.items-section .items-tabs .form-check-input:checked {
  background-color: #2650D7;
  border-color: #2650D7;
}
.items-section .items-tabs .form-check {
  padding-left: 33px;
}
.items-section .product-card {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #999999;
}
.items-section .product-card .product-name {
  word-break: break-word !important;
}
.items-section .product-card .product-img {
  max-height: 220px;
  max-width: 216px;
  background-color: #ffffff;
  aspect-ratio: 0.98;
}
.items-section .product-card .product-img img {
  aspect-ratio: 0.98 !important;
}
.items-section .product-card .product-details {
  background-color: #ffffff;
  padding: 10px 10px 13px 10px;
}
.items-section .form-control {
  background-color: rgba(153, 153, 153, 0.1019607843);
  border: none;
  border-radius: 10px;
  color: #999999;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  padding: 14px 20px;
}
.items-section .form-control::-moz-placeholder {
  color: #999999;
}
.items-section .form-control::placeholder {
  color: #999999;
}
.items-section .form-control:focus {
  box-shadow: none;
}
.items-section .search-icon {
  position: absolute;
  top: 11px;
  left: 15px;
  margin: auto;
}
.items-section .pagination {
  gap: 20px;
}
.items-section .page-item .page-link {
  border: 1px solid #999999;
  background-color: transparent;
  color: #999999;
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
  box-shadow: none !important;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991px) {
  .items-section .page-item .page-link {
    font-size: 16px;
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
}
@media (max-width: 575px) {
  .items-section .page-item .page-link {
    font-size: 14px;
    width: auto;
    height: auto;
    min-width: auto;
    border: none !important;
  }
}
.items-section .page-item .page-link:hover, .items-section .page-item .page-link.active {
  background-color: rgba(38, 80, 215, 0.1019607843);
  color: #2650D7;
  border: 1px solid #2650D7;
}
.items-section .disabled a {
  color: #999999;
}
.items-section .prev {
  margin-right: 40px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .prev {
    margin-right: 10px;
  }
}
.items-section .prev:hover {
  color: #999999;
}
.items-section .next {
  margin-left: 40px;
  color: #000000;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 575px) {
  .items-section .next {
    margin-left: 10px;
  }
}
.items-section .next:hover {
  color: #999999;
}

.custom-select-box {
  padding: 13px 13px 13px 15px;
  background-color: rgba(153, 153, 153, 0.1019607843);
  border-radius: 10px;
  color: #999999 !important;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: white;
  border-top: none;
  border-radius: 5px;
  overflow-y: auto;
  display: none;
  z-index: 10;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2509803922);
}

.custom-select-option {
  padding: 10px;
  cursor: pointer;
  color: #999999 !important;
}
.custom-select-option.active, .custom-select-option:hover, .custom-select-option:active {
  background-color: #2650D7 !important;
  color: #ffffff !important;
}

.custom-arrow-select {
  right: 13px;
  top: 0;
  bottom: 0;
}
@media (max-width: 575px) {
  .custom-arrow-select svg {
    width: 15px;
    height: 15px;
  }
}
.custom-arrow-select.rtl-arrow {
  left: 20px;
  right: auto;
}

.modal .modal-dialog {
  max-width: 1008px;
}
.modal .modal-dialog .modal-content {
  padding: 20px 30px 30px 30px;
  border-radius: 20px;
  border: none;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2509803922);
  margin: 12px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content {
    margin: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body table {
  white-space: nowrap;
}
.modal .modal-dialog .modal-content .modal-body table thead tr,
.modal .modal-dialog .modal-content .modal-body table tbody tr {
  border-bottom: 10px solid white;
}
.modal .modal-dialog .modal-content .modal-body table th {
  background-color: rgba(38, 80, 217, 0.031372549);
  padding: 8px 20px !important;
}
.modal .modal-dialog .modal-content .modal-body table td {
  padding: 0px 20px;
}
.modal .modal-dialog .modal-content .modal-body table td,
.modal .modal-dialog .modal-content .modal-body table th {
  vertical-align: middle;
  background-color: rgba(38, 80, 217, 0.031372549);
}
.modal .modal-dialog .modal-content .modal-body table tbody tr td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body table tbody tr td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body table tbody tr:last-child td {
  padding: 0px 20px 0px 20px !important;
}
.modal .modal-dialog .modal-content .modal-body table tbody tr:first-child td {
  padding: 0px 20px 0px 20px !important;
}
.modal .modal-dialog .modal-content .modal-body table th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body table th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 20px;
}
.modal .modal-dialog .modal-content .modal-body table tfoot td {
  background-color: transparent !important;
}
.modal .modal-dialog .modal-content .modal-body table .product-img {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  border-radius: 15px;
  padding: 8px 14px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body table .product-img {
    width: 120px;
    height: 120px;
    min-width: 120px;
  }
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body table .product-img {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.modal .modal-dialog .modal-content .modal-body table .minus-btn,
.modal .modal-dialog .modal-content .modal-body table .plus-btn,
.modal .modal-dialog .modal-content .modal-body table .count-btn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 10px;
  padding: 0 !important;
  background-color: rgba(153, 153, 153, 0.2);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body table .minus-btn,
  .modal .modal-dialog .modal-content .modal-body table .plus-btn,
  .modal .modal-dialog .modal-content .modal-body table .count-btn {
    font-size: 14px;
  }
}

.modal-backdrop {
  background-color: #ffffff;
  opacity: 0.9;
}

.active-category {
  color: #2650D7 !important;
}

.addToCartBtn {
  width: 46px;
  height: 42px;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #2650D7 !important;
  border-color: #2650D7 !important;
  color: #ffffff !important;
}

.page-item.active .page-link {
  background-color: #2650D7 !important;
  /* Change to your desired color */
  border-color: #2650D7 !important;
  color: #ffffff !important;
}

.text-nowrap {
  white-space: nowrap;
}

.pwa-support {
  width: 100%;
  max-width: 400px;
  height: auto !important;
  position: fixed !important;
  bottom: 20px;
  z-index: 99999 !important;
  background: white;
  padding: 24px;
  border-radius: 32px;
  box-shadow: 0 7px 8px 0 #848181, 0 0px 11px 0 #000000;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.pwa-support .pwa-heading {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
}
.pwa-support .pwa-text {
  margin-bottom: 16px;
  font-size: 0.875rem !important;
}

.pwa-install-button {
  border-radius: 15px !important;
  color: #ffffff;
  background-color: #2650D7;
  border: 1px solid #2650D7;
}
.pwa-install-button:hover, .pwa-install-button:focus, .pwa-install-button.active {
  color: #ffffff;
}

.pwa-cancel-button {
  background-color: #adb5bd !important;
  color: #000000 !important;
  border-radius: 15px !important;
  padding: 9px 26px !important;
  border: none !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
}
.pwa-cancel-button:hover {
  background-color: #d1d5db !important;
  border: none !important;
  color: #000000 !important;
}

.out-of-stock-text {
  font-size: 0.6em !important;
}

.main-content.rtl .section-heading h2::after {
  right: 0;
  left: auto;
}
.main-content.rtl .category-section .category-slider .prev-arrow {
  left: 10px !important;
  right: auto !important;
}
.main-content.rtl .category-section .category-slider .next-arrow {
  left: 66px !important;
  right: auto !important;
}

.modal-dialog.news-modal {
  max-width: 500px;
  width: 100%;
}

#newsLetter-content {
  padding: 1.75rem;
  border-radius: 0.475rem;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.newsmodal-title {
  color: #2650D7;
}

.email-input {
  max-width: 400px;
  margin: 0 auto;
  color: #5e6278 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.email-input input {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.email-input .btn {
  padding: 5px 10px !important;
}

.newsmodal-header {
  position: relative;
}
.newsmodal-header .btn-close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 1.25rem;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(30%) sepia(20%) saturate(200%) hue-rotate(0deg) brightness(95%) contrast(95%);
}

#email-send {
  background: #2650D7 !important;
  color: white !important;
  font-size: 15px !important;
  border: none !important;
  border-radius: 8px !important;
}
