:root {
  --bs-primary: #fab528;
  --bs-bg-primary: #fab528;
  --bs-primary-rgb: 250, 181, 40;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

mark,
ins {
  background: 0 0;
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.text-red {
  color: #cb4321 !important;
}

.text-green {
  color: #2f8a33 !important;
}

.text-gray {
  color: #999 !important;
}

.form-control:focus {
  box-shadow: none;
}

.btn {
  font-size: 1em;
  box-shadow: none;
  text-decoration: none;
}
.btn:focus {
  box-shadow: none;
}
.btn.loading {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0.65;
}
.btn.loading .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
  width: 1em;
  height: 1em;
}
.btn.loading .svg-icon svg {
  display: none;
}
.btn.loading .svg-icon:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 2px;
  position: absolute;
}
.btn.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}

.btn-default {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  transition: ease 0.5s;
  color: var(--text-color);
  padding: 15px 30px;
  background-color: #fff;
}
.btn-default:hover {
  background-color: var(--primary-color);
}
.btn-default .svg-icon {
  margin-right: 3px;
}

.btn-secondary {
  color: #000;
  font-weight: 700;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  padding: 0.5rem 1rem;
}
.btn-secondary .svg-icon {
  margin-right: 5px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-primary {
  font-weight: 700;
  border: 0;
  border-radius: 3px;
  transition: 0.5s;
  outline: 0;
  padding: 0.8rem 0.5rem;
  background-color: var(--primary-color);
  color: var(--primary-button-color);
  box-shadow: none !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: var(--text-color);
  background-color: var(--primary-color);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #6c757d;
}

.alert a.box-shadow {
  box-shadow: inset 0 0 0 transparent, inset 0 -1px 0 #fff;
}

.alert-info {
  color: #fff;
  background-color: #3D9CD2;
}

.rounded-7 {
  border-radius: 0.7rem !important;
}

.toast .toast-body .icon- {
  font-size: 22px;
}
.toast.toast--success .toast-body .icon- {
  color: var(--bs-success);
}
.toast.toast--success .toast-body .icon-:before {
  content: "\e959";
}
.toast.toast--error .toast-body .icon- {
  color: var(--bs-danger);
}
.toast.toast--error .toast-body .icon-:before {
  content: "\e95a";
}

.popover {
  max-width: unset;
  font-size: unset;
}

* {
  font-family: var(--primary-font);
}

body {
  font-size: 14px;
  font-weight: 400;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

p {
  font-size: 14px;
  line-height: 1.6em;
  color: var(--text-color);
}
p span {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:hover {
  color: var(--primary-color);
}

a,
input,
textarea,
button,
select {
  outline: none;
}

a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  text-decoration: none;
}

a:focus,
button:focus,
select:focus,
input:focus,
textarea:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
}

iframe {
  border: 0;
  max-width: 100%;
  width: 100%;
}

.document-wrapper ul, .document-wrapper ol {
  margin-bottom: 10px;
}
.document-wrapper ul ul, .document-wrapper ul ol, .document-wrapper ol ul, .document-wrapper ol ol {
  margin-bottom: 0;
}
.document-wrapper ul li, .document-wrapper ol li {
  color: var(--text-color);
  font-size: 14px;
  line-height: 1.6em;
}
.document-wrapper p {
  margin-bottom: 15px;
}
.document-wrapper p strong {
  color: var(--heading-color);
}

figure {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition: 0.5s;
}

.header ul {
  margin: 0;
  padding: 0;
}
.header.header--sticky .header-content-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  border-bottom: none;
  padding: 0;
  animation: fadeInDown 0.6s both;
}
.header.header--sticky .header-content-sticky .header-wrapper {
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.header--sticky .header-content-sticky.header-middle, .header.header--sticky .header-content-sticky.header-top {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header.header--sticky .header-content-sticky.header-middle .header-wrapper, .header.header--sticky .header-content-sticky.header-top .header-wrapper {
  box-shadow: none;
}
.header .header-top {
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
  background-color: var(--top-header-background-color);
  border-bottom: 1px solid var(--header-deliver-color);
}
.header .header-top .header-info-right {
  display: flex;
  justify-content: flex-end;
}
.header .header-top .header-info > ul {
  display: flex;
}
.header .header-top .header-info > ul > li {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header-top .header-info > ul > li:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: #dedfe2;
}
.header .header-top .header-info > ul > li:last-child {
  margin-right: 0;
}
.header .header-top .header-info > ul > li:last-child:before {
  display: none;
}
.header .header-top .header-info > ul > li a {
  color: var(--text-color);
  font-weight: 500;
}
.header .header-top .header-info > ul > li a:hover {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li a:hover span {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li .language-dropdown-active {
  cursor: pointer;
}
.header .header-top .header-info > ul > li .language-dropdown-active:hover {
  color: var(--primary-color);
}
.header .header-top .header-info > ul > li .language-dropdown-active .svg-icon {
  font-size: 0.9em;
  margin-left: 2px;
  margin-right: 5px;
}
.header .header-top .header-info > ul > li > ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  min-width: 120px;
  background: #fff;
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  border: 1px solid #ececec;
  padding: 0;
  border-radius: 0;
}
.header .header-top .header-info > ul > li > ul li {
  display: block;
}
.header .header-top .header-info > ul > li > ul li a {
  display: block;
  color: #696969;
  padding: 5px;
}
.header .header-top .header-info > ul > li > ul li a:hover {
  color: var(--primary-color);
  background: none;
}
.header .header-top .header-info > ul > li > ul li a img {
  max-width: 15px;
  display: inline-block;
  margin-right: 5px;
}
.header .header-top .header-info > ul > li:hover > a {
  color: #333;
}
.header .header-top .header-info > ul > li:hover > ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  top: 25px;
}
.header .header-top .header-info i {
  font-size: 12px;
  margin-right: 5px;
  line-height: 6px;
}
.header .header-middle {
  border-bottom: 1px solid var(--header-deliver-color);
  background: var(--middle-header-background-color);
}
.header .header-middle .header-wrapper {
  display: flex;
  align-items: center;
  padding: 38.5px 0;
}
.header .header-middle .header-wrapper .header-items {
  display: flex;
  align-items: center;
  height: 100%;
  flex: auto;
}
.header .header-middle .header__left {
  width: 17%;
  padding-right: 30px;
}
.header .header-middle .header__left .logo {
  flex: 0 1 auto;
  position: relative;
  z-index: 100;
}
.header .header-middle .header__left .logo a {
  position: relative;
}
.header .header-middle .header__left .logo a img {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
}
.header .header-middle .header__center {
  width: 42.5%;
}
.header .header-middle .header__center .form--quick-search {
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  width: 100%;
}
.header .header-middle .header__center .form--quick-search .form-group--icon {
  width: auto;
  float: left;
  cursor: pointer;
  position: relative;
  height: 50px;
  line-height: 54px;
}
.header .header-middle .header__center .form--quick-search .form-group--icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #c5c5c5;
  width: 1px;
  height: 23px;
}
.header .header-middle .header__center .form--quick-search .form-group--icon .product-category-label {
  padding-right: 30px;
  padding-left: 15px;
  border-right: none;
  color: #000;
  position: relative;
  height: 100%;
  white-space: nowrap;
  background-color: #f7f7f7;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}
.header .header-middle .header__center .form--quick-search .form-group--icon .product-category-label svg {
  font-size: 9px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
  right: 13px;
}
.header .header-middle .header__center .form--quick-search .form-group--icon .form-control {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  cursor: pointer;
  min-height: 42px;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 10px;
}
.header .header-middle .header__center .form--quick-search input[type=text] {
  height: 50px;
  border-top-width: 0;
  border-bottom-width: 0;
  padding: 12px 23px;
  font-size: 13px;
  color: #999;
  background-color: #f7f7f7;
  border-right: none;
  border-left: none;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.header .header-middle .header__center .form--quick-search button {
  background-color: #f7f7f7;
  border-radius: 0;
}
.header .header-middle .header__center .form--quick-search button.loading {
  opacity: 1;
}
.header .header-middle .header__right {
  width: 40.5%;
  text-align: right;
  display: flex;
  align-items: center;
  height: 100%;
  flex: auto;
  justify-content: flex-end;
  padding-left: 30px;
}
.header .header-middle .header__right > * {
  outline: none;
  text-align: left;
}
.header .header-middle .header__right .header__extra {
  display: flex;
  align-items: center;
}
.header .header-middle .header__right .header__extra .header-box-content {
  text-align: right;
}
.header .header-middle .header__right .header__extra .header-box-content span {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 5px;
  color: var(--header-text-color);
}
.header .header-middle .header__right .header__extra .header-box-content p {
  color: var(--header-text-secondary-color);
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.header .header-middle .header__right .header__extra.header-compare {
  position: relative;
  margin: 0 15px 0 108px;
  line-height: 1;
}
.header .header-middle .header__right .header__extra.header-compare a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header .header-middle .header__right .header__extra.header-wishlist {
  margin-right: 15px;
  line-height: 1;
}
.header .header-middle .header__right .header__extra.header-wishlist a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.header .header-middle .header__right .header__extra .cart-text {
  margin-left: 12px;
  line-height: 1;
}
.header .header-middle .header__right .header__extra .cart-text .cart-title {
  line-height: 1;
  display: block;
  margin-bottom: 7px;
  font-size: 11px;
  color: var(--header-text-secondary-color);
}
.header .header-middle .header__right .header__extra .cart-text .cart-price-total .cart-amount {
  color: var(--header-text-color);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.header .header-middle .header__right .header__extra > a {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.header .header-middle .header__right .header__extra .svg-icon, .header .header-middle .header__right .header__extra i {
  color: var(--header-text-color);
  font-size: 24px;
  padding: 0 0 0 3px;
}
.header .header-bottom {
  background: var(--bottom-header-background-color);
}
.header .header-bottom .header-wrapper {
  padding: 10px 0 12px;
  position: relative;
}
.header .header-bottom .header-wrapper .navigation > .container-xxxl {
  display: flex;
  flex-flow: row nowrap;
}
.header .header-bottom .header-wrapper .navigation > .container-xxxl > * {
  width: 100%;
}
.header .header-bottom .header-wrapper .navigation__extra > li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
}
.header .header-bottom .header-wrapper .navigation__extra > li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 15px;
  background-color: #000;
}
.header .header-bottom .header-wrapper .navigation__extra > li a {
  color: #000;
}
.header .header-bottom .header-wrapper .navigation__extra > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.header .header-bottom .header-wrapper .navigation__extra > li:last-child:after {
  display: none;
}
.header .header-bottom .header-wrapper .navigation .navigation__left {
  width: auto;
}
.header .header-bottom .header-wrapper .navigation .navigation__center {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
}
.header .header-bottom .header-wrapper .navigation .navigation__right {
  width: auto;
}
.header .header-item-counter {
  position: absolute;
  right: 0;
  top: -6px;
  display: block;
  text-align: center;
  background-color: var(--primary-color);
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  color: var(--primary-button-color);
  padding: 5px 5px 3px;
  line-height: 1;
  min-width: 18px;
}
.header .header-mobile .menu-mobile .menu-mobile-wrapper {
  width: 82%;
  position: fixed;
  top: 0;
  left: -82%;
  background-color: #fff;
  bottom: 0;
  overflow: hidden;
  z-index: 9999;
  transition: transform 0.25s ease;
}
.header .header-mobile .menu-mobile .menu-icon {
  display: inline-flex;
  font-size: 24px;
  cursor: pointer;
}

.header-mobile.header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  border-bottom: none;
  padding: 10px 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  animation: fadeInDown 0.6s both;
}

.show-admin-bar .header.header--sticky .header-content-sticky {
  top: 40px;
}
.show-admin-bar .header-mobile.header--sticky {
  top: 40px;
}

@media (max-width: 1519px) {
  .header .header-middle .header__left {
    width: 20%;
  }
  .header .header-middle .header__right .header__extra.header-compare {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header .header-middle .header__right .header__extra.header-compare, .header .header-middle .header__right .header__extra.header-wishlist {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header .header-middle, .header .header-middle.header-content-sticky {
    border-bottom: none;
  }
  .header .header-middle .header-wrapper, .header .header-middle.header-content-sticky .header-wrapper {
    padding: 0;
  }
  .header .header-middle .header-wrapper .header__left, .header .header-middle.header-content-sticky .header-wrapper .header__left {
    display: none;
  }
  .header .header-middle .header-wrapper .header__center, .header .header-middle.header-content-sticky .header-wrapper .header__center {
    display: none;
  }
  .header .header-middle .header-wrapper .header__right .header-support, .header .header-middle.header-content-sticky .header-wrapper .header__right .header-support {
    display: none;
  }
  .header .header-middle .header-wrapper .header__right .cart--mini .header__extra, .header .header-middle.header-content-sticky .header-wrapper .header__right .cart--mini .header__extra {
    display: none;
  }
  .header-bottom {
    display: none;
  }
  .header-mobile {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
    position: relative;
    background-color: #fff;
  }
  .header-items-mobile {
    display: flex;
    align-items: center;
  }
  .header-items-mobile.header-items-mobile--center, .header-items-mobile.header-items-mobile--left, .header-items-mobile.header-items-mobile--right {
    width: 33.3333%;
  }
  .header-items-mobile.header-items-mobile--center > *, .header-items-mobile.header-items-mobile--left > *, .header-items-mobile.header-items-mobile--right > * {
    outline: none;
  }
  .search-form--mobile {
    line-height: 1;
  }
  .search-form--mobile .open-search-panel {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 5px 0 0;
  }
  .search-form--mobile .open-search-panel .svg-icon {
    font-size: 24px;
    color: #222;
  }
  #search-mobile .search-inner-content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  #search-mobile .search-inner-content .text-search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  #search-mobile .search-inner-content .search-wrapper {
    width: 100%;
    display: flex;
    position: relative;
  }
  #search-mobile .search-inner-content .search-wrapper .search-field {
    border: 0;
    border-radius: 3px;
    padding-right: 42px;
    float: left;
    height: 42px;
    line-height: 1;
    padding-left: 12px;
    position: relative;
    width: 100%;
  }
  #search-mobile .search-inner-content .search-wrapper button {
    top: 52%;
    transform: translateY(-50%);
    line-height: 1;
    position: absolute;
    right: 0;
    background-color: transparent;
    padding: 0 10px;
    border: none;
    outline: none !important;
  }
  #search-mobile .search-inner-content .search-wrapper button .svg-icon {
    font-size: 18px;
    color: #222;
  }
  #search-mobile .search-inner-content .search-wrapper .close-search-results {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transition: none;
  }
  #search-mobile .search-inner-content .close-search-panel {
    color: var(--text-color);
    display: flex;
    line-height: 1;
    margin-left: 20px;
    font-size: 18px;
  }
  #search-mobile .panel--search-result {
    text-align: initial;
  }
  #search-mobile .panel--search-result .panel__content {
    max-height: calc(100vh - 135px);
  }
  .header-items-mobile--right {
    text-align: right;
    justify-content: flex-end;
  }
  .header-items-mobile--right > * {
    outline: none;
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .header .header-middle .header__right .header__extra .header-box-content span {
    font-size: 20px;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.footer-mobile {
  overflow: hidden;
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100vw;
  z-index: 1000;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.footer-mobile .menu--footer {
  display: flex;
  align-items: center;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-mobile .menu--footer li {
  flex-grow: 1;
  padding: 5px 0 !important;
  position: relative;
}
.footer-mobile .menu--footer li a {
  display: block;
  text-align: center;
  z-index: 1;
  position: relative;
  padding: 0.25rem 1rem;
  color: #000;
}
.footer-mobile .menu--footer li a i {
  display: inline-block;
  font-size: 20px;
}
.footer-mobile .menu--footer li a span {
  color: #000;
  font-size: 12px;
}
.footer-mobile .menu--footer li a .icon-cart {
  position: relative;
}
.footer-mobile .menu--footer li a .icon-cart .cart-counter {
  position: absolute;
  right: -5px;
  top: -6px;
  display: block;
  text-align: center;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 5px 3px;
  line-height: 1;
  min-width: 18px;
}

#footer {
  margin-bottom: 81px;
  color: var(--footer-text-color);
}
#footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
  color: var(--footer-heading-color);
}
#footer .border-top {
  border-top: 1px solid var(--footer-border-color) !important;
}
#footer .widget {
  font-size: 16px;
}
#footer .widget .widget-title {
  font-size: 18px;
}
#footer .widget.widget-custom-menu ul li {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#footer .widget.widget-custom-menu ul li a {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#footer ul {
  list-style-type: none;
}
#footer ul li a {
  color: var(--footer-text-color);
}
#footer ul li a:hover {
  color: var(--footer-hover-color);
}
#footer .subscribe-form .input-group {
  height: 50px;
}
#footer .subscribe-form .input-group .input-group-text {
  background-color: transparent;
  border: 1px solid var(--footer-border-color);
  border-right: 0;
  padding-left: 1.5em;
}
#footer .subscribe-form .input-group input {
  border-left: 0;
  border-right: 0;
  padding: 0.375rem 0.75rem;
}
#footer .subscribe-form input {
  border-color: var(--footer-border-color);
}
#footer .subscribe-form button {
  background-color: var(--primary-color);
  color: var(--primary-button-color);
  border: 0;
  font-size: 14px;
  font-weight: 700;
  min-width: 130px;
}

.site-info__item .site-info__image img {
  max-width: 100%;
  height: 37px;
}
.site-info__item .site-info__title {
  font-size: 18px;
  letter-spacing: -1px;
  color: var(--footer-heading-color);
  margin: 0 0 3px;
}

@media screen and (min-width: 1024px) {
  .footer-mobile {
    display: none;
  }
  #footer {
    margin-bottom: 0;
  }
}
.footer-socials-container ul li a {
  border-radius: 3px;
  padding: 4px;
  background-color: var(--primary-color);
}
.footer-socials-container ul li a img {
  width: 16px;
  height: 16px;
}

.footer__links {
  padding: 30px 0;
  border-top: 1px solid var(--footer-border-color);
}
.footer__links .container-xxxl div:last-child p {
  margin-bottom: 0;
}
.footer__links p strong {
  color: var(--footer-heading-color);
  margin-right: 20px;
  font-weight: 700;
}
.footer__links p a {
  display: inline-block;
  color: var(--footer-text-color);
  line-height: 20px;
  margin-right: 10px;
  position: relative;
}
.footer__links p a:after {
  content: "|";
  margin-left: 5px;
}
.footer__links p a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--heading-color);
  transform: scale3d(0, 1, 1);
  transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: 100% 50%;
}
.footer__links p a:hover {
  color: var(--footer-hover-color);
}
.footer__links p a:hover:before {
  transform: scale3d(1, 1, 1);
  transform-origin: 0 50%;
}
.footer__links p a:last-child:after {
  display: none;
}

.footer-socials {
  align-items: center;
}

.cart--mini {
  position: relative;
  display: block;
}
.cart--mini .header-item-counter {
  top: 0;
}
.cart--mini .cart__content {
  position: absolute;
  min-width: 370px;
  right: 0;
  top: 100%;
  z-index: 30;
  padding-top: 10px;
  transform: translate(0, 20px);
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.cart--mini .cart__footer {
  padding: 10px 20px 20px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-top: 0;
}
.cart--mini .cart__footer h3 {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.cart--mini .cart__footer h3 strong {
  float: right;
  color: red;
}
.cart--mini figure {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.cart--mini figure .btn {
  padding: 12px 25px;
}
.cart--mini .mini-cart-content .widget-shopping-cart-content {
  border: 1px solid #ccc;
  background-color: #fff;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list {
  border-radius: 3px;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list::-webkit-scrollbar {
  background: 0 0;
  width: 7px;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item {
  list-style: none;
  display: flex;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item:last-child {
  border: none;
}
.cart--mini .mini-cart-content ul.mini-product-cart-list li.mini-cart-item img {
  padding: 10px;
}
.cart--mini .mini-cart-content .product-content {
  padding-right: 40px;
}
.cart--mini .mini-cart-content .product-content .product-image {
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.cart--mini .mini-cart-content .product-content .product-name {
  margin-bottom: 5px;
}
.cart--mini .mini-cart-content .product-content .product-name a {
  line-height: 1.5;
  color: #000;
}
.cart--mini .mini-cart-content .product-content .product-name a:hover {
  color: #26901b;
}
.cart--mini .mini-cart-content .quantity .price-amount {
  font-weight: 700;
}
.cart--mini .mini-cart-content .control-buttons {
  padding: 0 25px 30px;
  border-top: 1px solid #e1e1e1;
}
.cart--mini .mini-cart-content .mini-cart__total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}
.cart--mini .mini-cart-content .mini-cart__total .price-amount {
  color: var(--primary-color);
  font-size: 16px;
}
.cart--mini .mini-cart-content .mini-cart__buttons {
  margin: 20px 0 0;
}
.cart--mini .mini-cart-content .mini-cart__buttons .btn {
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  padding: 8px 20px;
  color: #222;
  border-radius: 3px;
  border: 1px solid #ccc;
  transition: ease 0.5s;
  width: 100%;
  font-size: 14px;
}
.cart--mini .mini-cart-content .mini-cart__buttons .btn.checkout {
  color: #fff;
  border-color: transparent;
}

@media (min-width: 1200px) {
  .cart--mini:hover .cart__content, .cart--mini:focus .cart__content {
    transform: translate(0, 0px);
    visibility: visible;
    opacity: 1;
  }
  .cart--mini .cart__content {
    display: block;
  }
  .cart--mini .cart__content .panel__header {
    display: none;
  }
  .cart--mini .cart__items {
    position: relative;
  }
  .cart--mini .cart__items:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 30px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    background-color: #ffffff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
  .cart--mini .cart__items .product--cart-mobile {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .cart--mini .cart__content {
    transform: none;
    transition: none;
    right: 0;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .cart--mini .cart__content.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    z-index: 10001;
    left: auto;
  }
  .cart--mini .cart__content.active .mini-cart-content {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .cart--mini .cart__content .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(157, 151, 151, 0.368627451);
  }
  .cart--mini .cart__content .mini-cart-content {
    position: fixed;
    top: 0;
    width: 82%;
    max-width: 400px;
    height: 100dvh;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    left: auto;
    right: 0;
    transform: translateX(100%);
    padding-top: 0;
  }
  .cart--mini .cart__content .mini-cart-content .widget-shopping-cart-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .cart--mini .cart__content .mini-cart-content .widget-shopping-cart-content .cart__items {
    height: 100%;
    overflow-y: auto;
  }
}
.cart-form__contents > :not(:first-child) {
  border-top-width: 0;
}
.cart-form__contents tbody td {
  vertical-align: top;
  padding: 20px 10px;
}
.cart-form__contents tbody td.product-thumbnail {
  width: 90px;
}
.cart-form__contents tbody td .product-button .quantity {
  margin-bottom: 0px;
}
.cart-form__contents tbody td.product-quantity {
  min-width: 120px;
}
.cart-form__contents thead th {
  background-color: #f5f5f5;
  font-weight: 400;
  color: #555;
  padding: 11px 10px;
}
.cart-form__contents thead tr {
  border-top: 1px solid #eeeeee;
}
.cart-form__contents tbody tr, .cart-form__contents thead tr {
  border-bottom: 1px solid #eeeeee;
}
.cart-form__contents tbody td, .cart-form__contents tbody th, .cart-form__contents thead td, .cart-form__contents thead th {
  border-bottom-width: 0;
}
.cart-form__contents tbody td:first-child, .cart-form__contents tbody th:first-child, .cart-form__contents thead td:first-child, .cart-form__contents thead th:first-child {
  border-left-width: 1px;
}
.cart-form__contents tbody td:last-child, .cart-form__contents tbody th:last-child, .cart-form__contents thead td:last-child, .cart-form__contents thead th:last-child {
  border-right-width: 1px;
}

@media (max-width: 992px) {
  .cart-form__contents tbody td {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .cart-form__contents tbody td {
    padding: 10px 7px;
  }
  .cart-form__contents tbody td.product-md {
    border-top-width: 0;
    padding-top: 0px;
  }
  .cart-form__contents tbody td.product-subtotal .box-price .amount {
    color: #2f8a33;
  }
}
.wishlist-page-content .cart-form__contents .cart_item .product-button .quantity {
  display: none;
}

.menu--product-categories .sub-toggle, .menu--mobile .sub-toggle {
  position: absolute;
  right: -15px;
  top: calc(50% - 5px);
  transform: translate(-50%, -50%);
  z-index: 20;
  line-height: 1;
  padding: 15px;
}
.menu--product-categories .sub-toggle .svg-icon, .menu--mobile .sub-toggle .svg-icon {
  transform: translateY(50%) rotate(0deg);
  transition: ease 0.5s;
  display: block;
  font-size: 9px;
  color: #888;
}

.menu--product-categories .sub-toggle {
  right: -30px;
}

.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  z-index: 1000;
  transition: all 0.4s ease;
  background-color: #fff;
  border: 1px solid #ccc;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0;
}
.sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: none;
}
.sub-menu > li {
  display: block;
}
.sub-menu > li > a {
  display: inline-block;
  padding: 6px 20px;
  width: 100%;
  font-size: 14px;
  color: var(--heading-color);
  text-transform: capitalize;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: start !important;
}
.sub-menu > li > a:hover {
  color: var(--primary-color);
}
.sub-menu > li:last-child {
  border-bottom: none;
}
.sub-menu > li.menu-item-has-children {
  position: relative;
}
.sub-menu > li.menu-item-has-children > .sub-toggle {
  display: none;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
}
.sub-menu > li.menu-item-has-children > .sub-menu:before {
  display: none;
}
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 15px 30px 10px;
  background-color: #fff;
  transition: all 0.4s ease;
  border: 1px solid #d3d3d3;
  flex-wrap: wrap;
}
.mega-menu > * {
  width: 100%;
  padding: 10px 15px;
}
.mega-menu h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color);
}
.mega-menu .mega-menu__column {
  min-width: 180px;
  flex-shrink: 0;
  width: 50%;
}
.mega-menu .mega-menu__list {
  background-color: transparent;
}
.mega-menu .mega-menu__list li a {
  display: block;
  color: var(--heading-color);
  line-height: 20px;
  padding: 5px 0;
  font-size: 14px;
  background-color: transparent;
}
.mega-menu .mega-menu__list li a:hover {
  color: var(--primary-color);
}

.menu {
  text-align: left;
}
.menu > li {
  display: inline-block;
}
.menu > li > a {
  display: inline-block;
  padding: 0.9rem 1.1rem;
  font-weight: 700;
  line-height: 20px;
  color: var(--header-text-color);
}
.menu > li > a:hover {
  color: var(--primary-color);
}
.menu > li > a i {
  font-size: 16px;
  margin-right: 3px;
}
.menu > li.current-menu-item a {
  color: var(--primary-color);
}
.menu > li:first-child {
  padding-left: 0;
}
.menu > li:first-child > a {
  padding-left: 0;
}
.menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.menu > li .sub-toggle {
  padding-left: 5px;
}
.menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
}
.menu > li .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
}
.menu > li.menu-item-has-children {
  position: relative;
}
.menu > li.menu-item-has-children > a:before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10000;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  transition: all 0.4s ease;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: 0 0;
  visibility: hidden;
  opacity: 0;
}
.menu > li.has-mega-menu {
  position: relative;
}
.menu > li.has-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
}
.menu > li.has-mega-menu:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.menu > li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.menu > li:hover.menu-item-has-children > a:before {
  visibility: visible;
  opacity: 1;
}

.menu--product-categories {
  position: relative;
  cursor: pointer;
  background-color: var(--primary-color);
  transition: 0.5s;
  padding: 13px 24px 13px 21px;
  margin: 0;
  border-radius: 5px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
.menu--product-categories ul {
  padding-left: 0;
}
.menu--product-categories ul li {
  list-style: none;
}
.menu--product-categories .menu__toggle {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.menu--product-categories .menu__toggle .svg-icon {
  font-size: 24px;
  display: flex;
  color: var(--primary-button-color);
}
.menu--product-categories .menu__toggle .menu__toggle-title {
  color: var(--primary-button-color);
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2px 0 0 18px;
  white-space: nowrap;
}
.menu--product-categories .menu__content {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  padding-top: 1px;
  border-top: 10px solid transparent;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale3d(1, 1, 0) translateY(30px);
}
.menu--product-categories .menu--dropdown {
  background-color: #fff;
  min-width: 270px;
  border: 1px solid #d3d3d3;
}
.menu--product-categories .menu--dropdown > .has-mega-menu {
  position: relative;
}
.menu--product-categories:hover .menu__content {
  visibility: visible;
  opacity: 1;
  transform: scale3d(1, 1, 1) translateY(0);
}
.menu--product-categories .mega-menu .sub-toggle {
  display: none;
}

.menu--dropdown {
  padding: 15px 0;
}
.menu--dropdown > li {
  padding: 0 28px;
  transition: 0.5s;
}
.menu--dropdown > li > a {
  color: #222;
  font-weight: 600;
  padding: 9px 0;
  transition: ease 0.3s;
  border-bottom: 1px solid #eee;
  line-height: normal;
  display: flex;
  text-decoration: none;
  white-space: nowrap;
}
.menu--dropdown > li > a i {
  margin-inline-end: 10px;
  font-size: 18px;
}
.menu--dropdown > li.has-mega-menu .mega-menu {
  position: absolute;
  top: -1px;
  left: 100%;
  width: auto;
  min-width: 530px;
  visibility: hidden;
  opacity: 0;
}
.menu--dropdown > li:hover > a {
  color: var(--primary-color);
}
.menu--dropdown > li:hover > a > .sub-toggle .svg-icon {
  transform: translateY(50%) rotate(180deg);
}
.menu--dropdown > li:hover.has-mega-menu .mega-menu {
  visibility: visible;
  opacity: 1;
}

.menu--mobile .sub-menu {
  position: relative;
  display: none;
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
  transition: all 0s ease;
  border: none;
  padding-bottom: 10px;
  padding-left: 15px;
}
.menu--mobile .sub-menu > li > a {
  border: none;
  padding: 10px 20px;
}
.menu--mobile li.current-menu-item a {
  color: var(--primary-color);
}
.menu--mobile .menu-item-has-children.active .sub-menu {
  display: block;
}
.menu--mobile .mega-menu {
  display: none;
  flex-flow: row wrap;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  transition: all 0s ease;
}
.menu--mobile .mega-menu h4 {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 10px 0;
  width: 100%;
  line-height: 20px;
}
.menu--mobile .mega-menu .mega-menu__column {
  padding: 0;
}
.menu--mobile .mega-menu .mega-menu__column > a {
  position: relative;
  display: block;
}
.menu--mobile .mega-menu .mega-menu__column.active .mega-menu__list {
  display: block;
}
.menu--mobile .mega-menu .mega-menu__column.active > a .sub-toggle .svg-icon {
  transform: translateY(-50%) rotate(90deg);
}
.menu--mobile .mega-menu .mega-menu__list {
  display: none;
  padding-left: 15px;
}
.menu--mobile .mega-menu .mega-menu__list li a {
  color: var(--text-color);
  border: none;
}
.menu--mobile .mega-menu .mega-menu__list li a:hover {
  color: var(--heading-color);
}
.menu--mobile .menu-item-has-children.active .mega-menu {
  display: block;
}
.menu--mobile .menu-item-has-children.active > a > .sub-toggle .svg-icon {
  transform: translateY(-50%) rotate(90deg);
}
.menu--mobile > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile > li > a {
  position: relative;
  z-index: 10;
  display: block;
  padding: 15px 20px;
  line-height: 20px;
  font-size: 15px;
}
.menu--mobile > li > a:hover {
  color: var(--heading-color);
}
.menu--mobile > li.menu-item-has-children {
  position: relative;
}
.menu--mobile .mega-menu {
  border: none;
}
.menu--mobile .mega-menu h4 {
  font-weight: 500;
}
.menu--mobile .mega-menu__list > li {
  border-bottom: 1px solid #dedede;
}
.menu--mobile .mega-menu__list > li a {
  padding: 10px 0;
}
.menu--mobile .mega-menu__list > li:last-child {
  border: none;
}

.section-content.section-content__slider {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 15px;
  background-color: #f3f3f3;
}
.section-content.section-content__slider .section-slides-wrapper {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.section-content.section-content__slider .section-slides-wrapper .slick-slides-carousel:not(.slick-initialized) {
  height: 34vw;
  max-height: 460px;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item {
  position: relative;
  display: block !important;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
  height: 34vw;
  max-height: 460px;
  background-color: #d6dee5;
}
.section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-content.section-content__slider .section-slides-wrapper .arrows-wrapper {
  position: absolute;
  right: 20px;
  bottom: 12px;
  z-index: 2;
}

@media (max-width: 767px) {
  .section-content.section-content__slider {
    padding: 30px 15px;
  }
  .section-content.section-content__slider .section-slides-wrapper .slide-item .slide-item__image {
    height: 52vw;
  }
}
.arrows-wrapper {
  display: flex;
}
.arrows-wrapper .slick-arrow {
  display: block;
  width: 26px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  text-align: center;
  font-size: 12px;
  transition: ease 0.5s;
  cursor: pointer;
  position: relative;
  transform: none;
}
.arrows-wrapper .slick-arrow.slick-prev-arrow {
  margin-right: 5px;
  left: unset;
}
.arrows-wrapper .slick-arrow.slick-next-arrow {
  margin-left: 5px;
  right: unset;
}
.arrows-wrapper .slick-arrow.slick-disabled {
  background-color: #fff;
}
.arrows-wrapper .slick-arrow:hover {
  background-color: var(--primary-color);
}

.arrows-top-right {
  position: relative;
}
.arrows-top-right .arrows-wrapper {
  position: absolute;
  top: -40px;
  right: 0;
  left: auto;
}

.section-banner-wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.section-banner-wrapper .banner-medium {
  position: relative;
}
.section-banner-wrapper .banner-medium .banner-item__image {
  height: 34vw;
  max-height: 460px;
  background-color: #d6dee5;
}
.section-banner-wrapper .banner-medium .banner-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.widget-product-categories .product-categories-body .slick-track {
  display: flex;
}
.widget-product-categories .product-categories-body .slick-track .slick-slide {
  height: inherit;
}
.widget-product-categories .product-categories-body .slick-track .slick-slide > div {
  height: 100%;
}
.widget-product-categories .product-categories-body .product-category-item {
  height: inherit;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body {
  background-color: #f7f7f6;
  border-radius: 10px;
  height: 100%;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body .category__name {
  font-size: 17px;
  font-weight: 700;
}
.widget-product-categories .product-categories-body .product-category-item .category-item-body:hover {
  background-color: #fff;
  box-shadow: 0 1.5rem 2rem 0 rgba(131, 132, 135, 0.15);
  transition: 0.5s;
}

.slick-dots {
  position: absolute;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0 7px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: 0 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.5s;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  background-color: var(--primary-color);
}

.slick-arrow {
  font-size: 11px;
  position: absolute;
  top: 50%;
  display: block;
  transition: ease 0.5s;
  width: 34px;
  height: 34px;
  line-height: 31px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: #222;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  z-index: 1;
  text-align: center;
}
.slick-arrow.slick-disabled {
  background-color: #ddd;
  cursor: not-allowed;
}
.slick-arrow.slick-next-arrow {
  right: 10px;
}

.slick-slides-carousel .slick-track {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: stretch;
}

.panel--sidebar ul, .panel--sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.panel--sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 82%;
  max-width: 400px;
  height: 100vh;
  overflow-y: auto;
  z-index: 10001;
  background-color: #fff;
  transform: translateX(-101%);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}
.panel--sidebar.panel--sidebar__right {
  left: auto;
  right: 0;
  transform: translateX(101%);
}
.panel--sidebar .panel__content {
  padding-top: 10px;
  padding-bottom: 70px;
}
.panel--sidebar.active {
  transform: translateX(0);
}
.panel--sidebar.active ~ .panel-overlay-layer {
  display: block;
}

.panel__header {
  position: relative;
  text-align: center;
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 23px 20px 23px;
}
.panel__header .panel__header-title {
  font-weight: 700;
}
.panel__header .close-toggle--sidebar {
  color: #000;
  font-size: 24px;
  padding: 0 0 0 3px;
}
.panel__header h3 {
  margin-bottom: 0;
}

.side-left .panel__header .panel__header-title {
  order: 1;
}
.side-left .panel__header .close-toggle--sidebar {
  transform: rotateY(180deg);
}

.panel-overlay-layer {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.25);
  display: none;
}

.panel--search-result {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  border: 1px solid #eaeaea;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1, 1, 0);
}
.panel--search-result .panel__content {
  max-height: 400px;
  overflow-y: auto;
}
.panel--search-result .panel__footer {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #eaeaea;
}
.panel--search-result.active {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  visibility: visible;
}

.slick-slides-carousel:hover .slick-list {
  padding-bottom: 170px;
  margin-bottom: -170px;
}
.slick-slides-carousel:hover .slick-list:hover {
  z-index: 2;
}
.slick-slides-carousel .product-inner {
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #c9c9c9;
  height: unset !important;
}
.slick-slides-carousel .product-inner:last-child {
  margin-right: -1px;
  border-width: 1px;
}
.slick-slides-carousel:not(.slick-initialized) {
  height: 300px;
  overflow: hidden;
}
.slick-slides-carousel:not(.slick-initialized) > * {
  display: none;
}
.slick-slides-carousel:not(.slick-initialized):after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #bdbdbd transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
}

.product-gallery__variants .slick-slide {
  cursor: pointer;
}
.product-gallery__variants .slick-slide .item .border {
  border: 1px solid #ccc !important;
}
.product-gallery__variants .slick-slide .item .border img {
  width: 50px;
  height: 50px;
}
.product-gallery__variants .slick-slide.slick-current .item .border {
  border-color: var(--primary-color) !important;
}

.product-inner {
  padding: 20px 25px 30px;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: transparent;
}
.product-inner .product-thumbnail {
  position: relative;
  margin-bottom: 20px;
}
.product-inner .product-thumbnail .product-loop__buttons {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  display: block;
}
.product-inner .product-thumbnail .product-loop__buttons .product-loop_button {
  margin-bottom: 10px;
}
.product-inner .product-thumbnail .product-loop__buttons .product-loop_button a {
  transform: translateX(10px);
  transition-delay: 0s;
  transition: 0.3s;
}
.product-inner:hover {
  border-color: #c9c9c9;
  position: relative;
}
.product-inner:hover .product-loop__buttons {
  opacity: 1;
  z-index: 1;
}
.product-inner:hover .product-loop__buttons .product-loop_button a {
  transform: translateX(0);
}
.product-inner:hover .product-loop__buttons .quick-view-button .quick-view {
  transition-delay: 0s;
}
.product-inner:hover .product-loop__buttons .wishlist-button .wishlist {
  transition-delay: 75ms;
}
.product-inner:hover .product-loop__buttons .compare-button .compare {
  transition-delay: 0.15s;
}
.product-inner:hover .product-bottom-box {
  display: block;
  z-index: 9;
}
.product-inner .product-bottom-box {
  padding: 17px 25px 25px;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #c9c9c9;
  position: absolute;
  left: -26px;
  right: -26px;
  top: 100%;
  display: none;
  background-color: #fff;
  z-index: -1;
}
.product-inner .product-bottom-box .product-loop__buttons {
  display: none;
}
.product-inner .product__title {
  font-size: 14px;
  font-weight: 400;
  color: #09f;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.product-inner .product__title a {
  color: #09f;
  transition: ease 0.3s;
  line-height: 20px;
  box-shadow: none;
  text-decoration: none;
}
.product-inner .product__title a:hover {
  color: var(--primary-color);
}
.product-inner .meta-sku {
  display: none;
}
.product-inner .product-button .add-to-cart-button {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
.product-inner .deal-sold .deal-text {
  width: 100%;
  order: 2;
  margin-top: 5px;
}
.product-inner .deal-sold .deal-progress {
  width: 100%;
  order: 1;
}

.product-details .sold-by-meta {
  font-weight: 700;
}
.product-details .product-entry-meta {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-details .product-entry-meta > div {
  position: relative;
  margin-right: 14px;
  padding-right: 15px;
}
.product-details .meta-sku .meta-value {
  margin-left: 5px;
  color: #888;
}

.product-price {
  color: #690;
  margin-bottom: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 15px;
}
.product-price del {
  font-weight: 400;
  margin-right: 4px;
  order: 2;
  color: #888;
  font-size: 0.85em;
}
.product-price ins {
  color: #cb4321;
  background-color: transparent;
  margin-right: 4px;
  order: 1;
}

.product-stock:not(.without-bg) {
  font-weight: 700;
  padding: 7px 15px;
  background-color: #ebfae9;
  border: 1px solid #82d45e;
  border-radius: 5px;
  margin: 14px 0 20px;
}
.product-stock label {
  color: #222;
  font-weight: 400;
  margin-right: 8px;
}
.product-stock.in-stock {
  font-weight: 700;
  color: #26901b;
}
.product-stock.out-of-stock {
  background-color: #ffe9e1;
  border-color: #f79090;
  color: #e84506;
}
.product-stock.out-of-stock.without-bg {
  font-weight: 700;
  background-color: unset;
}

.product-loop__buttons {
  display: flex;
}
.product-loop__buttons .wishlist-button .wishlist .svg-icon:nth-of-type(2) {
  color: var(--primary-color);
}
.product-loop__buttons .wishlist-button .wishlist:not(.added-to-wishlist) .svg-icon:nth-of-type(2) {
  display: none;
}
.product-loop__buttons .wishlist-button .wishlist.added-to-wishlist .svg-icon:nth-of-type(1) {
  display: none;
}
.product-loop__buttons .product-loop_button {
  margin-bottom: 10px;
}
.product-loop__buttons .product-loop_button a {
  display: block;
  font-size: 15px;
  color: var(--primary-color);
  line-height: 1;
  text-align: right;
}
.product-loop__buttons .product-loop_button span:not(.svg-icon) {
  display: none;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading .svg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
.product-loop__buttons .product-loop_button .product-loop_action.loading .svg-icon:before {
  content: " ";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #777 transparent;
  animation: lds-dual-ring 0.5s linear infinite;
  display: inline-block;
  margin-right: 2px;
  position: absolute;
}

.ribbons .ribbon {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  display: block;
  margin: 0;
  position: absolute;
  background-color: #26901b;
  top: 0;
  left: 0;
  height: 20px;
  line-height: 19px;
  padding: 0 7px;
  min-width: inherit;
  min-height: inherit;
  border-radius: 3px;
}
.ribbons .ribbon.onsale {
  background-color: #ff7200;
}
.ribbons .ribbon.out-of-stock {
  background-color: #222;
}
.ribbons .ribbon.featured {
  background-color: #ff8c46;
}

.product-button {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-button .quantity {
  flex: 0 1 100px;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.product-button .quantity .qty-box {
  width: 100%;
  border: 1px solid #ddd;
  position: relative;
  border-radius: 3px;
}
.product-button .quantity .qty {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  border-width: 0;
  width: 100%;
  padding: 10px 0;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
}
.product-button .quantity .qty::-webkit-inner-spin-button, .product-button .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-button .quantity .decrease,
.product-button .quantity .increase {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 10px;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.product-button .quantity .increase {
  right: 0;
  left: auto;
}
.product-button .label-quantity {
  display: none;
  margin-bottom: 10px;
}
.product-button .box-price {
  display: flex;
  margin-bottom: 10px;
  font-size: 13px;
  align-items: center;
}
.product-button .box-price .title-price {
  margin: 0 5px 0 0;
  color: #888;
}
.product-button .box-price .price-current,
.product-button .box-price .price-symbol {
  color: #690;
  font-weight: 700;
}

#product-quick-view-modal .product-button {
  align-items: flex-end;
  display: flex;
  border-top: 1px solid #eee;
  padding: 17px 0 0;
}
#product-quick-view-modal .product-button .label-quantity {
  display: block;
}
#product-quick-view-modal .product-button .box-price {
  display: none;
}
#product-quick-view-modal .product-button .add-to-cart-button {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
#product-quick-view-modal .product-entry-meta > div:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #e5e5e5;
}
#product-quick-view-modal .product-gallery__wrapper .product-gallery__image .img-fluid-eq .img-fluid-eq__dummy {
  margin-top: 77%;
}
#product-quick-view-modal .entry-product-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#product-quick-view-modal .product-loop__buttons {
  margin-left: 10px;
}
#product-quick-view-modal .product-loop__buttons .quick-view {
  display: none;
}
#product-quick-view-modal .product-loop__buttons .product-loop_action {
  margin-right: 10px;
}
#product-quick-view-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  z-index: 1;
}
#product-quick-view-modal.loading .modal-dialog {
  display: none;
}
#product-quick-view-modal.loading .modal-loading {
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#product-quick-view-modal.loading .modal-loading:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #fff transparent;
  animation: lds-dual-ring 0.5s linear infinite;
}

.product-detail-container .cart-form {
  border-bottom: 1px solid #d2d2d2;
  padding: 17px 0;
  margin-bottom: 30px;
}
.product-detail-container .product-details .product-meta-sold-by a {
  font-weight: 700;
  color: #09f;
  font-size: 16px;
  text-transform: uppercase;
}
.product-detail-container .product-details .product-entry-meta {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 10px;
}
.product-detail-container .product-details .product-entry-meta a {
  color: #09f;
}
.product-detail-container .product-details .product-entry-meta p, .product-detail-container .product-details .product-entry-meta small {
  font-size: 13px;
}
.product-detail-container .product-details .product-price ins {
  font-weight: 700;
  font-size: 24px;
}
.product-detail-container .product-details .product-price del {
  font-size: 16px;
  font-weight: 500;
}
.product-detail-container .product-button .label-quantity {
  display: inline-block;
}
.product-detail-container .product-button .add-to-cart-button {
  flex: 1 1 30%;
  margin-right: 0.5rem;
  white-space: nowrap;
}
.product-detail-container .product-button .quantity .qty {
  height: 46px;
}
.product-detail-container .box-price {
  display: none;
}
.product-detail-container .product-loop__buttons {
  margin-top: 20px;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
}
.product-detail-container .product-loop__buttons .quick-view-button {
  display: none;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action {
  display: flex;
  margin-right: 20px;
  color: #000;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action .product-loop_icon {
  display: flex;
  margin-right: 7px;
}
.product-detail-container .product-loop__buttons .product-loop_button .product-loop_action span.text {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown {
  display: flex;
  text-align: center;
}
.product-detail-container .deal-expire-date .expire-countdown .timer {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .timer .digits {
  font-size: 20px;
  white-space: nowrap;
  font-weight: 700;
  color: #e84506;
  background-color: #fff;
  padding: 10px 5px;
  margin: 0 0 3px;
  line-height: 1;
  border: 1px solid #e4e4e4;
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .timer .text {
  display: block;
}
.product-detail-container .deal-expire-date .expire-countdown .divider {
  padding-top: 0.3em;
  font-size: 18px;
  font-weight: 700;
  color: #aaa;
  width: 14px;
}
.product-detail-container .product-detail-tabs .nav {
  margin: 0 0 40px;
  padding: 22px 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #f5f5f5;
}
.product-detail-container .product-detail-tabs .nav .nav-link {
  display: block;
  position: relative;
  font-size: 16px;
  color: var(--text-color);
  text-transform: inherit;
  border-bottom: 1px solid #e1e1e1;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  border-radius: 0;
}
.product-detail-container .product-detail-tabs .nav .nav-link.active {
  background-color: var(--primary-color);
  color: #fff;
}
.product-detail-container .product-detail-tabs .nav .nav-link:last-child {
  border-bottom-color: transparent;
}
.product-detail-container .deal-sold {
  align-items: center;
}
.product-detail-container .deal-sold .deal-text .text {
  font-weight: 400;
}
.product-detail-container .col .site-info__item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px;
}
.product-detail-container .col:last-child .site-info__item {
  border: none;
  padding: 0;
}
.product-detail-container .meta-sku, .product-detail-container .meta-categories {
  margin-bottom: 5px;
}
.product-detail-container .meta-sku .meta-label, .product-detail-container .meta-categories .meta-label {
  color: #888;
}
.product-detail-container .meta-sku .meta-value, .product-detail-container .meta-categories .meta-value {
  color: #000;
}
.product-detail-container .meta-categories a {
  color: #09f;
}

.star-rating-wrapper {
  display: flex;
  align-items: center;
}
.star-rating-wrapper .star-rating {
  margin-right: 2px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}
.star-rating-wrapper .star-rating .rating-stars {
  display: block;
  line-height: 0;
}
.star-rating-wrapper .star-rating .rating-stars .svg-icon {
  color: #999;
  display: inline-block;
}
.star-rating-wrapper .star-rating .user-rating {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.star-rating-wrapper .star-rating .user-rating .svg-icon {
  color: var(--primary-color);
}
.star-rating-wrapper .star-count {
  line-height: 12px;
}

.product-panel-reviews .bar-rating .star-item {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}
.product-panel-reviews .bar-rating .star-item .slabel, .product-panel-reviews .bar-rating .star-item .svalue {
  flex: 0 0 auto;
  width: 60px;
  text-align: center;
}
.product-panel-reviews .bar-rating .star-item .progress {
  width: 100%;
}

.store-social-wrapper .store-social {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
.store-social-wrapper .store-social li {
  margin-left: 0;
  margin-right: 7px;
  display: inline-block;
}
.store-social-wrapper .store-social li:last-child {
  margin-right: 0;
}
.store-social-wrapper .store-social li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #1b4e9b;
  color: #fff;
  border-radius: 3px;
  display: block;
}
.store-social-wrapper .store-social li .social-twitter {
  background-color: #00aeef;
}
.store-social-wrapper .store-social li .social-pinterest {
  background-color: #c92228;
}
.store-social-wrapper .store-social li .social-linkedin {
  background-color: #007bb5;
}
.store-social-wrapper .store-social li .social-youtube {
  background-color: #b00;
}
.store-social-wrapper .store-social li .social-instagram {
  background-color: #125688;
}
.store-social-wrapper .store-social li .social-flickr {
  background-color: #ff0084;
}

.vendor-info {
  background-color: #2f2f2f;
}

.vendor-avatar img {
  background-color: #fff;
}

.vendor-store-info {
  list-style: none;
  color: #fff;
}
.vendor-store-info .star-rating-wrapper .star-count {
  color: #fff !important;
}
.vendor-store-info li {
  position: relative;
  list-style: none;
  display: block;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.vendor-store-info li.vendor-store-register-date span {
  color: #cbc4c4;
}
.vendor-store-info li.vendor-store-open-close {
  color: #26901b;
  position: relative;
  padding-left: 20px;
}
.vendor-store-info li.vendor-store-open-close:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #26901b;
  border-radius: 50%;
}

.shop-products-listing__list .product-inner {
  display: flex;
  border-width: 1px;
  border-color: transparent;
}
.shop-products-listing__list .product-inner:hover {
  border-color: #ddd;
}
.shop-products-listing__list .product-inner .product-thumbnail {
  flex-basis: 21%;
  width: 21%;
  margin-bottom: 0;
}
.shop-products-listing__list .product-inner .product-details {
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  flex: 1 0 0%;
}
.shop-products-listing__list .product-inner .product-details .product-bottom-box {
  position: unset;
  left: unset;
  right: unset;
  top: unset;
  display: block;
  border-color: transparent;
  max-width: 240px;
}

.catalog-primary-sidebar .widget-wrapper {
  margin-bottom: 50px;
  background: #f5f5f5;
  padding: 20px;
}
.catalog-primary-sidebar .widget-wrapper .widget-title {
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.catalog-primary-sidebar .widget-wrapper .widget-content ul {
  padding-left: 0;
}
.catalog-primary-sidebar .widget-wrapper .widget-filter-item {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 40px;
  padding-bottom: 0;
  padding-top: 40px;
}

.toolbar-view__icon a {
  padding-right: 7px;
  margin-right: 7px;
}
.toolbar-view__icon a.active {
  color: var(--primary-color);
}
.toolbar-view__icon a.list {
  font-size: 28px;
}
.toolbar-view__icon a.grid {
  font-size: 21px;
}

.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle {
  min-width: 170px;
  color: #999;
  cursor: pointer;
  min-height: 44px;
  line-height: 42px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 0 35px 0 15px;
  text-align: left;
  font-weight: normal;
}
.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  font-weight: 700;
}
.catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-menu {
  min-width: 170px;
}
.catalog-header__right .text {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
}

.widget-layered-nav-list ul {
  list-style-type: none;
  padding-inline-start: 12px;
  padding-inline-end: 12px;
}
.widget-layered-nav-list ul:first-child {
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.widget-layered-nav-list ul li {
  position: relative;
  margin: 6px 0;
}
.widget-layered-nav-list ul li > .widget-layered-nav-list__item .cat-menu-close.opened-icon {
  display: none;
}
.widget-layered-nav-list ul li.opened > .widget-layered-nav-list__item .cat-menu-close.closed-icon {
  display: none;
}
.widget-layered-nav-list ul li.opened > .widget-layered-nav-list__item .cat-menu-close.opened-icon {
  display: block;
}
.widget-layered-nav-list ul li.opened > ul {
  display: block;
}
.widget-layered-nav-list ul li ul {
  display: none;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .cat-menu-close {
  font-size: 12px;
  padding-right: 10px;
  cursor: pointer;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link {
  border: 1px solid transparent;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  min-width: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link:hover, .widget-layered-nav-list ul li .widget-layered-nav-list__item .nav-list__item-title .nav-list__item-link.active {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check {
  font-weight: 600;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .form-check-label {
  cursor: pointer;
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check:hover {
  color: var(--primary-color);
}
.widget-layered-nav-list ul li .widget-layered-nav-list__item .form-check .count {
  display: inline-block;
  margin-left: 5px;
  color: #999;
  transition: 0.5s;
}

.loading-skeleton h1,
.loading-skeleton h2,
.loading-skeleton h3,
.loading-skeleton h4,
.loading-skeleton h5,
.loading-skeleton h6,
.loading-skeleton p,
.loading-skeleton a,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: var(--primary-color);
  border-color: #eee;
}
.loading-skeleton h1::-moz-placeholder, .loading-skeleton h2::-moz-placeholder, .loading-skeleton h3::-moz-placeholder, .loading-skeleton h4::-moz-placeholder, .loading-skeleton h5::-moz-placeholder, .loading-skeleton h6::-moz-placeholder, .loading-skeleton p::-moz-placeholder, .loading-skeleton a::-moz-placeholder, .loading-skeleton .btn::-moz-placeholder, .loading-skeleton label::-moz-placeholder, .loading-skeleton .form-control::-moz-placeholder {
  color: transparent;
}
.loading-skeleton h1::placeholder,
.loading-skeleton h2::placeholder,
.loading-skeleton h3::placeholder,
.loading-skeleton h4::placeholder,
.loading-skeleton h5::placeholder,
.loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder,
.loading-skeleton a::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
.text-swatch li {
  display: inline-block;
  margin-right: 5px;
}
.text-swatch li input[type=radio], .text-swatch li input[type=checkbox] {
  display: none;
}
.text-swatch li input[type=radio]:checked ~ span, .text-swatch li input[type=checkbox]:checked ~ span {
  border: 1px solid var(--primary-color);
}
.text-swatch li input[type=radio]:checked ~ span:after, .text-swatch li input[type=checkbox]:checked ~ span:after {
  width: 16px;
  height: 16px;
  content: "\e934";
  font-family: "Linearicons" !important;
  position: absolute;
  overflow: hidden;
  right: -8px;
  bottom: -5px;
  color: #fff;
  font-size: 8px;
}
.text-swatch li input[type=radio]:checked ~ span:before, .text-swatch li input[type=checkbox]:checked ~ span:before {
  border: 16px solid transparent;
  border-bottom: 16px solid var(--primary-color);
  content: "";
  position: absolute;
  right: -16px;
  bottom: -1px;
}
.text-swatch li span {
  padding: 5px 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.text-swatch li.attribute-swatch-item.pe-none span:before, .text-swatch li.attribute-swatch-item.pe-none span:after {
  border-top: 1px dashed #999;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.text-swatch li.attribute-swatch-item.pe-none span:before {
  transform: rotate(45deg);
}
.text-swatch li.attribute-swatch-item.pe-none span:after {
  transform: rotate(-45deg);
}

.custom-checkbox input[type=checkbox], .custom-checkbox input[type=radio], .custom-radio input[type=checkbox], .custom-radio input[type=radio] {
  display: none;
}
.custom-checkbox label, .custom-radio label {
  display: block;
}
.custom-checkbox span, .custom-radio span {
  display: block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox]:checked ~ span:before, .custom-checkbox input[type=radio]:checked ~ span:before, .custom-radio input[type=checkbox]:checked ~ span:before, .custom-radio input[type=radio]:checked ~ span:before {
  content: "";
  display: block;
  border: 2px solid var(--primary-color);
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
}
.custom-checkbox.disabled label, .custom-radio.disabled label {
  position: relative;
}
.custom-checkbox.disabled label:before, .custom-checkbox.disabled label:after, .custom-radio.disabled label:before, .custom-radio.disabled label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 90%;
  background-color: #ececec;
  transform-origin: 50% 50%;
  transition: all 0.4s ease;
  z-index: 20;
}
.custom-checkbox.disabled label:before, .custom-radio.disabled label:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.custom-checkbox.disabled label:after, .custom-radio.disabled label:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.custom-checkbox.disabled span, .custom-radio.disabled span {
  opacity: 0.9;
}
.custom-checkbox.disabled input[type=checkbox]:checked ~ span:before, .custom-checkbox.disabled input[type=radio]:checked ~ span:before, .custom-radio.disabled input[type=checkbox]:checked ~ span:before, .custom-radio.disabled input[type=radio]:checked ~ span:before {
  display: none;
}

.color-swatch li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  vertical-align: top;
}

.nonlinear-wrapper .nonlinear {
  width: 90%;
  margin: 10px auto;
}
.nonlinear-wrapper .noUi-connect {
  background-color: var(--primary-color);
}
.nonlinear-wrapper .noUi-horizontal {
  height: 8px;
}
.nonlinear-wrapper .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -17px;
  top: -5px;
}
.nonlinear-wrapper .noUi-handle {
  border: 3px solid var(--primary-color);
  border-radius: 50%;
  box-shadow: none;
}
.nonlinear-wrapper .noUi-handle:after, .nonlinear-wrapper .noUi-handle:before {
  display: none;
}
.nonlinear-wrapper .slider__meta {
  background-color: #f3f3f3;
  padding: 5px 13px;
  border-radius: 5px;
  font-size: 13px;
  min-width: 100px;
  font-weight: 600;
  margin: 8px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -7px;
}

@media (min-width: 768px) {
  .product-gallery__variants .slick-slide .item {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .product-detail-container .product-details-content {
    border-left: 1px solid #d2d2d2;
  }
}
@media (max-width: 991px) {
  .shop-products-listing {
    border-width: 0 0 0 1px;
    border-color: #c9c9c9;
    border-style: solid;
  }
  .shop-products-listing .product-inner {
    border-style: solid;
    border-width: 1px 1px 1px 0;
    border-color: #c9c9c9;
    margin-top: -1px;
  }
  .product-inner {
    border-bottom-width: 1px;
  }
  .product-inner .product-bottom-box {
    position: static;
    display: block;
    z-index: 1;
    padding: 15px 0 0;
    border: none;
  }
  .product-inner .product-thumbnail .product-loop__buttons {
    opacity: 1;
    z-index: 1;
  }
  .product-inner .product-thumbnail .product-loop__buttons .product-loop_button .product-loop_action {
    transition-delay: 0s;
    transform: translateX(0);
  }
  .product-deals-day__body .slick-track {
    display: flex;
  }
  .product-deals-day__body .slick-track .slick-slide {
    height: inherit;
  }
  .product-deals-day__body .product-inner {
    height: inherit;
  }
  .catalog-primary-sidebar {
    position: absolute;
    right: 0;
    top: 100%;
  }
  .catalog-primary-sidebar .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(157, 151, 151, 0.368627451);
  }
  .catalog-primary-sidebar .catalog-sidebar--inner {
    position: fixed;
    top: 0;
    width: 82%;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    z-index: 10001;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    left: auto;
    right: 0;
    transform: translateX(100%);
    padding-top: 0;
  }
  .catalog-primary-sidebar .catalog-sidebar--inner.side-left {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  .catalog-primary-sidebar.active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 10001;
    left: auto;
  }
  .catalog-primary-sidebar.active .catalog-sidebar--inner {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .catalog-header__right .catalog-toolbar__ordering .dropdown .dropdown-toggle {
    min-width: 140px;
    border-color: transparent;
    color: #222;
  }
}
@media (max-width: 576px) {
  .product-inner {
    padding: 10px;
    border-width: 1px;
  }
  .product-inner .product-button {
    display: block;
  }
  .product-inner .product-button .quantity {
    width: 100px;
  }
  .shop-products-listing__list .product-inner .product-details {
    display: block;
  }
  .shop-products-listing__list .product-inner .product-thumbnail {
    flex-basis: 43%;
    width: 43%;
  }
}
/****** Style Star Rating *****/
.form-rating-stars {
  float: left;
}
.form-rating-stars > label {
  float: right;
  color: #999;
  cursor: pointer;
  font-size: 1.05em;
}
.form-rating-stars > input:checked ~ label, .form-rating-stars:not(:checked) > label:hover, .form-rating-stars:not(:checked) > label:hover ~ label { /* hover previous stars in list */
  color: var(--primary-color);
}
.form-rating-stars > input:checked + label:hover,
.form-rating-stars > input:checked ~ label:hover,
.form-rating-stars > label:hover ~ input:checked ~ label,
.form-rating-stars > input:checked ~ label:hover ~ label {
  color: #fab528;
}

.review-images:not(.review-images-total) a {
  width: 100px;
}
.review-images a {
  display: inline-block;
  height: 100px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem !important;
  line-height: 0;
}
.review-images a img {
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.review-images .more-review-images span {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #ffffff;
  font-size: 22px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review-images.review-images-total a {
  padding: 1.5px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  border: 0;
}

.image-viewer__item {
  position: relative;
  transition: all 0.3s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  text-align: initial;
  margin-right: 2px;
  background-color: #eee;
  width: 70px;
  height: 70px;
  border: 1px solid #c4c6cf;
  margin-top: 5px;
}
.image-viewer__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-upload__uploader-container {
  display: inline-block;
}
.image-upload__uploader-container:hover {
  cursor: pointer;
}
.image-upload__uploader-container .image-upload__uploader {
  width: 70px;
  height: 70px;
  border: 1px dashed #c4c6cf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
}
.image-upload__uploader-container .image-upload__uploader:hover {
  background: #d9edf7;
}
.image-upload__uploader-container .image-upload__uploader:hover .image-upload__file-input {
  cursor: pointer;
}

.image-upload__icon {
  color: #333;
  font-size: 20px;
  margin-bottom: 8px;
}

.image-upload__text {
  color: #333;
  font-size: 10px;
  padding: 0 3px;
  text-align: center;
}

.image-upload__file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.image-viewer__item {
  display: inline-block;
}

.image-viewer__list {
  display: block;
  width: 100%;
}

.image-viewer__icon-remove {
  position: absolute;
  top: -1px;
  right: 2px;
  z-index: 1;
  cursor: pointer;
}
.image-viewer__icon-remove i {
  color: #ffffff;
  background: #848484;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
}

.image-viewer__list.is-loading .loading {
  display: block !important;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  padding: 5px;
  font-size: 0.9em;
  cursor: help;
}

.image-upload__viewer .image-viewer__list .loading {
  position: absolute;
  width: 100%;
  background-color: rgba(146, 162, 177, 0.52);
  top: 0;
  bottom: 0;
  display: none;
}
.image-upload__viewer .image-viewer__list .loading .half-circle-spinner {
  width: 30px;
  height: 30px;
}

.header-recently-viewed {
  height: 100%;
}
.header-recently-viewed .recently-viewed-content {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 30px 84px;
  border-radius: 3px;
  min-height: 100px;
}
.header-recently-viewed .loading--wrapper {
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 99;
  background-color: #fff;
}
.header-recently-viewed .loading--wrapper .loading {
  opacity: 1;
  z-index: 99;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-recently-viewed .loading--wrapper .loading:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color) transparent;
  animation: lds-dual-ring 0.5s linear infinite;
}
.header-recently-viewed .recently-has-products {
  opacity: 0;
  transition: ease 0.5s;
}
.header-recently-viewed .recently-empty-products {
  transition: ease 0.5s;
}
.header-recently-viewed .recently-empty-products .btn-primary {
  margin-top: 15px;
}
.header-recently-viewed .recently-empty-products .empty-desc {
  line-height: 40px;
}
.header-recently-viewed .recently-viewed-products {
  opacity: 0;
  transition: ease 0.5s;
}
.header-recently-viewed .recently-viewed-products .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.header-recently-viewed .product-list {
  padding: 0;
  margin: 0 -20px;
}
.header-recently-viewed .product-list li.product {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.header-recently-viewed .product-list li.product a {
  display: inline-block;
  border: 2px solid #efeaea;
}
.header-recently-viewed .product-list li.product a:hover {
  border-color: var(--primary-color);
}
.header-recently-viewed .recently-button-products {
  color: #777;
  text-align: center;
  display: none;
  margin-top: 25px;
}
.header-recently-viewed .recently-button-products a {
  color: #777;
}
.header-recently-viewed .recently-button-products .svg-icon {
  font-size: 9px;
  margin-left: 5px;
}
.header-recently-viewed .slick-dots {
  bottom: -30px;
}
.header-recently-viewed .slick-dots button[aria-label="1 of 1"] {
  display: none;
}
.header-recently-viewed .recently-title {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
  height: 100%;
  font-size: 14px;
  font-weight: 700;
  transition: ease 0.3s;
  justify-content: flex-end;
  white-space: nowrap;
  margin-bottom: 0;
}
.header-recently-viewed .recently-title:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid transparent;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  top: calc(120% + 28px);
  left: 0;
  right: 20px;
  margin: auto;
  background-color: #fff;
  transform: translate(-50%, -5px) rotate(135deg);
  opacity: 0;
  transition: top ease 0.3s;
  z-index: 9999;
}
.header-recently-viewed .slick-next-arrow {
  right: -28px;
  right: -34px;
}
.header-recently-viewed .slick-prev-arrow {
  left: -28px;
  left: -34px;
}
.header-recently-viewed .recent-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #000;
}
.header-recently-viewed .recently-viewed-inner {
  position: absolute;
  top: calc(120% + 13px);
  right: 0;
  left: 0;
  z-index: 999;
  transition: top ease 0.3s;
  border-top: 0 solid transparent;
  opacity: 0;
  transform: scaleX(0);
}
.header-recently-viewed:hover .recently-viewed-products {
  opacity: 1;
}
.header-recently-viewed:hover .recently-title:before {
  top: 100%;
  opacity: 1;
}
.header-recently-viewed:hover .recently-title:after {
  transform: rotate(180deg) translateY(50%);
}
.header-recently-viewed:hover .recently-viewed-inner {
  opacity: 1;
  z-index: 999;
  transform: scaleX(1);
  top: calc(100% - 12px);
}
.header-recently-viewed .slick-arrow {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 11px;
  color: #000;
}

.header--sticky .header-recently-viewed:hover .recently-title:before {
  top: calc(100% - 2px);
}

.product-gallery {
  align-content: flex-start;
  display: flex;
  flex-flow: row-reverse nowrap;
}
.product-gallery .product-gallery__wrapper {
  display: block;
  max-width: calc(100% - 80px);
  padding-left: 10px;
  position: relative;
}
.product-gallery .product-gallery__wrapper .slick-arrow {
  background-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
  color: #000;
  font-size: 18px;
  height: 35px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 35px;
  z-index: 100;
}
.product-gallery .product-gallery__wrapper .slick-arrow svg {
  font-size: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-gallery .product-gallery__wrapper .slick-arrow:first-child {
  left: 10px;
}
.product-gallery .product-gallery__wrapper .slick-arrow:last-child {
  right: 10px;
}
.product-gallery .product-gallery__wrapper .slick-arrow:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.product-gallery .product-gallery__wrapper:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}
.product-gallery .product-gallery__variants {
  max-width: 80px;
  min-width: 80px;
  width: 100%;
}

.product-comments-list .pagination {
  margin-top: 20px;
  justify-content: center;
}
.product-comments-list .pagination .page-item .page-link {
  padding: 0 14px;
  position: relative;
  display: inline-block;
  z-index: 30;
  line-height: 32px;
  border: none;
  background-color: #f5f5f5;
  color: #000;
  vertical-align: middle;
  font-size: 14px;
  width: auto;
  height: auto;
}
.product-comments-list .pagination .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
}
.product-comments-list .pagination .page-item a.page-link:hover {
  color: #000;
  background-color: var(--primary-color);
}
.product-comments-list .pagination .page-item.active .page-link {
  color: #000;
  background-color: var(--primary-color);
}

@media (max-width: 767px) {
  .vendor-info-summary .vendor-info {
    background-image: none !important;
  }
  .product-gallery {
    display: block;
  }
  .product-gallery .product-gallery__wrapper {
    max-width: 100%;
    padding-left: 0;
  }
  .product-gallery .product-gallery__variants {
    max-width: 100%;
  }
  .product-gallery .product-gallery__variants .slick-slide {
    max-width: 60px;
  }
}
.widget-blog {
  background-color: #f3f3f3;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widget-blog .widget-blog-container {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 25px 0;
  border-radius: 10px;
}
.widget-blog .widget-blog-container .entry-description p {
  margin-bottom: 0;
}
.widget-blog .slick-dots {
  bottom: -20px;
}
.widget-blog .post-item-wrapper {
  padding-right: 25px;
  padding-left: 25px;
  border-left: 1px solid #eee;
}
.widget-blog .post-item-wrapper .card .row > div {
  width: 100%;
}
.widget-blog .post-item-wrapper .post-item__image {
  margin-bottom: 1.5rem;
}
.widget-blog .post-item-wrapper .post-item__image .img-fluid-eq__dummy {
  margin-top: 67%;
}
.widget-blog .post-item-wrapper .post-item__image img {
  border-radius: 10px;
}
.widget-blog .post-item-wrapper .post-item__image img.loaded {
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-blog .slick-current .post-item-wrapper {
  border-left-color: transparent;
}

.widget-mobile-apps {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 50px 15px 250px;
  border-radius: 10px;
  background-color: #e4eaee;
}

.blog-page-content .blog-page-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.blog-page-content .post-item-wrapper .card {
  padding-top: 1.5rem;
  border-bottom-width: 1px;
}
.blog-page-content .post-item-wrapper:first-child .card {
  padding-top: 0;
}
.blog-page-content .post-item-wrapper:last-child .card {
  border-bottom-width: 0px;
}
.blog-page-content .post-item-wrapper .post-item__content > div {
  display: flex;
  flex-wrap: wrap;
}
.blog-page-content .post-item-wrapper .post-item__content > div .entry-meta {
  order: 2;
  color: #888;
}
.blog-page-content .post-item-wrapper .post-item__content > div .entry-meta .author-name {
  color: #09f;
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .post-item__content > div .entry-meta .entry-meta-categories {
  color: #000;
  font-weight: 700;
}
.blog-page-content .post-item-wrapper .post-item__content > div .entry-title {
  order: 1;
}
.blog-page-content .post-item-wrapper .post-item__content > div .entry-description {
  order: 3;
  margin-top: 15px;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title a {
  color: #000;
  position: relative;
  background: linear-gradient(to right, currentColor 0, currentColor 100%) no-repeat 0 95%;
  background-size: 0 2px;
  transition: background-size 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 3px 0;
  background-position: 0 95%;
  font-size: 28px;
}
.blog-page-content .post-item-wrapper .post-item__content .entry-title a:hover {
  background-size: 100% 2px;
}

.blog-page-content .post-item__image img {
  max-width: 270px;
}

.post-item__inner {
  border-width: 0;
}
.post-item__inner .post-item__image .img-fluid-eq__dummy {
  margin-top: 67%;
}
.post-item__inner .entry-meta {
  display: flex;
  flex-wrap: wrap;
}
.post-item__inner .entry-meta a {
  font-weight: 700;
}
.post-item__inner .entry-meta .entry-meta-author, .post-item__inner .entry-meta .entry-meta-categories, .post-item__inner .entry-meta span {
  padding-right: 3px;
}
.post-item__inner .entry-meta .post-item__image img {
  border-radius: 10px;
}
.post-item__inner .entry-meta .entry-meta-author a {
  color: #09f;
}
.post-item__inner .entry-meta .entry-meta-author a:hover {
  text-decoration: underline;
}

.widget-blog-categories ul li {
  padding: 0 0 6px;
  list-style: none;
  color: #666;
}

.widget-area {
  font-size: 16px;
}
.widget-area ul {
  margin-left: 0;
  padding-left: 0;
}
.widget-area .widget-title {
  font-size: 24px;
  line-height: 1.75;
  margin: 0;
  padding: 0 0 13px;
  color: #000;
  padding-bottom: 21px;
}
.widget-area .post-item-small .entry-meta {
  font-size: 13px;
  margin-bottom: 7px;
  color: #888;
}
.widget-area .post-item-small .entry-meta .entry-meta-date a {
  color: #09f;
  font-weight: 600;
}
.widget-area .post-item-small .entry-meta .author-name {
  color: #09f;
  font-weight: 700;
}
.widget-area .post-item-small .entry-title {
  font-size: 14px;
}
.widget-area .post-item-small .img-fluid-eq .img-fluid-eq__wrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.widget-area .tag-cloud-link {
  color: #666;
  font-size: 14px !important;
  margin: 0 4px 6px 0;
  padding: 4px 15px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
  transition: all 0.5s;
  border-radius: 3px;
}
.widget-area .tag-cloud-link:hover {
  color: var(--text-color);
  background-color: var(--primary-color);
}
.widget-area .widget-sidebar {
  margin-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}
.widget-area .widget-sidebar:last-child, .widget-area .widget-sidebar.widget-search {
  border-bottom-width: 0;
}

.related-posts .list-post--wrapper {
  margin-bottom: 20px;
  padding: 20px 10px;
  border: 1px solid #eee;
}
.related-posts .list-post--wrapper .slick-slides-carousel {
  padding-bottom: 60px;
}
.related-posts .list-post--wrapper .post-item-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.related-posts .list-post--wrapper .post-item-wrapper .post-item__image, .related-posts .list-post--wrapper .post-item-wrapper .post-item__content {
  width: 100%;
}
.related-posts .list-post--wrapper .post-item-wrapper .post-item__image {
  margin-bottom: 20px;
}
.related-posts .list-post--wrapper .post-item-wrapper .entry-meta .entry-meta-author, .related-posts .list-post--wrapper .post-item-wrapper .entry-meta .entry-meta-date {
  display: none;
}
.related-posts .list-post--wrapper .post-item-wrapper .entry-title {
  font-size: 16px;
}
.related-posts .list-post--wrapper .slick-arrow {
  z-index: 3;
}
.related-posts .list-post--wrapper .slick-arrow.slick-next-arrow {
  right: 0;
}

.customer-auth-form .nav-tabs {
  justify-content: center;
  padding: 10px;
}
.customer-auth-form .nav-tabs .nav-link {
  background-color: unset;
  border: 0;
  color: #000;
}
.customer-auth-form .nav-tabs .nav-link.active {
  color: #495057;
  border-radius: 0;
}

.store-card-wrapper .card-header {
  border: 0;
  border-radius: 0;
}

@media (min-width: 769px) {
  .store-listing__list .store-card-wrapper {
    display: flex;
    flex-direction: unset;
  }
  .store-listing__list .store-card-wrapper .card-header {
    flex-basis: 21%;
    width: 21%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-header .card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: 0;
    border-bottom-left-radius: calc(0.25rem - 1px);
  }
  .store-listing__list .store-card-wrapper .card-body {
    flex-basis: 50%;
    width: 50%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-body .store-data-avatar img {
    max-width: 60px;
  }
  .store-listing__list .store-card-wrapper .card-footer {
    flex-basis: 29%;
    width: 29%;
    margin-bottom: 0;
  }
  .store-listing__list .store-card-wrapper .card-footer .visit-store-wrapper {
    border-top: 0 !important;
  }
}
.dashboard-navigation {
  border: 1px solid #eaeaea;
  text-transform: uppercase;
  color: #000;
}
.dashboard-navigation .nav-item {
  border-bottom: 1px solid #eaeaea;
  background-color: #f5f5f5;
}
.dashboard-navigation .nav-item:last-child {
  border-bottom: 0;
}
.dashboard-navigation .nav-item .nav-link {
  padding: 12px 30px;
  color: inherit;
}
.dashboard-navigation .nav-item .nav-link.active {
  font-weight: 700;
}

.product-reviews-container {
  position: relative;
}
.product-reviews-container .loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.product-reviews-container .loading-spinner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  animation: lds-dual-ring 0.5s linear infinite;
  width: 40px;
  height: 40px;
  border-color: var(--primary-color) transparent var(--primary-color) transparent;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* purgecss start ignore */
.container-xxxl {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
  width: 100%;
}

.svg-icon svg {
  vertical-align: -0.125em;
  width: 1em;
  height: 1em;
  display: inline-block;
  fill: currentColor;
}

.form-control {
  font-size: 1em;
  outline: none;
  border-radius: 3px;
  text-align: right;
}
.form-control:not(.form-control-lg) {
  padding: 8px 15px;
}

.form-select {
  font-size: 1em;
}

.required:after {
  color: #cb4321;
  content: " *";
}

.dropdown-menu {
  font-size: 1em;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.countdown-wrapper .header-countdown {
  color: #fff;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 10px;
  background-color: #cb4321;
}
.countdown-wrapper .header-countdown .svg-icon {
  font-size: 18px;
}
.countdown-wrapper .header-countdown .ends-text {
  font-weight: 600;
  line-height: 1;
}
.countdown-wrapper .expire-countdown .digits {
  font-weight: 600;
  font-size: 16px;
}
.countdown-wrapper .expire-countdown .text {
  display: none;
}
.countdown-wrapper .expire-countdown .divider {
  margin: 0 2px;
}
.countdown-wrapper .expire-countdown .divider:last-child {
  display: none;
}

.widget-header {
  margin-right: 96px;
}
.widget-header h2 {
  font-size: 1.5rem;
}

.extra-links-wrapper .extra-links {
  align-items: center;
  list-style: none;
  padding: 4px 0;
  margin: 0;
}
.extra-links-wrapper .extra-links li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  flex-shrink: 0;
}
.extra-links-wrapper .extra-links li:first-child {
  padding-left: 0;
}
.extra-links-wrapper .extra-links li.view-all-btn {
  text-shadow: 0 0 #000;
}

.widget-featured-banners .featured-banner-item {
  border-radius: 10px;
  overflow: hidden;
}
.widget-featured-banners .featured-banner-item .img-fluid-eq__dummy {
  margin-top: 65%;
}
.widget-featured-banners .featured-banner-item .featured-banner-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.widget-product-categories .category__thumb .img-fluid-eq__dummy {
  margin-top: 70%;
}

.featured-brands-body .brand__thumb .img-fluid-eq__dummy {
  margin-top: 65%;
}

.img-fluid-eq {
  display: inline-block;
  position: relative;
  width: 100%;
}
.img-fluid-eq .img-fluid-eq__dummy {
  margin-top: 100%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-3 {
  margin-top: 30%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-5 {
  margin-top: 50%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-6 {
  margin-top: 60%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-7 {
  margin-top: 70%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-8 {
  margin-top: 80%;
}
.img-fluid-eq .img-fluid-eq__dummy.dummy-mt-9 {
  margin-top: 90%;
}
.img-fluid-eq .img-fluid-eq__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-fluid-eq .img-fluid-eq__wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.widget-socials-share {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget-socials-share li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 3px;
}
.widget-socials-share li:last-child {
  margin-right: 0;
}
.widget-socials-share .svg-icon {
  font-size: 15px;
  color: #fff;
}
.widget-socials-share a {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  text-align: center;
}
.widget-socials-share a.share-facebook {
  background-color: #4267b2;
}
.widget-socials-share a.share-twitter {
  background-color: #3eb0ff;
}
.widget-socials-share a.share-pinterest {
  background-color: #b10c0c;
}
.widget-socials-share a.share-google-plus {
  background-color: #cb1717;
}
.widget-socials-share a.share-linkedin {
  background-color: #0271ae;
}
.widget-socials-share a.share-vkontakte {
  background-color: #4c75a3;
}
.widget-socials-share a.share-whatsapp {
  background-color: #2ab200;
}
.widget-socials-share a.share-email {
  background-color: #cb1717;
}
.widget-socials-share a.share-tumblr {
  background-color: #3c586d;
}
.widget-socials-share a.share-instagram {
  background-color: #bc2a8d;
}
.widget-socials-share a .text {
  display: none;
}
.widget-socials-share.widget-socials__text li {
  margin-right: 4px;
}
.widget-socials-share.widget-socials__text li:last-child {
  margin-right: 0;
}
.widget-socials-share.widget-socials__text .svg-icon {
  font-size: 12px;
}
.widget-socials-share.widget-socials__text a {
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 5px 7px;
  color: #fff;
  border-radius: 3px;
}
.widget-socials-share.widget-socials__text a .text {
  display: inline-block;
  margin: 1px 0 0 5px;
  font-size: 10px;
  font-weight: 700;
}

.progress {
  border-radius: 0;
  height: 0.6rem;
}
.progress .progress-bar {
  background-color: var(--primary-color);
}

.accordion .accordion-item .accordion-header .accordion-button {
  font-size: 1em;
  padding: 1.25rem 1.75rem;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--primary-color);
  box-shadow: none;
}

.pagination-numeric-short {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #000;
  margin-top: 80px;
}
.pagination-numeric-short > a {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #ccc;
  margin: 0 20px;
}
.pagination-numeric-short > a:hover, .pagination-numeric-short > a:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.pagination-numeric-short > a.disabled {
  pointer-events: none;
  opacity: 0.65;
}
.pagination-numeric-short input[type=number] {
  width: 50px;
  height: 35px;
  padding: 0;
  text-align: center;
  border-radius: 3px;
  margin-right: 8px;
  border: 1px solid #ddd;
}
.pagination-numeric-short input[type=number]::-webkit-inner-spin-button, .pagination-numeric-short input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.page-item .page-link {
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #ccc;
  color: #000;
  margin-right: 7px;
  background-color: transparent;
  transition: ease 0.5s;
}
.page-item.active .page-link, .page-item:hover:not(.disabled) .page-link {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

input[type=button],
input[type=reset],
input[type=submit] {
  font-size: 14px;
  font-weight: 700;
  line-height: 42px;
  border: 0;
  border-radius: 3px;
  padding: 0 36px;
  background-color: var(--primary-color);
  transition: 0.5s;
  outline: 0;
}

.search-form {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #000;
  position: relative;
  max-width: 370px;
  margin: auto;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form .screen-reader-text {
  display: none;
}
.search-form .search-field {
  border: none;
  color: #000;
  width: 100%;
  background-color: #fff;
  padding: 9px 20px;
}
.search-form .search-submit {
  width: 42px;
  height: 42px;
  background: 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: none;
  text-indent: -9999px;
  z-index: 10;
  padding: 0;
}
.search-form:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAzMiAzMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzIgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik0zMC4xOSAzMC42NTlsLTkuNTA5LTEwLjM3NGMyLjE0My0yLjI0MiAzLjMyLTUuMTczIDMuMzItOC4yODYgMC0zLjIwNS0xLjI0OC02LjIxOS0zLjUxNS04LjQ4NXMtNS4yOC0zLjUxNS04LjQ4NS0zLjUxNS02LjIxOSAxLjI0OC04LjQ4NSAzLjUxNS0zLjUxNSA1LjI4LTMuNTE1IDguNDg1IDEuMjQ4IDYuMjE5IDMuNTE1IDguNDg1IDUuMjggMy41MTUgOC40ODUgMy41MTVjMi43NjEgMCA1LjM4LTAuOTI3IDcuNTAxLTIuNjMzbDkuNTA5IDEwLjM3M2MwLjE1OCAwLjE3MiAwLjM3NCAwLjI1OSAwLjU5IDAuMjU5IDAuMTkzIDAgMC4zODctMC4wNzAgMC41NC0wLjIxIDAuMzI2LTAuMjk5IDAuMzQ4LTAuODA1IDAuMDQ5LTEuMTN6TTEuNiAxMmMwLTUuNzM1IDQuNjY1LTEwLjQgMTAuNC0xMC40czEwLjQgNC42NjUgMTAuNCAxMC40LTQuNjY1IDEwLjQtMTAuNCAxMC40LTEwLjQtNC42NjUtMTAuNC0xMC40eiI+PC9wYXRoPg0KPC9zdmc+DQo=);
  width: 18px;
  height: 18px;
}

.error-404 .search-form {
  max-width: 370px;
  margin: auto;
}

.page-breadcrumbs {
  padding: 19px 0;
}
.page-breadcrumbs .breadcrumb {
  margin-bottom: 0;
}

.page-header .page-breadcrumbs {
  background-color: #f5f5f5;
}

.faqs-nav-tab .nav-tabs {
  list-style-type: none;
  border-bottom: 0;
}
.faqs-nav-tab .nav-tabs .nav-link {
  font-size: 16px;
  color: #888;
  font-weight: 700;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
}
.faqs-nav-tab .nav-tabs .nav-link.active {
  color: var(--primary-color);
}
.faqs-nav-tab .tab-content .tab-pane .faq-tab-wrapper {
  border-bottom: 1px solid #dee2e6;
}
.faqs-nav-tab .tab-content .tab-pane .col:last-child .faq-tab-wrapper:last-child {
  border: 0;
}

@media (min-width: 991px) {
  .faqs-nav-tab .nav-tabs {
    display: block;
  }
}
@media (min-width: 576px) {
  .tab-content .tab-pane .faq-tab-wrapper:last-child {
    border: 0;
  }
}
#faq-accordion .card-header {
  background: #fff;
  border-radius: 0;
  margin-bottom: -1px;
}
#faq-accordion .card-header h2 button {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  background: #fff;
  text-decoration: none !important;
  position: relative;
  display: block;
  width: 100%;
}
#faq-accordion .card-header h2 button::after {
  color: #ced4da;
  position: absolute;
  right: 0;
  top: -4px;
  border: 1px solid #ced4da;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-position: center;
  transform: scale(0.7) !important;
  transition: transform 0.2s ease-in-out;
}
#faq-accordion .card-header h2 button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#faq-accordion .card {
  border-bottom: 0;
  border-radius: 0;
}

.fb_dialog .fb_dialog_content iframe {
  bottom: 100px !important;
}

.input-group.input-group-with-text .form-control {
  border-right-width: 0;
  border-color: #ccc;
}
.input-group.input-group-with-text .input-group-text {
  background-color: #fff;
  color: var(--primary-color);
  font-size: 1em;
}

.form-check .form-check-input[type=checkbox] {
  border-radius: 0;
}
.form-check .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-check .form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.lg-backdrop {
  z-index: 10001;
}

.lg-outer {
  z-index: 10002;
}

.coming-soon-page {
  height: 100vh;
  overflow: hidden;
}
.coming-soon-page .countdown-wrapper .expire-countdown {
  display: flex;
}
.coming-soon-page .countdown-wrapper .expire-countdown .digits {
  font-size: 45px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
.coming-soon-page .countdown-wrapper .expire-countdown .text {
  display: block;
  color: #666;
}
.coming-soon-page .countdown-wrapper .expire-countdown .timer {
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
.coming-soon-page .countdown-wrapper .expire-countdown .divider {
  font-size: 26px;
  color: #aaa;
  margin: 0 10px;
}

@keyframes half-circle-spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.half-circle-spinner {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  margin: 20px auto;
  border-radius: 100%;
  position: relative;
}
.half-circle-spinner * {
  box-sizing: border-box;
}
.half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid transparent;
}
.half-circle-spinner .circle.circle-1 {
  border-top-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite;
}
.half-circle-spinner .circle.circle-2 {
  border-bottom-color: var(--primary-color);
  animation: half-circle-spinner-animation 1s infinite alternate;
}

.loading-container {
  background: rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  position: absolute;
  z-index: 10;
}

.product-attributes .attribute-values > ul {
  margin: 10px 0;
  padding-left: 0;
}

.ps-custom-scrollbar {
  max-height: 250px;
  overflow-y: scroll;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgb(102, 102, 102);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(204, 204, 204, 0.9);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.customer-auth-page h2 {
  text-transform: capitalize;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 20px;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.color-swatch li:last-child,
.text-swatch li:last-child {
  margin-right: 0;
}

.btn-primary.btn-black {
  background-color: #000;
  color: #fff;
}

.breadcrumb li.breadcrumb-item.active {
  color: #000;
}
.breadcrumb li.breadcrumb-item a {
  color: #09c;
  line-height: 20px;
}

#product-quick-view-modal {
  z-index: 10000;
}
#product-quick-view-modal .product-button .add-to-cart-button {
  margin-right: 10px;
}
#product-quick-view-modal .product-button .quantity .qty {
  height: 46px;
}

.sticky-atc-wrap {
  z-index: 340;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s ease;
  transform: translate3d(0, 100%, 0);
  background: #fff;
  right: 0;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
}
.sticky-atc-wrap.sticky-atc-shown {
  transform: translate3d(0, 0, 0);
}
.sticky-atc-wrap .product-button .quantity {
  flex: 0 1 80px;
}
.sticky-atc-wrap .sticky-atc-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.sticky-atc-wrap .sticky-atc-btn .btn {
  width: 100%;
  margin: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding: 0.5rem;
}

@media (max-width: 1024px) {
  .sticky-atc-wrap {
    bottom: 48px;
  }
  header.header--product {
    display: none;
  }
  header.header--product.header--sticky {
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
@media (max-width: 767px) {
  .product-detail-container .product-button .quantity {
    flex: none;
    width: 100%;
  }
  .product-detail-container .product-button .add-to-cart-button {
    margin-right: 0;
    flex: none;
    max-width: 100%;
    width: 100%;
  }
  .product-detail-container .product-details .product-entry-meta {
    display: block;
  }
  .product-detail-container .product-details .product-entry-meta .star-rating-wrapper {
    margin-top: 10px;
  }
  .widget-product-deals-day .widget-header {
    margin-right: 0;
  }
  .widget-product-deals-day .countdown-wrapper .header-countdown {
    padding: 1px 5px;
    margin: 0;
  }
  .widget-product-deals-day .arrows-top-right .arrows-wrapper {
    top: -42px;
  }
  .section-banner-wrapper .banner-medium .banner-item__image {
    height: auto;
  }
}
.product-categories-body .arrows-wrapper .slick-arrow.slick-next-arrow, .product-categories-body .arrows-wrapper .slick-arrow.slick-prev-arrow,
.featured-brands__body .arrows-wrapper .slick-arrow.slick-next-arrow,
.featured-brands__body .arrows-wrapper .slick-arrow.slick-prev-arrow,
.product-deals-day__body .arrows-wrapper .slick-arrow.slick-next-arrow,
.product-deals-day__body .arrows-wrapper .slick-arrow.slick-prev-arrow {
  background-color: #f3f3f3;
  color: #000;
  border-color: rgba(2, 1, 1, 0);
}

.bg-light .arrows-wrapper .slick-arrow.slick-next-arrow, .bg-light .arrows-wrapper .slick-arrow.slick-prev-arrow {
  border: 1px solid #ddd;
  background-color: #fff;
}

.product-categories-body .slick-list,
.featured-brands__body .slick-list {
  margin: 0 -15px;
}

.header--product {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.header--product .navigation {
  transition: transform 0.25s ease;
  transform: translateY(-50%);
}
.header--product.header--sticky {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.header--product.header--sticky .navigation {
  padding: 12px 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #eaeaea;
  transform: translateY(0);
}
.header--product .ps-product--header-sticky {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header--product .ps-product--header-sticky > * {
  flex-basis: 100%;
}
.header--product .ps-product--header-sticky .ps-product__content {
  max-width: 500px;
  margin-right: 25px;
}
.header--product .ps-product--header-sticky .ps-product__title {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header--product .ps-product--header-sticky ul {
  padding: 0;
  margin: 0;
}
.header--product .ps-product--header-sticky ul li {
  display: inline-block;
  margin-right: 20px;
}
.header--product .ps-product--header-sticky ul li a {
  font-weight: 600;
  color: var(--text-color);
}
.header--product .ps-product--header-sticky ul li a:hover {
  color: var(--primary-color);
}
.header--product .ps-product--header-sticky ul li.active a {
  color: var(--primary-color);
}
.header--product .ps-product--header-sticky ul li:last-child {
  margin-right: 0;
}
.header--product .ps-product--header-sticky .ps-product__thumbnail {
  max-width: 60px;
}
.header--product .ps-product--header-sticky .ps-product__shopping {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header--product .ps-product--header-sticky .ps-product__wrapper {
  padding-left: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header--product .ps-product--header-sticky .add-to-cart-button {
  min-width: 150px;
}

body.show-admin-bar .header--product.header--sticky .navigation {
  top: 40px;
}

#back2top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  z-index: 1000;
  transition: ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
#back2top svg {
  z-index: 10001;
  font-size: 14px;
}
#back2top:hover {
  cursor: pointer;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
#back2top.active {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1780px) {
  #back2top.active {
    bottom: 120px;
  }
}
@media (max-width: 767px) {
  #back2top.active {
    bottom: 70px;
  }
  .single-product #back2top.active {
    bottom: 120px;
  }
}
.products-with-border .product-inner {
  background-color: #fff;
  border-width: 1px 0 1px 1px;
  border-color: #c9c9c9;
}
.products-with-border .product-inner:last-child {
  border-right-width: 1px;
}

.button-loading {
  border: 1px solid #c4cdd5;
  cursor: default;
  text-shadow: none;
  color: transparent !important;
  position: relative;
  transition: border-color 0.2s ease-out;
}

.button-loading,
.button-loading:hover,
.button-loading:focus,
.button-loading:active {
  color: transparent;
}

.button-loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  margin-top: -9px;
  margin-left: -9px;
  width: 18px;
  height: 18px;
  animation: button-loading-spinner 1s linear infinite;
  border-color: #ffffff;
  border-bottom-color: transparent;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.toast {
  top: 100px;
}
.toast.toast--error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.toast.toast--success {
  background-color: #bff9d0;
  color: #299c77;
  border-color: #c3e6cb;
}
.toast .toast-message {
  margin-left: 10px;
}
.toast .btn-close {
  text-shadow: 0 1px 0 #fff;
  font-size: 10px;
  opacity: 0.5;
  outline: none !important;
  border: none !important;
}
.toast .btn-close:hover {
  cursor: pointer;
  opacity: 0.75;
}

body.show-admin-bar .toast {
  top: 140px;
}

.text-link {
  color: var(--primary-color);
}

#store-short-description,
#store-content {
  display: inline-block;
}

.brand__desc p,
.brand__desc span {
  font-weight: 700 !important;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.compare-page-content table .btn-primary {
  padding: 0.55rem 0.5rem;
}
.compare-page-content table .attribute-values ul {
  padding-left: 0;
}

.footer-payments img {
  max-height: 30px;
}

.product-gallery__variants {
  float: none;
  max-width: 100%;
  padding: 0 40px;
  position: relative;
  width: 100%;
  min-width: 60px;
}
.product-gallery__variants .slick-slide .item .border {
  text-align: center;
}
.product-gallery__variants .slick-slide .item .border img {
  display: inline-block;
}

.header .header-top .header-info > ul > li a,
.header .header-top .header-info > ul > li .language-dropdown-active,
.header-recently-viewed .recently-title,
.header-recently-viewed .recent-icon {
  color: var(--header-text-color);
}

.card-social-login-container .social-login-text {
  position: relative;
}
.card-social-login-container .social-login-text .login-text {
  text-align: center;
  position: relative;
  margin: 15px 0 10px;
}
.card-social-login-container .social-login-text:before, .card-social-login-container .social-login-text:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 1px;
  width: 34%;
  background-color: #e5e5e5;
}
.card-social-login-container .social-login-text:after {
  left: auto;
  right: 0;
}
.card-social-login-container .card-social-login-content .sl-button {
  vertical-align: top;
  border-radius: 4px;
  color: #fff;
  display: flex;
}
.card-social-login-container .card-social-login-content svg {
  height: 24px;
  width: 24px;
  vertical-align: top;
}
.card-social-login-container .card-social-login-content .sl-button-google,
.card-social-login-container .card-social-login-content .sl-button-linkedin {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.54);
}
.card-social-login-container .card-social-login-content .sl-button-facebook {
  background-color: #1877f2;
  box-shadow: inset 0 0 0 1px #1877f2;
}
.card-social-login-container .card-social-login-content .sl-button-github {
  background-color: #0d1117;
  box-shadow: inset 0 0 0 1px #0d1117;
}
.card-social-login-container .card-social-login-content .sl-button-label-container {
  margin: 0 24px 0 12px;
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.25px;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
  flex: 1 1 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  display: inline-block;
}
.card-social-login-container .card-social-login-content .sl-button-svg-container {
  flex: 0 0 auto;
  padding: 8px;
  display: flex;
  align-items: center;
}

.product-details .attribute-values select.product-filter-item {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.footer-widgets .widget.widget-custom-menu ul li a img {
  vertical-align: top;
  margin-top: 5px;
}

.product-gallery--with-images img {
  opacity: 0;
}
.product-gallery--with-images .slick-slide img {
  opacity: 1;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .blog-page-content .post-item__image {
    margin-bottom: 20px;
  }
  .blog-page-content .post-item__image img {
    max-width: 100%;
  }
  .store-toolbar__view {
    display: none !important;
  }
}
#footer .subscribe-form .input-group {
  margin-bottom: 10px;
}

.product-gallery .product-gallery__variants .slick-arrow {
  top: auto;
  bottom: -30px;
  left: calc(50% - 17px);
  right: 0;
  background: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  border: none;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  line-height: 34px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.product-gallery .product-gallery__variants .slick-arrow.slick-prev-arrow {
  top: 5px;
}
.product-gallery .product-gallery__variants .slick-slide.slick-active.slick-current .border {
  border-color: var(--primary-color) !important;
}

.menu--product-categories .menu--dropdown > li > a {
  padding-inline-end: 25px;
}

.product-detail-container .product-details .product-price .product-price-original bdi {
  font-size: 24px;
}

@media (max-width: 768px) {
  .product-gallery .product-gallery__variants .slick-arrow {
    top: 14px;
    left: 0;
    bottom: 0;
    transform: rotate(270deg);
  }
  .product-gallery .product-gallery__variants .slick-arrow.slick-prev-arrow {
    top: 14px;
  }
  .product-gallery .product-gallery__variants .slick-arrow.slick-next-arrow {
    left: auto;
    right: 10px;
  }
}
.product-details .product-attributes .attribute-values {
  margin-bottom: 10px;
}
.product-details .product-attributes .attribute-values .dropdown-swatch, .product-details .product-attributes .attribute-values label {
  width: 100%;
}

/* purgecss end ignore *//*# sourceMappingURL=style.css.map */