@charset "UTF-8";
/*!
Theme Name:   proShop
Author:       Reza Ramezanpour
Author URI:   https://irdevs.com/@reza
Description:  proShop 
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  proShop
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

proShop is based on proshop & Underscores https://underscores.me.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer https://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

All sizing (typography, layout, padding/margins, etc) are inspired by a modular scale that uses 1em as a base size with a 1.618 ratio.
You can read more about the calculator we use in our Sass here: https://github.com/modularscale/modularscale-sass

*/
/* ONLY IMPORT REQUIRED FILES HERE, NO CSS! */
/*! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com

*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::-webkit-backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* @import 'flexboxgrid'; */
/**
 * Scss variables
 * @author: reza ramezanpour
 */
/* custom colors */
/* COLOR SETUP */
/* FONT SIZES*/
/*EMs*/
/**
 * Utility classes
 */
.clear {
  clear: both;
}

.badge {
  position: absolute;
  top: -0.8em;
  left: 1em;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: bold;
  background: rgb(73, 73, 73);
  opacity: 0.9 !important;
  color: rgb(255, 255, 255);
  border-radius: 30px;
  text-align: center;
  -webkit-box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
          box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
  vertical-align: middle;
  z-index: 2;
}

.responsive-table-wrapper {
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.flip-h {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.app-font {
  font-family: IRANYekanX, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.hidden {
  display: none;
}

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

.rounded-box {
  border-radius: var(--border-radius-boxes);
}

@-webkit-keyframes popInStayOut {
  0% {
    -webkit-transform: rotateY(-10deg) translateX(-30%);
            transform: rotateY(-10deg) translateX(-30%);
    opacity: 0;
  }
  8% {
    -webkit-transform: rotateY(0deg) translateX(0px);
            transform: rotateY(0deg) translateX(0px);
    opacity: 1;
  }
  94% {
    -webkit-transform: rotateY(0deg) translateX(0px);
            transform: rotateY(0deg) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(-10deg) translateX(-30%);
            transform: rotateY(-10deg) translateX(-30%);
    opacity: 0;
  }
}

@keyframes popInStayOut {
  0% {
    -webkit-transform: rotateY(-10deg) translateX(-30%);
            transform: rotateY(-10deg) translateX(-30%);
    opacity: 0;
  }
  8% {
    -webkit-transform: rotateY(0deg) translateX(0px);
            transform: rotateY(0deg) translateX(0px);
    opacity: 1;
  }
  94% {
    -webkit-transform: rotateY(0deg) translateX(0px);
            transform: rotateY(0deg) translateX(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(-10deg) translateX(-30%);
            transform: rotateY(-10deg) translateX(-30%);
    opacity: 0;
  }
}
.toggle-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  gap: 1ch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.toggle-switch__input {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.toggle-switch__display {
  --offset: 0.25em;
  --diameter: 1.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(var(--diameter) * 2 + var(--offset) * 2);
  height: calc(var(--diameter) + var(--offset) * 2);
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 100vw;
  background-color: #fbe4e2;
  -webkit-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
}
.toggle-switch__display::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  right: var(--offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: var(--diameter);
  height: var(--diameter);
  border: 0.1em solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-color: white;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  will-change: transform;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.toggle-switch:focus .toggle-switch__display, .toggle-switch__input:focus + .toggle-switch__display {
  outline: 1px dotted #212121;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}
.toggle-switch:focus, .toggle-switch:focus:not(:focus-visible) .toggle-switch__display, .toggle-switch__input:focus:not(:focus-visible) + .toggle-switch__display {
  outline: 0;
}
.toggle-switch[aria-pressed=true] .toggle-switch__display, .toggle-switch__input:checked + .toggle-switch__display {
  background-color: #e3f5eb;
}
.toggle-switch[aria-pressed=true] .toggle-switch__display::before, .toggle-switch__input:checked + .toggle-switch__display::before {
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.toggle-switch[disabled] .toggle-switch__display, .toggle-switch__input:disabled + .toggle-switch__display {
  opacity: 0.6;
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
  cursor: not-allowed;
}
.toggle-switch__display::before {
  left: auto;
  right: var(--offset);
}
.toggle-switch__icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  color: inherit;
  fill: currentcolor;
  vertical-align: middle;
  overflow: hidden;
}
.toggle-switch__icon--cross {
  color: #e74c3c;
  font-size: 85%;
}
.toggle-switch__icon--checkmark {
  color: #1fb978;
}

.tabs .tab--active{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

button.toggle-switch {
  border: 0;
  padding: 0;
  background-color: transparent;
  font: inherit;
}

:root {
  --transition-time: 200ms;
  --stay-time: 3s;
  --total-items: 5;
  --animation-duration: calc((var(--stay-time) + var(--transition-time)) * var(--total-items));
}

.invisible-scroll {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.invisible-scroll:-webkit-scrollbar {
  display: none;
}

.circulating-text {
  height: 22px;
  overflow: hidden;
  position: relative;
  font-weight: bold;
}

.circulating-text div {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: slide var(--animation-duration) infinite;
          animation: slide var(--animation-duration) infinite;
  opacity: 0;
  -webkit-transition: opacity var(--transition-time);
  -o-transition: opacity var(--transition-time);
  transition: opacity var(--transition-time);
}

.circulating-text div:nth-child(1) {
  -webkit-animation-delay: calc(var(--stay-time) * 0 + var(--transition-time) * 0);
          animation-delay: calc(var(--stay-time) * 0 + var(--transition-time) * 0);
  opacity: 1;
}

.circulating-text div:nth-child(2) {
  -webkit-animation-delay: calc(var(--stay-time) * 1 + var(--transition-time) * 1);
          animation-delay: calc(var(--stay-time) * 1 + var(--transition-time) * 1);
}

.circulating-text div:nth-child(3) {
  -webkit-animation-delay: calc(var(--stay-time) * 2 + var(--transition-time) * 2);
          animation-delay: calc(var(--stay-time) * 2 + var(--transition-time) * 2);
}

.circulating-text div:nth-child(4) {
  -webkit-animation-delay: calc(var(--stay-time) * 3 + var(--transition-time) * 3);
          animation-delay: calc(var(--stay-time) * 3 + var(--transition-time) * 3);
}

.circulating-text div:nth-child(5) {
  -webkit-animation-delay: calc(var(--stay-time) * 4 + var(--transition-time) * 4);
          animation-delay: calc(var(--stay-time) * 4 + var(--transition-time) * 4);
}

@-webkit-keyframes slide {
  0%, 20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  24%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes slide {
  0%, 20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  24%, 80% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
}
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/*

-----------------------------------------------------------+
	WARNING !

	This theme is using RTLCSS for creating styles in RTL.
	Be caution with RTLCSS commments

------------------------------------------------------------+*/
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/iran-yekan/woff/IRANYekanX-Light.woff") format("woff"), url("assets/fonts/iran-yekan/woff2/IRANYekanX-Light.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 900;
  src: url("assets/fonts/iran-yekan/woff/IRANYekanX-Black.woff") format("woff"), url("assets/fonts/iran-yekan/woff2/IRANYekanX-Black.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: 950;
  src: url("assets/fonts/iran-yekan/woff/IRANYekanX-ExtraBlack.woff") format("woff"), url("assets/fonts/iran-yekan/woff2/IRANYekanX-ExtraBlack.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: bold;
  src: url("assets/fonts/iran-yekan/woff/IRANYekanX-Bold.woff") format("woff"), url("assets/fonts/iran-yekan/woff2/IRANYekanX-Bold.woff2") format("woff2");
}
@font-face {
  font-family: IRANYekanX;
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/iran-yekan/woff/IRANYekanX-Regular.woff") format("woff"), url("assets/fonts/iran-yekan/woff2/IRANYekanX-Regular.woff2") format("woff2");
}
[class^=psicon-],
[class*=" psicon-"] {
  font-size: 1.5em;
  vertical-align: middle;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-size: 0.94em;
}
@media only screen and (min-width : 992px) {
  html,
body {
    font-size: 1rem;
  }
}

body:not(.is-mobile) ::-webkit-scrollbar {
  width: 5px;
  background: rgb(248, 248, 248);
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  background: #a3a3a3;
  -webkit-border-radius: 1ex;
}
body:not(.is-mobile) ::-webkit-scrollbar-corner {
  background: rgb(75, 75, 75);
}

:root {
  --primary-color: rgb(45, 206, 162);
  --border-radius-elems: 20px;
  --border-radius-boxes: 20px;
  --colors-green: rgb(45, 206, 162);
}
body {
  background: white;
  overflow-x: hidden;
  cursor: default;
  letter-spacing: -0.3px;
}

body,
button,
input,
textarea {
  color: #383838;
  font-family: IRANYekanX, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  line-height: 1.6em;
  word-wrap: break-word;
}

select {
  color: initial;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 0.54em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: 300;
}

h1 {
  font-size: 2em;
  line-height: 1.8em;
  font-weight: bold;
}

.beta,
h2 {
  font-size: 1.4em;
  line-height: 1.214;
}

.beta + h3,
h2 + h3 {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 0.54em;
}

.gamma,
h3 {
  font-size: 1.375em;
}

.delta,
h4 {
  font-size: 1.125em;
}

.alpha,
.beta,
.delta,
.gamma {
  display: block;
}

blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + header h2,
form + h2,
form + h3,
form + h4,
form + header h2,
ol + h2,
ol + h3,
ol + h4,
ol + header h2,
p + h2,
p + h3,
p + h4,
p + header h2,
table + h2,
table + h3,
table + h4,
table + header h2,
ul + h2,
ul + h3,
ul + h4,
ul + header h2 {
  margin-top: 1.6em;
}

dl {
  cursor: pointer;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 0 0 1.41575em;
}

p {
  margin: 0 0 1.41575em;
  line-height: 2em;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-right: 1em;
}

dt {
  font-weight: 600;
}

dd {
  margin: 0 0 1.618em;
}

b,
strong {
  font-weight: 600;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

blockquote {
  padding: 0 1em;
  border-right: 3px solid rgba(0, 0, 0, 0.05);
  font-style: italic;
}

address {
  margin: 0 0 1.41575em;
}

pre {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Courier 10 Pitch", Courier, monospace;
  margin-bottom: 1.618em;
  padding: 1.618em;
  overflow: auto;
  max-width: 100%;
}

.code,
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.202em 0.5407911001em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

ins,
mark {
  text-decoration: none;
  font-weight: 600;
  background: 100% 0;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.41575em;
  width: 100%;
  /* fix chrome horizontal scroll*/
}
table .screen-reader-text {
  display: none;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover {
  color: var(--primary-color);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus-visible {
  outline: none;
}

/**
 * Scss variables
 * @author: reza ramezanpour
 */
/* custom colors */
/* COLOR SETUP */
/* FONT SIZES*/
/*EMs*/
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  outline: none;
}

.input-text,
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select{
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media only screen and (min-width : 992px) {
  .footer-widgets.col-2 .input-text,.footer-widgets.col-2 
input[type=number],.footer-widgets.col-2 
input[type=email],.footer-widgets.col-2 
input[type=password],.footer-widgets.col-2 
input[type=search],.footer-widgets.col-2 
input[type=tel],.footer-widgets.col-2 
input[type=text],.footer-widgets.col-2 
input[type=url],.footer-widgets.col-2 
select {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-2 .input-text.footer-widget-2,.footer-widgets.col-2 
input[type=number].footer-widget-2,.footer-widgets.col-2 
input[type=email].footer-widget-2,.footer-widgets.col-2 
input[type=password].footer-widget-2,.footer-widgets.col-2 
input[type=search].footer-widget-2,.footer-widgets.col-2 
input[type=tel].footer-widget-2,.footer-widgets.col-2 
input[type=text].footer-widget-2,.footer-widgets.col-2 
input[type=url].footer-widget-2,.footer-widgets.col-2 
select.footer-widget-2 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-3 .input-text,.footer-widgets.col-3 
input[type=number],.footer-widgets.col-3 
input[type=email],.footer-widgets.col-3 
input[type=password],.footer-widgets.col-3 
input[type=search],.footer-widgets.col-3 
input[type=tel],.footer-widgets.col-3 
input[type=text],.footer-widgets.col-3 
input[type=url],.footer-widgets.col-3 
select {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-3 .input-text.footer-widget-3,.footer-widgets.col-3 
input[type=number].footer-widget-3,.footer-widgets.col-3 
input[type=email].footer-widget-3,.footer-widgets.col-3 
input[type=password].footer-widget-3,.footer-widgets.col-3 
input[type=search].footer-widget-3,.footer-widgets.col-3 
input[type=tel].footer-widget-3,.footer-widgets.col-3 
input[type=text].footer-widget-3,.footer-widgets.col-3 
input[type=url].footer-widget-3,.footer-widgets.col-3 
select.footer-widget-3 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-4 .input-text,.footer-widgets.col-4 
input[type=number],.footer-widgets.col-4 
input[type=email],.footer-widgets.col-4 
input[type=password],.footer-widgets.col-4 
input[type=search],.footer-widgets.col-4 
input[type=tel],.footer-widgets.col-4 
input[type=text],.footer-widgets.col-4 
input[type=url],.footer-widgets.col-4 
select {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-4 .input-text.footer-widget-4,.footer-widgets.col-4 
input[type=number].footer-widget-4,.footer-widgets.col-4 
input[type=email].footer-widget-4,.footer-widgets.col-4 
input[type=password].footer-widget-4,.footer-widgets.col-4 
input[type=search].footer-widget-4,.footer-widgets.col-4 
input[type=tel].footer-widget-4,.footer-widgets.col-4 
input[type=text].footer-widget-4,.footer-widgets.col-4 
input[type=url].footer-widget-4,.footer-widgets.col-4 
select.footer-widget-4 {
    float: left;
    margin-left: 0;
  }
}

.input-text:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

.input-text,
input[type=number],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select {
  height: 50px;
  line-height: 50px;
  padding: 0 1rem;
  border-radius: var(--border-radius-elems);
  outline: none;
}
.input-text::active, .input-text::focus,
input[type=number]::active,
input[type=number]::focus,
input[type=email]::active,
input[type=email]::focus,
input[type=password]::active,
input[type=password]::focus,
input[type=search]::active,
input[type=search]::focus,
input[type=tel]::active,
input[type=tel]::focus,
input[type=text]::active,
input[type=text]::focus,
input[type=url]::active,
input[type=url]::focus,
select::active,
select::focus {
  outline: none;
  background: white;
  border-color: var(--primary-color);
}
.input-text.input-lg,
input[type=number].input-lg,
input[type=email].input-lg,
input[type=password].input-lg,
input[type=search].input-lg,
input[type=tel].input-lg,
input[type=text].input-lg,
input[type=url].input-lg,
select.input-lg {
  height: 55px;
  line-height: 55px;
}

textarea{
  display: block;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

@media only screen and (min-width : 992px) {
  .footer-widgets.col-2 textarea {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-2 textarea.footer-widget-2 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-3 textarea {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-3 textarea.footer-widget-3 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-4 textarea {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-4 textarea.footer-widget-4 {
    float: left;
    margin-left: 0;
  }
}

textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}

textarea {
  padding: 0 1rem;
  border-radius: var(--border-radius-elems);
  outline: none;
}
textarea::active, textarea::focus {
  outline: none;
  background: white;
  border-color: var(--primary-color);
}

select {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGZpbGw9IiM2NjY2NjYiLz4KICA8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto;
}

input[type=checkbox] + label,
input[type=radio] + label {
  margin: 0 0.3819820591em 0 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  padding: 0.7em 1em;
  outline: 0;
}

textarea {
  overflow: auto;
  padding-right: 0.875em;
  vertical-align: top;
  width: 100%;
}

label {
  font-weight: 400;
}

label.inline input {
  width: auto;
}

fieldset {
  padding: 1.618em;
  padding-top: 1em;
  border: 0;
  margin: 0;
  margin-bottom: 1.618em;
  margin-top: 1.618em;
}

fieldset legend {
  font-weight: 600;
  padding: 0.6180469716em 1em;
  margin-right: -1em;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}

input[type=submit]{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

input[type=submit]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

input[type=submit]:focus{
  z-index: 10;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

input[type=submit] {
  height: 50px;
  line-height: 50px;
  border-radius: var(--border-radius-elems);
  white-space: nowrap;
  display: inline-block;
}

.button, .pagination ul li a,
.pagination ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.btn{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.button:hover, .pagination ul li a:hover,
.pagination ul li span:hover,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li span:hover,
.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.button:focus, .pagination ul li a:focus,
.pagination ul li span:focus,
.woocommerce-pagination ul li a:focus,
.woocommerce-pagination ul li span:focus,
.btn:focus{
  z-index: 10;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}

.button, .pagination ul li a,
.pagination ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span,
.btn {
  height: 50px;
  line-height: 50px;
  border-radius: var(--border-radius-elems);
  white-space: nowrap;
  display: inline-block;
}
.button--lg,
.btn--lg {
  height: 55px;
  line-height: 55px;
}
.button--sm,
.btn--sm {
  height: 45px;
  line-height: 45px;
}

button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.pagination ul li a.loading,
.pagination ul li span.loading,
.woocommerce-pagination ul li a.loading,
.woocommerce-pagination ul li span.loading,
.added_to_cart.loading {
  pointer-events: none;
  position: relative;
  z-index: 1;
}
button.loading::before,
input[type=button].loading::before,
input[type=reset].loading::before,
input[type=submit].loading::before,
.button.loading::before,
.pagination ul li a.loading::before,
.pagination ul li span.loading::before,
.woocommerce-pagination ul li a.loading::before,
.woocommerce-pagination ul li span.loading::before,
.added_to_cart.loading::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-family: "proshopicons";
  margin-left: 0.5em;
  content: "\e954";
  -webkit-animation: spin 0.3s linear infinite;
          animation: spin 0.3s linear infinite;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -10px;
  margin-top: -10px;
  z-index: 3;
}
button.loading::after,
input[type=button].loading::after,
input[type=reset].loading::after,
input[type=submit].loading::after,
.button.loading::after,
.pagination ul li a.loading::after,
.pagination ul li span.loading::after,
.woocommerce-pagination ul li a.loading::after,
.woocommerce-pagination ul li span.loading::after,
.added_to_cart.loading::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.added_to_cart.disabled,
.added_to_cart:disabled,
.button.disabled,
.pagination ul li a.disabled,
.pagination ul li span.disabled,
.woocommerce-pagination ul li a.disabled,
.woocommerce-pagination ul li span.disabled,
.button:disabled,
.pagination ul li a:disabled,
.pagination ul li span:disabled,
.woocommerce-pagination ul li a:disabled,
.woocommerce-pagination ul li span:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.added_to_cart.disabled:hover,
.added_to_cart:disabled:hover,
.button.disabled:hover,
.pagination ul li a.disabled:hover,
.pagination ul li span.disabled:hover,
.woocommerce-pagination ul li a.disabled:hover,
.woocommerce-pagination ul li span.disabled:hover,
.button:disabled:hover,
.pagination ul li a:disabled:hover,
.pagination ul li span:disabled:hover,
.woocommerce-pagination ul li a:disabled:hover,
.woocommerce-pagination ul li span:disabled:hover,
button.disabled:hover,
button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover {
  opacity: 0.5 !important;
}

.reviews__overview {
  white-space: nowrap;
}
.reviews__overview .star-rating {
  float: none;
  margin: 0 auto;
  font-size: 1.2rem;
}
@media only screen and (min-width : 992px) {
  .reviews__overview .star-rating {
    font-size: 2rem;
  }
}
.reviews__overview .reviews__bar-name {
  min-width: 58px;
}

.commentlist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.commentlist .review .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.commentlist .review p {
  margin: 0;
}

.comment-form-rating {
  overflow: hidden;
}

/* comments form */
#review_form {
  position: relative;
}
#review_form .comment-form-rating {
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: white;
  border-radius: var(--border-radius-elems);
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
@media only screen and (min-width : 992px) {
  #review_form .comment-form-rating {
    font-size: 1.125em;
  }
}
#review_form .comment-form-rating.selected {
  bottom: auto;
  font-size: 0.875em;
  padding: 0.5rem 1rem;
}
#review_form .comment-form-rating .stars span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#review_form textarea {
  padding-left: 100px;
  padding-top: 2.5rem;
  padding-bottom: 1rem;
}
#review_form .form-submit {
  position: absolute;
  left: 1em;
  bottom: 1rem;
}
#review_form .form-submit input {
  min-width: 50px;
  background: #2563EB;
  color: white;
  border: none;
  font-size: 0.875em;
}
@media only screen and (min-width : 992px) {
  #review_form .form-submit input {
    font-size: 1em;
    min-width: 70px;
  }
}

/* comments form end */
#respond {
  clear: both;
  position: relative;
}
#respond p {
  margin: 0;
}
#respond .comment-form-author input {
  width: 100%;
}
#respond .comment-form-email input {
  width: 100%;
}
#respond .comment-form-url input {
  width: 100%;
}
#respond form {
  margin-bottom: 0;
}
#respond #cancel-comment-reply-link {
  position: absolute;
  top: 0.5407911001em;
  left: 0.5407911001em;
  display: block;
  height: 1em;
  width: 1em;
  overflow: hidden;
  line-height: 1;
  font-size: 1.41575em;
  text-align: center;
  -webkit-transition: ease, 0.3s, -webkit-transform;
  transition: ease, 0.3s, -webkit-transform;
  -o-transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s;
  transition: transform, ease, 0.3s, -webkit-transform;
}
#respond #cancel-comment-reply-link:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}

/* site header */
.site-topbar {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  background: rgb(243, 243, 243);
  font-size: 0.875em;
}
.site-topbar .secondary-navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.site-header {
  background: rgb(255, 255, 255);
  background-position: center center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid RGB(222, 226, 230);
  -webkit-box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
          box-shadow: 1px 2px 4px rgba(33, 37, 41, 0.05);
}
.site-header__user-wrap {
  margin-right: 0.5rem;
}
.site-header__user-wrap img {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 100%;
}
@media only screen and (min-width : 992px) {
  .site-header__user-wrap img {
    width: 35px;
    min-width: 35px;
    height: 35px;
  }
}

.is-mobile .site-header {
  background: rgb(255, 255, 255);
}

.dropdownMenu {
  background: rgb(255, 255, 255);
  margin: 0;
  border: none;
  display: none;
  z-index: 100;
  min-width: 200px;
  left: 0;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
          box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 100ms linear, -webkit-transform 100ms 50ms cubic-bezier(1, 0, 0, 1);
  transition: opacity 100ms linear, -webkit-transform 100ms 50ms cubic-bezier(1, 0, 0, 1);
  -o-transition: transform 100ms 50ms cubic-bezier(1, 0, 0, 1), opacity 100ms linear;
  transition: transform 100ms 50ms cubic-bezier(1, 0, 0, 1), opacity 100ms linear;
  transition: transform 100ms 50ms cubic-bezier(1, 0, 0, 1), opacity 100ms linear, -webkit-transform 100ms 50ms cubic-bezier(1, 0, 0, 1);
  opacity: 0;
}
.dropdownMenu.dismissable {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.dropdownMenu .dropdownMenu__head {
  padding: 0.5em 1.5em;
  border-bottom: 1px solid RGB(233, 236, 239);
  font-weight: 500;
}
.dropdownMenu .dropdownMenu__item {
  display: block;
  padding: 0.2em 1em;
  color: #383838;
}
.dropdownMenu .dropdownMenu__item:hover {
  background: rgb(243, 243, 243);
}
.dropdownMenu .dropdownMenu__caret {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: -1;
  top: -7px;
  left: 14px;
  background: rgb(255, 255, 255);
  border: 1px solid RGB(233, 236, 239);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 0 1px 0 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-mobile-header-main,
.site-header-main {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-mobile-header-main .site-header__user-wrap,
.site-header-main .site-header__user-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-mobile-header-main .site-header__user-wrap .userArea__user,
.site-header-main .site-header__user-wrap .userArea__user {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
}
.site-mobile-header-main .site-header__user-wrap .userArea__user img,
.site-header-main .site-header__user-wrap .userArea__user img {
  border-radius: 30px;
}
.site-mobile-header-main .site-header__user-wrap a,
.site-header-main .site-header__user-wrap a {
  color: #383838;
  text-decoration: none;
}
.site-mobile-header-main .site-header__user-wrap .dropdownMenu,
.site-header-main .site-header__user-wrap .dropdownMenu {
  display: none;
  list-style: none;
  position: absolute;
  right: 0;
  border: 1px solid RGB(233, 236, 239);
}
.site-header__cart,
.site-header__user-wrap,
.site-header__order-track,
.site-header__withlist {
  margin: 0 0.5em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  list-style: none;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header__cart:hover,
.site-header__user-wrap:hover,
.site-header__order-track:hover,
.site-header__withlist:hover {
  color: #1e1e1e;
}
.site-header__cart a,
.site-header__user-wrap a,
.site-header__order-track a,
.site-header__withlist a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  color: #383838;
}
.site-header__cart a:hover,
.site-header__user-wrap a:hover,
.site-header__order-track a:hover,
.site-header__withlist a:hover {
  color: #1e1e1e;
}
.site-header__cart .icon,
.site-header__user-wrap .icon,
.site-header__order-track .icon,
.site-header__withlist .icon {
  font-size: 1.5em;
  text-decoration: none;
}

.site-header__cart__label {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  left: 4.6em;
  background: rgb(255, 90, 95);
  padding: 0 0.4rem 0 0rem;
  font-size: 0.875em;
  border: 1px solid rgb(255, 90, 95);
  border-left-color: transparent;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 0 2px 10px rgba(184, 23, 23, 0.274);
          box-shadow: 0 2px 10px rgba(184, 23, 23, 0.274);
  height: 30px;
  line-height: 30px;
  color: white;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-animation: popInStayOut 3s 3s linear forwards;
          animation: popInStayOut 3s 3s linear forwards;
}
@media only screen and (min-width : 992px) {
  .site-header__cart__label {
    left: 5.8em;
  }
}
.site-header__cart__label span {
  position: relative;
  z-index: 9;
}
.site-header__cart__label:before {
  content: "";
  width: 21.22px;
  height: 21.22px;
  position: absolute;
  z-index: 1;
  top: 3.3333px;
  left: -11px;
  background: rgb(255, 90, 95);
  border-color: rgb(255, 90, 95) transparent transparent rgb(255, 90, 95);
  border-style: solid;
  border-width: 1px;
  border-radius: 0 1px 0 0;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.site-header .custom-logo-link,
.site-header .site-logo-anchor,
.site-header .site-logo-link {
  display: block;
  margin-bottom: 0;
}

.site-header .widget {
  margin-bottom: 0;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb .site-header {
  margin-bottom: 4.235801032em;
}

.no-wc-breadcrumb.page-template-template-homepage .site-header {
  margin-bottom: 0;
}

.site-branding {
  width: auto;
  float: right;
  margin-bottom: 0;
}

.site-branding .site-title {
  font-size: 2em;
  letter-spacing: -1px;
  margin: 0;
}

.site-branding .site-title a {
  font-weight: 700;
}

.site-branding .site-description {
  font-size: 0.875em;
}

.site-branding .logo {
  margin: 0;
}

.site-branding img {
  height: auto;
  max-width: 35px;
  max-height: none;
}
@media only screen and (min-width : 992px) {
  .site-branding img {
    max-width: 60px;
  }
}

/* Header Primary Navigation */
.primary-navigation-holder {
  white-space: nowrap;
}

.primary-navigation {
  display: block;
}
.primary-navigation .sub-menu {
  float: right;
  position: absolute;
  opacity: 0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: 100ms;
  -o-transition: 100ms;
  transition: 100ms;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  pointer-events: none;
}
.primary-navigation .sub-menu .sub-menu {
  right: 100%;
}
.primary-navigation .menu-item-has-children:hover > .sub-menu, .primary-navigation .menu-item-has-children:focus > .sub-menu {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  pointer-events: inherit;
}

.primary-navigation-mobile,
.primary-navigation {
  clear: both;
}
.primary-navigation-mobile ul,
.primary-navigation ul {
  margin-right: 0;
  list-style: none;
  margin-bottom: 0;
}
.primary-navigation-mobile ul ul,
.primary-navigation ul ul {
  display: block;
}
.primary-navigation-mobile ul li a,
.primary-navigation ul li a {
  font-size: 0.9em;
  font-weight: 500;
  padding: 0.7rem;
  display: block;
  color: #383838;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.primary-navigation-mobile ul li a:hover,
.primary-navigation ul li a:hover {
  color: var(--primary-color);
  background: rgba(45, 206, 162, 0.08);
}
.primary-navigation-mobile ul.menu ul.sub-menu,
.primary-navigation-mobile ul.nav-menu ul.children,
.primary-navigation ul.menu ul.sub-menu,
.primary-navigation ul.nav-menu ul.children {
  border: 1px solid RGB(233, 236, 239);
  padding: 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.08);
}
.primary-navigation-mobile .menu-item-has-children > a::before,
.primary-navigation .menu-item-has-children > a::before {
  display: inline-block;
  content: "";
  content: "\e938";
  float: left;
  font-family: "proshopicons" !important;
  margin-right: 6px;
}
.primary-navigation-mobile .menu-item ul.sub-menu,
.primary-navigation .menu-item ul.sub-menu {
  border-radius: 0 0 var(--border-radius-boxes) var(--border-radius-boxes);
}
.primary-navigation-mobile .menu-item ul.sub-menu .sub-menu,
.primary-navigation .menu-item ul.sub-menu .sub-menu {
  border-radius: 0;
}

.primary-navigation-mobile {
  display: block;
  position: fixed;
  background: white;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 300px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  will-change: transform;
  overflow-x: auto;
}
.primary-navigation-mobile.toggled {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.primary-navigation-mobile .site-branding img {
  max-width: 50px;
}
.primary-navigation-mobile ul.menu ul.sub-menu,
.primary-navigation-mobile ul.nav-menu ul.children {
  padding-right: 1rem;
}
.primary-navigation-mobile li.menu-item-has-children ul.sub-menu {
  padding: 0;
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: rgba(10, 10, 10, 0.05);
}
.primary-navigation-mobile li.menu-item-has-children ul.sub-menu a {
  padding: 0.6em 1.5rem;
  color: inherit;
}
.primary-navigation-mobile li.menu-item-has-children.toggled > .sub-menu {
  display: block;
}

.primary-navigation .main-navigation {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.main-navigation::after,
.main-navigation::before {
  content: "";
  display: table;
}

.main-navigation::after {
  clear: both;
}

.main-navigation div.menu {
  display: none;
}

.main-navigation div.menu:last-child {
  display: block;
}

.main-navigation .menu {
  clear: both;
}

.handheld-navigation {
  clear: both;
}

.handheld-navigation ul {
  margin: 0;
}

.handheld-navigation ul.menu li {
  position: relative;
}

.handheld-navigation .dropdown-toggle {
  background: 100% 0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.site-main nav.navigation {
  clear: both;
  padding: 2.617924em 0;
}

.site-main nav.navigation::after,
.site-main nav.navigation::before {
  content: "";
  display: table;
}

.site-main nav.navigation::after {
  clear: both;
}

.site-main nav.navigation .nav-next a,
.site-main nav.navigation .nav-previous a {
  display: inline-block;
  -webkit-transition: all, ease, 0.3s;
  -o-transition: all, ease, 0.3s;
  transition: all, ease, 0.3s;
  padding: 0.6180469716em 1em;
  border-radius: 3px;
}

.site-main nav.navigation .nav-previous {
  float: right;
  width: 50%;
}

.site-main nav.navigation .nav-previous a:hover {
  -webkit-transform: translate(1em);
  -ms-transform: translate(1em);
  transform: translate(1em);
}

.site-main nav.navigation .nav-next {
  float: left;
  text-align: left;
  width: 50%;
}

.site-main nav.navigation .nav-next a:hover {
  -webkit-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em);
}

@media only screen and (min-width : 992px) {
  .site-header {
    /*padding-top: 2.617924em;*/
    padding-bottom: 0;
  }
  .site-header .site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    clear: both;
  }
  .woocommerce-active .site-header .site-branding {
    width: auto;
    margin: 0;
    margin-left: 2em;
  }
  .woocommerce-active .site-header .site-header__search {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin-left: 2em;
    clear: none;
    margin-bottom: 0;
  }
  .site-branding .site-description {
    margin-bottom: 0;
    display: block;
  }
  .site-header .subscribe-and-connect-connect {
    float: left;
    margin-bottom: 1em;
  }
  .site-header .subscribe-and-connect-connect .icons {
    list-style: none;
    margin: 0;
  }
  .site-header .subscribe-and-connect-connect .icons a {
    font-size: 1em !important;
  }
  .site-header .subscribe-and-connect-connect .icons li {
    margin: 0 0.5407911001em 0 0 !important;
    display: inline-block;
  }
  .main-navigation ul,
.site-topbar ul {
    list-style: none;
    margin: 0;
    padding-right: 0;
    display: block;
  }
  .main-navigation ul li,
.site-topbar ul li {
    position: relative;
    display: inline-block;
    text-align: right;
  }
  .main-navigation ul li a,
.site-topbar ul li a {
    display: block;
  }
  .main-navigation ul li a::before,
.site-topbar ul li a::before {
    display: none;
  }
  .main-navigation ul li.focus > ul,
.main-navigation ul li:hover > ul,
.site-topbar ul li.focus > ul,
.site-topbar ul li:hover > ul {
    right: 0;
    display: block;
  }
  .main-navigation ul li.focus > ul li > ul.sub-menu--is-touch-device,
.main-navigation ul li:hover > ul li > ul.sub-menu--is-touch-device,
.site-topbar ul li.focus > ul li > ul.sub-menu--is-touch-device,
.site-topbar ul li:hover > ul li > ul.sub-menu--is-touch-device {
    display: none;
    right: 0;
  }
  .main-navigation ul li.focus > ul li.focus > ul,
.main-navigation ul li.focus > ul li:hover > ul,
.main-navigation ul li:hover > ul li.focus > ul,
.main-navigation ul li:hover > ul li:hover > ul,
.site-topbar ul li.focus > ul li.focus > ul,
.site-topbar ul li.focus > ul li:hover > ul,
.site-topbar ul li:hover > ul li.focus > ul,
.site-topbar ul li:hover > ul li:hover > ul {
    right: 100%;
    top: 0;
    display: block;
  }
  .main-navigation ul ul.sub-menu--is-touch-device,
.site-topbar ul ul.sub-menu--is-touch-device {
    display: none;
    right: 0;
  }
  .main-navigation ul ul li,
.site-topbar ul ul li {
    display: block;
  }
  .main-navigation ul ul li a,
.site-topbar ul ul li a {
    width: 200px;
  }
  ul.menu li.current-menu-item > a {
    color: #43454b;
  }
  .proShop-primary-navigation {
    clear: both;
  }
  .proShop-primary-navigation::after,
.proShop-primary-navigation::before {
    content: "";
    display: table;
  }
  .proShop-primary-navigation::after {
    clear: both;
  }
  .main-navigation div.menu {
    display: block;
  }
  .main-navigation ul.menu,
.main-navigation ul.nav-menu {
    max-height: none;
    overflow: visible;
    margin-right: -1em;
  }
  .main-navigation ul.menu > li.menu-item-has-children:hover::after,
.main-navigation ul.menu > li.page_item_has_children:hover::after,
.main-navigation ul.nav-menu > li.menu-item-has-children:hover::after,
.main-navigation ul.nav-menu > li.page_item_has_children:hover::after {
    display: block;
  }
  .main-navigation ul.menu ul,
.main-navigation ul.nav-menu ul {
    margin-right: 0;
  }
  .main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
    padding: 0.5em 1.5em;
    font-weight: 400;
  }
  .main-navigation ul.menu ul li:last-child,
.main-navigation ul.nav-menu ul li:last-child {
    border-bottom: 0;
  }
  .main-navigation ul.menu ul ul,
.main-navigation ul.nav-menu ul ul {
    margin-right: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation a {
    padding: 0 1em 2.2906835em;
  }
  .site-topbar {
    width: auto;
    clear: none;
    line-height: 1;
  }
  .site-topbar .menu > li:hover > a {
    text-decoration: none;
  }
  .site-topbar .menu ul a {
    padding: 0.326em 0.875em;
    background: rgba(0, 0, 0, 0.05);
  }
  .site-topbar .menu ul li:first-child a {
    padding-top: 1em;
  }
  .site-topbar .menu ul li:last-child a {
    padding-bottom: 1em;
  }
  .site-topbar .menu ul ul {
    margin-top: -0.6180469716em;
  }
  .site-topbar .menu a {
    padding: 1em 0.875em;
    color: #757575;
    font-weight: 400;
  }
  .site-topbar .menu a:hover {
    text-decoration: none;
  }
}
/**************************\
  Basic Modal Styles
\**************************/
.micro-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  z-index: 99999;
}
@media (min-width: 1024px) {
  .modal__overlay {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal__container {
  background-color: #fff;
  max-height: 95vh;
  min-width: 320px;
  max-width: 600px;
  border-top-left-radius: var(--border-radius-boxes);
  border-top-right-radius: var(--border-radius-boxes);
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 18px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 18px 0px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  .modal__container {
    border-radius: var(--border-radius-boxes);
  }
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 900;
}
.modal__title {
  margin: 0 2.3em 0 0;
}
.modal__close {
  background: white;
  border: 1px solid;
  position: absolute;
  font-size: 20px;
  top: 1.5rem;
  right: 1.5rem;
  line-height: 43px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.modal__close::before {
  content: "✕";
}
.modal__content {
  line-height: 1.5;
}
.modal__btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border: none;
  cursor: pointer;
  text-transform: none;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}
.micromodal-slide.is-open {
  display: block;
}
.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.card {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
}
@media only screen and (min-width : 992px) {
  .card {
    padding: 1.2rem;
  }
}

.container {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.icon {
  min-width: 25px;
  min-height: 25px;
  display: inline-block;
  text-align: center;
  line-height: 25px !important;
}

.home.page-template-template-homepage .type-page {
  padding: 0 !important;
}

.site-main {
  min-height: 40vh;
}
.site-main .woocommerce-notices-wrapper + * {
  margin-top: 0;
}

.site-content {
  outline: 0;
  margin-top: 150px;
  margin-bottom: 1.25rem;
}
.is-mobile .site-content {
  margin-top: 70px;
}
.is-mobile.banner-active .site-content {
  margin-top: 100px;
}
.banner-active .site-content {
  margin-top: 190px;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 4.235801032em;
}

.home.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding-top: 0;
}

.page-template-template-homepage .type-page {
  padding-top: 2.617924em;
  padding-bottom: 2.617924em;
  position: relative;
}

.page-template-template-homepage .type-page .proShop-hero__button-edit {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 0.875em;
}

.page-template-template-homepage .entry-content {
  font-size: 1em;
}

.page-template-template-homepage .entry-content p:last-child {
  margin-bottom: 0;
}

.page-template-template-homepage .entry-header h1 {
  font-size: 3.706325903em;
  margin-bottom: 0.2360828548em;
}

.page-template-template-homepage .entry-content,
.page-template-template-homepage .entry-header {
  margin-right: auto;
  margin-left: auto;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 6.8535260698em;
  padding-bottom: 6.8535260698em;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title {
  opacity: 0;
  -webkit-transition: all, ease, 0.5s;
  -o-transition: all, ease, 0.5s;
  transition: all, ease, 0.5s;
}

.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-content.loaded,
.page-template-template-homepage.has-post-thumbnail .type-page.has-post-thumbnail .entry-title.loaded {
  opacity: 1;
}

.site-footer {
  background-color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 300;
}
.site-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 400px;
  right: 0;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, white, rgba(0, 0, 0, 0));
  background-image: linear-gradient(-180deg, white, rgba(0, 0, 0, 0));
  z-index: -1;
}
.site-footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  top: auto;
  background-image: url("assets/images/footer-back.webp");
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: -2;
  opacity: 0.2;
}
.site-footer__top > div {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
.site-footer__top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__top ul li {
  margin: 0;
  padding: 0;
}
.site-footer__top ul a {
  display: block;
  padding: 0.5rem 0.6rem;
  color: #1e1e1e;
  background: white;
  border-radius: var(--border-radius-elems);
  margin-right: 0.5rem;
}

.site-info {
  padding: 0.5rem 0;
  font-size: 0.875em;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .site-info {
    padding: 1rem 0;
    text-align: right;
  }
}

.site-info span[role=separator] {
  padding: 0 0.3342343017em 0 0.2360828548em;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  display: block;
  font-weight: 700;
  height: auto;
  right: 0;
  line-height: normal;
  padding: 1em 1.618em;
  text-decoration: none;
  top: 0;
  width: auto;
  z-index: 100000;
  outline: 0;
}

table {
  border-spacing: 0;
  width: 100%;
  border-collapse: separate;
}

table caption {
  padding: 1em 0;
  font-weight: 600;
}

table td,
table th {
  padding: 1em 1.41575em;
  text-align: right;
  vertical-align: top;
}

table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}

table th {
  font-weight: 600;
}

table thead th {
  padding: 1.41575em;
  vertical-align: middle;
}

table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: 400;
}

table tbody h2 a {
  font-weight: 400;
}

.hentry .wp-post-image {
  margin-bottom: 1.618em;
  margin-right: auto;
  margin-left: auto;
}

.hentry .entry-header {
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.hentry .entry-header .byline,
.hentry .entry-header .post-author,
.hentry .entry-header .post-comments,
.hentry .entry-header .posted-on {
  font-size: 0.875em;
}

.hentry .entry-header .byline a,
.hentry .entry-header .post-author a,
.hentry .entry-header .post-comments a,
.hentry .entry-header .posted-on a {
  font-weight: 600;
  text-decoration: underline;
}

.hentry .entry-header .byline a:hover,
.hentry .entry-header .post-author a:hover,
.hentry .entry-header .post-comments a:hover,
.hentry .entry-header .posted-on a:hover {
  text-decoration: none;
}

.hentry .entry-taxonomy {
  margin: 1.41575em 0 0;
}

.hentry.type-page .entry-header {
  border-bottom: 0;
  margin-bottom: 0;
}

.byline,
.updated:not(.published) {
  display: none;
}

.group-blog .byline,
.single .byline {
  display: inline;
}

.page-links {
  clear: both;
  margin: 0 0 1em;
}

.cat-links,
.tags-links {
  display: block;
  margin-bottom: 1em;
}

.cat-links:last-child,
.tags-links:last-child {
  margin-bottom: 0;
}

img {
  border-radius: 3px;
}

.comment-content img.wp-smiley,
.entry-content img.wp-smiley,
.page-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption .wp-caption-text {
  text-align: right;
  font-style: italic;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  padding: 1em 0;
}

.gallery {
  margin-bottom: 1em;
}

.gallery::after,
.gallery::before {
  content: "";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery .gallery-item {
  float: right;
}

.gallery .gallery-item .gallery-icon a {
  display: block;
}

.gallery .gallery-item .gallery-icon img {
  border: none;
  height: auto;
  margin: 0 auto;
}

.gallery .gallery-item .gallery-caption {
  margin: 0;
  text-align: center;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 33.3%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 14.285714286%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11.111111111%;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

button.menu-toggle {
  cursor: pointer;
  text-align: right;
  float: left;
  position: relative;
  border: 2px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 2px;
  background-image: none;
  padding: 0.6180469716em 2.617924em 0.6180469716em 0.875em;
  font-size: 0.875em;
}

button.menu-toggle:hover {
  background-image: none;
}

button.menu-toggle span::before {
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
}

button.menu-toggle span::before,
button.menu-toggle::after,
button.menu-toggle::before {
  content: "";
  display: block;
  height: 2px;
  width: 14px;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1px;
  -webkit-transition: all, ease, 0.2s;
  -o-transition: all, ease, 0.2s;
  transition: all, ease, 0.2s;
  border-radius: 3px;
}

button.menu-toggle::before {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

button.menu-toggle::after {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.toggled button.menu-toggle::after,
.toggled button.menu-toggle::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggled button.menu-toggle::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled button.menu-toggle span::before {
  opacity: 0;
}

.pagination,
.woocommerce-pagination {
  text-align: center;
}
.pagination ul,
.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-left: 0;
  margin: 1px;
}
.pagination ul li,
.woocommerce-pagination ul li {
  padding: 0;
  margin: 0;
  float: right;
  display: inline;
  overflow: hidden;
}
.pagination ul li a,
.pagination ul li span,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
  margin: 0 0.1rem;
  min-width: 50px;
  font-weight: bold;
}
.pagination ul li span.current,
.pagination ul li a:hover,
.pagination ul li a:focus,
.woocommerce-pagination ul li span.current,
.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li a:focus {
  background: var(--primary-color);
  border-color: transparent;
  color: white;
}

/* global widgets styles */
.widget select {
  max-width: 100%;
}
.widget .widget-title,
.widget .widget .widgettitle {
  font-size: 1.125em;
  letter-spacing: 0;
  margin-bottom: 1rem;
  font-weight: bold;
}
.widget .ul {
  margin-right: 0;
  list-style: none;
}
.widget ul ul {
  margin-right: 1.618em;
}

.widget-area .widget {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  font-weight: 400;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 992px) {
  .widget-area .widget {
    padding: 1.2rem;
  }
}

.widget-area .widget a.button, .widget-area .widget .pagination ul li a, .pagination ul li .widget-area .widget a,
.widget-area .widget .woocommerce-pagination ul li a,
.woocommerce-pagination ul li .widget-area .widget a {
  font-weight: 600 !important;
}

.widget.categories {
  overflow-x: auto;
}
.widget.categories .category {
  white-space: nowrap;
  text-decoration: none;
  background: whitesmoke;
  border-radius: var(--border-radius-boxes);
}
.widget.categories .category__image-wrapper {
  position: relative;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.widget.categories .category__image-wrapper img {
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.widget .licenses .license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 0.5rem;
  border-radius: 20px;
  width: 130px;
  height: 130px;
}
.widget .licenses .license img {
  width: 100%;
  height: 100%;
  max-width: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-widget-region::after,
.header-widget-region::before {
  content: "";
  display: table;
}

.header-widget-region::after {
  clear: both;
}

.widget_product_search form,
.widget_product_search .widget_search form {
  position: relative;
  margin: 0;
}
.widget_product_search form input[type=search],
.widget_product_search .widget_product_search form input[type=text],
.widget_product_search .widget_search form input[type=search],
.widget_product_search .widget_search form input[type=text] {
  width: 100%;
}
.widget_product_search form button[type=submit],
.widget_product_search .widget_product_search form input[type=submit],
.widget_product_search .widget_search form button[type=submit],
.widget_product_search .widget_search form input[type=submit] {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  top: 0;
  right: 0;
}

.widget.widget_wc_widget_brand_filter ul {
  max-height: 300px;
  overflow-y: auto;
}

/* WooCommerce styles */
/* product slider*/
.psProductSlider {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media only screen and (min-width : 992px) {
  .psProductSlider {
    border: 1px solid RGB(233, 236, 239);
    padding: 2rem;
  }
}
.psProductSlider .product {
  width: 100%;
  text-align: center;
  margin: 0.5rem 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.psProductSlider__head {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-weight: bold;
  padding: 0.2rem 0;
}
.psProductSlider__title {
  width: 65%;
  float: right;
  white-space: nowrap;
}
.psProductSlider__actions {
  float: left;
  width: 35%;
  text-align: left;
}
.psProductSlider.featured {
  position: relative;
  padding: 1rem;
  background: -o-linear-gradient(45deg, rgb(247, 85, 123), rgb(232, 41, 95));
  background: linear-gradient(45deg, rgb(247, 85, 123), rgb(232, 41, 95));
  background-image: url("assets/images/feat-bg.webp");
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  border: none;
}
@media only screen and (min-width : 992px) {
  .psProductSlider.featured {
    padding: 2rem;
  }
}
.psProductSlider.featured .psProductSlider__head {
  color: rgb(17, 46, 1);
}
.psProductSlider.featured .psProductSlider__head p {
  color: rgb(24, 24, 24);
}
.psProductSlider.featured .psProductSlider__head .more-result {
  border: none;
}
.psProductSlider.featured .product {
  border: none;
  background-color: rgba(255, 255, 255, 0.95);
}
.psProductSlider.featured .widget_title:before {
  background: white;
}
.psProductSlider.newest {
  background: -o-linear-gradient(135deg, rgb(251, 255, 132) 0%, rgb(255, 255, 248) 20%);
  background: linear-gradient(-45deg, rgb(251, 255, 132) 0%, rgb(255, 255, 248) 20%);
}
.psProductSlider .widget_title {
  font-weight: 900;
  margin: 0 0 0.15em 0;
}
.psProductSlider .widget_description {
  margin: 0 0 0.1em 0;
  font-size: 0.875em;
  color: #757575;
  font-weight: 500;
}
.psProductSlider div.swiper-container .swiper-slide {
  padding: 0 0 0 0.5rem;
}
.psProductSlider div.swiper-container[data-free-mode="1"] {
  overflow: visible;
}
.psProductSlider div.swiper-container[data-free-mode="1"] .swiper-slide {
  width: 220px !important;
}
.psProductSlider div.swiper-container[data-slides-per-view="1"] {
  overflow: hidden;
}
.psProductSlider div.swiper-container[data-slides-per-view="1"] .product {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  background: transparent;
  border: none;
}
.psProductSlider div.swiper-container[data-slides-per-view="1"] .swiper-slide {
  padding: 0;
}
.psProductSlider div.swiper-button-next,
.psProductSlider div.swiper-button-prev {
  width: 40px;
  height: 20%;
  background-size: 17px 17px !important;
  background-color: #fff;
  border: 1px solid RGB(233, 236, 239);
  border-radius: 30px;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.psProductSlider div.swiper-button-next {
  right: 0;
  border-right: none;
  border-radius: 30px 0 0 30px;
}
.psProductSlider div.swiper-button-prev {
  left: 0;
  border-left: none;
  border-radius: 0 30px 30px 0;
}
.psProductSlider--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width : 992px) {
  .psProductSlider--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.psProductSlider--grid .psProductSlider__head {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin: -0.8rem -0.8rem 0.8rem -0.8rem;
  padding: 3rem 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 992px) {
  .psProductSlider--grid .psProductSlider__head {
    width: 280px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin: -1.5rem -1.5rem -1.5rem 1.5rem;
  }
}
.psProductSlider--grid .psProductSlider__title {
  width: 100%;
  white-space: inherit;
}
.psProductSlider--grid .widget_title,
.psProductSlider--grid .widget_description {
  display: inline-block;
  margin-top: 0.3rem;
  color: white;
}
.psProductSlider--grid div.swiper-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (min-width : 992px) {
  .psProductSlider--grid .swiper-container {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
  }
  .psProductSlider--grid div.swiper-slide {
    height: 50% !important;
  }
  .psProductSlider--grid div.swiper-wrapper {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(2, 50%);
    grid-auto-flow: column;
  }
  .psProductSlider--grid .product div.product__image {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .psProductSlider--grid .product div.product__image img.size-woocommerce_thumbnail {
    max-width: 100px;
    height: 100px;
  }
  .psProductSlider--grid .product h2.woocommerce-loop-product__title {
    font-size: 15px;
  }
}

div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

/* END product slider*/
/* END product page */
/* END WooCommerce styles */
.footer-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-widgets a {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width : 992px) {
  .footer-widgets {
    padding-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.footer-widgets .widget {
  margin-bottom: 2rem;
}
.footer-widgets .widget_nav_menu {
  overflow: hidden;
}
.footer-widgets .widget_nav_menu a {
  width: 50%;
  float: right;
}

@media only screen and (min-width : 992px) {
  table.shop_table_responsive tbody tr td,
table.shop_table_responsive tbody tr th {
    text-align: right;
  }
  .site-content::after,
.site-content::before {
    content: "";
    display: table;
  }
  .site-content::after {
    clear: both;
  }
  .content-area {
    width: 100%;
    float: none;
  }
  .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-left: 0;
  }
  .archive.has-sidebar.right-sidebar .content-area {
    width: 75%;
    float: left;
    margin-right: 1%;
  }
  .archive.has-sidebar.right-sidebar .widget-area {
    width: 24%;
    float: right;
    margin-left: 0;
    position: sticky;
    top: 120px;
  }
  .archive.has-sidebar.left-sidebar .content-area {
    width: 73.9130434783%;
    float: left;
    margin-left: 0;
  }
  .archive.has-sidebar.left-sidebar .widget-area {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%;
  }
  .proShop-full-width-content .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  .page-template-template-fullwidth-php .content-area,
.page-template-template-homepage-php .content-area {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-left: 0;
  }
  .footer-widgets::after,
.footer-widgets::before {
    content: "";
    display: table;
  }
  .footer-widgets::after {
    clear: both;
  }
  .footer-widgets.col-2 .block {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-2 .block.footer-widget-2 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-3 .block {
    width: 30.4347826087%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-3 .footer-widget-1 {
    width: 45%;
  }
  .footer-widgets.col-3 .footer-widget-2 {
    width: 25%;
  }
  .footer-widgets.col-3 .footer-widget-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-widgets.col-3 .block.footer-widget-3 {
    float: left;
    margin-left: 0;
  }
  .footer-widgets.col-4 .block {
    width: 21.7391304348%;
    float: right;
    margin-left: 4.347826087%;
  }
  .footer-widgets.col-4 .block.footer-widget-4 {
    float: left;
    margin-left: 0;
  }
  .error404 .fourohfour-columns-2 .col-1 {
    width: 47.8260869565%;
    float: right;
    margin-left: 4.347826087%;
  }
  .error404 .fourohfour-columns-2 .col-1 ul.products {
    margin-bottom: 0;
  }
  .error404 .fourohfour-columns-2 .col-2 {
    width: 47.8260869565%;
    float: left;
    margin-left: 0;
  }
}
.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.42);
  display: none;
}
.modal-backdrop.toggled {
  display: block;
  z-index: 999;
}
.modal-backdrop.transparent {
  background: rgba(0, 0, 0, 0);
  z-index: 99;
}

.support {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 102;
}
.support__label {
  position: absolute;
  left: 4.6em;
  background: white;
  padding: 0 0.4rem 0 0rem;
  font-size: 0.875em;
  border: 1px solid rgb(45, 206, 162);
  border-left-color: transparent;
  border-radius: 0 15px 15px 0;
  -webkit-box-shadow: 0 2px 10px rgba(23, 184, 144, 0.274);
          box-shadow: 0 2px 10px rgba(23, 184, 144, 0.274);
  height: 30px;
  line-height: 30px;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-animation: popInStayOut 2.5s 7.97s linear forwards;
          animation: popInStayOut 2.5s 7.97s linear forwards;
}
@media only screen and (min-width : 992px) {
  .support__label {
    left: 5.8em;
  }
}
.support__label span {
  position: relative;
  z-index: 9;
}
.support__label:before {
  content: "";
  width: 21.22px;
  height: 21.22px;
  position: absolute;
  z-index: 1;
  top: 3.3333px;
  left: -11px;
  background: rgb(255, 255, 255);
  border-color: rgb(45, 206, 162) transparent transparent rgb(45, 206, 162);
  border-style: solid;
  border-width: 1px;
  border-radius: 0 1px 0 0;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width : 992px) {
  .support {
    left: 3rem;
    bottom: 3rem;
  }
}
.support header {
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  border-top-right-radius: var(--border-radius-boxes);
  border-top-left-radius: var(--border-radius-boxes);
}
.support #support-button {
  position: absolute;
  left: 1rem;
  bottom: 2.5rem;
  width: 40px;
  height: 40px;
  border: none;
  background: var(--primary-color);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
  -webkit-box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}
@media only screen and (min-width : 992px) {
  .support #support-button {
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 1rem;
  }
}
.is-mobile.single-product .support #support-button {
  bottom: 7.5rem;
}
.support__chat-wrapper {
  display: none;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: white;
}
.support--chat-active .support__chat-wrapper {
  display: block;
}
.support .support__box {
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  padding: 2rem;
  border-top-right-radius: var(--border-radius-boxes);
  border-top-left-radius: var(--border-radius-boxes);
  -webkit-box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 18px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  -o-transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
  z-index: -1;
  pointer-events: none;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
@media only screen and (min-width : 992px) {
  .support .support__box {
    width: 400px;
    bottom: 85px;
    left: 0;
    padding: 2rem 2rem 2rem 2rem;
    border-radius: var(--border-radius-boxes);
  }
}
.support .support__faq {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.support .support__faq dd {
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  margin: 0;
}
.support .support__faq dl.active dd {
  opacity: 1;
  max-height: 200px;
  margin-top: 0.5rem;
}
.support .close-icon {
  display: none;
}
.support.active #support-button {
  background: white;
}
.is-mobile.single-product .support.active #support-button {
  bottom: 3rem !important;
}
.support.active .close-icon {
  display: block;
}
.support.active .support-icon {
  display: none;
}
.support.active .support__box {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

/* plugins improve*/
.elementor-widget-container {
  height: 100%;
}
.elementor-widget-container .psProductSlider {
  height: 100%;
}

div.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0.5em 0.3em;
}

.select2-container {
  font-size: 0.875em;
}
.select2-container.select2-container--default .select2-results__option[aria-selected=true], .select2-container.select2-container--default .select2-results__option[data-selected=true] {
  background: rgb(243, 243, 243);
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: rgb(45, 206, 162);
}
.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  border: 1px solid RGB(233, 236, 239);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.select2-container .select2-dropdown {
  border: 1px solid RGB(233, 236, 239);
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 3em;
}

div#mega-menu-wrap-primary {
  background: transparent;
}

div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item {
  border: none;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  color: #1e1e1e;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  color: #1e1e1e;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  margin-left: 1em;
  color: #383838;
  height: auto;
  font-size: 1em;
  line-height: 2em;
  padding: 0.5em 1em;
  border-radius: 30px;
  -webkit-transition: background 50ms ease-in-out, -webkit-box-shadow 200ms ease-in;
  transition: background 50ms ease-in-out, -webkit-box-shadow 200ms ease-in;
  -o-transition: background 50ms ease-in-out, box-shadow 200ms ease-in;
  transition: background 50ms ease-in-out, box-shadow 200ms ease-in;
  transition: background 50ms ease-in-out, box-shadow 200ms ease-in, -webkit-box-shadow 200ms ease-in;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  color: white;
  background: rgb(45, 206, 162);
  -webkit-box-shadow: 0 8px 16px rgba(45, 206, 162, 0.4);
          box-shadow: 0 8px 16px rgba(45, 206, 162, 0.4);
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  font-size: 0.875em;
  margin-top: 1px;
  padding: 2em;
  -webkit-box-shadow: 0 10px 15px 0 rgba(7, 33, 26, 0.109), 0 2px 2px 0 rgba(4, 17, 14, 0.208);
          box-shadow: 0 10px 15px 0 rgba(7, 33, 26, 0.109), 0 2px 2px 0 rgba(4, 17, 14, 0.208);
  border-radius: 0 0 20px 20px;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0.5em;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 1em;
  color: #1e1e1e;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-family: "proshopicons";
  margin-left: 0.5em;
  content: "\e906";
  margin: 0;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #1e1e1e;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
  margin-right: 1.5em;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
  color: #757575;
}
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover,
div#mega-menu-wrap-primary ul#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #1e1e1e;
}

.ui-widget {
  font-family: IRANYekanX, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

div.wpf_item {
  background: rgb(255, 255, 255);
  border-radius: var(--border-radius-boxes);
  padding: 0.8rem;
  border: 1px solid rgba(143, 143, 143, 0.397);
  padding: 1em;
  margin-bottom: 1em;
}
@media only screen and (min-width : 992px) {
  div.wpf_item {
    padding: 1.2rem;
  }
}

div.wpf_item.wpf_item_onsale,
div.wpf_item.wpf_item_instock {
  padding: 1em;
}

.wpf_item_name::after {
  right: auto !important;
  left: 0;
}

.wpf_item .wpf_item_name {
  cursor: pointer !important;
}

div.wpf_slider.ui-slider .ui-widget-header {
  background: rgb(45, 206, 162);
}

.variations .tawcvs-swatches .swatch {
  opacity: 0.8;
  min-width: 35px;
  height: 30px;
  width: auto;
  border-radius: 20px;
  font-size: 0.875em;
  border: 1px solid RGB(233, 236, 239);
  padding: 0 0.3em;
}
.variations .tawcvs-swatches .swatch.selected {
  border: 1px solid rgb(45, 206, 162);
  -webkit-box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
          box-shadow: 0px 2px 5px rgba(59, 67, 89, 0.05);
}
.variations .tawcvs-swatches .swatch.selected::before {
  top: 6px;
  right: 12px;
}
.variations .tawcvs-swatches .swatch-label {
  background: rgb(255, 255, 255);
}

.n2-section-smartslider * {
  font-family: IRANYekanX, "Source Sans Pro", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

/* END plugins improve */
.post-content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.post-content ol {
  list-style: decimal;
  list-style-position: inside;
}
.post-content ul,
.post-content ol {
  margin-bottom: 0.5rem;
}
.post-content li {
  margin-bottom: 1rem;
}
.post-content img.alignright {
  float: left;
  margin: 0 1em 1em 0;
}
.post-content img.alignleft {
  float: right;
  margin: 0 0 1em 1em;
}
.post-content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.post-content a img.alignright {
  float: left;
  margin: 0 1em 1em 0;
}
.post-content a img.alignleft {
  float: right;
  margin: 0 0 1em 1em;
}
.post-content a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.emoji {
  vertical-align: middle !important;
}

.coupon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: RGB(255, 245, 245);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: inherit;
  padding: 0.8rem;
  color: #f03e3e;
  border: 1px dashed #f03e3e;
  border-radius: var(--border-radius-boxes);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media only screen and (min-width : 992px) {
  .coupon-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.8rem;
    text-align: right;
  }
}
.coupon-wrapper .coupon-sale {
  margin-left: 2.5rem;
}
.coupon-wrapper .sale-overflow {
  position: absolute;
  font-size: 15rem;
  line-height: normal;
  font-weight: 700;
  opacity: 0.1;
  left: 15%;
  display: none;
}
@media only screen and (min-width : 992px) {
  .coupon-wrapper .sale-overflow {
    display: block;
  }
}
.coupon-wrapper .coupon-code {
  margin: auto;
  margin-top: 1rem;
  font-size: 1.375rem;
  line-height: normal;
  font-weight: 700;
}
@media only screen and (min-width : 992px) {
  .coupon-wrapper .coupon-code {
    margin-right: auto;
    margin-left: 0;
    margin-top: 0;
  }
}

@-webkit-keyframes slidesL {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slidesL {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes slidesR {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes slidesR {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.brands {
  position: relative;
  margin-left: -3%;
  margin-right: -3%;
  overflow: hidden;
}
.brands:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(white), to(transparent));
  background: -o-linear-gradient(right, white, transparent);
  background: linear-gradient(-90deg, white, transparent);
  width: 100px;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}
.brands:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(white), to(transparent));
  background: -o-linear-gradient(left, white, transparent);
  background: linear-gradient(90deg, white, transparent);
  width: 100px;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}
.brands div:nth-of-type(1) {
  will-change: transform;
  -webkit-animation: 30s slidesR infinite linear;
          animation: 30s slidesR infinite linear;
}
@media only screen and (min-width : 992px) {
  .brands div:nth-of-type(1) {
    -webkit-animation-duration: 90s;
            animation-duration: 90s;
  }
}
.brands div:nth-of-type(2) {
  will-change: transform;
  -webkit-animation: 20s slidesL infinite linear;
          animation: 20s slidesL infinite linear;
}
@media only screen and (min-width : 992px) {
  .brands div:nth-of-type(2) {
    -webkit-animation-duration: 80s;
            animation-duration: 80s;
  }
}
.brands .brand {
  opacity: 0.8;
  width: 90px;
  min-width: 90px;
}
.brands div:nth-of-type(2) .brand {
  width: 80px;
  min-width: 80px;
}
@media only screen and (min-width : 992px) {
  .brands {
    -webkit-animation-duration: 90s;
            animation-duration: 90s;
  }
}

.features {
  padding: 1rem;
  padding-top: 2rem;
  border-radius: 30px;
  font-weight: bold;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.left-0{
  right: 0px;
}
.left-5{
  right: 1.25rem;
}
.right-0{
  left: 0px;
}
.top-36{
  top: 9rem;
}
.bottom-1{
  bottom: 0.25rem;
}
.z-10{
  z-index: 10;
}
.z-\[-1\]{
  z-index: -1;
}
.order-last{
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.m-4{
  margin: 1rem;
}
.mx-1{
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.mx-2{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}
.mx-auto{
  margin-right: auto;
  margin-left: auto;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-right: 0.5rem;
}
.ml-3{
  margin-right: 0.75rem;
}
.mr-1{
  margin-left: 0.25rem;
}
.mr-2{
  margin-left: 0.5rem;
}
.mr-3{
  margin-left: 0.75rem;
}
.mr-5{
  margin-left: 1.25rem;
}
.mr-auto{
  margin-left: auto;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-\[1\/1\.2\]{
  aspect-ratio: 1/1.2;
}
.h-12{
  height: 3rem;
}
.h-2{
  height: 0.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[250px\]{
  height: 250px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-40{
  height: 10rem;
}
.w-12{
  width: 3rem;
}
.w-20{
  width: 5rem;
}
.w-60{
  width: 15rem;
}
.w-8{
  width: 2rem;
}
.w-\[82px\]{
  width: 82px;
}
.w-full{
  width: 100%;
}
.w-80{
  width: 20rem;
}
.w-40{
  width: 10rem;
}
.w-\[80vw\]{
  width: 80vw;
}
.\!w-\[80vw\]{
  width: 80vw !important;
}
.\!w-\[230px\]{
  width: 230px !important;
}
.w-32{
  width: 8rem;
}
.min-w-full{
  min-width: 100%;
}
.flex-1{
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.shrink{
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow{
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.rotate-90{
  --tw-rotate: 90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-col{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap{
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content-center{
  -ms-flex-line-pack: center;
      align-content: center;
}
.items-center{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-end{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.justify-center{
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-5{
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-left: calc(0.25rem * var(--tw-space-x-reverse));
  margin-right: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-left: calc(0.375rem * var(--tw-space-x-reverse));
  margin-right: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start{
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.truncate{
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-box{
  border-radius: var(--border-radius-boxes);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!border{
  border-width: 1px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-amber-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(253 230 138 / var(--tw-border-opacity)) !important;
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity));
}
.border-green-400{
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-rose-300{
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity));
}
.border-yellow-400{
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.bg-amber-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-950\/70{
  background-color: rgb(3 7 18 / 0.7);
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-lime-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-primary-color{
  background-color: var(--primary-color);
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}
.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}
.bg-sky-600{
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(top right, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(right, var(--tw-gradient-stops));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(bottom right, var(--tw-gradient-stops));
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-emerald-500{
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600{
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-pink-500{
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-50{
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-50{
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black{
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-green-400{
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-green-500{
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-amber-200{
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-cyan-100{
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-lime-500{
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-lime-600{
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-orange-400{
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-rose-500{
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
}
.bg-\[size\:200\%\]{
  background-size: 200%;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-7{
  padding: 1.75rem;
}
.px-1{
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
.px-10{
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.px-2{
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.px-3{
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.px-4{
  padding-right: 1rem;
  padding-left: 1rem;
}
.px-5{
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.px-6{
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pl-10{
  padding-right: 2.5rem;
}
.pl-2{
  padding-right: 0.5rem;
}
.pl-24{
  padding-right: 6rem;
}
.pr-10{
  padding-left: 2.5rem;
}
.pr-3{
  padding-left: 0.75rem;
}
.pt-0{
  padding-top: 0px;
}
.text-left{
  text-align: right;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: left;
}
.align-middle{
  vertical-align: middle;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.lowercase{
  text-transform: lowercase;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-amber-950{
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-yellow-950{
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-\[0px_10px_30px_0px_rgba\(228\2c _188\2c _20\2c _0\.25\)\]{
  --tw-shadow: 0px 10px 30px 0px rgba(228, 188, 20, 0.25);
  --tw-shadow-colored: 0px 10px 30px 0px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green-500\/50{
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.\!outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.\!ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.filter{
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -o-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.transition-all{
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
       -o-transition-duration: 150ms;
          transition-duration: 150ms;
}
.duration-300{
  -webkit-transition-duration: 300ms;
       -o-transition-duration: 300ms;
          transition-duration: 300ms;
}
@font-face {
  font-family: "proshopicons";
  src: url("assets/fonts/proshopicons/fonts/proshopicons.eot?nc6j8r");
  src: url("assets/fonts/proshopicons/fonts/proshopicons.eot?nc6j8r#iefix") format("embedded-opentype"), url("assets/fonts/proshopicons/fonts/proshopicons.ttf?nc6j8r") format("truetype"), url("assets/fonts/proshopicons/fonts/proshopicons.woff?nc6j8r") format("woff"), url("assets/fonts/proshopicons/fonts/proshopicons.svg?nc6j8r#proshopicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=psicon-], [class*=" psicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "proshopicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.psicon-linkedin:before {
  content: "\e951";
  color: #0077b5;
}

.psicon-instagram:before {
  content: "\e952";
  color: #e4405f;
}

.psicon-whatsapp:before {
  content: "\e953";
  color: #25d366;
}

.psicon-star-o:before {
  content: "\e900";
}

.psicon-star:before {
  content: "\e901";
}

.psicon-alert-circle:before {
  content: "\e902";
}

.psicon-alert-triangle:before {
  content: "\e903";
}

.psicon-at-sign:before {
  content: "\e904";
}

.psicon-bell:before {
  content: "\e935";
}

.psicon-bell-off:before {
  content: "\e936";
}

.psicon-book:before {
  content: "\e945";
}

.psicon-bookmark:before {
  content: "\e905";
}

.psicon-calendar:before {
  content: "\e946";
}

.psicon-check:before {
  content: "\e937";
}

.psicon-check-circle:before {
  content: "\e947";
}

.psicon-chevron-down:before {
  content: "\e938";
}

.psicon-chevron-left:before {
  content: "\e906";
}

.psicon-chevron-right:before {
  content: "\e907";
}

.psicon-chevron-up:before {
  content: "\e939";
}

.psicon-circle:before {
  content: "\e93a";
}

.psicon-clock:before {
  content: "\e93b";
}

.psicon-copy:before {
  content: "\e948";
}

.psicon-delete:before {
  content: "\e93c";
}

.psicon-dollar-sign:before {
  content: "\e908";
}

.psicon-download:before {
  content: "\e949";
}

.psicon-download-cloud:before {
  content: "\e94a";
}

.psicon-edit:before {
  content: "\e93d";
}

.psicon-edit-2:before {
  content: "\e93e";
}

.psicon-edit-3:before {
  content: "\e925";
}

.psicon-external-link:before {
  content: "\e926";
}

.psicon-eye:before {
  content: "\e927";
}

.psicon-eye-off:before {
  content: "\e928";
}

.psicon-facebook:before {
  content: "\e909";
}

.psicon-filter:before {
  content: "\e929";
}

.psicon-flag:before {
  content: "\e92a";
}

.psicon-folder-minus:before {
  content: "\e92b";
}

.psicon-folder-plus:before {
  content: "\e92c";
}

.psicon-gift:before {
  content: "\e90a";
}

.psicon-hash:before {
  content: "\e92d";
}

.psicon-heart:before {
  content: "\e90b";
}

.psicon-help-circle:before {
  content: "\e92e";
}

.psicon-home:before {
  content: "\e92f";
}

.psicon-image:before {
  content: "\e930";
}

.psicon-info:before {
  content: "\e931";
}

.psicon-instagram1:before {
  content: "\e90c";
}

.psicon-link:before {
  content: "\e932";
}

.psicon-lock:before {
  content: "\e93f";
}

.psicon-log-in:before {
  content: "\e94b";
}

.psicon-log-out:before {
  content: "\e94c";
}

.psicon-mail:before {
  content: "\e90d";
}

.psicon-map-pin:before {
  content: "\e90e";
}

.psicon-message-circle:before {
  content: "\e90f";
}

.psicon-message-square:before {
  content: "\e910";
}

.psicon-minus:before {
  content: "\e940";
}

.psicon-minus-circle:before {
  content: "\e941";
}

.psicon-more-vertical:before {
  content: "\e942";
}

.psicon-package:before {
  content: "\e911";
}

.psicon-percent:before {
  content: "\e94d";
}

.psicon-phone:before {
  content: "\e912";
}

.psicon-pie-chart:before {
  content: "\e933";
}

.psicon-plus:before {
  content: "\e924";
}

.psicon-printer:before {
  content: "\e934";
}

.psicon-save:before {
  content: "\e913";
}

.psicon-search:before {
  content: "\e914";
}

.psicon-settings:before {
  content: "\e915";
}

.psicon-share:before {
  content: "\e94e";
}

.psicon-share-2:before {
  content: "\e916";
}

.psicon-shield:before {
  content: "\e917";
}

.psicon-shield-off:before {
  content: "\e943";
}

.psicon-shopping-bag:before {
  content: "\e918";
}

.psicon-slash:before {
  content: "\e94f";
}

.psicon-sliders:before {
  content: "\e919";
}

.psicon-thumbs-down:before {
  content: "\e91a";
}

.psicon-thumbs-up:before {
  content: "\e91b";
}

.psicon-trash-2:before {
  content: "\e91c";
}

.psicon-trending-down:before {
  content: "\e950";
}

.psicon-trending-up:before {
  content: "\e91d";
}

.psicon-truck:before {
  content: "\e91e";
}

.psicon-twitter:before {
  content: "\e91f";
}

.psicon-unlock:before {
  content: "\e944";
}

.psicon-user:before {
  content: "\e920";
}

.psicon-x:before {
  content: "\e921";
}

.psicon-zoom-in:before {
  content: "\e922";
}

.psicon-zoom-out:before {
  content: "\e923";
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-primary-color:hover{
  background-color: var(--primary-color);
}

.hover\:bg-rose-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-pink-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark){
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:text-yellow-300{
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
  }
  .dark\:focus\:ring-pink-800:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity));
  }
}

@media (min-width: 640px){
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-10{
    margin-right: 2.5rem;
    margin-left: 2.5rem;
  }
  .md\:mx-3{
    margin-right: 0.75rem;
    margin-left: 0.75rem;
  }
  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .md\:px-0{
    padding-right: 0px;
    padding-left: 0px;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:mx-5{
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .lg\:my-5{
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mr-4{
    margin-left: 1rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-\[70vh\]{
    height: 70vh;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-60{
    width: 15rem;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-40{
    width: 10rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .lg\:gap-y-2{
    row-gap: 0.5rem;
  }
  .lg\:rounded-2xl{
    border-radius: 1rem;
  }
  .lg\:bg-\[size\:100\%\]{
    background-size: 100%;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:px-10{
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
  .lg\:px-8{
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .lg\:pl-8{
    padding-right: 2rem;
  }
  .lg\:pr-5{
    padding-left: 1.25rem;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}