:root {
  --bs-border-radius-lg: 0.75rem;
  --bs-border-radius-xxl: 2.5rem;
  --bs-light-border-subtle: #f1f3f9;
  --bs-light-bg-subtle: #f9fafb;
  --bs-primary-text-emphasis: #131d3d;
  --bs-dark-text-emphasis: #626c83;
  --Text-G-100: #f9fafb;
  --Text-G-500: #ccd2e0;
  --bs-border-color: #e2e6ee;
  --bs-primary-rgb: 51, 77, 162;
  --bs-secondary-text-emphasis: #c7d0ed;
  --Blue-B-600: #5671ca;
  --bs-light-rgb: 248, 249, 252;
  --bs-secondary-rgb: 25, 38, 81;
  --Text-G-600: #96a0b6;
  --Text-G-800: #40444c;
  --Text-G-200: #f8f9fc;
  --Blue-B-800: #203065;
  --Blue-B-400: #8ea0db;
  --blue-b-900: #192651;
  --Text-G-400: #e2e6ee;
  --Blue-B-700: #334da2;
  --Blue-B-100: #e3e7f6;
  --bs-primary-border-subtle: #334da2;
}

* {
  font-family: "Cairo", sans-serif;
}

.fs-7 {
  font-size: 0.875rem;
}

.fs-8 {
  font-size: 1.125rem;
}

.pt-2 {
  padding-top: 0.75rem !important;
}

.py-btn {
  padding: 0.75rem 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1.75rem !important;
}

.ps-6 {
  padding-right: 2.375rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 1.9375rem !important;
}

.rounded-1 {
  border-radius: 1rem 0 !important;
}

.rounded-2 {
  border-radius: 0.75rem 0 !important;
}

.rounded-4 {
  border-radius: 1.75rem 0 !important;
}

.rounded-6 {
  border-radius: var(--bs-border-radius-xxl) 0 !important;
}

.rounded-7 {
  border-radius: 3rem 0 !important;
}

.rounded-8 {
  border-radius: 1.5rem 0 !important;
}

.btn-rounded {
  border-radius: 0.5rem 0 !important;
}

.bg-icon {
  background-color: var(--bs-light-border-subtle);
}

.form-control::-moz-placeholder {
  color: var(--Blue-B-200);
}

.form-control::placeholder {
  color: var(--Blue-B-200);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  border-color: #5872ca;
  box-shadow: 0 0 0 0.25rem rgba(88, 114, 202, 0.25);
}

.form-check-input:checked {
  background-color: #334da2;
  border-color: #334da2;
}

.btn:hover {
  color: #213168;
}

.btn-primary {
  --bs-btn-bg: #334da2;
  --bs-btn-border-color: #334da2;
  --bs-btn-hover-bg: #213168;
  --bs-btn-hover-border-color: #213168;
  --bs-btn-focus-shadow-rgb: 79, 79, 79;
  --bs-btn-active-bg: #213168;
  --bs-btn-active-border-color: #213168;
  --bs-btn-disabled-bg: #ccd2e0;
  --bs-btn-disabled-border-color: #ccd2e0;
  --bs-btn-disabled-color: #626c83;
}

.btn-outline-primary {
  --bs-btn-color: #334da2;
  --bs-btn-border-color: #334da2;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #334da2;
  --bs-btn-hover-border-color: #334da2;
  --bs-btn-focus-shadow-rgb: 79, 79, 79;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #213168;
  --bs-btn-active-border-color: #213168;
  --bs-btn-disabled-color: #ccd2e0;
  --bs-btn-disabled-border-color: #ccd2e0;
}

.btn-border {
  --bs-btn-border-color: #aab8e4;
}

.btn-hover-none {
  --bs-btn-hover-bg: none;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: none;
  --bs-btn-active-bg: none;
  --bs-btn-active-border-color: none;
  --bs-btn-active-color: #334da2;
  --bs-btn-hover-color: #334da2;
}

.shadow {
  box-shadow: 2px 2px 16px 0px rgba(79, 79, 79, 0.04) !important;
}

@media (min-width: 992px) {
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .col-lg-offcanvas {
    max-width: 25% !important;
    padding: 0rem 0.5rem 1.5rem 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .nav-px-xl {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
}
.fs-search {
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
}

.offcanvas {
  --bs-offcanvas-bg: rgb(var(--bs-primary-rgb));
}

.nav-item,
.nav-link {
  color: white !important;
}

.text-primary-emphasis .nav-item,
.text-primary-emphasis .nav-link {
  color: inherit !important;
}

.gap-2 {
  gap: 0.625rem !important;
}

.navbar .dropdown-toggle::after {
  content: none !important;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #334da2;
}

.slick-item {
  position: relative;
}
.slick-item .slick-prev,
.slick-item .slick-next {
  z-index: 2;
  top: 50% !important;
  width: 3rem !important;
  height: 100% !important;
}
.slick-item .slick-next {
  left: 2px !important;
  background: linear-gradient(87deg, #fff 2.78%, rgba(255, 255, 255, 0.27) 81.19%), url(../img/Next.svg) no-repeat center;
}
.slick-item .slick-prev {
  background: linear-gradient(267deg, #fff 2.78%, rgba(255, 255, 255, 0.27) 81.19%), url(../img/Prev.svg) no-repeat center;
}
.slick-item .slick-next::before,
.slick-item .slick-prev::before {
  content: none !important;
}
.slick-item .card-title img {
  width: 10.25rem;
  height: 10.25rem;
}

.card.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.slick-product-list .card-title img {
  width: 8.875rem !important;
  height: 8.875rem !important;
}
.slick-product-list .card-size {
  width: 12rem;
  height: 4.5rem;
  overflow: hidden;
}
.slick-product-list .card-size-sm {
  width: 6.5rem;
  font-size: 0.875rem;
}

.text-primary-header {
  color: var(--blue-b-900);
}

.text-gray {
  color: var(--Text-G-600);
}

.text-gray-dark {
  color: var(--Text-G-800);
}

.text-Blue {
  color: var(--Blue-B-600);
}

.text-blue-dark {
  color: var(--Blue-B-700);
}

.bg-gray {
  background-color: var(--Text-G-200);
}

.size-icon {
  width: 2.75rem;
  height: 2.75rem;
}
.size-icon img {
  width: 1.75rem;
  height: 1.75rem;
}

.fa-star {
  color: #ead3a9;
}

.fa-regular.fa-heart {
  color: #aab8e4;
}

.cursor-pointer {
  cursor: pointer;
}

.heart:hover .fa-solid.fa-heart {
  display: inline-block !important;
}
.heart:hover .fa-regular.fa-heart {
  display: none !important;
}

.fa-solid.fa-share-nodes {
  color: #aab8e4;
}

.share:hover .fa-solid.fa-share-nodes {
  color: #7481aa !important;
}

.fa-facebook {
  color: #1877f2;
}

.fa-linkedin {
  color: #0a66c2;
}

.fa-twitter {
  color: #1da1f2;
}

.fa-square-instagram {
  background: linear-gradient(45deg, #ffdd55 10%, #ff543e 25%, #c837ab 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

.footer {
  padding: 4rem 5rem 2.5rem 5rem;
}
.footer .label {
  color: var(--Blue-B-800);
  margin-bottom: 0.5rem !important;
}
.footer .text-footer {
  color: #29313d;
}

.breadcrumb {
  padding: 0.5rem 2.5rem !important;
}
.breadcrumb .breadcrumb-item.active {
  color: var(--Text-G-600) !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  display: flex !important;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  float: right;
  padding-right: 0 !important;
  background-image: url(../img/angle-left.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.form-select {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
}

#gallery_01 a {
  margin: 0.5rem;
  padding: 0.75rem;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.75rem 0rem;
  border: 1px solid var(--bs-light-border-subtle);
}
#gallery_01 img {
  width: 4.625rem;
  height: 4.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
#gallery_01 .active {
  border: 1px solid var(--Blue-B-400);
}

.zoomContainer {
  z-index: 1 !important;
}

.top-icon {
  top: 3.5rem;
}

.my-rating .jq-star-svg path {
  stroke: #ccd2e0 !important;
  stroke-width: 4rem !important;
  stroke-dasharray: 2, 2;
  stroke-linejoin: round;
}
.my-rating .jq-star-svg {
  transform: rotate(142deg);
}

.swatch {
  position: relative;
  margin-left: 0.5rem;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  display: inline-block;
}
.swatch [type=radio],
.swatch [type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.swatch [type=radio]:checked + label,
.swatch [type=checkbox]:checked + label {
  border: 2px solid var(--Blue-B-600);
}
.swatch [type=radio] + label,
.swatch [type=checkbox] + label {
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 2.875rem;
  color: #fff;
  text-align: center;
  position: absolute;
}

@media (min-width: 992px) {
  .line-item {
    position: relative;
  }
  .line-item:not(:last-child)::before {
    content: "";
    background-color: #e2e6ee;
    width: 0.0625rem;
    height: 1.9375rem;
    position: absolute;
    top: 12px;
    left: 0;
  }
}
.form-check {
  display: flex;
  align-items: center;
  padding: 0 !important;
}
.form-check .form-check-input {
  float: none !important;
  margin: 0 !important;
}
.form-check.form-switch .form-check-input {
  width: 2.5rem !important;
  height: 1.5rem;
}
.form-check.form-switch .form-check-label {
  display: block !important;
  margin-right: 0.75rem !important;
}
.form-check.form-pay .form-check-input {
  margin-left: 0.5rem !important;
  width: 1.25rem;
  height: 1.25rem;
}
.form-check.form-pay .form-check-input:checked + .form-check-label .text-primary-header {
  font-weight: 700 !important;
}
.form-check.form-pay .form-check-input:checked {
  background: url(../img/radio/button.svg) no-repeat center, #fff !important;
}

.count {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-list .row:not(:last-child) {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f1f3f9;
}

@media (min-width: 992px) {
  .col-lg-7-75 {
    flex: 0 0 auto;
    width: 64.58333333%;
  }
  .offset-lg-0-5 {
    margin-left: 2.083333333%;
  }
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index {
  border-radius: 0.75rem !important;
  padding: 0.5rem !important;
  min-width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Text-G-400);
  position: relative;
}
.index::before {
  content: "X";
  color: var(--bs-dark-text-emphasis);
  position: absolute;
  top: 1px;
  left: -13px;
}

.index-title {
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.625rem !important;
  border-radius: 6.25rem !important;
  border: 1px solid var(--Blue-B-600);
  background: var(--Blue-B-600);
}

.col-img {
  width: 5rem !important;
  height: 5rem !important;
}

.list-card .slick-slide {
  margin: auto -0.5rem !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: transparent !important;
}

.icon-home {
  display: flex;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0.625rem;
  justify-content: center;
  align-items: center;
  border-radius: 6.25rem;
  background: var(--Blue-B-100);
  margin-left: 0.75rem;
}

.payList {
  border-radius: 2.5rem 0rem;
  margin-top: 0.75rem !important;
}
.payList .form-check {
  padding: 0.75rem 0.5rem 0.5rem 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.payList .form-check .form-check-input {
  margin-left: 0.75rem !important;
  width: 1.25rem;
  height: 1.25rem;
}
.payList .form-check .form-check-input:checked + .form-check-label .text-dark-emphasis {
  color: var(--Blue-B-900) !important;
}
.payList .form-check:has(.form-check-input:checked) {
  border-radius: 0.5rem;
  background: #f1f3f9 !important;
}
.payList .form-check .form-check-input:checked {
  background: url(../img/check-circle.svg) no-repeat center !important;
}
.payList .form-check .form-check-label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payList .form-check .form-check-input:checked + .form-check-label .form-dot div {
  background-color: var(--blue-b-900);
}
.payList .form-check .form-dot {
  display: flex;
  justify-content: center;
  align-items: center;
}
.payList .form-check .form-dot:first-of-type {
  margin-right: 0.75rem !important;
}
.payList .form-check .form-dot:not(:last-child) {
  margin-left: 0.75rem !important;
}
.payList .form-check .form-dot div {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #626c83;
  border-radius: 50%;
}
.payList .form-check .form-dot div:not(:last-child) {
  margin-left: 0.25rem;
}
.payList .btn {
  padding: 0.5rem 0.3rem 0.75rem 0.5rem !important;
}

.payNew {
  margin-top: 0.625rem;
  padding: 1.25rem;
}
.payNew .visa {
  border-radius: 0 0.75rem 0.75rem 0 !important;
  border-left: none !important;
}
.payNew .py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.payNew .input-group-text {
  border-radius: 0.75rem 0 0 0.75rem !important;
  background-color: #fff !important;
  border-right: none !important;
}
.payNew .form-control:focus {
  border-color: var(--bs-border-color) !important;
  box-shadow: none !important;
}

.addressList .swal2-popup {
  padding: 1.5rem;
  min-width: 50%;
  border-radius: 2.5rem 0rem;
}
.addressList .swal2-actions {
  margin: 0 !important;
  justify-content: space-between;
}
.addressList .swal2-actions button {
  flex: 1;
  border-radius: 0.5rem 0rem;
}
.addressList .swal2-actions .swal2-confirm {
  background: var(--Blue-B-700) !important;
  box-shadow: 2px 2px 16px 0px rgba(79, 79, 79, 0.04);
  font-size: 1.125rem;
}
.addressList .swal2-actions .swal2-cancel {
  border: 1px solid var(--Blue-B-700);
  box-shadow: 2px 2px 16px 0px rgba(79, 79, 79, 0.04);
  background: transparent !important;
  color: var(--Blue-B-700);
}
.addressList .swal2-html-container {
  text-align: start !important;
}
.addressList .swal2-html-container label {
  padding: 1.5rem;
  cursor: pointer;
  display: flex !important;
  align-items: start;
  justify-content: space-between;
}
.addressList .swal2-html-container label:not(:last-child) {
  margin-bottom: 0.75rem;
}
.addressList .swal2-html-container label:last-child {
  margin-bottom: 1.5rem;
}
.addressList .swal2-html-container .btn-check:checked + label {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-primary-border-subtle) !important;
  background-color: var(--bs-light-border-subtle) !important;
}
@media (max-width: 575.98px) {
  .addressList .swal2-popup {
    padding: 0.5rem;
  }
  .addressList .swal2-html-container label {
    padding: 0.5rem;
  }
}

.addressItem .swal2-html-container label {
  padding: 1rem;
  cursor: pointer;
  flex: 1;
  padding: 0.5rem 1rem !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.625rem;
  border-radius: 0.5rem 0rem !important;
  margin-bottom: 0 !important;
  background: transparent !important;
}
.addressItem .swal2-html-container label img {
  filter: grayscale(100%) contrast(1.2) hue-rotate(180deg) saturate(0.5);
}
.addressItem .swal2-html-container .btn-check:checked + label {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-primary-border-subtle) !important;
  background-color: var(--Blue-B-100) !important;
}
.addressItem .swal2-html-container .btn-check:checked + label span {
  color: var(--Blue-B-700) !important;
}
.addressItem .swal2-html-container .btn-check:checked + label img {
  filter: opacity(50%) !important;
}
.addressItem .swal2-html-container .form-label {
  justify-content: start !important;
}
.addressItem .swal2-html-container .form-control {
  padding: 0.75rem 1rem;
}
.addressItem .swal2-html-container textarea {
  resize: none;
}
.addressItem .swal2-html-container .form-control::-moz-placeholder {
  color: var(--Text-G-500) !important;
}
.addressItem .swal2-html-container .form-control::placeholder {
  color: var(--Text-G-500) !important;
}
@media (max-width: 575.98px) {
  .addressItem .swal2-html-container .header label {
    flex-direction: column !important;
    gap: 0.2rem;
  }
}

.placeholder-color::-moz-placeholder {
  color: var(--Text-G-500) !important;
}

.placeholder-color::placeholder {
  color: var(--Text-G-500) !important;
}

.Confirm .swal2-popup {
  padding: 1.75rem;
  border-radius: 2.5rem 0rem;
}
.Confirm .swal2-actions {
  margin: 0 !important;
  justify-content: space-between;
  align-items: stretch !important;
}
.Confirm .swal2-actions button {
  flex: 1;
  border-radius: 0.5rem 0rem;
}
.Confirm .swal2-actions .swal2-confirm {
  background: var(--Blue-B-700) !important;
  box-shadow: 2px 2px 16px 0px rgba(79, 79, 79, 0.04);
  font-size: 1.125rem;
}
.Confirm .swal2-actions .swal2-cancel {
  border: 1px solid var(--Blue-B-700);
  box-shadow: 2px 2px 16px 0px rgba(79, 79, 79, 0.04);
  background: transparent !important;
  color: var(--Blue-B-700);
}
@media (max-width: 575.98px) {
  .Confirm .swal2-popup {
    padding: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */
