@font-face {
  font-family: "semiBold";
  src: url(../Fonts/cairo/Cairo-SemiBold.ttf);
}

@font-face {
  font-family: "regular";
  src: url(../Fonts/cairo/Cairo-Regular.ttf);
}

@font-face {
  font-family: "bold";
  src: url(../Fonts/cairo/Cairo-Bold.ttf);
}

@font-face {
  src: url(../Fonts/tajawal/Tajawal-Bold.ttf);
  font-family: 'tajwal-bold';
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'regular';
}

*::-moz-selection {
  background-color: #2C2C4F;
  color: #d8b692;
}

*::selection {
  background-color: #2C2C4F;
  color: #d8b692;
}

*::-webkit-scrollbar {
  width: 15px;
}

*::-webkit-scrollbar-track {
  background-color: #2C2C4F;
}

*::-webkit-scrollbar-thumb {
  background: #AD7840;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #B2804C;
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: "bold";
}

h4, h5, h6 {
  font-family: "semiBold";
}

p {
  font-size: 12px;
  font-family: 'regular';
  color: #555;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-control {
  border: 1px solid #ddd;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #B2804C;
}

.responsive-table {
  overflow-y: hidden;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(-135deg, #B2804C, #765633);
  color: #fff;
  text-align: center;
  line-height: 40px;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll-top-btn:hover {
  background-color: #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 50%;
  color: #fff;
}

.scroll-top-btn:hover i {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.scroll-top-btn i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/***************************** Animations *****************************/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container .top-nav {
  background-color: #B2804C;
  padding: 10px 0px;
}

.navs-container .top-nav p {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
}

.navs-container .top-nav .register-links {
  color: #eee;
}

.navs-container .top-nav .register-links a {
  color: #333357;
  font-size: 13px;
  margin: 0 5px;
  font-family: 'bold';
}

.navs-container .top-nav .register-links a:hover {
  color: #fff;
}

.navs-container .top-nav .lang-wrapper {
  float: left;
}

.navs-container .navbar {
  z-index: 9;
  position: relative;
  padding: 0;
}

.navs-container .navbar .navbar-brand img {
  width: 280px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .navbar-collapse {
  border-radius: 0px 40px 40px 0px;
  background-color: #fff;
  position: relative;
  margin-right: 40px;
}

.navs-container .navbar .navbar-collapse .nav-item {
  padding: 20px 10px;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-container {
  background-color: #333357;
  text-align: center;
  padding: 20px 35px;
  margin-left: 40px;
  border-radius: 0px 40px 40px 0px;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-container a {
  margin: 0px 7px;
  line-height: 47px;
  color: #fff;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-container a:hover {
  color: #B2804C;
}

.navs-container .navbar .navbar-collapse .nav-item .nav-link {
  color: #444;
  text-align: center;
}

.navs-container .navbar .navbar-collapse .nav-item .nav-link::after {
  content: '';
  width: 0px;
  height: 2px;
  background-color: #AD7840;
  display: block;
  opacity: 0;
  position: relative;
  top: 8px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.navs-container .navbar .navbar-collapse .nav-item .nav-link:hover, .navs-container .navbar .navbar-collapse .nav-item .nav-link.active {
  color: #AD7840;
  font-weight: bold;
}

.navs-container .navbar .navbar-collapse .nav-item .nav-link:hover::after, .navs-container .navbar .navbar-collapse .nav-item .nav-link.active::after {
  width: 30px;
  opacity: 1;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a {
  padding: 10px 20px;
  cursor: pointer;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a img {
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a.cart-icon {
  background-color: #f1f1f1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px;
  position: relative;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a.cart-icon .number {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 5px;
  text-align: center;
  background-color: #AD7840;
  color: #fff;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a.cart-icon:hover {
  background-color: #333357;
}

.navs-container .navbar .navbar-collapse .nav-item.icons-wrapper a.cart-icon:hover img {
  -webkit-filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(226deg) brightness(119%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(2%) hue-rotate(226deg) brightness(119%) contrast(100%);
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #333357;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #333357;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.navs-container .navbar.inner-pg {
  padding: 1rem;
  background-color: #fff;
}

.navs-container .navbar.inner-pg .navbar-collapse {
  background-color: #f9f9f9;
}

.navs-container .navbar.navbar-fixed-top {
  padding: 1.5rem 1rem;
}

.navs-container .navbar.navbar-fixed-top.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 15px 0px #ddd;
          box-shadow: 0px 4px 15px 0px #ddd;
}

.navs-container .navbar.navbar-fixed-top.scrolled .navbar-collapse {
  background-color: #f9f9f9;
}

.navs-container .has-dropdown .drop-down {
  position: absolute;
  background-color: #fff;
  width: 250px;
  padding: 25px 0;
  -webkit-box-shadow: 0px 3px 10px 0px #ddd;
          box-shadow: 0px 3px 10px 0px #ddd;
  border-radius: 15px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}

.navs-container .has-dropdown .drop-down li {
  position: relative;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link {
  padding: 10px 15px;
  width: 100%;
  display: block;
  font-size: 15px;
  color: #2C2C4F;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link::after {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 15px;
  bottom: 10px;
  font-size: 10px;
}

.navs-container .has-dropdown .drop-down li .dropdoen-link:hover {
  background-color: #2C2C4F;
  color: #fff;
}

.navs-container .has-dropdown .drop-down li .sub-menu {
  width: 250px;
  position: absolute;
  right: 100%;
  background-color: #f9f9f9;
  padding: 25px 0;
  -webkit-box-shadow: 0px 3px 10px 0px #ddd;
          box-shadow: 0px 3px 10px 0px #ddd;
  border-radius: 15px;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
}

.navs-container .has-dropdown .drop-down li .sub-menu .dropdoen-link::after {
  display: none;
}

.navs-container .has-dropdown .drop-down .main-item:hover .sub-menu {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.navs-container .has-dropdown:hover .drop-down {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.navs-container .search-container {
  position: fixed;
  z-index: 9999999999;
  top: 0;
}

.navs-container .search-container #search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100vw;
  will-change: transform, opacity;
  z-index: -1;
  margin-top: -20px;
}

.navs-container .search-container #search::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .8;
}

.navs-container .search-container #search:target {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh !important;
  opacity: 1;
  width: 100vw !important;
  z-index: 2;
  margin-top: 0px;
}

.navs-container .search-container #search:target .close-btn {
  display: block;
}

.navs-container .search-container form {
  position: relative;
}

.navs-container .search-container form .form-control {
  height: 60px;
  border-radius: 0;
  background: transparent;
  position: relative;
  z-index: 99;
  border: none;
  border-bottom: 2px solid #eee;
  color: #fff;
  font-size: 18px;
  outline: 0;
  padding: 1rem 1.375rem;
}

.navs-container .search-container form .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::-ms-input-placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control::placeholder {
  color: #ccc;
}

.navs-container .search-container form .form-control:focus {
  border-bottom: 2px solid #B2804C;
}

.navs-container .search-container form .submit-btn {
  position: absolute;
  left: 0;
  top: 15px;
  background-color: transparent;
  color: #B2804C;
  border: 1px solid transparent;
}

.navs-container .search-container .close-btn {
  display: none;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  top: .5rem;
  right: 2rem;
}

.navs-container .sidebar {
  width: 350px;
  height: 100vh !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#B2804C), to(#9d6529));
  background-image: linear-gradient(to right, #B2804C, #9d6529);
  position: fixed;
  top: 0;
  left: -120%;
  z-index: 9999;
  -webkit-transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
  transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

.navs-container .sidebar .dismiss {
  color: #fff;
  position: relative;
  top: 20px;
  right: 15px;
  cursor: pointer;
}

.navs-container .sidebar h5 {
  text-align: center;
  position: relative;
  top: 30px;
  color: #fff;
  font-size: 1.2rem;
}

.navs-container .sidebar .card-body {
  margin: 35px 0px 10px;
  max-height: 400px;
  overflow-y: scroll;
  display: -ms-grid;
  display: grid;
}

.navs-container .sidebar .card-body::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
  position: relative;
}

.navs-container .sidebar .card-body::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #bbb;
}

.navs-container .sidebar .card-body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4b14a5;
}

.navs-container .sidebar .card-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #999;
  padding: 10px 0px;
}

.navs-container .sidebar .card-body .item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .sidebar .card-body .item .text h6 {
  color: #fff;
}

.navs-container .sidebar .card-body .item .text span {
  font-size: 12px;
  color: #ddd;
}

.navs-container .sidebar .card-body .item .delete-btn {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #fff;
  display: block;
  margin: auto;
}

.navs-container .sidebar .card-body .item .delete-btn:hover {
  color: #2C2C4F;
}

.navs-container .sidebar .card-body .item .text, .navs-container .sidebar .card-body .item .delete-btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.navs-container .sidebar .card-footer {
  color: #fff;
  background-color: transparent;
  border-top: none;
}

.navs-container .sidebar .card-footer .total {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.navs-container .sidebar .card-footer .total p {
  font-size: 15px;
  margin-bottom: 5px;
  color: #ddd;
}

.navs-container .sidebar .card-footer .total h6 {
  font-size: 30px;
}

.navs-container .sidebar .card-footer .link-btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  display: block;
  text-align: center;
  margin: 15px 0px;
  font-size: 15px;
}

.navs-container .sidebar .card-footer .link-btn.active {
  background-color: #fff;
  color: #2C2C4F;
}

.navs-container .sidebar.active {
  left: 0;
}

.navs-container .overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 0;
  right: 0;
}

.navs-container .overlay.active {
  display: block;
  opacity: 1;
}

footer {
  padding: 70px 0px 0px 0px;
  border-top: 1px solid #eee;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  background: url(../images/footer-pg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  opacity: 0;
}

footer .inner {
  position: relative;
  z-index: 5;
}

footer .inner .logo {
  width: 300px;
}

footer .inner .logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .inner .links {
  margin-top: 35px;
}

footer .inner .links a {
  color: #666;
  font-family: "semiBold";
  margin: 0 10px;
}

footer .inner .links a:hover {
  color: #B2804C;
}

footer .copyright {
  padding: 40px 0px;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

footer .copyright p {
  margin-bottom: 0;
  text-align: left;
}

footer .copyright .icons a {
  color: #555;
  margin: 0px 4px;
}

footer .copyright .icons a:hover {
  color: #B2804C;
}

/***************************** Start Edit Home Page *****************************/
header {
  background-color: #F8F8F8;
  padding: 100px 0px;
  position: relative;
}

header .header-carousel {
  padding-top: 130px;
  direction: ltr;
}

header .header-carousel.owl-theme .owl-dots {
  display: inline-block;
  margin: auto;
  width: 100%;
}

header .header-carousel.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #B2804C;
  background-color: transparent;
}

header .header-carousel.owl-theme .owl-dots .owl-dot.active span {
  background-color: #B2804C;
}

header .header-carousel .header-text {
  z-index: 99;
  margin-bottom: 20px;
}

header .header-carousel .header-text h6 {
  margin-bottom: 2rem;
  color: #444;
}

header .header-carousel .header-text h2 {
  font-family: 'semiBold';
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

header .header-carousel .header-text h2 img {
  display: inline;
  width: 240px;
}

header .header-carousel .header-text p {
  font-size: 13px;
  color: #888;
  line-height: 1.8rem;
  margin-bottom: 2.5rem;
}

header .header-carousel .header-text .more-btn {
  background-color: #2C2C4F;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 7px;
  font-family: 'semiBold';
  float: right;
  direction: rtl;
}

header .header-carousel .header-text .more-btn i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

header .header-carousel .header-text .more-btn:hover {
  background-color: #B2804C;
  color: #fff;
}

header .header-carousel .owl-item.active .header-text {
  animation: zoomIn 2s both;
  -webkit-animation: zoomIn 2s both;
}

header .header-l {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
}

section .sec-heaing {
  text-align: center;
  margin-bottom: 50px;
}

section .sec-heaing h4 {
  position: relative;
}

section .sec-heaing h4::after {
  content: '';
  width: 60px;
  height: 2px;
  display: block;
  position: relative;
  top: 14px;
  background-color: #B2804C;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}

section .owl-theme .owl-dots {
  display: inline-block;
  margin: 25px auto 0px auto;
  width: 100%;
}

section .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #B2804C;
  background-color: transparent;
}

section .owl-theme .owl-dots .owl-dot.active span {
  background-color: #B2804C;
}

.categories {
  padding: 70px 0px;
  position: relative;
}

.categories .categories-carousel {
  direction: ltr;
}

.categories .categories-carousel .card {
  position: relative;
  height: 250px;
  border-radius: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  overflow: hidden;
}

.categories .categories-carousel .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.categories .categories-carousel .card .title {
  position: absolute;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  width: 230px;
  padding: 20px 0px;
  border-radius: 15px;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.categories .categories-carousel .card:hover {
  border-radius: 25px;
}

.categories .categories-carousel .card:hover .title {
  background-color: #333357;
  color: #fff;
}

.categories .categories-carousel .card:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 25px;
}

.categories .pattern-l {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.offers {
  padding: 50px 0px;
}

.offers .offers-carousel {
  direction: ltr;
}

.offers .offers-carousel.owl-theme {
  position: relative;
}

.offers .offers-carousel.owl-theme .owl-nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.offers .offers-carousel.owl-theme .owl-nav button {
  position: absolute;
  font-size: 35px;
  color: #555;
}

.offers .offers-carousel.owl-theme .owl-nav button:hover {
  color: #B2804C;
  background-color: transparent;
}

.offers .offers-carousel.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.offers .offers-carousel.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

.offers .card {
  border: 1px solid #f9f9f9;
  border-radius: 25px;
  margin-bottom: 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 9;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: 2px 2px 20px 2px;
}

.offers .card .image-content {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.offers .card .image-content .product-img {
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.offers .card .image-content .badge {
  width: 50px;
  height: 50px;
  line-height: 46px;
  font-size: 15px;
  text-align: center;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: #B2804C;
}

.offers .card .image-content .more-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%) scale(0);
          transform: translate(50%, -50%) scale(0);
  opacity: 0;
  font-size: 25px;
  color: #fff;
  background-color: #333357;
}

.offers .card .image-content .more-icon:hover {
  background-color: #AD7840;
}

.offers .card .image-content .modal-butn {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: transparent;
  border: transparent;
  color: #333357;
  font-size: 18px;
}

.offers .card .image-content .modal-butn:hover {
  color: #B2804C;
}

.offers .card .image-content .hover-icon {
  position: absolute;
  top: 50px;
  left: 15px;
  color: #ccc;
  font-size: 30px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.offers .card .image-content .hover-icon:hover {
  color: #B2804C;
}

.offers .card .image-content .hover-icon.active {
  color: #f00;
}

.offers .card .card-body h6 {
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.offers .card .card-body .price {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #eee;
  border-radius: 20px;
  margin-top: 15px;
  text-align: center;
  direction: ltr;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.offers .card .card-body .price .now {
  font-family: 'bold';
  font-size: 18px;
}

.offers .card .card-body .price .last {
  text-decoration: line-through;
  color: #888;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.offers .card .card-body .cart-butn {
  width: 100%;
  padding: 20px 0px;
  background-color: #333357;
  border: 1px solid #333357;
  border-radius: 20px;
  margin-top: 15px;
  text-align: center;
  display: block;
  color: #fff;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  direction: rtl !important;
}

.offers .card .card-body .cart-butn img {
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(1%) saturate(947%) hue-rotate(234deg) brightness(118%) contrast(100%);
          filter: invert(100%) sepia(1%) saturate(947%) hue-rotate(234deg) brightness(118%) contrast(100%);
  margin-left: 7px;
}

.offers .card .card-body .cart-butn:hover {
  background-color: #B2804C;
  border: 1px solid #B2804C;
}

.offers .card:hover {
  border: 1px solid #B2804C;
}

.offers .card:hover .hover-icon {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

.offers .card:hover .product-img {
  width: 160px;
  height: 160px;
}

.offers .card:hover .more-icon {
  -webkit-transform: translate(50%, -50%) scale(1) !important;
          transform: translate(50%, -50%) scale(1) !important;
  opacity: .9 !important;
}

.offers .card:hover .badge {
  background-color: #333357;
}

.offers .card:hover .card-body h6, .offers .card:hover .card-body .price {
  color: #B2804C;
  font-weight: bold;
}

.product-modal .modal-content {
  border-radius: 25px;
  padding: 25px;
}

.product-modal .modal-content .close {
  position: absolute;
  left: 25px;
  font-size: 20px;
  z-index: 5;
}

.product-modal .modal-content .image-content {
  width: 100%;
  height: 280px;
}

.product-modal .modal-content .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-modal .modal-content .text h3 {
  font-family: 'tajwal-bold';
  margin-bottom: .8rem;
}

.product-modal .modal-content .text h4 {
  color: #B2804C;
}

.product-modal .modal-content .text p {
  font-size: 13px;
  line-height: 1.8rem;
}

.product-modal .modal-content .text .available {
  color: green;
  font-size: 15px;
}

.product-modal .modal-content .text .butn {
  width: 200px;
  height: 50px;
  line-height: 50px;
  background-color: #B2804C;
  border: 1px solid #B2804C;
  color: #fff;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
  display: block;
  margin-top: 20px;
}

.product-modal .modal-content .text .butn i {
  margin: 0px 3px;
}

.product-modal .modal-content .text .butn:hover {
  background-color: #2C2C4F;
  border: 1px solid #2C2C4F;
  color: #fff;
}

.banner {
  margin: 50px 0px;
}

.banner img {
  width: 100%;
  height: 238px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45px;
}

.newsletter {
  padding: 50px 0px;
  position: relative;
}

.newsletter .inner {
  background-color: #fff;
  position: relative;
  z-index: 9;
  padding: 50px 30px;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.newsletter .inner h3 {
  text-align: center;
  color: #AD7840;
}

.newsletter .inner .form-group {
  position: relative;
  margin-top: 40px;
}

.newsletter .inner .form-group .form-control {
  height: 50px;
  padding-right: 160px;
  border-radius: 5px;
}

.newsletter .inner .form-group .submit-btn {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333357;
  border: 1px solid #333357;
  border-radius: 0px 5px 5px 0px;
  color: #fff;
}

.newsletter .inner .form-group .submit-btn i {
  margin-left: 5px;
}

.newsletter .pattern {
  position: absolute;
  top: 0;
  left: 20%;
}

/***************************** Start Edit Contact Page *****************************/
.page-heading {
  background-color: #2C2C4F;
  padding: 50px 0px;
  text-align: center;
}

.page-heading h5 {
  font-family: 'tajwal-bold';
  font-size: 1.5rem;
  color: #fff;
}

.page-heading .breadcrumb {
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}

.page-heading .breadcrumb .breadcrumb-item {
  font-weight: bold;
  font-size: 14px;
}

.page-heading .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.page-heading .breadcrumb .breadcrumb-item.active {
  color: #AD7840;
}

.page-heading .breadcrumb .breadcrumb-item:first-child::before {
  opacity: 0;
}

.page-heading .breadcrumb .breadcrumb-item::before {
  content: '|';
}

.contact-pg {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.contact-pg .contact-info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.02);
  padding: 15px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
}

.contact-pg .contact-info .items .icons {
  color: #B2804C;
  min-width: 20%;
  text-align: center;
  font-size: 21px;
  border-left: 1px solid #2C2C4F;
}

.contact-pg .contact-info .items .info p {
  font-size: 15px;
  color: #888;
  padding-right: 20px;
  margin-bottom: 0;
  line-height: 31px;
}

.contact-pg .contact-form {
  border-radius: 15px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 30px 0;
}

.contact-pg .contact-form label {
  font-size: 13px;
  color: #666;
  font-weight: bold;
}

.contact-pg .contact-form input {
  height: 55px;
}

.contact-pg .contact-form input, .contact-pg .contact-form textarea {
  font-size: 12px;
  border: 1px solid #ddd;
}

.contact-pg .contact-form input:focus, .contact-pg .contact-form textarea:focus {
  border: 1px solid #B2804C;
}

.contact-pg .contact-form .submit-btn {
  background-color: #2C2C4F;
  border: 1px solid #2C2C4F;
  color: #fff;
  width: 150px;
  height: 50px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 7px;
  font-family: 'semiBold';
}

.contact-pg .contact-form .submit-btn i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.contact-pg .contact-form .submit-btn:hover {
  background-color: #B2804C;
  border: 1px solid #B2804C;
  color: #fff;
}

.contact-pg .map {
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: calc(100% - 60px);
  margin: 30px 0;
  min-height: 400px;
}

.contact-pg .map iframe {
  border-radius: 10px;
}

/***************************** Start Edit About Page *****************************/
.about {
  background-color: #F8F8F8;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin: 0px 0px 90px 0px;
}

.about .about-inner {
  background-color: #fff;
  border-radius: 40px;
  padding: 50px 60px 50px 60px;
  z-index: 99;
  position: relative;
  top: 50px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.about .about-inner .text-inner h5 {
  font-family: 'bold';
  color: #2C2C4F;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

.about .about-inner .text-inner h5::before, .about .about-inner .text-inner h5::after {
  content: '';
  width: 60px;
  height: 1.5px;
  background-color: #2C2C4F;
  display: block;
  position: relative;
  top: 39px;
}

.about .about-inner .text-inner h5::after {
  top: 19px;
  right: 15px;
}

.about .about-inner .text-inner p {
  line-height: 2.5rem;
  color: #888;
  font-size: 15px;
}

.about .about-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-goals {
  padding: 70px 0px;
  overflow: hidden;
}

.about-goals .card {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 15px;
  padding: 2.3rem 1.5rem;
  border: none;
  border-radius: 15px;
  background-color: #f8f8f8;
}

.about-goals .card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-filter: invert(56%) sepia(81%) saturate(287%) hue-rotate(350deg) brightness(81%) contrast(88%);
          filter: invert(56%) sepia(81%) saturate(287%) hue-rotate(350deg) brightness(81%) contrast(88%);
}

.about-goals .card h4 {
  margin: 1.3rem 0rem 1rem;
  color: #555;
}

.about-goals .card p {
  font-size: 13px;
  line-height: 1.8rem;
}

.about-goals .card:hover {
  -webkit-box-shadow: 0px 3px 15px 0px #eee;
          box-shadow: 0px 3px 15px 0px #eee;
}

.about-goals .card:hover img {
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/***************************** Start Edit Cart Page *****************************/
.cart-pg {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.cart-pg .responsive-table {
  padding-top: 30px;
  overflow-y: hidden;
}

.cart-pg .responsive-table th {
  background-color: #B2804C;
  color: #fff;
  border-color: #B2804C;
  font-size: 14px;
  font-family: 'bold';
  padding: 15px 0px;
}

.cart-pg .responsive-table td {
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}

.cart-pg .responsive-table td i {
  color: #666;
}

.cart-pg .responsive-table img {
  width: 150px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
}

.cart-pg .responsive-table form .quantity-container h5 {
  font-size: 17px;
  display: inline;
  margin-right: 10px;
  color: #555;
}

.cart-pg .responsive-table form .quantity-container .qt-plus,
.cart-pg .responsive-table form .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #999;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

.cart-pg .responsive-table form .quantity-container .qt-plus:hover,
.cart-pg .responsive-table form .quantity-container .qt-minus:hover {
  background-color: #ccc;
  color: #202020;
}

.cart-pg .responsive-table form .quantity-container .qt-plus .fa,
.cart-pg .responsive-table form .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.cart-pg .responsive-table form .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.cart-pg .cart-summary {
  padding: 20px 0px;
  text-align: center;
}

.cart-pg .cart-summary h6 {
  color: #2C2C4F;
}

.cart-pg .cart-summary h6 span {
  font-weight: bold;
  font-size: 20px;
  color: #B2804C;
  margin-right: 10px;
}

.cart-pg .cart-summary p {
  font-size: 15px;
}

.cart-pg .cart-summary a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  line-height: 45px;
  background-color: #B2804C;
  border: 1px solid #B2804C;
  color: #fff;
  font-family: 'semiBold';
  text-align: center;
  border-radius: 15px;
  margin: 0px 4px;
  padding: 0rem 2.375rem;
  font-size: 14px;
}

.cart-pg .cart-summary a:hover {
  background-color: #2C2C4F;
  border: 1px solid #2C2C4F;
}

.cart-pg .img-tr {
  position: absolute;
  bottom: -50px;
  left: -200px;
  pointer-events: none;
}

/***************************** Start Edit Checkout Page *****************************/
.checkout-pg {
  position: relative;
  padding: 50px 0px;
}

.checkout-pg .checkout-form .accordion {
  border-radius: 15px;
}

.checkout-pg .checkout-form .accordion .card-header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  background-color: #f9f9f9;
  border-radius: 25px 25px 0 0;
  padding: 0;
}

.checkout-pg .checkout-form .accordion .btn-link {
  color: #B2804C;
  width: 100%;
  text-align: right;
  padding: 25px 30px;
}

.checkout-pg .checkout-form .accordion .btn-link i {
  color: #000;
  margin-right: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.checkout-pg .checkout-form .accordion .btn-link:hover, .checkout-pg .checkout-form .accordion .btn-link:focus {
  text-decoration: none;
}

.checkout-pg .checkout-form .accordion .done .btn-link i {
  color: #29b729;
}

.checkout-pg .checkout-form .accordion .main-butn {
  background-color: #2C2C4F;
  border: 1px solid  #2C2C4F;
  color: #fff;
  width: 200px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 7px;
  font-family: 'semiBold';
}

.checkout-pg .checkout-form .accordion .main-butn:hover {
  background-color: #B2804C;
  border: 1px solid  #B2804C;
}

.checkout-pg .checkout-form .accordion .card {
  border-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  margin-bottom: 10px;
  border-radius: 25px;
}

.checkout-pg .checkout-form .accordion .card h6 {
  font-weight: bold;
  color: #333357;
  margin-bottom: 30px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(42, 3, 94, 0.2);
  position: relative;
}

.checkout-pg .checkout-form .accordion .card h6::after {
  content: '';
  width: 90px;
  height: 1px;
  right: 0px;
  position: absolute;
  display: block;
  background-color: #B2804C;
  top: 100%;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group {
  color: #777;
  margin-bottom: 25px;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group select, .checkout-pg .checkout-form .accordion .profile-info .form-group input {
  height: 50px;
  border-radius: 10px;
  color: #666;
  font-size: 13px;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group select:focus, .checkout-pg .checkout-form .accordion .profile-info .form-group input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border: 1px solid #B2804C !important;
}

.checkout-pg .checkout-form .accordion .profile-info .form-group .location-input {
  height: 100px !important;
}

.checkout-pg .checkout-form .accordion .profile-info.hide {
  display: none;
}

.checkout-pg .checkout-form .accordion .delivery .item {
  margin: 10px 0px;
}

.checkout-pg .checkout-form .accordion .delivery .item p {
  color: #555;
  font-size: 15px;
}

.checkout-pg .checkout-form .accordion .delivery .item p span {
  color: #000;
}

.checkout-pg .checkout-form .accordion .delivery .text p {
  padding: 5px 10px 0 0;
  color: #777;
}

.checkout-pg .checkout-form .accordion .delivery .text p span {
  color: #212529;
  padding: 0 4px;
}

.checkout-pg .checkout-form .accordion .delivery .responsive-table {
  overflow-y: hidden;
}

.checkout-pg .checkout-form .accordion .delivery .responsive-table img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkout-pg .checkout-form .accordion .pay .form-group {
  position: relative;
  margin-bottom: 30px;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #B2804C;
  background-color: #B2804C;
  outline: none;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-input:checked ~ .custom-control-label p {
  color: #B2804C;
}

.checkout-pg .checkout-form .accordion .pay .form-group .custom-control-label::after, .checkout-pg .checkout-form .accordion .pay .form-group .custom-control-label::before {
  right: -.5rem;
}

.checkout-pg .checkout-form .accordion .pay .form-group img {
  width: 75px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -10px;
}

.checkout-pg .checkout-form .accordion .pay .form-group img span {
  font-size: 17px;
}

.checkout-pg .checkout-form .accordion .pay .form-group img, .checkout-pg .checkout-form .accordion .pay .form-group input {
  display: inline-block;
  width: auto;
  margin-left: 10px;
}

.checkout-pg .checkout-form .accordion .pay .form-group label {
  display: contents;
}

.checkout-pg .checkout-form .accordion .pay .form-group label p {
  position: relative;
  top: 9px;
  font-weight: bold;
}

.checkout-pg .checkout-form .accordion .pay .coupon input {
  padding: 10px;
  border: 1px solid #eee;
}

.checkout-pg .checkout-form .accordion .pay .coupon li {
  padding: 7px 10px;
  font-size: 15px;
}

.checkout-pg .checkout-form .accordion .pay .coupon li span {
  float: left;
}

.checkout-pg .checkout-form .accordion .pay .coupon li i {
  font-weight: bold;
  font-style: normal;
  color: #222;
}

.checkout-pg .checkout-form .accordion .pay .coupon li:last-of-type {
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 7px;
}

/***************************** Start Edit Register Page *****************************/
.register {
  padding: 40px 0px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.register .register-b {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.register .register-card {
  padding: 2.375rem 2.375rem;
  -webkit-box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
          box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.1), 0 2px 9px 0 rgba(62, 57, 107, 0.1);
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 99;
}

.register .register-card h5 {
  text-align: center;
  color: #2C2C4F;
}

.register .register-card form .form-group {
  position: relative;
}

.register .register-card form .form-group label {
  font-size: 13px;
  color: #666;
  font-weight: bold;
}

.register .register-card form .form-group .form-control {
  border: 1px solid #ccc;
  height: 45px;
  font-size: 12px;
}

.register .register-card form .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #B2804C;
}

.register .register-card form .form-group .forget-pass {
  color: #777;
  font-size: 10px;
  float: left;
  margin: 10px 0px;
}

.register .register-card form .submit-btn {
  background-color: #2C2C4F;
  border: 1px solid #2C2C4F;
  color: #fff;
  width: 200px;
  height: 50px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 7px;
  font-family: 'semiBold';
}

.register .register-card form .submit-btn i {
  position: relative;
  top: 3px;
  margin-left: 4px;
}

.register .register-card form .submit-btn:hover {
  background-color: #B2804C;
  border: 1px solid #B2804C;
  color: #fff;
}

.register .register-card .sign {
  text-align: center;
  margin: 2rem 0rem 2rem;
}

.register .register-card .another-option .or {
  position: relative;
  text-align: center;
  margin: 20px auto;
}

.register .register-card .another-option .or p {
  background-color: #fff;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}

.register .register-card .another-option .buttons {
  margin-top: 25px;
}

.register .register-card .another-option .buttons .butn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

.register .register-card .another-option .buttons .butn i {
  position: absolute;
  left: 40px;
  line-height: 50px;
  color: #fff;
}

.register .register-card .another-option .buttons .butn.fb {
  background-color: #3B5998;
  border: 1px solid #3B5998;
}

.register .register-card .another-option .buttons .butn.gm {
  background-color: #EA4335;
  border: 1px solid #EA4335;
}

/***************************** Start Edit products Page *****************************/
.products-pg .products-heading {
  background-color: #f9f9f9;
  padding: 25px 0px 10px 0px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 4px 0px #eee;
          box-shadow: 0px 3px 4px 0px #eee;
}

.products-pg .products-heading .nav .nav-link {
  font-weight: bold;
  color: #888;
}

.products-pg .products-heading .nav .nav-link.active {
  color: #B2804C;
  background-color: transparent;
}

.products-pg .products-heading .form-control {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  font-size: 12px;
}

.products-pg .sec-heading {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 99;
}

.products-pg .sec-heading h5 {
  font-family: 'bold';
  color: #2C2C4F;
  position: relative;
  font-size: 1.5rem;
  margin-bottom: 0px;
}

.products-pg .sec-heading h5::before, .products-pg .sec-heading h5::after {
  content: '';
  width: 60px;
  height: 1.5px;
  background-color: #2C2C4F;
  display: block;
  position: relative;
  top: 40px;
}

.products-pg .sec-heading h5::after {
  top: 19px;
  right: 15px;
}

.products-pg .sec-heading .more-btn {
  background-color: #2C2C4F;
  color: #fff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 7px;
  font-family: 'semiBold';
  font-size: 15px;
}

.products-pg .sec-heading .more-btn:hover {
  background-color: #B2804C;
  color: #fff;
}

.products-pg .pagination-wrapper {
  margin-top: 50px;
}

.products-pg .pagination-wrapper nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.products-pg .pagination-wrapper nav .page-link {
  border-radius: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #B2804C;
  margin: 0px 2px;
  padding: 0;
  text-align: center;
}

.products-pg .pagination-wrapper nav .page-link:hover {
  background-color: #333357;
  color: #fff;
}

/***************************** Start Edit single-product Page *****************************/
.single-product {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.single-product .product-img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.single-product .product-details h3 {
  font-family: 'tajwal-bold';
  margin-bottom: 1rem;
}

.single-product .product-details .price {
  direction: ltr;
  color: #B2804C;
}

.single-product .product-details p {
  font-size: 15px;
  color: #888;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-top: 1rem;
}

.single-product .product-details .desc {
  letter-spacing: 0px;
  line-height: 1.8rem;
  margin: 1.5rem 0rem;
}

.single-product .product-details .attributes p b {
  color: #555;
}

.single-product .product-details .attributes p a {
  color: #888;
  margin: 0px 3px;
}

.single-product .product-details .attributes p a:hover {
  color: #202020;
}

.single-product .product-details .quantity-container h5 {
  font-size: 17px;
  display: inline;
  margin-left: 10px;
  color: #555;
}

.single-product .product-details .quantity-container .qt-plus,
.single-product .product-details .quantity-container .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #999;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

.single-product .product-details .quantity-container .qt-plus:hover,
.single-product .product-details .quantity-container .qt-minus:hover {
  background-color: #ccc;
  color: #202020;
}

.single-product .product-details .quantity-container .qt-plus .fa,
.single-product .product-details .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.single-product .product-details .quantity-container .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #202020;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.single-product .product-details .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
}

.single-product .product-details .buttons .butn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #B2804C;
  color: #B2804C;
  margin-left: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 10px;
}

.single-product .product-details .buttons .butn.active {
  width: 200px;
  background-color: #B2804C;
  color: #fff;
}

.single-product .product-details .buttons .butn.active i {
  margin: 0px 5px;
}

.single-product .product-details .buttons .butn:hover {
  background-color: #2C2C4F;
  border: 1px solid #2C2C4F;
  color: #fff;
}

/***************************** Start Edit profile Page *****************************/
.profile-pg {
  padding: 50px 0px;
}

.profile-pg .profile-menu .image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #B2804C;
  margin: auto;
  position: relative;
}

.profile-pg .profile-menu .image-container img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 7px solid #333357;
}

.profile-pg .profile-menu .image-container input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #333357;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
}

.profile-pg .profile-menu .image-container button {
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 0px 10px #555;
          box-shadow: 0px 0px 10px #555;
  background-color: #B2804C;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #B2804C;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.profile-pg .profile-menu .image-container button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.profile-pg .profile-menu .text {
  padding: 15px 0px;
}

.profile-pg .profile-menu .text h5 {
  color: #707070;
}

.profile-pg .profile-menu .text p {
  color: #A7A7A7;
  font-style: italic;
}

.profile-pg .profile-menu .text .btn-dark {
  width: 100%;
  font-size: 12px;
  padding: 0.575rem 0.75rem 0.375rem;
  color: #fff;
}

.profile-pg .profile-menu .text .btn-dark i {
  margin-right: 3px;
}

.profile-pg .profile-menu .text .btn-dark:hover {
  color: #fff;
}

.profile-pg .profile-inner {
  padding: 10px 30px;
}

.profile-pg .profile-inner .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.profile-pg .profile-inner .nav-tabs .nav-link {
  background-color: transparent;
  border-color: transparent;
  color: #B2804C;
  font-family: "semiBold";
  padding: 8px 70px;
}

.profile-pg .profile-inner .nav-tabs .nav-link.active {
  color: #333357;
  border-bottom: 1px solid #333357;
}

.profile-pg .profile-inner .info-container {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
}

.profile-pg .profile-inner .info-container .text {
  margin-bottom: 10px;
}

.profile-pg .profile-inner .info-container .text .content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.profile-pg .profile-inner .info-container .text .content span {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.profile-pg .profile-inner .info-container .text .content .edit-btn {
  cursor: pointer;
  color: #202020;
  font-size: 13px;
}

.profile-pg .profile-inner .info-container .text .form-control {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 55px;
  line-height: 45px;
  border-radius: 20px;
  padding: .375rem 1.2rem;
}

.profile-pg .profile-inner .info-container .text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #555;
}

.profile-pg .profile-inner .info-container .save-btn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #333357;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #333357;
  margin: 10px auto;
}

.profile-pg .profile-inner .info-container .save-btn:hover {
  background-color: #B2804C;
}

.profile-pg .profile-inner .favourites-container {
  padding: 40px 20px;
  border: 1px solid #ccc;
  margin-top: 30px;
  border-radius: 5px;
}

.profile-pg .profile-inner .favourites-container .item {
  padding: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #9995;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.profile-pg .profile-inner .favourites-container .item .image-content {
  width: 100px;
  height: 100px;
}

.profile-pg .profile-inner .favourites-container .item .image-content img {
  width: inherit;
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.profile-pg .profile-inner .favourites-container .item .item-details {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.profile-pg .profile-inner .favourites-container .item .delete-item {
  position: relative;
  float: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 45px;
  opacity: 1;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
}

.profile-pg .profile-inner .favourites-container .item .delete-item:hover {
  background-color: #B2804C;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.profile-pg .profile-inner .orders-container.responsive-table {
  overflow-y: hidden;
}

.profile-pg .profile-inner .orders-container .table {
  margin-top: 30px;
}

.profile-pg .profile-inner .orders-container .table thead th {
  background-color: #B2804C;
  color: #fff;
}

.profile-pg .profile-inner .orders-container .table img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

/***************************** Start Edit order-details Page *****************************/
.order-details-pg {
  padding: 70px 0px;
  background-color: #f9f9f9;
}

.order-details-pg .order-details {
  border: 1px solid #9994;
  -webkit-box-shadow: 0 10px 30px rgba(98, 97, 97, 0.1);
          box-shadow: 0 10px 30px rgba(98, 97, 97, 0.1);
  padding: 50px 35px;
  border-radius: 25px;
  background-color: #fff;
}

.order-details-pg .order-details .order-head {
  border: 1px solid #9993;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.order-details-pg .order-details .order-head ul li p {
  font-size: 14px;
}

.order-details-pg .order-details .order-head ul li span, .order-details-pg .order-details .order-head ul li a {
  color: #B2804C;
}

.order-details-pg .order-details thead th {
  background-color: #B2804C;
  color: #fff;
  font-size: 15px;
}

.order-details-pg .order-details tbody td {
  font-size: 14px;
}

.order-details-pg .order-details .order-body .img img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #9993;
  border-radius: 10px;
}
/*# sourceMappingURL=style.css.map */