@font-face {
  font-family: 'DinNext';
  font-style: normal;
  font-weight: 400;
  src: url('/cdn/assets/font/din-next-lt-w23-regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'DinNext';
  font-style: normal;
  font-weight: 500;
  src: url('/cdn/assets/font/din-next-lt-w23-medium.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'DinNext';
  font-style: normal;
  font-weight: 700;
  src: url('/cdn/assets/font/din-next-lt-w23-bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Rial';
  font-style: normal;
  font-weight: 400;
  src: url('/cdn/assets/font/rial.ttf');
  font-display: swap;
}
body
  *:not(.icon):not(.slick-arrow):not(.icon-heart):not(.fa):not(.fas):not(.far):not(.fab):not(.fad):not(.fal) {
  font-family: 'DinNext', sans-serif;
}
i.sandaqa-rial {
  font-family: "Rial", sans-serif !important;
  font-style: normal;
  display: inline-block !important;
}
i.sandaqa-rial:before {
  content: "\fdfc";
}
i.sandaqa-rial:after {
  color: black;
  position: absolute;
  top: 3px;
  left: -2px;
  font-size: 40%;
}
i.sandaqa-rial.YERSANA:after {
  content: "\2191";
}
i.sandaqa-rial.YERADEN:after {
  content: "\2193";
}
i.sandaqa-rial.YERSANA, i.sandaqa-rial.YERADEN {
  background: linear-gradient(
      to bottom,
      red 0%,
      red 50%,
      black 50%,
      black 100%
  );
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
}
i.sandaqa-rial.SAR {
  color: #005430;
  background-clip: text;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999 !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999 !important;
}

button:not(.btn) {
  border: 0;
  background-color: transparent;
  padding: 0;
  color: var(--secondary-color);
  cursor: pointer;
}
button:not(.btn):hover {
  color: var(--secondary-color-light);
}

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--text-on-primary-color);
}
.btn-primary:hover {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
  color: var(--text-on-primary-color);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--primary-color-dark);
  border-color: var(--primary-color-dark);
  color: var(--text-on-primary-color);
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 10px var(--primary-color);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 10px var(--primary-color);
}

.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.btn-outline-primary:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 10px var(--primary-color);
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 10px var(--primary-color);
}

.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--text-on-secondary-color);
}
.btn-secondary:hover {
  background-color: var(--secondary-color-light);
  border-color: var(--secondary-color-light);
  color: var(--text-on-secondary-color);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: var(--secondary-color-light);
  border-color: var(--secondary-color-light);
  color: var(--text-on-secondary-color);
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 10px var(--secondary-color);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 10px var(--secondary-color);
}

.btn-outline-secondary,
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  border-color: var(--secondary-color);
  color: var(--secondary-color);
}
.btn-outline-secondary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 10px var(--secondary-color);
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 10px var(--secondary-color);
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected='true'] {
  background-color: var(--primary-color-light) !important;
}

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4
  .select2-results__option--highlighted.select2-results__option[aria-selected='true'] {
  background-color: var(--primary-color-light) !important;
}

.form-control:focus,
.select2-container--bootstrap4.select2-container--focus .select2-selection {
  border-color: var(--primary-color-light) !important;
  box-shadow: 0 0 0 0.2rem var(--primary-opacity-color) !important;
}

.alert.custom-alert {
  padding: 0;
}
.alert.custom-alert div {
  display: table-cell;
  padding: 12px;
}
.alert-primary {
  color: var(--primary-color-dark);
  background-color: var(--background-color);
  border-color: var(--background-color-dark);
}
.alert-primary.custom-alert .alert-icon {
  background-color: var(--background-color);
}
.alert-danger {
  background-color: #ff000010;
  border-color: #ff000020;
}
.alert-danger.custom-alert .alert-icon {
  background-color: #ff000010;
}

.text-primary {
  color: var(--primary-color) !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: var(--primary-color-dark) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: var(--secondary-color-light) !important;
}

.page-link {
  color: var(--primary-color);
}
.page-link:hover {
  color: var(--primary-color-dark);
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  border-color: var(--primary-color-light);
  background-color: var(--primary-color-light);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem var(--primary-opacity-color);
}

a {
  color: var(--primary-color);
}
a:hover {
  color: var(--primary-color-dark);
}

.card-header {
  background-color: var(--background-color);
  border-color: var(--background-color-dark);
  color: var(--primary-color);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #fff;
  background-color: var(--primary-color-light);
  border-color: var(--primary-color-light);
}

.progress-bar {
  background-color: var(--secondary-color);
}

body {
  background-color: var(--background-color);
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

pre {
  font-size: 12px;
  direction: inherit;
  unicode-bidi: inherit;
}

#common-home,
#product-brand,
#product-author,
#product-reviser,
#information-information {
  min-height: 400px;
}

.form-rate-rating-stars label,
.form-rate-comment label,
.form-rate-buttons a {
  font-size: 14px;
}

.form-rate-comment,
.form-rate-buttons {
  margin-top: 15px;
}

.form-rate-buttons a {
  margin-left: 30px;
}

.form-rate-upload {
  width: auto;
  margin-top: 40px;
  max-height: 185px;
}

.dragndrop {
  background: #fcfcfc;
  border: 2px dashed #c2c2c2;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  color: #c0bfbf;
  font-size: 11px;
  width: 100%;
  cursor: pointer;
}

.dragndrop .mm_drophere {
  font-size: 18px;
  margin: 20px 0;
}

.dragndropmini .mm_drophere {
  margin: 15px 0;
}

.dragndrop .mm_allowed {
  margin: 20px 0;
}

.dragndropmini {
  border: 4px dashed #999;
  text-align: center;
  color: #999;
  font-size: 12px;
  width: 100px;
  min-height: 100px;
  cursor: pointer;
  display: block;
}

.dragndropmini.dragover {
  background: rgba(255, 255, 255, 0.4);
  border-color: green;
}

.dragndropmini u {
  display: block;
  margin-top: 15px;
  text-decoration: none;
}

.dragndrop {
  width: 100%;
}

.dragndrop.dragover {
  background: rgba(255, 255, 255, 0.4);
  border-color: green;
}

.dragndrop u {
  text-decoration: none;
  display: block;
  margin: 25px auto 0;
}

.border-dashed {
  border: 2px dashed #dee2e6 !important;
}

.mm_req:after {
  content: ' *';
  color: red;
}

.icon-remove {
  /*color: #979797;*/
  color: red;
}
.moxie-shim {
  display: none;
}
.ms-image span i {
  margin: 5px 0 0 5px;
  font-size: 16px;
}
.ms-image span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 3px 0 0 3px;
  color: red;
  cursor: pointer;
}

[dir='rtl'] .image-holder,
[dir='rtl'] .file-holder {
  float: right !important;
}

.image-holder,
.file-holder {
  float: left;
  display: block;
  position: relative;
  margin: 5px;
}

.image-holder img {
  border: 1px solid #eee;
  padding: 2px;
}

.or-seperator {
  margin: 50px 0 0 0;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}
.or-seperator b {
  padding: 0 10px;
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  position: relative;
  top: -22px;
  z-index: 1;
}
div .social_login_account {
  padding-right: 0;
  padding-left: 0;
}
.social-btn .btn {
  font-size: 15px;
  border-radius: 50px;
  border: none;
  transition: all 0.4s;
  width: 45px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social-btn > div {
  padding-right: 5px;
  padding-left: 5px;
}
.social-btn .btn:first-child {
  margin-left: 0;
}
.social-btn .btn:hover {
  opacity: 0.8;
}
.social-btn .btn-facebook {
  background: #507cc0;
  color: #ffffff;
}
.social-btn .btn-twitter {
  background: #64ccf1;
  color: #ffffff;
}
.social-btn .btn-google {
  background: #df4930;
  color: #ffffff;
}
.social-btn .btn-linkedin {
  background: #0e76a8;
  color: #ffffff;
}
.social-btn .btn i {
  float: left;
  margin: 3px 10px;
  font-size: 20px;
}
.notification-bar-container {
  padding: 5px 0;
  text-align: center;
  font-size: 14px;
}
.notification-bar-container .close {
  padding: 3px 20px;
  font-size: 0.8rem;
}
body.nav-open {
  overflow-y: hidden;
}
footer {
  padding-top: 0;
  background-color: transparent;
}
.footer-main {
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
  padding-bottom: 30px;
}
.footer-main p {
  font-size: 16px;
  margin-bottom: 16px;
}
.footer-main a {
  color: var(--secondary-color-light);
  transition: 0.3s all;
}
.footer-main a:hover {
  color: var(--text-on-primary-color);
}
.footer-item {
  margin-top: 30px;
}
footer .footer-title {
  color: var(--primary-color-light);
  border-color: var(--secondary-color-light) 20;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  padding-bottom: 12px;
  margin-bottom: 16px;
  font-size: 16px;
}
.footer-sub {
  background-color: var(--text-on-primary-color);
  border-color: var(--text-on-primary-color);
  font-size: 14px;
  padding: 10px 0;
}
.footer-sub a {
  color: var(--primary-color);
  opacity: 1;
}
.footer-sub a:hover {
  color: var(--primary-color);
  opacity: 0.8;
}
footer .footer-sub .fs-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 0.5rem 0;
}
footer ul.social {
  padding: 0;
}
header,
.sub-header {
  background-color: var(--primary-color);
  padding: 0;
}
.mobile-nav-header {
  background-color: var(--primary-color);
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
.mobile-nav-header img {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.mobile-nav-header p {
  margin-top: 10px;
  padding: 0 10px;
  color: #fff;
}
[dir='rtl'] .mobile-nav-header .mobile-nav-item {
  right: 15px;
  left: auto;
}
.mobile-nav-header .mobile-nav-item {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 20;
  border: 0;
  background-color: var(--primary-color);
  color: white;
}
.mobile-nav-header .mobile-nav-item a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 35px;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 0 10px;
}
.mobile-nav .categories-menu {
  padding: 0;
}
.mobile-nav-header .mobile-nav-item > a {
  color: #ffffff;
}
.mobile-nav-header .mobile-nav-item a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.mobile-nav-header .action-buttons a.account-button,
.mobile-nav-header .action-buttons a.login-button {
  float: none;
  display: inline-block;
  padding: 3px 15px;
  font-size: 13px;
  border-radius: 5px;
  font-size: 12px;
  border: 1px solid #ffffff;
  color: #ffffff;
  transition: 0.3s;
}
.mobile-nav-header .action-buttons a.account-button:hover,
.mobile-nav-header .action-buttons a.login-button:hover {
  color: var(--primary-color);
  background-color: #ffffff;
}
#top {
  font-size: 14px;
  padding: 8px 0;
  margin-bottom: 0;
  border: 0;
  background-color: var(--primary-color-dark);
}
#top-links span {
  text-shadow: none;
}
#top-links .header-item > a,
.actions-container .header-item > a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 35px;
  line-height: 25px;
  border-radius: 5px;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  padding: 0 10px;
}
.dropdown-menu a {
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
#top-links .header-item > a {
  color: var(--text-on-primary-color);
}
#top-links .header-item > a:hover {
  background-color: var(--primary-color);
}
.actions-container .header-item a {
  background-color: var(--primary-color);
  color: var(--text-on-primary-color);
  border: 1px solid var(--text-on-primary-color);
}
.actions-container .header-item a:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}
[dir='rtl'] footer .social-item,
#top-links .header-item,
[dir='rtl'] .actions-container .header-item {
  margin-left: 4px;
  margin-right: 0;
}
footer .social-item,
#top-links .header-item,
.actions-container .header-item {
  display: inline-block;
  margin-right: 4px;
  position: relative;
}
footer .social-item a {
  color: var(--secondary-color-light);
  border-color: var(--secondary-color-light);
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 18px;
  position: relative;
}
.footer-main .social-item a:hover {
  background-color: var(--secondary-color-light);
  border-color: var(--secondary-color-light);
  color: var(--primary-color);
  position: relative;
}
footer .social-item a i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
footer .fs-rights a:hover {
  color: #000;
}
footer .store-contact {
  margin: 10px 0 0;
  font-size: 14px;
}
footer {
  border-top: 0;
}
.swiper-wrapper {
  height: auto;
}
.columns-2 {
  -webkit-columns: 2;
  columns: 2;
}
.columns-3 {
  -webkit-columns: 3;
  columns: 3;
}
.columns-4 {
  -webkit-columns: 4;
  columns: 4;
}
.footer-links li {
  margin-bottom: 8px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
[dir='rtl'] .back-to-top {
  left: 15px;
  right: auto;
}

.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: var(--secondary-color);
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 90;
}

.back-to-top i {
  font-size: 16px;
  position: absolute;
  top: 12px;
  left: 13px;
}

.back-to-top:hover {
  color: #fff;
  background: var(--secondary-color-light);
  transition: background 0.2s ease-in-out;
}

.header-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
ol,
ul,
li {
  list-style: none;
}
.pt-10 {
  padding-top: 10px;
}
.pb-10 {
  padding-bottom: 10px;
}
#top-links li.dropdown-header,
.mobile-nav-item li.dropdown-header {
  text-align: center;
  color: #ccc;
}
#top-links li.dropdown-header:before,
#top-links li.dropdown-header:after,
.mobile-nav-item li.dropdown-header:after {
  content: ' ---- ';
  color: #ccc;
}
#top-links li:not(.dropdown-header) button,
.mobile-nav-item li:not(.dropdown-header) button {
  text-align: start;
}
.force-ltr {
  direction: ltr;
}
.force-rtl {
  direction: rtl;
}
#logo img {
  max-height: 60px;
}
[dir='rtl'] .float-cart {
  left: 20px;
  right: auto;
}
.float-cart {
  min-width: 40px;
  min-height: 40px;
  border-radius: 30px;
  font-size: 18px;
  text-align: center;
  padding: 8px 10px 4px 10px;
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: 20px;
  box-shadow: 1px 2px 4px 0px #7e8eb1e6;
}
.header-cart:hover, .header-cart:focus {
  opacity: 0.9;
  outline: none;
  text-decoration: none;
}
[dir='rtl'] .header-cart {
  float: left;
}
.header-cart {
  min-width: 150px;
  min-height: 38px;
  background-color: var(--primary-color-light);
  display: flex;
  color: var(--text-on-primary-color);
  font-size: 14px;
  float: right;
  border-radius: 4px;
  overflow: hidden;
}
.mobile-nav-switch button {
  width: max-content;
  height: 38px;
}
.header-cart #cart-total{
  font-size: 20px;
  text-align: center;
}
[dir=rtl] .header-cart .cart-icon{
  border-left: 2px solid #ffffff75;
  border-right: 0;
}
.header-cart .cart-icon{
  border-right: 2px solid #ffffff75;
}
.header-cart > div:first-child {
  flex-basis: 50px;
  background-color: var(--background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
}
.header-cart > div:first-child i {
  font-size: 1.25rem;
}
.header-cart > div:last-child {
  flex: 1;
  padding: 5px 10px;
}
.header-cart span,
.header-cart i {
  display: block;
}
#search {
  margin-bottom: 0;
}
.top-header {
  transition: all 0.3s;
}
header:not(.sticky) .top-header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--primary-opacity-color);
}
header.sticky .top-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0;
}
header #logo a {
  font-size: 2rem;
  font-size: 2vw;
  color: var(--text-on-primary-color);
}
#menu {
  background-color: transparent;
  background-image: none;
  background-repeat: unset;
  border-color: transparent;
  margin-bottom: 0;
}
#menu .nav > li > a {
  padding: 16px 15px 16px 15px;
  color: var(--text-on-primary-color);
}
#menu .nav {
  flex-direction: row;
  margin-left: auto;
  margin-right: auto;
}
#menu .nav .dropdown-menu li:not(:last-child) > a {
  border-bottom: 1px solid #f0f0f0;
}
#menu .nav .dropdown-menu li > a {
  padding-top: 8px;
  padding-bottom: 8px;
}
#menu .nav .dropdown-menu li > a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #f0f0f0;
  background-image: none;
  background-repeat: unset;
}
.search-wrapper {
  max-width: unset;
  width: 100%;
  margin: 0 auto;
}
.header-item .badge, .float-cart .badge {
  position: absolute;
  top: -2px;
  left: -2px;
  background-color: #ff2000;
  color: white;
  font-size: 11px;
  width: 15px;
  height: 15px;
  padding: 3px 0;
}
#logo {
  margin-bottom: 0;
}
[dir='rtl'] .mobile-nav-switch {
  margin-left: 10px;
  margin-right: 0;
}
.logo-wrapper {
  align-items: center;
}
.mobile-nav-switch {
  margin-right: 10px;
}
[dir='rtl'] .mobile-nav .mobile-nav-content {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mobile-nav .mobile-nav-content {
  display: block;
  position: fixed;
  left: 0;
  right: auto;
  top: 0;
  width: 80%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  z-index: 9999;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-nav .mobile-nav-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.mobile-nav .mobile-nav-content.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: -4px 0 7px 0 rgba(0, 0, 0, 0.15);
}
.black-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  visibility: hidden;
}
.black-overlay.active {
  visibility: visible;
}
[dir='rtl'] .mobile-nav-close {
  left: 15px;
  right: auto;
}
.mobile-nav-close {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 20;
  border: 0;
  background: 0 0;
  color: white;
  cursor: pointer;
}
#menu .nav ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  width: max-content;
}
.mobile-nav ul.categories-menu li {
  display: block !important;
  position: relative;
}
.mobile-nav ul.categories-menu li.has-sub.active > i {
  transform: rotate(0) !important;
}
[dir='rtl'] .mobile-nav ul.categories-menu li.has-sub > i {
  transform: rotate(90deg);
}
.mobile-nav ul.categories-menu li.has-sub > i {
  font-size: 12px;
  position: absolute;
  color: #666;
  left: 20px;
  top: 16px;
  height: fit-content;
  transform: rotate(-90deg);
  transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
  opacity: 0.5;
}
.mobile-nav ul.categories-menu a {
  font-size: 15px;
  padding: 7px 16px;
  display: block;
  line-height: 1.8;
  color: #666;
}
ul.categories-menu > li ul {
  display: none;
  max-height: unset;
  background: #f8f8f8;
  transition: unset;
  margin: 0 10px 10px;
  padding: 0;
  border-radius: 5px;
}
#testimonials-viewport {
  background-color: var(--background-color);
  padding: 20px 0;
  text-align: center;
}
#testimonials {
  padding: 30px 0 40px;
  color: var(--color-title);
}
#testimonials .card {
  margin: 0 15px;
  border-color: #eee;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid transparent;
  position: relative;
}
#testimonials .customer-image img {
  border-radius: 100%;
  max-width: 100px;
}
#testimonials .customer-name {
  color: var(--color-title);
  margin-top: 10px;
}
#testimonials .review {
  height: 60px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
[dir='rtl'] #testimonials .quote-start {
  right: 0;
  left: auto;
}
#testimonials .quote-start {
  position: absolute;
  font-size: 50px;
  top: -30px;
  left: 0;
  opacity: 0.1;
}
[dir='rtl'] #testimonials .quote-end {
  left: 0;
  right: auto;
}
#testimonials .quote-end {
  position: absolute;
  font-size: 50px;
  bottom: -30px;
  right: 0;
  opacity: 0.1;
}
#testimonials .review p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: center;
  width: 100%;
}
#testimonials-viewport .h-line {
  width: 80px;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 10px;
  margin: 0 auto;
}
.fas.fa-star.star-on {
  color: #fcd34c;
}
.fas.fa-star.star-off {
  color: #ddd;
}
.card {
  box-shadow: 0 2px 4px 2px rgba(126, 142, 177, 0.12);
  border-color: #eee;
  border-radius: 4px;
  border: 1px solid transparent;
  position: relative;
}
.swiper-pagination-bullet {
  width: 20px;
  border-radius: 10px;
  height: 4px;
}
[dir='rtl'] .fa-arabic {
  transform: scaleX(-1);
}
.loader-background {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.loader-background .progress-background {
  background: var(--secondary-color);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  z-index: 999999;
  border-radius: 3px;
  padding: 20px;
}
.progress-background .animated-progress {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-right-color: #fff;
  -webkit-animation: rotation 1.1s infinite linear;
  -o-animation: rotation 1.1s infinite linear;
  animation: rotation 1.1s infinite linear;
}
.top-header-progress {
  height: 8px;
  border-radius: 0;
  margin-bottom: 0;
}
#menu li {
  display: inline-block;
}
#main-header .actions-container {
  justify-content: flex-end;
}
.dropdown-toggle.no-arrow::after {
  display: none;
}
.footer-sub .row > div {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.swiper-slide {
  height: auto;
}
.swiper-slide img {
  width: 100%;
}
.header-item .dropdown-link,
.mobile-nav-item .dropdown-link,
.action-buttons .dropdown-link {
  color: #666 !important;
  padding: 0.5rem 0;
}
[dir='rtl'] .header-item .language-select img {
  margin-left: 0.2rem;
  margin-right: 0;
}
.header-item .language-select img {
  margin-right: 0.2rem;
}
li.nav-item {
  transition: all 0.5s;
}
li.nav-item:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
#menu li ul a {
  padding-right: 20px;
  padding-left: 20px;
  min-width: 160px;
}
[dir='rtl'] .home-products .card-title,
[dir='rtl'] .product-form .card-title {
  margin-right: -2.5rem;
  margin-left: 0;
}
.home-products .card-title,
.product-form .card-title {
  margin-left: -2.5rem;
  flex-grow: 1;
  margin-bottom: 0;
}
.home-products .card-title span,
.product-form .card-title span {
  background-color: var(--primary-color);
  display: inline-block;
  padding: 0.5rem 1.2rem;
  color: #fff;
  border-radius: 4px;
  font-size: 1.2rem;
}
.home-products .card-body .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-bottom: 1rem;
}
.home-products .card-nav-btn {
  height: 30px;
  min-width: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0px 9px;
  vertical-align: middle;
  justify-content: center;
  font-size: 0.9rem;
}
.product-card:hover {
  box-shadow: 0 0 10px var(--primary-opacity-color);
}
.product-card {
  margin: 10px;
  border-radius: 4px;
  transition: 0.3s;
  color: var(--color-text);
  padding: 10px;
  border: 1px solid #00000010;
  background-color: #ffffff;
}
.product-card a {
  color: var(--color-text);
}
.product-price .price {
  color: var(--primary-color);
  font-size: 0.95rem;
}
.price-old {
  text-decoration: line-through;
}
.product-card .product-tax {
  background-color: #e5e5e5;
  padding: 4px 7px;
  border-radius: 9px;
  font-size: 11px;
  vertical-align: middle;
}
.product-card .product-thumb {
  position: relative;
}
.product-card .product-name span,
.product-card .product-name small {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
[dir='rtl'] .product-card .product-badges {
  right: 10px;
  left: auto;
}
.product-card .product-badges {
  position: absolute;
  top: 6px;
  left: 10px;
}
.product-card .product-badges span {
  border-radius: 4px;
  padding: 1px 5px;
  font-size: 0.8rem;
  display: inline-block;
}
.product-card .badge-sale {
  background-color: #ff2000;
  color: #fff;
}
.product-card .badge-new {
  background-color: #46ba3f;
  color: #fff;
}
.product-card .badge-rent {
  background-color: #4697d0;
  color: #fff;
}
.fa-stack.fa-1x {
  width: 1.2rem;
}
.fa-1x .fa-stack-1x {
  font-size: 1rem;
}
.product-card .product-buttons,
.product-form .product-buttons {
  display: flex;
}
.product-card .product-footer .btn-wishlist,
.product-form .product-buttons .btn-wishlist {
  box-shadow: none;
  font-size: 1.5rem;
  padding: 0 0.5rem;
  display: flex;
  align-items: center;
  color: #ff5200;
}
#home-sliders {
  box-shadow: 0 2px 4px 2px rgba(126, 142, 177, 0.12);
}
.nav-item .dropdown-menu {
  margin-top: 0;
}
.breadcrumb-container {
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding: 0.4rem 0;
}
.breadcrumb {
  padding: 0.3rem 1rem;
  margin: auto;
  color: #999999;
  display: flex;
  background-color: #ffffff;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.breadcrumb li:not(:last-of-type) a {
  color: #777;
}
[dir='rtl'] .breadcrumb li + li:before {
  content: '>';
}
.breadcrumb li + li:before {
  padding: 0px 8px;
  display: inline-block;
  padding-left: 0.5rem;
  content: '<';
}
.breadcrumb + #content {
  padding-top: 1.5rem;
}
.product-list h2 {
  flex-grow: 1;
  margin-bottom: 0;
}
.product-list .sort-btn {
  align-self: center;
}
.dropdown-toggle::after {
  vertical-align: middle;
}
.pagination {
  margin-top: 2rem;
}
.sparkle-container.sparkle-open {
  transform: translateY(0);
  opacity: 1;
}
.sparkle-container {
  background: #ffffff;
  position: fixed;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: 9px;
  box-sizing: border-box;
  display: table;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
  z-index: 999999;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.6s, opacity 0.5s;
}
.sparkle-content {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 15px 9px;
}
.sparkle-image-container {
  display: table-cell;
  vertical-align: top;
  height: 34px;
}
.sparkle-image {
  border: none;
  height: 34px;
}
[dir='rtl'] .sparkle-text-container {
  padding-right: 15px;
  padding-left: 0;
}
.sparkle-text-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.sparkle-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
[dir='rtl'] .sparkle-description-container {
  padding-right: 7px;
  padding-left: 0;
}
.sparkle-description-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 7px;
  height: 34px;
}
.sparkle-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #111;
  font-size: 14px;
}
[dir='rtl'] .sparkle-close {
  padding-right: 0;
  padding-left: 9px;
}
.sparkle-close {
  display: table-cell;
  vertical-align: top;
  padding-top: 7px;
  padding-right: 9px;
  width: 12px;
  height: 13px;
  font-weight: 700;
}
.page-link {
  padding: 0.6rem 0.75rem 0.3rem;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--primary-color-light);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.selected {
  color: #fff;
  text-decoration: none;
  background-color: var(--primary-color);
}
.empty-box {
  text-align: center;
}
.empty-box .empty-icon {
  color: #bbb;
  font-size: 8rem;
}
.empty-box .empty-icon i {
  text-shadow: 0 1px 0 #fff;
}
.empty-box .empty-text {
  color: #999;
}
#common-maintenance .empty-box .empty-text,
#error-not-found .empty-box .empty-text {
  margin-top: 1rem !important;
}
.empty-box .empty-title {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}
#error-not-found .empty-icon > i {
  animation: left-right-rotate 10s infinite;
  animation-delay: 2s;
  transform: translate(-10px, 0);
  font-size: 6rem;
}
#checkout-steps .sections-wrapper {
  margin: 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.product-page .product-subtitle {
  font-size: 1rem;
  color: #999;
}
.product-page .product-price .price {
  color: var(--primary-color);
  font-size: 1.5rem;
}
.product-page .product-price .price-old {
  font-size: 1rem;
}
.product-page .product-tax {
  background-color: #e5e5e5;
  padding: 4px 7px;
  border-radius: 9px;
  font-size: 11px;
  vertical-align: middle;
}
.product-page .product-images {
  position: relative;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-images > img,
.product-images .gallery-item > img {
  width: auto;
  max-width: 100%;
}
.product-page .swiper-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-page .swiper-slide {
  align-self: center;
}
.product-page .gallery-top {
  height: 80%;
  width: 100%;
}
.product-page .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px;
}
.product-page .gallery-thumbs .swiper-slide {
  opacity: 0.4;
}
.product-page .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.product-page .swiper-button-prev.fas:before,
.product-page .swiper-button-next.fas:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: var(--swiper-navigation-size);
}
.swiper-button-next,
.swiper-button-prev {
  color: var(--secondary-color-light);
}
.product-page .swiper-button-prev:after,
.product-page .swiper-button-next:after,
.product-page .swiper-button-prev:before,
.product-page .swiper-button-next:before {
  display: none;
}
.product-page .gallery-top .watermark {
  width: 100px;
  height: 100px;
  opacity: 0.8;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: 0.2s;
}
.product-page .gallery-top:hover .watermark {
  opacity: 1;
}

.input-quantity .input-group {
  height: min-content;
}
.input-quantity .input-group-prepend .btn-default,
.input-quantity .input-group-append .btn-default {
  flex: 0 0 40px;
  background-color: #fff;
  border: 1px solid #ced4da;
  transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
  color: #666;
  box-shadow: none;
  width: 40px;
  font-size: 0.7rem;
}
.input-quantity .input-group-prepend .btn-default:hover,
.input-quantity .input-group-append .btn-default:hover {
  background-color: #f6f6f6;
}
.product-page .product-form {
  background-color: #fff;
  color: var(--color-text);
  border: 1px solid #00000010;
  border-radius: 4px;
}
.product-page .product-options > div.d-flex > *,
div.input-quantity.d-flex > *,
.product-page div.product-price.d-flex > * {
  flex-basis: 50%;
}
[dir='rtl'] .a2a_default_style a {
  float: right;
}
.a2a_default_style a {
  float: left;
}
[dir='rtl'] #review-list .review-header img,
[dir='rtl'] #question-list .question-header img {
  margin-left: 0.5rem;
  margin-right: 0;
}
#review-list .review-header img,
#question-list .question-header img {
  width: 35px;
  border-radius: 100%;
  margin-right: 0.5rem;
  border: 1px solid #eee;
}
[dir='rtl'] #review-list .review .review-body,
[dir='rtl'] #question-list .question .question-body {
  margin-right: calc(35px + 0.5rem);
  margin-left: 0;
}
#review-list .review .review-body,
#question-list .question .question-body {
  margin-left: calc(35px + 0.5rem);
}
[dir='rtl'] #review-list .reply .review-body,
[dir='rtl'] #question-list .reply .question-body {
  margin-right: calc(35px + 35px + 0.5rem);
  margin-left: 0;
}
#review-list .reply .review-body,
#question-list .reply .question-body {
  margin-left: calc(35px + 35px + 0.5rem);
}
#review-list .review,
#question-list .question {
  padding: 0.5rem 0;
}
#review-list .review + .review,
#question-list .question + .question {
  border-top: 1px solid #eee;
}
#review-list .reply .reply-icon,
#question-list .reply .reply-icon {
  font-size: 1.2rem;
  color: #ccc;
  width: 35px;
  height: 35px;
  text-align: center;
}
#review-list .review-header .review-author,
#question-list .question-header .question-author {
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
#review-list .review-attachments img {
  padding: 2px;
}
.table-attributes td:first-of-type {
  max-width: 40%;
}
#checkout-cart input.cart-item-quantity,
#product-product input#input-quantity {
  text-align: center;
}
#checkout-cart .product-cart,
#checkout-cart .cart-total-box,
#account-wishlist .product-wishlist {
  position: relative;
  border-radius: 5px;
}
[dir='rtl'] .product-cart .button-remove,
[dir='rtl'] .product-wishlist .button-remove {
  left: 10px;
  right: auto;
}
.product-cart .button-remove,
.product-wishlist .button-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
}
[dir='rtl'] .product-cart .product-info,
[dir='rtl'] .product-wishlist .product-info {
  padding-left: 30px;
  padding-right: 0;
}
.product-cart .product-info,
.product-wishlist .product-info {
  padding-right: 30px;
}
[dir='rtl'] .product-cart .product-info img,
[dir='rtl'] .product-wishlist .product-info img {
  float: right;
}
.product-cart .product-info img,
.product-wishlist .product-info img {
  border-radius: 5px;
  float: left;
  max-width: 75px;
}
button.button-wishlist i,
button.btn-wishlist i {
  padding: 6px;
  font-size: 1.5rem;
}
button.button-wishlist .fas,
button.btn-wishlist .fas,
button.button-wishlist:hover .far,
button.btn-wishlist:hover .far {
  color: #ff0000;
}
button.button-wishlist .far,
button.btn-wishlist .far {
  color: #dd0000;
}
.product-info a.product-name {
  color: #666;
}
.product-info a.product-name:hover {
  color: var(--secondary-color);
}
.product-info .product-name p {
  margin-bottom: 0;
  font-size: 17px;
  height: auto;
  display: block;
}
.product-info .product-price {
  color: var(--primary-color);
  font-size: 16px;
  padding: 0;
  margin-bottom: 0;
}
.product-info .product-total {
  font-size: 13px;
  color: #999;
}
.cart-total-box #cart-final-total {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: var(--primary-color);
}
.button-back-home,
.button-cart-submit {
  width: 88%;
  max-width: 320px;
}
[dir='rtl'] .button-back-home span {
  right: 15px;
  left: auto;
}
.button-back-home span {
  position: absolute;
  left: 15px;
  top: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
}
[dir='rtl'] .button-cart-submit span {
  left: 15px;
  right: auto;
}
.button-cart-submit span {
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 0;
  transform: translate(-50%, -50%);
}
#checkout-cart .empty-icon .fas,
#checkout-cart .empty-icon .far {
  animation: left-right 10s infinite;
  animation-delay: 2s;
  transform: translate(-10px, 0);
  font-size: 6rem;
}
#cart-totals-side .cart-totals,
#cart-totals-side .cart-actions,
#checkout-steps .sections-wrapper {
  margin: 0;
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}
#cart-totals-side .cart-totals {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}
#cart-totals-side .cart-actions {
  border-radius: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#cart-totals-side .btn-confirm {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  width: 100%;
}
#cart-totals-side .cart-totals li,
#cart-totals-side .cart-actions li {
  padding: 10px 0 12px;
}
#cart-totals-side .cart-totals *,
#cart-totals-side .cart-actions * {
  font-size: 13px;
}
.cart-totals-wrapper .cart-totals li:first-child {
  padding-top: 0;
}
.cart-totals-wrapper .cart-totals li {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 8px 0;
}
.cart-totals-wrapper .cart-totals li:not(:last-child) {
  border-bottom: 1px solid #f3f3f3;
}
.cart-totals-wrapper .cart-totals li b {
  color: var(--primary-color);
}
.cart-totals-wrapper.sticky-top {
  top: 100px;
  z-index: 990;
}
#checkout-steps .sections-wrapper,
.cart-totals-wrapper.sticky-top {
  box-shadow: 0 2px 4px 2px rgba(126, 142, 177, 0.12);
  border-radius: 5px;
}
#checkout-steps .step-title {
  color: var(--primary-color);
}
#checkout-steps .step-title {
  margin-bottom: 20px;
}
#checkout-steps .step-title span {
  margin: 0px 10px;
}
#checkout-steps .title-small {
  margin-bottom: 5px;
  font-size: 0.9rem;
}
#checkout-steps .step-title:after {
  content: '';
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  height: 3px;
  border-radius: 30px;
  background-color: #e7e7e7;
}
.checkout-step + .checkout-step {
  margin-top: 30px;
}
#address-list {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}
#payment-methods {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 20px;
  list-style: none;
  padding: 0;
}
#address-list li,
#payment-methods li {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#payment-methods img {
  width: 100%;
  max-width: 150px;
  margin-bottom: 10px;
}
#address-list .btn-address-new {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 15px 20px 20px;
  width: 100%;
  height: 100%;
}
#address-list .new-address-entry i {
  color: #aaa;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
#address-list .address-entry,
#address-list .new-address-entry,
#payment-methods .method-entry {
  width: 100%;
  height: 100%;
}
#address-list .address-entry input,
#address-list .new-address-entry input,
#payment-methods .method-entry input {
  display: none;
}
#address-list .address-entry input + label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 15px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  margin: 0;
  font-size: 0.95rem;
  cursor: pointer;
}
#payment-methods .method-entry input + label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 15px 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  margin: 0;
  font-size: 0.9rem;
  cursor: pointer;
}
#address-list .address-entry input + label:hover,
.shipping-methods-list li:hover,
#payment-methods .method-entry input + label:hover {
  background-color: #fafafa;
}
#address-list .new-address-entry input + label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 15px 15px;
  border: 2px dashed #ddd;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  margin: 0;
  font-size: 0.95rem;
  cursor: pointer;
}
#address-list .address-entry input:checked + label,
#address-list .new-address-entry input:checked + label,
#payment-methods .method-entry input:checked + label {
  border-color: var(--primary-color);
}
[dir='rtl'] #address-list .address-entry .address-delete {
  left: 8px;
  right: auto;
}
#address-list .address-entry .address-delete {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2rem;
}
#address-list .address-entry label .btn-link {
  font-size: 0.8rem;
}
.form-address,
.form-payment-method {
  font-size: 0.9rem;
}
.form-address .form-group,
.form-payment-method .form-group {
  padding-top: 0;
}
.address-map {
  min-height: 228px;
  margin: 16px 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 4px rgba(126, 142, 177, 0.12);
}
#map-data.form-inline {
  width: auto;
  display: inline-block;
  padding: 5px 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
}
#map-data.form-inline > option {
  font-size: 14px;
  font-weight: normal;
}
[dir='rtl'] input[type='checkbox'].styled {
  margin-left: 5px;
  margin-right: 0;
  margin-top: 0;
}
input[type='checkbox'].styled {
  width: 20px;
  height: 20px;
  border: 2px solid #2264c3;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  margin-right: 5px;
}
input[type='checkbox'].styled:checked {
  background-color: #2264c3;
}
input[type='checkbox'].styled:checked::after {
  top: 2px;
  right: 1px;
  content: '\f00c';
  color: white;
  font: normal normal normal 14px/1 FontAwesome;
}
.shipping-methods-list {
  padding: 0;
}
.shipping-methods-list * {
  font-size: 0.9rem;
}
.shipping-methods-list li {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.shipping-method label {
  display: flex;
  padding: 5px;
  margin: 0;
  flex-grow: 1;
  cursor: pointer;
}
.shipping-method label div:first-of-type {
  flex-grow: 1;
}
.progress.upload-prograss {
  border-radius: 2px;
  width: 100%;
  height: 12px;
  display: none;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
.progress.upload-prograss .progress-bar {
  color: transparent;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  line-height: 15px;
}
#form-payment-method #image-holder img {
  max-height: 100px;
  width: 100%;
  object-fit: contain;
}
#image-holder .btn-remove-image:hover {
  background-color: #fff;
}
#image-holder .btn-remove-image {
  position: absolute;
  bottom: 10px;
  right: calc(50% - 12px);
  background-color: #ffffffdd;
  border-radius: 100%;
  height: 24px;
  width: 24px;
  border: 1px solid rgba(245, 81, 87, 0.2);
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  color: #f55157;
  transition: 0.3s all;
}
button.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
#account-login .well,
#account-forgotten .well,
#account-reset .well,
#account-verify .well,
#account-confirm .well,
#account-register .well,
#account-modal .well,
#modal-agree .well {
  background-color: #fff;
  width: 100%;
  border-radius: 0.3rem;
  border-top: 3px solid;
  border-bottom: 3px solid;
  border-top-color: var(--primary-color);
  border-bottom-color: var(--secondary-color);
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
}
#account-modal .close,
#modal-agree .close {
  position: absolute;
  z-index: 999;
  padding: 5px 12px;
  font-size: 2rem;
}
.modal .modal-currency-title,
.modal .modal-language-title {
  padding: 1.5rem;
  font-size: 1.2rem;
}
.modal .modal-currency-body,
.modal .modal-language-body {
  border-top: 2px solid #ccc;
  background-color: #eee;
  padding: 1rem;
  font-size: 0.9rem;
  line-height: 1.6rem;
}

[dir='rtl'] input.form-control.intl {
  direction: ltr;
  text-align: right;
}
#header-account:after {
  display: none;
}
[dir='rtl'] .account-dropdown i {
  margin-right: -10px;
  margin-left: 5px;
}
.account-dropdown i {
  margin-left: -10px;
  margin-right: 5px;
}
.product-header {
  padding: 15px 15px 12px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 16px;
  background-color: #fcfcfc !important;
}
.customer-header {
  margin: 10px 0 5px;
  padding: 10px;
}
.product-header a {
  color: #555;
}
[dir='rtl'] .product-header img {
  margin-left: 10px;
  margin-right: 0;
}
.product-header img {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  margin-right: 10px;
}
.label-rounded {
  padding: 4px 15px !important;
  vertical-align: middle !important;
}
[dir='rtl'] .product-header .rating-container {
  float: left;
}
.product-header .rating-container {
  float: right;
  margin-top: 6px;
  margin-left: 7px;
}
.label-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.label-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.label-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.label-dark {
  background-color: #444;
  border-color: #666;
  color: #fff;
}
.label-default {
  background-color: #fff;
  border-color: #ddd;
  color: #666;
}
.label-primary {
  background-color: #2264c3;
  border-color: #2264c3;
  color: #fff;
}
.label-secondary {
  background-color: #59339d;
  border-color: #59339d;
  color: #fff;
}
.label-muted {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
.label-rounded {
  border-radius: 100px;
}
.label {
  display: inline-block;
  font-weight: 500;
  padding: 1px 4px 0 4px;
  line-height: 1.5384616;
  font-size: 10px;
  text-align: center;
}
.fas.fa-star.star-on {
  color: #fcd34c;
}
.fas.fa-star.star-off {
  color: #ddd;
}
.review-form,
.question-form {
  background-color: #fff;
  color: var(--color-text);
  border: 1px solid #00000010;
  border-radius: 4px;
}
.review-reply,
.question-reply {
  margin: 15px 0 5px;
  padding: 15px 0 0;
  border-top: 1px solid #eee;
}
.review-reply i,
.question-reply i {
  color: #ccc;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  transform: scaleY(-1);
}
.review-reply p,
.question-reply p {
  display: inline-block;
}
.dragndropmini {
  border: 2px dashed #999;
  text-align: center;
  color: #999;
  font-size: 12px;
  cursor: pointer;
  display: block;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}
[dir='rtl'] .ms-image-holder .image-holder {
  float: right;
}
.ms-image-holder .image-holder {
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 4px;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.ms-image-holder .image-area {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
[dir='rtl'] .ms-image-holder .img-sort {
  right: 11px;
  left: auto;
}
.ms-image-holder .img-sort {
  position: absolute;
  border-radius: 50%;
  top: 17px;
  left: 11px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
  z-index: 9;
  color: #fff;
  cursor: move;
}
.ms-image-holder .image-holder img {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  object-fit: contain;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.photo-meta {
  background-color: #f8f8f8 !important;
  padding: 10px;
  font-size: 12px;
  position: relative;
}
[dir='rtl'] .ms-image-holder i.remove-review-photo {
  left: 10px;
  right: auto;
}
.ms-image-holder i.remove-review-photo {
  right: 10px;
}
.ms-image-holder i.remove-review-photo {
  background-color: #fff;
  border-radius: 4px;
  height: 24px;
  width: 24px;
  top: 7px;
  border: 1px solid #ddd;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  cursor: pointer;
  border-color: rgba(245, 81, 87, 0.2);
  color: #f55157;
}
.ms-image-holder.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.ms-image-holder.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
[dir='rtl'] .media-middle {
  padding-left: 10px;
  padding-right: 0;
}
.media-middle {
  position: relative;
  /*display: table-cell;*/
  vertical-align: middle;
  padding-right: 10px;
}
.td-desc {
  display: inline-block !important;
  color: #aaa !important;
  font-size: 11px;
}
[dir='rtl'] .td-desc + .td-desc {
  margin-right: 0.3rem;
  margin-left: 0;
}
.td-desc + .td-desc {
  margin-left: 0.3rem;
}
[dir='rtl'] .flex .td-desc:not(:first-child) {
  padding-right: 10px;
  padding-left: 0;
}
.flex .td-desc:not(:first-child) {
  padding-left: 10px;
}
.order-top-line {
  display: block;
  margin: 0 0 10px;
  color: #aaa;
  font-size: 14px;
}
.order-second-line {
  font-size: 17px;
}
.order-comment {
  border: 3px dashed #dc3545;
  border-radius: 10px;
  padding: 10px;
}
#order_images .image-area {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}
#product_images .image-holder img,
#order_images .image-holder img {
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
  object-fit: contain;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.table-bordered-main {
  border: 1px solid #ddd;
  padding: 1px;
}
.shipping-method .custom-control-label::before,
.shipping-method .custom-control-label::after {
  margin-top: 3px;
}
.cart-actions .custom-control-label::before,
.cart-actions .custom-control-label::after {
  margin-top: -2px;
}
.bootstrap-datetimepicker-widget {
  z-index: 9999999;
}
div.table-responsive:has(.bootstrap-datetimepicker-widget) {
  overflow-x: unset;
}
.form-question {
  background-color: #fafafa;
  border-radius: 4px;
  border: 1px solid #eee;
}
.w-100px {
  width: 100px;
}
#pswd-info {
  display: none;
  position: absolute;
  padding: 15px;
  background: #fefefe;
  font-size: 0.875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  z-index: 999;
}
#pswd-info::before {
  content: '\25B2';
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}
#pswd-info .invalid {
  padding-left: 22px;
  line-height: 24px;
  color: #ec3f41;
}
#pswd-info .valid {
  padding-left: 22px;
  line-height: 24px;
  color: #3a7d34;
}
.validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}
.loading {
  display: none;
  text-align: center;
  padding: 15px;
}
[dir='rtl'] .loading:before {
  margin: 0 0 -6px 10px;
}
.loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.home-parallel {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
  height: 400px;
}
.product-description p {
  margin-bottom: 0;
}

@media only screen and (max-width: 992px) {
  .home-parallel {
    height: 200px;
    background-attachment: scroll;
  }
}
.gallery1banner {
  border-radius: 8px;
  box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
}
.gallery1banner img {
  border-radius: 5px;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.gallery-element {
  border-radius: 5px;
  overflow: hidden;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  font-size: 3rem;
}

@media only screen and (min-width: 768px) {
  .gallery-grid {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .gallery-element img {
    display: none;
  }
  .gallery-grid.gallery2 > div:nth-child(1) {
    grid-column: 1/3;
  }
  .gallery-grid.gallery2 > div:nth-child(2) {
    grid-column: 3/5;
  }
  .gallery-grid.gallery3theme1 > div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  .gallery-grid.gallery3theme1 > div:nth-child(2) {
    grid-column: 3/5;
  }
  .gallery-grid.gallery3theme1 > div:nth-child(3) {
    grid-column: 3/5;
  }
  .gallery-grid.gallery3theme1 > div:first-child .gallery-element {
    position: relative;
    border-radius: 5px;
    height: 415px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid.gallery3theme2 > div:nth-child(1) {
    grid-column: 1/3;
  }
  .gallery-grid.gallery3theme2 > div:nth-child(2) {
    grid-column: 1/3;
  }
  .gallery-grid.gallery3theme2 > div:nth-child(3) {
    grid-column: 3/5;
    grid-row: 1/4;
  }
  .gallery-grid.gallery3theme2 > div:last-child .gallery-element {
    position: relative;
    border-radius: 5px;
    height: 415px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid.gallery4theme1 > div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  .gallery-grid.gallery4theme1 > div:nth-child(2) {
    grid-column: 3/5;
  }
  .gallery-grid.gallery4theme1 > div:first-child .gallery-element {
    position: relative;
    border-radius: 5px;
    height: 415px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid.gallery4theme2 > div:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/4;
  }
  .gallery-grid.gallery4theme2 > div:nth-child(4) {
    grid-column: 3/5;
  }
  .gallery-grid.gallery4theme2 > div:first-child .gallery-element {
    position: relative;
    border-radius: 5px;
    height: 415px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid > div .gallery-element {
    height: 200px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid > div .gallery-element a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .gallery-grid > div .gallery-element img.cat-featured-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-element img {
    max-width: 100%;
  }
  .gallery-grid > div .gallery-element {
    height: auto !important;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 2px rgb(126 142 177 / 12%);
  }
  .gallery-grid > div .gallery-element a {
    width: 100%;
    height: 100%;
    background: 0 0 !important;
  }
  .gallery-grid > div .gallery-element img.cat-featured-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: unset;
    right: unset;
    left: unset;
  }
}

@keyframes left-right {
  0% {
    transform: translate(-10px, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  100% {
    transform: translate(-10px, 0);
  }
}
@keyframes left-right-rotate {
  0% {
    transform: translate(-10px, 0) rotateZ(0deg);
  }
  25% {
    transform: translate(-30px, 0) rotateZ(20deg);
  }
  50% {
    transform: translate(10px, 0) rotateZ(0deg);
  }
  75% {
    transform: translate(40px, 0) rotateZ(-20deg);
  }
  100% {
    transform: translate(-10px, 0) rotateZ(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 992px) {
  .col-sm-center {
    text-align: center;
  }
  #main-header .search-container {
    width: 60% !important;
  }
  #main-header .logo-wrapper {
    width: auto;
  }
  #main-header .actions-container {
    width: auto;
  }
  #main-header {
    min-width: 100%;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.35s cubic-bezier(0.2, 1, 0.3, 1);
    z-index: 1049;
  }
  body.has-sticky {
    margin-top: 70px;
  }
  body.has-sticky .notification-bar-container {
    display: none !important;
  }
  body.has-sticky nav#top {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .col-xs-center {
    text-align: center;
  }
  .search-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
  }
  .header-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #logo img {
    max-height: 45px;
  }
  .home-products .card-title span,
  .product-form .card-title span {
    font-size: 1rem;
  }
  .home-products .card-nav-btn {
    font-size: 0.8rem;
  }
}

@media (min-width: 576px) {
  .container {
    width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.product-layout.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: row;
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .product-layout.product-grid {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 768px) {
  .product-layout.product-grid {
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 576px) {
  .product-layout.product-grid {
    grid-template-columns: repeat(1, auto);
  }
  #payment-methods {
    grid-template-columns: repeat(2, 1fr);
  }
}
