* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

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

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

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

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

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

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

/***************************** Global Style *****************************/
p {
  font-size: 15px;
  color: #B5B5B5;
}

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

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

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

.scroll-top-btn:hover {
  border-radius: 50%;
  color: #fff;
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.p-relative {
  position: relative;
}

.sec-heading {
  text-align: center;
  position: relative;
  padding-left: 80px;
  display: inline-block;
}

.sec-heading span {
  font-weight: bold;
  color: #f5f5f5;
  font-size: 1.5rem;
}

.sec-heading h1 {
  font-weight: 700;
  font-size: 30px;
}

.sec-heading::before {
  content: '';
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: transparent;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

.btn {
  padding: 0;
}

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

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

/***************************** Animations *****************************/
@-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;
  }
}

.text-focus-in {
  -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;
}

@-webkit-keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-fwd-tr {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
            transform: rotateY(20deg) rotateX(35deg) translate(300px, -300px) skew(-35deg, 10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

.tilt-in-fwd-tr {
  -webkit-animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tilt-in-fwd-tr 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes tilt-in-fwd-tl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
            transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

@keyframes tilt-in-fwd-tl {
  0% {
    -webkit-transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
            transform: rotateY(-20deg) rotateX(35deg) translate(-300px, -300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
            transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}

.tilt-in-fwd-tl {
  -webkit-animation: tilt-in-fwd-tl 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: tilt-in-fwd-tl 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulsecust {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/***************************** Start Edit Navbar & Footer *****************************/
.navs-container .navbar {
  background-color: #013030;
}

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

.navs-container .navbar .nav-link {
  color: #fff;
  margin: 0 5px;
  font-weight: 400;
  font-size: 12px;
  text-transform: capitalize !important;
  text-align: center;
}

.navs-container .navbar .nav-link.active {
  font-weight: 600;
  color: #C0986C;
}

.navs-container .navbar .nav-icons .icon {
  width: 23px;
  height: 23px;
  margin: 0 12px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-icons .profile-dropdown {
  background-color: transparent;
  border: transparent;
}

.navs-container .navbar .nav-icons .profile-dropdown .dropdown-menu {
  top: 53px;
}

.navs-container .navbar .nav-icons .profile-dropdown .dropdown-toggle {
  font-size: 25px;
  color: #fff;
}

.navs-container .navbar .nav-icons .profile-dropdown .dropdown-toggle .icon {
  -webkit-filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(306deg) brightness(96%) contrast(101%);
          filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(306deg) brightness(96%) contrast(101%);
}

.navs-container .navbar .nav-icons .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 .navbar .nav-icons .profile-dropdown .profile-name .image-content {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0px 10px;
}

.navs-container .navbar .nav-icons .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 .navbar .nav-icons .profile-dropdown .profile-name .content .name {
  font-weight: 700;
  color: #444;
  font-size: 16px;
  margin-bottom: 0;
}

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

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

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

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

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

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

.navs-container .navbar .nav-icons .profile-dropdown .profile-data li:hover a {
  color: #C0986C;
  background-color: #e4fafa;
}

.navs-container .navbar .nav-icons .profile-dropdown .profile-data li:hover a i {
  color: #C0986C;
}

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

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

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

.navs-container .navbar .nav-icons .lang-dropdown {
  display: inline-block;
  font-family: 'Tajawal';
  margin: 0 7px;
}

.navs-container .navbar .nav-icons .lang-dropdown .lang-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 5px;
  padding: 5px 15px;
  font-size: 13px;
}

.navs-container .navbar .nav-icons .dropdown {
  display: inline-block;
}

.navs-container .navbar .nav-icons .link-btn {
  background-color: transparent;
  border: transparent;
  position: relative;
}

.navs-container .navbar .nav-icons .link-btn .num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #C0986C;
  color: #fff;
  position: absolute;
  top: -7px;
  right: -4px;
  display: block;
  font-size: 12px;
  text-align: center;
}

.navs-container .navbar .nav-icons .link-btn.cart-btn {
  position: relative;
}

.navs-container .navbar .nav-icons .link-btn.cart-btn::after {
  content: '\f00d';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #C0986C;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 3px;
  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 .navbar .nav-icons .link-btn.cart-btn.active-btn img,
.navs-container .navbar .nav-icons .link-btn.cart-btn.active-btn .num {
  opacity: 0;
}

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

.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: #fff;
  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: #fff;
  -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 .shopping-cart {
  position: absolute;
  top: -16px;
  right: 0;
  background-color: #fff;
  z-index: 5;
  display: block;
  padding: 5px 20px 15px 20px;
  width: 350px;
  min-width: 300px;
  border-radius: 10px;
  -webkit-transform: translate(50px, 15px);
          transform: translate(50px, 15px);
  opacity: 0;
  -webkit-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-box-shadow: 0 0 5px 0 #ddd;
          box-shadow: 0 0 5px 0 #ddd;
  visibility: hidden;
}

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

.navs-container .shopping-cart .cart-header {
  border-bottom: 1px solid #ccc;
}

.navs-container .shopping-cart .cart-header .headline {
  padding: 15px 0;
  text-align: center;
}

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

.navs-container .shopping-cart .cart-body .item {
  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;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.navs-container .shopping-cart .cart-body .item .prod-img {
  width: 65px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.navs-container .shopping-cart .cart-body .item .prod-det .prod-name {
  font-weight: 600;
  font-size: .9rem;
}

.navs-container .shopping-cart .cart-body .item .delete-btn {
  width: 40px;
  height: 40px;
  background-color: #F56B6B;
  border: 1px solid #F56B6B;
  color: #fff;
  border-radius: 50%;
}

.navs-container .shopping-cart .cart-body .item .delete-btn:hover {
  background-color: #C0986C;
  border: 1px solid #C0986C;
}

.navs-container .shopping-cart .cart-body .total-price {
  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%;
}

.navs-container .shopping-cart .btns-wrapper {
  padding-top: 5px;
}

.navs-container .shopping-cart .btns-wrapper .btn {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #013030;
  color: #013030;
  height: 55px;
  line-height: 55px;
  border-radius: 5px;
  background-color: transparent;
  color: #013030;
}

.navs-container .shopping-cart .btns-wrapper .btn.active {
  background-color: #013030;
  color: #fff;
}

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

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

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

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

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

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

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

.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: 1px solid #C0986C;
  border-top: 1px solid #C0986C;
  border-right: 1px solid #013030;
  border-left: 1px solid #013030;
}

.navs-container .search-container form .submit-btn {
  position: absolute;
  right: 10px;
  top: 18px;
  background-color: transparent;
  color: #C0986C;
  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 .marquee {
  padding: 15px 0;
  background-color: #f1f1f1;
  text-align: center;
}

.navs-container .marquee p {
  font-size: 13px;
  color: #333;
  font-weight: 400;
}

.navs-container .marquee p a {
  margin: 0 10px;
  text-decoration: underline;
}

.navs-container .marquee p a:hover {
  color: #013030;
  text-decoration: none;
  font-weight: bold;
}

/*quantity-container*/
.quantity-container .add-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #ddd;
  padding: 2px 15px;
  border-radius: 25px;
}

.quantity-container .qt-plus,
.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: #555;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
  background-color: transparent;
}

.quantity-container .qt-plus:hover,
.quantity-container .qt-minus:hover {
  background-color: #C0986C;
  color: #fff;
}

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

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

footer {
  padding-top: 70px;
  background-color: #013030;
}

footer .content {
  margin-bottom: 35px;
}

footer .content .logo {
  width: 68px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

footer .content p {
  color: #ddd;
  font-size: 12px;
  line-height: 1.7rem;
}

footer .content h6 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

footer .content h6::after {
  content: '';
  width: 94px;
  height: 12px;
  background-image: url(../images/headline-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  top: 5px;
}

footer .content .links a {
  display: block;
  color: #ddd;
  margin: 20px 0;
}

footer .content .links a .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #F2F4F8;
  color: #092f2f;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  margin: 0 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .content .links a:hover {
  color: #C0986C;
}

footer .content .links a:hover .icon {
  background-color: #C0986C;
}

footer .content .direct-links a {
  margin: 10px 0;
}

footer .content .social-links a {
  display: inline-block;
  margin: 0 4px;
}

footer .content .social-links a .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #F2F4F8;
  color: #092f2f;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .content .social-links a:hover .icon {
  background-color: #C0986C;
  color: #fff;
}

footer .copyright {
  padding: 25px 0;
  background-color: #032929;
  margin-top: 25px;
}

footer .copyright p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

/***************************** Start Edit Home Page *****************************/
.products-sec .colors-available {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.products-sec .colors-available .circle {
  display: block !important;
  margin: 10px 0 !important;
}

.products-sec .colors-available span {
  width: 25px;
  height: 25px;
  opacity: 1;
  z-index: 10;
  display: block;
  border-radius: 50%;
  margin: 10px 0 !important;
}

.products-sec .img-box {
  height: 350px !important;
}

.newsletter-sec {
  padding: 70px 0;
  background-color: #f8f8f8;
}

.newsletter-sec .text-box h2 {
  font-weight: 800;
}

.newsletter-sec .form-control {
  height: 50px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 25px;
  font-size: 12px;
}

.newsletter-sec .input-group {
  width: 63%;
}

.newsletter-sec .submit-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #C0986C;
  border: 1px solid #C0986C;
  color: #fff;
  border-radius: 25px;
  display: block;
  text-align: center;
  -webkit-box-shadow: 0 10px 25px 0 #ddd;
          box-shadow: 0 10px 25px 0 #ddd;
}

.newsletter-sec .submit-btn:hover {
  background-color: #092f2f;
  border: 1px solid #092f2f;
}

/***************************** Start Edit Products Page *****************************/
.products-pg {
  position: relative;
  overflow: hidden;
}

.products-pg .item {
  padding: 70px 0;
  position: relative;
}

.products-pg .item .text-box .h4 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}

.products-pg .item .text-box .p {
  color: #868688;
  font-size: 13px;
  line-height: 1.7rem;
}

.products-pg .item .img-box {
  height: 500px;
  position: relative;
}

.products-pg .item .img-box .main-img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

.products-pg .item .img-box .pattern {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1;
}

.products-pg .item .colors-available .label {
  font-weight: 700;
  color: #666;
}

.products-pg .item .colors-available .circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  border: 1px solid #ccc;
}

.products-pg .item .btns-wrapper .btn {
  color: #3792E5;
  opacity: .6;
  font-weight: bold;
}

.products-pg .item .btns-wrapper .btn i {
  margin: 0 5px;
}

.products-pg .item .btns-wrapper .btn.active {
  opacity: 1;
}

.products-pg .item .btns-wrapper .btn:hover {
  color: #C0986C;
  opacity: 1;
}

.products-pg .item.dark-item {
  background-color: #000000;
}

.products-pg .item.dark-item .text-box h6 {
  color: #eee;
}

.products-pg .item.dark-item .text-box .h4 {
  color: #fff;
}

.products-pg .item.dark-green {
  background-color: #103333;
}

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

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

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

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

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

.register-pg .heading .logo {
  margin: 5px auto;
}

.register-pg .inner {
  background-color: #fff;
  padding: 50px 35px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 35px 0 #ddd;
          box-shadow: 0 0 35px 0 #ddd;
}

.register-pg .inner .code-form .phone-num {
  text-align: center;
  color: #777;
  font-size: 1.1rem;
  font-weight: 600;
}

.register-pg .inner .code-form .code-form-group input {
  width: 60px;
  display: inline-block;
  margin: auto;
  text-align: center;
  margin-bottom: 5px;
}

.register-pg .form-wrapper .togglePassword {
  color: #A5A5A5;
  position: absolute;
  right: 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: #C0986C;
}

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

.register-pg .register-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 350px;
  display: block;
  margin: auto;
}

/*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 #013030;
}

.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;
  left: 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;
  left: 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: #013030;
  color: #fff;
  width: 200px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  padding: 0;
  border: 1px solid #013030;
  font-size: 15px;
  display: block;
}

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

/***************************** Start Edit policy Page *****************************/
/* heading-pg */
.heading-pg {
  background-color: #C0986C;
  padding: 25px 0 20px 0;
  position: relative;
}

.heading-pg .inner {
  position: relative;
  z-index: 2;
}

.heading-pg .inner .breadcrumb {
  background-color: transparent;
}

.heading-pg .inner .breadcrumb a {
  color: #000;
}

.heading-pg .inner .breadcrumb .breadcrumb-item.active {
  color: #333;
  font-weight: bold;
}

.heading-pg .inner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-left: .5rem;
  color: #013030;
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.heading-pg .inner .content {
  position: relative;
  z-index: 2;
}

.heading-pg .inner h2 {
  text-align: center;
  margin-bottom: 0;
  color: #013030;
  font-weight: bold;
}

.heading-pg .line {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.policy-pg {
  padding: 70px 0 20px 0;
  background-color: #f9f9f9;
}

.policy-pg .inner {
  background-color: #fff;
  border-radius: 25px;
  padding: 50px;
  -webkit-box-shadow: 0 0px 20px 0 #ddd;
          box-shadow: 0 0px 20px 0 #ddd;
  margin-bottom: 50px;
}

.policy-pg .inner .sec-heading::before {
  z-index: 0;
}

.policy-pg .inner .text-box {
  margin-top: 35px;
}

.policy-pg .inner .text-box .p {
  font-size: 16px;
  line-height: 2rem;
  color: #777;
}

.policy-pg .inner .text-box .content-list .li {
  margin: 10px 0;
}

.policy-pg .inner .text-box .content-list .li::before {
  content: '\f0da';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #C0986C;
  margin: 0 10px;
}

/***************************** Start Edit about Page *****************************/
.about-pg {
  padding: 70px 0;
}

.about-pg .image-box {
  width: 100%;
  height: 400px;
  position: relative;
}

.about-pg .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-pg .image-box::before {
  content: '';
  background-color: #013030;
  border-radius: 25px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  z-index: -1;
  opacity: .3;
}

.about-pg .text-box {
  padding: 0 50px;
}

.about-pg .text-box .buy-btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #032929;
  color: #fff;
  border-radius: 25px;
  display: block;
  text-align: center;
}

.about-pg .text-box .buy-btn i {
  margin: 0 4px;
}

.about-pg .text-box .buy-btn:hover {
  background-color: #C0986C;
}

.about-pg .play-btn {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}

.about-pg .play-btn:before, .about-pg .play-btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C0986C;
}

.about-pg .play-btn:hover:before {
  background-color: #013030;
}

.about-pg .play-btn:before {
  z-index: 1;
}

.about-pg .play-btn:after {
  overflow: hidden;
  z-index: 0;
  opacity: 1;
  visibility: visible;
  -webkit-animation: pulsecust 1.8s linear;
          animation: pulsecust 1.8s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  transition: visibility 0.1s ease-out, opacity 0.2s ease-out;
  background-color: #fff;
}

.about-pg .play-btn i {
  font-size: 1.5rem;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-pg.main_back {
  background-color: #013030;
}

.about-pg.main_back .sec-heading h1 {
  color: #fff;
}

.about-pg.main_back .sec-heading::before {
  z-index: 2;
}

.vision_misson {
  padding: 70px 0;
}

.vision_misson .items {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}

.vision_misson .items .icon {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  padding: 20px;
  margin: auto;
  background-color: #013030;
  border: 1px solid #fff2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.vision_misson .items .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(289deg) brightness(105%) contrast(105%);
          filter: invert(100%) sepia(4%) saturate(0%) hue-rotate(289deg) brightness(105%) contrast(105%);
}

.vision_misson .items .info {
  padding: 15px;
}

.vision_misson .items .info h6 {
  font-weight: bold;
  color: #013030;
  font-size: 21px;
  margin: 15px 0;
}

.vision_misson .items .info p {
  line-height: 1.8;
  color: #777;
  font-size: 15px;
}

.vision_misson .items:hover .icon {
  -webkit-box-shadow: 0 0 0 400px #013030;
          box-shadow: 0 0 0 400px #013030;
  border: 1px solid #fff2;
}

.vision_misson .items:hover .info h6 {
  color: #fff;
}

.vision_misson .items:hover .info p {
  color: #dbd3d3;
}

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

.about-goals .items {
  position: relative;
  padding: 5px;
  margin-bottom: 20px;
}

.about-goals .items::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 15%;
  width: 15%;
  background-color: #013030;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-goals .items::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 15%;
  width: 15%;
  background-color: #013030;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.about-goals .items:hover::after, .about-goals .items:hover::before {
  width: 50%;
  height: 50%;
}

.about-goals .card {
  padding: 1.5rem;
  border: none;
  border-radius: 0;
  background-color: #f3f3f3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 15px #0002;
          box-shadow: 0 5px 15px #0002;
}

.about-goals .card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
  -webkit-filter: invert(15%) sepia(9%) saturate(5481%) hue-rotate(137deg) brightness(197%) contrast(101%);
          filter: invert(15%) sepia(9%) saturate(5481%) hue-rotate(137deg) brightness(197%) contrast(101%);
  color: #013030;
}

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

.about-goals .card p {
  font-size: 16px;
  line-height: 2;
  color: #777;
}

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

.about-goals .card:hover img {
  -webkit-filter: invert(63%) sepia(73%) saturate(233%) hue-rotate(351deg) brightness(88%) contrast(79%);
          filter: invert(63%) sepia(73%) saturate(233%) hue-rotate(351deg) brightness(88%) contrast(79%);
  color: #C0986C;
  -webkit-animation-name: tada;
          animation-name: tada;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.statics-sec {
  padding: 70px 0;
  background-color: #013030;
  position: relative;
  margin-top: 50px;
}

.statics-sec .inner {
  position: relative;
  z-index: 2;
}

.statics-sec .inner .static-card {
  text-align: center;
}

.statics-sec .inner .static-card .icon {
  text-align: center;
}

.statics-sec .inner .static-card .icon img {
  width: 45px;
  -webkit-filter: invert(99%) sepia(91%) saturate(2%) hue-rotate(251deg) brightness(200%) contrast(100%);
          filter: invert(99%) sepia(91%) saturate(2%) hue-rotate(251deg) brightness(200%) contrast(100%);
  margin-bottom: 20px;
}

.statics-sec .inner .static-card h1 {
  color: #C0986C;
}

.statics-sec .inner .static-card p {
  color: #fff;
  margin-bottom: 0;
  font-size: 21px;
}

.statics-sec .pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
}

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

.profile-pg .prof-side {
  background-color: #fff;
  padding: 35px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 5px;
}

.profile-pg .prof-side .profile-picture {
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
}

.profile-pg .prof-side .profile-picture img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile-pg .prof-side .nav .nav-link {
  border-radius: 0px;
  padding: 1rem 1.3rem;
}

.profile-pg .prof-side .nav .nav-link .icon {
  margin: 0 10px;
}

.profile-pg .prof-side .nav .nav-link.active {
  background-color: #013030;
}

.profile-pg .prof-side .nav .nav-link.active .icon {
  -webkit-filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(306deg) brightness(106%) contrast(101%);
          filter: invert(100%) sepia(30%) saturate(0%) hue-rotate(306deg) brightness(106%) contrast(101%);
}

.profile-pg .profile-inner .sec-heading::before {
  z-index: 0;
}

.profile-pg .profile-inner .sec-heading span {
  color: #f1f1f1;
  letter-spacing: 2px;
}

.profile-pg .profile-inner .tab-wrapper.info {
  padding: 0 8%;
}

.profile-pg .profile-inner .tab-wrapper.info .item {
  margin-bottom: 15px;
}

.profile-pg .profile-inner .tab-wrapper.info .item .label {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.profile-pg .profile-inner .tab-wrapper.info .item .content {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 25px;
  margin: 10px 0 0 0;
  line-height: 1.8rem;
  font-size: 15px;
  color: #333;
}

.profile-pg .profile-inner .tab-wrapper.info .flag {
  width: 40px;
  margin: 0 5px;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab {
  padding: 0 8%;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 25px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 30px;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item .dec {
  margin-bottom: 0;
  color: #333;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item .dec .icon {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 10px;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item.done {
  -webkit-box-shadow: 0 0 15px 0 #9df5b9;
          box-shadow: 0 0 15px 0 #9df5b9;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item.error {
  -webkit-box-shadow: 0 0 15px 0 #f5baba;
          box-shadow: 0 0 15px 0 #f5baba;
}

.profile-pg .profile-inner .tab-wrapper.notification-tab .notifi-item.premium {
  -webkit-box-shadow: 0 0 15px 0 #f5f29d;
          box-shadow: 0 0 15px 0 #f5f29d;
}

.profile-pg .profile-inner .tab-wrapper.orders .nav .nav-link {
  border-radius: 0;
  border-bottom: 1px solid transparent;
  color: #888;
  padding: 0.5rem;
  margin: 0 5px;
}

.profile-pg .profile-inner .tab-wrapper.orders .nav .nav-link.active {
  background-color: transparent;
  border-bottom: 1px solid #013030;
  color: #013030;
}

.profile-pg .profile-inner .tab-wrapper.orders table .sort-btn {
  background-color: transparent;
  border: transparent;
  margin: 0 5px;
  color: #444;
}

.profile-pg .profile-inner .tab-wrapper.orders table .sort-btn:hover {
  color: #C0986C;
}

.profile-pg .profile-inner .tab-wrapper.orders table td {
  border-bottom: 1px solid #dee2e6;
  font-size: 14px;
  vertical-align: middle;
}

.profile-pg .profile-inner .tab-wrapper.orders table .prod {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
}

.profile-pg .profile-inner .tab-wrapper.orders table .prod .prod-img {
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.profile-pg .profile-inner .tab-wrapper.orders table .badge {
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
  border-radius: 25px;
  padding: 0;
}

.profile-pg .profile-inner .tab-wrapper.orders table .badge.badge_completed {
  color: #05B651;
  background-color: #cbf7de;
}

.profile-pg .profile-inner .tab-wrapper.orders table .badge.badge_pending {
  color: #FF941A;
  background-color: #f4e1ca;
}

.profile-pg .profile-inner .tab-wrapper.orders table .badge.badge_canceled {
  color: #F13131;
  background-color: #efc7c7;
}

.profile-pg .profile-inner .tab-wrapper .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%;
}

.profile-pg .profile-inner .tab-wrapper .btns-wrapper .btn {
  padding: 0;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #013030;
  background-color: transparent;
  color: #013030;
  margin: 0 5px;
}

.profile-pg .profile-inner .tab-wrapper .btns-wrapper .btn.active {
  background-color: #013030;
  color: #fff;
}

.profile-pg .profile-inner .tab-wrapper .btns-wrapper .btn:hover {
  background-color: #C0986C;
  color: #fff;
}

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

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

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

.modal-content .modal-footer .btn-secondary {
  border-radius: 15px;
  width: 100px;
  height: 45px;
}

/*Info Modal*/
.info-modal .image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #013030;
  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: #C0986C;
  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 #C0986C;
}

.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 #C0986C;
  color: #fff;
  background-color: #C0986C;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: block;
  margin: 15px 2px;
  border-radius: 10px;
}

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

/***************************** Start Edit Cart Page *****************************/
.cart-pg {
  padding: 30px 0;
  background-color: #F4F8FA;
  position: relative;
}

.cart-pg .sec-heading span {
  color: #eee;
}

.cart-pg .sec-heading::before {
  z-index: 0;
}

.cart-pg .inner {
  background-color: #fff;
  padding: 35px 25px;
}

.cart-pg .inner table td,
.cart-pg .inner table th {
  vertical-align: middle;
}

.cart-pg .inner table th {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid transparent;
}

.cart-pg .inner table .prod {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cart-pg .inner table .prod .prod-img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cart-pg .inner table .prod .prod-name {
  padding: 10px 15px;
  margin: 0;
  font-size: .8rem;
  line-height: 1.5rem;
}

.cart-pg .inner table td {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.cart-pg .inner table .price_td {
  position: relative;
}

.cart-pg .inner table .price_td .price {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .5px;
}

.cart-pg .inner table .price_td .last_price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
}

.cart-pg .inner table .price_td .disbount {
  position: absolute;
  top: 27px;
  right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: block;
  background-color: #ACFEC7;
  text-align: center;
  font-size: 11px;
}

.cart-pg .inner table .delete-btn {
  width: 40px;
  height: 40px;
  background-color: #F56B6B;
  border: 1px solid #F56B6B;
  color: #fff;
  border-radius: 50%;
}

.cart-pg .inner table .delete-btn:hover {
  background-color: #C0986C;
  border: 1px solid #C0986C;
}

.cart-pg .inner table .det {
  width: 200px;
  font-size: 12px;
  line-height: 1.6rem;
}

.cart-pg .inner table .quantity-container .add-more {
  padding: 7px 25px;
}

.cart-pg .form-group {
  position: relative;
}

.cart-pg .form-group .form-control {
  height: 55px;
  border: 1px solid #fff;
  border-radius: 0;
  font-size: 12px;
}

.cart-pg .form-group .submit-btn {
  position: absolute;
  top: 15px;
  right: 5px;
  background-color: transparent;
  border: transparent;
  color: #888;
}

.cart-pg .form-group .submit-btn:hover {
  color: #C0986C;
}

.cart-pg .cart_summary {
  padding: 15px 0;
}

.cart-pg .cart_summary .item {
  margin: 10px 0;
}

.cart-pg .cart_summary .item .labeled {
  font-weight: 700;
}

.cart-pg .cart_summary .item .last_price {
  text-decoration: line-through;
  color: #888;
  font-size: 14px;
  padding: 0 5px;
}

.cart-pg .cart_summary .item.last_iten {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.cart-pg .link-btn {
  width: 180px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #013030;
  color: #fff;
  border-radius: 5px;
  display: block;
  margin-left: auto;
}

.cart-pg .link-btn:hover {
  background-color: #C0986C;
}

.payment_pg {
  background-color: #F4F8FA;
}

.payment_pg .sec-heading::before {
  z-index: 1;
}

.payment_pg .sec-heading span {
  color: #10333310;
}

.payment_pg .order_det {
  padding: 15px;
  background-color: #103333;
  -webkit-filter: drop-shadow(0px 12px 30px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 12px 30px rgba(0, 0, 0, 0.08));
  border-radius: 20px;
}

.payment_pg .order_det .det_head {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #fff1;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  margin-bottom: 30px;
}

.payment_pg .order_det .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 40px;
}

.payment_pg .order_det .items .img img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #fff;
}

.payment_pg .order_det .items .info {
  padding: 0 20px;
}

.payment_pg .order_det .items .info .prod-name {
  font-size: .8rem;
  line-height: 1.5rem;
  color: #fff;
  margin-bottom: 7px;
}

.payment_pg .order_det .items .info .add-more {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.payment_pg .order_det .items .info .add-more button,
.payment_pg .order_det .items .info .add-more span {
  color: #fff !important;
}

.payment_pg .order_det .items .info .price {
  color: #fff;
  font-weight: bold;
}

.payment_pg .order_det .items .delete-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background-color: #F56B6B;
  border: 1px solid #F56B6B;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.payment_pg .order_det .order_foot {
  border-top: 1px solid #fff1;
  padding: 20px 0;
}

.payment_pg .order_det .order_foot li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  line-height: 2.2;
}

.payment_pg .order_det .order_foot .total {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin: 0;
}

.payment_pg .order_det .order_foot .total li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  line-height: 2.2;
  font-size: 21px;
}

.payment_pg .payment_method {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 20px;
  border: 1px solid #9992;
}

.payment_pg .payment_method .pay-selection {
  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%;
  margin-top: 50px;
}

.payment_pg .payment_method .pay-selection label {
  width: 100%;
}

.payment_pg .payment_method .pay-selection label .time-input-element {
  opacity: 0;
  position: absolute;
}

.payment_pg .payment_method .pay-selection label .time-input {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  border-radius: 25px;
  border: 1px solid transparent;
  opacity: 0.4;
}

.payment_pg .payment_method .pay-selection label .time-input .panel-heading img {
  width: 70px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.payment_pg .payment_method .pay-selection label .time-input-element:checked + .time-input {
  border: 1px solid #103333;
  opacity: 1;
}

.payment_pg .payment_method .form-group {
  margin-bottom: 30px;
}

.payment_pg .payment_method .form-group label {
  display: block;
  margin: 0;
}

.payment_pg .payment_method .form-group input,
.payment_pg .payment_method .form-group select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #9993;
  background: transparent;
  padding: 10px 0;
}

.payment_pg .payment_method .form-group select {
  padding: 0;
}

.payment_pg .payment_method .form-group .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_pg .payment_method .form-group .cont .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment_pg .payment_method .form-group .cont .items select {
  width: 40%;
}

.contact_pg {
  background-color: #F4F8FA;
}

.contact_pg .sec-heading::before {
  z-index: 1;
}

.contact_pg .sec-heading span {
  color: #10333310;
}

.contact_pg .contact_info {
  background-color: #013030;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}

.contact_pg .contact_info::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: -30%;
  width: 100%;
  height: 100%;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.03;
}

.contact_pg .contact_info h3 {
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 20px;
}

.contact_pg .contact_info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
  padding: 30px;
  background-color: #fff1;
}

.contact_pg .contact_info .items .icon i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #013030;
  background-color: #c0986c;
  margin-right: 20px;
}

.contact_pg .contact_info .items .info p {
  margin-bottom: 5px;
  color: #c0986c;
  font-size: 14px;
}

.contact_pg .contact_info .items .info h6 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.contact_pg .content {
  position: relative;
  padding: 3vw;
  background-color: #fff;
}

.contact_pg .content .cont {
  -webkit-box-shadow: 0 5px 10px #0001;
          box-shadow: 0 5px 10px #0001;
}

.contact_pg .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
  z-index: 0;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  background-color: #f8f8f8;
}

.contact_pg .contact_form {
  background-color: #fff;
  padding: 30px 3vw;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 0 20px #0002;
          box-shadow: 0 0 20px #0002;
}

.contact_pg .contact_form h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.contact_pg .contact_form input,
.contact_pg .contact_form textarea {
  width: 100%;
  border: 1px solid #9993;
  padding: 10px 15px;
}

.contact_pg .contact_social {
  margin-top: 30px;
}

.contact_pg .contact_social h4 {
  font-weight: 600;
  margin-bottom: 15px;
}

.contact_pg .contact_social img {
  width: 55px;
}

.contact_pg .contact_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0 20px #0002;
          box-shadow: 0 0 20px #0002;
}

.butn {
  padding: 15px 50px;
  background-color: #032929;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  border: 0;
}

.butn:hover {
  background-color: #C0986C;
  color: #fff;
}

.valign {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/***************************** Start Edit Siingle product Page *****************************/
.single-product {
  padding: 70px 0;
  background-color: #F4F8FA;
  position: relative;
}

.single-product .imgs-box .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single-product .imgs-box .swiper-container .swiper-slide,
.single-product .imgs-box .swiper-container img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-product .imgs-box .swiper-container.gallery-top {
  height: 400px;
  width: 100%;
  background-color: #fff;
}

.single-product .imgs-box .swiper-container.gallery-thumbs {
  height: 145px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-product .imgs-box .swiper-container.gallery-thumbs .swiper-slide {
  background-size: contain;
  height: 100%;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 15px;
}

.single-product .imgs-box .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #013030;
}

.single-product .imgs-box .desc_prod {
  background-color: #fff;
  padding: 25px 15px;
  color: #202020;
  font-weight: 600;
  border: 1px solid #999;
  font-size: 14px;
}

.single-product .imgs-box .social-links {
  text-align: center;
  margin: 20px 0;
}

.single-product .imgs-box .social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #013030;
  color: #fff;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.single-product .imgs-box .social-links a:hover {
  background-color: #C0986C;
}

.single-product .product-details .prod-name {
  font-weight: bold;
}

.single-product .product-details .rate {
  margin: 1rem 0;
}

.single-product .product-details .rate i {
  color: #ddd;
  font-size: 20px;
}

.single-product .product-details .rate i.active {
  color: #F0CD1F;
}

.single-product .product-details .rate .num_reviews {
  margin: 0 5px;
}

.single-product .product-details .price {
  color: #013030;
  margin-bottom: 10px !important;
}

.single-product .product-details .price_note {
  color: #c0986c;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  font-size: 16px;
  display: block;
}

.single-product .product-details .desc {
  font-size: 16px;
  line-height: 2rem;
}

.single-product .product-details .select-color-container .color-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin: 5px 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 15px;
}

.single-product .product-details .select-color-container .color-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-product .product-details .select-color-container .color-container input:checked + .checkmark::after {
  display: block;
}

.single-product .product-details .select-color-container .color-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.single-product .product-details .select-color-container .color-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single-product .product-details .select-color-container .color-container .black {
  background-color: #000;
}

.single-product .product-details .select-color-container .color-container .gray {
  background-color: #555;
}

.single-product .product-details .select-color-container .color-container .green {
  background-color: #013030;
}

.single-product .product-details .select-color-container .color-container .caffe {
  background-color: #C0986C;
}

.single-product .product-details .select-color-container .color-container .blue {
  background-color: #5f92d1;
}

.single-product .product-details .quantity-container .add-more {
  padding: 5px 25px;
  border-radius: 10px;
  margin-top: 17px;
}

.single-product .product-details .main-btn {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #013030;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: block;
}

.single-product .product-details .main-btn:hover {
  background-color: #C0986C;
}

.single-product {
  padding: 70px 0;
  background-color: #F4F8FA;
  position: relative;
}

.single-product .imgs-box .swiper_gallery {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.single-product .imgs-box .swiper_gallery .swiper-slide,
.single-product .imgs-box .swiper_gallery img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.single-product .imgs-box .swiper_gallery.gallery-top {
  height: 400px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.single-product .imgs-box .swiper_gallery.gallery-thumbs {
  height: 145px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.single-product .imgs-box .swiper_gallery.gallery-thumbs .swiper-slide {
  background-size: contain;
  height: 100%;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 15px;
  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;
}

.single-product .imgs-box .swiper_gallery.gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #013030;
}

.single-product .imgs-box .desc_prod {
  background-color: #C0986C;
  padding: 25px 15px;
  color: #013030;
  font-weight: 600;
  border: 1px solid #C0986C;
  font-size: 14px;
  font-weight: bold;
}

.single-product .imgs-box .social-links {
  text-align: center;
  margin: 20px 0;
}

.single-product .imgs-box .social-links a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #013030;
  color: #fff;
  display: inline-block;
  margin: 0 4px;
  border-radius: 50%;
}

.single-product .imgs-box .social-links a:hover {
  background-color: #C0986C;
}

.single-product .product-details .prod-name {
  font-weight: bold;
}

.single-product .product-details .rate {
  margin: 1rem 0;
}

.single-product .product-details .rate i {
  color: #ddd;
  font-size: 20px;
}

.single-product .product-details .rate i.active {
  color: #F0CD1F;
}

.single-product .product-details .rate .num_reviews {
  margin: 0 5px;
}

.single-product .product-details .price {
  color: #013030;
  margin-bottom: 2rem;
}

.single-product .product-details .desc {
  font-size: 16px;
  line-height: 2rem;
}

.single-product .product-details .select-color-container .color-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin: 5px 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 15px;
}

.single-product .product-details .select-color-container .color-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-product .product-details .select-color-container .color-container input:checked + .checkmark::after {
  display: block;
}

.single-product .product-details .select-color-container .color-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

.single-product .product-details .select-color-container .color-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single-product .product-details .select-color-container .color-container .black {
  background-color: #000;
}

.single-product .product-details .select-color-container .color-container .gray {
  background-color: #555;
}

.single-product .product-details .select-color-container .color-container .green {
  background-color: #013030;
}

.single-product .product-details .select-color-container .color-container .caffe {
  background-color: #C0986C;
}

.single-product .product-details .select-color-container .color-container .blue {
  background-color: #5f92d1;
}

.single-product .product-details .quantity-container .add-more {
  padding: 5px 25px;
  border-radius: 10px;
  margin-top: 17px;
}

.single-product .product-details .main-btn {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #013030;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: block;
}

.single-product .product-details .main-btn:hover {
  background-color: #C0986C;
}

.buy_now_modal.modal.fade {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.buy_now_modal.modal.fade.show {
  display: block !important;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.buy_now_modal.modal.fade .modal-content {
  padding: 0;
  border-radius: 0;
}

.buy_now_modal.modal.fade .modal-body {
  padding: 0;
}

.buy_now_modal.modal.fade button.close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #013030;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.product_details {
  padding: 40px 0;
}

.product_details .img {
  height: 400px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 25px #0001;
          box-shadow: 0 0 25px #0001;
}

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

.product_details .info {
  padding: 30px;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
}

.product_details .info h5 {
  color: #013030;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
}

.product_details .info p {
  font-size: 17px;
  line-height: 2;
  color: #334e4e;
}

.product_details .info.main_back {
  background-color: #013030;
}

.product_details .info.main_back h5 {
  color: #fff;
}

.product_details .info.main_back p {
  color: #f0f0f0;
}

.product_details .swiper_product {
  overflow: hidden;
  border-radius: 20px;
}

.product_details .swiper_product .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #fff;
  opacity: .6;
}

.product_details .swiper_product .swiper-pagination-bullet-active {
  background: #C0986C;
  opacity: 1;
}

.amazon_btn {
  display: block;
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 3px solid #FD9800;
  border-radius: 10px;
  margin-top: 10px;
}

.amazon_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.reviews-sec {
  padding: 70px 0;
  background-color: #F4F8FA;
  position: relative;
}

.reviews-sec .review_card {
  background-color: #fff;
  padding: 25px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
}

.reviews-sec .review_card .user-img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: auto;
}

.reviews-sec .review_card .text {
  padding: 0 20px;
}

.reviews-sec .review_card .text .rate {
  margin: .7rem 0 .4rem 0;
}

.reviews-sec .review_card .text .rate i {
  color: #ddd;
  font-size: 16px;
}

.reviews-sec .review_card .text .rate i.active {
  color: #F0CD1F;
}

.reviews-sec .review_card .text .p {
  font-size: 13px;
  line-height: 1.6rem;
}

.about_head {
  height: 550px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_head .content {
  position: relative;
  z-index: 5;
}

.about_head .content .info h2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.about_head .content .info h5 {
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 2;
}

.about_head .content .info img {
  width: 70%;
  margin-bottom: 30px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

@media (min-width: 992px) {
  .buy_now_modal .modal-lg {
    max-width: 1140px;
  }
}
/*# sourceMappingURL=style.css.map */