@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;1,200;1,300&display=swap");
body {
  font-size: 14px !important;
  font-family: "Josefin Sans", sans-serif;
  background: #fff;
  color: #6d6d6d;
}
h1,
h2,
h3,
h4,
h5,
h6,
.nav-item,
.dropdown-item,
.footer {
  font-family: "Lexend", sans-serif;
}
.btn {
  font-family: "Lato", sans-serif;
}
.fw-1{font-weight: 100;}
.fw-2{font-weight: 200;}
.fw-3{font-weight: 300;}
.fw-4{font-weight: 400;}
.fw-6{font-weight: 600;}
.fw-8{font-weight: 800;}
.font-w-300{font-weight: 300;}
.font-w-500{font-weight: 500;}
.font-s-14{font-size: 14px;}
.white{color: white;}
.green{color: #84a26b!important;}
.black{color: black;}
.black-imp{color: black !important;}
.gray{color: #676363;}
.white{color: #fff;}
.primary-bg{background-color: #b07b82;}
.bg-green{background: #0080004f;}
.bg-red{background: #ff00003d;}
.b-r-8{border-radius: 8px;}
.bl-1{border-left: 1px solid #dee2e6;}
.fs-10{font-size: 10px !important;}
.fs-11{font-size: 11px !important;}
.fs-12{font-size: 12px !important;}
.fs-13{font-size: 13px !important;}
.fs-14{font-size: 14px !important;}
.fs-15{font-size: 15px !important;}
.fs-16{font-size: 16px !important;}
.fs-17{font-size: 17px !important;}
.fs-18{font-size: 18px !important;}
.fs-19{font-size: 19px !important;}
.fs-20{font-size: 20px !important;}
.fs-21{font-size: 21px !important;}
.fs-22{font-size: 22px !important;}
.fs-23{font-size: 23px !important;}
.fs-24{font-size: 24px !important;}
.fs-25{font-size: 25px !important;}
.fs-26{font-size: 26px !important;}
.fs-28{font-size: 28px !important;}
.fs-30{font-size: 30px !important;}
.fs-40{font-size: 40px !important;}
img {
  width: 100%;
}
i {
  font-size: 17px;
}
video {
  display: block;
}
h1{
  font-size: 21px;
}
h4 {
  font-weight: 600;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler {
  padding: 0;
}

.without-discount-price-cont {
  margin-top: 0;
}

.new-product a {
  color: inherit;
  text-decoration: none;
}

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

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

.dropdown-item {
  font-weight: 300;
}
.dropdown-item:active {
  background: transparent;
  color: #212529;
}
.dropdown-item.active {
  color: #212529;
  background: transparent;
  border-bottom: 2px solid #F5BF5B;
}

.dropdown-toggle {
  color: #212529 !important;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

#loading {
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%;
  height: 100%;
}
.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid #F5BF5B;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #424242;
}

.logo {
  width: 85px;
  margin: 0 auto;
  display: block;
  padding: 0px;
}

.w_70 {
  width: 70%;
}

.w_30 {
  width: 30%;
}

.nav-link,
.nav-item {
  color: #6d6d6d;
  cursor: pointer;
  position: relative;
}

.nav-link:hover,
.nav-item:hover {
  color: #444;
}
.btn {
  font-size: 1em;
}
.dropdown-menu {
  top: 85%;
}
.header a.dropdown-item {
  font-size: 13px;
  padding: 0.5rem 1rem;
}
.footer li a, .footer a:hover {
  color: inherit;
}

.header .navbar {
  background: #f9f9f9;
  box-shadow: 0px 2px 6px #d8d8d8;
  flex-wrap: wrap;
}
.navbar-collapse .navbar-nav{
  flex-wrap: wrap;
  justify-content: center;
}
.nav-link .dropdown-item, .nav-item .dropdown-item{
  border-bottom: 2px solid #f9f9f9;
}
.nav-link:hover .dropdown-item, .nav-item:hover .dropdown-item{
  color: #212529;
    background: transparent;
    border-bottom: 2px solid #F5BF5B;
}

.leftbar-nav {
  position: relative;
}
.bg-gold {
  background-color: #ebd19f;
}
.bg-actblue {
  background-color: #dfe9f7;
}
.pos-rel {
  position: relative;
}

.inp-search {
  position: absolute;
  top: 10px;
  right: 10px;
}
.special-text-success {
  color: #2e8452;
  font-weight: 600;
  font-size: 15px;
}
.searchbar {
  right: 0px;
  display: block;
  position: fixed;
  padding-top: 1.5rem;
  z-index: 7777;
  left: 0px;
  background: rgba(255, 255, 255, 0.83);
}

.form-control {
  font-size: 1em;
}

.sep {
  margin: 0 20px;
}

.fa-heart {
  font-size: 1.25em;
  cursor: pointer;
}

.ft-item-slider .owl-stage {
  padding: 20px 0;
}

.ft-item-slider .item .card:hover {
  box-shadow: 2px 2px 6px #cecece;
}

.add-cart-btn {
  border: 1px solid #282828;
  font-size: 1em;
  color: #282828;
}

.add-cart-btn:hover {
  border-color: #444;
}

.social-sidebar {
  position: fixed;
  width: 40px;
  top: 15rem;
  z-index: 1111;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.4);
  right: 0;
}
.social-sidebar li {
  height: 40px;
  position: relative;
  list-style: none;
}
.social-sidebar li a {
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.social-sidebar li:nth-child(1) a {
  background: #4267b2;
}
.social-sidebar li:nth-child(2) a {
  background: #e1306c;
}
.social-sidebar li a i {
  position: absolute;
  top: 10px;
  left: 11px;
  font-size: 22px;
}

.fetured-item .list-group-item:hover {
  background: #f1f1f1;
  color: #444;
  cursor: pointer;
  transition: 0.75s;
}

.fa-heart:hover {
  color: #444;
}

.testimonial {
  border: 10px solid #6d6d6d;
  padding: 30px;
  text-align: center;
  position: relative;
}
.test-quote-left {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  color: #6d6d6d;
  position: absolute;
  top: -40px;
  left: 2%;
}

.test-quote-right {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  text-align: center;
  font-size: 50px;
  color: #6d6d6d;
  position: absolute;
  bottom: -40px;
  right: 2%;
}

.cir-img {
  border-radius: 100%;
}

.foot-top-ribbon {
  background: #ececec;
  padding: 1rem 0;
  color: #6d6d6d;
}

.foot-top-ribbon a {
  color: #6d6d6d;
  text-decoration: none;
}

.foot-top-ribbon a:hover {
  color: #444;
}

.foot-main {
  background: #fbfbfb;
  padding: 30px 0;
}

ul {
  padding: 0 !important;
}

.foot-main {
  font-size: 0.9em;
}

.foot-main h6 {
  margin-bottom: 15px;
}

.foot-main ul li {
  list-style: none;
}

.social-media-links .fab {
  font-size: 2em;
  margin-right: 1rem;
  cursor: pointer;
}

.social-media-links .fa-facebook {
  color: #3b5998;
}

.social-media-links .fa-instagram {
  color: #ee2a7b;
}

.social-media-links .fa-google-plus {
  color: #db4a39;
}

.social-media-links .fa-twitter {
  color: #00acee;
}

.sub-btn {
  background: #243c4f;
  color: #fff;
  font-size: 1em;
  border-radius: 0;
}

.rel-cont {
  position: relative;
}

.banner .rel-cont img {
  filter: brightness(0.4);
}

.abs-btn {
  position: absolute;
  top: 42%;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2em;
  border: 2px solid #fff;
  width: 60%;
  margin: 0 auto;
  padding: 7px 15px;
}

.abs-btn:hover {
  background: #F5BF5Ba3;
  color: #f1f1f1;
  border: 2px solid #F5BF5B;
  transition: 0.5s;
}

.fetured-item a {
  text-decoration: none;
  color: inherit;
}

.breadcrumb {
  background: none;
  font-size: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.nb {
  border: none;
}

.page-link {
  background: none;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
  border-radius: 100%;
}

.rating li {
  display: inline-block;
}

.gold-star {
  color: #F5BF5B;
}

input,
textarea {
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
}

input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}

.input-group input[type="button"] {
  background-color: #eeeeee;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}

.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.nav-item i {
  color: #F5BF5B;
}

.button-plus {
  left: -13px;
}

input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}

.buynow-btn,
.saveadd-btn {
  background: #F5BF5B;
  color: #f0f0f0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  font-size: 1em;
}

.order-history-param {
  display: flex;
  justify-content: space-between;
}

.gto-store-btn,
.logSig-btn,
.btn-info {
  background: #F5BF5B;
  color: #f0f0f0;
  border: 0;
}

.class-gold {
  background: #F5BF5B;
}

.gto-store-btn:hover,
.logSig-btn:hover {
  background: #5a5a5a;
  color: #fff;
}

.buynow-btn:hover,
.saveadd-btn:hover {
  color: #F5BF5B;
  background: #fff;
  border: 1px solid #F5BF5B;
}

.ship-det h6 {
  font-size: 14px;
  color: #444;
}

.addcart-btn,
.add-address-btn {
  background: #f2f2f2;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  color: #4f4f4f;
  font-size: 1em;
}

.buy-btn {
  background: #F5BF5B;
  color: #f0f0f0;
  border: 1px solid #F5BF5B;
}

.buy-btn:hover {
  background: #f2f2f2;
  color: #F5BF5B;
  border: 1px solid;
  box-shadow: none;
}

.sticky-total-price {
  position: sticky;
  top: 150px;
  height: 100vh;
}

.root {
  padding: 2rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}

.order-track {
  margin-top: 1rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}

.order-track-step {
  display: flex;
  height: 7rem;
}

.order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}

.order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}

.order-track-status {
  margin-right: 1.5rem;
  position: relative;
}

.order-status-dot-success {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #F5BF5B;
}

.order-status-line-success {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #F5BF5B;
}

.order-track-text-stat {
  font-size: 1em;
  margin-bottom: 3px;
}

.order-track-text-sub {
  font-size: 1.25em;
}

.order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.order-list li {
  list-style: none;
}

.order-status-dot-default {
  background: #c7c7c7 !important;
  color: #8e8e8e;
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.order-status-line-default {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #c7c7c7;
}

.ordered-itm-det p {
  margin-bottom: 0;
}

.footer {
  background: #111;
  color: #7e7e7e;
}
.footer .footer-heading{
  color: white;
}
.footer h5{
  /*color: #F5BF5B;*/
}
.footer .footer-item-container{
  flex: 0 0 20%;
  max-width: 20%;
}
.footer .footer-follow-us-container{
  flex: 0 0 40%;
  max-width: 40%;
  justify-content: flex-end;
}


.modal-header,
.modal-footer {
  border: 0;
}

.bottom-info-container .fa-shopping-bag {
  color: #cfb15d;
}

.box-shadow-grey {
  box-shadow: 1px 1px 3px #ececec;
}

.modal-btn {
  color: #F5BF5B;
  border: 1px solid #F5BF5B;
}

.modal-btn:hover {
  color: #fff;
  background: #F5BF5B;
}

.prf-list li {
  font-size: 1em;
  margin-right: 1.25rem !important;
}

.createAct-btn {
  background: #F5BF5B;
  color: #fff;
}

.asterisk {
  color: #e02b27;
}

.inherit-anchor {
  color: inherit;
}

.inherit-anchor:hover {
  color: inherit;
  text-decoration: none;
}

.blog-box {
  background: #71a33d;
  padding: 10px;
  min-height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-box h3 {
  color: #fff;
}

.page-link {
  color: #F5BF5B;
}

.variant-container {
  margin-bottom: 5px;
}

.variant-item {
  display: inline-grid;
  display: -moz-inline-grid;
  display: -ms-inline-grid;
  cursor: pointer;
  margin-bottom: 5px;
}

.variant-item span {
  border: 1px solid #F5BF5B;
  margin-right: 14px;
  color: #F5BF5B;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.variant-item.active span {
  background: #F5BF5B;
  color: white;
}

.wishlist-btn.active,
.product-page-wishlist-btn.active {
  color: #F5BF5B;
}
.product-page-wishlist-btn {
  font-size: 25px;
}

.listing-banner-item.item {
  display: block;
}

.foot-main a {
  color: inherit;
}

.card-notification-box {
  position: fixed;
  top: 60px;
  right: 20px;
  z-index: 1111;
  padding: 10px 15px;
  color: #fff;
  background: #F5BF5B;
}

.card-notification-box.error {
  background: #c25e37;
}

.order-item.active {
  box-shadow: 0px 0px 0px 2px #4aa244;
}

.abt-list-star li {
  list-style: none;
}

.abt-list-star li:before {
  content: "\2605";
  margin-right: 0.5rem;
  color: #F5BF5B;
}

.shadow-box {
  border: 1px solid #f4f4f4;
  box-shadow: 2px 2px 4px #ececec;
}

.category-slider .item img {
  border-radius: 50%;
  box-shadow: 3px 3px 6px #333;
  box-shadow: 2px 2px 4px #828282;
}

.absolute-btn {
  position: absolute;
  bottom: 7rem;
}

.custom-btn {
  border: 1px solid #707070;
  letter-spacing: 2px;
}
.footer .fa-instagram{
  position: relative;
  top: 2px;
}

.custom-control-label {
  padding-top: 2.5px;
}

.list-inline-item {
  border: 1px solid #777;
  padding: 0.5rem 0.75rem;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  border-radius: 2px;
}

.side-profile-action a {
  color: inherit;
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.none {
  display: none;
}

.sticky-left-side {
  position: sticky;
  height: 100%;
  z-index: 2;
  background: #fff;
  top: 100px;
}

.border-filter {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.75rem 0;
}

.custom-checkbox {
  margin: 0.5rem 0;
}

.login-logo {
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1.25rem;
}

.social-login-icon {
  width: 25px;
}

.social-login-btn {
  border: 1px solid #a5b1bd;
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  cursor: pointer;
}

.product-itm-list {
  padding: 1rem;
  border-radius: 4px;
  transition: 0.5s;
}

.product-itm-list:hover {
  /*box-shadow: 1px 2px 3px #bdbdbd;
  transition: 0.5s;*/
}

.carousel-control-next,
.carousel-control-prev {
  width: 6%;
}

.max-price {
  text-decoration: line-through;
  color: grey;
}

.similar-product-item a {
  text-decoration: none;
  color: black;
}

.notification-tab {
  background-color: #fff6de;
  border-radius: 8px;
}
.notification-tab.opened {
  background-color: #e9e9e9;
  border-radius: 8px;
}

.remove-wishlist {
  background-color: #e91e63;
  display: inline-block;
  padding: 6px 5px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.notification-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.multiple-discount-active .multiple-discount-message {
  display: block !important;
}
.inner-order-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.index-category-container .item{
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}
.list-inner-container{
  font-size: 13px;
}
.product-name{
  font-size: 15px;
}
h1.product-name{
  font-size: 21px;
}
h4{
  font-size: 20px;
}
