.toggles-by-arrow .open-child {
  width: 1em;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.toggles-by-arrow .open-child::before {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.toggles-by-arrow .open-child::after {
  left: calc(50% - .18em);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.toggles-by-arrow .open-child:before,
.toggles-by-arrow .open-child:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: currentColor;
}
.toggles-by-arrow .over > a .open-child:before,
.toggles-by-arrow .active:not(li) > a .open-child:before,
.toggles-by-arrow li.et-active > a .open-child:before {
  left: 5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 40%;
}
.toggles-by-arrow .over > a .open-child:after,
.toggles-by-arrow .active:not(li) > a .open-child:after,
.toggles-by-arrow li.et-active > a .open-child:after {
  left: 45%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 40%;
}/*========================================
=            Shop Filter Area            =
========================================*/
/* Shop Filter */
.category-description + .filter-wrap,
.term-description + .filter-wrap {
  margin-top: 0;
}
.filter-wrap {
  position: relative;
  margin-bottom: 12px;
}
.filter-wrap select {
  height: 30px;
  line-height: 28px;
}
.filter-wrap .filter-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.filter-wrap .filter-content > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-wrap .filter-content > *:last-child {
  margin-left: auto;
}
.filter-wrap .filter-content > form:last-child {
  margin-left: 0;
  margin-right: auto;
}
.filter-wrap .products-per-page form {
  display: inline-block;
  margin-left: 15px;
}
.woocommerce-ordering select {
  width: 170px;
}
.view-switcher {
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-ordering + .view-switcher {
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
}
.view-switcher:hover {
  background: var(--et_dark-2-white-002);
}
.view-switcher > [class*=switch] {
  position: relative;
  padding: 6px;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.view-switcher > [class*=switch] ~ div:before {
  content: '';
  top: 5px;
  bottom: 5px;
  border-left: 1px solid var(--et_border-color);
  left: -5px;
  position: absolute;
}
.view-switcher label {
  display: none;
}
.view-switcher .switch-list > a,
.view-switcher .switch-grid > a,
.view-switcher .switch-more > a {
  color: var(--et_main-color);
  cursor: pointer;
  text-align: center;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.view-switcher .switch-list > a:before,
.view-switcher .switch-grid > a:before,
.view-switcher .switch-more > a:before {
  font-family: 'xstore-icons';
  content: '\e92f';
  display: inline-block;
  font-size: 1.2rem;
}
.view-switcher .switch-list:not(.switcher-active):hover > a,
.view-switcher .switch-grid:not(.switcher-active):hover > a,
.view-switcher .switch-more:not(.switcher-active):hover > a {
  color: var(--et_dark-2-white);
  opacity: 0.7;
}
.view-switcher .switch-grid a[data-row-count="2"]:before {
  content: '\e909';
}
.view-switcher .switch-grid a[data-row-count="3"]:before,
.view-switcher .switch-grid a:not([data-row-count]):before {
  content: '\e92e';
}
.view-switcher .switch-grid a[data-row-count="4"]:before {
  content: '\e913';
}
.view-switcher .switch-more > a[data-type="more"]:before {
  content: '\e905';
  font-size: 0.9rem;
}
.view-switcher .switch-more ul {
  position: absolute;
  padding: 10px 0;
  top: 100%;
  list-style: none;
  -webkit-animation: et-dropdown 0.3s ease-in-out;
          animation: et-dropdown 0.3s ease-in-out;
  border: 1px solid var(--et_border-color);
  width: 180px;
  right: calc(50% - 90px);
  z-index: 99;
  background: var(--et_white-2-dark);
  margin: 0;
  border-radius: 3px;
}
.view-switcher .switch-more ul li {
  margin: 0;
}
.view-switcher .switch-more ul li a {
  display: inline-block;
  padding: 0.6em 1.9em;
  line-height: 1;
}
.view-switcher .switch-more ul li:not(.switcher-active) > a {
  color: var(--et_main-color);
}
.view-switcher .switch-more ul li:not(.switcher-active) > a:hover {
  color: var(--et_dark-2-white);
  opacity: 0.7;
}
.view-switcher .switch-more:not(:hover) ul {
  display: none;
}
.view-switcher .switcher-active > a {
  color: var(--et_active-color);
}
.open-filters-btn {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.open-filters-btn a {
  -webkit-padding-start: 23px;
          padding-inline-start: 23px;
}
.open-filters-btn a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.open-filters-btn a.active i {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}
.open-filters-btn a.active,
.open-filters-btn a:hover {
  color: var(--et_dark-2-white);
}
.open-filters-btn a,
.filter-wrap .products-per-page span {
  color: var(--et_font-color);
}
.shop-filters {
  display: none;
  overflow: hidden;
  margin: 20px 0 0;
}
.shop-filters.filters-opened {
  display: block;
}
.shop-filters.widget-columns-2 .sidebar-widget {
  width: 50%;
}
.shop-filters.widget-columns-3 .sidebar-widget {
  width: 33.33%;
}
.shop-filters.widget-columns-4 .sidebar-widget {
  width: 25%;
}
.shop-filters.widget-columns-5 .sidebar-widget {
  width: 20%;
}
.shop-filters.widget-columns-2 .sidebar-widget:nth-child(2n + 1),
.shop-filters.widget-columns-3 .sidebar-widget:nth-child(3n + 1),
.shop-filters.widget-columns-4 .sidebar-widget:nth-child(4n + 1),
.shop-filters.widget-columns-5 .sidebar-widget:nth-child(5n + 1) {
  clear: both;
}
.shop-filters-area {
  margin-left: -15px;
  margin-right: -15px;
}
.shop-filters-area .sidebar-widget {
  position: relative;
  width: 100%;
  padding: 0 15px;
  float: left;
  margin-bottom: 25px;
  height: auto;
}
.shop-filters-area .sidebar-widget .select2 {
  z-index: auto;
}
.shop-filters-area .product-categories > li > a {
  padding: 9px 0 8px 0;
}
.shop-filters-area .product_list_widget li {
  margin-right: 10px;
}
.shop-filters-area ul {
  padding-left: 0;
  padding-right: 0 !important;
}
@media only screen and (max-width: 1200px) {
  .view-switcher {
    -webkit-margin-start: 15px;
            margin-inline-start: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .shop-filters-area .sidebar-widget {
    width: 50% !important;
  }
  .shop-filters-area .sidebar-widget:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 480px) {
  .shop-filters-area .sidebar-widget {
    width: 100% !important;
  }
  .filter-wrap .filter-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .filter-wrap .view-switcher {
    display: none !important;
  }
}
/*-----  End of Shop Filter Area  ------*/.products-grid .et-timer,
.products-slider .et-timer {
  margin: 15px auto 5px;
}
.products-grid .et-timer.type2 .timer-info,
.products-slider .et-timer.type2 .timer-info,
.products-grid .et-timer.type3 .timer-info,
.products-slider .et-timer.type3 .timer-info {
  font-size: 1.1em;
}
.products-grid .et-timer.type2 .time-block,
.products-slider .et-timer.type2 .time-block,
.products-grid .et-timer.type3 .time-block,
.products-slider .et-timer.type3 .time-block {
  font-size: 0.8em;
}
.products-grid .et-timer.type2 .time-block .timer-count,
.products-slider .et-timer.type2 .time-block .timer-count,
.products-grid .et-timer.type3 .time-block .timer-count,
.products-slider .et-timer.type3 .time-block .timer-count {
  font-size: 1.5em;
}
.et-timer {
  text-align: center;
  margin: 20px auto 20px;
  display: inline-block;
  position: relative;
  font-size: 15px;
}
.et-timer.type1 .time-block {
  width: 8.667em;
  height: 8.667em;
  padding-top: 1.9em;
  border-radius: 4px;
  margin: 0 0.85em;
}
.et-timer.type1 .time-block:first-child {
  margin-left: 0;
}
.et-timer.type1 .time-block:last-of-type {
  margin-right: 0;
}
.et-timer.type2 .circle-box,
.et-timer.type3 .circle-box {
  display: none;
}
.et-timer.type2 .time-block span,
.et-timer.type3 .time-block span {
  padding: 0 0.5em;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count {
  position: relative;
}
.et-timer.type2 .time-block:not(:last-child) .timer-count:after {
  content: ':';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  color: currentColor;
}
.et-timer.type3 {
  --et_main-color: var(--et_red-color);
  --et_dark-color: var(--et_red-color);
}
.et-timer.type3 .timer-info {
  color: var(--et_red-color);
}
.et-timer.type3 .time-block:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--et_red-color);
  opacity: 0.1;
}
.et-timer.type3 .time-block {
  padding: 1em 0;
}
.et-timer .time-block {
  position: relative;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  text-transform: uppercase;
  float: left;
}
.et-timer .time-block .timer-count {
  font-size: 3em;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
}
.et-timer .timer-info {
  font-size: 2em;
  margin-bottom: 10px;
}
.et-timer .timer-info:empty {
  display: none;
}
.et-timer .circle-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 8.667em;
  height: 8.667em;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.et-timer .circle-box:before {
  content: "";
  position: absolute;
  width: 8.5em;
  left: 1px;
  top: 1px;
  height: 8.5em;
  border: 0.219em solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.et-timer .circle-box svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
  stroke-width: 0.22em;
  stroke: #fff;
}
.et-timer .circle-box.stop-animation svg circle {
  -webkit-transition: none;
  transition: none;
}
.et-timer.dark .time-block {
  color: #de5656;
}
.et-timer.dark .time-block .timer-count {
  color: var(--et_dark-color);
}
.et-timer.dark .time-block .circle-box:before {
  display: none;
}
.et-timer.dark .time-block .circle-box svg circle {
  stroke: var(--et_active-color);
}
.et-timer.white .time-block:not(:last-child):after,
.et-timer.white .time-block .timer-count {
  color: #fff;
}
.products-list .et-timer {
  font-size: 10px;
}
.product-sale-counter {
  width: 100%;
}
.product-sale-counter .time-block {
  float: none;
  color: var(--et_main-color) !important;
}
.product-sale-counter .time-block .timer-count {
  color: var(--et_dark-color);
}
.product-information .product-sale-counter,
.et_product-block .product-sale-counter,
.products-list .product-sale-counter {
  display: block;
  text-align: left;
  text-align: start;
  margin: 15px auto 20px;
}
.product-information .product-sale-counter .time-block,
.et_product-block .product-sale-counter .time-block,
.products-list .product-sale-counter .time-block {
  text-align: center;
}
.et-quick-view-wrapper .product-sale-counter {
  margin-left: auto !important;
  margin-right: auto !important;
}
.product-information .product-sale-counter,
.et_product-block .product-sale-counter,
.et-quick-view-wrapper .product-sale-counter {
  font-size: 0.55rem;
}
@media only screen and (max-width: 1200px) {
  .et-timer.type1 {
    font-size: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .et-timer.type1 {
    font-size: 4.8px;
  }
}
@media only screen and (max-width: 650px) {
  .et-timer.type1 {
    font-size: 4.5px;
  }
}
@media only screen and (max-width: 480px) {
  .et-timer.type1 .time-block {
    padding-top: 16px;
    font-size: 10px;
    margin: 0 3px 10px 3px;
  }
  .et-timer.type1 .time-block .timer-count {
    font-size: 18px;
    margin-bottom: 0;
  }
  .et-timer.type1 .time-block,
  .et-timer.type1 .time-block .circle-box,
  .et-timer.type1 .time-block .circle-box:before {
    width: 60px;
    height: 60px;
  }
  .content-product .et-timer.product-sale-counter {
    font-size: 12px;
  }
  .swiper-slide .et-timer {
    font-size: 12px;
  }
}
.vc_col-sm-3 .et-timer .time-block,
.vc_col-md-3 .et-timer .time-block,
.vc_col-lg-3 .et-timer .time-block,
.vc_col-sm-2 .et-timer .time-block,
.vc_col-md-2 .et-timer .time-block,
.vc_col-lg-2 .et-timer .time-block,
.vc_col-sm-1 .et-timer .time-block,
.vc_col-md-1 .et-timer .time-block,
.vc_col-lg-1 .et-timer .time-block {
  margin-bottom: 0.85em;
}
.vc_col-sm-3 .et-timer .time-block:first-child,
.vc_col-md-3 .et-timer .time-block:first-child,
.vc_col-lg-3 .et-timer .time-block:first-child,
.vc_col-sm-2 .et-timer .time-block:first-child,
.vc_col-md-2 .et-timer .time-block:first-child,
.vc_col-lg-2 .et-timer .time-block:first-child,
.vc_col-sm-1 .et-timer .time-block:first-child,
.vc_col-md-1 .et-timer .time-block:first-child,
.vc_col-lg-1 .et-timer .time-block:first-child {
  margin-left: 0.85em;
}
.vc_col-sm-1 .et-timer,
.vc_col-md-1 .et-timer,
.vc_col-lg-1 .et-timer {
  font-size: 7px;
}
.vc_col-sm-3 .et-timer,
.vc_col-md-3 .et-timer,
.vc_col-lg-3 .et-timer,
.vc_col-sm-2 .et-timer,
.vc_col-md-2 .et-timer,
.vc_col-lg-2 .et-timer {
  font-size: 6px;
}
.vc_col-sm-4 .et-timer,
.vc_col-md-4 .et-timer,
.vc_col-lg-4 .et-timer {
  font-size: 8px;
}
.vc_col-sm-5 .et-timer,
.vc_col-lg-5 .et-timer,
.vc-col-md-5 .et-timer {
  font-size: 10px;
}
.vc_col-sm-6 .et-timer,
.vc_col-md-6 .et-timer,
.vc_col-lg-6 .et-timer,
.vc_col-sm-7 .et-timer,
.vc_col-md-7 .et-timer,
.vc_col-lg-7 .et-timer {
  font-size: 12px;
}
.vc_col-sm-8 .et-timer,
.vc_col-md-8 .et-timer,
.vc_col-lg-8 .et-timer,
.vc_col-sm-9 .et-timer,
.vc_col-md-9 .et-timer,
.vc_col-lg-9 .et-timer,
.vc_col-sm-10 .et-timer,
.vc_col-md-10 .et-timer,
.vc_col-lg-10 .et-timer,
.vc_col-sm-11 .et-timer,
.vc_col-md-11 .et-timer,
.vc_col-lg-11 .et-timer,
.vc_col-sm-12 .et-timer,
.vc_col-md-12 .et-timer,
.vc_col-lg-12 .et-timer {
  font-size: 15px;
}
@media only screen and (max-width: 1200px) {
  .vc_col-sm-3 .et-timer.type1,
  .vc_col-md-3 .et-timer.type1,
  .vc_col-lg-3 .et-timer.type1 {
    font-size: 5px;
  }
  .vc_col-sm-4 .et-timer.type1,
  .vc_col-md-4 .et-timer.type1,
  .vc_col-lg-4 .et-timer.type1 {
    font-size: 7px;
  }
  .vc_col-sm-5 .et-timer.type1,
  .vc_col-lg-5 .et-timer.type1,
  .vc-col-md-5 .et-timer.type1 {
    font-size: 8px;
  }
  .vc_col-sm-6 .et-timer.type1,
  .vc_col-md-6 .et-timer.type1,
  .vc_col-lg-6 .et-timer.type1,
  .vc_col-sm-7 .et-timer.type1,
  .vc_col-md-7 .et-timer.type1,
  .vc_col-lg-7 .et-timer.type1 {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vc_col-sm-4 .et-timer.type1,
  .vc_col-md-4 .et-timer.type1,
  .vc_col-lg-4 .et-timer.type1 {
    font-size: 5px;
  }
  .vc_col-sm-3 .et-timer.type1,
  .vc_col-md-3 .et-timer.type1,
  .vc_col-lg-3 .et-timer.type1,
  .vc_col-sm-5 .et-timer.type1,
  .vc_col-lg-5 .et-timer.type1,
  .vc-col-md-5 .et-timer.type1 {
    font-size: 7px;
  }
  .vc_col-sm-2 .et-timer.type1,
  .vc_col-md-2 .et-timer.type1,
  .vc_col-lg-2 .et-timer.type1,
  .vc_col-sm-6 .et-timer.type1,
  .vc_col-md-6 .et-timer.type1,
  .vc_col-lg-6 .et-timer.type1,
  .vc_col-sm-7 .et-timer.type1,
  .vc_col-md-7 .et-timer.type1,
  .vc_col-lg-7 .et-timer.type1 {
    font-size: 8px;
  }
  .vc_col-sm-8 .et-timer.type1,
  .vc_col-md-8 .et-timer.type1,
  .vc_col-lg-8 .et-timer.type1 {
    font-size: 11px;
  }
  .vc_col-sm-9 .et-timer.type1,
  .vc_col-md-9 .et-timer.type1,
  .vc_col-lg-9 .et-timer.type1,
  .vc_col-sm-10 .et-timer.type1,
  .vc_col-md-10 .et-timer.type1,
  .vc_col-lg-10 .et-timer.type1,
  .vc_col-sm-11 .et-timer.type1,
  .vc_col-md-11 .et-timer.type1,
  .vc_col-lg-11 .et-timer.type1,
  .vc_col-sm-12 .et-timer.type1,
  .vc_col-md-12 .et-timer.type1,
  .vc_col-lg-12 .et-timer.type1 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 650px) {
  .vc_col-sm-8 .et-timer.type1,
  .vc_col-md-8 .et-timer.type1,
  .vc_col-lg-8 .et-timer.type1,
  .vc_col-sm-9 .et-timer.type1,
  .vc_col-md-9 .et-timer.type1,
  .vc_col-lg-9 .et-timer.type1,
  .vc_col-sm-10 .et-timer.type1,
  .vc_col-md-10 .et-timer.type1,
  .vc_col-lg-10 .et-timer.type1,
  .vc_col-sm-11 .et-timer.type1,
  .vc_col-md-11 .et-timer.type1,
  .vc_col-lg-11 .et-timer.type1,
  .vc_col-sm-12 .et-timer.type1,
  .vc_col-md-12 .et-timer.type1,
  .vc_col-lg-12 .et-timer.type1 {
    font-size: 12px;
  }
}@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url(//staging.store.avs.bg/wp-content/uploads/wpb-fonts/staging-store-avs-bg/abril-fatface/zOL64pLDlL1D99S8g8PtiKchq-dmiA.ttf) format('truetype');
}