@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
.blog-card {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  background-color: rgb(253.8, 240.6, 232.5);
  box-shadow: 0 5px 30px rgba(70, 72, 77, 0.08);
  overflow: hidden;
}
.blog-card:hover .main-btn-primary-outline {
  border: 1px solid #2dcea2;
  background-color: #2dcea2;
  color: #fff;
}
.blog-card:hover .main-btn-secondary-outline {
  border: 1px solid #f36f1e;
  background-color: #f36f1e;
  color: #fff;
}
.blog-card:has(.blog-card__badge) {
  background-color: rgb(223.5, 247.65, 241.05);
}
.blog-card:has(.blog-card__badge) .title:before {
  background-color: #f36f1e;
}
.blog-card__img img {
  width: 100%;
}
.blog-card__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 12px;
  border-radius: 10px;
  background-color: rgb(253.8, 240.6, 232.5);
  color: #f36f1e;
  font-weight: 600;
  font-size: 14px;
}
.blog-card__content {
  margin-top: 15px;
  padding: 15px;
}
.blog-card__content .title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
  height: 45px;
  color: #121212;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.blog-card__content .title:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #2dcea2;
  display: inline-block;
  margin-left: 10px;
}
.blog-card__content .subtitle {
  font-size: 13px;
  color: #656565;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.blog-card__content .more-holder {
  display: flex;
  justify-content: end;
}
.blog-card__content .main-btn {
  padding: 5px 10px;
}

.product-card {
  transition: all 300ms ease-in-out;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 100%;
}
.product-card .fileIcons i {
  margin-left: 4px;
  color: #f36f1e;
  font-size: 24px;
  margin-bottom: 15px;
}
.product-card:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  opacity: 0.3;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(173, 187, 205) 50%, rgb(255, 255, 255) 100%);
}
.product-card:hover .product-card__img:after {
  transform: rotate(0);
  bottom: 200px;
  opacity: 0;
}
.product-card:hover .product-card__img:before {
  bottom: 10px;
  transform: rotate(0);
}
.product-card__img {
  position: relative;
  width: 100%;
}
.product-card__img:before {
  content: "";
  position: absolute;
  width: 84%;
  height: 100px;
  background: rgb(173, 187, 205);
  opacity: 0.31;
  border-radius: 8px;
  z-index: -1;
  bottom: -4px;
  left: 5px;
  transform: rotate(-4deg);
  transition: all 300ms ease-in-out;
}
.product-card__img:after {
  content: "";
  position: absolute;
  width: 76%;
  height: 100px;
  background: rgb(173, 187, 205);
  opacity: 0.22;
  border-radius: 8px;
  z-index: -2;
  bottom: -8px;
  left: 20px;
  transform: rotate(-7deg);
  transition: all 300ms ease-in-out;
}
.product-card__img img {
  width: 100%;
}
.product-card__content .title {
  margin: 40px 0 20px 0;
  color: #121212;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.product-card__price {
  min-height: 30px;
  border-radius: 0 15px 0 15px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .product-card__price {
    margin-top: 5px;
  }
}
.product-card__price.unavailable {
  justify-content: center;
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: rgb(250.4032258065, 164.5967741935, 164.5967741935);
}
.product-card__price .oldPrice {
  border-radius: 15px;
  color: #121212;
}
.product-card__price .old-price {
  color: red;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 480px) {
  .product-card__price .old-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card__price .old-price {
    font-size: 11px;
  }
}
.product-card__price .unit-price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .product-card__price .unit-price {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .product-card__price .unit-price {
    font-size: 16px;
  }
}

.blog {
  background: transparent;
  /* blog text */
}
.blog__title {
  font-size: 20px;
  font-weight: 600;
  color: #2dcea2;
  margin-bottom: 10px;
}
.blog__date {
  color: rgb(113.32, 113.32, 113.32);
  font-size: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 300;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.blog__date-icon {
  font-size: 16px;
  margin-left: 7px;
  margin-top: -5px;
}
.blog__content {
  font-size: 16px;
  color: #656565;
  line-height: 1.9;
  text-align: justify;
  font-weight: 300;
}
.blog__content > img {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  margin-bottom: 3px;
  margin-left: 0;
  height: auto;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog__content > img {
    float: none;
    display: flex;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .blog__content {
    padding: 15px;
  }
}
.blog__text img {
  max-width: 100%;
}
.blog iframe {
  margin-top: 25px;
  width: 100%;
  border: none;
  min-height: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
.blog .blog-video__tag {
  margin-top: 25px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 0px 8px 1px #ddd !important;
}
@media (max-width: 991.98px) {
  .blog .blog-video__tag {
    height: auto;
  }
}
.blog .main-btn {
  padding: 10px 20px;
}

#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 */
  /* support: IE8 - See #6727 */
  /* more specificity required here to override default borders */
  /* Component containers
  ----------------------------------*/
  /* Interaction Cues
  ----------------------------------*/
  /* Overrides for right-to-left sliders. */
}
#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 .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: #f36f1e;
  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 .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 .ui-widget.ui-widget-content {
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0;
}
#bodyPrice .ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #2dcea2 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  margin-top: 4px;
  height: 3px !important;
}
#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 .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(66, 210.9, 171.3);
}

.irs--flat .irs-bar {
  background-color: #f36f1e;
}

.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-search {
  width: 100%;
  margin-bottom: 15px;
  /* filter search form */
  /* filter search label */
  /* filter search field */
  /* filter search submit */
}
.filter-search__form {
  position: relative;
}
.filter-search__label {
  font-size: 14px;
}
.filter-search__field {
  margin-top: 15px;
  /* field input */
}
.filter-search__field input {
  background: rgb(246.075, 246.075, 246.075);
  height: 50px;
  font-size: 14px;
  padding-right: 10px;
  padding-left: 40px;
  width: 100%;
  color: #656565;
  border: none;
  border-radius: 10px;
}
.filter-search__field input::placeholder {
  font-size: 13px;
  color: rgb(126.5, 126.5, 126.5);
}
.filter-search__submit {
  position: absolute;
  top: 0;
  left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  /* submit span */
}
.filter-search__submit span {
  color: #2dcea2;
  font-weight: 700;
  font-size: 20px;
}

/* filter search */
.filter-accordion {
  width: 100%;
  transition: 1s linear;
  /* filter accordion collapse show */
  /* filter accordion item */
  /* filter accordion header */
  /* filter accordion button */
  /* filter accordion icon */
  /* filter accordion filter done */
  /* filter accordion body item */
  /* filter accordion collapse color */
  /* filter accordion show more less */
  /* filter accordion more item */
  /* filter accordion show less */
}
.filter-accordion .collapse {
  height: 0;
  display: none;
  transition: height 1s linear;
}
.filter-accordion .collapse.show {
  height: fit-content;
  display: block;
  margin-bottom: 15px;
}
.filter-accordion .collapse.show > ul {
  max-height: 350px;
  overflow: auto;
}
.filter-accordion__item {
  margin-bottom: 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}
.filter-accordion__header {
  font-size: 14.5px;
  margin: 0;
}
.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__icon {
  font-size: 14px;
  color: #888;
}
.filter-accordion .filter-done {
  color: #fff;
  background: #2dcea2;
  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(66, 210.9, 171.3);
}
.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 .collapse-color {
  /* collapse color check box */
}
.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 .show-more-less {
  text-align: left;
}
.filter-accordion .more-item {
  font-size: 12px;
  color: #2dcea2;
  margin: 15px 0;
}
.filter-accordion .show-less {
  font-size: 12px;
  color: #2dcea2;
  display: none;
}

/* filter accordion */
.filter-switch {
  /* filter switch toggle control */
}
.filter-switch .toggle-control {
  display: block;
  position: relative;
  padding-right: 60px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #888;
  user-select: none;
  /* toggle control input */
  /* toggle control input checked control */
  /* toggle control control */
}
.filter-switch .toggle-control input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-switch .toggle-control input:checked ~ .control {
  background-color: #2dcea2;
}
.filter-switch .toggle-control input:checked ~ .control:after {
  left: 26px;
}
.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 */
.color {
  /* color field div */
  /* color input checkbox */
  /* color input checkbox red */
  /* color input checkbox blue */
  /* color input checkbox black */
  /* color input checkbox checked */
}
.color__field div {
  display: inline-block;
}
@media (max-width: 360px) {
  .color__field div {
    margin-bottom: 10px;
  }
}
.color__field div .color__input[type=checkbox] {
  display: none;
}
.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__input[type=checkbox]#red + .color__label span {
  background-color: #c91524;
}
.color__input[type=checkbox]#blue + .color__label span {
  background-color: #314780;
}
.color__input[type=checkbox]#black + .color__label span {
  background-color: #323232;
}
.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 */
.filter-box {
  justify-content: center;
  /* filter box query */
  /* filter box active */
  /* filter box close */
  /* filter box wrapper */
}
@media only screen and (max-width: 991.98px) {
  .filter-box {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    z-index: 999999;
    padding: 0;
    overflow: auto;
    transition: all 300ms linear;
  }
}
.filter-box.active {
  right: 0;
}
.filter-box__close {
  margin-top: 10px;
  margin-bottom: 15px;
  justify-content: flex-end;
  align-items: center;
  font-size: 20px;
  color: #2dcea2;
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__close {
    display: flex;
  }
}
.filter-box__wrapper {
  position: sticky;
  top: 10px;
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  padding: 15px 20px;
}
@media only screen and (max-width: 991.98px) {
  .filter-box__wrapper {
    position: relative;
    border-radius: 0;
    background-color: #f9f9f9;
    box-shadow: none;
    height: 100%;
  }
}

/* filter box */
.filter-sm {
  padding-right: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 479.98px) {
  .filter-sm__button {
    font-size: 11px;
  }
}

/* filter sm */
.show-more-wrapper .show-more-item {
  display: none;
}

.educationFilter {
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  margin-bottom: 5px;
}
.educationFilter:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

/*# sourceMappingURL=archives.css.map */
