body.home-body .pattern-group .p-g-mod .p-g-mod-header {
  border: none;
  height: auto;
}
body.home-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 30px;
  font-weight: 500;
}

.card-product .card-product-inner .price-group .discount {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: 1px solid var(--accent);
  color: var(--accent);
  padding: 0;
  margin: 0;
  width: 35px;
  height: 25px;
  font-size: 12px;
  font-weight: 500;
}
.card-product .card-product-inner .price-group .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
}
.card-product .card-product-inner .price-group .prices .list-price,
.card-product .card-product-inner .price-group .prices .sale-price {
  font-size: 16px;
  font-weight: 400;
}
.card-product .card-product-inner .price-group .prices .list-price {
  color: #b80000;
}

.info-container {
  padding: 20px;
}

.info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info-item-icon {
  margin-bottom: 10px;
}
.info-item-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #4B5563;
  text-align: center;
}
.info-item-description {
  font-size: 14px;
  color: #4B5563;
  margin-bottom: 0;
}

.seo-content-container {
  border-top: 1px solid var(--border-grey);
  padding: 30px 0;
  background: #f5f5f5 !important;
  color: #8D8D8D;
}

.custom-active {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1001;
  max-width: 300px;
  background: #fff;
  border-right: 1px solid var(--border-grey);
  overflow-y: auto;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.custom-active::-webkit-scrollbar {
  display: none;
}
.custom-active::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  position: fixed;
  right: 0;
  top: 0;
}
.custom-active .p-g-b-c-wrapper {
  background: white;
}
.custom-active .p-g-b-c-wrapper .p-g-b-c-inner {
  padding: 20px;
}
.custom-active .p-g-b-c-wrapper .p-g-b-c-inner .filter-buttons {
  margin-top: 1rem;
}

.filtrele {
  background: #000;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.product-buttons .product-favourite {
  border: 2px solid var(--accent);
  border-radius: 4px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-buttons .product-favourite a {
  font-size: 18px;
  color: var(--accent);
}

.product-info {
  position: sticky;
  top: 0;
}

.drop-menu {
  position: absolute;
  top: 98px;
  z-index: 1001;
  background: white;
  border: 1px solid var(--border-grey);
  width: 100%;
  display: none;
}

.search-collapse {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-collapse .easy-autocomplete {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-collapse form {
  width: 100%;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: rgba(0, 0, 0, 0.6);
}
.search-collapse form .input-box {
  width: 100%;
}
.search-collapse form input {
  width: 100%;
  border: none;
  background: Transparent;
  border-radius: 0;
  color: white;
  font-size: 14px;
}
.search-collapse form input::-webkit-input-placeholder {
  color: white;
}
.search-collapse form input::-moz-placeholder {
  color: white;
}
.search-collapse form input:-ms-input-placeholder {
  color: white;
}
.search-collapse form input::-ms-input-placeholder {
  color: white;
}
.search-collapse form input::placeholder {
  color: white;
}
.search-collapse form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: transparent;
  color: white;
}
.search-collapse form button {
  color: white;
}

.easy-autocomplete-container {
  max-width: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 100%;
}

.close-button {
  position: absolute;
  top: 8%;
  right: 2%;
  color: var(--grey1);
  font-size: 34px;
  cursor: pointer;
  z-index: 1001;
  background: transparent;
  border: none;
}

.marquee {
  width: 100%;
  overflow: hidden;
  background: #262b2b;
  color: #fff;
  padding: 0.5rem 0;
}

.search-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.search-button:hover i {
  font-weight: 600;
}
.search-button i {
  font-size: 15px;
  color: #3A3E46;
}
.search-button span {
  color: #3A3E46;
  font-size: 12px;
}

body.categories-body .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #3A3E46;
  margin-bottom: 20px;
  margin-top: 7px;
}

.breadcrumb-wrapper .breadcrumb a {
  color: #666;
  font-size: 11px;
}

.product-breadcrumb .p-g-mod {
  margin-bottom: 0;
}
.product-breadcrumb .p-g-mod .p-g-mod-body {
  padding: 0;
}

.product-favourite a i {
  margin-right: 0 !important;
}

.eapps-instagram-feed-posts-slider-inner {
  margin: auto !important;
}

.emoyra-login {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.emoyra-login .login-form {
  min-width: 400px;
}
.emoyra-login .login-form .emoyra-input label {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  text-align: left;
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 5px;
}
.emoyra-login .login-form .emoyra-input input {
  padding-left: 5px !important;
  color: black !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border: 1px solid black;
  border-radius: 5px;
  height: 50px;
}
.emoyra-login .login-form .btn-success {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  height: 50px;
  line-height: 38px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  background: black;
  border: 1px solid black;
  color: white;
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 5%;
}
.emoyra-login .emoyra-register {
  color: #000;
}

.emoyra-register {
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.emoyra-register .emoyra-input {
  margin-bottom: 1rem;
}
.emoyra-register .emoyra-input label {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  text-align: left;
  color: black;
  font-size: 0.875rem;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.emoyra-register .emoyra-input input {
  padding-left: 5px !important;
  color: black !important;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  border: 1px solid black;
  border-radius: 5px;
  height: 50px;
}
.emoyra-register .btn-success {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  height: 50px;
  line-height: 38px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  font-weight: 500;
  color: #fff;
  background: black;
  border: 1px solid black;
  color: white;
  width: 100%;
  margin-top: 5px;
  border-radius: 5px;
  text-transform: capitalize;
  margin-top: 5%;
}