@charset "UTF-8";
/*
Theme Name: Avimart
Theme URI: https://avimart.boostifythemes.com/
Author: BoostifyThemes
Author URI: https://themeforest.net/user/boostifythemes
Description: ThemeForest Premium Theme
Version: 1.0.0
Text domain: avimart
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready, full-width-template, theme-options
*/
/*------------------------------------------------------------------
[Table of contents]
	# variables
	# mixins
	# modules
	# general
	# spinkit
	# site
	# custom
	# plugins
	# widgets
	# responsive
	# hint
*/
/* VARIABLES */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-didozird:before,
.slick-next.slick-didozird:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.popup-pre-loader, .avimart-popup.open, .avimart-popup .button-close-popup, .avimart-popup .popup-content, .woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close, .woosw-area.woosw-area .woosw-continue {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce-review-link, .woosw-page a,
.woosw-continue {
  position: relative;
}

.woocommerce-review-link:after, .woosw-page a:after,
.woosw-continue:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.woocommerce-review-link:hover:after, .woosw-page a:hover:after,
.woosw-continue:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.avimart-popup .button-close-popup, .form-input-group.form-input-password .btn-pw-toggle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Phosphor" !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: never;
  line-height: 1;
}

/* Bottom line waving */
/* MIXINS */
.row {
  margin-left: -20px;
  margin-right: -20px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
    width: 100%;
  }
}

@media (min-width: 1680px) {
  .container-1680 .container {
    max-width: 1690px;
    width: 100%;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-lg1-1, .col-lg2-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-lg1-2, .col-lg2-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-lg1-3, .col-lg2-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-lg1-4, .col-lg2-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-lg1-5, .col-lg2-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-lg1-6, .col-lg2-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-lg1-7, .col-lg2-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lg1-8, .col-lg2-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-lg1-9, .col-lg2-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-lg1-10, .col-lg2-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-lg1-11, .col-lg2-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lg1-12, .col-lg2-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

@media (min-width: 1400px) {
  .col-lg1-1, .col-lg1-2, .col-lg1-3, .col-lg1-4, .col-lg1-5, .col-lg1-6, .col-lg1-7, .col-lg1-8, .col-lg1-9, .col-lg1-10, .col-lg1-11, .col-lg1-12 {
    float: left;
  }
  .col-lg1-1 {
    width: 8.33333%;
  }
  .col-lg1-2 {
    width: 16.66667%;
  }
  .col-lg1-3 {
    width: 25%;
  }
  .col-lg1-4 {
    width: 33.33333%;
  }
  .col-lg1-5 {
    width: 41.66667%;
  }
  .col-lg1-6 {
    width: 50%;
  }
  .col-lg1-7 {
    width: 58.33333%;
  }
  .col-lg1-8 {
    width: 66.66667%;
  }
  .col-lg1-9 {
    width: 75%;
  }
  .col-lg1-10 {
    width: 83.33333%;
  }
  .col-lg1-11 {
    width: 91.66667%;
  }
  .col-lg1-12 {
    width: 100%;
  }
}

@media (min-width: 1680px) {
  .col-lg2-1, .col-lg2-2, .col-lg2-3, .col-lg2-4, .col-lg2-5, .col-lg2-6, .col-lg2-7, .col-lg2-8, .col-lg2-9, .col-lg2-10, .col-lg2-11, .col-lg2-12 {
    float: left;
  }
  .col-lg2-1 {
    width: 8.33333%;
  }
  .col-lg2-2 {
    width: 16.66667%;
  }
  .col-lg2-3 {
    width: 25%;
  }
  .col-lg2-4 {
    width: 33.33333%;
  }
  .col-lg2-5 {
    width: 41.66667%;
  }
  .col-lg2-6 {
    width: 50%;
  }
  .col-lg2-7 {
    width: 58.33333%;
  }
  .col-lg2-8 {
    width: 66.66667%;
  }
  .col-lg2-9 {
    width: 75%;
  }
  .col-lg2-10 {
    width: 83.33333%;
  }
  .col-lg2-11 {
    width: 91.66667%;
  }
  .col-lg2-12 {
    width: 100%;
  }
}

/* custom */
/* Underlink */
/* transition=============== */
/* filter */
.flex, .ie-detected .tns-controls [data-controls], .tns-controls [data-controls], .woocommerce-pagination ul .page-numbers, .post-nav-item, .search-submit, .close-js-to-top, .js-to-top .all-page-on-top, .js-to-top .scroll-to-top, .widget-ajax-search-avimart .search-submit, .tinvwl-table-manage-list tbody .product-remove .remove, .open-label-shop span, .onsale, #close-cart-sidebar, .cart-sidebar-after-cart, .product_list_widget .remove_from_cart_button, .woocommerce-cart .woocommerce-cart-form tbody .product-remove .remove, .video-popup-btn, .quick-view-close-btn, .select2-container--default .select2-selection--single .select2-selection__arrow, .product-categories.avimart-product-categories .accordion-cat-toggle, .flash-sale-cd, .flash-sale-cd .cd-item, .flash-sale-cd .cd-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.inline-flex, .blog-article .theme-social-icon a, .shop-cart-count,
.count-wishlist, .p-attr-swatch, .products.columns-1 .product .content-info-product .product-action-wishlist a, .loop-action .product-quick-view-btn span,
.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a, .loop-list-action .product-quick-view-btn span,
.loop-list-action .product-action-wishlist a,
.loop-list-action .product-action-compare a, .product .style4 .avimart-buttons-new .product-action-wishlist a,
.product .style4 .avimart-buttons-new .product-action-compare a,
.product .style5 .avimart-buttons-new .product-action-wishlist a,
.product .style5 .avimart-buttons-new .product-action-compare a, .product .style6 .avimart-buttons-new .product-action-wishlist a,
.product .style6 .avimart-buttons-new .product-action-compare a, .flash-sale-atc a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ht-grid {
  margin-left: -20px;
  margin-right: -20px;
  min-height: 1px;
}

.ht-grid-item {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  min-height: 1px;
  min-height: 1px;
}

@media (min-width: 1024px) {
  .ht-grid-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ht-grid-tablet-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-tablet-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-tablet-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-tablet-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-tablet-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-tablet-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-tablet-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-tablet-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-tablet-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-tablet-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-tablet-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-tablet-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ht-grid-mobile-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-mobile-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-mobile-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-mobile-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-mobile-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-mobile-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-mobile-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-mobile-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-mobile-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-mobile-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-mobile-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-mobile-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

/* skew */
/* translate */
.duration, a, #commentform #comment, #commentform .attachment-button,
#commentform #submit, #menu-overlay, .footer-subscribe-form input, .footer-subscribe-form button, .p-attr-swatch:before, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .woocommerce-address-fields .button:hover, #shop-cart-sidebar:after, #close-cart-sidebar, #shop-overlay, .woocommerce-cart .woocommerce-cart-form .actions button[type="submit"], .woocommerce-cart .woocommerce-shipping-calculator button[type="submit"], form.woocommerce-checkout #place_order, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider .pro-carousel-image .tns-controls button, .cart .single_add_to_cart_button, .quick-view-content .quick-view-images .tns-controls button, .quick-view-close-btn, .price_slider_wrapper .price_slider_amount button[type=submit], .product-categories.avimart-product-categories .accordion-cat-toggle:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.delay {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* MODULES */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background-color: #fff;
}

body {
  margin: 0;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
}

iframe,
embed,
figure,
figcaption {
  border: 0;
  margin: 20px 0;
  max-width: 100%;
}

iframe {
  margin: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

td p:last-child {
  margin-bottom: 0;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  content: "";
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

.cl {
  clear: both;
}

.flw, .widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item, .widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span, .comment-post-pingback, select, .blog-article, .blog-article .entry-footer-avimart .tagcloud, .posts-nav, #commentform #comment, #commentform #author,
#commentform #email, #comments, #comments .navigation, .comment-text, .blog .blog-article-sum, .elementor-widget, .widget select, .search-form, .flickr-widget, #theme-footer, .footer-bot, #theme-menu-layout, .menu-layout, #theme-page-header, .page-header, .footer-subscribe-form, .pro-swatch-list, .woocommerce-account .u-column1, .woocommerce-account .u-column2, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .cart-sidebar-content .variation, .cart-sidebar-content .quantity, .product_list_widget, .product_list_widget .mini_cart_item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals, form.woocommerce-checkout, form.woocommerce-checkout #customer_details, form.woocommerce-checkout #order_review .avimart-woocommerce-order-review-box,
form.woocommerce-checkout #order_review .avimart-woocommerce-checkout-payment-box, form.woocommerce-checkout #place_order, .form-row, .form-row select, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider.single-gallery-horizontal .pro-carousel-thumb, .single-gallery-slider.single-gallery-horizontal .pro-carousel-image, .single-gallery-slider.single-gallery-fullall .pro-carousel-thumb, .single-gallery-slider.single-gallery-fullall .pro-carousel-image, .single-gallery-slider .summary, .product_meta > span, .woocommerce-Reviews .comment_container, .woocommerce-Reviews .comment_container .comment-text, .upsells.products,
.related.products, .widget.widget_shopping_cart .product_list_widget .quantity, .widget.widget_shopping_cart .woocommerce-mini-cart__total, .widget.widget_shopping_cart .woocommerce-mini-cart__buttons, .widget.widget_shopping_cart .variation, .widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li, .wd-pro-flash-sale {
  float: left;
  width: 100%;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline {
  display: inline;
}

.display-initial {
  display: initial;
}

.display-inherit {
  display: inherit;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.hidden {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* sticky style - author
------------------------------------------------->*/
.sticky,
.bypostauthor {
  background: rgba(0, 0, 0, 0);
}

/* caption
------------------------------------------------->*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #686868;
  font-size: 13px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.wp-caption .wp-caption-text a {
  color: #7b98aa;
}

.wp-caption figcaption.wp-caption-text {
  margin-top: 0;
  text-align: center;
  background: #f5f5f5;
  padding: 6px 10px;
  font-size: .9em;
  font-style: normal;
}

/* gallery image columns
------------------------------------------------->*/
.gallery-icon img {
  margin: 0 auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 0 !important;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 0;
}

/* Alignments
------------------------------------------------->*/
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 30px 0 30px 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* blog password form
------------------------------------------------->*/
.post-password-form label {
  float: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}

.post-password-form input[type='password'] {
  height: 44px;
  min-width: 240px;
  max-width: 100%;
  padding: 0 10px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.post-password-form input[type='submit'] {
  height: 44px;
  padding: 0 20px;
  cursor: pointer;
  border: 0;
  float: left;
  background: #333;
  color: #fff;
}

/* widget calendar
------------------------------------------------->*/
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 10px;
}

#wp-calendar * {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar td,
#wp-calendar th {
  padding: 0;
  line-height: 43px;
}

/* widget recen posts with thumbnail
------------------------------------------------->*/
.widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item {
  margin-top: 15px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-img,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-img {
  float: left;
  width: 70px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 9px;
  float: left;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary a,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary a {
  font-weight: 600;
  line-height: initial;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span {
  margin-top: 10px;
  font-size: 12px;
  color: #aaaaaa;
}

/* Template: Pingbacks And Trackbacks
------------------------------------------------->*/
.comment-post-pingback {
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.comment-post-pingback + .comment-post-pingback {
  margin-top: 12px;
}

.comment-post-pingback + .comment-item {
  margin-top: 50px;
}

.comment-post-pingback .comment-edit-link {
  float: right;
  margin-left: 20px;
}

.comment-post-pingback .url {
  margin-left: 7px;
}

.comment-post-pingback .url:hover {
  text-decoration: underline;
}

.tag-markup-2 .entry-description p:last-child {
  clear: both;
}

.col-md-12 .wp-block-cover.alignfull {
  padding-left: calc(10% + 58px + (2 * 1rem));
  padding-right: calc(10% + 58px + (2 * 1rem));
}

.col-md-12 .alignfull {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
  left: calc( -35.5% - 75px);
  width: calc( 170% + 150px);
  max-width: calc( 170% + 150px);
}

.col-md-12 .wp-block-gallery.alignfull,
.col-md-12 .wp-block-media-text.alignfull,
.col-md-12 .wp-block-image.alignfull {
  margin-left: calc( -27% - 112px);
  width: calc( 155% + 150px);
  max-width: calc( 155% + 150px);
}

.col-md-12 .wp-block-embed-wordpress-tv.alignfull {
  margin-left: calc( -27% - 112px);
  width: calc( 154% + 150px);
  max-width: calc( 154% + 150px);
}

.col-md-12 .wp-block-columns.alignfull {
  margin-left: calc( -25% - 112px);
  width: calc( 150% + 150px);
  max-width: calc( 150% + 150px);
}

.wp-block-embed figcaption {
  text-align: center;
}

.col-md-12 .wp-block-columns.alignfull .wp-block-column {
  padding-left: calc(2 * 1rem);
  padding-right: calc(2 * 1rem);
}

.wp-block-cover.aligncenter {
  clear: both;
  width: auto;
}

.gallery-item {
  padding: 10px;
}

.size-full.alignright {
  clear: both;
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 100px;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 200px;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 300px;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 280px;
  }
}

@media (max-width: 1200px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 220px;
  }
}

@media (max-width: 1000px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 250px;
  }
}

@media (max-width: 992px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 100px;
  }
}

@media (max-width: 930px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 150px;
  }
}

@media (max-width: 750px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 200px;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 150px;
  }
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 20% !important;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 40% !important;
  }
}

@media (max-width: 750px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 50% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 5% 30% !important;
  }
}

@media (max-width: 1850px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 10% !important;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 1400px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 25% !important;
  }
}

@media (max-width: 1300px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 30% !important;
  }
}

@media (max-width: 1200px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 1150px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 25% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 35% !important;
  }
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 5% !important;
  }
}

@media (max-width: 1550px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 15% !important;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 786px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 31% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 38% !important;
  }
}

@media (max-width: 1900px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 1% !important;
  }
}

@media (max-width: 1870px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 2% !important;
  }
}

@media (max-width: 1800px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 5% !important;
  }
}

@media (max-width: 1280px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 27% !important;
  }
}

.wp-block-tag-cloud a {
  line-height: 28px !important;
  font-size: 14px !important;
  height: 30px;
  padding: 0 15px;
  display: inline-block;
  border: 1px solid #FFBD0C;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-block-calendar table th {
  background: #ffffff;
}

.theme-page-links .post-page-numbers span {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #3b3c58;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 38px;
}

.post-password-form {
  overflow: hidden;
}

#comments .comment-info a {
  color: #616161;
}

#today {
  background: #FFBD0C;
  color: #ffffff;
}

#today a {
  color: #ffffff;
  text-decoration: none;
}

.wp-block-button__link {
  border: none;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
}

.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid;
}

.wp-block-cover {
  margin-bottom: 10px;
}

.wp-block-gallery .blocks-gallery-grid figcaption {
  margin: 0;
  line-height: 24px !important;
}

.has-large-font-size {
  line-height: 54px !important;
}

.page #comments {
  margin-top: 35px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: 2px;
}

#ship-to-different-address {
  display: flex;
}

#ship-to-different-address span {
  font-size: inherit;
}

#sidebar-menu-content .theme-primary-menu > li > a {
  z-index: 2;
}

#sidebar-menu-content .theme-primary-menu .sub-menu a {
  z-index: 2;
}

.theme-page-links {
  clear: both;
}

.blog-article .page .blog-header-info .if-cat {
  display: none;
}

body .wp-block-cover-text {
  color: #ffffff !important;
}

.is-style-squared .wp-block-button__link {
  border-radius: 25px;
}

.entry .entry-content p,
.single-post .entry-content p {
  word-wrap: break-word;
}

.widget.widget_block h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
}

.widget .widget-title {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.shop-sidebar .widget .widget-title {
  font-weight: 500 !important;
}

/*!
* animate.css -https://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    animation: unset !important;
    transition: none !important;
  }
}

@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes open-modal {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump 3s linear alternate infinite;
  animation: jump 3s linear alternate infinite;
}

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump-2 .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump-2 1.5s linear alternate infinite;
  animation: jump-2 1.5s linear alternate infinite;
}

@keyframes slidebottomtotop {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.elementor-control-type-autocomplete .eicon-spinner {
  margin-left: 5px;
}

.wty-autocomplete .wty-autocomplete-selection {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #64666a;
  background-color: #34383C;
  padding: 3px 6px;
}

.wty-autocomplete .wty-autocomplete-id {
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #4C4F56;
  color: #E0E1E3;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  font-size: 0.9em;
  line-height: 1.3em;
  cursor: default;
}

.wty-autocomplete .wty-autocomplete-remove-id {
  cursor: pointer;
  margin-left: 5px;
}

.wty-autocomplete .wty-autocomplete-remove-id:hover {
  color: #f00;
}

.wty-autocomplete .wty-autocomplete-search {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  flex-grow: 1;
  background-color: transparent;
}

.wty-autocomplete .wty-autocomplete-dropdown {
  display: flex;
  flex-direction: column;
  border: 1px solid #64666a;
  background-color: #34383C;
  border-top: 0;
}

.wty-autocomplete .wty-autocomplete-dropdown:empty {
  display: none;
}

.wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id {
  width: 100%;
  background-color: transparent;
  padding: 6px;
  color: #fff;
  margin: 0;
}

.wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id.disabled, .wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id:hover {
  background-color: #4C4F56;
}

.wty-autocomplete .no-posts-found,
.wty-autocomplete .wty-autocomplete-searching {
  padding: 1em 0.5em;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #E5E5E5eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
}

.wpcf7 .ajax-loader:before {
  content: "\f021";
  font-family: "FontAwesome";
}

.wpcf7 .ajax-loader.is-active {
  opacity: 1;
  visibility: visible;
  animation: loading 0.5s linear infinite;
}

.wpcf7 .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wpcf7-not-valid {
  border-color: #FFBD0C !important;
}

.wpcf7-mail-sent-ok {
  color: #27ae61;
}

.wpcf7-not-valid-tip,
.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output {
  margin: 10px 0 10px;
}

.wpcf7-validation-errors {
  color: #FFBD0C;
}

.wpcf7-text,
.wpcf7-textarea {
  border: 1px solid #E5E5E5;
  color: #666666;
  width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #FFBD0C;
}

.wpcf7-text {
  height: 50px;
  padding: 0 20px;
}

.wpcf7-textarea {
  padding: 9px 20px;
}

.wpcf7-submit {
  height: 48px;
  border: 1px solid transparent;
  background-color: #1D1D1D;
  color: #ffffff;
}

.ctf-deco1:after {
  display: table;
  clear: both;
  content: "";
}

.ctf-deco1 .wpcf7-text {
  float: left;
  width: 70%;
}

.ctf-deco1 .wpcf7-submit {
  float: right;
  width: 30%;
}

.ctf-deco1--dark .wpcf7-text {
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  background-color: transparent;
  color: #ffffff;
}

.ctf-deco1--dark .wpcf7-text:focus {
  border-bottom-color: #ffffff;
}

.ctf-deco1--dark .wpcf7-submit {
  width: 25%;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.ctf-deco1--dark .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #222222;
  opacity: 1;
}

.ctf-contact-form .wpcf7-form-control {
  margin-bottom: 15px;
}

.ctf-contact-form .wpcf7-submit {
  padding-right: 40px;
  padding-left: 40px;
}

.ctf-contact-form .ajax-loader {
  left: 15px;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.newsletter-section {
  max-width: 570px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .newsletter-section {
    padding: 60px 100px;
  }
}

.newsletter-section ~ .wpcf7-response-output {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-section__title {
  margin-top: 0;
  margin-bottom: 35px;
  color: #234069;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .newsletter-section__title {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsletter-section__field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #e5e5e5;
  color: #999;
  font-size: 18px;
}

.newsletter-section__field:focus {
  border: 1px solid #999;
}

.newsletter-section__submit {
  border: 0 !important;
  background: none;
  color: #d21515;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.newsletter-section__submit:focus {
  outline: thin dotted;
}

.form-home-footer {
  position: relative;
  margin-top: 17px;
}

.form-home-footer .input-footer {
  height: 50px;
  background-color: transparent;
  color: #a5a5a5;
  font-size: 14px;
  padding-left: 25px;
  border-color: #999999;
}

.form-home-footer .submit-footer {
  font-size: 0;
  height: 50px;
  width: 50px;
  background-color: #FFBD0C;
  padding: 0 20px;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  background-image: url(images/icon/send.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: left center;
  background-position-x: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-home-footer .submit-footer {
    padding: 0 10px;
  }
}

.form-contact .form-wrapper {
  padding-bottom: 2px;
}

.form-contact .form-wrapper .indes {
  padding-bottom: 18px;
}

.form-contact .form-wrapper .indes .red {
  color: #FFBD0C;
}

.form-contact .form-wrapper .input-contact,
.form-contact .form-wrapper .input-area {
  border-radius: 2px;
  background-color: #f8f8f8;
}

.form-contact .form-wrapper .submit-contact {
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 2px;
}

.form-newletter-footer-v1 {
  position: relative;
}

.form-newletter-footer-v1 .input-newletter {
  height: 50px;
  padding-right: 3.5em;
  background: #fff;
}

.form-newletter-footer-v1 .input-newletter::placeholder {
  font-size: 14px;
  color: #a0a0a0;
}

.form-newletter-footer-v1 .submit-newletter {
  font-size: 0 !important;
  height: 50px;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-image: url(images/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

.form-newletter-footer-h1 {
  position: relative;
}

.form-newletter-footer-h1 .input-newletter {
  height: 50px;
  padding-right: 3.5em;
  background: #fff;
}

.form-newletter-footer-h1 .input-newletter::placeholder {
  font-size: 14px;
  color: #a0a0a0;
}

.form-newletter-footer-h1 .submit-newletter {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  height: 50px;
  width: 125px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #1D1D1D;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.form-newletter-footer-h1 .submit-newletter:hover {
  background-color: #FFBD0C;
}

.banner-newletter .input-newletter {
  border-color: transparent;
}

.form-newletter-footer-v1.footer-v5 .input-newletter {
  border-color: #333333;
}

.form-newletter-footer-v1.footer-v5 .submit-newletter {
  background-image: url(images/icon/icon_newletter.png);
}

.form-newletter-footer-v1.newsletter-homepage .input-newletter {
  height: 38px;
  padding-left: 0;
  padding-right: 2em;
  border: none;
  border-bottom: 1px solid #1D1D1D;
}

.form-newletter-footer-v1.newsletter-homepage .input-newletter::placeholder {
  font-size: 16px;
  color: #B7B7B7;
  font-style: italic;
  font-weight: 300;
}

.form-newletter-footer-v1.newsletter-homepage .submit-newletter {
  width: 20px;
  padding: 0;
}

.form-newletter-h3 {
  display: flex;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email {
  width: 20%;
  flex: 1;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email .input-newletter {
  border: none;
  height: 50px;
  border-radius: 2px;
  background-image: url(images/icon/newsletter.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 17px;
  padding-right: 4em;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email .input-newletter::placeholder {
  font-size: 13px;
  color: #B7B7B7;
  font-weight: 400;
}

.form-newletter-h3 .submit-newletter {
  width: 20%;
  margin-left: 10px;
  height: 50px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #d85d33;
  border-radius: 2px;
  border: none;
}

@media (min-width: 1200px) {
  .form-newletter-h3 .submit-newletter {
    width: 15%;
  }
}

.form-newletter-h3.home-auto .submit-newletter {
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
}

.form-page-contact .col {
  padding-left: 15px;
  padding-right: 15px;
}

.form-page-contact textarea,
.form-page-contact input {
  margin-top: 9px;
  margin-bottom: 17px;
  transition: all 0.3s;
  font-weight: 400 !important;
}

.form-page-contact textarea::placeholder,
.form-page-contact input::placeholder {
  color: #B7B7B7;
  opacity: 1;
}

.form-page-contact textarea:-ms-input-placeholder,
.form-page-contact input:-ms-input-placeholder {
  opacity: 1;
}

.form-page-contact textarea::-ms-input-placeholder,
.form-page-contact input::-ms-input-placeholder {
  opacity: 1;
}

.form-page-contact input {
  height: 48px;
}

.form-page-contact textarea {
  font-size: 16px;
  height: 140px;
  margin-bottom: 11px;
  margin-top: 3px;
}

.form-page-contact .button-submit .submit-contact {
  height: unset;
  font-size: 15px;
  padding: 9px 40px;
  font-weight: 500 !important;
  line-height: 26px;
  letter-spacing: normal;
  transition: all 0.3s;
  margin-bottom: 0px;
  border: none;
  color: #1D1D1D !important;
  background-color: #FFBD0C !important;
}

.form-page-contact .button-submit .submit-contact:hover, .form-page-contact .button-submit .submit-contact:focus {
  color: #fff !important;
  background-color: #1D1D1D !important;
}

.form-page-contact.contactv2 .contact-form.button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-page-contact.contactv2 textarea {
  height: 184px;
  background-color: #F7F7F7 !important;
}

.form-page-contact.contactv2 input {
  margin-top: 3px;
  background-color: #f7f7f7 !important;
}

.newletter-footer-v9 .input-newletter {
  background: #f7f4ed;
  border: none;
  border-radius: 8px;
  height: 60px;
}

.newletter-footer-v9 .input-newletter::placeholder {
  color: #B7B7B7;
  font-size: 14px;
}

.newletter-footer-v9 .submit-newletter {
  margin-top: 10px;
  height: 60px;
  background-color: #f54c47;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 2.3em;
  transition: all 0.3s;
}

.newletter-footer-v9 .submit-newletter:hover {
  background-color: #2a3562;
}

.form-return {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.form-return input {
  height: 40px;
}

.form-return input::placeholder {
  font-weight: 400;
}

.form-return .item {
  width: 44%;
  padding-right: 10px;
}

@media (max-width: 575px) {
  .form-return .item {
    width: 100%;
    padding-right: 0px;
  }
  .form-return .item input {
    margin: 15px 0;
  }
}

.form-return .item input {
  margin-top: 9px;
}

.form-return .button {
  width: 12%;
}

@media (max-width: 575px) {
  .form-return .button {
    width: 100%;
  }
}

.form-return .button input {
  width: 100%;
  border: none;
}

.form-coming-soon {
  margin-top: 16px;
  position: relative;
}

.form-coming-soon input[type='email'] {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 19px;
  transition: all 0.3s;
  height: 48px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  padding: 12px 20px;
}

.form-coming-soon input[type='email']::placeholder {
  color: #B7B7B7;
  opacity: 1;
}

.form-coming-soon input[type='email']:-ms-input-placeholder {
  opacity: 1;
}

.form-coming-soon input[type='email']::-ms-input-placeholder {
  opacity: 1;
}

.form-coming-soon .button-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.form-coming-soon .button-submit .submit-contact {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #ffbd0c;
  color: #1D1D1D;
  padding: 0 30px;
  line-height: 48px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  white-space: nowrap;
}

.form-coming-soon .button-submit .submit-contact:hover {
  border-color: #e5e5e5 !important;
}

.form-coming-soon .button-submit .submit-contact:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  transform: skew(25deg);
  transition: all .5s ease 0s;
  width: 0;
  z-index: -1;
}

.form-coming-soon .button-submit .submit-contact:hover:after, .form-coming-soon .button-submit .submit-contact:focus:after {
  left: 5%;
  width: 90%;
}

.form-coming-soon.green .button-submit .submit-contact {
  background-color: #99BA3C;
  border-color: #99BA3C;
  color: #ffffff;
}

.form-coming-soon.blue .button-submit .submit-contact {
  background-color: #295EC6;
  border-color: #295EC6;
  color: #ffffff;
}

.form-popup-newsletter {
  margin-top: 28px;
  position: relative;
}

.form-popup-newsletter input[type='email'] {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 19px;
  transition: all 0.3s;
  height: 48px;
  border-radius: 100px;
  border: 1px solid #E5E5E5;
  padding: 12px 20px;
}

.form-popup-newsletter input[type='email']::placeholder {
  color: #B7B7B7;
  opacity: 1;
}

.form-popup-newsletter input[type='email']:-ms-input-placeholder {
  opacity: 1;
}

.form-popup-newsletter input[type='email']::-ms-input-placeholder {
  opacity: 1;
}

.form-popup-newsletter .button-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.form-popup-newsletter .button-submit .submit-contact {
  font-size: 0;
  border: 1px solid #ffbd0c;
  color: #1D1D1D;
  padding: 0 23px;
  line-height: 48px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0 100px 100px 100px;
  z-index: 1;
  white-space: nowrap;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 0.383928C16.9464 0.526786 17.0268 0.717262 16.9911 0.955357L14.7054 14.6696C14.6756 14.8423 14.5804 14.9762 14.4196 15.0714C14.3363 15.119 14.244 15.1429 14.1429 15.1429C14.0774 15.1429 14.006 15.128 13.9286 15.0982L9.22322 13.1786L6.5625 16.0982C6.45536 16.2232 6.31548 16.2857 6.14286 16.2857C6.05952 16.2857 5.99107 16.2738 5.9375 16.25C5.82441 16.2083 5.73512 16.1369 5.66964 16.0357C5.60417 15.9405 5.57143 15.8333 5.57143 15.7143V11.6786L1.35714 9.95536C1.1369 9.87202 1.01786 9.70833 1 9.46429C0.982143 9.23214 1.07738 9.05655 1.28571 8.9375L16.1429 0.366071C16.3512 0.241071 16.5536 0.247023 16.75 0.383928ZM13.6964 13.7679L15.6696 1.95536L2.86607 9.33929L5.86607 10.5625L13.5714 4.85714L9.30357 11.9732L13.6964 13.7679Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 14px center;
}

.form-popup-newsletter .button-submit .submit-contact:hover {
  border-color: #e5e5e5 !important;
}

.form-popup-newsletter .button-submit .submit-contact:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  transform: skew(25deg);
  transition: all .5s ease 0s;
  width: 0;
  z-index: -1;
}

.form-popup-newsletter .button-submit .submit-contact:hover:after, .form-popup-newsletter .button-submit .submit-contact:focus:after {
  left: 5%;
  width: 90%;
}

.wpcf7-response-output {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

/* FIREFOX: REMOVE DOTTED BORDER WHEN FOCUS */
/* IE BROWSER */
.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:before {
  -webkit-transform: rotate(45deg) translate(14px, -9px);
  transform: rotate(45deg) translate(14px, -9px);
}

.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:after {
  -webkit-transform: rotate(-45deg) translate(14px, 9px);
  transform: rotate(-45deg) translate(14px, 9px);
}

.ie-detected .quick-view-content .single_add_to_cart_button {
  width: auto;
}

@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons, [class^="ion-"]:before, [class*=" ion-"]:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/* loading animation */
@-webkit-keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .tns:not(.tns-slider):before, .product-image-wrapper.image-is-loading:before, .ajax_add_to_cart.loading:before, .adding-to-wishlist.add_to_wishlist:before, .updating-cart #shop-cart-sidebar:before, .product_list_widget .remove_from_cart_button:focus:before, .single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type:before, .pro-img-item.image-is-loading:before, .avimart-products-tab-widget.loading .avimart-products-tab-body:before, .avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-body.has-slider .avimart-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: "";
  z-index: 2;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: calc( 50% - 10px);
  left: calc( 50% - 10px);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(fonts/Material-Design-Iconic-Font.woff2) format("woff2"), url(fonts/Material-Design-Iconic-Font.woff2) format("woff"), url(fonts/Material-Design-Iconic-Font.woff2) format("truetype");
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.zmdi-hc-ul > li {
  position: relative;
}

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.zmdi-hc-stack-1x {
  line-height: inherit;
}

.zmdi-hc-stack-2x {
  font-size: 2em;
}

.zmdi-hc-inverse {
  color: #fff;
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
@media (min-width: 783px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 46px;
  }
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(images/pswp/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/pswp/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(images/pswp/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.tns-outer {
  position: relative;
  direction: ltr;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns:not(.tns-slider) .tnsi:first-of-type,
.tns:not(.tns-slider) .product:first-of-type {
  opacity: 0;
  visibility: hidden;
}

.tns:not(.tns-slider) .tnsi ~ .tnsi,
.tns:not(.tns-slider) .tnsi ~ .product,
.tns:not(.tns-slider) .product ~ .tnsi,
.tns:not(.tns-slider) .product ~ .product {
  display: none;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden,
.tns-outer button[data-action] {
  display: none;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* arrows */
.tns-controls [data-controls] {
  position: absolute;
  top: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #aaa;
  border: 0;
  font-size: 0;
  z-index: 2;
  transform: translateY(-50%);
}

.tns-controls [data-controls]:disabled {
  opacity: 0.5;
  transition: all 0.25s;
  pointer-events: none;
}

.tns-controls [data-controls] .avimart-svg-icon {
  color: currentColor;
}

.tns-controls [data-controls] .avimart-svg-icon svg {
  width: 18px;
  height: 18px;
}

.tns-controls [data-controls="prev"] {
  left: 20px;
}

.tns-controls [data-controls="next"] {
  right: 20px;
}

/* dots */
.tns-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 0;
}

.tns-nav button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fafafa;
  border: 0;
}

.tns-nav button.tns-nav-active {
  cursor: default;
  background-color: #444;
}

select {
  -webkit-border-radius: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23948f84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  -webkit-appearance: none;
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
}

input {
  border: 1px solid #e5e5e5;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="number"], input[type="tel"] {
  /* Remove First */
  -webkit-appearance: none;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  border-radius: 10px;
  max-width: 100%;
  font-size: 14px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  border: 1px solid #cac7c7;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
  margin: 15px 0;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
}

li ul,
li ol {
  padding-left: 0;
  margin-left: 20px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.fa, .fas, .far, .fal, .fad, .fab {
  font-style: normal;
}

li,
figcaption {
  line-height: 36px;
}

blockquote {
  font-weight: 300;
  margin: 30px 0;
  border-left: 3.4px solid #333;
  padding-left: 15px;
  position: relative;
  clear: both;
  display: block;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #e5e5e5;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

table,
th,
td {
  border: 1px solid #e5e5e5;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  table {
    table-layout: fixed;
  }
}

.woocommerce table {
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

tbody th {
  background: #fff;
}

thead th {
  border-width: 1px;
  font-weight: 600;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px 10px;
  line-height: 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
input::-webkit-input-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea {
  -webkit-appearance: none;
  border: 1px solid #E5E5E5eee;
  max-width: 100%;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea:-moz-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 10px;
}

.rtl {
  direction: rtl;
}

/* GENERAL */
/**
 * Dynamic Variables
 */
/* loading animation */
@-webkit-keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .tns:not(.tns-slider):before, .product-image-wrapper.image-is-loading:before, .ajax_add_to_cart.loading:before, .adding-to-wishlist.add_to_wishlist:before, .updating-cart #shop-cart-sidebar:before, .product_list_widget .remove_from_cart_button:focus:before, .single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type:before, .pro-img-item.image-is-loading:before, .avimart-products-tab-widget.loading .avimart-products-tab-body:before, .avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-body.has-slider .avimart-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: "" !important;
  z-index: 9999;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -20px / 2);
  margin-left: -moz-calc( -20px / 2);
  margin-left: calc( -20px / 2);
  margin-top: -webkit-calc( -20px / 2);
  margin-top: -moz-calc( -20px / 2);
  margin-top: calc( -20px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% - 10px));
  display: flex;
  min-width: 550px;
  font-family: 'Roboto', sans-serif;
  background-color: #fefefe;
  border-radius: 12px;
  z-index: 20;
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.5);
  z-index: 99;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: none;
}

.bts-popup-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 810px;
  margin: 4em auto;
  background-color: #fff;
  border-radius: 12px;
  /* Force Hardware Acceleration in WebKit */
  transition-property: transform;
  transition-duration: 0.3s;
}

.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}

.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}

.bts-popup-container .bts-popup-close:before, .bts-popup-container .bts-popup-close:after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 2px;
  background-color: #1d1d1d;
}

.bts-popup-container .bts-popup-close:before {
  transform: rotate(45deg);
  left: 8px;
}

.bts-popup-container .bts-popup-close:after {
  transform: rotate(-45deg);
  right: 6px;
  top: 12px;
}

.is-visible .bts-popup-container {
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 12em auto;
  }
}

.tea-popup .close-popup {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  background: none !important;
  border: 0;
  z-index: 999;
}

.tea-popup .close-popup i {
  font-size: 8px;
  margin-left: 3px;
}

.banner-newsletter {
  float: left;
  width: 410px;
}

.kt-popup-newsletter {
  position: relative;
  overflow: hidden;
  padding: 106px 40px 0;
  text-align: left;
}

.popup-title h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 42px;
  text-transform: capitalize;
  margin: 0;
}

.popup-title .notice {
  color: #6A6A6A;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .bts-popup-container {
    margin: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: scroll;
  }
  .banner-newsletter {
    float: none;
    width: 100%;
  }
  .banner-newsletter img {
    width: 100%;
  }
  .kt-popup-newsletter {
    padding: 35px 20px;
  }
  .popup-title h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .popup-title .notice {
    font-size: 16px;
    line-height: 24px;
  }
}

.woocommerce-pagination ul {
  padding-left: 0;
}

.woocommerce-pagination ul a {
  text-align: center;
  display: inline-block;
  width: unset;
  height: unset;
  line-height: unset;
}

.woocommerce-pagination ul a:hover {
  border-color: #999;
}

.woocommerce-pagination ul .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-pagination ul .fa-angle-double-left {
  margin-right: 3px;
}

.woocommerce-pagination ul .fa-angle-double-right {
  margin-left: 3px;
}

.woocommerce-pagination ul .current {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul .dots:hover {
  border-color: transparent !important;
}

.woocommerce-pagination li {
  list-style: none;
  display: inline-block;
}

.woocommerce-pagination li + li {
  margin-left: 8px;
  margin-bottom: 8px;
}

.woocommerce-pagination-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
}

.theme-page-links .post-page-numbers.current span {
  background-color: #555555;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 100px 0;
  clear: both;
}

@media (max-width: 1024px) {
  .pagination {
    margin: 50px 0 50px 0;
  }
}

.pagination .page-numbers {
  margin-right: 10px;
}

.pagination span.current,
.pagination a.page-numbers {
  font-size: 16px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E5E5E5;
  color: #1D1D1D;
  background-color: transparent;
  border-radius: 5px;
}

.pagination span.current:hover,
.pagination a.page-numbers:hover {
  background-color: #555555;
  border: 1px solid transparent;
  color: #fff;
}

.pagination span.current {
  background-color: #555555;
  color: #fff;
  border: 1px solid transparent;
}

.pagination .prev.page-numbers:after {
  content: "\f124";
  font-family: "ionicons";
  font-size: 12px;
}

.pagination .next.page-numbers:after {
  content: "\f125";
  font-size: 12px;
  font-family: "ionicons";
}

.blog-pagination {
  float: left;
  display: flex;
  align-items: center;
  clear: both;
  width: 100%;
}

.ht-pagination {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 0;
  float: left;
}

.ht-pagination li {
  list-style: none;
  display: inline-block;
}

.ht-pagination .page-numbers {
  display: flex;
  margin: 0 8px 0 0;
  justify-content: center;
}

.ht-pagination .page-numbers:last-child {
  margin: 0;
}

.ht-pagination span.current,
.ht-pagination a.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  background-color: #f7f7f7;
}

.ht-pagination .fa-angle-double-left:before {
  content: "\f124";
  font-family: "ionicons" !important;
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
}

.ht-pagination .fa-angle-double-right:before {
  content: "\f125";
  font-family: "ionicons" !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
}

.popup-close-button {
  position: fixed;
  top: 40px;
  right: 55px;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #111;
  transition: all .3s linear .1s;
}

.popup-close-button .burger-icon-top,
.popup-close-button .burger-icon-bottom {
  display: block;
  position: absolute;
  top: 19px;
  left: 5px;
  width: 29px;
  height: 3px;
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top:before, .popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:before,
.popup-close-button .burger-icon-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: .99;
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-bottom:before {
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top {
  transform: rotate(-45deg);
}

.popup-close-button .burger-icon-bottom {
  transform: rotate(225deg);
}

.popup-close-button .burger-icon-bottom:before {
  transform-origin: left;
}

.popup-close-button .burger-icon-bottom:after {
  transform-origin: right;
}

.popup-close-button:hover .burger-icon-top:before,
.popup-close-button:hover .burger-icon-bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button:hover .burger-icon-top:after,
.popup-close-button:hover .burger-icon-bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.page-popup {
  transition: all .5s ease-in-out;
  transition-delay: .5s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.page-popup.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.page-popup.open .popup-close-button {
  transition-delay: .6s;
}

.page-popup.open .popup-close-button {
  visibility: visible;
  opacity: 1;
}

.admin-bar .popup-close-button {
  top: 72px;
}

.popup-pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.popup-pre-loader.open {
  opacity: 1;
  visibility: visible;
}

.popup-pre-loader .sk-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
  color: #fff;
}

.popup-pre-loader .sk-wrap .sk-circle {
  margin: 0 auto;
}

.popup-pre-loader .popup-load-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.popup-pre-loader .popup-loader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.popup-pre-loader .popup-loader-wrap .wrap-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.avimart-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("images/cursor/light-close.png") 16 16, pointer;
}

.avimart-popup.open {
  opacity: 1;
  visibility: visible;
}

.avimart-popup.open .popup-content {
  opacity: 1;
  visibility: visible;
}

.avimart-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .5;
}

.avimart-popup .popup-content-header {
  position: relative;
  text-align: center;
  margin: 0 0 27px;
}

.avimart-popup .popup-title-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
}

.avimart-popup .button-close-popup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translateY(-100%);
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.avimart-popup .button-close-popup:before {
  content: '\f1fd';
}

.avimart-popup .popup-form-footer {
  text-align: center;
  margin: 10px 0 0;
}

.avimart-popup .popup-title {
  position: relative;
  z-index: 1;
  font-size: 34px;
  line-height: 1.24;
  margin: 0 0 18px;
}

.avimart-popup .popup-content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 500px;
  max-width: 90%;
  cursor: auto;
}

.avimart-popup .popup-description {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 26px;
}

.avimart-popup .popup-content-wrap {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.avimart-popup .popup-content-inner {
  padding: 61px 65px 45px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.avimart-popup .form-group {
  margin-bottom: 15px;
}

.avimart-popup .form-label {
  display: none;
}

.avimart-popup .form-label-checkbox {
  display: block;
}

.avimart-popup .form-submit-wrap {
  margin: 19px 0 20px;
}

.avimart-popup .form-submit {
  width: 100%;
  line-height: 48px;
}

.avimart-popup .forgot-password,
.avimart-popup span {
  font-size: 14px;
}

.avimart-popup .form-response-messages {
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

.avimart-popup .form-response-messages.error {
  color: #d9534f;
}

.avimart-popup .form-response-messages.success {
  color: #6cbd7e;
}

.avimart-popup .form-response-messages a {
  font-weight: var(--avimart-typography-headings-font-weight);
  color: var(--avimart-color-heading);
}

.avimart-popup .form-response-messages a:hover {
  color: var(--avimart-color-primary);
}

.avimart-popup.popup-instructor-registration .form-label {
  display: none;
}

.avimart-popup.popup-instructor-registration .form-group {
  margin: 0 0 20px;
}

.form-input-group {
  position: relative;
}

.form-input-group.form-input-password .btn-pw-toggle {
  position: absolute;
  top: 14px;
  right: 0;
  left: auto;
  background: none !important;
  box-shadow: none !important;
  padding: 0 15px !important;
  border: 0;
  font-size: 16px;
  color: var(--avimart-color-text);
}

.form-input-group.form-input-password .btn-pw-toggle:hover {
  color: var(--avimart-color-primary);
}

.form-input-group.form-input-password .btn-pw-toggle:before {
  content: '\f04b';
}

.form-input-group.form-input-password.show-pw .btn-pw-toggle:before {
  content: '\f04e';
}

.oneall_social_login_label {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oneall_social_login_label:before, .oneall_social_login_label:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: var(--avimart-color-box-border);
}

.oneall_social_login_label label {
  padding: 0 15px;
}

.mo-openid-app-icons.mo-openid-app-icons {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mo-openid-app-icons.mo-openid-app-icons > p {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--avimart-color-text) !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 10px;
}

.mo-openid-app-icons.mo-openid-app-icons > p:before, .mo-openid-app-icons.mo-openid-app-icons > p:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: var(--avimart-color-box-border);
}

.mo-openid-app-icons.mo-openid-app-icons > p:before {
  margin: 0 15px 0 0;
}

.mo-openid-app-icons.mo-openid-app-icons > p:after {
  margin: 0 0 0 15px;
}

.mo-openid-app-icons.mo-openid-app-icons br,
.mo-openid-app-icons.mo-openid-app-icons + br {
  display: none;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  height: 40px;
  line-height: 36px;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 10px 18px !important;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--avimart-color-heading) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* Amazon */
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:before {
  display: inline-block !important;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #fff;
  margin: 0 8px 0 0;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > :first-child {
  display: none !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > i,
.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > svg {
  display: none !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > span {
  color: inherit !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:hover {
  border-color: var(--avimart-color-heading) !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook {
  background: #2e58b2 !important;
  border-color: #2e58b2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook svg {
  background: #2e58b2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook svg * {
  fill: #fff !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook:before {
  content: '\f082';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-twitter {
  background: #4a76a8 !important;
  border-color: #4a76a8 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-twitter:before {
  content: '\f099';
  color: #4a76a8;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-google {
  background: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-google:before {
  content: '\f1a0';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-instagram {
  background: #c32aa3 !important;
  border-color: #c32aa3 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-instagram:before {
  content: '\f16d';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-linkedin {
  background: #007bb5 !important;
  border-color: #007bb5 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-linkedin:before {
  content: '\f08c';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-vk {
  background: #4a76a8 !important;
  border-color: #4a76a8 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-vk:before {
  content: '\f189';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-soundcloud {
  background: #f90 !important;
  border-color: #f90 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-soundcloud:before {
  content: '\f270';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-microsoft {
  background: #f35022 !important;
  border-color: #f35022 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-microsoft:before {
  content: '\f3ca';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-yahoo {
  background: #6001d2 !important;
  border-color: #6001d2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-yahoo:before {
  content: '\f19e';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-apple {
  background: #a6b1b7 !important;
  border-color: #a6b1b7 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-apple:before {
  content: '\f179';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-paypal {
  background: #0070ba !important;
  border-color: #0070ba !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-paypal:before {
  content: '\f1ed';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-wordpress {
  background: #346da6 !important;
  border-color: #346da6 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-wordpress:before {
  content: '\f19a';
}

.mo_image_id,
.mo_image_id ~ br {
  display: none;
}

@media (max-width: 1024px) {
  .avimart-popup .popup-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .avimart-popup .popup-title {
    font-size: 24px;
  }
  .avimart-popup .popup-content-inner {
    padding: 21px 20px 17px;
  }
  .avimart-popup .popup-content-inner .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .avimart-popup .popup-content-inner [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .avimart-popup .form-submit {
    padding: 0 20px;
  }
}

.row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* PRELOAD */
/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background: currentColor;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background: currentColor;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background: currentColor;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background: currentColor;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: currentColor;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background: currentColor;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: currentColor;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background: currentColor;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: currentColor;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* SITE */
.blog-article {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-info .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.blog-header-info .if-item:first-child:before {
  content: none;
}

.blog-header-info .if-item .by-author {
  color: #a0a0a0;
}

.button-read-more {
  margin-top: 10px;
}

.info-blog-change .entry-meta {
  margin-top: 11px;
  margin-bottom: 21px;
}

.btnblog-readmore {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  transition: 0.3s;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
}

.btnblog-readmore:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #FFBD0C;
  transition: width .25s;
}

.btnblog-readmore:hover:before {
  width: 100%;
}

.blog-read-more {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.btn-read-more a {
  text-decoration: none !important;
}

.entry-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}

.entry-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.entry-image:hover:before {
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.blog #theme-container > .container, .archive #theme-container > .container, .search #theme-container > .container {
  margin-top: 100px;
}

.blog-article-header .entry-meta.blog-header-info .if-item {
  font-size: 16px;
}

.blog-article-header .entry-meta.blog-header-info .if-item a {
  font-size: 16px;
  font-weight: 400;
}

.if-author {
  position: relative;
  font-size: 13px;
}

.if-author a {
  margin-right: 24px;
}

.if-author:after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  right: 12px;
  bottom: 7px;
  border-radius: 50%;
  background-color: #1D1D1D;
}

.category-single a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.single-post #theme-container > .container {
  margin-top: 100px;
}

.category-blog {
  width: 100%;
  display: block;
  float: left;
}

.category-blog a {
  color: #7e7e8a;
  font-size: 14px;
}

.entry-footer .read-more {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 22px;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 25px;
  letter-spacing: 0.195px;
  line-height: 18px;
  border: 2px solid;
}

.blog .col-md-12.col-lg-12.no-sidebar,
.search .col-md-12.col-lg-12.no-sidebar {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .blog .blog1 .col-lg-9,
  .blog .blog4 .col-lg-9,
  .blog .avimart-single-post .col-lg-9,
  .search .blog1 .col-lg-9,
  .search .blog4 .col-lg-9,
  .search .avimart-single-post .col-lg-9 {
    width: 73%;
  }
  .blog .blog1 .col-md-3,
  .blog .blog4 .col-md-3,
  .blog .avimart-single-post .col-md-3,
  .search .blog1 .col-md-3,
  .search .blog4 .col-md-3,
  .search .avimart-single-post .col-md-3 {
    width: 27%;
    padding-left: 45px;
  }
}

@media (min-width: 1200px) {
  .blog .avimart-single-post,
  .search .avimart-single-post {
    padding: 56px 120px 0;
  }
}

@media (min-width: 1200px) {
  .blog .blog2 .col-lg-9,
  .blog .blog3 .col-lg-9,
  .blog .blog5 .col-lg-9,
  .search .blog2 .col-lg-9,
  .search .blog3 .col-lg-9,
  .search .blog5 .col-lg-9 {
    width: 73.3%;
  }
  .blog .blog2 .col-md-3,
  .blog .blog3 .col-md-3,
  .blog .blog5 .col-md-3,
  .search .blog2 .col-md-3,
  .search .blog3 .col-md-3,
  .search .blog5 .col-md-3 {
    width: 26.7%;
    padding-left: 40px;
  }
}

.blog4 .blog-preset-4 .item-blog {
  position: relative;
}

@media (min-width: 768px) {
  .blog4 .blog-preset-4 .item-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .blog4 .blog-preset-4 .item-blog .entry-thumbnail {
    width: 43%;
  }
  .blog4 .blog-preset-4 .item-blog .info-item-blog {
    flex-grow: 1;
    width: 50%;
  }
  .blog4 .blog-preset-4 .item-blog .entry-thumbnail {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.blog4 .blog-preset-4 .item-blog .cover-image img {
  max-height: 270px;
  width: 100%;
  object-fit: cover;
}

.blog4 .blog-preset-4 .item-blog .entry-title.blog-entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 6px 0 0 0;
  text-transform: capitalize;
}

.blog4 .blog-preset-4 .item-blog .entry-content {
  margin-top: 10px;
}

.blog4 .blog-preset-4 .item-blog .button-read-more {
  margin-top: 16px;
}

.blog4 .sticky .item-blog {
  padding: 30px;
}

.blog4 .blog-article:not(:first-child) {
  border-top: none;
  padding-top: 0;
}

.blog1 .sticky .blog-article-sum {
  padding: 20px 20px 30px 20px;
  border-radius: 8px;
}

.column-1 {
  column-count: 1;
  column-gap: 30px;
}

.column-1 .blog-preset-5 {
  break-inside: avoid;
}

@media (min-width: 768px) {
  .column-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .column-2 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-3 {
    column-count: 3;
    column-gap: 30px;
  }
  .column-3 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-4 {
    column-count: 4;
    column-gap: 30px;
  }
  .column-4 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-5 {
    column-count: 5;
    column-gap: 30px;
  }
  .column-5 .blog-preset-5 {
    break-inside: avoid;
  }
}

@media (min-width: 1200px) {
  .single-post .blog-article-sum .entry-image {
    margin: 0 -120px;
  }
}

.search .blog-article-sum .entry-title {
  margin-bottom: 15px;
}

.container.blog1 {
  display: flex;
}

.avimart-single-post {
  display: flex;
}

@media (min-width: 1200px) {
  .avimart-single-post {
    padding: 0 255px;
  }
}

.avimart-single-post #main {
  float: left;
}

.single .col-md-12.col-lg-12.no-sidebar {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .single .avimart-single-post-preset2 .col-lg-9 {
    width: 73%;
  }
  .single .avimart-single-post-preset2 .col-md-3 {
    width: 27%;
    padding-left: 45px;
  }
}

.single .blog-article {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .single .blog-article .avimart-blog-content {
    margin: auto;
  }
}

.single .cover-image img {
  object-fit: cover;
}

.single #theme-page-header .page-header .container h1.page-title.entry-title {
  max-width: 726px;
  border-top: none;
  text-align: center;
}

.single .blog-article-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 0 13px;
}

.single .blog-article-header .category-blog {
  padding-bottom: 7px;
}

.single .blog-article-header .blog-header-info .if-date {
  order: 1;
}

.single .avimart-blog-single-thumbnail {
  text-align: center;
}

.single .avimart-blog-single-thumbnail img {
  border-radius: 10px;
}

.single .avimart-blog-content h5 {
  margin-top: 37px;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
}

.single .avimart-blog-content p {
  margin: 0 0 1.55em;
}

.single .avimart-blog-content .wp-block-columns {
  align-items: center;
}

.single .avimart-blog-content .wp-block-columns p:last-child {
  margin-bottom: 0;
}

.single .wp-container-3 {
  gap: 20px !important;
}

@media (min-width: 1200px) {
  .single .wp-container-3 {
    margin: 21px -120px 30px;
  }
}

.blog-article .entry-footer-avimart {
  display: -webkit-inline-box;
}

.blog-article .theme-social-icon {
  float: right;
}

.blog-article .theme-social-icon a {
  color: #999999;
  width: 30px;
  height: 30px;
}

.blog-article .theme-social-icon a:before {
  font-size: 20px;
}

.posts-nav {
  margin-top: 40px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.post-nav-item {
  padding: 60px;
  width: 50%;
}

.post-nav-item.prev-nav {
  justify-content: flex-start;
}

.post-nav-item.prev-nav img {
  margin-right: 30px;
}

.post-nav-item.next-nav {
  justify-content: flex-end;
  align-self: stretch;
  background: #ededed;
  text-align: right;
}

.post-nav-item.next-nav .nav-item-cont {
  margin-right: 30px;
}

.post-nav-item .nav-item-cont {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  min-height: 100px;
  justify-content: center;
  max-width: -webkit-calc( 100% - 130px);
  max-width: -moz-calc( 100% - 130px);
  max-width: calc( 100% - 130px);
}

.post-nav-item .nav-item-cont .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

.post-nav-item .nav-item-cont a:hover {
  text-decoration: underline;
}

.post-nav-item .nav-item-cont span {
  font-size: 10px;
}

.post-nav-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.entry-meta {
  display: inline-block;
  margin-top: 3px;
}

.page-header .entry-header {
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.entry-categories {
  display: inline-block;
}

.entry-categories:after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.entry-categories a {
  display: inline-block;
}

.single-post .entry-title {
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 768px) {
  .single-post .entry-title {
    font-size: 28px;
    line-height: 33px;
    margin: 0;
  }
}

.entry-wrapper--overlap {
  position: relative;
  top: -70px;
  margin: 0 20px -70px;
  padding: 15px 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .entry-wrapper--overlap {
    padding: 30px 40px;
    margin: 0 40px -70px;
  }
}

.entry-wrapper--overlap .entry-categories a {
  border-bottom: 0;
}

.entry-wrapper--overlap .entry-title {
  margin-top: 5px;
  font-weight: 600;
}

/**
 * Tags share post single
 */
.avimart-ibox-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.avimart-entry-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .avimart-entry-footer {
    display: inline-block;
  }
}

.avimart-entry-footer .tagcloud {
  font-size: 14px;
  font-weight: 400;
}

.avimart-entry-footer .tagcloud a {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #6A6A6A;
}

.avimart-entry-footer .tagcloud a:first-child {
  padding-left: 10px;
}

.single .share-social .title-share {
  padding: 0;
  margin-top: 0;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-notes {
  font-size: 14px;
  font-style: italic;
  color: #1D1D1D;
  margin: 25px 0 15px 0;
}

.related-post a img {
  width: 100%;
}

.js-related-box {
  margin-left: -15px;
  margin-right: -15px;
}

.js-related-box .slick-slide {
  margin: 0 15px;
}

.js-related-box .time-post {
  font-size: 16px;
  display: block;
  margin-top: 15px;
}

.js-related-box .entry-related-title {
  font-size: 18px;
  margin-top: 5px;
}

.arrow-related-box button {
  border: none;
}

@media (min-width: 992px) {
  .comment-list .children {
    padding-left: 100px;
  }
}

.blog-article-sum .entry-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  margin: 8px 0 5px 0;
  text-transform: capitalize;
}

.blog-article-sum .entry-footer-avimart {
  clear: both;
}

.blog-article-sum .entry-footer-avimart a {
  margin-top: 12px;
}

.single-post .blog-article-sum .entry-title {
  margin: 10px 0;
}

.single-post .blog-article-sum .entry-meta {
  margin-top: 5px;
}

.single-post .blog-article-sum .entry-image img {
  max-height: 640px;
  width: 100%;
}

.single-post .blog-article-sum .entry-footer-avimart {
  margin-top: 42px;
  display: block;
  float: left;
  width: 100%;
}

.single-post .entry-content p {
  margin: 0 0 8px;
  letter-spacing: normal;
  font-weight: 400;
}

.single-post .entry-content .post-custome-avimart {
  margin: 21px 0 12px 0;
}

.single-post .entry-content .image-custom {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  margin: 0 -15px;
}

.single-post .entry-content .image-custom img {
  width: 50%;
  padding: 14px 15px 15px 15px;
}

.single-post .entry-content .wp-block-image {
  margin-top: 19px;
}

.single-post .entry-content .wp-block-image figcaption {
  margin-top: 0.8em;
  font-size: 13px;
}

.single-post .entry-footer {
  display: block;
  float: left;
  width: 100%;
}

@media (max-width: 782px) {
  .single-post .entry-footer {
    padding-top: 0px;
  }
}

.single-post .share-social {
  display: flex;
}

.single-post .share-social .social-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post .share-social .social-list li {
  line-height: unset;
  margin-left: 20px;
}

.single-post .share-social .social-list li:first-child {
  margin-left: 13px;
}

.single-post .share-social .social-list li a {
  font-size: 18px;
  transition: all 0.3s;
}

.single-post .share-social .social-list li a:hover {
  transform: scale(1.1);
}

.single-post .share-social .social-list li .fa {
  color: #1D1D1D;
}

.single-post .share-social .social-list li .fa:hover {
  color: #FFBD0C;
}

.avimart-author-inffo {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
  margin-bottom: 15px;
  margin-top: 12px;
}

.avimart-author-inffo .image-user {
  display: block;
  float: left;
  width: 14%;
}

@media (max-width: 575px) {
  .avimart-author-inffo .image-user {
    width: 20%;
  }
}

.avimart-author-inffo .image-user img {
  border-radius: 50%;
}

.avimart-author-inffo .info-user {
  margin-left: 37px;
  margin-top: -5px;
  width: 86%;
}

@media (max-width: 575px) {
  .avimart-author-inffo .info-user {
    margin-left: 25px;
    width: 80%;
  }
}

.avimart-author-inffo .info-user a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.avimart-author-inffo .info-user .description {
  padding-top: 11px;
}

.wp-block-image {
  margin-bottom: 0.5em;
  margin-top: 1.65em;
}

@media (min-width: 1200px) {
  .wp-block-image figcaption {
    padding-right: 1.5em;
  }
}

@media (max-width: 992px) {
  .blog .widget-area {
    display: block;
    clear: both;
    padding-top: 50px;
  }
}

@media (max-width: 600px) {
  .post-layout-list .item-blog .info-blog {
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .container-poststyle2 .wp-container-3 {
    margin: 21px 0 30px;
  }
}

.poststyle2 .blog-article-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-bottom: 15px;
}

@media (max-width: 575px) {
  .poststyle2 .blog-article-header {
    display: unset;
    border: none;
  }
  .poststyle2 .blog-article-header .share-social {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.poststyle2 .blog-article-header .entry-meta,
.poststyle2 .blog-article-header .share-social .social-list {
  margin: 0;
}

.poststyle2 .blog-article-sum .entry-image {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .poststyle2 .blog-article-sum .entry-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.poststyle2 .entry-image {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.poststyle2 .cover-image img {
  object-fit: cover;
  width: 1920px;
  max-height: 800px;
}

.name-tag,
.title-share {
  font-size: 15px;
  color: #1D1D1D;
  font-weight: 500;
  line-height: 28px;
}

blockquote {
  padding: 30px;
  padding-left: 28.6px;
  padding-right: 118px;
  margin: 40px 0;
  background-color: #f7f7f7;
  background-image: url(images/quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-position: left center;
  background-position-x: 96.5%;
}

@media (max-width: 575px) {
  blockquote {
    margin: 20px 0;
  }
}

blockquote p {
  font-size: 20px;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
  line-height: 26px;
  text-transform: capitalize;
}

blockquote strong {
  font-weight: 600;
}

blockquote cite {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.comment-form-wrap label abbr {
  text-decoration: none;
}

.box-quote {
  position: relative;
  padding: 28px 50px 28px 100px;
  margin-top: 42px;
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
}

.box-quote .icon-quote {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 30px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.13088 10.9056C6.06237 10.9092 5.01277 11.1877 4.0831 11.7145C5.39199 8.32653 7.56285 5.33909 10.3809 3.0478C10.5421 2.91502 10.6756 2.75178 10.7738 2.5674C10.8719 2.38303 10.9328 2.18113 10.9529 1.97323C10.973 1.76533 10.952 1.5555 10.891 1.35573C10.83 1.15595 10.7303 0.970145 10.5975 0.808911C10.4648 0.647677 10.3015 0.514174 10.1171 0.416026C9.93277 0.317878 9.73087 0.257007 9.52297 0.236888C9.31507 0.216769 9.10524 0.237796 8.90547 0.298768C8.7057 0.35974 8.51989 0.459463 8.35865 0.592244C2.58088 5.28669 0.00976562 11.7867 0.00976562 15.8167C0.0197208 17.2416 0.444356 18.6328 1.23182 19.8204C2.01929 21.008 3.13552 21.9407 4.44421 22.5045C5.29117 22.9147 6.21869 23.1318 7.15976 23.14C7.9881 23.1803 8.81598 23.0519 9.59321 22.7626C10.3704 22.4734 11.0808 22.0293 11.6813 21.4573C12.2818 20.8853 12.7598 20.1973 13.0865 19.435C13.4131 18.6728 13.5815 17.8521 13.5815 17.0228C13.5815 16.1935 13.4131 15.3728 13.0865 14.6105C12.7598 13.8483 12.2818 13.1603 11.6813 12.5883C11.0808 12.0163 10.3704 11.5722 9.59321 11.2829C8.81598 10.9937 7.9881 10.8653 7.15976 10.9056H7.13088Z' fill='%23FFBD0C'%3E%3C/path%3E%3Cpath d='M23.2227 10.9055C22.154 10.9078 21.1041 11.1865 20.1749 11.7144C21.4833 8.33003 23.6484 5.3436 26.4582 3.04775C26.6341 2.92098 26.7822 2.75957 26.8933 2.57343C27.0045 2.3873 27.0764 2.18039 27.1045 1.96544C27.1327 1.75049 27.1166 1.53204 27.0573 1.32354C26.9979 1.11503 26.8964 0.920894 26.7592 0.75306C26.622 0.585227 26.4518 0.447251 26.2593 0.347626C26.0668 0.248 25.8559 0.188834 25.6396 0.173765C25.4233 0.158696 25.2062 0.188045 25.0017 0.260005C24.7972 0.331966 24.6096 0.445015 24.4505 0.592196C18.6727 5.28664 16.1016 11.7866 16.1016 15.8166C16.1084 17.2254 16.5207 18.6025 17.2891 19.7833C18.0575 20.9641 19.1496 21.8987 20.4349 22.4755C21.3033 22.8978 22.257 23.1153 23.2227 23.1111C24.051 23.1514 24.8789 23.023 25.6561 22.7337C26.4334 22.4445 27.1437 22.0004 27.7442 21.4284C28.3447 20.8564 28.8227 20.1684 29.1494 19.4061C29.476 18.6438 29.6445 17.8232 29.6445 16.9939C29.6445 16.1646 29.476 15.3439 29.1494 14.5816C28.8227 13.8193 28.3447 13.1313 27.7442 12.5594C27.1437 11.9874 26.4334 11.5433 25.6561 11.254C24.8789 10.9648 24.051 10.8364 23.2227 10.8766V10.9055Z' fill='%23FFBD0C'%3E%3C/path%3E%3C/svg%3E");
}

.box-quote p.text-quote {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

.box-quote p.author-quote {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #a0a0a0;
  text-transform: uppercase;
  margin: 0;
}

.blog-single-preset2 .new-entry-image .cover-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: calc( 100% + 8px);
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (max-width: 768px) {
  .blog-single-preset2 .new-entry-image .cover-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    left: 0;
    right: 0;
  }
}

.blog-single-preset2 .new-entry-image .cover-image img {
  object-fit: cover;
  width: 100%;
  max-height: 500px;
  min-height: 300px;
  opacity: 0.7;
}

.blog-single-preset2 .new-entry-image .cover-image .overlay {
  height: 100%;
  width: 100%;
  background-color: #1D1D1D;
}

.blog-single-preset2 .new-entry-image .cover-image .blog-article-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: calc( 50% - 360px);
  transform: translateY(-50%);
  max-width: 720px;
}

@media (max-width: 768px) {
  .blog-single-preset2 .new-entry-image .cover-image .blog-article-header {
    left: 0;
  }
}

@media (max-width: 500px) {
  .blog-single-preset2 .new-entry-image .cover-image .blog-article-header {
    padding: 0 13px;
  }
}

.blog-single-preset2 .new-entry-image .cover-image .blog-article-header * {
  color: #ffffff !important;
}

.blog-single-preset2 .new-entry-image .cover-image .blog-article-header .if-author {
  font-size: 13px;
}

.blog-single-preset2 .new-entry-image .cover-image .blog-article-header .if-author:after {
  background-color: #fff;
}

.avimart-single-post-preset2 {
  padding-top: 60px;
}

.single .avimart-single-post-preset2 .container-blog-post {
  padding-top: 0 !important;
}

.entry-image .if-item.if-date,
.box-img .if-item.if-date {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #1D1D1D;
  flex-direction: column;
}

.entry-image .if-item.if-date .day,
.box-img .if-item.if-date .day {
  font-size: 22px;
  line-height: 20px;
  font-weight: 700;
}

.entry-image .if-item.if-date .month,
.box-img .if-item.if-date .month {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
}

.blog2 .entry-image .if-item.if-date,
.blog2 .box-img .if-item.if-date {
  top: 12px;
  left: 12px;
}

.single .blog-single-preset2 .blog-article-header {
  padding: 0;
}

.comment-reply-title {
  font-weight: normal;
}

#respond {
  width: 100%;
}

#commentform #comment {
  border: 1px solid #e5e5e5;
  height: 106px;
  padding: 10px 20px;
  resize: none;
  margin-bottom: 21px;
  margin-top: 8px;
}

#commentform #comment:focus {
  border-color: #FFBD0C;
}

#commentform #comment:focus::placeholder {
  color: #1D1D1D;
  opacity: 1;
}

#commentform #comment::placeholder {
  opacity: 1;
}

#commentform #comment:-ms-input-placeholder {
  opacity: 1;
}

#commentform #comment::-ms-input-placeholder {
  opacity: 1;
}

#commentform #author,
#commentform #email {
  height: 48px;
  padding: 0 20px;
  border: 1px solid #E5E5E5;
  max-width: 100%;
  float: left;
  margin-bottom: 25px;
}

#commentform #author:focus,
#commentform #email:focus {
  border-color: #FFBD0C;
}

#commentform #author:focus::placeholder,
#commentform #email:focus::placeholder {
  color: #1D1D1D;
  opacity: 1;
}

#commentform #author::placeholder,
#commentform #email::placeholder {
  opacity: 1;
}

#commentform #author:-ms-input-placeholder,
#commentform #email:-ms-input-placeholder {
  opacity: 1;
}

#commentform #author::-ms-input-placeholder,
#commentform #email::-ms-input-placeholder {
  opacity: 1;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#commentform .attachment-button,
#commentform #submit {
  text-transform: capitalize;
  min-width: 155px;
  height: 44px;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: normal;
  border: 1px solid #ffbd0c;
  border-radius: 50px;
}

#comments {
  padding-top: 60px;
}

#comments .comment-list {
  padding-bottom: 38px;
}

#comments textarea::placeholder,
#comments input::placeholder {
  font-size: 16px;
  color: #A0A0A0;
}

#reply-title {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 16px 0;
}

#reply-title small {
  font-size: 80%;
}

.comment-form-wrap {
  display: block;
  float: left;
  width: 100%;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 40px;
}

.page #reply-title {
  font-size: 22px;
}

#comments .navigation {
  margin-top: 20px;
  margin-bottom: 30px;
}

#comments .cmt-previous {
  float: left;
}

#comments .cmt-previous a:before {
  content: "\f100";
  font-family: "FontAwesome";
  margin-right: 5px;
}

#comments .cmt-next {
  float: right;
}

#comments .cmt-next a:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.comments-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 28px;
  text-transform: capitalize;
}

.comments-title + .comment-list {
  margin-top: 5px;
}

.comments-title mark {
  background-color: transparent;
}

.comment-list {
  padding-top: 15px;
}

.comment-list .children {
  margin: 0;
}

.comment-list .children #respond {
  margin-bottom: 50px;
}

.comment-list #respond {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .comment-list #respond {
    float: right;
    width: -webkit-calc( 100% - 130px);
    width: -moz-calc( 100% - 130px);
    width: calc( 100% - 130px);
  }
}

.comment-item .comment-content {
  padding-bottom: 15px;
  margin-bottom: 23px;
  border-bottom: 1px solid #e5e5e5;
}

.comment-item:last-child {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 51px;
}

.comment-avatar {
  width: 60px;
  float: left;
  margin-right: 20px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  position: relative;
  max-width: 100%;
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  display: flex;
  flex-direction: column;
}

.comment-content .comment-author {
  order: 1;
}

.comment-content .comment-text {
  order: 2;
}

.comment-content .comment-info {
  order: 3;
  margin-top: -1px;
}

.comment-author {
  margin-top: -4px;
}

.comment-author .comment-author-name {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: capitalize;
}

.comment-author .comment-time {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 13px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.comment-info a {
  font-size: 14px;
  font-weight: 500;
}

.comment-reply-link {
  margin-right: 15px;
}

.comment-reply-link:before {
  content: "\f067";
  font-family: "FontAwesome";
  margin-right: 4px;
  font-size: 9px;
}

.comment-edit-link:before {
  content: "\f044";
  font-family: "FontAwesome";
  margin-right: 4px;
}

.comment-time {
  font-size: 14px;
  color: #A0A0A0;
}

.comment-text {
  margin-top: 1px;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 16px;
  color: #6A6A6A;
}

p.comment-form-url {
  margin-bottom: 37px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list .comment {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 40px;
}

.comment-list .pingback:last-child,
.comment-list .trackback:last-child,
.comment-list .comment:last-child {
  margin-bottom: 0;
}

.comment-list > .pingback > .children,
.comment-list > .trackback > .children,
.comment-list > .comment > .children {
  margin-left: 90px;
}

.comment-list .trackback,
.comment-list .pingback {
  padding-left: 0;
}

.comment-list .trackback .comment-content,
.comment-list .pingback .comment-content {
  margin-left: 0;
}

.comment-list > .trackback:last-child,
.comment-list > .pingback:last-child,
.comment-list > .comment:last-child {
  margin-bottom: 0;
}

.comment-list .children {
  padding: 0;
  margin-left: 80px;
  margin-top: 21px;
  margin-bottom: 21px;
}

.comment-list .children .comment-author img {
  width: 48px;
}

.comment-list .children .comment-content {
  margin-left: 80px;
}

.comment-list .children .comment {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .children .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment-header {
  margin-bottom: 9px;
}

.comment-list .comment-author {
  float: left;
}

.comment-list .comment-author img {
  border-radius: 50%;
}

.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 80px;
}

.comment-list .meta {
  margin-bottom: 8px;
}

.comment-list .fn {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0;
}

.comment-list .fn a {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
}

.comment-list .description {
  font-size: 14px;
  line-height: 24px;
}

.comment-list .comment-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.comment-list .comment-actions a {
  display: inline-block;
  margin-top: 5px;
  margin-left: 11px;
  padding-left: 15px;
  border-left: 1px solid #ababab;
}

.comment-list .comment-awaiting-messages {
  display: block;
}

.comment-list .woo-comment-author .meta .fn {
  font-weight: 500;
  margin: 0 0 5px;
}

@media (max-width: 1023px) {
  .group-blog-sidebar-left #theme-menu-pusher > .container > .row {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .group-blog-sidebar-left #theme-menu-pusher > .container > .row .col-md-4 {
    order: 2;
    margin-top: 40px;
  }
}

.blog .cover-image img {
  max-height: 630px;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}

.has-menu-open {
  overflow: hidden;
}

.logged-in-as a {
  color: #767676;
}

.ht-pagination ul .page-numbers:not(.current) {
  font-size: 12px;
  font-weight: 600;
}

a {
  color: #1D1D1D;
}

#theme-page-title {
  width: 100%;
}

.widget-blog-post .entry-title {
  margin: 0;
}

.widget-blog-post .entry-content {
  margin-top: 6px;
}

.widget-blog-post .entry-content p {
  margin: 0;
}

.widget-blog-post .blog-header-info-blog {
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0px 0px 0px;
}

.widget-blog-post .item-blog {
  margin-bottom: 45px;
}

.blog2 .widget-blog-post,
.blog3 .widget-blog-post,
.blog5 .widget-blog-post {
  padding-left: 0;
  padding-right: 0;
}

.blog2 .widget-blog-post .item-blog,
.blog3 .widget-blog-post .item-blog,
.blog5 .widget-blog-post .item-blog {
  position: relative;
  margin-bottom: 64px;
  text-align: left;
}

.blog2 .widget-blog-post .item-blog .entry-image,
.blog3 .widget-blog-post .item-blog .entry-image,
.blog5 .widget-blog-post .item-blog .entry-image {
  max-height: 300px;
  margin-bottom: 28px;
}

.blog2 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title,
.blog3 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title,
.blog5 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
}

.blog2 .sticky .item-blog,
.blog3 .sticky .item-blog,
.blog5 .sticky .item-blog {
  padding: 30px;
}

.blog2 .info-blog-change .entry-meta,
.blog3 .info-blog-change .entry-meta,
.blog5 .info-blog-change .entry-meta {
  margin: 0;
  font-size: 14px;
}

.blog2 .blog-article-sum .entry-title,
.blog3 .blog-article-sum .entry-title,
.blog5 .blog-article-sum .entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 2px 0 9px 0;
}

.blog2 .ht-pagination,
.blog3 .ht-pagination,
.blog5 .ht-pagination {
  padding-left: 20px;
}

.blog3 .ht-grid-item {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.blog3 .ht-pagination {
  justify-content: center;
  padding-left: 0;
}

.blog3 .widget-blog-post .item-blog .entry-image {
  max-height: 270px;
}

.blog5 .widget-blog-post .item-blog {
  margin-bottom: 40px;
}

.blog5 .widget-blog-post .item-blog:hover {
  box-shadow: none;
}

.blog5 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title {
  font-size: 30px;
  line-height: 42px;
}

.blog5 .widget-blog-post .item-blog .entry-image {
  margin-bottom: 24px;
}

@media (min-width: 1200px) {
  .blog5 .col-lg-9 {
    width: 73.3%;
    padding-left: 15px;
    padding-right: 20px;
  }
  .blog5 .col-md-3 {
    width: 26.7%;
    padding-left: 40px;
  }
}

.blog5 .ht-pagination {
  padding-left: 0;
}

@media (min-width: 768px) {
  .blog5 .column-2 {
    column-gap: 40px;
  }
  .blog5 .column-3 {
    column-gap: 45px;
  }
}

.blog-article-sum .if-cat {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.blog-article-header-no-image {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
}

.home.blog #theme-page-header .page-header .container h1.page-title.entry-title {
  padding: 17px 0;
}

.related-box {
  clear: both;
}

.related-box .post-navigation .nav-links {
  display: inline-block;
  width: 100%;
}

.related-box .post-navigation .nav-links .nav-previous,
.related-box .post-navigation .nav-links .nav-next {
  width: 50%;
  position: relative;
  display: block;
  float: left;
}

@media (max-width: 575px) {
  .related-box .post-navigation .nav-links .nav-previous,
  .related-box .post-navigation .nav-links .nav-next {
    width: 100%;
    padding: 0;
  }
}

.related-box .post-navigation .nav-links .nav-previous a,
.related-box .post-navigation .nav-links .nav-next a {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.related-box .post-navigation .nav-links .nav-previous {
  padding-right: 10px;
}

.related-box .post-navigation .nav-links .nav-next {
  text-align: right;
  float: right;
  padding-left: 10px;
}

@media (max-width: 575px) {
  .related-box .post-navigation .nav-links .nav-next {
    margin-top: 20px;
    border-left: 0;
  }
}

.related-box .post-navigation .nav-links .nav-next a {
  align-items: flex-end;
}

.related-box .post-navigation .nav-links .avimart-article-nav-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 4px 0 5px;
  display: block;
  color: #B7B7B7;
}

.related-box .post-navigation .nav-links .title-nav {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: capitalize;
}

.related-box .post-navigation .nav-links a:hover .avimart-article-nav-text {
  color: #a0a0a0 !important;
}

.related-box .post-navigation .nav-links a:hover .title-nav {
  color: #FFBD0C;
}

.navigation.post-navigation {
  padding: 21px 0 16px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.related-articles {
  padding: 8px 0 0 0;
}

@media (max-width: 575px) {
  .related-articles {
    padding: 30px 0 0 0;
  }
}

.related-avimart {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .related-avimart {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .related-avimart {
    flex-direction: column;
    margin: 0 0 20px 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .avimart-post-related {
    width: 100% !important;
  }
  .avimart-post-related:first-child {
    margin-bottom: 30px;
  }
}

.avimart-post-related {
  width: calc( 100% / 3);
  margin: 0 22.5px;
}

@media (max-width: 1024px) {
  .avimart-post-related {
    margin: 0 15px;
  }
}

@media (max-width: 575px) {
  .avimart-post-related {
    margin: 0 0 20px 0;
  }
}

.avimart-post-related .entry-header-related {
  float: left;
  width: 100%;
}

.avimart-post-related .entry-header-related .if-item.if-cat {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.avimart-post-related .entry-header-related .related-blog-title {
  margin: 0 0 6px 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 1024px) {
  .avimart-post-related .entry-header-related .related-blog-title {
    font-size: 20px;
  }
}

.avimart-post-related .entry-header-related .blog-header-info {
  font-size: 14px;
}

.avimart-post-related .box-img {
  position: relative;
  padding-bottom: 28px;
}

@media (max-width: 575px) {
  .avimart-post-related .box-img {
    padding-bottom: 15px;
  }
}

.avimart-post-related .full-width {
  max-height: 230px;
  object-fit: cover;
  margin-bottom: 11px;
}

.avimart-post-related .title-related-post {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
  font-weight: 600;
  margin: 2px 0 0 0;
}

.avimart-post-related .box-img img {
  border-radius: 8px;
  object-fit: cover;
  max-height: 270px;
  width: 100%;
}

@media (max-width: 768px) {
  .avimart-post-related .box-img img {
    max-height: 170px;
  }
}

.title-related {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  margin: 0 0 10px 0;
  padding-bottom: 24px;
}

.title-related .line {
  width: 100px;
  height: 4px;
  background-color: #FFBD0C;
  position: absolute;
  left: calc( 50% - 50px);
  bottom: 0;
}

.text-related {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  text-align: center;
  color: #a0a0a0;
}

/* elementor widget */
.elementor-section {
  clear: both;
}

.elementor-widget-container {
  min-height: 1px;
}

.elementor-widget-wp-widget-archives .elementor-widget-container > ul,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
  padding-left: 0;
}

.elementor-widget-wp-widget-archives li,
.elementor-widget-wp-widget-categories li {
  list-style: none;
}

.elementor-widget-wp-widget-archives a,
.elementor-widget-wp-widget-categories a {
  line-height: 35px;
}

/* general */
.widget {
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.widget:not(.footer-widget) {
  width: 100%;
}

.widget .widget-title {
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 0;
  font-size: 20px;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 12px;
  position: relative;
}

.widget .widget-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  height: 2px;
  background-color: #FFBD0C;
}

.widget:first-of-type .widget-title {
  margin-top: 0;
}

.widget > ul {
  padding-left: 0;
}

.widget li {
  list-style: none;
}

.widget a {
  font-size: 16px;
  line-height: 35px;
  color: #1D1D1D;
}

.widget select {
  height: 40px;
  padding: 0 15px;
}

.elementor-widget-wp-widget-tag_cloud h5 {
  margin-bottom: 14px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  margin-top: -4px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
  display: inline-block;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:after {
  content: ',';
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:last-child:after {
  content: none;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .widget-area .widget_search {
    margin-top: 30px;
  }
}

.widget-area .widget .tagcloud a {
  color: #1D1D1D;
  font-size: 13px;
  display: inline-block;
  padding: 0 9px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 0 6px 9px 0;
  border-radius: 4px;
  line-height: unset;
  transition: 0.3s;
}

.widget-area .widget .tagcloud a:hover {
  color: #ffffff;
  background-color: #1D1D1D;
  border: 1px solid #1D1D1D;
}

.widget-area .widget_categories .widget-title {
  margin-bottom: 22px;
  margin-top: 0;
}

.widget-area .widget_categories ul {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li {
  line-height: unset;
  font-size: 16px;
}

.widget-area .widget_categories ul li a {
  font-size: 16px;
  line-height: 38px;
  padding: 0;
}

.widget-area .widget_tag_cloud {
  margin-top: 3px;
}

.widget-area .search-field {
  height: 44px;
  border: 1px solid #efefef;
  padding: 0 19px;
  border-radius: 2px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
  font-size: 16px;
}

.widget-area .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
}

.widget-area .search-submit:hover svg {
  cursor: pointer;
  stroke: #FFBD0C;
}

.widget_search .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
}

.widget_search .search-submit:hover svg {
  cursor: pointer;
  stroke: #FFBD0C;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
  padding-left: 0;
  margin-top: -5px;
}

.elementor-widget-wp-widget-categories li {
  list-style: none;
  line-height: unset;
  display: flex;
  justify-content: space-between;
}

.elementor-widget-wp-widget-categories a {
  line-height: 35px;
}

.elementor-widget-wp-widget-categories ul li {
  line-height: unset;
}

.elementor-widget-wp-widget-categories ul li a {
  line-height: 2.2em;
  padding: 0;
}

.widget_archive:not(.footer-widget) li a,
.widget_categories:not(.footer-widget) li a,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a,
.widget_pages:not(.footer-widget) li a,
.widget_meta:not(.footer-widget) li a,
.widget_recent_entries:not(.footer-widget) li a,
.widget_nav_menu:not(.footer-widget) li a {
  position: relative;
}

.widget_archive:not(.footer-widget) li a:before,
.widget_categories:not(.footer-widget) li a:before,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a:before,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a:before,
.widget_pages:not(.footer-widget) li a:before,
.widget_meta:not(.footer-widget) li a:before,
.widget_recent_entries:not(.footer-widget) li a:before,
.widget_nav_menu:not(.footer-widget) li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #1D1D1D;
  transition: width .25s;
}

.widget_archive:not(.footer-widget) li a:hover:before,
.widget_categories:not(.footer-widget) li a:hover:before,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a:hover:before,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a:hover:before,
.widget_pages:not(.footer-widget) li a:hover:before,
.widget_meta:not(.footer-widget) li a:hover:before,
.widget_recent_entries:not(.footer-widget) li a:hover:before,
.widget_nav_menu:not(.footer-widget) li a:hover:before {
  width: 100%;
}

.widget_archive:not(.footer-widget) a,
.widget_categories:not(.footer-widget) a,
.elementor-widget-wp-widget-archives:not(.footer-widget) a,
.elementor-widget-wp-widget-categories:not(.footer-widget) a,
.widget_pages:not(.footer-widget) a,
.widget_meta:not(.footer-widget) a,
.widget_recent_entries:not(.footer-widget) a,
.widget_nav_menu:not(.footer-widget) a {
  padding: 3px 0;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-flex;
}

/* search */
.search-form {
  position: relative;
}

.search-no-results .search-form {
  max-width: 400px;
}

.search-field {
  height: 44px;
  padding: 0 19px;
  border-radius: 2px;
  background-color: #f8f8f8;
  width: 100%;
  font-size: 14px;
}

.search-field:focus {
  border-color: #FFBD0C;
}

.search-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #1D1D1D;
  border-radius: 0;
}

.widget.widget_search .search-field {
  height: 48px;
  border-radius: 5px;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
}

.widget.widget_search .search-field::placeholder {
  opacity: 1;
  font-weight: 400;
}

.widget.widget_search .search-field:focus {
  border-color: #1D1D1D;
}

.widget.widget_search .search-field:focus::placeholder {
  opacity: 1;
}

.widget.widget_search .search-submit {
  position: absolute;
  height: 48px;
  border-radius: 5px;
  border: none;
  right: 5px;
  top: 0;
  background: transparent !important;
  font-size: 18px;
  color: #1D1D1D;
}

.widget.widget_search .search-submit:hover {
  transform: unset;
}

.elementor-widget-container .widget.widget_categories {
  margin-top: 18px;
}

.elementor-widget-container .widget.widget_categories .widget-title {
  margin-bottom: 20px;
}

.elementor-widget-container .widget.widget_categories ul li a {
  line-height: 1.5;
}

.elementor-widget-container .widget_tag_cloud .widget-title,
.elementor-widget-container .widget_product_tag_cloud .widget-title {
  margin-bottom: 20px;
}

.elementor-widget-container .widget_tag_cloud .tagcloud a,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a {
  color: #1D1D1D;
  font-size: 13px;
  display: inline-block;
  padding: 0 9px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  margin: 0 6px 9px 0;
  border-radius: 4px;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-container .widget_tag_cloud .tagcloud a:hover,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a:hover {
  color: #222;
  background-color: #ffb700;
}

.elementor-widget-container .widget_product_tag_cloud .tagcloud {
  margin-top: -10px;
}

.elementor-widget-container .wc-block-product-categories ul {
  padding-left: 0;
}

.elementor-widget-container .wc-block-product-categories ul a {
  display: inline-block;
  width: 86%;
}

.elementor-widget-container .wc-block-product-categories.is-list {
  margin-top: -54px;
}

/* menu */
.widget_nav_menu > div > ul {
  padding-left: 0;
}

.widget_nav_menu li {
  position: relative;
}

.widget_nav_menu li ul {
  margin-left: 15px;
}

.widget_nav_menu .theme-menu-label {
  float: right;
  cursor: default;
  pointer-events: none;
}

/* flickr */
.flickr-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flickr-widget.flickr-col-1 a {
  width: 100%;
}

.flickr-widget.flickr-col-2 a {
  flex-basis: -webkit-calc( (100% - 10px) / 2);
  flex-basis: -moz-calc( (100% - 10px) / 2);
  flex-basis: calc( (100% - 10px) / 2);
}

.flickr-widget.flickr-col-3 a {
  flex-basis: -webkit-calc( (100% - 20px) / 3);
  flex-basis: -moz-calc( (100% - 20px) / 3);
  flex-basis: calc( (100% - 20px) / 3);
}

.flickr-widget.flickr-col-4 a {
  flex-basis: -webkit-calc( (100% - 30px) / 4);
  flex-basis: -moz-calc( (100% - 30px) / 4);
  flex-basis: calc( (100% - 30px) / 4);
}

.flickr-widget.flickr-col-5 a {
  flex-basis: -webkit-calc( (100% - 40px) / 5);
  flex-basis: -moz-calc( (100% - 40px) / 5);
  flex-basis: calc( (100% - 40px) / 5);
}

.flickr-widget a {
  margin-bottom: 10px;
}

.avimart_widget_recent_entries .widget-title {
  margin-bottom: 20px;
}

.avimart_widget_recent_entries ul {
  margin-bottom: 0;
  margin-top: 0;
}

.avimart_widget_recent_entries ul li.avimart-entry {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  clear: both;
  width: 100%;
}

@media (max-width: 1024px) {
  .avimart_widget_recent_entries ul li.avimart-entry {
    align-items: flex-start;
  }
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-entry-thumbnail {
  width: 100px;
  float: left;
  margin-right: 21px;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-entry-thumbnail a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-entry-thumbnail a:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  content: "";
  z-index: 999;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-entry-thumbnail a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .75s;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-entry-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
  vertical-align: top;
  width: 100px;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 120px);
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #1D1D1D;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  max-height: 51px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .7s;
  text-underline-position: under;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-title:hover {
  text-decoration-color: #1D1D1D;
}

.avimart_widget_recent_entries ul li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-on {
  font-size: 13px;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 18px;
  margin: 13px 0 0 0;
}

.avimart_widget_recent_entries ul li.avimart-entry:last-child {
  margin-bottom: 0;
}

.avimart_widget_recent_entries ul li.avimart-entry:first-child {
  padding-top: 0;
}

.elementor-widget-container .avimart-entries {
  padding-left: 0;
  margin: 0;
}

.elementor-widget-container .avimart-entries li.avimart-entry {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  clear: both;
  width: 100%;
}

@media (max-width: 1024px) {
  .elementor-widget-container .avimart-entries li.avimart-entry {
    align-items: flex-start;
  }
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-entry-thumbnail {
  width: 100px;
  float: left;
  margin-right: 21px;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-entry-thumbnail a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-entry-thumbnail a:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #ffffff4d;
  content: "";
  z-index: 999;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-entry-thumbnail a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .75s;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-entry-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
  vertical-align: top;
  width: 100px;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 115px);
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #1D1D1D;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  max-height: 51px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .7s;
  text-underline-position: under;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-title:hover {
  text-decoration-color: #1D1D1D;
}

.elementor-widget-container .avimart-entries li.avimart-entry .avimart-recent-post-detail .avimart-recent-post-on {
  font-size: 13px;
  font-weight: 400;
  color: #6A6A6A;
  line-height: 18px;
  margin-bottom: 6px;
}

.elementor-widget-container .avimart-entries li.avimart-entry:last-child {
  margin-bottom: 0;
}

.elementor-widget-container .avimart-entries li.avimart-entry:first-child {
  padding-top: 0;
}

.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.elementor-widget-wp-widget-avimart-recent-posts .elementor-widget-container h5 {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
}

.elementor-widget-wp-widget-categories .elementor-widget-container .cat-item a,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container .cat-item a,
.elementor-widget-wp-widget-avimart-recent-posts .elementor-widget-container .cat-item a {
  padding: 4px 0;
}

.elementor-widget-wp-widget-search .search-field {
  height: 44px;
  border: none;
  padding: 0 19px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
}

.elementor-widget-wp-widget-search .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
  color: #948f84;
}

.elementor-widget-wp-widget-search .search-submit:before {
  content: "\f178";
  font-family: "FontAwesome";
}

.elementor-widget-wp-widget-search .search-submit:hover {
  transform: unset;
}

.box-view-more-widget-blog-post {
  clear: both;
}

.box-view-more-widget-blog-post .view-more a {
  position: relative;
  display: inline-block;
}

.box-view-more-widget-blog-post .view-more a:after {
  position: absolute;
  content: '';
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 105%;
  z-index: -1;
}

.box-img-hover {
  overflow: hidden;
}

.blog-article {
  position: relative;
}

.sticky .item-blog,
.sticky .blog-article-sum {
  background-color: #f7f7f7;
}

.social-list-widget {
  margin-top: 30px;
  padding-left: 0;
}

.social-list-widget .list-inline-item {
  margin-bottom: 7px;
}

.social-list-widget .list-inline-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 5px 12px;
  border-radius: 4px;
  opacity: 0.9;
  font-size: 14px;
  font-weight: 400;
}

.social-list-widget .list-inline-item a i {
  font-size: 16px;
  color: #ffffff;
  background-color: #ffffff33;
  width: 31px;
  height: 31px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-list-widget .list-inline-item .social-facebook {
  background-color: #295EC6;
}

.social-list-widget .list-inline-item .social-youtube {
  background-color: #E53D3D;
}

.social-list-widget .list-inline-item .social-twitter {
  background-color: #17C0D7;
}

.social-list-widget .list-inline-item .social-pinterest {
  background-color: #B5182C;
}

html {
  scroll-behavior: smooth;
}

#main {
  clear: both;
}

#main[class*="col-"] {
  clear: none;
}

#main.widget-blog-post {
  clear: both;
}

.page-404-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.not-found {
  clear: both;
}

.not-found:after {
  content: " ";
  display: table;
  clear: both;
}

.main-content-404 {
  background-color: #E5E5E5;
  width: 100%;
  min-height: 935px;
  display: flex;
  align-items: center;
}

.main-content-404 .wrap-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 767px) {
  .main-content-404 .wrap-inner {
    flex-direction: column;
  }
}

.main-content-404 .cms-404-left {
  flex-grow: 1;
  max-width: 675px;
}

@media (max-width: 767px) {
  .main-content-404 .cms-404-left {
    padding-bottom: 30px;
  }
}

.main-content-404 .bg-404 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-content-404 .cms-404-right {
  flex-grow: 2;
  max-width: 650px;
  margin-left: 30px;
  margin-right: 15px;
}

.main-content-404 h3 {
  font-size: 80px;
  color: #1D1D1D;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}

@media (max-width: 767px) {
  .main-content-404 h3 {
    font-size: 33px;
  }
}

.main-content-404 .description {
  font-size: 20px;
  line-height: 30px;
  color: #6A6A6A;
}

.main-content-404 .return {
  margin-top: 70px;
}

.main-content-404 .btn-404 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 15px 33px;
  background-color: #FFBD0C;
  color: #1D1D1D;
}

.main-content-404 .btn-404:hover {
  background-color: #1D1D1D;
  color: #ffffff;
}

@media (max-width: 767px) {
  .main-content-404 .cms-404-right {
    margin: 0;
    padding: 0 15px;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }
  .main-content-404 .btn-404 {
    text-align: center;
  }
}

.container_box {
  display: flex;
}

.container_box #theme-menu-pusher {
  max-width: 1490px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  body[class*="wrapper-boxed"] {
    display: block;
  }
  body[class*="wrapper-boxed"] #theme-menu-pusher {
    margin: 0 auto;
    max-width: 1490px;
    background-color: #fff;
  }
  body[class*="wrapper-boxed"] #theme-container {
    background-color: #f7f7f7;
  }
}

.topbar__right:hover .dropdown__content {
  display: block;
  z-index: 9999;
}

.dropdown__content {
  position: absolute;
  display: none;
  margin-top: 15px;
  left: -20px;
  min-width: 128px;
  padding: 3px 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 16px 3px rgba(53, 85, 147, 0.1);
}

.dropdown__content a {
  display: block;
  color: #1D1D1D;
  padding: 5px 20px;
  border-bottom: 1px solid #F3F4FB;
}

.dropdown__content a:last-child {
  border-bottom: none;
}

.multi-language {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  padding: 5px 15px;
  width: 130px;
}

.dropdown {
  cursor: pointer;
  color: #1D1D1D;
}

.multi-language .dropdown:last-child .dropdown__current:before {
  content: '|';
  margin-right: 15px;
  font-size: 17px;
  color: #E5E5E5;
}

@font-face {
  font-family: 'Cooper Black Regular';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Cooper-Black-Regular.ttf") format("truetype");
}

.text-cooper {
  font-family: 'Cooper Black Regular' !important;
}

.footer-col-1 .footer-widget {
  width: 100%;
}

@media (min-width: 992px) {
  .footer-col-3 .footer-widget {
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(3n+4) {
    clear: both;
  }
  .footer-col-4 .footer-widget {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-4 .footer-widget:nth-of-type(4n+5) {
    clear: both;
  }
  .footer-col-5 .footer-widget {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-5 .footer-widget:nth-of-type(5n+6) {
    clear: both;
  }
  .footer-col-6 .footer-widget {
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: calc( 100% / 6);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-6 .footer-widget:nth-of-type(6n+7) {
    clear: both;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(2n+3),
  .footer-col-4 .footer-widget:nth-of-type(2n+3),
  .footer-col-5 .footer-widget:nth-of-type(2n+3),
  .footer-col-6 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (min-width: 600px) {
  .footer-col-2 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-2 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 599px) {
  .footer-col-2 .footer-widget,
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}

#theme-footer {
  margin-top: 100px;
  position: relative;
}

.elementor-page #theme-footer {
  margin-top: 0;
}

.footer-widget {
  float: left;
}

.footer-bot {
  padding: 53px 0 53px 0;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
}

.footer-bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-left {
    margin-bottom: 15px;
  }
  .footer-left:empty {
    display: none;
  }
}

.footer-logo {
  min-height: 1px;
  display: block;
  float: left;
  margin-right: 20px;
}

.footer-logo .customize-partial-edit-shortcut {
  display: none;
}

@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-logo:empty {
    display: none;
  }
}

.footer-logo img {
  max-width: 182px;
}

.footer-bot-right {
  display: block;
  float: right;
  font-size: 14px;
}

.footer-bot-right p:last-child {
  margin-bottom: 0;
}

.footer-bot-right .fa {
  font-size: 0;
  display: inline-block;
  margin-left: 18px;
}

.footer-bot-right .fa + br {
  display: none;
}

.footer-bot-right .fa:before {
  font-size: 17px;
}

.newsletter-wrapper {
  position: relative;
}

.newsletter-wrapper .submit-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  color: #3a3b59;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #fed5bf;
  padding: 0 25px;
  font-size: 14px;
}

.form-contact-wrapper {
  margin-bottom: 20px;
}

.form-contact-wrapper .form-wrapp-flex {
  width: 100%;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex {
    display: flex;
    justify-content: space-between;
  }
}

.form-contact-wrapper .form-wrapp-flex .form-left {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex .form-left {
    width: calc( 50% - 10px);
    margin-right: 10px;
  }
}

.form-contact-wrapper .form-wrapp-flex .form-right {
  width: 100%;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex .form-right {
    width: calc( 50% - 10px);
    margin-left: 10px;
  }
}

.form-contact-wrapper .input-form {
  border: 1px solid #FFBD0C;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #FFBD0C;
}

.form-contact-wrapper .area-form {
  border: 1px solid #FFBD0C;
  height: 160px;
  font-size: 14px;
  color: #FFBD0C;
}

.form-contact-wrapp .submit-form {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  min-width: 170px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.form-order-tracking .form-order-label {
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
}

.form-order-tracking .input-form-order {
  border: 1px solid #FFBD0C !important;
  font-size: 14px;
}

.form-order-tracking .form-order-wrap {
  margin-bottom: 10px;
}

.form-order-tracking .submit-form-order {
  min-width: 170px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-id-372 .ph-layout-1 {
  margin-bottom: 0;
}

label.error.fail-alert {
  border: 2px solid red;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 0 6px 6px;
  background: #ffe6eb;
}

input.valid.success-alert {
  border: 2px solid #4CAF50;
  color: green;
}

.single-post #commentform label.error {
  display: block;
  float: left;
  line-height: 1;
  padding: 6px 0;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.review_form_wrapper #commentform label.error {
  float: none;
  line-height: 1;
  padding: 6px 0;
  font-size: 12px;
  width: 100%;
}

#theme-menu-layout {
  position: relative;
}

#theme-menu-layout .topbar__right {
  margin-right: 0;
}

.menu-layout {
  position: relative;
  z-index: 20;
}

.theme-logo {
  font-size: 0;
  margin: 0;
  min-width: 80px;
  max-width: 350px;
}

.menu-layout-1 .theme-logo {
  text-align: center;
}

/*!
------------------------------------------------->*/
.menu-toggle-btn {
  min-width: 24px;
  background: none;
  border: 0;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' style='stroke:%23121212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 5.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 13.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17 17.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
  width: 24px;
  height: 40px;
}

.menu-toggle-btn:hover {
  background-color: transparent;
}

.js-search-button {
  padding: 0 16px;
  background: none;
  border: 0;
}

.menu-layout-4 .js-search-button {
  padding: 0;
}

.menu-layout .header-wishlist-icon {
  font-size: 22px;
}

.header-wishlist-icon {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-wishlist-icon {
    margin-right: 15px;
  }
}

.menu-woo-action {
  display: inherit;
  position: relative;
  margin-left: 20px;
}

.menu-woo-action:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-woo-action ul {
  padding-left: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: -50px;
  background: #fff;
  min-width: 180px;
  text-align: left;
  z-index: 2;
  list-style: none;
  border-radius: 4px;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.menu-woo-action ul a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}

.menu-woo-action li + li {
  border-top: 1px solid #E5E5E5;
}

.menu-woo-user,
.menu-woo-cart {
  font-size: 20px;
}

.menu-woo-user::before,
.menu-woo-cart::before {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.menu-woo-cart {
  margin-left: 25px;
  margin-right: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

.menu-woo-cart .shopping_products_counter_text {
  margin-left: 14px;
}

.menu-woo-cart .shop-cart-count {
  position: absolute;
  top: -10px;
  right: -6px;
}

.shop-cart-count,
.count-wishlist {
  padding: 0 3px;
  height: 16px;
  min-width: 16px;
  color: #1D1D1D;
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  font-family: DM Sans;
  text-align: center;
}

.header-wishlist {
  position: relative;
  vertical-align: text-top;
}

.header-wishlist::before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.header-wishlist .count-wishlist {
  position: absolute;
  top: -9px;
  right: 6px;
}

@media (max-width: 550px) {
  .header-wishlist .count-wishlist {
    top: -9px;
    right: -8px;
  }
}

@media (min-width: 783px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 32px;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 46px;
  }
}

.mobile-header-menu-sticky.mobile-header-fixed #theme-menu-layout .menu-layout {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
}

@media (max-width: 1023px) {
  .mobile-header-menu-sticky:not(.logged-in):not(.admin-bar) #theme-menu-layout .menu-layout {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
  }
}

@media (max-width: 1023px) {
  .menu-layout-2 .header-container .m-col {
    flex: 1 1 0px;
  }
  .menu-layout-2 .header-container .header-logo {
    text-align: center;
    flex: 0 1 auto;
  }
}

.avimart-page-header-shop-box-wrapper {
  margin-bottom: 45px;
}

.avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content {
  background-image: url(images/shoppage-header.png);
  background-repeat: no-repeat;
  object-fit: cover;
  min-height: 250px;
  padding: 0 67px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 425px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content {
    padding: 0 15px;
  }
}

.avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-description {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-description {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-description {
    font-size: 12px;
  }
}

.avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-box-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 425px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-box-title {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .info-page-shop .avimart-page-header-shop-box-title {
    font-size: 20px;
  }
}

.avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .avimart-page-header-shop-box-button {
  padding: 16px 40px;
  border-radius: 2px;
  background-color: #FFBD0C;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-left: 60px;
  white-space: nowrap;
}

@media (max-width: 425px) {
  .avimart-page-header-shop-box-wrapper .avimart-page-header-shop-box-content .avimart-page-header-shop-box-button {
    padding: 16px 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .search-default-avimart {
    display: flex;
    justify-content: center;
  }
  .search-default-avimart .search-form {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .search-default-avimart {
    display: none;
  }
}

.search-default-avimart .search-form .search-field {
  border: 1px solid #efefef;
  background-color: #ffffff;
  height: 44px;
  padding: 0 15px;
  font-size: 13px;
  width: 606px;
  border-radius: 2px;
}

.search-default-avimart .search-form .search-field:focus {
  border-color: #FFBD0C;
}

.search-default-avimart .search-form .search-field::placeholder, .search-default-avimart .search-form .search-field:-ms-input-placeholder, .search-default-avimart .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
}

.search-default-avimart .search-form .search-submit {
  height: 44px;
  width: 44px;
  border-radius: 2px;
  transform: rotatey(0deg);
  font-size: 18px;
}

.menu-header {
  margin-left: -30px;
}

.menu-header .add-menu {
  margin-left: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 52px;
}

/**
 * Topbar
 */
.shopify-section .nt_full,
.shopify-section .box,
.shopify-section .full .section_content,
.shopify-section .full,
div.full,
.shopify-section .nt_1680_full,
.shopify-section .nt_1860_full,
.shopify-section .nt_1650_full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1600px) {
  .shopify-section .nt_full,
  .shopify-section .box {
    padding-left: 255px;
    padding-right: 255px;
  }
}

.header-topbar-wrap > div {
  display: flex;
  align-items: center;
}

.topbar {
  position: relative;
  font-size: 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.cms-top-header .cms_close_topbar {
  position: absolute;
  top: 8px;
  right: 8px;
  max-height: 24px;
  cursor: pointer;
}

.cms-top-header .cms_close_topbar svg {
  transition: all .5s ease 0s;
}

.cms-top-header .cms_close_topbar:hover svg {
  transform: rotate(180deg);
}

.announcement-bar {
  padding: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-bar-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wrapper-bar-message p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-right: 20px;
  letter-spacing: .2px;
}

.wrapper-bar-message span {
  display: inherit;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.wrapper-bar-message span svg {
  margin-left: 9px;
}

#header {
  position: initial;
}

.announcement-bar span {
  color: #ffffff;
}

.announcement-bar span svg {
  stroke: #ffffff;
}

.announcement-bar__message {
  margin: 0px;
  color: #ffffff;
}

.announcement-bar .list-socials a {
  color: #ffffff;
}

.cms-top-header .cms_close_topbar svg {
  stroke: #ffffff;
}

/* New header shop */
.new-header-avimart.style1 .menu-layout-1 {
  box-shadow: none;
}

.post-type-archive-product .new-header-avimart.style2 .menu-layout-1 {
  box-shadow: none;
}

.post-type-archive-product .new-header-avimart.style2 .menu-layout--classic .header-container .container {
  padding-top: 21px;
  padding-bottom: 19px;
}

.post-type-archive-product .new-header-avimart.style2 #theme-page-header .page-header {
  background-color: #f7f7f7;
}

.post-type-archive-product .new-header-avimart.style2 .page-header {
  margin-bottom: 67px;
}

.post-type-archive-product .new-header-avimart.style2 .page-header .container #theme-bread {
  padding-top: 55px;
  padding-bottom: 51px;
}

.post-type-archive-product .new-header-avimart.style3 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 67px;
}

.post-type-archive-product .new-header-avimart.style3 .menu-layout-1 {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-type-archive-product .new-header-avimart.style3 .menu-layout--classic .header-container .container {
  padding-top: 13px;
  padding-bottom: 6px;
}

.post-type-archive-product .new-header-avimart.style3 .menu-layout--classic .header-container .container > * {
  color: #fff;
}

.post-type-archive-product .new-header-avimart.style3 #theme-page-header .page-header {
  background-color: transparent;
}

.post-type-archive-product .new-header-avimart.style3 .page-header .container #theme-bread {
  padding-top: 42px;
  padding-bottom: 51px;
}

.post-type-archive-product .new-header-avimart.style3 #theme-page-header .page-header .container h1.page-title.entry-title {
  color: #ffffff;
}

.post-type-archive-product .new-header-avimart.style3 .boostify-menu > li > a,
.post-type-archive-product .new-header-avimart.style3 .theme-primary-menu > li > a {
  color: #ffffff;
}

.post-type-archive-product .new-header-avimart.style3 .elementor-widget-icon.elementor-view-default .elementor-icon svg,
.post-type-archive-product .new-header-avimart.style3 .elementor-widget-icon.elementor-view-default .elementor-icon svg path {
  fill: #ffffff;
}

.post-type-archive-product .new-header-avimart.style3 .menu-toggle-wrapper svg,
.post-type-archive-product .new-header-avimart.style3 .header-wishlist svg path,
.post-type-archive-product .new-header-avimart.style3 .menu-woo-cart.js-cart-button svg path,
.post-type-archive-product .new-header-avimart.style3 .js-search-button svg path,
.post-type-archive-product .new-header-avimart.style3 .menu-profile-avimart svg path,
.post-type-archive-product .new-header-avimart.style3 .cart-custom-avimart .js-cart-button svg path,
.post-type-archive-product .new-header-avimart.style3 .wishlist-avimart-widget .header-wishlist svg path {
  stroke: #ffffff;
}

.wishlist-avimart-widget.style2 .header-wishlist .count-wishlist {
  display: none;
}

.search-default-avimart .search-form .search-field {
  border: 2px solid #e5e5e5;
  background-color: #ffffff;
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  width: 762px;
  border-radius: 12px;
  line-height: 45px;
}

.search-default-avimart .search-form .search-field:focus {
  border-color: #FFBD0C;
}

.search-default-avimart .search-form .search-field::placeholder, .search-default-avimart .search-form .search-field::-ms-input-placeholder, .search-default-avimart .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
  color: #FFBD0C;
}

.search-default-avimart .search-form .search-submit {
  height: 44px;
  width: 44px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #FFBD0C;
}

.menu-new-all {
  background-color: #FFBD0C;
}

.findstores.elementor-widget-button .elementor-align-icon-left {
  font-size: 20px !important;
}

.boostify-mega-menu-vertical--widget .boostify-menu-toggle-vertical {
  border-radius: 0 !important;
}

/*=========================== Preloader ============================ */
#preloader {
  position: fixed;
  top: 0;
  background-color: #fff;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}

.preloader-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.avimart-demo-loader {
  position: relative;
  color: #272727;
  font-family: Raleway,sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1em;
  background: #fff;
  mix-blend-mode: multiply;
  overflow: hidden;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.avimart-demo-loader:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  background: linear-gradient(90deg, #ee2852, #fce494, #81b9f8);
  width: 500px;
  height: 100px;
  animation: gradientBG 10s linear infinite;
  pointer-events: none;
  mix-blend-mode: screen;
  will-change: transform;
}

@keyframes gradientBG {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(-460px, 0, 0);
  }
}

.logo-img-loader {
  width: 130px;
  animation: bouncedelay 1.2s infinite ease-in-out;
}

@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.1);
  }
}

.loader-wrap {
  height: 130px;
}

.loader-circles {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  width: 75px;
  height: 75px;
}

.loader-circles .circle {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: transparent !important;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  text-align: center;
}

.loader-circles .circle:nth-child(even) {
  border-color: #DF4949;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.loader-circles .circle:nth-child(odd) {
  border-color: #6257bd;
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}

.loader-circles .circle:nth-child(1) {
  width: 7.5px;
  height: 7.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 12s;
}

.loader-circles .circle:nth-child(2) {
  width: 15px;
  height: 15px;
  animation: rotate-circle linear infinite;
  animation-duration: 6s;
}

.loader-circles .circle:nth-child(3) {
  width: 22.5px;
  height: 22.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 4s;
}

.loader-circles .circle:nth-child(4) {
  width: 30px;
  height: 30px;
  animation: rotate-circle linear infinite;
  animation-duration: 3s;
}

.loader-circles .circle:nth-child(5) {
  width: 37.5px;
  height: 37.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 2.4s;
}

.loader-circles .circle:nth-child(6) {
  width: 45px;
  height: 45px;
  animation: rotate-circle linear infinite;
  animation-duration: 2s;
}

.loader-circles .circle:nth-child(7) {
  width: 52.5px;
  height: 52.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.71429s;
}

.loader-circles .circle:nth-child(8) {
  width: 60px;
  height: 60px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.5s;
}

.loader-circles .circle:nth-child(9) {
  width: 67.5px;
  height: 67.5px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.33333s;
}

.loader-circles .circle:nth-child(10) {
  width: 75px;
  height: 75px;
  animation: rotate-circle linear infinite;
  animation-duration: 1.2s;
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-circle {
  100% {
    transform: rotate(360deg);
  }
}

/* icon menu */
.theme-icon-wp-menu {
  margin-right: 3px;
}

/*mega menu*/
@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) {
    /*mega menu row*/
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .menu-item-has-mega-menu:hover .mega-menu-row {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row {
    position: absolute;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: left;
    margin-left: 0;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 800px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 {
    width: 400px;
    left: -100px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2.mega-menu-in-right {
    left: initial;
    right: -100px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 > li {
    width: 50%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 {
    width: 600px;
    left: -150px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3.mega-menu-in-right {
    left: initial;
    right: -150px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 > li {
    width: percentag(1/3);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4 {
    left: -200px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4.mega-menu-in-right {
    left: initial;
    right: -200px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row > li {
    float: left;
    margin-bottom: 20px;
    width: 25%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row > li > a {
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: -webkit-calc( 100% + 2px);
    font-size: -moz-calc( 100% + 2px);
    font-size: calc( 100% + 2px);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li {
    overflow: hidden;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li span:not(.theme-icon-wp-menu) {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-col li {
    display: inline-block;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-col .sub-menu {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .vertical-navigation:not(.theme-sidebar-menu) {
    /*mega menu row*/
  }
  .vertical-navigation:not(.theme-sidebar-menu) .menu-item-has-mega-menu:hover .mega-menu-row {
    opacity: 1;
    visibility: visible;
    top: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row {
    position: absolute;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: left;
    margin-left: 0;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 600px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 {
    width: 400px;
    left: -100px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2.mega-menu-in-right {
    left: initial;
    right: -100px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 > li {
    width: 50%;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 {
    width: 600px;
    left: -150px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3.mega-menu-in-right {
    left: initial;
    right: -150px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 > li {
    width: percentag(1/3);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4 {
    left: -200px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4.mega-menu-in-right {
    left: initial;
    right: -200px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row > li {
    float: left;
    margin-bottom: 20px;
    width: calc( 100% / 3);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row > li > a {
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: -webkit-calc( 100% + 2px);
    font-size: -moz-calc( 100% + 2px);
    font-size: calc( 100% + 2px);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row > li > a:after {
    display: none;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li {
    overflow: hidden;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li span:not(.theme-icon-wp-menu) {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-row .sub-menu a {
    display: block;
    padding: 0;
    white-space: nowrap;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-col li {
    display: inline-block;
  }
  .vertical-navigation:not(.theme-sidebar-menu) .mega-menu-col .sub-menu {
    width: 100%;
  }
}

/* Vertical menu */
.vertical-menu-wrapper {
  justify-content: flex-start;
  height: 66px;
  width: 270px;
}

@media (max-width: 992px) {
  .vertical-menu-wrapper {
    padding-top: 18px;
  }
}

.vertical-menu-wrapper.active .site-vertical-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 4;
  /* under z-index: 5 mega-menu primary menu */
}

.vertical-menu-wrapper.active .toggle-vertical-menu-button {
  border-bottom-color: transparent;
}

.vertical-menu-wrapper .toggle-vertical-menu-button {
  width: 100%;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 18px;
  background-color: #2a2c3c;
  border: none;
  border-left: 1px solid #4a4b59;
  border-right: 1px solid #4a4b59;
}

.vertical-menu-wrapper .toggle-vertical-menu-button .fa {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .vertical-menu-wrapper .toggle-vertical-menu-button {
    margin-top: 0;
  }
}

.vertical-menu-wrapper .site-vertical-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transition-duration: 0.3s;
  min-width: 270px;
}

.vertical-menu-wrapper .site-vertical-menu ul.sub-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.vertical-menu-wrapper .site-vertical-menu ul.mega-menu-row {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item {
  list-style: none;
  position: relative;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item.menu-item-has-children > a:after {
  content: "\f3d3";
  font-family: "ionicons";
  margin-right: 29px;
  margin-left: 20px;
}

.vertical-menu-wrapper .site-vertical-menu > .menu-item.current-menu-ancestor > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current-menu-parent > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current_page_parent > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current_page_ancestor > a {
  font-weight: 600;
}

.vertical-menu-wrapper .site-vertical-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vertical-menu-wrapper .site-vertical-menu a:hover {
  font-weight: 600;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item-has-mega-menu:not(.mega-menu-elementor) .mega-menu-wrapper {
  padding: 10px;
}

.vertical-menu-wrapper .site-vertical-menu .sub-menu.mega-menu-row {
  transition-duration: 0.3s;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 255px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transform: translateX(10px);
}

.vertical-menu-wrapper .site-vertical-menu .sub-menu {
  transition-duration: 0.3s;
  position: absolute;
  left: 96%;
  top: 0;
  min-width: 255px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transform: translateX(10px);
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu {
  min-width: 600px;
  border: 1px solid #e8e8e8;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu ul {
  position: static;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  min-width: auto;
  z-index: -1;
  background-color: transparent;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu .menu-item-has-children:hover > a {
  background-color: transparent;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu a:hover {
  background-color: transparent;
}

.vertical-menu-wrapper .vertical-navigation > li {
  line-height: 28px;
}

.vertical-menu-wrapper .vertical-navigation > li .menu-item-arrow {
  transform: rotate(-90deg);
}

.vertical-menu-wrapper .vertical-navigation > li > a {
  min-width: 218px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vertical-menu-wrapper .vertical-navigation > li:last-of-type {
  border-bottom: 0;
}

.vertical-menu-wrapper .vertical-navigation > li.menu-item-has-mega-menu {
  position: static;
}

.vertical-menu-wrapper .vertical-navigation > li:first-child a {
  padding-top: 20px;
}

.vertical-menu-wrapper .vertical-navigation > li:last-child {
  padding-bottom: 20px;
}

.vertical-menu-wrapper .vertical-navigation li:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.vertical-menu-wrapper .vertical-navigation li:hover > .sub-menu.sub-menu ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Mega menu */
.main-navigation .primary-navigation .menu-item-has-mega-menu:not(.mega-menu-elementor) .mega-menu-wrapper {
  padding: 10px;
}

@media (max-width: 991px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .sub-mega-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    min-width: 480px;
    text-align: left;
    z-index: -1;
    transition-duration: 0.3s;
    transform: translateY(10px);
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(125, 122, 122, 0.2);
    line-height: 24px;
    border-radius: 4px;
    pointer-events: none;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper a {
    white-space: normal;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 1170px;
    left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 970px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width .sub-mega-menu {
    margin: 0 auto;
  }
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper .arrow-icon {
  display: none;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper ul {
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: static;
  transform: none;
  box-shadow: none;
  background-color: transparent;
  transition-duration: 0.3s;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper li:after {
  content: none !important;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 5;
  transform: translateY(0px);
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.vertical-navigation a {
  padding: 11px 0px 11px 30px;
}

.mega-menu-wrapper a {
  line-height: normal;
}

.menu-open {
  overflow: hidden;
}

#theme-menu-pusher {
  position: relative;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.menu-open #theme-menu-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

@media (min-width: 768px) {
  .menu-open #theme-menu-pusher {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
  }
}

.menu-open #theme-menu-pusher #menu-overlay {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  opacity: 1;
}

.menu-layout #menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.menu-layout .primary-logo {
  width: 100%;
}

.menu-layout .m2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  margin-top: 11px;
}

.menu-layout .menu-toggle-btn span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-layout .menu-toggle-btn span:before, .menu-layout .menu-toggle-btn span:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-open .menu-layout .menu-toggle-btn span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-open .menu-layout .menu-toggle-btn span:before {
  width: 50%;
  -webkit-transform: rotate(45deg) translate(14px, -11px);
  transform: rotate(45deg) translate(14px, -11px);
}

.menu-open .menu-layout .menu-toggle-btn span:after {
  width: 50%;
  -webkit-transform: rotate(-45deg) translate(14px, 11px);
  transform: rotate(-45deg) translate(14px, 11px);
}

#sidebar-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  background: #fff;
  overflow: auto;
  width: 300px;
  padding: 30px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*LOGO*/
  /*MAIN MENU*/
  /*EMPTY MENU*/
}

@media (min-width: 768px) {
  #sidebar-menu-content {
    padding: 40px 60px;
    width: 345px;
  }
}

.menu-open #sidebar-menu-content {
  visibility: visible;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.logged-in.admin-bar #sidebar-menu-content {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #sidebar-menu-content {
    top: 32px;
  }
}

#sidebar-menu-content .theme-logo {
  max-width: 100%;
  margin-bottom: 25px;
}

#sidebar-menu-content .theme-primary-menu {
  padding: 0;
  margin: 0;
}

#sidebar-menu-content .theme-primary-menu .sub-menu {
  overflow: hidden;
  display: none;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent, #sidebar-menu-content .theme-primary-menu > li.current_page_parent, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor > a:before, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor > a:before {
  content: '';
  width: 45px;
}

#sidebar-menu-content .theme-primary-menu li {
  list-style: none;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children:after {
  content: "\f489";
  font-family: ionicons;
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: 1;
  top: 8px;
}

#sidebar-menu-content .theme-primary-menu li ul {
  margin-left: 15px;
}

#sidebar-menu-content .theme-primary-menu a {
  width: 100%;
  display: block;
  color: #1D1D1D;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}

#sidebar-menu-content .theme-primary-menu a .arrow-icon:before {
  display: none;
}

#sidebar-menu-content .add-menu {
  display: block;
}

#menu-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.header-action {
  display: flex;
  align-items: flex-end;
}

.theme-primary-menu :not(.theme-sidebar-menu) :not(.sub-menu) > .menu-item-has-children:before {
  content: "\f489";
  font-family: "ionicons";
  position: absolute;
  top: 39%;
  left: 89%;
}

.menu-layout-1 li {
  list-style: none;
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

.menu-layout-1 .menu-profile-avimart {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 21px;
  font-size: 14px;
}

.menu-layout-1 .site-header-wishlist {
  margin-left: 24px;
}

.menu-layout-1 .site-header-wishlist .site-header-wishlist_text, .menu-layout-1 .site-header-wishlist:after {
  display: none;
}

.menu-layout-1 .menu-woo-cart .shopping_products_counter_text {
  display: none;
}

@media (min-width: 992px) {
  .menu-layout-1.menu-layout--classic .header-logo {
    margin-right: 0;
  }
}

.author-info .info-author .menu-profile-avimart {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 21px;
  font-size: 14px;
}

.cart-custom-avimart .js-cart-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

@media (max-width: 550px) {
  .author-info .info-author .menu-profile-avimart span.text,
  .site-header-wishlist .header-wishlist span.text,
  .cart-custom-avimart .js-cart-button span.text {
    display: none;
  }
}

.menu-layout--centered .menu-toggle {
  height: 26px;
}

.menu-layout--centered .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--centered .header-content {
  margin-right: auto;
  margin-left: auto;
}

.menu-layout--centered .theme-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-layout--centered .header-menu {
  display: none;
}

.menu-layout--centered .js-search-button {
  display: none;
}

@media (min-width: 1024px) {
  .menu-layout--centered .header-container {
    justify-content: space-between;
    padding: 0;
  }
  .menu-layout--centered .header-content {
    display: flex;
    align-items: center;
  }
  .menu-layout--centered .header-logo {
    padding: 0 20px 0;
  }
  .menu-layout--centered .header-menu {
    display: block;
  }
  .menu-layout--centered .menu-toggle {
    flex-basis: 80px;
  }
  .menu-layout--centered .menu-toggle-btn {
    display: none;
  }
  .menu-layout--centered .js-search-button {
    display: inline-block;
  }
}

@media (min-width: 1024px) {
  .menu-layout-4 .js-search-button,
  .menu-layout-4 .menu-woo-user,
  .menu-layout-4 .menu-woo-cart {
    color: #ffffff !important;
  }
}

.menu-layout--classic .header-container .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 23px;
}

.menu-layout--classic .header-menu {
  display: none;
}

.menu-layout--classic .header-container__inner {
  margin-right: auto;
  margin-left: auto;
}

.menu-layout--classic .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 0 12px;
}

@media (min-width: 992px) {
  .menu-layout--classic.menu-layout-1 .m1-col {
    display: none;
  }
  .menu-layout--classic .header-logo {
    margin-left: 0;
    padding: 0;
  }
  .menu-layout--classic .header-container__inner {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .menu-layout--classic .header-container__inner .header-logo {
    margin-right: 50px;
  }
  .menu-layout--classic .header-menu {
    display: block;
  }
  .menu-layout--classic .menu-toggle-btn {
    display: none;
  }
}

.js-sticky-header .header-container {
  min-height: 85px;
}

.menu-layout--transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-layout--offset-top {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
}

.menu-layout--transparent.menu-layout {
  border-bottom: 0;
}

.menu-layout--sticky {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-out, height 0s ease-out;
  transform: translateY(-100%);
  background-color: #ffffff;
}

@media (min-width: 1024px) {
  .menu-layout--sticky {
    display: block;
  }
}

.menu-layout--sticky.is-visible {
  transform: translateY(0);
}

.logged-in.admin-bar .menu-layout--sticky.is-visible {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar .menu-layout--sticky.is-visible {
    top: 32px;
  }
}

.menu-layout--sticky .logo .secondary-logo {
  display: none;
}

.menu-layout.menu-layout-2 {
  border-bottom: 0;
}

.sidebar-menu-middle {
  flex-grow: 1;
}

.menu-layout--vertical .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--vertical .header-logo {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .menu-layout--vertical .header-container {
    display: none;
  }
}

#sidebar-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

@media (min-width: 1024px) {
  #sidebar-menu-content.sidebar-menu--md-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    z-index: 100;
    width: 275px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  #sidebar-menu-content.sidebar-menu--md-visible {
    width: 345px;
    padding: 40px 60px;
  }
}

#sidebar-menu-content.sidebar-menu--md-visible .header-action {
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .content-container {
    position: relative;
    -webkit-transform: translateX(275px);
    transform: translateX(275px);
    width: -webkit-calc( 100% - 275px);
    width: -moz-calc( 100% - 275px);
    width: calc( 100% - 275px);
  }
  .content-container .container {
    width: 100%;
  }
  .content-container #theme-menu-layout {
    display: none;
  }
}

@media (min-width: 1400px) {
  .content-container {
    -webkit-transform: translateX(345px);
    transform: translateX(345px);
    width: -webkit-calc( 100% - 345px);
    width: -moz-calc( 100% - 345px);
    width: calc( 100% - 345px);
  }
}

.sidebar-menu-top {
  margin-bottom: 20px;
}

.sidebar-menu-bottom {
  margin-top: 20px;
}

.sidebar-menu-links,
.sidebar-menu-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu-links {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.sidebar-menu-links li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-menu-social {
  margin-bottom: 30px;
}

.menu-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-social li {
  display: inline-block;
}

.menu-social li:not(:last-child) {
  margin-right: 15px;
}

.menu-social a:before {
  font-size: 16px;
  font-family: 'ionicons';
}

.menu-social a[href*='facebook.com']:before {
  content: '\f231';
}

.menu-social a[href*='twitter.com']:before {
  content: '\f243';
}

.menu-social a[href*='instagram.com']:before {
  content: '\f350';
}

.sidebar-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-action {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #E5E5E5eee;
  font-size: 18px;
}

.sidebar-action:last-child {
  padding-bottom: 0;
}

.sidebar-action-link {
  position: relative;
  display: block;
}

.sidebar-action-icon {
  display: inline-block;
  margin-right: 10px;
}

.sidebar-action-cart {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 8px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transform: translateY(-60%);
}

#sidebar-menu-content .menu-woo-cart .shop-cart-count {
  background-color: #fed5bf;
  color: #FFBD0C;
}

.menu-layout-2 .current-menu-parent > a {
  color: #fed5bf !important;
}

.menu-layout-2 .theme-sidebar-menu a:hover {
  color: #fed5bf !important;
}

.theme-primary-menu:not(.theme-sidebar-menu) {
  padding-left: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) > li {
    display: inline-flex;
    line-height: 1;
    /*parent item menu*/
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a {
    line-height: 52px;
    margin: 0 14px;
    position: relative;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a .arrow-icon {
    margin-left: 7px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a .arrow-icon:before {
    font-weight: 600;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    background: #000;
    min-width: 180px;
    text-align: left;
    z-index: 2;
    padding-bottom: 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul ul {
    top: 110%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    margin: 12px 20px 0px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li {
    position: relative;
    list-style: none;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    /*improved when resize width*/
    display: initial !important;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu > li:hover > ul {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}

.theme-primary-menu:not(.theme-sidebar-menu) .sub-menu a {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .theme-primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .theme-primary-menu li,
  .theme-primary-menu li.current-menu-parent {
    position: relative;
  }
  .theme-primary-menu li.current-menu-parent > a {
    animation: all .8s ease-in;
  }
  .theme-primary-menu a {
    display: block;
    transition: line-height 0.5s;
    border: 1px solid transparent;
    white-space: nowrap;
    position: relative;
  }
  .theme-primary-menu a:hover {
    cursor: pointer;
    animation: all .8s ease-in;
  }
  .theme-primary-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    transform: translateY(-2em);
    z-index: 200;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #7b6e64;
    padding: 10px 0;
    display: inline-block;
  }
  .theme-primary-menu .sub-menu > li {
    display: flex;
    flex-flow: row nowrap;
  }
  .theme-primary-menu .sub-menu > li a {
    padding: 0;
    position: relative;
  }
  .theme-primary-menu .sub-menu > li a .arrow-icon:before {
    position: absolute;
    right: -100px;
    top: 2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .theme-primary-menu .sub-menu > li a:hover {
    cursor: pointer;
  }
  .theme-primary-menu li.menu-item-has-children {
    position: relative;
  }
  .theme-primary-menu li.menu-item-has-children .menu-item-has-children .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 180px;
  }
  .theme-primary-menu li.menu-item-has-children:hover > ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 200;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    border-top: 3px solid transparent;
  }
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#theme-page-header {
  position: relative;
}

#theme-page-header .page-header {
  min-height: 49px;
}

#theme-page-header .page-header .container h1.page-title.entry-title {
  margin: 0;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 30px;
}

.elementor-page #theme-page-header .page-header {
  min-height: 0;
}

.single-post #theme-page-header .page-header .container h1.page-title.entry-title {
  margin: 12px 0 -16px 0;
}

.page-header {
  position: relative;
}

.page-header .container {
  height: 100%;
}

.page-header .container .prev_next_buttons {
  display: block;
  float: right;
}

.page-header .container .prev_next_buttons .avimart-product-navigation {
  padding: 15px 0 15px 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 375px) {
  .page-header .container .prev_next_buttons {
    display: none;
  }
}

.single-product .page-header .container .breadcrumdbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#page-header-parallax {
  background-position: 0 0;
}

.crumbs {
  display: block;
}

.crumbs > span {
  font-size: 13px;
}

.crumbs > span:after {
  content: '\f3d3';
  font-family: "ionicons";
  margin-left: 8px;
  margin-right: 4px;
}

.crumbs .last-item span {
  font-weight: 600;
}

.crumbs .last-item:after {
  content: none;
}

.page-header .customize-partial-edit-shortcut {
  display: none;
}

/*Scroll*/
.close-js-to-top {
  position: absolute;
  left: -16px;
  top: 13%;
  width: 16px;
  height: 20px;
  border-radius: 0;
  border: none;
  background: #FFFFFF !important;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
  z-index: 999;
  opacity: 0;
}

@media (max-width: 425px) {
  .close-js-to-top {
    display: none;
  }
}

.js-to-top {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 35%;
  width: 80px;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
  transform-origin: 100% 50%;
  transform: translateX(80px);
  transition: 0.2s;
}

@media (max-width: 425px) {
  .js-to-top {
    width: 40px;
    bottom: 40px;
  }
}

.js-to-top .all-page-on-top {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  background-color: #1D1D1D;
  color: #ffffff;
}

.js-to-top .recently-viewed-on-top {
  background-color: #fff;
  padding: 12px 6px 11px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .js-to-top .recently-viewed-on-top {
    display: none;
  }
}

.js-to-top .recently-viewed-on-top li {
  list-style: none;
  margin-bottom: 7px;
}

.js-to-top .recently-viewed-on-top li:first-child {
  margin-top: 6px;
}

.js-to-top .recently-viewed-on-top li:last-child {
  margin-bottom: 0;
}

.js-to-top .scroll-to-top {
  width: 80px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #1D1D1D;
  background-color: #F7F7F7;
}

.js-to-top .scroll-to-top svg {
  margin-right: 5px;
}

@media (max-width: 425px) {
  .js-to-top .scroll-to-top {
    width: 40px;
  }
  .js-to-top .scroll-to-top svg {
    display: none;
  }
}

.js-to-top .scroll-to-top:hover, .js-to-top .scroll-to-top:focus {
  background-color: #1D1D1D;
  color: #ffffff !important;
}

.js-to-top .scroll-to-top:hover svg path, .js-to-top .scroll-to-top:focus svg path {
  stroke: #ffffff;
}

.js-to-top.is-visible {
  transform: translateX(0);
}

.js-to-top.is-visible.open {
  transform: translateX(80px);
}

.js-to-top.is-visible.open .close-js-to-top svg {
  rotate: 180deg;
}

.js-to-top.is-visible .close-js-to-top {
  opacity: 1;
}

.avimart-hl-text {
  text-decoration: underline;
}

.avimart-search-form-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(18, 18, 18, 0.4);
  opacity: 0;
  visibility: hidden;
}

.avimart-search-form-container.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.avimart-search-form-container.is-open .avimart-search-form__inner {
  animation: open-modal 1s linear forwards;
}

.avimart-search-form-container .cate-dropdown {
  float: none;
}

.avimart-search-form {
  position: relative;
  margin-bottom: 0;
}

.avimart-search-form .cate-dropdown {
  cursor: pointer;
  border-right: 1px solid #e5e5e5 !important;
}

.avimart-search-form-container.js-search-form.is-open .avimart-search-form__inner {
  width: 100%;
  position: relative;
  padding: 56px 0 62px 0;
  background-color: #fff;
}

.logged-in.admin-bar .avimart-search-form-container.js-search-form.is-open .avimart-search-form__inner {
  padding-top: 80px;
}

.avimart-search-form__inner {
  width: 100%;
  position: relative;
}

.avimart-search-form__inner .avimart-search-form__suggestions {
  position: absolute;
  width: 100%;
  z-index: 100;
  max-height: 420px;
  overflow-y: auto;
  background-color: #fff;
  top: 100%;
  padding: 0 20px 30px 20px;
  left: 0;
  border-radius: 12px;
  box-shadow: 0px 10px 25px 0px #475C851A;
  display: none;
}

@media (max-width: 991px) {
  .avimart-search-form__inner .avimart-search-form__suggestions {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
}

.avimart-search-form__inner .avimart-search-form__suggestions.open {
  display: block;
}

.avimart-search-form__inner .avimart-search-form__suggestions .autocomplete-suggestions {
  max-width: 1170px;
  margin: 0 auto;
}

.avimart-search-form__inner .avimart-search-form__suggestions .avimart-btn-view-all a {
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 5px;
  transition: all 0.3s;
  display: block;
  margin-top: 16px;
}

.avimart-search-form__inner .avimart-search-form__suggestions .avimart-btn-view-all a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.avimart-search-form__inner .avimart-search-form__suggestions::-webkit-scrollbar {
  width: 6px;
}

.avimart-search-form__inner .avimart-search-form__suggestions::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.avimart-search-form__inner .avimart-search-form__suggestions::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.avimart-search-form__inner select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(images/icon/bg_select.png) 96% 50% no-repeat;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  border-radius: 0px;
  color: #1D1D1D !important;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
}

@media (min-width: 1200px) {
  .avimart-search-form__inner select {
    padding-left: 10px;
    padding-right: 10px;
    width: 171px;
  }
}

.avimart-search-form__inner .avimart-search-form {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .avimart-search-form__inner .avimart-search-form {
    max-width: 350px;
  }
}

.avimart-search-form__inner .avimart-search-form__field {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

.widget-ajax-search-avimart.avimart-search-form__inner .search-submit {
  width: 44px;
  height: 44px;
}

.widget-ajax-search-avimart.avimart-search-form__inner .avimart-search-form {
  border-radius: 0;
}

.avimart-search-form__inner.horizontal-form {
  max-width: 100%;
}

@media (max-width: 768px) {
  .avimart-search-form__inner.horizontal-form {
    width: 100%;
  }
}

.avimart-search-form__loader {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -14px;
}

.avimart-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.avimart-search-form__field {
  display: block;
  width: 100%;
  border: 0;
  padding: 15px 0;
  background-color: transparent;
  color: #1D1D1D;
  font-size: 16px;
}

.avimart-search-form__close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #1D1D1D;
  font-size: 24px;
  z-index: 102;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}

.avimart-search-form__close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.logged-in.admin-bar .avimart-search-form__close {
  top: 50px;
}

.avimart-search-form__desc {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.autocomplete-suggestion {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.autocomplete-suggestion a {
  display: flex;
  align-items: center;
  width: 100%;
}

.autocomplete-suggestion a:hover {
  color: #1D1D1D !important;
}

.autocomplete-suggestion:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.autocomplete-suggestion .autocomplete-suggestion__content {
  font-size: 18px;
  width: calc( 100% - 60px);
  padding-left: 12px;
}

.autocomplete-suggestion__thumbnail {
  flex-shrink: 0;
  max-width: 200px;
  width: 60px;
  height: 60px;
}

.autocomplete-suggestion__title {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
}

.autocomplete-suggestion__title .avimart-hl-text {
  font-weight: 800;
}

.widget-ajax-search-avimart .avimart-search-form {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.widget-ajax-search-avimart .avimart-search-form--horizontal {
  display: flex;
  padding: 3px;
  padding-right: 38px;
  align-items: center;
}

.widget-ajax-search-avimart .avimart-search-form--horizontal input {
  border-left: 2px solid #e5e5e5;
  border-radius: 0 !important;
}

.widget-ajax-search-avimart .avimart-search-form--horizontal .avimart-search-form__loader {
  position: absolute;
  color: #B7B7B7;
  opacity: 0;
  visibility: hidden;
  left: 50%;
}

.widget-ajax-search-avimart .avimart-search-form--horizontal .avimart-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-avimart .avimart-search-form__field {
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: transparent;
  font-size: 16px;
  color: #B7B7B7;
  min-height: 42px;
}

.widget-ajax-search-avimart .avimart-search-form__product-categories {
  width: auto;
  cursor: pointer;
  border: none;
  height: 100%;
}

.widget-ajax-search-avimart select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/icon/bg_select.png) 91% 50% no-repeat;
  padding-right: 55px;
  padding-left: 13px;
  position: relative;
  border: none !important;
}

.widget-ajax-search-avimart .avimart-search-form__loader {
  position: absolute;
  right: 40px;
  font-size: 26px;
  color: #B7B7B7;
  opacity: 0;
  visibility: hidden;
}

.widget-ajax-search-avimart .avimart-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-avimart .search-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 0;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  right: -2px;
  top: -2px;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
}

.widget-ajax-search-avimart .js-search-button {
  padding: 4px;
  margin-left: 10px;
}

.widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search-form {
  border-radius: 5px;
  border-left: none;
}

.widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search.js-search-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search.js-search-button:before, .widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search.js-search-button:after {
  display: none;
}

.widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search.js-search-button:hover {
  background: none;
}

@media (max-width: 550px) {
  .widget-ajax-search-avimart.avimart-search-form__inner.style-2 .avimart-search.js-search-button span.text {
    display: none;
  }
}

.elementor-widget-avimart-search-ajax {
  width: auto;
}

.avimart-search-form-container.js-search-form.is-open .avimart-search-form__inner {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .avimart-search-form-container.js-search-form.is-open .avimart-search-form__inner {
    padding-bottom: 35px;
  }
}

.avimart-search-form-container.js-search-form.is-open .avimart-search-form__inner .avimart-search-form .cate-dropdown {
  display: none;
}

.theme-social-icon a {
  font-size: 0;
}

.theme-social-icon a:before {
  font-size: 16px;
  font-family: "ionicons";
}

.theme-social-icon a[href*="twitter.com"]:before {
  content: "\f243";
}

.theme-social-icon a[href*="facebook.com"]:before {
  content: "\f231";
}

.theme-social-icon a[href*="plus.google.com"]:before {
  content: "\f235";
}

.theme-social-icon a[href*="instagram.com"]:before {
  content: "\f351";
}

.theme-social-icon a[href*="vimeo.com"]:before {
  content: "\f245";
}

.theme-social-icon a[href*="youtube.com"]:before {
  content: "\f24d";
}

.theme-social-icon a[href*="github.com"]:before {
  content: "\f233";
}

.theme-social-icon a[href*="linkedin.com"]:before {
  content: "\f239";
}

.theme-social-icon a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.theme-social-icon a[href*="feed"]:before {
  content: "\f23d";
}

@font-face {
  font-family: "themify";
  src: url("fonts/themify.eot");
  src: url("fonts/themify.eot") format("embedded-opentype"), url("fonts/themify.woff") format("woff"), url("fonts/themify.ttf") format("truetype"), url("fonts/themify.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

[class^="ti-"], [class*=" ti-"] {
  speak: none;
  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;
}

[class^="ti-"]:before, [class*=" ti-"]:before {
  font-family: "themify";
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 9px;
}

.topbar .header-topbar-wrap {
  margin: 0;
}

.topbar__container,
.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #1D1D1D;
}

.topbar__container {
  justify-content: space-between;
  align-items: center;
}

.topbar__social {
  margin-left: 30px;
}

.topbar__left .space-top {
  margin-left: 29px;
}

.topbar__right {
  position: relative;
  float: right;
  font-size: 14px;
  padding-right: 18px;
  margin-right: 14px;
  line-height: 24px;
  border-right: 1px solid #1D1D1D21;
}

.topbar__right img {
  margin-right: 16px;
  margin-top: -1px;
}

.topbar__right .dropdown__current {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 52px;
  margin: -14px 0;
}

.topbar__right .dropdown__current i.fa.fa-angle-down {
  margin-left: 13px;
}

.topbar__right .gray {
  color: #787878;
}

.topbar__right.white {
  border-right: 1px solid #477763;
}

.topbar__right.white .dropdown__current {
  color: #ffffff;
}

.topbar__right.white-tech {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.topbar__right.white-tech .dropdown__current {
  color: #ffffff;
  line-height: 45px;
  margin: -14px 0 -18px 0;
}

@media (max-width: 768px) {
  .wrapper-bar-message span {
    display: none;
  }
}

.footer-subscribe-form input {
  float: left;
  height: 50px;
  padding: 0 20px;
  border-color: #ddd;
  width: -webkit-calc( 100% - 180px);
  width: -moz-calc( 100% - 180px);
  width: calc( 100% - 180px);
}

.footer-subscribe-form input:focus {
  border-color: #FFBD0C;
}

.footer-subscribe-form button {
  width: 180px;
  float: left;
  height: 50px;
  padding: 0 15px;
  border: 0;
  color: #fff;
}

.footer-subscribe-form button:hover {
  opacity: 0.8;
}

.instagram-wrap {
  position: relative !important;
}

.instagram-wrap .instagram {
  position: absolute !important;
  top: 32% !important;
}

.boostify-count-product {
  line-height: 15px;
}

/* CUSTOM */
#wp-admin-bar-updates {
  display: none;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

#cancel-comment-reply-link {
  margin-left: 15px;
  color: #f00;
}

/* EDIT LOCATION
------------------------------------------------->*/
.customize-partial-edit-shortcut {
  width: 30px;
  height: 30px;
  top: 50px;
  left: 20px;
  z-index: 21;
}

.menu-layout .customize-partial-edit-shortcut {
  display: none;
}

#theme-page-header .customize-partial-edit-shortcut {
  top: 15px;
}

.customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
  left: 0;
  top: 0;
}

/* BLANK MENU
------------------------------------------------->*/
.add-menu {
  display: inline-block;
}

.add-menu + .add-menu {
  margin-left: 20px;
}

/*! ELEMENTOR EDIT MODE
------------------------------------------------->*/
.elementor-editor-active .elementor-element-edit-mode {
  min-height: 20px;
}

/*! G_CAPCHA
******************************************************************************************************/
.g-recaptcha {
  position: static !important;
  clear: both;
  margin-bottom: 10px;
}

.single .g-recaptcha {
  margin-bottom: 30px;
}

/*! FOR PEN-MENU WHEN TEXT SELECTED
------------------------------------------------->*/
.pen-menu {
  z-index: 100 !important;
}

/* Custom image box */
.avimart-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-top: -8px;
}

.quotes {
  padding: 0 20px;
  border-left: 2px solid #FFBD0C;
}

@media (min-width: 768px) {
  .custom-icon-box .elementor-icon-box-icon {
    margin-top: -14px;
  }
  .custom-icon-box .elementor-icon-box-description {
    margin-left: -25px;
  }
}

.topbar-customtheme .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.topbar-customtheme .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Currency */
.woocommerce-currency-switcher-form .dd-container .dd-select {
  background: transparent !important;
  border: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-selected {
  color: #A5A5A5;
  font-weight: 400 !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-down {
  border-top-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-up {
  border-bottom-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer {
  right: -6px;
}

.woocommerce-currency-switcher-form .dd-container a.dd-option {
  padding: 0 8px !important;
}

.boostify-mega-menu-vertical--widget .boostify-mega-menu-vetical .menu-item-has-mega > a:after {
  font-size: 12px !important;
}

h3.autocomplete-pro-suggestion__title {
  margin: 0;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation {
  margin: 0;
  font-size: 13px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt, .boostify-cart-item-info .mini-cart-item-detail dl.variation dd {
  float: left;
  line-height: 26px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt {
  margin-right: 5px;
}

div.product form.cart .tinvwl_add_to_wishlist_button {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  margin-top: 16px;
}

.avimart-search-form__field::placeholder {
  opacity: 1;
}

.avimart-search-form__field:-ms-input-placeholder {
  opacity: 1;
}

.avimart-search-form__field::-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder {
  opacity: 1;
}

.sticky-post {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sticky-post:after {
  content: '\f2a6';
  font-family: "ionicons";
  display: inline-block;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  font-size: 25px;
  padding: 10px;
}

.entry-content p:last-child {
  clear: both;
  margin: 0;
}

.entry-content.wc-tab p:last-child {
  clear: none;
}

figcaption {
  text-align: center;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.bg_transparent .search-field {
  background-color: transparent;
}

.boostify-icon-ion-bag .boostify-icon--cart:after {
  content: "\f290" !important;
  font-family: 'FontAwesome' !important;
}

.button-category-home {
  left: 50%;
  transform: translateX(-50%);
}

.button2-category-home {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-image-category {
  overflow: hidden;
}

.hover-image-category img {
  transition: all 0.3s;
}

.hover-image-category:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.hover-image-category2 {
  overflow: hidden;
}

.hover-image-category2 img {
  transition: all 0.3s;
}

.hover-image-category2:hover img {
  transform: scale(1.1);
}

.hover2-image-category {
  overflow: hidden;
}

.hover2-image-category img {
  transition: all 0.3s;
  object-fit: cover;
}

.hover2-image-category:hover img {
  transform: scale(1.05);
  filter: brightness(80%);
}

.avimart-list-icon-hover .elementor-icon-list-text:hover {
  text-decoration: underline;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.site-header-wishlist.top_wishlist-custom img,
span.site-header-wishlist.top_wishlist-custom img {
  width: 13px !important;
  height: auto;
  margin: 0 !important;
}

.list-icon-footer a.elementor-social-icon {
  position: relative;
}

.list-icon-footer a.elementor-social-icon i {
  z-index: 2;
}

.list-icon-footer a.elementor-social-icon:after {
  content: "";
  width: 105%;
  height: 105%;
  border-radius: 50px;
  background-color: #ffb930;
  position: absolute;
  transform: translate(6px, 6px);
  z-index: -1;
  transition: all .5s;
}

.list-icon-footer a.elementor-social-icon:hover:after {
  transform: unset;
  z-index: -1;
}

.topbar__right .dropdown:not(:last-child) {
  margin-right: 17px;
}

.topbar__right .gray {
  margin-right: 5px;
}

body.elementor-default #main {
  padding-bottom: 52px;
}

body.elementor-default #main.full,
body.elementor-default #main.no-sidebar {
  width: 100%;
}

body.elementor-default #theme-footer {
  padding-top: 0;
}

body.elementor-page #main,
body.error404 #main {
  padding-bottom: 0;
}

body.elementor-page #theme-footer,
body.error404 #theme-footer {
  padding-top: 100px;
}

body.error404 #theme-footer {
  padding-top: 0;
  margin-top: 0;
}

.sub-width-custom .boostify-menu-child.boostify-mega-sub {
  left: 0 !important;
}

.customcss .boostify-mega-menu-vetical {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.custom-search .search-field {
  background: transparent !important;
}

.font-salmela-script-regular {
  font-family: 'salmela-script-regular' !important;
}

.title-landding span {
  border-bottom: 2px solid #b8bbc6;
}

@media (min-width: 780px) {
  .boostify-mega-menu-vertical--widget .boostify-main-navigation.show {
    z-index: 99 !important;
  }
}

@-webkit-keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.shape-4 {
  animation: hero-thumb-animation 3s linear infinite alternate;
}

.shape-5 {
  animation: hero-thumb-animation 3.25s linear infinite alternate;
}

.shape-6 {
  animation: hero-thumb-animation 3.5s linear infinite alternate;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.toggle-new .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.toggle-new .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-bottom: none;
}

.toggle-new .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}

.toggle-new .elementor-accordion .elementor-tab-title {
  margin-top: 20px;
}

.toggle-new .elementor-tab-content {
  margin-top: -10px;
}

.password-content__title h2 {
  font-family: Housky Demo !important;
  font-style: normal;
  font-weight: 400;
  font-size: 240px;
  line-height: 1;
  text-align: center;
  letter-spacing: .08em;
  margin: 0 0 7px;
}

.toggle-new-padding .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}

.toggle-new-padding .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}

.toggle-new-padding .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #e5e5e5;
}

.toggle-new-padding .elementor-tab-content {
  margin-top: -10px;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text {
  position: relative;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text:after {
  content: "";
  height: 1px;
  background-color: #1D1D1D;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .25s;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text:hover:after {
  width: 100%;
}

.cms_html_type {
  display: flex;
  flex-direction: column;
}

.cms_html_type span:not(:last-child) {
  margin-bottom: 12px;
}

.cms_html_type span {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.cms_html_type svg {
  margin-right: 8px;
}

.boostify-menu .menu-item-has-children > a:after {
  font-size: 11px;
}

.menu-toggle-wrapper.ion-android-menu:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' style='stroke:%23121212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 5.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 13.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17 17.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
  width: 24px;
  height: 24px;
}

.tns-controls {
  display: none;
}

.avimartquote {
  padding-left: 18px;
  position: relative;
}

.avimartquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2ACB35;
  width: 6px;
  height: 100%;
  border-radius: 50px;
}

.new-counter .elementor-counter {
  display: flex;
}

.new-counter .elementor-counter .elementor-counter-title {
  margin-left: 8px;
}

.new-size-icon .elementor-button-wrapper .elementor-button .elementor-align-icon-left {
  font-size: 24px;
}

.new-size-icon2 .elementor-button-wrapper .elementor-button .elementor-align-icon-left {
  font-size: 28px;
}

.line-new {
  position: relative;
  color: #FFBD0C;
}

.line-new:before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 8px;
  background-color: #FFBD0C;
  opacity: 0.3;
}

.avimart-footer-mobile {
  position: fixed;
  z-index: 99999;
  background: white;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px #0003;
}

#theme-menu-pusher.sticky_menu_bottom {
  padding-bottom: 66px;
}

.single-product #theme-menu-pusher.sticky_menu_bottom {
  padding-bottom: 0;
}

.menu-footer-new .elementor-icon-box-title {
  margin-top: 3px;
}

.new-menu-footer .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 14px;
}

.boostify--search-sidebar-wrapper .search-field {
  min-height: 40px;
}

.boostify--search-sidebar-wrapper .btn-boostify-search-form {
  width: 40px !important;
}

.hightlight2 {
  color: #ffffff;
}

.hightlight2:hover {
  color: #1D1D1D;
}

.menu-menu-navigation-container.white-color {
  color: #ffffff;
}

.menu-menu-navigation-container.white-color a {
  color: #ffffff;
}

.menu-menu-navigation-container.white-color a:hover {
  color: #1D1D1D;
}

.menu-menu-navigation-container.white-color svg path {
  stroke: #ffffff;
}

/*.blog-article:first-child() {
	transform: translateY(0);
	opacity: 1;
}

.blog-article {
	position: relative;
	transform: translateY(160px);
	opacity: 0;
	transition: 0.65s all ease;
}

.blog-article.active{
	transform: translateY(0);
	opacity: 1;
}
*/
.title-new-blue .elementor-heading-title {
  position: relative;
  padding-bottom: 25px;
}

.title-new-blue .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #295EC6;
}

.title-new-yellow .elementor-heading-title {
  position: relative;
  padding-bottom: 25px;
}

.title-new-yellow .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: calc( 50% - 50px);
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #FFBD0C;
}

.title-new-yellow2 .elementor-heading-title {
  position: relative;
  padding-bottom: 25px;
}

.title-new-yellow2 .elementor-heading-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background-color: #FFBD0C;
}

.avimart-style .woosc-btn,
.avimart-style .woosw-btn {
  display: none;
}

/* Sales countdown timer */
.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline {
  align-items: center;
  justify-content: flex-end;
}

.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-text-before {
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 25px;
  text-transform: capitalize;
}

.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 {
  padding: 2px 10px;
  background-color: #FFEEEE;
  border: 2px solid #DF4949;
  border-radius: 5px;
  min-height: 36px;
}

.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap {
  margin: 0 4px;
}

.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

@media (max-width: 600px) {
  .elementor-widget-sales-countdown-timer .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline {
    justify-content: flex-start;
  }
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap {
  align-items: center;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-text-before {
  margin-right: 18px;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 {
  border: none;
  background-color: transparent;
  padding: 0;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap {
  margin: 0;
  position: relative;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap:not(:last-child):after {
  content: ':';
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 24px;
  color: #1D1D1D;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap .woo-sctr-shortcode-countdown-unit {
  background-color: #FFEEEE;
  border: 2px solid #DF4949;
  border-radius: 5px;
  margin: 0 8px;
  padding: 6px 10px;
  min-width: 54px;
  min-height: 60px;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-style .woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap .woo-sctr-shortcode-countdown-unit span {
  display: flex;
  justify-content: center;
}

.elementor-widget-icon-box .elementor-icon-box-title {
  margin-top: 0;
}

.boostify-menu .sub-mega-menu,
.boostify-menu .sub-menu {
  transform: translateY(15px) !important;
}

.boostify-menu .menu-item-has-children:hover > .boostify-menu-child > .sub-menu,
.boostify-menu .menu-item-has-children:hover > .sub-mega-menu,
.boostify-menu .menu-item-has-children:hover > .sub-menu {
  transform: translateY(0) !important;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-title .elementor-toggle-icon {
  font-size: 12px;
  margin: 9px -3px 9px 0;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 8px;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul li {
  font-size: 14px;
  line-height: 26px;
  border-bottom: 1px solid #e5e5e5;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul li:last-child {
  border: none;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul li a {
  color: #6a6a6a;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul li a:hover {
  color: #1d1d1d;
}

.avimart-category-toggle.elementor-widget-toggle .elementor-tab-content ul li a.see-more-btn {
  font-size: 12px;
  line-height: 26px;
  text-decoration: underline;
  color: #295ec6;
}

.elementor-widget-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: auto;
  height: auto;
}

.text-shadow-white {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

@media (max-width: 1366px) {
  .elementor-row {
    flex-wrap: wrap;
  }
}

.form-get-link input[type='tel'] {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  padding: 12px 20px;
}

.form-get-link input[type='tel']::placeholder {
  color: #A0A0A0;
  opacity: 1;
}

.form-get-link input[type='tel']:-ms-input-placeholder {
  opacity: 1;
}

.form-get-link input[type='tel']::-ms-input-placeholder {
  opacity: 1;
}

.form-get-link .button-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.form-get-link .button-submit .submit-contact {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #39a196;
  color: #FFF;
  background-color: #39A196;
  padding: 0 32px;
  line-height: 48px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0 5px 5px 0;
  z-index: 1;
  white-space: nowrap;
}

.form-get-link .button-submit .submit-contact:hover {
  border-color: #e5e5e5 !important;
}

@media (max-width: 767px) {
  .form-get-link .button-submit .submit-contact {
    padding: 0 15px;
  }
}

.elementor-widget-accordion .elementor-accordion-item:not(:last-child) {
  border-bottom-width: 1px !important;
  border-bottom-color: #e5e5e5;
}

.elementor-widget-accordion .elementor-accordion-item .elementor-accordion-title:hover {
  color: currentColor;
}

@media (max-width: 767px) {
  .elementor-widget-image-box .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 15px !important;
  }
}

/*Custom Avimart Pro*/
#elementor-add-new-section {
  display: contents !important;
}

.menu-line {
  height: 25px;
}

/* Custom animation text */
@keyframes scrollText {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

.animation-text-horizontal {
  animation: scrollText 40s infinite linear;
}

@media (max-width: 767px) {
  .animation-text-horizontal {
    animation: none;
  }
}

/* Custom sales countdown timer in Furniture demo */
.elementor-widget-sales-countdown-timer.sales-countdown-box-number .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: auto;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-number .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap {
  margin: 0;
  background-color: #FFF;
  border-radius: 2px;
  padding: 12px 10px;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-number .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-unit-wrap .woo-sctr-shortcode-countdown-value {
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1em;
  display: block;
}

.elementor-widget-sales-countdown-timer.sales-countdown-box-number .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-inline .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-time-separator {
  font-size: 30px;
  font-weight: 700;
  line-height: 39px;
  color: #FFF;
  margin: 0 13px;
}

.boostify-mega-menu-vertical--widget .boostify-mega-menu-vetical .menu-item-has-mega > a:after {
  content: '\f125' !important;
  right: 17px !important;
}

.elementor-widget-avimart-recently-view-product-bottom .elementor-widget-container {
  min-height: 0;
}

.elementor-widget-avimart-recently-view-product-bottom .elementor-widget-container .ht-grid {
  min-height: 0;
}

.category-box.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a {
  display: block;
  position: relative;
  overflow: hidden;
}

.category-box.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-img a img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}

.category-box.elementor-widget-image-box .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
  color: #FFBD0C !important;
}

.elementor-widget-icon-box.top-deals .elementor-icon-box-title a:hover {
  color: #1BBBD0;
}

li::marker {
  font-size: 0;
}

/* PLUGINS */
.woo-sctr-single-product-container {
  padding: 24px 0 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}

.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container {
  margin-top: 13px;
  margin-bottom: 5px;
}

.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container .woo-sctr-progress-bar-message {
  line-height: 22px;
  font-size: 14px;
  color: #1D1D1D;
  font-weight: 400;
  margin-top: 9px;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-value,
.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-value-container {
  font-weight: 600;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-text {
  text-transform: capitalize;
  font-weight: 400;
}

.elementor-widget-container .woo-sctr-single-product-container {
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before {
  display: block;
  float: left;
  margin-right: 16px;
  text-align: left;
  margin-top: 16px;
  text-transform: capitalize;
}

.woo-sctr-progress-bar-wrap-container {
  text-align: left !important;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
  text-align: left;
}

.woo-sctr-shortcode-countdown-1 {
  display: inline-block !important;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before {
  font-size: 15px;
  font-weight: 400;
}

.woo-sctr-shortcode-countdown-style-2 .woo-sctr-shortcode-countdown-text-before {
  font-size: 20px;
  font-weight: 600;
}

.woo-sctr-shortcode-countdown-value-container-2.woo-sctr-shortcode-countdown-value-container-2 {
  position: inherit !important;
}

.woo-sctr-progress-bar-wrap {
  height: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  \background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
  background-size: 25px 25px !important;
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

.woo-sctr-progress-bar-fill {
  width: 100%;
  height: 8px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
  background-size: 25px 25px !important;
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

/* Must Include the animation below */
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}

@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}

@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-unit-wrap {
  padding: 0 4px !important;
}

.woo-sctr-shortcode-wrap-wrap .woo-sctr-shortcode-countdown-wrap.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-unit {
  border: 2px solid #df4949 !important;
  background: #ffeeee !important;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-value {
  padding: 3px 0 0 0 !important;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-text {
  background: transparent !important;
  margin-top: -13px !important;
}

table.quantity-discount-table {
  border: 0;
  width: 290px;
  max-width: 100%;
  margin: -11px 0 35px 0;
  table-layout: auto;
}

table.quantity-discount-table thead {
  display: none;
}

table.quantity-discount-table td {
  white-space: nowrap;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 10px 6px 0;
  border-width: 0;
}

table.quantity-discount-table td:last-child {
  padding-right: 0;
}

table.quantity-discount-table input[type='radio'] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 2px;
  cursor: pointer;
}

table.quantity-discount-table input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}

table.quantity-discount-table input[type='radio']:before {
  border-color: #ccc;
}

table.quantity-discount-table input[type='radio']:after {
  background-color: #000;
}

table.quantity-discount-table input[type='radio']:hover:before {
  border-color: #000;
}

table.quantity-discount-table input[type='radio']:checked:before {
  border-color: #ccc;
}

table.quantity-discount-table input[type='radio'][disabled] {
  cursor: not-allowed;
}

table.quantity-discount-table input[type='radio'][disabled]:before {
  border-color: #ccc !important;
  background: #dedede;
}

table.quantity-discount-table .price {
  font-size: 14px;
}

table.quantity-discount-table .price .amount {
  display: block;
  line-height: 26px;
}

table.quantity-discount-table .price ins .amount {
  color: #1D1D1D;
  font-size: 14px;
}

table.quantity-discount-table .price del {
  font-size: 14px;
}

table.quantity-discount-table .quantity-discount-item.disabled label {
  cursor: not-allowed;
}

.quantity-discount-badge {
  display: inline-block;
  font-size: 11px;
  color: #6A6A6A;
  line-height: 25px;
  background-color: #FBF2DF;
  border-radius: 2px;
  padding: 0;
  min-width: 75px;
  text-align: center;
}

.col-quantity-discount-badge {
  width: 62px;
}

.col-quantity-regular-price,
.col-quantity-discount-price {
  width: 60px;
}

.quantity-discount-name {
  display: inline-block;
  color: #1D1D1D;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: normal;
}

@media screen and (max-width: 400px) {
  .quantity-discount-table input[type=radio] {
    margin-right: 5px !important;
  }
  .quantity-discount-table td {
    padding-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .quantity-discount-table .price {
    font-size: 12px;
  }
  .col-quantity-regular-price,
  .col-quantity-discount-price {
    width: 50px;
  }
}

/* Custom Dokan store listing */
#dokan-store-listing-filter-wrap {
  margin-top: 25px !important;
}

#dokan-store-listing-filter-wrap .item.store-count {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}

#dokan-store-listing-filter-wrap .right .item .dokan-icons .dokan-icon-div {
  background: #1d1d1d !important;
}

#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #1d1d1d;
  border: 1px solid #ffbd0c;
}

#dokan-store-listing-filter-wrap .right .item.sort-by label {
  font-size: 16px;
  line-height: 24px;
}

#dokan-store-listing-filter-wrap .right .item.sort-by #stores_orderby {
  font-size: 16px;
  line-height: 24px;
  float: none;
}

#dokan-store-listing-filter-wrap .right .item.toggle-view .dashicons {
  color: #b7b7b7;
}

#dokan-store-listing-filter-wrap .right .item.toggle-view .dashicons.active {
  color: #1d1d1d;
}

#dokan-store-listing-filter-form-wrap {
  display: flex;
}

@media (max-width: 767px) {
  #dokan-store-listing-filter-form-wrap {
    flex-wrap: wrap;
  }
}

#dokan-store-listing-filter-form-wrap .store-search {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
}

#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}

#dokan-store-listing-filter-form-wrap .apply-filter {
  margin-top: 0;
  margin-left: 15px;
}

@media (max-width: 767px) {
  #dokan-store-listing-filter-form-wrap .apply-filter {
    margin-top: 15px;
    margin-left: 0;
  }
}

#dokan-store-listing-filter-form-wrap .apply-filter .dokan-btn-theme {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data h2 {
  font-size: 24px;
  line-height: 30px;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data h2 a {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 500;
  color: #1d1d1d !important;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data h2 a:hover {
  color: #ffbd0c !important;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .dokan-seller-rating .rating {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .store-address,
#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .store-phone {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #1d1d1d !important;
}

#dokan-seller-listing-wrap .store-wrapper .store-content .store-data .store-phone i {
  display: none;
}

#dokan-seller-listing-wrap .store-wrapper .store-footer {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
}

#dokan-seller-listing-wrap .store-wrapper .store-footer .seller-avatar {
  position: unset !important;
}

#dokan-seller-listing-wrap .store-wrapper .store-footer a span.dokan-btn-theme {
  font-size: 18px;
  background-color: #ffbd0c;
  border: 1px solid #ffbd0c;
  margin-right: 0 !important;
}

#dokan-seller-listing-wrap .store-wrapper .store-footer a:hover span.dokan-btn-theme {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

#dokan-seller-listing-wrap.grid-view .store-wrapper .store-content .store-data-container {
  padding: 20px;
}

@media (max-width: 991px) {
  #dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller {
    width: 100% !important;
  }
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data .store-phone {
  display: block !important;
  margin-bottom: 0;
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-error {
  font-size: 16px;
  line-height: 24px;
}

/* Custom Dokan store detail*/
.dokan-store .page-header .page-title {
  display: none;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .widget-title {
  padding: 13px 20px 12px;
  margin-bottom: 0;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .widget-title:after {
  left: 20px;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .store-cat-stack-dokan {
  padding: 20px;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .store-cat-stack-dokan > ul {
  margin: 0;
  padding: 0;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .store-cat-stack-dokan > ul li.has-children a {
  border-bottom: none !important;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .store-cat-stack-dokan > ul li.has-children a .caret-icon {
  float: right;
}

.dokan-store .dokan-store-sidebar .dokan-store-menu .store-cat-stack-dokan > ul li.has-children ul.children {
  display: none;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .widget-title {
  margin-bottom: 20px;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .dokan-form-group .dokan-form-control {
  border-color: #e5e5e5;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .dokan-form-group textarea {
  font-size: 16px;
  padding: 5px 20px;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .dokan-form-group span.error {
  font-size: 16px;
  line-height: 22px;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .dokan-btn-theme {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #1d1d1d;
  background-color: #ffbd0c;
  border-color: #ffbd0c;
  padding: 9px 12px;
}

.dokan-store .dokan-store-sidebar .dokan-store-contact .dokan-btn-theme:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #e5e5e5;
}

.dokan-store .dokan-single-store .dokan-store-products-filter-area .product-name-search {
  min-height: 40px;
  border-color: #e5e5e5;
  border-radius: 0;
}

@media (max-width: 480px) {
  .dokan-store .dokan-single-store .dokan-store-products-filter-area .product-name-search {
    width: 68%;
  }
}

.dokan-store .dokan-single-store .dokan-store-products-filter-area .search-store-products.dokan-btn-theme {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  background-color: #ffbd0c;
  border-color: #ffbd0c;
  border-radius: 0;
}

.dokan-store .dokan-single-store .dokan-store-products-filter-area .search-store-products.dokan-btn-theme:hover {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #e5e5e5 !important;
}

.dokan-store .dokan-single-store .dokan-store-products-filter-area .orderby-search {
  width: auto;
  font-size: 16px;
  border-color: #e5e5e5;
  border-radius: 0;
}

@media (max-width: 767px) {
  .dokan-store .dokan-single-store .dokan-store-products-filter-area .orderby-search {
    float: left;
    margin-top: 15px;
  }
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-summery-wrapper {
  border-color: #e5e5e5;
  background-color: #f7f7f7;
}

@media (max-width: 1199px) {
  .dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-summery-wrapper {
    border: 1px solid #e5e5e5;
  }
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-summery-wrapper .profile-info-summery {
  padding: 0 !important;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-head {
  width: 250px !important;
}

@media (max-width: 1199px) {
  .dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-head {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-head {
    width: 100% !important;
  }
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-head .profile-img {
  margin-bottom: 0 !important;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info-head .profile-img img {
  padding: 0 !important;
  border: none !important;
  width: 250px !important;
  height: 250px !important;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info {
  width: calc( 100% - 250px) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 767px) {
  .dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info {
    width: 100% !important;
  }
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info .store-name {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 500 !important;
  margin-top: 0px !important;
  margin-bottom: 10px;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info ul.dokan-store-info li {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #1d1d1d;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info ul.dokan-store-info li:before {
  display: none;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .profile-frame .profile-info ul.dokan-store-info li i {
  margin-top: 2px;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .dokan-store-tabs ul.dokan-list-inline {
  border-color: #e5e5e5;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .dokan-store-tabs ul.dokan-list-inline li {
  border-right-color: #e5e5e5;
}

.dokan-store .dokan-single-store .dokan-profile-frame-wrapper .dokan-store-tabs ul.dokan-list-inline li a {
  font-size: 16px;
  color: #1d1d1d;
}

.variations select {
  float: left;
}

.variations .label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 15px 0;
  border: none;
  vertical-align: top;
  width: 130px;
}

.variations .woo-variation-items-wrapper {
  padding: 0 10px;
}

.swatch {
  width: 28px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.swatch img {
  border-radius: 50%;
}

.reset_variations {
  align-items: center;
  vertical-align: middle;
  margin: 5px 0;
  color: #c00;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 13px;
}

.reset_variations:before {
  content: "\f49a";
  font-family: "ionicons";
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}

.pro-swatch-list {
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-top: 10px;
  transform: translateY(150%);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pro-swatch-list .p-attr-image img {
  border-radius: 50%;
  max-height: 100%;
}

.p-attr-swatch {
  width: 24px;
  height: 24px;
  margin: 0 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 4px rgba(71, 92, 133, 0.2);
}

.p-attr-swatch:first-child {
  margin-left: 0;
}

.p-attr-swatch:before {
  position: absolute;
  content: '';
  inset: -4px;
  border-radius: 8px;
}

.p-attr-swatch.p-attr-color {
  width: 24px;
  height: 24px;
}

.p-attr-swatch.p-attr-label {
  min-width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}

.p-attr-swatch.p-attr-label:before {
  content: none;
}

.p-attr-swatch.active {
  border: 4px solid #ffffff;
}

.p-attr-swatch.active:before {
  border: 1px solid #1D1D1D;
}

.p-attr-swatch.p-attr-label.active {
  border: 1px solid #1D1D1D;
}

.tawcvs-swatches .swatch span {
  display: none;
}

.single form.cart {
  display: block;
  padding-top: 66px;
}

.single form.cart.grouped_form {
  padding-top: 0;
}

.single form.cart.variations_form {
  padding-top: 13px;
}

.single .summary.entry-summary .woosc-btn,
.single .summary.entry-summary .woosw-btn {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
}

.single .woosc-btn,
.single .woosw-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 0;
  color: #333;
  border-radius: 25px;
  height: 48px;
  width: 48px;
  line-height: 48px;
  position: relative;
  text-align: center;
  vertical-align: top;
  transition: all 0.5s ease-out 0s;
}

.single .woosc-btn:hover,
.single .woosw-btn:hover {
  background-color: #FFBD0C !important;
}

.single .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 0.833313L17.5003 4.16665L14.167 7.49998' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 9.16663V7.49996C2.5 6.6159 2.85119 5.76806 3.47631 5.14294C4.10143 4.51782 4.94928 4.16663 5.83333 4.16663H17.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83333 19.1667L2.5 15.8333L5.83333 12.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 10.8334V12.5C17.5 13.3841 17.1488 14.2319 16.5237 14.8571C15.8986 15.4822 15.0507 15.8334 14.1667 15.8334H2.5' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  margin-right: 0;
  width: 20px;
  height: 20px;
}

.single .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.167 0.833313L17.5003 4.16665L14.167 7.49998' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 9.16663V7.49996C2.5 6.6159 2.85119 5.76806 3.47631 5.14294C4.10143 4.51782 4.94928 4.16663 5.83333 4.16663H17.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.83333 19.1667L2.5 15.8333L5.83333 12.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 10.8334V12.5C17.5 13.3841 17.1488 14.2319 16.5237 14.8571C15.8986 15.4822 15.0507 15.8334 14.1667 15.8334H2.5' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.single .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3671 3.84166C16.9415 3.41583 16.4361 3.07803 15.8799 2.84757C15.3237 2.6171 14.7275 2.49847 14.1254 2.49847C13.5234 2.49847 12.9272 2.6171 12.371 2.84757C11.8147 3.07803 11.3094 3.41583 10.8838 3.84166L10.0004 4.725L9.11709 3.84166C8.25735 2.98192 7.09129 2.49892 5.87542 2.49892C4.65956 2.49892 3.4935 2.98192 2.63376 3.84166C1.77401 4.70141 1.29102 5.86747 1.29102 7.08333C1.29102 8.29919 1.77401 9.46525 2.63376 10.325L3.51709 11.2083L10.0004 17.6917L16.4838 11.2083L17.3671 10.325C17.7929 9.89937 18.1307 9.39401 18.3612 8.83779C18.5917 8.28158 18.7103 7.6854 18.7103 7.08333C18.7103 6.48126 18.5917 5.88508 18.3612 5.32887C18.1307 4.77265 17.7929 4.26729 17.3671 3.84166V3.84166Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 20px;
  height: 20px;
  animation: heartBeat 1.3s infinite running;
}

.single .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3671 3.84166C16.9415 3.41583 16.4361 3.07803 15.8799 2.84757C15.3237 2.6171 14.7275 2.49847 14.1254 2.49847C13.5234 2.49847 12.9272 2.6171 12.371 2.84757C11.8147 3.07803 11.3094 3.41583 10.8838 3.84166L10.0004 4.725L9.11709 3.84166C8.25735 2.98192 7.09129 2.49892 5.87542 2.49892C4.65956 2.49892 3.4935 2.98192 2.63376 3.84166C1.77401 4.70141 1.29102 5.86747 1.29102 7.08333C1.29102 8.29919 1.77401 9.46525 2.63376 10.325L3.51709 11.2083L10.0004 17.6917L16.4838 11.2083L17.3671 10.325C17.7929 9.89937 18.1307 9.39401 18.3612 8.83779C18.5917 8.28158 18.7103 7.6854 18.7103 7.08333C18.7103 6.48126 18.5917 5.88508 18.3612 5.32887C18.1307 4.77265 17.7929 4.26729 17.3671 3.84166V3.84166Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.single .summary .woosw-btn {
  margin-left: 15px;
}

.single .summary .woosc-btn {
  margin-left: 15px;
}

.single .product-type-grouped .summary .woosc-btn {
  margin-left: 0;
}

.single .product-type-variable .summary .woosc-btn {
  margin-left: 12px;
}

@media (max-width: 600px) {
  .single .product-type-variable .summary .woosc-btn {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .single form.cart {
    margin-bottom: 10px;
  }
}

.woo-variation-swatches.wvs-show-label .variations td {
  display: inline-block !important;
}

.button-variable-item span {
  font-size: 16px !important;
  font-weight: 500;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
  border-radius: 8px !important;
}

.variable-item:not(.radio-variable-item) {
  width: 24px !important;
  height: 24px !important;
}

.wvs-style-squared .button-variable-item {
  max-width: 24px !important;
  min-width: 24px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-contents {
  width: auto !important;
}

table.variations {
  border: none;
}

table.variations td.value {
  border: none;
}

.swatch-tooltip {
  background-color: #1D1D1D;
  color: #ffffff;
}

.swatch-tooltip:before {
  border-color: #1D1D1D transparent transparent transparent;
}

@media (max-width: 1023px) {
  .woocommerce-wishlist .wishlist-title h2 {
    font-size: 150%;
  }
}

.woocommerce-wishlist .wishlist_table {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.woocommerce-wishlist .wishlist_table thead th {
  border: 0;
  background: #e5e5e5;
}

.woocommerce-wishlist .wishlist_table th, .woocommerce-wishlist .wishlist_table td {
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}

.woocommerce-wishlist .wishlist_table .product-remove {
  font-size: 16px;
}

@media (min-width: 768px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    width: 50px;
    text-align: center;
  }
}

.woocommerce-wishlist .wishlist_table .product-thumbnail img {
  max-width: 80px;
  max-height: 80px;
}

@media (max-width: 767px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    padding: 10px;
    background: #e5e5e5 !important;
  }
  .woocommerce-wishlist .wishlist_table .product-remove a {
    color: #f00;
  }
  .woocommerce-wishlist .wishlist_table .pro-swatch-list {
    float: none;
  }
  .woocommerce-wishlist .wishlist_table thead {
    display: none;
  }
  .woocommerce-wishlist .wishlist_table td {
    display: block;
    padding: 10px 0;
  }
  .woocommerce-wishlist .wishlist_table tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.header-wishlist-icon {
  font-size: 20px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-wishlist-icon {
    margin-right: 15px;
  }
}

.site-header-wishlist {
  position: relative;
}

.site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -6px;
  left: 15px;
  font-size: 9px;
  font-weight: 700;
  background-color: #3e976c;
  height: 16px;
  min-width: 16px;
  color: #fff !important;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  font-family: Poppins;
}

.site-header-wishlist .site-header-wishlist_text {
  margin-left: 7px;
}

.site-header-wishlist .header-wishlist {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
}

/* TI Wishlist Page */
.tinvwl-input-group .tinvwl-input-group-btn button.tinvwl-break-checkbox {
  height: 38px;
  padding: 0 15px;
  border: none;
}

.tinvwl-to-right.look_in button {
  height: 38px;
  padding: 0 15px;
  border: none;
}

.wishlist_item .button {
  border: none;
}

.tinvwl-table-manage-list {
  margin: 0;
  border: 0;
}

.tinvwl-table-manage-list .product-name a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.tinvwl-table-manage-list table.shop_table {
  border: none;
  margin-top: 0;
}

.tinvwl-table-manage-list tr {
  position: relative;
}

.tinvwl-table-manage-list td, .tinvwl-table-manage-list th {
  padding: 20px 15px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: normal;
}

.tinvwl-table-manage-list thead {
  background-color: #FBF2DF;
  font-size: 13px;
  font-weight: 500;
}

.tinvwl-table-manage-list thead td, .tinvwl-table-manage-list thead th {
  padding: 8px 15px;
  font-size: 11px;
  letter-spacing: 0.22px;
}

.tinvwl-table-manage-list thead th {
  padding: 8px 0;
  font-weight: 600;
  color: #6A6A6A;
  text-transform: uppercase;
}

.tinvwl-table-manage-list thead .product-quantity {
  padding: 0;
}

.tinvwl-table-manage-list thead .product-subtotal {
  text-align: right;
}

.tinvwl-table-manage-list .product-remove {
  width: 31px;
}

.tinvwl-table-manage-list .product-thumbnail {
  width: 50px;
}

.tinvwl-table-manage-list .product-price {
  width: 200px;
  padding: 0;
}

.tinvwl-table-manage-list .product-quantity {
  width: 83px;
}

.tinvwl-table-manage-list .product-subtotal {
  width: 130px;
}

.tinvwl-table-manage-list .product-date {
  width: 120px;
}

.tinvwl-table-manage-list .product-stock {
  width: 200px;
}

.tinvwl-table-manage-list .product-action {
  width: 143px;
}

.tinvwl-table-manage-list .product-action .button.alt {
  padding: 8px;
}

.tinvwl-table-manage-list tbody td {
  padding: 20px 0;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.tinvwl-table-manage-list tbody .product-remove {
  width: 31px;
  padding: 0;
}

.tinvwl-table-manage-list tbody .product-remove .remove {
  width: 23px;
  height: 23px;
  float: left;
  font-size: 20px;
}

.tinvwl-table-manage-list tbody .product-thumbnail {
  width: 50px;
  padding: 20px 0;
}

.tinvwl-table-manage-list tbody .product-thumbnail img {
  border-radius: 2px;
  max-width: 60px;
}

.tinvwl-table-manage-list tbody .product-name a:hover {
  color: #FFBD0C;
}

.tinvwl-table-manage-list tbody .product-quantity {
  padding: 25px 0;
  width: 83px;
}

.tinvwl-table-manage-list tbody .product-quantity .quantity {
  margin-right: 0;
  width: 83px;
}

.tinvwl-table-manage-list tbody .quantity {
  height: 40px;
}

.tinvwl-table-manage-list tbody .product-subtotal {
  width: 130px;
  text-align: right;
  padding-right: 15px;
  color: #1D1D1D;
}

.tinv-wishlist .product-remove button {
  background-color: transparent;
  height: 36px;
  width: 36px;
}

.tinv-wishlist .product-price del {
  margin-right: 10px;
  font-weight: normal;
}

.tinv-wishlist .product-price ins {
  background-color: transparent;
}

.tinv-wishlist .product-price .amount {
  color: #1D1D1D;
}

.shop-content .products .product .pro-swatch-list .p-attr-swatch.p-attr-label {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  width: 24px;
  padding: 0 5px;
  height: 24px;
  border-radius: 50%;
}

.show-text .site-header-wishlist {
  position: relative;
}

@media (max-width: 991px) {
  .show-text .site-header-wishlist {
    margin-right: 15px;
  }
}

.show-text .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.show-text .site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -9px;
  left: 11px;
  font-size: 8px;
  font-weight: 700;
  height: 16px;
  min-width: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.show-text .site-header-wishlist .site-header-wishlist_text {
  margin-left: 7px;
}

.show-text .yes .site-header-wishlist:after {
  padding-left: 19px;
  color: #e5e5e5;
  content: '|';
  font-weight: 400;
}

.none-text .site-header-wishlist {
  position: relative;
}

@media (max-width: 991px) {
  .none-text .site-header-wishlist {
    margin-right: 15px;
  }
}

.none-text .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.none-text .site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -9px;
  left: 11px;
  font-size: 9px;
  font-weight: 700;
  height: 16px;
  min-width: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.none-text .site-header-wishlist .site-header-wishlist_text {
  display: none;
}

.ftinvwl-check:before {
  content: "\e9c6" !important;
  font-family: 'fontello' !important;
}

.ftinvwl-times {
  line-height: 20px;
}

.ftinvwl-times:before {
  content: "\e9c1" !important;
  font-family: 'fontello' !important;
  font-size: 11px;
  top: 0 !important;
}

.tinv-wishlist .product-stock i {
  margin-right: 8px;
}

.tinv-wishlist .tinv-header {
  margin-bottom: 34px;
}

.tinv-wishlist .tinv-header h2 {
  font-size: 18px;
  letter-spacing: 0.36px;
  margin: 0;
}

.tinv-wishlist table tfoot td,
.tinv-wishlist table tfoot th {
  padding: 30px 0;
}

.woosw-content-items {
  width: 100%;
}

.tinv-wishlist .product-stock i {
  margin-right: 8px;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
  font-size: 16px;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  border: none;
  height: 40px;
  margin-bottom: 15px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  width: 36px;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'] {
  width: 100%;
  padding: 3px 20px;
  min-height: 44px;
  outline: none;
  font-size: 16px;
  font-weight: 400;
}

#woosw_copy_btn {
  margin-left: 10px;
  padding: 0 31px;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: 1px solid #ffbd0c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
}

.loop-action .woosw-btn.woosw-added:before,
.woosw-btn.woosw-added:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%230c8c6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  animation: heartBeat 1.3s infinite running;
  margin-right: 0;
}

@keyframes adding-spin {
  100% {
    transform: rotate(360deg);
  }
}

.woosw-content-item--price ins {
  background-color: transparent;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 600px;
}

.woocommerce-review-rating-template {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 28px;
}

.woocommerce-review-rating-template .rating-average {
  font-size: 18px;
  font-weight: 700;
}

#review_form_wrapper {
  padding-bottom: 60px;
  margin-bottom: 28px;
  border-bottom: 1px solid #E5E5E5;
  display: none;
}

.no-reviews #review_form_wrapper {
  display: block;
}

#review_form_wrapper input:focus {
  border-color: #FFBD0C;
}

#review_form_wrapper #commentform #author,
#review_form_wrapper #commentform #email {
  width: 100% !important;
}

.single-product .comment-reply-title {
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: 28px;
  text-align: left;
  display: none;
}

.single-product .comment-reply-title small {
  margin-left: 10px;
  font-size: 60%;
}

.single-product .no-reviews .reviews-content__title {
  display: none;
  margin-bottom: 0;
}

.single-product .comment-form label {
  font-size: 14px;
  letter-spacing: normal;
  color: #1D1D1D;
  display: block;
  margin-bottom: 10px;
}

.single-product .comment-form .comment-form-cookies-consent label {
  display: inline;
}

.single-product .comment-form .comment-form-rating label {
  margin-bottom: 6px;
}

.single-product .comment-form p {
  margin-bottom: 25px;
}

.single-product .comment-form .comment-form-attachment {
  display: none;
}

.single-product .comment-form .attachment-button {
  color: #ffffff;
  background-color: #FFBD0C;
  border: 0;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.single-product .comment-form .attachment-button > span {
  display: flex;
  align-items: center;
}

.single-product .comment-form .attachment-button .button-icon {
  font-size: 18px;
  margin-right: 8px;
}

.single-product .comment-respond .form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single-product #commentform #comment {
  margin-top: 0;
}

.dco-image-attachment {
  line-height: 0;
}

.dco-attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 6px;
}

.dco-attachment-gallery .dco-attachment.dco-image-attachment {
  margin: 5px;
}

.comment-form-attachment span:not(.required) {
  display: block;
}

/* Fix of possible conflicts with theme styles. */
.dco-image-attachment img {
  width: auto !important;
  height: auto !important;
}

.question-filter {
  margin-bottom: 20px;
}

ol.comment-list.question-list li {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  padding-bottom: 28px;
  padding-left: 40px;
}

.product-comment-list > .comment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.product-comment-list .comment-meta-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.product-comment-list .comment-meta-top .star-rating {
  width: 81px;
}

.product-comment-list .comment-meta-top .star-rating:before {
  font-size: 21px;
}

.product-comment-list .comment-meta-top .star-rating > span:before {
  font-size: 21px;
}

.product-comment-list .product-comment-rating {
  --size: 16px;
  letter-spacing: 1px;
}

.product-comment-list .tm-star-rating {
  flex-shrink: 0;
  margin: 0 12px 0 0;
}

.product-comment-list .meta {
  font-size: 14px;
}

.product-comment-list .woocommerce-review__published-date.comment-datetime {
  font-size: 14px;
  line-height: 29px;
  color: #B7B7B7;
  margin-bottom: 3px;
}

.woo-comment-author {
  display: flex;
  align-items: center;
}

.woo-comment-author .avatar {
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 50%;
}

.woo-comment-author .meta {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0;
}

.woo-comment-author .meta .author-verification {
  display: flex;
  align-items: center;
}

.woo-comment-author .woocommerce-review__author {
  font-size: 20px;
  margin: 0 8px 0 0;
}

.woocommerce-review__title {
  font-size: 16px;
  margin: 0 0 5px;
}

.woo-comment-content {
  margin: 23px 0 0 80px;
}

.comment-form-rating {
  line-height: 1;
  margin-bottom: 22px;
}

.comment-form-rating label {
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .avimart-wc-question .avimart-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .avimart-wc-question .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .avimart-wc-question .question-list-container {
    flex-grow: 1;
    padding-right: 25px;
  }
}

.rate-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 425px) {
  .rate-content {
    flex-direction: column;
  }
}

.rate-content .product-reviews {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.reviews-summary {
  margin-bottom: 50px;
}

.reviews-summary .rating-average {
  font-size: 18px;
  color: #667085;
  font-weight: 700;
  line-height: 28px;
}

.reviews-summary .tm-star-rating {
  letter-spacing: 3px;
}

.reviews-summary .tm-star-rating > span:before {
  font-family: "ionicons";
  font-size: 27px;
  content: "\f2fc";
  color: #FFBD0C;
}

.reviews-summary .tm-star-rating .tm-star-empty:before {
  color: #E5E5E5;
}

.reviews-summary .stars-title.tm-star-rating {
  letter-spacing: 1px;
}

.reviews-summary .stars-title.tm-star-rating > span:before {
  font-size: 16px;
}

.reviews-summary .reviews-count {
  font-size: 14px;
  text-transform: capitalize;
}

.reviews-summary .product-rate {
  padding-right: 66px;
}

.reviews-summary .product-rate h6 {
  font-size: 80px;
  color: #1D1D1D;
  font-weight: 500;
  margin: -21px 0 -10px 0;
}

@media (max-width: 425px) {
  .reviews-summary .product-rate {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .reviews-summary .product-rate h6 {
    font-size: 45px;
  }
}

.reviews-summary .rating-count {
  font-size: 13px;
  margin-top: -4px;
}

.reviews-summary .reviews-bar {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 21px;
}

.reviews-summary .reviews-bar + .reviews-bar {
  margin-top: 5px;
}

.reviews-summary .stars-title,
.reviews-summary .rating-percentage {
  flex-shrink: 0;
}

.reviews-summary .stars-title {
  min-width: 52px;
  text-align: center;
  color: #1D1D1D;
  font-size: 16px;
}

.reviews-summary .stars-percentage {
  min-width: 40px;
  text-align: end;
  font-size: 13px;
}

.reviews-summary .rating-percentage {
  min-width: 35px;
  text-align: end;
  color: #1D1D1D;
}

.reviews-summary .rating-graph {
  flex-grow: 1;
}

.reviews-summary-buttons {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reviews-summary-buttons .tm-button-wrapper {
  margin: 10px 0;
}

.reviews-summary-buttons .button-content-wrapper {
  padding: 7px 30px;
  background-color: #1D1D1D;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #ffbd0c;
}

.reviews-summary-buttons .button-content-wrapper .button-text {
  font-size: 14px;
  font-weight: 500;
}

.reviews-summary-buttons .button-content-wrapper:hover {
  background-color: #FFBD0C;
}

.reviews-content {
  margin-bottom: 50px;
}

.reviews-content .reviews-content__title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .review-rating-template-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .review-rating-template-wrapper .reviews-summary {
    width: 100%;
    flex-shrink: 0;
  }
  .review-rating-template-wrapper .reviews-content {
    width: 100%;
    flex-grow: 1;
  }
}

.rating-graph {
  position: relative;
  width: 100%;
  height: 12px;
  background-color: #eadccc;
}

.rating-graph .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 1px;
}

.entry-product-star-rating .fas {
  font-size: 14px;
}

.single-product-accordion {
  margin: 47px 0 0;
}

.single-product-accordion .entry-product-section-heading {
  display: none;
}

.page-has-no-sidebar .woocommerce-tabs .tabs:before {
  width: 3000px;
  left: 0;
  transform: translateX(-50%);
}

.review-rating-average {
  margin-right: 8px;
}

.single-product .avimart-wc-question {
  padding-top: 34px;
}

.single-product .avimart-wc-question .question-form-wrapper,
.single-product .avimart-wc-question div[class*=question-form-wrapper-] {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #E5E5E5;
}

.single-product .avimart-wc-question .question-form-wrapper div[class*="question-form-"],
.single-product .avimart-wc-question div[class*=question-form-wrapper-] div[class*="question-form-"] {
  margin-bottom: 22px;
}

.single-product .avimart-wc-question .question-form-wrapper div.form-submit,
.single-product .avimart-wc-question div[class*=question-form-wrapper-] div.form-submit {
  margin-bottom: 0;
}

.single-product .avimart-wc-question .question-form-wrapper textarea,
.single-product .avimart-wc-question div[class*=question-form-wrapper-] textarea {
  height: 150px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 100%;
  color: #98A2B3;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.single-product .avimart-wc-question .question-form-wrapper textarea:focus,
.single-product .avimart-wc-question .question-form-wrapper input:focus,
.single-product .avimart-wc-question div[class*=question-form-wrapper-] textarea:focus,
.single-product .avimart-wc-question div[class*=question-form-wrapper-] input:focus {
  border-color: #fb4e50;
}

.single-product .avimart-wc-question .question-form-wrapper {
  display: none;
}

.single-product .avimart-wc-question form label {
  font-size: 14px;
  letter-spacing: 0.13px;
  line-height: 1.33;
  color: #1D1D1D;
  margin-top: -5px;
  margin-bottom: 20px;
  display: block;
}

.single-product .avimart-wc-question .form-submit {
  text-align: right;
}

.single-product .avimart-wc-question .form-submit input {
  min-width: 155px;
  height: 44px;
  padding: 0 27px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ffbd0c;
}

.single-product .avimart-wc-question .no-question .question-form-wrapper {
  display: block;
}

.single-product .avimart-wc-question .no-question .question-toolbar {
  margin: 0;
}

.single-product .avimart-wc-question .no-question .question-title {
  display: none;
}

.single-product .avimart-wc-question .woo-comment-author h6.fn {
  font-size: 20px;
  margin: 0 8px 0 0;
}

.single-product .avimart-wc-question .woo-comment-author .comment-datetime {
  font-size: 14px;
  line-height: 29px;
  color: #B7B7B7;
  margin-bottom: 3px;
}

.single-product .avimart-wc-question .woo-comment-content {
  margin: 0 0 0 80px;
}

.single-product .avimart-wc-question .comment-list .comment-footer {
  margin: 0 0 0 80px;
}

.single-product .avimart-wc-question .reply-action {
  display: flex;
}

.single-product .avimart-wc-question .reply-action a + a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ababab;
}

.single-product .avimart-wc-question .reply-action .cancel-reply {
  pointer-events: none;
  opacity: 0;
}

.single-product .avimart-wc-question .reply-action .cancel-reply.show {
  opacity: 1;
  pointer-events: auto;
}

.single-product .woocommerce-Reviews #comments {
  padding-top: 34px;
}

.single-product .question-toolbar .question-title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 32px;
}

.single-product .question-list li {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.single-product .question-list li + li {
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}

.single-product .question-list div[class*=question-form-wrapper-] {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.single-product .question-list .children {
  list-style: none;
}

.single-product .question-list .children .woo-comment-author .avatar {
  width: 80px;
}

.question-form-message-box {
  color: #ff0001;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.question-form-message-box div {
  padding-top: 20px;
}

.question-navigation {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .avimart-wc-question .avimart-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .avimart-wc-question .reviews-summary {
    width: 100%;
    flex-shrink: 0;
  }
  .avimart-wc-question .question-list-container {
    flex-grow: 1;
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .single-product .avimart-wc-question .question-form-wrapper,
  .single-product .avimart-wc-question div[class*=question-form-wrapper-] {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .single-product .question-list div[class*=question-form-wrapper-] {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .comment-list.question-list .children {
    margin-left: 0;
  }
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
  background-color: #E5E5E5;
  border-radius: 1px;
  line-height: 12px;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  color: #fff;
  border: 1px solid #ffbd0c;
  height: 44px;
  padding: 0 28px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.woocommerce-account h2 {
  font-size: 18px;
  margin: 0;
}

.woocommerce-account .u-column1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column1 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.woocommerce-account .u-column1 .woocommerce-form-login {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column2 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .woocommerce-MyAccount-navigation {
    margin-right: 195px;
    margin-bottom: 0;
    max-width: 110px;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .woocommerce-MyAccount-content {
    width: -webkit-calc( 100% - 400px);
    width: -moz-calc( 100% - 400px);
    width: calc( 100% - 400px);
  }
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"] {
  height: 40px;
  color: #fff;
  border: 1px solid #ffbd0c;
  margin-top: 40px;
  font-weight: 600;
}

.woocommerce-MyAccount-content fieldset {
  border: 1px solid #ddd;
  margin: 0;
  padding: 5px 15px;
}

.woocommerce-address-fields .button {
  height: 50px;
  color: #fff;
  padding: 0 25px;
  border: 0;
}

.woocommerce-address-fields .button:hover {
  opacity: 0.7;
}

.lost_reset_password button[type="submit"] {
  color: #fff;
  padding: 10px 20px;
}

.woocommerce-form.woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

.woocommerce-form.woocommerce-form-login .lost_password {
  font-size: 14px;
}

.woocommerce-form.woocommerce-form-register.register .form-row.form-group.user-role > label input[type="radio"] {
  height: 10px;
}

.woocommerce-privacy-policy-text {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-style: italic;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 22px;
}

/* container */
.shop-container {
  position: relative;
  clear: both;
  margin-bottom: 63px;
  display: block;
}

@media (min-width: 1400px) {
  .shop-container.with-left-sidebar, .shop-container.with-right-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .shop-container.with-left-sidebar .shop-content, .shop-container.with-right-sidebar .shop-content {
    width: 100%;
  }
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 312px;
  }
  .shop-container.with-full-sidebar.has-filter-area .widget-area.shop-sidebar {
    display: none;
  }
  .shop-container.with-full-sidebar.has-flexible-sidebar.has-filter-area .widget-area.shop-sidebar {
    display: block;
  }
  .shop-container.with-right-sidebar .shop-content {
    width: 100%;
  }
  .shop-container.with-right-sidebar .shop-sidebar {
    margin-left: 30px;
  }
  .shop-container.with-left-sidebar .shop-content {
    order: 2;
  }
  .shop-container.with-left-sidebar .shop-sidebar {
    order: 1;
    margin-right: 30px;
    padding-left: 0;
  }
}

@media (max-width: 405px) {
  .shop-container.has-filter-area .shop-top-bar {
    padding-bottom: 12px;
  }
}

.shop-container.has-filter-area .avimart-shop-filter {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  padding: 30px;
  border: 1px solid #E5E5E5;
  border-radius: 0 0 5px 5px;
}

.shop-container.has-filter-area .avimart-shop-filter .woocommerce-widget-layered-nav-list {
  margin-top: -6px;
}

.shop-container.has-filter-area .avimart-shop-filter .woocommerce-widget-layered-nav-list li {
  line-height: unset;
}

.shop-container.has-filter-area .avimart-shop-filter .wc-layered-nav-rating {
  margin-bottom: 0;
}

.shop-container.with-full-sidebar .widget-area.shop-sidebar {
  display: none;
}

.sku-wrapper-new {
  display: none;
}

/* columns */
.products {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

@media (min-width: 1024px) {
  .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}

@media (max-width: 410px) {
  .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
}

.products .product {
  list-style: none;
  position: relative;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #E5E5E5;
  /* label plugin */
}

.products .product .product-information .product-action-wishlist {
  display: none;
}

.products .product .woocommerce-review-link:after,
.products .product .woosw-page a:after,
.products .product .woosw-continue:after {
  height: 0;
}

.products .product .woocommerce-review-link {
  line-height: 14px;
  margin-top: 1px;
}

.products .product:hover {
  position: relative;
  z-index: 4;
  box-shadow: 0 7px 10px rgba(101, 101, 101, 0.16);
}

.products .product:hover .product-quick-view-btn span,
.products .product:hover .product-action-wishlist a,
.products .product:hover .product-action-compare a {
  visibility: visible;
  position: relative;
  transform: scaleX(1);
  opacity: 1;
  visibility: visible;
}

.products .product:hover .product-quick-view-btn span:hover span,
.products .product:hover .product-quick-view-btn span:hover .tooltip,
.products .product:hover .product-quick-view-btn span:hover .tinvwl_add_to_wishlist-text,
.products .product:hover .product-action-wishlist a:hover span,
.products .product:hover .product-action-wishlist a:hover .tooltip,
.products .product:hover .product-action-wishlist a:hover .tinvwl_add_to_wishlist-text,
.products .product:hover .product-action-compare a:hover span,
.products .product:hover .product-action-compare a:hover .tooltip,
.products .product:hover .product-action-compare a:hover .tinvwl_add_to_wishlist-text {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translateX(0);
}

.products .product .label-wrap {
  position: static;
}

.products .product .content-info-product {
  padding: 0 24px 20px 24px;
  background-color: #fff;
}

@media (max-width: 480px) {
  .products .product .content-info-product {
    padding: 18px 15px 15px 15px;
    min-height: 197px;
  }
  .products .product .content-info-product .price {
    font-size: 14px;
    font-weight: 700;
  }
  .products .product .content-info-product .price ins,
  .products .product .content-info-product .price ins span {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
  .products .product .content-info-product .price del,
  .products .product .content-info-product .price del span {
    font-size: 13px !important;
  }
}

.products .product .content-info-product .woocommerce-product-details__short-description,
.products .product .content-info-product .loop-list-action {
  display: none;
}

.products:not(.columns-1) .new-one-rating {
  display: none;
}

.products.columns-1 {
  grid-template-columns: 1fr;
  border-width: 0 !important;
}

.products.columns-1 .product {
  width: 100%;
  margin-right: 0;
  margin-bottom: 79px !important;
  padding-bottom: 30px;
  border: none;
  border-bottom: 1px solid #E5E5E5;
  border-width: 0 0 1px 0 !important;
}

.products.columns-1 .product .content-info-product {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .products.columns-1 .product .content-info-product {
    padding-top: 30px;
    flex-direction: column;
  }
  .products.columns-1 .product .content-info-product .product-information,
  .products.columns-1 .product .content-info-product .loop-list-action {
    width: 100%;
  }
}

.products.columns-1 .product .content-info-product .product-information {
  position: relative;
  padding-right: 15px;
  border-right: 1px solid #E5E5E5;
}

@media (min-width: 1200px) {
  .products.columns-1 .product .content-info-product .product-information {
    width: 640px;
    padding-right: 210px;
  }
}

@media (max-width: 768px) {
  .products.columns-1 .product .content-info-product .product-information {
    padding-right: 0;
    border-right: none;
  }
}

.products.columns-1 .product .content-info-product .product-action-wishlist {
  position: absolute;
  right: 39px;
  top: 0;
}

.products.columns-1 .product .content-info-product .product-action-wishlist a {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin: 0;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
}

.products.columns-1 .product .content-info-product .woosw-btn {
  font-size: 0;
}

.products.columns-1 .product .content-info-product .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.products.columns-1 .product:hover {
  box-shadow: none;
}

.products.columns-1 .product .avimart-transform-loop-buttons,
.products.columns-1 .product .woocommerce-product-rating,
.products.columns-1 .product .avimart-product-cats {
  display: none;
}

.products.columns-1 .product .new-stock {
  display: flex;
  font-size: 14px;
  color: #B7B7B7;
}

.products.columns-1 .product .new-stock p.stock {
  margin: 0;
  margin-left: 4px;
  color: #47A432;
}

.products.columns-1 .product .woocommerce-product-details__short-description {
  border-bottom: none;
  margin-top: 12px;
  margin-bottom: 9px;
  padding-bottom: 0;
}

.products.columns-1 .product .woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 26px;
  color: #6A6A6A;
  width: 100%;
  margin-bottom: 11px;
}

.products.columns-1 .product .woocommerce-product-details__short-description ul li {
  font-size: 16px;
  line-height: 32px;
}

.products.columns-1 .product .sku-wrapper-new {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 6px 0 0;
  color: #1D1D1D;
}

.products.columns-1 .product .sku-wrapper-new .sku {
  font-weight: 400;
  color: #6A6A6A;
}

.products.columns-1 .product .new-one-rating {
  margin-bottom: 16px;
}

.products.columns-1 .product .new-one-rating .woocommerce-product-rating {
  display: flex;
}

.products.columns-1 .product .new-one-rating .woocommerce-product-rating .star-rating {
  width: 77px;
}

.products.columns-1 .product .new-one-rating .woocommerce-product-rating .star-rating:before {
  font-size: 20px !important;
}

.products.columns-1 .product .new-one-rating .woocommerce-product-rating .star-rating > span:before,
.products.columns-1 .product .new-one-rating .woocommerce-product-rating .woocommerce-product-rating:before {
  font-size: 20px;
}

.products.columns-1 .product .new-one-rating .woocommerce-review-link:after,
.products.columns-1 .product .new-one-rating .woosw-page a:after,
.products.columns-1 .product .new-one-rating .woosw-continue:after {
  height: 0;
}

.products.columns-1 .product .new-one-rating .woocommerce-review-link {
  line-height: 14px;
  margin-top: 1px;
}

.products.columns-1 .product .content-info-product .woocommerce-loop-product__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.products.columns-1 .product .content-info-product .price {
  display: none;
}

.products.columns-1 .product .content-info-product .woocommerce-product-details__short-description {
  max-width: 650px;
  display: block;
}

.products.columns-1 .product .content-info-product .loop-list-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 15px;
}

@media (min-width: 1200px) {
  .products.columns-1 .product .content-info-product .loop-list-action {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  .products.columns-1 .product .content-info-product .loop-list-action {
    padding-left: 0;
    padding-top: 30px;
  }
}

.products.columns-1 .product .content-info-product .loop-list-action .price {
  display: flex;
  margin: 8px 0 28px;
  font-size: 36px;
  font-weight: 500;
}

.products.columns-1 .product .content-info-product .loop-list-action .price ins {
  font-size: 36px;
}

.products.columns-1 .product .content-info-product .loop-list-action .price del {
  font-size: 20px;
  font-weight: 400;
}

.products.columns-1 .product .content-info-product .loop-list-action .button {
  width: 297px;
  margin-right: 0;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
}

.products.columns-1 .product .content-info-product .loop-list-action .button:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_988_11803)'%3E%3Cpath d='M6.91686 15.9446C7.30039 15.9446 7.6113 15.6336 7.6113 15.2501C7.6113 14.8666 7.30039 14.5557 6.91686 14.5557C6.53333 14.5557 6.22241 14.8666 6.22241 15.2501C6.22241 15.6336 6.53333 15.9446 6.91686 15.9446Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.5558 15.9446C14.9393 15.9446 15.2502 15.6336 15.2502 15.2501C15.2502 14.8666 14.9393 14.5557 14.5558 14.5557C14.1722 14.5557 13.8613 14.8666 13.8613 15.2501C13.8613 15.6336 14.1722 15.9446 14.5558 15.9446Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.36133 1.36108H4.13911L6.00022 10.6597C6.06372 10.9794 6.23765 11.2666 6.49157 11.471C6.74548 11.6754 7.0632 11.784 7.38911 11.7778H14.1391C14.465 11.784 14.7827 11.6754 15.0366 11.471C15.2906 11.2666 15.4645 10.9794 15.528 10.6597L16.6391 4.83331H4.83355' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_988_11803'%3E%3Crect width='16.6667' height='16.6667' fill='white' transform='translate(0.666748 0.666748)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.products.columns-1 .product .content-info-product .loop-list-action .product-action-compare {
  display: none;
}

.products.columns-1 .product .content-info-product .loop-list-action .product-action-compare-new a {
  width: 297px;
  margin: 12px 0;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #6A6A6A;
  background-color: #f7f7f7;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  border: solid 1px #e5e5e5;
}

.products.columns-1 .product .content-info-product .loop-list-action .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.16675V15.8334' stroke='%23B7B7B7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16675 10H15.8334' stroke='%23B7B7B7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.products.columns-1 .product .content-info-product .loop-list-action .product-action-wishlist,
.products.columns-1 .product .content-info-product .loop-list-action .product-quick-view-btn {
  display: none;
}

@media (min-width: 992px) {
  .products.columns-1 .product .avimart-style {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
  .products.columns-1 .product .product-image-wrapper.avimart-transform-price {
    max-width: 333px;
    margin-right: 40px;
    width: 333px;
  }
  .products.columns-1 .product .product-image-wrapper.avimart-transform-price .loop-action,
  .products.columns-1 .product .product-image-wrapper.avimart-transform-price .avimart-transform-loop-buttons {
    display: none;
  }
}

@media (min-width: 1024px) {
  .products.columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-4.columns-2 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-4.columns-3 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
  }
  .products.columns-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
  }
}

.products:not(.swiper-wrapper),
.products:not(.tns-carousel) {
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #E5E5E5;
}

.products:not(.swiper-wrapper) .product,
.products:not(.tns-carousel) .product {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  margin-bottom: -1px;
  border-color: #E5E5E5;
}

.products.tns-carousel {
  border-width: 0;
}

.products.tns-carousel .product {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  margin-bottom: -1px;
  border-color: #E5E5E5;
}

.products.tns-carousel .product.first {
  border-right: 1px solid #E5E5E5;
}

.products.tns-carousel .product.tns-slide-active {
  border-right: 1px solid #E5E5E5;
}

.products.swiper .product {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  margin-bottom: 0;
  border-color: #E5E5E5;
}

/**
 * Benefit section
 */
.content-benefit-box {
  padding-top: 20px;
}

.content-benefit-box .feature-box {
  display: flex;
  margin-bottom: 3px;
}

.content-benefit-box .feature-box .icon {
  margin-right: 17px;
}

.content-benefit-box .feature-box .content {
  font-size: 13px;
  color: #6A6A6A;
}

/* sidebar */
.shop-sidebar {
  min-height: 1px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
  padding: 6px 17px;
  border: 0;
  color: #fff;
  background: #ebe9eb;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 10px;
}

.shop-sidebar .tagcloud a {
  line-height: 26px;
}

/* top bar */
.shop-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 40px;
  padding: 0 6px 0 20px;
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
}

.shop-top-bar .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn {
  display: flex;
  align-items: center;
  color: #1D1D1D;
  font-size: 16px;
  background-color: #F7F7F7;
  border: none;
  margin-right: 40px;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn svg {
  margin-right: 11px;
}

.shop-top-bar .avimart-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-top-bar .avimart-shop-tools .avimart-products-per-page {
  margin-bottom: 14px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.shop-top-bar .avimart-shop-tools .avimart-products-per-page .per-page-title {
  margin-right: 20px;
  color: #858585;
}

.shop-top-bar .avimart-shop-tools .avimart-products-per-page .per-page-variation-wrap {
  display: flex;
  align-items: center;
}

.shop-top-bar .avimart-shop-tools .avimart-products-per-page .per-page-variation-wrap a.per-page-variation {
  display: inline-block;
  color: #959595;
}

.shop-top-bar .avimart-shop-tools .avimart-products-per-page .per-page-variation-wrap a.per-page-variation:not(:last-child) {
  margin-right: 15px;
}

.shop-top-bar .woocommerce-result-count {
  margin-right: 29px;
  margin-bottom: 0;
  color: #1D1D1D !important;
  font-size: 16px;
}

.shop-top-bar .woocommerce-result-count span {
  color: #1D1D1D;
}

.shop-top-bar .avimart-woo-ordering {
  display: flex;
  align-items: center;
}

.shop-top-bar .avimart-sort-label {
  margin-right: 14px;
  color: #858585;
}

.shop-top-bar .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}

.shop-top-bar .woocommerce-ordering select {
  font-size: 14px;
  letter-spacing: normal;
  border-radius: 5px;
  padding: 0 10px;
  height: 36px;
  border: 1px solid #e5e5e5;
  -webkit-appearance: none;
  background-position: right 6px top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 21px;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.width-1170 .shop-top-bar .woocommerce-result-count {
  display: none;
}

.show-sale input[type=checkbox] {
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0 0.6em 0 0 !important;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
}

.show-sale input[type=checkbox]:hover {
  opacity: 1;
}

.show-sale input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

.show-sale input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

/* Shop Filter Top */
.avimart-shop-filter {
  display: none;
}

.avimart-shop-filter .avimart-shop-filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 55px;
  transition: height 0.5ms;
}

@media (max-width: 991.98px) {
  .avimart-shop-filter .avimart-shop-filter-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .avimart-shop-filter .avimart-shop-filter-container {
    grid-template-columns: 1fr;
  }
}

.avimart-shop-filter .avimart-shop-filter-container .tagcloud a:after {
  content: ',';
}

.avimart-shop-filter .avimart-shop-filter-container .tagcloud a:last-child:after {
  display: none;
}

.avimart-shop-filter .widget {
  margin-bottom: 0;
}

.avimart-shop-filter .widget ul {
  margin: 0;
}

.avimart-shop-filter .widget .widget-title {
  margin-bottom: 25px;
}

/* content-product */
.woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  min-height: 45px;
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.pro-swatch-list-all {
  margin-top: 6px;
}

.open-label-shop {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
}

.open-label-shop span {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  width: 47px;
  height: 20px;
  border-radius: 2px;
  text-transform: uppercase;
}

.open-label-shop span:not(:first-child) {
  margin-top: 8px;
}

.sale-product {
  top: 40px;
}

.single .sale-product {
  top: 12px;
}

.onsale {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 12px;
  padding: 0 8px;
  font-size: 12px;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  height: 22px;
  border-radius: 2px;
}

.single-product .onsale {
  display: none;
}

.price {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  align-items: baseline;
}

.price del {
  margin-left: 8px;
}

.product-type-variable .price {
  flex-direction: row;
}

.single .price del {
  margin-left: 12px;
}

.amount .decimals-separator,
.price .decimals-separator,
.tr-price .decimals-separator,
.woosw-content-item--price .decimals-separator {
  font-size: 66.666667%;
}

.woocs_price_code {
  font-size: 16px;
  font-weight: 600;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-image-wrapper:hover .hover-product-image {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scale(1.09);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hover-product-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.loop-action {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 7px;
  right: 12px;
}

.loop-action .product-quick-view-btn span,
.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 99px;
  margin: 4px 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: scaleX(-1);
  transition: 250ms ease-in-out;
}

@media (min-width: 1200px) {
  .loop-action .product-quick-view-btn span,
  .loop-action .product-action-wishlist a,
  .loop-action .product-action-compare a {
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
  }
}

.loop-action .product-quick-view-btn span,
.loop-action .product-action-compare a {
  margin: 3px 0 4px;
  transition-delay: 0.05s;
}

.loop-action .product-quick-view-btn span:before,
.loop-action .product-action-compare a:before {
  font-size: 15px;
}

.loop-action .woosw-btn {
  font-size: 0;
}

.loop-action .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.loop-action .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-action .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.loop-action .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0001 14L11.1001 11.1' stroke='%23212121' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 17px;
}

.loop-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.0001 14L11.1001 11.1' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.products .product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.products .product .tinvwl_add_to_wishlist_button:before {
  margin-right: 0;
}

.product-quick-view-btn {
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.avimart-add-to-cart-btn, .added_to_cart {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.avimart-add-to-cart-btn.added {
  display: none !important;
}

.avimart-add-to-cart-btn.added + .added_to_cart:before {
  content: "\f290" !important;
  font-family: 'FontAwesome' !important;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 600;
}

.avimart-add-to-cart-btn:active {
  background-color: transparent !important;
}

/* updating cart */
.ajax_add_to_cart {
  position: relative;
}

.ajax_add_to_cart.loading:before {
  top: 50% !important;
  left: calc( 100% - 20px) !important;
}

/* adding to wishlist */
.adding-to-wishlist.add_to_wishlist:before {
  position: static;
  margin-left: 0;
  margin-top: 0;
}

/* PRODUCT LABEL */
.avimart-product-label {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  left: 20px;
  top: 20px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 0 10px;
  line-height: 28px;
  font-weight: 400;
}

.avimart-product-label.sold-out-label {
  color: #fff;
}

.product .loop-action .product-action-wishlist {
  display: block;
}

.single-product .related.products .loop-action .product-action-wishlist {
  display: block;
}

.avimart-choose-options {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.195px;
  padding: 10px 18px;
  border: 2px solid #1D1D1D;
  background-color: transparent;
  border-radius: 25px;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .avimart-choose-options {
    display: none;
  }
}

.box-avimart-product {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (min-width: 1200px) {
  .box-avimart-product {
    padding: 0 32px 50px 32px;
  }
}

/**
 * Shop banner
 */
.avimart-slider-shop {
  margin-bottom: 41px;
  margin-top: 10px;
}

.avimart-pageheader-shop {
  min-height: 485px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 41px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .avimart-pageheader-shop {
    padding: 32px !important;
  }
}

.avimart-pageheader-shop .shop-description {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #B7B7B7;
  text-transform: uppercase;
}

.avimart-pageheader-shop .shop-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  text-transform: capitalize;
  color: #1D1D1D;
  margin-bottom: 0;
}

.avimart-pageheader-shop .avimart-banner-description {
  font-size: 18px;
  line-height: 30px;
  margin: 12px 0 27px;
}

.avimart-pageheader-shop .explore-now {
  padding: 0 32px;
  border-radius: 2px;
  line-height: 48px;
  border: 1px solid #ffdb0c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

/**
 * Shop banner 2
 */
.avimart-banner-shop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 41px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .avimart-banner-shop {
    flex-direction: column;
  }
}

.avimart-banner-shop .shop-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: 4px;
  max-width: 322px;
}

.avimart-banner-shop .avimart-banner-shop-2 {
  min-height: 485px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0;
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-1 {
  margin-right: 10px;
  width: 100%;
}

@media (max-width: 1200px) {
  .avimart-banner-shop .avimart-banner-shop-2.bannershop-1 {
    padding-top: 32px !important;
  }
}

@media (max-width: 768px) {
  .avimart-banner-shop .avimart-banner-shop-2.bannershop-1 {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-1 .shop-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 4px;
  max-width: 370px;
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-2 {
  margin-left: 10px;
  align-items: center;
  text-align: center;
  width: auto;
}

@media (max-width: 768px) {
  .avimart-banner-shop .avimart-banner-shop-2.bannershop-2 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    padding: 32px !important;
  }
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-2 .avimart-banner-subtitle {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.4px;
  color: #ffffff;
  background-color: #DF4949;
  border-radius: 5px;
  padding: 4px 13px;
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-2 .shop-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  color: #1D1D1D;
  margin-bottom: 4px;
  max-width: 322px;
  max-width: max-content;
  margin: 12px 0 0;
}

.avimart-banner-shop .avimart-banner-shop-2.bannershop-2 .avimart-banner-description {
  font-size: 18px;
  line-height: 37px;
}

.avimart-banner-shop .slider-banner-shop {
  display: block;
  width: 100%;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .avimart-banner-shop .slider-banner-shop {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.avimart-banner-shop .discover-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  width: fit-content;
  text-transform: capitalize;
}

.avimart-banner-shop .discover-more:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #1D1D1D;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.category-slider-shop {
  position: relative;
  margin-bottom: 43px;
  padding-top: 10px;
}

.category-slider-shop .avimart-category-slider-shop {
  padding: 0 50px;
}

.category-slider-shop .category-slider-arrow {
  position: absolute;
  top: calc( 50% - 15px);
  width: calc( 100% - 40px);
  left: 20px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
}

.category-slider-shop .category-slider-arrow .arrows-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.category-slider-shop .category-slider-arrow .arrows-next:before {
  content: "\f105";
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.category-slider-shop .category-slider-arrow .arrows-next:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.category-slider-shop .category-slider-arrow .arrows-next:hover:before {
  color: #fff;
}

.category-slider-shop .category-slider-arrow .arrows-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.category-slider-shop .category-slider-arrow .arrows-prev:before {
  content: "\f104";
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.category-slider-shop .category-slider-arrow .arrows-prev:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.category-slider-shop .category-slider-arrow .arrows-prev:hover:before {
  color: #fff;
}

@media (max-width: 991px) {
  .category-slider-shop .category-slider-arrow {
    opacity: 1;
  }
}

.category-slider-shop:hover .category-slider-arrow {
  opacity: 1;
}

.avimart-category-slider-shop .product-category-avimart .product-category-avimart-image {
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-top: 6px;
}

.avimart-category-slider-shop .product-category-avimart .category-product-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #1D1D1D;
}

.avimart-category-slider-shop .product-category-avimart .count-category {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  margin-top: 5px;
}

.avimart-category-slider-shop .product-category-avimart .container-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
}

.archive-layout a {
  display: inline-flex;
  align-items: center;
  height: 48px;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.archive-layout a:first-child {
  margin: 0 8px 0 0;
}

.archive-layout a.active svg path, .archive-layout a:hover svg path {
  fill: #1D1D1D;
}

@media (max-width: 768px) {
  .archive-layout [data-columns="3"],
  .archive-layout [data-columns="4"],
  .archive-layout [data-columns="5"] {
    display: none;
  }
}

.loop-list-action {
  display: flex;
  align-items: center;
}

.loop-list-action .button {
  background-color: #1D1D1D;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 44px;
  width: 160px;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.01em;
  margin-right: 8px;
  height: 44px;
}

.loop-list-action .product-quick-view-btn span,
.loop-list-action .product-action-wishlist a,
.loop-list-action .product-action-compare a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 4px 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  border: solid 1px #e5e5e5;
}

.loop-list-action .product-quick-view-btn span:before,
.loop-list-action .product-action-compare a:before {
  font-size: 15px;
}

.loop-list-action .product-action-wishlist,
.loop-list-action .product-quick-view-btn {
  margin-right: 8px;
}

.loop-list-action .woosw-btn {
  font-size: 0;
}

.loop-list-action .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.loop-list-action .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-list-action .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
}

.loop-list-action .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-list-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 17px;
}

.loop-list-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.show-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 32px;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .post-type-archive-product.width-1170 .container {
    width: 1200px;
  }
}

@media (min-width: 1200px) and (min-width: 1024px) {
  .post-type-archive-product.width-1170 .shop-container.with-left-sidebar .shop-sidebar, .post-type-archive-product.width-1170 .shop-container.with-right-sidebar .shop-sidebar {
    width: 384px;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-product.width-1650 .container,
  .post-type-archive-product.width-1680 .container {
    width: 1690px;
  }
}

@media (min-width: 1200px) and (min-width: 1024px) {
  .post-type-archive-product.width-1650 .shop-container.with-left-sidebar .shop-sidebar, .post-type-archive-product.width-1650 .shop-container.with-right-sidebar .shop-sidebar,
  .post-type-archive-product.width-1680 .shop-container.with-left-sidebar .shop-sidebar,
  .post-type-archive-product.width-1680 .shop-container.with-right-sidebar .shop-sidebar {
    width: 312px;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-product.width-1650 .elementor-section.elementor-section-boxed > .elementor-container,
  .post-type-archive-product.width-1680 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1690px !important;
  }
}

@media (min-width: 1920px) {
  .post-type-archive-product.width-1860 .container {
    width: 1890px;
  }
  .post-type-archive-product.width-1860 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1890px !important;
  }
}

@media (min-width: 1920px) and (min-width: 1024px) {
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 312px;
  }
}

/* clear fix */
.product-grid .shop-view,
.product-grid .show-sale {
  display: none;
}

.product-grid .woocommerce-pagination-new {
  padding-top: 30px;
}

.product-grid .products {
  margin: -15px;
  /* ---- .product-grid-item ---- */
}

.product-grid .products:after {
  content: '';
  display: block;
  clear: both;
}

.product-grid .products .product {
  float: left;
  border: 15px solid transparent;
  padding-bottom: 0;
  width: 25%;
}

.product-grid .products .product .content-info-product {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product-grid .products .product .product-quick-view-btn.style-grid {
  position: absolute;
  z-index: 9;
  width: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background: 0 0;
  padding: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.product-grid .products .product:hover .content-info-product {
  display: none;
}

.product-grid .products .product:hover .product-quick-view-btn.style-grid {
  opacity: 1;
  text-align: center;
  visibility: visible;
  left: 50%;
}

.product-grid .products .product:hover .product-quick-view-btn.style-grid:hover {
  background-color: #1D1D1D;
  color: #ffffff;
}

.product-grid .products .product:nth-child(2),
.product-grid .products .product:nth-child(6),
.product-grid .products .product:nth-child(12) {
  width: 50%;
}

/* ---- hover Style 4, 5, 6 ---- */
.product .style4 .loop-action,
.product .style5 .loop-action {
  display: none;
}

.product .style4 .avimart-buttons-new,
.product .style5 .avimart-buttons-new {
  display: flex;
}

.product .style4 .avimart-buttons-new .avimart-transform-buttons,
.product .style5 .avimart-buttons-new .avimart-transform-buttons {
  display: inline-block;
  background-color: #295EC6;
  border-radius: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}

.product .style4 .avimart-buttons-new .avimart-transform-buttons a,
.product .style5 .avimart-buttons-new .avimart-transform-buttons a {
  color: #ffffff !important;
}

.product .style4 .avimart-buttons-new .avimart-transform-buttons:hover,
.product .style5 .avimart-buttons-new .avimart-transform-buttons:hover {
  color: #1D1D1D;
  background-color: #FFBD0C;
}

.product .style4 .avimart-buttons-new .added_to_cart.wc-forward,
.product .style5 .avimart-buttons-new .added_to_cart.wc-forward {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.product .style4 .avimart-buttons-new .added_to_cart.wc-forward:before,
.product .style5 .avimart-buttons-new .added_to_cart.wc-forward:before {
  font-size: 0;
}

.product .style4 .avimart-buttons-new .product-quick-view-btn,
.product .style5 .avimart-buttons-new .product-quick-view-btn {
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.product .style4 .avimart-buttons-new .product-action-wishlist a,
.product .style4 .avimart-buttons-new .product-action-compare a,
.product .style5 .avimart-buttons-new .product-action-wishlist a,
.product .style5 .avimart-buttons-new .product-action-compare a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 4px;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  border: 1px solid #E5E5E5;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
}

.product .style4 .avimart-buttons-new .product-action-compare a,
.product .style5 .avimart-buttons-new .product-action-compare a {
  margin-left: 8px;
}

.product .style4 .avimart-buttons-new .product-action-compare a:before,
.product .style5 .avimart-buttons-new .product-action-compare a:before {
  font-size: 15px;
}

.product .style4 .avimart-buttons-new .woosw-btn,
.product .style5 .avimart-buttons-new .woosw-btn {
  font-size: 0;
}

.product .style4 .avimart-buttons-new .woosw-btn:before,
.product .style5 .avimart-buttons-new .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.product .style4 .avimart-buttons-new .woosc-btn:before,
.product .style5 .avimart-buttons-new .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.product .style5 .fade-in-block .woocommerce-product-details__short-description {
  height: 72px;
  font-size: 13px;
  line-height: 18px;
  display: block !important;
  overflow: hidden;
}

.product .style5 .avimart-buttons-new {
  float: left;
  margin-top: 2px;
}

.product .style6 .avimart-add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #295EC6;
  border-radius: 99px;
  border: 1px solid #ffbd0c;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.product .style6 .avimart-add-to-cart-btn:before {
  display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1189_13819)'%3E%3Cpath d='M7.91661 15.2779C8.30014 15.2779 8.61106 14.967 8.61106 14.5834C8.61106 14.1999 8.30014 13.889 7.91661 13.889C7.53308 13.889 7.22217 14.1999 7.22217 14.5834C7.22217 14.967 7.53308 15.2779 7.91661 15.2779Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5553 15.2779C15.9388 15.2779 16.2497 14.967 16.2497 14.5834C16.2497 14.1999 15.9388 13.889 15.5553 13.889C15.1718 13.889 14.8608 14.1999 14.8608 14.5834C14.8608 14.967 15.1718 15.2779 15.5553 15.2779Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.36084 0.694519H5.13862L6.99973 9.99313C7.06323 10.3128 7.23717 10.6 7.49108 10.8044C7.745 11.0089 8.06271 11.1174 8.38862 11.1112H15.1386C15.4645 11.1174 15.7822 11.0089 16.0362 10.8044C16.2901 10.6 16.464 10.3128 16.5275 9.99313L17.6386 4.16674H5.83306' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1189_13819'%3E%3Crect width='16.6667' height='16.6667' fill='white' transform='translate(1.6665 6.10352e-05)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 28px;
  height: 20px;
}

@media (max-width: 400px) {
  .product .style6 .avimart-add-to-cart-btn:before {
    display: none;
    width: 0;
    height: 0;
  }
}

.product .style6 .avimart-add-to-cart-btn.loading:before {
  width: 20px;
}

.product .style6 .avimart-add-to-cart-btn:hover {
  color: #ffffff;
  background-color: #FFBD0C;
}

.product .style6 .added_to_cart.wc-forward {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #295EC6;
  border-radius: 99px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.product .style6 .added_to_cart.wc-forward:hover {
  background-color: #FFBD0C;
}

.product .style6 .added_to_cart.wc-forward:before {
  font-size: 13px;
  margin-right: 8px;
}

.product .style6 .loop-action {
  display: none;
}

.product .style6 .avimart-buttons-new {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

.product .style6 .avimart-buttons-new .avimart-transform-buttons {
  display: inline-block;
  background-color: #295EC6;
}

.product .style6 .avimart-buttons-new .avimart-transform-buttons a {
  color: #ffffff !important;
}

.product .style6 .avimart-buttons-new .avimart-transform-buttons:hover {
  color: #1D1D1D;
  background-color: #FFBD0C;
}

.product .style6 .avimart-buttons-new .product-action-wishlist a,
.product .style6 .avimart-buttons-new .product-action-compare a {
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
}

@media (max-width: 500px) {
  .product .style6 .avimart-buttons-new .product-action-wishlist a,
  .product .style6 .avimart-buttons-new .product-action-compare a {
    font-size: 0;
  }
}

.product .style6 .avimart-buttons-new .product-action-compare a {
  margin-left: 8px;
}

.product .style6 .avimart-buttons-new .product-action-compare a:before {
  font-size: 15px;
}

.product .style6 .avimart-buttons-new .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
  margin-right: 8px;
}

.product .style6 .avimart-buttons-new .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/* Hover Style 3 */
.product .style3 .product-overlay-bottom {
  position: absolute;
  width: 100%;
  top: unset;
  left: auto;
  bottom: 0;
  right: unset;
  z-index: 9;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
  background: #fff;
  padding: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.product .style3 .inner {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

.product .style3 .inner a.avimart-add-to-cart-btn {
  width: 48px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1279px) {
  .product .style3 .inner a.avimart-add-to-cart-btn {
    height: 30px;
  }
}

@media (max-width: 500px) {
  .product .style3 .inner a.avimart-add-to-cart-btn {
    width: 35px;
  }
}

.product .style3 .inner a.avimart-add-to-cart-btn:hover {
  background-color: #1D1D1D;
}

.product .style3 .inner a.avimart-add-to-cart-btn:before {
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' style='stroke:%23121212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_989_8765)'%3E%3Cpath d='M6.00016 14.6666C6.36835 14.6666 6.66683 14.3681 6.66683 13.9999C6.66683 13.6317 6.36835 13.3333 6.00016 13.3333C5.63197 13.3333 5.3335 13.6317 5.3335 13.9999C5.3335 14.3681 5.63197 14.6666 6.00016 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.3332 14.6666C13.7014 14.6666 13.9998 14.3681 13.9998 13.9999C13.9998 13.6317 13.7014 13.3333 13.3332 13.3333C12.965 13.3333 12.6665 13.6317 12.6665 13.9999C12.6665 14.3681 12.965 14.6666 13.3332 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M0.666504 0.666748H3.33317L5.11984 9.59342C5.1808 9.90035 5.34778 10.1761 5.59153 10.3723C5.83529 10.5685 6.1403 10.6727 6.45317 10.6667H12.9332C13.246 10.6727 13.551 10.5685 13.7948 10.3723C14.0386 10.1761 14.2055 9.90035 14.2665 9.59342L15.3332 4.00008H3.99984' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_989_8765'%3E%3Crect width='16' height='16' fill='%23121212'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;
  margin-right: 0;
  width: 16px;
  height: 16px;
}

.product .style3 .inner a.avimart-add-to-cart-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' style='stroke:%23ffffff' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_989_8765)'%3E%3Cpath d='M6.00016 14.6666C6.36835 14.6666 6.66683 14.3681 6.66683 13.9999C6.66683 13.6317 6.36835 13.3333 6.00016 13.3333C5.63197 13.3333 5.3335 13.6317 5.3335 13.9999C5.3335 14.3681 5.63197 14.6666 6.00016 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.3332 14.6666C13.7014 14.6666 13.9998 14.3681 13.9998 13.9999C13.9998 13.6317 13.7014 13.3333 13.3332 13.3333C12.965 13.3333 12.6665 13.6317 12.6665 13.9999C12.6665 14.3681 12.965 14.6666 13.3332 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M0.666504 0.666748H3.33317L5.11984 9.59342C5.1808 9.90035 5.34778 10.1761 5.59153 10.3723C5.83529 10.5685 6.1403 10.6727 6.45317 10.6667H12.9332C13.246 10.6727 13.551 10.5685 13.7948 10.3723C14.0386 10.1761 14.2055 9.90035 14.2665 9.59342L15.3332 4.00008H3.99984' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_989_8765'%3E%3Crect width='16' height='16' fill='%23ffffff'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;
}

.product .style3 .inner a.avimart-add-to-cart-btn.loading:before {
  background: none !important;
}

.product .style3 .inner .added_to_cart.wc-forward {
  width: 48px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product .style3 .inner .added_to_cart.wc-forward:hover {
  background-color: #1D1D1D;
}

.product .style3 .inner .added_to_cart.wc-forward:before {
  margin-right: 0;
}

.product .style3 .inner .added_to_cart.wc-forward:hover:before {
  color: #fff;
}

.product .style3 .inner .loop-action {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.product .style3 .inner .loop-action .product-quick-view-btn span,
.product .style3 .inner .loop-action .product-action-wishlist a,
.product .style3 .inner .loop-action .product-action-compare a {
  width: 48px;
  visibility: visible;
  opacity: 1;
  margin: 0;
  transform: translateX(0) translateZ(0);
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.product .style3 .inner .loop-action .product-quick-view-btn span:hover,
.product .style3 .inner .loop-action .product-action-wishlist a:hover,
.product .style3 .inner .loop-action .product-action-compare a:hover {
  background-color: #1D1D1D !important;
}

@media (max-width: 500px) {
  .product .style3 .inner .loop-action .product-quick-view-btn span,
  .product .style3 .inner .loop-action .product-action-wishlist a,
  .product .style3 .inner .loop-action .product-action-compare a {
    width: 35px;
  }
}

.product .style3 .inner .loop-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.0001 14.0001L11.1001 11.1001' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
  width: 16px;
  height: 17px;
}

.product .style3 .inner .loop-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.0001 14.0001L11.1001 11.1001' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
}

.product .style3:hover .product-overlay-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px) scale(1);
  visibility: visible;
}

.avimart-style .sale-avimart {
  display: flex;
  height: 22px;
  width: 65px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  bottom: 0;
  left: 0;
  position: relative;
  background: #DB4444;
}

.avimart-style .sale-avimart:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #DB4444;
}

.avimart-transform-loop-buttons .avimart-add-to-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  background-color: #FFBD0C;
  border-radius: 99px;
  border: 1px solid #FFBD0C;
  height: 40px;
  line-height: 35px;
  width: 100%;
}

.avimart-transform-loop-buttons .avimart-add-to-cart-btn:before {
  display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1189_13819)'%3E%3Cpath d='M7.91661 15.2779C8.30014 15.2779 8.61106 14.967 8.61106 14.5834C8.61106 14.1999 8.30014 13.889 7.91661 13.889C7.53308 13.889 7.22217 14.1999 7.22217 14.5834C7.22217 14.967 7.53308 15.2779 7.91661 15.2779Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.5553 15.2779C15.9388 15.2779 16.2497 14.967 16.2497 14.5834C16.2497 14.1999 15.9388 13.889 15.5553 13.889C15.1718 13.889 14.8608 14.1999 14.8608 14.5834C14.8608 14.967 15.1718 15.2779 15.5553 15.2779Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.36084 0.694519H5.13862L6.99973 9.99313C7.06323 10.3128 7.23717 10.6 7.49108 10.8044C7.745 11.0089 8.06271 11.1174 8.38862 11.1112H15.1386C15.4645 11.1174 15.7822 11.0089 16.0362 10.8044C16.2901 10.6 16.464 10.3128 16.5275 9.99313L17.6386 4.16674H5.83306' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1189_13819'%3E%3Crect width='16.6667' height='16.6667' fill='white' transform='translate(1.6665 6.10352e-05)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 28px;
  height: 20px;
}

@media (max-width: 400px) {
  .avimart-transform-loop-buttons .avimart-add-to-cart-btn:before {
    display: none;
    width: 0;
    height: 0;
  }
}

.avimart-transform-loop-buttons .avimart-add-to-cart-btn:hover {
  color: #1D1D1D;
  background-color: #FCF8EF;
}

.avimart-transform-loop-buttons .added_to_cart.wc-forward {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1D1D1D;
  background-color: #FFBD0C;
  border-radius: 99px;
  border: 1px solid #FFBD0C;
  height: 40px;
  line-height: 35px;
  width: 100%;
}

.avimart-transform-loop-buttons .added_to_cart.wc-forward:hover {
  color: #1D1D1D;
  background-color: #FCF8EF;
}

.avimart-transform-loop-buttons .added_to_cart.wc-forward:before {
  font-size: 13px;
  margin-right: 8px;
}

.products .product .avimart-style .avimart-transform-loop-price {
  transform: translateY(0);
}

.products .product .avimart-style .avimart-add-to-cart-btn {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-container .shop-sidebar .widget.widget_product_categories {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.shop-container .shop-sidebar .widget.widget_product_categories .widget-title {
  padding: 13px 20px 12px;
  margin-bottom: 0;
}

.shop-container .shop-sidebar .widget.widget_product_categories .widget-title:after {
  left: 20px;
}

.shop-container .shop-sidebar .widget.widget_product_categories ul.product-categories {
  padding: 20px;
}

/* Product button style 2 */
.product .avimart-style.style2 .avimart-add-to-cart-btn:hover {
  color: #1d1d1d;
}

.updating-cart.cart-sidebar-open #shop-cart-sidebar:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.updating-cart.ajax-single-add-to-cart .cart .single_add_to_cart_button.button.alt.loading {
  padding: 0 41px;
  background-image: none !important;
}

.updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before {
  content: "" !important;
  z-index: 9999;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -20px / 2);
  margin-left: -moz-calc( -20px / 2);
  margin-left: calc( -20px / 2);
  margin-top: -webkit-calc( -20px / 2);
  margin-top: -moz-calc( -20px / 2);
  margin-top: calc( -20px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
  height: 15px;
  width: 15px;
  position: static;
  display: inline-flex;
  margin-top: 0;
  margin-left: 3px;
  margin-right: 16px;
}

.updating-cart.ajax-single-add-to-cart.quick-view-open .single_add_to_cart_button:before {
  height: 12px;
  width: 12px;
}

.updating-cart #shop-cart-sidebar:before {
  top: -webkit-calc( 50% + 30px);
  top: -moz-calc( 50% + 30px);
  top: calc( 50% + 30px);
  z-index: 3;
}

.updating-cart #shop-cart-sidebar:after {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar-open.cart-updated #shop-cart-sidebar:before {
  content: none !important;
}

.cart-sidebar-open.cart-updated #shop-cart-sidebar:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-sidebar-open #shop-cart-sidebar {
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cart-sidebar-open #shop-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#shop-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 440px;
  padding: 28px;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  #shop-cart-sidebar {
    width: 330px;
  }
}

.logged-in.admin-bar #shop-cart-sidebar {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #shop-cart-sidebar {
    top: 32px;
  }
}

#shop-cart-sidebar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-head {
  position: relative;
  z-index: 3;
  background: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.cart-sidebar-title {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

#close-cart-sidebar {
  color: #1D1D1D;
  font-weight: bold;
  border: 0;
  background: none;
  position: absolute;
  right: 0;
  top: 40%;
  font-size: 18px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

#close-cart-sidebar:hover {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.cart-sidebar-content {
  overflow: auto;
  height: -webkit-calc( 100% - 135px);
  height: -moz-calc( 100% - 135px);
  height: calc( 100% - 135px);
}

.cart-sidebar-content .woocommerce-mini-cart__total {
  position: absolute;
  margin-bottom: 0;
  bottom: 132px;
  height: 54px;
  width: calc( 100% - 56px);
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-sidebar-content .woocommerce-mini-cart__total strong {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1D;
}

.cart-sidebar-content .woocommerce-mini-cart__total .amount {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  position: absolute;
  bottom: 46px;
  width: calc( 100% - 56px);
  display: flex;
  flex-direction: column;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:hover {
  background-color: #FFBD0C !important;
  color: #ffffff;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:nth-child(1) {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  margin-bottom: 8px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:nth-child(2) {
  color: #fff;
  text-decoration: none;
}

.cart-sidebar-content .woocommerce-mini-cart__empty-message {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}

.cart-sidebar-content .variation {
  margin: 5px 0;
  font-size: 13px;
}

.cart-sidebar-content .variation dt,
.cart-sidebar-content .variation dd {
  float: left;
  line-height: 18px;
}

.cart-sidebar-content .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.cart-sidebar-content .variation dd {
  margin: 0;
}

.cart-sidebar-content .variation dd p:last-child {
  margin-bottom: 0;
}

.cart-sidebar-content .quantity {
  height: auto;
  font-size: 16px;
}

.cart-sidebar-after-cart {
  min-height: 52px;
}

.cart-sidebar-after-cart .shipping-cart {
  font-size: 12px;
  font-weight: 400;
}

/* CART ITEM */
.product_list_widget {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.product_list_widget .blockUI.blockOverlay {
  background: #e5e5e5 !important;
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.product_list_widget .mini_cart_item {
  min-height: 164px;
  position: relative;
  padding: 22px 15px 10px 115px;
  border-bottom: 1px solid #e5e5e5;
}

.product_list_widget .mini_cart_item:hover .remove_from_cart_button {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
  transform: translateY(-50%) translateX(0) rotate(0deg);
}

.product_list_widget img {
  width: 95px;
  position: absolute;
  left: 0;
  top: 20px;
}

.product_list_widget a:not(.remove_from_cart_button) {
  display: block;
}

.product_list_widget .remove_from_cart_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  color: inherit;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(15px) rotate(0deg);
  transform: translateY(-50%) translateX(15px) rotate(0deg);
}

.product_list_widget .remove_from_cart_button:before {
  content: '\f2d7';
  font-family: "ionicons";
  line-height: 1;
  font-size: 14px;
}

.product_list_widget .remove_from_cart_button:hover {
  -webkit-transform: translateY(-50%) translateX(0) rotate(90deg) !important;
  transform: translateY(-50%) translateX(0) rotate(90deg) !important;
}

#shop-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-head .menu-woo-cart {
  margin-left: 10px;
  line-height: 1;
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px #00f, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
  animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
}

.mini_time {
  align-items: center;
  display: flex;
  padding: 10px 54px 10px 28px;
  margin: 20px -28px 0;
  background-color: #FBF2DF;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 1;
  visibility: visible;
}

.mini_time .icon_time {
  margin-right: 16px;
}

.mini_time .information_content p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.mini_time .information_content .count {
  color: #db4444;
  font-weight: 700;
}

.free-shipping-progress-bar {
  position: relative;
  overflow: hidden;
}

.free-shipping-progress-bar[data-progress='0'] {
  display: none;
}

.free-shipping-progress-bar .progress-bar-message {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 21px;
}

.free-shipping-progress-bar .progress-bar-message .woocommerce-Price-amount {
  font-weight: bold;
}

.free-shipping-progress-bar .progress-bar-rail {
  height: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

.free-shipping-progress-bar .progress-bar-status {
  display: flex;
  z-index: 1;
  height: inherit;
  position: relative;
  animation: .6s w-fadeInLeft;
}

.free-shipping-progress-bar .progress-bar-status.success .progress-bar-indicator {
  background: #FFBD0C;
}

.free-shipping-progress-bar .progress-bar-left {
  background: #e5e5e5;
  height: 4px;
  flex-grow: 1;
}

.free-shipping-progress-bar .progress-bar-indicator {
  background-color: #FFBD0C;
  flex-grow: 1;
  position: relative;
}

.free-shipping-progress-bar .progress-bar-indicator:before {
  content: '';
  background-color: #FFBD0C;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -6px;
  right: 0;
  background: #FFBD0C;
}

.free-shipping-progress-bar .progress-percent {
  display: none;
}

.congrats {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.congrats.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.continue-shopping {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  text-decoration: underline;
  position: absolute;
  bottom: 5px;
  left: calc( 50% - 60px);
}

.hello-open .mini_time {
  display: none;
}

.woocommerce-cart .return-to-shop .wc-backward {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1440px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 65%;
    margin-right: 60px;
  }
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
  border: none;
  margin-top: 0;
}

.woocommerce-cart .woocommerce-cart-form tr {
  position: relative;
}

.woocommerce-cart .woocommerce-cart-form td, .woocommerce-cart .woocommerce-cart-form th {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}

.woocommerce-cart .woocommerce-cart-form thead th {
  font-size: 20px;
  padding: 0 0 22px 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-subtotal {
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form .product-name {
  width: 100%;
  padding-right: 10px;
}

.woocommerce-cart .woocommerce-cart-form .product-name a {
  max-width: 240px;
  display: block;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form .product-name a {
    max-width: 100%;
  }
}

.woocommerce-cart .woocommerce-cart-form .product-name .price-new {
  font-size: 18px;
  margin-top: 11px;
  width: 100%;
  float: left;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
  width: 40px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 120px;
}

.woocommerce-cart .woocommerce-cart-form .product-price {
  width: 100px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
  width: 125px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  width: 275px;
}

.woocommerce-cart .woocommerce-cart-form tbody td {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove {
  width: 40px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove .remove {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.21415 16C6.15703 16 5.12644 15.988 4.10676 15.9664C2.80233 15.94 1.89969 15.0727 1.75224 13.7031C1.50649 11.4311 1.08598 6.07581 1.08208 6.02221C1.05555 5.6918 1.29584 5.4022 1.61805 5.3758C1.93558 5.367 2.22268 5.5958 2.24842 5.9254C2.25232 5.97981 2.67205 11.3167 2.91546 13.5711C2.99894 14.3495 3.40852 14.7511 4.13095 14.7663C6.08135 14.8087 8.07154 14.8111 10.217 14.7711C10.9847 14.7559 11.3997 14.3623 11.4855 13.5655C11.7274 11.3303 12.1487 5.97981 12.1533 5.9254C12.1791 5.5958 12.4639 5.3654 12.7829 5.3758C13.1051 5.403 13.3454 5.6918 13.3197 6.02221C13.315 6.07661 12.8922 11.4455 12.6488 13.6975C12.4974 15.0951 11.5971 15.9456 10.2381 15.9712C9.1981 15.9896 8.19481 16 7.21415 16Z' fill='%231D1D1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8151 3.99125H0.585121C0.262134 3.99125 0 3.72244 0 3.39124C0 3.06003 0.262134 2.79123 0.585121 2.79123H13.8151C14.1381 2.79123 14.4002 3.06003 14.4002 3.39124C14.4002 3.72244 14.1381 3.99125 13.8151 3.99125Z' fill='%231D1D1D'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2656 3.99126C10.3777 3.99126 9.60695 3.34245 9.43219 2.44964L9.24261 1.47682C9.20282 1.32882 9.03821 1.20002 8.85097 1.20002H5.54855C5.36131 1.20002 5.1967 1.32882 5.14911 1.51362L4.96733 2.44964C4.79335 3.34245 4.02177 3.99126 3.13395 3.99126C2.81096 3.99126 2.54883 3.72246 2.54883 3.39125C2.54883 3.06005 2.81096 2.79124 3.13395 2.79124C3.4663 2.79124 3.75496 2.54804 3.82049 2.21363L4.01007 1.24082C4.20277 0.495207 4.83236 0 5.54855 0H8.85097C9.56716 0 10.1967 0.495207 10.3816 1.20482L10.5798 2.21363C10.6446 2.54804 10.9332 2.79124 11.2656 2.79124C11.5886 2.79124 11.8507 3.06005 11.8507 3.39125C11.8507 3.72246 11.5886 3.99126 11.2656 3.99126Z' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 53% center;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  width: 120px;
  padding: 11px 0;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail img {
  max-width: 110px;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail img {
    max-width: 100px;
  }
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity {
  padding: 25px 0;
  width: 125px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity {
  margin-right: 0;
  width: 125px;
  height: 40px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity .title-quantity {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity:not(.hidden) .qty {
  height: 40px;
  min-height: 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity:not(.hidden) .product-qty[data-qty="minus"] {
  padding-right: 8px;
  width: 30px;
  font-size: 22px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity:not(.hidden) .product-qty[data-qty="plus"] {
  padding-left: 8px;
  width: 30px;
  font-size: 22px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  width: 275px;
  text-align: center;
  font-size: 18px;
  color: #1D1D1D;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding: 20px 0 40px;
  border-bottom: none;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
  float: left;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon label {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input {
  height: 48px;
  padding: 8px 18px;
  margin-right: 9px;
  width: 170px;
  font-size: 14px;
  letter-spacing: normal;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input:focus {
  border-color: #FFBD0C;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  float: right;
  height: 48px;
  padding: 8px 31px;
  color: #fff;
  border: 1px solid #ffbd0c;
  border-radius: 25px;
  text-transform: capitalize;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"]:disabled {
  pointer-events: none;
  background-color: #F7F7F7 !important;
  border-color: #F7F7F7 !important;
  color: #1D1D1D !important;
}

.woocommerce-cart .woocommerce-cart-form .actions button[name="update_cart"] {
  padding-left: 51px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1210_18177)'%3E%3Cpath d='M1.59961 1.60154V5.60107H2.06515M2.06515 5.60107C2.59617 4.28773 3.54793 3.18768 4.77126 2.47333C5.99459 1.75897 7.42037 1.47069 8.82513 1.65365C10.2299 1.83661 11.5343 2.48047 12.5338 3.48434C13.5334 4.48821 14.1716 5.79534 14.3485 7.20088M2.06515 5.60107H5.59914M14.3981 14.4V10.4005H13.9334M13.9334 10.4005C13.4016 11.7131 12.4496 12.8123 11.2263 13.526C10.0031 14.2397 8.57778 14.5276 7.17343 14.3447C5.76909 14.1619 4.46503 13.5184 3.46542 12.5152C2.4658 11.512 1.82707 10.2057 1.6492 8.80069M13.9334 10.4005H10.3986' stroke='%231D1D1D' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1210_18177'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 28px;
  background-size: 17px;
}

.woocommerce-cart .woocommerce-cart-form .actions .cart-empty-btn {
  float: right;
  line-height: 48px;
  margin-right: 15px;
}

.woocommerce-cart .cart-collaterals {
  margin-bottom: 60px;
}

.woocommerce-cart .cart-collaterals h2 {
  font-size: 30px;
  font-weight: 500;
  margin: -2px 0 22px;
}

@media (min-width: 1440px) {
  .woocommerce-cart .cart-collaterals {
    width: calc( 35% - 60px);
    float: left;
  }
}

.woocommerce-cart .cart_totals {
  padding: 28px 40px 34px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #F7F7F7;
}

.woocommerce-cart .cart_totals > h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.woocommerce-cart .cart_totals .checkout-button {
  float: right;
  color: #fff;
  line-height: 44px;
  text-align: center;
  width: 100%;
  border-radius: 25px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #ffbd0c;
}

.woocommerce-cart .cart_totals table, .woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  border: none;
  background-color: #F7F7F7;
}

.woocommerce-cart .cart_totals tr:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.woocommerce-cart .cart_totals table {
  margin: 0;
}

.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  padding: 13px 0;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-cart .cart_totals th {
  color: #1D1D1D;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-cart .cart_totals td {
  font-weight: 400;
}

.woocommerce-cart .cart_totals .order-total th {
  font-size: 24px;
  font-weight: 500;
  padding: 22px 0 42px;
}

.woocommerce-cart .cart_totals .order-total td {
  padding: 22px 0 42px;
}

.woocommerce-cart .cart_totals .order-total td strong {
  font-size: 24px;
  font-weight: 500;
  color: #DF4949;
}

.woocommerce-cart .cart_totals .cart-subtotal td {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 400;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-totals th, .woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
  padding: 13px 0 21px 0;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-totals th ul, .woocommerce-cart .cart_totals .woocommerce-shipping-totals td ul {
  margin: 0 0 10px 0;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-totals a.shipping-calculator-button {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-cart .cart_totals .order-total td {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"] {
  float: left;
  height: 48px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  border: 0;
  font-size: 13px;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form__contents tr {
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove {
    width: 0;
    padding: 0;
    position: relative;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove .remove {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    background-size: 10px;
    transform: translateY(-50%);
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-subtotal {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-thumbnail,
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name,
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price,
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity {
    width: unset;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity {
    padding: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity .quantity {
    width: unset;
    min-width: 120px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-price {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-thumbnail {
    width: 120px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity {
    width: 30%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-name {
    width: 100%;
    padding-bottom: 75px !important;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-quantity {
    position: absolute;
    bottom: 20px;
    left: 120px;
    border-bottom: none;
    padding: 0 !important;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody td {
    padding: 20px 0 !important;
    padding-right: 20px !important;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody td.product-quantity {
    padding-right: 0 !important;
    text-align: right;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td {
    clear: both;
    border: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-quantity {
    padding: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity .qty {
    width: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity {
    float: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
    text-align: left;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions {
    padding-left: 0;
    padding-right: 0 !important;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .cart-empty-btn {
    float: left;
    margin-right: 0;
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions button[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }
}

.quantity:not(.hidden) .qty {
  height: 40px;
  min-height: 40px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
}

.quantity:not(.hidden) .product-qty[data-qty="minus"] {
  padding-right: 8px;
  width: 30px;
  font-size: 22px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.quantity:not(.hidden) .product-qty[data-qty="plus"] {
  padding-left: 8px;
  width: 30px;
  font-size: 22px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

@media (max-width: 767px) {
  .cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td {
    display: block;
    border-left: 0;
    border-right: 0;
  }
  .cart_totals .shop_table_responsive th {
    font-weight: 600;
  }
  .cart_totals .shop_table_responsive tr:first-child th {
    border-top: 0;
  }
  .cart_totals .shop_table_responsive tr:nth-child(odd) td {
    border-bottom: 0;
  }
  .cart_totals .shop_table_responsive tr:nth-child(even) td {
    border-bottom: 0;
  }
  .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
    text-align: center;
  }
}

.avimart-cross-sells .cross-sells {
  background-color: #fff;
  padding: 20px 20px 28px;
}

@media (min-width: 769px) {
  .avimart-cross-sells .cross-sells .products {
    display: flex;
  }
}

.avimart-cross-sells .cross-sells h2:not(.woocommerce-loop-product__title) {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-transform: capitalize;
}

.avimart-cross-sells .cross-sells h2:not(.woocommerce-loop-product__title):before {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: #FFBD0C;
}

.avimart-cart-trust-badge {
  display: block;
  clear: both;
  text-align: center;
  padding-top: 17px;
}

.avimart-cart-trust-badge img {
  max-width: 264px;
}

.woocommerce-checkout .woocommerce-form .form-row-first,
.woocommerce-checkout .woocommerce-form .form-row-last,
.woocommerce-checkout .woocommerce-form-coupon .form-row-first,
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  width: 100%;
}

.woocommerce-checkout .country_to_state {
  -webkit-appearance: none;
}

.woocommerce-checkout .woocommerce-account-fields .create-account {
  margin-bottom: 0;
}

.woocommerce-checkout .woocommerce-account-fields .create-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin-top: 2px;
}

.woocommerce-checkout .woocommerce-account-fields .create-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
  margin-right: 5px;
  width: 15px;
}

.woocommerce-checkout .woocommerce-account-fields .create-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
  font-size: 13px;
  font-weight: 400;
}

form.woocommerce-checkout {
  /**/
}

form.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 24px;
  margin-top: 39px;
  margin-bottom: 27px;
  font-weight: 500;
  text-transform: capitalize;
}

form.woocommerce-checkout p#billing_address_1_field {
  margin-bottom: 10px;
}

form.woocommerce-checkout .form-row textarea {
  min-height: 80px;
  padding: 10px 19px;
  font-size: 14px;
}

form.woocommerce-checkout #ship-to-different-address {
  line-height: 24px;
  margin-bottom: 26px;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: 0;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  margin-right: 5px;
  width: 15px;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  font-size: 13px;
  font-weight: 400;
}

form.woocommerce-checkout .woocommerce-additional-fields {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

form.woocommerce-checkout .woocommerce-additional-fields > h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 18px 0 14px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #customer_details {
    width: 65%;
    padding-right: 120px;
  }
}

form.woocommerce-checkout #order_review_heading {
  float: left;
  clear: none;
  margin-top: 39px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
}

form.woocommerce-checkout #order_review {
  float: left;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #order_review {
    width: 35%;
  }
}

form.woocommerce-checkout #order_review .avimart-woocommerce-order-review-box,
form.woocommerce-checkout #order_review .avimart-woocommerce-checkout-payment-box {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background-color: #F7F7F7;
  padding: 10px 28px 0 28px;
}

form.woocommerce-checkout #order_review .avimart-woocommerce-order-review-box {
  margin-bottom: 38px;
}

form.woocommerce-checkout #order_review #payment_method_heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

form.woocommerce-checkout #order_review .avimart-woocommerce-checkout-payment-box {
  padding: 23px 28px 0 28px;
}

form.woocommerce-checkout #order_review .avimart-woocommerce-checkout-payment-box ul {
  margin: 0;
}

form.woocommerce-checkout .shop_table {
  border: 0;
  margin: 0;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  border: 0;
  padding: 16px 0 18px;
  vertical-align: top;
}

form.woocommerce-checkout .shop_table td:last-child, form.woocommerce-checkout .shop_table th:last-child {
  text-align: right;
}

form.woocommerce-checkout .shop_table thead th {
  font-weight: 500;
  font-size: 16px;
}

form.woocommerce-checkout .shop_table tbody {
  border-bottom: 1px solid #e5e5e5;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name {
  font-size: 15px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name .product-quantity {
  color: #1D1D1D;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-total .woocommerce-Price-amount.amount {
  font-size: 18px;
  font-weight: 400;
}

form.woocommerce-checkout .shop_table tbody tr {
  border: none;
}

form.woocommerce-checkout .shop_table tbody tr td {
  padding: 2.8px 0;
}

form.woocommerce-checkout .shop_table tbody tr:first-child td {
  padding-top: 13px;
}

form.woocommerce-checkout .shop_table tbody tr:last-child td {
  padding-bottom: 23px;
}

form.woocommerce-checkout .shop_table tr {
  border-bottom: 1px solid #e5e5e5;
}

form.woocommerce-checkout .shop_table tfoot tr th:first-of-type {
  font-weight: 500;
  font-size: 18px;
}

form.woocommerce-checkout .shop_table tfoot .cart-subtotal bdi {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method li {
  line-height: 33px;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method input[type="radio"] + label:before {
  margin-right: 11px;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method label {
  font-size: 18px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table tfoot .order-total {
  border-top: 1px solid #e5e5e5;
}

form.woocommerce-checkout .shop_table tfoot .order-total th {
  font-size: 30px !important;
  font-weight: 500;
  padding: 24px 0 34px;
}

form.woocommerce-checkout .shop_table tfoot .order-total td {
  padding: 24px 0 34px;
}

form.woocommerce-checkout .shop_table tfoot .order-total td strong bdi {
  font-size: 24px;
  font-weight: 500;
  color: #DF4949 !important;
}

form.woocommerce-checkout .shop_table .shipping th, form.woocommerce-checkout .shop_table .shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

form.woocommerce-checkout .shop_table .shipping th {
  padding-bottom: 5px;
}

form.woocommerce-checkout .shop_table .shipping td {
  padding: 5px 0;
}

form.woocommerce-checkout .shop_table .shipping ul {
  margin: 0;
}

form.woocommerce-checkout .shop_table .shipping,
form.woocommerce-checkout .shop_table .order-total {
  border-bottom: 0;
}

form.woocommerce-checkout #payment {
  margin-top: 0;
}

form.woocommerce-checkout .wc_payment_method {
  padding: 0;
}

form.woocommerce-checkout .wc_payment_method:last-of-type {
  border-bottom: 0;
}

form.woocommerce-checkout .wc_payment_method.payment_method_paypal img {
  max-width: 100px;
  margin: 0 10px;
}

form.woocommerce-checkout .wc_payment_method label {
  font-size: 18px;
  font-weight: 400;
  color: #1D1D1D;
}

form.woocommerce-checkout .payment_box {
  padding-left: 29px;
  margin-top: 4px;
}

form.woocommerce-checkout .about_paypal {
  font-size: 13px;
  position: relative;
  top: 2px;
}

form.woocommerce-checkout .payment_box p,
form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 16px;
  line-height: 26px;
}

form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-style: italic;
}

form.woocommerce-checkout #place_order {
  border: 1px solid #ffbd0c;
  color: #1D1D1D;
  height: 44px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: normal;
  margin-top: 20px;
  border-radius: 25px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  form.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }
  form.woocommerce-checkout #order_review_heading {
    margin-bottom: 10px;
    float: none;
    clear: both;
    font-size: 150%;
  }
  form.woocommerce-checkout #order_review {
    border: 0;
    padding: 0;
  }
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky #place_order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
  }
}

/* LOGIN FORM */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  display: flex;
  padding: 13px 30px;
  background: #ffbd0c0d;
  border-left: 4px solid #FFBD0C;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 16px;
  font-weight: 400;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .woocommerce-form-login-toggle a,
  .woocommerce-form-coupon-toggle a {
    display: inline-block;
  }
}

.woocommerce-form-coupon {
  padding: 21px 28px 8px;
  margin: 20px auto 0;
  float: left;
  border: 1px solid #e5e5e5;
  width: 100%;
}

.woocommerce-form-coupon + .woocommerce-checkout {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .avimart-woocommerce-checkout-login-form {
    width: 65%;
    padding-right: 120px;
    float: left;
  }
  .avimart-woocommerce-checkout-coupon-form {
    width: 35%;
    float: left;
  }
}

/* Add to cart */
.elementor-add-to-cart .woocommerce-variation-add-to-cart {
  display: block !important;
}

.elementor-add-to-cart .variations {
  border: 1px solid transparent;
}

.elementor-add-to-cart .variations td {
  border: 1px solid transparent;
  padding: 0 10px;
}

.elementor-add-to-cart .variations td.value {
  max-width: 50%;
}

.elementor-add-to-cart .variations td.value:before {
  content: none !important;
}

.elementor-add-to-cart .variations tr:last-of-type .label {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .elementor-add-to-cart .variations tr {
    display: block !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type {
    margin-bottom: 0 !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type .label {
    margin-bottom: 13px !important;
  }
  .elementor-add-to-cart .variations .label,
  .elementor-add-to-cart .variations .value {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
  }
  .elementor-add-to-cart .variations .reset_variations {
    margin-left: 0;
  }
  .elementor-add-to-cart .variations .single_add_to_cart_button {
    margin-left: 0 !important;
  }
}

.elementor-add-to-cart .reset_variations {
  margin-top: 7px;
  margin-left: 20px;
  float: none;
}

/* Product tabs */
.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs .panel {
  border-top: 0 !important;
}

/* Product add to cart */
.elementor-widget-avimart-product-add-to-cart .avimart-wrapper-add-to-cart .single_variation .woocommerce-variation-price {
  margin-bottom: 50px;
}

/* Product images */
.elementor-widget-avimart-product-images .avimart-product-images-widget .single-product-gallery {
  width: auto !important;
}

.star-rating {
  display: inline-block;
  width: 65px;
  height: 17px;
  position: relative;
  line-height: 17px;
}

.star-rating:before {
  font-family: "ionicons";
  font-size: 17px;
  content: "";
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  letter-spacing: -0.5px;
}

.star-rating > span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 17px;
}

.star-rating > span:before {
  font-family: "ionicons";
  font-size: 17px;
  content: "";
  color: #fc9a33;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: -0.5px;
}

.price mark,
.price ins,
.cart mark,
.cart ins {
  background: none;
}

/* UL - RADIO INPUT */
#shipping_method,
.methods {
  list-style: none;
  padding: 0;
}

#shipping_method input[type="radio"],
.methods input[type="radio"] {
  display: none;
}

#shipping_method input[type="radio"]:checked + label,
.methods input[type="radio"]:checked + label {
  font-weight: 400;
}

#shipping_method input[type="radio"]:checked + label:before,
.methods input[type="radio"]:checked + label:before {
  content: "\f192";
}

#shipping_method input[type="radio"] + label:before,
.methods input[type="radio"] + label:before {
  font-family: "FontAwesome";
  content: "\f10c";
  margin-right: 7px;
  font-size: 18px;
  color: #1D1D1D;
}

/* FORM ROW */
.form-row {
  margin-bottom: 20px;
}

.form-row > label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  text-transform: capitalize;
  color: #6A6A6A;
}

.form-row > label abbr {
  text-decoration: none;
}

.form-row select {
  height: 40px;
  padding: 0 20px;
  border-color: #dddddd;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"] {
  height: 48px;
  padding: 0 20px;
  border-color: #dddddd;
}

.form-row input[type="text"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="password"]:focus {
  border-color: #1D1D1D;
}

.form-row textarea {
  min-height: 240px;
  padding: 20px;
  border-color: #dddddd;
  resize: none;
}

.form-row textarea:focus {
  border-color: #1D1D1D;
}

/* VARIATION */
.shop_table .variation {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.shop_table .variation dt {
  font-weight: normal;
  float: left;
  margin-right: 5px;
  clear: both;
}

.shop_table .variation dd {
  margin-bottom: 0;
  float: left;
}

.shop_table .variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce {
  /* INPUT CHECKBOX */
}

.woocommerce input[type="checkbox"] {
  margin: 0;
}

.woocommerce input[type="checkbox"] + span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.woocommerce h2.login-title,
.woocommerce h2.register-title {
  font-size: 36px;
  font-weight: 500;
  padding: 80px 0 37px;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
  padding: 32px 33px;
  margin: 20px auto 0;
  border: 1px solid #E5E5E5;
  float: left;
}

.woocommerce .woocommerce-form-login .form-row:last-child,
.woocommerce .woocommerce-form-register .form-row:last-child {
  margin-bottom: 0;
}

.woocommerce .woocommerce-form__label.inline {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* WARNING */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  list-style: none;
  overflow: hidden;
}

.woocommerce-error {
  color: #fff;
  background-color: #b81c23;
  margin-bottom: 1.5rem;
  padding: 8px 20px;
}

.woocommerce-error li:before {
  content: "\f06a";
  font-family: "FontAwesome";
  line-height: 34px;
  margin-right: 5px;
}

.woocommerce-info {
  color: #6A6A6A;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.24px;
}

.woocommerce-message {
  color: #222222;
}

.woocommerce-notice--success {
  color: #339966;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce-invalid input:not(:focus),
.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #FFBD0C;
}

.woocommerce-message {
  margin: 0 auto;
  background: #f8f8f8;
  margin-bottom: 1.5rem;
  padding: 1rem;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
  .woocommerce-message {
    justify-content: center;
  }
}

.woocommerce-message .button {
  padding: 8px 30px;
  border-radius: 0;
  order: 2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.woocommerce-message .button:hover {
  background-color: #e21717;
  border-color: #e21717;
  color: #fff;
}

/* Product load more button */
.has-product-load-more-button ul.products > .product {
  opacity: 1;
  margin-top: 0;
  transition: margin 1000ms;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.has-product-load-more-button ul.products > .product.loaded {
  margin-top: 20px;
  opacity: 0;
}

.has-product-load-more-button .load-more-product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 240ms linear 0ms;
  margin: 0 auto;
  background: white;
  padding: 0 41px;
  position: relative;
}

.has-product-load-more-button .load-more-product-btn:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: circle-loading;
  animation-timing-function: linear;
}

.has-product-load-more-button .load-more-product-btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  transition-delay: 0.5s;
  transition-duration: 0.75s;
  transition-property: width;
}

.has-product-load-more-button .load-more-product-btn:hover {
  background-color: #1D1D1D;
  color: #fff;
  filter: grayscale(10%);
}

.has-product-load-more-button .load-more-product-btn.loading {
  pointer-events: none;
  cursor: not-allowed;
}

.has-product-load-more-button .load-more-product-btn.loading:before {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
}

.has-product-load-more-button .load-more-product-btn.loading:after {
  transition-delay: 0s;
  width: 20px;
}

/* hide sticky button when quick-view open */
@media (max-width: 767px) {
  .shop-buttons-is-sticky.quick-view-open .single_add_to_cart_button {
    position: static;
  }
}

/* ELEMENTOR PREVIEW MODE */
.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value select,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value select {
  position: static !important;
}

.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value .reset_variations,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value .reset_variations {
  margin-top: -10px !important;
}

.woocommerce-loop-product__title {
  display: inline-block;
}

.wc-forward {
  font-size: 16px;
  font-weight: 600;
}

.product_list_widget a:not(.remove_from_cart_button) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.total strong {
  font-size: 14px;
  font-weight: bold;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  font-size: 14px;
}

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  font-size: 15px;
  font-weight: 500;
}

.breadcrumdbar {
  line-height: 49px;
}

.single-post .breadcrumdbar {
  border-bottom: 1px solid #E5E5E5;
}

.blog #theme-page-header .page-header .container h1.page-title.entry-title {
  padding: 17px 0;
}

.woocommerce-breadcrumb {
  font-size: 14px;
}

.woocommerce-breadcrumb a {
  font-size: 14px;
}

.single-product .page-header .woocommerce-breadcrumb {
  font-size: 14px;
}

.single-product .page-header .woocommerce-breadcrumb a {
  font-size: 14px;
}

.added_to_cart.wc-forward {
  font-size: 0;
}

.page-content > .container {
  overflow: hidden;
}

.products .product-image-wrapper .woocommerce-loop-product__link {
  display: block;
}

.products .product-image-wrapper .woocommerce-loop-product__link img {
  width: 100%;
}

@media (min-width: 1200px) {
  .products .product-image-wrapper .woocommerce-loop-product__link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .products-layout-2 .product-image-wrapper a img {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .products-layout-2 .products .product {
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.star-rating span .rating {
  font-size: 0;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  width: 100px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
}

.avimart-add-to-cart-btn {
  position: relative;
  overflow: hidden;
}

.product-quick-view-btn {
  display: block;
}

.add_to_wishlist {
  position: relative;
}

.add_to_wishlist > span {
  visibility: hidden;
  position: absolute;
  width: 100px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
}

.add_to_wishlist > span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.add_to_wishlist:hover span {
  visibility: visible;
  opacity: 1;
}

.entry-summary .add_to_wishlist > span {
  position: unset;
  visibility: unset;
  background-color: transparent;
  color: unset;
  font-size: unset;
  width: auto;
  opacity: 1;
}

.entry-summary .add_to_wishlist > span:after {
  display: none;
}

.avimart-add-to-cart-btn.product_type_variable .tooltip {
  display: none;
}

.avimart-add-to-cart-btn.product_type_variable .tooltip.variation {
  display: unset;
}

.avimart-add-to-cart-btn .tooltip.variation {
  display: none;
}

.woocommerce-review-link {
  font-size: 14px;
  margin-left: 5px;
  line-height: 17px;
  color: #6A6A6A !important;
  color: inherit;
}

.avimart-product-cats {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #6A6A6A;
}

/**
 * Hover style shop
 */
@media only screen and (min-width: 1280px) {
  .products .product {
    line-height: 1.8;
  }
  .products .product:hover .avimart-style.style2,
  .products .product:hover .avimart-style.style4 {
    box-shadow: 0 7px 10px rgba(101, 101, 101, 0.4);
    background-color: #ffffff;
    padding-bottom: 63px;
    margin-bottom: -63px;
  }
  .products .product:hover .avimart-style.style2 .fade-in-block,
  .products .product:hover .avimart-style.style4 .fade-in-block {
    visibility: visible;
    opacity: 1;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-name: slidebottomtotop;
    -webkit-transform-origin: 0 0 0;
  }
  .products .product:hover .avimart-style.style5 {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 20;
    background-color: #fff;
    padding-bottom: 133px;
    margin-bottom: -133px;
  }
  .products .product:hover .avimart-style.style5 .content-info-product {
    padding-bottom: 10px;
  }
  .products .product:hover .avimart-style.style5 .fade-in-block {
    height: 133px;
    visibility: visible;
    opacity: 1;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-name: slidebottomtotop;
    -webkit-transform-origin: 0 0 0;
  }
  .products .product:hover .avimart-style.style6 {
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    z-index: 20;
    background-color: #fff;
    padding-bottom: 93px;
    margin-bottom: -93px;
    z-index: 999999;
    width: 100%;
  }
  .products .product:hover .avimart-style.style6 .content-info-product {
    padding-bottom: 18px;
  }
  .products .product:hover .avimart-style.style6 .fade-in-block {
    height: 93px;
    visibility: visible;
    opacity: 1;
    animation-duration: 300ms;
    animation-fill-mode: both;
    animation-name: slidebottomtotop;
    -webkit-transform-origin: 0 0 0;
  }
  .products .product:hover .content-info-product {
    z-index: 20;
  }
  .products .product:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility .0s ease,transform .3s ease;
  }
}

.woocommerce-shop .products .product {
  background-color: #fff;
}

@media (max-width: 575px) {
  .products .product .avimart-style .avimart-add-to-cart-btn {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
}

/**
 * Style shop
 */
.avimart-style.style1 .avimart-transform-loop-buttons {
  margin-top: 20px;
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.avimart-style .content-info-product {
  position: relative;
}

.avimart-style .content-info-product .fade-in-block {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0 24px 20px;
  opacity: 0;
  visibility: hidden;
}

.avimart-style .content-info-product .loading:before {
  top: 50% !important;
  left: 50% !important;
  background: none !important;
}

.avimart-style .content-info-product .loading:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition-duration: 0.3s;
}

.avimart-style .content-info-product .avimart-add-to-cart-btn.added {
  display: none;
}

@media only screen and (max-width: 1279px) {
  .avimart-style .content-info-product .fade-in-block {
    position: static;
    margin: 16px 0 0;
    display: block;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  .loop-action .product-quick-view-btn span,
  .loop-action .product-action-wishlist a,
  .loop-action .product-action-compare a {
    width: 30px;
    height: 30px;
    visibility: visible;
    position: relative;
    opacity: 1;
    transform: scaleX(1);
  }
}

.avimart-style {
  position: relative;
  border: none;
}

.avimart-style .avimart-transform-price {
  position: relative;
  overflow: hidden;
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 40px;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #1D1D1D;
}

@media (max-width: 425px) {
  .avimart-style .avimart-transform-price .avimart-transform-loop-buttons .star-rating {
    display: none;
  }
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  height: 40px;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons a.product_type_external {
  font-size: 14px;
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons .loading:before {
  top: 16px !important;
  left: 50% !important;
}

.avimart-style .avimart-transform-price .avimart-transform-loop-buttons .loading:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition-duration: 0.3s;
}

@media (min-width: 768px) and (max-width: 829.98px) {
  .products-layout-2 .content-info-product {
    margin-left: 5px;
  }
}

.ht-pagination.text-center {
  justify-content: center;
}

.pro-swatch-list-label {
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 37px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

@media (min-width: 992px) {
  .products .product:hover .avimart-style .pro-swatch-list-label {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order {
  max-width: 450px;
  margin: 28px auto 0;
}

.woocommerce-form.woocommerce-form-track-order.track_order p:first-child {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order p:first-child {
    min-width: 739px;
    margin: 0 -150px;
    margin-bottom: 29px;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row {
  width: 100%;
  padding-left: 0;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
  height: 48px;
  width: 100%;
  border-radius: 25px;
  border: 1px solid;
  float: left;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row-first input[type="text"],
.woocommerce-form.woocommerce-form-track-order.track_order .form-row-last input[type="text"] {
  font-size: 16px;
}

/*GENERAL
******************************************************************************************************/
.shop-content {
  position: relative;
}

.shop-content > .product {
  position: relative;
  clear: both;
  margin: 0 auto;
  background-color: #fff;
}

.shop-content > .product:after {
  clear: both;
  display: block;
  content: '';
}

@media (min-width: 1680px) {
  .single-gallery-vertical .shop-content > .product {
    max-width: 1410px;
  }
}

.wrapper-product-content:after {
  clear: both;
  display: block;
  content: '';
}

/* PRODUCT */
.woocommerce-loop-product__link .star-rating {
  margin-bottom: 20px;
}

/**
 * Ratings
 */
.comment-text .meta {
  line-height: 24px;
}

.comment-text .meta strong {
  display: inline-block !important;
}

.comment-text .meta time {
  display: inline-block !important;
}

.comment-text .description p {
  font-size: 13px;
  line-height: 27px;
}

.theme-primary-menu .menu-item:first-child > a {
  padding-left: 0;
}

/* COMMENT FORM */
.comment-form-rating .stars.selected span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span:hover a:before {
  content: "" !important;
}

.comment-form-rating .stars.selected span:hover a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span a:before {
  content: "\f4b3";
}

.comment-form-rating .stars.selected span a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a:hover ~ a:before {
  content: "" !important;
}

.comment-form-rating .stars span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars span:hover a:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a {
  font-size: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.comment-form-rating .stars span a:hover:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a:hover ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars span a:before {
  font-size: 18px;
  font-family: "ionicons";
  content: "\f4b2";
}

/* PRODUCT IMAGES
******************************************************************************************************/
/* IMAGE ZOOM */
.ez-zoom {
  position: relative;
}

.easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background: #FFF;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.easyzoom-flyout:hover {
  opacity: 1;
}

.easyzoom-flyout img {
  max-width: initial !important;
}

/* GALLERY SLIDER */
.single-gallery-slider .single-product-gallery {
  position: relative;
  min-height: 1px;
  float: left;
}

.single-gallery-slider .single-product-gallery + .summary {
  padding-left: 60px;
}

.single-gallery-slider .single-product-gallery #gallery-image-iw #gallery-image-iw {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type img,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type img,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type img,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type img {
  opacity: 0;
}

.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-img-item,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-thumb,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type ~ .pro-img-item,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type ~ .pro-thumb,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-img-item,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-thumb,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type ~ .pro-img-item,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type ~ .pro-thumb {
  display: none;
}

.single-gallery-slider .single-product-gallery .pro-img-item {
  margin: 0 0 -2px 0;
}

.single-gallery-slider .single-product-gallery .pro-img-item img {
  width: 100%;
}

.single-gallery-slider .pro-thumb {
  cursor: pointer;
  position: relative;
}

.single-gallery-slider .pro-thumb.tns-nav-active img {
  border: 2px solid #FFBD0C;
}

.single-gallery-slider .pro-thumb img {
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}

.single-gallery-slider .pro-carousel-image {
  position: relative;
}

.single-gallery-slider .pro-carousel-image .tns-controls button {
  opacity: 0;
}

.single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="prev"] {
  left: 0;
}

.single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="next"] {
  right: 0;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button {
  opacity: 1;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="next"] {
  right: 20px;
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-vertical .single-product-gallery {
    width: 740px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 740px);
    width: -moz-calc( 100% - 740px);
    width: calc( 100% - 740px);
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image {
    width: 740px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 740px);
    width: -moz-calc( 100% - 740px);
    width: calc( 100% - 740px);
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
  float: left;
  width: 100px;
  margin-top: 20px;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
    margin-top: 25px;
  }
}

.single-gallery-slider.single-gallery-vertical .pro-thumb {
  margin-bottom: 16px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-image {
  float: right;
  width: -webkit-calc( 100% - 117px);
  width: -moz-calc( 100% - 117px);
  width: calc( 100% - 117px);
}

.single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
  left: 120px;
  top: 20px;
}

.single-gallery-slider.single-gallery-vertical #gallery-thumb > .tns-item {
  width: 100%;
  padding-right: 2px;
}

@media (max-width: 768px) {
  .single-gallery-slider.single-gallery-vertical #gallery-thumb {
    display: none;
  }
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery {
    width: 555px;
  }
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 555px);
    width: -moz-calc( 100% - 555px);
    width: calc( 100% - 555px);
  }
}

@media (max-width: 768px) {
  .single-gallery-slider.single-gallery-horizontal #gallery-thumb > .tns-item {
    width: 100px;
  }
}

.single-gallery-slider.single-gallery-horizontal .pro-carousel-thumb {
  margin-top: 16px;
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-vertical .large .single-product-gallery {
    width: 670px;
  }
  .single-gallery-slider.single-gallery-vertical .large .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 670px);
    width: -moz-calc( 100% - 670px);
    width: calc( 100% - 670px);
  }
  .single-gallery-slider.single-gallery-vertical .large .single-product-gallery.pro-single-image {
    width: 670px;
  }
  .single-gallery-slider.single-gallery-vertical .large .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .single-gallery-slider.single-gallery-vertical .large .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 670px);
    width: -moz-calc( 100% - 670px);
    width: calc( 100% - 670px);
  }
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-horizontal .large .single-product-gallery {
    width: 670px;
  }
  .single-gallery-slider.single-gallery-horizontal .large .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 670px);
    width: -moz-calc( 100% - 670px);
    width: calc( 100% - 670px);
  }
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-fullall .single-product-gallery {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
  .single-gallery-slider.single-gallery-fullall .single-product-gallery + .summary {
    padding-top: 50px;
    width: 100%;
    text-align: center;
  }
}

.single-gallery-slider.single-gallery-fullall .pro-carousel-thumb {
  margin-top: 10px;
}

.single-gallery-slider.single-gallery-fullall .summary form.cart .quantity {
  margin-right: 0;
  margin-bottom: 20px;
}

.single-gallery-slider.single-gallery-fullall .summary form.cart #buy_now_button {
  margin-top: 20px;
}

.layout-list .single-product-gallery .pro-img-item {
  margin: 0;
}

.layout-list .single-product-gallery .pro-img-item img {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .single-gallery-slider.woobuilder-active.single-gallery-vertical .single-product-gallery {
    width: auto;
  }
}

.single-gallery-slider.woobuilder-active.single-gallery-vertical #gallery-thumb {
  width: 100px;
}

.single-gallery-slider.woobuilder-active .feature-box-wrapper {
  float: none;
}

.align-shop-center .single-product-gallery + .summary {
  display: inline-block;
  text-align: center;
}

.align-shop-center .single-product-gallery + .summary .stock,
.align-shop-center .single-product-gallery + .summary .woocommerce-product-rating,
.align-shop-center .single-product-gallery + .summary .sale-div {
  width: 100%;
  float: left;
  display: block;
}

.align-shop-center .single-product-gallery + .summary .sale-div .price {
  justify-content: center;
}

.align-shop-center .single-product-gallery + .summary .sale-div .price-onsale {
  width: 100%;
  display: block;
}

.align-shop-center .single-product-gallery + .summary form.cart {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.summary-fullall {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

.summary-fullall .summary.entry-summary {
  max-width: 1170px;
  margin-bottom: 47px;
  margin-right: auto;
  margin-left: auto;
}

.summary-fullall .summary.entry-summary form.cart .quantity {
  margin-right: 15px;
  margin-bottom: 0;
}

.summary-fullall .summary.entry-summary form.cart .w-quantity {
  display: none;
}

.summary-fullall .summary.entry-summary form.cart #buy_now_button {
  margin-top: 20px;
}

.summary-fullall .woocommerce-tabs {
  margin: 0;
  max-width: 570px;
}

.summary-fullall.center .avimart-class-for-full,
.summary-fullall.center .onestore-class-for-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.summary-fullall.center .avimart-class-for-full .price,
.summary-fullall.center .onestore-class-for-cart .price {
  justify-content: center;
}

.single-gallery-image .summary-fullall .summary {
  top: 0;
}

.is-simple-producst .summary.entry-summary form.cart {
  display: block;
}

.form-sticke .cart .single_add_to_cart_button.button.alt {
  margin-bottom: 0;
}

.form-sticke table {
  width: 30%;
  float: left;
  margin: 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
}

.form-sticke table tr {
  float: left;
}

.form-sticke table tr td {
  display: block;
  border-right: none;
  border-bottom: none;
}

.form-sticke table tr td:first-child {
  display: none;
}

.form-sticke table tr:nth-child(2) {
  margin-top: 5px;
  margin-left: 10px;
}

.form-sticke table tr:nth-child(2) td:nth-child(2) {
  padding-left: 20px;
  border-left: 1px solid #eeeeee;
}

.form-sticke .single_variation_wrap {
  width: 70%;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}

/* GALLERY IMAGE */
.single-gallery-image .single-product-gallery {
  position: relative;
  float: left;
}

@media (min-width: 1200px) {
  .single-gallery-image .single-product-gallery {
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .single-gallery-image .layout-fullall .single-product-gallery {
    margin-right: 0;
  }
}

.single-gallery-image .layout-fullall.gallery-product .avimart-lightbox-zoom-button {
  right: 40px;
}

.single-gallery-image .layout-fullall.no-gallery-product .avimart-lightbox-zoom-button {
  right: 20px;
}

.single-gallery-image .shop-content .pro-img-item {
  float: left;
}

.single-gallery-image .shop-content .pro-img-item:first-child {
  margin-top: 0;
}

@media (min-width: 1200px) {
  .single-gallery-image.single-gallery-list .single-product-gallery {
    width: 610px;
  }
  .single-gallery-image.single-gallery-list .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 670px);
    width: -moz-calc( 100% - 670px);
    width: calc( 100% - 670px);
  }
}

@media (min-width: 2780px) {
  .single-gallery-image.single-gallery-grid .single-product-gallery {
    width: 930px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 980px);
    width: -moz-calc( 100% - 980px);
    width: calc( 100% - 980px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image {
    width: 780px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 780px);
    width: -moz-calc( 100% - 780px);
    width: calc( 100% - 780px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image .pro-img-item {
    max-width: 100%;
    margin-right: 0;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item {
    max-width: 450px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
}

.single-gallery-image .summary {
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.single-gallery-image .summary-fullall .summary {
  float: none;
  position: relative;
}

figure.pro-img-item {
  cursor: pointer;
}

.pro-img-item {
  position: relative;
}

/* SUMMARY
******************************************************************************************************/
.product-type-grouped .summary .group_table {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}

.product-type-grouped .summary .group_table td {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-type-grouped .summary .group_table td p.stock {
  display: none;
}

.product-type-grouped .summary .group_table .loop-action {
  position: static;
  transform: none;
}

.product-type-grouped .summary .group_table .loop-action {
  justify-content: flex-start;
}

.product-type-grouped .summary .group_table .loop-action .product-quick-view-btn,
.product-type-grouped .summary .group_table .loop-action .avimart-add-to-cart-btn,
.product-type-grouped .summary .group_table .loop-action .tinvwl-shortcode-add-to-cart a {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.summary .variations {
  border: 1px solid transparent;
  margin-top: 0;
  width: inherit;
}

.summary .variations td {
  border: 1px solid transparent;
}

.summary .variations tr + tr {
  margin-top: 21px;
}

.summary .woocommerce-variation-price {
  margin-bottom: 30px;
}

.product-type-variable .variations {
  border: 1px solid transparent;
  width: 100%;
  margin: 0;
}

.product-type-variable .variations td {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}

.product-type-variable .variations td.label {
  min-width: 60px;
}

.product-type-variable .variations td.value {
  margin-bottom: 15px;
  padding-left: 0;
}

.product-type-variable .variations select {
  background-size: auto 6px;
}

.product-type-variable .woocommerce-variation-price {
  margin-bottom: 50px;
}

.product-type-variable .woocommerce-variation-price .price {
  flex-direction: row-reverse;
}

.product-type-variable .woocommerce-variation-availability {
  display: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 0 10px 10px 0 !important;
}

.summary .product_title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 9px;
  margin-bottom: 12px;
}

.summary .product_title + .price {
  margin-top: 5px;
  margin-bottom: 20px;
}

.summary .price {
  display: flex;
  align-items: baseline;
  margin: 0;
}

@media (min-width: 992px) {
  .summary .avimart-class-for-full .product_title {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

.woocommerce-product-rating {
  display: inline-flex;
  align-items: center;
  margin-top: -2px;
}

.woocommerce-product-rating .star-rating {
  position: relative;
}

.cart .quantity {
  margin-right: 15px;
}

.cart .single_add_to_cart_button.button.alt {
  display: block;
  padding: 0 41px 0 75px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  float: left;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1019_10760)'%3E%3Cpath d='M9.99967 18.6666C10.3679 18.6666 10.6663 18.3682 10.6663 18C10.6663 17.6318 10.3679 17.3333 9.99967 17.3333C9.63148 17.3333 9.33301 17.6318 9.33301 18C9.33301 18.3682 9.63148 18.6666 9.99967 18.6666Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.3337 18.6666C17.7018 18.6666 18.0003 18.3682 18.0003 18C18.0003 17.6318 17.7018 17.3333 17.3337 17.3333C16.9655 17.3333 16.667 17.6318 16.667 18C16.667 18.3682 16.9655 18.6666 17.3337 18.6666Z' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66699 4.66669H7.33366L9.12033 13.5934C9.18129 13.9003 9.34826 14.176 9.59202 14.3722C9.83578 14.5684 10.1408 14.6727 10.4537 14.6667H16.9337C17.2465 14.6727 17.5515 14.5684 17.7953 14.3722C18.0391 14.176 18.206 13.9003 18.267 13.5934L19.3337 8.00002H8.00033' stroke='%231D1D1D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1019_10760'%3E%3Crect width='16' height='16' fill='white' transform='translate(4 4)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 39px center;
  border: 1px solid #ffbd0c;
}

@media (max-width: 600px) {
  .cart .single_add_to_cart_button.button.alt {
    float: none;
    padding: 0 30px 0 65px;
  }
}

.cart .single_add_to_cart_button {
  height: 48px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: normal;
}

.cart .single_add_to_cart_button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.cart a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-shortcode.ftinvwl-animated {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 25px;
}

.cart a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-shortcode.ftinvwl-animated:before {
  font-size: 24px;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
  margin-top: 23px;
}

@media (max-width: 768px) {
  .single-product .shop-container {
    padding-top: 10px;
  }
}

.single-product #theme-footer {
  padding-top: 0;
}

.quantity {
  width: 160px;
  height: 48px;
  float: left;
}

.quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  font-family: "ionicons";
  font-size: 27px;
  color: #1D1D1D;
  background-color: #F7F7F7;
  font-weight: 700;
  width: 36px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #E5E5E5;
}

@media (max-width: 500px) {
  .quantity:not(.hidden) .modify-qty {
    width: 22px;
    font-size: 20px;
  }
}

.quantity:not(.hidden) .modify-qty:hover {
  background-color: #FFBD0C;
  color: #1D1D1D !important;
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  text-align: right;
  padding-right: 10px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

@media (max-width: 500px) {
  .quantity:not(.hidden) .modify-qty[data-click=minus] {
    padding-right: 5px;
  }
}

.quantity:not(.hidden) .modify-qty[data-click=minus]:before {
  content: "\f462";
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  right: 0;
  text-align: left;
  padding-left: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

@media (max-width: 500px) {
  .quantity:not(.hidden) .modify-qty[data-click=plus] {
    padding-left: 5px;
  }
}

.quantity:not(.hidden) .modify-qty[data-click=plus]:before {
  content: "\f489";
}

.quantity:not(.hidden) .qty {
  height: 100%;
  min-height: 48px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #1D1D1D;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  -moz-appearance: textfield;
}

.quantity:not(.hidden) .qty::-webkit-inner-spin-button, .quantity:not(.hidden) .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product_meta {
  display: block;
  float: left;
  width: 100%;
}

.product_meta hr {
  border-top: 1px solid #e5e5e5;
  margin: 32px 0 28px;
}

.product_meta .title-meta-detail {
  font-weight: 500;
  display: inline-block;
  min-width: 95px;
}

.product_meta span.posted_in.meta_detail {
  margin-top: 2px;
}

.product_meta span {
  font-size: 14px;
}

.product_meta > span {
  line-height: 30px;
}

.product_meta > span > span,
.product_meta > span > a {
  font-weight: normal;
}

.product_meta > span strong {
  font-weight: 500;
  display: inline-block;
  min-width: 95px;
}

.p-shared span {
  display: inline-block;
  line-height: 24px;
  font-weight: bold;
}

.p-shared a {
  margin-right: 18px;
  font-size: 17px;
}

/**
 * Meta detail
 */
.meta_detail > span {
  display: inline-block;
}

/* TABS
******************************************************************************************************/
.woocommerce-tabs {
  margin: 0 auto;
  display: block;
  clear: both;
}

.woocommerce-tabs .tabs {
  display: block;
  margin: 47px 0 0 0;
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    margin-top: 50px;
  }
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  margin: 0 35px;
  line-height: 2.3;
  border-bottom: 2px solid transparent;
}

.woocommerce-tabs .tabs li:first-child {
  margin-left: 0;
}

.woocommerce-tabs .tabs a {
  font-size: 24px;
  font-weight: 500;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 0;
  display: none;
  background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel .avimart-product-image-single {
  display: inline-block;
  padding: 24px 0 33px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel .avimart-product-image-single .alignnone:first-child {
  margin-right: 36px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment {
  margin-top: 5px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #comment {
  height: 140px;
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #author,
.woocommerce-tabs .woocommerce-Tabs-panel #commentform #email {
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-author,
.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-email {
  margin-top: -9px;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul {
  list-style-type: none;
  padding-left: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller ul li .seller-rating {
  margin-left: 10px;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .woocommerce-review__dash {
  font-size: 11px;
}

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-Reviews .comment_container img.avatar {
  float: left;
  border-radius: 50%;
  max-width: 60px;
}

.woocommerce-Reviews .comment_container img.avatar + .comment-text {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 20px;
}

.woocommerce-Reviews .comment_container .comment-text {
  margin-top: 0;
}

.woocommerce-Reviews .comment_container .woocommerce-review__author {
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-Reviews .meta {
  margin-bottom: 0;
}

.woocommerce-Reviews #reply-title {
  font-size: 30px;
  font-weight: 500;
}

.woocommerce-Reviews .comment-form-rating {
  display: flex;
}

.woocommerce-Reviews .comment-form-rating .stars {
  margin: 0 0 0 20px;
}

.woocommerce-Reviews .comment-form-rating label,
.woocommerce-Reviews .comment-form-comment label,
.woocommerce-Reviews .comment-form-author label,
.woocommerce-Reviews .comment-form-email label {
  font-size: 14px;
  letter-spacing: normal;
  color: #1D1D1D;
}

.woocommerce-Reviews #commentform .required {
  color: #DF4949;
}

label .required {
  color: #DF4949;
}

/* RELATED && UPSELL
******************************************************************************************************/
.upsells.products .products,
.related.products .products {
  padding-bottom: 0;
}

.upsells.products .price ins,
.related.products .price ins {
  margin-right: 12px;
}

.upsells.products .countdown-product,
.related.products .countdown-product {
  display: none;
}

.related.products .price ins {
  margin-right: 0;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 20px;
}

.single-product .variations .value .reset_variations {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  display: block;
}

.woocommerce-variation-add-to-cart .quantity {
  margin-right: 15px;
}

.single-product .woocommerce-product-details__short-description,
.elementor .woocommerce-product-details__short-description {
  display: block;
  margin-top: 20px;
  padding-bottom: 29px !important;
  border-bottom: 1px solid #e5e5e5;
}

.single-product .woocommerce-product-details__short-description p,
.elementor .woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 26px;
  color: #6A6A6A;
  width: 100%;
  margin-bottom: 11px;
}

.single-product .woocommerce-product-details__short-description ul,
.elementor .woocommerce-product-details__short-description ul {
  margin: 0;
}

.single-product .woocommerce-product-details__short-description ul li,
.elementor .woocommerce-product-details__short-description ul li {
  font-size: 16px;
  line-height: 28px;
}

.single-product .woocommerce-product-details__short-description .cart,
.elementor .woocommerce-product-details__short-description .cart {
  display: none;
}

/* VARIATION PRODUCT */
.variations select {
  border: 1px solid #949494;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0036/8679/3325/t/1/assets/ico-select.svg?99");
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  font-size: 13px !important;
}

/* Buy now button */
#buy_now_button {
  display: block;
  clear: both;
  margin-top: 30px;
  min-width: 350px;
}

/* GALLERY */
#gallery-image .pro-img-item {
  margin-top: 0;
}

.tns-outer {
  direction: ltr;
}

/* Countdown */
.countdown-product {
  padding-top: 30px;
}

.countdown-product .avimart-countdown-item .avimart-count {
  width: 50px;
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
}

.countdown-product .avimart-countdown-item .avimart-countdown-label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.single-product .upsells.products,
.single-product .related.products {
  padding-top: 0;
  border: none;
}

.single-product .upsells.products > h2,
.single-product .related.products > h2 {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  margin-top: 44px;
  text-transform: capitalize;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

/* VIDEO BUTTON */
.single-product-gallery:hover .avimart-lightbox-zoom-button {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.video-popup-btn {
  position: absolute;
  z-index: 2;
}

.video-popup-btn:hover .avimart-icon-text {
  opacity: 1;
  visibility: visible;
}

.video-popup-btn:hover .ion-ios-play {
  color: #fff;
}

.avimart-lightbox-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.avimart-lightbox-zoom-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
}

.avimart-lightbox-zoom-button .photoswipe-toggle-button {
  border: none;
  background: transparent;
  font-size: 1.2rem;
}

.layout-horizontal .avimart-lightbox-zoom-button {
  bottom: 142px;
}

.avimart-icon-text {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 45px;
  height: 26px;
  z-index: 25;
  padding: 0 10px;
  margin-top: -13px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border-radius: 2px;
  background: #1D1D1D;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.avimart-icon-text:after {
  left: 100%;
  position: absolute;
  top: 50%;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #1D1D1D;
}

.stock.out-of-stock {
  color: #DB4444;
  font-weight: 500;
}

/**
 * Navigation shop
 */
.avimart-product-navigation {
  position: relative;
}

.avimart-product-navigation .wrapper-short {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 350;
  visibility: hidden;
  min-width: 240px;
  opacity: 0;
  transition: opacity .1s ease .1s,visibility .1s ease .1s;
  -webkit-animation: ost-fadeOutLeftShort .1s ease .1s both;
  animation: ost-fadeOutLeftShort .1s ease .1s both;
}

.avimart-product-navigation .wrapper-short .product-short {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: #FFF;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}

.avimart-product-navigation .wrapper-short .product-short .product-short-image {
  padding-left: 15px;
  width: 40%;
}

.avimart-product-navigation .wrapper-short .product-short-description {
  padding: 10px 15px;
  width: 40%;
  flex-grow: 1;
  line-height: 20px;
}

.avimart-product-navigation .wrapper-short .product-short-description .avimart-entities-title {
  font-size: 13px;
  font-weight: 500;
}

.avimart-product-navigation .wrapper-short .product-short-description .price {
  font-size: 13px;
  font-weight: 400;
}

.avimart-product-navigation .product-btn:hover > .wrapper-short {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease,visibility .3s ease;
  -webkit-animation: wd-fadeInLeftShort .3s ease both;
  animation: wd-fadeInLeftShort .3s ease both;
}

.avimart-product-navigation .product-prev .nav-pro a:before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.27634 1.91885C8.4267 2.06315 8.44037 2.28896 8.31735 2.44807L8.27634 2.49366L4.62307 5.9998L8.27634 9.50595C8.4267 9.65025 8.44037 9.87605 8.31735 10.0352L8.27634 10.0808C8.12598 10.2251 7.89069 10.2382 7.72488 10.1201L7.67738 10.0808L3.72444 6.28721C3.57408 6.14291 3.56041 5.91711 3.68343 5.75799L3.72444 5.7124L7.67738 1.91885C7.84278 1.76012 8.11094 1.76012 8.27634 1.91885Z' fill='%23616161'/%3E%3C/svg%3E") no-repeat left center;
  content: '';
  width: 12px;
  height: 12px;
}

.avimart-product-navigation .product-next .nav-pro a:before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7,10.1c-0.2-0.1-0.2-0.4,0-0.5l0,0L7.4,6L3.7,2.5C3.6,2.3,3.6,2.1,3.7,2l0,0c0.2-0.1,0.4-0.2,0.6,0l0,0 l4,3.8c0.2,0.1,0.2,0.4,0,0.5l0,0l-4,3.8C4.2,10.2,3.9,10.2,3.7,10.1z' fill='%23616161'/%3E%3C/svg%3E%0A") no-repeat left center;
  content: '';
  width: 12px;
  height: 12px;
}

.avimart-product-navigation .nav-pro a,
.avimart-product-navigation .spacenav-shop a {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-product-navigation .spacenav-shop {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

.avimart-product-navigation .product-short-image img {
  max-width: 66px;
  height: 85px;
  object-fit: cover;
}

@-webkit-keyframes ost-fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes ost-fadeOutLeftShort {
  from {
    -webkit-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
}

.layout-vertical .summary .product_title {
  margin-top: 0;
  margin-bottom: 0;
}

.layout-vertical .summary .form-avimart-ratting-new .new-stock p.stock {
  margin-top: 8px;
}

.layout-vertical .summary .woocommerce-product-rating {
  margin: 16px 0 5px 3px;
}

.layout-vertical .summary .woocommerce-product-rating .star-rating:before {
  font-size: 14px;
}

.layout-vertical .summary .woocommerce-product-rating .star-rating > span:before {
  font-size: 14px;
}

.layout-vertical .summary .price {
  margin-bottom: 20px;
}

.layout-vertical .summary .tinvwl_add_to_wishlist-text {
  font-size: 13px;
  text-transform: capitalize;
}

.layout-vertical #gallery-thumb-iw {
  margin: 0 !important;
}

.layout-vertical #gallery-thumb {
  width: 100% !important;
}

.grouped_form .group_table {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
  width: 115px;
}

@media (max-width: 425px) {
  .grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
    width: auto;
  }
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail a {
  padding: 20px 15px 20px 0;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail img {
  border-radius: 2px;
}

@media (min-width: 780px) {
  .grouped_form td.woocommerce-grouped-product-list-item__label {
    width: 205px;
  }
}

.grouped_form td.woocommerce-grouped-product-list-item__label {
  font-weight: 500;
}

.grouped_form td.woocommerce-grouped-product-list-item__price del {
  font-size: 14px;
}

.grouped_form td.woocommerce-grouped-product-list-item__quantity .title-quantity {
  display: none;
}

.grouped_form td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
  float: right;
}

.grouped_form .single_add_to_cart_button.button.alt {
  margin-right: 15px;
}

.grouped_form table, .grouped_form th, .grouped_form td {
  border-top: none;
  margin-bottom: 30px;
}

/* Woocommerce Gallery */
.woocommerce-product-gallery {
  position: relative;
  max-width: 780px;
}

.woocommerce-product-gallery .flex-control-nav {
  padding-left: 0;
  display: flex;
  margin-top: 10px;
}

.woocommerce-product-gallery .flex-control-nav li {
  padding-right: 10px;
  list-style: none;
}

.woocommerce-product-gallery .flex-control-nav li img {
  cursor: pointer;
  border: 1px solid transparent;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1px solid #FFBD0C;
}

@media (min-width: 991px) {
  .woocommerce-product-gallery {
    float: left;
    width: 48%;
    margin-right: 41px;
  }
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2rem;
  right: 1rem;
  z-index: 99;
}

.woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  max-width: unset;
}

.product .left:not(.summary-fullall) .summary.entry-summary {
  clear: none;
}

@media (min-width: 991px) {
  .product .left:not(.summary-fullall) .summary.entry-summary {
    float: right;
    width: 48%;
  }
}

.product-type-external .cart {
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}

.sale-div {
  display: inline-flex;
}

.sale-div .price-onsale {
  display: flex;
  height: 22px;
  width: 91px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  top: 1px;
  left: 0;
  position: relative;
  background: #DB4444;
}

.sale-div .price-onsale:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 33%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #DB4444;
}

.single-product .upsells.products {
  padding-top: 18px;
}

.related-avimart-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}

.related-avimart-bottom .related.products {
  position: relative;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}

.form-avimart-ratting-new {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 16px;
}

.form-avimart-ratting-new .sku_wrapper,
.form-avimart-ratting-new .woocommerce-product-rating {
  padding-right: 39px;
  position: relative;
}

.form-avimart-ratting-new .sku_wrapper:before,
.form-avimart-ratting-new .woocommerce-product-rating:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  position: absolute;
  right: 16px;
  top: -2px;
}

.form-avimart-ratting-new .sku_wrapper {
  padding-right: 33px;
  color: #1D1D1D;
}

.form-avimart-ratting-new .sku_wrapper:before {
  right: 16px;
  top: 4px;
}

.form-avimart-ratting-new .sku_wrapper .sku {
  color: #6A6A6A;
}

.form-avimart-ratting-new .new-stock p.stock {
  display: block;
  margin: -2px 0 0 0;
  font-weight: 500;
}

.form-avimart-ratting-new .new-stock p.stock.in-stock {
  color: #47A432;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.avimart-share-product {
  cursor: pointer;
}

.avimart-share-product .meta_detail {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-share-product:hover svg path {
  fill: #FFBD0C;
}

#toast-share {
  position: absolute;
  transition: all .25s ease;
  max-width: 250px;
  top: 100%;
  right: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 15px 15px;
  border-radius: 4px;
}

#toast-share.hiddenn {
  opacity: 0;
  visibility: hidden;
}

#toast-share button[data-dismiss] {
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

#toast-share button[data-dismiss]:hover {
  color: #000;
  opacity: .5;
}

#toast-share .toast-header .copy {
  display: flex;
}

#toast-share .toast-header button {
  padding: 0 10px;
  margin: 0;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 0;
  min-width: 80px;
  border: 1px solid #1D1D1D;
  color: #fff;
}

#toast-share .toast-header button:hover {
  border-color: #FFBD0C;
}

#toast-share .toast-body {
  margin-top: 3px;
  font-weight: 500;
}

#toast-share .toast-body .group-social .social {
  margin: 0 12px;
}

#toast-share .toast-body .group-social .social:first-child {
  margin-left: 0;
}

#toast-share input {
  font-size: 12px;
  padding: 0 5px;
  min-height: 26px;
  line-height: 22px;
  border-right: none;
  border-radius: 0;
}

#toast-share label {
  font-size: 14px;
  font-weight: 500;
}

.title-quantity {
  position: absolute;
  top: -80%;
  margin-bottom: 10px;
}

.title-quantity label {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #6A6A6A;
  text-transform: capitalize;
  margin: 0 8px 0 0;
  padding: 0;
}

.ready-to-ship {
  display: flex;
  align-items: center;
  padding-top: 24px;
  width: 100%;
}

.ready-to-ship .circle {
  width: 12px;
  height: 12px;
  background: rgba(61, 171, 37, 0.1);
  border: 1px solid #3DAB25;
  box-sizing: border-box;
  border-radius: 100px;
}

.ready-to-ship .text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0 8px;
}

.ready-to-ship .icon {
  display: flex;
  cursor: pointer;
  position: relative;
  padding-bottom: 1px;
}

.ready-to-ship .wrap-content {
  position: absolute;
  width: 225px;
  top: 28px;
  left: -23px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
  padding: 20px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  z-index: 10;
}

@media (max-width: 991px) {
  .ready-to-ship .wrap-content {
    left: -200px;
  }
}

.ready-to-ship .wrap-content.open {
  visibility: visible;
  opacity: 1;
}

.ready-to-ship .wrap-content.open:before {
  content: '';
  position: absolute;
  left: 20px;
  top: -18px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #e5e5e5;
}

@media (max-width: 991px) {
  .ready-to-ship .wrap-content.open:before {
    left: 198px;
  }
}

.ready-to-ship .wrap-content.open:after {
  content: '';
  position: absolute;
  left: 20px;
  top: -16px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #f7f7f7;
}

@media (max-width: 991px) {
  .ready-to-ship .wrap-content.open:after {
    left: 198px;
  }
}

.ready-to-ship .wrap-content .content {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.evm-free-shipping-wrapper {
  height: 50px;
  margin-top: 24px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  color: #1D1D1D;
  background: #FBF2DF;
}

.evm-free-shipping-wrapper .free-shipping-text {
  display: flex;
  align-items: center;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.evm-free-shipping-wrapper .free-shipping-text svg {
  margin-right: 8px;
}

.feature-box-wrapper {
  display: block;
  float: left;
  width: 100%;
}

.feature-box-wrapper hr {
  border-top: 1px solid #e5e5e5;
  margin: 27px 0 32px 0;
}

.feature-box-wrapper h3.title {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.feature-box-wrapper .feature-box {
  display: flex;
}

.feature-box-wrapper .feature-box:not(:last-child) {
  margin-bottom: 16px;
}

.feature-box-wrapper .feature-box .icon {
  margin-right: 14px;
  padding-top: 5px;
}

.feature-box-wrapper .feature-box .content span {
  display: block;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #616161;
}

.feature-box-wrapper .feature-box .content span.subtitle {
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #1D1D1D;
}

.boostify-size-guide-popup {
  margin-bottom: 0 !important;
  width: fit-content;
}

.boostify-size-guide-popup .btn-size-guide {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin-top: 8px;
  color: #1D1D1D !important;
}

.boostify-size-guide-popup .btn-size-guide:after {
  content: "";
  top: 92%;
  left: 0;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #1D1D1D;
}

.boostify-size-guide-popup .btn-size-guide:hover {
  color: #FFBD0C !important;
}

.boostify-size-guide-popup .btn-size-guide:hover:after {
  background-color: #FFBD0C;
}

@media (max-width: 1199px) {
  .single-gallery-fullall .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-fullall .summary {
    width: 100%;
  }
}

.single-product.single-gallery-fullall .page-header {
  margin-bottom: 0 !important;
}

.single-gallery-fullall .tns-controls {
  display: block;
}

.single-gallery-fullall .tns-controls [data-controls] {
  width: 30px;
  height: 30px;
}

.single-gallery-fullall .tns-controls [data-controls="prev"] {
  top: -15px;
}

.single-gallery-fullall .tns-controls [data-controls="prev"]:before {
  content: "\f3d2";
  font-weight: 700;
  line-height: 30px;
}

.single-gallery-fullall .tns-controls [data-controls="next"] {
  bottom: -15px;
}

.single-gallery-fullall .tns-controls [data-controls="next"]:before {
  content: "\f3d3";
  font-weight: 700;
  line-height: 30px;
}

.single-gallery-fullall .shop-container.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.single-gallery-fullall .shop-content > .product {
  max-width: 100%;
}

.single-gallery-fullall .new-container-for-fullall {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.single-gallery-fullall .new-container-for-fullall .summary-fullall {
  width: 50%;
}

.single-gallery-fullall .new-container-for-fullall .summary-fullall .summary.entry-summary form.cart .quantity {
  margin-bottom: 15px;
}

.single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion {
  width: 50%;
}

.single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .woocommerce-tabs {
  margin-top: 0;
}

@media (min-width: 992px) {
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .review-rating-template-wrapper {
    display: block;
  }
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .review-rating-template-wrapper .reviews-summary {
    padding-top: 30px;
    width: 100%;
  }
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .review-rating-template-wrapper .reviews-content {
    padding-right: 0;
  }
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .avimart-wc-question .avimart-wc-question__wrapper {
    display: block;
  }
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .avimart-wc-question .avimart-wc-question__wrapper .reviews-summary {
    width: 100%;
  }
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion .avimart-wc-question .avimart-wc-question__wrapper .question-list-container {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .single-gallery-fullall .new-container-for-fullall {
    flex-direction: column;
  }
  .single-gallery-fullall .new-container-for-fullall .summary-fullall,
  .single-gallery-fullall .new-container-for-fullall .avimart-class-for-accordion {
    width: 100%;
  }
}

/*Accordion Tab*/
button.accordion-tab-product {
  width: 100%;
  color: #1D1D1D;
  border: none;
  outline: none;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  padding: 22px 0 18px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 0;
}

button.accordion-tab-product:after {
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.8827 22.0692C26.4979 22.4702 25.8958 22.5066 25.4715 22.1786L25.3499 22.0692L16.0002 12.3272L6.65048 22.0692C6.26568 22.4702 5.66353 22.5066 5.23922 22.1786L5.11765 22.0692C4.73285 21.6683 4.69787 21.0408 5.01271 20.5987L5.11765 20.472L15.2338 9.93082C15.6186 9.52986 16.2207 9.49341 16.645 9.82147L16.7666 9.93082L26.8827 20.472C27.306 20.9131 27.306 21.6282 26.8827 22.0692Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0 center;
  float: right;
  transform: rotate(180deg);
}

button.accordion-tab-product:hover, button.accordion-tab-product.is-open {
  color: #1D1D1D;
}

button.accordion-tab-product.is-open {
  border-bottom: none;
}

button.accordion-tab-product.is-open:after {
  transform: rotate(0);
}

.accordion-product-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-product-content .reviews-summary-buttons {
  display: none;
}

.accordion-product-content #review_form_wrapper {
  display: block !important;
}

@media (min-width: 992px) {
  .shop-content.style2 .review-rating-template-wrapper {
    display: block;
  }
  .shop-content.style2 .review-rating-template-wrapper .reviews-summary {
    padding-top: 30px;
    width: 100%;
  }
  .shop-content.style2 .review-rating-template-wrapper .reviews-content {
    padding-right: 0;
  }
  .shop-content.style2 .avimart-wc-question .avimart-wc-question__wrapper {
    display: block;
  }
  .shop-content.style2 .avimart-wc-question .avimart-wc-question__wrapper .reviews-summary {
    width: 100%;
  }
  .shop-content.style2 .avimart-wc-question .avimart-wc-question__wrapper .question-list-container {
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery {
    width: 540px;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery + .summary,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image {
    width: 540px;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image .pro-carousel-image,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image + .summary,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar.single-new .shop-sidebar {
    width: 420px;
    margin-right: 60px;
  }
  .shop-container.with-left-sidebar.single-new .shop-sidebar .widget:first-child {
    margin-top: 0;
  }
  .single.width-default .shop-container.with-left-sidebar.single-new .summary .woosw-btn {
    margin-top: 15px;
    margin-left: 0;
  }
}

.shop-container.with-full-sidebar.single-new .shop-sidebar.sidebar-single-product {
  display: none;
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .width-1170 .container .single-product-gallery {
    width: 555px;
  }
  .width-1170 .container .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 555px);
    width: -moz-calc( 100% - 555px);
    width: calc( 100% - 555px);
  }
  .width-1170 .container .single-product-gallery.pro-single-image {
    width: 555px;
  }
  .width-1170 .container .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .width-1170 .container .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 555px);
    width: -moz-calc( 100% - 555px);
    width: calc( 100% - 555px);
  }
}

@media (min-width: 1200px) {
  .width-1170 .related-avimart-bottom {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .width-1650 .container {
    width: 1690px !important;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) {
  .width-1650 .container .single-product-gallery {
    width: 555px;
  }
  .width-1650 .container .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 555px);
    width: -moz-calc( 100% - 555px);
    width: calc( 100% - 555px);
  }
  .width-1650 .container .single-product-gallery.pro-single-image {
    width: 555px;
  }
  .width-1650 .container .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .width-1650 .container .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 555px);
    width: -moz-calc( 100% - 555px);
    width: calc( 100% - 555px);
  }
}

@media (min-width: 1200px) {
  .width-1650 .related-avimart-bottom {
    max-width: 1650px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .width-1650 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1690px !important;
  }
  .width-1650.single-gallery-horizontal .shop-content > .product {
    max-width: fit-content;
  }
  .width-1650 .woocommerce-tabs {
    max-width: 100%;
  }
  .width-1650 .related-avimart-bottom .related.products {
    max-width: 1690px;
  }
}

.avimart-coupon {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.avimart-coupon .title {
  font-size: 20px;
  font-weight: 500;
}

.avimart-coupon .coupon-avimart {
  display: inline-flex;
  background-color: #DF4949;
  font-size: 14px;
  height: 32px;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.avimart-coupon .coupon-avimart:after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #DF4949;
  border: 1px dashed #FFFFFF;
  border-radius: 4px;
}

.avimart-coupon .coupon-avimart:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #DF4949;
  border: 1px dashed #FFFFFF;
  border-radius: 4px;
}

.avimart-coupon .copy input {
  opacity: 0;
  width: 24px;
  padding: 0;
  min-height: 0;
  font-size: 0;
}

.avimart-coupon .copy .btn_copy_link {
  font-family: "DM Sans";
  font-size: 8px;
  font-weight: bold;
  color: #044C4B;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 12px;
  border-radius: 25px;
  background-color: #fff;
  border: none;
}

.single .avimart-product-cats {
  margin-top: 0;
  margin-bottom: 0;
}

.single .avimart-product-cats a {
  letter-spacing: 0.1em;
}

.single .wb-posted_in {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  font-weight: 500;
}

.single .wb-posted_in a {
  font-weight: 400;
  color: #6A6A6A;
}

.woocommerce-tabs.wc-tabs-wrapper .accordion-tab-product {
  background-color: transparent;
}

.single-gallery-image.single-gallery-fullall .single-product-gallery {
  margin-right: 0;
  float: right;
}

/* arrows */
.single-product .tns-controls [data-controls] {
  position: absolute;
  background: #fff !important;
  width: 100%;
  height: 24px;
  border-radius: 2px;
  color: #1D1D1D;
  border: 1px solid #E5E5E5;
  font-size: 0;
  z-index: 2;
}

.single-product .tns-controls [data-controls]:hover {
  background-color: #FFBD0C !important;
}

.single-product .tns-controls [data-controls]:disabled {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.single-product .tns-controls [data-controls]:before {
  font-family: "Ionicons";
  font-size: 15px;
  line-height: 24px;
}

.single-product .tns-controls [data-controls="prev"] {
  left: 0;
  top: 0;
}

.single-product .tns-controls [data-controls="prev"]:before {
  content: "\f126";
}

.single-product .tns-controls [data-controls="next"] {
  right: 0;
  bottom: 0;
  top: auto;
}

.single-product .tns-controls [data-controls="next"]:before {
  content: "\f123";
}

.single-product .avimart-full .tns-controls [data-controls] {
  display: none;
}

.default-woo {
  display: none;
}

.woosc-quick-table h2 {
  font-size: 28px;
}

.safe-checkout {
  margin-top: 29px;
  border: 1px solid #e5e5e5;
  padding: 0 25px 25px;
}

.safe-checkout .title-safe-checkout {
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  position: relative;
  top: -3px;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
}

.safe-checkout .title-safe-checkout:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.safe-checkout .img-safe-checkout {
  margin-top: 10px;
}

.single .related.products .avimart-style .content-info-product button.woosc-btn,
.single .related.products .avimart-style .content-info-product button.woosw-btn {
  display: none;
}

.single .related.products .avimart-style.style6 .content-info-product .fade-in-block .avimart-buttons-new .woosc-btn,
.single .related.products .avimart-style.style6 .content-info-product .fade-in-block .avimart-buttons-new .woosw-btn {
  width: auto;
  height: auto;
  border-radius: 0;
}

.single .related.products .avimart-style.style6 .content-info-product .fade-in-block .avimart-buttons-new .woosc-btn:hover,
.single .related.products .avimart-style.style6 .content-info-product .fade-in-block .avimart-buttons-new .woosw-btn:hover {
  background-color: transparent !important;
}

@media (min-width: 1400px) and (max-width: 1680px) {
  .single .shop-container.with-left-sidebar.single-new .summary .woosc-btn,
  .single .shop-container.with-left-sidebar.single-new .summary .woosw-btn, .single .shop-container.with-right-sidebar.single-new .summary .woosc-btn,
  .single .shop-container.with-right-sidebar.single-new .summary .woosw-btn {
    margin-top: 15px;
  }
}

.quick-viewing #shop-overlay:before {
  content: "" !important;
  z-index: 9999;
  position: absolute;
  border: 2px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -30px / 2);
  margin-left: -moz-calc( -30px / 2);
  margin-left: calc( -30px / 2);
  margin-top: -webkit-calc( -30px / 2);
  margin-top: -moz-calc( -30px / 2);
  margin-top: calc( -30px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.quick-view-open {
  overflow: hidden;
  margin-right: 17px;
  overflow: hidden;
}

.quick-view-open #shop-quick-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quick-view-open #shop-quick-view .quick-view-content .product {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.quick-view-open #shop-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#shop-quick-view {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  top: -webkit-calc( ( 100% - 600px ) / 2);
  top: -moz-calc( ( 100% - 600px ) / 2);
  top: calc( ( 100% - 600px ) / 2);
  left: -webkit-calc( ( 100% - 980px ) / 2);
  left: -moz-calc( ( 100% - 980px ) / 2);
  left: calc( ( 100% - 980px ) / 2);
  right: 0;
  bottom: 0;
}

#shop-quick-view .quickview-block {
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

#shop-quick-view .quick-view-content .product {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 980px;
  z-index: 999;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

#quick-view-gallery:not(.quick-view-slider) {
  max-width: 100%;
}

#quick-view-gallery figure {
  margin: 0;
}

@media (max-width: 1800px) {
  #quick-view-gallery figure img {
    object-fit: cover;
    height: 500px;
  }
}

.quick-view-content .quick-view-images {
  width: 50%;
  float: left;
}

.quick-view-content .quick-view-images .tns-controls {
  display: block;
}

.quick-view-content .quick-view-images .tns-controls button {
  opacity: 0;
  border: 1px solid #e5e5e5;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="prev"] {
  left: 0;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="prev"]:before {
  font-family: 'FontAwesome';
  content: '\f104';
  font-size: 26px;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="next"] {
  right: 0;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="next"]:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 26px;
}

.quick-view-content .quick-view-images .tns-controls button[disabled] {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}

.quick-view-content .quick-view-images .tns-nav {
  display: none;
}

@media (max-width: 991px) {
  .quick-view-content .quick-view-images .tns-nav {
    display: block;
  }
}

.quick-view-content .quick-view-images .tns-nav button:hover,
.quick-view-content .quick-view-images .tns-nav button.tns-nav-active {
  background-color: #1d1d1d !important;
}

.quick-view-content .quick-view-images:hover .tns-controls button {
  opacity: 1;
}

.quick-view-content .quick-view-images:hover .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.quick-view-content .quick-view-images:hover .tns-controls button[data-controls="next"] {
  right: 20px;
}

.quick-view-content .summary {
  width: 50%;
  float: left;
  padding: 23px 28px 0 28px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 600px;
}

.quick-view-content .summary .grouped_form .group_table {
  width: 100%;
}

.quick-view-content .summary .woosb-qty-input {
  align-items: end;
}

.quick-view-content .summary p.stock {
  border-bottom: none;
  margin-bottom: 0;
}

.quick-view-content .summary .woocommerce-variation-add-to-cart,
.quick-view-content .summary .cart.grouped_form {
  padding-bottom: 60px;
}

@media (min-width: 1200px) {
  .quick-view-content .summary .col-lg-7,
  .quick-view-content .summary .col-lg-5 {
    width: 100%;
  }
}

.quick-view-content .product:not(.sale) .summary .price .woocommerce-Price-amount {
  font-family: DM Sans;
  font-size: 30px;
  font-weight: 500;
}

.quick-view-content .product_title {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
  display: block;
}

.quick-view-content .woocommerce-product-details__short-description {
  padding-top: 15px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.quick-view-content .quantity {
  margin-bottom: 10px;
}

.quick-view-content .quantity .qty {
  font-size: 14px;
}

.quick-view-content .quantity:not(.hidden) .modify-qty {
  font-size: 20px;
  justify-content: center;
  padding: 0;
  width: 44px;
  z-index: 10;
}

.quick-view-content .single_add_to_cart_button {
  min-width: 150px;
  width: initial;
  padding: 0 15px;
  font-size: 12px;
  float: left;
}

.quick-view-content .single_add_to_cart_button:before {
  margin-right: 7px;
}

.quick-view-content .product_meta,
.quick-view-content .woosw-btn,
.quick-view-content .woosc-btn,
.quick-view-content .boostify-size-guide-popup,
.quick-view-content .ready-to-ship,
.quick-view-content .evm-freeshipping,
.quick-view-content .feature-box-wrapper,
.quick-view-content .title-quantity label {
  display: none;
}

.quick-view-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 30px !important;
  z-index: 9999;
  background: none;
  border: 0;
}

.quick-view-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: transparent;
}

.quick-view-close-btn:before {
  color: #1D1D1D;
}

.quick-view-images {
  position: relative;
}

#shop-quick-view .size-guide-button,
#shop-quick-view .size-guide {
  display: none;
}

.select2-container .select2-selection--single {
  height: 44px !important;
  margin: 0 !important;
  border-radius: 25px !important;
}

.select2-container {
  border: 1px solid #dfdfdf;
}

.select2-container .select2-selection--single {
  border-color: #dfdfdf;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 25px !important;
  height: 44px !important;
  background-color: transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 44px !important;
  line-height: 44px !important;
  padding: 0 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;
  top: 0 !important;
  width: 20px !important;
  height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #1D1D1D transparent transparent transparent;
  border-width: 5px 5px 0 5px;
  margin-left: -12px;
  margin-top: 0px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #1D1D1D transparent;
  border-width: 0 5px 5px 5px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #1D1D1D;
}

.select2-dropdown {
  border-color: #1D1D1D;
  background-color: #dbdbdb;
}

.woocommerce-store-notice {
  background-color: #E5E5E5;
  color: #fff;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  margin-bottom: 0;
}

.woocommerce-store-notice:before {
  content: "\e717";
  font-family: "themify";
  margin-right: 7px;
}

.woocommerce-store-notice a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  min-width: 120px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.woocommerce-store-notice a:before {
  content: "\e646";
  font-family: "themify";
  margin-right: 10px;
}

.woocommerce-store-notice a:hover {
  color: #fff !important;
}

.woocommerce-thankyou-order-received {
  display: block;
  clear: both;
}

.woocommerce-thankyou-order-details {
  padding-left: 0;
  margin-bottom: 46px;
}

.woocommerce-thankyou-order-details li {
  list-style: none;
}

.woocommerce-thankyou-order-details li:last-of-type {
  border-bottom: 0;
}

.woocommerce-thankyou-order-details strong {
  display: block;
  font-size: larger;
}

.woocommerce-table--order-details {
  margin-top: 20px;
  margin-bottom: 0;
}

.woocommerce-table--order-details .wc-item-meta {
  padding-left: 0;
  margin: 0;
}

.woocommerce-table--order-details .wc-item-meta li {
  list-style: none;
}

.woocommerce-table--order-details .wc-item-meta li + li {
  margin-top: 10px;
}

.woocommerce-table--order-details .wc-item-meta li p {
  display: inline-block;
}

.woocommerce-table--order-details th {
  background: #f7f7f7;
}

.woocommerce-table--order-details td {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .woocommerce-table--order-details th, .woocommerce-table--order-details td {
    display: block;
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
  .woocommerce-table--order-details tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.woocommerce-thankyou-order-received {
  display: none;
}

.woocommerce-avimart-thankyou-order-received {
  padding-top: 100px;
  margin-bottom: 28px;
  width: 100%;
  text-align: center;
}

.woocommerce-avimart-thankyou-order-received .woocommerce-thankyou-order-completed {
  color: #47A432;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
}

.woocommerce-avimart-thankyou-order-received .icon-thankyou-order {
  font-size: 30px;
  color: #FFBD0C;
}

.global-color-scheme-light .woocommerce-thankyou-order-received {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  --list-mb: 10px;
  --li-mb: 20px;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  flex: 1 1 0%;
  color: #6A6A6A;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  line-height: 1;
  word-break: break-word;
  text-align: center;
  border-left: 1px solid #e5e5e5;
  margin-top: 5px;
}

.woocommerce-thankyou-order-details li:first-child,
.wc-bacs-bank-details li:first-child {
  border-left: none;
}

.woocommerce-thankyou-order-details li:last-child,
.wc-bacs-bank-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details strong,
.wc-bacs-bank-details strong {
  display: block;
  margin-top: 0;
  color: #1D1D1D;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  margin-top: 16px;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #1D1D1D;
}

.global-color-scheme-light .woocommerce-thankyou-order-details li, .global-color-scheme-light .wc-bacs-bank-details li {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
}

.global-color-scheme-light .woocommerce-thankyou-order-details strong,
.global-color-scheme-light .woocommerce-thankyou-order-details .amount, .global-color-scheme-light .wc-bacs-bank-details strong,
.global-color-scheme-light .wc-bacs-bank-details .amount {
  color: #ffffff;
}

.woocommerce-bacs-bank-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wc-bacs-bank-details-heading + .wc-bacs-bank-details-account-name {
  margin-top: -15px;
}

.wc-bacs-bank-details-account-name {
  margin-bottom: 30px;
  font-size: 16px;
  opacity: .6;
}

.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-customer-details > h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

.woocommerce-order-details thead tr th {
  padding: 18px 27px !important;
}

.woocommerce-order-details .woocommerce-table a,
.woocommerce-order-details th a, .woocommerce-order-details td a {
  color: #295EC6;
}

.woocommerce-order-details .woocommerce-table .product-quantity,
.woocommerce-order-details th .product-quantity, .woocommerce-order-details td .product-quantity {
  font-weight: 400;
}

.woocommerce-order-details td.product-total {
  font-size: 18px;
}

.woocommerce-order-details th.product-name,
.woocommerce-order-details th.product-total {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.woocommerce-order-details .shop_table tr th {
  color: #1D1D1D;
}

.woocommerce-order-details tbody tr:last-child th, .woocommerce-order-details tbody tr:last-child td {
  padding-bottom: 14px !important;
}

.woocommerce-order-details tfoot tr td, .woocommerce-order-details tfoot tr th {
  font-weight: 400;
  background-color: #fff;
}

.woocommerce-order-details tfoot tr td {
  font-size: 18px;
}

.woocommerce-order-details tfoot tr th {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 14px 28px;
}

.woocommerce-order-details tfoot tr:last-child th, .woocommerce-order-details tfoot tr:last-child td {
  padding: 25px 28px 21px;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 50px;
}

.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
  text-align: left;
}

address {
  text-align: center;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-bottom: 0;
}

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
  max-width: 50%;
  width: 50%;
}

.woocommerce-table--order-details tfoot tr:last-child th {
  font-size: 24px;
  font-weight: 500;
}

.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #DF4949;
}

.global-color-scheme-light .wd-compare-row:nth-child(even) .wd-compare-col {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .woocommerce-order {
    margin: 0 120px;
    width: -webkit-fill-available !important;
  }
}

.woocommerce-customer-details {
  margin-top: 50px;
}

.product-view360 {
  position: relative;
}

.cms_close_view360 {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFBD0C;
  z-index: 99999;
}

.cms_close_view360 svg {
  transition: all .5s ease 0s;
}

.cms_close_view360:hover svg {
  transform: rotate(180deg);
}

.logged-in .cms_close_view360 {
  top: 33px;
}

.cms-360-button {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
}

.cms-360-button:hover {
  background-color: transparent !important;
}

.single-product-gallery:hover .cms-360-button {
  opacity: 1;
  transform: translateX(0);
}

.mfp-bg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  background: #0b0b0b;
  opacity: .8;
}

.product-360gallery {
  top: calc( 50% - 350px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.product-360gallery .images {
  width: 100%;
  max-width: 630px;
  height: 1px !important;
  padding: 0;
  background: #fff;
  border: 0px;
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate3d(0, 10%, 0);
  transition: transform 20s;
}

.product-360gallery .images.open {
  height: auto !important;
  border: 2px solid #555;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.product-360gallery .images img:nth-child(1) {
  position: relative;
}

.product-360gallery .images img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 0;
}

.product-360gallery .images img.current {
  display: block;
  z-index: 1;
}

.product-360gallery .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.product-360gallery .controls button {
  margin: 0 5px;
  padding: 0 10px;
}

.product-360gallery .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffe3;
  z-index: 2;
}

.product-360gallery .loader img {
  top: calc(50% - 30px);
  position: relative;
  left: calc(50% - 30px);
}

.product-360gallery .images::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  cursor: pointer;
}

.widget {
  /*SHOPPING CART*/
}

.widget.widget_shopping_cart .product_list_widget .mini_cart_item {
  padding-right: 0;
  padding-left: 90px;
}

.widget.widget_shopping_cart .product_list_widget img {
  left: 0;
}

.widget.widget_shopping_cart .product_list_widget .quantity {
  height: auto;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.8;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
  border-left: 1px solid #fff;
}

.widget.widget_shopping_cart .variation {
  margin: 5px 0;
  font-size: 13px;
}

.widget.widget_shopping_cart .variation dt, .widget.widget_shopping_cart .variation dd {
  float: left;
  line-height: 18px;
}

.widget.widget_shopping_cart .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.widget.widget_shopping_cart .variation dd {
  margin: 0;
}

.widget.widget_shopping_cart .variation dd p:last-child {
  margin-bottom: 0;
}

/*PRICE FILTER*/
.widget_price_filter {
  display: block;
  float: left;
  clear: both;
}

.price_slider_wrapper .price_slider {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.price_slider_wrapper .ui-widget-header {
  height: 100%;
  position: absolute;
}

.price_slider_wrapper .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  border-radius: 50%;
  border: 1px solid #F7F7F7;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px #1000001A;
  top: 50%;
  transform: translateY(-50%);
}

.price_slider_wrapper .price_slider_amount {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 29px;
}

.price_slider_wrapper .price_slider_amount input, .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}

.price_slider_wrapper .price_slider_amount button[type=submit] {
  margin: 0;
  padding: 0;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  padding: 0 23px;
  color: #fff;
  height: 36px;
  letter-spacing: normal;
  box-shadow: none;
  border: 1px solid #ffbd0c;
  margin-right: 5px;
  border-radius: 10px;
}

.price_slider_wrapper .price_slider_amount button[type=submit]:hover, .price_slider_wrapper .price_slider_amount button[type=submit]:active {
  opacity: 0.8;
}

.price_slider_wrapper .price_slider_amount .price_label {
  font-family: DM Sans;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  color: #6A6A6A;
}

.price_slider_wrapper .price_slider_amount .price_label span {
  font-size: 15px;
  font-weight: 400;
  color: #1D1D1D;
}

/* PRODUCTS && REVIEWS && TOP RATED */
.widget_products .product_list_widget img,
.widget_recent_reviews .product_list_widget img,
.widget_top_rated_products .product_list_widget img,
.widget_recently_viewed_products .product_list_widget img {
  left: 0;
}

.widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li {
  min-height: 110px;
  position: relative;
  padding: 20px 0 20px 145px;
}

.widget_products a,
.widget_recent_reviews a,
.widget_top_rated_products a,
.widget_recently_viewed_products a {
  line-height: 1.3;
  margin-bottom: 5px;
}

.widget_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating {
  display: block;
}

.widget_products del,
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del {
  margin-right: 5px;
  float: left;
  clear: both;
}

.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
  float: left;
  background: rgba(0, 0, 0, 0);
}

/* REVIEWS */
.widget_recent_reviews .reviewer {
  float: left;
  clear: both;
}

/* Accordion product category */
.product-categories.avimart-product-categories .cat-item {
  position: relative;
}

.product-categories.avimart-product-categories .cat-item:not(.active) .children {
  display: none;
}

.product-categories.avimart-product-categories .accordion-cat-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #888;
  font-size: 1.1em;
  user-select: none;
}

.product-categories.avimart-product-categories .accordion-cat-toggle:before {
  position: relative;
}

.product-categories.avimart-product-categories .accordion-cat-toggle.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Featured products*/
.widget_featured_product .widget-title {
  padding-right: 40px;
  position: relative;
}

.widget-featured-carousel-product-arrow {
  float: right;
  position: absolute;
  right: 0;
  top: -2px;
}

.widget-featured-carousel-product-arrow span {
  cursor: pointer;
  width: 18px;
  height: 25px;
  font-size: 1.1em;
  float: left;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.widget-featured-carousel-product .slick-slide > div .featured-carousel-product-item {
  width: 100% !important;
}

.widget-featured-carousel-product .featured-carousel-product-item {
  margin-bottom: 15px;
}

.widget-featured-carousel-product .featured-carousel-product-item:after {
  content: '';
  display: block;
  clear: both;
}

.widget-featured-carousel-product .fcp-image {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.widget-featured-carousel-product .fcp-content {
  float: left;
  width: -webkit-calc( 100% - 100px);
  width: -moz-calc( 100% - 100px);
  width: calc( 100% - 100px);
}

.widget-featured-carousel-product .fcp-title {
  font-size: 1em;
  margin-top: 0;
  font-weight: normal;
}

/* Product filter */
.widget-products-filter .pf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
}

.widget-products-filter .pf-item .swatch-inner {
  display: flex;
  align-items: center;
}

.widget-products-filter .pf-item .swatch-inner .pf-swatch-filter {
  margin-right: 12px;
  font-size: 0;
}

.widget-products-filter .pf-item .swatch-inner .pf-label {
  line-height: 26px;
  font-size: 16px;
}

.widget-products-filter .pf-item .pf-link {
  flex: 1 1 auto;
}

.widget-products-filter .pf-item .pf-link:hover {
  color: #FFBD0C;
}

.widget-products-filter .pf-item .pf-count {
  line-height: 26px;
  font-size: 16px;
}

.widget-products-filter .pf-item.active .pf-link {
  color: #FFBD0C;
}

.widget-products-filter .pf-item:last-child {
  margin-bottom: 0;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: block;
  position: relative;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:before, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: currentColor;
  position: absolute;
  top: 2px;
  left: 2px;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:after, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:after {
  display: block;
  font-family: 'themify';
  content: "\e64c";
  position: absolute;
  z-index: 10;
  font-size: 14px;
  color: #fff;
  top: 2px;
  left: 2px;
  line-height: 14px;
  opacity: 0;
}

.widget-products-filter.filter-by-color .pf-item.active .swatch-inner .pf-swatch-filter span:after, .widget-products-filter.filter-by-button .pf-item.active .swatch-inner .pf-swatch-filter span:after {
  opacity: 1;
}

.widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:before {
  opacity: 0;
}

.widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:after {
  display: none;
}

.widget-products-filter.filter-by-button .pf-item.active .swatch-inner .pf-swatch-filter span:before, .widget-products-filter.filter-by-button .pf-item:hover .swatch-inner .pf-swatch-filter span:before {
  opacity: 1;
}

.widget-products-filter.filter-by-image .pf-swatch-filter span {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.widget-products-filter .product-filter-list {
  margin: 0;
  padding: 0;
}

.widget-products-filter .product-filter-list:after {
  content: '';
  display: block;
  clear: both;
}

.widget_layered_nav_filters .onestore-active-filters {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget_layered_nav_filters .onestore-active-filters li {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget_layered_nav_filters .onestore-active-filters li a {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  padding: 7px 9px 6px 10px;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #826540;
  background: #FBF2DF;
}

.widget_layered_nav_filters .onestore-active-filters li a:hover {
  color: #ffffff;
  background: #FFBD0C;
}

.widget_layered_nav_filters .onestore-active-filters li a:hover:after {
  background-image: url(images/icon/icon-close-2.png);
}

.widget_layered_nav_filters .onestore-active-filters li a:after {
  content: '';
  background-image: url(images/icon/icon-close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 6px;
  height: 6px;
  display: block;
  margin-left: 8px;
}

.widget_layered_nav_filters .onestore-active-filters li.avimart-clear-filter a {
  padding: 0;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}

.widget_layered_nav_filters .onestore-active-filters li.avimart-clear-filter a:after {
  display: none;
}

.widget_layered_nav_filters .onestore-active-filters li.avimart-clear-filter a:hover {
  color: #FFBD0C;
}

.shop-sidebar .widget {
  margin-top: 10px;
  margin-bottom: 32px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 13px;
  text-transform: inherit;
}

.shop-sidebar .widget ul {
  margin: 0;
  padding-left: 0;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget.widget_layered_nav_filters .widget-title {
  margin-bottom: 24px;
}

.shop-sidebar .widget p#helloworld {
  margin-bottom: -19px;
}

.shop-sidebar .widget.widget_price_filter .widget-title {
  margin-bottom: 29px;
}

.sticky-add-to-cart-section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 340;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: -80px;
  opacity: 0;
  visibility: hidden;
  z-index: 399;
  background: #f7f7f7;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 992px) {
  .sticky-add-to-cart-section {
    display: none;
  }
}

@media (min-width: 768px) {
  .sticky-add-to-cart-section table {
    table-layout: auto;
    border: none;
  }
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section {
    padding-top: 20px;
  }
}

.sticky-add-to-cart-section .stock,
.sticky-add-to-cart-section .woosc-btn,
.sticky-add-to-cart-section .tinv-wraper,
.sticky-add-to-cart-section .title-quantity {
  display: none;
}

.sticky-add-to-cart-section .single_variation_wrap {
  margin-top: 26px;
  min-width: 345px;
}

.sticky-add-to-cart-section .single_variation_wrap .variations_button {
  display: flex;
  flex-direction: row;
}

.sticky-add-to-cart-section .single_variation_wrap .woocommerce-variation-description,
.sticky-add-to-cart-section .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

.sticky-add-to-cart-section .avimart-block-bottom .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.sticky-add-to-cart-section .sticky-product-title {
  display: flex;
  align-items: center;
}

.sticky-add-to-cart-section .sticky-product-title .sticky-product-image {
  width: 60px;
  height: 60px;
}

.sticky-add-to-cart-section .sticky-product-title h6 {
  line-height: 42px;
  font-size: 30px;
  font-weight: 500;
}

.sticky-add-to-cart-section .product-information-sticky {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section .product-information-sticky {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.sticky-add-to-cart-section .product-information-sticky .price {
  margin-bottom: 0;
  font-size: 13px;
  margin-right: 30px;
  width: 130px;
}

@media (max-width: 575px) {
  .sticky-add-to-cart-section .product-information-sticky .price {
    display: none;
  }
}

.sticky-add-to-cart-section .product-information-sticky .cart {
  display: flex;
}

.sticky-add-to-cart-section .product-information-sticky .cart .quantity {
  width: 100%;
}

@media (max-width: 600px) {
  .sticky-add-to-cart-section .product-information-sticky .cart .quantity {
    margin-bottom: 0;
  }
}

.sticky-add-to-cart-section .product-information-sticky .cart .single_add_to_cart_button {
  width: 100%;
  padding: 0;
}

@media (max-width: 600px) {
  .sticky-add-to-cart-section .product-information-sticky .cart .single_add_to_cart_button {
    text-align: center;
    margin-top: 0;
  }
}

.sticky-add-to-cart-section .product-information-sticky .avimart-select-options {
  display: inline-block;
  border-radius: 0;
  height: 48px;
  font-size: 13px;
  vertical-align: middle;
  width: 300px;
}

.woo-variation-swatches.wvs-show-label .avimart-stick-container .variations {
  margin: 0;
  padding: 0;
}

.woo-variation-swatches.wvs-show-label .avimart-stick-container .variations tbody {
  display: flex;
  padding-top: 32px;
}

.woo-variation-swatches.wvs-show-label .avimart-stick-container .variations tbody th,
.woo-variation-swatches.wvs-show-label .avimart-stick-container .variations tbody td {
  display: inline-flex;
  border: none;
  background-color: transparent;
  margin: 0;
}

.woo-variation-swatches.wvs-show-label .avimart-stick-container .variations .woo-variation-items-wrapper {
  padding: 0;
}

.single .sticky-add-to-cart-section form.cart {
  padding-top: 0;
}

.sticky-add-to-cart-section.is-visible {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky-add-to-cart-section.is-visible .woo-sctr-single-product-container {
  display: none;
}

.sticky-add-to-cart-section.is-visible .quantity-discount-table {
  display: none;
}

.no-variations-product .container-wrap .avimart-stick-container .sticky-atc-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.variations-product .container-wrap .avimart-stick-container .sticky-atc-left {
  margin-top: -29px;
}

body.is-sticky-button {
  padding-bottom: 80px;
}

body.is-sticky-button .scroll-to-top.is-visible {
  bottom: 100px;
}

.woosb-title p.stock {
  border-bottom: none;
  display: block;
}

.woosb-title .woosb-availability {
  display: none;
}

.woosb-products .woosb-product {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.woosb-products .woosb-product .woosb-thumb {
  width: 75px;
}

.woosb-products .woosb-product .woosb-thumb img {
  width: 60px;
  max-width: 60px;
}

.woosb-wrap .woosb-text, .woosb-wrap .woosb-products {
  margin-bottom: 19px;
}

.woosb-total.woosb-text {
  margin-top: -3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #1D1D1D;
}

.woosb-total.woosb-text .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  color: #FFBD0C;
}

.woosb-products .woosb-product .woosb-price {
  width: 150px;
  flex: 0 0 150px;
}

.woosb-products .woosb-product .woosb-price .woosb-price-ori del * {
  font-size: 12px !important;
  color: #b1b1b1;
}

.woosb-products .woosb-product .woosb-price ins {
  background-color: transparent;
  font-size: 14px;
  color: #FFBD0C;
}

.woosb-products .woosb-product .woosb-qty input {
  width: 100%;
  min-width: 30px;
  border-right: none;
  border-left: none;
}

.woosb-qty-input-plus {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 3px;
  flex: 0 0 35px;
  width: 35px;
}

.woosb-qty-input-minus {
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 3px;
  flex: 0 0 35px;
  width: 35px;
}

.woosb-products .woosb-product .woosb-qty.woosb-qty-plus-minus {
  width: 110px;
  flex: 0 0 110px;
}

.avimart-product-trust-badge {
  margin: 29px 0 0 0;
}

.html-demo-avimart {
  padding: 40px 40px 30px;
  background-color: #F7F7F7;
  border-radius: 12px;
}

.html-demo-avimart .content-demo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.html-demo-avimart .content-demo:last-child {
  margin-bottom: 0;
}

.html-demo-avimart .content-demo .image-box {
  width: 60px;
}

.html-demo-avimart .content-demo .image-box:before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
}

.html-demo-avimart .content-demo .icon-truck:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M31.0071 15.0253H28.7686L29.4431 7.2359C29.4443 7.22179 29.4445 7.20789 29.4446 7.19398C29.4446 7.1928 29.4447 7.19168 29.4447 7.19049C29.4447 7.19028 29.4447 7.19014 29.4447 7.18993C29.4447 6.97793 29.3176 6.79107 29.1307 6.70983C29.1291 6.70913 29.1276 6.70829 29.126 6.70759C29.1144 6.7027 29.1024 6.69851 29.0903 6.69446C29.0858 6.69299 29.0815 6.69118 29.077 6.68978C29.0671 6.68677 29.057 6.6844 29.0469 6.68195C29.0398 6.68028 29.033 6.67825 29.0259 6.67686C29.017 6.67511 29.0079 6.67399 28.9988 6.67266C28.9904 6.67141 28.982 6.66994 28.9735 6.66917C28.972 6.66903 28.9707 6.66875 28.9693 6.66861C28.9601 6.66777 28.9511 6.66791 28.942 6.66756C28.9359 6.66736 28.9299 6.66666 28.9238 6.66666H28.9172C28.9167 6.66666 28.9161 6.66666 28.9156 6.66666H18.2648C17.9773 6.66666 17.744 6.90137 17.744 7.19056C17.744 7.47906 17.9773 7.71447 18.2648 7.71447H28.3561L27.3195 19.6857C27.3194 19.6866 27.3194 19.6875 27.3193 19.6884L27.0577 22.709H8.9598L9.26251 19.5657H12.7084C12.9961 19.5657 13.2293 19.3311 13.2293 19.0418C13.2293 18.7525 12.9961 18.5179 12.7084 18.5179H9.36348L10.0027 11.8821H15.487C15.7748 11.8821 16.0079 11.6475 16.0079 11.3582C16.0079 11.0689 15.7748 10.8343 15.487 10.8343H10.1036L10.4042 7.71447H16.1815C16.4683 7.71447 16.7023 7.47906 16.7023 7.19056C16.7023 6.90137 16.4683 6.66666 16.1815 6.66666H9.93147C9.93119 6.66666 9.93098 6.66673 9.93071 6.66673C9.68605 6.66666 9.47383 6.8399 9.42251 7.08005C9.42216 7.0818 9.42154 7.08348 9.42119 7.08522C9.41855 7.09828 9.41682 7.11163 9.41508 7.12504C9.41459 7.1293 9.41369 7.13335 9.41327 7.13761C9.4132 7.13845 9.413 7.13922 9.41293 7.14006L9.05709 10.8343H2.74325C2.45554 10.8343 2.22241 11.0689 2.22241 11.3582C2.22241 11.6475 2.45554 11.8821 2.74325 11.8821H8.95612L8.31695 18.5179H6.45868C6.17097 18.5179 5.93784 18.7525 5.93784 19.0418C5.93784 19.3311 6.17097 19.5657 6.45868 19.5657H8.21605L7.86799 23.1786C7.86792 23.1792 7.86792 23.1797 7.86785 23.1802L7.32972 28.7671C7.32965 28.7677 7.32959 28.7684 7.32952 28.769L7.32931 28.771C7.32861 28.7783 7.32868 28.7854 7.32827 28.7926C7.32778 28.8023 7.32681 28.8117 7.32681 28.8215C7.32681 28.8219 7.32688 28.8223 7.32688 28.8228C7.32688 28.8363 7.32785 28.8496 7.32882 28.8629C7.32924 28.8671 7.3291 28.8714 7.32959 28.8756C7.33097 28.8892 7.33327 28.9025 7.3357 28.9158C7.33639 28.9197 7.33674 28.9237 7.3375 28.9275C7.33952 28.9376 7.34236 28.9473 7.345 28.9572C7.34681 28.9641 7.34827 28.9711 7.35035 28.9779C7.35097 28.9798 7.35181 28.9816 7.35236 28.9836C7.37757 29.0615 7.42035 29.1315 7.47618 29.1887C7.47722 29.1897 7.47806 29.1909 7.4791 29.1919C7.48466 29.1975 7.4907 29.2025 7.49653 29.2078C7.53243 29.2409 7.57299 29.269 7.61736 29.291C7.6266 29.2956 7.6357 29.3004 7.64514 29.3044C7.64799 29.3057 7.65104 29.3065 7.65396 29.3076C7.66702 29.3128 7.68014 29.3179 7.69368 29.3221C7.69493 29.3225 7.69611 29.3227 7.69736 29.3231C7.71278 29.3277 7.72834 29.3318 7.74424 29.3351C7.74632 29.3355 7.74848 29.3356 7.75049 29.336C7.76563 29.3389 7.78084 29.3414 7.79632 29.3429C7.79667 29.3429 7.79695 29.343 7.7973 29.343C7.81438 29.3447 7.83132 29.3455 7.84813 29.3455C7.84834 29.3455 7.84862 29.3455 7.84889 29.3455H10.1675C10.4236 31.2981 12.0878 32.8104 14.0979 32.8104C16.1078 32.8104 17.7721 31.2981 18.0281 29.3455H26.3822C26.6383 31.2981 28.3025 32.8104 30.3125 32.8104C32.3225 32.8104 33.9868 31.2981 34.243 29.3455H36.5621C36.5625 29.3455 36.5629 29.3455 36.5632 29.3455C36.5806 29.3455 36.5977 29.3445 36.6146 29.3428C36.6177 29.3425 36.6206 29.3419 36.6237 29.3416C36.6372 29.34 36.6507 29.3381 36.6639 29.3354C36.6696 29.3343 36.675 29.3328 36.6807 29.3314C36.6909 29.3291 36.7012 29.3265 36.7112 29.3235C36.718 29.3215 36.7246 29.3191 36.7312 29.3168C36.7398 29.3139 36.7483 29.3108 36.7567 29.3074C36.7639 29.3045 36.7708 29.3014 36.7778 29.2983C36.7855 29.2947 36.7931 29.2911 36.8005 29.2872C36.8076 29.2836 36.8144 29.2798 36.8212 29.2759C36.8284 29.2717 36.8355 29.2674 36.8425 29.2629C36.849 29.2587 36.8555 29.2545 36.8618 29.25C36.8689 29.245 36.8756 29.2398 36.8825 29.2345C36.8882 29.2299 36.8939 29.2255 36.8995 29.2207C36.9066 29.2146 36.9134 29.2083 36.9202 29.2018C36.9249 29.1972 36.9298 29.1928 36.9344 29.188C36.9417 29.1806 36.9485 29.1728 36.9554 29.1649C36.9591 29.1606 36.9629 29.1565 36.9664 29.1522C36.9741 29.1427 36.981 29.1329 36.988 29.1231C36.9903 29.1196 36.993 29.1164 36.9953 29.1129C37.0037 29.1001 37.0117 29.087 37.0191 29.0735C37.0196 29.0726 37.0202 29.0719 37.0205 29.0709C37.0284 29.0564 37.0356 29.0415 37.0421 29.0262C37.0439 29.0218 37.0453 29.0172 37.047 29.0128C37.0512 29.002 37.0554 28.9912 37.0589 28.9799C37.0612 28.9727 37.0629 28.9652 37.0649 28.9579C37.0672 28.9491 37.0696 28.9405 37.0716 28.9316C37.0733 28.9237 37.0744 28.9156 37.0757 28.9076C37.0769 28.9005 37.0785 28.8936 37.0794 28.8864C37.1014 28.7084 37.5093 25.417 37.6914 23.2886C37.6917 23.2866 37.6917 23.2845 37.6919 23.2825C37.7444 22.669 37.778 22.1523 37.778 21.836C37.778 18.0806 34.7406 15.0253 31.0071 15.0253ZM28.6779 16.0732H30.8086L30.5365 19.2164H28.4057L28.6779 16.0732ZM14.098 31.7626C12.4857 31.7626 11.174 30.4432 11.174 28.8214C11.174 27.1997 12.4858 25.8803 14.098 25.8803C15.7102 25.8803 17.0219 27.1997 17.0219 28.8214C17.0219 30.4432 15.7102 31.7626 14.098 31.7626ZM30.3125 31.7626C28.7003 31.7626 27.3887 30.4432 27.3887 28.8214C27.3887 27.1997 28.7004 25.8803 30.3125 25.8803C31.9248 25.8803 33.2365 27.1997 33.2365 28.8214C33.2365 30.4432 31.9248 31.7626 30.3125 31.7626ZM36.1019 28.2973H34.2431C33.9871 26.3445 32.3228 24.8321 30.3127 24.8321C28.3027 24.8321 26.6383 26.3446 26.3824 28.2973H18.0283C17.7723 26.3445 16.1081 24.8321 14.098 24.8321C12.0879 24.8321 10.4236 26.3446 10.1676 28.2973H8.42146L8.8589 23.7565H27.535V23.7568C27.5353 23.7568 27.5355 23.7568 27.5358 23.7568C27.5532 23.7568 27.5705 23.7558 27.5876 23.7541C27.5908 23.7538 27.5939 23.7531 27.5971 23.7527C27.6107 23.7511 27.6243 23.7491 27.6376 23.7465C27.6433 23.7453 27.649 23.7437 27.6547 23.7423C27.6651 23.7398 27.6755 23.7373 27.6856 23.7342C27.6926 23.7321 27.6992 23.7296 27.7059 23.7273C27.7147 23.7242 27.7234 23.7212 27.7319 23.7177C27.7392 23.7147 27.7462 23.7113 27.7533 23.708C27.761 23.7044 27.7687 23.7008 27.7761 23.6969C27.7832 23.6932 27.7902 23.6891 27.7972 23.6851C27.8043 23.6809 27.8114 23.6766 27.8183 23.6721C27.8251 23.6677 27.8315 23.6631 27.8379 23.6585C27.8448 23.6536 27.8515 23.6486 27.8581 23.6434C27.8641 23.6385 27.87 23.6336 27.8758 23.6285C27.8824 23.6227 27.8889 23.6169 27.8952 23.6108C27.9004 23.6057 27.9057 23.6005 27.9108 23.5951C27.9171 23.5885 27.9231 23.5817 27.9291 23.5748C27.9338 23.5694 27.9383 23.5639 27.9428 23.5583C27.9486 23.551 27.954 23.5435 27.9595 23.5359C27.9636 23.5301 27.9675 23.5244 27.9714 23.5185C27.9765 23.5106 27.9813 23.5025 27.986 23.4943C27.9895 23.4881 27.9931 23.482 27.9963 23.4757C28.0007 23.4675 28.0045 23.4591 28.0084 23.4506C28.0115 23.4439 28.0146 23.4372 28.0174 23.4302C28.0208 23.422 28.0236 23.4135 28.0266 23.4051C28.0292 23.3976 28.0319 23.3901 28.0342 23.3825C28.0365 23.3743 28.0384 23.366 28.0404 23.3578C28.0424 23.3495 28.0447 23.3412 28.0463 23.3328C28.0479 23.3245 28.0488 23.3162 28.0501 23.3078C28.0513 23.2991 28.0528 23.2906 28.0536 23.2818C28.0538 23.2805 28.054 23.2793 28.0541 23.2781L28.3152 20.2639H31.007C32.6027 20.2639 33.3225 21.0956 34.0843 21.9761C34.713 22.7027 35.4149 23.5134 36.608 23.7111C36.4564 25.3226 36.2115 27.3914 36.1019 28.2973ZM36.697 22.6612C35.923 22.5025 35.4468 21.9552 34.87 21.2885C34.1485 20.4548 33.2677 19.4374 31.5793 19.2478L31.8488 16.1359C34.6102 16.5467 36.7363 18.9461 36.7363 21.8362C36.7363 22.0325 36.7217 22.3178 36.697 22.6612Z' fill='%231D1D1D' stroke='%231D1D1D' stroke-width='0.2'/%3E%3Cpath d='M14.098 26.9002C13.045 26.9002 12.1882 27.762 12.1882 28.8212C12.1882 29.8805 13.045 30.7422 14.098 30.7422C15.151 30.7422 16.0077 29.8805 16.0077 28.8212C16.0077 27.762 15.151 26.9002 14.098 26.9002ZM14.098 29.6944C13.6193 29.6944 13.2299 29.3027 13.2299 28.8212C13.2299 28.3397 13.6193 27.948 14.098 27.948C14.5766 27.948 14.966 28.3397 14.966 28.8212C14.966 29.3027 14.5766 29.6944 14.098 29.6944Z' fill='%231D1D1D'/%3E%3Cpath d='M30.313 26.9002C29.2601 26.9002 28.4033 27.762 28.4033 28.8212C28.4033 29.8805 29.2601 30.7422 30.313 30.7422C31.366 30.7422 32.2228 29.8805 32.2228 28.8212C32.2228 27.762 31.366 26.9002 30.313 26.9002ZM30.313 29.6944C29.8344 29.6944 29.445 29.3027 29.445 28.8212C29.445 28.3397 29.8344 27.948 30.313 27.948C30.7917 27.948 31.1811 28.3397 31.1811 28.8212C31.1811 29.3027 30.7917 29.6944 30.313 29.6944Z' fill='%231D1D1D'/%3E%3Cpath d='M7.15303 15.0252H4.60677C4.31906 15.0252 4.08594 15.2598 4.08594 15.5491C4.08594 15.8385 4.31906 16.073 4.60677 16.073H7.15303C7.44074 16.073 7.67387 15.8385 7.67387 15.5491C7.67387 15.2598 7.44074 15.0252 7.15303 15.0252Z' fill='%231D1D1D' stroke='%231D1D1D' stroke-width='0.2'/%3E%3C/svg%3E") no-repeat left center;
}

.html-demo-avimart .content-demo .icon-guarantee:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M37.3467 22.0205C37.1481 21.3009 36.961 20.6207 36.961 20C36.961 19.3793 37.1481 18.6991 37.3467 17.9795C37.6628 16.834 37.989 15.6491 37.5987 14.4974C37.1937 13.2993 36.1843 12.5163 35.2081 11.7604C34.623 11.3067 34.0704 10.8785 33.7118 10.407C33.347 9.92619 33.0889 9.28465 32.8168 8.60522C32.3678 7.48909 31.904 6.33431 30.8653 5.60928C29.8435 4.89508 28.5683 4.82629 27.337 4.76059C26.5688 4.71962 25.8423 4.6802 25.234 4.49083C24.6652 4.31382 24.0762 3.94667 23.4533 3.55788C22.4509 2.93179 21.3139 2.22223 19.9993 2.22223C18.6846 2.22223 17.5477 2.93179 16.5452 3.55865C15.9223 3.94745 15.3349 4.31537 14.7653 4.4916C14.1563 4.68097 13.4297 4.72039 12.6615 4.76136C11.4295 4.82783 10.1558 4.89585 9.13327 5.61006C8.09451 6.33508 7.63078 7.48909 7.18173 8.60522C6.90813 9.28465 6.64998 9.92696 6.28518 10.4077C5.92656 10.8808 5.37395 11.309 4.78887 11.7635C3.81349 12.5202 2.80565 13.3017 2.40066 14.4982C2.01035 15.6506 2.33651 16.8348 2.65185 17.9811C2.85048 18.7007 3.03752 19.3801 3.03752 20.0008C3.03752 20.6215 2.85048 21.3016 2.65185 22.0213C2.33651 23.1668 2.01035 24.3517 2.40066 25.5049C2.80565 26.7015 3.81427 27.4845 4.78965 28.2404C5.37472 28.6933 5.92734 29.1223 6.28518 29.5938C6.65076 30.0746 6.9089 30.7161 7.18173 31.3963C7.63078 32.5125 8.09528 33.6673 9.13481 34.3938C10.1558 35.1065 11.4303 35.1745 12.6615 35.2402C13.4297 35.2812 14.1563 35.3206 14.7645 35.51C15.3334 35.687 15.9215 36.0541 16.5437 36.4421C17.5469 37.0674 18.6838 37.7778 19.9993 37.7778C21.3147 37.7778 22.4524 37.0674 23.4564 36.4414C24.0786 36.0533 24.666 35.6862 25.2356 35.5092C25.8438 35.3198 26.5703 35.2804 27.3386 35.2394C28.5706 35.1737 29.8443 35.1057 30.8653 34.3931C31.9064 33.6665 32.3701 32.5102 32.8191 31.3932C33.092 30.7146 33.3493 30.0731 33.7126 29.5938C34.0712 29.1223 34.6238 28.6933 35.2089 28.2404C36.185 27.4837 37.1937 26.7015 37.5994 25.5042C37.9897 24.3509 37.6628 23.1668 37.3467 22.0205ZM36.1347 25.0087C35.8789 25.7646 35.0929 26.3737 34.2612 27.0184C33.6236 27.5131 32.9636 28.0247 32.4813 28.6586C31.992 29.3047 31.6829 30.0731 31.3838 30.8174C31.0027 31.7666 30.6426 32.6624 29.9802 33.1246C29.3202 33.5853 28.3177 33.6387 27.2558 33.6951C26.4265 33.7391 25.5678 33.7847 24.7748 34.0321C24.0166 34.2694 23.3149 34.7061 22.637 35.1297C21.7289 35.697 20.8718 36.2319 19.9992 36.2319C19.1266 36.2319 18.2702 35.697 17.3621 35.1297C16.685 34.7069 15.984 34.2694 15.2251 34.0321C14.4321 33.7855 13.5734 33.7391 12.7441 33.6951C11.6821 33.6387 10.6789 33.5845 10.0197 33.1246C9.35808 32.6624 8.99714 31.7666 8.61611 30.8182C8.317 30.0738 8.00708 29.3047 7.51707 28.6586C7.03556 28.0247 6.37551 27.5131 5.73711 27.0176C4.90626 26.373 4.121 25.7646 3.86518 25.0087C3.62636 24.3045 3.87755 23.394 4.14265 22.4309C4.35905 21.6433 4.58319 20.8302 4.58319 19.9992C4.58319 19.1683 4.35905 18.3559 4.14265 17.5683C3.87677 16.6052 3.62636 15.6955 3.86518 14.9913C4.121 14.2354 4.90548 13.6271 5.73634 12.9824C6.37474 12.487 7.03556 11.9745 7.51629 11.3399C8.00785 10.6937 8.317 9.92387 8.61688 9.17952C8.99714 8.23112 9.35731 7.33605 10.0181 6.87537C10.6782 6.41392 11.6821 6.36059 12.7449 6.30416C13.5734 6.25933 14.4321 6.21373 15.2243 5.96638C15.984 5.72986 16.6858 5.2916 17.3644 4.86803C18.271 4.303 19.1274 3.76812 19.9992 3.76812C20.871 3.76812 21.7281 4.303 22.6355 4.86957C23.3141 5.29392 24.0151 5.73141 24.7748 5.96793C25.567 6.2145 26.4249 6.2601 27.2543 6.30493C28.317 6.36136 29.3202 6.41624 29.9802 6.87691C30.6418 7.33914 31.002 8.23421 31.3822 9.18107C31.6821 9.92619 31.9905 10.6953 32.4821 11.3415C32.9636 11.9753 33.6236 12.487 34.2612 12.9816C35.0929 13.6271 35.8789 14.2361 36.1347 14.9936C36.3735 15.6962 36.1216 16.606 35.8565 17.5691C35.6393 18.3567 35.4152 19.1699 35.4152 20.0008C35.4152 20.8317 35.6385 21.6448 35.8565 22.4317C36.1224 23.3948 36.3735 24.3045 36.1347 25.0087Z' fill='%231D1D1D'/%3E%3Cpath d='M19.9998 8.40543C13.6072 8.40543 8.40649 13.6066 8.40649 19.9996C8.40649 26.3927 13.6072 31.5938 19.9998 31.5938C26.3923 31.5938 31.5931 26.3927 31.5931 19.9996C31.5931 13.6066 26.3923 8.40543 19.9998 8.40543ZM19.9998 30.0479C14.4597 30.0479 9.95227 25.5401 9.95227 19.9996C9.95227 14.4591 14.4597 9.95132 19.9998 9.95132C22.8571 9.95132 25.4332 11.1563 27.2649 13.0779L19.8993 23.4439L15.9089 19.4532C15.6067 19.1509 15.1182 19.1509 14.816 19.4532C14.5138 19.7554 14.5138 20.2439 14.816 20.5461L19.4534 25.1838C19.5987 25.3299 19.7957 25.4103 19.9998 25.4103C20.0207 25.4103 20.0431 25.4095 20.0647 25.4072C20.2912 25.3886 20.4983 25.2704 20.6297 25.0848L28.2789 14.3192C29.3919 15.9362 30.0473 17.8918 30.0473 19.9996C30.0473 25.5401 25.5398 30.0479 19.9998 30.0479Z' fill='%231D1D1D'/%3E%3C/svg%3E") no-repeat left center;
}

.html-demo-avimart .content-demo .icon-phonesingle:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M37.1458 8.59819C36.6851 8.05255 36.04 7.71927 35.3291 7.65978L10.2905 5.56504C9.57957 5.50555 8.88832 5.72702 8.34367 6.18853C7.80124 6.64824 7.46909 7.29136 7.40784 8.00016L6.90409 12.7354H4.89264C3.42015 12.7354 2.22217 13.9357 2.22217 15.4111V31.1152C2.22217 32.5905 3.42015 33.7908 4.89264 33.7908H30.0184C31.491 33.7908 32.689 32.5905 32.689 31.1152V28.5677L33.5806 28.6423C33.6558 28.6485 33.7306 28.6517 33.8047 28.6517C35.1775 28.6517 36.3478 27.5934 36.464 26.1985L37.7683 10.5489C37.8276 9.83663 37.6065 9.1439 37.1458 8.59819ZM4.89264 14.127H30.0184C30.7251 14.127 31.3001 14.703 31.3001 15.4111V16.842H3.61105V15.4111C3.61105 14.703 4.18598 14.127 4.89264 14.127ZM3.61105 18.2336H31.3001V21.1204H3.61105V18.2336ZM30.0184 32.3993H4.89264C4.18598 32.3993 3.61105 31.8232 3.61105 31.1152V22.512H31.3001V31.1152C31.3001 31.8232 30.7251 32.3993 30.0184 32.3993ZM36.3842 10.4331L35.0799 26.0827C35.0211 26.7883 34.4002 27.3146 33.6961 27.2555L32.689 27.1712V15.4111C32.689 13.9357 31.491 12.7354 30.0184 12.7354H8.30089L8.78971 8.14043C8.79027 8.13514 8.79075 8.12993 8.79117 8.12457C8.84999 7.41897 9.47054 6.89267 10.175 6.95182L35.2136 9.04656C35.5548 9.07509 35.8645 9.23505 36.0855 9.49694C36.3065 9.75884 36.4126 10.0912 36.3842 10.4331Z' fill='%231D1D1D'/%3E%3Cpath d='M28.394 24.5807H21.7106C21.327 24.5807 21.0161 24.8922 21.0161 25.2765V29.6453C21.0161 30.0296 21.327 30.3411 21.7106 30.3411H28.394C28.7776 30.3411 29.0885 30.0296 29.0885 29.6453V25.2765C29.0885 24.8922 28.7776 24.5807 28.394 24.5807ZM27.6996 28.9495H22.405V25.9723H27.6996V28.9495Z' fill='%231D1D1D'/%3E%3C/svg%3E") no-repeat left center;
}

.html-demo-avimart .content-demo .icon-creditcard:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M36.1436 8.88889H3.85633C2.95529 8.88889 2.22217 9.61244 2.22217 10.5019V30.2824C2.22217 31.1719 2.95529 31.8954 3.85633 31.8954H36.1436C37.0447 31.8954 37.7777 31.1719 37.7777 30.2824V10.5019C37.7777 9.61244 37.0446 8.88889 36.1436 8.88889ZM3.26383 25.6159H4.96974C5.25738 25.6159 5.49057 25.3858 5.49057 25.1018C5.49057 24.8179 5.25738 24.5878 4.96974 24.5878H3.26383V22.4761H36.7361V24.5878H7.19613C6.90849 24.5878 6.67529 24.8179 6.67529 25.1018C6.67529 25.3858 6.90849 25.6159 7.19613 25.6159H36.7361V27.7275H3.26383V25.6159ZM21.0774 16.1965H36.7361V18.3082H21.0774V16.1965ZM21.0774 19.3364H36.7361V21.448H21.0774V19.3364ZM36.7361 10.5019V12.0286H35.5869C35.2993 12.0286 35.0661 12.2588 35.0661 12.5427C35.0661 12.8266 35.2993 13.0568 35.5869 13.0568H36.7361V15.1684H21.0774V13.0568H33.36C33.6477 13.0568 33.8808 12.8266 33.8808 12.5427C33.8808 12.2588 33.6477 12.0286 33.36 12.0286H21.0774V9.91705H36.1436C36.4702 9.91705 36.7361 10.1794 36.7361 10.5019ZM3.85633 9.91705H20.0358V21.448H3.26383V10.5019C3.26383 10.1794 3.52967 9.91705 3.85633 9.91705ZM36.1436 30.8673H3.85633C3.5296 30.8673 3.26383 30.6049 3.26383 30.2824V28.7557H36.7361V30.2824C36.7361 30.6049 36.4702 30.8673 36.1436 30.8673Z' fill='%231D1D1D'/%3E%3Cpath d='M4.97552 11.817C5.26315 11.817 5.49635 11.5869 5.49635 11.303C5.49635 11.0191 5.26315 10.7889 4.97552 10.7889H4.96996C4.68232 10.7889 4.4519 11.0191 4.4519 11.303C4.4519 11.5869 4.68781 11.817 4.97552 11.817Z' fill='%231D1D1D'/%3E%3Cpath d='M4.97552 16.2128C5.26315 16.2128 5.49635 15.9827 5.49635 15.6987C5.49635 15.4148 5.26315 15.1847 4.97552 15.1847H4.96996C4.68232 15.1847 4.4519 15.4148 4.4519 15.6987C4.4519 15.9827 4.68781 16.2128 4.97552 16.2128Z' fill='%231D1D1D'/%3E%3Cpath d='M4.97552 20.6086C5.26315 20.6086 5.49635 20.3784 5.49635 20.0945C5.49635 19.8105 5.26315 19.5804 4.97552 19.5804H4.96996C4.68232 19.5804 4.4519 19.8105 4.4519 20.0945C4.45183 20.3784 4.68781 20.6086 4.97552 20.6086Z' fill='%231D1D1D'/%3E%3Cpath d='M4.97552 14.0153C5.26315 14.0153 5.49635 13.7851 5.49635 13.5012C5.49635 13.2173 5.26315 12.9872 4.97552 12.9872H4.96996C4.68232 12.9872 4.4519 13.2173 4.4519 13.5012C4.4519 13.7851 4.68781 14.0153 4.97552 14.0153Z' fill='%231D1D1D'/%3E%3Cpath d='M4.97552 18.4109C5.26315 18.4109 5.49635 18.1807 5.49635 17.8968C5.49635 17.6128 5.26315 17.3827 4.97552 17.3827H4.96996C4.68232 17.3827 4.4519 17.6128 4.4519 17.8968C4.45183 18.1806 4.68781 18.4109 4.97552 18.4109Z' fill='%231D1D1D'/%3E%3Cpath d='M18.3356 11.817C18.6233 11.817 18.8565 11.5869 18.8565 11.303C18.8565 11.0191 18.6233 10.7889 18.3356 10.7889H18.3301C18.0424 10.7889 17.812 11.0191 17.812 11.303C17.812 11.5869 18.048 11.817 18.3356 11.817Z' fill='%231D1D1D'/%3E%3Cpath d='M18.3356 16.2128C18.6233 16.2128 18.8565 15.9827 18.8565 15.6987C18.8565 15.4148 18.6233 15.1847 18.3356 15.1847H18.3301C18.0424 15.1847 17.812 15.4148 17.812 15.6987C17.812 15.9827 18.048 16.2128 18.3356 16.2128Z' fill='%231D1D1D'/%3E%3Cpath d='M18.3356 20.6086C18.6233 20.6086 18.8565 20.3784 18.8565 20.0945C18.8565 19.8105 18.6233 19.5804 18.3356 19.5804H18.3301C18.0424 19.5804 17.812 19.8105 17.812 20.0945C17.812 20.3784 18.048 20.6086 18.3356 20.6086Z' fill='%231D1D1D'/%3E%3Cpath d='M18.3356 14.0153C18.6233 14.0153 18.8565 13.7851 18.8565 13.5012C18.8565 13.2173 18.6233 12.9872 18.3356 12.9872H18.3301C18.0424 12.9872 17.812 13.2173 17.812 13.5012C17.812 13.7851 18.048 14.0153 18.3356 14.0153Z' fill='%231D1D1D'/%3E%3Cpath d='M18.3356 18.4109C18.6233 18.4109 18.8565 18.1807 18.8565 17.8968C18.8565 17.6128 18.6233 17.3827 18.3356 17.3827H18.3301C18.0424 17.3827 17.812 17.6128 17.812 17.8968C17.812 18.1806 18.048 18.4109 18.3356 18.4109Z' fill='%231D1D1D'/%3E%3Cpath d='M8.31609 11.817C8.60373 11.817 8.83693 11.5869 8.83693 11.303C8.83693 11.0191 8.60373 10.7889 8.31609 10.7889H8.31054C8.0229 10.7889 7.79248 11.0191 7.79248 11.303C7.79248 11.5869 8.02845 11.817 8.31609 11.817Z' fill='%231D1D1D'/%3E%3Cpath d='M8.31609 16.2128C8.60373 16.2128 8.83693 15.9827 8.83693 15.6987C8.83693 15.4148 8.60373 15.1847 8.31609 15.1847H8.31054C8.0229 15.1847 7.79248 15.4148 7.79248 15.6987C7.79248 15.9827 8.02845 16.2128 8.31609 16.2128Z' fill='%231D1D1D'/%3E%3Cpath d='M8.31609 20.6086C8.60373 20.6086 8.83693 20.3784 8.83693 20.0945C8.83693 19.8105 8.60373 19.5804 8.31609 19.5804H8.31054C8.0229 19.5804 7.79248 19.8105 7.79248 20.0945C7.79248 20.3784 8.02845 20.6086 8.31609 20.6086Z' fill='%231D1D1D'/%3E%3Cpath d='M8.31609 14.0153C8.60373 14.0153 8.83693 13.7851 8.83693 13.5012C8.83693 13.2173 8.60373 12.9872 8.31609 12.9872H8.31054C8.0229 12.9872 7.79248 13.2173 7.79248 13.5012C7.79248 13.7851 8.02845 14.0153 8.31609 14.0153Z' fill='%231D1D1D'/%3E%3Cpath d='M8.31609 18.4109C8.60373 18.4109 8.83693 18.1807 8.83693 17.8968C8.83693 17.6128 8.60373 17.3827 8.31609 17.3827H8.31054C8.0229 17.3827 7.79248 17.6128 7.79248 17.8968C7.79248 18.1806 8.02845 18.4109 8.31609 18.4109Z' fill='%231D1D1D'/%3E%3Cpath d='M6.64593 12.9163C6.93356 12.9163 7.16676 12.6861 7.16676 12.4022C7.16676 12.1183 6.93356 11.8881 6.64593 11.8881H6.64037C6.35273 11.8881 6.12231 12.1183 6.12231 12.4022C6.12231 12.6861 6.35829 12.9163 6.64593 12.9163Z' fill='%231D1D1D'/%3E%3Cpath d='M6.64593 17.3118C6.93356 17.3118 7.16676 17.0817 7.16676 16.7977C7.16676 16.5138 6.93356 16.2837 6.64593 16.2837H6.64037C6.35273 16.2837 6.12231 16.5138 6.12231 16.7977C6.12231 17.0817 6.35829 17.3118 6.64593 17.3118Z' fill='%231D1D1D'/%3E%3Cpath d='M6.64593 15.1135C6.93356 15.1135 7.16676 14.8834 7.16676 14.5994C7.16676 14.3155 6.93356 14.0854 6.64593 14.0854H6.64037C6.35273 14.0854 6.12231 14.3155 6.12231 14.5994C6.12231 14.8834 6.35829 15.1135 6.64593 15.1135Z' fill='%231D1D1D'/%3E%3Cpath d='M6.64593 19.5096C6.93356 19.5096 7.16676 19.2794 7.16676 18.9955C7.16676 18.7115 6.93356 18.4814 6.64593 18.4814H6.64037C6.35273 18.4814 6.12231 18.7115 6.12231 18.9955C6.12231 19.2794 6.35829 19.5096 6.64593 19.5096Z' fill='%231D1D1D'/%3E%3Cpath d='M11.6547 11.817C11.9424 11.817 12.1755 11.5869 12.1755 11.303C12.1755 11.0191 11.9424 10.7889 11.6547 10.7889H11.6492C11.3615 10.7889 11.1311 11.0191 11.1311 11.303C11.1311 11.5869 11.3671 11.817 11.6547 11.817Z' fill='%231D1D1D'/%3E%3Cpath d='M11.6547 16.2128C11.9424 16.2128 12.1755 15.9827 12.1755 15.6987C12.1755 15.4148 11.9424 15.1847 11.6547 15.1847H11.6492C11.3615 15.1847 11.1311 15.4148 11.1311 15.6987C11.1311 15.9827 11.3671 16.2128 11.6547 16.2128Z' fill='%231D1D1D'/%3E%3Cpath d='M11.6547 20.6086C11.9424 20.6086 12.1755 20.3784 12.1755 20.0945C12.1755 19.8105 11.9424 19.5804 11.6547 19.5804H11.6492C11.3615 19.5804 11.1311 19.8105 11.1311 20.0945C11.1311 20.3784 11.3671 20.6086 11.6547 20.6086Z' fill='%231D1D1D'/%3E%3Cpath d='M11.6547 14.0153C11.9424 14.0153 12.1755 13.7851 12.1755 13.5012C12.1755 13.2173 11.9424 12.9872 11.6547 12.9872H11.6492C11.3615 12.9872 11.1311 13.2173 11.1311 13.5012C11.1311 13.7851 11.3671 14.0153 11.6547 14.0153Z' fill='%231D1D1D'/%3E%3Cpath d='M11.6547 18.4109C11.9424 18.4109 12.1755 18.1807 12.1755 17.8968C12.1755 17.6128 11.9424 17.3827 11.6547 17.3827H11.6492C11.3615 17.3827 11.1311 17.6128 11.1311 17.8968C11.1311 18.1806 11.3671 18.4109 11.6547 18.4109Z' fill='%231D1D1D'/%3E%3Cpath d='M9.98528 12.9163C10.2729 12.9163 10.5061 12.6861 10.5061 12.4022C10.5061 12.1183 10.2729 11.8881 9.98528 11.8881H9.97966C9.69202 11.8881 9.46167 12.1183 9.46167 12.4022C9.46167 12.6861 9.69764 12.9163 9.98528 12.9163Z' fill='%231D1D1D'/%3E%3Cpath d='M9.98528 17.3118C10.2729 17.3118 10.5061 17.0817 10.5061 16.7977C10.5061 16.5138 10.2729 16.2837 9.98528 16.2837H9.97966C9.69202 16.2837 9.46167 16.5138 9.46167 16.7977C9.46167 17.0817 9.69764 17.3118 9.98528 17.3118Z' fill='%231D1D1D'/%3E%3Cpath d='M9.98528 15.1135C10.2729 15.1135 10.5061 14.8834 10.5061 14.5994C10.5061 14.3155 10.2729 14.0854 9.98528 14.0854H9.97966C9.69202 14.0854 9.46167 14.3155 9.46167 14.5994C9.46167 14.8834 9.69764 15.1135 9.98528 15.1135Z' fill='%231D1D1D'/%3E%3Cpath d='M9.98528 19.5096C10.2729 19.5096 10.5061 19.2794 10.5061 18.9955C10.5061 18.7115 10.2729 18.4814 9.98528 18.4814H9.97966C9.69202 18.4814 9.46167 18.7115 9.46167 18.9955C9.46167 19.2794 9.69764 19.5096 9.98528 19.5096Z' fill='%231D1D1D'/%3E%3Cpath d='M14.9889 11.817C15.2766 11.817 15.5098 11.5869 15.5098 11.303C15.5098 11.0191 15.2766 10.7889 14.9889 10.7889H14.9834C14.6957 10.7889 14.4653 11.0191 14.4653 11.303C14.4653 11.5869 14.7013 11.817 14.9889 11.817Z' fill='%231D1D1D'/%3E%3Cpath d='M14.9889 16.2128C15.2766 16.2128 15.5098 15.9827 15.5098 15.6987C15.5098 15.4148 15.2766 15.1847 14.9889 15.1847H14.9834C14.6957 15.1847 14.4653 15.4148 14.4653 15.6987C14.4653 15.9827 14.7013 16.2128 14.9889 16.2128Z' fill='%231D1D1D'/%3E%3Cpath d='M14.9889 20.6086C15.2766 20.6086 15.5098 20.3784 15.5098 20.0945C15.5098 19.8105 15.2766 19.5804 14.9889 19.5804H14.9834C14.6957 19.5804 14.4653 19.8105 14.4653 20.0945C14.4653 20.3784 14.7013 20.6086 14.9889 20.6086Z' fill='%231D1D1D'/%3E%3Cpath d='M14.9889 14.0153C15.2766 14.0153 15.5098 13.7851 15.5098 13.5012C15.5098 13.2173 15.2766 12.9872 14.9889 12.9872H14.9834C14.6957 12.9872 14.4653 13.2173 14.4653 13.5012C14.4653 13.7851 14.7013 14.0153 14.9889 14.0153Z' fill='%231D1D1D'/%3E%3Cpath d='M14.9889 18.4109C15.2766 18.4109 15.5098 18.1807 15.5098 17.8968C15.5098 17.6128 15.2766 17.3827 14.9889 17.3827H14.9834C14.6957 17.3827 14.4653 17.6128 14.4653 17.8968C14.4653 18.1806 14.7013 18.4109 14.9889 18.4109Z' fill='%231D1D1D'/%3E%3Cpath d='M13.3193 12.9163C13.6069 12.9163 13.8401 12.6861 13.8401 12.4022C13.8401 12.1183 13.6069 11.8881 13.3193 11.8881H13.3136C13.026 11.8881 12.7957 12.1183 12.7957 12.4022C12.7957 12.6861 13.0316 12.9163 13.3193 12.9163Z' fill='%231D1D1D'/%3E%3Cpath d='M13.3193 17.3118C13.6069 17.3118 13.8401 17.0817 13.8401 16.7977C13.8401 16.5138 13.6069 16.2837 13.3193 16.2837H13.3136C13.026 16.2837 12.7957 16.5138 12.7957 16.7977C12.7957 17.0817 13.0316 17.3118 13.3193 17.3118Z' fill='%231D1D1D'/%3E%3Cpath d='M13.3193 15.1135C13.6069 15.1135 13.8401 14.8834 13.8401 14.5994C13.8401 14.3155 13.6069 14.0854 13.3193 14.0854H13.3136C13.026 14.0854 12.7957 14.3155 12.7957 14.5994C12.7957 14.8834 13.0316 15.1135 13.3193 15.1135Z' fill='%231D1D1D'/%3E%3Cpath d='M13.3193 19.5096C13.6069 19.5096 13.8401 19.2794 13.8401 18.9955C13.8401 18.7115 13.6069 18.4814 13.3193 18.4814H13.3136C13.026 18.4814 12.7957 18.7115 12.7957 18.9955C12.7957 19.2794 13.0316 19.5096 13.3193 19.5096Z' fill='%231D1D1D'/%3E%3Cpath d='M16.665 12.9163C16.9526 12.9163 17.1858 12.6861 17.1858 12.4022C17.1858 12.1183 16.9526 11.8881 16.665 11.8881H16.6594C16.3718 11.8881 16.1414 12.1183 16.1414 12.4022C16.1414 12.6861 16.3773 12.9163 16.665 12.9163Z' fill='%231D1D1D'/%3E%3Cpath d='M16.665 17.3118C16.9526 17.3118 17.1858 17.0817 17.1858 16.7977C17.1858 16.5138 16.9526 16.2837 16.665 16.2837H16.6594C16.3718 16.2837 16.1414 16.5138 16.1414 16.7977C16.1414 17.0817 16.3773 17.3118 16.665 17.3118Z' fill='%231D1D1D'/%3E%3Cpath d='M16.665 15.1135C16.9526 15.1135 17.1858 14.8834 17.1858 14.5994C17.1858 14.3155 16.9526 14.0854 16.665 14.0854H16.6594C16.3718 14.0854 16.1414 14.3155 16.1414 14.5994C16.1414 14.8834 16.3773 15.1135 16.665 15.1135Z' fill='%231D1D1D'/%3E%3Cpath d='M16.665 19.5096C16.9526 19.5096 17.1858 19.2794 17.1858 18.9955C17.1858 18.7115 16.9526 18.4814 16.665 18.4814H16.6594C16.3718 18.4814 16.1414 18.7115 16.1414 18.9955C16.1414 19.2794 16.3773 19.5096 16.665 19.5096Z' fill='%231D1D1D'/%3E%3C/svg%3E") no-repeat left center;
}

.html-demo-avimart .content-demo .container-box {
  width: calc( 100% - 47px);
}

.html-demo-avimart .content-demo .container-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1D1D1D;
}

.pwb-carousel.slick-initialized .pwb-slick-slide,
.pwb-product-carousel.slick-initialized .pwb-slick-slide {
  margin: 0 29px;
}

.pwb-carousel,
.pwb-product-carousel {
  padding: 37px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.pwb-carousel .slick-next,
.pwb-carousel .slick-prev,
.pwb-product-carousel .slick-next,
.pwb-product-carousel .slick-prev {
  opacity: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 50%;
  background-color: #F7F7F7;
  border: 1px solid #e5e5e5;
}

.pwb-carousel .slick-next:before,
.pwb-carousel .slick-prev:before,
.pwb-product-carousel .slick-next:before,
.pwb-product-carousel .slick-prev:before {
  color: #1D1D1D;
}

.pwb-carousel .slick-next span,
.pwb-carousel .slick-prev span,
.pwb-product-carousel .slick-next span,
.pwb-product-carousel .slick-prev span {
  display: none;
}

.pwb-carousel .slick-next:hover, .pwb-carousel .slick-next:focus,
.pwb-carousel .slick-prev:hover,
.pwb-carousel .slick-prev:focus,
.pwb-product-carousel .slick-next:hover,
.pwb-product-carousel .slick-next:focus,
.pwb-product-carousel .slick-prev:hover,
.pwb-product-carousel .slick-prev:focus {
  opacity: 1;
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.pwb-carousel .slick-next:hover:before, .pwb-carousel .slick-next:focus:before,
.pwb-carousel .slick-prev:hover:before,
.pwb-carousel .slick-prev:focus:before,
.pwb-product-carousel .slick-next:hover:before,
.pwb-product-carousel .slick-next:focus:before,
.pwb-product-carousel .slick-prev:hover:before,
.pwb-product-carousel .slick-prev:focus:before {
  color: #fff;
}

.pwb-carousel .slick-prev:before,
.pwb-product-carousel .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
}

.pwb-carousel .slick-next:before,
.pwb-product-carousel .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
}

.category-brand-shop-elementor .pwb-carousel,
.category-brand-shop-elementor .pwb-product-carousel {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
}

.recently-viewed-top {
  font-size: 13px;
  padding: 10px;
}

.shop-elementor-recently-view-product .column-2 {
  column-count: 2;
  column-gap: 20px;
}

.shop-elementor-recently-view-product .column-3 {
  column-count: 3;
  column-gap: 20px;
}

.shop-elementor-recently-view-product .column-4 {
  column-count: 4;
  column-gap: 20px;
}

.shop-elementor-recently-view-product .column-9 {
  column-count: 9;
  column-gap: 20px;
}

.woobt-wrap {
  float: left;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 80px;
}

.woobt-wrap .woobt-products .woobt-product .variations_form .variations .variation {
  display: flex;
  padding: 10px 10px 0 10px;
}

.woobt-wrap .title-quantity {
  display: none;
}

.woobt-products {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.woobt-products .woobt-product {
  border: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.woobt-products .woobt-product > div {
  padding: 0;
}

.woobt-choose input[type='checkbox'] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 2px;
  cursor: pointer;
}

.woobt-products .woobt-product .woobt-thumb {
  width: 50px;
  flex: 0 0 50px;
  margin: 0 10px 0 0;
}

.woobt-products .woobt-product .woobt-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
}

.woobt-products .woobt-product .woobt-title .woobt-availability {
  display: none;
}

.woobt-additional.woobt-text {
  font-weight: 600;
  font-size: 16px;
}

.woobt-products .woobt-product .woobt-price {
  width: 110px;
  flex: 0 0 110px;
  max-width: 110px;
  text-align: end;
}

.woobt-products .woobt-product .woobt-price del {
  font-size: 12px;
  color: #858585;
}

.woobt-products .woobt-product .woobt-price ins {
  background-color: transparent;
  color: #FFBD0C;
}

.woobt_before_text.woobt-before-text.woobt-text {
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  color: #1D1D1D;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}

.woobt-products .woobt-product .woobt-thumb img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  border-radius: 5px;
}

.woobt-products .woobt-product .woobt-quantity .quantity {
  width: 100%;
  min-width: 44px;
  display: none;
}

.woobt-quantity-input-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 5px;
  flex: 0 0 44px;
  width: 44px;
  line-height: 44px;
  height: 44px;
  border-left: 0;
}

.woobt-quantity-input-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 5px;
  flex: 0 0 44px;
  width: 44px;
  line-height: 44px;
  height: 44px;
  border-right: 0;
}

.woobt-products .woobt-product .woobt-quantity {
  width: 132px;
  flex: 0 0 132px;
}

.woobt-total.woobt-text {
  font-weight: 600;
  font-size: 16px;
  display: flex;
}

.woobt-total.woobt-text .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 500;
  margin-left: 15px;
}

.woobt-images .woobt-image.woobt-image-this {
  width: 95px;
  flex: 0 0 95px;
}

.woobt-images .woobt-image {
  width: 116px;
  flex: 0 0 116px;
}

.woobt-images .woobt-image img {
  width: 95px;
}

.woobt-before-text.woobt-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.woobt-actions .single_add_to_cart_button.button.alt {
  height: 44px;
  border: none;
  padding: 0 38px;
  background-color: #1D1D1D;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-product.below_summary .woobt-wrap {
  border-top: none;
  border-bottom: none;
  padding-top: 37px;
  padding-bottom: 35px;
}

.single-product.below_summary .woobt-wrap .woobt-before-text.woobt-text {
  font-size: 36px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image.woobt-image-this {
    width: 220px;
    flex: 0 0 220px;
  }
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image {
    width: 240px;
    flex: 0 0 240px;
  }
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image img {
    width: 220px;
  }
}

.single-product.below_summary .woobt-wrap .woobt-products {
  margin-top: 40px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
  background: #111;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
  background: #111;
  line-height: unset;
  display: flex;
  align-items: center;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
  align-items: center;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span {
  flex-basis: unset;
}

.woosw-copy {
  display: flex;
  align-items: center;
}

.woosw-page {
  flex-grow: 1;
}

.woosw-page a {
  display: inline-block;
}

.woosw-page a:after,
.woosw-continue:after {
  bottom: 2px;
}

.woosw-list .button,
.woosw-list .add_to_cart_button {
  display: block;
  padding: 9px 31px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
  border: 1px solid #ffbd0c;
}

.woosw-list .woosw-content-item--add .price {
  display: none;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
  width: 70px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
  min-width: 48px;
  min-height: 48px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .tr-price td {
  font-weight: inherit;
}

.woosw-area.woosw-area .woosw-inner .woosw-content {
  max-width: 570px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
  color: #fff !important;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
  line-height: 48px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:hover {
  transform: rotate(90deg);
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
  width: 70px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  padding: 0 !important;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove > span {
  width: 30px !important;
  height: 30px !important;
}

.woosw-area.woosw-area .woosw-content-item--title {
  font-size: 15px;
  line-height: 24px;
}

.woosw-area.woosw-area .price {
  font-size: 14px;
}

.woosw-area.woosw-area .woosw-content-item--add .price {
  display: none;
}

.woosw-area.woosw-area .woosw-content .button {
  padding: 9px 21px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.woosw-list .woocommerce_loop_add_to_cart_wrap:before, .woosw-list .woocommerce_loop_add_to_cart_wrap:after,
.woosw-area .woocommerce_loop_add_to_cart_wrap:before,
.woosw-area .woocommerce_loop_add_to_cart_wrap:after,
.woosc-area .woocommerce_loop_add_to_cart_wrap:before,
.woosc-area .woocommerce_loop_add_to_cart_wrap:after {
  display: none;
}

.woosw-content-item--add {
  min-width: 140px;
  margin-top: 15px;
}

#woosw_copy_btn {
  height: 48px;
  margin-left: 10px;
}

.woosw-content-item--title {
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 5px;
}

.woosw-content-item--title a {
  font-weight: inherit !important;
}

.woosw-content-item--price {
  margin-bottom: 8px;
}

.woosw-content-item--time {
  font-size: 14px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  border-radius: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
  font-size: 15px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  padding: 11px 15px 11px 0;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.74;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
  z-index: 9 !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table td {
  border: 1px solid #E5E5E5 !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes td {
  border: 0 !important;
  padding: 0 20px 0 11px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  min-height: 56px;
  padding: 15px 30px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr .td-label {
  background: #f5f5f5 !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:not(.td-label):not(.td-placeholder) {
  background: #fff !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-content td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-additional td {
  vertical-align: top;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-default.tr-availability {
  display: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-add_to_cart .td-label {
  font-size: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-add_to_cart td {
  padding-top: 26px;
  padding-bottom: 26px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
  color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button:hover {
  color: #fff;
  background-color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .add_to_cart_button {
  width: 100%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .stock {
  padding: 0;
  border-bottom: none;
  font-size: 14px;
  display: block;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-price, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .price {
  font-size: 20px;
  min-height: 26px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
  padding: 9px 31px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.woosc-btn:hover:before {
  animation: .6s ease-in-out infinite spin;
}

/* WIDGETS */
/*Banner slider vertical*/
.avimart-banner-slider-vertical-widget .js-banner-slider-vertical .banner-slider-item {
  width: 100%;
  position: relative;
}

.avimart-banner-slider-vertical-widget .js-banner-slider-vertical .slick-list {
  text-align: center;
}

.avimart-banner-slider-vertical-widget .js-banner-slider-vertical .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 438px !important;
}

.avimart-banner-slider-vertical-widget .banner-slider-item .banner-slider-avata .avata-banner-slider {
  margin: 0 auto;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15.9%;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .slick-active .dots-bullet:after {
  background-color: #1D1D1D;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .slick-dots {
  display: flex;
  flex-direction: column;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 8px 0;
}

.avimart-banner-slider-vertical-widget .banner-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #1D1D1D;
}

.avimart-banner-slider-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.avimart-banner-slider-widget .slick-slide {
  margin: 0 15px;
}

.avimart-banner-slider-widget .slick-slider .slick-track {
  padding: 20px 0 24px 0;
}

.avimart-banner-slider-widget .slick-list {
  margin: 0;
}

.avimart-banner-slider-widget .slick-slide {
  opacity: 1;
}

.avimart-banner-slider-widget .customClass,
.avimart-banner-slider-widget .slick-center {
  opacity: 1;
}

.avimart-banner-slider-widget .banner-arrow-widget {
  width: 124px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.avimart-banner-slider-widget .banner-arrow-widget .avimart-arrows {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.avimart-banner-slider-widget .banner-arrow-widget .avimart-arrows:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.avimart-banner-slider-widget .banner-arrow-widget .avimart-arrows:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.avimart-banner-slider-widget .banner-arrow-widget .avimart-arrows:hover:before {
  color: #ffffff;
}

.avimart-banner-slider-widget .banner-arrow-widget .arrows-next:before {
  content: "\f105";
}

.avimart-banner-slider-widget .banner-arrow-widget .arrows-prev:before {
  content: "\f104";
}

.avimart-banner-slider-widget .banner-slider-slider-dots .slick-dots {
  bottom: 20px;
}

.banner-slider-item {
  width: 330px !important;
}

.banner-slider-item .banner-slider-avata .avata-banner-slider {
  height: auto;
  width: 100%;
}

.banner-slider-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.banner-slider-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.banner-slider-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider-slider-dots .slick-active .dots-bullet:after {
  background-color: #1D1D1D;
}

.banner-slider-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.banner-slider-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #1D1D1D;
}

.banner-slider-slider-dots .slick-dots {
  position: static;
}

.banner-slider-order {
  background-color: #ffffff;
}

.avimart-banner-slider-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 24px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

.banner-title h3 {
  margin: 20px 0 0 0;
}

.avimart-banner-slider-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .avimart-banner-slider-content {
    flex-basis: 350px;
    padding-right: 20px;
    padding-left: 10px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 1800px) {
  .avimart-banner-slider-content {
    padding-left: calc((100% - 1410px)/2);
    flex-basis: 735px;
    padding-right: 80px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.banner-slider-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .banner-slider-wrapper {
    display: block;
  }
}

.banner-slider-wrapper .container-banner-slider {
  position: relative;
  overflow: hidden;
}

.avimart-banner-wrapper {
  position: relative;
}

.avimart-banner-wrapper .avimart-banner-link {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.avimart-banner-wrapper .avimart-banner-image {
  overflow: hidden;
}

.avimart-banner-wrapper .avimart-banner-image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.avimart-banner-wrapper .avimart-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.avimart-banner-wrapper .avimart-banner-content .avimart-banner-subtitle {
  display: inline-block;
}

.avimart-banner-wrapper .avimart-banner-content .avimart-banner-button.style2 {
  position: relative;
}

.avimart-banner-wrapper .avimart-banner-content .avimart-banner-button.style2:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  transition: width .4s linear 0s;
  -webkit-transition: width .4s linear 0s;
  -o-transition: width .4s linear 0s;
  right: 0;
  display: block;
  height: 1px;
  z-index: 1;
}

.avimart-banner-wrapper .avimart-banner-content .avimart-banner-button.style2:after {
  content: '';
  display: block;
  height: 1px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.avimart-banner-wrapper .avimart-banner-content .avimart-banner-button.style2:hover:before {
  width: 100%;
  left: 0;
}

.avimart-banner-wrapper:hover .avimart-banner-image img {
  transform: scale(1.1);
}

.avimart-banner-wrapper:hover .avimart-banner-content .avimart-banner-button.style2:before {
  width: 100%;
  left: 0;
}

.widget-blog-post .entry-wrapper .entry-title.blog-entry-title {
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
}

.widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 0;
}

.widget-blog-post .read-more {
  display: inline-block;
}

.post-layout-classic .entry-thumbnail {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .post-layout-classic .entry-thumbnail a img {
    height: 250px;
    object-fit: cover;
  }
}

.post-layout-classic .entry-content {
  margin-top: 6px;
}

.post-layout-classic,
.post-layout-overlay {
  margin-bottom: 30px;
}

.post-layout-overlay .entry-wrapper {
  position: relative;
  overflow: hidden;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail img {
  object-fit: cover;
}

.post-layout-overlay .entry-wrapper:hover .entry-thumbnail {
  opacity: 1;
}

.post-layout-overlay .read-more {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

.post-layout-overlay .read-more-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #222222;
}

.widget-blog-post .item-blog {
  transition: all 0.3s ease;
}

.widget-blog-post .item-blog .entry-thumbnail {
  overflow: hidden;
}

.widget-blog-post .item-blog .entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .widget-blog-post .item-blog .entry-thumbnail img {
    height: 240px;
  }
}

.widget-blog-post .item-blog .entry-thumbnail:hover img {
  transform: scale(1.1) rotate(-2deg);
}

.widget-blog-post .widget-blog-post-layout1:first-child {
  width: 50%;
}

.widget-blog-post .widget-blog-post-layout1 .button-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
    height: 250px;
  }
}

.widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
    height: 210px;
  }
}

.widget-blog-post .widget-blog-post-layout2 .info-item-blog {
  padding: 24px 30px;
}

.widget-blog-post .widget-blog-post-layout2 .info-item-blog:hover {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

.widget-blog-post-layout2 .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.widget-blog-post-layout2 .if-item:first-child:before {
  content: none;
}

.widget-blog-post .blog-preset-5 .item-blog.entry-wrapper {
  margin-bottom: 30px;
  border-radius: 2px;
}

.widget-blog-post .blog-preset-5 .item-blog .entry-thumbnail img {
  width: 100%;
}

.entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.item-blog {
  transition: all 0.3s ease;
  overflow: hidden;
}

.item-blog:hover .entry-thumbnail img {
  transform: scale(1.02);
}

.item-blog .entry-thumbnail img {
  width: 100%;
}

.widget-blog-post2 .blog-header-info-blog .if-item:not(:first-child) {
  margin-left: 28px;
}

.col-blog-small .info-item-blog .button-read-more,
.col-blog-small .info-item-blog .entry-content {
  display: none;
}

@media (min-width: 1200px) {
  .col-blog-small {
    padding-left: 40px;
  }
}

.widget-blog-post2 {
  margin-left: -15px;
  margin-right: -15px;
}

.col-blog-small .row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget-blog-post2 .col-md-6 {
    width: 50%;
  }
  .widget-blog-post2 .col-md-6 {
    float: left;
  }
  .col-blog-small,
  .col-blog-big {
    width: 100% !important;
  }
}

.elementor-widget-avimart-blog-posts .elementor-widget-container {
  min-height: 1px;
  position: relative;
  overflow: hidden;
}

.blog-preset-load {
  display: none;
}

.blog-preset-load.display {
  display: block;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.loadmore-row {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 24px;
  margin-bottom: 100px;
}

.loadmore-row #loadMore {
  border-bottom: 1px solid #1D1D1D;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 2px;
}

@media (min-width: 1200px) {
  .widget-blog-post .blog-preset-5.blog-preset-load .item-blog .entry-thumbnail img {
    height: auto;
  }
}

.widget-blog-post .blog-mix .blog-1 {
  float: left;
  width: 100%;
}

.widget-blog-post .blog-mix .blog-1 .blog-article .cover-image.entry-image-link img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .widget-blog-post .blog-mix .blog-1 .blog-article .cover-image.entry-image-link img {
    max-height: 680px;
  }
}

.widget-blog-post .blog-mix .blog-article {
  padding-bottom: 0;
}

.widget-blog-post .blog-mix .blog-header-info-blog {
  margin: 0;
}

.widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog {
  position: relative;
}

@media (min-width: 768px) {
  .widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .entry-thumbnail {
    width: 43%;
  }
  .widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .info-item-blog {
    flex-grow: 1;
    width: 50%;
  }
  .widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .entry-thumbnail {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .cover-image img {
  height: 270px;
  width: 100%;
  object-fit: cover;
}

.widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .entry-title.blog-entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 8px 0 0 0;
  text-transform: capitalize;
}

.widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .entry-content {
  margin-top: 8px;
}

.widget-blog-post .blog-mix:not(:first-child) .blog-list-mix .item-blog .button-read-more {
  margin-top: 16px;
}

.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog {
  display: block !important;
}

.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .entry-thumbnail,
.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .info-item-blog {
  width: 100%;
}

.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .entry-thumbnail {
  min-height: 630px;
}

.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .entry-thumbnail .if-item.if-date {
  bottom: 20px;
  top: auto;
}

.widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .cover-image img {
  max-height: 630px;
  height: 630px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .widget-blog-post .blog-mix:first-child .blog-list-mix .item-blog .cover-image img {
    max-height: 630px;
  }
}

.widget-blog-post .blog-mix:first-child .entry-title.blog-entry-title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .widget-blog-post .blog-mix:first-child .entry-title.blog-entry-title {
    margin-top: 15px;
  }
}

.blog-mix.blog4 .blog-1 {
  float: left;
  width: 100%;
}

.blog-mix.blog4 .blog-1 .blog-article .cover-image.entry-image-link img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .blog-mix.blog4 .blog-1 .blog-article .cover-image.entry-image-link img {
    max-height: 630px;
  }
}

.blog-mix.blog4 .blog-1 .entry-image .if-item.if-date {
  bottom: 20px;
  top: auto;
}

@media (min-width: 1024px) {
  .widget-blog-post .column-1 {
    column-count: 1;
    column-gap: 0;
  }
  .widget-blog-post .column-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .widget-blog-post .column-3 {
    column-count: 3;
    column-gap: 30px;
  }
  .widget-blog-post .column-4 {
    column-count: 4;
    column-gap: 30px;
  }
  .widget-blog-post .column-5 {
    column-count: 5;
    column-gap: 30px;
  }
  .widget-blog-post .column-6 {
    column-count: 6;
    column-gap: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .widget-blog-post .tablet-column-1 {
    column-count: 1;
    column-gap: 0;
  }
  .widget-blog-post .tablet-column-2 {
    column-count: 2;
    column-gap: 20px;
  }
  .widget-blog-post .tablet-column-3 {
    column-count: 3;
    column-gap: 20px;
  }
  .widget-blog-post .tablet-column-4 {
    column-count: 4;
    column-gap: 20px;
  }
  .widget-blog-post .tablet-column-5 {
    column-count: 5;
    column-gap: 20px;
  }
  .widget-blog-post .tablet-column-6 {
    column-count: 6;
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  .widget-blog-post .mobile-column-1 {
    column-count: 1;
    column-gap: 0;
  }
  .widget-blog-post .mobile-column-2 {
    column-count: 2;
    column-gap: 10px;
  }
  .widget-blog-post .mobile-column-3 {
    column-count: 3;
    column-gap: 10px;
  }
  .widget-blog-post .mobile-column-4 {
    column-count: 4;
    column-gap: 10px;
  }
  .widget-blog-post .mobile-column-5 {
    column-count: 5;
    column-gap: 10px;
  }
  .widget-blog-post .mobile-column-6 {
    column-count: 6;
    column-gap: 10px;
  }
}

/* Widget Blog Slider */
.avimart-blog-slider-widget {
  /* the parent */
}

.avimart-blog-slider-widget .blog-box-slider {
  overflow: hidden;
  transition: all 0.3s;
}

.avimart-blog-slider-widget .blog-box-slider:hover .blog-entry-thumbnail img {
  transform: scale(1.02);
}

.avimart-blog-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.avimart-blog-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (min-width: 769px) {
  .avimart-blog-slider-widget .no-excerpt .center {
    position: relative;
    margin-top: -127px;
    max-width: 930px;
    left: 50%;
    width: 70%;
    transform: translate(-50%);
    padding: 42px 80px 46px;
    text-align: center;
  }
}

.avimart-blog-slider-widget .no-excerpt .center .info-blog-change .entry-meta {
  margin-top: 0;
}

.avimart-blog-slider-widget .entry-title {
  margin-bottom: 0;
}

.avimart-blog-slider-widget .blog-slider-wrapper {
  position: relative;
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 10;
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-prev:before {
  content: '\f104';
  font-family: "FontAwesome";
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-next:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .avimart-arrow {
  display: flex;
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .avimart-arrow:before {
  color: #e5e5e5;
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .avimart-arrow:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.avimart-blog-slider-widget .blog-slider-wrapper .arrows-widget .avimart-arrow:hover:before {
  color: #fff !important;
}

.avimart-blog-slider-widget .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.avimart-blog-slider-widget .blog-entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.avimart-blog-slider-widget .blog-entry-thumbnail .avimart-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #FFBD0C;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  flex-direction: column;
}

.avimart-blog-slider-widget .blog-entry-thumbnail .avimart-date-time span.space {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}

@media (min-width: 1024px) {
  .avimart-blog-slider-widget .blog-entry-thumbnail.date-thunnail img {
    min-height: 320px;
    object-fit: cover;
  }
}

.avimart-blog-slider-widget .blog-header-info .if-item:before {
  display: none;
}

.avimart-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
  margin-left: 20px;
}

@media (max-width: 769px) {
  .avimart-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
    margin-left: 20px;
  }
}

.blog-read-more {
  font-size: 12px;
  margin-top: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.blog-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.blog-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  color: #000;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.blog-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  opacity: 1;
  background: #1D1D1D;
}

.blog-slider-dots .slick-dots li .dots-bullet:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  display: block;
  opacity: 0;
  content: "";
}

.blog-slider-dots .slick-dots li.slick-active .dots-bullet:after {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.avimart-blog-slider-widget .avimart-section-heading {
  padding-bottom: 14px;
  gap: 15px;
}

.avimart-blog-slider-widget .avimart-section-heading .avimart-content-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .avimart-blog-slider-widget .avimart-section-heading .avimart-content-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.avimart-blog-slider-widget .avimart-section-heading .avimart-headings {
  font-size: 24px;
}

@media (max-width: 768px) {
  .avimart-blog-slider-widget .avimart-section-heading {
    flex-direction: row;
  }
}

.avimart-blog-slider-widget .info-blog-change .blog-header-info {
  font-size: 13px;
  line-height: 18px;
}

.avimart-blog-slider-widget .info-blog-change .blog-header-info .if-author:before {
  content: '|';
  position: absolute;
  display: block;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}

.avimart-blog-slider-widget .info-blog-change .blog-header-info .if-author:after {
  display: none;
}

.avimart-blog-slider-widget .info-blog-change .blog-header-info .if-author a {
  margin-right: 0;
  color: #1d1d1d;
}

.search-results .info-blog-change .entry-meta.blog-header-info {
  margin: 0;
  font-size: 13px;
}

.cart-custom-avimart {
  display: block;
}

.cart-custom-avimart .iconavimart-i-cart.js-cart-button:before {
  font-size: 24px;
  font-weight: 500;
}

.cart-custom-avimart .js-cart-button {
  position: relative;
}

.cart-custom-avimart .shop-cart-count {
  position: absolute;
  top: -9px;
  right: -8px;
}

.avimart-category-box-wrapper .avimart-category-box-image {
  position: relative;
  overflow: hidden;
}

.avimart-category-box-wrapper .avimart-category-box-image img {
  width: 100%;
  object-fit: cover;
}

.avimart-category-box-wrapper .avimart-category-box-image .cat_grid_item__wrapper2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.avimart-category-box-wrapper .avimart-category-box-image .cat_grid_item__wrapper3 {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 215px;
  padding: 0 7px;
  min-height: 48px;
  margin: 0;
  flex-wrap: wrap;
}

.avimart-category-box-wrapper .avimart-category-box-image .cat_grid_item__wrapper5 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
  align-items: center;
  width: calc( 100% - 32px);
  min-height: 48px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.avimart-category-box-wrapper .avimart-category-box-image .effect-ef_description {
  opacity: 0;
  visibility: hidden;
  left: -200px;
  transition: all 0.35s ease 0s;
}

@media (max-width: 991px) {
  .avimart-category-box-wrapper .avimart-category-box-image .effect-ef_description {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}

.avimart-category-box-wrapper .avimart-category-box-image:hover .effect-ef_description {
  left: 40px;
  opacity: 1;
  visibility: visible;
}

.avimart-category-box-wrapper .avimart-category-button.cat_grid_item__wrapper4 {
  display: block;
}

.avimart-category-box-wrapper .avimart-category-box-title {
  margin: 16px 0 0 0;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_1 {
  position: relative;
  overflow: hidden;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_1 img {
  transition: transform 0.3s ease-out;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_1:hover img {
  transform: scale(1.05);
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2 {
  overflow: hidden;
  position: relative;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2 .avimart-category-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2:before {
  content: '';
  position: absolute;
  border: dashed #fff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  transition: all .6s ease;
  width: 0;
  border-width: 1px 0;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2:after {
  content: '';
  position: absolute;
  border: dashed #fff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
  transition: all .6s ease;
  height: 0;
  border-width: 0 1px;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2 img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2:hover img {
  transform: scale(1.1);
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2:hover:before {
  width: calc(100% - 40px);
  transform: translateX(0px);
  z-index: 1;
}

.avimart-category-box-wrapper .avimart-category-box-image.hover-effect_2:hover:after {
  height: calc(100% - 40px);
}

.avimart-slider-category-widget {
  position: relative;
}

.avimart-slider-category-widget .category-arrows-widget {
  opacity: 0;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next,
.avimart-slider-category-widget .category-arrows-widget .arrows-prev {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: calc( 50% - 22px);
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next:before,
.avimart-slider-category-widget .category-arrows-widget .arrows-prev:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next:hover,
.avimart-slider-category-widget .category-arrows-widget .arrows-prev:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next:hover:before,
.avimart-slider-category-widget .category-arrows-widget .arrows-prev:hover:before {
  color: #ffffff;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next {
  right: -10px;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-next:before {
  content: "\f105";
}

.avimart-slider-category-widget .category-arrows-widget .arrows-prev {
  left: -10px;
}

.avimart-slider-category-widget .category-arrows-widget .arrows-prev:before {
  content: "\f104";
}

.avimart-slider-category-widget:hover .category-arrows-widget {
  opacity: 1;
}

.avimart-slider-category-widget .info-category-slider {
  padding: 0 10px;
  height: 0;
}

.avimart-slider-category-widget .fancybox-title {
  transform: translateY(-60px);
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0 22px;
  transition: all .3s ease;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 2px;
}

.avimart-slider-category-widget .fancybox-title svg {
  display: none;
}

.avimart-slider-category-widget .fancybox-title:hover {
  width: 100%;
}

.avimart-slider-category-widget .fancybox-title:hover svg {
  display: block;
}

.avimart-slider-category-widget .fancybox-title-new {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.avimart-slider-item-category {
  position: relative;
}

.box-images-slider {
  position: relative;
  overflow: hidden;
}

.box-images-slider a {
  display: block;
}

.box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
}

.avimart-slider-item-category:hover .box-images-slider {
  position: relative;
  overflow: hidden;
}

.avimart-slider-item-category:hover .box-images-slider img {
  transform: scale(1.1);
}

.category-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #1D1D1D;
  display: block;
  border-radius: 50%;
}

.category-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.category-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.category-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.category-slider-dots .slick-dots {
  position: static;
}

.avimart-slider-category-widget .slick-list {
  margin: 0 -10px;
}

.avimart-slider-category-widget .slick-list .slick-slide {
  margin: 0 10px;
}

.avimart-slider-category-widget .avimart-slider-item-category .info-category-slider.style-2 {
  padding: 0;
  height: auto;
}

.avimart-slider-category-widget .avimart-slider-item-category .info-category-slider.style-2 .fancybox-title-new {
  margin-top: 0;
}

.avimart-slider-category-widget .avimart-slider-item-category .box-images-slider {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.avimart-slider-category-widget .avimart-slider-item-category .fancybox-title-new {
  margin-top: 6px;
}

.avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget {
  opacity: 1;
}

.avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget .avimart-arrow {
  top: calc( 50% - 26px);
}

.avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget .arrows-prev {
  left: -24px;
}

.avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget .arrows-next {
  right: -24px;
}

@media (max-width: 1366px) {
  .avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget .arrows-prev {
    left: -15px;
  }
  .avimart-slider-category-widget .images-slider-wrapper .category-arrows-widget .arrows-next {
    right: -15px;
  }
}

.countdown-avimart-widget {
  display: flex;
}

.countdown-avimart-widget .container-box-countdown {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 0;
  background-color: #fb4e50;
}

.countdown-avimart-widget .message {
  margin-right: 6px;
}

.avimart-countdown-item {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
}

.avimart-countdown-item > * {
  display: block;
}

.avimart-countdown-item:first-child {
  margin: 0 9px 0 0;
}

.avimart-countdown-item:last-child {
  margin: 0 0 0 8px;
}

.avimart-countdown-wrapper.border .avimart-countdown-item .avimart-countdown-digit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-countdown-wrapper.border .avimart-countdown-item .avimart-countdown-label {
  margin-top: 0;
  text-align: center;
}

.avimart-countdown-wrapper.normal .avimart-countdown-item {
  position: relative;
  padding: 0;
}

.avimart-countdown-wrapper.normal .avimart-countdown-item:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}

.avimart-countdown-wrapper.normal .avimart-countdown-item:last-child:after {
  display: none;
}

.avimart-countdown-wrapper.normal .avimart-countdown-item .item-box-countdown {
  display: flex;
  flex-direction: column;
}

.avimart-countdown-wrapper.normal .avimart-countdown-item .triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.avimart-countdown-wrapper.no-padding .avimart-countdown-item .avimart-countdown-digit {
  margin-bottom: 0;
  height: 22px;
}

.avimart-countdown-wrapper.no-padding .avimart-countdown-item .avimart-countdown-label {
  margin-top: 0;
}

.avimart-gallery-widget {
  padding: 0 15px;
}

.avimart-gallery-widget__label span {
  cursor: pointer;
  display: inline-block;
}

.avimart-gallery-archive {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.avimart-gallery-archive .gall-thumb {
  display: block;
}

.avimart-gallery-archive .gall-thumb img {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.avimart-gallery-archive .gall-thumb__inner {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.avimart-gallery-archive .gall-thumb__inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.avimart-gallery-archive .gall-thumb__inner:hover::before {
  z-index: 1;
}

.avimart-gallery-archive .gall-thumb__inner:hover a {
  opacity: 1;
}

.avimart-gallery-archive .gall-thumb__inner:hover img {
  transform: scale(1.15);
}

.avimart-gallery-archive .gall-thumb__inner a {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
  background-color: #ffffff;
  opacity: 0;
  font-size: 15px;
  display: block;
  min-width: 170px;
  margin-left: -85px;
  margin-top: -20px;
  height: 40px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  line-height: 40px;
  z-index: 1;
  padding: 0 10px;
}

.avimart-gallery-archive .gall-thumb__inner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}

.avimart-gallery-archive .gall-thumb__inner a:hover {
  color: #3a3b59;
}

.avimart-gallery-archive .gall-thumb__inner a:hover:after {
  visibility: visible;
}

.avimart-gallery-archive--2-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .avimart-gallery-archive--2-columns .gall-thumb {
    width: 50%;
  }
}

.avimart-gallery-archive--3-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .avimart-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .avimart-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

.avimart-gallery-archive--4-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .avimart-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .avimart-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  .avimart-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 4);
  }
}

.gall-thumb__inner {
  overflow: hidden;
}

.gall-thumb__inner img {
  transition-duration: 0.5s;
}

.avimart-gallery-widget {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .avimart-gallery-archive .gall-thumb {
    height: 470px !important;
  }
}

.arrows-widget {
  position: absolute;
  top: calc( 50% - 22px);
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease;
}

.arrows-widget .avimart-arrow {
  width: 44px;
  height: 44px;
  background-color: #F7F7F7;
  color: #1D1D1D;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrows-widget .avimart-arrow:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 24px;
  line-height: 44px;
  color: #1D1D1D !important;
}

.arrows-widget .arrows-prev:before,
.arrows-widget .arrows-prev1:before,
.arrows-widget .arrows-prev2:before,
.arrows-widget .arrows-prev3:before {
  content: "\f104";
}

.arrows-widget .arrows-next:before,
.arrows-widget .arrows-next1:before,
.arrows-widget .arrows-next2:before,
.arrows-widget .arrows-next3:before {
  content: "\f105";
}

/**
 * Heading
 */
.avimart-section-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5ee;
}

.avimart-section-heading .avimart-headings, .avimart-section-heading .subtitle {
  margin: 0;
}

.avimart-section-heading .subtitle a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-section-heading::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: #FFBD0C;
}

.avimart-images-widget {
  position: relative;
  overflow: hidden;
}

.avimart-images-widget .js-images-slider .images-item .images-slider .slider-images {
  object-fit: cover;
  display: block;
  width: auto;
  margin: 0 auto;
}

.avimart-images-widget .js-images-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
}

.avimart-images-widget .avimart-section-heading {
  margin-bottom: 30px;
  gap: 15px;
}

@media (max-width: 768px) {
  .avimart-images-widget .avimart-section-heading {
    flex-direction: row;
  }
}

.avimart-images-widget .avimart-section-heading .avimart-content-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .avimart-images-widget .avimart-section-heading .avimart-content-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.avimart-images-widget .avimart-section-heading .avimart-content-heading .avimart-headings {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.avimart-images-widget .avimart-section-heading .avimart-content-heading .avimart-subtitle {
  font-size: 16px;
  margin-bottom: 0;
}

.avimart-images-widget .images-slider-wrapper {
  position: relative;
  align-items: center;
}

.avimart-images-widget .images-slider-wrapper .images-item .images-info .images--name,
.avimart-images-widget .images-slider-wrapper .images-item .images-info .main-content,
.avimart-images-widget .images-slider-wrapper .images-item .images-info .image-price {
  display: block;
}

.avimart-images-widget .images-slider-wrapper .images-item.layout-2 {
  position: relative;
  overflow: hidden;
}

.avimart-images-widget .images-slider-wrapper .images-item.layout-2 .images-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.avimart-images-widget .images-slider-wrapper .images-item.layout-2 .images-info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.avimart-images-widget .images-slider-wrapper .images-item.layout-2 .images-info a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.avimart-images-widget .images-slider-wrapper .images-item.layout-2:hover img {
  transform: scale(1.1);
}

.product-arrow-swiper .arrows-next,
.product-arrow-swiper .arrows-prev,
.image-arrows-widget .arrows-next,
.image-arrows-widget .arrows-prev {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: calc( 50% - 25px);
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.product-arrow-swiper .arrows-next:before,
.product-arrow-swiper .arrows-prev:before,
.image-arrows-widget .arrows-next:before,
.image-arrows-widget .arrows-prev:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.product-arrow-swiper .arrows-next:hover,
.product-arrow-swiper .arrows-prev:hover,
.image-arrows-widget .arrows-next:hover,
.image-arrows-widget .arrows-prev:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.product-arrow-swiper .arrows-next:hover:before,
.product-arrow-swiper .arrows-prev:hover:before,
.image-arrows-widget .arrows-next:hover:before,
.image-arrows-widget .arrows-prev:hover:before {
  color: #ffffff;
}

.product-arrow-swiper .arrows-next,
.image-arrows-widget .arrows-next {
  right: -22px;
}

.product-arrow-swiper .arrows-next:before,
.image-arrows-widget .arrows-next:before {
  content: "\f105";
}

@media (max-width: 1023px) {
  .product-arrow-swiper .arrows-next,
  .image-arrows-widget .arrows-next {
    right: -10px;
  }
}

.product-arrow-swiper .arrows-prev,
.image-arrows-widget .arrows-prev {
  left: -22px;
}

.product-arrow-swiper .arrows-prev:before,
.image-arrows-widget .arrows-prev:before {
  content: "\f104";
}

@media (max-width: 1023px) {
  .product-arrow-swiper .arrows-prev,
  .image-arrows-widget .arrows-prev {
    left: -10px;
  }
}

.arrows-next.swiper-button-disabled,
.arrows-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.image-arrows-widget.layout-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 10;
}

.image-arrows-widget.layout-2 .avimart-arrow {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}

.avimart-slider-instagram-widget {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

.avimart-slider-instagram-widget .arrows-widget {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.avimart-slider-instagram-widget .arrows-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.avimart-slider-instagram-widget .arrows-widget .arrows-prev:before {
  content: "\e901";
  color: #96969b;
  font-size: 26px;
  font-family: 'fontello' !important;
}

.avimart-slider-instagram-widget .arrows-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.avimart-slider-instagram-widget .arrows-widget .arrows-next:before {
  content: "\e902";
  color: #96969b;
  font-size: 26px;
  font-family: 'fontello' !important;
}

.avimart-slider-item-instagram {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.avimart-slider-item-instagram .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  line-height: 1;
}

.avimart-slider-item-instagram .box-icon .icon svg {
  width: 30px;
  height: auto;
}

.avimart-slider-item-instagram:hover .box-icon {
  opacity: 1;
  visibility: visible;
}

.avimart-slider-item-instagram:hover .box-images-slider img {
  filter: brightness(0.5);
}

.box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
}

.list-instagram {
  z-index: 5;
}

.instagram-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #1D1D1D;
  display: block;
  border-radius: 50%;
}

.instagram-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.instagram-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.instagram-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.instagram-slider-dots .slick-dots {
  position: static;
}

.avimart-landing-image .avimart-landing-image-content .avimart-landing-image-title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 11px;
}

.avimart-landing-image-wrapper {
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 5px;
}

.card {
  align-items: center;
  box-shadow: 0px 10px 25px 0px #475C851A;
}

.card__image {
  max-height: 245px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.card__image img {
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

.card__image:hover img {
  transform: translateY(calc(-100% + 245px));
  transition: transform 5s ease-in-out;
}

.avimart-landing-image-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: background-color 0.3s;
  border-radius: 0px;
}

.avimart-landing-image-text {
  display: inline-block;
  padding: 10px 15px;
  background-color: #1D1D1D;
  color: #fff;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
}

.avimart-landing-widget .wrap-control {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 31px;
}

.avimart-landing-widget .wrap-control .arrows-prev {
  margin-right: 15px;
  margin-top: -6px;
}

.avimart-landing-widget .wrap-control .arrows-next {
  margin-left: 15px;
  margin-top: -6px;
}

.avimart-landing-widget .landing--name {
  display: block;
}

.landing-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.landing-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  color: #000;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.landing-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  opacity: 1;
  background: #1D1D1D;
}

.landing-slider-dots .slick-dots li .dots-bullet:after {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  display: block;
  opacity: 0;
  content: "";
}

.landing-slider-dots .slick-dots li.slick-active .dots-bullet:after {
  opacity: 1;
}

.maps-style-1 .clearfix:before {
  display: table;
  content: " ";
}

.maps-style-1 .clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

@media (max-width: 991px) {
  .maps-style-1 .clearfix {
    overflow: hidden;
  }
}

.maps-style-1 .store-list-page .content-area {
  width: 100%;
  margin-top: 52px;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info {
  display: block;
  float: left;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 19px 20px 17px;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .btn-view-map {
  line-height: 22px;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .name-map .store {
  margin: 0 0 2px 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .name-map span {
  font-size: 14px;
  line-height: 22px;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .info-store {
  display: flex;
  margin: 0;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .list-info-store {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0 0;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .list-info-store li {
  line-height: 26px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .list-info-store li svg {
  fill: #1D1D1D;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .list-info-store li span {
  margin-left: 5px;
}

.maps-style-1 .store-list-page .content-area .wrapper-form .cms-contact-info .stores-images {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  margin-right: 16px;
}

@media (max-width: 650px) {
  .maps-style-1 .store-list-page .content-area .wrapper-form .store-location {
    min-width: calc(50% - 10px);
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .maps-style-1 .store-list-page .content-area .wrapper-form .store-location {
    min-width: 100%;
    margin-right: 15px;
    width: 100%;
  }
}

.maps-style-1 .store-list-page .col-map {
  width: 100%;
}

.maps-style-1 .avimart-store-location-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.maps-style-1 .avimart-store-location-widget .slick-slide {
  margin: 0 15px;
}

.maps-style-1 .avimart-store-location-widget .slick-list {
  margin: 0 -15px;
}

.maps-style-1 .avimart-store-location-widget .slick-slide {
  opacity: 1;
}

.maps-style-1 .avimart-store-location-widget .customClass,
.maps-style-1 .avimart-store-location-widget .slick-center {
  opacity: 1;
}

.maps-style-1 .avimart-store-location-widget .store-slider-wrapper {
  position: relative;
}

@media (min-width: 1410px) {
  .maps-style-1 .avimart-store-location-widget .arrows-widget {
    width: calc( 100% + 10px);
    left: -5px;
  }
}

.maps-style-1 .avimart-store-location-widget .arrows-widget .avimart-arrow {
  z-index: 1;
  background-color: #fff;
}

.maps-style-2 .clearfix:before {
  display: table;
  content: " ";
}

.maps-style-2 .clearfix:after {
  display: table;
  content: '';
  clear: both;
}

@media (max-width: 991px) {
  .maps-style-2 .clearfix {
    overflow: hidden;
  }
}

.maps-style-2 .store-list-page {
  display: flex;
  height: 700px;
}

@media (max-width: 650px) {
  .maps-style-2 .store-list-page {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
}

.maps-style-2 .store-list-page .col-location {
  width: 30%;
}

@media (max-width: 1024px) {
  .maps-style-2 .store-list-page .col-location {
    width: 50%;
  }
}

.maps-style-2 .store-list-page .col-location .wrapper-form {
  display: block;
  overflow-x: scroll;
  height: 700px;
  width: 100%;
  padding-right: 22px;
  overflow-x: hidden;
}

@media (min-width: 991px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form {
    display: flex;
    flex-direction: column;
  }
}

.maps-style-2 .store-list-page .col-location .wrapper-form::-webkit-scrollbar-track {
  background-color: #E5E5E5;
}

.maps-style-2 .store-list-page .col-location .wrapper-form::-webkit-scrollbar {
  width: 8px;
  background-color: #E5E5E5;
}

.maps-style-2 .store-list-page .col-location .wrapper-form::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
}

@media (max-width: 650px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form {
    height: fit-content;
    padding: 15px 10px 5px;
  }
  .maps-style-2 .store-list-page .col-location .wrapper-form .entry-content {
    display: flex;
    overflow-y: hidden;
    height: fit-content;
    width: 100%;
    flex-direction: row;
    overflow-x: scroll;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}

.maps-style-2 .store-list-page .col-location .wrapper-form .store-location:first-child .cms-contact-info {
  margin-top: 0;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 26px 28px 27px;
  margin-top: 20px;
  border-radius: 8px;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info:hover {
  border: 1px solid #FFBD0C;
}

@media (max-width: 991px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info {
    margin-top: 0;
  }
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .store {
  margin: 0 0 3px 0;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .info-store {
  display: flex;
  margin: 0;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .list-info-store {
  list-style: none;
  padding-left: 0;
  margin: 4px 0 14px 0;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .list-info-store li {
  line-height: 26px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .list-info-store li svg {
  fill: #1D1D1D;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .list-info-store li span {
  margin-left: 5px;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .btn-view-map-location {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  gap: 20px;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .btn-view-map-location .button-location {
  padding: 0 20px;
  line-height: 32px;
  background-color: #FFBD0C;
  color: #1D1D1D;
  border-radius: 25px;
  cursor: pointer;
  border: 1px solid #ffbd0c;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .btn-view-map-location .button-location:hover {
  background-color: #F7F7F7;
}

.maps-style-2 .store-list-page .col-location .wrapper-form .cms-contact-info .btn-view-map-location .button-view {
  color: #6A6A6A;
  cursor: pointer;
}

@media (max-width: 650px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form .store-location {
    min-width: calc(70% - 10px);
    width: calc(70% - 10px);
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .maps-style-2 .store-list-page .col-location .wrapper-form .store-location {
    min-width: 100%;
    width: 100%;
    margin-right: 15px;
  }
}

.maps-style-2 .store-list-page .col-map {
  width: 70%;
}

@media (max-width: 1024px) {
  .maps-style-2 .store-list-page .col-map {
    width: 50%;
  }
}

@media (min-width: 651px) {
  .maps-style-2 .store-list-page .col-map {
    padding-left: 30px;
  }
}

@media (max-width: 650px) {
  .maps-style-2 .store-list-page .col-location {
    width: 100%;
    order: 1;
  }
  .maps-style-2 .store-list-page .col-map {
    width: 100%;
    order: 2;
    height: 400px;
    overflow: hidden;
    padding: 0 10px;
  }
}

.login-avimart-widget .login {
  line-height: 15px;
  text-align: center;
}

.login-avimart-widget .login .text {
  font-size: 14px;
}

.login-avimart-widget .popup-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  overflow: hidden;
  overflow-y: auto;
  width: 375px;
  padding: 24px 40px 0 40px;
  background-color: #fff;
  visibility: hidden;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.login-avimart-widget .popup-login::-webkit-scrollbar {
  width: 6px;
}

.login-avimart-widget .popup-login::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.login-avimart-widget .popup-login::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.login-avimart-widget .popup-login.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.login-avimart-widget .popup-login .widget-heading {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 30px;
  padding-top: 19px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.login-avimart-widget .popup-login .widget-heading .widget-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.login-avimart-widget .popup-login .widget-heading .close-side-widget {
  font-size: 18px;
  transition: all 0.3s;
}

.login-avimart-widget .popup-login .widget-heading .close-side-widget:hover {
  transform: rotate(90deg);
}

.login-avimart-widget .popup-login .content-login {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.login-avimart-widget .popup-login .content-login form label {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
}

.login-avimart-widget .popup-login .content-login form input[type='email'],
.login-avimart-widget .popup-login .content-login form input[type='text'],
.login-avimart-widget .popup-login .content-login form input[type='password'] {
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 44px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
  font-size: 16px;
  transition: border-color .5s ease;
}

.login-avimart-widget .popup-login .content-login form input[type='email']:focus,
.login-avimart-widget .popup-login .content-login form input[type='text']:focus,
.login-avimart-widget .popup-login .content-login form input[type='password']:focus {
  border-color: #FFBD0C;
}

.login-avimart-widget .popup-login .content-login form .lost-password {
  display: inline;
  float: right;
}

.login-avimart-widget .popup-login .content-login form .login-remember {
  float: left;
}

.login-avimart-widget .popup-login .content-login form .login-remember label {
  font-size: 13px;
}

.login-avimart-widget .popup-login .content-login form .login-submit {
  clear: both;
}

.login-avimart-widget .popup-login .content-login form .login-submit input {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  border: none;
  transition: all 0.3s;
}

.login-avimart-widget .popup-login .create-account-question {
  padding: 20px 15px 25px 15px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
  text-align: center;
}

.login-avimart-widget .popup-login .create-account-question p {
  color: #2d2a2a;
  font-weight: 600;
  font-size: 14px;
}

.login-avimart-widget .popup-login .create-account-question a {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: .3px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 2px solid #007bc4;
}

.login-avimart-widget .popup-login .create-account-question a:hover {
  opacity: 0.6;
}

.login-avimart-widget .bg-popup-login {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity .35s ease, visibility 0s ease .35s;
  opacity: 0;
  visibility: hidden;
}

.login-avimart-widget .bg-popup-login.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility 0s ease;
}

.login-avimart-widget .info-author .profile-avimart {
  font-size: 13px;
}

@media (min-width: 783px) {
  .admin-bar .login-avimart-widget .popup-login {
    height: calc( 100vh - 46px);
    top: 46px;
  }
}

@media (min-width: 601px) {
  .admin-bar .login-avimart-widget .popup-login {
    height: calc( 100vh - 32px);
    top: 32px;
  }
}

.login-avimart-widget.login-layout-popup .popup-login {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  width: 400px;
  max-width: 80%;
  height: 510px;
  max-height: 80%;
  padding: 10px 20px;
  -webkit-transform: unset;
  transform: unset;
  transform: scale(0.8);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.login-avimart-widget.login-layout-popup .popup-login.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.avimart-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.avimart-menu > li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.avimart-menu > li .menu-item-main-info {
  display: flex;
  align-items: center;
}

.avimart-menu > li .menu-item-icon {
  padding: 0 10px 0 0;
}

.avimart-menu > li .menu-item-icon-svg {
  display: flex;
  align-items: center;
}

.avimart-menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 32 px;
  display: flex;
  align-items: center;
}

.avimart-menu a {
  line-height: 50px;
  display: inline-block;
}

.avimart-menu .sub-mega-menu,
.avimart-menu .sub-menu {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-15px);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s, opacity 0.3s;
  transition: all 0.3s ease-in-out 0s, opacity 0.3s;
  min-width: 180px;
  padding: 0;
  margin: 0;
}

.avimart-menu .sub-mega-menu > a,
.avimart-menu .sub-menu > a {
  padding: 15px 20px;
  line-height: 1.6;
}

.avimart-menu .sub-mega-menu .avimart-menu-child,
.avimart-menu .sub-menu .avimart-menu-child {
  left: 100%;
}

.avimart-menu .sub-menu-default {
  background-color: #fff;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
}

.avimart-menu .avimart-menu-child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.avimart-menu .avimart-menu-child .sub-mega-menu,
.avimart-menu .avimart-menu-child .sub-menu {
  position: relative;
}

.avimart-menu .menu-item-has-children > a:after {
  content: '\f3d0';
  font-family: "Ionicons";
  padding-left: 5px;
  font-size: 14px;
}

.avimart-menu .menu-item-has-children:hover > .avimart-menu-child {
  visibility: visible;
}

.avimart-menu .menu-item-has-children:hover > .avimart-menu-child > .sub-menu,
.avimart-menu .menu-item-has-children:hover > .sub-mega-menu,
.avimart-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.avimart-menu .menu-item-has-children .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}

.avimart-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  left: 0;
  top: 0;
}

.avimart-menu .menu-item-has-children .menu-item-has-children .avimart-menu-child {
  top: 0;
}

.avimart-menu-sidebar {
  position: fixed;
  left: 0;
  width: 320px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}

.avimart-menu-sidebar .avimart-dropdown-menu {
  list-style: none;
}

.avimart-menu-sidebar .avimart-dropdown-menu ul {
  list-style: none;
}

.avimart-menu-sidebar .avimart-dropdown-menu a {
  display: block;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
}

.avimart-menu-sidebar .avimart-dropdown-menu .sub-menu {
  margin: 4px 0 4px 10px;
  display: none;
}

.avimart-menu-sidebar .avimart-dropdown-menu .sub-menu a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  width: fit-content;
}

.avimart-menu-sidebar .avimart-dropdown-menu .sub-menu a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #1D1D1D;
  transition: all 0.3s ease 0s;
}

.avimart-menu-sidebar .avimart-dropdown-menu .sub-menu a:hover:before {
  width: 100%;
}

.avimart-menu-sidebar .avimart-dropdown-menu li.menu-item {
  margin: 0;
}

.avimart-menu-sidebar .menu-item-has-children {
  position: relative;
}

.avimart-menu-sidebar .menu-item-has-children .arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 30px;
  justify-content: flex-end;
  align-items: center;
}

.avimart-menu-sidebar .menu-item-has-children .arrow:after {
  content: '\f3d0';
  font-family: "Ionicons";
  font-size: 14px;
}

.avimart-menu-sidebar .menu-item-has-children a {
  position: relative;
}

.avimart-menu-sidebar .menu-item-has-children a:after {
  display: none;
}

.avimart-overlay {
  display: none;
}

.avimart-menu-sidebar .menu-item-has-children > a .arrow:after {
  content: '\f3d0';
  font-family: "Ionicons";
  transition: all 0.3s;
}

.avimart-menu-sidebar .menu-item-has-children > a .arrow.up:after {
  content: '\f3d1';
  transition: all 0.3s;
}

.avimart-menu-sidebar .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}

.avimart-menu-sidebar .avimart-dropdown-menu {
  margin: 0;
  padding: 32px;
}

.avimart-menu-sidebar .avimart-menu-dropdown {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  /* width */
  /* Handle */
  /* Handle on hover */
}

.avimart-menu-sidebar .avimart-menu-dropdown::-webkit-scrollbar {
  width: 5px;
}

.avimart-menu-sidebar .avimart-menu-dropdown::-webkit-scrollbar-thumb {
  background: #1f3d70;
  border-radius: 50px;
}

.avimart-menu-sidebar .avimart-menu-dropdown::-webkit-scrollbar-thumb:hover {
  background: #fc1550;
}

.avimart-menu-sidebar .avimart-menu-sidebar--wrapper {
  height: 100vh;
  position: relative;
}

.avimart-menu-sidebar .avimart-menu-sidebar--wrapper .avimart--close-menu-side-bar {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avimart-menu-sidebar .avimart-menu-sidebar--wrapper .avimart--close-menu-side-bar svg {
  transition: all .5s ease 0s;
}

.avimart-menu-sidebar .avimart-menu-sidebar--wrapper .avimart--close-menu-side-bar:hover svg {
  transform: rotate(180deg);
}

a.avimart-menu-toggle {
  display: block;
}

a.avimart-menu-toggle .menu-toggle-wrapper {
  font-size: 24px;
}

.avimart-overlay {
  background-color: #1D1D1D;
  opacity: .5;
  position: fixed;
  z-index: 999998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}

.avimart-overlay.show {
  display: block;
  transition: all 0.3s ease-out;
}

.avimart-menu-sidebar.show {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}

.avimart-portfolio-pagination-widget .related-posts {
  position: relative;
}

.avimart-portfolio-pagination-widget .related-posts .btn-nav {
  position: absolute;
  top: 36%;
  right: 50%;
  z-index: 99;
}

.btn-nav a:after {
  content: "\f009";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #000;
}

.post-pagination-portfolio .nav-links .nav-previous:after {
  display: none;
}

.post-pagination-portfolio .nav-links {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  align-items: center;
  padding: 0 30px;
}

.post-pagination-portfolio .nav-links .fa-angle-right:before {
  font-size: 35px;
  transition: 0.3s;
}

.post-pagination-portfolio .nav-links .fa-angle-left:before {
  font-size: 35px;
  transition: 0.3s;
}

.category-isotope {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.category-isotope li {
  display: inline-block;
}

.category-isotope li a {
  padding: 0 20px;
  font-size: 20px;
}

.category-isotope .nav-link {
  color: #999999;
}

.nav-link {
  position: relative;
}

.isotope-item {
  position: relative;
}

#gallery-isotope {
  margin-top: 40px;
}

.portfolio-info .title-portfolio {
  margin-bottom: 0;
}

.portfolio-slider_item .slider-item {
  margin-bottom: 30px;
}

.single-portfolio .site-content {
  margin: 0;
}

#gallery-isotope {
  display: flex !important;
  flex-wrap: wrap;
}

#gallery-isotope .item-isotope-2-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-2-columns {
    width: calc( 100% / 2);
  }
}

#gallery-isotope .item-isotope-3-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-3-columns {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  #gallery-isotope .item-isotope-3-columns {
    width: calc( 100% / 3);
  }
}

#gallery-isotope .item-isotope-4-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 4);
  }
}

.nav-item .nav-link {
  color: #9e9e9e;
  font-size: 14px;
  text-transform: uppercase;
}

.category-portfolio {
  margin-top: 10px;
}

.category-portfolio a:last-child:before {
  content: "/";
  font-size: 14px;
  margin-right: 6px;
}

.image-iner {
  overflow: hidden;
}

.image-iner img {
  transition-duration: 0.5s;
}

.image-iner img:hover {
  transform: scale(1.15);
}

.product-filter--wrapper .woocommerce .products .product {
  margin: 0 0 50px;
}

@media (max-width: 600px) {
  .product-filter--wrapper .woocommerce .products .product {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .product-filter--wrapper .woocommerce .products .product {
    width: 50%;
  }
}

.product-filter--wrapper .woocommerce .products .product .pro-swatch-list {
  display: none;
}

.product-filter-tab .product-filter-tab {
  padding-right: 65px;
}

.product-filter-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.product-filter-tab .tab-item,
.product-filter-tab .tab-item-filter {
  margin: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.product-filter-tab .tab-item:first-child,
.product-filter-tab .tab-item-filter:first-child {
  margin: 0 25px 0 0;
}

.product-filter-tab .tab-item:last-child,
.product-filter-tab .tab-item-filter:last-child {
  margin: 0 0 0 25px;
}

.product-filter-tab .tab-item:before,
.product-filter-tab .tab-item-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 2px;
  margin: 2px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: .5s;
  opacity: 0;
  background-color: #f00;
}

.product-filter-tab .tab-item:hover,
.product-filter-tab .tab-item-filter:hover {
  color: #000000;
}

.product-filter-tab .tab-item:hover:before,
.product-filter-tab .tab-item-filter:hover:before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 680px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    margin: 0 10px;
  }
  .product-filter-tab .tab-item:first-child,
  .product-filter-tab .tab-item-filter:first-child {
    margin: 0 10px 0 0;
  }
  .product-filter-tab .tab-item:last-child,
  .product-filter-tab .tab-item-filter:last-child {
    margin: 0 0 0 10px;
  }
}

.product-filter-tab .active {
  color: #000000;
}

.product-filter-tab .active:before {
  width: 100%;
  opacity: 1;
}

.product-filter-content {
  position: relative;
}

.product-filter-content .countdown-product {
  display: none;
}

.product-filter-content .data-content .slick-list .slick-track .slick-slide {
  display: none;
}

.product-filter-content .tab-active .slick-list .slick-track .slick-slide {
  display: block;
}

.product-cat-filter--wrapper .woocommerce .products .product {
  margin: 0 0 50px;
}

@media (max-width: 600px) {
  .product-cat-filter--wrapper .woocommerce .products .product {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .product-cat-filter--wrapper .woocommerce .products .product {
    width: 50%;
  }
}

.product-cat-filter--wrapper .woocommerce .products .product .pro-swatch-list {
  display: none;
}

.product-filter-category-content .countdown-product {
  display: none;
}

.product-filter-category-content .data-content-filter .slick-list .slick-track .slick-slide {
  display: none;
}

.product-filter-category-content .tab-active .slick-list .slick-track .slick-slide {
  display: block;
}

.product-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product-wrapper .product-thumbnail {
  max-width: 112px;
  margin-right: 20px;
}

.product-wrapper img {
  max-width: 100%;
  border-radius: 4px;
}

.product-wrapper .product-grid-info .price del, .product-wrapper .product-grid-info .price ins {
  font-size: 16px;
  color: #cfcfcf;
  background: none;
}

.product-wrapper .product-grid-info .price ins .amount {
  color: #fc4c35;
}

.product-wrapper h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.avimart-box-image .elementor-image-box-content {
  margin-top: -18px;
}

.avimart-filter-updating .shop-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 5;
}

.avimart-filter-updating .shop-content:after {
  content: '';
  z-index: 10;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.preloader-filter.loadding:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}

.preloader-filter.loadding:after {
  content: '';
  z-index: 10;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.wd-pro-flash-sale {
  text-align: center;
}

.wd-pro-flash-sale .price {
  font-size: 16px;
}

.flash-sale-cd {
  margin: 50px 0 30px 0;
}

.flash-sale-cd .cd-item {
  flex-direction: column;
  position: relative;
  padding-right: 40px;
  margin-right: 30px;
}

.flash-sale-cd .cd-item:after {
  content: ':';
  font-size: 24px;
  top: 2px;
  position: absolute;
  right: 0;
}

.flash-sale-cd .cd-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.flash-sale-cd .cd-item:last-of-type:after {
  content: none;
}

.flash-sale-cd .cd-time {
  line-height: 36px;
  font-size: 36px;
}

.flash-sale-atc a {
  width: 180px;
  height: 50px;
  padding: 0 15px;
  color: #fff !important;
  margin-top: 40px;
}

.flash-sale-atc a:hover {
  opacity: 0.8;
}

.flash-sale-atc a.loading:before {
  content: none !important;
}

.flash-sale-atc a.added {
  display: none;
}

.flash-sale-atc a.disable {
  pointer-events: none;
  opacity: 0.3;
}

.avimart-product-image {
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.avimart-product-image .pin_avimart {
  position: absolute;
  cursor: pointer;
  z-index: 20;
}

.avimart-product-image .content-product-lookbook {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  padding: 12px 12px 7px 12px;
  background: #ffffff;
  z-index: 15;
  pointer-events: auto;
  display: none;
}

.avimart-product-image .title-product-lookbook {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.avimart-product-image .price-lookbook {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

/* columns */
.avimart-products-slider .products.js-products-slider {
  display: block;
}

.avimart-products-slider .products.js-products-slider .content-wrapper {
  display: inline-flex;
}

@media (max-width: 992px) {
  .avimart-products-slider .products.js-products-slider .content-wrapper {
    margin-top: 30px;
  }
}

.avimart-products-slider .products.js-products-slider .content-wrapper .product {
  margin: 0 15px;
}

@media (min-width: 1600px) {
  .avimart-products-slider .products.js-products-slider .row-lookbook {
    padding: 0 120px;
  }
}

@media (min-width: 992px) {
  .avimart-products-slider .products.js-products-slider .row-lookbook {
    display: inline-flex !important;
    align-items: center;
  }
}

.avimart-products-slider {
  position: relative;
}

@media (max-width: 425px) {
  .avimart-products-slider {
    overflow: hidden;
  }
}

.avimart-products-slider .slick-prev,
.avimart-products-slider .slick-next {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.avimart-products-slider .slick-prev:before,
.avimart-products-slider .slick-next:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  opacity: 1;
  font-weight: 400;
}

.avimart-products-slider .slick-next:before {
  content: "\f105";
}

.avimart-products-slider .slick-prev:before {
  content: "\f104";
}

.avimart-products-slider .slick-prev {
  left: -22px;
}

@media (max-width: 1023px) {
  .avimart-products-slider .slick-prev {
    left: -10px;
  }
}

.avimart-products-slider .slick-next {
  right: -22px;
}

@media (max-width: 1023px) {
  .avimart-products-slider .slick-next {
    right: -10px;
  }
}

.avimart-products-slider .slick-arrow {
  outline: none;
  display: block;
  padding: 0 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: calc( 50% - 22px);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(0px);
}

.avimart-products-slider .js-products-slider {
  padding: 0;
  overflow: visible;
}

.avimart-products-slider .js-products-slider:hover .slick-arrow {
  transform: translateX(0px);
  background-color: #ffffff;
}

.avimart-products-slider .js-products-slider:hover .slick-arrow:before {
  color: #1D1D1D;
}

.avimart-products-slider .js-products-slider:hover .slick-arrow:hover {
  background-color: #1D1D1D;
}

.avimart-products-slider .js-products-slider:hover .slick-arrow:hover:before {
  color: #ffffff;
}

.avimart-products-slider .products:hover .slick-list {
  z-index: 1;
}

.avimart-products-slider .product-slider-dots:hover .slick-dots {
  z-index: 2;
}

.product-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #1D1D1D;
  display: block;
  border-radius: 50%;
}

.product-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.product-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.product-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #1D1D1D;
  width: 10px;
  height: 10px;
}

.product-js-products-slider.style2 .avimart-style {
  display: flex;
  flex-direction: row;
}

.product-js-products-slider.style2 .avimart-style .avimart-transform-loop-buttons,
.product-js-products-slider.style2 .avimart-style .loop-action {
  display: none;
}

.product-js-products-slider.style2 .products .product .content-info-product {
  padding: 12px 16px 15px 15px;
}

.avimart-product-slider-widget .tns-controls {
  display: block;
}

.avimart-product-slider-widget .tns-controls [data-controls] {
  border: 1px solid #e5e5e5;
}

.avimart-product-slider-widget .tns-controls [data-controls]:before {
  display: none;
}

.avimart-product-slider-widget .tns-controls [data-controls] .avimart-svg-icon {
  height: 15px;
}

.avimart-product-slider-widget .products .product:hover {
  border: none;
}

.avimart-product-slider-widget .products .product:hover .avimart-style.style4 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 25px 0px rgba(71, 92, 133, 0.1);
}

[id^="tns"] {
  margin-right: 0px !important;
}

.avimart-product-slider-swiper-widget {
  position: relative;
  overflow: hidden;
}

.avimart-product-slider-swiper-widget .products {
  border-width: 0;
  display: flex;
}

.avimart-product-slider-swiper-widget .products .swiper-slide-active {
  border-left-width: 1px;
  padding-bottom: 1px;
}

.products-layout-2 .onsale {
  display: none;
}

.products-layout-2 .product-image-wrapper {
  width: 33%;
  float: left;
}

.products-layout-2 .product-image-wrapper .loop-action,
.products-layout-2 .product-image-wrapper .open-label-shop {
  display: none;
}

.products-layout-2 .content-info-product {
  width: calc( 67% - 15px);
  margin-left: 15px;
  float: left;
}

.products-layout-2 .content-info-product .avimart-product-cats {
  display: none;
}

.products-layout-2 .content-info-product .woocommerce-loop-product__title {
  margin-top: 0;
}

.products-layout-2 .products.columns-1 .product {
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

.products-layout-2 .products.columns-1 li:last-child {
  border-bottom: none;
}

.products-layout-2 .products.columns-1 .avimart-style .woocommerce-loop-product__title,
.products-layout-2 .products.columns-1 .avimart-style .avimart-product-cats,
.products-layout-2 .products.columns-1 .avimart-style .price {
  padding: 0;
}

.products.columns-1 .product:hover .avimart-style {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products.columns-1 .avimart-style .content-info-product .fade-in-block {
  display: none;
}

.no-rate .star-rating {
  display: none;
}

.loop-product-stock .status-bar,
.loop-product-stock .sold-bar {
  height: 6px;
  background-color: #DF4949;
}

.loop-product-stock .status-bar {
  background-color: #E5E5E5;
  margin-bottom: 8px;
}

.product-stock-status {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
}

.product-stock-status .sold,
.product-stock-status .available {
  font-size: 13px;
}

.product-stock-status .sold .label,
.product-stock-status .available .label {
  font-weight: 400;
}

.product-stock-status .sold .value,
.product-stock-status .available .value {
  font-weight: 500;
  color: #295EC6;
}

.product-stock-status .sold {
  margin-right: 20px;
}

.product-stock-status .available {
  flex-shrink: 0;
}

.gap-min .products {
  grid-gap: 20px;
}

.gap-min .product .style4 .avimart-buttons-new .avimart-transform-buttons,
.gap-min .product .style5 .avimart-buttons-new .avimart-transform-buttons {
  padding: 0 15px;
}

.gap-min .product .style6 .avimart-buttons-new .woosw-btn:before,
.gap-min .product .style6 .avimart-buttons-new .woosc-btn:before {
  margin-right: 2px;
}

.avimart-widget-products ul.products {
  margin: 0;
}

@media (min-width: 992px) and (max-width: 1500px) {
  .avimart-widget-products .products.columns-5,
  .avimart-widget-products .products.columns-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .tns:not(.tns-slider):before, .product-image-wrapper.image-is-loading:before, .ajax_add_to_cart.loading:before, .adding-to-wishlist.add_to_wishlist:before, .updating-cart #shop-cart-sidebar:before, .product_list_widget .remove_from_cart_button:focus:before, .single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type:before, .pro-img-item.image-is-loading:before, .avimart-products-tab-widget.loading .avimart-products-tab-body:before, .avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-body.has-slider .avimart-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: '' !important;
  z-index: 5;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: circle-loading 0.35s linear infinite;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  transform: translateY(-50%) translateX(-50%);
}

.avimart-slider-widget:not(.tns):not(.tns-slider) .avimart-slide + .avimart-slide {
  display: none;
}

.avimart-slider-widget .avimart-slide {
  position: relative;
}

.avimart-slider-widget .avimart-slider-video-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.avimart-slider-widget .avimart-slider-video-background iframe {
  width: 100% !important;
  height: 100% !important;
}

.avimart-slider-widget .avimart-slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.avimart-slider-widget .avimart-slide-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
}

.avimart-slider-widget .avimart-slide-container:not(.animated) {
  visibility: hidden;
  opacity: 0;
}

.avimart-slider-widget .avimart-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.avimart-slider-widget .avimart-slide-title {
  font-size: 30px;
}

.avimart-slider-widget .avimart-slide-description {
  font-size: 18px;
}

.avimart-slider-widget .avimart-slide-button {
  font-size: 16px;
  display: inline-block;
  padding: 6px 20px;
}

.avimart-product-slider-widget .avimart-product-slider {
  padding-left: 0;
  margin: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product {
  width: calc( (100% - 30px ) / 2);
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) {
  margin-right: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) ~ .product {
  display: none;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product {
  width: calc( (100% - 60px ) / 3);
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) {
  margin-right: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) ~ .product {
  display: none;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product {
  width: calc( (100% - 90px ) / 4);
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) {
  margin-right: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) ~ .product {
  display: none;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product {
  width: calc( (100% - 120px ) / 5);
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) {
  margin-right: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) ~ .product {
  display: none;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product {
  width: calc( (100% - 150px ) / 6);
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) {
  margin-right: 0;
}

.avimart-product-slider-widget .avimart-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) ~ .product {
  display: none;
}

.avimart-product-slider-widget .avimart-product-slider li {
  list-style: none;
}

.avimart-product-slider-widget .avimart-product-slider.products {
  display: flex;
}

.avimart-product-slider-widget .avimart-product-slider.products .product {
  margin: 0;
  clear: none !important;
}

.avimart-product-images-widget {
  min-height: 1px;
}

.avimart-product-images-widget .easyzoom-flyout img {
  max-width: none;
}

.avimart-product-images-widget .tns-controls [data-controls] {
  transition: background-color 0.3s ease;
}

.avimart-product-images-widget .tns-controls [data-controls]:before {
  transition: color 0.3s ease;
}

.avimart-product-category-widget .content-inside .pcw-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.avimart-product-category-widget .pcw-item {
  position: relative;
}

.avimart-product-category-widget .pcw-image {
  display: block;
}

.avimart-product-category-widget .pcw-info {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.avimart-product-category-widget .pcw-info-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  margin: 20px;
}

.avimart-product-category-widget .pcw-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.avimart-product-category-widget .pcw-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}

.avimart-product-category-widget .pcw-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(121, 121, 121, 0.84);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5px;
}

.avimart-posts-widget .wg-post-image {
  display: block;
}

.avimart-posts-widget .wg-post-meta-item + .wg-post-meta-item {
  margin-left: 5px;
}

.avimart-posts-widget .wg-post-meta-item + .wg-post-meta-item:before {
  content: '•';
  margin-right: 7px;
  font-size: 10px;
}

.avimart-posts-widget .wg-post-pagination {
  display: block;
  clear: both;
}

.avimart-posts-widget .wg-post-title {
  font-size: 18px;
}

.avimart-posts-widget.controls-on-hover .tns-controls button,
.avimart-posts-widget.controls-on-hover .tns-nav button {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.avimart-posts-widget.controls-on-hover:hover .tns-controls button,
.avimart-posts-widget.controls-on-hover:hover .tns-nav button {
  opacity: 1;
  visibility: visible;
}

.avimart-posts-widget.arrows-on-hover .tns-controls [data-controls] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.avimart-posts-widget.arrows-on-hover:hover .tns-controls [data-controls] {
  opacity: 1;
  visibility: visible;
}

.avimart-posts-widget.dots-on-hover .tns-nav [data-nav] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.avimart-posts-widget.dots-on-hover:hover .tns-nav [data-nav] {
  opacity: 1;
  visibility: visible;
}

.avimart-products-tab-widget {
  position: relative;
  transition-duration: 0.3s;
}

.avimart-products-tab-widget.loading {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.avimart-products-tab-widget.loading .avimart-products-tab-body:after {
  content: '';
}

.avimart-products-tab-widget.loading .avimart-products-tab-content {
  visibility: hidden;
  opacity: 0;
  transition: opacity .25s ease, visibility 0s ease .3s, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease .3s, -webkit-transform .25s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  pointer-events: none;
}

.avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-body.has-slider .avimart-products-tab-content:first-of-type .products:not(.tns-slider) .product:first-of-type {
  opacity: 0;
  visibility: hidden;
}

.avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-body.has-slider .avimart-products-tab-content:first-of-type .products:not(.tns-slider) .product ~ .product {
  display: none;
}

.avimart-products-tab-widget[data-layout="carousel-layout"] .avimart-products-tab-content-outer {
  border-left: 1px solid #e5e5e5;
}

.avimart-products-tab-widget[data-layout="carousel-layout"] .products {
  display: block;
}

.avimart-products-tab-widget[data-layout="carousel-layout"] .products:not([class*="columns"]) .product {
  float: none;
  margin-right: 0;
}

@media (min-width: 992px) {
  .avimart-products-tab-widget[data-layout="carousel-layout"] .products[class*="columns"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-product-tab-carousel-arrows {
    margin: 15px 0;
  }
}

.avimart-products-tab-widget .avimart-product-tab-arrows-container {
  display: none;
  justify-content: space-between;
}

.avimart-products-tab-widget .avimart-product-tab-arrows-container.active {
  display: flex;
}

.avimart-products-tab-widget .avimart-product-tab-arrows-container.hidden {
  display: none;
}

.avimart-products-tab-widget .avimart-product-tab-arrows-container span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  font-size: 1.2em;
  transition-duration: 0.3s;
}

.avimart-products-tab-widget .avimart-product-tab-arrows-container [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

.avimart-products-tab-widget .avimart-products-tab-btn {
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 15px 10px;
  display: inline-flex;
  position: relative;
  bottom: -1px;
}

.avimart-products-tab-widget .avimart-products-tab-btn.active, .avimart-products-tab-widget .avimart-products-tab-btn:hover {
  color: #333;
}

.avimart-products-tab-widget .avimart-products-tab-body {
  position: relative;
  min-height: 390px;
}

.avimart-products-tab-widget .avimart-products-tab-body:after {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition-duration: 0.3s;
}

.avimart-products-tab-widget .avimart-products-tab-content {
  display: none;
  min-height: 390px;
  visibility: visible;
  opacity: 1;
  transition: opacity .25s ease, visibility 0s ease, -webkit-transform .25s ease;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease;
  transition: transform .25s ease, opacity .25s ease, visibility 0s ease, -webkit-transform .25s ease;
  -webkit-transform: none;
  transform: none;
}

.avimart-products-tab-widget .avimart-products-tab-content .no-products-found {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}

.avimart-products-tab-widget .avimart-products-tab-content.active {
  display: block;
}

.avimart-products-tab-widget .avimart-products-tab-head {
  margin-bottom: 39px;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head {
    border: none;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 45%;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-heading {
    margin-bottom: 10px;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-name.title {
  position: relative;
  padding: 0;
  display: block;
  float: left;
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-button-view {
  display: block;
  float: left;
  padding: 0;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-button-view a {
    white-space: nowrap;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-filter {
  max-width: 55%;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons .tabs-filter {
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 120px;
  bottom: -1px;
  left: 0;
  background-color: #FFBD0C;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-products-tab-head-buttons:after {
    display: none;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .avimart-product-tab-carousel-arrows {
  position: absolute;
  z-index: 20;
  top: calc( 50% - 22px);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(0px);
  width: 100%;
  left: 0;
}

@media (min-width: 1024px) {
  .avimart-products-tab-widget .avimart-products-tab-head .avimart-product-tab-carousel-arrows {
    opacity: 0;
    width: calc( 100% + 44px);
    left: -22px;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-left,
.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-right {
  padding: 0 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-left:before,
.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-right:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  opacity: 1;
  font-weight: 400;
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-right:before {
  content: "\f105";
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-left:before {
  content: "\f104";
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-left {
  left: 0;
}

.avimart-products-tab-widget .avimart-products-tab-head .ti-angle-right {
  right: 0;
}

.avimart-products-tab-widget:hover .avimart-product-tab-carousel-arrows {
  opacity: 1;
}

.avimart-products-tab-widget .avimart-products-tab-head .layout-grid {
  width: 100%;
}

@media (min-width: 535px) {
  .avimart-products-tab-widget .avimart-products-tab-head .layout-grid .avimart-products-tab-btn:last-child {
    padding-right: 0;
  }
}

.avimart-products-tab-widget .avimart-products-tab-head .underline .avimart-products-tab-btn.active {
  text-decoration: underline;
}

.tns-inner .products .product {
  float: none;
  margin: 0;
  padding-right: 0 !important;
}

.avimart-products-tab-content .tns-nav {
  bottom: -28px;
  height: 28px;
  background-color: #fff;
}

.avimart-products-tab-content .tns-nav button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #1D1D1D;
}

.avimart-products-tab-content .tns-nav button.tns-nav-active {
  border: 2px solid #1D1D1D;
  background-color: #fff;
}

.avimart-products-tab-widget .avimart-products-tab-body {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-body {
    flex-wrap: wrap;
  }
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner {
  position: relative;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-image a {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-image:hover img {
  transform: scale(1.1);
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-subtitle {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-title {
  margin: 0;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-banner .avimart-products-tab-banner-button {
  display: block;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer {
  position: relative;
  width: 100%;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .avimart-product-tab-carousel-arrows {
  position: absolute;
  z-index: 20;
  top: calc( 50% - 32px);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(0px);
  width: calc(100% + 20px);
  left: -10px;
}

@media (min-width: 1024px) {
  .avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .avimart-product-tab-carousel-arrows {
    width: calc( 100% + 44px);
    left: -22px;
  }
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left,
.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right {
  padding: 0 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left:before,
.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  opacity: 1;
  font-weight: 400;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left:hover,
.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left:hover:before,
.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right:hover:before {
  color: #FFF;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right:before {
  content: "\f105";
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left:before {
  content: "\f104";
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-left {
  left: 0;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .ti-angle-right {
  right: 0;
}

.avimart-products-tab-widget .avimart-products-tab-body .avimart-products-tab-content-outer .avimart-products-tab-content ul.products {
  margin: 0;
}

.avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-banner {
  width: 278px;
  min-height: 390px;
}

@media (max-width: 1024px) {
  .avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-banner {
    width: 220px;
  }
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-banner {
    width: 100%;
  }
}

.avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-content-outer {
  width: calc(100% - 278px);
}

@media (max-width: 1024px) {
  .avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-content-outer {
    width: calc(100% - 220px);
  }
}

@media (max-width: 767px) {
  .avimart-products-tab-widget .avimart-products-tab-body.has-tab-banner .avimart-products-tab-content-outer {
    width: 100%;
  }
}

.avimart-products-tab-widget .products {
  border: none;
}

.avimart-products-tab-widget .products .product:hover .avimart-style.style4 {
  border: 1px solid #e5e5e5;
  box-shadow: 0px 10px 25px 0px rgba(71, 92, 133, 0.1);
}

.avimart-products-tab-widget .avimart-products-tab-head .layout-carousel .avimart-products-tab-btn:last-child {
  padding-right: 0;
}

.shop-elementor-recently-view-product {
  /* the slides */
  /* the parent */
}

.shop-elementor-recently-view-product li a:hover {
  border: 1px solid #FFBD0C;
}

.shop-elementor-recently-view-product .slick-slide {
  margin: 0 15px;
}

.shop-elementor-recently-view-product .slick-list {
  margin: 0;
}

.recently-viewed-on-bottom {
  padding: 25px;
}

.recently-viewed-on-bottom .ht-grid-item .onsale,
.recently-viewed-on-bottom .ht-grid-item .loop-action,
.recently-viewed-on-bottom .ht-grid-item .sale-product {
  display: none;
}

.avimart-widget-search {
  text-align: center;
}

.avimart-widget-search .avimart-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .avimart-widget-search .avimart-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action.vertical .ymm-selector.ymm-box .block-content {
  display: flex;
  flex-direction: column;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action.vertical .ymm-selector.ymm-box .block-content select.ymm-select {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( 100% / 3);
  height: 55px;
  border-radius: 2px;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
  margin-right: 8px;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 30px) calc(1em + 8px), calc(100% - 25px) calc(1em + 8px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

@media (max-width: 425px) {
  .avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
  }
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%), linear-gradient(135deg, transparent 50%, gray 50%);
  background-position: calc(100% - 25px) calc(1em + 8px), calc(100% - 30px) calc(1em + 8px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
  height: 55px;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
    padding: 10px 20px;
  }
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-category-select {
  width: 100%;
  height: 55px;
  border-radius: 2px;
  margin-right: 0;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table {
  border-collapse: collapse;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr {
  display: flex;
  flex-direction: column;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr td {
  margin-bottom: 10px;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-input .input-text.ymm-search-field {
  width: 100%;
  height: 55px;
  border-radius: 2px;
  margin-right: 0;
  padding: 0 30px;
  border: 1px solid;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button {
  padding: 0;
  margin: 0;
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
  min-width: 200px;
  height: 55px;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
    padding: 10px 20px;
  }
}

.avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table, .avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search tr, .avimart-widget-search .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search td {
  border: none;
}

.search-shop {
  margin-bottom: 45px;
}

.search-shop .shop-title-search {
  font-weight: bold;
  margin-top: 0;
  line-height: 15px;
}

.search-shop .avimart-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .search-shop .avimart-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.search-shop .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( ( 100% - 194px ) / 3);
  height: 55px;
  border-radius: 2px;
  padding: 0 30px;
  position: relative;
  border: none;
  margin-right: 8px;
}

@media (max-width: 425px) {
  .search-shop .avimart-form-search--wrapper .avimart-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* Tab content */
.tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction: row;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .tab-container {
    justify-content: left !important;
  }
}

.tab-container .list-content {
  margin: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  border-bottom: 4px solid transparent;
}

.tab-container .list-content:before {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #E5E5E5 !important;
  position: absolute;
  right: 0;
  display: none;
}

.tab-container .list-content:first-child {
  margin: 0 25px 0 0;
}

.tab-container .list-content:last-child {
  margin: 0 0 0 25px;
}

.tab-container .list-content:last-child:before {
  width: 0;
}

@media (max-width: 680px) {
  .tab-container .list-content {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .tab-container .list-content {
    font-size: 14px;
  }
}

.tab-container .list-content span {
  display: block;
}

.tab-container .list-content:hover, .tab-container .list-content.current {
  border-bottom-color: #ffbd0c;
}

@media (max-width: 600px) {
  .tab-container .list-content {
    margin: 0 10px;
  }
  .tab-container .list-content:first-child {
    margin: 0 10px 0 0;
  }
  .tab-container .list-content:last-child {
    margin: 0 0 0 10px;
  }
}

.tab-container .current .nav-item:before {
  color: #1D1D1D;
  width: 100%;
  opacity: 1;
}

.tab-content-area .tab-content-item {
  display: none;
}

.tab-content-area .tab-content-item.current {
  display: block;
}

.tab-content-area .tab-content-item.current p {
  margin-bottom: 0;
}

/*Tab content Vertical*/
.tabs-vertical .tab-container {
  display: block;
}

.tabs-vertical .tab-container .list-content {
  padding: 0;
  margin: 0;
  border: none;
}

.tabs-vertical .tab-container .list-content:before {
  width: 0;
}

.tabs-vertical .tabs-vertical-heading {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E5E5eee;
}

.tabs-vertical .tabs-vertical-heading:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  left: 0;
  bottom: -1px;
  background-color: #FFBD0C;
}

.tabs-vertical .tabs-vertical-heading .avimart-heading {
  margin: 0;
}

.tabs-vertical .tab-container {
  margin-top: 32px;
  margin-bottom: 20px;
}

.tabs-vertical .tab-container .list-content {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tabs-vertical .tab-container .list-content .list-content-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.tabs-vertical .tab-container .list-content svg {
  width: 1em;
  height: 1em;
  position: relative;
}

.tabs-vertical .tab-container .list-content .list-tab-icon {
  display: inline-block;
  margin-right: 10px;
}

.tabs-vertical .tab-container .list-content .list-icon-right {
  float: right;
  text-align: right;
  margin-left: 10px;
}

@media (min-width: 1700px) {
  .tabs-vertical .col-sm-2 {
    width: 14.8%;
  }
  .tabs-vertical .col-sm-10 {
    width: 85.2%;
  }
}

@media (min-width: 1366px) and (max-width: 1699px) {
  .tabs-vertical .col-sm-2 {
    width: 18%;
    padding-right: 10px;
  }
  .tabs-vertical .col-sm-10 {
    width: 82%;
    padding-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1365px) {
  .tabs-vertical .col-sm-2 {
    width: 25%;
    padding-right: 10px;
  }
  .tabs-vertical .col-sm-10 {
    width: 75%;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tabs-vertical .col-sm-2 {
    width: 30%;
    padding-right: 10px;
  }
  .tabs-vertical .col-sm-10 {
    width: 70%;
    padding-left: 10px;
  }
}

@media (max-width: 600px) {
  .tabs-vertical .tab-container .list-content {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .tabs-vertical .tab-container .list-content.current {
    border: 1px solid #FFBD0C;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-align: center;
    background-color: #FFBD0C;
    color: #fff;
    text-decoration: none;
  }
  .tabs-vertical .tab-container .list-content {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #A0A0A0;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #A0A0A0;
    color: #fff !important;
  }
  .tabs-vertical .tab-container .list-content .nav-item:before {
    display: none;
  }
  .tabs-vertical .tab-container .list-content .list-tab-icon i {
    color: #fff !important;
  }
  .tabs-vertical .tab-container .list-content .list-tab-icon svg path {
    stroke: #fff !important;
  }
  .tabs-vertical .tab-container .list-content .list-icon-right i {
    color: #fff !important;
  }
  .tabs-vertical .tab-container .list-content .list-icon-right svg path {
    stroke: #fff !important;
  }
}

.avimart-team-member .avimart-member-name .name {
  margin: 0;
}

.avimart-team-member .avimart-member-description {
  margin-bottom: 0;
}

.teammember-slider-dots .dots-bullet:after {
  content: '';
  height: 9px;
  width: 9px;
  background-color: rgba(102, 102, 153, 0.3);
  display: block;
  border-radius: 50px;
}

.teammember-slider-dots .slick-active .dots-bullet:after {
  background-color: #f63e60;
  height: 13px;
  width: 13px;
}

.teammember-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.teammember-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #f63e60;
  height: 13px;
  width: 13px;
}

.teammember-slider-dots .slick-dots {
  position: static;
}

.avimart-teammember-slider-widget {
  /* the parent */
}

.avimart-teammember-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

@media (max-width: 425px) {
  .avimart-teammember-slider-widget .slick-slide {
    margin: 0;
    padding-bottom: 10px;
  }
}

.avimart-teammember-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .avimart-teammember-slider-widget .slick-list {
    margin: 0;
  }
}

.avimart-teammember-slider-widget:hover .arrows-prev {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .avimart-teammember-slider-widget:hover .arrows-prev {
    transform: translateX(-30px);
  }
}

.avimart-teammember-slider-widget:hover .arrows-next {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .avimart-teammember-slider-widget:hover .arrows-next {
    transform: translateX(30px);
  }
}

.avimart-teammember-slider-widget .avimart-member-avatar {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.avimart-teammember-slider-widget .avimart-member-avatar:hover .social-team {
  opacity: 1;
}

.avimart-teammember-slider-widget .avimart-member-avatar:hover .avatar {
  background-color: #1D1D1D;
}

.avimart-teammember-slider-widget .avimart-member-avatar:hover .avatar img {
  opacity: 0.7;
}

.avimart-teammember-slider-widget .avimart-member-avatar .social-team {
  position: absolute;
  top: calc( 50% - 9px);
  left: calc( 50% - 51px);
  transition: all .3s ease-in-out 0s;
  opacity: 0;
}

.avimart-teammember-slider-widget .avimart-member-avatar .social-team ul.avimart-contact-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.avimart-teammember-slider-widget .avimart-member-avatar .social-team ul.avimart-contact-icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-size: 18px;
  color: #B7B7B7;
}

.avimart-teammember-slider-widget .avimart-member-avatar .social-team ul.avimart-contact-icon li a:hover {
  color: #ffffff;
}

.avimart-teammember-slider-widget .avimart-member-contact-info {
  text-align: center;
}

.testimonial-avatar .avatar {
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial--position {
  display: block;
  text-align: center;
}

.testimonial--rate {
  display: block;
  font-size: 15px;
}

.avimart-testimonial-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.avimart-testimonial-widget .slick-slide {
  margin: 0 15px;
}

.avimart-testimonial-widget .slick-slider .slick-track {
  padding: 20px 0 24px 0;
}

.avimart-testimonial-widget .slick-list {
  margin: 0;
}

.avimart-testimonial-widget .slick-slide {
  opacity: 1;
}

.avimart-testimonial-widget .customClass,
.avimart-testimonial-widget .slick-center {
  opacity: 1;
}

.avimart-testimonial-widget .testi-arrow-widget {
  position: absolute;
  top: 50%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 100%;
}

@media (min-width: 1550px) {
  .avimart-testimonial-widget .testi-arrow-widget {
    left: -64px;
    width: calc( 100% + 128px);
  }
}

.avimart-testimonial-widget .testi-arrow-widget .avimart-arrows {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.avimart-testimonial-widget .testi-arrow-widget .avimart-arrows:before {
  color: #1D1D1D;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.avimart-testimonial-widget .testi-arrow-widget .avimart-arrows:hover {
  background-color: #1D1D1D;
  border-color: #1D1D1D;
}

.avimart-testimonial-widget .testi-arrow-widget .avimart-arrows:hover:before {
  color: #ffffff;
}

.avimart-testimonial-widget .testi-arrow-widget .arrows-next:before {
  content: "\f105";
}

.avimart-testimonial-widget .testi-arrow-widget .arrows-prev:before {
  content: "\f104";
}

.avimart-testimonial-widget .testimonial-slider-dots .slick-dots {
  bottom: 20px;
}

.testimonial-item .testimonial-avata .avata-testimonial {
  height: auto;
  width: 100%;
}

.testimonial-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.testimonial-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.testimonial-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-slider-dots .slick-active .dots-bullet:after {
  background-color: #1D1D1D;
}

.testimonial-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.testimonial-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #1D1D1D;
}

.testimonial-slider-dots .slick-dots {
  position: static;
}

.testimonial-order {
  background-color: #ffffff;
  padding: 25px;
}

.btn-show-all {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.avimart-testimonial-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 24px;
  text-align: center;
  display: block;
  width: fit-content;
}

.tetimonial-title h3 {
  margin: 5px 0 8px 0;
}

.avimart-testimonial-widget.layout2 .testimonial-item .item-all-testi {
  display: flex;
  flex-direction: row-reverse;
}

.avimart-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-order {
  max-width: 345px;
}

.avimart-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-avata {
  flex: 1;
}

.avimart-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-avata .avata-testimonial {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1800px) {
  .avimart-testimonial-widget.layout2 .slick-initialized {
    padding-left: calc((100% - 1410px)/2);
  }
}

.avimart-testimonial-widget.layout3 {
  margin-bottom: 77px;
}

.avimart-testimonial-widget.layout3 .testi-arrow-widget {
  position: absolute;
  left: 0;
  width: 104px;
  bottom: 0;
  top: calc( 100% + 27px);
}

.avimart-testimonial-widget.layout4 .avata-testimonial {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
}

.avimart-testimonial-widget.layout4 .testi-arrow-widget {
  width: 100%;
  left: 0;
}

.avimart-testimonial-widget.layout4 .testi-arrow-widget .avimart-arrows {
  width: 10px;
  border: none;
  background-color: transparent;
}

.avimart-testimonial-widget.layout4 .testi-arrow-widget .avimart-arrows:before {
  color: #ffffff;
}

.avimart-testimonial-widget.layout4 .testi-arrow-widget .avimart-arrows:hover {
  background-color: transparent;
}

.avimart-testimonial-widget.layout4 .testi-arrow-widget .avimart-arrows:hover:before {
  color: #FABE3C;
}

.avimart-testimonial-widget.layout4 .testimonial-slider-dots .slick-dots li {
  margin: 0 4px;
}

.avimart-testimonial-widget.layout4 .testimonial-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.avimart-testimonial-widget.layout4 .testimonial-slider-dots .slick-active .dots-bullet:before {
  width: 0;
  height: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.avimart-testimonial-widget.layout4 .testimonial-slider-dots .slick-active .dots-bullet:after {
  width: 28px;
  border-radius: 44px;
}

.avimart-testimonial-widget.layout4 .testimonial-wrapper {
  padding-bottom: 10px;
}

.avimart-testimonial-widget.layout4 .testimonial-order {
  padding: 0 23px;
}

.avimart-testimonial-widget.layout4 .testimonial-order .tetimonial-title h3 {
  margin: 1px 0 8px;
}

.avimart-testimonial-widget.layout4 .testimonial-order .testimonial-des {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.avimart-testimonial-widget.layout4 .testimonial-order .testimonial-des .testimonial-avata {
  margin-right: 12px;
}

.avimart-testimonial-widget.layout4 .testimonial-order .testimonial-des .testimonial-infor {
  text-align: left;
}

.avimart-testimonial-widget.layout4 .testimonial-order .testimonial-des .testimonial-infor .testimonial--name {
  margin: 0 0 3px;
}

.avimart-testimonial-widget.layout4 .slick-slider .slick-track {
  padding: 15px 0 0;
}

.avimart-testimonial-widget .avimart-section-heading {
  margin-bottom: 20px;
  gap: 15px;
}

@media (max-width: 768px) {
  .avimart-testimonial-widget .avimart-section-heading {
    flex-direction: row;
  }
}

.avimart-testimonial-widget .avimart-section-heading .avimart-content-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .avimart-testimonial-widget .avimart-section-heading .avimart-content-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.avimart-testimonial-widget .avimart-section-heading .avimart-content-heading .avimart-headings {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.avimart-testimonial-widget .avimart-section-heading .avimart-content-heading .avimart-subtitle {
  font-size: 16px;
  margin-bottom: 0;
}

.avimart-testimonial-widget .testimonial-order .tetimonial-title h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.avimart-testimonial-widget .testimonial-order .testimonial--name {
  display: flex;
  align-items: center;
}

.avimart-testimonial-widget .testimonial-order .testimonial--name svg {
  width: 12px;
  height: 12px;
  margin-left: 12px;
}

.avimart-testimonial-widget .testimonial-order .testimonial-rate .testimonial--rate {
  font-size: 13px;
}

.avimart-testimonial-widget .testimonial-order .testimonial-rate .testimonial-rate-number {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-des {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 19px;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-des .testimonial-avata {
  margin-right: 12px;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-des .testimonial-infor {
  text-align: left;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-heading .tetimonial-title h3 {
  margin: 0;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-heading .testimonial-rate {
  display: flex;
  align-items: center;
}

.avimart-testimonial-widget.layout5 .testimonial-order .testimonial-heading .testimonial-rate .testimonial--rate {
  margin-right: 14px;
}

.avimart-testimonial-widget.layout5 .avata-testimonial {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
}

.avimart-testimonial-widget.layout5 .testi-arrow-widget {
  position: relative;
  display: flex;
  justify-content: space-between;
  top: 0;
  right: 0;
  left: 0;
  width: 80px;
  z-index: 10;
}

.avimart-testimonial-widget.layout5 .testi-arrow-widget .avimart-arrows {
  position: relative;
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
}

/* RESPONSIVE */
@media (max-width: 1023px) {
  .blog .cover-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog .cover-image + .blog-article-sum {
    padding-right: 0;
    max-width: 100%;
  }
  .blog .blog-article {
    margin-bottom: 40px;
  }
  .blog .blog-read-more {
    margin-top: 20px;
  }
  .single .post-nav-item {
    padding: 10px;
  }
  .single .post-nav-item .nav-item-cont .entry-title {
    font-size: 16px;
    line-height: 1.4;
  }
  /* title for blog widget - elementor */
  .ht-grid-item .entry-title,
  .blog-article-sum .entry-title {
    font-size: 150%;
  }
}

@media (max-width: 767px) {
  .single .posts-nav {
    flex-direction: column;
  }
  .single .prev-nav .nav-item-cont {
    margin-left: 15px;
  }
  .single .prev-nav img {
    margin-right: 0;
  }
  .single .post-nav-item {
    width: 100%;
  }
  .single .post-nav-item img {
    width: 70px;
    height: 70px;
  }
  .single .post-nav-item .nav-item-cont {
    max-width: -webkit-calc( 100% - 85px);
    max-width: -moz-calc( 100% - 85px);
    max-width: calc( 100% - 85px);
  }
  .single .post-nav-item.next-nav {
    justify-content: flex-start;
  }
  .single .post-nav-item.next-nav .nav-item-cont {
    order: 2;
    margin-right: 0;
    margin-left: 15px;
    text-align: left;
  }
  .single #commentform #author,
  .single #commentform #email {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .single-post .comment-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .single-post .comment-avatar {
    width: 60px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .single-post .comment-content {
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  #commentform #submit {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .menu-layout-4 .primary-logo {
    display: none;
  }
}

@media (max-width: 1023px) {
  .menu-layout:not(.menu-layout-2) .menu-profile-avimart,
  .menu-layout:not(.menu-layout-2) .js-search-button {
    display: none;
  }
  .menu-layout:not(.menu-layout-2) .menu-woo-cart {
    margin-left: 0;
  }
  .menu-layout.menu-layout-2 .menu-toggle-btn {
    margin-right: 0;
  }
  .menu-layout.menu-layout-2 .header-logo {
    text-align: center;
  }
  .menu-layout.menu-layout-2.menu-layout--vertical .logo {
    /*iconbar width*/
    margin-left: -26px;
  }
  .menu-toggle-btn {
    margin-right: 9px;
  }
  .menu-layout--transparent {
    position: static;
  }
  .menu-layout-4 .secondary-logo {
    display: none;
  }
  .menu-layout-4 .menu-toggle {
    flex-basis: 35px;
  }
}

.menu-layout-1 {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

.zmdi-chevron-down:before {
  font-family: Material-Design-Iconic-Font;
  padding-left: 4px;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  #theme-page-header .page-header {
    margin-bottom: 0;
  }
  #theme-page-header .page-header.ph-layout-1 {
    margin-bottom: 40px;
  }
}

.no-page-brecbrumd {
  height: 91px;
}

.elementor-page .no-page-brecbrumd {
  height: 0;
}

@media (max-width: 1800px) {
  #shop-quick-view {
    width: 992px;
    height: 500px;
    top: -webkit-calc( ( 100% - 500px ) / 2);
    top: -moz-calc( ( 100% - 500px ) / 2);
    top: calc( ( 100% - 500px ) / 2);
    left: -webkit-calc( ( 100% - 992px ) / 2);
    left: -moz-calc( ( 100% - 992px ) / 2);
    left: calc( ( 100% - 992px ) / 2);
  }
  #quick-view-gallery {
    height: 500px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
    height: 500px;
  }
}

@media (max-width: 1600px) {
  .quick-view-open.cart-sidebar-open.cart-updated #shop-quick-view {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media (max-width: 1023px) {
  #shop-quick-view {
    width: 100%;
    height: 400px;
    max-height: 70%;
    left: 15px;
    width: -webkit-calc( 100% - 30px);
    width: -moz-calc( 100% - 30px);
    width: calc( 100% - 30px);
    top: -webkit-calc( ( 100% - 400px ) / 2);
    top: -moz-calc( ( 100% - 400px ) / 2);
    top: calc( ( 100% - 400px ) / 2);
  }
  #quick-view-gallery {
    height: 400px;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-controls {
    display: none;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-nav {
    bottom: 30px;
    opacity: 1;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    padding-left: 15px;
    padding-right: 15px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  #shop-quick-view {
    left: 15px;
    right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #quick-view-gallery {
    height: auto;
  }
  .quick-view-content .quick-view-images {
    width: 100%;
  }
  .quick-view-open {
    overflow: auto;
  }
  .quick-view-open .quick-view-close-btn {
    display: none;
  }
  .quick-view-open #shop-overlay:before {
    content: "\f404";
    font-family: "ionicons";
    position: absolute;
    top: -webkit-calc( ( 100% - 480px ) / 2);
    top: -moz-calc( ( 100% - 480px ) / 2);
    top: calc( ( 100% - 480px ) / 2);
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    color: #fff;
    font-size: 30px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1800px) {
  .single-gallery-grid .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 2599px) {
  .single-gallery-grid .single-product-gallery {
    width: 780px;
  }
}

@media (max-width: 2599px) and (min-width: 768px) {
  .single-gallery-grid .single-product-gallery .pro-img-item {
    float: left;
    max-width: -webkit-calc( ( 100% - 20px ) / 2);
    max-width: -moz-calc( ( 100% - 20px ) / 2);
    max-width: calc( ( 100% - 20px ) / 2);
    border: 1px solid #F7F7F7;
    border-radius: 20px;
  }
  .single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 20px !important;
    border: 1px solid #F7F7F7;
    border-radius: 20px;
  }
}

@media (max-width: 2599px) {
  .single-gallery-grid .single-product-gallery iframe, .single-gallery-grid .single-product-gallery embed, .single-gallery-grid .single-product-gallery figure, .single-gallery-grid .single-product-gallery figcaption {
    margin: 20px 0 0 0 !important;
    border-radius: 20px;
  }
  .single-gallery-grid .single-product-gallery iframe a, .single-gallery-grid .single-product-gallery embed a, .single-gallery-grid .single-product-gallery figure a, .single-gallery-grid .single-product-gallery figcaption a {
    border-radius: 20px;
  }
  .single-gallery-grid .single-product-gallery iframe a img, .single-gallery-grid .single-product-gallery embed a img, .single-gallery-grid .single-product-gallery figure a img, .single-gallery-grid .single-product-gallery figcaption a img {
    border-radius: 20px;
  }
  .single-gallery-grid .summary.entry-summary {
    width: calc( 100% - 840px);
  }
}

@media (max-width: 991px) {
  .single-gallery-grid #gallery-image .pro-img-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1800px) {
  .single-gallery-combined-grid .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (min-width: 1200px) {
  .single-gallery-combined-grid .single-product-gallery {
    width: 675px;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item {
    float: left;
    border: 1px solid #F7F7F7;
    border-radius: 20px;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n), .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n+2) {
    max-width: -webkit-calc( ( 100% - 20px ) / 2);
    max-width: -moz-calc( ( 100% - 20px ) / 2);
    max-width: calc( ( 100% - 20px ) / 2);
    margin-right: 20px !important;
    float: left;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n) {
    margin-right: 0 !important;
    float: left;
  }
  .single-gallery-combined-grid .single-product-gallery iframe, .single-gallery-combined-grid .single-product-gallery embed, .single-gallery-combined-grid .single-product-gallery figure, .single-gallery-combined-grid .single-product-gallery figcaption {
    margin: 20px 0 0 0 !important;
    border-radius: 20px;
  }
  .single-gallery-combined-grid .single-product-gallery iframe a, .single-gallery-combined-grid .single-product-gallery embed a, .single-gallery-combined-grid .single-product-gallery figure a, .single-gallery-combined-grid .single-product-gallery figcaption a {
    border-radius: 20px;
  }
  .single-gallery-combined-grid .single-product-gallery iframe a img, .single-gallery-combined-grid .single-product-gallery embed a img, .single-gallery-combined-grid .single-product-gallery figure a img, .single-gallery-combined-grid .single-product-gallery figcaption a img {
    border-radius: 20px;
  }
  .single-gallery-combined-grid .summary.entry-summary {
    width: calc( 100% - 735px);
  }
}

@media (max-width: 991px) {
  .single-gallery-combined-grid #gallery-image .pro-img-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .cart .single_add_to_cart_button {
    width: auto;
    float: left;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .single-gallery-slider .single-product-gallery + .summary, .single-gallery-image .single-product-gallery + .summary {
    margin-top: 30px;
    padding-left: 0;
  }
  .single-gallery-image .single-product-gallery {
    margin-right: 30px;
  }
  .single-gallery-image .single-product-gallery + .summary {
    padding-left: 0;
  }
}

@media (max-width: 1023px) {
  .hover-product-image,
  .pro-carousel-thumb .tns-controls {
    display: none;
  }
  .product_list_widget .mini_cart_item .remove_from_cart_button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  .single-gallery-image .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-image .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .single-gallery-slider .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-slider .summary.entry-summary {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .shop-container .shop-content {
    float: left;
    width: 100%;
  }
  .shop-container .shop-content + .shop-sidebar {
    margin-top: 50px;
  }
  .shop-container .shop-sidebar {
    float: left;
    width: 100%;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author, .single-product .woocommerce-Reviews #commentform .comment-form-email {
    width: 100%;
    margin-left: 0;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author input, .single-product .woocommerce-Reviews #commentform .comment-form-email input {
    margin-bottom: 10px !important;
  }
  .single-product .ph-layout-2 {
    height: auto;
    margin-bottom: 0;
  }
  .single-product .ph-layout-2 .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1023px) {
  .single-gallery-image .shop-content .pro-img-item {
    margin-bottom: 0;
  }
  .single-gallery-image .tns-inner.tns-ah {
    overflow: hidden;
  }
  .single-gallery-image .tns-nav button {
    border: 1px solid #ccc;
  }
}

@media (max-width: 720px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image, .single-gallery-slider.single-gallery-horizontal .pro-carousel-image {
    width: 100%;
  }
  .woocommerce-tabs .tabs {
    margin: 30px 0;
    text-align: left;
  }
  .woocommerce-tabs .tabs li {
    margin: 0;
  }
  .woocommerce-tabs .tabs a {
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 600;
  }
  .single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .shop-top-bar .woocommerce-result-count {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .shop-top-bar .woocommerce-ordering select {
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
  }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 50px;
  }
  .single-product .woocommerce-tabs .tabs li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .single-product .woocommerce-Reviews .comment_container img + .comment-text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .single-product .upsells.products,
  .single-product .related.products {
    padding: 0 15px;
  }
  .single-product .upsells.products > h2,
  .single-product .related.products > h2 {
    font-size: 200%;
    margin: 0;
  }
  .single-product .tawcvs-swatches .swatch {
    margin-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .shop-top-bar .show-sale,
  .shop-top-bar .woocommerce-result-count {
    display: none;
  }
}

@media (max-width: 600px) {
  .single-product .cart .quantity {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-product .single_add_to_cart_button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky .single_add_to_cart_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 9999;
  }
}

.shop-container.has-flexible-sidebar .shop-sidebar {
  float: none;
  width: 360px;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-360px);
  z-index: 1000;
  overflow: auto;
  padding: 40px 30px;
}

.shop-container.has-flexible-sidebar .widget {
  background-color: #fff;
}

.shop-container.has-flexible-sidebar .shop-sidebar.is-visible {
  transform: translateX(0);
}

.logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
  padding-top: 45px;
}

@media (max-width: 783px) {
  .logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
    padding-top: 50px;
    display: block;
    clear: both;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

.sidebar-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sidebar-toggle {
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 999;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: transform 0.5s ease-in-out, color 0.5s, box-shadow 0.5s;
  transform: translateX(0);
}

.sidebar-toggle:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.sidebar-toggle.is-active {
  transform: translateX(280px);
}

body.hide-scrollbar {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

@media (min-width: 1024px) {
  body.hide-scrollbar {
    overflow: auto;
  }
}

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: https://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #1D1D1D;
  color: white;
  padding: 8px 10px 7px 10px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #1D1D1D;
}

.hint--top-right:before {
  border-top-color: #1D1D1D;
}

.hint--top:before {
  border-top-color: #1D1D1D;
}

.hint--bottom-left:before {
  border-bottom-color: #1D1D1D;
}

.hint--bottom-right:before {
  border-bottom-color: #1D1D1D;
}

.hint--bottom:before {
  border-bottom-color: #1D1D1D;
}

.hint--left:before {
  border-left-color: #1D1D1D;
}

.hint--right:before {
  border-right-color: #1D1D1D;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-10px);
  -moz-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-10px);
  -moz-transform: translateX(-100%) translateY(-10px);
  transform: translateX(-100%) translateY(-10px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(10px);
  -moz-transform: translateX(-100%) translateY(10px);
  transform: translateX(-100%) translateY(10px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
.hint--white:after {
  color: #111;
  background-color: #fff;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 5px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
