/* GENERATED for single product pages from style.css — do not edit by hand.
   Conservative slim: a rule was dropped only if every selector needs a class/id
   that appears nowhere in the theme's PHP/JS, the rendered product pages, or the
   plugin JS those pages load. Kept rules are byte-for-byte copies of the source.
   If style.css changes, regenerate this file. */
@charset "UTF-8";
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
* {
  box-sizing: inherit;
}
*::before,
*::after {
  box-sizing: inherit;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
[hidden] {
  display: none !important;
}
body,
.navigation-main > li[class*="fa-"],
.mm-listview > li[class*="fa-"],
.widget_nav_menu li[class*="fa-"] {
  font-family: "IBM Plex Sans Arabic", "Cairo", sans-serif;
}
body {
  line-height: 1.5;
  font-size: 16px;
  background-color: var(--vx-bg);
  color: var(--vx-text);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  margin: 0 0 35px;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-weight: 400;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p {
  margin: 0 0 15px;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
a {
  -webkit-transition: color 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease;
  transition: color 0.18s ease, background-color 0.18s ease,
    border-color 0.18s ease;
  color: var(--vx-dark);
  text-decoration: none;
}
a:hover {
  color: #FF6B00;
  text-decoration: none;
}
a:focus {
  outline: 1px dotted var(--vx-primary);
}
.group::after,
.clear::after {
  content: "";
  display: table;
  clear: both;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
hr {
  margin: 45px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
figure {
  margin: 0;
}
ul,
ol {
  padding-left: 20px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
dl {
  margin: 0 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 15px;
}
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #dddddd;
  font-size: 17px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(74, 74, 74, 0.8);
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.entry-content table,
.comment-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}
.entry-content th,
.entry-content td,
.comment-content th,
.comment-content td {
  border-bottom: 1px solid #dddddd;
}
.entry-content th:first-child,
.entry-content td:first-child,
.comment-content th:first-child,
.comment-content td:first-child {
  padding-left: 0;
}
.entry-content caption,
.entry-content th,
.entry-content td,
.comment-content caption,
.comment-content th,
.comment-content td {
  font-weight: normal;
  text-align: left;
  padding: 10px 5px 10px;
  vertical-align: middle;
}
.entry-content th,
.comment-content th {
  border-width: 0 1px 1px 0;
  font-weight: 600;
}
.entry-content td,
.comment-content td {
  border-width: 0 1px 1px 0;
}
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}
pre {
  padding: 10px;
  border-radius: 3px;
  background-color: #f6f9fc;
  display: block;
  margin: 30px 0;
  overflow: auto;
}
address {
  margin: 0 0 15px;
  font-style: normal;
  line-height: inherit;
}
abbr,
abbr[title] {
  text-decoration: none;
  border: 0;
}
mark {
  color: inherit;
  font: inherit;
  background: none;
}
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
  border: 0;
}
p > embed,
p > iframe,
p > object,
p > audio,
p > video,
span > embed,
span > iframe,
span > object,
span > audio,
span > video {
  margin-bottom: 0;
}
#map *,
.map * {
  max-width: none !important;
}
label {
  display: block;
  margin: 0 0 5px;
  font-weight: normal;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: 35px;
  padding: 6px 12px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #e1e5e5;
  background-color: var(--vx-bg);
  background-image: none;
  border-radius: 3px;
  font-size: 14px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-size: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  padding-right: 28px;
}
select::-ms-expand {
  background-color: transparent;
  border: 0;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea {
  height: auto;
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}
select {
  max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
  width: auto;
  height: auto;
}
fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: 0;
  min-width: 0;
}
::-webkit-input-placeholder {
  font-weight: normal;
  opacity: 0.8;
}
:-moz-placeholder {
  font-weight: normal;
  opacity: 0.8;
}
::-moz-placeholder {
  font-weight: normal;
  opacity: 0.8;
}
:-ms-input-placeholder {
  font-weight: normal;
  opacity: 0.8;
}
.btn,
.button,
.comment-reply-link,
.added_to_cart,
input[type="submit"],
input[type="reset"],
button[type="submit"] {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.18s background-color ease, 0.18s color ease,
    0.18s border-color ease;
  transition: 0.18s background-color ease, 0.18s color ease,
    0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: var(--vx-primary);
  border: 0;
  font-family: inherit;
  border-radius: 3px;
  font-weight: 600;
  padding: 13px 28px;
  font-size: 16px;
}
.btn.disabled,
.btn:disabled,
.button.disabled,
.button:disabled,
.comment-reply-link.disabled,
.comment-reply-link:disabled,
input[type="submit"].disabled,
input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
button[type="submit"].disabled,
button[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
.btn:hover,
.button:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F7F4EF;
}
.btn:focus,
.button:focus,
.comment-reply-link:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button[type="submit"]:focus {
  outline: 0;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-main,
.navigation-top {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}
.navigation-main::after {
  content: "";
  display: table;
  clear: both;
}
.head-mast [class^="col-lg-12"] .navigation-main {
  margin-top: 10px;
}
.navigation-main li {
  position: relative;
}
.navigation-main > li {
  display: inline-block;
}
.navigation-main a {
  display: block;
  white-space: nowrap;
}
.navigation-main ul {
  text-align: left;
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease 0.2s, visibility 0s ease 0.35s,
    -webkit-transform 0.25s ease 0.2s;
  transition: opacity 0.25s ease 0.2s, visibility 0s ease 0.35s,
    -webkit-transform 0.25s ease 0.2s;
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s,
    visibility 0s ease 0.35s;
  transition: transform 0.25s ease 0.2s, opacity 0.25s ease 0.2s,
    visibility 0s ease 0.35s, -webkit-transform 0.25s ease 0.2s;
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  margin-left: 12px;
}
.navigation-main ul ul {
  top: -12px;
  left: 100%;
  margin: 0;
  -webkit-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}
.navigation-main > li:first-child ul {
  margin-left: 0;
}
.navigation-main li:hover > ul {
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  visibility: visible;
  opacity: 1;
}
.navigation-main li:hover ul {
  z-index: 15;
}
.navigation-main > li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation-main li li:hover > ul {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.navigation-main ul {
  padding: 12px 0;
  list-style: none;
  background-color: var(--vx-bg);
  min-width: 220px;
  border-radius: 3px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.08);
  line-height: normal;
}
.navigation-main a {
  position: relative;
  color: var(--vx-text);
  font-size: 16px;
}
.navigation-main > li {
  line-height: 1;
}
.navigation-main > li > ul::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 10px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}
.navigation-main > li[class*="fa-"] {
  font-weight: normal;
  line-height: 1;
}
.navigation-main > li[class*="fa-"]:not(:first-child) {
  margin-left: 10px;
}
.navigation-main > li[class*="fa-"] > a {
  display: inline-block;
  margin-left: 0;
}
.navigation-main > li[class*="fa-"]::before {
  color: var(--vx-primary);
  margin-right: 5px;
  font-size: 1.2em;
}
.navigation-main > li.fas::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.navigation-main > li.far::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
.navigation-main > li > a {
  padding: 15px 0;
  margin: 0 12px;
  color: #333;
}
.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
  color: var(--vx-primary);
}
.navigation-main li li a {
  padding: 6px 15px;
  font-size: 14px;
}
.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
  color: var(--vx-primary);
}
.navigation-main-right {
  text-align: right;
}
.navigation-main-right > li:last-child ul {
  right: 0;
}
.navigation-main-right > li:last-child ul ul {
  left: auto;
  right: 100%;
}
.top-head-wrap {
  background-color: var(--vx-primary);
  color: #fff;
}
.top-head-left {
  float: left;
}
.top-head-right {
  float: right;
}
.top-head-center {
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  max-height: 47px;
  font-weight: bold;
  overflow: hidden;
}
.top-head-wrap .list-social-icons li {
  margin: 0;
}
.top-head-wrap .social-icon {
  border: none;
  width: 45px;
  height: 45px;
}
.navigation-top > li {
  display: inline-block;
  line-height: 0;
}
.navigation-top > li > a {
  display: block;
  margin: 0 8px;
  font-size: 14px;
  color: #fff;
  line-height: 45px;
}
.header {
  position: relative;
  padding: 0;
  z-index: 20;
}
.site-logo {
  text-rendering: optimizeLegibility;
  letter-spacing: -0.01em;
  font-size: 34px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
  z-index: 9999;
}
.site-logo a {
  color: #000;
}
.site-tagline {
  font-size: 14px;
  margin: 0;
  color: var(--vx-dark);
  line-height: normal;
}
.head-mast {
  background-color: var(--vx-bg);
  color: #000;
  box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 15%);
}
.head-mast-row {
  position: relative;
  height: 80px;
}
.header-branding-wrap,
.head-nav,
.head-icons {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.head-mast-row {
  align-items: center;
}
.header-branding-wrap {
  position: initial;
}
.head-mast-row  .product-name {
    display: none;
    font-size: 20px;
    margin-left: 10px;
    border-left: 1px solid #e3e3e3;
    padding: 5px 10px;
    font-weight: bold;
}
.head-mast-row  .star-rating{
   display: block;
   margin-top: 8px;
}
.head-mast-row  .product-price {
    display: none;
    margin-right: 0;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    color: var(--vx-primary);
}
.head-mast-row  .product-price ins {
    text-decoration: none;
}
.head-mast-row  .product-price del {
      color: #aeaeae;
}
.header-branding-wrap {
  z-index: 9999;
  left: 0;
}
.head-icons {
  right: 0;
}
.head-nav {
  width: 100%;
}
.category-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  position: relative;
  background-color: #f7f8f8;
  border-radius: 50px;
}
.category-search-select {
  display: none;
  max-width: 178px;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
  color: #666;
  font-size: 14px;
  border-radius: 3px 0 0 3px;
  border: 0;
  border-right: 1px solid #eee;
}
.category-search-input-wrap {
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  position: relative;
  background: #f7f8f8;
  border-radius: 50px;
}
.category-search-input {
  height: 100%;
  border: 0;
  font-size: 14px;
  border-radius: 50px;
  background: #f7f8f8;
}
.category-search-spinner {
  border: 4px solid rgba(0, 168, 222, 0.35);
  border-top-color: rgba(0, 168, 222, 0.875);
  border-radius: 100%;
  height: 24px;
  width: 24px;
  -webkit-animation: rot 0.8s infinite linear;
  animation: rot 0.8s infinite linear;
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.18s ease;
  transition: opacity 0.18s ease;
}
.category-search-spinner.visible {
  opacity: 1;
}
.category-search-results {
  position: absolute;
  list-style: none;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 3px 3px;
  margin: 1px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 25;
  display: none;
}
.category-search-results-item {
  margin: 0;
}
.category-search-results-item a {
  padding: 7px 15px;
  display: block;
  color: #666;
}
.category-search-results-item a:hover {
  background-color: #f6f9fc;
}
.category-search-results-item.highlighted a {
  background-color: #f6f9fc;
}
.category-search-results-item.error a {
  color: #ff786d;
}
button.category-search-btn {
  width: 40px;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50px;
  background: #f7f8f8;
}
.head-search-form-wrap {
  display: none;
  padding: 10px 0 20px;
}
.header-search-icon {
  padding: 15px;
  margin-right: 15px;
  background-color: #f7f8f8;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 0;
}
.header-search-icon svg {
  fill: #4c4c4c;
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.category-search-input {
  border-radius: 50%;
  padding-left: 25px;
}
button.category-search-btn {
  background-color: #f7f8f8;
  color: #4c4c4c;
  border-radius: 50%;
}
.header-mini-cart {
  position: relative;
  z-index: 25;
  background-color: #f7f8f8;
  border-radius: 50%;
}
.head-mini-cart-wrap {
  padding: 0 15px;
}
.header-mini-cart .widget-title {
  display: none;
}
.header-mini-cart-trigger {
  display: block;
  position: relative;
  padding-left: 14px;
  width: 48px;
  height: 48px;
  line-height: 53px;
}
.header-mini-cart-trigger:focus {
  outline: none;
}
.header-mini-cart-trigger .fas {
  font-size: 18px;
  margin-right: 3px;
  position: relative;
  color: #4c4c4c;
}
.header-mini-cart-contents {
  position: absolute;
  right: 0;
  background-color: var(--vx-bg);
  padding: 20px;
  border-radius: 3px;
  min-width: 300px;
  box-shadow: 0px 0 20px 10px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  display: none;
}
.header-mini-cart-contents::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 10px;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  width: 0;
  height: 0;
}
.cart-count {
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: -2px;
  right: 0;
  background: red;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  font-size: 12px;
  border: 2px solid #fff;
}
.head-mast-container,
.head-search-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.head-search-container {
  width: calc(100% - 40px);
}
.head-mast-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-hero-lg {
  overflow: hidden;
  height: 300px;
}
.main {
  padding: 70px 0;
}
.section-padded {
  padding-top: 70px;
  position: relative;
}
.section-heading {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  position: relative;
  text-align: center;
  font-size: 26px;
}
.section-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  background: var(--vx-primary);
  opacity: 0.6;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: -1;
}
.section-title > a {
  color: var(--vx-dark);
  font-size: 16px;
  margin-left: 5px;
}
.widget_at-home-latest-products .row-items[class*="columns"],
.row-items[class*="columns"],
.thanks-products {
  overflow: hidden;
  display: grid;
  grid-gap: 25px;
  padding: 15px;
}
.widget_at-home-latest-products .row-items.columns-4,
.row-items.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.widget_at-home-latest-products .row-items [class*="col-"],
.row-items [class*="col-"],
.thanks-products [class*="col-"] {
  position: relative;
  flex: none;
  max-width: 100%;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15);
  padding: 0;
  padding-bottom: 50px;
  background-color: var(--vx-bg);
}
.entry {
  margin: 0 0 100px;
}
.entry:only-of-type {
  margin-bottom: 0;
}
.entry-header {
  margin-bottom: 25px;
}
.entry-title {
  font-size: 28px;
  margin: 2px 0 0;
}
.entry-title a {
  color: var(--vx-text);
}
.entry-title a:hover {
  color: var(--vx-primary);
}
.entry-meta {
  font-size: 16px;
  color: #8e8e8e;
}
.entry-meta a {
  color: #666;
}
.entry-meta span::after {
  content: "\2022";
  margin: 0 4px;
  opacity: 0.5;
}
.entry-meta span:last-child::after {
  display: none;
}
.entry-meta-item.entry-sticky::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.7em;
  position: relative;
  top: -1px;
}
.entry-thumb {
  margin-bottom: 50px;
}
.entry-thumb img {
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.entry-thumb.alignnone,
.entry-thumb.alignleft,
.entry-thumb.alignright,
.entry-thumb.aligncenter {
  margin-top: 0;
}
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 35px 0 30px;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child {
  margin-top: 0;
}
.entry-content .fluid-width-video-wrapper,
.entry-content audio,
.entry-content video,
.entry-content blockquote {
  margin: 40px 0;
}
.entry-content .fluid-width-video-wrapper:first-child,
.entry-content audio:first-child,
.entry-content video:first-child,
.entry-content blockquote:first-child {
  margin-top: 0;
}
.entry-content .fluid-width-video-wrapper:last-child,
.entry-content audio:last-child,
.entry-content video:last-child,
.entry-content blockquote:last-child {
  margin-bottom: 0;
}
.entry-content blockquote {
  font-size: 20px;
  position: relative;
  padding-left: 35px;
  border: 0;
  line-height: 1.428571429;
}
.entry-content blockquote::before {
  content: "\00201C";
  font-size: 4.3em;
  line-height: 0;
  position: absolute;
  left: -10px;
  top: 34px;
  opacity: 0.35;
}
.entry-content-intro {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.row-items {
  margin-bottom: -30px;
}
.item {
  margin-bottom: 20px;
}
.row-items [class*="col-"]:hover {
  border-color: var(--vx-primary);
}
.row-items [class*="col-"]:hover .item-thumb img {
  opacity: 0.9;
}
.item-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
  transition: all 0.25s;
}
.item-meta {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 3px;
  color: #8e8e8e;
  letter-spacing: -0.01em;
}
.item-meta a {
  color: #8e8e8e;
}
.item-title {
  color: #000;
  line-height: normal;
  font-size: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}
.item-title a {
  color: #000;
}
.item-title a:hover {
  color: var(--vx-primary);
}
.item .price {
  display: block;
  font-size: 16px;
  color: var(--vx-primary);
  margin-bottom: 5px;
  font-weight: 600;
}
.item .price del {
  opacity: 0.5;
  font-size: 15px;
  margin-right: 3px;
  font-weight: 400;
  color: #747474;
}
.item .price:last-child {
  margin-bottom: 0;
}
.navigation {
  margin: 30px 0 0;
  background-color: #f6f9fc;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
}
.navigation a,
.navigation .page-numbers {
  display: inline-block;
  margin: 2px 6px;
  color: #666;
}
.navigation a:hover,
.navigation .current {
  color: var(--vx-primary);
}
.navigation .nav-next {
  float: right;
}
.list-social-icons,
.list-card-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-social-icons li,
.list-card-icons li {
  display: inline-block;
  margin: 3px;
}
.social-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 14px;
  text-align: center;
  color: #666;
  border: 2px solid #dddddd;
  border-radius: 50%;
}
.social-icon:hover {
  border-color: var(--vx-primary);
  color: var(--vx-primary);
}
.header .social-icon {
  color: inherit;
  font-size: inherit;
}
@keyframes rotate-tel {
  0%,
  100% {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(-5deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: rotate(30deg);
  }
}
.footer,
.footer a,
.footer-widgets .widget_nav_menu li a {
  color: #333;
}
.footer-widgets {
  background-color: #fafafa;
  padding: 70px 0 10px;
  font-size: 14px;
  line-height: 1.65;
}
.footer-info {
  padding: 15px 0;
  font-size: 14px;
  background-color: #efefef;
}
.footer-credit,
.footer-credit a {
  color: #333;
}
.footer-credit {
  margin-bottom: 0;
  text-align: right;
}
.footer-widgets .widget-title {
  font-weight: bold;
}
.footer-widgets .widget-title:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background-color: var(--vx-primary);
  margin: 8px 0 0;
}
.footer-widgets .widget a:hover,
.footer-widgets .item-title a:hover {
  color: var(--vx-primary);
}
.footer-widgets .at-schedule-widget-table tr,
.footer-widgets .widget_meta li a,
.footer-widgets .widget_pages li a,
.footer-widgets .widget_categories li a,
.footer-widgets .widget_archive li a,
.footer-widgets .widget_nav_menu li a,
.footer-widgets .widget_product_categories li a,
.footer-widgets .widget_layered_nav li a,
.footer-widgets .widget_rating_filter li a,
.footer-widgets .widget_recent_entries li,
.footer-widgets .widget_recent_comments li,
.footer-widgets .widget_rss li,
.footer-widgets .tag-cloud-link {
  border-bottom: none;
}
.comments-title,
.comment-reply-title {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
}
.comment-list,
.commentlist {
  margin: 0;
  list-style: none;
  padding: 0;
}
.comment-list .children,
.commentlist .children {
  list-style: none;
}
.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 94px;
  height: auto;
  width: auto;
}
.comment-respond {
  margin-top: 50px;
}
#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}
.form-allowed-tags,
.comment-notes {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.75;
}
.form-submit {
  margin-bottom: 0;
}
.comment-form-cookies-consent {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-form-cookies-consent label {
  display: inline-block;
  margin: 0 0 0 8px;
}
.comment-form > p {
  margin: 0 0 20px;
}
.comment-form .form-submit {
  margin-top: 30px;
}
.comment-form .form-submit input[type="submit"] {
  width: 200px;
}
.sidebar-drawer {
  position: fixed;
  top: 0;
  left: -410px;
  background-color: var(--vx-bg);
  height: 100%;
  width: 340px;
  box-shadow: 4px 0 7px rgba(0, 0, 0, 0.05);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}
.admin-bar .sidebar-drawer {
  top: 33px;
}
.sidebar-drawer-header {
  background-color: #f6f9fc;
  text-align: right;
  height: 40px;
  padding: 8px 15px;
}
.sidebar-dismiss {
  color: #666;
  font-size: 20px;
  line-height: 1;
}
.sidebar-dismiss:hover {
  color: #666;
}
.sidebar-drawer-content {
  padding: 25px;
  height: calc(100% - 45px);
  overflow-y: auto;
}
.widget {
  margin: 0 0 60px;
  /* Nullify bottom margin for last elements in widgets and sidebars */
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget select {
  width: 100%;
  height: 30px;
}
.widget-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.widget-title label {
  text-transform: none;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}
.tag-cloud-link {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px !important;
  border-radius: 3px;
  border: 1px solid #4a4a4a;
  color: var(--vx-text);
  margin-bottom: 3px;
}
.tag-cloud-link:hover {
  border-color: var(--vx-primary);
  background-color: var(--vx-primary);
  color: #fff;
}
.footer-widgets .tag-cloud-link {
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin: 40px 0;
}
.gallery:first-child {
  margin-top: 0;
}
.gallery:last-child {
  margin-bottom: 0;
}
.alignnone {
  margin: 5px 0 20px;
}
p .alignnone {
  margin-bottom: 0;
}
.aligncenter {
  display: block;
  margin: 7px auto;
}
.sticky {
  /* Provide sticky styles if necessary */
}
.mobile-nav-trigger {
  text-transform: uppercase;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: inherit;
  margin-right: 10px;
  background-color: #f7f8f8;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #4c4c4c;
}
.mobile-nav-trigger:hover {
  color: inherit;
}
.woocommerce-store-notice__dismiss-link {
  display: inline;
}
.entry-content .woocommerce::after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce-noreviews {
  padding: 14px 20px 14px 55px;
  background-color: #f6f9fc;
  margin-bottom: 30px;
  margin-left: 0;
  clear: both;
  border-left: 0.618em solid #a4ecd3;
  position: relative;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-noreviews::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 15px;
  top: 10px;
  font-size: 1.4em;
}
.woocommerce-message a:not(.button),
.woocommerce-error a:not(.button),
.woocommerce-info a:not(.button),
.woocommerce-noreviews a:not(.button) {
  border-bottom: 1px solid;
  color: #666;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-noreviews .button {
  float: right;
  padding: 5px 10px;
  line-height: normal;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  background: none;
  position: relative;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.875em;
  border: 0;
}
.woocommerce-message .button:hover {
  color: #fff;
}
.woocommerce-message .button::after,
.woocommerce-error .button::after,
.woocommerce-info .button::after,
.woocommerce-noreviews .button::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65em;
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
.woocommerce-message .button.wc-forward {
    background: black;
    color: #fff;
    border-radius: 15px;
    font-weight: bold;
}
a.button.wc-forward:hover {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce-error {
  list-style: none;
  border-left-color: #ff786d;
}
.woocommerce-error li {
  display: block;
}
.woocommerce-info {
  list-style: none;
  border-left-color: #54b5f7;
}
.woocommerce-info li {
  display: block;
}
.woocommerce-info:before {
  content: "\f05a";
}
.woocommerce-noreviews {
  padding-left: 20px;
  border-left-color: rgba(0, 0, 0, 0.15);
}
.woocommerce-noreviews:before {
  display: none;
}
.shop-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 25px;
  padding: 10px;
  background-color: #f6f9fc;
  line-height: normal;
  border-radius: 3px;
}
.shop-actions a {
  color: #666;
}
.shop-actions .woocommerce-result-count,
.shop-actions .product-number {
  display: inline-block;
  margin: 0;
}
.shop-actions .product-number {
  margin-left: 10px;
}
.shop-actions .product-number a {
  margin: 0 2px;
}
.shop-actions .product-number a.product-number-active {
  color: var(--vx-primary);
}
.shop-action-results {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  text-align: center;
}
.shop-actions-no-filter .shop-action-results {
  text-align: left;
}
.shop-filter-toggle {
  margin-right: 15px;
  color: #666;
  padding: 8px 10px;
  border-radius: 3px;
  background-color: var(--vx-bg);
}
.shop-filter-toggle i {
  margin-right: 5px;
  font-size: 14px;
  color: var(--vx-primary);
}
.woocommerce-ordering {
  position: relative;
  margin: 0;
}
.woocommerce-ordering select {
  color: var(--vx-text);
  border: 0;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.ajax_add_to_cart.added {
  display: none;
}
.woocommerce-product-gallery {
  position: relative;
}
.woocommerce-product-gallery img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
  outline: 0;
  border-radius: 3px;
}
.woocommerce-product-gallery .thumbnails {
  padding-top: 1em;
}
.woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
  border-radius: 3px;
}
.woocommerce-product-gallery__image:nth-child(n + 2) {
  width: 25%;
  display: inline-block;
}
.images {
  position: relative;
}
.type-product .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.type-product .thumbnails a {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-top: 30px;
}
.type-product .thumbnails a img {
  width: 100%;
}
.type-product .entry-summary {
  margin-bottom: 40px;
}
.price ins {
  text-decoration: none;
}
.entry-summary .product_title,
.single-product .product_title.entry-title {
  font-size: 28px;
  margin: 0 0 15px;
  letter-spacing: -0.01em;
  color: #000;
  font-weight: bold;
}
.product_subheadline span {
    position: relative;
    top: 0;
    font-size: 14px;
    display: inline-block;
    height: 26px;
    line-height: 25px;
    padding: 0 9px;
    border-radius: 4px;
    margin: 0 5px;
    color: #8B4400;
    background: #FFDF86;
    font-weight: 700;
    overflow: hidden;
}
.product_subheadline span:before {
    animation: shiny 2s ease-in-out infinite;
    background-color: var(--vx-bg);
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}
@keyframes shiny {
    0% {
        opacity: 0;
        transform: scale(0) rotate(45deg)
    }

    80% {
        opacity: .5;
        transform: scale(0) rotate(45deg)
    }

    81% {
        opacity: 1;
        transform: scale(4) rotate(45deg)
    }

    to {
        opacity: 0;
        transform: scale(50) rotate(45deg)
    }
}
.product_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}
.product_meta > span {
  margin-bottom: 3px;
}
.product_meta a {
  color: #666;
}
.product-availability {
  margin-bottom: 10px;
}
.product-availability .stock {
  display: inline-block;
  margin: 0;
}
.product-availability .in-stock {
  color: #0d9502;
}
.product-availability .out-of-stock {
  color: var(--vx-primary);
}
.entry-product-info {
  padding: 30px;
  border-radius: 3px;
  background-color: #f6f9fc;
  margin-bottom: 70px;
}
.entry-product-info .price {
  font-size: 36px;
  color: #666;
  margin: 0 0 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.entry-summary .price,
.single-product .main .row p.price {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: var(--vx-primary);
}
.price-savings {
  display: inline-block;
  float: left;
  border-radius: 3px;
  font-size: 15px;
  line-height: 31px;
  padding: 0 7px;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #ff323b;
  background-image: url(assets/img/button-bg.svg);
  color: #fff;
  font-weight: bold;
  background-position-x: center;
}
.entry-summary .price del,
.single-product .main .row p.price del {
  color: #aeaeae;
  font-size: 21px;
  font-weight: normal;
}
.entry-product-info .price del {
  font-size: 20px;
  margin-right: 5px;
  display: block;
  line-height: normal;
}
.entry-product-info .price ins {
  text-decoration: none;
}
.tagged_as {
  display: block;
  margin-top: 20px;
}
.tagged_as a {
  color: #666;
}
.woocommerce-grouped-product-list td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce-grouped-product-list tr td:first-child {
  width: 120px;
}
.woocommerce-grouped-product-list .product-availability {
  font-size: 14px;
}
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  margin: 0 0 20px;
}
.group_table .quantity {
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.quantity label {
  margin: 0 10px 0 0;
}
.qty {
  text-align: center;
  padding: 0;
  margin: 0;
  max-width: 120px;
}
.entry-summary .qty {
  -moz-appearance: textfield !important;
}
.entry-summary .qty::-webkit-outer-spin-button,
.entry-summary .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.group_table .qty {
  width: 46px;
}
button.single_add_to_cart_button {
  display: inline-block;
  margin: 0;
  line-height: normal;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: 0.18s background-color ease, 0.18s color ease,
    0.18s border-color ease;
  transition: 0.18s background-color ease, 0.18s color ease,
    0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  height: auto;
  text-transform: none;
  color: #fff;
  background-color: var(--vx-primary);
  border: 0;
  font-family: inherit;
  border-radius: 3px;
  font-weight: 600;
  padding: 13px 28px;
  font-size: 16px;
  width: 100%;
  max-width: 260px;
}
button.single_add_to_cart_button.disabled,
button.single_add_to_cart_button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
button.single_add_to_cart_button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #F7F4EF;
}
button.single_add_to_cart_button:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(240, 136, 4, 0.7);
}
.variations {
  width: auto;
}
.variations td {
  padding: 5px;
  border: 0;
  position: relative;
}
.variations td.label {
  line-height: normal;
  max-width: 70px;
}
.variations td.label label {
  margin: 0;
}
.variations td.value {
  width: 170px;
}
.woocommerce-variation-price {
  margin: 15px 0;
}
.reset_variations {
  position: absolute;
  color: #666;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 0 0 5px;
}
.sticky-atc-btn {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background-color: var(--vx-bg);
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.sticky-atc-btn a {
  display: inline-block;
  padding: 0 100px;
  animation: shake-x 4s ease infinite;
  width: auto;
  height: 45px;
  font-size: 15px;
  line-height: 45px;
  color: #fff;
  background-color: var(--vx-primary);
  background-image: url(assets/img/button-bg.svg);
  font-weight: bold;

  border-radius: 4px;
}
.sticky-atc-btn a:hover {
  color: #fff;
}
@keyframes shake-x {
  0%,
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.star-rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 12px;
  width: 68px;
  color: #ffc108;
}
.star-rating::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.entry-summary .star-rating {
  font-size: 15px !important;
  width: 85px;
}
.woocommerce-tabs {
  border-radius: 3px;
  background-color: var(--vx-bg);
}
.wc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0 0 20px;
  border-bottom: 1px solid #dddddd;
}
.wc-tabs li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wc-tabs li.active a {
  color: #666;
}
.wc-tabs a {
  color: #8e8e8e;
  border-bottom-color: transparent;
  -webkit-transition: border-color 0.18s ease;
  transition: border-color 0.18s ease;
}
.woocommerce-Tabs-panel {
  padding: 20px 0 0;
}
.woocommerce-Tabs-panel > h2:first-of-type {
  display: none;
}
.woocommerce-Tabs-panel > p:last-child,
.woocommerce-Tabs-panel > table:last-child {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel.entry-content h2,
.woocommerce-Tabs-panel.entry-content h3,
.woocommerce-Tabs-panel.entry-content h4,
.woocommerce-Tabs-panel.entry-content h5,
.woocommerce-Tabs-panel.entry-content h6 {
  margin: 20px 0 10px;
}
#review_form_wrapper {
  background: #f7f8f8;
  padding: 10px 20px;
}
input#review_image {
  border: none;
  background: #f7f8f8;
}
.woocommerce-Reviews #comments {
  margin: 0;
}
.woocommerce-Reviews #comments .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-Reviews li {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 3px;
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.15);
}
.woocommerce-Reviews .description {
  padding: 0 7px 5px;
  overflow: hidden;
}
.woocommerce-Reviews .meta {
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
}
.woocommerce-Reviews .star-rating {
  display: block;
  margin: 10px auto;
}
.woocommerce-Reviews .comment-respond {
  margin-top: 30px;
}
.comment-form-rating a {
  display: inline-block;
  position: relative;
  width: 15px;
  text-indent: -9999px;
  border: none;
  margin-right: 12px;
  color: #ffc108;
}
.comment-form-rating a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f005";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  font-size: 13px;
  opacity: 1;
  display: inline-block;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.comment-form-rating a.active::after {
  font-weight: 900;
}
#shipping_method {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}
.shipping label {
  display: inline-block;
  margin-left: 5px;
}
.shipping input[type="radio"] {
  display: inline-block;
}
.woocommerce-shipping-calculator [type="submit"] {
  padding: 9px 22px;
  font-size: 14px;
  width: 100%;
}
.woocommerce-shipping-calculator p {
  margin: 0 0 5px;
}
.woocommerce-shipping-calculator select {
  width: 100%;
}
.variation {
  margin: 0;
  font-size: 12px;
}
.variation dt,
.variation dd,
.variation p {
  font-weight: normal;
  display: inline-block;
  margin: 0;
}
.variation dd {
  margin-right: 3px;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 20px;
}
.woocommerce-checkout .checkout_coupon {
  margin-bottom: 30px;
}
.wc-form-login {
  width: 480px;
  max-width: 480px;
  margin: 0 auto 100px;
  padding: 50px;
  border: 1px solid #dddddd;
}
.wc-form-login input[type="submit"] {
  margin: 0 0 15px;
}
.wc-form-login h2 {
  margin: 0 0 20px;
}
.wc-form-login.with-register {
  width: 740px;
  max-width: 740px;
}
.inline input {
  margin-right: 5px;
}
.product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product_list_widget li {
  margin-bottom: 15px;
  position: relative;
}
.product_list_widget li::after {
  content: "";
  display: table;
  clear: both;
}
.product_list_widget li img {
  width: 80px;
}
.product_list_widget .product-thumb {
  float: left;
  margin-right: 15px;
}
.product_list_widget .product-thumb img {
  border-radius: 3px;
  border: 1px solid #dddddd;
}
.product_list_widget .product-content {
  overflow: hidden;
}
.product_list_widget .product-title {
  line-height: normal;
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  letter-spacing: -0.01em;
}
.footer-widgets .product_list_widget .product-title {
  color: #fff;
}
.product_list_widget .product-title:hover {
  color: var(--vx-primary);
}
.product_list_widget .star-rating {
  display: block;
  margin: 10px 0 5px;
}
.product_list_widget .woocommerce-Price-amount {
  color: var(--vx-primary);
  letter-spacing: -0.01em;
  font-weight: 600;
  font-size: 14px;
}
.product_list_widget ins {
  text-decoration: none;
}
.product_list_widget del {
  color: var(--vx-primary);
  opacity: 0.5;
}
.product_list_widget .remove {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 14px;
  text-indent: -1px;
  background-color: #ff786d;
  color: #fff;
  border-radius: 3px;
}
.product_list_widget .quantity {
  display: inline;
  margin: 0;
  font-size: 14px;
  color: #8e8e8e;
}
.header-mini-cart .widget_shopping_cart {
  margin-bottom: 0;
}
.widget_shopping_cart .buttons:not(.woocommerce-mini-cart__buttons)  {
  display: none;
}
.widget_shopping_cart .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.widget_shopping_cart .buttons .button {
  padding: 9px 22px;
  font-size: 14px;
  width: 50%;
  margin: 0 15px 0 0;
}
.widget_shopping_cart .buttons .button:last-child {
  margin-right: 0;
}
.widget_shopping_cart li.empty {
  margin: 0;
}
.header .widget_shopping_cart li.empty {
  text-align: center;
  border: 2px solid #dddddd;
  padding: 25px;
}
@-webkit-keyframes at-fade-in {
  0% {
  }

  100% {
    opacity: 1;
  }
}
@keyframes at-fade-in {
  0% {
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes at-move-up {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes at-move-up {
  0% {
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes at-scale-up {
  0% {
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes at-scale-up {
  0% {
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes at-fall-perspective {
  0% {
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes at-fall-perspective {
  0% {
  }

  100% {
    -webkit-transform: translateZ(0) translateY(0) rotateX(0);
    transform: translateZ(0) translateY(0) rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes at-fly-up {
  0% {
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes at-fly-up {
  0% {
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes at-flip {
  0% {
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes at-flip {
  0% {
  }

  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes at-pop-up {
  0% {
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes at-pop-up {
  0% {
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 576px) {
.head-mast-container,
  .head-search-container {
    padding-right: 15px;
    padding-left: 15px;
  }
.head-mast-container {
    width: 540px;
    max-width: 100%;
  }
.gallery {
    margin-right: -5px;
    margin-left: -5px;
  }
.type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }
.type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
.head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }
.header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
.head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }
.header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1350px) {
.head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }
.header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
.head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }
.head-mast-container,
  .head-search-container {
    width: 720px;
    max-width: 100%;
  }
.head-mast-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
.header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
.head-search-form-wrap {
    display: none;
    position: relative;
    width: 100%;
    min-height: 1px;
  }
.entry-content-column-split {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }
.gallery {
    margin-right: -5px;
    margin-left: -5px;
  }
.type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }
.type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
.head-mast-row {
    margin-right: -15px;
    margin-left: -15px;
  }
.header-branding-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
.head-mast-container {
    padding-right: 15px;
    padding-left: 15px;
  }
.head-mast-container,
  .head-search-container {
    width: 940px;
    max-width: 100%;
  }
.gallery {
    margin-right: -5px;
    margin-left: -5px;
  }
.with-sidebar .shop-action-results {
    text-align: left;
  }
.with-sidebar .shop-filter-toggle {
    display: none;
  }
.type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }
.type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1350px) {
.header-fullwidth .container,
  .header-fullwidth .head-mast-container {
    width: 1600px;
  }
.head-mast-container,
  .head-search-container {
    padding-right: 15px;
    padding-left: 15px;
  }
.head-mast-container,
  .head-search-container {
    width: 1130px;
    max-width: 100%;
  }
.footer-fullwidth .container {
    width: 1600px;
  }
.sidebar:not(.sidebar-drawer) {
    margin-left: 30px;
  }
.flex-row-reverse .sidebar:not(.sidebar-drawer) {
    margin-left: 0;
    margin-right: 30px;
  }
.gallery {
    margin-right: -5px;
    margin-left: -5px;
  }
.type-product .thumbnails {
    margin-right: -15px;
    margin-left: -15px;
  }
.type-product .thumbnails a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1349px) {
.entry-content blockquote {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
.head-mast-row {
      flex-flow: row;
  }
.head-mast-row .product-name {
    font-size: 18px;
  }
.head-nav {
    display: none !important;
  }
.site-logo {
    font-size: 26px;
  }
.site-tagline {
    display: none;
  }
.head-mast-row {
    height: 60px;
  }
.head-mast-row .product-name {
    border: none;
  }
.head-mast-row .star-rating {
    margin-top: 2px;
  }
.head-mast-row .product-price ins {
    display: block;
  }
.head-mast-row .product-price span {
    padding: 5px 10px;
  }
.mobile-nav-trigger,
  .header-mini-cart-trigger,
  .header-search-icon {
    height: 40px;
    width: 40px;
  }
.mobile-nav-trigger {
    position: absolute;
    left: 15px;
  }
.header-branding-wrap {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    z-index: 0;
  }
.header-mini-cart-trigger {
    padding-left: 10px;
    line-height: 48px;
  }
.header-search-icon {
    padding: 11px;
  }
.category-search-select {
    display: none;
  }
.header-branding-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
.page-hero-lg {
    height: 300px;
  }
.main {
    padding: 50px 0;
  }
.sidebar {
    margin-top: 80px;
  }
.section-padded {
    padding-top: 50px;
  }
.entry-thumb {
    margin-bottom: 30px;
  }
.footer-widgets {
    padding: 50px 0 0px;
  }
.sidebar:not(.sidebar-drawer) {
    padding: 0;
    margin-top: 60px;
  }
.widget {
    margin-bottom: 50px;
  }
.mobile-nav-trigger {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
.type-product .entry-summary {
    margin-bottom: 40px;
  }
.entry-product-info {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 50px;
  }
.wc-form-login {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
.head-mast {
    padding: 0;
  }
.head-mast-container {
    width: 100%;
    padding: 0;
  }
.top-head-wrap .container {
    width: 100%;
  }
.header-branding-wrap {
    padding: 15px;
  }
.page-hero-lg {
    height: 300px;
  }
.main {
    padding: 35px 0;
  }
.section-padded {
    padding-top: 35px;
  }
.section-title {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
  }
.entry-title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
.entry-meta {
    font-size: 14px;
  }
.entry-content blockquote {
    font-size: 18px;
    padding-left: 30px;
    margin: 35px 0 35px 10px;
  }
.comment-list .children,
  .commentlist .children {
    margin: 0;
    padding: 0;
  }
.comment-reply-link {
    margin: 0;
  }
.sidebar-drawer-content {
    padding: 20px;
  }
.widget {
    margin-bottom: 40px;
  }
.woocommerce-message,
  .woocommerce-error,
  .woocommerce-info,
  .woocommerce-noreviews {
    font-size: 14px;
  }
.woocommerce-message {
    padding-bottom: 45px;
  }
.woocommerce-message .button {
    float: none;
    position: absolute;
    display: block;
    padding: 0;
    left: 45px;
    bottom: 15px;
    margin: 0;
  }
.shop-actions {
    display: block;
  }
.shop-actions .woocommerce-ordering {
    width: 100%;
  }
.shop-actions .woocommerce-ordering select {
    width: 100%;
  }
.shop-action-results {
    margin-bottom: 15px;
  }
.shop-filter-toggle {
    display: block;
    margin: 0 0 15px;
  }
.type-product .entry-summary {
    margin-bottom: 35px;
  }
.product_meta {
    display: block;
    margin-bottom: 20px;
  }
.product_meta > span {
    display: block;
  }
.entry-product-info {
    margin-bottom: 35px;
  }
.woocommerce-grouped-product-list tr td:first-child {
    width: auto;
  }
.group_table .quantity label {
    display: none;
  }
.wc-tabs {
    display: block;
  }
.wc-tabs a {
    display: block;
  }
}
@media (max-width: 575px) {
input,
  textarea,
  select {
    width: 100%;
  }
.top-menu {
    display: none;
  }
}
@media (max-width: 767px) {
.widget_at-home-latest-products .row-items.columns-5,
  .widget_at-home-latest-products .row-items.columns-4,
  .widget_at-home-latest-products .row-items.columns-3,
  .woocommerce-Reviews .commentlist,
  .row-items.columns-5,
  .row-items.columns-4,
  .row-items.columns-3 ,
  .thanks-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
.footer-copyrights,
  .footer-credit {
    text-align: center;
    margin: 10px 0;
  }
}
@media (max-width: 500px) {
.header-search-icon {
    display: none;
  }
.widget_at-home-latest-products .row-items[class*="columns"],
  .row-items[class*="columns"],
  .woocommerce-Reviews .commentlist {
    grid-gap: 10px;
    padding: 0;
  }
.row.row-items {
    margin: 0;
  }
.item .price,
  .item-title {
    font-size: 14px;
  }
.head-mast-row .product-name {
    font-size: 15px;
  
  }
.head-mast-row .product-price {
    font-size: 17px;
  }
.top-head-center {
    line-height: initial;
    padding: 5px;
  }
}
@media (max-width:450px) {
.mobile-nav-trigger {
    background: transparent;
    width: 25px;
  }
.head-mini-cart-wrap {
    padding: 0 7px;
  }
.header-mini-cart {
    background: none;
  }
.header-search-icon {
    padding: 11px 4px;
    background: none;
    width: 25px;
  }
}
:root {
    /* Brand Colors */
    --vx-primary:        #FF6B00;
    --vx-primary-hover:  #E55F00;
    --vx-dark:           #00184a;
    --vx-dark-light:     #002266;
    --vx-white:          #FFFFFF;
    --vx-bg:             #FDFBF8;
    --vx-gray-light:     #F7F4EF;
    --vx-gray:           #E5E5E5;
    --vx-text:           #333333;
    --vx-text-muted:     #666666;
    --vx-success:        #22C55E;
    --vx-error:          #EF4444;

    /* Shape */
    --vx-radius:         12px;
    --vx-radius-sm:      8px;

    /* Elevation */
    --vx-shadow:         0 4px 15px rgba(0,0,0,0.08);
    --vx-shadow-hover:   0 8px 25px rgba(0,0,0,0.12);
    --vx-shadow-drop:    0 10px 40px rgba(0,0,0,0.15);

    /* Legacy aliases kept for backward compat */
    --primary-color: #FF6B00;
    --text-dark:     #00184a;
    --text-light:    #666666;
    --bg-light:      #F7F4EF;
    --card-shadow:   0 4px 15px rgba(0,0,0,0.08);
    --hover-shadow:  0 8px 25px rgba(0,0,0,0.12);
    --radius-lg:     12px;
    --radius-md:     8px;
}
.woocommerce ul.products li.product a img,
.item-product img {
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    margin-bottom: 15px !important;
}
.woocommerce ul.products li.product .price,
.item-product .price {
    display: block;
    font-size: 1.25rem !important;
    color: var(--primary-color) !important;
    font-weight: 800 !important;
    padding: 0 15px;
    margin-bottom: 10px;
}
.woocommerce ul.products li.product .star-rating,
.item-product .star-rating {
    margin: 0 15px 15px;
    font-size: 0.9rem;
    color: #ffc107; /* Gold */
}
.woocommerce ul.products li.product .button,
.item-product .button {
    margin: 0 15px 5px !important;
    display: block;
    border-radius: 50px;
    text-align: center;
    background: var(--text-dark); /* Contrast buy button */
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .button,
.item-product:hover .button {
    background: var(--primary-color);
}
