* {
  box-sizing: border-box;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.swal-button {
  background-color: var(--main-color);
}
.swal-button:not([disabled]):hover {
  background-color: #e0813b;
}
body {
  font-family: "El Messiri", sans-serif;
  margin: 0;
  padding: 0 0 0 0;
  background: #fffbf6;
}
body.home {
  padding-top: 0;
}
.currency-rate-ribbon {
  background: var(--main-color);
  color: white;
  text-align: center;
  font-size: 17px;
  padding: 5px;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.justify-between {
  justify-content: space-between;
}
.text-center {
  text-align: center;
}
.color-primary {
  color: #ac9b6a;
}
.no-data {
  font-size: 2rem;
  text-align: center;
  padding: 2rem;
  color: #ac9b6a;
}
.breadcrumb {
  display: none;
}
.page-detail {
  padding-top: 13rem;
}
.body-page-details {
  background-color: white;
}
.body-page-details .related-items {
  padding: 2rem 0;
  background-color: #fffbf6;
}
.page-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.page-cover,
.banner-item {
  height: 500px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 139.12%), var(--img);
  background-repeat: no-repeat;
  background-size: cover;
}
.app-content {
  min-height: 100vh;
}
.page-authlogin .app-content {
  min-height: 35vh;
}
.relative {
  position: relative;
}
.btn {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 25px;
  text-decoration: none;
  transition: 200ms ease all;
}
.btn i + span {
  margin-left: 1rem;
}
.btn-sm {
  height: 40px;
}
.btn-primary {
  background: #be6b2e;
  color: #fcfcfc !important;
}
.btn-primary:hover {
  background: #955424;
  text-decoration: none;
}
.btn-outline {
  border: 1px solid #be6b2e;
  color: #be6b2e;
}
.btn-outline:hover {
  color: #955424;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55);
}
.btn-outline-green {
  border-color: #96bf53;
  color: #96bf53;
}
.btn-icon {
  margin-left: 1rem;
}
.show-more-wrapper {
  text-align: center;
}
.section-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.section-top-mobile {
  display: none;
}
.header {
  height: 160px;
  background: url(https://static.vivida.me/?fm=webp&q=90&url=https://choucrihamasni.com/themes/hamasni/img/header_arc2.png) top center no-repeat;
  padding: 30px 0 0;
  background-size: cover;
}
.header-inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
a.logo {
  display: block;
  width: 150px;
  height: auto;
}
a.logo img {
  width: 100%;
}
.topnav {
  position: relative;
}
.topnav a {
  font-family: "El Messiri";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 41px;
  text-decoration: none;
  /* identical to box height */
  text-align: center;
  color: #fcfcfc;
  margin: 0 26px;
}
.topnav a.active {
  color: #928151;
}
.topnav a:hover {
  color: #ac9b6a;
}
.topnav [type="search"] {
  display: none;
}
.search-open .topnav [type="search"] {
  display: block;
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-open .topnav [type="search"]:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 95, 37, 0.36);
}
.autocomplete-suggestion strong {
  color: #be7420;
}
.toprightnav {
  display: flex;
  height: 35px;
  padding: 10px 0;
}
.toprightnav a {
  display: block;
  margin: 0 23px;
  color: #fcfcfc;
}
.toprightnav a:hover {
  color: #ac9b6a;
}
.section-title {
  font-weight: 700;
  font-size: 28px;
  color: #4c4d4e;
  margin-bottom: 40px;
}
.sidenav-wrapper {
  position: absolute;
  display: none;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  width: 20px;
  border: 0;
  background-color: transparent;
  z-index: 9999;
  display: none;
  transition: 0.5s ease-in-out all;
}
.menu-toggle,
.menu-toggle:focus {
  outline: none;
}
.menu-toggle span {
  background-color: var(--main-color);
  height: 2px;
  width: 20px;
  display: block;
  transform: rotate(0);
  transition: 0.5s ease-in-out all;
  transform-origin: 0 0;
}
.menu-toggle:hover span {
  border-color: #42565f;
}
.menu-toggle.active {
  transform: rotate(90deg);
}
.menu-toggle.active > span:nth-child(1) {
  transform: rotate(45deg) translate(3px, -2px);
}
.menu-toggle.active > span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.active > span:nth-child(3) {
  transform: rotate(-45deg) translate(1.8px, 1.5px);
}
.sidenav-wrapper {
  display: none;
}
#wp-chat {
  display: none;
}
.social-share {
  display: none;
}
.section-banner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.section-banner .banner {
  height: 100vh;
  max-height: 800px;
  width: 100%;
  background-size: auto, contain;
  position: relative;
  background-position: center center;
  background-repeat: repeat, no-repeat;
}
.section-banner:not(.slick-initialized) .banner:not(:first-child) {
  display: none;
}
.banner-content {
  position: absolute;
  width: 419px;
  height: 152px;
  left: 0;
  top: 311px;
}
.banner-text {
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 66px;
  color: #fffbf6;
  text-shadow: 3px 4px 7px black, -1px -1px 4px #ac9b6a;
}
.banner-action {
  margin-top: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.featured-categories {
  transform: translateY(-30%);
}
.featured-categories .page-container {
  display: flex;
  justify-content: space-between;
}
.category-card {
  display: block;
  width: 260px;
  height: 217px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 139.12%), var(--img);
  background-size: cover;
  border: 2px solid #ac9b6a;
  border-radius: 50px;
  position: relative;
  transform: translateY(0);
  transition: 200ms ease-out all;
  box-shadow: 0px 0 0 rgba(0, 0, 0, 0.2);
}
.category-card .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 59px;
  color: #fffbf6;
  padding-bottom: 15px;
  transition: 200ms ease-out all;
}
.category-card:hover {
  transform: translateY(20px);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.category-card:hover .title {
  transform: translateY(-60px);
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.category-column .item {
  text-align: center;
  margin-bottom: 60px;
  padding: 10px 20px;
  color: #ac9b6a;
  width: 100%;
  background-color: transparent;
  transition: 200ms ease all;
  text-decoration: none;
}
.category-column .item:hover {
  background: #fff;
}
.category-column .item img {
  max-height: 150px;
  mix-blend-mode: multiply;
}
.category-column .item:hover {
  color: #928151;
}
.category-column .item-name {
  font-size: 18px;
  text-align: center;
  margin-top: 1rem;
}
.category-column-view-all {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #be6b2e;
  display: block;
  height: 145px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.category-column-view-all:hover {
  color: #955424;
}
.category-column-inner {
  width: 260px;
  height: 898px;
  border: 1px solid #ac9b6a;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
.category-column-inner::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}
.item-card {
  display: block;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  min-height: 100px;
  min-width: 100px;
  padding: 32px 0;
  position: relative;
  height: 300px;
  overflow: hidden;
  text-decoration: none !important;
  transition: 200ms ease all;
}
.item-card:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.55);
}
.item-card .item-code {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ac9b6a;
  margin-bottom: 10px;
  padding: 0 29px;
}
.item-card .item-code .out-of-stock-label {
  color: #d04f4f;
}
.item-card .item-name-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 29px;
  margin-bottom: 1rem;
}
.item-card .item-name-row .item-name {
  font-size: 19px;
  line-height: 100%;
  color: #4c4d4e;
  max-width: 80%;
}
.item-card .item-name-row .discount-label {
  background: #96bf53;
  border-radius: 20px 0px 0px 20px;
  font-size: 12px;
  color: #ffffff;
  padding: 5px 10px;
  position: absolute;
  right: 0;
}
.item-card .item-image {
  margin-left: 18px;
  max-width: 80%;
  max-height: 200px;
}
.item-card .item-actions {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 26px;
  bottom: 22px;
}
.item-card .item-actions .action {
  background-color: transparent;
  border: 0;
  width: 24px;
  height: 24px;
  display: block;
}
.item-card .item-actions .action svg {
  width: 24px;
  height: 24px;
}
.item-card .item-actions a:not(:first-child) {
  margin-top: 15px;
}
.section-last-viewed {
  padding-bottom: 120px;
  background-repeat: repeat-x;
  background-position: bottom;
}
.section-last-viewed-inner {
  gap: 40px;
}
.section-last-viewed-inner .item-card {
  flex: 1;
  max-width: 33%;
}
.section-most-loved {
  background: #fff0f0;
  padding: 220px 0 200px 0;
}
.section-most-loved .flex {
  gap: 40px;
  justify-content: flex-start;
}
.section-most-loved .item-card {
  width: 280px;
}
.section-most-loved .slick-track .item-card {
  margin: 20px;
}
.promo-banner {
  height: 420px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 139.12%), var(--image);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 18px;
  padding: 58px;
}
.promo-banner .promo-banner-content {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.promo-banner .promo-banner-text {
  font-weight: 700;
  font-size: 52px;
  line-height: 76px;
  color: #fffbf6;
}
.text-stat {
  font-weight: 700;
  font-size: 26px;
  line-height: 41px;
  text-align: center;
  color: #4c4d4e;
  max-width: 850px;
  margin: 100px auto;
}
.section-stats {
  padding-bottom: 100px;
}
.stat-columns {
  display: flex;
  justify-content: center;
}
.stat-column {
  text-align: center;
  color: #be6b2e;
  padding: 40px 70px;
}
.stat-column:not(:first-child) {
  border-left: 1px solid #be6b2e;
}
.stat-icon {
  width: 190px;
  height: 190px;
  background-position: center;
  background-repeat: no-repeat;
}
.stat-headline {
  font-size: 56px;
  margin-top: 80px;
}
.stat-line {
  font-size: 26px;
  margin-bottom: 85px;
}
.footer {
  margin-top: 5rem;
  background-image: url(/themes/hamasni/img/footer.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 30px;
  text-align: center;
  color: #ffffff;
  position: relative;
}
.footer:before {
  content: " ";
  display: block;
  background: url(https://static.vivida.me/?fm=webp&url=https://choucrihamasni.com/themes/hamasni/img/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
}
.footer-nav-title {
  font-weight: 700;
  font-size: 22px;
  color: #4c4d4e;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.5;
}
.footer-nav a {
  color: white;
  display: block;
  text-decoration: none;
  transition: 200ms ease all;
  border: 1px dotted transparent;
}
.footer-nav a:hover {
  color: #4c4d4e;
}
.footer-nav > .fnav {
  max-width: 350px;
  flex: 1;
}
.section-special-offer {
  padding: 200px 0 250px 0;
}
.section-jumpto {
  position: relative;
  z-index: 9;
  padding-top: 70px;
}
.section-jumpto .category-card {
  width: 47%;
  height: 280px;
}
.section-jumpto .section-title {
  color: white;
}
.copyright {
  padding: 0.2rem;
  background-color: #b9ab82;
}
/*========================
|    item details
========================*/
.item-wrapper {
  margin: 70px auto 0 auto;
}
.item-wrapper .wrapper {
  display: flex;
  justify-content: flex-start;
}
.item-wrapper .item-details {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.item-wrapper .item-image {
  max-width: 520px;
  flex: 2;
}
.item-wrapper .item-image .item-image-main {
  width: 100%;
}
.item-wrapper .item-image .item-image-others {
  margin-top: 10px;
}
.item-wrapper .item-image .item-image-other {
  display: inline-block;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  margin-right: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.2s linear all;
  border-radius: 4px;
  transform: scale(1.1);
}
.item-wrapper .item-image .item-image-other:not(.active) {
  transform: scale(1);
}
.item-wrapper .item-image .item-image-other:hover,
.item-wrapper .item-image .item-image-other.active {
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
.item-wrapper .item-code {
  font-size: 16px;
  line-height: 100%;
  color: #ac9b6a;
}
.item-wrapper .item-title {
  font-size: 26px;
  line-height: 100%;
  margin-top: 0.1rem;
  color: #4c4d4e;
  margin-bottom: 10px;
}
.item-wrapper .item-description {
  font-size: 26px;
  line-height: 100%;
  color: #ac9b6a;
}
.item-wrapper .item-content {
  margin-left: 3rem;
  position: relative;
  flex: 1;
}
.item-wrapper .item-content h2 {
  font-size: 1.3rem;
}
.item-wrapper .item-content .text-editor-img {
  max-width: 100%;
}
.item-wrapper .item-description {
  margin-top: 15px;
}
.item-wrapper .item-price {
  font-size: 26px;
  color: #ac9b6a;
  margin-top: 0.6rem;
}
.item-wrapper .item-social-share a {
  color: #ac9b6a;
  font-size: 25px;
  margin-right: 0.8rem;
}
.item-wrapper .item-control {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.item-wrapper .item-colors {
  margin-top: 20px;
}
.item-wrapper .item-color {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
.item-wrapper .attr-type {
  display: none;
}
.item-wrapper .item-variants label {
  font-size: 16px;
  line-height: 100%;
  color: #ac9b6a;
}
.item-wrapper .variant-options {
  display: flex;
  gap: 0.5rem;
}
.item-wrapper .variant-options button {
  border: 1px solid #ac9b6a;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0.2rem 0.5rem 0;
  font-size: 14px;
}
.item-wrapper .variant-options button.active {
  color: white;
  background-color: #ac9b6a;
}
/*========================
|    Related Items
========================*/
.related-items {
  margin-top: 100px;
}
.related-items .flex {
  gap: 20px;
  flex-wrap: wrap;
}
.related-items .item-card {
  width: 300px;
}
.item-jumpto {
  margin-top: 10rem;
}
.categories-nav {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.categories-nav a {
  display: flex;
  justify-content: space-between;
  min-width: 180px;
  align-items: center;
  padding: 10px 20px;
  border: 1px solid #ac9b6a;
  border-radius: 88px;
  color: #ac9b6a;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  transition: 200ms ease all;
}
.categories-nav a svg {
  height: 30px;
  max-width: 50px;
}
.categories-nav a:hover {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.55);
}
.categories-nav a.active {
  color: white;
  background-color: #ac9b6a;
}
.categories-subnav {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.categories-subnav a {
  flex: auto;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #ac9b6a;
  border-bottom: 1px solid #4c4d4e;
  padding: 5px 0 25px;
  position: relative;
  text-decoration: none;
}
.categories-subnav a.active {
  color: #4c4d4e;
}
.categories-subnav a.active:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: 1px solid #4c4d4e;
  border-left: 1px solid #4c4d4e;
  left: calc(50% - 10px);
  bottom: -10px;
  transform: rotate(45deg);
  background-color: #fffbf6;
}
.category-items-container {
  display: flex;
  margin-top: 3rem;
}
.category-filter {
  width: 200px;
}
.filter-expanded-checkbox {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}
.category-filter-clear {
  font-size: 11px;
  color: #be6b2e;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.category-filter-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #4c4d4e;
  margin: 1rem 0;
}
.category-filter-options {
  margin-bottom: 3rem;
}
.category-filter-option {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  padding: 5px 0;
  color: #ac9b6a;
  cursor: pointer;
  text-decoration: none !important;
  border: 1px dotted transparent;
}
.category-filter-option:hover {
  color: #928151;
}
.category-filter-option.active {
  color: #71643f;
}
.category-filter-option.disabled {
  color: #d0d0d0;
}
.category-filter-option svg {
  height: 15px;
  width: 15px;
}
.category-filter-option:hover {
  color: #928151;
}
.category-item-list {
  display: flex;
  flex-wrap: wrap;
  flex: auto;
  gap: 2rem;
  margin-left: 2rem;
  align-content: flex-start;
}
.category-item-list .item-card {
  flex: 1;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: calc(50% - 2rem);
}
/*========================
|    Page About
========================*/
.page-about-wrapper {
  position: relative;
}
.page-about-container {
  padding-top: 4rem;
}
.page-about-content {
  margin-top: 2rem;
  max-width: 500px;
}
.page-about-img {
  background-image: url(/themes/hamasni/img/page_about_2.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50%;
  height: 100vh;
  top: 0;
  right: 0;
}
/*========================
|    Page Contact
========================*/
.page-contact-cols {
  display: flex;
}
.page-contact-col {
  flex: auto;
  width: 50%;
}
.page-contact-col:first-child {
  border-right: 1px solid #ac9b6a;
}
.page-contact-col:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/*========================
|    Checkout Page
========================*/
.page-checkout,
.page-authregister,
.page-authlogin,
.page-authpasswordreset,
.page-me,
.page-orders,
body[class*="page-authpasswordreset"] {
  padding-top: 270px;
}
.page-checkout .app-content,
.page-authregister .app-content,
.page-authlogin .app-content,
.page-authpasswordreset .app-content,
.page-me .app-content,
.page-orders .app-content,
body[class*="page-authpasswordreset"] .app-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page-authlogin .app-content,
body[class*="page-authpasswordreset"] .app-content {
  max-width: 900px;
}
.autocomplete-suggestions {
  background-color: #fff;
  box-shadow: 0px 0px 3px #b1b1b1;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.5rem 0.3rem;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  background-color: #eee;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #ac9b6a;
  color: white;
}
.page-categorydiscounts .category-filter {
  display: none;
}
.top-banner {
  overflow: hidden;
}
.top-banner .slick-dots {
  bottom: 0;
}
.top-banner .slick-dots li.slick-active button:before {
  color: #f8d4ac;
}
.checkout-table .btn {
  box-shadow: none;
  border: 1px solid var(--main-color);
}
.checkout-table .btn:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
}
.checkout-table .trash-btn {
  padding: 20px;
}
.checkout-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter {
  display: flex;
  height: 25px;
}
.counter .input-count {
  width: 50px;
  text-align: center;
  border-radius: 0;
  border: 1px solid var(--main-color);
}
.counter .counter-btn {
  border: 0;
  padding: 0.2rem 0.5rem;
  background-color: var(--main-color);
  color: white;
  border-radius: 0;
}
.counter .counter-btn[disabled] {
  background: gray;
}
.counter .btn-minus {
  border-radius: 4px 0 0 4px;
}
.counter .btn-plus {
  border-radius: 0 4px 4px 0;
}
.checkout-item-img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.price-tag .currency {
  font-size: x-small;
}
.checkout-list {
  display: none;
}
.checkout-list .price-tag {
  font-size: 1rem;
}
.checkout-list-item {
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  background: white;
  padding: 0.3rem;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(119, 10, 0, 0.12), 0 1px 3px rgba(119, 10, 0, 0.08);
}
.checkout-list-item a {
  color: var(--main-color);
}
.checkout-list-item.removed {
  filter: grayscale(1);
  box-shadow: none;
}
.checkout-list-item .price-tag {
  margin-top: 0.5rem;
}
.checkout-list-item-name {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.3rem;
}
.checkout-list-item-image {
  margin-right: 0.3rem;
}
.checkout-list-total {
  text-align: right;
}
.checkout-list-total .price-tag {
  font-size: 1.4rem;
}
.checkout-list-right {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.checkout-list-right .price-tag {
  margin-top: 0.3rem;
}
.checkout-coupon-item {
  font-size: 1rem;
}
.checkout-coupon-item .price-tag {
  margin-top: 0;
  color: #d84315;
}
.coupon-icon {
  font-size: 2.8rem;
  margin-right: 1.3rem;
  padding: 0.4rem;
  color: var(--main-color);
  display: grid;
  place-items: center;
}
.page-pagecorporate .page-detail .text-block img {
  max-width: 100%;
  mix-blend-mode: multiply;
}
.page-pagefaq .page-detail .text-block h2 {
  margin-top: 2rem;
}
/*========================
|    Mobile View
========================*/
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }
  #app {
    padding-top: 4rem;
  }
  .section-top {
    display: none;
  }
  .section-top-mobile {
    position: fixed;
    background-color: white;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 0.5rem 0.3rem;
  }
  .section-top-mobile .logo {
    width: 55px;
    height: auto;
    justify-self: center;
  }
  .section-top-mobile a {
    color: var(--main-color);
  }
  .section-top-mobile .checkout-icon {
    position: relative;
  }
  .section-top-mobile .checkout-icon span {
    position: absolute;
    top: 8px;
    left: 3px;
    color: white;
    width: 27px;
    text-align: center;
    font-size: 10px;
  }
  .section-top-mobile .currency-rate-ribbon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .menu-toggle {
    display: flex;
  }
  .header {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-nav {
    flex-direction: column;
    text-align: left;
    padding: 1rem 2rem;
  }
  .footer-nav .fnav {
    margin-bottom: 2rem;
  }
  .mainnav {
    display: none;
  }
  .top-banner {
    height: 230px;
    margin-bottom: 1rem;
  }
  .top-banner .banner-item {
    height: 230px;
  }
  .top-banner .banner-item .banner-content {
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    padding: 1rem;
    margin: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
  }
  .top-banner .banner-item .banner-content .banner-subtitle {
    font-size: 1rem;
  }
  .full-banner {
    height: auto;
  }
  .sidenav-wrapper {
    display: block;
    transition: 0.3s linear all;
    height: 100vh;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 9998;
    width: 85vw;
    padding: 60px 0;
    background-color: #fff;
    transform: translateX(-100%);
  }
  .sidenav-wrapper .sidenav-wrapper-back {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.4);
  }
  .sidenav-wrapper.open {
    transform: translateX(0);
  }
  .sidenav-wrapper.open .sidenav-wrapper-back {
    display: block;
  }
  .sidenav {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    min-height: 100vh;
    padding: 50px 10px;
  }
  .sidenav.l1 {
    z-index: 1000;
  }
  .sidenav.l2 {
    z-index: 1001;
  }
  .sidenav .menu-item {
    padding: 0.4rem 1rem;
    color: #748193;
    display: block;
    cursor: pointer;
    font-size: 1.4rem;
  }
  .sidenav .menu-item a {
    color: #748193;
  }
  .sidenav .menu-item:hover {
    color: var(--main-color);
  }
  .sidenav .item-header {
    margin-top: 10px;
    font-weight: bold;
    border-bottom: 1px solid #748193;
  }
  .sidenav-sub {
    opacity: 0;
    transform: translateX(220%);
    transition: 0.3s ease-in-out all;
  }
  .sidenav-sub.open {
    opacity: 1;
    transform: translateX(0);
  }
  .items-slider {
    padding: 0;
    flex-wrap: wrap;
  }
  .items-slider .item-card {
    margin: 0.8rem;
    flex: 1 0 40%;
  }
  .items-slider .item-card-image {
    height: 150px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .items-slider .item-card-content {
    padding: 0.4rem 0 0;
  }
  .items-slider .item-card-title {
    margin: 0 0 0.1rem;
    font-size: 0.8rem;
  }
  .page-detail {
    padding: 0;
  }
  .item-wrapper .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .item-wrapper .wrapper .item-content {
    width: 100%;
    margin: 3rem 0 0;
  }
  .item-wrapper .wrapper .item-image .item-image-other {
    width: 50px;
    height: 50px;
  }
  .item-wrapper .wrapper .item-share {
    margin-top: 1rem;
    display: block;
    margin-left: 0 !important;
  }
  .item-wrapper .wrapper form {
    text-align: right;
  }
  .item-wrapper .wrapper form .btn {
    margin-top: 1rem;
    width: 100%;
    text-transform: uppercase;
  }
  .section-newsletter .input-group-btn {
    width: 100% !important;
  }
  .item-wrapper .item-details {
    display: block;
    padding: 0;
  }
  .social-share {
    display: none;
  }
  .widget-ad {
    background-image: none !important;
    text-align: center;
  }
  .widget-ad .widget-ad-title {
    margin-bottom: 2rem;
  }
  .checkout-list {
    display: block;
  }
  .checkout-table {
    display: none;
  }
  .checkout-buttons .btn {
    margin-bottom: 1rem;
  }
  .form-search {
    display: none;
  }
  .sidenav .form-search {
    display: block;
    margin-top: 2.2rem;
  }
  .sidenav .form-search .search-input {
    min-width: 0;
    width: 100%;
  }
  .section-banner .banner {
    height: 300px;
  }
  .banner-text {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .banner-content {
    margin-top: 30px;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 1rem;
    flex-direction: column;
  }
  .banner-action {
    margin-top: 1rem;
  }
  .featured-categories {
    transform: translateY(0);
  }
  .featured-categories .page-container {
    margin: 1rem 0;
    display: flex;
    justify-content: space-around;
    flex: 0 0 50%;
    gap: 0.5rem;
  }
  .featured-categories .category-card {
    height: 120px;
    border-radius: 30px;
    border: 0;
    flex: 0 0 30%;
  }
  .featured-categories .category-card .title {
    font-size: 20px;
    line-height: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }
  .category-columns,
  .last-viewed-outer {
    display: none !important;
  }
  .section-most-loved {
    padding: 2rem;
  }
  .section-most-loved .flex {
    gap: 1rem;
  }
  .section-most-loved .item-card {
    width: 90%;
  }
  .item-card {
    width: auto !important;
    height: auto !important;
    text-align: center;
  }
  .item-card .item-actions {
    display: none;
  }
  .item-card .item-name-row {
    display: block;
    padding: 0 1rem;
  }
  .item-card .item-name {
    font-size: 16px;
    max-width: 100%;
  }
  .item-card .item-image {
    margin-left: 0;
    max-height: 100px;
  }
  .section-special-offer {
    padding: 2rem;
  }
  .section-special-offer .section-title {
    display: none;
  }
  .promo-banner {
    padding: 2rem;
  }
  .promo-banner .promo-banner-content {
    width: auto;
  }
  .section-stats {
    padding: 0 1rem;
  }
  .text-stat {
    font-size: 18px;
    line-height: 35px;
    margin: 2rem auto;
  }
  .stat-columns {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    justify-content: center;
    align-items: center;
  }
  .stat-icon {
    width: 80px;
    height: 80px;
    background-size: contain;
  }
  .stat-column {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 0 !important;
  }
  .stat-headline {
    margin-top: 0;
    font-size: 36px;
  }
  .stat-line {
    margin-bottom: 20px;
  }
  .categories-nav {
    justify-content: space-around;
    gap: 0.3rem;
  }
  .categories-nav a {
    flex-direction: column;
    padding: 0 1rem;
    font-size: 16px;
    border-radius: 10px;
    min-width: 0;
    text-align: center;
  }
  .categories-nav,
  .categories-subnav {
    display: none;
  }
  .page-cover,
  .banner-item {
    height: 300px;
  }
  .category-items-container {
    flex-direction: column;
  }
  .category-filter {
    width: 100%;
    padding: 0 3rem;
    margin-bottom: 3rem;
  }
  .category-filter .category-filter-title {
    margin: 0;
    border: 1px solid var(--main-color);
    padding: 0.4rem;
    text-align: center;
    width: 100%;
  }
  .category-filter .category-filter-options {
    margin: 0 0 0.8rem;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--main-color);
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .category-filter .category-filter-group.expanded .category-filter-title {
    background-color: var(--main-color);
    color: whitesmoke;
  }
  .category-filter .category-filter-group.expanded .category-filter-options {
    max-height: 500px;
  }
  .related-items {
    padding: 1rem !important;
  }
  .related-items .flex {
    gap: 20px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .wrapper {
    margin: 0 auto;
    padding: 0 30px;
  }
  .page-checkout,
  .page-authregister,
  .page-authlogin {
    padding-top: 4rem;
  }
  .page-contact-cols {
    flex-direction: column;
    text-align: center;
  }
  .page-contact-cols .page-contact-col {
    width: 100%;
    border-right: 0;
    margin-bottom: 3rem;
  }
  .page-about-container {
    padding: 0 1rem;
  }
  .page-title {
    text-align: center;
    font-size: 1.8rem;
  }
  .page-about-img {
    display: none;
  }
}
.quick-menu {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.quick-menu a {
  text-decoration: none;
  border: 1px solid var(--main-color);
  padding: 0.4rem;
  color: #424242;
}
.quick-menu a:hover {
  background-color: var(--main-color);
  color: white;
}

