@charset "UTF-8";
* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #F3B04D;
  color: #fff;
}

*::selection {
  background-color: #F3B04D;
  color: #fff;
}

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

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

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

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

/***************************** Global Style *****************************/
body {
  font-family: 'Tajawal', sans-serif;
}

section .group-two .group-icon {
  background-color: #E9B185;
  border: 0;
  border-radius: 0 18px 18px 0;
  padding: 13px 21px;
}

section .group-two .group-title {
  background-color: #001F40;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-radius: 18px 0 0px 18px;
  padding: 13px 30px;
}

.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px 40px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #E9B185;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../images/right.png) !important;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.shop-box {
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px;
  margin: 30px 0;
}

.shop-box .add-more {
  background-color: #F6F6F6;
  width: 80px;
  padding: 7px 0;
  text-align: center;
  border-radius: 2.5px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.shop-box .add-more .qt-plus .fa,
.shop-box .add-more .qt-minus .fa {
  font-weight: 300;
}

.shop-box .add-more .qt-plus,
.shop-box .add-more .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;
}

.shop-box .add-more .qt-plus:hover,
.shop-box .add-more .qt-minus:hover {
  background-color: #000;
  color: #fff;
}

.shop-box .add-more .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #000000;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.shop-box .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-box .product-name .product-title {
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin: auto;
}

.shop-box .salary {
  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%;
  padding: 0 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shop-box .salary .cost {
  font-weight: 700;
  font-size: 15px;
  padding: 0 30px;
}

.shop-box .salary .cost .currency {
  font-weight: 300;
  font-size: 15px;
  margin: 0 5px;
}

.shop-box .salary .delete-btn {
  float: left;
  background-color: transparent;
  border: transparent;
}

.shop-box .salary .delete-btn:hover {
  color: #f00;
}

.shop-box-info .shop-btn {
  background-color: #F6F6F6;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  border: 0;
  padding: 13px 25px;
  float: right;
}

.shop-box-info .shop-btn:active {
  background-color: #F6F6F6;
  color: #000000;
}

.shop-box-info .shop-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.total-basket {
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding: 10px;
  margin: 30px 0;
  position: relative;
}

.total-basket .title-total {
  font-weight: bold;
  font-size: 14px;
  color: #171717;
  text-align: center;
  padding: 20px 0;
}

.total-basket .line {
  height: 2px;
  display: block;
  background-color: #EEEEEE;
  width: 100%;
}

.total-basket .input-group {
  width: 100%;
}

.total-basket .input-group .form-control {
  background-color: #F6F6F6;
  border-radius: 3px;
  border: 0;
  height: 60px;
}

.total-basket .input-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.total-basket .input-group .form-control::-webkit-input-placeholder {
  color: #B0B0B0;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 10px;
}

.total-basket .input-group .form-control:-ms-input-placeholder {
  color: #B0B0B0;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 10px;
}

.total-basket .input-group .form-control::-ms-input-placeholder {
  color: #B0B0B0;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 10px;
}

.total-basket .input-group .form-control::placeholder {
  color: #B0B0B0;
  font-weight: 300;
  font-size: 11px;
  padding: 10px 10px;
}

.total-basket .input-group .input-group-append .input-group-text {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 13px;
  padding: 10px 40px;
}

.total-basket .input-group .input-group-append .input-group-text:hover {
  background-color: #F3B04D;
  border: 1px solid #F3B04D;
}

.total-basket .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #EEEEEE;
}

.total-basket .total.last {
  border-bottom: 1px solid transparent;
}

.total-basket .total .title {
  font-size: 11px;
  font-weight: 400;
  color: #000000;
}

.total-basket .total .title-f {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.total-basket .total .cost {
  font-weight: 700;
  font-size: 16px;
  padding: 0 15px;
}

.total-basket .total .cost .currency {
  font-weight: 300;
  font-size: 16px;
  margin: 0 5px;
}

.head-title {
  background-color: #F6F6F6;
  text-align: center;
  padding: 50px 0;
}

.head-title .content .title {
  font-size: 30px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 30px;
}

.head-title .content .description {
  font-size: 15px;
  font-weight: 500;
  color: #c07f4d;
  padding: 5px 0;
}

.head-title .content .description .heading {
  color: #222;
  font-weight: 500;
  font-size: 15px;
  margin: 0 10px;
}

.head-title .content .description span {
  margin: 0 10px;
}

.section_padding {
  padding: 70px 0;
}

.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section .title-section {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  margin: auto;
  padding: 40px 60px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section .title-section::after {
  content: "";
  background-image: url(../images/beauty.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80%;
  margin: auto;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  width: 100%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

section .title-section::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 5px;
  background-color: #171717;
  right: 0;
  top: 55px;
}

section .title-section-s {
  text-align: center;
  font-weight: 700;
  font-size: 25px;
  position: relative;
  margin: auto;
  padding: 30px 0;
}

section .title-section-s::after {
  content: "";
  background-image: url(../images/beauty.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 80%;
  margin: auto;
  opacity: 0.85;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section .title-section-s::before {
  position: absolute;
  content: "";
  width: 55px;
  height: 5px;
  background-color: #171717;
  right: 402px;
  top: 50%;
}

section .group-two .group-icon {
  background-color: #E9B185;
  border: 0;
  border-radius: 0 18px 18px 0;
  padding: 13px 21px;
}

section .group-two .group-title {
  background-color: #001F40;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  border-radius: 18px 0 0px 18px;
  padding: 13px 30px;
}

.searching {
  position: fixed;
  background: #000000f1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  display: none;
}

.searching form {
  margin-top: 40vh;
  width: 100%;
}

.searching form .form-group {
  position: relative;
  width: 50%;
  min-width: 300px;
  margin: auto;
  border-radius: 50px;
  overflow: hidden;
}

.searching form .form-group input {
  width: 100%;
  min-height: 50px;
  padding: 15px;
}

.searching form .form-group button {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #F3B04D;
  color: #fff;
  border: 0;
  font-size: 20px;
}

.searching .close {
  position: absolute;
  top: 30px;
  left: 60px;
  color: #fff;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

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

a:focus {
  outline: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

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;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

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

.scroll-top-btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px dashed #000;
  border-radius: 50%;
  color: #000;
  text-align: center;
  line-height: 50px;
  position: fixed;
  bottom: 30px;
  left: 10px;
  z-index: 1000;
  -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.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

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

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

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

/*animation*/
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}

/***************************** Start Navbar *****************************/
.navs-container {
  /*start nav top*/
  /*start section navbar*/
  /*end section navbar*/
}

.navs-container .nav-top {
  background-color: #171717;
  padding: 10px 0;
}

.navs-container .nav-top .icon {
  width: 25px;
  height: 25px;
  background: transparent;
  border: transparent;
  margin: 0 5px;
}

.navs-container .nav-top .floating-l {
  float: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.navs-container .nav-top .floating-l .search_icon {
  cursor: pointer;
}

.navs-container .nav-top .floating-l .search_icon .s-icon {
  width: 25px;
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.navs-container .nav-top .floating-l .lang-link {
  width: 40px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 2px solid #eee;
  color: #eee;
  border-radius: 10px;
  margin: 0 20px;
  font-size: 13px;
  font-weight: bold;
}

.navs-container .nav-top .floating-l .lang-link:hover {
  background-color: #C27437;
  border: 2px solid #C27437;
}

.navs-container .nav-top .dropdown.icon {
  background: transparent;
  border: transparent;
}

.navs-container .nav-top .dropdown .dropdown-toggle {
  background-color: #171717;
  border: #171717;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-name .image-content {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 10px;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-name .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-name .content .name {
  font-weight: 700;
  color: #444;
  font-size: 16px;
  margin-bottom: 0;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-name .content .mail {
  color: #8991ab;
  font-size: 12px;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data {
  margin-bottom: 0;
  padding: 10px 0;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li {
  width: 100%;
  margin: 0px;
  border-bottom: 1px solid #f4f8fb;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li a {
  width: 100% !important;
  padding: 8px 15px;
  color: #8991ab;
  display: block;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li a i {
  margin: 0px 6px;
  font-size: 15px;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li a span {
  font-weight: 400;
  font-size: 16px;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li:hover a {
  color: #F3B04D;
  background-color: #f4f8fb;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data li:hover a i {
  color: #F3B04D;
}

.navs-container .nav-top .dropdown.profile-dropdown .profile-data:last-child li {
  border-bottom: 0px !important;
}

.navs-container .nav-top .dropdown.profile-dropdown .dropdown-menu {
  min-width: 250px;
}

.navs-container .nav-top .dropdown.profile-dropdown .dropdown-toggle:after {
  display: none;
}

.navs-container .nav-top .dropdown.lang-dropdown {
  margin: 0 35px;
}

.navs-container .nav-top .dropdown.lang-dropdown .dropdown-menu {
  min-width: 200px;
}

.navs-container .nav-top .text-c {
  text-align: center;
  color: #eee;
  font-size: 14px;
  margin-bottom: 0;
}

.navs-container .navbar {
  background-color: #FFF;
  padding: .1rem 1rem;
}

.navs-container .navbar .navbar-brand .nav-icon {
  width: 240px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  font-size: 13px;
  color: #001F40;
  font-weight: 700;
  padding: 0 15px;
  position: relative;
}

.navs-container .navbar .nav-link:hover::after, .navs-container .navbar .nav-link.active::after {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
}

.navs-container .navbar .nav-link::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #E9B185;
  display: block;
  margin: auto;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.navs-container .cart-btn {
  position: relative;
}

.navs-container .cart-btn::after {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #F3B04D;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .cart-btn.active-btn img, .navs-container .cart-btn.active-btn .num {
  opacity: 0;
}

.navs-container .cart-btn.active-btn::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navs-container .p-relative {
  position: relative;
}

.navs-container .shopping-cart {
  position: absolute;
  right: 0;
  top: 33px;
  background-color: #fff;
  z-index: 5;
  display: block;
  padding: 25px 20px;
  width: 350px;
  min-width: 300px;
  border-radius: 10px;
  -webkit-transform: translate(50px, 15px);
          transform: translate(50px, 15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
}

.navs-container .shopping-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0px, 15px);
          transform: translate(0px, 15px);
}

.navs-container .shopping-cart .cart-header {
  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;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.navs-container .shopping-cart .cart-header .icon {
  color: #C27437;
  position: relative;
  padding-right: 15px;
}

.navs-container .shopping-cart .cart-header .icon .num {
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #F3B04D;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 50%;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}

.navs-container .shopping-cart .cart-header .total {
  color: #777;
  margin-bottom: 0;
}

.navs-container .shopping-cart .cart-header .total b {
  color: #F3B04D;
}

.navs-container .shopping-cart .cart-body {
  padding: 1rem .3rem;
}

.navs-container .shopping-cart .cart-body .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.navs-container .shopping-cart .cart-body .item .prod-img {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.navs-container .shopping-cart .cart-body .item .prod-det {
  padding: 5px 15px;
}

.navs-container .shopping-cart .cart-body .item .prod-det .prod-name {
  color: #0A083A;
  margin-bottom: .4rem;
}

.navs-container .shopping-cart .cart-body .item .prod-det .categ-name {
  color: #777;
  font-weight: 500;
}

.navs-container .shopping-cart .cart-body .item .prod-det .categ-name small {
  color: #C27437;
}

.navs-container .shopping-cart .cart-body .item .delete-btn {
  background-color: transparent;
  color: #666;
  border: transparent;
  margin-right: auto;
}

.navs-container .shopping-cart .cart-body .item .delete-btn:hover {
  color: #b65757;
}

.navs-container .shopping-cart .cart-body .item:hover .prod-name {
  color: #F3B04D;
}

.navs-container .shopping-cart .cart-body .btns-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 15px;
}

.navs-container .shopping-cart .cart-body .btns-wrapper .btn {
  background-color: #999;
  border: 1px solid #999;
  color: #fff;
  padding: 0.575rem 2.5rem;
  margin: 0 2px;
}

.navs-container .shopping-cart .cart-body .btns-wrapper .btn.active {
  background-color: #333;
  border: 1px solid #333;
  color: #fff;
}

.navs-container .shopping-cart .cart-body .btns-wrapper .btn:hover {
  background-color: #F3B04D;
  border: 1px solid #F3B04D;
  color: #fff;
}

.white {
  -webkit-filter: invert(94%) sepia(0%) saturate(7474%) hue-rotate(69deg) brightness(157%) contrast(107%);
          filter: invert(94%) sepia(0%) saturate(7474%) hue-rotate(69deg) brightness(157%) contrast(107%);
}

/*start section header*/
header {
  background: url(../images/header-bg.png);
  background-size: cover;
  width: 100%;
}

header .title {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 54%;
  right: 19.5%;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header .swiper-container {
  width: 100%;
  height: 650px;
}

header .swiper-container .swiper-wrapper {
  top: 150px;
  right: 200px;
}

header .swiper-container .swiper-numbers {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 143px;
  bottom: 190px;
  color: #fff !important;
  z-index: 5;
  right: 45px;
  direction: ltr;
  text-align: center;
  border-radius: 25px;
  position: absolute;
}

header .swiper-container .swiper-numbers::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 125px;
  background-color: #fff;
  bottom: 15px;
  right: 110px;
}

header .swiper-container .swiper-numbers span {
  color: #fff !important;
  font-size: 20px;
  font-weight: 500;
  color: transparent;
  padding: 0 5px;
}

header .swiper-slide {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
  right: 60px;
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

header .swiper-slide .shop-btn {
  background-color: #FFFFFF;
  border-radius: 30px;
  color: #F3B04D;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  padding: 13px 40px;
}

header .swiper-slide .title-slide {
  font-weight: 900;
  font-size: 36px;
  color: #FFFFFF;
  width: 50%;
}

header .swiper-slide .title-slide .title-helight {
  color: #E9B185;
}

header .swiper-slide .text-slide {
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  width: 47%;
  line-height: 30px;
  padding: 20px 0;
}

/*end section header*/
/*start section discount*/
.discount {
  padding: 30px 0;
}

.discount .discount-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.product-card {
  margin: 30px 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 15px #0001;
          box-shadow: 0 5px 15px #0001;
}

.product-card .img-box {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.product-card .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.product-card .img-box .badge {
  background-color: #171717;
  font-weight: 500;
  font-size: 17px;
  color: #FDFDFD;
  text-align: center;
  width: 100px;
  height: 45px;
  line-height: 45px;
  position: absolute;
  top: 10px;
  right: 12px;
  padding: 0;
}

.product-card .img-box .badge .per {
  margin: 0 3px;
}

.product-card .img-box .badge .name {
  font-weight: 300;
  font-size: 12px;
  margin: 0 5px;
}

.product-card .card-body {
  padding: 0;
  text-align: center;
}

.product-card .card-body .card-title {
  font-weight: 400;
  font-size: 22px;
  padding-top: 20px;
}

.product-card .card-body .card-text {
  font-weight: 700;
  font-size: 17px;
  padding-bottom: 20px;
}

.product-card .card-body .card-text .currency {
  font-weight: 300;
  margin: 0 6px;
}

.product-card .card-body .card-text .before {
  color: #C7C7C7;
  font-weight: 300;
  font-size: 10px;
  text-decoration: line-through;
}

.product-card .card-body .group-button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.product-card .card-body .group-button .card-button {
  width: 50%;
}

.product-card .card-body .group-button .card-button .add,
.product-card .card-body .group-button .card-button .fav {
  background-color: #171717;
  width: 50px;
  height: 40px;
  border: 0 !important;
  border-radius: 0 !important;
}

.product-card .card-body .group-button .card-button .add:hover,
.product-card .card-body .group-button .card-button .fav:hover {
  background-color: #C27437;
}

.product-card .card-body .group-button .card-button .fav {
  position: relative;
}

.product-card .card-body .group-button .card-button .fav::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 24px;
  background-color: #fff;
  right: 0;
  top: 13px;
}

.product-card .card-body .group-button .card-button .btn {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 12px;
}

.product-card .card-body .group-button .card-button .btn img {
  margin: 0 9px;
}

.product-card .card-body .group-button .card-button .btn.active {
  background-color: #F3B04D;
}

.product-card:hover .img-box img {
  -webkit-transform: rotate(5deg) scale(1.1);
          transform: rotate(5deg) scale(1.1);
}

.product-card:hover .card-title {
  color: #F3B04D;
}

/*end section discount*/
/*start section banner*/
.banner {
  padding: 40px 0;
}

.banner .banner-content {
  position: relative;
}

.banner .banner-content .baner {
  width: 100%;
}

.banner .banner-content .content {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  text-align: center;
  right: 10%;
}

.banner .banner-content .content .text {
  font-size: 25px;
  font-weight: 400;
  color: #171717;
}

.banner .banner-content .content .info {
  font-size: 43px;
  font-weight: 700;
  color: #fff;
}

/*end section banner*/
/*start section banner-two*/
.banner-two {
  overflow: hidden;
}

.banner-two .banner-content {
  position: relative;
}

.banner-two .banner-content .baner-2 {
  width: 100%;
}

.banner-two .banner-content .content {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  text-align: center;
}

.banner-two .banner-content .content .title {
  font-size: 22px;
  font-weight: 400;
  color: #442F3A;
}

.banner-two .banner-content .content .info {
  font-size: 45px;
  font-weight: 400;
  color: #442F3A;
  width: 67%;
  margin: auto;
  padding: 40px 0;
}

.banner-two .banner-content .content .text {
  font-size: 17px;
  font-weight: 300;
  color: #442F3A;
  width: 90%;
  margin: auto;
  padding: 0 0 90px 0;
}

.banner-two .banner-content .content .link {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  color: #000;
}

.banner-two .banner-content .content .underline {
  background-color: #E9B185;
  height: 7px;
  border-radius: 2px;
  display: block;
  width: 280px;
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*end section banner-two*/
/*start section distinguish*/
.distinguish {
  padding: 70px 0;
}

.distinguish .distinguish-content .feauture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.distinguish .distinguish-content .feauture .title {
  font-size: 23px;
  font-weight: 700;
  color: #001F40;
  margin: auto 16px;
}

.distinguish .distinguish-content .feauture .box-icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #171717;
  border-radius: 25px;
  text-align: center;
  line-height: 70px;
}

.distinguish .distinguish-content .feauture .box-icon img {
  width: 35px;
}

/*end section distinguish*/
/*start section clients*/
.clients {
  background-color: #EEEEEE;
  padding: 70px 0;
}

.clients .testmonial-card {
  padding: 30px 40px;
  border: 1px solid #9992;
  border-bottom-left-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 35px #eee;
          box-shadow: 0 5px 35px #eee;
  margin-top: 30px;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.clients .testmonial-card .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 20px 20px 20px;
  border-bottom: 2px solid #9992;
  position: relative;
}

.clients .testmonial-card .top::before {
  position: absolute;
  content: "\f10d";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: 0;
  bottom: -12px;
  color: #F3B04D;
  font-size: 16px;
}

.clients .testmonial-card .top h6 {
  font-weight: bold;
  margin-bottom: .5rem;
}

.clients .testmonial-card .top .img_usr {
  margin-left: 15px;
}

.clients .testmonial-card .top .img_usr img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.clients .testmonial-card .top .stars i {
  font-size: 12px;
  color: #F3B04D;
}

.clients .testmonial-card .bottom {
  text-align: center;
  padding: 30px 0;
}

.clients .testmonial-card .bottom .text {
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
}

.clients .testmonial-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 15px #ccc;
          box-shadow: 0 10px 15px #ccc;
}

/*end section clients*/
/*start section footer*/
.footer {
  background-color: #171717;
  padding: 70px 0 0 0;
}

.footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .icons .icon {
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 0 0 0 10px;
}

.footer .title {
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  padding-bottom: 20px;
}

.footer .text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.footer .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .tel .tel-icon img {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.footer .tel .num {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  margin: auto 15px;
}

.footer .input-group .input-group-prepend .input-group-text {
  background-color: #171717 !important;
  border: 2px solid #FFFFFF;
  padding: 0px 24px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.footer .input-group .form-control {
  background-color: #FFFFFF;
  padding: 22px 13px;
  font-size: 11px;
  font-weight: 300;
  color: #283144;
}

.footer .input-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer .links a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding-bottom: 15px;
}

.footer .last-footer {
  margin-top: 50px;
  padding: 20px 0;
  background-color: #000000;
}

.footer .last-footer .copy {
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 12px;
}

/*end section footer*/
/****************************start cart page**************************************/
/*start section shop*/
.shop {
  padding: 20px 0 160px 0;
}

.shop .continue {
  background-color: #E9B185;
  border: 0;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
  width: 95%;
  padding: 17px 0;
  margin: 50px auto 0 auto;
}

.shop .continue:hover {
  background-color: #C27437;
}

/*end section shop*/
/****************************end cart page**************************************/
/****************************start checkput page**************************************/
/*start section order*/
.order {
  padding: 10px 0 100px 0;
}

.order .download .avatar-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order .download .avatar-upload .title {
  font-weight: 700;
  font-size: 15px;
  color: #000;
}

.order .title-order {
  font-size: 25px;
  font-weight: 700;
  color: #171717;
  text-align: center;
  padding: 20px 0;
}

.order .order-basket {
  background-color: #F6F6F6;
  height: 530px;
}

.order .order-basket .shop-box {
  background-color: #FFFFFF;
  border-radius: 4px;
}

.order .order-basket .shop-box .product-name .product-title {
  font-size: 14px;
}

.order .custom-control {
  margin: 10px 0;
}

.order .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
}

.order .custom-control .custom-control-input:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.order .custom-control .custom-control-label {
  font-weight: 700;
  font-size: 13px;
  color: #000000;
}

.order .decription {
  background-color: #F6F6F6;
  padding: 10px 10px;
  margin: 20px 0;
  position: relative;
}

.order .decription::before {
  position: absolute;
  top: -9px;
  right: 30px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #F6F6F6;
}

.order .decription .text {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.order .form-order .form-content .pay {
  background-color: #E9B185;
  font-size: 17px;
  font-weight: 700;
  border: 0;
  border-radius: 20px;
  height: 53px;
  line-height: 53px;
  width: 30%;
  padding: 0;
}

.order .form-order .form-content .pay:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.order .form-order .form-content .form-group .input-label {
  font-weight: 400;
  font-size: 14px;
  color: #0E0C0C;
}

.order .form-order .form-content .form-group .form-control {
  background-color: #F6F6F6;
  border-radius: 2px;
}

.order .form-order .form-content .form-group .input-note {
  height: 127px;
}

/*end section order*/
/****************************end checkput page**************************************/
/****************************start order about us*************************************/
/*start section about us*/
.about-us {
  position: relative;
  padding: 70px 0;
}

.about-us .about-info {
  padding: 1vw;
}

.about-us .about-info .title {
  font-weight: 700;
  font-size: 28px;
  position: relative;
}

.about-us .about-info .shop-button {
  background-color: #E9B185;
  font-size: 14px;
  font-weight: 700;
  border: 0;
  width: 40%;
  border-radius: 0;
  height: 53px;
  line-height: 53px;
  padding: 0;
}

.about-us .about-info .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 2rem;
  margin-bottom: .7rem;
}

.about-us .images img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*end section about us*/
/****************************end order  about us**************************************/
/*start section products*/
.products-pg .products-heading {
  background-color: rgba(243, 176, 77, 0.1);
  padding: 25px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(171, 123, 52, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(171, 123, 52, 0.1);
}

.products-pg .products-heading .title-section-s {
  text-align: start;
  font-size: 22px;
  margin: 0 auto;
  padding: 0 60px 0 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 15px 0 0px 0;
}

.products-pg .products-heading .title-section-s::before {
  width: 55px;
  right: 0;
}

.products-pg .products-heading .title-section-s::after {
  width: 50px;
  height: 50px;
  margin: unset;
  position: absolute;
  left: unset;
  right: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-pg .products-heading .form-control {
  background-color: #FEF7ED;
  border: 1px solid #fae5c7;
  font-size: 12px;
  height: 45px;
}

.products-pg .products-heading .form-control:focus {
  border: 1px solid #F3B04D;
}

/* Start Edit Modal */
.modal-content {
  border-radius: 45px;
  padding: 25px;
}

.modal-content button.close {
  text-align: end;
}

/*Info Modal*/
.info-modal .image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #4F2B82;
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

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

.info-modal .image-container button {
  width: 45px;
  height: 45px;
  -webkit-box-shadow: 0px 0px 10px #555;
          box-shadow: 0px 0px 10px #555;
  background-color: #4F2B82;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #ddd;
  position: absolute;
  right: 2px;
  bottom: 0px;
}

.info-modal .image-container button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.info-modal .text {
  margin-bottom: 20px;
  padding: 0px 10px;
}

.info-modal .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%;
}

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

.info-modal .text .content .edit-btn {
  cursor: pointer;
  color: #4f4e4e;
  font-size: 12px;
}

.info-modal .text .form-control {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 5px;
  padding: .375rem 1.2rem;
}

.info-modal .text .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #4F2B82;
}

.info-modal .text .enable-input {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  border-radius: 5px;
  padding: .375rem 1.2rem;
  background-color: #fff;
  border: 1px solid #ddd;
}

.info-modal .text .enable-input:focus {
  border: 1px solid #4F2B82;
}

.info-modal .main-butn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: 1px solid #321857;
  color: #fff;
  background-color: #321857;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 15px auto;
  border-radius: 10px;
}

.info-modal .main-butn:hover {
  background-color: #4F2B82;
}

/*end section products*/
/*start section new-product*/
.new-product {
  padding: 70px 0;
}

.new-product .product-img img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}

.new-product .new-info .title {
  font-weight: 700;
  font-size: 45px;
  color: #000;
  padding: 10px 0;
}

.new-product .new-info .card-text {
  font-weight: 700;
  font-size: 17px;
  padding: 8px;
}

.new-product .new-info .card-text .currency {
  font-weight: 300;
  margin: 0 6px;
}

.new-product .new-info .reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.new-product .new-info .reviews .customer-rev {
  color: #313131 !important;
  font-weight: 400;
  font-size: 18px;
  margin: 0 16px;
}

.new-product .new-info .reviews .star i {
  color: #ff2b09;
}

.new-product .new-info .text {
  font-weight: 400;
  color: #000;
  line-height: 30px;
  font-size: 13px;
  padding: 20px 0;
}

.new-product .new-info .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 10px 0;
}

.new-product .new-info .cart .single_add {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 0;
  letter-spacing: .1em;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  outline: 0;
  -webkit-transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  transition: color .2s ease-out, background-color .2s ease-out, border-color .2s ease-out;
  padding: 15px 46px;
  cursor: pointer;
  z-index: 3;
  color: #fff;
  background-color: #C27437;
  border: 2px solid #C27437;
}

.new-product .new-info .cart .quantity {
  margin-right: 5px;
}

.new-product .new-info .cart .qodef-quantity-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 40px;
  border: 2px solid #C27437;
}

.new-product .new-info .cart .qodef-quantity-buttons .qt {
  margin: 0 4px;
}

.new-product .new-info .cart .qodef-quantity-buttons .qodef-quantity-label {
  top: 1px;
  margin: 8px 7px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.new-product .new-info .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.new-product .new-info .icons .butn {
  padding: .7rem 2rem;
  background-color: #F3B04D;
  color: #fff;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
}

.new-product .new-info .icons .butn img {
  width: 15px;
  margin: 0 5px;
}

.new-product .new-info .icons .butn.active {
  background-color: #C27437;
}

.new-product .new-info .icons .butn:hover {
  background-color: #e0a346;
}

.new-product .new-info .product-meta {
  padding: 20px 0;
}

.new-product .new-info .product-meta .meta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px 0;
}

.new-product .new-info .product-meta .meta-content .title-meta {
  font-weight: 700;
}

.new-product .new-info .product-meta .meta-content .title-meta span {
  font-weight: 400;
  margin: 0 8px;
}

.new-product .new-info .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.new-product .new-info .share .links a {
  color: #333;
  font-size: 10px;
  font-size: 17px;
  margin: 0 5px;
}

.new-product .new-info .share .links a:hover {
  color: #F3B04D;
}

.new-product .new-info .share .share-link {
  font-weight: 700;
  margin: 0 10px;
}

.reviews-sec {
  padding: 50px 0px;
}

.reviews-sec .sec-heading {
  margin-bottom: 50px;
}

.reviews-sec .sec-heading h4 {
  font-weight: bold;
  position: relative;
  color: #C27437;
  padding-right: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.reviews-sec .sec-heading h4::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.reviews-sec .reciew-card {
  background-color: #f8f8f8;
  padding: 30px 15px;
  border-radius: 25px;
}

.reviews-sec .reciew-card .profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.reviews-sec .reciew-card .profile-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reviews-sec .reciew-card .review-content h6 {
  margin-bottom: .5rem;
}

.reviews-sec .reciew-card .review-content .rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  margin-bottom: .5rem;
}

.reviews-sec .reciew-card .review-content .rate i {
  margin-right: 3px;
  color: #ccc;
}

.reviews-sec .reciew-card .review-content .rate i.active {
  color: #FDB00A;
}

.reviews-sec .reciew-card .review-content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.reviews-sec .main-button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid #C27437;
  color: #fff;
  background-color: #C27437;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 15px auto;
  border-radius: 10px;
}

.reviews-sec .main-button:hover {
  background-color: #F3B04D;
}

.reviews-sec .review-btn {
  padding: 15px 40px;
  display: block;
  margin: 45px auto;
}

.review-modal-content h5 {
  font-weight: bold;
  color: #666;
  margin-bottom: 1rem;
}

.review-modal-content .stars-content {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 1rem;
  padding: 10px 15px;
}

.review-modal-content .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 1.5em;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 .2em;
  text-align: center;
  width: 5em;
}

.review-modal-content .stars-content .star-rating input {
  display: none;
}

.review-modal-content .stars-content .star-rating label {
  color: #ccc;
  cursor: pointer;
  margin-bottom: 0;
}

.review-modal-content .stars-content .star-rating :checked ~ label {
  color: #f90;
}

.review-modal-content .stars-content .star-rating label:hover,
.review-modal-content .stars-content .star-rating label:hover ~ label {
  color: #fc0;
}

.review-modal-content .main-button {
  width: 180px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border: 1px solid #C27437;
  color: #fff;
  background-color: #C27437;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 15px auto;
  border-radius: 10px;
}

.review-modal-content .main-button:hover {
  background-color: #F3B04D;
}

/*end section new-product*/
/*start section sign-up*/
.register-pg {
  padding: 100px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1f1f1), to(#eee));
  background-image: linear-gradient(to right, #f1f1f1, #eee);
  background-color: #101010;
  position: relative;
}

.register-pg .heading .h4 {
  color: #303030;
  font-weight: 600;
}

.register-pg .heading .another-register {
  color: #777;
  font-weight: 500;
}

.register-pg .heading .another-register a {
  color: #F3B04D;
}

.register-pg .heading .another-register a:hover {
  color: #C27437;
}

.register-pg .form-wrapper {
  background-color: #fff;
  padding: 50px 35px;
  border-radius: 15px;
}

.register-pg .form-wrapper .togglePassword {
  color: #A5A5A5;
  position: absolute;
  left: 15px;
  top: 20px;
  cursor: pointer;
}

.register-pg .form-wrapper .forget-pass {
  color: #777;
  font-size: 10px;
  text-align: end;
  display: block;
  margin: 10px 0px;
}

.register-pg .form-wrapper .forget-pass:hover {
  color: #C27437;
}

.register-pg .form-wrapper .submit-btn {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-top: 25px;
}

.register-pg .form-wrapper .custom-checkbox a {
  color: #C27437;
  font-weight: bold;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-label::before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-label::after {
  top: .285rem;
  right: -1.45rem;
  width: 1.2rem;
  height: 1.2rem;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #F3B04D;
  background-color: #F3B04D;
}

.register-pg .form-wrapper .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.register-pg .pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-filter: invert(46%) sepia(93%) saturate(369%) hue-rotate(345deg) brightness(92%) contrast(86%);
          filter: invert(46%) sepia(93%) saturate(369%) hue-rotate(345deg) brightness(92%) contrast(86%);
  opacity: .5;
}

/*end section sign-up*/
/*start section product-details*/
.product-details-wrapper .nav-wrapper {
  width: 100%;
  background: #f9f9f9;
  padding-top: 10px;
  border: 1px solid #eee;
  border-bottom: transparent;
}

.product-details-wrapper .nav-wrapper .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid transparent;
}

.product-details-wrapper .nav-wrapper .nav-tabs .nav-link {
  color: #555;
  border: 0;
  padding: 10px 30px;
}

.product-details-wrapper .nav-wrapper .nav-tabs .active {
  color: #F7C80D;
  background-color: transparent;
  border-bottom: 1px solid #F7C80D;
  font-weight: 600;
  border: 0;
}

.product-details-wrapper .tab-content .tab-pane .description {
  padding: 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.6rem;
  border: 1px solid #eee;
  border-top: 1px solid transparent;
}

.product-details-wrapper .tab-content .tab-pane .table-wrapper {
  padding: 20px;
  border: 1px solid #eee;
  border-top: 1px solid transparent;
}

.product-details-wrapper .tab-content .tab-pane .table-wrapper .table {
  font-size: 13px;
  margin-top: 20px;
}

.product-details-wrapper .tab-content .tab-pane .table-wrapper .table tbody tr th,
.product-details-wrapper .tab-content .tab-pane .table-wrapper .table tbody tr td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper {
  padding: 20px;
  border: 1px solid #eee;
  border-top: 1px solid transparent;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container {
  padding: 20px;
  display: none;
  border-radius: 15px;
  background-color: #fafafa;
  border: 1px solid #9993;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .rate-restuarant {
  padding: 10px 15px 25px 0px;
  margin: 5px 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > input {
  opacity: 0;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 27px;
  color: #ccc;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label:before {
  content: '★ ';
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .form-control {
  margin: 5px 0px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  height: 50px;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .add-review {
  margin: 10px auto;
  padding: .375rem 2.75rem;
  background-color: #F7C80D;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #F7C80D;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .form-review-container .review-label {
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F7C80D;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .swiper-container {
  width: 100%;
  height: 100%;
  padding: 30px 0;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container {
  padding: 20px;
  background-color: #f9f9f9;
  margin: 20px 0px;
  border-radius: 15px;
  border: 1px solid #9993;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container .heading h5 {
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container .heading .date {
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container .heading .product-rate span {
  color: #cac4c4;
  font-size: 12px;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container .heading .product-rate .active {
  color: #fee700;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .reviews-container .reviews-body p {
  font-size: 13px;
  padding: 0px 15px;
  color: #666;
  line-height: 1.6rem;
}

.product-details-wrapper .tab-content .tab-pane .reviews-wrapper .add-review-btn {
  margin: 10px auto;
  padding: .375rem 2.75rem;
  background-color: #F7C80D;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 5px;
  border: 1px solid #F7C80D;
}

/*end section product details*/
/*start section order*/
.order .order-content nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  padding-top: 10px;
  border: 1px solid #fff;
  margin: 30px auto;
  border-radius: 10px;
  border-bottom: transparent;
}

.order .order-content nav .nav-tabs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid transparent;
}

.order .order-content nav .nav-tabs .nav-link {
  color: #555;
  border: 0;
  padding: 10px 30px;
  border-bottom: 1px solid #ccc;
}

.order .order-content nav .nav-tabs .nav-link.active {
  color: #F7C80D;
  background-color: transparent;
  border-bottom: 1px solid #F7C80D;
  font-weight: 600;
}

.order .order-card {
  margin: auto;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 30px;
  margin-bottom: 25px;
  background-color: #f7f7f7;
  position: relative;
}

.order .order-card .order-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #000;
  text-align: center;
  border-radius: 10px;
  background: transparent;
  font-size: 11px;
  border: solid 1px #F3B04D;
  background-color: #F3B04D;
  position: absolute;
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.order .order-card .order-btn:hover {
  background-color: #C27437;
  border: solid 1px #C27437;
}

.order .order-card .prod-img {
  width: 100%;
  height: 200px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto 15px auto;
}

.order .order-card .text-center,
.order .order-card .text-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.order .order-card .text-content .categ {
  font-weight: 700;
  color: #333;
  font-size: 19px;
  margin-bottom: 1.5rem;
}

.order .order-card .text-content h6 {
  font-weight: 500;
  color: #555;
  font-size: 17px;
  margin-bottom: .8rem;
}

.order .order-card .text-content h6 span {
  color: #E9B185;
  margin: 0 10px;
}

.order .order-card .text-content .date {
  color: #666;
  font-weight: 700;
}

.order .order-card .text-content .price {
  font-weight: 700;
  font-size: 25px;
  color: #000;
}

.order .order-card .text-content .price small {
  color: #E9B185;
  margin: 0 4px;
  font-weight: 700;
  text-transform: capitalize;
}

/*end section order*/
/*start section order details*/
.order-details {
  padding: 70px 0;
  background-color: #fff;
  position: relative;
}

.order-details .sec-heading h4 {
  font-weight: 700;
  font-size: 25px;
  padding: 20px 0;
}

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

.order-details .order-head ul li p {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}

.order-details .order-head ul li p span {
  color: #777;
  font-weight: 600;
  margin-right: 10px;
}

.order-details .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.order-details .table-responsive .table th {
  border: 1px solid #dee2e6;
  background-color: #f9f9f9;
  font-size: 15px;
  color: #E04F3F;
}

.order-details .table-responsive .table tr td {
  vertical-align: middle;
  font-size: 16px;
  padding: .5rem;
}

.order-details .table-responsive .table tr .pd {
  padding: .75rem;
}

.order-details .table-responsive .table .prod-card-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.order-details .table-responsive .table .prod-card-sm .img-thumbnail {
  width: 70px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
}

.order-details .table-responsive .table .prod-card-sm h6 {
  color: #333;
  margin: 0 15px;
  line-height: 70px;
  margin-bottom: 0;
}

/*end section order details*/
/*start section baner sec*/
.baner-sec img {
  background: url(../images/baner-sec.png);
  background-size: cover;
  height: auto;
  max-width: 100%;
}

/*end section baner sec*/
/*start section abot-icons*/
.abot-icons {
  background-color: #E9B18510;
  padding: 80px 0;
  text-align: center;
}

.abot-icons .image-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.abot-icons .image-content .header-icon {
  position: absolute;
  top: 0;
}

.abot-icons .image-content .header-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 113px;
}

.abot-icons .image-content .images-icon {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  margin-bottom: 20px;
}

.abot-icons .image-content .images-icon img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 75px;
}

.abot-icons .content .title {
  font-weight: 600;
  margin: 15px 0;
}

.abot-icons .content .text {
  font-size: 14px;
  padding: 0 10px;
  color: #777;
  line-height: 2;
}

/*end section abot-icons*/
/*end section terms*/
/***************************** Start Edit Checkout Page *****************************/
/*checkout-heading*/
.checkout-heading {
  background-color: transparent;
  border-bottom: 1px solid transparent;
  padding: 20px 0;
}

.checkout-heading .breadcrumb {
  background-color: transparent;
}

.checkout-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 5 Free";
  color: #F3B04D;
  content: "\f111";
  font-size: 12px;
  font-weight: 600;
}

.checkout-heading .breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 16px;
  margin: 0 3px;
}

.checkout-heading .breadcrumb a {
  color: #666;
}

.checkout-heading .breadcrumb .breadcrumb-item.active {
  color: #000;
}

.checkout-inner {
  /*Pay Wrapper*/
}

.checkout-inner .in-flex {
  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;
}

.checkout-inner .pay .pay-method .card-input-element {
  display: none;
}

.checkout-inner .pay .pay-method .card-input {
  padding: 20px 10px;
  border: 1px solid transparent;
  -webkit-transform: all .3s ease;
          transform: all .3s ease;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}

.checkout-inner .pay .pay-method .card-input:hover {
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
          box-shadow: 0px 0px 15px 0px #ddd;
}

.checkout-inner .pay .pay-method .title {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  color: #555;
}

.checkout-inner .pay .pay-method .card-input:hover {
  cursor: pointer;
}

.checkout-inner .pay .pay-method img {
  width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

.checkout-inner .pay .pay-method .card-input-element:checked + .card-input {
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
          box-shadow: 0px 0px 15px 0px #ddd;
  border: 1px solid #F3B04D;
}

.checkout-inner .pay .pay-method .card-input-element:checked + .card-input .title {
  color: #C27437;
}

.checkout-inner .bankTransfer-form {
  display: none;
}

.checkout-inner .bankTransfer-form .file-input-group .wrap {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

.checkout-inner .bankTransfer-form .file-input-group .file {
  position: relative;
  font-weight: 600;
}

.checkout-inner .bankTransfer-form .file-input-group .file__input,
.checkout-inner .bankTransfer-form .file-input-group .file__value {
  background-color: #ffff;
  border-radius: 0px;
  color: #999;
  padding: 0.375rem 1.0625rem;
}

.checkout-inner .bankTransfer-form .file-input-group .file__input--file {
  position: absolute;
  opacity: 0;
}

.checkout-inner .bankTransfer-form .file-input-group .file__input--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.checkout-inner .bankTransfer-form .file-input-group .file__input--label:after {
  content: attr(data-text-btn);
  border-radius: 0px;
  background-color: #e0a346;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.18);
  padding: 0.5375rem 1.0625rem;
  color: #fff;
  cursor: pointer;
}

.checkout-inner .bankTransfer-form .file-input-group .file__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444;
  cursor: pointer;
}

.checkout-inner .bankTransfer-form .file-input-group .file__value:hover:after {
  color: #B39465;
}

.checkout-inner .bankTransfer-form .file-input-group .file__value:after {
  content: "X";
  cursor: pointer;
}

.checkout-inner .bankTransfer-form .file-input-group .file__value:after:hover {
  color: #000;
}

.checkout-inner .bankTransfer-form .file-input-group .file__remove {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #b58240;
}

.checkout-inner .bankTransfer-form .bank-acc-btn {
  background-color: transparent;
  border: transparent;
  color: #555;
  font-weight: bold;
}

.global-title {
  margin-bottom: 50px;
}

.global-title .title {
  position: relative;
  color: #C27437;
  padding-right: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.global-title .title::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

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

.modal .modal-footer {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5rem 1rem 1rem 1rem;
}

.modal .modal-footer .btn {
  padding: 0.575rem 1.75rem;
}

.modal .modal-footer .btn-primary {
  color: #fff;
  background-color: #B39465;
  border-color: #B39465;
}

.modal .modal-footer .btn-primary:hover {
  background-color: #b58240;
}

.bankAccModal .data-group {
  margin-bottom: 1.25rem;
}

.bankAccModal .data-group .data {
  background-color: #f8f8f8;
  padding: 15px 10px;
  margin-bottom: 0;
  margin-top: 1rem;
}

/*form-wrapper*/
.form-wrapper .form-group {
  position: relative;
  margin-bottom: 1.8rem;
}

.form-wrapper .form-group .form-control {
  background-color: #fff;
}

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

.form-wrapper .form-group .form-control::-webkit-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control:-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control::-ms-input-placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group .form-control::placeholder {
  font-size: 13px;
  color: #999;
}

.form-wrapper .form-group input, .form-wrapper .form-group select {
  height: 55px;
}

.form-wrapper .floating-label {
  font-size: 13px;
  color: #999;
  position: absolute;
  pointer-events: none;
  top: 18px;
  right: 12px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  background-color: #fff;
  padding: 0 5px;
}

.form-wrapper .form-control:focus ~ .floating-label,
.form-wrapper .form-control:not(:focus):valid ~ .floating-label {
  top: -9px;
  bottom: 0px;
  right: 10px;
  font-size: 12px;
  opacity: 1;
  color: #555;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.form-wrapper .submit-btn {
  background-color: #C27437;
  color: #fff;
  width: 200px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #C27437;
  font-size: 15px;
  display: block;
}

.form-wrapper .submit-btn:hover {
  background-color: #F3B04D;
  border: 1px solid #F3B04D;
}

.form-wrapper .back-btn {
  color: #48270d;
}

.form-wrapper .back-btn i {
  margin: 0 5px;
}

.form-wrapper .back-btn:hover {
  color: #F3B04D;
}

/***************************** Start Edit Content Page *****************************/
.content-pg {
  padding: 70px 0;
  background-color: #f8f8f8;
}

.content-pg .inner {
  background-color: #fff;
  padding: 50px 45px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 3px 15px 0px #eee;
          box-shadow: 0px 3px 15px 0px #eee;
  border-radius: 15px;
}

.content-pg .inner .text h3 {
  margin-bottom: 30px;
  position: relative;
  color: #C27437;
}

.content-pg .inner .text h3::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 10px;
  display: inline-block;
}

.content-pg .inner .text p {
  line-height: 2.2rem;
  font-size: 15px;
  margin-bottom: .7rem;
}

.content-pg .inner .text p i {
  color: #C27437;
  margin: 0px 5px;
  font-size: 12px;
}

/***************************** Start Edit Profile Page *****************************/
.profile-pg {
  padding: 70px 0;
  background-color: #f8f8f8;
}

.profile-pg .side-nav {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(224, 123, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(224, 123, 247, 0.2);
  padding: 1.5rem 0rem;
  margin-bottom: 25px;
  border-radius: 10px;
}

.profile-pg .side-nav .profile-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.profile-pg .side-nav .profile-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-pg .side-nav .profile-img h6 {
  margin: 1.2rem 0rem .5rem 0rem;
}

.profile-pg .side-nav .links {
  margin-top: 25px;
}

.profile-pg .side-nav .links .nav-link {
  border-left: 1px solid transparent;
  border-radius: 0;
  font-size: 15px;
  color: #777;
  padding: .75rem 1.375rem;
}

.profile-pg .side-nav .links .nav-link i {
  margin-left: 10px;
  color: #777;
}

.profile-pg .side-nav .links .nav-link.active {
  border-left: 2px solid #C27437;
  background-color: #f9f9f9;
  color: #C27437;
  font-weight: bold;
}

.profile-pg .side-nav .links .nav-link.active i {
  color: #C27437;
}

.profile-pg .tab-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(224, 123, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(224, 123, 247, 0.2);
  padding: 2.5rem 2rem;
  margin-bottom: 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.profile-pg .tab-wrapper .sec-heading {
  margin-bottom: 50px;
}

.profile-pg .tab-wrapper .sec-heading h4 {
  font-size: 1.2rem;
  position: relative;
  color: #C27437;
  padding-right: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.profile-pg .tab-wrapper .sec-heading h4::before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}

.profile-pg .tab-wrapper .main-butn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border: 1px solid #C27437;
  color: #fff;
  background-color: #C27437;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 15px auto 0 auto;
  border-radius: 10px;
}

.profile-pg .tab-wrapper .main-butn:hover {
  background-color: #F3B04D;
}

.profile-pg .tab-wrapper.info-tab .info-content {
  margin-bottom: 1.3rem;
}

.profile-pg .tab-wrapper.info-tab .info-content h6 {
  color: #555;
  margin-bottom: .7rem;
  font-size: .9rem;
}

.profile-pg .tab-wrapper.info-tab .info-content .text {
  padding: 15px 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 0;
  font-weight: 500;
  color: #777;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px 0px #eee;
          box-shadow: 0px 5px 15px 0px #eee;
  padding: 10px 20px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  margin-bottom: 15px;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item .new {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background-color: #C27437;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item .noti-img {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 3px solid #fff;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item h6 {
  margin-bottom: 0;
  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;
  height: 100%;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item .text {
  margin: 0 10px;
}

.profile-pg .tab-wrapper.notifications-tab .noti-item .time {
  float: left;
  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;
  height: 100%;
  direction: ltr;
  font-weight: 600;
  color: #777;
}
/*# sourceMappingURL=index.css.map */