@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.icon-with-title, .footer-section .subscribe-section, .product-page-details .product-details-content .product-data-box .product-single-size, .success-alert-popup, .error-page-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-page-title, .login-header, .form-layout, .password-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.breadcrumbs, .title-with-scroller .left-title .sub-content, .user-profile .lang-value, .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show, .footer-section .subscribe-section p, .brands-checkboxes .form-check-label, .categ-layout .result-bar .sub, .about-us-tabs .tab-content .contant p, .about-us-tabs .team-section .single-member .name, .contact-title p, .contact-boxes .single-box p, .form-header p, .text-form, label, .modal-header .sub-text, .success-alert-popup a, .form-option .or, .error-page-layout p, .home-bannar .bannar-content p, .categ-item p, .cells-titles .products-cell .product-details h4,
.single-cart-product .products-cell .product-details h4, .cells-titles .product-features,
.single-cart-product .product-features, .shipping-card .item-data .details .detail .detail-value, .shipping-card .show-all p, .profile-form label {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.error-page-layout h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
}

.login-with-social-box {
  border: 1px solid #E2E3E9;
  border-radius: 10px;
}

.error-page-layout, .success-alert-popup, .product-page-details .product-details-content .product-data-box .product-single-size, .footer-section .subscribe-section, .icon-with-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.password-label, .form-layout, .login-header, .side-page-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile-form label, .shipping-card .show-all p, .shipping-card .item-data .details .detail .detail-value, .cells-titles .product-features,
.single-cart-product .product-features, .cells-titles .products-cell .product-details h4,
.single-cart-product .products-cell .product-details h4, .categ-item p, .home-bannar .bannar-content p, .error-page-layout p, .form-option .or, .success-alert-popup a, .modal-header .sub-text, label, .text-form, .form-header p, .contact-boxes .single-box p, .contact-title p, .about-us-tabs .team-section .single-member .name, .about-us-tabs .tab-content .contant p, .categ-layout .result-bar .sub, .brands-checkboxes .form-check-label, .footer-section .subscribe-section p, .nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show, .user-profile .lang-value, .title-with-scroller .left-title .sub-content, .breadcrumbs {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.error-page-layout h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
}

.login-with-social-box {
  border: 1px solid #E2E3E9;
  border-radius: 10px;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body,
.accordion-item,
.accordion-button {
  background-color: #FFFFF7 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
p,
div,
span,
li,
ul {
  color: #452A2D;
  font-family: "Rubik", sans-serif;
}

a {
  color: #452A2D;
}

ul {
  list-style: none;
}

a {
  text-decoration: unset;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 0px;
  position: relative;
}

.site-page {
  padding: 2rem 0rem;
}

.site-inner-page {
  padding: 2rem 0;
  width: 90%;
  margin: auto;
}

.breadcrumbs {
  width: -moz-fit-content;
  width: fit-content;
  background: #E4F0E2;
  padding: 1rem;
  border-radius: 40px;
}
.breadcrumbs span {
  margin: 0 1rem;
}
.breadcrumbs span:last-child a {
  color: #8B7A7C;
}

.navbar,
.top-bar {
  padding-right: 3rem;
  padding-left: 3rem;
}

.site-body {
  padding: 2rem 5rem;
}

.center-title {
  font-size: 38px;
  font-weight: 700;
  line-height: 43.7px;
  text-align: center;
  margin: 2rem 0;
}

.left-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}
.left-title .counter {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.title-with-scroller {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  margin-bottom: 1rem;
}
.title-with-scroller .left-title {
  font-size: 39px;
  font-weight: 700;
  line-height: 43.7px;
  margin: 1rem 0;
}
.title-with-scroller .left-title .sub-content {
  color: #8B7A7C;
  width: 70%;
  margin: 1rem 0;
}

label {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0.5rem 0;
}

.form-select {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.form-select:focus {
  box-shadow: unset;
  border: 1px solid #452A2D;
}

.no-data-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 3rem 0rem;
}
.no-data-page img {
  width: 30%;
}

.box-border-bottom {
  border-bottom: 1px solid #E2E3E9;
  padding-bottom: 2rem;
}

.filter-bar {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 1rem;
  margin-right: 2rem;
  margin-top: 1rem;
}
.filter-bar .main-filter-title {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.filter-bar .filter-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filter-categ {
  list-style-type: none;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.6);
}

.filter-boxes li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.filter-boxes .form-check-input[type=checkbox] {
  height: 40px;
  width: 40px;
  border-radius: 50px;
  border: 1px solid;
}
.filter-boxes #redChoice {
  background: red;
  border-color: rgb(214, 3, 3);
}
.filter-boxes #greenChoice {
  background: green;
  border-color: rgb(2, 97, 2);
}
.filter-boxes #blueChoice {
  background: blue;
  border-color: rgb(3, 3, 209);
}
.filter-boxes #yellowChoice {
  background: yellow;
  border-color: rgb(168, 168, 8);
}
.filter-boxes #orangeChoice {
  background: orange;
  border-color: rgb(172, 115, 9);
}
.filter-boxes #babyblueChoice {
  background: rgb(57, 120, 214);
  border-color: rgb(26, 81, 163);
}
.filter-boxes #blackChoice {
  background: black;
  border-color: black;
}
.filter-boxes #pinkChoice {
  background: pink;
  border-color: rgb(247, 136, 155);
}
.filter-boxes .product-data-box .product-single-size {
  cursor: pointer;
  padding: 0.8rem 1.5rem;
  background-color: #F0F0F0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0.5rem 0.2rem;
  display: inline-block;
}
.filter-boxes .product-data-box .active {
  background-color: #020127;
  color: #fff;
}

.side-page-title {
  text-align: left;
}
.side-page-title h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 43.7px;
}
.side-page-title .sub-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFF7;
}
.side-page-title .sort-section {
  width: 15%;
}
.side-page-title .sort-section label {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFF7;
}

.second-bg {
  background-color: #E4F0E2;
}

.right-text {
  text-align: right;
}

@media (max-width: 991px) {
  .site-body {
    padding: 1rem !important;
  }
  .title-with-filter h2 {
    font-size: 21px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
  }
}
.hide-top {
  display: none !important;
}

.show-top {
  display: block;
}

.btn {
  padding: 0.5rem 2rem;
  transition: 0.5s;
  line-height: 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 400;
}

.solid-main-btn {
  background-color: #452A2D;
  border: 1px solid #452A2D;
  color: #fff;
}
.solid-main-btn img {
  width: 15px !important;
  margin-right: 0.5rem;
}

.solid-main-btn:hover {
  background-color: #452A2D !important;
  color: #fff;
  opacity: 0.7;
}

.solid-gray-btn {
  background-color: #E5E7EA;
  border: 1px solid #E5E7EA;
  color: #131927;
}

.solid-gray-btn:hover {
  background-color: #E5E7EA;
  opacity: 0.8;
}

.outline-btn-main {
  border: 1px solid #452A2D;
  color: #452A2D;
  transition: 0.5s;
  text-align: center;
  background-color: transparent;
}
.outline-btn-main img {
  width: 15px !important;
  margin-right: 0.5rem;
}

.outline-btn-main:hover {
  border: 1px solid #8B7A7C;
  color: #8B7A7C;
}

.outline-btn-black {
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  transition: 0.5s;
  text-align: center;
  padding: 0.1rem 1.5rem;
  background-color: white;
}

.outline-btn-black:hover {
  border-color: gray;
}

.outline-btn-white {
  border: 1px solid #fff;
  color: #fff;
}

.outline-btn-white:hover {
  border-color: #E5E7EA;
  opacity: 0.8;
  color: #E5E7EA;
}

.single-product .outline-btn-black {
  border: 1px solid #452A2D !important;
  background-color: transparent;
}
.single-product .outline-btn-black:hover {
  background-color: #452A2D;
  color: white;
  border: #452A2D;
}

.outline-btn-gray {
  border: 1px solid #8B7A7C;
  border-radius: 24px;
  color: #8B7A7C;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  transition: 0.5s;
  text-align: center;
  padding: 0.7rem 1.5rem;
}

@media (max-width: 991px) {
  .btn {
    padding: 0.4rem 0.8rem;
    font-size: 10px;
  }
  .solid-main-btn {
    font-weight: 400;
  }
}
.lang-switcher {
  padding: 0 1rem;
  font-size: 12px;
  cursor: pointer;
}
.lang-switcher img {
  width: 24px;
}

.user-profile {
  display: flex;
  flex-flow: column;
}
.user-profile span {
  position: relative;
  width: 100%;
}
.user-profile span .user-arrow {
  position: absolute;
  width: 16px;
  right: 0;
  top: 4px;
}
.user-profile svg {
  color: #90C487;
  font-size: 18px;
}
.user-profile .lang-value {
  margin: 0 0.5rem;
  color: #452A2D;
}

.cart-and-wishlist {
  background-color: #E4F0E2;
  padding: 0.5rem 2rem;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  -ms-border-radius: 28px;
  -o-border-radius: 28px;
}

.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  font-family: "Rubik", sans-serif;
  color: #8B7A7C;
}
.nav-link span,
.navbar-nav .nav-link.active span,
.navbar-nav .nav-link.show span {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}

.navbar-expand-lg .navbar-nav {
  margin-left: auto;
}

.navbar-nav li {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}

.header-icons {
  position: relative;
  padding: 0 1rem;
}
.header-icons span {
  position: absolute;
  top: -10px;
  right: 0;
  color: #452A2D;
  background-color: #90C487;
  border-radius: 50px;
  padding: 0.1rem 0.5rem;
  font-size: 13px;
}

.search-div {
  position: relative;
}
.search-div img {
  position: absolute;
  top: 5px;
  right: 10px;
  background: #452A2D;
  padding: 0.3rem;
  border-radius: 50px;
}
.search-div input {
  border-radius: 50px;
  border: 1px solid #E5E7EA;
  background-color: #E4F0E2;
}
.search-div input:focus {
  box-shadow: unset;
  border-color: #F2F3F7;
}

.form-control {
  background-color: #E2E3E9;
  border-radius: 0;
  padding: 0.5rem 5rem 0.5rem 3rem;
}

.dropdown-menu-flag {
  width: 30px;
  border-radius: 50px;
  margin: 0 0.2rem;
}

.categories-menu {
  background-color: #452A2D !important;
}
.categories-menu .nav-link {
  color: white;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.categories-menu .nav-link:hover {
  color: #90C487;
}

.mobile-menu {
  display: none;
}

.hide-mobile {
  display: block;
}

.desktop-menu {
  display: block;
  border-bottom: 1px solid #E5E7EA;
}

.hide-desktop {
  display: none;
}

.logo-section {
  min-width: 15%;
}

.icon-with-title {
  padding: 0.3rem 1rem;
}

.footer-lang svg {
  margin: 0 0.2rem;
  display: inline-block;
}

@media (max-width: 991px) {
  .home-bannar {
    background-image: url("../../img/Mainimage.png") !important;
    padding: 1rem !important;
    min-height: 275px !important;
  }
  .home-bannar .bannar-content {
    width: 85% !important;
  }
  .home-bannar .bannar-content h2 {
    font-size: 25px !important;
    line-height: 26px !important;
  }
  .single-product {
    min-width: 55% !important;
    margin: 0 !important;
  }
  .categ-item {
    width: 56% !important;
    min-width: 80% !important;
  }
  .cart-and-wishlist {
    padding: 0.5rem;
  }
  .hide-mobile {
    display: none !important;
  }
  .desktop-menu {
    display: none !important;
  }
  .hide-desktop {
    display: block;
  }
  .mobile-menu {
    display: block;
    padding: 1rem;
  }
  .mobile-menu .icon-with-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-menu .search-div {
    margin: 0;
  }
  .mobile-menu .login-mob {
    background-color: #90C487;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding: 1rem;
    color: white;
  }
  .mobile-menu a {
    text-decoration: unset;
  }
  .mobile-menu ul {
    list-style-type: none;
    padding: 0;
  }
  .mobile-menu ul li {
    display: flex;
  }
  .mobile-menu .offcanvas-header {
    padding: 2rem;
    display: flex;
    align-items: center;
  }
  .mobile-menu .offcanvas-header h3 {
    font-family: "Rubik", sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 29px;
    display: flex;
    flex-flow: column;
  }
  .mobile-menu .offcanvas-header h3 span {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #8B7A7C;
  }
  .mobile-menu .offcanvas-body {
    padding: 0 2rem;
  }
  .mobile-menu .user-profile {
    background-color: #E2E3E9;
    display: flex;
    justify-content: space-around;
    flex-flow: row;
    align-items: center;
    padding: 1rem;
  }
  .mobile-menu .user-profile img {
    width: 50px;
    height: 50px;
  }
  .mobile-menu .user-profile .user-icon {
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .mobile-menu .user-profile .user-img-name-email .username {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #90C487;
    margin-bottom: 0;
  }
  .mobile-menu .user-profile .user-img-name-email .email {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #8B7A7C;
  }
  .mobile-menu .menu-items li {
    margin: 1.5rem 0;
  }
  .mobile-menu .menu-items li a {
    color: #080809;
  }
  .mobile-menu .menu-items li img {
    margin-right: 1rem;
  }
  .mobile-menu .main-categories .title {
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #8B7A7C;
  }
  .mobile-menu .accordion-button:not(.collapsed) {
    background-color: white;
  }
  .mobile-menu .accordion-header {
    border: unset;
  }
  .mobile-menu .accordion-button:not(.collapsed) {
    box-shadow: unset;
  }
  .mobile-menu .accordion-button:focus {
    box-shadow: unset;
  }
  .mobile-menu .accordion-button {
    padding: 0.5rem 0;
  }
  .mobile-menu .accordion-button::after {
    background-image: url(../images/icons/add.svg);
  }
  .categories-menu ul {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
  }
  .logo-logout-row {
    width: 100%;
    display: flex;
    margin-top: 0.8rem;
    justify-content: space-between;
  }
}
.footer-section {
  background-color: #E4F0E2;
  padding: 2rem;
}
.footer-section .subscribe-section {
  flex-flow: row;
  color: white;
  padding: 3rem;
  border-radius: 28px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-section .subscribe-section .sub-content {
  text-align: left;
}
.footer-section .subscribe-section h2 {
  font-size: 39px;
  font-weight: 600;
  width: 80%;
  line-height: 43.7px;
}
.footer-section .subscribe-section p {
  color: #8B7A7C;
  width: 50%;
  text-align: left;
}
.footer-section .subscribe-section .input-sub-section {
  position: relative;
  width: 50%;
}
.footer-section .subscribe-section .input-sub-section .subscribe-input {
  position: absolute;
  width: 100%;
  left: 0;
  background-color: white;
  border-radius: 24px;
  padding: 0.7rem 1rem;
}
.footer-section .subscribe-section .input-sub-section .subscribe-input:focus {
  box-shadow: unset;
  border-color: #90C487;
}
.footer-section .subscribe-section .input-sub-section .subscribe-btn {
  border-radius: 24px;
  position: absolute;
  right: 4px;
  top: 4px;
  background-color: #452A2D;
  border: 1px solid #452A2D;
  color: white;
  padding: 0.42rem 1rem;
}

.footer-container {
  background-color: #FFF4E5;
  padding: 3rem 0rem 1rem;
  border-radius: 28px;
  color: #90C487;
  font-family: Noto Kufi Arabic;
  margin-top: 1rem;
}
.footer-container .row {
  width: 90%;
  margin: auto;
}
.footer-container p {
  font-size: 13px;
  font-weight: 400;
  color: #8B7A7C;
  margin: 1rem 0;
}
.footer-container span {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin: 0.2rem 0;
  display: inline-block;
}
.footer-container ul {
  list-style-type: none;
  padding: 0;
}
.footer-container ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0.4rem 0;
}
.footer-container ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer-container ul a {
  color: #452A2D;
}
.footer-container .footer-list-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -1px;
}
.footer-container .copyright-section {
  margin-top: 1rem;
  text-align: center;
  padding-top: 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.footer-container .copyright-section .icons-row {
  display: flex;
  justify-content: flex-end;
}
.footer-container .copyright-section span {
  padding: 1rem;
  border-radius: 50px;
  background-color: #90C487;
  margin: 0 1rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  cursor: pointer;
  -o-transition: 0.5s;
}
.footer-container .copyright-section svg {
  transition: 0.5s;
  color: white;
  cursor: pointer;
}

.footer-imgs {
  margin: 1rem 0;
}
.footer-imgs span {
  margin: 0 0.5rem;
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer-container .logo-section {
    width: 90%;
    margin: auto;
  }
  .footer-container .row {
    width: 100%;
    margin: 3rem 0;
  }
  .footer-container .copyright-section .icons-row {
    display: flex;
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .footer-section .subscribe-section {
    flex-flow: column;
    padding: 3rem 0.5rem;
  }
  .footer-section .subscribe-section .input-sub-section {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-section .subscribe-section h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .footer-section .subscribe-section p,
  .footer-section .subscribe-section h2 {
    width: 100% !important;
  }
}
.filter-controller-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.filter-controller-section .title {
  color: #8B7A7C;
}

.filter-canvas {
  /* width */
  /* Track */
  /* Handle */
  /* Corner */
}
.filter-canvas .offcanvas-end {
  background-color: #FFFFF7;
  margin: 1rem 0;
  border-radius: 16px;
  font-weight: 500;
}
.filter-canvas .choices::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}
.filter-canvas .choices::-webkit-scrollbar-track {
  background: #F5F4F4;
}
.filter-canvas .choices::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #452A2D;
}
.filter-canvas .choices::-webkit-scrollbar-corner {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.filter-canvas .choices {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.filter-canvas .choices .form-check {
  position: relative;
  min-width: 55%;
  margin-bottom: 1rem;
  cursor: pointer;
}
.filter-canvas .choices .form-check-input {
  display: none;
}
.filter-canvas .choices .form-check-label {
  border: 2px solid #452A2D;
  padding: 0.5rem 1rem;
  border-radius: 40px;
  width: 100%;
}
.filter-canvas .choices .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: unset;
  color: white;
  background-color: #452A2D;
  box-shadow: unset;
}
.filter-canvas .choices .form-check-input:checked + .form-check-label {
  color: white;
  /* Change this to the desired color */
  background-color: #452A2D;
}
.filter-canvas .accordion-button {
  font-weight: 500;
}
.filter-canvas .accordion-body .form-control {
  background-color: white !important;
  border: 1px solid #452A2D;
}

.brands-checkboxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.brands-checkboxes .form-check {
  margin-right: 0;
  margin-bottom: 1rem;
}
.brands-checkboxes .form-check-label {
  margin: 0;
}
.brands-checkboxes .form-check-label .counter {
  color: #8B7A7C;
  font-weight: 100;
  font-size: 13px;
}

.price-rang {
  display: flex;
  align-items: center;
}
.price-rang input {
  padding: 0.5rem 1rem;
  border-radius: 40px;
}
.price-rang .dash {
  position: relative;
  display: inline-block;
  width: 20px;
}
.price-rang .dash::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 1.5px;
  width: 8px;
  left: -4px;
  background-color: #452A2D;
}

.filter-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categ-layout {
  display: flex;
}
.categ-layout .filter-bar {
  width: 20%;
}
.categ-layout .result-bar {
  width: 78%;
}
.categ-layout .result-bar .sub {
  color: #8B7A7C;
}

.title-with-filter {
  display: flex;
  justify-content: space-between;
}
.title-with-filter h2 {
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
  display: flex;
  flex-flow: column;
}
.title-with-filter h2 span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #8B7A7C;
}
.title-with-filter .filter-header {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.title-with-filter .filter-header .sort-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-with-filter .filter-header .sort-section b {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin: 0 0.2rem;
}
.title-with-filter .filter-header .sort-section .form-select {
  border: unset !important;
}
.title-with-filter .filter-header .sort-section .form-select:focus {
  box-shadow: unset;
}

/* Import Google Font - Poppins */
.wrapper {
  padding: 1rem;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}

header p {
  font-size: 16px;
  margin-bottom: 0;
}

.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}

.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}

.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}

.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}

.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: black;
}

.range-input {
  position: relative;
}

.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: black;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* Support */
.support-box {
  top: 2rem;
  position: relative;
  bottom: 0;
  text-align: center;
  display: block;
}

.b-btn {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.b-btn.paypal i {
  color: blue;
}

.b-btn:hover {
  text-decoration: none;
  font-weight: bold;
}

.b-btn i {
  font-size: 20px;
  color: yellow;
  margin-top: 2rem;
}

.filter-price .field input {
  background-color: transparent;
  border: unset;
}

/*--- /.price-range-slider ---*/
.wish-list-products {
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 9px;
}

.accordion-button:not(.collapsed) {
  color: #452A2D;
  background-color: unset;
  box-shadow: unset;
}

.accordion-button:focus {
  box-shadow: unset;
}

.accordion-item {
  border: unset;
  padding: 0;
}

@media (max-width: 991px) {
  .categ-layout .result-bar {
    width: 99%;
  }
  .filter-items {
    display: flex;
    overflow: scroll;
    margin-bottom: 2rem;
  }
  .filter-items .form-select {
    margin: 0.5rem 0.1rem;
    min-width: 30%;
  }
}
.header-banner-img {
  padding: 2rem 0;
  position: relative;
}
.header-banner-img img {
  width: 100%;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.header-banner-img .scrollar {
  position: absolute;
  bottom: 10%;
  left: 44%;
  background: #90C487;
  padding: 0.4rem 2rem;
  border-radius: 50px;
  color: white;
  font-weight: 400;
}

.about-us-tabs .nav-pills {
  min-width: 25%;
  background: #FFF4E5;
  padding: 1rem;
  border-radius: 16px;
}
.about-us-tabs .nav-pills .nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #452A2D;
}
.about-us-tabs .nav-pills .nav-link span {
  font-size: 39px;
  font-weight: 500;
  line-height: 43.7px;
  margin-right: 1rem;
}
.about-us-tabs .nav-pills .nav-link .fa-minus {
  display: none;
}
.about-us-tabs .nav-pills .nav-link.active .fa-minus {
  display: block;
}
.about-us-tabs .nav-pills .nav-link.active .fa-plus {
  display: none;
}
.about-us-tabs .nav-pills .nav-link.active span {
  color: #90C487;
}
.about-us-tabs .tab-pane {
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.about-us-tabs .tab-pane::after {
  position: absolute;
  font-size: 400px;
  bottom: -15%;
  right: 0;
  opacity: 0.2;
  color: #90C487;
  z-index: 99;
}
.about-us-tabs .tab-pane:nth-child(1)::after {
  content: "01";
}
.about-us-tabs .tab-pane:nth-child(2)::after {
  content: "02";
}
.about-us-tabs .tab-pane:nth-child(3)::after {
  content: "03";
}
.about-us-tabs .tab-pane:nth-child(4)::after {
  content: "04";
}
.about-us-tabs .tab-content {
  background-color: #E4F0E2;
  padding: 1rem;
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-us-tabs .tab-content .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  color: #8B7A7C;
  margin: 1rem 0;
}
.about-us-tabs .tab-content .contant h4 {
  color: #29191B;
  font-size: 25px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 1rem;
}
.about-us-tabs .tab-content .contant p {
  color: #1B1012;
}
.about-us-tabs .tab-content .contant ul {
  list-style-type: disc !important;
}
.about-us-tabs .team-section {
  display: flex;
  flex-wrap: wrap;
}
.about-us-tabs .team-section .single-member {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  min-width: 18%;
}
.about-us-tabs .team-section .single-member img {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.about-us-tabs .team-section .single-member .name {
  margin: 0.2rem 0;
}
.about-us-tabs .team-section .single-member .position {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.slider-product {
  z-index: 99999999999;
  position: relative;
}
.slider-product .gallery-item {
  min-width: 25%;
  margin: 1rem 0;
}
.slider-product .gallery-item img {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.about-us-tabs .nav-pills {
  margin-right: 1rem;
}

@media (max-width: 991px) {
  .accordion-button {
    margin-bottom: 1rem;
    border-radius: 16px;
    font-weight: 700;
  }
  .accordion-button span {
    font-size: 39px;
    font-weight: 500;
    line-height: 43.7px;
    margin-left: 1rem;
    color: #8B7A7C;
  }
  .accordion-button:not(.collapsed) {
    background-color: #E4F0E2 !important;
  }
  .accordion-button:not(.collapsed) .fa-minus {
    display: block;
  }
  .accordion-button:not(.collapsed) .fa-plus {
    display: none;
  }
  .accordion-button:not(.collapsed) span {
    color: #90C487;
  }
  .about-us-tabs .accordion {
    background: #FFF4E5;
    padding: 1rem;
  }
  .slider-product .gallery-item {
    min-width: 80%;
  }
}
.contact-title {
  text-align: center;
  width: 50%;
  margin: 1rem auto;
}
.contact-title h2 {
  font-size: 49px;
  font-weight: bold;
  line-height: 43.7px;
  color: #1B1012;
}
.contact-title h2 span {
  color: #90C487;
}
.contact-title p {
  color: #8B7A7C;
  margin-bottom: 2rem;
}

.contact-boxes {
  display: flex;
  justify-content: space-between;
}
.contact-boxes .single-box {
  background-color: #E4F0E2;
  width: 30%;
  padding: 2rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.contact-boxes .single-box svg {
  background-color: white;
  padding: 1.2rem;
  border-radius: 16px;
  color: #90C487;
  margin-bottom: 1rem;
}
.contact-boxes .single-box h3 {
  color: #1B1012;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}
.contact-boxes .single-box p {
  color: #8B7A7C !important;
}
.contact-boxes .single-box a {
  color: #90C487;
  font-weight: bold;
  text-decoration: underline;
}

.form-box {
  width: 50%;
  margin: auto;
}
.form-box input {
  background-color: #E4F0E2;
  border: unset;
  padding: 1rem 3rem;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.form-box textarea {
  background-color: #E4F0E2 !important;
  border: unset;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.form-box input:focus, .form-box textarea:focus {
  box-shadow: unset;
  background-color: #F2F3F7 !important;
}
.form-box .input-with-icon {
  position: relative;
}
.form-box .input-with-icon svg {
  position: absolute;
  left: 3%;
  top: 35%;
}
.form-box .input-with-icon select {
  position: absolute;
  left: 1%;
  top: 11%;
  background: #452A2D;
  border: unset;
  padding: 0.7rem 0.9rem;
  border-radius: 40px;
  color: white;
}
.form-box .input-with-icon .number-input {
  padding-left: 7rem;
}

.faqs .row-title {
  width: 50%;
  margin: auto;
}
.faqs .row-title p {
  font-family: Noto Kufi Arabic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #8B7A7C;
}
.faqs .row-title .form-with-btn {
  position: relative;
}
.faqs .row-title .form-with-btn .sub-input {
  box-shadow: 0px 8px 25px 0px rgba(13, 10, 44, 0.0588235294);
  border: 1px solid #EFF0F6;
  background-color: white;
  padding: 1.5rem;
}
.faqs .row-title .form-with-btn button {
  position: absolute;
  top: 8px;
  padding: 1rem;
  right: 8px;
}
.faqs .accordion-button:not(.collapsed) {
  background-color: white;
  padding: 2rem;
}
.faqs .accordion-header {
  border: unset;
}
.faqs .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
.faqs .accordion-item {
  border: 2px solid black !important;
  /* Default border style */
  border-radius: 16px;
  margin-bottom: 10px;
}
.faqs .accordion-button {
  margin: 1rem 0;
}
.faqs .accordion-button:focus {
  box-shadow: unset;
}
.faqs .find-section {
  display: flex;
  justify-content: space-around;
  padding: 1rem;
}
.faqs .find-section p {
  font-family: Noto Kufi Arabic;
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}

.accordion .accordion-item,
.accordion .accordion-header {
  border: none;
}

.faqs-questions {
  padding: 3rem;
}

.producr-details-breadcrumbs {
  width: 90%;
  margin: auto !important;
}

.product-page-details {
  width: 90%;
  margin: auto !important;
  padding: 1rem;
}
.product-page-details .product-imgs {
  display: flex;
  width: 100%;
  flex-flow: column;
}
.product-page-details .product-imgs .main-img {
  position: relative;
}
.product-page-details .product-imgs .main-img .badge {
  background-color: #FFC04A;
  color: #452A2D;
  position: absolute;
  top: 2%;
  left: 2%;
  padding: 0.5rem 1rem;
  font-size: 25px;
}
.product-page-details .product-imgs .main-img .brand-img {
  position: absolute;
  left: 2%;
  bottom: 2%;
  background-color: white;
  padding: 1rem;
  border-radius: 16px;
}
.product-page-details .product-imgs .main-img .brand-img img {
  width: 100%;
  height: 100%;
}
.product-page-details .product-details-content {
  width: 100%;
}
.product-page-details .carousel-indicators {
  top: 100%;
}
.product-page-details .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.product-page-details .price-title {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #8B7A7C;
}
.product-page-details .price {
  display: flex;
}
.product-page-details .price .disc-value {
  margin: 0.25rem 1rem;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product-page-details .price .disc-value::after {
  content: "";
  position: absolute;
  top: 40%;
  height: 1px;
  width: 100%;
  background-color: #8B7A7C;
  left: 0;
}
.product-page-details .accordion {
  border-radius: 24px;
}
.product-page-details .accordion-button:not(.collapsed),
.product-page-details .accordion-body {
  background-color: #E4F0E2 !important;
}
.product-page-details .accordion-body {
  border-radius: 0 0 24px 24px;
}
.product-page-details .accordion-button {
  border-radius: 24px 24px 0 0;
  margin-top: 1rem;
}

.all-reviews {
  padding: 2rem 4rem;
  background-color: #FFF4E5;
  margin-bottom: 2rem;
}

.reviews-boxes {
  display: flex;
  gap: 11px;
  margin: 2rem 0;
}
.reviews-boxes .single-review {
  width: 30%;
  background-color: #E4F0E2;
  padding: 1rem;
  border: unset;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.broduct-grid .prodcut-card {
  width: 49% !important;
}

.checkout-page #progress {
  width: 72%;
  left: 55px;
  top: 40%;
}

.product-page-details {
  margin: 2rem 0;
  display: flex;
}
.product-page-details .carousel-indicators {
  top: 95% !important;
}
.product-page-details .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.product-page-details .product-imgs {
  display: flex;
  width: 50%;
}
.product-page-details .product-imgs .main-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.product-page-details .product-imgs .three-img-col {
  margin: 0 1rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.product-page-details .product-details-content {
  width: 50%;
}
.product-page-details .product-details-content .solid-main-btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.product-page-details .product-details-content .product-data-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 1rem;
}
.product-page-details .product-details-content .product-data-box .single-product-title {
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}
.product-page-details .product-details-content .product-data-box .product-data-box-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0.5rem 0;
}
.product-page-details .product-details-content .product-data-box a {
  text-decoration: unset;
  color: #90C487;
}
.product-page-details .product-details-content .product-data-box .price {
  display: flex;
}
.product-page-details .product-details-content .product-data-box .price .new-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.product-page-details .product-details-content .product-data-box .price .original-price {
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
}
.product-page-details .product-details-content .product-data-box .price .disc-percent {
  background: rgba(255, 51, 51, 0.1019607843);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #FF3333;
  padding: 2px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
}
.product-page-details .product-details-content .product-data-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.product-page-details .product-details-content .product-data-box .check-boxes-bg {
  background-color: #E5E7EA;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.product-page-details .product-details-content .product-data-box .form-check-input {
  display: none !important;
}
.product-page-details .product-details-content .product-data-box .product-single-size {
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0.5rem 0.2rem;
  flex-flow: column;
  border-radius: 40px;
}
.product-page-details .product-details-content .product-data-box .product-single-size .sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #90C487;
  display: none;
}
.product-page-details .product-details-content .product-data-box .active {
  background-color: #452A2D;
  color: #fff;
}
.product-page-details .product-details-content .product-data-box .active .sub {
  display: inline-block;
}
.product-page-details .product-details-content .counter-and-btn-row {
  display: flex;
  justify-content: space-between;
}
.product-page-details .product-details-content .counter-and-btn-row .counter-icon {
  cursor: pointer;
}
.product-page-details .product-details-content .counter-and-btn-row .counter-number {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
}
.product-page-details .product-details-content .item-counter {
  position: relative;
  display: flex;
  width: 20%;
  padding: 0.5rem;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.product-page-details .product-details-content .item-counter input {
  width: 50%;
  border: unset;
  text-align: center;
}
.product-page-details .product-details-content .item-counter .counter-icon {
  margin-bottom: unset;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50px;
  border: 2px solid #452A2D;
}

.reviews-row .light-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  flex-flow: column;
  margin: 1rem 0;
}
.reviews-row .light-bg h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.reviews-row .rating-wrapper {
  margin: 0 auto;
  padding: 20px 60px;
  text-align: center;
}
.reviews-row .rating-wrapper .rate-average {
  font-size: 76.56px;
  font-weight: 800;
  line-height: 88.05px;
  letter-spacing: -0.01em;
}
.reviews-row .rating {
  direction: rtl;
  display: flex;
  justify-content: center;
}
.reviews-row .rating .far {
  background-color: red !important;
}
.reviews-row .rating > .star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  cursor: pointer;
}
.reviews-row .rating > .star:before {
  content: "\f006";
}
.reviews-row .rating > .star:hover:before, .reviews-row .rating > .star:hover ~ .star:before, .reviews-row .rating > .star.selected:before, .reviews-row .rating > .star.selected ~ .star:before {
  color: #452A2D;
  content: "\f005";
}
.reviews-row .rating .reviews-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.svg-inline--fa.fa-star {
  color: #452A2D;
}

.reviews-title-section {
  display: flex;
  justify-content: space-between;
}
.reviews-title-section .solid-main-btn {
  border-radius: 16px;
  padding: 0.2rem 1rem;
}
.reviews-title-section .solid-main-btn img {
  margin-right: 1rem;
}

.single-review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 1rem 0;
}
.single-review-title img {
  width: 70px;
  border-radius: 50px;
}

.gray-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #9EA2AE;
}

.message-popup {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}

.message-popup:focus {
  box-shadow: unset;
  border-color: #452A2D;
}

.single-review p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  position: relative;
  color: #452A2D;
  background-color: unset;
}

.nav-pills .nav-link:hover {
  color: gray;
}
.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #452A2D;
  bottom: 0;
  left: 0;
}

.tab-pane .product-Specifications li {
  border-bottom: 1px solid gainsboro;
  padding: 0.5rem 0;
}
.tab-pane .product-Specifications li b {
  min-width: 20%;
  width: 20%;
  display: inline-block;
}
.tab-pane .product-Specifications li span {
  color: #8B7A7C;
  font-weight: 100;
}

@media (max-width: 991px) {
  .product-page-details .product-details-content {
    width: 100%;
  }
  .product-page-details .product-details-content .product-data-box {
    padding: 0;
  }
  .product-page-details .product-details-content .product-data-box .form-check-inline {
    margin-right: 0rem;
  }
  .product-page-details .product-details-content .product-data-box .form-check {
    padding-left: 0em;
  }
  .product-page-details .product-details-content .product-data-box .product-single-size {
    font-size: 12px;
    padding: 0.5rem;
  }
  .product-page-details .product-details-content .product-data-box .single-product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .product-page-details .product-details-content .product-data-box .price .original-price {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
  }
  .reviews-title-section .solid-main-btn {
    padding: 0.2rem;
  }
  .reviews-boxes .single-review {
    width: 80% !important;
    min-width: 60% !important;
  }
  .reviews-row .rating-wrapper {
    padding: 0.5rem;
  }
  .reviews-row .rating-wrapper .rate-average {
    font-size: 39px;
  }
  .reviews-row .light-bg {
    padding: 0rem !important;
  }
  .product-page-details .product-details-content .counter-and-btn-row .counter-number {
    min-width: 15px;
  }
  .product-page-details .product-details-content .product-data-box .check-boxes-bg {
    justify-content: space-between;
  }
  .product-page-details .product-details-content .product-data-box .product-single-size {
    margin: 0;
  }
}
.form-header {
  text-align: center;
}
.form-header img {
  margin-bottom: 1rem;
}
.form-header p {
  color: #8B7A7C;
}

ul#pills-tab {
  background: #FFF4E5;
  border-radius: 50px;
  padding: 0.2rem;
}

.nav-pills .nav-link {
  text-align: center;
}
.nav-pills .nav-link.active {
  background-color: #CFE5CB !important;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
}
.nav-pills .nav-link.active::after {
  height: 0 !important;
}

.form-layout .form-section {
  width: 35%;
  margin: auto;
}
.form-layout .form-check .form-check-input {
  margin-top: 0.7rem;
}
.form-layout .img-section {
  min-height: 100vh;
}
.form-layout .img-section img {
  min-height: 100vh;
}
.form-layout .seperator {
  position: relative;
  width: 100%;
  text-align: center;
}
.form-layout .seperator::before,
.form-layout .seperator::after {
  content: "";
  position: absolute;
  top: 42%;
  background-color: #C4C4C4;
  height: 3px;
  width: 47%;
}
.form-layout .seperator::before {
  right: 0;
}
.form-layout .seperator::after {
  left: 0;
}

.form-title {
  font-size: 51px;
  font-weight: 700;
  line-height: 58.65px;
  text-align: center;
  margin: 3rem;
}

.form-slugan {
  font-size: 28px;
  font-weight: 700;
  line-height: 32.2px;
}

.form-check-input:checked {
  background-color: #452A2D;
  border-color: #452A2D;
}

.form-check-input:focus {
  border-color: rgba(2, 1, 39, 0.3882352941);
  box-shadow: 0 0 0 0.25rem rgba(2, 1, 39, 0.3882352941);
}

.text-form {
  color: #000;
  margin: 1rem 0;
}

.password-label {
  width: 100%;
}

.form-select {
  background-color: #E2E3E9;
  border: 1px solid #E2E3E9;
  padding: 0.2rem 1rem;
  border-radius: 40px;
  margin-bottom: 2rem;
}

.white-input-form .form-control {
  background-color: white;
  border: 1px solid #452A2D;
  padding: 0.8rem;
  border-radius: 40px;
  margin-bottom: 0.2rem;
}
.white-input-form .form-control:focus {
  box-shadow: unset;
}

.pass-input-with-icon {
  position: relative;
}
.pass-input-with-icon img {
  position: absolute;
  top: 25%;
  right: 10px;
  cursor: pointer;
}

.foregt-pass {
  cursor: pointer;
}

.login-with-social {
  text-align: center;
  margin: 0.5rem;
}
.login-with-social .col-md-6 {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.login-with-social span {
  margin: 0.5rem;
  display: inline-block;
}
.login-with-social svg {
  background-color: #CFE5CB;
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.forget-pass-header {
  justify-content: space-between;
}

.login-with-social-box {
  padding: 0.2rem 0.5rem;
}

.sign-in-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 1rem 0;
}
.sign-in-link a {
  color: #FFFFF7;
}

.modal-header {
  border-bottom: unset;
}
.modal-header .sub-text {
  color: #8B7A7C;
}

.modal-content {
  border-radius: 24px;
  box-shadow: 0px 36px 56px -4px rgba(38, 50, 56, 0.2784313725);
  padding: 1rem;
}

.success-alert-popup {
  flex-flow: column;
}
.success-alert-popup p {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  margin: 1rem 0;
}
.success-alert-popup a {
  color: #FFFFF7;
}

.form-option {
  color: #8B7A7C;
  text-align: center;
  margin-top: 2rem;
}
.form-option p {
  font-size: 13px;
  color: #8B7A7C;
  font-weight: 100;
}
.form-option p a {
  color: #452A2D;
  font-weight: bold;
}

@media (max-width: 991px) {
  .form-layout .img-section {
    display: none;
  }
  .form-layout .form-section {
    width: 90%;
  }
}
.error-page-layout {
  flex-flow: column;
  padding: 2rem;
}
.error-page-layout .main-img,
.error-page-layout p {
  width: 30%;
  margin: 0.2rem auto;
  text-align: center;
}
.error-page-layout h3 {
  display: flex;
  align-items: center;
}
.error-page-layout h3 span {
  color: #90C487;
  font-size: 61px;
  font-weight: 800;
  line-height: 70.15px;
  margin: 0 1rem;
}
.error-page-layout button,
.error-page-layout p {
  margin: 1rem 0;
}
.error-page-layout a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .error-page-layout .main-img,
  .error-page-layout p {
    width: 90%;
  }
  .error-page-layout .w-25 {
    width: 90% !important;
  }
}
.carousel-indicators {
  bottom: 0rem;
}

.carousel-indicators .active {
  width: 56px !important;
  border-radius: 20px !important;
}

.carousel-indicators [data-bs-target] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #452A2D;
}

.home-bannar {
  background-image: url("./img/Mainimage.png");
  min-height: 450px;
  display: flex;
  align-items: center;
  border-radius: 40px;
  padding: 3rem;
  background-position: center;
  background-size: 100%;
  margin-bottom: 5rem;
}
.home-bannar .bannar-content {
  width: 50%;
}
.home-bannar .bannar-content h2 {
  font-size: 49px;
  font-weight: 800;
  line-height: 56.35px;
}
.home-bannar .bannar-content p {
  margin: 2rem 0;
  color: #8B7A7C;
}

.home-sections {
  margin: 3rem auto;
  padding: 2rem 0;
}

.slider-product {
  display: flex;
  flex-flow: row nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

/* width */
.slider-product::-webkit-scrollbar {
  width: 10px;
  height: 7px;
}

/* Track */
.slider-product::-webkit-scrollbar-track {
  background: #F5F4F4;
}

/* Handle */
.slider-product::-webkit-scrollbar-thumb {
  border-radius: 40px;
  background: #452A2D;
}

/* Corner */
.slider-product::-webkit-scrollbar-corner {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.slidre-controlar {
  display: flex;
  justify-content: end;
  margin-bottom: 1rem;
}
.slidre-controlar span {
  background-color: #F5F4F4;
  padding: 1rem 2rem;
  cursor: pointer;
}
.slidre-controlar .pref {
  border-radius: 40px 0 0 40px;
}
.slidre-controlar .next {
  border-radius: 0 40px 40px 0;
  -webkit-border-radius: 0 40px 40px 0;
  -moz-border-radius: 0 40px 40px 0;
  -ms-border-radius: 0 40px 40px 0;
  -o-border-radius: 0 40px 40px 0;
}

.single-product {
  min-width: 23%;
  text-align: center;
  position: relative;
  margin: 0 1rem;
  box-sizing: border-box;
  height: 100%;
  padding: 0 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.single-product .head-icons .white-wish-list {
  position: absolute;
  top: 21px;
  right: 23px;
}
.single-product .image {
  position: relative;
  margin-bottom: 1rem;
}
.single-product .image img {
  width: 100%;
}
.single-product .product-badge {
  position: absolute;
  color: black;
  top: 10px;
  left: 10px;
  padding: 4px 16px 4px 16px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.single-product .new {
  background-color: #31D0AA;
}
.single-product .out-of-stock {
  background-color: #FFC04A;
}
.single-product .red-warning {
  background-color: #D13E32;
}
.single-product .wishlist-check {
  position: absolute;
  top: 8px;
  right: 10px;
  background: rgba(255, 255, 255, 0.6980392157);
  padding: 0.8rem;
  border-radius: 50px;
  cursor: pointer;
}
.single-product .product-desc {
  color: #191C1F;
  text-align: left;
}
.single-product .product-desc .product-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  color: #8B7A7C;
}
.single-product .product-desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
}
.single-product .product-desc .price-title {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #8B7A7C;
}
.single-product .product-desc .price {
  display: flex;
}
.single-product .product-desc .price .disc-value {
  margin: 0.25rem 1rem;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.single-product .product-desc .price .disc-value::after {
  content: "";
  position: absolute;
  top: 40%;
  height: 1px;
  width: 100%;
  background-color: #8B7A7C;
  left: 0;
}
.single-product .action-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.single-product .action-card img {
  width: 24px;
}

.brand-item {
  background-color: #FFF4E5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  margin: 1rem;
  border-radius: 24px;
  min-width: 200px;
  min-height: 200px;
}

.categ-item {
  background: #FFF4E5;
  padding: 1rem;
  border-radius: 16px;
  width: 32%;
  min-width: 32%;
  margin: 1rem;
}
.categ-item .categ-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categ-item .categ-title p {
  font-size: 25px;
  font-weight: 700;
  line-height: 26px;
  color: #452A2D;
}
.categ-item p {
  width: 80%;
  margin: 1rem 0;
  color: #8B7A7C;
}
.categ-item .product-counter {
  display: block;
  margin: 1rem 0;
}

.up-button {
  position: fixed;
  top: 50%;
  left: -2rem;
  transform: rotate(-90deg);
  z-index: 1000000000000000000000000000;
}
.up-button span {
  background-color: #452A2D;
  cursor: pointer;
  padding: 1rem 3rem;
  color: white;
  border-radius: 40px;
}
.up-button span svg {
  margin: 0 0.5rem;
}

@media (max-width: 991px) {
  .site-page {
    padding: 0.5rem;
  }
  .grid-product {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
  }
  .grid-product .single-product img {
    width: 100%;
  }
  .brand-of-the-month {
    flex-wrap: wrap;
  }
  .brand-of-the-month img {
    width: 100%;
  }
  .video-container #myVideo {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .video-container .content {
    top: 30%;
  }
  .video-container .content h2 {
    font-size: 21px;
  }
  .grid-product .single-product:nth-child(n+3) {
    display: none;
  }
  .home-banner {
    padding: 4rem 2rem 1rem;
  }
  .home-banner h2 {
    font-size: 21px;
  }
  .brand-products {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)) !important;
    width: 100% !important;
  }
  .brand-products .single-product:nth-child(n+3) {
    display: none;
  }
  .hover-product-action {
    display: none !important;
  }
  .single-product .wishlist-check {
    width: 45px;
  }
}
.producr-details-breadcrumbs {
  width: 90%;
  margin: auto !important;
}

.product-page-details {
  width: 90%;
  margin: auto !important;
  padding: 1rem;
}
.product-page-details .product-imgs {
  display: flex;
  width: 100%;
  flex-flow: column;
}
.product-page-details .product-imgs .main-img {
  position: relative;
}
.product-page-details .product-imgs .main-img .badge {
  background-color: #FFC04A;
  color: #452A2D;
  position: absolute;
  top: 2%;
  left: 2%;
  padding: 0.5rem 1rem;
  font-size: 25px;
}
.product-page-details .product-imgs .main-img .brand-img {
  position: absolute;
  left: 2%;
  bottom: 2%;
  background-color: white;
  padding: 1rem;
  border-radius: 16px;
}
.product-page-details .product-imgs .main-img .brand-img img {
  width: 100%;
  height: 100%;
}
.product-page-details .product-details-content {
  width: 100%;
}
.product-page-details .carousel-indicators {
  top: 100%;
}
.product-page-details .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #000;
}
.product-page-details .price-title {
  margin-top: 1rem;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  color: #8B7A7C;
}
.product-page-details .price {
  display: flex;
}
.product-page-details .price .disc-value {
  margin: 0.25rem 1rem;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.product-page-details .price .disc-value::after {
  content: "";
  position: absolute;
  top: 40%;
  height: 1px;
  width: 100%;
  background-color: #8B7A7C;
  left: 0;
}
.product-page-details .accordion {
  border-radius: 24px;
}
.product-page-details .accordion-button:not(.collapsed),
.product-page-details .accordion-body {
  background-color: #E4F0E2 !important;
}
.product-page-details .accordion-body {
  border-radius: 0 0 24px 24px;
}
.product-page-details .accordion-button {
  border-radius: 24px 24px 0 0;
  margin-top: 1rem;
}

.all-reviews {
  padding: 2rem 4rem;
  background-color: #FFF4E5;
  margin-bottom: 2rem;
}

.reviews-boxes {
  display: flex;
  gap: 11px;
  margin: 2rem 0;
}
.reviews-boxes .single-review {
  width: 30%;
  background-color: #E4F0E2;
  padding: 1rem;
  border: unset;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.broduct-grid .prodcut-card {
  width: 49% !important;
}

.checkout-page #progress {
  width: 72%;
  left: 55px;
  top: 40%;
}

.product-page-details {
  margin: 2rem 0;
  display: flex;
}
.product-page-details .carousel-indicators {
  top: 95% !important;
}
.product-page-details .carousel-indicators [data-bs-target] {
  background-color: #fff;
}
.product-page-details .product-imgs {
  display: flex;
  width: 50%;
}
.product-page-details .product-imgs .main-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.product-page-details .product-imgs .three-img-col {
  margin: 0 1rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.product-page-details .product-details-content {
  width: 50%;
}
.product-page-details .product-details-content .solid-main-btn {
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.product-page-details .product-details-content .product-data-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 1rem;
}
.product-page-details .product-details-content .product-data-box .single-product-title {
  font-size: 49px;
  font-weight: 700;
  line-height: 56px;
}
.product-page-details .product-details-content .product-data-box .product-data-box-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin: 0.5rem 0;
}
.product-page-details .product-details-content .product-data-box a {
  text-decoration: unset;
  color: #90C487;
}
.product-page-details .product-details-content .product-data-box .price {
  display: flex;
}
.product-page-details .product-details-content .product-data-box .price .new-price {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.product-page-details .product-details-content .product-data-box .price .original-price {
  font-size: 31px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 1rem;
  color: rgba(0, 0, 0, 0.3019607843);
}
.product-page-details .product-details-content .product-data-box .price .disc-percent {
  background: rgba(255, 51, 51, 0.1019607843);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #FF3333;
  padding: 2px 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
}
.product-page-details .product-details-content .product-data-box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}
.product-page-details .product-details-content .product-data-box .check-boxes-bg {
  background-color: #E5E7EA;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.product-page-details .product-details-content .product-data-box .form-check-input {
  display: none !important;
}
.product-page-details .product-details-content .product-data-box .product-single-size {
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0.5rem 0.2rem;
  flex-flow: column;
  border-radius: 40px;
}
.product-page-details .product-details-content .product-data-box .product-single-size .sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #90C487;
  display: none;
}
.product-page-details .product-details-content .product-data-box .active {
  background-color: #452A2D;
  color: #fff;
}
.product-page-details .product-details-content .product-data-box .active .sub {
  display: inline-block;
}
.product-page-details .product-details-content .counter-and-btn-row {
  display: flex;
  justify-content: space-between;
}
.product-page-details .product-details-content .counter-and-btn-row .counter-icon {
  cursor: pointer;
}
.product-page-details .product-details-content .counter-and-btn-row .counter-number {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: center;
}
.product-page-details .product-details-content .item-counter {
  position: relative;
  display: flex;
  width: 20%;
  padding: 0.5rem;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.product-page-details .product-details-content .item-counter input {
  width: 50%;
  border: unset;
  text-align: center;
}
.product-page-details .product-details-content .item-counter .counter-icon {
  margin-bottom: unset;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50px;
  border: 2px solid #452A2D;
}

.reviews-row .light-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  flex-flow: column;
  margin: 1rem 0;
}
.reviews-row .light-bg h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.reviews-row .rating-wrapper {
  margin: 0 auto;
  padding: 20px 60px;
  text-align: center;
}
.reviews-row .rating-wrapper .rate-average {
  font-size: 76.56px;
  font-weight: 800;
  line-height: 88.05px;
  letter-spacing: -0.01em;
}
.reviews-row .rating {
  direction: rtl;
  display: flex;
  justify-content: center;
}
.reviews-row .rating .far {
  background-color: red !important;
}
.reviews-row .rating > .star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  cursor: pointer;
}
.reviews-row .rating > .star:before {
  content: "\f006";
}
.reviews-row .rating > .star:hover:before, .reviews-row .rating > .star:hover ~ .star:before, .reviews-row .rating > .star.selected:before, .reviews-row .rating > .star.selected ~ .star:before {
  color: #452A2D;
  content: "\f005";
}
.reviews-row .rating .reviews-link {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.svg-inline--fa.fa-star {
  color: #452A2D;
}

.reviews-title-section {
  display: flex;
  justify-content: space-between;
}
.reviews-title-section .solid-main-btn {
  border-radius: 16px;
  padding: 0.2rem 1rem;
}
.reviews-title-section .solid-main-btn img {
  margin-right: 1rem;
}

.single-review-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 1rem 0;
}
.single-review-title img {
  width: 70px;
  border-radius: 50px;
}

.gray-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #9EA2AE;
}

.message-popup {
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  background-color: transparent;
}

.message-popup:focus {
  box-shadow: unset;
  border-color: #452A2D;
}

.single-review p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  position: relative;
  color: #452A2D;
  background-color: unset;
}

.nav-pills .nav-link:hover {
  color: gray;
}
.nav-pills .nav-link.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #452A2D;
  bottom: 0;
  left: 0;
}

.tab-pane .product-Specifications li {
  border-bottom: 1px solid gainsboro;
  padding: 0.5rem 0;
}
.tab-pane .product-Specifications li b {
  min-width: 20%;
  width: 20%;
  display: inline-block;
}
.tab-pane .product-Specifications li span {
  color: #8B7A7C;
  font-weight: 100;
}

@media (max-width: 991px) {
  .product-page-details .product-details-content {
    width: 100%;
  }
  .product-page-details .product-details-content .product-data-box {
    padding: 0;
  }
  .product-page-details .product-details-content .product-data-box .form-check-inline {
    margin-right: 0rem;
  }
  .product-page-details .product-details-content .product-data-box .form-check {
    padding-left: 0em;
  }
  .product-page-details .product-details-content .product-data-box .product-single-size {
    font-size: 12px;
    padding: 0.5rem;
  }
  .product-page-details .product-details-content .product-data-box .single-product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }
  .product-page-details .product-details-content .product-data-box .price .original-price {
    font-weight: 400;
    font-size: 16px;
    margin: 0;
  }
  .reviews-title-section .solid-main-btn {
    padding: 0.2rem;
  }
  .reviews-boxes .single-review {
    width: 80% !important;
    min-width: 60% !important;
  }
  .reviews-row .rating-wrapper {
    padding: 0.5rem;
  }
  .reviews-row .rating-wrapper .rate-average {
    font-size: 39px;
  }
  .reviews-row .light-bg {
    padding: 0rem !important;
  }
  .product-page-details .product-details-content .counter-and-btn-row .counter-number {
    min-width: 15px;
  }
  .product-page-details .product-details-content .product-data-box .check-boxes-bg {
    justify-content: space-between;
  }
  .product-page-details .product-details-content .product-data-box .product-single-size {
    margin: 0;
  }
}
.contact-title {
  text-align: center;
  width: 50%;
  margin: 1rem auto;
}
.contact-title h2 {
  font-size: 49px;
  font-weight: bold;
  line-height: 43.7px;
  color: #1B1012;
}
.contact-title h2 span {
  color: #90C487;
}
.contact-title p {
  color: #8B7A7C;
  margin-bottom: 2rem;
}

.contact-boxes {
  display: flex;
  justify-content: space-between;
}
.contact-boxes .single-box {
  background-color: #E4F0E2;
  width: 30%;
  padding: 2rem;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.contact-boxes .single-box svg {
  background-color: white;
  padding: 1.2rem;
  border-radius: 16px;
  color: #90C487;
  margin-bottom: 1rem;
}
.contact-boxes .single-box h3 {
  color: #1B1012;
  font-size: 25px;
  font-weight: 500;
  line-height: 24px;
}
.contact-boxes .single-box p {
  color: #8B7A7C !important;
}
.contact-boxes .single-box a {
  color: #90C487;
  font-weight: bold;
  text-decoration: underline;
}

.form-box {
  width: 50%;
  margin: auto;
}
.form-box input {
  background-color: #E4F0E2;
  border: unset;
  padding: 1rem 3rem;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.form-box textarea {
  background-color: #E4F0E2 !important;
  border: unset;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.form-box input:focus, .form-box textarea:focus {
  box-shadow: unset;
  background-color: #F2F3F7 !important;
}
.form-box .input-with-icon {
  position: relative;
}
.form-box .input-with-icon svg {
  position: absolute;
  left: 3%;
  top: 35%;
}
.form-box .input-with-icon select {
  position: absolute;
  left: 1%;
  top: 11%;
  background: #452A2D;
  border: unset;
  padding: 0.7rem 0.9rem;
  border-radius: 40px;
  color: white;
}
.form-box .input-with-icon .number-input {
  padding-left: 7rem;
}

.cells-titles,
.single-cart-product {
  border-bottom: 1px solid gainsboro;
  padding-bottom: 1rem;
  margin: 1rem 0;
  display: flex;
}
.cells-titles .products-cell,
.single-cart-product .products-cell {
  width: 100%;
}
.cells-titles .products-cell span,
.single-cart-product .products-cell span {
  color: #9EA2AE;
  margin-bottom: 1rem;
}
.cells-titles .products-cell .product-imgs img,
.single-cart-product .products-cell .product-imgs img {
  width: 90%;
  border-radius: 16px;
}
.cells-titles .products-cell .product-details,
.single-cart-product .products-cell .product-details {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 80%;
}
.cells-titles .products-cell .product-details h4,
.single-cart-product .products-cell .product-details h4 {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  color: #1B1012;
}
.cells-titles .products-cell .product-details p,
.single-cart-product .products-cell .product-details p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #9EA2AE;
}
.cells-titles .products-cell .product-details .form-select,
.single-cart-product .products-cell .product-details .form-select {
  width: 50%;
  background-color: #F3F4F6;
  border-color: #F3F4F6;
}
.cells-titles .product-features,
.single-cart-product .product-features {
  color: #8B7A7C;
  display: flex;
  flex-flow: column;
}
.cells-titles .product-features span,
.single-cart-product .product-features span {
  font-weight: 700;
  color: #1B1012;
}
.cells-titles .count-cell,
.cells-titles .price-cell,
.single-cart-product .count-cell,
.single-cart-product .price-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cells-titles .count-cell .badge-product-cart,
.cells-titles .price-cell .badge-product-cart,
.single-cart-product .count-cell .badge-product-cart,
.single-cart-product .price-cell .badge-product-cart {
  background-color: #FFEFD1;
  width: 50%;
  font-size: 12px;
  margin: auto;
  text-align: center;
  border-radius: 16px;
  padding: 0.4rem;
}
.cells-titles .count-cell span,
.cells-titles .price-cell span,
.single-cart-product .count-cell span,
.single-cart-product .price-cell span {
  color: #9EA2AE;
  margin-bottom: 1rem;
}
.cells-titles .count-cell .item-counter,
.cells-titles .price-cell .item-counter,
.single-cart-product .count-cell .item-counter,
.single-cart-product .price-cell .item-counter {
  position: relative;
  display: flex;
  width: 50%;
  padding: 0.5rem;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.cells-titles .count-cell .item-counter input,
.cells-titles .price-cell .item-counter input,
.single-cart-product .count-cell .item-counter input,
.single-cart-product .price-cell .item-counter input {
  width: 50%;
  border: unset;
  text-align: center;
}
.cells-titles .count-cell .item-counter .counter-icon,
.cells-titles .price-cell .item-counter .counter-icon,
.single-cart-product .count-cell .item-counter .counter-icon,
.single-cart-product .price-cell .item-counter .counter-icon {
  margin-bottom: unset;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50px;
  border: 2px solid #452A2D;
}
.cells-titles .count-cell .remove-item,
.cells-titles .price-cell .remove-item,
.single-cart-product .count-cell .remove-item,
.single-cart-product .price-cell .remove-item {
  text-align: center;
  cursor: pointer !important;
}
.cells-titles .count-cell .remove-item svg,
.cells-titles .price-cell .remove-item svg,
.single-cart-product .count-cell .remove-item svg,
.single-cart-product .price-cell .remove-item svg {
  background-color: #D13E32;
  color: white;
  font-size: 12px;
  padding: 0.2rem;
  border-radius: 5px;
  cursor: pointer !important;
  margin-top: 1rem;
}

.price-cell .price .total-price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8B7A7C;
}
.price-cell .price .original-price {
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
}
.price-cell .price .disc-percent {
  color: #D13E32;
  background-color: #F5D8D6;
  padding: 0.2rem 1rem;
  border-radius: 24px;
  width: 50%;
  margin: 1rem auto;
}

.cart-page .card-details {
  border-bottom: 1px solid #E2E3E9;
  padding: 1rem;
}
.cart-page .card-details div {
  display: flex;
  justify-content: space-between;
}
.cart-page .card-details div span {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #8B7A7C;
}
.cart-page .card-details div .price-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #452A2D;
}
.cart-page .order-summary {
  background-color: #FFF4E5;
  border: 1px solid #FFF4E5;
  border-radius: 16px;
  padding: 2rem;
}
.cart-page .order-summary .input-with-btn {
  position: relative;
}
.cart-page .order-summary .input-with-btn input {
  background-color: white;
  padding: 0.8rem;
  border-radius: 24px;
  margin-right: 1rem;
  border: unset;
}
.cart-page .order-summary .input-with-btn input:focus {
  box-shadow: unset;
  border-color: #452A2D;
}
.cart-page .order-summary .input-with-btn .btn {
  position: absolute;
  top: 4px;
  right: 5px;
}

.card-slider .title-with-scroller {
  padding: 1rem 0;
}
.card-slider .slider-product {
  padding: 0;
  margin: 0;
}

.checkout-page .next-btn {
  text-align: right;
  margin-top: 1rem;
}
.checkout-page .steps {
  padding: 2rem;
}
.checkout-page #progress {
  width: 60%;
  left: 18%;
  top: 50%;
}
.checkout-page .step-button {
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  padding: 0.1rem 1rem;
}
.checkout-page .step-button span {
  background-color: #F3F4F6;
  color: #9EA2AE;
  padding: 0.1rem 0.5rem;
  border-radius: 40px;
}
.checkout-page .step-button[aria-expanded=true] {
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  color: #8B7A7C;
  border: 2px solid #8B7A7C;
  background: white;
  padding: 0.1rem 1rem;
}
.checkout-page .step-button[aria-expanded=true] span {
  background-color: #8B7A7C;
  color: white;
  padding: 0.1rem 0.5rem;
  border-radius: 40px;
}
.checkout-page .step-button.text-center.done.collapsed {
  color: black;
}
.checkout-page .step-button.text-center.done.collapsed span {
  background-color: #8B7A7C;
  color: white;
  padding: 0.1rem 0.5rem;
  border-radius: 40px;
}
.checkout-page .left-title {
  color: #8B7A7C;
  margin: 1rem 0;
}
.checkout-page .form-check {
  display: flex;
  align-items: baseline;
}
.checkout-page .form-check .form-check-label {
  display: flex;
  flex-flow: column;
  margin-left: 0.5rem;
}
.checkout-page .form-check .form-check-label span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.checkout-page .form-check-input[type=radio] {
  border: 3px solid;
}
.checkout-page .form-check-input:checked {
  background-color: #8B7A7C;
  border-color: #8B7A7C;
}
.checkout-page .box-data .box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #8B7A7C;
}
.checkout-page .box-data .box {
  border: 1px solid #E2E3E9;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.checkout-page .box-data .box .info {
  width: 48%;
}
.checkout-page .box-data .box .info span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.checkout-page .box-data .box .info p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.checkout-page .box-data .price-info .left-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #90C487;
}
.checkout-page .items-section .item {
  width: 30%;
  margin: 1rem 2rem;
}
.checkout-page .items-section .item .item-details .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.compelete-order {
  border: 1px solid #E2E3E9;
  padding: 1rem;
  width: 80%;
  margin: auto;
}
.compelete-order .order-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #90C487;
}
.compelete-order .order-title .counter {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.compelete-order .items-section .item {
  width: 27%;
  margin: 1rem 0rem;
}
.compelete-order .items-section .item .item-details .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.compelete-order .box {
  border-top: 1px solid #E2E3E9;
  border-bottom: 1px solid #E2E3E9;
  border-right: unset !important;
  border-left: unset !important;
}

.shipping-card {
  border: 1px solid #E2E3E9;
  border-radius: 24px;
  padding: 1rem;
  margin-top: 1rem;
  z-index: 9;
  background: #F9FAFB;
}
.shipping-card .all-items {
  border-bottom: 3px dotted gainsboro;
  margin-bottom: 1rem;
}
.shipping-card .cart-title {
  border-bottom: 1px solid gainsboro;
}
.shipping-card .cart-title h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.shipping-card .cart-title p {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.shipping-card .item-data {
  display: flex;
  padding: 1rem 0rem;
}
.shipping-card .item-data .image {
  position: relative;
  width: 100px;
  height: 75px;
}
.shipping-card .item-data .image img {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 16px;
}
.shipping-card .item-data .image span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: black;
  color: white;
  border-radius: 16px;
  padding: 0.1rem 0.5rem;
  font-size: 12px;
}
.shipping-card .item-data .product-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-left: 0.5rem;
}
.shipping-card .item-data .details {
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.shipping-card .item-data .details .detail {
  width: 50%;
  display: flex;
  align-items: center;
}
.shipping-card .item-data .details .detail .detail-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #8B7A7C;
  margin-right: 0.2rem;
}
.shipping-card .item-data .details .price-section {
  display: flex;
}
.shipping-card .item-data .details .price-section .price-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.shipping-card .order-summary {
  background-color: #F3F4F6;
  border: unset;
}
.shipping-card .show-all {
  display: flex;
  align-items: baseline;
  cursor: pointer;
}
.shipping-card .show-all span {
  background-color: #E5E7EA;
  padding: 0.5rem;
  color: #000;
  border-radius: 50px;
  margin-right: 1rem;
}
.shipping-card .show-all p {
  color: #8B7A7C;
}

.single-item:nth-child(n+3) {
  display: none;
}

.profile-orders-section .nav-pills .nav-link {
  padding: 0.5rem !important;
  min-width: unset !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #8B7A7C;
}
.profile-orders-section .nav-pills .nav-link.active {
  border-bottom: 4px solid #452A2D !important;
  padding: 0.5rem !important;
  background-color: unset !important;
}
.profile-orders-section .badge-statu-row {
  position: relative;
}
.profile-orders-section .badge-statu-row .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 0.5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.profile-orders-section .badge-statu-row .delivered {
  background-color: #8B7A7C;
}
.profile-orders-section .badge-statu-row .canceled {
  background-color: #FFCC00;
}
.profile-orders-section .badge-statu-row .return {
  background-color: #FF9966;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: -moz-fit-content;
  width: fit-content;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
  z-index: 9999;
}

.step-button[aria-expanded=true] {
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
  background-color: #8B7A7C;
  color: #fff;
}

.done {
  background-color: #e3f4e7;
  color: #fff;
}

.step-button {
  border: 1px solid #E2E3E9;
  border-radius: 50px;
}

.step-item {
  z-index: 10;
  text-align: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 3px;
  margin-left: 18px;
  margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #8B7A7C;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: #E2E3E9;
}

.step-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1rem;
}

.shippting-details {
  display: flex;
}
.shippting-details .info-box {
  padding-right: 4rem;
  margin: 1rem 0;
}
.shippting-details .info-box .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.shippting-details .info-box .value {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}

.price-info {
  padding: 2rem 0;
}
.price-info .price {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ordr-items {
  padding: 2rem 0;
}
.ordr-items .items-section {
  display: flex;
  flex-wrap: wrap;
}
.ordr-items .item {
  display: flex;
  margin-bottom: 1rem;
}
.ordr-items .item .item-details {
  padding: 0.5rem;
}
.ordr-items .item .item-details .title {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #90C487;
}
.ordr-items .item .item-details .size-and-quantity {
  display: flex;
  flex-wrap: wrap;
}
.ordr-items .item .item-details .size-and-quantity div {
  display: flex;
  flex-flow: column;
  padding-right: 2rem;
  margin: 0;
}
.ordr-items .item .item-details .size-and-quantity div span {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.ordr-items .item .item-details .price {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.breadcrumbs a {
  color: #452A2D;
}

.alert-success {
  margin: auto;
  background-color: #CDF3EA;
  padding: 0.7rem 2rem;
  border-radius: 24px;
  border: 1px solid #31D0AA;
}
.alert-success span {
  background-color: #31D0AA;
  color: white;
  padding: 0.2rem 0.3rem;
  border-radius: 16px;
}

.radius-card {
  border: 1px solid gainsboro;
  border-radius: 24px;
  margin: 1rem 0;
  padding: 1rem;
}
.radius-card .card-info-row {
  display: flex;
  padding: 1rem;
  align-items: flex-end;
}
.radius-card .card-info-row .card-info {
  min-width: 50%;
}
.radius-card .card-info-row .card-info .title {
  color: #9EA2AE;
}

.wish-list-products {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  .wish-list-products {
    grid-template-columns: repeat(auto-fill, minmax(40%, 1fr)) !important;
  }
  .wish-list-products .image img {
    width: 100%;
  }
  .wish-list-products .single-product .product-badge {
    font-size: 12px;
  }
  .wish-list-products .single-product .wishlist-check {
    width: 30px;
  }
}
.profile-items-col {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1098039216);
  border-radius: 24px;
  margin-top: 3rem;
}
.profile-items-col .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 1rem;
}

.profile-form {
  width: 90%;
  margin: auto;
}
.profile-form label {
  color: black;
  margin-top: 0;
}
.profile-form .form-check {
  min-width: 20%;
  margin: 1rem 0;
}
.profile-form .outline-btn-black {
  padding: 1rem;
  font-size: 21px;
  background-color: white;
}

.profile .form-control:focus {
  box-shadow: unset;
  background-color: #E2E3E9;
}
.profile .nav-pills .nav-link {
  text-align: left;
  padding: 1rem;
  min-width: 250px;
}
.profile .nav-pills .nav-link.active {
  background-color: #F3F4F6;
  border: 1px solid #F3F4F6;
  color: #90C487;
  border-radius: 0;
}
.profile .nav-pills .nav-link.active::after {
  content: "";
  left: 0;
  width: 2px;
  height: 100%;
}

.profile-orders-section .nav-pills .nav-link {
  padding: 0.5rem !important;
  min-width: unset !important;
  font-family: Noto Kufi Arabic;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  color: #8B7A7C;
}
.profile-orders-section .nav-pills .nav-link.active {
  border-bottom: 4px solid #452A2D !important;
  padding: 0.5rem !important;
  background-color: unset !important;
}
.profile-orders-section .badge-statu-row {
  position: relative;
}
.profile-orders-section .badge-statu-row .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 0.5rem;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.profile-orders-section .badge-statu-row .delivered {
  background-color: #E4F0E2;
}
.profile-orders-section .badge-statu-row .canceled {
  background-color: #FFCC00;
}
.profile-orders-section .badge-statu-row .return {
  background-color: #FF9966;
}

.steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  position: relative;
}

.step-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  transition: 0.4s;
  z-index: 9999;
}

.step-button[aria-expanded=true] {
  width: 60px;
  height: 60px;
  background-color: #E4F0E2;
  color: #fff;
}

.done {
  background-color: #E4F0E2;
  color: #fff;
}

.step-button {
  border: 1px solid #E2E3E9;
  border-radius: 50px;
}

.step-item {
  z-index: 10;
  text-align: center;
}

#progress {
  -webkit-appearance: none;
  position: absolute;
  width: 95%;
  z-index: 5;
  height: 3px;
  margin-left: 18px;
  margin-bottom: 18px;
}

/* to customize progress bar */
#progress::-webkit-progress-value {
  background-color: #E4F0E2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
  background-color: #E2E3E9;
}

.step-title {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 1rem;
}

.shippting-details {
  display: flex;
}
.shippting-details .info-box {
  padding-right: 4rem;
  margin: 1rem 0;
}
.shippting-details .info-box .title {
  font-family: Noto Kufi Arabic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0.5rem;
}
.shippting-details .info-box .value {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}

.price-info {
  padding: 2rem 0;
}
.price-info .price {
  font-family: Noto Kufi Arabic;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ordr-items {
  padding: 2rem 0;
}
.ordr-items .items-section {
  display: flex;
  flex-wrap: wrap;
}
.ordr-items .item {
  display: flex;
  margin-bottom: 1rem;
}
.ordr-items .item .item-details {
  padding: 0.5rem;
}
.ordr-items .item .item-details .title {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #90C487;
}
.ordr-items .item .item-details .size-and-quantity {
  display: flex;
  flex-wrap: wrap;
}
.ordr-items .item .item-details .size-and-quantity div {
  display: flex;
  flex-flow: column;
  padding-right: 2rem;
  margin: 0;
}
.ordr-items .item .item-details .size-and-quantity div span {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #8B7A7C;
}
.ordr-items .item .item-details .price {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.address-section .single-address {
  border: 1px solid gainsboro;
  border-radius: 24px;
  padding: 1rem;
  height: 100%;
}
.address-section .single-address .box-title-with-icons {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.address-section .single-address .box-title-with-icons .icons a {
  margin: 0 0.5 rem;
  display: inline-block;
}
.address-section .single-address .address-details {
  display: flex;
  flex-wrap: wrap;
}
.address-section .single-address .address-details div {
  min-width: 40%;
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: column;
}
.address-section .single-address .address-details div b {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #8B7A7C;
}
.address-section .single-address .address-details div span {
  font-family: Noto Kufi Arabic;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.payment-card-section .col-md-4 {
  margin-bottom: 1rem;
}
.payment-card-section .single-card {
  background-color: #F1F2F7;
  padding: 1rem;
  height: 100%;
}
.payment-card-section .single-card .card-title {
  display: flex;
  flex-flow: column;
}
.payment-card-section .single-card .box-title-with-icons {
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: space-between;
}
.payment-card-section .single-card .card-details div {
  display: flex;
  flex-flow: column;
}

.coupon-section .single-coupon {
  background-image: url(../images/coupon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coupon-section .single-coupon .coupon-code {
  display: flex;
  flex-flow: column;
  border-right: 4px dotted gainsboro;
  padding: 2rem 0.5rem;
}
.coupon-section .single-coupon .coupon-code .code {
  font-family: Noto Kufi Arabic;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #90C487;
}
.coupon-section .single-coupon .coupon-details {
  padding: 0.2rem 1rem;
}
.coupon-section .single-coupon .coupon-details .persentage {
  font-size: 24px;
  font-weight: 600;
  line-height: 29.26px;
}
.coupon-section .single-coupon .coupon-details p {
  font-family: Noto Kufi Arabic;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0.5rem;
}
.coupon-section .single-coupon .coupon-details .due-date {
  font-size: 10px;
  font-weight: 500;
  line-height: 12.19px;
  color: #2908FC;
}/*# sourceMappingURL=main.css.map */