@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,900&display=swap');

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

:root {
  --primary-color: #404040;
  --secondary-color: #ffffff;
  --tertiary-color: #252525;
  --quaternary-color: #A4A4A4;
  --quinary-color: #FFA525;
  --senary-color: #F2F2F2;
  --tertiary-theme: #005479;
}

/*------------- Body -------------*/

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  font-family: 'Lato', sans-serif !important;
  color: var(--tertiary-color);
  background-color: var(--secondary-color);
  font-size: 16px;
  letter-spacing: 1px;
}

/*-----------------------------
  General
-----------------------------*/

/*.container {
  max-width: 1220px;
}
*/
a,
input,
textarea {
  outline: none !important;
  box-shadow: none;
  text-decoration: none !important;
}

.sm-padding {
  padding: 4em 0;
}

img {
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.form-control:focus {
  border-color: var(--primary-color) !important;
}

.default-btn {
  background-color: var(--tertiary-theme) !important;
  padding: 0.6em 1em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: var(--secondary-color) !important;
  display: inline-block;
  border: 1px solid var(--tertiary-theme) !important;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.default-btn:hover,
.default-btn:focus,
.default-btn:active {
  background-color: rgb(203 129 97) !important;
  color: var(--secondary-color) !important;
  /* -webkit-transform: translate3d(0,-5px,0);
  -o-transform: translate3d(0,-5px,0);
  -ms-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0); */
  border-color: rgb(203 129 97) !important;
}


.default-btn-outline {
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
  padding: 0.6em 2em !important;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 0.9em !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.default-btn-outline:hover,
.default-btn-outline:focus,
.default-btn-outline:active {
  background: var(--primary-color) !important;
  border: 1px solid var(--primary-color);
  color: var(--secondary-color) !important;
  /* -webkit-transform: translate3d(0,-5px,0);
  -o-transform: translate3d(0,-5px,0);
  -ms-transform: translate3d(0,-5px,0);
  -moz-transform: translate3d(0,-5px,0);
  transform: translate3d(0,-5px,0); */
}

/* header  */

/* .header-nav-center {
  background: var(--secondary-color);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

.header-nav-center .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--tertiary-color);
  font-weight: 600;
  font-size: 1em;
  margin: 0 1em;
}

.header-nav-center .navbar-expand-lg .navbar-nav .nav-link:last-child {
  margin-right: 0;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.hamburger-menu {
  height: 2em;
}

.header-top-nav {
  background-color: #F6F6F6;
  padding: 1em 0;
}

.email-icon {
  width: 1.5em;
}

.header-contact-info {
  display: flex;
  align-items: center;
  gap: 0em;
  margin-bottom: 0;
}

.header-contact-info li a {
  display: flex;
  align-items: center;
  font-size: 1em;
  gap: 1em;
  color: var(--tertiary-color) !important;
}

.header-contact-info li {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 2em;
}

.header-contact-info li:first-child {
  padding-left: 0;
}

.header-contact-info li:last-child {
  border-right: 0;
}

.header-top-nav-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flag-select__btn {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.flag-select {
  padding-bottom: 0 !important;
}

.login-link-sec a {
  display: flex;
  align-items: center;
  font-size: 1em;
  gap: 1em;
  color: var(--tertiary-color);
}

.header-top-right-sec {
  display: flex;
  align-items: center;
}

.header-language-select {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2em;
}

.login-link-sec {
  padding-left: 2em;
}

.header-right-btn-sec .heart-btn {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
}

.header-right-btn-sec .cart-btn {
  background-color: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
}

.header-right-btn-sec {
  display: flex;
  align-items: center;
  gap: 2em;
}

.header-search-sec {
  display: flex;
  align-items: center;
  gap: 1em;
  justify-content: center;
  width: 100%;
}

.header-category-search-sec {
  /* display: flex;
    align-items: center; */
  padding: 0em;
  gap: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  grid-template-columns: 250px 300px;
  display: grid;
}

.header-category-search-sec .form-control {
  border: 0 !important;
  height: 45px;
}

.header-category-search-sec .form-control:focus {
  box-shadow: none !important;
}

.email-inbuild-form-control {
  width: 300px;
}

.header-search-icon-sec {
  background-color: var(--primary-color);
  width: 3em;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px
}

.header-btn-icon {
  width: 3em;
}

.header-search-icon {
  width: 1.5em;
}

.header-nav-center {
  padding: 1em 0 0;
}

.footer-left-sec {
  background-image: url('../img/landing-page/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-wrapper {
  min-height: 98vh;
}

.footer-sec {
  display: flex;
}

.footer-left-sec {
  width: 50%;
  position: relative;
  z-index: 1;
  padding: 4em 2em;
}

.footer-left-sec::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.footer-logo-sec {
  position: relative;
  z-index: 1;
}

.footer-desc {
  position: relative;
  z-index: 1;
}

.footer-right-sec {
  width: 50%;
  background-color: #F8F8F0;
  padding: 2em;
}

.footer-right-box {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 2rem;
}

.footer-right-card h3 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 1em;
}

.footer-left-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--secondary-color);
}

.footer-logo-sec {
  margin-bottom: 1em;
}

.social-link-sec li a {
  color: var(--quaternary-color);
}

.social-link-sec li a {
  grid-template-columns: 30px auto;
  display: grid;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.social-link-sec li {
  padding-bottom: 1em;
}

.social-link-sec li:last-child {
  padding-bottom: 0;
}

.footer-link-sec li a {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.footer-link-sec li a:hover {
  text-decoration: underline !important;
  color: rgb(203 129 97);
}

.footer-link-sec li {
  padding-bottom: 1em;
}

.footer-link-sec li:last-child {
  padding-bottom: 0;
}

.contact-info .contact-address {
  grid-template-columns: 30px auto;
  display: grid;
  font-size: 1em;
  font-weight: 400;
  align-items: center;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.footer-right-card:nth-child(5) {
  grid-column: span 2;
}

.footer-call {
  grid-template-columns: 30px auto;
  display: grid;
  font-size: 1em;
  font-weight: 400;
  align-items: center;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.footer-mail {
  grid-template-columns: 30px auto;
  display: grid;
  font-size: 1em;
  font-weight: 400;
  align-items: center;
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.contact-info li {
  padding-bottom: 1em;
}

.contact-info li:last-child {
  padding-bottom: 0;
}

.register-header-title-sec {
  position: absolute;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 30%;
  background: var(--secondary-color);
}

.register-header-title-sec h3 {
  padding: 0 1em;
  text-align: center;
  font-family: 'Cormorant', serif;
}

.reset-header-title-sec {
  position: absolute;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  left: 30%;
  background: var(--secondary-color);
}

.reset-header-title-sec h3 {
  padding: 0 1em;
  text-align: center;
  font-family: 'Cormorant', serif;
}

.static-txt,
.sell-services,
.top-sell {
  text-transform: capitalize;
}

.product-image-loader {
  height: 100vh !important;
}

.pass-txt {
  text-align: left;
  display: block;
  width: 100%;
}

.caution-txt {
  text-transform: uppercase;
}

.react-confirm-alert-overlay.undefined {
  background: none;
}

.add-cart-count {
  position: absolute;
  height: 25px;
  width: 25px;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  top: -10px;
  left: 12px;
  color: var(--secondary-color);
  z-index: 1;
  border: 3px solid #fff;
}

.search-suggetion-sec {
  position: absolute;
  width: 486px;
  height: 200px;
  max-height: 100vh;
  background-color: #fff;
  z-index: 1055;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  overflow-x: hidden;
  overflow-y: scroll;
  top: 61px;
}

.search-suggetion-sec::-webkit-scrollbar {
  width: 5px;
}

.search-suggetion-sec::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.search-suggetion-sec::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 5px;
}

.search-suggetion {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ababab;
  padding: 1em;
  cursor: pointer;
  gap: 1.5em;
}

.search-suggetion img {
  max-width: 3em;
}

.search-suggetion p {
  font-size: 1em;
  color: #000;
  font-weight: 500;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  margin-bottom: 0;
}

.search-suggetion:last-child {
  border: none;
}

.cursor-pointer {
  cursor: pointer;
}

.del {
  text-decoration: line-through;
}

.categories-search-price-card {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 2em;
  padding: 1em;
}

.metal-item {
  cursor: pointer;
}

.metal-item.active {
  background-color: #252525;
  color: #F2F2F2;
}

.progress-item.cancel {
  color: red;
}

.progress-item.cancel:after {
  /* content: "\f00d"; */
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: red;
  color: var(--secondary-color);
}

.progress-item.return {
  color: orange;
}

.progress-item.return:after {
  /* content: "\f05a"; */
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  background: orange;
  color: var(--secondary-color);
}

.uppercase {
  text-transform: uppercase !important;
}

.text-danger.text-right {
  font-size: 0.8em;
}

.footer-copyrights-box {
  border-top: 2px solid rgba(203, 129, 97, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer-copyrights-box p {
  margin-bottom: 0;
  color: var(--primary-color);
}

.user-dropdown-sec .dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}

.user-dropdown-sec .dropdown-menu {
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  /* box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%); */
  box-shadow: none;
  left: -160px !important;
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding-right: 0 !important;
  min-width: 200px;
  top: 10px !important;
}

.user-dropdown-sec .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 0.8em 1.5em;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 0.9em;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  gap: 0.6em;
}

.mobile-nav-profile {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.header-user-icon {
  max-width: 2em;
}

.user-dropdown-sec .dropdown-toggle::after {
  display: none;
}

.user-dropdown-sec {
  padding-left: 2em;
}

.logo {
  height: 3em;
  object-fit: contain;
}

/* nav.navbar.navbar-expand-lg.navbar-light {
  padding-bottom: 0px;
} */

.st0 {
  fill: #EFEEFE;
}

.st1 {
  fill: #EDB23B;
}

.st2 {
  opacity: 0.2;
  fill: #FFFFFF;
}

.st3 {
  fill: #D086E5;
}

.st4 {
  fill: #F95F6B;
}

.st5 {
  fill: #D8D8D8;
}

.st6 {
  fill: #D3D5FD;
}

.st7 {
  fill: #BCC0ED;
}

.st8 {
  fill: #FFFFFF;
}

.st9 {
  fill: #F08422;
}

.st10 {
  opacity: 0.2;
}

.st11 {
  fill: #F5FEFF;
}

.st12 {
  fill: #EE9D7F;
}

.st13 {
  fill: #C86CDB;
}

.st14 {
  fill: #E67052;
}

.st15 {
  fill: #FCDCDA;
}

.st16 {
  fill: #F3B294;
}

.st17 {
  fill: #EFBEBD;
}

.st18 {
  fill: #AA3C3C;
}

.st19 {
  fill: #7585F8;
}

.st20 {
  font-family: 'MyriadPro-Regular';
}

.st21 {
  font-size: 60px;
}

.st22 {
  fill: #404040;
}

.st23 {
  font-family: 'Inter-Bold';
}

.st24 {
  font-size: 40px;
}

.no-data svg {
  max-width: 500px;
}

.search-suggetion-sec .no-data svg {
  max-width: 200px;
}

.search-results {
  text-align: center
}

.smilar-product-cards {
  grid-gap: 1rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

span.search-icon.input-group-text {
  background-color: var(--secondary-theme) !important;

}

p.product-reviews {
  cursor: pointer;
}

img.logo-icon {
  max-width: 150px;
  height: 1em;
}

.checkout-header {
  padding: 2em 0 !important;
}

.banner-loader {
  height: 100vh !important;
}

svg.add-cart-icon {
  margin-right: 0.4em !important;
}

.product-offer {
  text-transform: lowercase;
}

.product-rates {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: end;
  text-align: left;
}

.product-rates span {
  color: #005479;
  font-size: 0.9em;
  font-weight: 500;
}

.product-overlay-left span {
  text-transform: lowercase;
}

.form-switch .form-check-input {
  width: 2em !important;
}

.thing-frame-card:hover .thing-image-sec img {
  transform: scale(1.2);
}

.drop-files span {
  display: block;
}

button.back-btn.btn.btn-primary {
  background-color: #0E1036 !important;
  padding: 6px 10px !important;
}

.order-tracking-header-info h4 {
  font-weight: 700;
}

.transaction-id-sec:hover {
  color: #1919d9;

}

button.default-btn.withdraw {
  cursor: auto;
}

button.default-btn.withdraw:hover {
  background-color: var(--tertiary-theme) !important;
  border: 1px solid var(--tertiary-theme) !important;
}

.active-tab.nav-link {
  background-color: var(--primary-color) !important;
  color: #E1E1E1 !important;
}

.default-tab.nav-link {
  background-color: #E1E1E1 !important;
  color: var(--primary-color) !important;
}
.category-active {
  color: var(--secondary-theme) !important;
}