@charset "UTF-8";
/**
 * Theme Name:       القديم
 * Description:      Introducing RevoWOO, the ultimate Woocommerce theme designed to transform your ecommerce website into a high-conversion powerhouse. Built with clean code and always focus on speed optimization, RevoWOO ensures your site is lighter, faster, and better than any other theme on the market. RevoWOO is designed to be user-friendly, effortlessly navigable, even for those who are new to website creation. Elevate your online store’s performance with RevoWOO, where excellence meets simplicity.
 * Theme URI:        https://revoapps.net
 * Author:           Revo Apps
 * Author URI:       https://revoapps.net
 * Version:          3.1.11
 * Build:            1
 * Tested up to:     6.7
 * Requires PHP:     8.0.0
 * Text Domain:      revo-woocommerce-theme
 * Tags:             wordpress, e-commerce, wordpress theme
 *
 * ======
 * Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme.
 * ======
 *
*/
/* === GENERAL === */
body {
  font-size: 14px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

#app {
  position: relative;
}

#primary {
  overflow-x: hidden;
}

.w-70 {
  width: 70%;
}

.w-85 {
  width: 85%;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-medium {
  font-weight: 500 !important;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-small {
  font-size: 0.7em;
}

.fs-medium {
  font-size: 1.1em;
}

.lh-12 {
  line-height: 12px !important;
}

.lh-14 {
  line-height: 14px;
}

.lh-16 {
  line-height: 16px;
}

.lh-20 {
  line-height: 20px;
}

.lh-24 {
  line-height: 24px;
}

.lh-40 {
  line-height: 40px;
}

.pt-xxsmall {
  padding-top: var(--padding-xxsmall);
}

.p-xsmall {
  padding: var(--padding-xsmall);
}

.pt-xsmall {
  padding-top: var(--padding-xsmall);
}

.py-xsmall {
  padding-top: var(--padding-xsmall);
  padding-bottom: var(--padding-xsmall);
}

.px-xsmall {
  padding-left: var(--padding-xsmall);
  padding-right: var(--padding-xsmall);
}

.p-small {
  padding: var(--padding-small);
}

.pt-small {
  padding-top: var(--padding-small);
}

.pb-small {
  padding-bottom: var(--padding-small);
}

.px-small {
  padding-left: var(--padding-small);
  padding-right: var(--padding-small);
}

.py-small {
  padding-top: var(--padding-small);
  padding-bottom: var(--padding-small);
}

.p-base {
  padding: var(--padding-base);
}

.py-base {
  padding-top: var(--padding-base);
  padding-bottom: var(--padding-base);
}

.px-base {
  padding-left: var(--padding-base) !important;
  padding-right: var(--padding-base) !important;
}

.pt-base {
  padding-top: var(--padding-base);
}

.pb-base {
  padding-bottom: var(--padding-base);
}

.ps-base {
  padding-left: var(--padding-base);
}

.p-large {
  padding: var(--padding-large) !important;
}

.py-large {
  padding-top: var(--padding-large);
  padding-bottom: var(--padding-large);
}

.px-large {
  padding-left: var(--padding-large) !important;
  padding-right: var(--padding-large) !important;
}

.pt-large {
  padding-top: var(--padding-large) !important;
}

.pb-large {
  padding-bottom: var(--padding-large) !important;
}

.py-xlarge {
  padding-top: var(--padding-xlarge);
  padding-bottom: var(--padding-xlarge);
}

.py-xxlarge {
  padding-top: var(--padding-xxlarge);
  padding-bottom: var(--padding-xxlarge);
}

.px-xxlarge {
  padding-left: var(--padding-xxlarge);
  padding-right: var(--padding-xxlarge);
}

.mt-xsmall {
  margin-top: var(--gap-xsmall);
}

.mb-xsmall {
  margin-bottom: var(--gap-xsmall);
}

.mt-small {
  margin-top: var(--gap-small);
}

.mb-small {
  margin-bottom: var(--gap-small);
}

.me-small {
  margin-right: var(--gap-small);
}

.my-small {
  margin-top: var(--gap-small);
  margin-bottom: var(--gap-small);
}

.my-base {
  margin-top: var(--gap-base);
  margin-bottom: var(--gap-base);
}

.mt-base {
  margin-top: var(--gap-base) !important;
}

.mb-base {
  margin-bottom: var(--gap-base) !important;
}

.mt-large {
  margin-top: var(--gap-large);
}

.mb-large {
  margin-bottom: var(--gap-large);
}

.mt-section {
  margin-top: var(--gap-base) !important;
}

.mb-section {
  margin-bottom: var(--gap-small) !important;
}

.gap-xxsmall {
  gap: var(--gap-xxsmall);
}

.gap-xsmall {
  gap: var(--gap-xsmall);
}

.gap-small {
  gap: var(--gap-small);
}

.gap-base {
  gap: var(--gap-base);
}

.gap-large {
  gap: var(--gap-large) !important;
}

.gap-xlarge {
  gap: var(--gap-xlarge);
}

.gap-xxlarge {
  gap: var(--gap-xxlarge);
}

.text-default {
  color: var(--text-default) !important;
}

.text-danger {
  color: #C01F25 !important;
}

.text-accent {
  color: var(--text-accent) !important;
}

.text-strong {
  color: var(--text-strong) !important;
}

.text-weak {
  color: var(--text-weak) !important;
}

.text-inverted-weak {
  color: var(--text-inverted-weak) !important;
}

.text-field-blue {
  color: var(--text-field-blue) !important;
}

.text-disabled {
  color: var(--text-disabled) !important;
}

.text-header-color {
  color: var(--rwt-text-header-color) !important;
}

.text-header-color-weak {
  color: var(--rwt-text-header-color-weak) !important;
}

.text-main-color {
  color: var(--rwt-main-color) !important;
}

.text-brand-default {
  color: var(--text-brand-default) !important;
}

.text-ellipsis-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.rounded-small {
  border-radius: var(--cornersmall);
}

.rounded-base {
  border-radius: var(--cornerbase);
}

.rounded-round {
  border-radius: var(--cornerround);
}

.bg-gradient {
  background: var(--rwt-bg-gradient);
}

.bg-medium {
  background-color: var(--bg-medium) !important;
}

.btn-primary {
  background: var(--rwt-bg-color);
  color: var(--rwt-text-color) !important;
  border: none;
  transition: 0.25s;
  /*border-color: rgb(var(--bs-primary-rgb));*/
  /*border-radius: var(--cornerbase);*/
}

.btn-primary:hover {
  background-color: rgb(var(--bs-primary-rgb));
  filter: brightness(85%);
  border-color: rgb(var(--bs-primary-rgb));
}

.btn-primary:active {
  background-color: rgb(var(--bs-primary-rgb)) !important;
  filter: brightness(75%);
  border-color: rgb(var(--bs-primary-rgb)) !important;
}

.btn-primary:disabled {
  background-color: rgb(var(--bs-primary-rgb)) !important;
}

.btn-primary:focus-visible {
  background-color: rgb(var(--bs-primary-rgb)) !important;
  border-color: rgb(var(--bs-primary-rgb)) !important;
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

.btn-go-back {
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--size-component-base);
  border-radius: var(--cornerbase);
  font-size: 16px;
  line-height: 16px;
}

.btn-auth.btn-register {
  background: var(--rwt-bg-color);
  border: 1px solid var(--rwt-bg-color);
  color: var(--rwt-text-color);
}

.revo-builder-wrapper .btn {
  box-shadow: none;
  width: 100%;
  border-radius: inherit;
}

.border-weak {
  border-color: var(--border-weak);
}

.alert-primary {
  background-color: rgba(var(--bs-primary-rgb), 0.07) !important;
  border-color: var(--rwt-main-color);
}

.fill-primary {
  fill: var(--rwt-main-color) !important;
}

.badge-strong {
  background-color: var(--bg-strong);
}

.pointer:hover {
  cursor: pointer;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.object-cover {
  object-fit: cover;
}

.form-control {
  font-size: 14px;
}

.form-control:focus,
.form-check-input:focus {
  border-color: var(--rwt-main-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
}

hr {
  border-color: var(--border-weak);
}

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

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

.brand-logo {
  width: 100%;
  height: auto;
}

.badge-discount {
  border-radius: 4px;
}

.modal-backdrop {
  opacity: 0.5 !important;
}

.splide__arrow {
  background-color: rgba(255, 255, 255, 0.7);
}
.splide__arrow:hover {
  background-color: #E1E3E6;
}
.splide__arrow svg {
  fill: #616161 !important;
  width: 1em;
  height: 1em;
}

.hide-scrollable {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hide-scrollable::-webkit-scrollbar {
  display: none;
}

.scrollbar-overflow::-webkit-scrollbar {
  background-color: #f9f9f9;
  width: 16px;
}
.scrollbar-overflow::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}
.scrollbar-overflow::-webkit-scrollbar-track:hover {
  background-color: #f9f9f9;
}
.scrollbar-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  border: 5px solid #f9f9f9;
}
.scrollbar-overflow::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
}
.scrollbar-overflow:hover::-webkit-scrollbar-thumb {
  background-color: #a0a0a5;
}
.scrollbar-overflow::-webkit-scrollbar-button {
  display: none;
}

@keyframes like {
  0% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.1);
  }
}
.wishlist-icon .icon.active {
  animation: like 0.5s 1;
  color: rgb(220, 53, 69) !important;
  fill: red;
  stroke: none;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.marquee:hover p.marquee-text {
  animation-play-state: paused;
}
.marquee p.marquee-text {
  display: inline-block;
  padding-left: 100%;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-bottom: 0;
}

/* === HEADER === */
body.rtl .rwt-site-header .searchbar-container .btn-search {
  left: 8px;
  right: unset !important;
}

.rwt-site-header a {
  text-decoration: none;
  text-wrap: nowrap;
}
.rwt-site-header .site-branding {
  max-width: 200px;
}
.rwt-site-header .right-header-section {
  min-width: 20%;
}
.rwt-site-header .right-header-section .icon-container {
  gap: 12px;
}
.rwt-site-header .right-header-section .icon-container span {
  font-size: 1.5rem;
}
.rwt-site-header .right-header-section .img-icon {
  width: 22px;
  height: 22px;
}
.rwt-site-header .searchbar-container input {
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #e4f0e7;
  border-radius: 50px;
  background-color: #FFFFFF;
  color: #000000;
}
.rwt-site-header .searchbar-container input:focus {
  outline: none;
  box-shadow: none;
}
.rwt-site-header .searchbar-container .btn-search {
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.rwt-site-header .searchbar-container .btn-search svg path {
  fill: var(--rwt-text-color);
}
.rwt-site-header .livesearch-result-container {
  z-index: 9999;
  left: 0;
  right: 0;
  transition: all 0.3s ease;
}
.rwt-site-header .btn-auth {
  text-decoration: none;
  padding: 6px 25px;
}
.rwt-site-header .rwt-browse-categories-content {
  z-index: 9999;
}
.rwt-site-header .menu-group .menu-group-item-accordion {
  z-index: 9999;
}
.rwt-site-header .accordion .accordion-item a {
  color: var(--text-weak) !important;
}
.rwt-site-header .text-greeting {
  font-size: 18px !important;
}

.rwt-site-sub-header {
  padding: 0.7rem 0;
}
.rwt-site-sub-header a {
  text-decoration: none;
  text-wrap: nowrap;
}

/* === FOOTER === */
.site-footer {
  background-color: var(--brand-weak);
}
.site-footer .icon {
  font-size: 1.4rem;
  color: rgb(45, 45, 45) !important;
}
.site-footer .footer-item h1, .site-footer .footer-item h2, .site-footer .footer-item h3, .site-footer .footer-item h4, .site-footer .footer-item h5, .site-footer .footer-item h6 {
  font-size: 16px;
  font-weight: 600;
}
.site-footer .footer-item ul {
  padding-left: 0;
  list-style: none;
}
.site-footer .footer-item ul li {
  padding: 3px 0;
}
.site-footer .footer-item ul li a {
  text-decoration: none;
  color: #616161;
}
.site-footer .footer-item .footer-link {
  transition: 0.2s;
  font-size: 16px;
  color: var(--text-weak);
  text-decoration: none;
}
.site-footer .footer-item .footer-link:hover {
  color: var(--rwt-main-color);
}
.site-footer .footer-item .footer-image:hover {
  opacity: 0.8;
}

/* === TOPBAR - BOTTOM BAR === */
.topbar {
  font-size: 12px;
  padding: 0.5rem 0;
}
.topbar ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0 !important;
}
.topbar a {
  color: #616161;
  text-decoration: none;
  transition: 0.3s;
}
.topbar a:hover {
  color: #252525;
}

.bottom-bar {
  font-size: 12px;
  padding: 0.5rem 0;
}
.bottom-bar ul {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
  list-style: none;
  padding-left: 0 !important;
}
.bottom-bar a {
  color: #616161;
  text-decoration: none;
  transition: 0.3s;
}
.bottom-bar a:hover {
  color: #252525;
}

/* === SIDEBAR & WIDGET === */
#sidebar {
  width: 27em;
  margin-top: 20px;
  height: 100%;
  padding: 20px 10px 20px 0;
  border-radius: 7px;
}

#sidebar-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: transparent;
  overflow-y: scroll;
}
#sidebar-mobile .sidebar-mobile-container {
  width: 65%;
  min-height: 100vh;
  box-shadow: rgba(100, 100, 111, 0.1) 0 5px 30px 0;
}

.widget-area-sidebar aside {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(62, 62, 62, 0.0666666667);
}
.widget-area-sidebar aside:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.widget-area-sidebar input[type=checkbox] {
  border-radius: 0 !important;
  transition: 0.2s;
}
.widget-area-sidebar .wp-block-heading {
  font-size: 1.1em;
  padding-bottom: 12px;
}
.widget-area-sidebar .widget-title {
  font-size: 1.1em;
  padding-bottom: 12px;
}

.widget-title {
  font-size: 1.1em;
  padding-bottom: 12px;
}

.widget_product_categories_list .arrow-widget-product-category svg {
  transition: 0.2s;
}
.widget_product_categories_list .arrow-widget-product-category:not(.collapsed) svg {
  transform: rotate(180deg);
}

/* === PAGE === */
body.home:not(.blog) .content-area .site-main {
  padding-bottom: 0;
}
body.home:not(.rwt-page-template) .content-area .site-main section {
  position: relative;
  padding-top: var(--padding-xlarge);
  padding-bottom: var(--padding-xlarge);
}
body.home .content-area .site-main {
  padding-top: 0;
}

.content-area {
  position: relative;
}
.content-area .site-main {
  padding-top: var(--padding-large);
  padding-bottom: var(--padding-large);
  /* === SECTION - SLIDER BANNER === */
  /* === SECTION - MINI BANNER === */
  /* === SECTION - PRODUCT CATEGORIES === */
  /* === SECTION - COLUMN CATEGORIES === */
  /* === SECTION - FLASH SALE === */
  /* === SECTION - BLOG LIST === */
  /* === SECTION - MOBILE APP DOWNLOAD === */
  /* === SECTION - BEST DEALS === */
}
.content-area .site-main .products-container {
  padding-bottom: 8px;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
  height: auto;
  -ms-overflow-style: none;
}
.content-area .site-main .products-container::-webkit-scrollbar {
  display: none;
}
.content-area .site-main .categories-container {
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
  height: auto;
  -ms-overflow-style: none;
}
.content-area .site-main .categories-container::-webkit-scrollbar {
  display: none;
}
.content-area .site-main section .section-title {
  font-size: 20px;
  font-weight: 700 !important;
  color: var(--text-default);
}
.content-area .site-main section .section-description {
  font-size: 16px;
}
.content-area .site-main section .slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  opacity: 1;
  transition: 0.3s;
  background-color: rgba(245, 245, 245, 0.8);
  width: 32px;
  height: 32px;
}
.content-area .site-main section .slider-container:hover {
  background-color: #E1E3E6;
  cursor: pointer;
}
.content-area .site-main section:hover .slider-container {
  opacity: 1;
}
.content-area .site-main section.banner .splide__slide {
  max-height: 500px;
  border-radius: 1rem;
}
.content-area .site-main section.banner .splide__slide img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.content-area .site-main section.banner .splide__pagination {
  left: 0;
  bottom: 15px;
  justify-content: start;
}
.content-area .site-main section.mini-banner .mini-banner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-base);
}
.content-area .site-main section.mini-banner .mini-banner-container.column-3 {
  grid-template-columns: repeat(3, 1fr);
}
.content-area .site-main section.mini-banner a {
  display: block;
  height: 280px;
}
.content-area .site-main section.mini-banner img {
  width: 100%;
  height: 100%;
  border-radius: var(--cornerring);
}
.content-area .site-main section.categories .categories-container {
  display: flex;
  gap: var(--gap-xlarge);
}
.content-area .site-main section.categories .category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-base);
  padding: 0 14px;
  text-align: center;
}
.content-area .site-main section.categories .category-item:first-child {
  padding-left: 0;
}
.content-area .site-main section.categories .category-item:last-child {
  padding-right: 0;
}
.content-area .site-main section.categories .category-item .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background-color: #F5F5F7;
  border-radius: var(--cornerround);
}
.content-area .site-main section.categories .category-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--cornerround);
}
.content-area .site-main section.column-categories .category-item {
  position: relative;
  width: 100%;
  height: 350px;
}
.content-area .site-main section.column-categories .category-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4784313725);
  transition: 0.3s;
  border-radius: var(--cornerbase);
}
.content-area .site-main section.column-categories .category-item:hover::before {
  background: rgba(0, 0, 0, 0.3);
}
.content-area .site-main section.column-categories .category-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.content-area .site-main section.column-categories .category-item .category-name {
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  text-transform: capitalize;
}
.content-area .site-main section.flash-sale .flash-sale-slider .splide__arrow {
  transition: 0.2s;
  opacity: 0;
}
.content-area .site-main section.flash-sale .flash-sale-slider .splide__arrow:disabled {
  opacity: 0 !important;
}
.content-area .site-main section.flash-sale .flash-sale-header {
  margin-bottom: var(--gap-small);
}
.content-area .site-main section.flash-sale .flash-sale-container {
  padding: var(--padding-large) 0;
}
.content-area .site-main section.flash-sale .flash-sale-accent {
  top: 50%;
  transform: translateY(-50%);
  max-height: 340px;
  height: 100%;
  width: 240px;
  border-radius: 12px;
  transition: 0.7s;
}
.content-area .site-main section.flash-sale .flash-sale-accent img {
  border-radius: 12px;
}
.content-area .site-main section.flash-sale .card-flash-sale {
  min-width: 150px;
  max-width: 200px;
  min-height: 314px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1215686275);
  border-radius: var(--cornerbase);
}
.content-area .site-main section.flash-sale .card-flash-sale img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: var(--cornerbase) var(--cornerbase) 0 0;
}
.content-area .site-main section.flash-sale .card-flash-sale .card-body {
  padding: var(--padding-small) var(--padding-base);
  gap: var(--gap-xsmall);
}
.content-area .site-main section.flash-sale .card-flash-sale .badge-discount {
  font-size: 12px;
  padding: var(--padding-xxsmall) var(--padding-small);
  border-radius: var(--cornersmall);
}
.content-area .site-main section.flash-sale .card-flash-sale .product-name {
  font-size: 16px;
  font-weight: 700;
}
.content-area .site-main section.flash-sale .card-flash-sale .price {
  font-size: 20px;
  font-weight: 700;
}
.content-area .site-main section.flash-sale .card-flash-sale .qty-bar-text {
  font-size: 12px;
}
.content-area .site-main section.flash-sale:hover .flash-sale-slider .splide__arrow {
  opacity: 1;
}
.content-area .site-main section.blog-list .blog-list-heading {
  gap: var(--gap-xxsmall);
  margin-bottom: var(--gap-large);
}
.content-area .site-main section.blog-list .blog-list-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap-base);
}
.content-area .site-main section.blog-list .blog-item {
  display: flex;
  flex-direction: column;
  gap: var(--gap-base);
}
.content-area .site-main section.blog-list .blog-item img {
  width: 100%;
  max-height: 250px;
  min-height: 250px;
  object-fit: cover;
}
.content-area .site-main section.blog-list .blog-item .blog-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: var(--gap-small);
}
.content-area .site-main section.blog-list .blog-item .blog-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.content-area .site-main section.blog-list .blog-item .blog-reading {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.content-area .site-main section.mobile-app-download {
  margin-bottom: 0;
}
.content-area .site-main section.mobile-app-download .mad-container {
  padding-top: var(--padding-base);
  gap: var(--gap-large);
}
.content-area .site-main section.mobile-app-download .mad-main-image {
  min-width: 500px;
  max-width: 600px;
}
.content-area .site-main section.mobile-app-download .mad-center {
  display: flex;
  flex-direction: column;
  gap: var(--gap-large);
}
.content-area .site-main section.mobile-app-download .mad-center .section-title {
  margin-bottom: 10px;
}
.content-area .site-main section.best-deals .best-deals-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 20px;
}

/* === PAGE - POST === */
body.blog .rwt-loop-post-thumbnail {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--cornerbase);
}
body.blog .rwt-loop-post-content {
  display: flex;
  flex-direction: column;
  gap: var(--gap-small);
}
body.blog .rwt-loop-post-content .post-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
body.blog .rwt-loop-post-content .post-meta {
  font-weight: 400;
  color: var(--text-weak);
}
body.blog .rwt-loop-post-content .post-meta .post-meta-author {
  font-weight: 700;
}
body.blog .rwt-loop-post-content .post-description {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-weak);
}
body.blog .rwt-loop-post-content .post-read-more {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  color: var(--rwt-main-color);
}
body.blog .post-hero {
  height: 400px;
  background-image: url("assets/images/blog-hero.webp");
  background-position: 35% 55%;
  background-repeat: no-repeat;
}
body.blog .blog-nav ul.pagination {
  display: flex;
  justify-content: end;
  margin: var(--gap-large) 0 0;
}
body.blog .blog-nav ul.pagination li .current {
  background: var(--rwt-bg-color) !important;
  color: var(--rwt-text-color) !important;
}
body.blog .blog-nav ul.pagination li * {
  padding: 8px 12px !important;
  border-radius: var(--cornerbase);
}
body.blog .blog-nav ul.pagination li a {
  text-decoration: none;
  color: var(--text-weak) !important;
}
body.blog .blog-nav ul.pagination li .prev {
  display: none;
}
body.blog .blog-nav ul.pagination li .next {
  display: none;
}

body.single-post .rwt-post-header {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xsmall);
}
body.single-post .rwt-post-header .post-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--text-default);
}
body.single-post .rwt-post-header .post-meta {
  margin-bottom: var(--gap-xsmall);
}
body.single-post .rwt-post-header .post-meta .post-meta-author {
  font-weight: 700;
  color: var(--rwt-main-color);
}
body.single-post .rwt-post-header .post-thumbnail {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--cornerbase);
}
body.single-post .rwt-post-content {
  margin-top: var(--gap-base);
}
body.single-post .rwt-post-content .entry-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-weak);
}
body.single-post .rwt-post-content .entry-content img {
  width: 100%;
  height: auto;
  border-radius: var(--cornerbase);
}

article.type-post h3#comments {
  margin-bottom: var(--gap-xxsmall);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: var(--gap-xsmall);
  padding-bottom: var(--gap-xsmall);
}
article.type-post .comment-reply-title {
  margin-bottom: var(--gap-xxsmall);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
article.type-post .commentlist {
  list-style: none;
  padding-left: 0;
}
article.type-post .commentlist .comment-meta a {
  text-decoration: none;
}
article.type-post .commentlist .comment-meta time {
  color: var(--text-weak);
}
article.type-post .commentlist .comment-meta .comment-author img {
  border-radius: var(--cornerround);
  margin-right: 4px;
  width: 35px;
  height: 35px;
}
article.type-post .commentlist .comment-meta .comment-metadata {
  margin-top: var(--gap-small);
}
article.type-post .comment-form {
  display: flex;
  flex-direction: column;
  gap: var(--gap-base);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
article.type-post .comment-form p {
  margin-bottom: 0;
}
article.type-post .comment-form label {
  display: inline-block;
  width: 100%;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-default);
}
article.type-post .comment-form .required {
  font-weight: 400;
  color: #D31510;
}
article.type-post .comment-form .logged-in-as {
  margin-bottom: var(--gap-small);
}
article.type-post .comment-form textarea {
  width: 50%;
  padding: 10px;
  border-radius: var(--cornerbase);
  border: 1px solid var(--border-weak);
  outline: none;
  box-shadow: none;
}
article.type-post .comment-form input[type=text] {
  width: 50%;
  padding: 10px;
  border-radius: var(--cornerbase);
  border: 1px solid var(--border-weak);
  outline: none;
  box-shadow: none;
}
article.type-post .comment-form input[type=email] {
  width: 50%;
  padding: 10px;
  border-radius: var(--cornerbase);
  border: 1px solid var(--border-weak);
  outline: none;
  box-shadow: none;
}
article.type-post .comment-form input[type=url] {
  width: 50%;
  padding: 10px;
  border-radius: var(--cornerbase);
  border: 1px solid var(--border-weak);
  outline: none;
  box-shadow: none;
}
article.type-post .comment-form .form-submit input.submit {
  min-height: var(--size-component-small);
  padding: 0 var(--padding-small);
  border: none;
  border-radius: var(--cornersmall);
}
article.type-post .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: start;
  gap: var(--gap-xsmall);
}
article.type-post .comment-form .comment-form-cookies-consent input {
  margin-top: 2px;
}

/* === PAGE - WISHLIST === */
.content-area .wishlist-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.content-area .wishlist-container .product .card-product-body,
.content-area .wishlist-container .product .card-product-footer {
  padding-left: 8px;
  padding-right: 8px;
}
.content-area .wishlist-container .product .card-product-body > a,
.content-area .wishlist-container .product .card-product-footer > a {
  width: 100%;
}
.content-area .wishlist-container .product .wishlist-action .wishlist-add-to-cart button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
  border: none !important;
  height: auto !important;
}
.content-area .wishlist-container .product .wishlist-action .wishlist-add-to-cart svg path {
  stroke: #ED1D1D;
}
.content-area .wishlist-container .product .wishlist-action .wishlist-add-to-cart:hover svg path {
  stroke: #FFFFFF;
}

/* === PAGE - NOTIFICATION === */
.list-notification-item {
  border-radius: var(--cornerbase);
}
.list-notification-item.unread {
  background-color: #f8f8f0;
}
.list-notification-item img {
  border-radius: 4px;
}
.list-notification-item .badge {
  border-radius: var(--cornerround);
  background-color: #007A4D !important;
}

/* === PAGE - SINGLE PRODUCT === */
body.single-product .btn-lightbox {
  border-radius: 30px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 45px;
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
  background-color: rgba(255, 255, 255, 0.7);
}
body.single-product .btn-lightbox:hover {
  max-width: 300px;
}
body.single-product .btn-lightbox .icon {
  padding: 0 12px;
  display: flex;
  align-items: center;
}
body.single-product .btn-lightbox .text {
  white-space: nowrap;
  padding-right: 10px;
}
body.single-product .rwt-share-modal .modal-body {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xlarge);
  padding: var(--padding-large);
}
body.single-product .rwt-share-modal .modal-body .rwt-share-modal-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
body.single-product .rwt-share-modal .modal-body .alert {
  padding: var(--padding-small) var(--padding-base);
}
body.single-product .rwt-share-modal .modal-body .rwt-share-modal-product-thumbnail {
  max-width: 80px;
  height: 80px;
  width: 100%;
}
body.single-product .rwt-share-modal .modal-body .rwt-share-modal-product-title {
  font-size: 20px;
  line-height: 24px;
}
body.single-product .rwt-share-modal .modal-body .rwt-share-modal-product-link {
  font-size: 16px;
  line-height: 24px;
}
body.single-product .rwt-product-tools a {
  text-decoration: none;
  color: var(--rwt-black-color);
}
body.single-product .rwt-delivery-return-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-base);
}
body.single-product .rwt-delivery-return-wrapper .rwt-delivery-container {
  display: flex;
  flex-direction: column;
  gap: var(--gap-small);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body.single-product .rwt-delivery-return-wrapper .rwt-return-container {
  display: flex;
  flex-direction: column;
  gap: var(--gap-small);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
body.single-product .rwt-delivery-return-wrapper .rwt-delivery-return-title {
  font-weight: 700;
  color: var(--text-default);
}
body.single-product .rwt-delivery-return-wrapper .rwt-delivery-return-content {
  color: var(--text-weak);
}
body.single-product .rwt-delivery-return-wrapper .rwt-delivery-badge {
  display: flex;
  align-items: center;
  gap: var(--gap-xsmall);
  min-height: 22px;
  padding: var(--padding-xsmall) var(--padding-small);
  border-radius: var(--cornerround);
}
body.single-product .rwt-delivery-return-wrapper .rwt-delivery-badge svg {
  width: 20px;
  height: 20px;
}
body.single-product.rtl .rwt-product-tools .prev,
body.single-product.rtl .rwt-product-tools .next {
  transform: rotate(180deg);
}

/* === CART HEADER === */
.rwt-cart-header .offcanvas-header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid rgb(225, 227, 230);
}
.rwt-cart-header .offcanvas-header .offcanvas-title {
  position: relative;
  left: -15px;
}
.rwt-cart-header .offcanvas-header .btn-close {
  position: relative;
  right: -11px;
}
.rwt-cart-header .offcanvas-body {
  padding-top: 0;
}
.rwt-cart-header .rwt-floating-cart {
  position: absolute;
  top: 24px;
  left: -140px;
  z-index: 999;
  display: none;
  width: 305px;
}
.rwt-cart-header .rwt-floating-cart:hover {
  display: block;
}
.rwt-cart-header .rwt-floating-cart-body {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
  height: 100%;
}
.rwt-cart-header .rwt-floating-cart-body::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 47%;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}
.rwt-cart-header .rwt-floating-cart-contents {
  max-height: 220px;
  overflow-y: auto;
}
.rwt-cart-header .cart-item {
  position: relative;
  margin-bottom: var(--gap-small);
  border-radius: var(--cornersmall);
}
.rwt-cart-header .cart-item:last-child {
  margin-bottom: 0;
}
.rwt-cart-header .cart-item a[role=button] {
  display: flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: var(--cornersmall);
  background: var(--rwt-bg-color);
  font-weight: 400;
  text-align: center;
}
.rwt-cart-header .cart-item img {
  max-height: 60px;
}
.rwt-cart-header .btn-shop-now-floating-cart {
  border-radius: 8px;
  border: 1px solid rgb(var(--bs-primary-rgb));
  background-color: rgba(0, 53, 113, 0) !important;
  color: rgb(var(--bs-primary-rgb)) !important;
  font-weight: 500;
}
.rwt-cart-header .btn-shop-now-floating-cart:hover {
  border-color: rgb(var(--bs-primary-rgb)) !important;
}
.rwt-cart-header .btn-view-cart {
  border-color: rgb(var(--bs-primary-rgb)) !important;
}

/* === REVO WIDGET === */
.widget_filter_price .price-range-slider {
  height: 3px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background-color: #e7e7e7;
}
.widget_filter_price .price-range-slider .noUi-handle {
  height: 15px;
  width: 0;
  top: -6px;
  right: -3px;
  cursor: ew-resize;
  border-radius: 0;
}
.widget_filter_price .price-range-slider .noUi-handle:after {
  background: none;
}
.widget_filter_price .price-range-slider .noUi-handle:before {
  background: none;
}
.widget_filter_price button {
  background-color: #e7e7e7;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* === COUPON COMPONENT === */
.coupon {
  background-color: rgba(250, 250, 250, 0.8235294118);
  border: 1px solid rgba(var(--bs-primary-rgb), 0.05);
  width: 100%;
  border-radius: var(--cornerbase);
}
.coupon:hover {
  cursor: pointer;
}
.coupon::before {
  content: "";
  height: 20px;
  width: 18px;
  position: absolute;
  background-color: #fff;
  border-radius: 50px;
  border-right: 1px solid rgba(var(--bs-primary-rgb), 0.05);
  top: 50%;
  transform: translateY(-30%);
  left: -10px;
}
.coupon .coupon-badge {
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 0 15px 15px 0;
  display: flex;
  align-items: center;
  padding: 2px 8px;
}

/* === FLASH SALE COMPONENT === */
#countdown,
.flash-sale-countdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: var(--gap-xsmall);
  min-height: 36px;
  padding: var(--padding-xsmall) var(--padding-base) var(--padding-xsmall) 32px;
  background: var(--rwt-main-color);
  border-radius: var(--cornerround);
}
#countdown .countdown-item,
.flash-sale-countdown .countdown-item {
  font-size: 16px;
  font-weight: 400;
  color: var(--rwt-text-color);
}
#countdown .countdown-item:not(:last-child)::after,
.flash-sale-countdown .countdown-item:not(:last-child)::after {
  content: ":";
  padding-left: 4px;
}
#countdown:before,
.flash-sale-countdown:before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE5Ljg3NSA4LjQ3MzgzSDE0LjcxMTdMMTkuMzU0NiAyLjYwNzQyQzE5LjQ1MDcgMi40ODMyIDE5LjM2NCAyLjMwMjczIDE5LjIwNyAyLjMwMjczSDEwLjIxODdDMTAuMTUzMSAyLjMwMjczIDEwLjA4OTggMi4zMzc4OSAxMC4wNTcgMi4zOTY0OEwzLjk4NDMzIDEyLjg4NDhDMy45MTE2NyAxMy4wMDkgNC4wMDA3MyAxMy4xNjYgNC4xNDYwNSAxMy4xNjZIOC4yMzM1NUw2LjEzODIzIDIxLjU0NzNDNi4wOTM3IDIxLjczMDEgNi4zMTQwMiAyMS44NTkgNi40NDk5NSAyMS43Mjc3TDIwLjAwMzkgOC43OTQ5MkMyMC4xMjU3IDguNjgwMDggMjAuMDQzNyA4LjQ3MzgzIDE5Ljg3NSA4LjQ3MzgzWiIKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZmlsbD0id2hpdGUiLz4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3N2Zz4=");
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  left: 6px;
}

/* === PWA FLOATING COMPONENT === */
.pwa-floating-container {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.pwa-floating-container .pwa-floating-card {
  width: 350px;
  border-radius: var(--cornerbase);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  padding: var(--padding-base);
}
.pwa-floating-container .pwa-floating-card img {
  width: 32px;
  height: 32px;
  border-radius: var(--cornerround);
}

/* === SOCMED LIVE === */
.socmed-live-container {
  position: fixed;
  bottom: 20px;
  z-index: 1000;
}
.socmed-live-container .socmed-live-group .socmed-live-item {
  width: 120px;
  height: 120px;
}
.socmed-live-container .socmed-live-group .socmed-live-item img {
  width: 100%;
  height: 100%;
}

/* === LARGE VIEW - Media Query === */
@media all and (max-width: 992px) {
  #sidebar {
    width: 100%;
    padding: 0;
  }
  .site-header .site-branding {
    max-width: 150px;
  }
  .site-header .right-header-section {
    min-width: 0;
  }
  .content-area .site-main section .slider-container {
    display: none !important;
  }
  .content-area .site-main section.banner .splide__slide {
    max-height: 300px;
  }
  .woocommerce .row-auth-container {
    grid-template-columns: repeat(1, 1fr);
    gap: var(--gap-base);
  }
  .woocommerce .row-auth-container label {
    /*font-size: 12px;*/
    font-weight: 400;
    /*line-height: 14px;*/
  }
  .woocommerce .row-auth-container .woocommerce-form-login__submit,
  .woocommerce .row-auth-container .woocommerce-form-register__submit {
    width: 100%;
  }
  .brand-logo {
    height: 40px !important;
  }
  /* === PAGE - POST === */
  body.blog .rwt-loop-post-thumbnail {
    height: 160px;
    border-radius: var(--cornersmall);
  }
  body.blog .rwt-loop-post-content .post-description {
    line-height: 20px;
  }
  body.blog .blog-nav ul.pagination {
    margin-top: var(--gap-base);
  }
  body.single-post .rwt-post-header .post-thumbnail {
    height: 160px;
    border-radius: var(--cornersmall);
  }
  article.type-post .comment-form {
    gap: var(--gap-small);
  }
  article.type-post .comment-form .logged-in-as {
    font-weight: 400;
  }
  article.type-post .comment-form .comment-notes {
    font-weight: 400;
  }
  article.type-post .comment-form .comment-form-cookies-consent label {
    font-weight: 400;
  }
  article.type-post .comment-form textarea {
    width: 100%;
  }
  article.type-post .comment-form input[type=text] {
    width: 100%;
  }
  article.type-post .comment-form input[type=email] {
    width: 100%;
  }
  article.type-post .comment-form input[type=url] {
    width: 100%;
  }
  article.type-post .comment-form .form-submit {
    margin-top: var(--gap-small);
  }
}
@media all and (min-width: 992px) {
  *.hide-on-desktop {
    display: none !important;
  }
  /* === HEADER === */
  .site-header form {
    width: 50%;
  }
  /* === SOCIAL MEDIA PAGE === */
  .social-media-item img {
    width: 48px;
    height: 48px;
  }
  .social-media-item p.fw-700 {
    font-size: 18px;
    line-height: 24px;
  }
  .social-media-item p.fw-normal {
    font-size: 14px;
    line-height: 20px;
  }
  /* === NOTIFICATION PAGE === */
  .list-notification-item {
    padding: var(--padding-base) 12px;
  }
  .list-notification-item img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
  }
  .list-notification-item .notification-body {
    gap: var(--gap-small);
    padding-left: 16px;
  }
  .list-notification-item .notification-body .notification-description {
    line-height: 24px;
  }
}
/* === MEDIUM VIEW - Media Query === */
@media all and (max-width: 767px) {
  /* === GENERAL === */
  .mt-section {
    margin-top: var(--gap-small) !important;
  }
  .btn-go-back {
    min-width: 75px;
    height: 32px;
    border-radius: var(--cornerbase);
    /*font-size: 12px;*/
  }
  #livesearch-result img {
    width: 40px;
    height: 40px;
  }
  /* === HEADER === */
  .site-header {
    display: flex;
    align-items: center;
    height: 64px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .site-header .rwt-mobile-header-menus .rwt-mobile-header-menu-group:not(:last-child) {
    border-bottom: 1px solid #E1E3E6;
    padding-bottom: var(--padding-small);
  }
  .site-header .rwt-mobile-header-menus .rwt-mobile-header-menu-group:not(:first-child) {
    padding-top: var(--padding-small);
  }
  .site-header .rwt-mobile-header-menus .rwt-mobile-header-menu-group-title {
    min-height: 40px;
    padding: var(--padding-small);
    font-size: 16px;
    font-weight: 700;
    color: var(--rwt-main-color);
  }
  .site-header .rwt-mobile-header-menus .rwt-mobile-header-menu-item {
    min-height: 40px;
    padding: var(--padding-small);
    font-size: 14px;
    font-weight: 400;
  }
  .site-header .rwt-mobile-header-menus .rwt-mobile-header-menu-item a {
    color: var(--text-default);
  }
  .site-header .rwt-mobile-header-menus .accordion .accordion-button {
    font-size: 14px;
    font-weight: 400;
  }
  .site-header .rwt-mobile-header-menus .accordion .accordion-button:not(.collapsed) {
    color: var(--text-default);
  }
  .site-header .rwt-mobile-header-menus .accordion .accordion-button::after {
    margin-top: 3px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23414346'><path d='M480-357.85 253.85-584 296-626.15l184 184 184-184L706.15-584 480-357.85Z'/></svg>");
  }
  .site-header .rwt-mobile-header-menus .accordion .accordion-item {
    border: 0;
    border-radius: unset;
  }
  .site-header .rwt-mobile-header-menus .accordion .list-group-item {
    color: var(--text-weak);
  }
  .site-header .form-search {
    width: 100%;
  }
  .site-header .form-search input {
    height: 36px;
    padding: 8px 12px 8px 32px;
    border-radius: var(--cornerbase);
  }
  /* === SIDEBAR === */
  #sidebar {
    margin-top: 0;
  }
  .rwt-coupon-widget .widget-title {
    font-size: 14px;
    margin-bottom: var(--gap-small);
    padding-bottom: 0;
  }
  /* === FOOTER === */
  .site-footer {
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
  }
  .site-footer .container-md {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
  .site-footer .container-lg {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
  .site-footer .site-footer-container {
    gap: var(--gap-base);
  }
  .site-footer .column-1 {
    color: var(--text-default);
    font-weight: normal;
  }
  .site-footer .column-1 .brand-logo {
    height: 32px;
    width: 112px;
  }
  .site-footer .column-1 hr {
    border-color: #66696D;
  }
  .site-footer .footer-item .footer-link {
    font-size: 14px;
  }
  /* === MOBILE BOTTOM NAVBAR === */
  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    gap: 14px;
    width: 100%;
    height: 70px;
    padding: 16px 16px;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 -4px 10px 0 rgba(102, 105, 109, 0.1490196078);
  }
  .mobile-bottom-nav .mobile-nav-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 54px;
    text-decoration: none;
    color: var(--text-weak);
  }
  .mobile-bottom-nav .mobile-nav-menu:not(.active) .rwt-icon {
    color: #66696D;
  }
  .mobile-bottom-nav .mobile-nav-menu.active .rwt-icon {
    font-variation-settings: "FILL" 1;
  }
  /* === PAGE === */
  body.home:not(.blog) .content-area .site-main {
    padding: 0;
  }
  body.home:not(.rwt-page-template) .content-area .site-main section {
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
  }
  body.archive .content-area .site-main {
    padding: 0;
  }
  .entry-content.container-md {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
  .entry-content.container-lg {
    padding-left: var(--padding-base);
    padding-right: var(--padding-base);
  }
  .content-area .wishlist-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: 10px;
  }
  .content-area .site-main {
    padding: var(--padding-base) 0;
    /* === SECTION - BANNER === */
    /* === SECTION - PRODUCT CATEGORIES === */
    /* === SECTION - COLUMN CATEGORIES === */
    /* === SECTION - MINI BANNER === */
    /* === SECTION - FLASH SALE === */
    /* === SECTION - BEST DEALS === */
    /* === SECTION - BLOG LIST === */
    /* === SECTION - MOBILE APP DOWNLOAD === */
  }
  .content-area .site-main section .section-title {
    font-size: 16px;
    line-height: 24px;
  }
  .content-area .site-main section .section-description {
    font-size: 14px;
  }
  .content-area .site-main section.banner .splide__slide {
    max-height: 176px;
  }
  .content-area .site-main section.banner .splide__pagination {
    bottom: 10px;
  }
  .content-area .site-main section.categories {
    font-weight: 400;
  }
  .content-area .site-main section.categories .section-title + a {
    font-weight: 400;
  }
  .content-area .site-main section.categories .categories-container {
    gap: var(--gap-small);
  }
  .content-area .site-main section.categories .category-item {
    padding: 0px 6px;
    gap: var(--gap-xsmall);
  }
  .content-area .site-main section.categories .category-item .img-container {
    width: 52px;
    height: 52px;
  }
  .content-area .site-main section.categories .category-item .category-name {
    font-weight: 400;
    text-align: center;
  }
  .content-area .site-main section.column-categories.column-6 .row {
    flex-wrap: nowrap;
    gap: 16px;
    overflow: scroll;
  }
  .content-area .site-main section.column-categories.column-6 .row .col {
    width: 168px;
  }
  .content-area .site-main section.column-categories.column-6 .category-item {
    height: 220px;
  }
  .content-area .site-main section.column-categories .category-item {
    height: 180px;
  }
  .content-area .site-main section.mini-banner .mini-banner-container {
    gap: var(--gap-small);
  }
  .content-area .site-main section.mini-banner a {
    height: 96px;
  }
  .content-area .site-main section.mini-banner img {
    border-radius: 6px;
  }
  .content-area .site-main section.mini-banner .mini-banner-container.column-3 {
    overflow-x: auto;
    gap: var(--gap-small);
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .content-area .site-main section.mini-banner .mini-banner-container.column-3::-webkit-scrollbar {
    display: none;
  }
  .content-area .site-main section.mini-banner .mini-banner-container.column-3 img {
    width: 200px;
  }
  .content-area .site-main section.flash-sale {
    padding-top: 0;
  }
  .content-area .site-main section.flash-sale .flash-sale-accent {
    max-height: 260px;
    width: 160px;
  }
  .content-area .site-main section.flash-sale .splide__slide {
    max-width: 164px;
  }
  .content-area .site-main section.flash-sale .splide__slide:first-child {
    max-width: 100px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale {
    gap: var(--gap-xsmall);
    max-width: 156px;
    min-height: 233px;
    height: 100%;
  }
  .content-area .site-main section.flash-sale .card-flash-sale img {
    max-height: 156px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale .card-body {
    padding: var(--padding-xsmall) var(--padding-small);
    gap: var(--gap-xxsmall);
  }
  .content-area .site-main section.flash-sale .card-flash-sale .product-name {
    font-size: 14px;
    line-height: 20px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale .sale-price {
    font-size: 12px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale .price {
    font-size: 16px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale .badge-discount {
    font-size: 10px;
  }
  .content-area .site-main section.flash-sale .card-flash-sale .qty-bar-text {
    font-size: 10px;
  }
  .content-area .site-main section.best-deals .best-deals-container {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    gap: var(--gap-base);
  }
  .content-area .site-main section.blog-list .blog-list-heading {
    margin-bottom: var(--gap-base);
  }
  .content-area .site-main section.blog-list .blog-list-container {
    grid-template-columns: 1fr 1fr;
  }
  .content-area .site-main section.blog-list .blog-item {
    gap: var(--gap-small);
  }
  .content-area .site-main section.blog-list .blog-item img {
    min-height: 105px;
    max-height: 105px;
  }
  .content-area .site-main section.blog-list .blog-item .blog-title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: var(--gap-xxsmall);
  }
  .content-area .site-main section.mobile-app-download {
    padding-top: 0;
  }
  .content-area .site-main section.mobile-app-download .mad-container {
    gap: var(--gap-base);
  }
  .content-area .site-main section.mobile-app-download .mad-main-image {
    min-width: 360px;
  }
  .content-area .site-main section.mobile-app-download .mad-center {
    gap: var(--gap-base);
  }
  /* === PAGE - POST === */
  body.blog .post-hero {
    height: 200px;
  }
  /* === PAGE - SINGLE PRODUCT === */
  body.single-product .rwt-share-modal.fade .modal-dialog {
    transform: translate3d(0, 100vh, 0);
  }
  body.single-product .rwt-share-modal.show .modal-dialog {
    transform: translate3d(0, 0, 0);
  }
  body.single-product .rwt-share-modal .modal-dialog {
    margin: 0;
  }
  body.single-product .rwt-share-modal .modal-content {
    position: absolute;
    bottom: 48px;
    border: 0;
  }
  body.single-product .rwt-share-modal .modal-body {
    gap: var(--gap-base);
    padding: var(--padding-base);
  }
  body.single-product .rwt-share-modal .modal-body .rwt-share-modal-title {
    font-size: 20px;
    line-height: 24px;
  }
  body.single-product .rwt-share-modal .modal-body .alert {
    padding: var(--padding-small);
  }
  body.single-product .rwt-share-modal .modal-body .rwt-share-modal-product-thumbnail {
    max-width: 48px;
    height: 48px;
  }
  body.single-product .rwt-share-modal .modal-body .rwt-share-modal-product-title {
    font-size: 14px;
    line-height: 20px;
  }
  body.single-product .rwt-share-modal .modal-body svg {
    width: 32px;
    height: 32px;
  }
  body.single-product .rwt-product-tools svg {
    width: 16px;
    height: 16px;
  }
  body.single-product .rwt-delivery-return-wrapper .rwt-delivery-badge {
    gap: var(--gap-xsmall);
  }
  body.single-product .btn-lightbox {
    height: 36px;
    max-width: 36px;
  }
  body.single-product .btn-lightbox .icon {
    padding: 0 8px;
  }
  /* === PAGE - WISHLIST === */
  .content-area .wishlist-container .product .wishlist-action svg {
    width: 16px !important;
    height: 16px !important;
  }
  /* === COUPON COMPONENT === */
  .coupons-container {
    overflow-x: auto;
  }
  .coupons-container::-webkit-scrollbar {
    display: none;
  }
  .coupons-container .coupon {
    /*min-width: 70%;*/
  }
  /* === FLASH SALE COMPONENT === */
  #countdown .countdown-item,
  .flash-sale-countdown .countdown-item {
    font-size: 12pxpx;
  }
}
@media all and (min-width: 767px) {
  .fs-md-12 {
    font-size: 12px;
  }
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-32 {
    font-size: 32px !important;
  }
  .fs-md-48 {
    font-size: 48px !important;
  }
  .lh-md-20 {
    line-height: 20px;
  }
  .lh-md-24 {
    line-height: 24px;
  }
  .p-md-small {
    padding: var(--padding-small);
  }
  .pb-md-small {
    padding-bottom: var(--padding-small);
  }
  .py-md-small {
    padding-top: var(--padding-small);
    padding-bottom: var(--padding-small);
  }
  .p-md-base {
    padding: var(--padding-base);
  }
  .pt-md-base {
    padding-top: var(--padding-base);
  }
  .py-md-base {
    padding-top: var(--padding-base);
    padding-bottom: var(--padding-base);
  }
  .pt-md-large {
    padding-top: var(--padding-large);
  }
  .px-md-large {
    padding-left: var(--padding-large);
    padding-right: var(--padding-large);
  }
  .py-md-xxlarge {
    padding-top: var(--padding-xxlarge);
    padding-bottom: var(--padding-xxlarge);
  }
  .mt-md-base {
    margin-top: var(--gap-base);
  }
  .mb-md-base {
    margin-bottom: var(--gap-base);
  }
  .my-md-base {
    margin-top: var(--gap-base);
    margin-bottom: var(--gap-base);
  }
  .my-md-large {
    margin-top: var(--gap-large);
    margin-bottom: var(--gap-large);
  }
  .gap-md-small {
    gap: var(--gap-small);
  }
  .gap-md-base {
    gap: var(--gap-base);
  }
  .gap-md-large {
    gap: var(--gap-large);
  }
  .gap-md-xlarge {
    gap: var(--gap-xlarge);
  }
  .gap-md-12 {
    gap: 12px;
  }
  .gap-md-14 {
    gap: 14px;
  }
  .empty-icon {
    width: 260px;
    height: 260px;
  }
  .content-area .site-main .products-container {
    padding-left: 2px;
    padding-right: 2px;
  }
  body.home .content-area .site-main section.column-categories.column-6 .col:nth-child(5),
  body.home .content-area .site-main section.column-categories.column-6 .col:nth-child(6) {
    width: 50%;
  }
  .rwt-cart-header .cart-icon:hover + .rwt-floating-cart {
    display: block;
  }
  .site-footer .column-1 .column-content {
    max-width: 90%;
  }
}
/* === MINI VIEW - Media Query === */
@media all and (max-width: 576px) {
  body {
    padding-bottom: 60px;
  }
  *.hide-on-mobile {
    display: none !important;
  }
  #add-to-wishlist-floating-bottom-bar {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  /* HEADER */
  .rwt-site-header .dropdown-item svg {
    fill: black;
  }
  .rwt-site-header .btn-search-product-detail-close svg {
    fill: black;
  }
  /* CART HEADER */
  .rwt-cart-header .offcanvas-end {
    bottom: 61px !important;
  }
  .rwt-cart-header .cart-icon:hover + .rwt-floating-cart {
    display: none !important;
  }
  .rwt-cart-header .rwt-floating-cart:hover {
    display: none !important;
  }
  /* PWA COMPONENT */
  .pwa-floating-container {
    bottom: 80px;
    right: 10px;
    left: 10px;
  }
  .pwa-floating-container .pwa-floating-card {
    width: 100%;
  }
  .rwt-cart-header .rwt-floating-cart-contents {
    max-height: initial;
    overflow-y: initial;
  }
  /* SOCMED LIVE */
  .socmed-live-container {
    bottom: 80px;
  }
  .socmed-live-container .socmed-live-group .socmed-live-item {
    width: 60px;
    height: 60px;
  }
}
@media all and (min-width: 576px) {
  #coupon-list-popup .modal-dialog.is_shop {
    max-width: 600px;
  }
  #coupon-list-popup .modal-dialog.is_product {
    max-width: 410px;
  }
  #coupon-popup .modal-dialog {
    max-width: 410px;
  }
  .delivery-container {
    overflow-x: auto;
  }
}
@media all and (min-width: 576px) and (max-width: 991px) {
  *.hide-on-tablet {
    display: none !important;
  }
}
@media all and (display-mode: standalone) {
  body .page-preloading {
    display: block !important;
  }
  body.loaded .page-preloading {
    display: none !important;
  }
  .page-preloading .loader {
    width: 120px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 6px solid rgba(0, 0, 0, 0.1019607843);
    border-right-color: #0265DC;
    animation: l2 2s infinite linear;
  }
  @keyframes l2 {
    to {
      transform: rotate(1turn);
    }
  }
}