@charset "UTF-8";
.not-found {
  color: #333;
  padding: 20px 30px;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.06) 0px 7px 29px 0px;
  margin-bottom: 35px;
  border-radius: 5px;
}
@media only screen and (max-width: 991.98px) {
  .not-found {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .not-found .main-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .not-found__img {
    margin: 0;
    margin-bottom: 15px;
  }
  .not-found__body {
    align-items: center !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .not-found__header {
    justify-content: center !important;
  }
  .not-found .main-btn {
    padding: 15px !important;
    width: 100%;
  }
}
.not-found__img {
  margin-left: 25px;
  width: 50px;
}
.not-found {
  /* not found img */
}
.not-found__body {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.not-found {
  /* not found body */
}
.not-found__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.not-found {
  /* not found header */
}
.not-found__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.not-found {
  /* not found title */
}
.not-found__text {
  font-size: 14px;
  font-weight: 300;
}
.not-found {
  /* not found text */
} /* not found*/
.checkbox {
  position: relative;
}
.checkbox-label {
  width: 100%;
  position: relative;
  top: -3px;
  margin-right: 15px;
  margin-bottom: 0;
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 300;
  cursor: pointer;
}
.checkbox {
  /* checkbox label */
}
.checkbox input,
.checkbox svg {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.checkbox {
  /* checkbox input and svg */
}
.checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  outline: none;
  background: #fff;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox input:checked {
  box-shadow: inset 0 0 0 1px #d0d0d0;
}
.checkbox {
  /* checkbox input */
}
.checkbox svg {
  pointer-events: none;
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  transform: scale(var(--scale, 1)) translateZ(0);
}
.checkbox {
  /* checkbox svg */
}
.checkbox.bounce {
  stroke: #fff;
}
.checkbox.bounce input:checked {
  box-shadow: inset 0 0 0 11px #f16122;
}
.checkbox.bounce input:checked + svg {
  animation: bounce 0.4s linear forwards 0.2s;
}
.checkbox.bounce svg {
  --scale: 0;
}
.checkbox {
  /* checkbox bounce */
} /* checkbox */
@keyframes bounce {
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#bodyPrice {
  /*! jQuery UI - v1.12.1 - 2016-09-14
  * http://jqueryui.com
  * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
  * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
  * Copyright jQuery Foundation and other contributors; Licensed MIT */
}
#bodyPrice .ui-slider {
  position: relative;
  text-align: left;
}
#bodyPrice .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 0 !important;
  -ms-touch-action: none;
  touch-action: none;
  cursor: pointer;
}
#bodyPrice .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
#bodyPrice {
  /* support: IE8 - See #6727 */
}
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-handle,
#bodyPrice .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
#bodyPrice .ui-slider-horizontal {
  height: 7px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-handle {
  top: -1px;
  margin-left: -0.6em;
  background: #50514b;
  border-radius: 100%;
  transition: 0s all;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range {
  top: 1px;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
#bodyPrice .ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
#bodyPrice .ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
#bodyPrice .ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
#bodyPrice .ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
#bodyPrice .ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
#bodyPrice .ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
#bodyPrice .ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
#bodyPrice .ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}
#bodyPrice .ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
#bodyPrice {
  /* more specificity required here to override default borders */
}
#bodyPrice .ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
#bodyPrice .ui-spinner-up {
  top: 0;
}
#bodyPrice .ui-spinner-down {
  bottom: 0;
}
#bodyPrice .ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}
#bodyPrice .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
#bodyPrice .ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
#bodyPrice .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
#bodyPrice .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
#bodyPrice .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
#bodyPrice .ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
#bodyPrice .ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}
#bodyPrice body .ui-tooltip {
  border-width: 2px;
}
#bodyPrice {
  /* Component containers
  ----------------------------------*/
}
#bodyPrice .ui-widget.ui-widget-content {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
}
#bodyPrice .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #f16122 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  margin-top: 4px;
  height: 3px !important;
}
#bodyPrice {
  /* Interaction Cues
  ----------------------------------*/
}
#bodyPrice .ui-state-highlight,
#bodyPrice .ui-widget-content .ui-state-highlight,
#bodyPrice .ui-widget-header .ui-state-highlight {
  border: 1px solid #fefefe;
  background: #fbf9ee 50% 50% repeat-x;
  color: #363636;
}
#bodyPrice {
  /* Overrides for right-to-left sliders. */
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-min {
  left: auto;
  right: 0;
}
#bodyPrice .ui-slider-horizontal.ui-slider-rtl .ui-slider-range-max {
  left: 0;
  right: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-min {
  top: 0;
  bottom: auto;
}
#bodyPrice .ui-slider-vertical.ui-slider-rtl .ui-slider-range-max {
  top: auto;
  bottom: 0;
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
  background-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
}

.irs--flat .irs-bar {
  background-color: #50514b;
}

.amount-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
}

.price__button {
  display: flex;
  padding: 13px 20px;
  margin: 0 auto;
  border-radius: 25px;
}

#amount0 {
  background: transparent !important;
  border: 0;
  color: #585858;
  text-align: right;
  padding: 10px 0;
  font-size: 12px;
}

#amount1 {
  background: transparent !important;
  border: 0;
  color: #585858;
  padding: 10px 0;
  text-align: left;
  font-size: 12px;
}

.p-abs {
  position: absolute;
}

.filter-accordion {
  width: 100%;
}
.filter-accordion .collapse.show {
  margin-bottom: 15px;
}
.filter-accordion .collapse.show ul {
  max-height: 280px;
  overflow: auto;
}
.filter-accordion {
  /* filter accordion collapse show */
}
.filter-accordion__item {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.filter-accordion {
  /* filter accordion item */
}
.filter-accordion__header {
  font-size: 14.5px;
  margin: 0;
}
.filter-accordion {
  /* filter accordion header */
}
.filter-accordion__button {
  background-color: transparent;
  border: none;
  color: #333;
  width: 100%;
  cursor: pointer;
  padding: 10px 0 10px;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.filter-accordion {
  /* filter accordion button */
}
.filter-accordion__icon {
  font-size: 14px;
  color: #888;
}
.filter-accordion {
  /* filter accordion icon */
}
.filter-accordion .filter-done {
  color: #fff;
  background: #f16122;
  border-radius: 20px;
  padding: 12px 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  transition: all 300ms linear;
}
.filter-accordion .filter-done:hover {
  background-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
}
.filter-accordion {
  /* filter accordion filter done */
}
.filter-accordion__body-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.filter-accordion {
  /* filter accordion body item */
}
.filter-accordion .collapse-color .checkbox-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  background-color: var(--data-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
  z-index: 0;
}
.filter-accordion .collapse-color {
  /* collapse color check box */
}
.filter-accordion {
  /* filter accordion collapse color */
}
.filter-accordion .show-more-less {
  text-align: left;
}
.filter-accordion {
  /* filter accordion show more less */
}
.filter-accordion .more-item {
  font-size: 12px;
  color: #f16122;
  margin: 15px 0;
}
.filter-accordion {
  /* filter accordion more item */
}
.filter-accordion .show-less {
  font-size: 12px;
  color: #f16122;
  display: none;
}
.filter-accordion {
  /* filter accordion show less */
} /* filter accordion */
.filter-accordion {
  width: 100%;
}
.filter-accordion .collapse.show {
  margin-bottom: 15px;
}
.filter-accordion .collapse.show ul {
  max-height: 280px;
  overflow: auto;
}
.filter-accordion {
  /* filter accordion collapse show */
}
.filter-accordion__item {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.filter-accordion {
  /* filter accordion item */
}
.filter-accordion__header {
  font-size: 14.5px;
  margin: 0;
}
.filter-accordion {
  /* filter accordion header */
}
.filter-accordion__button {
  background-color: transparent;
  border: none;
  color: #333;
  width: 100%;
  cursor: pointer;
  padding: 10px 0 10px;
  align-items: center;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.filter-accordion {
  /* filter accordion button */
}
.filter-accordion__icon {
  font-size: 14px;
  color: #888;
}
.filter-accordion {
  /* filter accordion icon */
}
.filter-accordion .filter-done {
  color: #fff;
  background: #f16122;
  border-radius: 20px;
  padding: 12px 34px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 13px;
  transition: all 300ms linear;
}
.filter-accordion .filter-done:hover {
  background-color: rgb(244.0382978723, 131.2893617021, 81.9617021277);
}
.filter-accordion {
  /* filter accordion filter done */
}
.filter-accordion__body-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.filter-accordion {
  /* filter accordion body item */
}
.filter-accordion .collapse-color .checkbox-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  background-color: var(--data-color);
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px 0;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 4px;
  z-index: 0;
}
.filter-accordion .collapse-color {
  /* collapse color check box */
}
.filter-accordion {
  /* filter accordion collapse color */
}
.filter-accordion .show-more-less {
  text-align: left;
}
.filter-accordion {
  /* filter accordion show more less */
}
.filter-accordion .more-item {
  font-size: 12px;
  color: #f16122;
  margin: 15px 0;
}
.filter-accordion {
  /* filter accordion more item */
}
.filter-accordion .show-less {
  font-size: 12px;
  color: #f16122;
  display: none;
}
.filter-accordion {
  /* filter accordion show less */
} /* filter accordion */
.filter-switch .toggle-control {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  user-select: none;
}
.filter-switch .toggle-control input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-switch .toggle-control {
  /* toggle control input */
}
.filter-switch .toggle-control input:checked ~ .control {
  background-color: #f16122;
}
.filter-switch .toggle-control input:checked ~ .control:after {
  left: 26px;
}
.filter-switch .toggle-control {
  /* toggle control input checked control */
}
.filter-switch .toggle-control .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 20px;
  width: 40px;
  border-radius: 10px;
  background-color: rgb(224.4, 224.4, 224.4);
  transition: background-color 0.15s ease-in;
  white-space: nowrap;
  padding-right: 43px;
}
.filter-switch .toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: white;
  transition: left 0.15s ease-in;
}
.filter-switch .toggle-control {
  /* toggle control control */
}
.filter-switch {
  /* filter switch toggle control */
} /* filter switch */
@media (max-width: 360px) {
  .color__field div {
    margin-bottom: 10px;
  }
}
.color__field div {
  display: inline-block;
}
.color__field div .color__input[type=checkbox] {
  display: none;
}
.color {
  /* color field div */
}
.color__input[type=checkbox] + .color__label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.color {
  /* color input checkbox */
}
.color__input[type=checkbox]#red + .color__label span {
  background-color: #c91524;
}
.color {
  /* color input checkbox red */
}
.color__input[type=checkbox]#blue + .color__label span {
  background-color: #314780;
}
.color {
  /* color input checkbox blue */
}
.color__input[type=checkbox]#black + .color__label span {
  background-color: #323232;
}
.color {
  /* color input checkbox black */
}
.color__input[type=checkbox]:checked + .color__label span {
  box-shadow: 0 0px 5px rgba(103, 103, 103, 0.8666666667);
  text-align: center;
  padding-top: 4px;
}
.color__input[type=checkbox]:checked + .color__label span:before {
  font-size: 1.3rem;
  content: "\e974";
  font-family: "icomoon";
  color: #fff;
}
.color {
  /* color input checkbox checked */
} /* color */
.filter-box {
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .filter-box {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 2000;
    padding: 0;
    overflow: auto;
    background-color: #fff;
    transition: all 300ms linear;
  }
}
.filter-box {
  /* filter box query */
}
.filter-box.active {
  right: 0;
}
.filter-box {
  /* filter box active */
}
.filter-box__close {
  margin-top: 10px;
  margin-bottom: 15px;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #f16122;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__close {
    display: flex;
  }
}
.filter-box {
  /* filter box close */
}
.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__wrapper {
    position: relative;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    height: 100%;
  }
}
.filter-box {
  /* filter box wrapper */
} /* filter box */
.filter-sm {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.filter-sm__button {
  padding: 10px 0 10px 10px;
}
.filter-sm__button .main-btn__icon {
  font-size: 22px;
  color: #333;
  margin-left: 10px;
}
.filter-sm__button .main-btn__text {
  font-size: 15px;
  color: #333;
  font-weight: 700;
}
.filter-sm {
  /* filter sm button */
} /* filter sm */
.filter-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  color: #6e6e6e;
  margin-top: 10px;
  margin-bottom: 25px;
}
.filter-description .title {
  font-weight: 500;
}

.show-more-wrapper .show-more-item {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(18, 18, 18, 0.5);
  z-index: 999999999;
  opacity: 0;
  pointer-events: none;
  transition: all 300ms linear;
}
.loading.active {
  opacity: 1;
  pointer-events: auto;
}
.loading {
  /* loading active */
}
.loading__box {
  max-width: 400px;
  max-height: 200px;
  padding: 30px 50px 60px 50px;
  border-radius: 5px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.loading {
  /* loading box */
}
.loading__img {
  width: 80%;
  margin: 0 auto;
}
.loading {
  /* loading img */
}
.loading__spinner {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  left: -35px;
  transform: translateX(-50%);
}
.loading__spinner div {
  position: absolute;
  top: 15px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #f16122;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading__spinner div:nth-child(1) {
  left: 8px;
  animation: loading-spinner 0.6s infinite;
}
.loading__spinner div:nth-child(2) {
  left: 8px;
  animation: loading-spinner-2 0.6s infinite;
}
.loading__spinner div:nth-child(3) {
  left: 32px;
  animation: loading-spinner-2 0.6s infinite;
}
.loading__spinner div:nth-child(4) {
  left: 56px;
  animation: loading-spinner-3 0.6s infinite;
}
.loading {
  /* loading spinner */
}
@media only screen and (max-width: 767.98px) {
  .loading__box {
    width: 80%;
  }
  .loading__img {
    width: 100%;
  }
}
.loading {
  /* loading query */
} /* loading */
body:has(.loading.active) {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@keyframes loading-spinner {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-spinner-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes loading-spinner-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.notification-banner {
  display: block;
}
.notification-banner__img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 125/17;
  margin-bottom: 15px;
}
@media screen and (max-width: 575.98px) {
  .notification-banner__img {
    aspect-ratio: 50/13;
  }
}
@media screen and (min-width: 576px) and (max-width: 991.98px) {
  .notification-banner__img {
    aspect-ratio: 9/2;
  }
}
.notification-banner {
  /* notification banner img */
} /* notification banner */
.product-archive-box {
  padding: 17.5px;
  border-radius: calc(5px * 1.5);
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
} /* product archive box */
.show-more {
  height: auto;
  overflow: visible;
  padding-bottom: 40px;
}
.show-more-wrapper {
  position: relative;
}

.hide-more {
  height: 200px;
  overflow: hidden;
}
.hide-more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
@media only screen and (max-width: 575.98px) {
  .hide-more::before {
    height: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  .hide-more {
    height: 150px;
  }
}

.show-more-button {
  position: absolute;
  bottom: 15px;
  right: 5px;
  cursor: pointer;
  z-index: 2;
  color: #0058ff;
  font-size: 12px;
  font-weight: 600;
  transition: all 300ms linear;
}
.show-more-button.active {
  color: #f16122;
  font-size: 14px;
}
.show-more-button.active [class^=icon-] {
  transform: rotate(90deg);
}
.show-more-button:hover {
  color: #f16122;
}
.show-more-button [class^=icon-] {
  font-size: 10px;
  transform: rotate(-90deg);
  transition: all 300ms linear;
}

.popularMag .owl-item {
  padding: 3px;
}
.popularMag .blog-card-list__link {
  flex-direction: column;
}
.popularMag .blog-card-list__img {
  height: auto;
}
.popularMag .blog-card-list__img .image {
  border-radius: 5px 5px 0 0;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .popularMag .blog-card-list__title {
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .popularMag .blog-card-list__user .avator {
    display: none;
  }
}
.popularMag .owl-prev, .popularMag .owl-next {
  transition: all 0.5s;
}
.popularMag .owl-prev.disabled, .popularMag .owl-next.disabled {
  transition: all 0.8s;
  opacity: 0 !important;
}

@media screen and (max-width: 767.98px) {
  .newestMagBlog .mag-box {
    box-shadow: none !important;
  }
  .newestMagBlog .mag-box .title {
    padding: 0;
    text-align: right;
  }
}

.blog-card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: none;
  transition: all 300ms linear;
  margin: 0 auto;
}
.blog-card:hover {
  box-shadow: 0 12px 29px 0 rgba(241, 97, 34, 0.09);
}
.blog-card {
  /* blog card hover */
}
.blog-card a {
  display: block;
}
.blog-card {
  /* blog card a tag */
}
.blog-card__img {
  position: relative;
  overflow: hidden;
}
.blog-card__img:hover::before, .blog-card__img:hover::after {
  animation: blogCardDotsIn 500ms forwards;
}
.blog-card__img:hover {
  /* img hover before and after */
}
.blog-card__img:hover::after {
  animation-delay: 250ms;
}
.blog-card__img:hover {
  /* img hover after */
}
.blog-card__img:hover img {
  filter: saturate(0.1) !important;
  transform: scale(1.15) rotate(5deg);
}
.blog-card__img:hover {
  /* img hover img */
}
.blog-card__img {
  /* img hover */
}
.blog-card__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(165px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  transition: all 300ms linear;
  opacity: 0;
  animation: blogCardDotsOut 500ms forwards;
  animation-delay: 250ms;
}
.blog-card__img {
  /* img before */
}
.blog-card__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translateY(-50%) translateX(165px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  animation: blogCardDotsOut 500ms forwards;
  transform-origin: left;
}
.blog-card__img {
  /* img after */
}
.blog-card__img img {
  width: 100%;
  flex: 1;
  aspect-ratio: 3/3;
  object-fit: cover;
  filter: none !important;
  transition: all 300ms linear;
}
.blog-card__img {
  /* img img */
}
.blog-card {
  /* blog card img */
}
.blog-card__category {
  display: inline-block !important;
  font-size: 13px;
  font-weight: 650;
  padding: 7px 15px 10px 25px;
  background-color: rgb(252.5455319149, 227.2995744681, 216.2544680851);
  color: #f16122 !important;
  border-radius: calc(5px * 2) 0 0 calc(5px * 2);
  transform: translateY(-25px);
  margin-bottom: -15px;
  max-width: 80%;
  line-height: 30px;
  width: 80%;
  height: 43px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
.blog-card {
  /* blog card category */
}
.blog-card__title {
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #000);
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 13px;
  color: #fff;
  padding: 10px;
}
.blog-card {
  /* blog card body */
}
.blog-card__text {
  font-size: 13.5px;
  font-weight: 300;
  color: #6e6e6e;
  margin-bottom: 15px;
  line-height: 24px;
  text-align: justify;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-card {
  /* blog card text */
}
.blog-card__action {
  padding: 9px 18px;
  display: flex !important;
  max-width: 95px;
  margin-right: auto;
}
.blog-card__action .main-btn__text {
  font-size: 12px;
}
.blog-card {
  /* blog card action */
} /* blog card */
@keyframes blogCardDotsIn {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(165px);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
}
@keyframes blogCardDotsOut {
  0% {
    opacity: 1;
    transform: translateY(-50%) translateX(-50%);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(-165px);
  }
}
.product-card {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(241, 178, 44, 0.03) 0 0 0 1px inset;
  max-width: 350px;
  margin: 0 auto;
}
.product-card:has(.main-btn-buy).discount:before {
  bottom: 65px;
}
.product-card:hover .product-card__img.img-first {
  opacity: 0;
}
.product-card:hover .product-card__img.img-second {
  opacity: 1;
}
.product-card__body {
  position: relative;
}
.product-card__body .less-inventory {
  display: flex;
  gap: 2px;
  color: #ef394e;
  font-size: 12px;
  position: absolute;
  top: 51%;
}
.product-card.discount {
  position: relative;
}
.product-card.discount::before {
  content: attr(data-discount);
  text-align: center;
  position: absolute;
  width: 35px;
  height: 30px;
  padding-top: 6px;
  bottom: 18px;
  left: 10px;
  background-color: #f30303;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .product-card.discount::before {
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card.discount::before {
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card.discount::before {
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding-top: 5px;
  }
}
.product-card.discount {
  /* discount before */
}
.product-card {
  /* product card discount */
}
.product-card__img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 300ms linear;
}
.product-card__img-wrapper {
  position: relative;
  display: block;
}
.product-card__img.img-first {
  opacity: 1;
}
.product-card__img.img-second {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card {
  /* product card img */
}
.product-card__title {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  line-height: 25px;
  margin-bottom: 25px;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-card__title:hover {
  color: #f16122;
}
.product-card {
  /* product card title */
}
.product-card__price {
  color: #121212;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-card__price::after {
  content: "تومان";
  font-size: 12px;
  font-weight: 300;
  margin-right: 2.5px;
  margin-top: 3px;
}
.product-card__price {
  /* price after */
}
@media screen and (max-width: 991.98px) {
  .product-card__price {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price {
    font-size: 16px;
  }
}
.product-card__price .old-price {
  color: rgb(148.25, 148.25, 148.25);
  font-size: 13px;
  font-weight: 300;
  text-decoration: line-through;
  margin: 0 0 0 6px;
}
.product-card__price .old-price::after {
  display: none;
}
.product-card__price {
  /* price old price */
}
.product-card__price.unavailable {
  display: block;
  color: #b6b6b6;
  text-align: center;
}
.product-card__price.unavailable::after {
  display: none;
}
.product-card__price {
  /* price unavailable */
}
.product-card {
  /* product card price */
} /* product card */
@media only screen and (max-width: 767.98px) {
  .product-card.archive {
    max-width: none;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }
  .product-card.archive .product-card__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    flex: 1;
  }
  .product-card.archive .product-card__img-wrapper {
    flex: 0.6;
    max-width: 170px;
  }
  .product-card.archive .product-card__img {
    margin: 0;
  }
  .product-card.archive .product-card__price {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .product-card.archive .product-card__price {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card.archive .product-card__price.old-price {
    margin: 0;
    padding-left: 10px;
  }
  .product-card.archive .product-card__discount {
    display: block;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    background-color: #f30303;
    color: #fff;
  }
}
.product-card.archive {
  /* archive product card query */
} /* archive product card */
.mag-box {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.mag-box__img {
  position: relative;
  height: fit-content;
}
.mag-box__img .image {
  width: 100%;
  border-radius: 5px 5px 0 0;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.mag-box__img .image-mask {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #2f2727, transparent);
  z-index: 9;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .image-mask {
    display: none;
  }
}
.mag-box__img .icon {
  font-size: 33px;
  top: -65%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: absolute;
  right: 36%;
  z-index: 9;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .icon {
    top: 50%;
    right: 50%;
    border: 0;
    font-size: 20px;
    transform: translate(50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .mag-box__img .icon {
    font-size: 20px;
    width: 50px;
    height: 50px;
    right: 38%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .mag-box__img .icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .mag-box__img .icon {
    width: 80px;
    height: 80px;
  }
}
.mag-box__img .image-badge {
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 99;
  color: #fff;
  background-color: #0eabef;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.5s;
}
@media screen and (max-width: 767.98px) {
  .mag-box__img .image-badge {
    display: none;
  }
}
.mag-box__title {
  color: #6b7074;
  height: 54px;
  line-height: 25px;
  padding: 0 15px;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.mag-box__content {
  margin-top: 10px;
}
.mag-box__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
}
.mag-box {
  /* blog card body */
}
.mag-box__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.mag-box__footer .time {
  display: flex;
  align-items: center;
  font-size: 11px;
  color: #afb6bc;
}
.mag-box__footer .time i[class^=icon-] {
  margin-left: 5px;
}
.mag-box__footer .time {
  /* time icon */
}
.mag-box__footer {
  /* blog card time */
}
.mag-box__footer .user {
  display: flex;
  align-items: center;
}
.mag-box__footer .user .avator {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  display: block;
  background-size: 16px 12px;
  margin-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .mag-box__footer .user .avator {
    display: none;
  }
}
.mag-box__footer .user .icon {
  display: block;
  color: grey;
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .mag-box__footer .user .icon {
    display: none;
  }
}
.mag-box__footer .user .name {
  font-size: 11px;
  color: #afb6bc;
}
.mag-box__footer {
  /* blog card user*/
}
.mag-box {
  /* blog card footer */
}
.mag-box .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px 10px;
  padding: 0;
  color: #afb6bc;
  font-size: 11px;
}
.mag-box .details .time {
  display: flex;
  align-items: center;
}
.mag-box .details .time i {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .popularMag {
    display: none !important;
  }
}

.video-page .mag-box__img {
  height: 240px;
}
.video-page .mag-box__img video {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.video-page .mag-box__img iframe {
  width: 100%;
  height: 100%;
}

.title-box {
  font-size: 21px;
  font-weight: 700;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(241, 178, 44, 0.03) 0 0 0 1px inset;
  padding: 15px 20px;
}

.link-archives {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 500;
}

.filter-accordion {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 3px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 0 1px, rgba(241, 178, 44, 0.03) 0 0 0 1px inset;
  padding: 15px 20px;
}

.archive-text {
  font-size: 18px;
  font-weight: 700;
}

.title-archive {
  padding-right: 19px;
  margin-bottom: -2px;
}

/*# sourceMappingURL=archives.css.map */
