@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

body::-webkit-scrollbar {
  width: 3.5px;
}

body::-webkit-scrollbar-thumb {
  background-color: #FB7E1A;
  border-radius: 5px;
}

body {
  font-family: Cairo !important;
  background: white !important;
}

.header-area .header-top .switcher-lang-currency {
  padding: 0 2rem 0 0;
  border-left: none;
}

/* Menu Category Search Select css start */
.header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-select,
.menu-offcanvas .mobile-menu-area .menu-search-form .form-select {
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 2.5rem 0 1.5rem;
}

/* Menu Category Search Select css end */

/* ----- Extra CSS Start ----- */

/* Toaster CSS Start */
.swal2-popup.swal2-toast {
  display: flex !important;
  padding: 15px !important;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 1.4em !important;
}

/* Toaster CSS End */

/* Checkout Page CSS */
.checkout-page-color-show {
  display: inline-flex;
  align-items: center;
}

.checkout-page-color-show span {
  height: 18px;
  width: 18px;
  display: inline-flex;
  border-radius: 50%;
  margin-left: 5px;
}

/* Checkout Page CSS */

/* Cart Page CSS */
.cart-page-area .cart-page-bottom-box-wrap {
  justify-content: space-between;
}

/* Cart Page CSS */

.lang-switcher .flag {
  position: relative;
  top: -2px;
}

.order-progress .single-progress.canceled {
  color: #333333;
}

.order-progress .single-progress.canceled::before {
  background: #fc1010;
  -webkit-box-shadow: 0 0 0 2px #eeeeee;
  box-shadow: 0 0 0 2px #fc1010;
}

.my-order-td-row {
  padding-top: 30px !important;
}

.primary-btn-v2.write-review-btn {
  padding: 0.75rem 2rem !important;
}

.review-right .product-review {
  display: flex;
}

.review-right .product-review .review-item.active {
  color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review {
  margin: 0 20px;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item {
  display: inline-block;
  color: #e9e9e9;
  cursor: pointer;
  line-height: 1;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .review-top .review-top-left .product-review .review-item.active {
  color: #fca610;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review {
  margin-right: 2rem;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item {
  display: inline-block;
  color: #e9e9e9;
  line-height: 1;
  cursor: pointer;
}

.product-single-area .product-bottom-info .tab-content .product-reviews .reviews-list .single-review .review-middle .product-review .review-item.active {
  color: #fca610;
}

.testimonial-area .testimonail-slide .single-testimonial .review-area .inactive {
  color: var(--bColor);
}

.StripeElement {
  box-sizing: border-box;

  height: 40px;

  padding: 10px 12px;

  border: 1px solid transparent;
  border-radius: 4px;
  background-color: white;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

/* Menu CSS */
.account-switcher {
  margin-right: 0;
}

.currency-switcher .flag {
  width: auto;
}

/* Menu CSS */

/* Contact page */
.contact-us-area.section-bottom>.row {
  padding: 0 80px;
}

/* Contact page */
/* Blog Page */
.blog-details-content-wrap,
.our-features-area-wrap {
  margin: 0 10.5rem;
}

/* Blog Page */

/* Thankyou Page CSS Start */
.thankyou-content h2 {
  font-size: 48px;
  color: #000;
  line-height: 58px;
  margin: 30px 0;
}

.thankyou-content p span {
  font-weight: 500;
  color: #4a4a4a;
}

/* Thankyou Page CSS End */

/* Common Modal CSS Start */
.common-modal h2 {
  font-weight: 500;
  color: #000;
}

.common-modal .primary-btn {
  padding: 0.6rem 3rem;
  margin-top: 1rem;
}

.common-modal .form-control {
  height: 4rem;
  font-size: 15px;
}

.common-modal .form-label {
  color: #333;
}

.common-modal .modal-header {
  padding: 1.2rem 2rem;
}

.common-modal .modal-body {
  padding: 1.2rem 2rem 2rem;
}

/* Common Modal CSS End */
/* Product Page */
.sidebar-widget-area .price-widget .price-wrap .price-submit {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product Page */

/* Checkout Page New Login Box Start */
.checkout-page-login-box {
  padding: 5rem 4rem;
  background: #f8f9fc;
}

.checkout-page-login-box .primary-btn {
  padding: 0.7rem 3rem 0.75rem;
}

.checkout-page-login-box h2,
.checkout-discount-box h2 {
  font-size: 2.4rem;
  color: #222222;
}

.checkout-discount-box {
  margin: 3rem 0;
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.checkout-discount-box .form-control {
  padding: 1rem 1rem;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #333333;
}

.checkout-page-login-box h2 {
  margin-right: 15px;
}

/* Checkout Page New Login Box End */

/* product color */
.product-variable-color label span {

  width: 20px;
  height: 20px;
  border: solid 1px;
}

/* product color */

/* Home Version 2 By Default Style Start */
.header-area-v2 .account-switcher {
  min-width: auto;
}

/* Home 2 Product page */
.single-grid-product-v2 .product-top a {
  display: block;
}

/* Home 2 Product details */
.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide::before,
.product-single-area-v2 .product-single-left .product-thumbnail-image .single-item::before {
  display: none;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide .slide-image {
  /* min-width: 100%; */
  min-height: 100%;
  width: 100%;
}

.product-single-area-v2 .product-single-left .product-slier-big-image .single-slide {
  max-width: 100%;
  overflow: hidden;
  height: 700px;
}

@media (max-width: 767px) {
  .popular-categories-area-v2 .catagory-left {
    padding-left: 30px;
  }

  .direction-rtl .popular-categories-area-v2 .catagory-left {
    padding-left: 0x;
    padding-right: 30px;
  }

  .popular-categories-area-v2 .catagory-left:after {
    left: 0;
  }

  .direction-rtl .popular-categories-area-v2 .catagory-left:after {
    right: 0 !important;
  }

  .new-header-top {
    direction: ltr;
    background: #fbfbfb;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
  }
}

@media (max-width: 575px) {
  .popular-categories-area-v2 .catagory-left .catagory-title:after {
    display: none;
  }

  .new-header-top {
    direction: ltr;
    background: #fbfbfb;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
  }
}

/* Home Version 2 By Default Style End */

/* RTL Intregration CSS Start */
.direction-rtl {
  direction: rtl;
}

.direction-ltr {
  direction: ltr;
}

/* Menu css */
.direction-rtl .header-area .header-top .header-top-left .contact-info .icon {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .header-area .header-top .switcher-lang-currency {
  padding: 0 0 0 2rem;
  border-right: none;
  border-left: 1px solid #d0d0d0;
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .currency-switcher {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .currency-switcher .flag,
.direction-rtl .lang-switcher .flag,
.direction-rtl .account-switcher .flag {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .search-area .search-wrap .form-group::before {
  left: auto;
  right: 7px;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn {
  margin-right: 0;
  margin-left: 4rem;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn:last-child {
  margin-left: 0;
}

.direction-rtl .header-area .header-middle .header-middle-wrap .header-right .single-btn .header-btn .btn-left {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .lang-switcher .lang .fa-angle-down,
.direction-rtl .currency-switcher .currency .fa-angle-down {
  margin-left: 0;
  margin-right: 3px;
}

.direction-rtl .header-area .header-top .top-bar-menu .menu-list .menu-item {
  margin-right: 0;
  margin-left: 3rem;
}

.direction-rtl .popular-categories-area .section-header-area .text-md-end,
.direction-rtl .featured-productss-area .section-header-area .text-md-end,
.direction-rtl .about-area .section-header-area .text-md-end,
.direction-rtl .blog-area .section-header-area .text-md-end {
  text-align: left !important;
}

@media (max-width: 767px) {

  .direction-rtl .popular-categories-area .section-header-area .text-md-end,
  .direction-rtl .featured-productss-area .section-header-area .text-md-end,
  .direction-rtl .about-area .section-header-area .text-md-end,
  .direction-rtl .blog-area .section-header-area .text-md-end {
    text-align: right !important;
  }

  .bottom-header-links {
    display: none;
  }

  .middle-header {
    display: none;
  }

  .align-footer {
    display: block !important;
  }

  .new-header-top-left {
    display: none !important;
  }

  .input-container i {
    left: 251px !important;
  }
}

.direction-rtl .popular-categories-area .single-categorie {
  margin-right: 3.5rem;
  padding: 0 0 0 3.5rem;
}

.direction-rtl .popular-categories-area .single-categorie:before {
  width: calc(100% - 0px);
}

.direction-rtl .popular-categories-area .single-categorie .categorie-wrap .categorie-icon {
  margin-left: 2rem;
  margin-right: -2.5rem;
}

.direction-rtl .popular-categories-area .single-categorie .arrow {
  transform: rotate(-180deg);
}

.direction-rtl .footer-area .footer-widget-area .social-media li {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .footer-area .footer-widget-area .social-media li:last-child {
  margin-right: 0;
  margin-left: 0;
}

@media (max-width: 991px) {
  .direction-rtl .footer-area .footer-widget-area .social-media li {
    margin-left: 0.5rem;
  }
}

/* Contact Page CSS */
.direction-rtl .contact-us-area .contact-us-top .single-contact-info {
  border-left: 0;
  border-right: 1px solid #e9e9e9;
}

/* Blog CSS */
.direction-rtl .blog-single-area .blog-meta-box .post-author .author-image {
  margin-right: 0;
  margin-left: 1.5rem;
}

.direction-rtl .blog-single-area .blog-meta-box .media-lsit .medi-item:last-child {
  margin-right: 2.5rem;
}

/* Blog CSS */
.direction-rtl .service-area .service-lsit .single-service .service-icon {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .breadcrumb-area .breadcrumb-pages .page-item:after {
  left: auto;
  right: calc(100% + 10px);
}

/* Product Page */
.direction-rtl .product-area .product-section-top .product-filter .form-select,
.direction-rtl #shipping_country {
  background-position: left 0.75rem center;
  padding: 0.375rem 0.75rem 0.375rem 2.25rem;
  -moz-padding-start: calc(0.75rem - 3px);
}

.direction-rtl .cart-page-area .cart-page-item .single-grid-product .product-top {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .wish-list-area .wish-list-table .table thead tr th:first-child,
.direction-rtl .checkout .cart-summary .total-amount {
  text-align: right;
}

.direction-rtl .checkout .cart-summary .summary-list li span,
.direction-rtl .checkout .cart-summary .total-amount h3 span {
  float: left;
}

.direction-rtl .checkout .checkout-form .payment-method .form-group .input-icon {
  right: auto;
  left: 2rem;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-input {
  margin-left: 0;
  margin-right: 22px;
}

.direction-rtl .checkout .checkout-form .payment-method .card-check .form-check-label {
  padding-left: 0;
  padding-right: 45px;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree .form-check-input {
  float: right !important;
  margin-left: 0;
  margin-right: -1.5em;
}

.direction-rtl .checkout .checkout-form .payment-method .form-check.terms-agree {
  padding-left: 0;
  padding-right: 1.5em;
}

.direction-rtl .checkout .checkout-form .form-check .form-check-label {
  padding-left: 0;
  padding-right: 5px;
}

.direction-rtl .wish-list-area .wish-list-table .action-btn .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .account-page-menu ul li i {
  margin-right: 0;
  margin-left: 10px;
}

.direction-rtl .order-progress .single-progress::after {
  left: auto;
  right: calc(-50% - 13px / 2);
}

.direction-rtl .user-profile-right-part .profile-top .profile-image {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .single-grid-product .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .cart-product-item .single-grid-product .product-top {
  margin-right: 0;
  margin-left: 20px;
}

.direction-rtl .sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .search-widget .form-group .search-btn {
  right: auto;
  left: 2rem;
}

.direction-rtl .sidebar-widget-area .price-widget .price-wrap .price-submit i {
  transform: rotate(180deg);
}

.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .form-check-input {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::before,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::before {
  content: ")";
}

.direction-rtl .sidebar-widget-area .brand-widget .brand-list .single-brand .brand-count::after,
.direction-rtl .sidebar-widget-area .colors-widget .colors-list .single-colors .colors-count::after {
  content: "(";
}

.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-right,
.direction-rtl .pagination-area .paginations .pagination-page .pagination-link .fa-angle-double-left {
  transform: rotate(180deg);
}

.direction-rtl .single-list-product .product-right {
  padding-left: 0;
  padding-right: 3rem;
}

.direction-rtl .single-list-product .product-right .product-price .regular-price {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .single-list-product .product-right .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .share-area .social-media .media-item {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area .product-single-details .product-right-bottom .features .single-feature .feature-title {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* Product Page */

/* FAQ Page */
.direction-rtl .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}

.direction-rtl .page-menu-wrap .menu-items .menu-item .menu-link .menu-icon {
  margin-right: 0;
  margin-left: 1rem;
}

/* FAQ Page */

[dir="rtl"] .testimonial-area .slick-slide,
[dir="rtl"] .product-single-left .slick-slide {
  float: left;
}

.testimonial-area .slick-slider .slick-track,
.testimonial-area .slick-slider .slick-list,
.product-single-left .slick-slider .slick-track,
.product-single-left .slick-slider .slick-list {
  direction: ltr;
}

.direction-rtl .product-single-area .product-single-left .product-slier-big-image {
  padding-left: 0;
  padding-right: 2.4rem;
}

/* Privacy Policy */
.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item {
  padding-left: 0;
  padding-right: 2rem;
}

.direction-rtl .privacy-policy-area .single-privacy-policy .privacy-feature .feature-item::before {
  left: auto;
  right: 0;
}

/* Privacy Policy */

/* Checkout Page New Login Box End */
.direction-rtl .checkout-page-login-box h2 {
  margin-right: 0;
  margin-left: 15px;
}

/* Checkout Page New Login Box End */

/* Home Version 2 RTL Start */
.direction-rtl .hero-slider-content .secondary-btn .iocn {
  margin-left: 0;
  margin-right: 1rem;
  display: inline-flex;
  transform: rotate(-180deg);
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
  display: inline-flex;
  transform: rotate(-180deg);
}

.direction-rtl .header-area-v2 .header-top .top-bar-menu .menu-list .menu-item {
  margin-right: 0;
  margin-left: 3rem;
}

.direction-rtl .single-grid-product-v2 .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-top .contact-info .icon {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .hero-section-v2 .hero-btn .secondary-btn .iocn {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .form-control {
  padding-left: 0;
  padding-right: 3rem;
}

.direction-rtl .header-area-v2 .header-middle .search-area .form-group .search-btn {
  left: auto;
  right: 0;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .header-area-v2 .header-middle .header-right .btn-list .single-item:last-child {
  margin-left: 0 !important;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.direction-rtl .theme-modal .modal-dialog .modal-content .modal-body .offer_modal_left form .check_boxed_modal input {
  margin-right: 0;
  margin-left: 10px;
}

.direction-rtl .popular-categories-area-v2 .catagory-left:after {
  right: -60px;
  left: auto;
  border-radius: 320px 0 0 320px;
}

.direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
  text-align: left !important;
}

.direction-rtl .footer-area-v2 .footer-widget-area .social-media li {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .popular-categories-area-v2 .catagory-left .catagory-title:after {
  margin-left: 0;
  margin-right: 30px;
}

.direction-rtl .secendary-tabs .nav-tabs .nav-item {
  margin-right: 0;
  margin-left: 2.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-left {
  margin-right: 0;
  margin-left: 3.6rem;
}

.direction-rtl .product-variable-color label {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .cart-plus-minus {
  margin-right: 0;
  margin-left: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .add-cart .icon {
  margin-left: 0;
  margin-right: 1rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-btn {
  margin-left: 0;
  margin-right: 2.4rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .share-title {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .features .single-feature .feature-title {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .product-single-area-v2 .product-single-details .product-right-bottom .share-area .social-media .media-item {
  margin-right: 0;
  margin-left: 0.5rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item {
  margin-right: 0;
  margin-left: 4rem;
}

.direction-rtl .breadcrumb-area-v2 .breadcrumb-pages .page-item:after {
  left: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: calc(100% + 20px);
}

.direction-rtl .product-single-area-v2 .product-single-details .product-info .product-price .price {
  margin-right: 0;
  margin-left: 1rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-bottom .account-btn .user-icon {
  margin-right: 0;
  margin-left: 5px;
}

.direction-rtl .mobile-header-area .header-right .btn-list .single-item {
  margin-right: 0;
  margin-left: 2rem;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .main-menu .menu-list .menu-item .menu-expand {
  right: auto;
  left: 0;
}

.direction-rtl .currency-switcher .currency-list,
.lang-switcher .lang-list {
  left: auto;
  right: 0;
}

.direction-rtl .form-select {
  background-position: left 0.75rem center;
}

.direction-rtl .menu-offcanvas .mobile-menu-area .menu-search-form .form-group .search-btn {
  right: auto;
  left: 1.5rem;
}

@media (max-width: 991px) {
  .direction-rtl .footer-area-v2 .footer-bottom-wrap .col-lg-6.text-lg-end {
    text-align: right !important;
  }
}

/* Home Version 2 RTL End */

/* RTL Intregration CSS End */

.facebook-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #3b5998;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

.google-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #db4437;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

.google-btn:hover {
  background-color: var(--hover-color);
  color: var(--white);
}

.auth-btn {
  display: inline-block;
  padding: 1.4rem 3rem;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  background-color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: none;
}

/* ----- Extra CSS End ----- */

/* Old Items */

.popular-categories-area-v2.p-5 {
  display: none;
}

/* Old Items */

/* New CSS */

.top-header {
  background: #f6f6f6;
}

.language-dropdown select {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: none;
  background: transparent;
}

.top-nav-links ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

.top-nav-links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.top-nav-links ul li a.active {
  font-weight: bold;
}

.top-header-contact a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.top-header-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.header-links-language {
  display: flex;
  align-items: center;
}

.language-dropdown {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 0.98px solid #e8e8e8;
}

.header-search input {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid #e8e8e8;
  padding: 13px 40px;
  border-radius: 8px;
  width: 100%;
}

.header-search {
  position: relative;
  flex: 1;
}

.header-search svg {
  position: absolute;
  top: 12px;
  left: 16px;
}

.header-logo-search {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 80%;
}

.header-action-btns button {
  background: #f6f6f6;
  display: flex;
  gap: 6px;
  border: none;
  border-radius: 8px;
  padding: 10px;
}

.new-header-socials .fab {
  color: #333333;
}

.input-container {
  position: relative;
  /* display: inline-block; */
}

.input-container i {
  position: absolute;
  left: 310px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  /* Icon color */
}

.input-container input {
  padding-left: 30px;
  border: 1px solid #ccc;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent;
  color: #333;
  font-size: 14px;
}

.input-container input::placeholder {
  color: #888;
}

.new-header-socials .fab:hover {
  color: #9c1c24;
}

.input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-container input {
  padding-left: 30px;
  /* Adjust padding to make room for the icon */
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}

.input-container i .move-up {
  position: absolute;
  left: 400px;
  /* Adjust this value to position the icon */
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  /* Color of the icon */
}

.input-container input::placeholder {
  color: #888;
  /* Color of the placeholder text */
}

.input-container .left-icon {
  left: 10px;
  /* Position the icon on the left */
  border-right: 2px solid #e8e8e8;
  padding-right: 10px;
  position: absolute;
  top: 12px;
}

.input-container .right-icon {
  right: 10px;
  /* Position the icon on the right */
}

button.cart-btn {
  background: #f6f6f6;
  position: relative;
  color: #333333 !important;
}

.top-button-qty {
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 3.9px 0px #0000002b;
  width: 18px;
  height: 18px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  top: -4px;
  right: -6px;
}

.top-button-qty p {
  margin: 0;
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.header-action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-action-btns button:nth-child(n + 3) {
  padding-left: 16px;
  padding-right: 20px;
}

.header-action-btns button svg {
  overflow: visible;
}

.middle-logo-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-actions-main {
  flex: 1 1 40%;
  display: flex;
  justify-content: end;
}

.middle-header {
  padding: 7px 0;
}

.bottom-header {
  background: #f6f6f6;
  padding: 16px 0;
}

.bottom-header-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-header-links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  display: block;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 0.98px solid #cfcfcf;
}

.bottom-header-links ul li:last-child a {
  border: none;
  padding: 0;
  margin: 0;
}

/* New Banner */

.banner-content h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  margin: 0;
}

.banner-content button,
.custom-btn {
  background: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  gap: 10px;
  width: fit-content;
  transition: 0.2s ease;
}

.banner-content button:hover,
.custom-btn:hover {
  transform: scale(0.9);
}

.banner-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  max-width: 540px;
  margin: auto;
  padding: 0 20px;
}

.banner-slider {
  display: grid;
  grid-template-columns: 1fr 1fr;

  align-items: center;
}

.banner-img img {
  width: 100%;
}

.banner-content-main {
  height: 100%;
  display: flex;
  background: linear-gradient(90deg,
      rgba(255, 250, 246, 0.5) 0%,
      rgba(235, 221, 209, 0.5) 100%);
  position: relative;
}

.about-box-title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.about-box-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  margin: 0;
}

.about-box-title {
  display: flex;
  flex-direction: column;
  gap: 7px;
  max-width: 700px;
}

.about-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #262626;
  margin: 0;
}

.about-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #989898;
  margin: 0;
  margin-top: -6px;
}

.about-box a {
  display: block;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.about-box {
  display: flex;
  flex-direction: column;
  gap: 11px;
  border: 1px solid #e8e8e8;
  padding: 18px 24px;
}

.about-boxes-main {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.right-img {
  position: absolute;
  right: 0;
  z-index: -1;
}

.left-img {
  position: absolute;
  left: 0;
  z-index: -1;
}

.about-boxes-main .about-box:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.about-boxes-main .about-box:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.align-about-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

section#about-boxes {
  padding: 50px 0;
  background: url("../../../../public/assets/images/icon.png");
}

.about-boxes-main::before {
  content: "";
  background: url("../../../../public/assets/images/right-shape-cols.png");
}

.about-boxes-main::after {
  content: "";
  background: url("../../../../public/assets/images/left-shape-cols.png");
}

.about-box-img {
  min-height: 72px;
}

/* Categories */

.all-btn a {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 1px solid #555555;
  color: #555555;
  padding: 12px 30px;
  border-radius: 8px;
  display: block;
  width: fit-content;
  transition: 0.3s linear;
}

.all-btn a:hover {
  background: #555555;
  color: #fff;
}

.align-categories-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.categories-box h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333333;
}

.categories-box p {
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.categories-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: fit-content;
  background: #f8efe9;
  padding: 22px 32px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.categories-box img {
  max-width: 181px;
}

.categories-box-big {
  display: flex;
  align-items: center;
  background: #e7ddd7;
  border-radius: 16px;
  overflow: hidden;
  gap: 24px;
}

.category-box-about h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.category-box-about p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  margin: 0;
}

.category-box-about a {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.category-box-about {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-right: 10px;
  flex: 1 1 46%;
  max-width: 150px;
}

.categories-new {
  display: grid;
  grid-template-columns: 20% 20% 20% 36%;
  gap: 16px;
}

.category-box-img {
  height: 100%;
}

.category-box-img img {
  height: 100%;
  object-fit: cover;
  flex: 1 1 100%;
}

.rtl-col {
  flex-direction: row-reverse;
}

section#categories-new {
  padding: 60px 0;
  background: linear-gradient(90deg,
      rgba(255, 250, 246, 0.5) 0%,
      rgba(235, 221, 209, 0.5) 100%);
  position: relative;
}

.align-categories-new {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.offer-box {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  justify-content: space-between;
  color: #333333;
}

.offer-box:first-child {
  background: #7f6867;
  width: fit-content;
}

.offer-box-img img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.offer-box-about h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.offer-box-about p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 6px 0 24px;
}

.offer-box-about {
  padding: 0 30px 0 30px;
  flex: 1;
}

.offer-box:last-child {
  background: #fcf1f1;
}

.offer-box p {
  color: #555;
}

.offer-box:first-child {
  color: #f6f6f6;
}

.offer-box:first-child p {
  color: #f6f6f6;
}

.offers-align {
  display: grid;
  grid-template-columns: 40% 58%;
  gap: 2%;
}

.offer-box-img {
  flex: 1;
  height: 100%;
}

section#offers {
  padding: 60px 0;
}

.about-testi p {
  margin: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.testi-image {
  display: flex;
  align-items: center;
  gap: 14px;
}

.about-testi-img h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.about-testi-img p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #555555;
}

.testi-image img {
  width: 56px;
  height: 56px;
  border-radius: 100px;
  object-fit: cover;
}

.about-testi-img {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonials-box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.align-testimonials {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.arrows-testimonials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrows-testimonials div {
  height: 60px;
  width: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #333333;
}

.swiper-button-prev-custom svg {
  transform: rotate(180deg);
}

.title-testimonials {
  display: flex;
  justify-content: space-between;
}

.swiper-button-prev-custom.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-next-custom.swiper-button-disabled {
  opacity: 0.5;
}

.grid-box {
  align-items: center;
  display: grid;
  grid-template-columns: 45% 55%;
}

.grid-box-about p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #555;
}

.grid-box-about h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin: 0;
}

.grid-box-about button {
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #fff;
  color: #333;
  width: fit-content;
  transition: 0.2s ease;
}

.grid-box-about button:hover {
  transform: scale(0.9);
}

.grid-box-about {
  height: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.align-grid-masonry {
  display: grid;
  grid-template-columns: 45% 55%;
}

.grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-img {
  height: 100%;
}

.grid-box:first-child {
  background: #f8efe9;
}

.grid-box:nth-child(2) {
  background: #7f6867;
}

.grid-box:nth-child(3) {
  background: #7f6867;
}

.grid-box:last-child {
  background: #e7ddd7;
}

.grid-box:nth-child(3) p,
.grid-box:nth-child(3) h3 {
  color: #fff;
}

.grid-box:nth-child(2) p,
.grid-box:nth-child(2) h3 {
  color: #fff;
}

.grid-box:last-child .grid-img {
  order: 2;
}

.grid-box:nth-child(3) .grid-img {
  order: 2;
}

section#grid-masonry {
  padding: 50px 0;
}

.blog-img {
  position: relative;
}

.blogs-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-box {
  width: 100%;
  background: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
}

.blog-img p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #333333;
  padding: 8px 10px;
  border-radius: 16px;
  color: #ffffff;
  width: fit-content;
  position: absolute;
  top: 14px;
  left: 14px;
}

.blog-about h5 {
  font-size: 12px;
  font-weight: 700;
  line-height: 15.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555;
  margin: 0;
}

.blog-about h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.blog-about p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555555;
  margin: 0;
}

.blog-about a {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.blog-about {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px;
}

.blog-img img {
  width: 100%;
}

.align-blogs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.logo-footer img {
  height: 151px;
}

.footer-logo-about h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.footer-logo-about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #555;
  margin: 8px 0 16px;
}

.footer-social-links ul {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.footer-social-links ul li a {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.6px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  display: block;
  color: #333;
}

.footer-links h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #7f6867;
  width: fit-content;
  color: #333;
}

.footer-links ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newslatter-main h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin: 0;
}

.newslatter-input {
  position: relative;
}

.newslatter-input input {
  border: 1px solid #989898;
  padding: 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #989898;
  width: 100%;
  background: transparent;
}

.newslatter-input a {
  position: absolute;
  top: 10px;
  right: 20px;
}

.footer-payments h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.footer-payments ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-payments {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-newslatter {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.footer-align {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}

.newslatter-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

section#footer-new {
  padding: 70px 0 40px;
  background: #f6f6f6;
}

/* Product Cards */

.single-grid-product-v2 .product-top {
  margin: 0;
}

.single-grid-product-v2 .product-top .product-thumbnal {
  max-height: 282px;
  width: 100%;
  object-fit: cover;
}

.product-info {
  margin: 0 !important;
  padding: 14px;
}

.single-grid-product-v2 .product-info .product-name {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 23.4px !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0 !important;
  color: #333;
}

.product-price {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 28.8px;
  /* text-align: left; */
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0px 0 0px !important;
}

.single-grid-product-v2 {
  border-radius: 14px;
  border: 1px solid #5555554d;
  overflow: hidden;
  height: auto !important;
}

.single-grid-product-v2 .product-info .add-cart {
  font-size: 16px;
  font-weight: 700;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  height: 41px !important;
  border-radius: 10px;
  background: #333333;
  color: #fff;
}

.section-top .col,
.featured-products-area-v2 .col {
  padding: 0 12px;
  margin-top: 0;
}

.section-top .row,
.featured-products-area-v2 .row {
  margin-top: 40px;
}

.categories-box.box-with-bg {
  background: #e7ddd7;
}

.shape-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-shape-categories {
  position: absolute;
  z-index: -1;
  top: 0;
}

.footer-copyright p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #c6c6c6;
  margin-top: 40px;
}

.bottom-footer-links ul {
  display: flex;
  gap: 40px;
}

.bottom-footer-links ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.bottom-left {
  position: absolute;
  bottom: 0;
}

.top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.actions-banner-swiper {
  position: absolute;
  z-index: 9;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  padding: 0 40px;
}

.swiper-button-prev-banner svg {
  transform: rotate(180deg);
}

.swiper-button-next-banner.swiper-button-disabled {
  opacity: 0.5;
}

.swiper-button-prev-banner.swiper-button-disabled {
  opacity: 0.5;
}

/* ----- Extra CSS End ----- */
.u-home {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: left;
  color: #333333;
}

/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
  direction: rtl;
  /* Ensures the dropdown aligns correctly for RTL */
}

.dropdown-item {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: left;
  color: #333333;
}

/*.u-home {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/
.u-space {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: left;
  color: #333333;
}

.dropdown-menu {
  direction: rtl;
  /* Ensures proper alignment for dropdown content in RTL */
}

.dropdown-item {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: left;
  color: #333333;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
  /* Light hover effect */
  color: #007bff;
  /* Highlight color on hover */
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  /* Light hover effect */
  color: #007bff;
  /* Highlighted text color */
}

.navbar {
  font-size: 14px;
}

.navbar-brand img {
  max-height: 40px;
}

.form-control {
  width: 300px;
}

.u-enter {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

.u-here {
  font-family: Cairo;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  text-align: right;

  color: #343131;
}

.u-space {
  font-family: Cairo;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  color: #9c1c24;
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
      }*/
.dropdown-menu {
  text-align: right;
  /* Align menu items for RTL */
}

.dropdown-item {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-item {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

/* .u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
  direction: rtl;
  /* Ensures proper alignment for dropdown content */
}

.dropdown-item {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
  /* Add a hover effect */
  color: #007bff;
  /* Highlighted text color */
}

/*.u-enter {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        direction: rtl;
      }*/

.dropdown-menu {
  direction: rtl;
  /* Ensures the dropdown content aligns correctly for RTL */
}

.dropdown-item {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #333333;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  /* Light hover effect */
  color: #007bff;
  /* Highlight color on hover */
}

/* .dropdown-item:hover {
        background-color: #f8f9fa;
        color: #007bff;
      }*/
.u-search {
  width: 906px;
  height: 45px;
  padding: 10px 0px 0px 0px;
  gap: 10px;
  border-radius: 8px 0px 0px 0px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  border: 1px solid #e8e8e8;
}

.u-ware {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #555555;
}

.u-agent {
  font-family: Cairo;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  color: #333333;
}

.u-hence {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  color: #555555;
}

.u-under {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

.view {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700 !important;
  line-height: 30px;
  text-align: center;
  background: #333333;
}

.die {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 40px;
  text-align: right;
}

.u-new {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #333333;
}

.u-text {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
}

.u-title {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
}

.u-hlo {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

u.voice {
  font-family: Cairo;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
}

.u-down {
  font-family: Cairo;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  color: #ffffff;
}

.u-view {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: right;
  color: #333333;
}

.u-less {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
  color: #ffffff;
}

.u-world {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
}

.u-index {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #ffffff;
}

.u-wave {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
}

.u-huge {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
}

.u-ware {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #ffffff;
}

.u-file {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  color: #ffffff;
}

.u-edit {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #ffffff;
}

.u-fuse {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #333333;
}

.u-burl {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #333333;
}

.u-live {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  color: #333333;
}

.u-vise {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.98px;
  text-align: right;
  color: #333333;
}

.u-go {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #989898;
}

.u-run {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.98px;
  text-align: left;
  color: #333333;
}

.u-re {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  color: #333333;
}

.u-banners {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(116, 19, 12, 0.1) 100%);
  padding-bottom: 40px;
}

.single-grid-product .product-top .product-flags {
  text-align: justify !important;
}

.single-grid-product .product-top .prdouct-btn-wrapper {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: 13px !important;
  text-align: justify !important;
  bottom: auto !important;
}

.single-grid-product .product-top .product-flags .product-flag.sale {
  background: #e9d08d !important;
  border-radius: 5px;
  color: #555 !important;
}

.single-grid-product .product-top .product-thumbnal {
  height: 350px !important;
  background: #eef0f2;
}

.cart-product-item .single-grid-product .product-top .product-thumbnal {
  height: 120px !important;
}

.single-grid-product .product-top .product-flags .product-flag {
  color: #9c1c24 !important;
  background-color: white !important;
  border-radius: 5px;
}

.single-grid-product .product-top .prdouct-btn-wrapper .single-product-btn .product-btn {
  width: 2.8rem !important;
  height: 2.8rem !important;
  background-color: transparent !important;
  color: #555 !important;
}

.single-grid-product .product-top {
  margin-bottom: 0 !important;
}

.single-grid-product .product-info .product-name .product-link {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.single-grid-product .product-info .product-price .regular-price {
  color: #9c1c24 !important;
}

.section-bg-two {
  background-color: #f8f3e7;
  border-radius: 0 0 10px 10px;
  margin-top: -50px;
  padding: 60px 50px;
}

.breadcrumb-area {
  background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}

.site-lite-bg {
  background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}

.product-single-area-v2 .product-single-details .product-info .add-cart {
  border: 1px solid #9c1c24;
  color: #9c1c24;
}

.product-single-area-v2 .product-single-details .product-info .add-cart:hover {
  color: var(--white);
  background-color: #9c1c24;
  border-color: #9c1c24;
}

.product-single-area-v2 .product-single-details .product-info .product-bottom-button .primary-btn {
  background-color: #9c1c24;
}

.product-single-area-v2 .product-single-details .product-info .size-switch .single-size.active {
  background-color: #9c1c24;
}

.product-single-area-v2 .product-bottom-info .nav-tabs-menu .nav-tabs .nav-item .nav-link.active {
  color: #9c1c24;
  border-color: #9c1c24;
}

.offcanvas.offcanvas-end .offcanvas-body .total-count h4 {
  color: #9c1c24;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn,
.checkout .checkout-form .checkout-btn {
  border-color: #9c1c24;
  background-color: #9c1c24;
  border: 1px solid #9c1c24;
}

.offcanvas.offcanvas-end .offcanvas-body .proceed-to-btn:hover,
.checkout .checkout-form .checkout-btn:hover {
  background-color: #fff;
  color: #9c1c24;
}

.single-grid-product .product-info .add-cart {
  border-color: #9c1c24;
  color: #9c1c24;
}

.single-grid-product .product-info .add-cart:hover {
  background-color: #9c1c24;
  color: #fff;
}

.footer-area-v2 .footer-widget-area .widget-menu .meni-item .menu-link,
.footer-area-v2 .footer-widget-area .social-media li a,
.footer-area-v2 .footer-widget-area .single-widget .widget-title,
.footer-area-v2 .footer-widget-area .about-widget .address-text,
.footer-area-v2 .footer-widget-area .about-widget .block-content .contact {
  color: #000;
}

.footer-area-v2 {
  background: linear-gradient(270deg, #fbfbfb 0%, #faeded 100%);
}

.search-container {
  display: flex;
  align-items: center;
}

/* Input styling */
.search-input {
  flex: 1;
  height: 40px;
  border: 1px solid #9c1c24;
  padding: 5px 10px;
  border-radius: 0 4px 4px 0;
}

/* Button styling */
.search-btn-dark {
  background-color: #9c1c24;
  color: #fff;
  border: none;
  padding: 0 25px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
}

.search-btn-dark i {
  font-size: 16px;
}

/* Optional: Add hover effect */
.search-btn-dark:hover {
  background-color: #555;
}

.product-top {
  position: relative;
  overflow: hidden;
  /* Ensures button doesn't overflow when hidden */
}

.product-top .naj-addCart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 49px;
  position: absolute;
  bottom: -100%;
  /* Initially hide the button outside the container */
  background: #333;
  /* Dark background for the button */
  color: white;
  font-family: Cairo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  border: none;
  z-index: 10;
  /* Ensure it appears above other content */
  transition: all 0.3s ease-in-out;
  /* Smooth transition for button appearing */
  gap: 6px;
}

.product-top:hover .naj-addCart {
  bottom: 0;
  /* Show the button at the bottom of the product on hover */
}

/* Image hover effect (optional) */
.product-top .product-thumbnal {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Optional: Add a slight zoom effect on hover for the image */
.product-top:hover .product-thumbnal {
  transform: scale(1.05);
}

/* Slider Custom Styling */
.price-slider input[type="range"] {
  width: 100%;
  height: 6px;
  -webkit-appearance: none;
  appearance: none;
  background: #ddd;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9c1c24;
  /* Custom color */
  border: 2px solid #fff;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.price-slider input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: #9c1c24;
  /* Custom color */
}

.price-slider input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #9c1c24;
}

.price-slider input[type="range"]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9c1c24;
  /* Custom color */
  border: 2px solid #fff;
  cursor: pointer;
}

.price-slider input[type="range"]::-moz-range-track {
  height: 6px;
  background: #9c1c24;
  /* Custom color */
}

.price-slider input[type="range"]:focus::-moz-range-track {
  background: #9c1c24;
}

/* Adjust input fields to match slider range */
.single-price input {
  text-align: center;
  font-size: 14px;
  width: 60px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

/* New Header */

.top-header-search input {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #808080;
  height: 36px;
  font-size: 12px;
}

.top-header-search input::placeholder {
  color: #808080;
}

.top-header-search svg path {
  fill: #808080;
}

.top-header-search svg {
  fill: #808080;
  top: 9px;
}

.new-header-socials ul li a svg path {
  fill: #313131;
}

.new-header-socials ul li a {
  display: block;
}

.new-header-socials ul li a svg {
  display: block;
}

.new-header-socials ul {
  display: flex;
  gap: 10px;
}

.new-header-top-left a,
.new-header-top-left select {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: 600;
  background: transparent;
}

.select-new-header-top {
  display: flex;
  gap: 10px;
}

.new-header-top-left select {
  border: none;
}

.new-header-top-left {
  display: flex;
  box-decoration-break: clone;
  gap: 10px;
}

.new-header-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1;
}

.container {}

.new-header-top-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-search {
  max-width: 340px;
}

.action-box-header button {
  background: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
}

.middle-header-align {
  display: flex;
  align-items: center;
  gap: 60px;
}

.middle-logo-search {
  flex: 1;
}

.middle-logo-search .top-header-search {
  max-width: 100%;
}

.middle-header-align .action-box-header button svg path {
  fill: #333;
}

.middle-header-align .action-box-header p {
  background: #333;
}

.middle-logo-search .top-header-search input {
  height: 45px;
  background: transparent;
  border-width: 1px;
  padding-right: 14px;
}

.middle-logo-search .top-header-search svg {
  display: none;
}

.new-header-top {
  background: #fbfbfb;
  padding: 10px 0;
  border-bottom: 1px solid #f1f1f1;
}

.middle-header {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.bottom-header-links-align .header-links ul li a,
.mega-dropdown-links ul li a {
  color: #333 !important;
  padding-bottom: 0;
  border: none !important;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 10px;
}

.bottom-header-links-align .header-links ul li.dropdown ul {
  position: absolute;
  top: 30px;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  box-shadow: 1px 3px 6px 0px #0000001c;
  padding: 16px;
  border-radius: 6px;
  width: 160px;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}

.bottom-header-links-align .header-links ul li.dropdown {
  position: relative;
}

.mega-link-dropdown>a {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #fff;
  height: 42px;
  background: #333;
  padding: 0 10px;
  border-radius: 6px;
}

.mega-link-dropdown a svg:last-child {
  position: absolute;
  left: 10px;
}

.bottom-header-links-align .header-links ul li a svg {
  width: 18px;
}

.mega-link-dropdown a svg {
  fill: #fff;
}

.bottom-header-links-align .header-links ul li.dropdown:hover ul {
  opacity: 1;
  visibility: visible;
}

.bottom-header-links-align {
  display: flex;
  align-items: center;
  gap: 40px;
}

.mega-link-dropdown {
  flex: 1;
  width: 190px;
}

.bottom-header-links {
  padding: 10px 0;
  box-shadow: 0px 2px 3px 0 #0000002e;
}

.bottom-header-links-align .header-links ul li.dropdown::before {
  /*content: "";*/
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -5px;
}

.icon-whatsapp svg {
  display: block;
  fill: #822f3d !important;
}

.whatsapp-num h3 {
  font-size: 14px;
  color: #000;
  margin: 0;
  font-weight: 400;
}

.whatsapp-num a {
  color: #822f3d;
  font-size: 12px;
  display: block;
  line-height: 1;
}

.bottom-header-whatsapp {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bottom-header-main-align {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mega-dropdown-main {
  position: fixed;
  width: 100%;
  top: 202px;
  background: #fbfbfb;
  padding: 20px 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.1s linear;
  z-index: 999;
}

.mega-dropdown-main .align-container-mega-dropdown {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mega-dropdown-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-link-dropdown:hover .mega-dropdown-main {
  opacity: 1;
  visibility: visible;
}

.action-box-header p {
  margin: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  font-size: 9.75px;
  font-weight: 500;
  line-height: 25.05px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  top: -3px;
  right: -5px;
  border-radius: 20px;
}

.action-box-header button {
  background: transparent;
  border: none;
  background: transparent;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 8px;
}

.mobile-show {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.middle-logo-search .top-header-search input {
  height: 45px;
  background: transparent;
  border-width: 1px;
  padding-right: 14px;
}

.top-header-search input {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #808080;
  height: 36px;
  font-size: 12px;
}

.top-header-search input {
  border: 2px solid #ffffff;
  background: transparent;
  border-radius: 8px;
  padding: 10px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  width: 100%;
  padding-right: 40px;
}

.top-header-search input {
  background: #e8e8e8;
  border-color: #e8e8e8;
  color: #808080;
  height: 36px;
  font-size: 12px;
  width: 100%;
}

.top-header-search svg {
  fill: #808080;
  top: 9px;
}

.top-header-search svg {
  position: absolute;
  top: 10px;
  right: 13px;
}

.top-header-search {
  position: relative;
  flex: 1;
}

.middle-logo-search .top-header-search svg {
  position: initial;
  width: 16px;
  display: block;
  cursor: pointer;
}

.list-doprodown-search select {
  font-size: 12px;
  border: none;
  color: #808080;
  line-height: 1;
  background: transparent;
}

.list-doprodown-search {
  padding-left: 6px;
  border-left: 1px solid #808080;
  margin-left: 6px;
  height: 18px;
  display: flex;
  align-items: center;
}

.middle-logo-search-list {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 14px;
}

.mega-dropdown-links ul {
  align-items: flex-start;
}

.mega-dropdown-links ul li a {
  margin: 0 !important;
  padding: 0;
}

.custom-card {
  width: 200px;
  /* Set a fixed width */
  background-color: #f9f9f9;
  /* Light background for contrast */
  border: 1px solid #ddd;
  /* Subtle border for definition */
  border-radius: 10px;
  /* Rounded corners */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card-img-wrapper {
  position: relative;
  padding-top: 100%;
  /* Square aspect ratio */
  overflow: hidden;
  border-radius: 10px;
  /* Match card border radius */
  background-color: #fff;
  /* Neutral background */
}

.custom-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensure image fits within bounds */
}

.custom-card:hover {
  transform: scale(1.05);
  /* Slight zoom-in */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  /* Elevated shadow */
}

.custom-card h5 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

/* New Footer */

.footer-logo-about img {
  /*height: 106px;*/
}

.footer-logo-about p {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.footer-logo-contact h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.footer-logo-contact ul li a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #636363;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 8px;
  justify-content: flex-end;
}

.footer-logo-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer-links h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 44.98px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-links ul li a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-newslatter>h4 {
  font-family: Cairo;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333333;
}

.newslatter-input {
  position: relative;
  margin-top: 8px;
}

.newslatter-input input {
  border: 1px solid #989898;
  padding: 16px;
  border-radius: 8px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #989898;
}

.newslatter-input svg {
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  cursor: pointer;
}

.footer-payments h4 {
  margin: 0;
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.footer-payments ul {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-payments {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}

.align-footer {
  display: grid;
  grid-template-columns: 1fr 15% 10% 1fr;
  gap: 70px;
}

section#new-footer {
  padding: 57px 0 19px;
  background: white;
  border-radius: 88px;
  z-index: 9999999999999999999999999999;
  position: relative;
}

.favBtn {
  font-size: 21px;
}


.bottom-footer-copyright p {
  margin: 0;
  font-family: Cairo;
  font-size: 19px;
  font-weight: 400;
  line-height: 20px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: center;
}

.bottom-footer-copyright p a {
  color: #777;
  display: flex;
  align-items: center;
}

.bottom-footer-copyright {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bottom-footer-links ul {
  display: flex;
  box-decoration-break: clone;
  gap: 40px;
}

.bottom-footer-links ul li a {
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.bottom-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  margin-top: 40px;
  border-top: 1px solid #c6c6c6;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-input:checked~.form-check-label,
.cart-page-area .cart-page-bottom-box .proceed-to-checkout-btn {
  background-color: #9c1c24 !important;
  color: var(--white) !important;
  border-radius: 10px;
}

.cart-page-area .cart-page-bottom-box.cart-page-sub-total-box {
  background-color: #FBFBFB;
  border-radius: 10px;
}

/* Range Slider Styling */
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  background: #e1e1e1;
  border-radius: 4px;
  outline: none;
  margin: 0;
  position: relative;
}

/* Custom Track Background */
input[type="range"]::-webkit-slider-runnable-track {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

input[type="range"]::-moz-range-track {
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #8b0000 0%, #8b0000 50%, #e1e1e1 50%);
}

/* Thumb Styling */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #8b0000;
  /* Dark red */
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #fff;
  margin-top: -4px;
  /* Center the thumb */
}

/* Price Labels */
.price-labels {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  margin-top: 5px;
  color: #555;
}

.progress-bar {
  background-color: #9c1c24;
}

.trach-progress {
  border: 1px dashed #333333;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .product-list .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .single-grid-product .product-info .product-name .product-link {
    font-family: Cairo;
    font-size: 11px;
    font-weight: 500;
    line-height: 25px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
  }

  .product-variable-color {
    flex-wrap: wrap;
  }

  .product-variable-color label span {
    width: 17px;
    height: 17px;
    border: solid 1px;
  }

  .product-info {
    margin: 0 !important;
    padding: 4px;
  }

  .single-grid-product .product-info .product-price .price {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-color);
  }

  .single-grid-product .product-info .product-price .regular-price {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #555555;
    text-decoration: line-through;
    margin-right: 1rem;
  }

  .single-grid-product .product-top .product-thumbnal {
    height: 210px !important;
    background: #eef0f2;
  }

  .single-grid-product .product-info .product-name {
    margin-bottom: 0;
  }

  .single-grid-product .product-info .product-review {
    margin-bottom: 0rem;
    padding: 0;
  }

  .product-variations {
    margin-top: 5px;
  }
}

.product-variations {
  margin-top: 20px;
}


/* New Custom Code */

.hero-section .hero-slider .signle-slide {
  height: 500px;
}

.new-header-socials .top-header-search .input-container i {
  left: 0 !important;
  right: 16px !important;
}

.bottom-header-whatsapp a {
  background: transparent !important;
}

.whatsapp-num p {
  font-size: 12px !important;
  font-weight: 700;
}

.main-swiper-action {
  width: 46px;
  height: 46px;
  box-shadow: 0px 4px 14px 0px #0000001A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
}

.swiper-button-next-product {
  position: absolute;
  top: 24%;
  z-index: 1;
  left: 20px;
}

.swiper-button-prev-product {
  position: absolute;
  top: 24%;
  right: 20px;
  z-index: 1;
}

.category-section .carousel-control-next,
.category-section .carousel-control-prev {
  display: none !important;
}


.align-middle-banners {
  display: grid;
  grid-template-columns: 38% 60%;
  gap: 2rem;
}

.middile-banner-1 h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
  max-width: 185px;
}

.middile-banner-1 p {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin: 0;
  max-width: 218px;
}

.middile-banner-1 a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  display: block;
  padding: 10px;
  border-bottom: 2px solid #333333;
  width: fit-content;
}

.middile-banner-1 .middle-banner-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: absolute;
  inset: 0;
  justify-content: center;
  padding: 30px;
}

.middile-banner-1 {
  position: relative;
  border-radius: 16px !important;
  overflow: hidden;
  max-height: 344px;
}

.middile-banner-1::before {
  content: '';
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(116, 19, 12, 0.7) 100%);
  position: absolute;
  inset: 0;
}

.middile-banner-1 img {
  width: 100%;
}

.middle-banner-2 {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #333333;
  border-radius: 16px;
  overflow: hidden;
}

.middle-banner-2 img {
  display: block;
  height: 100%;
}

.middle-banner-2 h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #fff;
}

.middle-banner-2 p {
  margin: 0;
  font-family: Cairo;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}

.middle-banner-2 a {
  font-family: Cairo;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  padding: 10px;
  border-bottom: 2px solid;
  display: block;
  width: fit-content;
}

.middle-banner-2 .middle-banner-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.middle-banner-2 .middle-banner-content p {
  max-width: 210px;
}

.hero-section .hero-slider .slick-dots {
  position: initial;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.hero-section .hero-slider .signle-slide {
  background-size: contain !important;
}

.swiper-pagination-bullet-active {
  background: #000;
}


/* Latest Changes */

.single-grid-product .product-info .product-review {
  margin-bottom: 0;
}

.single-grid-product .product-info .product-name .product-link {
  color: #333;
}

.single-grid-product .product-info .product-name {
  margin-bottom: 10px;
  min-height: 60px;
}

.single-grid-product .product-info .product-price span {
  margin: 0 !important;
}

.single-grid-product .product-info .product-price {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.single-grid-product .product-info .product-price .price {
  color: #555;
}

.product-variations {
  margin-top: 14px !important;
}


.main-products-col .row {
  margin: 0;
}

.main-align-title h1,
.main-align-title h2,
.section-header-two h2 {
  font-size: 32px;
  line-height: 40px;
  color: #333;
  margin-bottom: 0 !important;
}

.main-align-title a {
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 700;
  color: #9C1C24 !important;
  border: none;
  border-bottom: 2px solid;
  border-radius: 0;
  padding-bottom: 12px;
  background: transparent !important;
  display: flex;
  gap: 8px;
}

.main-align-title a i {
  display: none;
}

.whatsapp-num h3 {
  color: #343131 !important;
  font-weight: 700;
  font-size: 10px !important;
}

.whatsapp-num p {
  color: #9C1C24 !important;
}

.bottom-header-links-align .header-links ul li a.active {
  font-weight: 700;
}

.new-header-socials .top-header-search input {
  font-weight: 400;
}

.middle-logo-search input {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
}

.align-top-categories {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  /* white with transparency */
  backdrop-filter: blur(3px);
  /* blur effect */
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}


.render-content {
  transition: .3s linear;
  opacity: 0;
  background: transparent;
}

.render-content.content-ready {
  opacity: 1;
}

.main-align-title,
.section-header-two {
  margin-bottom: 40px !important;
}


.review-box-title h3 {
  font-family: Cairo;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333333;
  margin: 0;
}

.review-box-stars svg {
  display: block;
}

.review-box-stars {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-box-description p {
  margin: 0;
  font-family: Cairo;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
}

.review-text-bottom p {
  font-family: Cairo;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin: 0;
}

.review-user img {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  object-fit: cover;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-user p {
  font-family: Cairo;
  font-size: 12px;
  font-weight: 400;
  line-height: 22.49px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
  color: #333;
}

.review-box-top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bottom-reviews-main {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #E8E8E8;
}

.review-box-align {
  padding: 20px;
  border: 1px solid #E8E8E8;
  border-radius: 16px;
}


.swiper-pagination-reviews {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0 2rem;
  gap: 8px;
}

.swiper-pagination-reviews .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #E8E8E8;
  opacity: 1;
  border-radius: 100px;
  margin: 0 !important;
}

.swiper-pagination-reviews span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #9C1C24;
}

.reviews-star-main {
  display: flex;
  align-items: center;
  gap: 2px;
}

.review-box-stars>p {
  margin: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.8999999761581421px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border-radius: 3px;
  background: #019267;
  padding: 0 4px;
  color: #fff;
  font-family: sans-serif;
}


.mobile-header-area .header-right .menu-bar svg {
  width: 18px;
  height: 18px;
  display: block;
}

.mobile-header-area .header-right .menu-bar svg path {
  fill: #333;
}


.sidebar-widget-area .single-widget.categories-widget,
.single-widget.price-widget,
.single-widget.colors-widget,
.single-widget.size-widget {
  background: transparent;
  border: 1px solid #E8E8E8;
  padding: 20px;
  border-radius: 10px;
}

.direction-rtl .sidebar-widget-area .categories-widget .categories-list .single-categorie .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 4px;
}

.sidebar-widget-area .categories-widget .categories-list .single-categorie .categories-count {
  border-radius: 4px;
  background: #9c1c24;
  color: #fff;
  width: 38px;
  height: 24px;
  font-size: 14px;
  line-height: 1;
}

.sidebar-widget-area .single-widget .widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333;
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #E8E8E8;
}

button.search-btn-dark.searchWidgetMobile {
  height: 50px;
  gap: 8px;
  border-radius: 8px 0px 0px 8px;
}

button.search-btn-dark.searchWidgetMobile i {
  display: flex;
}

form.search-form-custom input {
  height: 50px;
  font-size: 14px;
  color: #989898;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .form-control {
  border: 1px solid #E8E8E8;
  color: #989898;
}

.sidebar-widget-area .price-widget .price-wrap .price-wrap-left .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

.sidebar-widget-area .size-widget .size-list .single-size .form-check-label {
  border-radius: 6px !important;
}

.categories-limit {
  max-height: 274px;
  overflow: hidden;
  transition: .3s linear;
}

.categories-limit.show-all-categories {
  max-height: initial;
}

.show-more-btn.main-align-title {
  margin-bottom: 0 !important;
}

.show-more-btn.main-align-title a {
  width: fit-content;
  margin-top: 16px;
}

.review-box-description p {
  min-height: 20px;
}


@media screen and (min-width: 1100px) {
  .main-slider-img img {
    max-height: 700px;
    aspect-ratio: 1;
    width: 100%;
    object-fit: fill;
  }
}


/* New Latest Changes */


@media screen and (max-width: 680px) {
  .hero-section .hero-slider .signle-slide {
    height: 128px;
  }

  .align-main-categories>div {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 10px;
  }

  .align-main-products {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .single-grid-product .product-top .product-thumbnal {
    height: 260px !important;

  }

  .new-header-socials .top-header-search .input-container i {
    left: auto !important;
    right: 14px;
  }

  .hero-section .hero-slider .slick-dots {
    right: 0 !important;
    left: 0 !important;
    justify-content: center;
  }

  .main-swiper-action {
    width: 36px;
    height: 36px;
  }

  .swiper-button-next-product {
    left: 15px;
  }

  .swiper-button-prev-product {
    right: 15px;
  }

  .align-middle-banners {
    grid-template-columns: 1fr;
  }

  .middle-banner-2 {
    gap: 20px;
    display: grid;
    grid-template-columns: 50% 44%;
    height: 300px;
  }

  .middle-banner-img {
    height: 100%;
  }

  .middle-banner-2 img {
    object-fit: cover;
  }

  .swiper-pagination-reviews .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }

  .review-box-title h3 {
    font-size: 18px;
  }

  .review-box-top {
    gap: 8px;
  }

  .review-user img {
    width: 40px;
    height: 40px;
  }

  .review-box-align {
    padding: 16px;
  }

  .main-align-title h1,
  .main-align-title h2,
  .section-header-two h2 {
    font-size: 15px !important;
  }


  .single-grid-product .product-info .product-name {
    line-height: 1.1;
    min-height: 44px;
  }

  .single-grid-product .product-info .product-name a {
    line-height: 1.1 !important;
  }

  .product-top .naj-addCart {
    font-size: 12px;
    height: 40px;
  }

  .main-align-title,
  .section-header-two {
    margin-bottom: 20px !important;
  }

  .bottom-footer-copyright {
    flex-wrap: wrap;
  }


}


@media screen and (max-width: 420px) {
  .middle-banner-2 {
    height: 250px;
    gap: 0;
  }

  .align-middle-banners h3 {
    font-size: 16px;
    line-height: 1.5;
  }

  .align-middle-banners p {
    font-size: 14px;
    line-height: 1.3;
  }

  .middle-banner-2 .middle-banner-content {
    padding: 10px;
  }

  .hero-section .hero-slider .slick-dots {
    margin-top: 26px;
  }

  .new-header-socials .input-container div {
    font-size: 10px !important;
  }

  .new-header-socials .input-container div strong {
    font-size: 10px !important;
  }
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-11 {
  font-size: 11px !important;
}


.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.flex {
  display: flex !important;
}

.just-center {
  justify-content: center !important;
}

.items-center {
  align-items: center !important;
}

.just-between {
  justify-content: space-between !important;
}


.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-left: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-right: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-left: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-right: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-left: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-right: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-left: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-right: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-left: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-right: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-left: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-right: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-left: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-right: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-left: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-right: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-left: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-right: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-left: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-right: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-left: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-right: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1,
.my-n1 {
  margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
  margin-left: -.25rem !important
}

.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
  margin-right: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2,
.my-n2 {
  margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
  margin-left: -.5rem !important
}

.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
  margin-right: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
  margin-left: -1rem !important
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
  margin-right: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
  margin-left: -1.5rem !important
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
  margin-right: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
  margin-left: -3rem !important
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
  margin-right: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto,
.my-auto {
  margin-top: auto !important
}

.mr-auto,
.mx-auto {
  margin-left: auto !important
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
  margin-right: auto !important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-left: 0 !important
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-right: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0,
  .mx-md-0 {
    margin-left: 0 !important
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0,
  .mx-md-0 {
    margin-right: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3,
  .mx-md-3 {
    margin-left: 1rem !important
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3,
  .mx-md-3 {
    margin-right: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5,
  .mx-md-5 {
    margin-left: 3rem !important
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5,
  .mx-md-5 {
    margin-right: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0,
  .px-md-0 {
    padding-left: 0 !important
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0,
  .px-md-0 {
    padding-right: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3,
  .px-md-3 {
    padding-left: 1rem !important
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3,
  .px-md-3 {
    padding-right: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5,
  .px-md-5 {
    padding-left: 3rem !important
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5,
  .px-md-5 {
    padding-right: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-left: auto !important
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-right: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-left: 0 !important
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-right: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-left: 0 !important
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-right: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: right !important
}

.text-right {
  text-align: left !important
}

.text-center {
  text-align: center !important
}

.icon-light {
  color: #C1DBFF !important;
}

.icon-secondary {
  color: #596680 !important;
}

.text-muted2 {
  color: #596680 !important;
}

.border-muted {
  border-color: #d5d5d5 !important;
}

.greenWave {
  fill: green !important;
}

.greenWave {
  filter: invert(34%) sepia(99%) saturate(464%) hue-rotate(212deg) brightness(93%) contrast(92%);
}

.borderBottomWhite {
  border-bottom: 2px solid white !important;
}

.py-2-5 {
  padding-top: 10 !important;
  padding-bottom: 10px !important;
}

.vertical-middle,
.vert-middle {
  vertical-align: middle !important
}

.badge-outline-primary {
  background: #aedaff69 !important;
  color: #51affc !important;
}

/*preparing order*/
.bg-primary-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(174, 218, 255, 0.2);
  color: #116fb7 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

/*processing order*/
.bg-secondary-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(208, 134, 255, 0.15);
  color: #8a00ec !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

/*Shipped order*/
.bg-info-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(0, 52, 255, 0.06);
  color: #0029ce !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

/*Shipped order*/
.bg-warning-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(255, 208, 185, 0.6);
  color: #ff4d06 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

.bg-danger-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(255, 142, 142, 0.22);
  color: #940000 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

.bg-success-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(187, 255, 184, 0.32);
  color: #2d9435 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

.bg-warninglight-light-varient-2 {
  width: 100%;
  display: block;
  background-color: #ff850017 !important;
  color: #de7400 !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

.bg-dark-light-varient-2 {
  width: 100%;
  display: block;
  background-color: rgba(42, 42, 42, 0.05) !important;
  color: rgb(29, 33, 36) !important;
  font-weight: bold !important;
  font-size: 12px !important;
  border-radius: 50px !important;
}

.actionToggler::after {
  display: none !important;
}

.text-light-success {
  color: #28d959 !important;
}

.text-light-primary {
  color: #3B9BE9 !important;
}

.text-light-danger {
  color: #da5b5b !important;
}

.direction-rtl {
  direction: rtl !important;
}

.w-fit {
  width: fit-content !important;
}

.h-fit {
  height: fit-content !important;
}

.bg-light-success {
  background: #00c168 !important;
}

.trans--9 {
  transform: scale(0.954) !important;
}

.bg-light-danger {
  background: #ff4b5c !important;
}

.text-underline {
  text-decoration: underline !important;
}

.bg-theme-primary {
  background: linear-gradient(135deg, var(--primary), #1f7ea0);
  color: white;
}

.text-theme-primary {
  color: #138cb7 !important;
}

.text-theme-danger {
  color: #da4545 !important;
}

.bold {
  font-weight: bold !important;
}

tbody>tr:nth-of-type(odd)>* {
  background: #e8e8e845 !important;
}

.customers__table table tbody td {
  border-bottom: 1px solid #ECEDF0;
  padding: 16px 20px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 17px;
  color: #596680;
}

.dataTables_wrapper {
  overflow-x: hidden !important;
}

.dataTables_paginate {
  margin: 13px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: linear-gradient(135deg, var(--primary), #1f7ea0);
  border-radius: 8px !important;
  color: #fff !important;
}


.dataTables_length,
.dataTables_filter {
  margin-bottom: 10px;
}

/* PRIMARYBTN */
.btn-theme-primary {
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%) !important;
  transition: all 0.4s ease-in-out !important;
}

.btn-theme-primary:hover {
  color: white !important;
  background-image: radial-gradient(100% 100% at 100% 0, #25ceff 0, #4555d3 100%) !important;
  transform: translateY(-2px) !important;
  transform: scale(1) !important;
}

/* INFOBTN */
.btn-theme-info {
  background-image: radial-gradient(100% 100% at 100% 0, #6f61ff 0, #ea07e8 100%) !important;
  transition: all 0.4s ease-in-out !important;
}

.btn-theme-info:hover {
  color: white !important;
  background-image: radial-gradient(100% 100% at 100% 0, #6f61ff 0, #ea07e8 100%) !important;
  transform: translateY(-2px) !important;
  transform: scale(1) !important;
}

/* SUCCESSBTN */
.btn-theme-success {
  background: #0acd74 !important;
}

.btn-theme-success:hover,
.btn-outline-success:hover {
  color: white !important;
  background-image: radial-gradient(100% 100% at 100% 0, #24ff9b 0, #00d474 100%) !important;
  transform: translateY(-2px) !important;
  transform: scale(0.97) !important;
}


/* DANGERBTN */
.btn-theme-danger {
  background-image: radial-gradient(100% 100% at 100% 0, #ff8787 0, #ff4b5c 100%) !important;
  transition: all 0.4s ease-in-out !important;
}

.btn-theme-danger:hover {
  color: white !important;
  background-image: radial-gradient(100% 100% at 100% 0, #ff8787 0, #ff1328 100%) !important;
  transform: translateY(-2px) !important;
  transform: scale(1) !important;
}

.note-btn-group .note-btn {
  padding: 6px !important;
}

.input__group label {
  font-size: 14px;
  font-weight: 600;
  line-height: 23.6px;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #273041;
  margin-bottom: 3px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  padding: 5px !important;
  min-width: 45% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #d9d9d9 1px !important;
  border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #1a5098 !important;
  border: 1px solid #ffffff !important;
  border-radius: 23px !important;
  cursor: pointer !important;
  margin-top: 8px !important;
  padding: 5px 14px !important;
  color: white !important;
}

.modal {
  backdrop-filter: blur(3px) !important;
  background: #ffffff69 !important;
  z-index: 999999 !important;
}

.modal-content {
  background-color: #fff !important;
  border-radius: 30px !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1017px !important;
  }
}

.justify-normal {
  justify-content: normal !important;
}

.swal2-title {
  line-height: 46px !important;
  font-size: 27px !important;
}

.swal2-styled.swal2-confirm {
  background-image: radial-gradient(100% 100% at 100% 0, #5affb4 0, #00c168 100%) !important;
  font-size: 17px !important;
  font-weight: bold !important;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px #c6ffc6 !important;
}

.swal2-popup {
  border-radius: 27px !important;
}

.swal2-html-container {
  font-size: 22px !important;
}

.line-height-25 {
  line-height: 25px !important;
}

#image-preview-container {
  max-height: 338px;
  overflow-y: scroll;
}

#image-preview-container img {
  width: 100% !important;

}

.image-product-wrapper {
  width: 46% !important;
  position: relative;
  border-radius: 7px !important;
  border: 2px dashed #1a509887;
  margin: 4px;
  padding: 7px !important;
  cursor: pointer;
}

.image-product-wrapper:hover {
  opacity: 0.45;
  transform: scale(1.05);
  transition: 0.3s;
}

.cancelButtonImg {
  position: absolute !important;
  top: -6px !important;
  right: -5px !important;
  background: rgb(230 26 26) !important;
  color: white !important;
  border: none !important;
  cursor: pointer !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  font-size: 16px;
  display: grid;
  place-content: center;
  font-weight: bold;
}

.progress-bar {
  background-color: #032659 !important;
  transition: width 3s ease-in-out;
}

.pointer {
  cursor: pointer !important;
}

.hoverBlue:hover {
  color: #1974f1 !important;
}

.hoverRed:hover {
  color: #cb0c0c !important;
}

#image-preview-container::-webkit-scrollbar {
  width: 3px !important;
}

#image-preview-container::-webkit-scrollbar-thumb {
  background-color: #1a5098;
  border-radius: 5px;
}

.image-product-wrapper:first-child {
  border: 3px dotted #0acd74 !important;
}

.mainImg {
  position: relative !important;
  width: fit-content !important;
  transform: translateX(29%) !important;
  top: -12px !important;
}

.image-product-wrapper .mainImg {
  display: none;
}

.image-product-wrapper:first-child .mainImg {
  display: flex !important;
}

.swal2-container {
  z-index: 9999999999 !important;
}

@keyframes customFadeIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.custom-modal-animation .modal-dialog {
  animation: customFadeIn 0.1s ease-in-out !important;
}

.spinnerLoadingInModal {
  border: 4px solid #9cc6ff !important;
  border-top: 4px solid #1a5098 !important;
}

/*main swiper*/
.swiper {
  width: 100%;
}

.swiper-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: scale-down !important;
  border-radius: 10px !important;
  border: 1px solid #2d2d2d21 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  transform: scale(0.5) !important;
  background: #808080b8 !important;
  ;
  padding: 34px !important;
  border-radius: 50% !important;
  width: 53px !important;
  height: 50px !important;
}

/*Thumbs swiper*/
.mySwiperThumbs {
  height: 70px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
}

.mySwiperThumbs .swiper-slide {
  width: 19% !important;
  height: 100% !important;
  opacity: 0.5 !important;
  cursor: pointer !important;
}

.mySwiperThumbs .swiper-slide-thumb-active {
  opacity: 1 !important;
  border: 3px dashed #1a5098 !important;
  border-radius: 10px !important;
}

.mySwiperThumbs .swiper-wrapper {
  justify-content: center !important;
}

.mySwiperThumbs img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 6px !important;
}

#viewProductDetailsModal .modal-content {
  min-height: 686px !important;
}

.text-checked {
  color: #3B9BE9 !important;
}

.hoverUnderline:hover {
  text-decoration: underline !important;
}

.view__fr_Description p {
  line-height: 25px !important;
  font-size: 17px !important;
  color: #6c757d !important;
}

.imgColor {
  filter: brightness(0) saturate(100%) invert(37%) sepia(10%) saturate(1226%) hue-rotate(181deg) brightness(92%) contrast(87%);
}

.fa-toggle-on {
  color: #54d270 !important;
  transform: scale(1.4) !important;
}

.fa-toggle-off {
  color: #940000 !important;
  transform: scale(1.2) !important;
}

.rounded-full {
  border-radius: 50% !important;
  border: 1px solid #2d2d2d2d;
}

.rounded-lg {
  border-radius: 12px !important;
}

.bg-light-gray,
#bg-light-gray {
  background: #e4eeff !important;
}

#bg-white {
  background: white !important;
}

.text-light-gray {
  color: #e4eeff !important;
}

.borderBottomLight {
  border-bottom: 2px solid #e6edff !important;
}

.dir-ltr {
  direction: ltr !important;
}

.m-05 {
  margin: 2px !important;
}

.p-1_5 {
  padding: 5px !important;
}

.radius-4 {
  border-radius: 4px !important
}

/*dont change the location of this class let it here*/
.font-10 {
  font-size: 10px !important;
}

.px-2_5 {
  padding-right: .7rem !important;
  padding-left: .7rem !important;
}

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

.btn-outline-success {
  border: 1px solid #0acd74 !important;
  color: #0acd74 !important;
}

.btn-outline-danger {
  border: 1px solid #ff4b5c !important;
  color: #ff4b5c !important;
}

.btn-outline-danger:hover {
  background-image: radial-gradient(100% 100% at 100% 0, #ff8787 0, #ff4b5c 100%) !important;
  color: white !important;
}

body.direction-rtl .paginate_button.next {
  transform: none !important;
}

body.direction-rtl .paginate_button.previous {
  transform: none !important;
}

table.dataTable {
  table-layout: fixed !important;
}

.justify-between {
  justify-content: space-between !important
}

.btn-outline-primary {
  color: #1a5098 !important;
  border: 1px solid #1a5098 !important;
}

.btn-outline-primary:hover {
  background: linear-gradient(135deg, var(--primary), #1f7ea0);
  color: white !important;
}

.p-2_5 {
  padding: 10px !important;
}

.closeBTN {
  padding: 0px 9px !important;
  height: 28px;
  border-radius: 50% !important;
  font-size: 14px;
}

#OrdersTable_filter input[type="search"] {
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  border-radius: 7px;
  width: 442px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.w-space-20 {
  word-spacing: 3px;
}

.normal {
  font-weight: normal !important
}

.bg-pink {
  background: #e91e63 !important;
}

.animated-bg-green {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(236, 255, 244, 0.5) 100%);
}

.animated-bg-warning {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 227, 192, 0.27) 100%);
}

.animated-bg-primary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(211, 230, 255, 0.51) 100%);
}

.animated-bg-info {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(234, 247, 255) 100%);
}

.animated-bg-secondary {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(169, 169, 169, 0.15) 100%);
}

.animated-bg-pink {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 187, 210, 0.20) 100%);
}

.animated-bg-purple {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(77, 104, 255, 0.1) 100%);
}

.animated-bg {
  background-size: 232%;
  background-position: right bottom;
  transition: all 0.4s ease-in-out;
}

.animated-bg:hover {
  transform: scale(1.03);
}

.bg-purple {
  background: #4d68ff !important;
}

.bg-light-warning {
  background: #ff9800 !important;
}

.w-80 {
  width: 80% !important;
}

.cancelBtn.btn.btn-sm.btn-default {
  background: #ff6b6b !important;
}

#viewOrderDetailsTable tr td {
  color: #3d3d3d;
}

.text-muted3 {
  color: #5966809c !important;
}

.sidebar__brand a {
  height: 80px;
}

.sidebar__brand a img {
  width: 100% !important;
  height: 100%;
  object-fit: scale-down;
}

.unSelectedFilter {
  color: #605d5d !important;
}

.unSelectedFilter>span:nth-child(2) {
  color: #2b2b2b !important;
  background: #2d2d2d2d !important;
  width: 30px;
  height: 26px;
  border-radius: 50%;
  place-content: center;
  display: grid;
}

.selectedFilter {
  background: linear-gradient(135deg, var(--primary), #1f7ea0);
  color: white !important;
  font-size: 12px;
}

.selectedFilter>span:nth-child(2) {
  background: white !important;
  color: #1a5098 !important;
  font-size: 14px;
  width: 27px;
  height: 23px;
  border-radius: 50%;
  place-content: center;
  display: grid;
}

.direction-ltr {
  direction: ltr !important;
}

.p-2_8 {
  padding: 12px !important;
}

.filterUl {
  transform: translateY(54px) !important;
  width: 323px !important;
  border-radius: 13px !important;
  padding: 13px !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

@keyframes fadeScaleIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dropdown-menu.show {
  animation: fadeScaleIn 0.35s ease-in-out;
}

.filterTextInput:focus {
  outline: none !important;
  box-shadow: none !important;
}

.bg-vlight {
  background: rgba(245, 246, 250, 0.81) !important;
}

#viewAllRows {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.w-14 {
  width: 14% !important;
}

.py-1_8 {
  padding-top: 6px;
  padding-bottom: 8px;
}

.min-137 {
  min-height: 137px !important;
}

.py-2_8 {
  padding-top: 10px !important;
  padding-bottom: 14px !important;
}

.btn-outline-light {
  border: 1px solid rgba(89, 102, 128, 0.49) !important;
  color: #596680 !important;
}

.w-60 {
  width: 60% !important;
}

.scale2 {
  transform: scale(1.3) !important;
}

.custom-checkbox {
  appearance: none;
  width: 1.3em;
  height: 1.3em;
  border: 2px solid #4F46E5;
  /* Indigo-600 */
  border-radius: 4px;
  margin-inline-end: 10px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}

.custom-checkbox:checked {
  background-image: radial-gradient(100% 100% at 100% 0, #24ff9b 0, #00d474 100%) !important;
  border-color: #24ff9b !important;
}

.custom-checkbox:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 12px;
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.borderRadiusRight {
  border-radius: 0 10px 10px 0 !important;
}

.zIndexBiggest {
  z-index: 9999999999999999999 !important;
}

.ltr {
  direction: ltr !important;
}

.borderDashedPrimary {
  border: 1px dashed #1a5098 !important;
}

.hr {
  background: #b1b1b1 !important;
}

.text-dark-site {
  color: #333 !important;
}

.w-fit {
  width: fit-content !important;
}

.badge-dark-site {
  background: white !important;
  border: 1px solid #707070 !important;
  color: #707070 !important;
}

.badge-primary {
  background: rgb(255 238 239 / 5%) !important;
  border: 1px solid var(--primary) !important;
  color: var(--primary) !important;
}

.badge-outline-primary {
  background: linear-gradient(135deg, var(--primary), #ff7849) !important;
  color: white !important;
}

.text-danger {
  color: #9c1c24 !important;
}

.pb-4_5 {
  padding-bottom: 20px !important;
}

.px-4_5 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mx-4_5 {
  margin-right: 22px !important;
  margin-left: 22px !important;
}

.w-15 {
  width: 15%;
  max-width: 15%;
}

.CartItemNode {
  padding-top: 0 !important;
}

.rounded-lg {
  border-radius: 18px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.border {
  border: 1px solid rgba(45, 45, 45, 0.1) !important;
}

.ItemImgNode img {
  width: 85%;
  max-height: 175px !important;
  object-fit: cover !important;
}

.swal2-show {
  border-radius: 5px !important;
}

.swal2-popup.swal2-toast .swal2-title {
  font-size: 15px !important;
  font-weight: bold;
}

.line-through {
  text-decoration: line-through !important;
}

.imgColorR {
  filter: brightness(0) saturate(100%) invert(12%) sepia(86%) saturate(3750%) hue-rotate(345deg) brightness(90%) contrast(100%);
}

.lbold {
  font-weight: 600 !important;
}

.text-success {
  color: #18b757 !important;
}

.bgray {
  border-color: #c4c4c4 !important;
}

.bdanger {
  border-color: #9c1c24 !important;
}

.border-right {
  border-right: 1px solid #c4c4c4 !important;
}

.minwidth-max {
  min-width: max-content !important;
}

/*Hamza*/
.slick-dots {
  display: none;
}

.hero-cover {
  background-color: #ffffff;
  background-attachment: fixed;
  border-radius: 24px;
  min-height: 400px;
  padding: 10px 40px;
}

.new-hero-section {
  padding: 24px;
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.hero-image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  max-width: 100%;
  height: auto;
  width: 90%;
  object-fit: contain;
}

.big-text {
  font-size: 48px;
  font-weight: 900;
  color: white;
  line-height: 1.2;
}

.hero-paragraph {
  font-size: 18px;
  color: white;
  line-height: 1.6;
  margin-top: 16px;
}

.btn-browse {
  --btn-h: 48px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: var(--btn-h);
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1b1d20e0, #383f4de0);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(255, 86, 32, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform .18s cubic-bezier(.2, .9, .2, 1), box-shadow .18s ease;
  position: relative;
  z-index: 1;
}

.btn-browse svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform .18s ease;
}

.btn-browse:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(255, 86, 32, 0.2);
}

.btn-browse:hover svg {
  transform: translateX(6px);
}

.btn-browse:focus {
  outline: 3px solid rgba(255, 86, 32, 0.15);
  outline-offset: 3px
}

/* Small scoped styles for the search form to improve contrast and RTL layout */
.searchBox {
  gap: .75rem;
  max-width: 100%;
  position: relative;
  z-index: 10;
}

/* Make input larger and more touch-friendly */
.searchBox .form-control {
  height: 56px;
  padding: .6rem 1rem;
  font-size: 17px;
  border-radius: 999px;
  flex: 1;
  min-width: 0;
}

.searchBox .form-control::placeholder {
  color: #9aa0a6;
  opacity: 1;
}

/* Button should match input height and be prominent */
.searchBox .btn-main {
  background: #ff6a00;
  border: none;
  color: #fff;
  padding: .45rem 1.25rem;
  height: 56px;
  display: inline-flex;
  align-items: center;
  min-width: 108px;
  text-align: center !important;
  font-size: 17px;
  justify-content: center;
  flex-shrink: 0;
}

.searchBox .btn-main:hover {
  background: #e65a00;
}

/* Category select should match heights and respect RTL */
.searchBox .form-select {
  max-width: 220px;
  direction: rtl;
  height: 56px;
  padding-right: .75rem;
  background: transparent;
  font-size: 17px;
  flex-shrink: 0;
}

/* ============================================= */
/* RESPONSIVE DESIGN - MOBILE FIRST APPROACH */
/* ============================================= */

/* Extra Small Devices (Portrait Phones, less than 576px) */
@media (max-width: 575.98px) {
  .new-hero-section {
    padding: 20px;
  }

  .hero-cover {
    border-radius: 16px;
    min-height: auto;
    padding: 30px 20px;
    background-attachment: scroll;
  }

  .hero-content {
    padding: 0;
  }

  .big-text {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 16px !important;
  }

  .hero-paragraph {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 24px !important;
  }

  .hero-image {
    width: 96%;
    max-width: 300px;
    margin-bottom: -15px;
  }

  .searchBox {
    flex-wrap: nowrap;
    padding: 4px !important;
    gap: 4px;
  }

  .searchBox .form-control {
    height: 48px;
    font-size: 14px;
    padding: 0.5rem 0.75rem;
  }

  .searchBox .btn-main {
    height: 48px;
    width: 48px;
    min-width: 48px;
    padding: 0;
    border-radius: 50% !important;
  }

  .searchBox .btn-main span {
    display: none;
  }

  .searchBox .btn-main svg {
    margin: auto;
  }

  .searchBox .form-select {
    display: none !important;
  }

  .btn-browse {
    height: 44px;
    padding: 0 18px;
    font-size: 14px;
    gap: 8px;
  }

  .btn-browse svg {
    width: 16px;
    height: 16px;
  }
}

/* Small Devices (Landscape Phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-hero-section {
    padding: 16px;
  }

  .hero-cover {
    border-radius: 20px;
    min-height: auto;
    padding: 40px 30px;
  }

  .big-text {
    font-size: 36px;
    line-height: 1.25;
  }

  .hero-paragraph {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero-image {
    width: 85%;
    max-width: 400px;
    margin-bottom: 24px;
  }

  .searchBox .form-control {
    height: 52px;
    font-size: 16px;
  }

  .searchBox .btn-main {
    height: 52px;
    width: 52px;
    min-width: 52px;
  }

  .btn-browse {
    height: 46px;
    font-size: 15px;
  }
}

/* Medium Devices (Tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero-cover {
    min-height: 500px;
    padding: 50px 35px;
  }

  .big-text {
    font-size: 40px;
    line-height: 1.2;
  }

  .hero-paragraph {
    font-size: 17px;
    line-height: 1.6;
  }

  .hero-image {
    width: 88%;
  }

  .searchBox .form-control {
    font-size: 16px;
  }

  .searchBox .btn-main {
    min-width: 100px;
    font-size: 16px;
  }

  .searchBox .form-select {
    max-width: 180px;
    font-size: 15px;
  }
}

/* Large Devices (Desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .hero-cover {
    min-height: 500px;
  }

  .big-text {
    font-size: 44px;
  }

  .hero-paragraph {
    font-size: 17px;
  }

  .searchBox .form-select {
    max-width: 200px;
  }
}

/* Extra Large Devices (Large Desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-cover {
    min-height: 400px;
  }

  .big-text {
    font-size: 48px;
  }

  .hero-paragraph {
    font-size: 18px;
  }
}

/* Ultra Large Screens (1400px and up) */
@media (min-width: 1400px) {
  .big-text {
    font-size: 52px;
  }

  .hero-paragraph {
    font-size: 19px;
  }

  .hero-content {
    max-width: 90%;
  }
}

/* Landscape Orientation Adjustments */
@media (max-height: 600px) and (orientation: landscape) {
  .hero-cover {
    min-height: auto;
    padding: 30px 40px;
  }

  .big-text {
    font-size: 32px;
    margin-bottom: 12px !important;
  }

  .hero-paragraph {
    font-size: 14px;
    margin-bottom: 20px !important;
  }

  .hero-image {
    max-height: 250px;
  }
}

/* RTL Specific Adjustments */
[dir="rtl"] .searchBox .form-select {
  padding-right: 1rem;
  padding-left: 2.5rem;
}

[dir="rtl"] .btn-browse:hover svg {
  transform: translateX(-6px);
}

/* Accessibility & Focus States */
.searchBox .form-control:focus,
.searchBox .form-select:focus {
  box-shadow: 0 0 0 3px rgba(255, 86, 32, 0.15);
  outline: none;
}

/* Print Styles */
@media print {
  .hero-cover {
    background: white !important;
    min-height: auto;
    border: 1px solid #ddd;
  }

  .big-text,
  .hero-paragraph {
    color: black !important;
  }
}

/**************************** Best Seller Section ******************/
/* BEST SELLERS */

.best-sellers-section {
  background: #fff;
  position: relative;
  overflow: hidden;
}

/* HEADER */

.section-badge {
  background: rgba(255, 86, 32, .1);
  color: #ff5620;
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
}

.section-title {
  font-size: 50px;
  font-weight: 900;
  color: #1b1d20e0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-description {
  max-width: 800px;
  margin: auto;
  color: #1b1d20e0;
  font-size: 20px;
  line-height: 1.9;
}

/* PRODUCT CARD */

.product-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  transition: .4s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .06);
  border: 1px solid rgba(0, 0, 0, .05);
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.product-image {
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  max-width: 100%;
  object-fit: contain;
  transition: .4s;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #ff5620;
  color: #fff;
  padding: 8px 16px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
}

.product-content {
  padding: 21px;
}

.product-title {
  font-size: 16px;
  margin-bottom: 6px;
  color: #1b1d20ba;
  line-height: 1.5;
  min-height: 60px;
  max-height: 60px;
}

.product-price {
  color: #ff5620;
  font-size: 28px;
  margin-bottom: 20px;
}

/* Product Card — Category Tags */
.pc-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 8px;
}

.pc-category-tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  color: #ff5620;
  background: rgba(255, 86, 32, .08);
  border: 1px solid rgba(255, 86, 32, .25);
  border-radius: 20px;
  padding: 0px 6px;
  text-decoration: none;
  transition: background .2s, color .2s;
  white-space: nowrap;
  width: fit-content;
}

.pc-category-tag:hover {
  background: #ff5620;
  color: #fff;
  border-color: #ff5620;
}

.add-cart-btn {
  width: 100%;
  border: none;
  height: 41px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ff5620, #ff7b4d);
  color: #fff;
  font-size: 17px;
  transition: .4s;
  margin-top: 20px;
}

.add-cart-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 86, 32, .35);
}

/* SWIPER */

.bestSellerSwiper {
  padding-bottom: 70px;
}

.swiper-slide-link {
  cursor: pointer;
}

.swiper-button-next,
.swiper-button-prev {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  color: #ff5620;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-pagination-bullet-active {
  background: #ff5620;
}

/* Minimalist High-End Categories Aesthetic */
:root {
  --primary-color: #ff5620;
  --text-main-dark: #1b1d20e0;
  --text-muted-gray: #64748b;
  --card-pure-white: #ffffff;
  --button-brand-blue: #0046ff;
  /* Matches the vibrant button in your image */
  --global-radius: 24px;
  /* The exact hyper-rounded style of your image */
  --soft-drop-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Header Text Settings */
.minimalist-section-heading {
  color: white;
  font-size: 31px;
  line-height: 1.3;
  letter-spacing: -0.5px;
  font-weight: 900 !important;
}

.minimalist-header-desc {
  color: var(--text-muted-gray);
  font-size: 1.05rem;
  line-height: 1.5;
}

/* Rounded Clean Action Button */
.btn-minimalist-primary {
  display: inline-block;
  background-color: var(--button-brand-blue);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none !important;
  transition: background-color 0.2s ease-in-out, transform 0.2s ease;
}

.btn-minimalist-primary:hover {
  background-color: #0036c7;
  transform: translateY(-1px);
}

/* Card Outer Base Layer */
.minimalist-cat-card {
  display: block;
  background-color: var(--card-pure-white);
  border-radius: var(--global-radius);
  padding: 35px 25px;
  text-decoration: none !important;
  box-shadow: var(--soft-drop-shadow);
  border: 1px solid #f1f5f9;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1), box-shadow 0.3s ease;
}

.minimalist-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-hover-shadow);
}

.card-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Clean left/right structural alignment */
  text-align: right;
  width: 100%;
}

/* Icon Avatar with Floating Soft Colored Circles Layout */
.icon-avatar-badge {
  position: relative;
  width: 188px;
  height: 144px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.avatar-bg-circle {
  position: absolute;
  bottom: -20px;
  left: -31px;
  width: 131px;
  height: 107px;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.65;
}

/* Individual modern pastel background circular tints matching your exact image layout */
.color-orange-tint {
  background-color: #ffedd5;
}

.color-blue-tint {
  background-color: #e0f2fe;
}

.color-green-tint {
  background-color: #dcfce7;
}

.color-red-tint {
  background-color: #fee2e2;
}

.icon-avatar-badge img {
  width: 175px;
  height: 170px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  transform: scale(1.2);
}

.minimalist-categories-section {
  background-attachment: fixed;
  background-size: cover;
  margin: 24px;
  padding: 49px;
  border-radius: 31px;
}

.minimalist-cat-card:hover .icon-avatar-badge img {
  transform: scale(1.1) rotate(3deg);
}

/* Inner Text Frameworks */
.minimalist-card-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main-dark);
  margin: 3px 0 9px 0;
}

.minimalist-card-desc {
  font-size: 15px;
  color: var(--text-muted-gray);
  margin: 0;
  line-height: 1.6;
}

.prefooter {
  background-color: #ff5620;
  height: 125px;
}

.userProfileBtn,
.cartBtn {
  color: #ff5620;
  text-align: center;
  font-size: 20px;
}


/* Scoped header styles for the Rival-like header */
/* make header float above the hero/slider with pill-shaped translucent background */
.rival-header-wrap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: auto;
  z-index: 60;
  /* sit above slider */
  box-sizing: border-box;
  padding: 0 12px;
}

.rival-header {
  width: 100%;
  max-width: 94%;
  background: rgba(27, 29, 32, 0.88);
  border-radius: 21px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 20px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.03);
  opacity: 0.95
}

.rival-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
}

.rival-brand img {
  width: 83px;
  top: 4px;
  position: relative;
}

.rival-brand .brand-text {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.rival-nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.rival-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 26px;
  align-items: center;
}

.rival-nav a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  font-weight: 600;
  padding: 8px 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
}

.rival-nav a.active,
.rival-nav a:hover,
.favBtn {
  color: #ff5b26;
  /* bright green accent */
}

.rival-cta {
  align-items: center;
  min-width: 130px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.rival-cta .btn-cta {
  background: #ff5b26;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 28px;
  box-shadow: 0 6px 18px rgba(151, 201, 0, 0.12);
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Responsive tweaks */
@media (max-width: 900px) {
  .rival-nav ul {
    gap: 14px;
  }

  .rival-brand .brand-text {
    font-size: 16px;
  }

  .rival-cta {
    min-width: 110px;
  }
}

@media (max-width: 640px) {
  .rival-header {
    padding: 8px 12px;
    gap: 12px;
    border-radius: 28px;
    max-width: calc(100% - 28px);
  }

  .rival-nav {
    display: none;
  }

  .rival-brand .brand-text {
    display: none;
  }

  .slick-dots {
    display: none;
  }
}

/* Icon sizing for nav links */
.rival-nav a .nav-icon {
  font-size: 16px;
  line-height: 1;
  color: inherit;
  /* inherit link color */
  display: inline-block;
  vertical-align: middle;
}

/* Add to Fav Button */
.add-fav-btn {
  flex-shrink: 0;
  width: 41px;
  height: 41px;
  border: 2px solid #ff5b26;
  border-radius: 10px;
  background: transparent;
  color: #ff5b26;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  cursor: pointer;
  transition: .4s;
  text-decoration: none;
}

.add-fav-btn:hover {
  background: #ff5b26;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 86, 32, .35);
}

.text-orange {
  color: var(--primary-color);
}

/* ============================================================
   PRODUCT DETAIL PAGE — pd-* components
   ============================================================ */

.pd-info-panel {
  padding: 2rem 1.5rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
}

/* --- Rating Row --- */
.pd-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.pd-stars {
  display: flex;
  gap: 4px;
}

.pd-stars i {
  color: #ffc107;
  font-size: 18px;
}

.pd-rating-text {
  font-size: 13px;
  color: #999;
  font-weight: 600;
}

/* --- Title --- */
.pd-title {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.35;
  margin-bottom: 12px;
  font-family: Cairo, sans-serif;
}

/* --- Description --- */
.pd-description {
  font-size: 14.5px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 0;
}

/* --- Divider --- */
.pd-divider {
  border: none;
  border-top: 1px solid #f0f0f0;
  margin: 20px 0;
}

/* --- Price Block --- */
.pd-price-block {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.pd-price-main {
  font-size: 30px;
  font-weight: 900;
  color: #ff5620;
  font-family: Cairo, sans-serif;
  letter-spacing: -0.5px;
}

.pd-price-old {
  font-size: 18px;
  font-weight: 500;
  color: #bbb;
  text-decoration: line-through;
}

.pd-discount-badge {
  background: linear-gradient(135deg, #ff5620, #ff8c42);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

/* --- Actions Row --- */
.pd-actions-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}

/* Qty Stepper */
.pd-qty-stepper {
  display: flex;
  align-items: center;
  border: 1.5px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  flex-shrink: 0;
}

.pd-qty-btn {
  width: 40px;
  height: 48px;
  border: none;
  background: transparent;
  color: #555;
  font-size: 12px;
  cursor: pointer;
  transition: background .2s, color .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-qty-btn:hover {
  background: #ff5620;
  color: #fff;
}

.pd-qty-input {
  width: 48px;
  height: 48px;
  border: none;
  border-right: 1.5px solid #e8e8e8;
  border-left: 1.5px solid #e8e8e8;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  outline: none;
  background: #fafafa;
  font-family: Cairo, sans-serif;
}

/* Add to Cart Button */
.pd-add-cart {
  flex: 1;
  height: 50px;
  background: linear-gradient(135deg, #ff5620 0%, #ff8040 100%);
  color: #fff !important;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  font-family: Cairo, sans-serif;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  transition: transform .25s, box-shadow .25s, filter .25s;
  box-shadow: 0 6px 20px rgba(255, 86, 32, .35);
  white-space: nowrap;
}

.pd-add-cart:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(255, 86, 32, .45);
  filter: brightness(1.05);
  color: #fff !important;
}

.pd-add-cart:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(255, 86, 32, .3);
}

.pd-add-cart i {
  font-size: 16px;
}

/* Wishlist Button */
.pd-wish-btn {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 1.5px solid #ff5620;
  border-radius: 12px;
  background: transparent;
  color: #ff5620;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color .25s, color .25s, background .25s, transform .25s, box-shadow .25s;
}

.pd-wish-btn:hover {
  background: #ff5620;
  border-color: #ff5620;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 86, 32, .4);
}

.pd-wish-btn.active,
.pd-wish-btn.wishlisted {
  border-color: #ff5620;
  background: #ff5620;
  color: #fff;
}

/* --- Responsive adjustments --- */
@media (max-width: 576px) {
  .pd-info-panel {
    padding: 1.5rem 1rem;
  }

  .pd-title {
    font-size: 20px;
  }

  .pd-price-main {
    font-size: 24px;
  }

  .pd-actions-row {
    flex-wrap: wrap;
  }

  .pd-add-cart {
    flex: 1 1 100%;
    order: 1;
  }

  .pd-qty-stepper {
    order: 0;
  }

  .pd-wish-btn {
    order: 2;
  }
}

/* Product Meta Box */
.product-meta-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #efefef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.product-meta-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #f3f3f3;
  transition: background .2s;
}

.product-meta-item:last-child {
  border-bottom: none;
}

.product-meta-item:hover {
  background: #fff8f6;
}

.meta-icon {
  width: 34px;
  height: 34px;
  background: rgba(255, 91, 38, .1);
  color: #ff5b26;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.meta-label {
  font-size: 13px;
  color: #999;
  font-weight: 500;
  min-width: 75px;
}

.meta-value {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  margin-right: auto;
  direction: ltr;
  text-align: left;
}

// ...existing code...

/* Product Card — price */
.product-card .price-new {
  color: #ff5620;
  font-weight: 700;
  font-size: 15px;
}

.product-card .price-old {
  color: #aaa;
  font-size: 13px;
  text-decoration: line-through;
  margin-right: 6px;
}

/* Product Card — actions */
.product-card .product-actions {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.product-card .add-cart-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #ff5620;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: background .2s, transform .15s;
}

.product-card .add-cart-btn:hover {
  background: #e04510;
  transform: translateY(-1px);
}

.product-card .add-fav-btn {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 2px solid #ff5620;
  background: transparent;
  color: #ff5620;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .2s, color .2s, transform .15s;
}

.product-card .add-fav-btn:hover,
.product-card .add-fav-btn.active {
  background: #ff5620;
  color: #fff;
  transform: translateY(-1px);
}

.product-card .add-fav-btn.wishlisted {
  background: #ff5620;
  color: #fff;
  transform: translateY(-1px);
}

/* ===== WISHLIST PAGE ===== */
.wishlist-page-section {
  min-height: 60vh;
}

.wishlist-icon-badge {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #ff5620, #ff8c5a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist-icon-badge i {
  color: #fff;
  font-size: 22px;
}

.wishlist-page-title {
  font-size: 26px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.wishlist-page-sub {
  color: #888;
  margin: 0;
  font-size: 14px;
}

.wishlist-loading-state {
  text-align: center;
  padding: 80px 20px;
}

.text-orange {
  color: #ff5620 !important;
}

.wishlist-empty-state {
  text-align: center;
  padding: 80px 20px;
}

.wishlist-empty-state .empty-icon i {
  font-size: 72px;
  color: #ddd;
}

.wishlist-empty-state h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  color: #444;
}

.wishlist-empty-state p {
  color: #999;
}

.wishlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 24px;
}

.wl-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .07);
  transition: transform .25s, box-shadow .25s;
}

.wl-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.wl-card-image-link {
  display: block;
}

.wl-card-image {
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #f9f9f9;
}

.wl-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s;
}

.wl-card:hover .wl-card-image img {
  transform: scale(1.05);
}

.wl-card-body {
  padding: 16px;
}

.wl-card-title {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 10px;
}

.wl-card-title:hover {
  color: #ff5620;
}

.wl-price-block {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.wl-price-new {
  font-size: 16px;
  font-weight: 700;
  color: #ff5620;
}

.wl-price-old {
  font-size: 13px;
  color: #aaa;
  text-decoration: line-through;
}

.wl-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wl-add-cart-btn {
  flex: 1;
  background: #ff5620;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s;
  cursor: pointer;
  white-space: nowrap;
}

.wl-add-cart-btn:hover {
  background: #e04010;
  color: #fff;
  transform: translateY(-1px);
}

.wl-add-cart-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.wl-view-btn {
  width: 38px;
  height: 38px;
  background: transparent;
  color: #ff5620;
  border: 1.5px solid #ff5620;
  border-radius: 8px;
  padding: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.wl-view-btn:hover {
  background: #ff5620;
  color: #fff;
  transform: translateY(-1px);
}

.wl-remove-btn {
  width: 38px;
  height: 38px;
  border: 1px solid #eee;
  border-radius: 8px;
  background: #fff;
  color: #aaa;
  font-size: 14px;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wl-remove-btn:hover {
  background: #fff0ed;
  color: #ff5620;
  border-color: #ff5620;
}

@media (max-width: 576px) {
  .wishlist-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .wl-card-actions {
    gap: 6px;
  }

  .wl-add-cart-btn {
    font-size: 11px;
    padding: 8px 6px;
  }

  .wl-view-btn,
  .wl-remove-btn {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }
}

/* ═══════════════════════════════════════════════
   FEATURE CARDS - For Homepage & Empty Cart
   ═══════════════════════════════════════════════ */
:root {
  --primary: #ff5620;
  --primary-hover: #e54d1a;
  --primary-light: rgba(255, 86, 32, 0.1);
  --dark: #2c3e50;
  --gray: #718096;
  --gray-lighter: #e2e8f0;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --radius-lg: 16px;
}

.empty-cart-features {
  margin-bottom: 80px;
}

.feature-card {
  background: var(--white);
  padding: 36px 24px;
  border-radius: var(--radius-lg);
  text-align: center;
  border: 1px solid var(--gray-lighter);
  box-shadow: var(--shadow-sm);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), #ff7849);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary-light);
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-icon {
  width: 80px;
  height: 80px;
  background: var(--primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  transition: all 0.3s;
}

.feature-card:hover .feature-icon {
  background: linear-gradient(135deg, var(--primary), #ff7849);
  transform: scale(1.1);
}

.feature-icon i {
  font-size: 36px;
  color: var(--primary);
  transition: color 0.3s;
}

.feature-card:hover .feature-icon i {
  color: var(--white);
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}

.feature-description {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
  margin: 0;
}

/* Responsive - Feature Cards */
@media (max-width: 767px) {
  .feature-card {
    padding: 28px 20px;
  }

  .feature-icon {
    width: 70px;
    height: 70px;
  }

  .feature-icon i {
    font-size: 32px;
  }

  .feature-title {
    font-size: 16px;
  }

  .feature-description {
    font-size: 13px;
  }

  .empty-cart-features {
    margin-bottom: 50px;
  }
}

.lowQtyBtn {
  border-radius: 0 10px 10px 0;
}

.addQtyBtn {
  border-radius: 10px 0 0 10px;
}

.mt--5 {
  margin-top: -20px;
}

.notyf-icon {
  position: relative;
  left: 16px;
}