@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&display=swap");
@import url(./custom.css);
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: clip;
  scroll-behavior: smooth;
}

:root {
  --main-blue-color: #102b45;
  --secondary-green-color: #98AA30;
  --text-yellow-color: #e1a730;
  --light-green-color: #e7f5f0;
  --light-black-text-color: #02031D;
  --lighter-black-text-color: #4E5561;
  --highlighted-black-text-color: #82828A;
  --font-family-montserrat: "Montserrat", sans-serif;
  --font-family-sorts-mill-goudy: "Sorts Mill Goudy", serif;
  --h1-custom-font-size: 2.7rem;
  --light-grey-border-color: #C9C9C9;
}

h1 {
  font-family: var(--font-family-montserrat);
  line-height: 1.33;
  font-size: var(--h1-custom-font-size);
  font-weight: 600;
}

h2,
h3,
h4,
h5,
h6,
span {
  font-family: var(--font-family-montserrat);
}

h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.42;
  color: var(--top-highlighted-color);
}

h3 {
  font-weight: bold;
}

h4 {
  font-weight: 600;
  color: #000;
}

::-moz-placeholder {
  font-family: var(--font-family-sorts-mill-goudy);
  color: #9e9e9e !important;
  font-weight: 400;
  font-size: 0.9rem;
}

::placeholder {
  font-family: var(--font-family-sorts-mill-goudy);
  color: #9e9e9e !important;
  font-weight: 400;
  font-size: 0.9rem;
}

p,
li {
  font-family: var(--font-family-sorts-mill-goudy);
  font-size: 1.2rem;
  color: var(--light-black-text-color);
  line-height: 1.8rem;
}

label {
  font-family: var(--font-family-montserrat);
  font-size: 1.2rem;
  color: var(--light-black-text-color);
  line-height: 1.8rem;
  font-weight: 600;
}

.form-control,
.intl-tel-input,
.form-select,
.table {
  font-family: var(--font-family-montserrat);
}

.intl-tel-input,
.form-select {
  width: 100%;
}

.form-control {
  padding: 1rem 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-select {
  padding: 1rem 1rem;
  color: #9e9e9e !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.form-control:focus,
.form-select:focus,
button:focus {
  box-shadow: none;
  border-color: none !important;
}

a {
  font-family: var(--font-family-montserrat);
  text-decoration: none !important;
  color: var(--light-black-text-color) !important;
}

.btn-main {
  background: var(--main-blue-color);
  color: #fff;
  font-size: 1rem;
  font-family: var(--font-family-montserrat);
  border: 2px solid var(--main-blue-color);
  border-radius: 5px !important;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  transition: 0.3s ease-in-out;
}

.btn-main:hover {
  color: #000;
  background: transparent !important;
  border: 2px solid var(--main-blue-color);
  transition: 0.3s ease-in-out;
}


.badge-count {
    position: absolute;
    top: -5px;
    right: 5px;
    background: red;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
}


/* Header top info */
.top-info {
  background: var(--main-blue-color);
  color: #f2eee8;
  font-size: 0.85rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.top-info .sdferweqwqqe {
  border-bottom: 1px solid #fff;
}
.top-info h6 {
  font-size: 0.8rem;
  font-weight: 400;
}
.top-info .vervdrewtret {
  justify-content: end;
}
.top-info .vervdrewtret a {
  color: #fff !important;
  padding-inline: 1rem;
  border-right: 1px solid #fff;
  font-size: 1rem;
}
.top-info .vervdrewtret a:last-child {
  padding-right: 0;
  border-right: 0;
}
.top-info .oimodjewrew {
  justify-content: end;
}
.top-info .oimodjewrew ul li {
  display: inline;
  border-right: 1px solid #fff;
}
.top-info .oimodjewrew ul li i {
  font-size: 2rem;
}
.top-info .oimodjewrew ul li:last-child {
  border-right: 0;
}
.top-info .oimodjewrew ul li .doiejrewrewr a {
  font-size: 1rem;
}
.top-info .asdcedwedede img {
  width: 45%;
}

.top-info a {
  color: #f2eee8;
  text-decoration: none;
  transition: color 0.3s;
}

.top-info a:hover {
  color: #daa520;
  text-decoration: underline;
}

/* Brand Logo and Top Nav */
.smaller-header .top-info .asdcedwedede {
  margin-top: -3rem;
}
.smaller-header .top-info .asdcedwedede img {
  width: 25%;
}
.smaller-header .top-info.pb-5 {
  padding-bottom: 0 !important;
}

header {
  background: var(--main-blue-color);
}
header nav.category-bar {
  background: var(--text-yellow-color);
}
header nav.category-bar .btn-main {
  border-color: #fff;
}
header nav.category-bar .btn-main:hover {
  background: var(--main-blue-color) !important;
  border-color: var(--main-blue-color);
  color: #fff !important;
}
header nav .category-nav a {
  font-weight: 500;
  display: flex;
  align-items: center;
}
header nav .category-nav a .badge {
  border-radius: 5px;
  font-size: 0.6rem;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: 400;
}
header nav .category-nav a .badge.bg-success {
  background: green;
}
header nav .category-nav a .badge.bg-danger {
  background: red;
}
header nav .asderqwwede {
  font-family: var(--font-family-montserrat);
  font-size: 0.8rem !important;
  cursor: pointer;
}
header nav .asderqwwede i {
  font-size: 1rem;
}
header nav .asderqwwede:hover {
  text-decoration: underline !important;
}

.brand-logo {
  font-weight: 900;
  font-size: 3.2rem;
  color: #f2eee8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}

.brand-logo span {
  position: absolute;
  bottom: 9px;
  left: 36px;
  font-size: 0.8rem;
  color: #b4924b;
  font-family: serif;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.brand-subtitle {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #f2eee8;
  font-weight: 300;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.brand-sub-subtitle {
  font-family: serif;
  color: #b4924b;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Header nav right icons */
.header-icons svg {
  fill: #f2eee8;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  margin-left: 1rem;
  transition: fill 0.3s;
}

/* Hero section */
.hero-section {
  background-color: #C5F1FE;
}
.hero-section .btn-main {
  border-radius: 50px !important;
}
.hero-section .btn-main span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--text-yellow-color);
}

.hero-section h1 {
  color: #1e488d;
}

.hero-section p{
    font-family: var(--font-family-montserrat);
    font-weight: 500;
}

.hero-section h1 .highlight {
  color: var(--text-yellow-color);
}

.btn-dark-yellow {
  background-color: #12294f;
  color: #fbbf24;
  border-radius: 30px;
  padding: 0.54rem 2rem;
  border: none;
  box-shadow: 2px 4px 8px rgba(18, 41, 79, 0.28);
  transition: background-color 0.3s ease;
  font-weight: 600;
}

/* Offers row */
.offers-row {
  background: #FEF9F5;
}

.offers-row .card {
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}
.offers-row .card img {
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}

.offers-row .card-text,
.offers-row .card-title {
  color: #fff;
}

/* Categories section */
.categories-section {
  background: #FEF9F5;
}

.categories-header {
  font-weight: 600;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.categories-header:before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 6px;
  border-radius: 50px;
  bottom: -1rem;
  background: linear-gradient(to right, var(--main-blue-color), var(--text-yellow-color));
}

form.search-box:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 55%;
  left: 28%;
  top: 50%;
  transform: translateY(-50%);
  background: var(--light-grey-border-color);
}
form.search-box .form-control {
  padding: 0.4rem 1rem !important;
  border: 2px solid var(--text-yellow-color);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
form.search-box .form-control::-moz-placeholder {
  text-transform: uppercase;
  font-family: var(--font-family-montserrat);
}
form.search-box .form-control::placeholder {
  text-transform: uppercase;
  font-family: var(--font-family-montserrat);
}
form.search-box .btn-main {
  background: var(--text-yellow-color);
  color: #12294f;
  font-weight: 600;
  border: none;
  transition: background-color 0.3s ease;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.category-item {
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.category-item div {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-family-montserrat);
  font-weight: 600;
  color: #214B79;
}
.category-item small {
  font-size: 1rem;
  font-family: var(--font-family-montserrat);
  font-weight: 500;
}

.category-item img {
  width: 10rem;
  height: 10rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--highlighted-black-text-color);
  transition: border-color 0.3s ease;
}

.category-item:hover img {
  border-color: #daa520;
  box-shadow: 0 4px 14px rgba(218, 165, 32, 0.7);
}

/* Best sellers section */
.best-sellers-section {
  background-color: #f1e7d9;
  padding: 3rem 1rem 3rem;
}
.best-sellers-section .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
}
.best-sellers-section .owl-nav button {
  width: 3rem;
  height: 3rem;
  background: #fff !important;
  overflow: hidden;
}
.best-sellers-section .owl-nav button:hover {
  background: var(--text-yellow-color) !important;
}
.best-sellers-section .owl-nav button span {
  font-size: 3rem;
  line-height: 0.7;
}

.best-sellers-header {
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.best-sellers-header::after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #12294f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.75rem;
  border-radius: 2px;
}

.best-sellers .card {
  border: none;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
  background: white;
  min-height: 460px;
}

.best-sellers .card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.3);
}

.dkkejkkrrr{
    width: 100%;
    text-align: center;
    margin: 0 auto;
    min-height: 100px;
    line-height: 100px;
    overflow: hidden;
    max-height: 100px;
}

.dkkejkkrrr img{
    max-width: 100%;
    max-height: 100px;
}

.best-sellers .card-img-top {
  -o-object-fit: content;
     object-fit: content;
  width: 100%;
  height: 256px;
  background-color: #fefefe;
}

.best-sellers .discount-badge {
  background-color: rgba(20, 185, 35, 0.8);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
  position: absolute;
  font-family: var(--font-family-montserrat);
  bottom: 1rem;
  right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.05em;
  z-index: 2;
}

.lakjsloer p {
  font-size: 1rem;
  line-height: 1.4;
}

.best-sellers .card-price {
  font-weight: 600;
  color: var(--text-yellow-color);
  font-size: 1.1rem;
}

.best-sellers .card-price .price-old {
  text-decoration: line-through;
  color: var(--light-black-text-color);
}

.best-sellers .btn-addtocart:hover {
  background-color: #0a1b33;
  color: #fbbf24;
}

.nihkjeruiwer{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.nihkjeruiwer:hover{
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

.nihkjeruiwer i{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.best-sellers .wish-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
  z-index: 2;
}

.best-sellers .wish-icon:hover {
  color: #daa520;
}

/* Deals of the Week */
.deals-section {
  padding: 1rem 1rem 1rem 0;
  background-color: #FEF9F5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.deals-section .deals-wrapper {
  border: 2px solid #ebb74f;
  border-radius: 3px;
}

.deals-header {
  font-weight: 700;
  font-size: 1.1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 0.5rem;
  color: #12294f;
  margin-bottom: 0.7rem;
  flex-wrap: wrap;
}
.deals-header h2::before {
  display: none;
}

.deals-header > span {
  background-color: #FAAD00;
  color: #12294f;
  font-weight: 600;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-size: 0.8rem;
}
.deals-header > span span {
  font-weight: 400;
}

.deals-wrapper .deal-card {
  color: #12294f;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.3s ease;
  border: 1px solid var(--light-grey-border-color);
  cursor: pointer;
  font-family: var(--font-family-montserrat);
  font-size: 0.85rem;
  font-weight: 500;
}
.deals-wrapper .deal-card:hover .prdct-title, .deals-wrapper .deal-card:hover .prdct-desc {
  color: var(--text-yellow-color);
}
.deals-wrapper .deal-card .deal-price {
  font-weight: 600;
  color: #1e488d;
}

.rating i {
  color: var(--text-yellow-color);
}

/* Brands section */
.brands-section {
  padding: 2em 1em 3em;
  text-align: center;
  background-color: #f1e7d9;
}

.brands-section h3 {
  font-weight: 700;
  margin-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1.3rem;
  color: #0a1b33;
  position: relative;
  display: inline-block;
  padding-bottom: 0.2rem;
}

.brands-section h3::after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background-color: #12294f;
  margin: 0.3rem auto 0;
  border-radius: 2px;
}

.brands-logos img {
  width: 100%;
  max-height: 100px;
  margin: 1rem 2rem;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.brands-logos img:hover {
  filter: drop-shadow(1px 1px 8px rgba(218, 165, 32, 0.7));
}

.site-offer-section {
  background: #E8F0FB;
}
.site-offer-section .asdcsdwerewr {
  justify-content: space-around;
}
.site-offer-section .dowejmrewrer_inner .oidjpwerewr h6,
.site-offer-section .dowejmrewrer_inner .oidjpwerewr p {
  font-family: var(--font-family-montserrat);
}
.site-offer-section .dowejmrewrer_inner .oidjpwerewr h6 {
  font-weight: 600;
  font-size: 0.8rem !important;
}
.site-offer-section .dowejmrewrer_inner .oidjpwerewr p {
  font-size: 0.7rem !important;
}

/* Newsletter */
.newsletter {
  background-color: var(--text-yellow-color);
}
.newsletter .sxcfewrwerqrer p {
  font-family: var(--font-family-montserrat);
  font-size: 0.9rem;
  font-weight: 500;
}

.newsletter button:hover {
  background-color: #0a1b33;
}

/*filter start*/
.product-wrapper .card {
  border: none;
  border-radius: 5px;
  position: relative;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.3s ease;
  background: white;
}
.product-wrapper .card:hover {
  transform: translateY(-5px);
  box-shadow: 2px 6px 15px rgba(0, 0, 0, 0.3);
}
.product-wrapper .card-img-top {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 256px;
  background-color: #fefefe;
}
.product-wrapper .discount-badge {
  background-color: rgba(20, 185, 35, 0.8);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.3rem 0.6rem;
  border-radius: 2px;
  position: absolute;
  font-family: var(--font-family-montserrat);
  bottom: 1rem;
  right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  letter-spacing: 0.05em;
  z-index: 2;
}
.product-wrapper .lakjsloer p {
  font-size: 1rem;
}
.product-wrapper .card-price {
  font-weight: 600;
  color: var(--text-yellow-color);
  font-size: 1.1rem;
}
.product-wrapper .card-price .price-old {
  text-decoration: line-through;
  color: var(--light-black-text-color);
}
.product-wrapper .btn-addtocart:hover {
  background-color: #0a1b33;
  color: #fbbf24;
  transition: 0.3s ease-in-out;
}
.product-wrapper .wish-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.8rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: color 0.3s ease;
  z-index: 2;
}
.product-wrapper .wish-icon:hover {
  color: #daa520;
}
.product-wrapper .sdffrertwerr.col-lg-12 .card .lakjsloer {
  text-align: left !important;
  padding-inline: 2rem;
}
.product-wrapper .sdffrertwerr.col-lg-12 .card .card-img-top {
  height: 215px;
}
.product-wrapper .sdffrertwerr.col-lg-12 .card .card-price.justify-content-center {
  justify-content: start !important;
}

.doiwejrewr_left {
  background: rgba(232, 240, 251, 0.5);
  border-radius: 5px;
}
.doiwejrewr_left .dfsvfrtedewrwe {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer {
  max-height: 25rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer .dercertewrerr {
  flex-direction: column;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7 {
  padding: 0.5rem !important;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7:hover,
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7 input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7 input:focus {
  outline: none;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7 input:checked {
  box-shadow: inset 0 0 0 6px #214B79;
}
.doiwejrewr_left .dhiewjuirwer .dowejjrwerwer label.radio-wrapper-7 span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer {
  /* Styles for the price input container */
  /* Remove Arrows/Spinners */
  /* Styles for the range thumb in WebKit browsers */
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .custom-wrapper {
  margin: 0;
  width: 100%;
  position: relative;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-input-container {
  width: 100%;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-input .price-field {
  margin-bottom: 22px;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-field span {
  margin-right: 10px;
  margin-top: 6px;
  font-size: 17px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-field input {
  height: 35px;
  font-size: 15px;
  font-family: var(--font-family-montserrat);
  border-radius: 9px;
  text-align: center;
  border: 0px;
  background: #fff;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer input::-webkit-outer-spin-button,
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .slider {
  width: 100%;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .slider {
  height: 6px;
  position: relative;
  background: #e4e4e4;
  border-radius: 5px;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .slider .price-slider {
  position: absolute;
  height: 100%;
  background: var(--text-yellow-color);
  border-radius: 5px;
  left: 0;
  right: 0;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .range-input {
  position: relative;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  background: none;
  top: -5px;
  pointer-events: none;
  cursor: pointer;
  -webkit-appearance: none;
}
.doiwejrewr_left .dhiewjuirwer .doiwejorewrwer input[type=range]::-webkit-slider-thumb {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 70%;
  background: var(--main-blue-color);
  pointer-events: auto;
  -webkit-appearance: none;
}
@media screen and (max-width: 768px) {
  .doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .custom-wrapper {
    width: 100%;
    left: 0;
    padding: 0 10px;
  }
  .doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .projtitle {
    width: 100%;
    position: relative;
    right: 26px;
  }
  .doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-input {
    flex-direction: column;
    align-items: center;
  }
  .doiwejrewr_left .dhiewjuirwer .doiwejorewrwer .price-field {
    margin-bottom: 10px;
  }
}
.doiwejrewr_left .dhiewjuirwer h5 {
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.doiwejrewr_left .dhiewjuirwer label {
  font-weight: 500;
  color: var(--lighter-black-text-color);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.doiwejrewr_left .dhiewjuirwer label span {
  font-size: 1.1rem;
}

.doiwejrewr_right .dokewjrhjwewer .dopewjrwerkwer .view-type {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  border: 1px solid var(--light-grey-border-color);
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.doiwejrewr_right .dokewjrhjwewer .dopewjrwerkwer .view-type.active {
  background: var(--text-yellow-color);
  box-shadow: 0 4px 14px rgba(218, 165, 32, 0.7);
  transition: 0.3s ease-in-out;
}
.doiwejrewr_right .dokewjrhjwewer .dopewjrwerkwer .view-type:hover {
  background: var(--text-yellow-color);
  box-shadow: 0 4px 14px rgba(218, 165, 32, 0.7);
  transition: 0.3s ease-in-out;
}
.doiwejrewr_right .dokewjrhjwewer .dopewjrwerkwer .view-type i {
  font-size: 1.8rem;
}
.doiwejrewr_right .dokewjrhjwewer .form-select,
.doiwejrewr_right .dokewjrhjwewer option {
  font-family: var(--font-family-montserrat);
  color: var(--lighter-black-text-color) !important;
  font-weight: 600;
  cursor: pointer;
}

/*filter end*/
/*product details start*/
.doiwjerewrewr .text-right.mt-5 {
  margin-top: 0.5rem !important;
  margin-bottom: 3rem !important;
}
.doiwjerewrewr .breadcrumb-banner {
  background-color: #6c757d;
  color: white;
  padding: 2rem 1rem;
  text-align: center;
}
.doiwjerewrewr .breadcrumb-banner h2 {
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 0.25rem;
}
.doiwjerewrewr .breadcrumb-banner small {
  opacity: 0.8;
}
.doiwjerewrewr .product-main-img {
  max-width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f9f9f9;
  border-radius: 0.5rem;
  border: 1px solid #eee;
  padding: 1rem;
}
.doiwjerewrewr .thumb-img {
  cursor: pointer;
  max-width: 100px;
  border-radius: 10px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.doiwjerewrewr .thumb-img:hover,
.doiwjerewrewr .thumb-img.active-thumb {
  border-color: var(--text-yellow-color);
}
.doiwjerewrewr .breadcrumb ul li {
  display: inline;
  font-size: 1rem;
  color: var(--highlighted-black-text-color);
  font-weight: 500;
}
.doiwjerewrewr .breadcrumb ul li.brdcrmb-next i {
  color: var(--text-yellow-color);
}
.doiwjerewrewr .rating i {
  color: var(--text-yellow-color);
}
.doiwjerewrewr .rating small {
  font-size: 0.7rem;
  color: var(--text-yellow-color);
}
.doiwjerewrewr .price {
  color: #1e488d;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 0.75rem;
}
.doiwjerewrewr .color-circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  border: 1.5px solid transparent;
}
.doiwjerewrewr .color-circle.red {
  background-color: #c53030;
}
.doiwjerewrewr .color-circle.white {
  background-color: #f3f4f6;
  border: 1px solid #ddd;
}
.doiwjerewrewr .color-circle.gray {
  background-color: #d1d5db;
}
.doiwjerewrewr .color-circle.selected {
  border: 2px solid #000;
}
.doiwjerewrewr .aosijdowerwer .edewrjweorewr:hover {
  text-decoration: underline !important;
}
.doiwjerewrewr .aosijdowerwer i {
  color: var(--main-blue-color);
}
.doiwjerewrewr .info-icon {
  font-size: 1rem;
}
.doiwjerewrewr .info-text {
  display: inline-block;
  color: var(--lighter-black-text-color);
}
.doiwjerewrewr .nav-tabs .nav-link {
  color: #fff;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
  background-color: var(--main-blue-color) !important;
  font-family: var(--font-family-montserrat);
}
.doiwjerewrewr .nav-tabs .nav-link.active {
  background: var(--text-yellow-color) !important;
}
.doiwjerewrewr .tab-pane {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.doiwjerewrewr .tab-pane p {
  font-family: var(--font-family-montserrat);
}
.doiwjerewrewr .tab-pane.active {
  display: block;
  opacity: 1;
}
.doiwjerewrewr .best-sellers .card {
  border: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-radius: 0.5rem;
}
.doiwjerewrewr .best-sellers .card:hover {
  transform: translateY(-4px);
}
.doiwjerewrewr .best-sellers .card-img-top {
  border-radius: 0.5rem 0.5rem 0 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
  background: #f9f9f9;
}
.doiwjerewrewr .best-sellers .card-body {
  text-align: center;
  font-size: 0.85rem;
  padding: 0.9rem 1rem;
}
.doiwjerewrewr .best-sellers .price {
  font-size: 1.2rem;
  margin: 0.4rem 0;
  font-weight: 700;
  color: #b91c1c;
}
.doiwjerewrewr .best-sellers .rating i {
  font-size: 14px;
}
.doiwjerewrewr .best-sellers .btn-black {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  width: 100%;
}
.doiwjerewrewr .eeveret .asderwerwer i {
  font-size: 1.4rem;
}
.doiwjerewrewr .eeveret .asderwerwer span {
  font-weight: 500;
}
.doiwjerewrewr .eeveret .sdfverewwerr {
  background: var(--text-yellow-color) !important;
  border-color: var(--text-yellow-color) !important;
  color: #000 !important;
}
.doiwjerewrewr .eeveret .btn-main {
  background: var(--main-blue-color);
  color: #fff;
  font-size: 1rem;
  font-family: var(--font-family-montserrat);
  border: 2px solid var(--main-blue-color);
  border-radius: 5px !important;
  font-weight: 600;
  padding: 0.5rem 1.2rem;
  transition: 0.3s ease-in-out;
}
.doiwjerewrewr .eeveret .btn-main:hover {
  color: var(--main-blue-color);
}

/*product details end*/
/*contact us start*/
/*contact us end*/

.injuinbnunwer_icon{
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
    background: var(--text-yellow-color);
    color: #fff;
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
    padding-top: 1.5rem;
}

/*add to cart start*/
.dfsfreweewr .deowijrwerer {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.dfsfreweewr .deowijrwerer .dewjoprewrewr .adwuhewjrewr {
  display: inline-flex !important;
  justify-content: end;
  transition: 0.3s ease-in-out;
}
.dfsfreweewr .deowijrwerer .dewjoprewrewr .adwuhewjrewr i {
  font-size: 1.2rem;
  color: red;
  transition: 0.3s ease-in-out;
}
.dfsfreweewr .deowijrwerer .dewjoprewrewr .adwuhewjrewr span {
  font-weight: 500;
  text-decoration: underline;
  color: var(--highlighted-black-text-color);
}
.dfsfreweewr .doijeroekwrewr {
  border-radius: 10px;
  text-align: center;
}
.dfsfreweewr .form-select {
  font-weight: 500;
  color: var(--light-black-text-color) !important;
  cursor: pointer;
}
.dfsfreweewr .dfghttwdedsdsf .cdsfgewfrt {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.dfsfreweewr .dfghttwdedsdsf h6 {
  font-size: 0.8rem;
}
.dfsfreweewr .dfghttwdedsdsf h6 i {
  width: 1.4rem;
  height: 1.4rem;
  text-align: center;
  font-style: italic;
  background: var(--text-yellow-color);
  line-height: 1.7;
  border-radius: 50%;
}
.dfsfreweewr .featured-collection .card {
  transition: box-shadow 0.3s ease-in-out;
}
.dfsfreweewr .featured-collection .card:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.dfsfreweewr .sold-out-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: black;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 0.25rem;
  letter-spacing: 0.05em;
  z-index: 5;
}
.dfsfreweewr .dfghttwdedsdsf.sticky-top {
  top: 3%;
}

/*add to cart end*/
/*checkout start*/
.odjkdiheuwr {
  /* Discount input & button aligned */
  /* Small product image container */
  /* Price styling */
  /* Shipping method note style */
  /* Payment header note */
  /* Card icon in credit card tab */
  /* Lock icon for card number */
  /* Cart count badge */
  /* Cart icon in header */
}
.odjkdiheuwr th {
  font-size: 0.8rem !important;
}
.odjkdiheuwr td {
  font-size: 0.9rem;
  align-content: center;
  text-align: center;
  font-weight: 600;
}
.odjkdiheuwr td img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.2rem;
}
.odjkdiheuwr .kdnkfnjihjnlwer {
  max-width: 230px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  font-weight: 500;
  font-size: 0.9rem;
}
.odjkdiheuwr .form-control-icon {
  position: relative;
}
.odjkdiheuwr .form-control-icon input {
  padding-right: 3rem;
}
.odjkdiheuwr .form-control-icon .icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: #6c757d;
  cursor: pointer;
}
.odjkdiheuwr .discount-form {
  display: flex;
  gap: 0.5rem;
}
.odjkdiheuwr .discount-form input {
  flex-grow: 1;
}
.odjkdiheuwr .product-image {
  width: 50px;
  height: 50px;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.odjkdiheuwr .product-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.odjkdiheuwr .old-price {
  color: #6c757d;
  text-decoration: line-through;
  font-size: 0.85rem;
}
.odjkdiheuwr .discount-info {
  font-size: 0.85rem;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.odjkdiheuwr .discount-info svg {
  stroke: #6c757d;
  stroke-width: 1.5;
}
.odjkdiheuwr .shipping-method-info {
  background-color: #f8f9fa;
  border-radius: 0.375rem;
  padding: 0.75rem 1rem;
  color: #6c757d;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.odjkdiheuwr .payment-note {
  font-size: 0.85rem;
  color: #6c757d;
  margin-bottom: 0.75rem;
}
.odjkdiheuwr .card-tab-icon {
  background-color: #f6a700;
  color: #fff;
  border-radius: 0.25rem;
  padding: 0.1rem 0.45rem;
  font-weight: 700;
  font-size: 0.9rem;
  margin-left: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.odjkdiheuwr .lock-icon {
  color: #6c757d;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.odjkdiheuwr .cart-count {
  font-size: 0.75rem;
  line-height: 1;
  vertical-align: baseline;
  padding: 0.15em 0.4em;
  border-radius: 0.75rem;
  background-color: #6c757d;
  color: #fff;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.odjkdiheuwr .cart-header-icon {
  font-size: 1.6rem;
  color: #0d6efd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.odjkdiheuwr .dfggerrtt {
  color: var(--main-blue-color);
  font-weight: 600;
}
.odjkdiheuwr .kjaskbaawewe {
  border-top: 1px solid var(--light-grey-border-color);
  border-bottom: 1px solid var(--light-grey-border-color);
}

.djwniewnrwernkewjrer .form-label {
  font-size: 0.9rem;
  color: var(--lighter-black-text-color);
}

.doenwrnewr h5 {
  font-weight: 600;
}

.dkewjknkewnjwer label {
  font-size: medium;
}

.dkewjknkewnjwer input:checked ~ .doenwrnewr.d-none {
  display: block !important;
}

.dsfewrwerwec label.radio-wrapper-7 {
  padding: 6px;
  border-radius: 50px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.dsfewrwerwec label.radio-wrapper-7:hover,
.dsfewrwerwec label.radio-wrapper-7:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.dsfewrwerwec label.radio-wrapper-7 input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.dsfewrwerwec label.radio-wrapper-7 input:focus {
  outline: none;
}
.dsfewrwerwec label.radio-wrapper-7 input:checked {
  box-shadow: inset 0 0 0 6px var(--text-yellow-color);
}
.dsfewrwerwec label.radio-wrapper-7 span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
  font-size: 0.9rem;
}

.diheibjewuihir {
  border-bottom: 1px solid var(--light-grey-border-color);
}
.diheibjewuihir h6 {
  color: var(--lighter-black-text-color);
}

.dihwhiewrwer.sticky-top {
  top: 5%;
}

.sdfweeqrrrqwe {
  border: 1px solid var(--lighter-black-text-color);
}

.dfsfreweewr .doijeroekwrewr img{
    width: 50%;
}

.daeqqewqewee {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/*checkout end*/
/*user dashboard start*/
.sidebar-sticky {
  border-right: 1px solid var(--light-grey-border-color);
}
.sidebar-sticky.sticky-top {
  top: 3%;
}
.sidebar-sticky li {
  display: block;
  width: 100%;
}
.sidebar-sticky li a {
  display: block;
  width: 100%;
  font-size: 1rem;
}
.sidebar-sticky .profile-header {
  background-color: #b81840;
  color: var(--light-black-text-color);
  padding: 20px;
}

.idneknirjewrwer h4 {
  font-size: 1rem;
}

.diewjrmiweurewr {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.diewjrmiweurewr img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*user dashboard end*/
/* Footer */
.footer {
  background-color: var(--main-blue-color);
  color: #d7d7d7;
  font-size: 0.85rem;
  padding: 2rem 1rem 1.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer h6 {
  font-family: var(--font-family-montserrat);
}
.footer h6.cfdsrewrrett {
  margin-bottom: 1.4rem;
}
.footer p {
  font-family: var(--font-family-montserrat);
  color: #fff;
  font-size: 0.9rem;
}

.dojeowerqwe .doiwejrewrewr h6 {
  font-size: 0.7rem;
}
.dojeowerqwe .doiwejrewrewr p {
  font-weight: 600;
  line-height: 1;
}

.dowejrwerwerwer {
  border-bottom: 1px solid #fff;
}

.list-unstyled li {
  list-style: none;
  margin-bottom: 0.2rem !important;
}
.list-unstyled li a {
  color: #fff !important;
  font-size: 0.9rem;
}

.footer a {
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #daa520;
  text-decoration: underline;
}

.footer h6 {
  font-weight: 600;
  font-size: 1.05rem;
  margin-bottom: 0.75rem;
}

.footer-bottom {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
}
.footer-bottom a i {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background: #fff;
  margin-right: 0.5rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.25;
}
.footer-bottom .dsaerqwwe {
  font-weight: 400;
}
.footer-bottom img {
  width: 3rem;
}
.footer-bottom .asdcwrewqeqwe {
  justify-content: right;
}

/* Footer icons set */
.footer-icons svg,
.footer-social svg {
  fill: #d7d7d7;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 1rem;
  cursor: pointer;
  transition: fill 0.3s ease;
}

.footer-icons svg:hover,
.footer-social svg:hover {
  fill: #daa520;
}/*# sourceMappingURL=style.css.map */


/*//////new checkout Design start */

.dfdghftrefrf{
    flex-wrap: wrap;
}


 .alkjdlojlkkerr > p{
        font-family: var(--font-family-montserrat);
        font-weight: 500;
    }
    
    .alkjdlojlkkerr p:last-child{
        font-size: 1rem;
        color: var(--lighter-black-text-color);
        text-decoration: underline;
        cursor: pointer;
    }
    
    .alkjdlojlkkerr p:last-child i{
        color: var(--main-blue-color);
    }
    
    
    
    .dinwejknheejrrr .radio-wrapper-25 label {
	 display: flex;
	 align-items: flex-start;
	 text-align: left;
	 min-width: 140px;
	 justify-content: space-between;
	 border: 1px solid #b7b7b7;
	 padding: 0.75rem;
	 border-radius: 5px;
}
 .dinwejknheejrrr .radio-wrapper-25 label div {
	 color: #000;
	 font-size: 0.875rem;
	 line-height: 1.25rem;
}
 .dinwejknheejrrr .radio-wrapper-25 label .title {
	 font-weight: 500;
}
 .dinwejknheejrrr .radio-wrapper-25 label .desc {
	 color: #000;
}
 .dinwejknheejrrr .radio-wrapper-25 input {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
	 padding: 0;
	 -webkit-print-color-adjust: exact;
	 print-color-adjust: exact;
	 display: inline-block;
	 vertical-align: middle;
	 background-origin: border-box;
	 -webkit-user-select: none;
	 -moz-user-select: none;
	 user-select: none;
	 color: #000;
	 border: 1px solid #000;
	 box-shadow: 0 1px 2px 0 #000 0d;
	 border-radius: 9999px;
	 width: 1rem;
	 height: 1rem;
	 margin: 2px 0 0;
}
 .dinwejknheejrrr .radio-wrapper-25 input:checked {
	 border-color: #000 0;
	 background-color: var(--main-blue-color);
	 background-size: 100% 100%;
	 background-position: 50%;
	 background-repeat: no-repeat;
	 background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9IiNmZmYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOCIgY3k9IjgiIHI9IjMiLz48L3N2Zz4=);
}
 .dinwejknheejrrr .radio-wrapper-25 input:focus {
	 box-shadow: 0 0 0 3px #000, 0 1px 2px 0 #000 0d;
}
 .dinwejknheejrrr .radio-wrapper-25 input:disabled {
	 color: #000;
}

.address-modal{
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 99999;
    border-radius: 10px;
}

.address-modal-backdrop{
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 9999;
}

.address-modal form{
    height: 36rem;
    overflow-y: auto;
}

.idkewiewjer i{
    cursor: pointer;
    font-size: 1.1rem;
}

.idkewiewjer i:first-child{
    color: var(--main-blue-color);
}

.idkewiewjer i:last-child{
    color: red;
}
 

/*//////new checkout Design start */




/*//////new Blogs Design start */
/*//////new Blogs Design start */
/*//////new Blogs Design start */
   
.nbghdfbgfd.sticky-top{
    top: 20%;
}

.nbghdfbgfdg2 {
  text-align: center;
}
.nbghdfbgfdg2 h2 {
  padding-top: 6rem;
  margin-bottom: 0 !important;
  color: block;
}

.fdgf2 p {
  font-size: 17px;
  color: #ffffff;
}
.fdgf2 i {
  color: hsl(0, 0%, 100%);
}

.snfbhdfgdfg {
  width: 100%;
  padding: 40px 0;
}

.hfgfg {
  width: 100%;
  height: 125px;
  overflow: hidden;
}
.hfgfg img {
  width: 100% !important;
  height: auto !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.bfghfdgd {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
}

.bfghfdgd p{
    margin-bottom: 0 !important;
    font-size: 0.9rem;
    color: #81868A;
}

.bfghfdgd p:last-child{
    text-transform: capitalize;
}

.bfghfdgd p:first-child{
    margin-right: 1.2rem;
}

.bfghfdgd i {
  color: #0E59F2;
}

.fhgvfdg{
    padding: 0 1.2rem;
}

.dfjbgdfgdf{
    padding: 1.4rem 1.2rem;
}

.fhgvfdg h4 {
  color: #012237;
  font-size: 21px;
  height: 5rem;
  overflow: hidden;
}

.dfjbgdfgdf button {
  border: none;
  background-color: transparent !important;
  font-size: 17px;
  font-weight: 600;
  color: #012237;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: var(--font-family-lato);
}
.dfjbgdfgdf button i {
  padding-left: 10px;
  color: #012237;
}

.bfghdfgdfgf {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  border-radius: 8px;
  padding-bottom: 5px;
  margin: 10px 10px 30px 10px;
}

.bdfghdfgfd {
  margin-bottom: 20px;
}

.fgjh h4 {
  color: #012237;
  font-weight: 700;
}

.dbfdf {
  width: 100%;
  height: 60px;
}
.dbfdf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.hdfgfg h6 {
  font-size: 0.9rem;
  color: #012237;
  font-weight: 600;
}

.fbvfghgjvdfgdfbhfh {
  margin-top: 25px;
}

.dfnjghbyufhbgdfgdf {
  margin-top: 100px;
}
.dfnjghbyufhbgdfgdf h4 {
  color: #012237;
}

.dhdfh {
  width: 100%;
  height: 1px;
  background-color: #9c9c9c;
  margin: 5px 0;
}

.bgnhfdgdfg {
  margin-top: 20px;
}
.bgnhfdgdfg p {
  margin-bottom: 0;
  color: #012237;
  font-size: 15px;
}

.newdesign-blog-image > img{
    width: 100%;
}

.newdesign-blog-date{
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
}

.newdesign-blog-time{
    font-size: 0.8rem;
    margin-bottom: 1rem;
    font-family: var(--font-family-montserrat);
}

.newdesign-blog-date i{
    color: var(--secondary-green-color);
}

.newdesign-blog-button{
    font-weight: 500 !important;
    text-decoration: underline !important;
    color: var(--main-blue-color) !important;
}

/*//////new Blogs Design end */
/*//////new Blogs Design end */
/*//////new Blogs Design end */









/*new about us page start*/
/*new about us page start*/
/*new about us page start*/

.job-portal-about-us-middle-section-1{
    width: 100%;
    padding-top: var(--main-section-gap);    
}
.job-portal-about-us-middle-section-1 h2{
    font-weight: 800;
    font-size: var(--section-main-heading-title-size);    
}
.job-portal-about-us-middle-section-1 p{
    color: var(--light-grey-small-text-color);
    padding-top: 10px;
}


.job-portal-about-us-middle-section-2-inner{
    padding-bottom: var(--main-section-gap);
}
.j-p-a-u-m-s-2-left img{
    width: 100%;
    border-radius: 5px;
}
.j-p-a-u-m-s-2-right h2{
    font-weight: 600;
    font-size: 40px;
}
.j-p-a-u-m-s-2-right p{
    padding-top: 10px;
    line-height: 30px;
    color: var(--light-grey-small-text-color);
}
.j-p-a-u-m-s-2-right button{
    padding: 10px 40px;
    margin-top: 10px;
    font-size: 18px;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    background-color: var(--blue-button-background);
    color: #fff;
    letter-spacing: 1px;
}
.j-p-a-u-m-s-2-right button:hover{
    background-color: var(--yellow-button-background);
    color: var(--yellow-button-text-color);
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
}


.job-portal-about-us-middle-section-3{
    width: 100%;    
    padding-top: var(--main-section-gap);
    background: linear-gradient(180deg, #F5F7FC 36.2%, rgba(245, 247, 252, 0) 100%);
    text-align: center;
}
.job-portal-about-us-middle-section-3-inner h2{
    font-weight: 800;
    font-size: var(--section-main-heading-title-size);
}
.job-portal-about-us-middle-section-3-inner p{
    padding-top: 10px;
    color: var(--light-grey-small-text-color);
}
.about-us-slider{
    padding-top: 20px;
}
.a-s-inner{
    text-align: center;
    padding: 0 10rem;
}
.a-s-box{
    width: 115px;
    height: 115px;
    margin: auto;
    border-radius: 50%;
    border: 2px dotted var(--border-light-grey-color);
    background-color: #fff;
}
.a-s-box-inner{
    width: 100px;
    height: 100px;    
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    top: 6px;
    position: relative;
}
.a-s-box img{
    width: 100% !important;    
}
.a-s-inner h6{
    padding-top: 20px;
    color: var(--blue-button-background);
    font-size: 18px;
    font-weight: 600;
}
.a-s-inner p{
    color: var(--small-text-light-grey-color);
    font-style: italic;
    padding-top: 15px;
    letter-spacing: 0.5px;
}
.a-s-inner h5{
    font-weight: 600;
    letter-spacing: 1px;
}
.about-us-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background: var(--blue-button-background) !important;
}


.job-portal-about-us-middle-section-4{
    width: 100%;
    padding-top: var(--main-section-gap);
    text-align: center;
}
.j-p-a-u-m-s-4-b-content{
    position: relative;
    top: 25%;
    color: #fff;
}
.j-p-a-u-m-s-4-b-content h2{
    font-weight: 600;
    letter-spacing: 1px;    
    padding-bottom: 10px;
}
.j-p-a-u-m-s-4-b-content p{
    letter-spacing: 1px;
}
.j-p-a-u-m-s-4-b-content button{
    padding: 10px 30px;
    border-radius: 10px;
    background-color: var(--yellow-button-background);
    color: var(--yellow-button-text-color);
    font-size: 18px;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}
.j-p-a-u-m-s-4-b-content button:hover{
    transform: translateY(-5px);
    transition: 0.3s ease-in-out;
    background-color: #fff;
}



/*new about us page end*/
/*new about us page end*/
/*new about us page end*/



/*new Conatct us page startt*/
/*new Conatct us page startt*/
/*new Conatct us page startt*/

    
.injuinbnunwer_icon{
    width: 3rem;
    height: 3rem;
    border-radius: 3px;
    background: var(--text-yellow-color);
    color: #fff;
    text-align: center;
    line-height: 2.5;
    font-size: 1.2rem;
    flex: 0 0 auto;
}

.doiwiehrkwher a{
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    border: 1px solid var(--main-blue-color);
    background: #fff;
    margin-right: 1rem;
    text-align: center;
    transition: 0.2s ease-in-out;
}

.doiwiehrkwher a i{
    line-height: 1.5;
    transition: 0.2s ease-in-out;
}

.doiwiehrkwher a:hover{
    background: var(--main-blue-color);
    color: #fff;
    border-radius: 50%;
    transition: 0.2s ease-in-out;
}

.doiwiehrkwher a:hover i{
    color: #fff;
    transition: 0.2s ease-in-out;
}

/*new Conatct us page end*/
/*new Conatct us page end*/
/*new Conatct us page end*/



/*order history start*/

.order-history {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 20px;
}
.order-history h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.table thead {
  background: #f1f3f5;
}
.table thead th {
  font-weight: 600;
  color: #495057;
}
.status {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
}
.status.pending {
  background: #fff3cd;
  color: #856404;
}
.status.completed {
  background: #d4edda;
  color: #155724;
}
.status.cancelled {
  background: #f8d7da;
  color: #721c24;
}

.status {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.status.pending {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

.status.processing {
    background: #d1ecf1;
    color: #0c5460;
    border: 1px solid #bee5eb;
}

.status.shipped {
    background: #cce5ff;
    color: #004085;
    border: 1px solid #b8daff;
}

.status.completed {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status.cancelled {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.status.unknown {
    background: #e2e3e5;
    color: #383d41;
    border: 1px solid #d6d8db;
}


/*order history end*/


/*change password start*/

    .password-card h4 {
      font-weight: 600;
      margin-bottom: 10px;
      text-align: center;
    }
    .password-card p {
      color: #6c757d;
      font-size: 0.95rem;
      margin-bottom: 25px;
      text-align: center;
    }

/*change password end*/



/*track order start*/

.order-status-title {
  font-weight: 700;
  color: #2c2c6c;
  font-size: 1.5rem;
}
.order-number {
  font-weight: 600;
  margin-bottom: 5px;
  font-family: var(--font-family-montserrat);
}
.updated-time {
  color: var(--light-grey-small-text-color);
  font-size: 0.875rem;
  margin-bottom: 30px;
}



.pt45{padding-top:45px;}
.order-tracking{
	text-align: center;
	width: 33.33%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: var(--text-yellow-color);
	margin: 0 auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 20px;
	font-family: var(--font-family-montserrat);
}
.order-tracking p span{
    font-size: 14px;
    font-family: var(--font-family-sorts-mill-goudy);
}
.order-tracking.completed p{
    color: #000;
}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 40px);
	background-color: var(--text-yellow-color);
	top: 13px;
	position: absolute;
	left: calc(-50% + 20px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}





/* Link styling */
.log-in-link {
  color: #e91e63;
  text-decoration: none;
  font-weight: 600;
}
.log-in-link:hover,
.log-in-link:focus {
  text-decoration: underline;
  color: #b9154a;
}
/* Order item */
.order-item {
  margin-bottom: 15px;
  font-weight: 500;
}
.delivery-status {
  font-weight: 700;
  margin-bottom: 3px;
}
.tracking-number {
  font-size: 0.85rem;
  color: #a5a5a5;
  font-style: italic;
}
/* Past history */
.past-history-title {
  font-weight: 700;
  color: #2c2c6c;
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
.history-item {
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.history-date {
  color: #8a8a8a;
  margin-right: 8px;
  font-family: monospace;
  font-size: 0.85rem;
}
.bold-text {
  font-weight: 700;
}
/* Right box */
.right-box {
  border: 1px solid #e4e4e4;
  padding: 15px 20px;
  font-size: 0.9rem;
  max-width: 290px;
  line-height: 1.5;
  color: #222;
  margin-left: 40px;
}

.odkioowepow label{
    font-size: 1rem;
}

/*track order end*/













