@charset "UTF-8";
/*
* Theme Name: Agon
* Version: 1.0.5
* Description: Agon is Multipurpose Agency WooCommerce WordPress Theme
* Author: BoostifyTheme
* Author URI: https://themeforest.net/user/boostifythemes
* Theme URI: https://boostifythemes.com/
* Text Domain: agon
* License: GNU General Public License version 3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*/
/*
TABLE OF CONTENTS:
	# variables
	# mixins
	# modules
	# general
	# site
	# custom
	# plugin
*/
/* 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 {
  position: absolute;
  bottom: 28px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  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:not(.avatar) {
  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;
}

.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);
}

.woosw-page a,
.woosw-continue {
  position: relative;
}

.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;
}

.woosw-page a:hover:after,
.woosw-continue:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

/* Bottom line waving */
/* MIXINS */
.row {
  margin-left: -12px;
  margin-right: -12px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

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

@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1194px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 1354px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}

.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: 992px) {
  .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-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}

/* custom */
/* Underlink */
/* transition=============== */
/* filter */
.flex, .ie-detected .tns-controls [data-controls], .post-nav-item, .search-submit, .scroll-to-top, .widget-ajax-search-agon .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.agon-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, .swatch.swatch-label, .p-attr-swatch, .has-product-load-more-button .load-more-product-btn, .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: -21px;
  margin-right: -21px;
  min-height: 1px;
}

.ht-grid-item {
  padding-left: 21px;
  padding-right: 21px;
  float: left;
  width: 100%;
  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.agon-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, .woocommerce-pagination, .blog-article, .blog-article .entry-footer-agon .tagcloud, .posts-nav, #commentform #comment, #commentform #author,
#commentform #email, #comments, #comments .navigation, .comment-text,
.reply, .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, 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, .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: 0 0 40px 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: 50px;
  min-width: 240px;
  max-width: 100%;
  padding: 0 10px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.post-password-form input[type='submit'] {
  height: 50px;
  padding: 0 35px;
  cursor: pointer;
  border: 0;
  float: left;
  background-color: #fb4e50;
  color: #fff;
}

.post-password-form input[type='submit']:hover {
  background-color: #101828;
}

/* 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 #fc5a34;
  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 {
  letter-spacing: 0.13px;
  color: #fc5a34;
}

#today {
  background: #fc5a34;
  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-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: 22px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
  text-transform: capitalize;
}

.select2-container .select2-dropdown {
  border-top: 0;
  padding: 0.9rem 1.1rem;
}

.select2-container .select2-dropdown, .select2-container .select2-selection {
  border: 1px solid #dddddd;
  border-radius: 0;
}

/*!
 * 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
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.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: 0;
  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 #E4E7EC;
  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: #fc5a34 !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: #fc5a34;
}

.wpcf7-text,
.wpcf7-textarea {
  color: #98A2B3;
  width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #fb4e50;
}

.wpcf7-text {
  height: 60px;
  padding: 0 20px;
}

.wpcf7-textarea {
  padding: 23px 30px;
}

.wpcf7-submit {
  height: 45px;
  border: 1px solid transparent;
  background-color: #101828;
  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: #101828;
  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 #E4E7EC;
  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: 45px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #E4E7EC;
  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;
}

.form-home-footer .input-footer {
  height: 45px;
  background-color: #1a1a1a;
  color: #a8a8a8;
  font-size: 13px;
  letter-spacing: 0.13px;
  padding-left: 19px;
  border-color: #535353;
}

.form-home-footer .submit-footer {
  font-size: 0;
  height: 45px;
  width: 52px;
  background-color: transparent;
  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: #fc5a34;
}

.form-contact .form-wrapper .input-contact,
.form-contact .form-wrapper .input-area {
  border-radius: 0;
  background-color: #f8f8f8;
}

.form-contact .form-wrapper .submit-contact {
  padding: 0 45px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 0;
}

.form-newletter-footer-v1 {
  position: relative;
}

@media (min-width: 768px) {
  .form-newletter-footer-v1 {
    width: 370px;
  }
}

.form-newletter-footer-v1 .input-newletter {
  height: 80px;
  padding-right: 6em;
  background: #fff;
  box-shadow: 8px 20px 30px rgba(205, 199, 170, 0.08);
  border-radius: 55px;
  border: none;
}

.form-newletter-footer-v1 .input-newletter::placeholder {
  font-size: 16px;
}

.form-newletter-footer-v1 .submit-newletter {
  font-size: 0;
  height: 56px;
  width: 56px;
  background-color: #006D77;
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background-image: url(images/icon/iconright.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
  border-radius: 50px;
}

@media (min-width: 768px) {
  .form-newletter-footer-v1.faq1 {
    width: 100%;
  }
}

.form-newletter-home6 {
  position: relative;
}

.form-newletter-home6 .input-newletter {
  height: 76px;
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  background-color: #ffffff;
  border: 1px solid #F2F4F7;
  border-radius: 10px;
  position: relative;
  padding-right: 210px;
}

.form-newletter-home6 .input-newletter::placeholder {
  font-size: 14px;
}

.form-newletter-home6 .submit-newletter {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  height: 54px;
  padding: 16px 56px 16px 27px;
  border: 0px;
  font-family: Chivo;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  background-color: #006D77;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 15px;
}

.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-square {
  background: #ffffff;
  max-width: 100%;
  padding: 10px 12px;
  border-radius: 15px;
  margin: 15px auto;
  position: relative;
}

.form-square .form-inline {
  display: flex;
  align-items: center;
}

.form-square .input-newletter {
  outline: 0;
  border-radius: 15px;
  border: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjgzMyAyLjMzMzVDMTguNjI5IDIuMzMzNSAyMy4zMzMgNy4wMzc1IDIzLjMzMyAxMi44MzM1QzIzLjMzMyAxOC42Mjk1IDE4LjYyOSAyMy4zMzM1IDEyLjgzMyAyMy4zMzM1QzcuMDM3MDEgMjMuMzMzNSAyLjMzMzAxIDE4LjYyOTUgMi4zMzMwMSAxMi44MzM1QzIuMzMzMDEgNy4wMzc1IDcuMDM3MDEgMi4zMzM1IDEyLjgzMyAyLjMzMzVaTTEyLjgzMyAyMS4wMDAyQzE3LjM0NDUgMjEuMDAwMiAyMC45OTk3IDE3LjM0NSAyMC45OTk3IDEyLjgzMzVDMjAuOTk5NyA4LjMyMDgzIDE3LjM0NDUgNC42NjY4MyAxMi44MzMgNC42NjY4M0M4LjMyMDM0IDQuNjY2ODMgNC42NjYzNCA4LjMyMDgzIDQuNjY2MzQgMTIuODMzNUM0LjY2NjM0IDE3LjM0NSA4LjMyMDM0IDIxLjAwMDIgMTIuODMzIDIxLjAwMDJaTTIyLjczMjIgMjEuMDgzTDI2LjAzMjcgMjQuMzgyM0wyNC4zODE4IDI2LjAzMzJMMjEuMDgyNSAyMi43MzI3TDIyLjczMjIgMjEuMDgzWiIgZmlsbD0iI0QwRDVERCIvPgo8L3N2Zz4K) no-repeat 7px 17px;
  padding-left: 50px;
  font-size: 14px;
  font-family: Chivo;
  font-weight: normal;
  color: #98A2B3;
}

.form-square .submit-newletter {
  background-color: #006D77;
  padding: 1px 22px;
  color: #fff;
  border-radius: 8px;
  height: 48px;
  width: 120px;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 12px;
}

.form-square .block-tags {
  position: absolute;
  top: 17px;
  right: 150px;
}

@media (max-width: 768px) {
  .form-square .block-tags {
    display: none;
  }
}

.form-square .block-tags a {
  background-color: #F2F4F7;
  display: inline-block;
  padding: 10px 45px 10px 25px;
  border-radius: 10px;
  position: relative;
}

.form-square .block-tags a .icon-close {
  position: absolute;
  top: 14px;
  right: 15px;
  height: 20px;
  width: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTcgOS43MDRMMTUuNTM3MiA1LjE2NjVMMTYuODMzMyA2LjQ2MjY3TDEyLjI5NTggMTEuMDAwMkwxNi44MzMzIDE1LjUzNzdMMTUuNTM3MiAxNi44MzM4TDEwLjk5OTcgMTIuMjk2M0w2LjQ2MjE4IDE2LjgzMzhMNS4xNjYwMiAxNS41Mzc3TDkuNzAzNTIgMTEuMDAwMkw1LjE2NjAyIDYuNDYyNjdMNi40NjIxOCA1LjE2NjVMMTAuOTk5NyA5LjcwNFoiIGZpbGw9IiM2NjcwODUiLz4KPC9zdmc+Cg==) no-repeat 0px 0px;
}

.form-page-contact .col {
  padding-left: 15px;
  padding-right: 15px;
}

.form-page-contact textarea,
.form-page-contact input {
  font-size: 14px;
  margin-bottom: 24px;
  transition: all 0.3s;
  font-family: Chivo;
}

.form-page-contact textarea::placeholder,
.form-page-contact input::placeholder {
  color: #98A2B3;
  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: 60px;
  border-radius: 0;
  border: none;
}

.form-page-contact textarea {
  height: 160px;
  border: none;
  margin-bottom: 31px;
}

.form-page-contact .button-submit .submit-contact {
  height: unset;
  padding: 0 54px 0 32px;
  font-size: 18px;
  font-weight: bold;
  font-family: Chivo;
  line-height: 66px;
  letter-spacing: 0.28px;
  transition: all 0.3s;
  margin-bottom: 0px;
  border: none;
  border-radius: 50px;
}

.form-page-contact .button-submit .submit-contact:hover, .form-page-contact .button-submit .submit-contact:focus {
  background-color: #006D77 !important;
  color: #ffffff !important;
}

.form-page-contact .text-body-text-md {
  position: absolute;
  top: 29px;
  margin-left: 263px;
  color: #667085;
  font-size: 14px;
}

@media (max-width: 768px) {
  .form-page-contact .text-body-text-md {
    position: relative;
    margin-left: 0;
  }
}

.icon-arrow-right-white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 25px;
  padding-right: 56px;
}

@media (min-width: 768px) {
  .icon-wave::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 50px;
    height: 165px;
    width: 165px;
    z-index: 1;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKUAAAClCAYAAAA9Kz3aAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAouSURBVHgB7d3NUhzXGcbx95xphHbmDjy5AktXELSOQWabigVTlRJSZSF0BcAVmI0z4M2AlMoWhVEqS0ZXEHIFxlcQaeOSoLuP+x1oDMP099d7up9flWXBjEZo+NM953TPaSIAAAAAAAAAAAAAAAAAAAAAAABIaTQ6XhqOjvsEhSiCwjjGz7q3p5Rav/qMOVcevd4crL4jyAxRFsRBXmjn1Ch6NHubMmpjc/3bI4JMEGUBcUGGEGZ2iDKnNEGGEGY2iDKHLEGGEGZ6iDKjPEGGEGY6iDKDIkGGEGYyRJlSGUGGEGY8RJlCmUGGEGY0RJmgiiBDCHM+TRApbZDGmFxhGWUOD47erxPcgSgjpA2St3ak1WHMXc5jbkOYcyDKObIEmbT79Ty9pgydxd0HYd6FKGeUGSRbXKD/P/DdJwgzPUR5S9lBhgaDtY8IMz1Eea2qIEMIMz1ESdUHGUKY6XQ+yrqCDCHMZJ2Osu4gQwgzXmejbCrIEMKM1skomw4yhDDn61yUUoIMIcz7OhWltCBDCPOuzkQpNcgQwvxdJ6KUHmQIYV5pfZS2BBlCmC2P0rYgQ10Ps7VR2hpkqMthtjJK24MMdTXM1kXZliBDXQyzVVG2LchQ2jB9ZfbasBRha6Jsa5ChNGEqoiWtHeu3lq2Isu1BhlJtMZVZIss5/Mvf37zfUmS2+Sct7R+cPjG+2Z23MOjVIqLOVvCj+yrLY94wNDG+O3g5WDtPumtXggxxmMG/+UnUv9kYMyHL6eHReEeT+SFrPPyEmJ46Ho7Gy7O3fdHOjlK0nStIpmhZ9XqnHFzc3boWZChqixl8vPNi/em/yHI6iKfQaxDVo1e3P56GpO5+Lucj9y8WFp5G3drVIEMc5ub6ymPtmGWl1YbnuY+Dj3epBXj33acizN2t4edg61jaWjDG9Od9uutB3vb8z6sfgv99oBbRwVZtQsXceU05fR1o4leFSEvNeX2EINvPMa4zUNo9DeLsU1bBgGTRd+994z1fr+mef5r7NSVdvT56vr56ZwuAIPOZDjx7ve+0Rx998s7SDCCbNN3TDkf/6Tv64htf6wzLJZvJ82erkbsNfkyiy2XtqK8pA0P0URtzNvvYkoMcvh0vBz9Ep/Nuc7Tu//Uvf/qFGvLj6N+Pbm8g+Pklj9ZeDlYmJFRpL/+qJH0LKTnK/Tfjn2lm3MBhPvTcP/BgiQQSP3mOXXZ+PwVbSZozkOWt5q9FB7gVEh0lgizGowuRW8IkYqNEkMVNBzTzZleCAerfBmtnJJTIKBFkeRZddy14pg5vPnF9CJcEc0gYBFmu68HM4Po/K4jaUiJIYGK2lAiyWTytFcwPPyWlPvque9TkBLuILSWCbBafKcbzrIbUlgmOpFHP+W+Tb61oPEoE2Sw+8sanGd7+HM9jNvmen0ajRJAC9C6Xo25qKszGXlOmvnASH6sls7F/NN4goZTPWxayk1J8Vlek6zCpzo1CY0/l/pv3I46NWq7pY99p7L8dnwZhLsfdp869VSO7bx7pdSFIW/AEu6T3lTfzmjLijHJohrQFD5qJ0vMmBKJICrORKHliNpiG2CEQRUqYjY4ZD96Ot6eTtTF49K3IvCPJjOrz24Ln3WTDQGdW01N1jU9kpArTo92Xg5XY+zRJ8pnneTUZZuNHdDa/X9lN2pWrHm0PR+PY+0C5mtyVizj2jTBlaipMMaeuIUyZmghT1PmUCFOmusMU93YIhClTnWGKfI8OwpSprjDFvpsRYcpUR5g385TT9WYKrP0zT9Ip9bw+98NgcjxupQYb5jHbOE+ZpMp5zGmU+0fjvXLWlJxlzo3nPZmN82B08p3fU6PfF8Ayey+erb6OehTpYXYxSlZVmLq6IKdfTn92RV4+/Z5XAFZ3tspq6+BovB31KNiVy1TVrlybgiv5JlP9z+Tc/CRpx5379wVf+EbMg1gbpuu5qVeys1EVYdYy0FHa/yrpPoZU4utZsWG67nnUTYp0q6NkZYfJa55Xu6aMMeeLvn+z1qQfsRRy2jOBJIbJr5mv3kt0X/D5ZeqAMsPUvJJvWctB3/sCgm+U5/fWbo+uX36/MrkXFa8I7Hmv0z6uxDAVqXcRNyzzwI46oKwwb6aEfvrnyR+pZAtfvP9FTffwgKe3ePn15RfvU94VwCSNyuNG4Fer57qPpS/rXJaio3Jb3xh6Q1KYwUzGz9Frx8+fHmurImFafxk8Sbty45vd6FuvpscO/tG+i8bPU2RXbv2WMiRli5nmPdS81Qx+mZBSZ8aYT9RimvSSn+ISi7e3mK2JkkkIc7o2T95LwHRcGGaromQSwpy9TAikF3xvnrQuSoYtpsWC6cFWRsnEhNnztrFETTatjZJJGfwMRycbWqtXSdMjQNMjgK2Okkmax/xxdPzI6fXWjVKPkkfo3cSDndZHyaSej8kTzN7Cg8STVUKu709o/pXC3jlab5FgrucfRq0iEuKLxPI1yyuNMrx6KpXJ8yZ5joq0YSWOeddZvGIOXzxbHZBQw6OTQ6VU7EGDMMjp76mqL2T6It/lY8F9KlneeGwP08YoswbJKjvMGAT5A1V0Ucrrw4bLlBHOYK9XniBZlce+Kz1dSzuU66wmhFmPvEGyyqKMOum1NL46p5wQZrWKBMkqi1J7apeqEsxl+f7lByoAYVajaJCssig3B9/uTb/pZZ/VHhyG4rPZyzgvEWGWq4wgp/chsGZULnn0XVaQzPqTfMuALWYxZQbJEOU1hJlP2UEyRHkLwsymiiAZopyBMNOpKkiGKOdAmPGqDJIhyggIc76qg2SIMgbCvKuOIBmiTIAwr9QVJEOUKXQ9zDqDZIgypa6GWXeQDFFm0LUwmwiSIcqMuhJmU0EyRJlD28NsMkjmpL3j8Gi8ozR9Q76lS5Go6VJ8u2UtxcdhHrwdU9zZRddhkuQ3o81qOsjp46e5U7VXkKiTOV/0vMdx1+3Jqs7T3qo+dU1CkCxx983vSmxHkEz1vzhOqetDtmVXLiVIlvya0nH71CbGlL50iu1hSgqSJUb50HWrvXpEzZTRE6qArWFKC5IlRsmvv5KebFvwUsdZrxOYhW1hSgySpRp985M9HJ38EjyhpV9BojZKnT3w3MqCDNkyKpca5PTvJahEFaPyskbfkoNkmDyviNRdufQgGaKskLQwbQiSIcqKSQnTliAZoqxB02HaFCRDlDVpKkzbgmSIskZ1h2ljkAxR1qyuMG0NkiHKBlQdps1BMkTZkKrCtD1IhigbVHaYbQiS4TCjAGkPSQaBcnD9ObceBn9etSFIhiiFSBNmFF5fPvl62nYEyRClIEXCjGNTkAxRClN2mLYFyRClQGWFaWOQDFEKVTRMW4NkiFKwvGHaHCRDlMJlDdP2IBmitEDaMNsQJEOUlkgKsy1BMkRpkagw2xQkw7Fvi8weK59eKdjQVpuCZNhSWmg0Ol7yFh581bu8+FTmYl0AAAAAAAAAAAAAAAAAAAAAAAD1+A0jFcO+ssxergAAAABJRU5ErkJggg==) no-repeat;
  }
}

.icon-home {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY4XzE3MDEpIj4KPHBhdGggZD0iTTkgMTEuMjQ0NEM3Ljc1NzM3IDExLjI0NDQgNi43NSAxMi4yNTE4IDYuNzUgMTMuNDk0NFYxNy45OTQ0SDExLjI1VjEzLjQ5NDRDMTEuMjUgMTIuMjUxOCAxMC4yNDI2IDExLjI0NDQgOSAxMS4yNDQ0WiIgZmlsbD0iIzEwMTgyOCIvPgo8cGF0aCBkPSJNMTIuNzUgMTMuNDk0NFYxNy45OTQ0SDE1Ljc1QzE2Ljk5MjYgMTcuOTk0NCAxOCAxNi45ODcgMTggMTUuNzQ0NFY4LjkwMzY3QzE4LjAwMDIgOC41MTQwNCAxNy44NDg4IDguMTM5NjIgMTcuNTc3NyA3Ljg1OTY3TDExLjIwNDMgMC45NjkzOTZDMTAuMDc5NyAtMC4yNDczNjIgOC4xODE2NyAtMC4zMjIwNjkgNi45NjQ5MSAwLjgwMjUwOUM2LjkwNzExIDAuODU1OTQ3IDYuODUxNDMgMC45MTE1OTkgNi43OTgwMiAwLjk2OTM5NkwwLjQzNTc2MiA3Ljg1NzQyQzAuMTU2NTUxIDguMTM4NTMgLTAuMDAwMTA1NDE2IDguNTE4NzEgNS4zMjIwNmUtMDggOC45MTQ5MlYxNS43NDQ0QzUuMzIyMDZlLTA4IDE2Ljk4NyAxLjAwNzM3IDE3Ljk5NDQgMi4yNSAxNy45OTQ0SDUuMjQ5OTlWMTMuNDk0NEM1LjI2NDAxIDExLjQ0OTMgNi45MTUyIDkuNzc5MjQgOC45MDg4IDkuNzMxMTVDMTAuOTY5MSA5LjY4MTQ0IDEyLjczNDMgMTEuMzc5OSAxMi43NSAxMy40OTQ0WiIgZmlsbD0iIzEwMTgyOCIvPgo8cGF0aCBkPSJNOSAxMS4yNDQ0QzcuNzU3MzcgMTEuMjQ0NCA2Ljc1IDEyLjI1MTggNi43NSAxMy40OTQ0VjE3Ljk5NDRIMTEuMjVWMTMuNDk0NEMxMS4yNSAxMi4yNTE4IDEwLjI0MjYgMTEuMjQ0NCA5IDExLjI0NDRaIiBmaWxsPSIjMTAxODI4Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjhfMTcwMSI+CjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat 0px 0px;
  padding: 0px 0px 0px 30px;
}

.text-email {
  width: 100%;
  padding: 14px 10px 12px 45px;
  border-radius: 8px;
  border: 0px;
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfMTIyNykiPgo8cGF0aCBkPSJNMTUuNzUgMC43NUgyLjI1QzEuNjUzMjYgMC43NSAxLjA4MDk3IDAuOTg3MDUzIDAuNjU5MDEgMS40MDkwMUMwLjIzNzA1MyAxLjgzMDk3IDAgMi40MDMyNiAwIDNMMCAxNy4yNUgxOFYzQzE4IDIuNDAzMjYgMTcuNzYyOSAxLjgzMDk3IDE3LjM0MSAxLjQwOTAxQzE2LjkxOSAwLjk4NzA1MyAxNi4zNDY3IDAuNzUgMTUuNzUgMC43NVpNMi4yNSAyLjI1SDE1Ljc1QzE1Ljk0ODkgMi4yNSAxNi4xMzk3IDIuMzI5MDIgMTYuMjgwMyAyLjQ2OTY3QzE2LjQyMSAyLjYxMDMyIDE2LjUgMi44MDEwOSAxNi41IDNWMy41MDAyNUwxMC41OTE1IDkuNDA5NUMxMC4xNjg4IDkuODMwNDkgOS41OTY1NiAxMC4wNjY5IDkgMTAuMDY2OUM4LjQwMzQ0IDEwLjA2NjkgNy44MzExOCA5LjgzMDQ5IDcuNDA4NSA5LjQwOTVMMS41IDMuNTAwMjVWM0MxLjUgMi44MDEwOSAxLjU3OTAyIDIuNjEwMzIgMS43MTk2NyAyLjQ2OTY3QzEuODYwMzIgMi4zMjkwMiAyLjA1MTA5IDIuMjUgMi4yNSAyLjI1Wk0xLjUgMTUuNzVWNS42MjVMNi4zNDggMTAuNDdDNy4wNTE5NyAxMS4xNzIyIDguMDA1NjkgMTEuNTY2NSA5IDExLjU2NjVDOS45OTQzMSAxMS41NjY1IDEwLjk0OCAxMS4xNzIyIDExLjY1MiAxMC40N0wxNi41IDUuNjI1VjE1Ljc1SDEuNVoiIGZpbGw9IiM5OEEyQjMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yXzEyMjciPgo8cmVjdCB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center left 16px;
}

.form-shop-contact {
  margin-top: 16px;
}

.form-shop-contact input[type='email'] {
  font-size: 14px;
  margin-bottom: 19px;
  transition: all 0.3s;
  font-family: Chivo;
  height: 50px;
  border-radius: 8px;
  border: none;
  padding: 14px 10px 12px 45px;
}

.form-shop-contact input[type='email']::placeholder {
  color: #98A2B3;
  opacity: 1;
}

.form-shop-contact input[type='email']:-ms-input-placeholder {
  opacity: 1;
}

.form-shop-contact input[type='email']::-ms-input-placeholder {
  opacity: 1;
}

.form-shop-contact .button-submit .submit-contact {
  height: unset;
  padding: 0 28px;
  font-size: 18px;
  font-weight: bold;
  font-family: Chivo;
  line-height: 48px;
  letter-spacing: 0.45px;
  transition: all 0.3s;
  margin-bottom: 0px;
  border: none;
  border-radius: 50px;
}

.form-shop-contact .button-submit .submit-contact:hover, .form-shop-contact .button-submit .submit-contact:focus {
  background-color: #006D77 !important;
  color: #ffffff !important;
}

/* 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, .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, .agon-products-tab-widget.loading .agon-products-tab-body:before, .agon-products-tab-widget[data-layout="carousel-layout"] .agon-products-tab-body.has-slider .agon-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;
}

/*! 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;
}

.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: snapPoppinsval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.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 {
  position: absolute;
  left: -10000em;
}

.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 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

.tns-controls [data-controls] {
  position: absolute;
  background: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #2f2f30;
  border: 0;
  font-size: 0;
  z-index: 2;
}

.tns-controls [data-controls]:disabled {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.tns-controls [data-controls]:before {
  font-family: "Ionicons";
  font-size: 20px;
  line-height: 35px;
}

.tns-controls [data-controls="prev"] {
  left: 20px;
}

.tns-controls [data-controls="prev"]:before {
  content: "\f3d2";
}

.tns-controls [data-controls="next"] {
  right: 20px;
}

.tns-controls [data-controls="next"]:before {
  content: "\f3d3";
}

/* 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: #fff;
  border: 0;
}

.tns-nav button.tns-nav-active {
  cursor: default;
  background: #444;
}

select {
  -webkit-border-radius: 0;
  border: 1px solid #ddd;
  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 #E4E7EC;
}

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: 0;
  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: 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 #E4E7EC;
  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: #E4E7EC;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

table,
th,
td {
  border: 1px solid #E4E7EC;
}

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 #E4E7EC;
  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 */
/* 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, .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, .agon-products-tab-widget.loading .agon-products-tab-body:before, .agon-products-tab-widget[data-layout="carousel-layout"] .agon-products-tab-body.has-slider .agon-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;
}

.woocommerce-pagination {
  margin-top: 30px;
}

.woocommerce-pagination ul {
  margin: 0;
  padding-left: 0;
  font-size: 0;
}

.woocommerce-pagination ul a {
  text-align: center;
  display: inline-block;
  width: unset;
  height: unset;
  line-height: unset;
}

.woocommerce-pagination ul li {
  list-style: none;
  display: inline-block;
  margin-right: 13px;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: none;
  line-height: 50px;
}

.woocommerce-pagination ul li .page-numbers {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  color: #667085;
  background-color: #E4E7EC;
}

.woocommerce-pagination ul li:hover .page-numbers {
  background-color: #006D77;
  color: #fff;
}

.woocommerce-pagination ul span.current {
  padding: 14px 19.5px;
  border-radius: 30px;
  background-color: #006D77;
  color: #fff;
}

.woocommerce-pagination ul .current {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul .dots:hover {
  border-color: transparent !important;
}

.ht-pagination .page-numbers {
  display: flex;
}

.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 {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #667085;
  background-color: #E4E7EC;
}

.pagination span.current {
  background-color: #006D77;
  color: #fff;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  clear: both;
}

.blog-pagination .page-numbers {
  margin-right: 10px;
}

.blog-pagination span.current,
.blog-pagination a.page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.ht-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ht-pagination li {
  list-style: none;
  display: inline-block;
}

.ht-pagination .page-numbers {
  margin-right: 10px;
  justify-content: center;
}

.ht-pagination a.page-numbers:not(.dots) {
  border: none;
  background-color: #E4E7EC;
}

.ht-pagination span.current,
.ht-pagination a.page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
}

.ht-pagination .fa-angle-double-left:before {
  content: "\f124";
  font-family: "ionicons" !important;
  font-size: 12px;
  line-height: 50px;
  font-weight: 300;
}

.ht-pagination .fa-angle-double-right:before {
  content: "\f125";
  font-family: "ionicons" !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 50px;
}

.blog5 .ht-pagination {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-top: none;
  padding: 0 21px;
}

.blog5 .ht-pagination .page-numbers {
  margin-right: 10px;
  justify-content: 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: 53px;
}

.container-blog-post {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding-bottom: 47px;
  border-bottom: 1px solid #E4E7EC;
}

.button-read-more {
  border: none;
}

.button-read-more a {
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
}

.button-read-more a:hover {
  color: #fff !important;
}

.button-read-more:hover {
  color: #fff;
}

.blog-preset1.widget-blog-post .entry-title {
  padding: 2px 0 0 0;
}

.blog-preset1.widget-blog-post .blog-footer-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #E4E7EC;
  margin-top: 21px;
  padding-top: 13px;
}

.blog-preset1.widget-blog-post .blog-article {
  margin-bottom: 43px;
}

.blog-preset1.widget-blog-post time.if-item.if-date {
  margin-left: 16px;
}

.info-blog-change .entry-meta {
  margin-top: 7px;
  margin-bottom: 9px;
  font-size: 13px;
}

.btnblog-readmore {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.13px;
  transition: 0.3s;
}

.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 {
  margin-bottom: 22px;
}

.blog #theme-container > .container, .archive #theme-container > .container, .search #theme-container > .container {
  margin-top: 100px;
}

.if-author .avatar {
  border-radius: 50%;
  margin-right: 13px;
}

.if-author a {
  color: #101828;
}

.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;
}

#reply-title {
  font-weight: bold;
}

.blog #main[class*="col-"].col-md-12.col-lg-12.no-sidebar,
.single #main[class*="col-"].col-md-12.col-lg-12.no-sidebar,
.search #main[class*="col-"].col-md-12.col-lg-12.no-sidebar {
  clear: both;
}

.blog4 .blog-preset-4 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E7EC;
}

.blog4 .blog-preset-4 .item-blog {
  position: relative;
}

@media (min-width: 768px) {
  .blog4 .blog-preset-4 .item-blog {
    display: flex;
    flex-direction: row;
  }
  .blog4 .blog-preset-4 .item-blog .entry-thumbnail,
  .blog4 .blog-preset-4 .item-blog .info-item-blog {
    width: 39%;
  }
  .blog4 .blog-preset-4 .item-blog .info-item-blog {
    flex-grow: 1;
  }
  .blog4 .blog-preset-4 .item-blog .entry-thumbnail {
    margin-right: 30px;
  }
}

.blog4 .blog-preset-4 .item-blog .cover-image img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.blog4 .blog-preset-4 .item-blog .entry-title.blog-entry-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.4px;
  margin-top: -9px;
}

@media (max-width: 768px) {
  .blog4 .blog-preset-4 .item-blog .entry-title.blog-entry-title {
    margin-top: 15px;
  }
}

.blog4 .blog-preset-4 .item-blog .entry-content {
  margin-top: 14px;
}

.column-1 {
  column-count: 1;
  column-gap: 42px;
}

.column-1 .blog-preset-5 {
  break-inside: avoid;
}

.column-1 .blog-preset-5 .item-blog.entry-wrapper {
  border-bottom: 1px solid #E4E7EC;
}

@media (min-width: 768px) {
  .column-2 {
    column-count: 2;
    column-gap: 42px;
  }
  .column-2 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-3 {
    column-count: 3;
    column-gap: 42px;
  }
  .column-3 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-4 {
    column-count: 4;
    column-gap: 42px;
  }
  .column-4 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-5 {
    column-count: 5;
    column-gap: 42px;
  }
  .column-5 .blog-preset-5 {
    break-inside: avoid;
  }
}

.single-post .blog-article-sum .entry-image {
  margin-bottom: 0;
}

.search .blog-article-sum .entry-title {
  margin-bottom: 15px;
}

.tag-dot {
  font-size: 12px;
  line-height: 16px;
  color: #667085;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgNSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGN4PSIyLjUiIGN5PSIyLjUiIHI9IjIuNSIgZmlsbD0iIzY2NzA4NSIvPgo8L3N2Zz4K) no-repeat left center;
  display: block;
  padding: 0px 0px 0px 10px;
  text-transform: uppercase;
}

.grid-4-img {
  position: relative;
  padding-bottom: 15px;
  margin-top: 25px;
}

.grid-4-img img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
  transition: 0.2s;
}

@media (min-width: 1330px) {
  .grid-4-img:before {
    content: "";
    position: absolute;
    bottom: -7px;
    right: -20px;
    width: 100%;
    border-radius: 16px;
    background-color: #D1ECFD;
    top: 20px;
    transition-duration: 0.2s;
  }
}

@media (min-width: 1330px) {
  .item-blog:hover .grid-4-img::before {
    right: -10px;
    top: 10px;
    bottom: 3px;
    transition-duration: 0.2s;
  }
}

.single .blog-article {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .single .blog-article .agon-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: 801px;
  margin: 0 auto 10px;
}

.single .blog-article-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-bottom: 15px;
}

.single .blog-article-header .category-blog {
  padding-bottom: 7px;
}

.single .blog-article-header .blog-header-info .if-date {
  order: 1;
}

.single .agon-blog-single-thumbnail {
  text-align: center;
}

.single .agon-blog-single-thumbnail img {
  border-radius: 10px;
}

.single .agon-blog-content h5 {
  margin-top: 37px;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
}

.single .agon-blog-content p {
  letter-spacing: 0.3px;
  margin: 0 0 1.55em;
}

.single .agon-blog-content .wp-block-columns {
  align-items: center;
}

.single .agon-blog-content .wp-block-columns p:last-child {
  margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 2em;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .wp-block-column:not(:first-child) {
    margin: 0;
  }
}

.blog-article .entry-footer-agon {
  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;
}

.blog-article-header .category-blog {
  padding-bottom: 11px;
  letter-spacing: 0.3px;
}

.page-header {
  background-color: #ffffff;
  min-height: 33px;
}

.page-header .entry-header {
  height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.page-header .entry-header .entry-title {
  color: #292929;
  letter-spacing: 0.72px;
  text-align: center;
}

.entry-categories {
  display: inline-block;
}

.entry-categories:after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.entry-categories a {
  display: inline-block;
}

.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
 */
.agon-ibox-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agon-entry-footer-agon {
  display: flex;
  justify-content: space-between;
  padding-bottom: 43px;
}

.agon-entry-footer-agon .tagcloud {
  color: #292929;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.agon-entry-footer-agon .tagcloud a {
  color: #7e7e8a;
  text-transform: lowercase;
  font-size: 14px;
  transition: all 0.3s;
  font-weight: 400;
}

.agon-entry-footer-agon .tagcloud a:hover {
  color: #f63e60 !important;
}

.single .share-social .title-share {
  margin-top: 6px;
  padding-bottom: 14px;
}

.comment-form-cookies-consent {
  display: none;
}

.comment-notes {
  font-size: 12px;
  font-style: italic;
  color: #b1b1b1;
  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: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.48px;
  margin: 0;
}

.blog-article-sum .entry-footer-agon {
  clear: both;
}

.blog-article-sum .tagcloud a {
  color: #333;
}

.blog-article-sum .entry-footer-agon a {
  margin-top: 12px;
}

.row-post {
  margin-left: -8px;
  margin-right: -8px;
  float: left;
}

@media (min-width: 992px) {
  .row-post .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 71%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .row-post .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 29%;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.single-post .section-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 62px;
}

.single-post .section-box .banner-hero.banner-head-image {
  background-size: cover !important;
  background-repeat: top center !important;
  background-repeat: no-repeat !important;
  padding-top: 132px;
  padding-bottom: 130px;
  position: relative;
}

.single-post .section-box .banner-hero.banner-head-image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 24, 40, 0.5);
  z-index: 1;
}

.single-post .section-box .banner-hero.banner-head-image .container {
  z-index: 2;
  position: relative;
}

.single-post .section-box .text-center {
  text-align: center !important;
}

.single-post .section-box .if-item.if-cat {
  padding: 11px 28px;
  background-color: #BEE1E6;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
}

.single-post .section-box .info-post-new {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-post .entry-title {
  margin: 33px auto 0;
  font-weight: bold;
  font-size: 56px;
  line-height: 64px;
  color: #ffffff;
  max-width: 801px;
  font-family: Chivo;
}

.single-post .text-summary p {
  margin-bottom: 45px;
  font-weight: 700;
}

.single-post .container-blog-post img {
  border-radius: 10px;
}

.single-post .blog-article-sum .entry-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 36px;
  letter-spacing: 0.48px;
}

.single-post .blog-article-sum .entry-meta {
  margin-top: 8px;
}

.single-post .blog-article-sum .entry-image {
  margin-bottom: 31px;
}

.single-post .blog-article-sum .entry-footer-agon {
  margin-top: 42px;
  display: block;
  float: left;
  width: 100%;
}

.single-post .entry-content p {
  margin: 0 0 24px;
  font-weight: 400;
}

.single-post .entry-content p a {
  text-decoration: underline;
}

.single-post .entry-content h3.agon-h3 {
  margin: 37px 0;
  color: #000000;
  font-weight: 700;
  font-size: 35px;
  line-height: 38px;
}

.single-post .entry-content h4.agon-h4 {
  margin: 37px 0 34px;
  color: #000000;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

.single-post .entry-content img.image-post1 {
  margin-top: 10px;
}

.single-post .entry-content img.mb-20 {
  margin-bottom: 25px;
}

.single-post .entry-content .mt-45 {
  margin-bottom: 50px;
  display: block;
  float: left;
}

.single-post .entry-content .caption-img {
  font-size: 14px;
  color: #98A2B3;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 14px;
}

.single-post .entry-content ul.no-space {
  margin: 0;
}

.single-post .entry-content ul.no-space li {
  line-height: 25px;
}

.single-post .entry-content .post-custome-agon strong {
  font-weight: 500;
}

.single-post .entry-content .wp-block-image {
  margin-top: 36px;
  margin-bottom: 36px;
}

.single-post .entry-content .wp-block-image figcaption {
  margin-top: 0.8em;
  font-size: 13px;
}

.single-post .entry-footer {
  margin-top: 12px;
  display: block;
  float: left;
  width: 100%;
}

@media (max-width: 782px) {
  .single-post .entry-footer {
    padding-top: 0px;
  }
}

.single-post .entry-footer .agon-entry-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575px) {
  .single-post .entry-footer .agon-entry-footer {
    display: unset;
  }
}

.single-post .entry-footer .agon-entry-footer .tagcloud {
  font-size: 12px;
  font-weight: 500;
}

.single-post .entry-footer .agon-entry-footer .tagcloud a {
  font-weight: 400;
  font-size: 13px;
}

.single-post .entry-footer .agon-entry-footer .tagcloud a:first-child {
  padding-left: 10px;
}

.single-post .blog-img-user {
  position: relative;
  padding: 4px 0px 0px 70px;
  min-height: 60px;
  display: grid;
}

.single-post .blog-img-user .img-user-round {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
}

.single-post .blog-img-user .img-user-round img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

.single-post h4.text-body-lead {
  margin: 0px 0 -5px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.single-post .if-item.if-date {
  font-size: 12px;
  font-weight: bold;
  color: #667085;
}

.single-post .if-comment {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  background: #BEE1E6;
  border-radius: 50px;
}

.single-post .if-comment a {
  color: #006D77;
  font-size: 14px;
  line-height: 14px;
}

.single-post .share-social .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post .share-social .social-list li {
  line-height: unset;
  margin-bottom: 10px;
}

.single-post .share-social .social-list li a {
  font-size: 20px;
  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-facebook {
  color: #3b5999;
}

.single-post .share-social .social-list li .fa-twitter {
  color: #03a9f4;
}

.single-post .share-social .social-list li .fa-pinterest-p {
  color: #d32f2f;
}

.single-post .share-social .social-list li .fa-tumblr-square {
  color: #001935;
}

.single-post .share-social .social-list li .fa-envelope {
  color: #ff4b26;
}

.single-post .share-social .social-list li .fa-linkedin {
  color: #0077b7;
}

@media (min-width: 768px) {
  .single-post .social-sticky {
    position: sticky;
    top: 150px;
    margin-left: 99px;
  }
}

.agon-author-inffo {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 12px;
}

.agon-author-inffo .image-user {
  display: block;
  float: left;
  width: 14%;
}

@media (max-width: 575px) {
  .agon-author-inffo .image-user {
    width: 20%;
  }
}

.agon-author-inffo .image-user img {
  border-radius: 50%;
}

.agon-author-inffo .info-user {
  margin-left: 37px;
  margin-top: -5px;
  width: 86%;
}

@media (max-width: 575px) {
  .agon-author-inffo .info-user {
    margin-left: 25px;
    width: 80%;
  }
}

.agon-author-inffo .info-user a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.agon-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: 992px) {
  .container-poststyle2 {
    margin: 0 235px;
    width: -webkit-fill-available !important;
  }
}

.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 #ddd;
  }
}

.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;
  }
}

.name-tag,
.title-share {
  font-family: Chivo;
  color: #98A2B3;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

blockquote {
  padding: 15px;
  padding-left: 35px;
  margin: 44px 26px 25px 0;
}

@media (max-width: 575px) {
  blockquote {
    margin: 20px 0;
  }
}

blockquote p {
  font-size: 1.3em;
  letter-spacing: 0 !important;
  font-weight: 300 !important;
  line-height: 1.6;
}

blockquote strong {
  font-weight: 600;
}

blockquote cite {
  font-size: 14px;
}

.comment-form-wrap {
  display: block;
  float: left;
  width: 100%;
}

.comment-form-wrap #commentform #author,
.comment-form-wrap #commentform #email {
  margin-top: 8px;
}

.comment-form-wrap label abbr {
  text-decoration: none;
}

.box-quote {
  border-radius: 20px;
  padding: 44px 100px 57px;
  background-color: #006D77;
  color: #fff;
  margin: 50px 0px 50px 0px;
}

.box-quote .text-quote {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTUiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NSA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjA5NTcgMTIuODgxMkMyMy40NzExIDEyLjMwNDQgMjQuMDQ3OSAxMC42NjI3IDIzLjQyNjcgOS4zMzE2OEwyMS4yNTI3IDQuNzYxN0MyMC42MzE1IDMuNDc1NDUgMTkuMTIyOSAyLjg5ODIxIDE3Ljc5MTkgMy40NzU0NUMxNC4wMjA1IDUuMDcyNzIgMTAuNzgxNiA3LjE1ODA2IDguMjA4MjMgOS42ODcwOEM1LjA1ODA0IDEyLjY1OTMgMi45MjgzNCAxNi4wNzU3IDEuNzc0NzUgMTkuODQ3MUMwLjYyMTE2MyAyMy42NjMyIDAgMjguODU0IDAgMzUuNDY0OVY0OS4wODYxQzAgNTAuNTUwMyAxLjE5Nzk2IDUxLjc0ODMgMi42NjIxMyA1MS43NDgzSDIwLjA5OTFDMjEuNTYzMiA1MS43NDgzIDIyLjc2MTIgNTAuNTUwMyAyMi43NjEyIDQ5LjA4NjFWMzEuNjQ5MkMyMi43NjEyIDMwLjE4NDYgMjEuNTYzMiAyOC45ODcxIDIwLjA5OTEgMjguOTg3MUgxMS43NTc3QzExLjg0NjUgMjQuNTA1NCAxMi45MTEzIDIwLjkxMTkgMTQuODYzNSAxOC4yMDVDMTYuNDYwOCAxNi4wMzE4IDE4Ljg1NjcgMTQuMjU3MSAyMi4wOTU3IDEyLjg4MTJaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNTMuNDIwNCAxMi44ODExQzU0Ljc5NTkgMTIuMzA0MyA1NS4zNzIyIDEwLjY2MjYgNTQuNzUxNSA5LjMzMTU1TDUyLjU3NzQgNC44MDYzOEM1MS45NTYzIDMuNTE5NjggNTAuNDQ3NyAyLjk0Mjg5IDQ5LjExNjcgMy41MTk2OEM0NS4zODk3IDUuMTE2OTYgNDIuMTk0NyA3LjIwMjI5IDM5LjU3NzQgOS42ODY5NUMzNi40MjY3IDEyLjcwNCAzNC4yNTMxIDE2LjEyMDQgMzMuMDk5MSAxOS44OTE4QzMxLjk0NTUgMjMuNjE4MyAzMS4zNjkxIDI4LjgwOTkgMzEuMzY5MSAzNS40NjUyVjQ5LjA4NjRDMzEuMzY5MSA1MC41NTA2IDMyLjU2NzEgNTEuNzQ4NiAzNC4wMzEzIDUxLjc0ODZINTEuNDY4MkM1Mi45MzI0IDUxLjc0ODYgNTQuMTMwMyA1MC41NTA2IDU0LjEzMDMgNDkuMDg2NFYzMS42NDk1QzU0LjEzMDMgMzAuMTg0OSA1Mi45MzI0IDI4Ljk4NzQgNTEuNDY4MiAyOC45ODc0SDQzLjA4MjVDNDMuMTcxMiAyNC41MDU3IDQ0LjIzNjUgMjAuOTEyMyA0Ni4xODgzIDE4LjIwNTNDNDcuNzg1NiAxNi4wMzE3IDUwLjE4MTUgMTQuMjU2OSA1My40MjA0IDEyLjg4MTFaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat top center;
  padding: 83px 0px 0px 0px;
  font-size: 32px;
  line-height: 48px;
  font-family: Chivo;
  font-weight: 400;
  text-align: center;
}

.box-user {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 46px 0px 20px 0px;
}

.box-user .img-user {
  display: inline-block;
  width: 55px;
  margin-right: 15px;
  vertical-align: middle;
}

.box-user p {
  margin: 0 !important;
}

.box-user p .text-heading-5 {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}

.blog-article .tagcloud a {
  font-family: "Noto Sans",sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-radius: 8px;
  padding: 12px 20px;
  background-color: #E4E7EC;
  color: #101828;
}

.blog-article .tagcloud a:hover {
  background-color: #101828;
  color: #fff !important;
}

.comment-reply-title {
  font-weight: normal;
}

#respond {
  width: 100%;
  float: left;
  padding-top: 60px;
  border-top: 1px solid #E4E7EC;
}

#commentform #comment {
  margin-bottom: 36px;
  margin-top: 8px;
  border-radius: 16px;
  border: 2px solid #E4E7EC;
  padding: 23px 28px;
  width: 100%;
  color: #98A2B3;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  min-height: 137px;
}

#commentform #comment:focus {
  border-color: #fb4e50;
}

#commentform #comment:focus::placeholder {
  color: #292929;
  opacity: 1;
  font-size: inherit;
}

#commentform #comment::placeholder {
  opacity: 1;
  font-size: inherit;
}

#commentform #comment:-ms-input-placeholder {
  opacity: 1;
  font-size: inherit;
}

#commentform #comment::-ms-input-placeholder {
  opacity: 1;
  font-size: inherit;
}

#commentform #author,
#commentform #email {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  max-width: 100%;
  float: left;
  margin-bottom: 25px;
}

#commentform #author:focus,
#commentform #email:focus {
  border-color: #fb4e50;
}

#commentform #author:focus::placeholder,
#commentform #email:focus::placeholder {
  color: #292929;
  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 {
  min-width: 170px;
  height: 56px;
  padding: 0 27px;
  font-size: 18px;
  border: none;
  border-radius: 50px;
}

#comments {
  padding-top: 32px;
}

#comments .comment-list {
  padding-bottom: 38px;
}

#comments textarea::placeholder,
#comments input::placeholder {
  font-size: 12px;
  color: #948f84;
  letter-spacing: 0.1px;
}

#reply-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: normal;
  color: #101828;
}

#reply-title small {
  font-size: 80%;
}

.comments-area {
  margin-top: 16px;
  padding: 40px 0;
  padding-bottom: 19px;
}

#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: 42px;
  font-weight: 700;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 44px;
}

.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-top: none;
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
  float: left;
  width: 100%;
}

.comment-item {
  padding-bottom: 23px;
  margin-bottom: 33px;
  border-bottom: 1px solid #E4E7EC;
}

.comment-item:last-child {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 24px;
}

.comment-avatar {
  width: 60px;
  float: left;
  margin-right: 25px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  max-width: 100%;
  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: -9px;
}

.comment-author .comment-author-name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: normal;
}

.comment-author .comment-time {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 400;
  margin-top: -1px;
  text-transform: uppercase;
}

.comment-info a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.13px;
}

.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: 5px;
}

.comment-time {
  font-size: 13px;
  letter-spacing: 0.26px;
}

.comment-text,
.reply {
  font-size: 14px;
  line-height: 24px;
}

.reply {
  display: flex;
  align-items: center;
}

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;
}

.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;
}

.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 .meta {
  margin-bottom: 8px;
}

.comment-list .fn {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 0;
  color: #101828;
  margin: 0 0 4px 0;
}

@media (min-width: 769px) {
  .comment-list .fn {
    max-width: 160px;
  }
}

.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;
}

.comment-list .comment-date {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: #667085;
}

.comment-list .item-comment {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px 0px 0px 250px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .comment-list .item-comment {
    padding: 65px 0px 0px 0px;
  }
}

.comment-list .item-comment .blog-img-user {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 0px;
}

.comment-list .comment-content {
  border-radius: 0px 16px 16px 16px;
  background-color: #F2F4F7;
  color: #101828;
  padding: 20px;
}

ol.comment-list li {
  vertical-align: baseline;
}

ol.comment-list .box-comments ul li .item-comment {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 250px;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  ol.comment-list .box-comments ul li .item-comment {
    padding: 65px 0px 0px 0px;
  }
}

ol.comment-list .review .comment_container {
  border: 1px solid #ececec;
  display: flex;
  margin: 0 0 15px 0;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 20px;
  transition: 0.2s;
}

@media (max-width: 991px) {
  .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;
    padding-bottom: 40px;
  }
}

.blog .cover-image img {
  height: 255px;
  object-fit: cover;
  width: 100%;
}

.blog .blog-article-sum {
  padding: 0 32px;
}

.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: #292929;
}

#theme-page-title {
  width: 100%;
}

.widget-blog-post .ht-grid-item {
  display: flex;
}

.widget-blog-post .entry-title {
  margin: 0;
  padding: 11px 0 0 0;
}

.widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 18px;
}

.widget-blog-post .entry-content {
  margin-top: 10px;
}

.widget-blog-post .entry-content p {
  margin: 0;
}

.widget-blog-post .blog-header-info-blog {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 400;
  text-transform: uppercase;
}

.widget-blog-post .item-blog {
  margin-bottom: 45px;
}

.widget-blog-post .agon-pagination.pagination {
  margin: 0;
}

.blog2 .widget-blog-post,
.blog3 .widget-blog-post,
.blog5 .widget-blog-post {
  padding-left: 21px;
  padding-right: 21px;
}

.blog2 .widget-blog-post .item-blog,
.blog3 .widget-blog-post .item-blog,
.blog5 .widget-blog-post .item-blog {
  margin-bottom: 88px;
}

.blog2 .widget-blog-post .item-blog .entry-thumbnail,
.blog3 .widget-blog-post .item-blog .entry-thumbnail,
.blog5 .widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 32px;
  max-height: 450px;
}

.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: 28px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 32px;
}

.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%;
  padding: 0 70px;
  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 a:before,
.related-box .post-navigation .nav-links .nav-next a:before {
  font-family: "themify";
  font-size: 9px;
  position: absolute;
  top: 30%;
  padding: 8px;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  background-color: #fff;
  color: #7c7c7c;
  border: 1px solid #7c7c7c;
}

.related-box .post-navigation .nav-links .nav-previous {
  padding-left: 46px;
}

.related-box .post-navigation .nav-links .nav-previous a:before {
  content: '\e64a';
  left: 0;
}

.related-box .post-navigation .nav-links .nav-next {
  padding-right: 46px;
  text-align: right;
  float: right;
  border-left: 1px solid #e8e8e8;
}

@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 .nav-next a:before {
  content: "\e649";
  right: 0;
}

.related-box .post-navigation .nav-links .agon-article-nav-text {
  font-size: 12px;
  text-transform: uppercase;
  color: #858585;
  letter-spacing: 0.24px;
  font-weight: 600;
}

.related-box .post-navigation .nav-links .title-nav {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.13px;
  line-height: 24px;
  margin-top: 10px;
  color: #101828;
}

.related-box .post-navigation .nav-links a:hover .agon-article-nav-text,
.related-box .post-navigation .nav-links a:hover .title-nav {
  color: #fb4e50;
}

.related-box .post-navigation .nav-links a:hover:before {
  background-color: #fb4e50;
  border-color: #fb4e50;
  color: #fff;
}

.navigation.post-navigation {
  margin-top: 30px;
  padding: 24px 0 0 0;
  border-top: 1px solid #E4E7EC;
}

.related-articles {
  padding: 28px 0 26px 0;
  border-top: 1px solid #E4E7EC;
  margin-top: 29px;
}

.related-agon {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .related-agon {
    display: unset;
  }
}

@media (max-width: 575px) {
  .agon-post-related {
    width: 100% !important;
  }
  .agon-post-related:first-child {
    margin-bottom: 30px;
  }
}

.agon-post-related {
  width: calc( 100% / 3);
  margin: 0 15px;
}

@media (max-width: 575px) {
  .agon-post-related {
    margin: 0;
  }
}

.agon-post-related .box-img {
  position: relative;
}

.agon-post-related .full-width {
  max-height: 450px;
  object-fit: cover;
  margin-bottom: 11px;
}

.agon-post-related .title-related-post {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.13px;
  font-weight: 600;
  margin: 2px 0 0 0;
}

.agon-post-related .entry-meta {
  padding-top: 2px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #959595;
}

.agon-post-related .entry-meta a {
  color: #959595;
}

.agon-post-related .entry-meta .if-author {
  display: none;
}

.agon-post-related .entry-meta .if-item.if-cat:before {
  content: '';
  margin: 0;
}

.agon-post-related .box-img img {
  border-radius: 0;
  object-fit: cover;
  height: 170px;
  width: 100%;
}

@media (max-width: 768px) {
  .agon-post-related .box-img img {
    height: 170px;
  }
}

.title-related {
  font-size: 18px;
  margin-bottom: 34px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

.agon-entry-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 43px;
  clear: both;
}

/* 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: 21px;
}

.widget:not(.footer-widget) {
  width: 100%;
}

.widget .widget-title {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 0.26px;
}

.widget:first-of-type .widget-title {
  margin-top: 0;
}

.widget > ul {
  padding-left: 0;
}

.widget li {
  list-style: none;
  font-size: 16px;
  color: #667085;
}

.widget a {
  font-size: 16px;
  line-height: 36px;
  color: #667085;
}

.widget select {
  height: 50px;
  padding: 0 15px;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 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 {
  font-size: 16px;
  display: inline-block;
  line-height: unset;
  letter-spacing: 0.3px;
  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;
}

@media (max-width: 575px) {
  .widget-area .widget_search {
    margin-top: 30px;
  }
}

.widget-area .widget .tagcloud a {
  color: #826540;
  font-size: 16px;
  display: inline-block;
  padding: 4px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 1px 5px 0;
  line-height: unset;
  transition: 0.3s;
}

.widget-area .widget .tagcloud a:hover {
  color: #ffffff;
  background-color: #fb4e50;
}

.widget-area .widget_categories .widget-title {
  margin-top: 12px;
  margin-bottom: 15px;
}

.widget-area .widget_categories ul {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li {
  line-height: unset;
}

.widget-area .widget_categories ul li a {
  line-height: 35px;
  font-size: 16px;
  padding: 0;
  letter-spacing: 0.3px;
}

.widget-area .widget_tag_cloud {
  margin-top: 5px;
  margin-bottom: 28px;
}

.widget-area .search-field {
  height: 45px;
  border: 1px solid #dddddd;
  padding: 0 19px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
  font-size: 16px;
}

.widget-area .search-submit {
  font-size: 21px;
  transform: unset;
  color: #948f84;
}

.widget-area .search-submit:hover {
  transform: unset;
}

.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;
  letter-spacing: 0.3px;
}

.agon-entry-footer .tagcloud a {
  line-height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.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;
  display: inline-block;
}

.widget_archive ul li a,
.widget_categories ul li a,
.widget_product_categories ul li a {
  display: inline-block;
  width: 88%;
}

/* search */
.search-form {
  position: relative;
}

.search-no-results .search-form {
  max-width: 400px;
}

.search-field {
  height: 45px;
  padding: 0 19px;
  border-radius: 0;
  background-color: #f8f8f8;
  width: 100%;
  font-size: 16px;
}

.search-field:focus {
  border-color: #fb4e50;
}

.search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: #101828;
  transform: rotatey(0deg);
}

.widget.widget_search .search-field {
  height: 50px;
  border-radius: 25px;
  background-color: transparent;
}

.widget.widget_search .search-field::placeholder {
  opacity: 1;
  font-weight: 400;
}

.widget.widget_search .search-field:focus {
  border-color: #2F2F30;
}

.widget.widget_search .search-field:focus::placeholder {
  opacity: 1;
}

.widget.widget_search .search-submit {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 0;
  border: none;
  right: 0;
  top: 0;
  background: transparent !important;
}

.widget.widget_search .search-submit:hover {
  transform: unset;
}

.elementor-widget-container .widget.widget_categories {
  margin-top: 12px;
}

.elementor-widget-container .widget.widget_categories .widget-title {
  margin-bottom: 14px;
}

.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: 28px;
  margin-top: -10px;
}

.elementor-widget-container .widget_tag_cloud .tagcloud a,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a {
  color: #767676;
  font-size: 16px;
  display: inline-block;
  padding: 4px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 1px 5px 0;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-container .widget_product_tag_cloud .tagcloud {
  margin-top: -10px;
}

.elementor-widget-container .agon_widget_recent_entries .widget-title {
  margin-bottom: 18px;
  margin-top: 8px;
}

.elementor-widget-container .agon_widget_recent_entries .agon-entries li.agon-entry {
  margin-bottom: 32px;
}

.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;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 27px;
}

/* 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;
}

.agon_widget_recent_entries .widget-title {
  margin-bottom: 28px;
}

.agon_widget_recent_entries ul {
  margin-bottom: 0;
  margin-top: 0;
}

.agon_widget_recent_entries ul li.agon-entry {
  display: flex;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  line-height: unset;
}

@media (max-width: 1024px) {
  .agon_widget_recent_entries ul li.agon-entry {
    align-items: flex-start;
  }
}

.agon_widget_recent_entries ul li.agon-entry:hover img {
  transform: scale(1.15);
}

.agon_widget_recent_entries ul li.agon-entry .agon-entry-thumbnail {
  float: left;
  margin-right: 18px;
  overflow: hidden;
  border-radius: 0;
}

.agon_widget_recent_entries ul li.agon-entry .agon-entry-thumbnail img {
  object-fit: cover;
  vertical-align: top;
  position: relative;
  transition-duration: 0.5s;
  width: 70px;
}

.agon_widget_recent_entries ul li.agon-entry .agon-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 90px);
}

.agon_widget_recent_entries ul li.agon-entry .agon-recent-post-detail a {
  letter-spacing: 0.3px;
}

.agon_widget_recent_entries ul li.agon-entry .agon-recent-post-detail .agon-recent-post-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
  color: #101828;
  text-transform: uppercase;
  margin-top: 1px;
}

.agon_widget_recent_entries ul li.agon-entry .agon-recent-post-detail .agon-recent-post-on {
  font-size: 12px;
  line-height: 1.5;
  color: #767676;
  text-transform: uppercase;
  margin-top: 9px;
}

.agon_widget_recent_entries ul li.agon-entry:last-child {
  margin-bottom: 0;
}

.agon_widget_recent_entries ul li.agon-entry:first-child {
  padding-top: 0;
}

.widget.widget_archive .widget-title {
  margin-bottom: 13px;
}

.widget.widget_archive ul {
  margin-top: 0;
}

.widget.widget_archive ul a {
  padding: 0;
}

.elementor-widget-container .agon-entries {
  padding-left: 0;
  margin: 0;
}

.elementor-widget-container .agon-entries li.agon-entry {
  display: flex;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
  align-items: center;
  line-height: unset;
}

@media (max-width: 1024px) {
  .elementor-widget-container .agon-entries li.agon-entry {
    align-items: flex-start;
  }
}

.elementor-widget-container .agon-entries li.agon-entry:hover img {
  transform: scale(1.15);
  border-radius: 5px;
}

.elementor-widget-container .agon-entries li.agon-entry .agon-entry-thumbnail {
  max-height: 100px;
  max-width: 100px;
  width: 86px;
  float: left;
  margin-right: 17px;
  overflow: hidden;
}

.elementor-widget-container .agon-entries li.agon-entry .agon-entry-thumbnail img {
  object-fit: cover;
  vertical-align: top;
  position: relative;
  transition-duration: 0.5s;
}

.elementor-widget-container .agon-entries li.agon-entry .agon-recent-post-detail {
  display: flex;
  flex-direction: column;
  width: calc( 100% - 50px);
  margin-top: -4px;
}

.elementor-widget-container .agon-entries li.agon-entry .agon-recent-post-detail .agon-recent-post-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: normal;
}

.elementor-widget-container .agon-entries li.agon-entry .agon-recent-post-detail .agon-recent-post-on {
  font-size: 12px;
  letter-spacing: 0.12px;
  margin-top: 13px;
  line-height: 12px;
  color: #767676;
}

.elementor-widget-container .agon-entries li.agon-entry:last-child {
  margin-bottom: 0;
}

.elementor-widget-container .agon-entries li.agon-entry:first-child {
  padding-top: 8px;
}

.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.elementor-widget-wp-widget-agon-recent-posts .elementor-widget-container h5 {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 18px;
  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-agon-recent-posts .elementor-widget-container .cat-item a {
  font-size: 16px;
  padding: 4px 0;
}

.elementor-widget-wp-widget-search .search-field {
  height: 45px;
  border: none;
  padding: 0 19px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
}

.elementor-widget-wp-widget-search .search-submit {
  transform: unset;
}

.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 .info-item-blog {
  padding: 21px 30px 30px 30px;
  background-color: #eee;
  border-radius: 16px;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border: 1px solid #dddddd;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0 0 0 20px;
}

html {
  scroll-behavior: smooth;
}

#main {
  clear: both;
}

#main[class*="col-"] {
  clear: none;
}

.page-404-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.image-404 {
  font-size: 220px;
  fill: #7f7f7f;
}

.not-found {
  clear: both;
  padding: 10px 0 200px 0;
}

.not-found:after {
  content: " ";
  display: table;
}

.not-found:after {
  clear: both;
}

@media (min-width: 768px) {
  .not-found .image-404 svg {
    font-size: 565px;
    margin-bottom: -152px;
  }
}

.not-found h3.oops {
  margin: 42px 0 22px 0;
  color: #101828;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: normal;
}

.not-found p.title {
  max-width: 510px;
  color: #667085;
  line-height: 24px;
  font-size: 22px;
  padding-bottom: 60px;
}

.not-found button.button-404 {
  border: none;
  border-radius: 50px;
}

.not-found button.button-404 a {
  font-size: 18px;
  letter-spacing: 0.12px;
  font-weight: 400;
  line-height: 66px;
  padding: 22px 30px;
}

.not-found button.button-404 a .back-home {
  padding-left: 12px;
}

body.error404 #theme-footer {
  margin-top: 0;
}

.btn.btn-black:hover {
  background-color: #E4E7EC;
  color: #101828;
}

.container_box {
  display: flex;
}

.container_box #theme-menu-pusher {
  max-width: 1370px;
  margin: 0 auto;
}

.dropdown {
  position: relative;
}

.dropdown:not(:last-child) {
  margin-right: 25px;
}

.dropdown:hover .dropdown__content {
  display: block;
  z-index: 9999;
}

.dropdown__content {
  position: absolute;
  display: none;
  min-width: 80px;
  background-color: #1a1a1a;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown__content a {
  display: block;
  color: rgba(255, 255, 255, 0.54);
  padding: 5px 10px;
}

.multi-language {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  padding: 5px 15px;
  width: 130px;
}

.dropdown {
  cursor: pointer;
  color: #9f876a;
  font-weight: 500;
}

@font-face {
  font-family: "uicons-regular-rounded";
  src: url("fonts/uicons/uicons-regular-rounded.eot");
  src: url("fonts/uicons/uicons-regular-rounded.eot") format("embedded-opentype"), url("fonts/uicons/uicons-regular-rounded.woff") format("woff"), url("fonts/uicons/uicons-regular-rounded.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

i[class^="fi-rr-"],
span[class^="fi-rr-"] {
  line-height: 0 !important;
}

i[class^="fi-rr-"]:before,
i[class*=" fi-rr-"]:before,
span[class^="fi-rr-"]:before,
span[class*="fi-rr-"]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fi-rr-add:before {
  content: "\f101";
}

.fi-rr-address-book:before {
  content: "\f102";
}

.fi-rr-alarm-clock:before {
  content: "\f103";
}

.fi-rr-align-center:before {
  content: "\f104";
}

.fi-rr-align-justify:before {
  content: "\f105";
}

.fi-rr-align-left:before {
  content: "\f106";
}

.fi-rr-align-right:before {
  content: "\f107";
}

.fi-rr-ambulance:before {
  content: "\f108";
}

.fi-rr-angle-double-left:before {
  content: "\f109";
}

.fi-rr-angle-double-right:before {
  content: "\f10a";
}

.fi-rr-angle-double-small-left:before {
  content: "\f10b";
}

.fi-rr-angle-double-small-right:before {
  content: "\f10c";
}

.fi-rr-angle-down:before {
  content: "\f10d";
}

.fi-rr-angle-left:before {
  content: "\f10e";
}

.fi-rr-angle-right:before {
  content: "\f10f";
}

.fi-rr-angle-small-down:before {
  content: "\f110";
}

.fi-rr-angle-small-left:before {
  content: "\f111";
}

.fi-rr-angle-small-right:before {
  content: "\f112";
}

.fi-rr-angle-small-up:before {
  content: "\f113";
}

.fi-rr-angle-up:before {
  content: "\f114";
}

.fi-rr-apple:before {
  content: "\f115";
}

.fi-rr-apps-add:before {
  content: "\f116";
}

.fi-rr-apps-delete:before {
  content: "\f117";
}

.fi-rr-apps-sort:before {
  content: "\f118";
}

.fi-rr-apps:before {
  content: "\f119";
}

.fi-rr-archive:before {
  content: "\f11a";
}

.fi-rr-arrow-down:before {
  content: "\f11b";
}

.fi-rr-arrow-from-bottom:before {
  content: "\f11c";
}

.fi-rr-arrow-left:before {
  content: "\f11d";
}

.fi-rr-arrow-right:before {
  content: "\f11e";
}

.fi-rr-arrow-small-down:before {
  content: "\f11f";
}

.fi-rr-arrow-small-left:before {
  content: "\f120";
}

.fi-rr-arrow-small-right:before {
  content: "\f121";
}

.fi-rr-arrow-small-up:before {
  content: "\f122";
}

.fi-rr-arrow-up:before {
  content: "\f123";
}

.fi-rr-asterik:before {
  content: "\f124";
}

.fi-rr-at:before {
  content: "\f125";
}

.fi-rr-backpack:before {
  content: "\f126";
}

.fi-rr-badge:before {
  content: "\f127";
}

.fi-rr-balloons:before {
  content: "\f128";
}

.fi-rr-ban:before {
  content: "\f129";
}

.fi-rr-band-aid:before {
  content: "\f12a";
}

.fi-rr-bank:before {
  content: "\f12b";
}

.fi-rr-barber-shop:before {
  content: "\f12c";
}

.fi-rr-baseball:before {
  content: "\f12d";
}

.fi-rr-basketball:before {
  content: "\f12e";
}

.fi-rr-bed:before {
  content: "\f12f";
}

.fi-rr-beer:before {
  content: "\f130";
}

.fi-rr-bell-ring:before {
  content: "\f131";
}

.fi-rr-bell-school:before {
  content: "\f132";
}

.fi-rr-bell:before {
  content: "\f133";
}

.fi-rr-bike:before {
  content: "\f134";
}

.fi-rr-billiard:before {
  content: "\f135";
}

.fi-rr-bold:before {
  content: "\f136";
}

.fi-rr-book-alt:before {
  content: "\f137";
}

.fi-rr-book:before {
  content: "\f138";
}

.fi-rr-bookmark:before {
  content: "\f139";
}

.fi-rr-bowling:before {
  content: "\f13a";
}

.fi-rr-box-alt:before {
  content: "\f13b";
}

.fi-rr-box:before {
  content: "\f13c";
}

.fi-rr-bread-slice:before {
  content: "\f13d";
}

.fi-rr-briefcase:before {
  content: "\f13e";
}

.fi-rr-broom:before {
  content: "\f13f";
}

.fi-rr-browser:before {
  content: "\f140";
}

.fi-rr-brush:before {
  content: "\f141";
}

.fi-rr-bug:before {
  content: "\f142";
}

.fi-rr-building:before {
  content: "\f143";
}

.fi-rr-bulb:before {
  content: "\f144";
}

.fi-rr-butterfly:before {
  content: "\f145";
}

.fi-rr-cake-birthday:before {
  content: "\f146";
}

.fi-rr-cake-wedding:before {
  content: "\f147";
}

.fi-rr-calculator:before {
  content: "\f148";
}

.fi-rr-calendar:before {
  content: "\f149";
}

.fi-rr-call-history:before {
  content: "\f14a";
}

.fi-rr-call-incoming:before {
  content: "\f14b";
}

.fi-rr-call-missed:before {
  content: "\f14c";
}

.fi-rr-call-outgoing:before {
  content: "\f14d";
}

.fi-rr-camera:before {
  content: "\f14e";
}

.fi-rr-camping:before {
  content: "\f14f";
}

.fi-rr-car:before {
  content: "\f150";
}

.fi-rr-caret-down:before {
  content: "\f151";
}

.fi-rr-caret-left:before {
  content: "\f152";
}

.fi-rr-caret-right:before {
  content: "\f153";
}

.fi-rr-caret-up:before {
  content: "\f154";
}

.fi-rr-carrot:before {
  content: "\f155";
}

.fi-rr-chart-connected:before {
  content: "\f156";
}

.fi-rr-chart-histogram:before {
  content: "\f157";
}

.fi-rr-chart-network:before {
  content: "\f158";
}

.fi-rr-chart-pie-alt:before {
  content: "\f159";
}

.fi-rr-chart-pie:before {
  content: "\f15a";
}

.fi-rr-chart-pyramid:before {
  content: "\f15b";
}

.fi-rr-chart-set-theory:before {
  content: "\f15c";
}

.fi-rr-chart-tree:before {
  content: "\f15d";
}

.fi-rr-chat-arrow-down:before {
  content: "\f15e";
}

.fi-rr-chat-arrow-grow:before {
  content: "\f15f";
}

.fi-rr-check:before {
  content: "\f160";
}

.fi-rr-checkbox:before {
  content: "\f161";
}

.fi-rr-cheese:before {
  content: "\f162";
}

.fi-rr-chess-piece:before {
  content: "\f163";
}

.fi-rr-child-head:before {
  content: "\f164";
}

.fi-rr-circle-small:before {
  content: "\f165";
}

.fi-rr-circle:before {
  content: "\f166";
}

.fi-rr-clip:before {
  content: "\f167";
}

.fi-rr-clock:before {
  content: "\f168";
}

.fi-rr-cloud-check:before {
  content: "\f169";
}

.fi-rr-cloud-disabled:before {
  content: "\f16a";
}

.fi-rr-cloud-download:before {
  content: "\f16b";
}

.fi-rr-cloud-share:before {
  content: "\f16c";
}

.fi-rr-cloud-upload:before {
  content: "\f16d";
}

.fi-rr-cloud:before {
  content: "\f16e";
}

.fi-rr-clouds:before {
  content: "\f16f";
}

.fi-rr-cocktail:before {
  content: "\f170";
}

.fi-rr-coffee:before {
  content: "\f171";
}

.fi-rr-comment-alt:before {
  content: "\f172";
}

.fi-rr-comment-check:before {
  content: "\f173";
}

.fi-rr-comment-heart:before {
  content: "\f174";
}

.fi-rr-comment-info:before {
  content: "\f175";
}

.fi-rr-comment-user:before {
  content: "\f176";
}

.fi-rr-comment:before {
  content: "\f177";
}

.fi-rr-comments:before {
  content: "\f178";
}

.fi-rr-compress-alt:before {
  content: "\f179";
}

.fi-rr-compress:before {
  content: "\f17a";
}

.fi-rr-computer:before {
  content: "\f17b";
}

.fi-rr-confetti:before {
  content: "\f17c";
}

.fi-rr-cookie:before {
  content: "\f17d";
}

.fi-rr-copy-alt:before {
  content: "\f17e";
}

.fi-rr-copy:before {
  content: "\f17f";
}

.fi-rr-copyright:before {
  content: "\f180";
}

.fi-rr-cow:before {
  content: "\f181";
}

.fi-rr-cream:before {
  content: "\f182";
}

.fi-rr-credit-card:before {
  content: "\f183";
}

.fi-rr-croissant:before {
  content: "\f184";
}

.fi-rr-cross-circle:before {
  content: "\f185";
}

.fi-rr-cross-small:before {
  content: "\f186";
}

.fi-rr-cross:before {
  content: "\f187";
}

.fi-rr-crown:before {
  content: "\f188";
}

.fi-rr-cube:before {
  content: "\f189";
}

.fi-rr-cupcake:before {
  content: "\f18a";
}

.fi-rr-cursor-finger:before {
  content: "\f18b";
}

.fi-rr-cursor-plus:before {
  content: "\f18c";
}

.fi-rr-cursor-text-alt:before {
  content: "\f18d";
}

.fi-rr-cursor-text:before {
  content: "\f18e";
}

.fi-rr-cursor:before {
  content: "\f18f";
}

.fi-rr-dart:before {
  content: "\f190";
}

.fi-rr-dashboard:before {
  content: "\f191";
}

.fi-rr-data-transfer:before {
  content: "\f192";
}

.fi-rr-database:before {
  content: "\f193";
}

.fi-rr-delete:before {
  content: "\f194";
}

.fi-rr-diamond:before {
  content: "\f195";
}

.fi-rr-dice:before {
  content: "\f196";
}

.fi-rr-diploma:before {
  content: "\f197";
}

.fi-rr-disco-ball:before {
  content: "\f198";
}

.fi-rr-disk:before {
  content: "\f199";
}

.fi-rr-doctor:before {
  content: "\f19a";
}

.fi-rr-document-signed:before {
  content: "\f19b";
}

.fi-rr-document:before {
  content: "\f19c";
}

.fi-rr-dollar:before {
  content: "\f19d";
}

.fi-rr-download:before {
  content: "\f19e";
}

.fi-rr-drink-alt:before {
  content: "\f19f";
}

.fi-rr-drumstick:before {
  content: "\f1a0";
}

.fi-rr-duplicate:before {
  content: "\f1a1";
}

.fi-rr-e-learning:before {
  content: "\f1a2";
}

.fi-rr-earnings:before {
  content: "\f1a3";
}

.fi-rr-edit-alt:before {
  content: "\f1a4";
}

.fi-rr-edit:before {
  content: "\f1a5";
}

.fi-rr-envelope-ban:before {
  content: "\f1a6";
}

.fi-rr-envelope-download:before {
  content: "\f1a7";
}

.fi-rr-envelope-marker:before {
  content: "\f1a8";
}

.fi-rr-envelope-open:before {
  content: "\f1a9";
}

.fi-rr-envelope-plus:before {
  content: "\f1aa";
}

.fi-rr-envelope:before {
  content: "\f1ab";
}

.fi-rr-euro:before {
  content: "\f1ac";
}

.fi-rr-exclamation:before {
  content: "\f1ad";
}

.fi-rr-expand:before {
  content: "\f1ae";
}

.fi-rr-eye-crossed:before {
  content: "\f1af";
}

.fi-rr-eye-dropper:before {
  content: "\f1b0";
}

.fi-rr-eye:before {
  content: "\f1b1";
}

.fi-rr-feather:before {
  content: "\f1b2";
}

.fi-rr-ferris-wheel:before {
  content: "\f1b3";
}

.fi-rr-file-add:before {
  content: "\f1b4";
}

.fi-rr-file-ai:before {
  content: "\f1b5";
}

.fi-rr-file-check:before {
  content: "\f1b6";
}

.fi-rr-file-delete:before {
  content: "\f1b7";
}

.fi-rr-file-eps:before {
  content: "\f1b8";
}

.fi-rr-file-gif:before {
  content: "\f1b9";
}

.fi-rr-file-music:before {
  content: "\f1ba";
}

.fi-rr-file-psd:before {
  content: "\f1bb";
}

.fi-rr-file:before {
  content: "\f1bc";
}

.fi-rr-fill:before {
  content: "\f1bd";
}

.fi-rr-film:before {
  content: "\f1be";
}

.fi-rr-filter:before {
  content: "\f1bf";
}

.fi-rr-fingerprint:before {
  content: "\f1c0";
}

.fi-rr-fish:before {
  content: "\f1c1";
}

.fi-rr-flag:before {
  content: "\f1c2";
}

.fi-rr-flame:before {
  content: "\f1c3";
}

.fi-rr-flip-horizontal:before {
  content: "\f1c4";
}

.fi-rr-flower-bouquet:before {
  content: "\f1c5";
}

.fi-rr-flower-tulip:before {
  content: "\f1c6";
}

.fi-rr-flower:before {
  content: "\f1c7";
}

.fi-rr-folder-add:before {
  content: "\f1c8";
}

.fi-rr-folder:before {
  content: "\f1c9";
}

.fi-rr-following:before {
  content: "\f1ca";
}

.fi-rr-football:before {
  content: "\f1cb";
}

.fi-rr-form:before {
  content: "\f1cc";
}

.fi-rr-forward:before {
  content: "\f1cd";
}

.fi-rr-fox:before {
  content: "\f1ce";
}

.fi-rr-frown:before {
  content: "\f1cf";
}

.fi-rr-ftp:before {
  content: "\f1d0";
}

.fi-rr-gallery:before {
  content: "\f1d1";
}

.fi-rr-gamepad:before {
  content: "\f1d2";
}

.fi-rr-gas-pump:before {
  content: "\f1d3";
}

.fi-rr-gem:before {
  content: "\f1d4";
}

.fi-rr-gift:before {
  content: "\f1d5";
}

.fi-rr-glass-cheers:before {
  content: "\f1d6";
}

.fi-rr-glasses:before {
  content: "\f1d7";
}

.fi-rr-globe-alt:before {
  content: "\f1d8";
}

.fi-rr-globe:before {
  content: "\f1d9";
}

.fi-rr-golf:before {
  content: "\f1da";
}

.fi-rr-graduation-cap:before {
  content: "\f1db";
}

.fi-rr-graphic-tablet:before {
  content: "\f1dc";
}

.fi-rr-grid-alt:before {
  content: "\f1dd";
}

.fi-rr-grid:before {
  content: "\f1de";
}

.fi-rr-guitar:before {
  content: "\f1df";
}

.fi-rr-gym:before {
  content: "\f1e0";
}

.fi-rr-hamburger:before {
  content: "\f1e1";
}

.fi-rr-hand-holding-heart:before {
  content: "\f1e2";
}

.fi-rr-hastag:before {
  content: "\f1e3";
}

.fi-rr-hat-birthday:before {
  content: "\f1e4";
}

.fi-rr-head-side-thinking:before {
  content: "\f1e5";
}

.fi-rr-headphones:before {
  content: "\f1e6";
}

.fi-rr-headset:before {
  content: "\f1e7";
}

.fi-rr-heart-arrow:before {
  content: "\f1e8";
}

.fi-rr-heart:before {
  content: "\f1e9";
}

.fi-rr-home-location-alt:before {
  content: "\f1ea";
}

.fi-rr-home-location:before {
  content: "\f1eb";
}

.fi-rr-home:before {
  content: "\f1ec";
}

.fi-rr-hourglass-end:before {
  content: "\f1ed";
}

.fi-rr-hourglass:before {
  content: "\f1ee";
}

.fi-rr-ice-cream:before {
  content: "\f1ef";
}

.fi-rr-ice-skate:before {
  content: "\f1f0";
}

.fi-rr-id-badge:before {
  content: "\f1f1";
}

.fi-rr-inbox:before {
  content: "\f1f2";
}

.fi-rr-incognito:before {
  content: "\f1f3";
}

.fi-rr-indent:before {
  content: "\f1f4";
}

.fi-rr-infinity:before {
  content: "\f1f5";
}

.fi-rr-info:before {
  content: "\f1f6";
}

.fi-rr-interactive:before {
  content: "\f1f7";
}

.fi-rr-interlining:before {
  content: "\f1f8";
}

.fi-rr-interrogation:before {
  content: "\f1f9";
}

.fi-rr-italic:before {
  content: "\f1fa";
}

.fi-rr-jpg:before {
  content: "\f1fb";
}

.fi-rr-key:before {
  content: "\f1fc";
}

.fi-rr-keyboard:before {
  content: "\f1fd";
}

.fi-rr-kite:before {
  content: "\f1fe";
}

.fi-rr-label:before {
  content: "\f1ff";
}

.fi-rr-laptop:before {
  content: "\f200";
}

.fi-rr-lasso:before {
  content: "\f201";
}

.fi-rr-laugh:before {
  content: "\f202";
}

.fi-rr-layers:before {
  content: "\f203";
}

.fi-rr-layout-fluid:before {
  content: "\f204";
}

.fi-rr-leaf:before {
  content: "\f205";
}

.fi-rr-letter-case:before {
  content: "\f206";
}

.fi-rr-life-ring:before {
  content: "\f207";
}

.fi-rr-line-width:before {
  content: "\f208";
}

.fi-rr-link:before {
  content: "\f209";
}

.fi-rr-lipstick:before {
  content: "\f20a";
}

.fi-rr-list-check:before {
  content: "\f20b";
}

.fi-rr-list:before {
  content: "\f20c";
}

.fi-rr-location-alt:before {
  content: "\f20d";
}

.fi-rr-lock-alt:before {
  content: "\f20e";
}

.fi-rr-lock:before {
  content: "\f20f";
}

.fi-rr-luggage-rolling:before {
  content: "\f210";
}

.fi-rr-magic-wand:before {
  content: "\f211";
}

.fi-rr-makeup-brush:before {
  content: "\f212";
}

.fi-rr-man-head:before {
  content: "\f213";
}

.fi-rr-map-marker-cross:before {
  content: "\f214";
}

.fi-rr-map-marker-home:before {
  content: "\f215";
}

.fi-rr-map-marker-minus:before {
  content: "\f216";
}

.fi-rr-map-marker-plus:before {
  content: "\f217";
}

.fi-rr-map-marker:before {
  content: "\f218";
}

.fi-rr-map:before {
  content: "\f219";
}

.fi-rr-marker-time:before {
  content: "\f21a";
}

.fi-rr-marker:before {
  content: "\f21b";
}

.fi-rr-mars-double:before {
  content: "\f21c";
}

.fi-rr-mars:before {
  content: "\f21d";
}

.fi-rr-mask-carnival:before {
  content: "\f21e";
}

.fi-rr-medicine:before {
  content: "\f21f";
}

.fi-rr-megaphone:before {
  content: "\f220";
}

.fi-rr-meh:before {
  content: "\f221";
}

.fi-rr-menu-burger:before {
  content: "\f222";
}

.fi-rr-menu-dots-vertical:before {
  content: "\f223";
}

.fi-rr-menu-dots:before {
  content: "\f224";
}

.fi-rr-microphone-alt:before {
  content: "\f225";
}

.fi-rr-microphone:before {
  content: "\f226";
}

.fi-rr-minus-small:before {
  content: "\f227";
}

.fi-rr-minus:before {
  content: "\f228";
}

.fi-rr-mobile:before {
  content: "\f229";
}

.fi-rr-mode-landscape:before {
  content: "\f22a";
}

.fi-rr-mode-portrait:before {
  content: "\f22b";
}

.fi-rr-money:before {
  content: "\f22c";
}

.fi-rr-moon:before {
  content: "\f22d";
}

.fi-rr-mountains:before {
  content: "\f22e";
}

.fi-rr-mouse:before {
  content: "\f22f";
}

.fi-rr-mug-alt:before {
  content: "\f230";
}

.fi-rr-music-alt:before {
  content: "\f231";
}

.fi-rr-music:before {
  content: "\f232";
}

.fi-rr-navigation:before {
  content: "\f233";
}

.fi-rr-network-cloud:before {
  content: "\f234";
}

.fi-rr-network:before {
  content: "\f235";
}

.fi-rr-notebook:before {
  content: "\f236";
}

.fi-rr-opacity:before {
  content: "\f237";
}

.fi-rr-package:before {
  content: "\f238";
}

.fi-rr-paint-brush:before {
  content: "\f239";
}

.fi-rr-palette:before {
  content: "\f23a";
}

.fi-rr-paper-plane:before {
  content: "\f23b";
}

.fi-rr-password:before {
  content: "\f23c";
}

.fi-rr-pause:before {
  content: "\f23d";
}

.fi-rr-paw:before {
  content: "\f23e";
}

.fi-rr-pencil:before {
  content: "\f23f";
}

.fi-rr-pharmacy:before {
  content: "\f240";
}

.fi-rr-phone-call:before {
  content: "\f241";
}

.fi-rr-phone-cross:before {
  content: "\f242";
}

.fi-rr-phone-pause:before {
  content: "\f243";
}

.fi-rr-phone-slash:before {
  content: "\f244";
}

.fi-rr-physics:before {
  content: "\f245";
}

.fi-rr-picture:before {
  content: "\f246";
}

.fi-rr-ping-pong:before {
  content: "\f247";
}

.fi-rr-pizza-slice:before {
  content: "\f248";
}

.fi-rr-plane:before {
  content: "\f249";
}

.fi-rr-play-alt:before {
  content: "\f24a";
}

.fi-rr-play:before {
  content: "\f24b";
}

.fi-rr-playing-cards:before {
  content: "\f24c";
}

.fi-rr-plus-small:before {
  content: "\f24d";
}

.fi-rr-plus:before {
  content: "\f24e";
}

.fi-rr-poker-chip:before {
  content: "\f24f";
}

.fi-rr-portrait:before {
  content: "\f250";
}

.fi-rr-pound:before {
  content: "\f251";
}

.fi-rr-power:before {
  content: "\f252";
}

.fi-rr-presentation:before {
  content: "\f253";
}

.fi-rr-print:before {
  content: "\f254";
}

.fi-rr-protractor:before {
  content: "\f255";
}

.fi-rr-pulse:before {
  content: "\f256";
}

.fi-rr-pyramid:before {
  content: "\f257";
}

.fi-rr-quote-right:before {
  content: "\f258";
}

.fi-rr-rainbow:before {
  content: "\f259";
}

.fi-rr-raindrops:before {
  content: "\f25a";
}

.fi-rr-rec:before {
  content: "\f25b";
}

.fi-rr-receipt:before {
  content: "\f25c";
}

.fi-rr-record-vinyl:before {
  content: "\f25d";
}

.fi-rr-rectabgle-vertical:before {
  content: "\f25e";
}

.fi-rr-rectangle-horizontal:before {
  content: "\f25f";
}

.fi-rr-rectangle-panoramic:before {
  content: "\f260";
}

.fi-rr-recycle:before {
  content: "\f261";
}

.fi-rr-redo-alt:before {
  content: "\f262";
}

.fi-rr-redo:before {
  content: "\f263";
}

.fi-rr-reflect:before {
  content: "\f264";
}

.fi-rr-refresh:before {
  content: "\f265";
}

.fi-rr-resize:before {
  content: "\f266";
}

.fi-rr-resources:before {
  content: "\f267";
}

.fi-rr-rewind:before {
  content: "\f268";
}

.fi-rr-rhombus:before {
  content: "\f269";
}

.fi-rr-rings-wedding:before {
  content: "\f26a";
}

.fi-rr-road:before {
  content: "\f26b";
}

.fi-rr-rocket:before {
  content: "\f26c";
}

.fi-rr-room-service:before {
  content: "\f26d";
}

.fi-rr-rotate-right:before {
  content: "\f26e";
}

.fi-rr-rugby:before {
  content: "\f26f";
}

.fi-rr-sad:before {
  content: "\f270";
}

.fi-rr-salad:before {
  content: "\f271";
}

.fi-rr-scale:before {
  content: "\f272";
}

.fi-rr-school-bus:before {
  content: "\f273";
}

.fi-rr-school:before {
  content: "\f274";
}

.fi-rr-scissors:before {
  content: "\f275";
}

.fi-rr-screen:before {
  content: "\f276";
}

.fi-rr-search-alt:before {
  content: "\f277";
}

.fi-rr-search-heart:before {
  content: "\f278";
}

.fi-rr-search:before {
  content: "\f279";
}

.fi-rr-settings-sliders:before {
  content: "\f27a";
}

.fi-rr-settings:before {
  content: "\f27b";
}

.fi-rr-share:before {
  content: "\f27c";
}

.fi-rr-shield-check:before {
  content: "\f27d";
}

.fi-rr-shield-exclamation:before {
  content: "\f27e";
}

.fi-rr-shield-interrogation:before {
  content: "\f27f";
}

.fi-rr-shield-plus:before {
  content: "\f280";
}

.fi-rr-shield:before {
  content: "\f281";
}

.fi-rr-ship-side:before {
  content: "\f282";
}

.fi-rr-ship:before {
  content: "\f283";
}

.fi-rr-shop:before {
  content: "\f284";
}

.fi-rr-shopping-bag-add:before {
  content: "\f285";
}

.fi-rr-shopping-bag:before {
  content: "\f286";
}

.fi-rr-shopping-cart-add:before {
  content: "\f287";
}

.fi-rr-shopping-cart-check:before {
  content: "\f288";
}

.fi-rr-shopping-cart:before {
  content: "\f289";
}

.fi-rr-shuffle:before {
  content: "\f28a";
}

.fi-rr-sign-in-alt:before {
  content: "\f28b";
}

.fi-rr-sign-in:before {
  content: "\f28c";
}

.fi-rr-sign-out-alt:before {
  content: "\f28d";
}

.fi-rr-sign-out:before {
  content: "\f28e";
}

.fi-rr-signal-alt-1:before {
  content: "\f28f";
}

.fi-rr-signal-alt-2:before {
  content: "\f290";
}

.fi-rr-signal-alt:before {
  content: "\f291";
}

.fi-rr-skateboard:before {
  content: "\f292";
}

.fi-rr-smartphone:before {
  content: "\f293";
}

.fi-rr-smile-wink:before {
  content: "\f294";
}

.fi-rr-smile:before {
  content: "\f295";
}

.fi-rr-snowflake:before {
  content: "\f296";
}

.fi-rr-soap:before {
  content: "\f297";
}

.fi-rr-soup:before {
  content: "\f298";
}

.fi-rr-spa:before {
  content: "\f299";
}

.fi-rr-speaker:before {
  content: "\f29a";
}

.fi-rr-sphere:before {
  content: "\f29b";
}

.fi-rr-spinner-alt:before {
  content: "\f29c";
}

.fi-rr-spinner:before {
  content: "\f29d";
}

.fi-rr-square-root:before {
  content: "\f29e";
}

.fi-rr-square:before {
  content: "\f29f";
}

.fi-rr-star-octogram:before {
  content: "\f2a0";
}

.fi-rr-star:before {
  content: "\f2a1";
}

.fi-rr-stats:before {
  content: "\f2a2";
}

.fi-rr-stethoscope:before {
  content: "\f2a3";
}

.fi-rr-sticker:before {
  content: "\f2a4";
}

.fi-rr-stop:before {
  content: "\f2a5";
}

.fi-rr-stopwatch:before {
  content: "\f2a6";
}

.fi-rr-subtitles:before {
  content: "\f2a7";
}

.fi-rr-sun:before {
  content: "\f2a8";
}

.fi-rr-sunrise:before {
  content: "\f2a9";
}

.fi-rr-surfing:before {
  content: "\f2aa";
}

.fi-rr-sword:before {
  content: "\f2ab";
}

.fi-rr-syringe:before {
  content: "\f2ac";
}

.fi-rr-tablet:before {
  content: "\f2ad";
}

.fi-rr-target:before {
  content: "\f2ae";
}

.fi-rr-taxi:before {
  content: "\f2af";
}

.fi-rr-tennis:before {
  content: "\f2b0";
}

.fi-rr-terrace:before {
  content: "\f2b1";
}

.fi-rr-test-tube:before {
  content: "\f2b2";
}

.fi-rr-test:before {
  content: "\f2b3";
}

.fi-rr-text-check:before {
  content: "\f2b4";
}

.fi-rr-text:before {
  content: "\f2b5";
}

.fi-rr-thermometer-half:before {
  content: "\f2b6";
}

.fi-rr-thumbs-down:before {
  content: "\f2b7";
}

.fi-rr-thumbs-up:before {
  content: "\f2b8";
}

.fi-rr-thumbtack:before {
  content: "\f2b9";
}

.fi-rr-ticket:before {
  content: "\f2ba";
}

.fi-rr-time-add:before {
  content: "\f2bb";
}

.fi-rr-time-check:before {
  content: "\f2bc";
}

.fi-rr-time-delete:before {
  content: "\f2bd";
}

.fi-rr-time-fast:before {
  content: "\f2be";
}

.fi-rr-time-forward-sixty:before {
  content: "\f2bf";
}

.fi-rr-time-forward-ten:before {
  content: "\f2c0";
}

.fi-rr-time-forward:before {
  content: "\f2c1";
}

.fi-rr-time-half-past:before {
  content: "\f2c2";
}

.fi-rr-time-oclock:before {
  content: "\f2c3";
}

.fi-rr-time-past:before {
  content: "\f2c4";
}

.fi-rr-time-quarter-past:before {
  content: "\f2c5";
}

.fi-rr-time-quarter-to:before {
  content: "\f2c6";
}

.fi-rr-time-twenty-four:before {
  content: "\f2c7";
}

.fi-rr-tool-crop:before {
  content: "\f2c8";
}

.fi-rr-tool-marquee:before {
  content: "\f2c9";
}

.fi-rr-tooth:before {
  content: "\f2ca";
}

.fi-rr-tornado:before {
  content: "\f2cb";
}

.fi-rr-train-side:before {
  content: "\f2cc";
}

.fi-rr-train:before {
  content: "\f2cd";
}

.fi-rr-transform:before {
  content: "\f2ce";
}

.fi-rr-trash:before {
  content: "\f2cf";
}

.fi-rr-treatment:before {
  content: "\f2d0";
}

.fi-rr-tree-christmas:before {
  content: "\f2d1";
}

.fi-rr-tree:before {
  content: "\f2d2";
}

.fi-rr-triangle:before {
  content: "\f2d3";
}

.fi-rr-trophy:before {
  content: "\f2d4";
}

.fi-rr-truck-side:before {
  content: "\f2d5";
}

.fi-rr-umbrella:before {
  content: "\f2d6";
}

.fi-rr-underline:before {
  content: "\f2d7";
}

.fi-rr-undo-alt:before {
  content: "\f2d8";
}

.fi-rr-undo:before {
  content: "\f2d9";
}

.fi-rr-unlock:before {
  content: "\f2da";
}

.fi-rr-upload:before {
  content: "\f2db";
}

.fi-rr-usb-pendrive:before {
  content: "\f2dc";
}

.fi-rr-user-add:before {
  content: "\f2dd";
}

.fi-rr-user-delete:before {
  content: "\f2de";
}

.fi-rr-user-remove:before {
  content: "\f2df";
}

.fi-rr-user-time:before {
  content: "\f2e0";
}

.fi-rr-user:before {
  content: "\f2e1";
}

.fi-rr-utensils:before {
  content: "\f2e2";
}

.fi-rr-vector-alt:before {
  content: "\f2e3";
}

.fi-rr-vector:before {
  content: "\f2e4";
}

.fi-rr-venus-double:before {
  content: "\f2e5";
}

.fi-rr-venus-mars:before {
  content: "\f2e6";
}

.fi-rr-venus:before {
  content: "\f2e7";
}

.fi-rr-video-camera:before {
  content: "\f2e8";
}

.fi-rr-volleyball:before {
  content: "\f2e9";
}

.fi-rr-volume:before {
  content: "\f2ea";
}

.fi-rr-wheelchair:before {
  content: "\f2eb";
}

.fi-rr-wifi-alt:before {
  content: "\f2ec";
}

.fi-rr-wind:before {
  content: "\f2ed";
}

.fi-rr-woman-head:before {
  content: "\f2ee";
}

.fi-rr-world:before {
  content: "\f2ef";
}

.fi-rr-yen:before {
  content: "\f2f0";
}

.fi-rr-zoom-in:before {
  content: "\f2f1";
}

.fi-rr-zoom-out:before {
  content: "\f2f2";
}

.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 {
  font-size: 16px;
}

.footer-bot .container {
  padding: 53px 0 53px 0;
  border-top: 1px solid #E4E7EC;
  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 #fc5a34;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #fc5a34;
}

.form-contact-wrapper .area-form {
  border: 1px solid #fc5a34;
  height: 160px;
  font-size: 14px;
  color: #fc5a34;
}

.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 #fc5a34 !important;
  font-size: 14px;
  color: #9596b4;
}

.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;
}

#theme-menu-layout {
  position: relative;
}

.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: 20px;
  width: 20px;
  height: 18px;
  background: none;
  border: 0;
}

.menu-toggle-btn span {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
}

.menu-toggle-btn span:before, .menu-toggle-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222;
}

.menu-toggle-btn span:before {
  top: -7px;
}

.menu-toggle-btn span:after {
  bottom: -7px;
}

.js-search-button {
  padding: 0 5px;
  background: none;
  border: 0;
  margin-top: 3px;
}

.js-search-button:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.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 #eee;
}

.menu-woo-user,
.menu-woo-cart {
  font-size: 20px;
}

.menu-woo-user::before,
.menu-woo-cart::before {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.menu-woo-cart {
  margin-left: 25px;
  margin-right: 11px;
  position: relative;
}

.menu-woo-cart .shopping_products_counter_text {
  margin-left: 14px;
}

.menu-woo-cart .shop-cart-count {
  position: absolute;
  top: -8px;
  left: 18px;
}

.shop-cart-count,
.count-wishlist {
  padding: 0 5px;
  height: 20px;
  min-width: 20px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.11px;
  font-weight: 400;
  border-radius: 50%;
  font-family: Inter;
}

.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: -12px;
  right: -13px;
}

@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: 991px) {
  .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: 991px) {
  .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;
  }
}

.agon-page-header-shop-box-wrapper {
  margin-bottom: 45px;
}

.agon-page-header-shop-box-wrapper .agon-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) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content {
    padding: 0 15px;
  }
}

.agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-page-header-shop-description {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-page-header-shop-description {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-page-header-shop-description {
    font-size: 12px;
  }
}

.agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-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) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-page-header-shop-box-title {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .info-page-shop .agon-page-header-shop-box-title {
    font-size: 20px;
  }
}

.agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .agon-page-header-shop-box-button {
  padding: 16px 40px;
  border-radius: 0;
  background-color: #fc5a34;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-left: 60px;
  white-space: nowrap;
}

@media (max-width: 425px) {
  .agon-page-header-shop-box-wrapper .agon-page-header-shop-box-content .agon-page-header-shop-box-button {
    padding: 16px 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .search-default-agon {
    display: flex;
    justify-content: center;
  }
  .search-default-agon .search-form {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .search-default-agon {
    display: none;
  }
}

.search-default-agon .search-form .search-field {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  height: 50px;
  padding: 0 15px;
  font-size: 13px;
  width: 606px;
  border-radius: 0;
}

.search-default-agon .search-form .search-field:focus {
  border-color: #fb4e50;
}

.search-default-agon .search-form .search-field::placeholder, .search-default-agon .search-form .search-field:-ms-input-placeholder, .search-default-agon .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
}

.search-default-agon .search-form .search-submit {
  border-radius: 0;
  transform: rotatey(0deg);
}

.page-header.on-background {
  margin-bottom: 100px;
}

.block-signin .btn-default {
  border: none;
  padding: 22px 32px;
  cursor: pointer;
}

.block-signin .btn-default .text-btn {
  padding-right: 10px;
}

@media (max-width: 992px) {
  .block-signin .btn-default {
    padding: 15px;
    margin: 15px 0;
  }
}

.btn {
  font-size: 18px;
  line-height: 22px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.45px;
  border-radius: 50px;
  font-weight: bold;
}

/*=========================== 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%;
}

.agon-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);
}

.agon-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: #df1111;
  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: #1a1a1a;
  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.25s;
  transition: transform 0.25s;
}

.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: center;
  align-items: center;
}

@media (max-width: 425px) {
  .menu-layout .m2-col {
    display: none;
  }
}

.menu-layout .menu-toggle-btn span {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.menu-layout .menu-toggle-btn span:before, .menu-layout .menu-toggle-btn span:after {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.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(15px, -9px);
  transform: rotate(45deg) translate(15px, -9px);
}

.menu-open .menu-layout .menu-toggle-btn span:after {
  width: 50%;
  -webkit-transform: rotate(-45deg) translate(15px, 9px);
  transform: rotate(-45deg) translate(15px, 9px);
}

#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.15s;
  transition: all 0.15s;
  /*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.15s;
  transition: transform 0.15s;
}

.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;
  color: #9596b4;
}

#sidebar-menu-content .theme-primary-menu li ul {
  margin-left: 15px;
}

#sidebar-menu-content .theme-primary-menu a {
  width: 100%;
  display: block;
  color: #101828;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 36px;
  position: relative;
}

#sidebar-menu-content .theme-primary-menu a .arrow-icon {
  display: none;
}

#sidebar-menu-content .add-menu {
  display: block;
  line-height: 115px;
}

#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: baseline;
}

@media (max-width: 1024px) {
  .header-action .menu-profile-agon,
  .header-action .site-header-wishlist {
    display: none;
  }
}

.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-agon {
  font-size: 24px;
}

.menu-layout-1 .site-header-wishlist {
  margin-left: 11px;
}

.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 {
  margin-left: 27px;
}

.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;
    margin-top: 38px;
    margin-bottom: 37px;
  }
}

.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: 992px) {
  .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: 992px) {
  .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 {
  display: flex;
  align-items: center;
}

.menu-layout--classic .header-logo {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 425px) {
  .menu-layout--classic .header-logo {
    margin-right: 0;
  }
}

.menu-layout--classic .header-menu {
  display: none;
}

.menu-layout--classic .header-container__inner {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .menu-layout--classic.menu-layout-1 .m1-col {
    display: none;
  }
  .menu-layout--classic .header-container .container {
    justify-content: space-between;
  }
  .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-header {
  transition: height 0.5s, background 0.5s, top 0.5s;
}

.menu-header .theme-menu-box.header-menu ul li,
.menu-header .theme-menu-box.header-menu ul li.current-menu-parent {
  position: relative;
}

.menu-header .theme-menu-box.header-menu ul li.current-menu-parent > a {
  animation: all .8s ease-in;
}

.menu-header .theme-menu-box.header-menu ul a {
  display: block;
  transition: line-height 0.5s;
  border: 1px solid transparent;
  white-space: nowrap;
  position: relative;
}

.menu-header .theme-menu-box.header-menu ul a:hover {
  cursor: pointer;
  animation: all .8s ease-in;
}

.menu-header .theme-menu-box.header-menu ul .sub-menu > li {
  display: flex;
  flex-flow: row nowrap;
}

.menu-header .theme-menu-box.header-menu ul .sub-menu > li a {
  transition: all 0.2s ease-in-out;
  position: relative;
}

.menu-header .theme-menu-box.header-menu ul .sub-menu > li a:hover {
  cursor: pointer;
  animation: all .8s ease-in;
}

.menu-header .theme-menu-box.header-menu ul li.menu-item-has-children {
  position: relative;
}

.menu-header .theme-menu-box.header-menu ul li.menu-item-has-children li.current_page_item a {
  animation: all .8s ease-in;
}

.menu-header .theme-menu-box.header-menu ul li.menu-item-has-children .menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

.menu-header .theme-menu-box.header-menu ul 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;
}

@media screen and (max-width: 992px) {
  .theme-menu-box.header-menu {
    position: absolute;
    top: 102%;
    z-index: 100;
    width: 100%;
    left: 0;
    background-color: #fff;
  }
  .theme-menu-box.header-menu .menu-primary-menu-container {
    width: 100%;
  }
  .theme-menu-box.header-menu .menu-primary-menu-container #primary-menu {
    display: none;
  }
  .theme-menu-box.header-menu ul li {
    display: flex;
  }
  .theme-menu-box.header-menu ul li a {
    width: 100%;
  }
  .theme-menu-box.header-menu ul li > a {
    border-bottom: 1px solid;
  }
}

.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: 992px) {
  .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: 992px) {
  .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: 992px) {
  #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: baseline;
}

@media (min-width: 992px) {
  .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 {
  border-top: 1px solid #E4E7EC;
  font-size: 13px;
}

.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: #fc5a34;
}

.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: 115px;
    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: inline-block;
  }
  .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 {
    position: absolute;
    right: -93px;
    top: 0;
    -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 .container h1.page-title.entry-title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.48px;
  margin: 12px 0;
  color: #292929;
}

.single-product .woocommerce-breadcrumb {
  float: left;
  padding: 0px 0px 0px 30px;
  line-height: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMjUgMTAuODEwNVYxNi4zODY4QzguMjUwMiAxNi40MTY5IDguMjYyMyAxNi40NDU3IDguMjgzNjUgMTYuNDY2OUM4LjMwNTAxIDE2LjQ4ODEgOC4zMzM5IDE2LjUgOC4zNjQgMTYuNUgxNS42MzlDMTUuNjY4NiAxNi40OTkzIDE1LjY5NjcgMTYuNDg3IDE1LjcxNzQgMTYuNDY1OUMxNS43MzgxIDE2LjQ0NDggMTUuNzQ5OCAxNi40MTY0IDE1Ljc1IDE2LjM4NjhWMTAuODEwNUwxMiA3LjA2MDU1TDguMjUgMTAuODEwNVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTEyIDAuNzVDOS43NzQ5NyAwLjc1IDcuNTk5ODkgMS40MDk4IDUuNzQ5ODQgMi42NDU5N0MzLjg5OTc5IDMuODgyMTMgMi40NTc4NSA1LjYzOTE0IDEuNjA2MzYgNy42OTQ4MUMwLjc1NDg3NSA5Ljc1MDQ4IDAuNTMyMDg3IDEyLjAxMjUgMC45NjYxNzEgMTQuMTk0OEMxLjQwMDI1IDE2LjM3NzEgMi40NzE3MSAxOC4zODE2IDQuMDQ1MDUgMTkuOTU1QzUuNjE4MzkgMjEuNTI4MyA3LjYyMjk1IDIyLjU5OTggOS44MDUyNCAyMy4wMzM4QzExLjk4NzUgMjMuNDY3OSAxNC4yNDk1IDIzLjI0NTEgMTYuMzA1MiAyMi4zOTM2QzE4LjM2MDkgMjEuNTQyMiAyMC4xMTc5IDIwLjEwMDIgMjEuMzU0IDE4LjI1MDJDMjIuNTkwMiAxNi40MDAxIDIzLjI1IDE0LjIyNSAyMy4yNSAxMkMyMy4yNDY2IDkuMDE3MzUgMjIuMDYwMyA2LjE1NzgzIDE5Ljk1MTIgNC4wNDg3OEMxNy44NDIyIDEuOTM5NzIgMTQuOTgyNyAwLjc1MzM3NSAxMiAwLjc1Wk0xOC4xNTUzIDEyLjE1NTNDMTguMDQwMiAxMi4yNzU1IDE3Ljg4NjcgMTIuMzUxNyAxNy43MjEzIDEyLjM3MDZDMTcuNTU2IDEyLjM4OTUgMTcuMzg5MiAxMi4zNDk5IDE3LjI1IDEyLjI1ODdWMTYuMzgzN0MxNy4yNTAyIDE2LjgxMjEgMTcuMDgwMyAxNy4yMjMgMTYuNzc3NiAxNy41MjZDMTYuNDc1IDE3LjgyOTEgMTYuMDY0MyAxNy45OTk2IDE1LjYzNiAxOEg4LjM2MTAxQzcuOTMzNzIgMTcuOTk4OCA3LjUyNDMgMTcuODI4NCA3LjIyMjM4IDE3LjUyNkM2LjkyMDQ1IDE3LjIyMzcgNi43NTA2IDE2LjgxNCA2Ljc1MDAxIDE2LjM4NjhWMTIuMjYxOEM2LjYwOTIyIDEyLjM0OCA2LjQ0MzYgMTIuMzg0NyA2LjI3OTU1IDEyLjM2NkM2LjExNTQ5IDEyLjM0NzIgNS45NjI0MyAxMi4yNzQxIDUuODQ0NzYgMTIuMTU4M0M1LjcwNDE1IDEyLjAxNzYgNS42MjUxNyAxMS44MjY5IDUuNjI1MTcgMTEuNjI4QzUuNjI1MTcgMTEuNDI5MSA1LjcwNDE1IDExLjIzODQgNS44NDQ3NiAxMS4wOTc3TDYuOTY5NzYgOS45NzI3NUwxMS40Njk4IDUuNDcyNzVDMTEuNjEwNCA1LjMzMjE1IDExLjgwMTEgNS4yNTMxNiAxMiA1LjI1MzE2QzEyLjE5ODkgNS4yNTMxNiAxMi4zODk2IDUuMzMyMTUgMTIuNTMwMyA1LjQ3Mjc1TDE3LjAzMDMgOS45NzI3NUwxOC4xNTUzIDExLjA5NzdDMTguMjk0OSAxMS4yMzgzIDE4LjM3MzQgMTEuNDI4NCAxOC4zNzM0IDExLjYyNjVDMTguMzczNCAxMS44MjQ2IDE4LjI5NDkgMTIuMDE0NyAxOC4xNTUzIDEyLjE1NTNaIiBmaWxsPSIjOThBMkIzIi8+Cjwvc3ZnPgo=) no-repeat 0px 0px;
}

.page-header {
  position: relative;
}

.page-header .container {
  height: 100%;
}

.page-header .container #theme-bread {
  display: block;
  padding: 49px 0 50px 0;
}

.page-header .container .prev_next_buttons {
  display: block;
  float: right;
}

.page-header .container .prev_next_buttons .agon-product-navigation {
  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 #theme-bread {
  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-to-top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -100%;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out, bottom 1s;
  border: 1px solid #ffffff;
  background: 0 0;
  width: 40px;
  height: 40px;
  opacity: .7;
  text-shadow: none;
  border-radius: 25px;
  transform-origin: bottom left;
  will-change: transform;
}

.scroll-to-top i {
  transform: rotate(-360deg);
  transition: background-color .1s ease-out,transform .2s ease-out,opacity .1s ease-out;
}

.scroll-to-top:before {
  display: none;
  content: "";
  height: 100%;
  width: 160%;
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAI8AAAASCAYAAABim40OAAACuElEQVRogc1XUZJjIQjEzN7/yMl8ucP0dkNjXrKh6pWAqERaICveR+vD96vo8cazOvoYX54NwOl6Z52ycc907E4C4a45DfKrwHH5vpPgd7aTYKNOyUvYKL7zRZG6WNRP5cne7pxrMwHLEbCqS3aDMglwpcvjMmTGVz4wejQ86lDfjZ0OeSY/az/VMaJ2XQZA/QQQChSKV99N8OpjvuHvUsGt+ErX2bI9q7Hy0dE580pnZ0R1uTi/eSVX2SLrbmKeAeQG34qIL2KDozo/kwosBv4Ouk5WOheMyrfK5t1Z8K++Ak9XVjK/ZRW8LnMgYDZQtpx5lBFoERxI//z40EFmQLgn2R27PZkP0fDVGmaj5thdoE7JEREPBR6nFJ1+CCAFgq9mVF91dhUcBRgGHMWjju0TZN7xi+nVGmaH8wG2IeaUHH+ibyqRTuxZCVGyAhgrZQi0KrtlYgHYAV1JXvET8IjfF7jnb4mPpMtg2TZbr0rpSnwQO9SzjLAauxV83Zj2j1FU9QtX0fQMfD1VM6zWn9D00agz3fOr866OwRF1mUe9EmaDL8d9HflF5jS/M8Yd1rHzsWzt87HMdr0D+sB6HixPXV/EyqH6QvCqBOE9qPXMTsmMqI3TMG9eNc7P9EJYYvK/KdUsZz0raZF06Hu+DCxBD+BZv1L1RKeAcXsZpnNtgtiEmEOeyRHx0zBvchtnHBWAUFa66q86ggltuj5HZU73pVdAcMHhAEX5xHys/Ge/j43IO/IvfZdxmM4FVDdOs1X1Twr3YWciTYPjZopXZILOxgWElVGIjs5V/Yw752QrxU/A1fGdL4yciz551U45qILa+fbsOmeutekud2I7BeJJhmPr3L07KlN0Y/eMzpmb2JzYntgfXfIr9nLWXgl0RuPLO1xzxdqPOPNK8FxJn+rXhP4HON5K31PHDhmjlm6fAAAAAElFTkSuQmCC);
  background-size: 100% auto;
  background-repeat: no-repeat;
  top: 100%;
  left: -20%;
  right: 0;
  transition: all .1s ease-out;
  transform-origin: 30% 50%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top:hover {
  opacity: 1;
  color: #ffffff !important;
}

.scroll-to-top:hover i {
  transform: rotate(0);
}

.scroll-to-top:hover:before {
  display: block;
}

.scroll-to-top.is-visible {
  bottom: 20px;
}

.agon-hl-text {
  text-decoration: underline;
}

.agon-search-form-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.89);
  opacity: 0;
  visibility: hidden;
}

.agon-search-form-container.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.agon-search-form-container.is-open .agon-search-form__inner {
  animation: open-modal 1s linear forwards;
}

.agon-search-form-container .cate-dropdown {
  float: none;
}

.agon-search-form {
  position: relative;
  margin-bottom: 0;
}

.agon-search-form .cate-dropdown {
  cursor: pointer;
}

.agon-search-form__inner {
  max-width: 768px;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .agon-search-form__inner {
    width: 90%;
  }
}

.agon-search-form__inner .agon-search-form__suggestions {
  position: absolute;
  width: 100%;
  z-index: 100;
  max-height: 300px;
  overflow-y: auto;
  padding: 30px;
  background-color: #fff;
  top: calc(100% + 5px);
  left: 0;
  border: 1px solid #dddddd;
  border-radius: 0;
  display: none;
}

.agon-search-form__inner .agon-search-form__suggestions.open {
  display: block;
}

.agon-search-form__inner .agon-search-form__suggestions .agon-btn-view-all a {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 5px;
  transition: all 0.3s;
  display: block;
}

.agon-search-form__inner .agon-search-form__suggestions .agon-btn-view-all a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.agon-search-form__inner .agon-search-form__suggestions::-webkit-scrollbar {
  width: 6px;
}

.agon-search-form__inner .agon-search-form__suggestions::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.agon-search-form__inner .agon-search-form__suggestions::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.agon-search-form__inner select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(images/icon/bg_select.png) 98% 50% no-repeat;
  padding-right: 18px;
  padding-left: 10px;
  position: relative;
  border-radius: 0;
}

@media (min-width: 1200px) {
  .agon-search-form__inner select {
    padding-left: 20px;
    background-position-x: 90%;
    padding-right: 47px;
  }
}

.agon-search-form__inner.horizontal-form {
  max-width: 100%;
}

@media (max-width: 768px) {
  .agon-search-form__inner.horizontal-form {
    width: 100%;
  }
}

.agon-search-form__loader {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -14px;
}

.agon-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.agon-search-form__field {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.agon-search-form__close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #999999;
  font-size: 20px;
  z-index: 102;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}

.agon-search-form__close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.agon-search-form__desc {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.autocomplete-suggestion {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.autocomplete-suggestion a {
  display: flex;
  width: 100%;
}

.autocomplete-suggestion a:hover {
  color: #292929 !important;
}

.autocomplete-suggestion:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.autocomplete-suggestion .autocomplete-suggestion__content {
  font-size: 14px;
}

.autocomplete-suggestion__thumbnail {
  flex-shrink: 0;
  max-width: 60px;
  margin-right: 10px;
}

.autocomplete-suggestion__title {
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
}

.autocomplete-suggestion__title .agon-hl-text {
  font-weight: 800;
}

.widget-ajax-search-agon .agon-search-form {
  position: relative;
  border: none;
  border-radius: 0;
}

.widget-ajax-search-agon .agon-search-form--horizontal {
  display: flex;
  padding: 3px;
  padding-right: 38px;
  align-items: center;
}

.widget-ajax-search-agon .agon-search-form--horizontal input {
  border: none;
  border-radius: 0 !important;
}

.widget-ajax-search-agon .agon-search-form--horizontal .agon-search-form__loader {
  position: absolute;
  color: #999999;
  opacity: 0;
  visibility: hidden;
  left: 50%;
}

.widget-ajax-search-agon .agon-search-form--horizontal .agon-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-agon .agon-search-form__field {
  display: block;
  width: 100%;
  padding: 3px 15px;
  background-color: transparent;
  font-size: 13px;
  color: #999999;
}

.widget-ajax-search-agon .agon-search-form__product-categories {
  width: auto;
  cursor: pointer;
  border: none;
  height: 100%;
}

.widget-ajax-search-agon select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/icon/bg_select.png) 100% 50% no-repeat;
  padding-right: 18px;
  padding-left: 21px;
  position: relative;
  border: none !important;
}

.widget-ajax-search-agon .agon-search-form__loader {
  position: absolute;
  right: 65px;
  color: #999999;
  opacity: 0;
  visibility: hidden;
}

.widget-ajax-search-agon .agon-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-agon .search-submit {
  position: absolute;
  width: 58px;
  height: calc(100% - 6px);
  border: 0;
  border-radius: 0;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
}

.widget-ajax-search-agon .js-search-button {
  padding: 4px;
  margin-left: 10px;
}

.no-padding .widget-ajax-search-agon .agon-search-form__field {
  padding: 0;
}

.no-padding .widget-ajax-search-agon .search-submit {
  width: 15px;
}

@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);
  }
}

.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: none;
  background-color: #ffffff;
  border-bottom: 1px solid #E4E7EC;
  min-height: 40px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.topbar__container,
.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
}

.topbar__container {
  justify-content: space-between;
  align-items: center;
}

.topbar__social {
  margin-left: 30px;
}

.topbar__left {
  font-weight: 500;
}

.topbar__left .space-top {
  margin-left: 29px;
}

.topbar__center {
  font-weight: 500;
}

.topbar__right {
  float: right;
}

.topbar__right .gray {
  margin-right: 11px;
}

.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: #fb4e50;
}

.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;
}

.logged-in-as,
.comment-reply-title {
  font-size: 14px;
  margin: 0;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

#cancel-comment-reply-link {
  margin-left: 15px;
  color: #f00;
}

/*Custom theme*/
@-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);
  }
}

.list-social-banner::before {
  content: "";
  height: 1px;
  background-color: #98A2B3;
  width: 85px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
}

.shape-1 {
  animation: hero-thumb-animation 2s 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;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.list-icon-3 {
  color: #667085;
  padding: 2px 0px 2px 35px;
  margin-bottom: 15px;
  float: left;
  width: 33.33%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTkgMEM0LjkzNDYxIDAgMCA0LjkzNDUgMCAxMC45OTk5QzAgMTcuMDY1NCA0LjkzNDYxIDIyIDEwLjk5OTkgMjJDMTcuMDY1MyAyMiAyMS45OTk5IDE3LjA2NTQgMjEuOTk5OSAxMC45OTk5QzIxLjk5OTkgNC45MzQ1IDE3LjA2NTQgMCAxMC45OTk5IDBaTTE3LjMxNjMgOS4xNDE5NkwxMC40MDU2IDE2LjA1MjdDMTAuMTExOCAxNi4zNDY1IDkuNzIxMTUgMTYuNTA4MiA5LjMwNTY0IDE2LjUwODJDOC44OTAxMyAxNi41MDgyIDguNDk5NTIgMTYuMzQ2NSA4LjIwNTY4IDE2LjA1MjdMNC42ODM1OCAxMi41MzA2QzQuMzg5NzQgMTIuMjM2NyA0LjIyNzkgMTEuODQ2MSA0LjIyNzkgMTEuNDMwNkM0LjIyNzkgMTEuMDE1IDQuMzg5NzQgMTAuNjI0NCA0LjY4MzU4IDEwLjMzMDVDNC45NzczMSAxMC4wMzY3IDUuMzY3OTEgOS44NzQ4NSA1Ljc4MzU0IDkuODc0ODVDNi4xOTkwNSA5Ljg3NDg1IDYuNTg5NzcgMTAuMDM2NyA2Ljg4MzUgMTAuMzMwNkw5LjMwNTUyIDEyLjc1MjZMMTUuMTE2MiA2Ljk0MTkzQzE1LjQxIDYuNjQ4MDggMTUuODAwNiA2LjQ4NjM1IDE2LjIxNjEgNi40ODYzNUMxNi42MzE2IDYuNDg2MzUgMTcuMDIyMiA2LjY0ODA4IDE3LjMxNjEgNi45NDE5M0MxNy45MjI4IDcuNTQ4NjcgMTcuOTIyOCA4LjUzNTQ1IDE3LjMxNjMgOS4xNDE5NloiIGZpbGw9IiMwMDZENzciLz4KPC9zdmc+Cg==) no-repeat left center;
}

ul.text-body-text li {
  color: #667085;
  line-height: 28px;
}

.box-square {
  width: 100%;
  height: 455px;
  text-align: center;
}

.text-bd-round {
  border-radius: 81px;
  color: #98A2B3;
  border: 1px solid #818B98;
  display: inline-block;
  padding: 0px 6px 1px 6px;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
}

.list-new-agon li {
  line-height: 28px;
}

@media (min-width: 1770px) {
  .banner-hero1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 200px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ5IiBoZWlnaHQ9IjIyOCIgdmlld0JveD0iMCAwIDE0OSAyMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMyAzOC4zMzMzTDM1LjMzMzMgMEg3M1YzOC4zMzMzTDM1LjMzMzMgNzZWMzguMzMzM0gtM1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0tMyAxMTQuMzMzTDM1LjMzMzMgNzZINzNWMTE0LjMzM0wzNS4zMzMzIDE1MlYxMTQuMzMzSC0zWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTS0zIDE5MC4zMzNMMzUuMzMzMyAxNTJINzNWMTkwLjMzM0wzNS4zMzMzIDIyOFYxOTAuMzMzSC0zWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTczIDM4LjMzMzNMMTExLjMzMyAwSDE0OVYzOC4zMzMzTDExMS4zMzMgNzZWMzguMzMzM0g3M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03MyAxMTQuMzMzTDExMS4zMzMgNzZIMTQ5VjExNC4zMzNMMTExLjMzMyAxNTJWMTE0LjMzM0g3M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03MyAxOTAuMzMzTDExMS4zMzMgMTUySDE0OVYxOTAuMzMzTDExMS4zMzMgMjI4VjE5MC4zMzNINzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat;
    background-size: cover;
  }
}

.icon-question-2 {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxNyAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgMTYuNUMxMi42NDIxIDE2LjUgMTYgMTMuMTQyMSAxNiA5QzE2IDQuODU3ODYgMTIuNjQyMSAxLjUgOC41IDEuNUM0LjM1Nzg2IDEuNSAxIDQuODU3ODYgMSA5QzEgMTMuMTQyMSA0LjM1Nzg2IDE2LjUgOC41IDE2LjVaTTguNSAxNy41QzEzLjE5NDQgMTcuNSAxNyAxMy42OTQ0IDE3IDlDMTcgNC4zMDU1OCAxMy4xOTQ0IDAuNSA4LjUgMC41QzMuODA1NTggMC41IDAgNC4zMDU1OCAwIDlDMCAxMy42OTQ0IDMuODA1NTggMTcuNSA4LjUgMTcuNVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTYuMzAyNzMgNS42Njk5MUM2LjQyNjczIDUuNTUzOTEgNi41NjI3MyA1LjQ0MzkxIDYuNzEwNzMgNS4zMzk5MUM2Ljg2MjczIDUuMjM1OTEgNy4wMjY3MyA1LjE0MzkxIDcuMjAyNzMgNS4wNjM5MUM3LjM4MjczIDQuOTgzOTEgNy41NzQ3MyA0LjkyMTkxIDcuNzc4NzMgNC44Nzc5MUM3Ljk4NjczIDQuODI5OTEgOC4yMTA3MyA0LjgwNTkxIDguNDUwNzMgNC44MDU5MUM4Ljc2NjczIDQuODA1OTEgOS4wNTg3MyA0Ljg1MTkxIDkuMzI2NzMgNC45NDM5MUM5LjU5ODczIDUuMDM1OTEgOS44MzI3MyA1LjE2NTkxIDEwLjAyODcgNS4zMzM5MUMxMC4yMjQ3IDUuNTAxOTEgMTAuMzc4NyA1LjcwNTkxIDEwLjQ5MDcgNS45NDU5MUMxMC42MDI3IDYuMTg1OTEgMTAuNjU4NyA2LjQ1NTkxIDEwLjY1ODcgNi43NTU5MUMxMC42NTg3IDcuMDU5OTEgMTAuNjEyNyA3LjMyMTkxIDEwLjUyMDcgNy41NDE5MUMxMC40MzI3IDcuNzYxOTEgMTAuMzE4NyA3Ljk1NTkxIDEwLjE3ODcgOC4xMjM5MUMxMC4wNDI3IDguMjg3OTEgOS44OTI3MyA4LjQzMTkxIDkuNzI4NzMgOC41NTU5MUM5LjU2ODczIDguNjc1OTEgOS40MTY3MyA4Ljc4OTkxIDkuMjcyNzMgOC44OTc5MUM5LjEyODczIDkuMDA1OTEgOS4wMDQ3MyA5LjExMzkxIDguOTAwNzMgOS4yMjE5MUM4LjgwMDczIDkuMzI5OTEgOC43NDI3MyA5LjQ0OTkxIDguNzI2NzMgOS41ODE5MUw4LjYxODczIDEwLjQ5OTlINy44ODY3M0w3LjgxNDczIDkuNTAzOTFDNy43OTg3MyA5LjMyMzkxIDcuODMyNzMgOS4xNjc5MSA3LjkxNjczIDkuMDM1OTFDOC4wMDA3MyA4Ljg5OTkxIDguMTEwNzMgOC43NzM5MSA4LjI0NjczIDguNjU3OTFDOC4zODI3MyA4LjUzNzkxIDguNTMyNzMgOC40MjE5MSA4LjY5NjczIDguMzA5OTFDOC44NjA3MyA4LjE5MzkxIDkuMDEyNzMgOC4wNjU5MSA5LjE1MjczIDcuOTI1OTFDOS4yOTY3MyA3Ljc4NTkxIDkuNDE2NzMgNy42Mjc5MSA5LjUxMjczIDcuNDUxOTFDOS42MDg3MyA3LjI3MTkxIDkuNjU2NzMgNy4wNTc5MSA5LjY1NjczIDYuODA5OTFDOS42NTY3MyA2LjYzNzkxIDkuNjIyNzMgNi40ODE5MSA5LjU1NDczIDYuMzQxOTFDOS40ODY3MyA2LjIwMTkxIDkuMzk0NzMgNi4wODM5MSA5LjI3ODczIDUuOTg3OTFDOS4xNjI3MyA1Ljg4NzkxIDkuMDI0NzMgNS44MTE5MSA4Ljg2NDczIDUuNzU5OTFDOC43MDg3MyA1LjcwNzkxIDguNTQwNzMgNS42ODE5MSA4LjM2MDczIDUuNjgxOTFDOC4xMTY3MyA1LjY4MTkxIDcuOTA2NzMgNS43MTE5MSA3LjczMDczIDUuNzcxOTFDNy41NTg3MyA1LjgzMTkxIDcuNDEyNzMgNS44OTc5MSA3LjI5MjczIDUuOTY5OTFDNy4xNzI3MyA2LjA0MTkxIDcuMDc0NzMgNi4xMDc5MSA2Ljk5ODczIDYuMTY3OTFDNi45MjY3MyA2LjIyNzkxIDYuODY2NzMgNi4yNTc5MSA2LjgxODczIDYuMjU3OTFDNi43MTg3MyA2LjI1NzkxIDYuNjQwNzMgNi4yMTE5MSA2LjU4NDczIDYuMTE5OTFMNi4zMDI3MyA1LjY2OTkxWk03LjQ3MjczIDEyLjgzOTlDNy40NzI3MyAxMi43MzU5IDcuNDkwNzMgMTIuNjM3OSA3LjUyNjczIDEyLjU0NTlDNy41NjY3MyAxMi40NTM5IDcuNjE4NzMgMTIuMzczOSA3LjY4MjczIDEyLjMwNTlDNy43NTA3MyAxMi4yMzc5IDcuODMwNzMgMTIuMTgzOSA3LjkyMjczIDEyLjE0MzlDOC4wMTQ3MyAxMi4xMDM5IDguMTEyNzMgMTIuMDgzOSA4LjIxNjczIDEyLjA4MzlDOC4zMjA3MyAxMi4wODM5IDguNDE4NzMgMTIuMTAzOSA4LjUxMDczIDEyLjE0MzlDOC42MDI3MyAxMi4xODM5IDguNjgyNzMgMTIuMjM3OSA4Ljc1MDczIDEyLjMwNTlDOC44MTg3MyAxMi4zNzM5IDguODcyNzQgMTIuNDUzOSA4LjkxMjczIDEyLjU0NTlDOC45NTI3MyAxMi42Mzc5IDguOTcyNzMgMTIuNzM1OSA4Ljk3MjczIDEyLjgzOTlDOC45NzI3MyAxMi45NDc5IDguOTUyNzMgMTMuMDQ3OSA4LjkxMjczIDEzLjEzOTlDOC44NzI3NCAxMy4yMjc5IDguODE4NzMgMTMuMzA1OSA4Ljc1MDczIDEzLjM3MzlDOC42ODI3MyAxMy40NDE5IDguNjAyNzMgMTMuNDkzOSA4LjUxMDczIDEzLjUyOTlDOC40MTg3MyAxMy41Njk5IDguMzIwNzMgMTMuNTg5OSA4LjIxNjczIDEzLjU4OTlDOC4xMTI3MyAxMy41ODk5IDguMDE0NzMgMTMuNTY5OSA3LjkyMjczIDEzLjUyOTlDNy44MzA3MyAxMy40OTM5IDcuNzUwNzMgMTMuNDQxOSA3LjY4MjczIDEzLjM3MzlDNy42MTg3MyAxMy4zMDU5IDcuNTY2NzMgMTMuMjI3OSA3LjUyNjczIDEzLjEzOTlDNy40OTA3MyAxMy4wNDc5IDcuNDcyNzMgMTIuOTQ3OSA3LjQ3MjczIDEyLjgzOTlaIiBmaWxsPSIjOThBMkIzIi8+Cjwvc3ZnPgo=) no-repeat center;
  display: inline-block;
  width: 23px;
  vertical-align: middle;
  height: 22px;
  margin: 0px 3px;
}

.tick-green {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAxOSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8xNDFfMjgxMikiPgo8cGF0aCBkPSJNMiAxMS4yMzA4TDcuMTkyMzEgMTdMMTcgMiIgc3Ryb2tlPSIjMDA2RDc3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMTQxXzI4MTIiIHg9IjAiIHk9IjAuNDk5NzU2IiB3aWR0aD0iMTkiIGhlaWdodD0iMTkuMDAwMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVDb2xvck1hdHJpeCBpbj0iU291cmNlQWxwaGEiIHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAxMjcgMCIgcmVzdWx0PSJoYXJkQWxwaGEiLz4KPGZlT2Zmc2V0IGR5PSIwLjUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMC4yNSIvPgo8ZmVDb2xvck1hdHJpeCB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMC4yIDAiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQxXzI4MTIiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJlZmZlY3QxX2Ryb3BTaGFkb3dfMTQxXzI4MTIiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat center;
  display: inline-block;
  width: 23px;
  vertical-align: middle;
  height: 22px;
}

@media (min-width: 1040px) {
  .icon-asset1::before {
    content: "";
    height: 30px;
    width: 77px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCA3NSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwM18xNDY3KSI+CjxwYXRoIGQ9Ik02OC41NTM2IDIuNTMwMDFDNjcuNzQxOCAyLjk3NTQ3IDY2LjkxODggMy4zOTIzNyA2Ni4xMjM5IDMuODY2MzhDNjUuNjY1OSA0LjEwMTUgNjUuMjU5NSA0LjQyNzgzIDY0LjkyODkgNC44MjU4NEM2NC44MDc0IDUuMDA3OTYgNjQuNzI1OSA1LjIxNDM2IDY0LjY4OTkgNS40MzExMUM2NC42NTQgNS42NDc4NiA2NC42NjQzIDUuODY5OTEgNjQuNzIwMyA2LjA4MjI2QzY0Ljc3NzUgNi4yMDI2MyA2NC44NTk4IDYuMzA5MDIgNjQuOTYxNSA2LjM5NDFDNjUuMDYzMiA2LjQ3OTE4IDY1LjE4MTggNi41NDA5MyA2NS4zMDkzIDYuNTc1MTJDNjUuNDM2OCA2LjYwOTMxIDY1LjU3MDEgNi42MTUxMiA2NS43IDYuNTkyMTVDNjUuODI5OSA2LjU2OTE4IDY1Ljk1MzQgNi41MTc5NyA2Ni4wNjE5IDYuNDQyMDZDNjYuOTg2NCA2LjAwMjMxIDY3Ljg3NzEgNS40MzEyMSA2OC43NzM0IDQuOTUxNDhDNjkuMDk1MiA0Ljc0MTIgNjkuNDYyOSA0LjYxMzc2IDY5Ljg0NDUgNC41ODAyNkM2OS42MTMzIDUuMDc3MTIgNjkuMzkzNSA1LjU3OTY5IDY5LjE1NjcgNi4wNzA4NEM2OC45NDc4IDYuNDQwNTUgNjguNzU5NiA2LjgyMTg5IDY4LjU5MyA3LjIxMzA0QzY4LjQ4MyA3LjQ1NzIgNjguNDcyMiA3LjczNTM5IDY4LjU2MjkgNy45ODc1NkM2OC42NTM2IDguMjM5NzIgNjguODM4NSA4LjQ0NTY0IDY5LjA3NzggOC41NjA4NUM2OS4zMDY3IDguNjkzNjcgNjkuNTc2IDguNzM2MjQgNjkuODM0IDguNjgwMzhDNzAuMDkxOSA4LjYyNDUzIDcwLjMyMDUgOC40NzQxOCA3MC40NzU4IDguMjU4MTZDNzAuNzE3MiA3LjkxODI5IDcwLjkzNzUgNy41NjM1MiA3MS4xMzU0IDcuMTk1OTFDNzIuMDM3MyA1LjY3Mjk3IDcyLjk0MTIgNC4xNTAwMyA3My44NDY5IDIuNjI3MDlDNzQuMDI4NiAyLjM3Mzk4IDc0LjE4MzYgMi4xMDIxNSA3NC4zMDkxIDEuODE2MTNDNzQuMzk1NyAxLjYzNzMyIDc0LjQzNzUgMS40Mzk2MiA3NC40MzA3IDEuMjQwNTVDNzQuNDIzOCAxLjA0MTQ4IDc0LjM2ODYgMC44NDcxOSA3NC4yNjk5IDAuNjc0OTA5Qzc0LjE3MTMgMC41MDI2MjcgNzQuMDMyMSAwLjM1NzY3NyA3My44NjQ5IDAuMjUyOTAyQzczLjY5NzcgMC4xNDgxMjkgNzMuNTA3NiAwLjA4Njc3MDEgNzMuMzExMyAwLjA3NDI2NjRDNzMuMDA1NyAwLjAyNTU1OTQgNzIuNjk1OSAwLjAwODMzODkzIDcyLjM4NjggMC4wMjI4NjYyQzcwLjkzODEgMC4wMjI4NjYyIDY5LjQ4OTMgMC4wMjI4NjYyIDY4LjA0NjIgMC4wNzk5NzYxQzY3LjUzMzkgMC4wNjAwMjkgNjcuMDIzNyAwLjE1NTYxMiA2Ni41NTI0IDAuMzU5ODE4QzY2LjQwNzEgMC40ODc5MDggNjYuMjkzMiAwLjY0ODUyNiA2Ni4yMTk4IDAuODI4OTQxQzY2LjE0NjQgMS4wMDkzNiA2Ni4xMTU1IDEuMjA0NjEgNjYuMTI5NiAxLjM5OTIyQzY2LjEyOTYgMS42NDQ4IDY2LjU1MjQgMS45NzAzMyA2Ni44NDU1IDIuMDYxN0M2Ny4zODE5IDIuMTUyNjIgNjcuOTI1MiAyLjE5NDY3IDY4LjQ2OSAyLjE4NzM0QzY4LjUxOTcgMi4yOTAxNCA2OC41MzY2IDIuNDEwMDcgNjguNTUzNiAyLjUzMDAxWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMTAuNDg1MiAxMEMxMS4zOTg0IDkuODYyOTQgMTIuMzE3MiA5Ljc1NDQzIDEzLjIyNDggOS41NzE2N0MxMy4zNTU0IDkuNTYyNSAxMy40ODI4IDkuNTI2NjIgMTMuNTk5NCA5LjQ2NjIyQzEzLjcxNTkgOS40MDU4MSAxMy44MTkyIDkuMzIyMTIgMTMuOTAyOSA5LjIyMDE5QzEzLjk4NjcgOS4xMTgyNyAxNC4wNDkyIDkuMDAwMjEgMTQuMDg2NyA4Ljg3MzE1QzE0LjEyNDIgOC43NDYwOSAxNC4xMzU5IDguNjEyNjQgMTQuMTIxMSA4LjQ4MDg3QzE0LjA1MzUgNy44NDEyMyAxMy41NTc0IDcuNjQxMzUgMTIuOTkzNyA3LjY1ODQ4QzExLjYwMTMgNy43MTU1OSAxMC4yMDg5IDcuNzE1NTkgOC44MjIyIDcuODUyNjZDOC4yMjQ2NiA3Ljg5ODM0IDcuNjk0NzcgOC4yMDY3NCA3LjczOTg3IDguOTMyMDRDNy43ODQ5NiA5LjY1NzM0IDguMzAzNTggOS44NjI5NCA4LjkyOTMxIDkuODgwMDdDOS40NDIyOSA5Ljg4MDA3IDkuOTYwOTEgOS44ODAwNyAxMC40NzM5IDkuODgwMDdMMTAuNDg1MiAxMFoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTM5LjMwMjQgNC42NzE1M0MzOS40ODg0IDQuODY1NzEgMzkuNzI1MiA1LjI4ODMyIDQwLjA4MDMgNS40NzY3OUM0MS4yMDc3IDYuMDgyMTYgNDIuMzk3MiA2LjYxODk5IDQzLjU2OTcgNy4xNDQ0MUM0My43ODY2IDcuMjgyODggNDQuMDQxIDcuMzQ4ODEgNDQuMjk2OSA3LjMzMjg3QzQ0LjY1NzcgNy4yMjQzNiA0NS4xMzEyIDcuMDM1OSA0NS4yNjA5IDYuNzYxNzdDNDUuMzkwNSA2LjQ4NzY0IDQ1LjI2MDkgNS43OTA4OSA0NS4wMjk3IDUuNjgyMzhDNDMuNTE5IDQuOTIyODIgNDEuOTggNC4yMDg5NCA0MC40MDE2IDMuNjAzNTdDMzkuOTA1NSAzLjM5Nzk4IDM5LjQwMzggMy43NjM0OCAzOS4zMDI0IDQuNjcxNTNaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik01MS45MDE0IDkuNTA4NzlDNTIuMjQ1MyA5LjQ0MDI2IDUyLjU0OTcgOS40Njg4MSA1Mi43MzAxIDkuMzMxNzVDNTMuMDM0NSA5LjA5NzYgNTMuNDUxNyA4Ljc2MDY1IDUzLjQ2MjkgOC40NTIyNUM1My40NDU0IDguMjU1OTUgNTMuMzc4MSA4LjA2NzU5IDUzLjI2NzUgNy45MDU0N0M1My4xNTY4IDcuNzQzMzUgNTMuMDA2NyA3LjYxMjk5IDUyLjgzMTYgNy41MjcwNkM1MS4zNzE1IDcuMTkwMTEgNDkuODk0NiA2Ljk1NTk2IDQ4LjQxMiA2LjczMzIzQzQ4LjI5NjEgNi43MDc2MiA0OC4xNzYxIDYuNzA3MzUgNDguMDYwMSA2LjczMjQ1QzQ3Ljk0NCA2Ljc1NzU1IDQ3LjgzNDYgNi44MDc0NCA0Ny43MzkxIDYuODc4NzhDNDcuNjQzNiA2Ljk1MDEzIDQ3LjU2NDIgNy4wNDEzIDQ3LjUwNjIgNy4xNDYxOUM0Ny40NDgzIDcuMjUxMDkgNDcuNDEzMSA3LjM2NzMxIDQ3LjQwMyA3LjQ4NzA5QzQ3LjM3MzQgNy42MDI2IDQ3LjM2NjggNy43MjI5IDQ3LjM4MzUgNy44NDEwM0M0Ny40MDAxIDcuOTU5MTYgNDcuNDM5OCA4LjA3Mjc3IDQ3LjUgOC4xNzUyN0M0Ny41NjAzIDguMjc3NzggNDcuNjQwMSA4LjM2NzE2IDQ3LjczNDcgOC40MzgyM0M0Ny44MjkzIDguNTA5MyA0Ny45MzY5IDguNTYwNjUgNDguMDUxMyA4LjU4OTMxQzQ5LjM0NzggOC45Mzc2OSA1MC42NjEzIDkuMjE3NTMgNTEuOTAxNCA5LjUwODc5WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMzYuMDEwMiAzLjgyNjM2QzM2LjYzNiAzLjkyMzQ0IDM3LjE4ODQgMy43NDA2OSAzNy4zMDY4IDMuMDYxMDhDMzcuMzMyNSAyLjkxNjYzIDM3LjMyNzggMi43NjgyOSAzNy4yOTI4IDIuNjI1ODNDMzcuMjU3OSAyLjQ4MzM3IDM3LjE5MzYgMi4zNTAwMiAzNy4xMDQxIDIuMjM0NTZDMzcuMDE0NyAyLjExOTEgMzYuOTAyMSAyLjAyNDE1IDM2Ljc3MzggMS45NTU5NkMzNi42NDU1IDEuODg3NzYgMzYuNTA0MyAxLjg0Nzg4IDM2LjM1OTcgMS44Mzg5MkMzNS4xOTA4IDEuNjUwNjQgMzQuMDEyOSAxLjUyNDgzIDMyLjgzMDkgMS40NjE5OUMzMi42ODg4IDEuNDMyMjYgMzIuNTQxOSAxLjQzNTAxIDMyLjQwMSAxLjQ3MDA1QzMyLjI2MDEgMS41MDUxIDMyLjEyODcgMS41NzE1NSAzMi4wMTY0IDEuNjY0NTdDMzEuOTA0MSAxLjc1NzU4IDMxLjgxMzYgMS44NzQ4MiAzMS43NTE3IDIuMDA3NzNDMzEuNjg5NyAyLjE0MDY0IDMxLjY1NzggMi4yODU4OCAzMS42NTgzIDIuNDMyODdDMzEuNjU4MyAzLjE2OTU5IDMyLjE4ODIgMy40MDM3NCAzMi43ODU4IDMuNDc3OThDMzMuODUxMiAzLjYyMDc2IDM0Ljk1MDQgMy43MTc4NSAzNi4wMTAyIDMuODI2MzZaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0zLjc3NjkxIDguNjgwODNDMy45MDA5MyA4LjU4OTQ1IDQuMzQwNjMgOC40MzUyNSA0LjQxMzkxIDguMTc4MjZDNC40NTczMyA3Ljk4ODIzIDQuNDU4NjIgNy43OTA4MSA0LjQxNzY4IDcuNjAwMjFDNC4zNzY3NCA3LjQwOTYyIDQuMjk0NTkgNy4yMzA1OSA0LjE3NzE1IDcuMDc2MDNDMy4zMTUzMSA2LjI1NTcxIDIuNDAyMDcgNS40OTI2NSAxLjQ0MzEyIDQuNzkxNjJDMS4yOTU3MyA0LjcwMzQ4IDEuMTI5MjcgNC42NTMyMyAwLjk1ODI5NiA0LjY0NTI2QzAuNzg3MzE4IDQuNjM3MyAwLjYxNzAxNSA0LjY3MTg2IDAuNDYyMjU3IDQuNzQ1OTNDMC4zMTYzODYgNC44NzU2NyAwLjE5OTY1MSA1LjAzNTU3IDAuMTE5OTE1IDUuMjE0ODdDMC4wNDAxNzgxIDUuMzk0MTYgLTAuMDAwNzA4MjM4IDUuNTg4NjkgOS4yODI4MWUtMDYgNS43ODUzNEMwLjEwMTQ3OCA2Ljg5ODk5IDIuNDA3MDggOC43MzIyMyAzLjc3NjkxIDguNjgwODNaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0yNS4zNjcyIDMuOTQ2MjlDMjYuNzI1OCAzLjY3MjE2IDI3Ljg1MzIgMy41MTIyNSAyOC45MzU1IDMuMTg2NzJDMjkuMTMwOCAzLjA5MjE5IDI5LjMwMTQgMi45NTI0OSAyOS40MzM2IDIuNzc4ODlDMjkuNTY1OCAyLjYwNTI5IDI5LjY1NTkgMi40MDI2NCAyOS42OTY2IDIuMTg3MjlDMjkuNzEwOCAyLjA1NDEyIDI5LjY5MzggMS45MTk0MiAyOS42NDY5IDEuNzk0MTZDMjkuNiAxLjY2ODkgMjkuNTI0NiAxLjU1NjYyIDI5LjQyNjggMS40NjY0NkMyOS4zMjkxIDEuMzc2MjkgMjkuMjExNiAxLjMxMDc5IDI5LjA4NDEgMS4yNzUyOEMyOC45NTY2IDEuMjM5NzcgMjguODIyNyAxLjIzNTI2IDI4LjY5MzEgMS4yNjIxMUMyNy40NzQ1IDEuNDMyNiAyNi4yNjc2IDEuNjgwNTcgMjUuMDc5NyAyLjAwNDU0QzI0Ljk1MDEgMi4wMzE0MSAyNC44Mjg2IDIuMDg4OTEgMjQuNzI1MSAyLjE3MjM2QzI0LjYyMTYgMi4yNTU4MSAyNC41MzkgMi4zNjI4NCAyNC40ODQxIDIuNDg0NzVDMjQuNDI5MSAyLjYwNjY1IDI0LjQwMzQgMi43Mzk5OCAyNC40MDg5IDIuODczODdDMjQuNDE0NSAzLjAwNzc3IDI0LjQ1MTIgMy4xMzg0NCAyNC41MTYgMy4yNTUyNkMyNC42ODUxIDMuNjA5MzQgMjUuMTU4NiAzLjc5MjA5IDI1LjM2NzIgMy45NDYyOVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTU3Ljc2OTcgOC44NTc5MUM1OC43MjggOC42NDY2IDU5LjczNzEgOC40NTgxNCA2MC43MTc5IDguMTg0MDFDNjEuMjgxNyA4LjAyNDEgNjEuNzYwOCA3LjYxMjkxIDYxLjU5MTcgNi45MzMzQzYxLjU1ODUgNi43OTIzNSA2MS40OTY3IDYuNjU5OTggNjEuNDEgNi41NDQ2OEM2MS4zMjM0IDYuNDI5MzkgNjEuMjE0IDYuMzMzNzEgNjEuMDg4NyA2LjI2MzhDNjAuOTYzNCA2LjE5Mzg5IDYwLjgyNTEgNi4xNTEyOSA2MC42ODI2IDYuMTM4NzNDNjAuNTQwMSA2LjEyNjE3IDYwLjM5NjYgNi4xNDM5MyA2MC4yNjEzIDYuMTkwODZDNTkuMjU3OSA2LjM3OTMzIDU4LjI1NDUgNi42MTM0OCA1Ny4yNjggNi44NzYxOUM1Ny4xNDAxIDYuODk1NDkgNTcuMDE3MyA2Ljk0MDY2IDU2LjkwNyA3LjAwOTAyQzU2Ljc5NjcgNy4wNzczOSA1Ni43MDExIDcuMTY3NTQgNTYuNjI1OSA3LjI3NDExQzU2LjU1MDYgNy4zODA2OCA1Ni40OTc0IDcuNTAxNSA1Ni40NjkyIDcuNjI5MzZDNTYuNDQxIDcuNzU3MjMgNTYuNDM4NSA3Ljg4OTUzIDU2LjQ2MTkgOC4wMTgzOUM1Ni41ODAzIDguNzI2NTYgNTcuMTA0NSA4Ljg1NzkxIDU3Ljc2OTcgOC44NTc5MVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTIwLjkwMjYgNS44MzEwMkMyMC45NDIxIDUuMjU5OTIgMjAuNDM0NyA0LjY1NDU1IDE5LjkyNzQgNC44NjAxNEMxOC43NTY0IDUuMzU0MDIgMTcuNjI1NSA1Ljk0MDI1IDE2LjU0NTEgNi42MTM0M0MxNi4zNDc4IDYuNzIxOTQgMTYuMzQ3OCA3LjMzODczIDE2LjQ1NDkgNy42MTI4NkMxNi41NjIgNy44ODY5OSAxNy4xMDg4IDguMTgzOTYgMTcuMjc3OSA4LjEyMTE0QzE4LjQ2MTcgNy41NTAwNCAxOS42MDYxIDYuODcwNDIgMjAuNzUwNCA2LjIwMjIzQzIwLjg1NzUgNi4xNDUxMiAyMC44NTc1IDUuOTI4MTEgMjAuOTAyNiA1LjgzMTAyWiIgZmlsbD0iIzk4QTJCMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNDY3Ij4KPHJlY3Qgd2lkdGg9Ijc0LjQ0NDQiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDEwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat top right;
    position: absolute;
    top: 120px;
    right: 7px;
  }
  .icon-asset2::before {
    content: "";
    height: 30px;
    width: 77px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCA3NCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwM18xNDc5KSI+CjxwYXRoIGQ9Ik02Ny45MTQgNy40Njk5OUM2Ny4xMDk5IDcuMDI0NTMgNjYuMjk0NSA2LjYwNzYzIDY1LjUwNzEgNi4xMzM2MkM2NS4wNTM0IDUuODk4NSA2NC42NTA3IDUuNTcyMTcgNjQuMzIzMiA1LjE3NDE2QzY0LjIwMjggNC45OTIwNCA2NC4xMjIxIDQuNzg1NjQgNjQuMDg2NSA0LjU2ODg5QzY0LjA1MDggNC4zNTIxNCA2NC4wNjExIDQuMTMwMDkgNjQuMTE2NSAzLjkxNzc0QzY0LjE3MzIgMy43OTczNyA2NC4yNTQ4IDMuNjkwOTggNjQuMzU1NSAzLjYwNTlDNjQuNDU2MiAzLjUyMDgyIDY0LjU3MzggMy40NTkwNyA2NC43MDAxIDMuNDI0ODhDNjQuODI2NCAzLjM5MDY5IDY0Ljk1ODQgMy4zODQ4OCA2NS4wODcxIDMuNDA3ODVDNjUuMjE1OCAzLjQzMDgyIDY1LjMzODIgMy40ODIwMyA2NS40NDU3IDMuNTU3OTRDNjYuMzYxNSAzLjk5NzY5IDY3LjI0MzkgNC41Njg3OSA2OC4xMzE4IDUuMDQ4NTJDNjguNDUwNyA1LjI1ODggNjguODE0OSA1LjM4NjI0IDY5LjE5MjkgNS40MTk3NEM2OC45NjM5IDQuOTIyODggNjguNzQ2MSA0LjQyMDMxIDY4LjUxMTYgMy45MjkxNkM2OC4zMDQ2IDMuNTU5NDUgNjguMTE4MiAzLjE3ODExIDY3Ljk1MzEgMi43ODY5NkM2Ny44NDQyIDIuNTQyOCA2Ny44MzM0IDIuMjY0NjEgNjcuOTIzMyAyLjAxMjQ0QzY4LjAxMzEgMS43NjAyOCA2OC4xOTY0IDEuNTU0MzYgNjguNDMzNCAxLjQzOTE1QzY4LjY2MDIgMS4zMDYzMyA2OC45MjY5IDEuMjYzNzYgNjkuMTgyNSAxLjMxOTYyQzY5LjQzODEgMS4zNzU0NyA2OS42NjQ1IDEuNTI1ODIgNjkuODE4NCAxLjc0MTg0QzcwLjA1NzUgMi4wODE3MSA3MC4yNzU4IDIuNDM2NDggNzAuNDcxOCAyLjgwNDA5QzcxLjM2NTMgNC4zMjcwMyA3Mi4yNjA3IDUuODQ5OTcgNzMuMTU4IDcuMzcyOTFDNzMuMzM4IDcuNjI2MDIgNzMuNDkxNSA3Ljg5Nzg1IDczLjYxNTkgOC4xODM4N0M3My43MDE3IDguMzYyNjggNzMuNzQzMSA4LjU2MDM4IDczLjczNjMgOC43NTk0NUM3My43Mjk2IDguOTU4NTIgNzMuNjc0OSA5LjE1MjgxIDczLjU3NzEgOS4zMjUwOUM3My40NzkzIDkuNDk3MzcgNzMuMzQxNSA5LjY0MjMyIDczLjE3NTkgOS43NDcxQzczLjAxMDIgOS44NTE4NyA3Mi44MjE4IDkuOTEzMjMgNzIuNjI3NCA5LjkyNTczQzcyLjMyNDYgOS45NzQ0NCA3Mi4wMTc4IDkuOTkxNjYgNzEuNzExNiA5Ljk3NzEzQzcwLjI3NjMgOS45NzcxMyA2OC44NDExIDkuOTc3MTMgNjcuNDExNCA5LjkyMDAyQzY2LjkwNCA5LjkzOTk3IDY2LjM5ODUgOS44NDQzOSA2NS45MzE1IDkuNjQwMThDNjUuNzg3NiA5LjUxMjA5IDY1LjY3NDggOS4zNTE0NyA2NS42MDIxIDkuMTcxMDZDNjUuNTI5NCA4Ljk5MDY0IDY1LjQ5ODggOC43OTUzOSA2NS41MTI3IDguNjAwNzhDNjUuNTEyNyA4LjM1NTIgNjUuOTMxNSA4LjAyOTY3IDY2LjIyMTkgNy45MzgzQzY2Ljc1MzMgNy44NDczOCA2Ny4yOTE2IDcuODA1MzMgNjcuODMwMyA3LjgxMjY2QzY3Ljg4MDUgNy43MDk4NiA2Ny44OTczIDcuNTg5OTMgNjcuOTE0IDcuNDY5OTlaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0xMC4zODc0IDBDMTEuMjkyMSAwLjEzNzA2NSAxMi4yMDI0IDAuMjQ1NTc0IDEzLjEwMTUgMC40MjgzMjdDMTMuMjMwOSAwLjQzNzUwMyAxMy4zNTcxIDAuNDczMzc2IDEzLjQ3MjUgMC41MzM3ODNDMTMuNTg4IDAuNTk0MTkgMTMuNjkwMyAwLjY3Nzg3OSAxMy43NzMzIDAuNzc5ODA3QzEzLjg1NjIgMC44ODE3MzQgMTMuOTE4MiAwLjk5OTc4OCAxMy45NTUzIDEuMTI2ODVDMTMuOTkyNSAxLjI1MzkxIDE0LjAwNDEgMS4zODczNiAxMy45ODk0IDEuNTE5MTNDMTMuOTIyNCAyLjE1ODc3IDEzLjQzMSAyLjM1ODY1IDEyLjg3MjUgMi4zNDE1MkMxMS40OTMxIDIuMjg0NDEgMTAuMTEzNyAyLjI4NDQxIDguNzM5OTQgMi4xNDczNEM4LjE0Nzk3IDIuMTAxNjYgNy42MjMwMiAxLjc5MzI2IDcuNjY3NyAxLjA2Nzk2QzcuNzEyMzcgMC4zNDI2NjEgOC4yMjYxNiAwLjEzNzA2NSA4Ljg0NjA1IDAuMTE5OTMxQzkuMzU0MjQgMC4xMTk5MzEgOS44NjgwMiAwLjExOTkzMSAxMC4zNzYyIDAuMTE5OTMxTDEwLjM4NzQgMFoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTM4LjkzNTggNS4zMjg0N0MzOS4xMjAxIDUuMTM0MjkgMzkuMzU0NiA0LjcxMTY4IDM5LjcwNjUgNC41MjMyMUM0MC44MjM0IDMuOTE3ODQgNDIuMDAxNyAzLjM4MTAxIDQzLjE2MzMgMi44NTU1OUM0My4zNzgyIDIuNzE3MTIgNDMuNjMwMiAyLjY1MTE5IDQzLjg4MzcgMi42NjcxM0M0NC4yNDExIDIuNzc1NjQgNDQuNzEwMiAyLjk2NDEgNDQuODM4NyAzLjIzODIzQzQ0Ljk2NzEgMy41MTIzNiA0NC44Mzg3IDQuMjA5MTEgNDQuNjA5NyA0LjMxNzYyQzQzLjExMzEgNS4wNzcxOCA0MS41ODg1IDUuNzkxMDYgNDAuMDI0OCA2LjM5NjQzQzM5LjUzMzMgNi42MDIwMiAzOS4wMzYzIDYuMjM2NTIgMzguOTM1OCA1LjMyODQ3WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNTEuNDE3MyAwLjQ5MTIxMUM1MS43NTggMC41NTk3NDMgNTIuMDU5NSAwLjUzMTE4OCA1Mi4yMzgyIDAuNjY4MjUzQzUyLjUzOTggMC45MDI0MDUgNTIuOTUzMSAxLjIzOTM1IDUyLjk2NDIgMS41NDc3NUM1Mi45NDY5IDEuNzQ0MDUgNTIuODgwMiAxLjkzMjQxIDUyLjc3MDYgMi4wOTQ1M0M1Mi42NjEgMi4yNTY2NSA1Mi41MTIyIDIuMzg3MDEgNTIuMzM4OCAyLjQ3Mjk0QzUwLjg5MjQgMi44MDk4OSA0OS40MjkyIDMuMDQ0MDQgNDcuOTYwNSAzLjI2Njc3QzQ3Ljg0NTYgMy4yOTIzOCA0Ny43MjY3IDMuMjkyNjUgNDcuNjExOCAzLjI2NzU1QzQ3LjQ5NjggMy4yNDI0NSA0Ny4zODg0IDMuMTkyNTYgNDcuMjkzOCAzLjEyMTIyQzQ3LjE5OTIgMy4wNDk4NyA0Ny4xMjA1IDIuOTU4NyA0Ny4wNjMxIDIuODUzODFDNDcuMDA1NyAyLjc0ODkxIDQ2Ljk3MDggMi42MzI2OSA0Ni45NjA4IDIuNTEyOTFDNDYuOTMxNiAyLjM5NzQgNDYuOTI1IDIuMjc3MSA0Ni45NDE1IDIuMTU4OTdDNDYuOTU4IDIuMDQwODQgNDYuOTk3MyAxLjkyNzIzIDQ3LjA1NyAxLjgyNDczQzQ3LjExNjcgMS43MjIyMiA0Ny4xOTU3IDEuNjMyODQgNDcuMjg5NSAxLjU2MTc3QzQ3LjM4MzIgMS40OTA3IDQ3LjQ4OTggMS40MzkzNSA0Ny42MDMgMS40MTA2OUM0OC44ODc1IDEuMDYyMzEgNTAuMTg4NyAwLjc4MjQ3MyA1MS40MTczIDAuNDkxMjExWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMzUuNjc0MyA2LjE3MzY0QzM2LjI5NDIgNi4wNzY1NiAzNi44NDE1IDYuMjU5MzEgMzYuOTU4OCA2LjkzODkyQzM2Ljk4NDMgNy4wODMzNyAzNi45Nzk2IDcuMjMxNzEgMzYuOTQ1IDcuMzc0MTdDMzYuOTEwNCA3LjUxNjYzIDM2Ljg0NjcgNy42NDk5OCAzNi43NTggNy43NjU0NEMzNi42Njk0IDcuODgwOSAzNi41NTc5IDcuOTc1ODUgMzYuNDMwOCA4LjA0NDA0QzM2LjMwMzcgOC4xMTIyNCAzNi4xNjM5IDguMTUyMTIgMzYuMDIwNiA4LjE2MTA4QzM0Ljg2MjUgOC4zNDkzNiAzMy42OTU2IDguNDc1MTcgMzIuNTI0NiA4LjUzODAxQzMyLjM4MzkgOC41Njc3NCAzMi4yMzg0IDguNTY0OTkgMzIuMDk4OCA4LjUyOTk1QzMxLjk1OTIgOC40OTQ5IDMxLjgyOTEgOC40Mjg0NSAzMS43MTc4IDguMzM1NDNDMzEuNjA2NSA4LjI0MjQyIDMxLjUxNjkgOC4xMjUxOCAzMS40NTU1IDcuOTkyMjdDMzEuMzk0MiA3Ljg1OTM2IDMxLjM2MjYgNy43MTQxMiAzMS4zNjMgNy41NjcxM0MzMS4zNjMgNi44MzA0MSAzMS44ODggNi41OTYyNiAzMi40OCA2LjUyMjAyQzMzLjUzNTQgNi4zNzkyNCAzNC42MjQ0IDYuMjgyMTUgMzUuNjc0MyA2LjE3MzY0WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMy43NDE2OCAxLjMxOTE3QzMuODY0NTQgMS40MTA1NSA0LjMwMDE0IDEuNTY0NzUgNC4zNzI3NCAxLjgyMTc0QzQuNDE1NzUgMi4wMTE3NyA0LjQxNzAzIDIuMjA5MTkgNC4zNzY0NyAyLjM5OTc5QzQuMzM1OTEgMi41OTAzOCA0LjI1NDUzIDIuNzY5NDEgNC4xMzgxOSAyLjkyMzk3QzMuMjg0MzkgMy43NDQyOSAyLjM3OTY2IDQuNTA3MzUgMS40Mjk2NiA1LjIwODM4QzEuMjgzNjQgNS4yOTY1MiAxLjExODc0IDUuMzQ2NzcgMC45NDkzNTcgNS4zNTQ3NEMwLjc3OTk3NCA1LjM2MjcgMC42MTEyNTkgNS4zMjgxNCAwLjQ1Nzk0NSA1LjI1NDA3QzAuMzEzNDM1IDUuMTI0MzMgMC4xOTc3ODkgNC45NjQ0MyAwLjExODc5NiA0Ljc4NTEzQzAuMDM5ODAzMyA0LjYwNTg0IC0wLjAwMDcwMTYzMSA0LjQxMTMxIDkuMTk2MjJlLTA2IDQuMjE0NjZDMC4xMDA1MzIgMy4xMDEwMSAyLjM4NDYzIDEuMjY3NzcgMy43NDE2OCAxLjMxOTE3WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMjUuMTMwNyA2LjA1MzcxQzI2LjQ3NjYgNi4zMjc4NCAyNy41OTM1IDYuNDg3NzUgMjguNjY1OCA2LjgxMzI4QzI4Ljg1OTIgNi45MDc4MSAyOS4wMjgyIDcuMDQ3NTEgMjkuMTU5MiA3LjIyMTExQzI5LjI5MDIgNy4zOTQ3MSAyOS4zNzk0IDcuNTk3MzYgMjkuNDE5NyA3LjgxMjcxQzI5LjQzMzggNy45NDU4OCAyOS40MTY5IDguMDgwNTggMjkuMzcwNSA4LjIwNTg0QzI5LjMyNDEgOC4zMzExIDI5LjI0OTQgOC40NDMzOCAyOS4xNTI1IDguNTMzNTRDMjkuMDU1NiA4LjYyMzcxIDI4LjkzOTMgOC42ODkyMSAyOC44MTMgOC43MjQ3MkMyOC42ODY3IDguNzYwMjMgMjguNTU0IDguNzY0NzQgMjguNDI1NiA4LjczNzg5QzI3LjIxODQgOC41Njc0IDI2LjAyMjggOC4zMTk0MyAyNC44NDU5IDcuOTk1NDZDMjQuNzE3NSA3Ljk2ODU5IDI0LjU5NzIgNy45MTEwOSAyNC40OTQ2IDcuODI3NjRDMjQuMzkyMSA3Ljc0NDE5IDI0LjMxMDMgNy42MzcxNiAyNC4yNTU4IDcuNTE1MjVDMjQuMjAxNCA3LjM5MzM1IDI0LjE3NTkgNy4yNjAwMiAyNC4xODE0IDcuMTI2MTNDMjQuMTg2OSA2Ljk5MjIzIDI0LjIyMzIgNi44NjE1NiAyNC4yODc1IDYuNzQ0NzRDMjQuNDU1IDYuMzkwNjYgMjQuOTI0MSA2LjIwNzkxIDI1LjEzMDcgNi4wNTM3MVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTU3LjIzMDcgMS4xNDIwOUM1OC4xODAxIDEuMzUzNCA1OS4xNzk4IDEuNTQxODYgNjAuMTUxNSAxLjgxNTk5QzYwLjcwOTkgMS45NzU5IDYxLjE4NDYgMi4zODcwOSA2MS4wMTcxIDMuMDY2N0M2MC45ODQyIDMuMjA3NjUgNjAuOTIyOSAzLjM0MDAyIDYwLjgzNzEgMy40NTUzMkM2MC43NTEzIDMuNTcwNjEgNjAuNjQyOSAzLjY2NjI5IDYwLjUxODggMy43MzYyQzYwLjM5NDcgMy44MDYxMSA2MC4yNTc2IDMuODQ4NzEgNjAuMTE2NSAzLjg2MTI3QzU5Ljk3NTMgMy44NzM4MyA1OS44MzMyIDMuODU2MDcgNTkuNjk5MSAzLjgwOTE0QzU4LjcwNTEgMy42MjA2NyA1Ny43MTEgMy4zODY1MiA1Ni43MzM3IDMuMTIzODFDNTYuNjA3IDMuMTA0NTEgNTYuNDg1NCAzLjA1OTM0IDU2LjM3NjEgMi45OTA5OEM1Ni4yNjY4IDIuOTIyNjEgNTYuMTcyMSAyLjgzMjQ2IDU2LjA5NzYgMi43MjU4OUM1Ni4wMjMxIDIuNjE5MzIgNTUuOTcwMyAyLjQ5ODUgNTUuOTQyNCAyLjM3MDY0QzU1LjkxNDUgMi4yNDI3NyA1NS45MTIgMi4xMTA0NyA1NS45MzUxIDEuOTgxNjFDNTYuMDUyNCAxLjI3MzQ0IDU2LjU3MTggMS4xNDIwOSA1Ny4yMzA3IDEuMTQyMDlaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0yMC43MDc2IDQuMTY4OThDMjAuNzQ2NyA0Ljc0MDA4IDIwLjI0NDEgNS4zNDU0NSAxOS43NDE1IDUuMTM5ODZDMTguNTgxNCA0LjY0NTk4IDE3LjQ2MTEgNC4wNTk3NSAxNi4zOTA4IDMuMzg2NTdDMTYuMTk1MyAzLjI3ODA2IDE2LjE5NTMgMi42NjEyNyAxNi4zMDE0IDIuMzg3MTRDMTYuNDA3NSAyLjExMzAxIDE2Ljk0OTIgMS44MTYwNCAxNy4xMTY3IDEuODc4ODZDMTguMjg5NSAyLjQ0OTk2IDE5LjQyMzIgMy4xMjk1OCAyMC41NTY5IDMuNzk3NzdDMjAuNjYzIDMuODU0ODggMjAuNjYzIDQuMDcxODkgMjAuNzA3NiA0LjE2ODk4WiIgZmlsbD0iIzk4QTJCMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNDc5Ij4KPHJlY3Qgd2lkdGg9IjczLjc1IiBoZWlnaHQ9IjEwIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat top right;
    position: absolute;
    top: 120px;
    right: 7px;
  }
  .icon-asset3::before {
    content: "";
    height: 72px;
    width: 60px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgMCA3MCA4MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwM18xNTAzKSI+CjxwYXRoIGQ9Ik0xMS43ODE1IDY0LjEzMjlDMTIuNjM2NSA2NC4xMjc0IDEzLjA5MTQgNjQuMTM4NiAxMy41MDc1IDY0LjExNDVDMTQuNzQyIDY0LjExMTcgMTUuMjczIDYzLjgwNDkgMTUuMzUxOSA2My4wNTIzQzE1LjQzMDggNjIuMjk5NyAxNC45MTI0IDYxLjg4OTcgMTMuNzM4MyA2MS43NTIyQzEzLjE5OTggNjEuNzAyMiAxMi42NTc5IDYxLjY0NCAxMS43MzA4IDYxLjU0NjlDMTIuNTc2OSA2MC45NjYyIDEzLjA5NDIgNjAuNjI2OSAxMy41OTU0IDYwLjI2MUMxMy45MTk3IDYwLjAzMTQgMTQuMzU5NSA1OS44MjU4IDE0LjQ5ODQgNTkuNDk3OUMxNC43MDA1IDU5LjA1MTQgMTQuNzQ0MyA1OC41NDk4IDE0LjYyMjEgNTguMDgxNkMxNC40MjM1IDU3LjUyMjEgMTMuODM5NCA1Ny41MjI2IDEzLjMxNSA1Ny43MDk0QzEzLjE1NDkgNTcuNzY5NyAxMy4wMDI1IDU3Ljg1MDggMTIuODYxNiA1Ny45NTA3QzExLjQyMjggNTguODk2MiA5Ljk3NDggNTkuODMxNCA4LjU2MTE5IDYwLjgxMzhDNy41MDM4NCA2MS41NTE4IDcuNDIwMDQgNjIuMDc3OCA4LjE2MTEyIDYzLjEwNDNDOS40MzEzNCA2NC44Mzc2IDEwLjc4MzggNjYuNTI3NSAxMi4xMDMxIDY4LjIxODRDMTIuNTM4MyA2OC43OTM5IDEzLjEyNDEgNjkuMTQ4IDEzLjg0MjMgNjguNjI3MUMxNC40MjIzIDY4LjIwOTggMTQuNDQxNyA2Ny40MDcxIDEzLjg3OTMgNjYuNTk5QzEzLjMxNjggNjUuNzkwOSAxMi42NTE3IDY1LjE0NzYgMTEuNzgxNSA2NC4xMzI5WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNDcuMTcwNiAzNS45NDQ2QzQ3LjM1OSAzNS45MzQ3IDQ3LjUxMjUgMzUuODc4OCA0Ny42MDE5IDM1LjkyMjRDNDguMTkyOSAzNi4yMzM3IDQ4LjgwODEgMzYuMzY0OCA0OS40ODk3IDM1LjU3NTlDNTAuMTcxNCAzNC43ODcgNDkuOTgwMyAzMy45NzI5IDQ5LjYwMTQgMzMuMzI1M0M0OS4wNzI5IDMyLjQyNDIgNDguNTQ0NSAzMS41MjMxIDQ4LjAwNjIgMzAuNjM1N0M0Ny44OTM4IDMwLjM1NjEgNDcuNjkwMyAzMC4xNTEyIDQ3LjQyNDIgMzAuMDQ5OUM0Ni45MjgzIDMwLjAxNTIgNDYuMjQ4OSAyOS45NzMyIDQ1Ljg5MyAzMC4zMUM0NS41MzcxIDMwLjY0NjcgNDUuNDIwOCAzMS40NjgzIDQ1LjQ1NzEgMzEuOTYyN0M0NS42MDU1IDMyLjUzNiA0NS44MzkzIDMzLjA1NTEgNDYuMTUxMyAzMy41MDM1QzQ1LjQ1OTYgMzQuMjU0IDQ0Ljc4NzUgMzQuOTQ1NyA0NC4xNjAzIDM1LjY4MDFDNDMuNjEyIDM2LjMyNTcgNDMuMjYyMiAzNi45ODk0IDQzLjY4MDYgMzcuNTgyM0M0My43NTgyIDM3LjcwNTcgNDMuODYzNSAzNy44MDIxIDQzLjk5MDEgMzcuODY1NkM0NC4xMTY4IDM3LjkyOTIgNDQuMjYyMiAzNy45NTg2IDQ0LjQxNzcgMzcuOTUyMUM0NC41NzMyIDM3Ljk0NTYgNDQuNzM1NiAzNy45MDM0IDQ0Ljg5NTEgMzcuODI3OUM0NS4wNTQ3IDM3Ljc1MjQgNDUuMjA4MSAzNy42NDUyIDQ1LjM0NjIgMzcuNTEyOEM0NS45NDk2IDM3LjA2MyA0Ni40OTgzIDM2LjU0MjUgNDcuMTcwNiAzNS45NDQ2WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNDkuNDc1MyA2LjY0NTU1QzQ5Ljk0MjQgNi45ODIxMyA1MC40ODk0IDcuNDY5ODcgNTEuMTIwMiA3LjgzMDczQzUxLjk0NDYgOC4yNjg2NCA1Mi42NzI3IDguMDIzMSA1My4xNjA5IDcuMjE5NzVDNTMuNzIzMSA2LjMwMzIxIDUzLjQ3MzMgNS42OTY1MSA1Mi45MzY2IDUuMzA5OEM1MS44OTMgNC41NTc4OCA1MC44MTQ4IDMuODUzOSA0OS43MjY4IDMuMTc0MDZDNDkuNDI4NyAzLjAxOTMyIDQ5LjA4NCAyLjk0ODE3IDQ4LjcxNDcgMi45NjUxN0M0OC4xMDk5IDIuOTc2ODYgNDcuNDcxNCAzLjMwNzcyIDQ3LjI4NTMgNC4wMTY1NkM0Ny4yMjM4IDQuMjgwMjMgNDcuMjEyNyA0LjUzODUyIDQ3LjI1MjggNC43NzM5MkM0Ny4yOTMgNS4wMDkzMSA0Ny4zODMzIDUuMjE2MyA0Ny41MTc4IDUuMzgwODNDNDguMTI0MiA1Ljg2ODE2IDQ4Ljc3ODUgNi4yOTA5MiA0OS40NzUzIDYuNjQ1NTVaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik01My4xNTU4IDI3LjA3MkM1My43MzYzIDI1LjY5IDU0LjM4MTQgMjQuMzIzMiA1NC44NzI2IDIyLjkxODRDNTQuOTYxNyAyMi43MjM3IDU1LjAxNDkgMjIuNTIyIDU1LjAyODUgMjIuMzI3N0M1NS4wNDIxIDIyLjEzMzQgNTUuMDE1NyAyMS45NTEzIDU0Ljk1MTMgMjEuNzk0NUM1NC44ODY4IDIxLjYzNzcgNTQuNzg1OSAyMS41MSA1NC42NTU2IDIxLjQyMDZDNTQuNTI1NCAyMS4zMzExIDU0LjM2OTIgMjEuMjgyMiA1NC4xOTggMjEuMjc3MkM1My4zNTk5IDIxLjIyNDkgNTIuOTExMSAyMS45NDIyIDUyLjU4MTUgMjIuNzQ1NEM1MS45OTU1IDIzLjk3NzggNTEuMzU5OSAyNS4xOTUzIDUwLjcwNDQgMjYuMzk4NUM1MC4yMzEyIDI3LjI0MzkgNDkuNzYyOCAyOC4wNzIgNTAuNDI5MSAyOC42NTYxQzUwLjk0MTIgMjkuMTA4MyA1MS43NjI5IDI4LjY5MDkgNTIuNjI3IDI3LjU5NjRMNTMuMDM2NyAyNy4wMjc4TDUzLjE1NTggMjcuMDcyWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMjguMTY1MSAyNy43NjY0QzI4LjcwMzQgMjcuMTEzNiAyOS4zNTUzIDI2LjM0NSAyOS45ODc0IDI1LjU2MkMzMC41MTA4IDI0Ljg5ODUgMzAuODY1NiAyNC4yMzg0IDMwLjQ0NzMgMjMuNjU2QzMwLjM2NTUgMjMuNTE0MiAzMC4yNDg1IDIzLjQwNTggMzAuMTA1MSAyMy4zMzlDMjkuOTYxNiAyMy4yNzIxIDI5Ljc5NTUgMjMuMjQ4NSAyOS42MTk0IDIzLjI2OTlDMjkuNDQzMiAyMy4yOTEzIDI5LjI2MTUgMjMuMzU3MyAyOS4wODgyIDIzLjQ2MjdDMjguOTE0OCAyMy41NjgxIDI4Ljc1NDIgMjMuNzEwMyAyOC42MTg1IDIzLjg3ODVDMjcuNDU0MSAyNS4xODI0IDI2LjM3MDIgMjYuNTY3NiAyNS4zNzk1IDI4LjAxNzdDMjUuMjUwNiAyOC4yMTI2IDI1LjE1NDcgMjguNDI0NSAyNS4wOTg1IDI4LjYzODZDMjUuMDQyMyAyOC44NTI4IDI1LjAyNzMgMjkuMDY0IDI1LjA1NDMgMjkuMjU3OEMyNS4wODEzIDI5LjQ1MTUgMjUuMTQ5OSAyOS42MjMxIDI1LjI1NTEgMjkuNzYwNkMyNS4zNjA0IDI5Ljg5ODEgMjUuNDk5OCAyOS45OTgyIDI1LjY2MzggMzAuMDU0QzI2LjQzNzggMzAuMjI2NiAyNi45OTYyIDI5LjY3MTYgMjcuNDU5NiAyOC44NTA0QzI3LjY3MTggMjguNTM0OSAyNy44ODg5IDI4LjIxMjYgMjguMTY1MSAyNy43NjY0WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNTIuNzI1OCAxMC42MTFDNTIuNjYxNSAxMS4xMTM1IDUyLjY2MzEgMTEuNjAxOCA1Mi43MzA1IDEyLjA2MDlDNTMuMDMxNiAxMy4yMDQgNTMuNDQxNyAxNC4yOCA1My44MjcgMTUuMzY5M0M1My45MzIgMTUuNjUzMSA1NC4wMjc0IDE2LjAzNDEgNTQuMjUwOCAxNi4xMTE3QzU0LjYzMzMgMTYuMjk1OCA1NS4xMDI3IDE2LjMwOCA1NS41ODQ2IDE2LjE0NjZDNTUuNzc1IDE1Ljk5MDYgNTUuOTQwMiAxNS43OTQxIDU2LjA2NSAxNS41NzUxQzU2LjE4OTkgMTUuMzU2MSA1Ni4yNzA0IDE1LjEyMTQgNTYuMjk5NCAxNC44OTI1QzU2LjMzMzEgMTIuOTEwNSA1NS43NDcgMTEuMTc0NSA1NC42MzI0IDkuOTU1NDVDNTQuMjM0MyA5LjQ4MTI1IDUzLjU4NTEgOS41NzU0NiA1Mi43MjU4IDEwLjYxMVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTE5LjMxMjkgNjMuNzg0OUMxOS42MTM0IDYzLjkwNzYgMTkuOTQwNCA2My45Nzg4IDIwLjI4NTMgNjMuOTk2NEMyMS42MTgzIDYzLjc3MDUgMjIuOTU2MSA2My41MTY4IDI0LjI4ODggNjMuMjA3NUMyNC40MzM3IDYzLjE4NzcgMjQuNTgyNCA2My4xMzU0IDI0LjcyNTkgNjMuMDUzNkMyNC44NjkzIDYyLjk3MTggMjUuMDA0NiA2Mi44NjIzIDI1LjEyMzMgNjIuNzMxOEMyNS4yNDIxIDYyLjYwMTMgMjUuMzQxOSA2Mi40NTI0IDI1LjQxNjcgNjIuMjk0M0MyNS40OTE1IDYyLjEzNjIgMjUuNTM5NyA2MS45NzIxIDI1LjU1ODUgNjEuODEyQzI1LjYwNDcgNjEuNjMxNiAyNS42MTYzIDYxLjQ1MzkgMjUuNTkyNSA2MS4yOTEyQzI1LjU2ODcgNjEuMTI4NSAyNS41MSA2MC45ODQ3IDI1LjQyMDUgNjAuODY5N0MyNS4zMzEgNjAuNzU0NyAyNS4yMTI4IDYwLjY3MTMgMjUuMDc0MiA2MC42MjUzQzI0LjkzNTUgNjAuNTc5MyAyNC43Nzk3IDYwLjU3MTggMjQuNjE3NSA2MC42MDMzQzIzLjIzMjEgNjAuNzcyMSAyMS44MzI1IDYxLjAyODQgMjAuNDI1NiA2MS4zNzFDMjAuMTc5NiA2MS40ODUgMTkuOTQzOCA2MS42NTMgMTkuNzM1MiA2MS44NjI3QzE5LjUyNjcgNjIuMDcyNCAxOS4zNTA2IDYyLjMxODYgMTkuMjE5OCA2Mi41ODM1QzE5LjA2NzEgNjIuOTAwMSAxOS4yNzY5IDYzLjM5NDggMTkuMzEyOSA2My43ODQ5WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMjQuODY3MiAzOC4xNTkxQzI1LjU0MjcgMzguNTYyNiAyNi43NTk5IDM3Ljc4NDkgMjYuNzY2NyAzNi44MjJDMjYuNzQ0NSAzNS4zNTUxIDI2LjU3NTQgMzMuOTQyNyAyNi4yNjIyIDMyLjYwODFDMjYuMTQzOSAzMi40MjY4IDI1Ljk3NDIgMzIuMjk4MSAyNS43NjkxIDMyLjIzNDFDMjUuNTY0IDMyLjE3MDIgMjUuMzMwNSAzMi4xNzMyIDI1LjA5MDkgMzIuMjQyOUMyNC44NjE3IDMyLjM3NDMgMjQuNjQ5NyAzMi41NjAxIDI0LjQ3NDUgMzIuNzgzMUMyNC4yOTkzIDMzLjAwNjEgMjQuMTY2NiAzMy4yNTkxIDI0LjA4ODYgMzMuNTE4OEMyNC4xNjI5IDM1LjAyOTIgMjQuNDI1NCAzNi40NjcxIDI0LjYzODMgMzcuOTIxNEMyNC42NDg3IDM4LjA2NDEgMjQuNzg3NiAzOC4xMDE4IDI0Ljg2NzIgMzguMTU5MVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTM1Ljg3NyA0Mi4yNjI0QzM2LjIzNCA0Mi4yODMzIDM2LjYwNzkgNDIuMjQ0MiAzNi45ODcyIDQyLjE0NjZDMzcuODc4NSA0MS44MTA2IDM4Ljc4NDMgNDEuMzYwMSAzOS42NjU1IDQwLjk1NDRDNDAuMzA0MSA0MC42NTQ4IDQwLjg1NzYgNDAuMDg1OCA0MC43NTE0IDM5LjQ0NzNDNDAuNjYwNyAzOC45ODY1IDQwLjEzOCAzOC4zNDk4IDM5LjgyMTEgMzguNDY0OEMzOC40OTYgMzguOTAxNiAzNy4xNzY4IDM5LjUxNDMgMzUuODk1NCA0MC4yODhDMzUuMTMzNCA0MC43NTg5IDM1LjEzNjggNDEuODMzMiAzNS44NzcgNDIuMjYyNFoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTQ4LjU4MjEgNDQuNzA0M0M0OC42OTY4IDQ0Ljc5NyA0OC44MzcxIDQ0Ljg1MzEgNDguOTkzMyA0NC44Njg3QzQ5LjE0OTUgNDQuODg0MyA0OS4zMTc2IDQ0Ljg1OSA0OS40ODU5IDQ0Ljc5NDVDNDkuNjU0MSA0NC43MyA0OS44MTgyIDQ0LjYyNzkgNDkuOTY2NyA0NC40OTU1QzUwLjExNTIgNDQuMzYzMSA1MC4yNDQzIDQ0LjIwMzcgNTAuMzQ1IDQ0LjAyODRDNTEuMDIxIDQzLjAzNzcgNTEuMTg1MiA0MC4xNDg1IDUwLjYwNzkgMzkuNDcyNEM1MC4wMzA1IDM4Ljc5NjMgNDguNzkyNyAzOS4zMDkzIDQ4LjU5MjcgNDAuMjk5NUM0OC4zOCA0MS42MjkzIDQ4LjI2OTggNDIuOTQyNSA0OC4yNjMzIDQ0LjIyNDhDNDguMjgzOCA0NC40MjY5IDQ4LjUxMjQgNDQuNTkxNiA0OC41ODIxIDQ0LjcwNDNaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik00Mi42ODMgMjMuNTIyNEM0Mi4zNjc1IDIzLjI1MzcgNDEuOTk0OCAyMy4wNjI1IDQxLjU4MDUgMjIuOTU3QzQxLjE1NDEgMjIuOTYyIDQwLjQ5NTMgMjMuMTUzMyA0MC4yMTg4IDIzLjUwNTdDNDAuMDY0NiAyMy43NDYgMzkuOTU4NyAyNC4wMDg3IDM5LjkxMSAyNC4yNjkyQzM5Ljg2MzMgMjQuNTI5NiAzOS44NzUzIDI0Ljc3OTQgMzkuOTQ2IDI0Ljk5NUM0MC41OTM1IDI1Ljc4MzcgNDEuMzQ5NCAyNi40NTQxIDQyLjE5ODQgMjYuOTkyNUM0Mi40NTE5IDI3LjE3NTEgNDMuMzQzMyAyNi44NiA0My41NjUzIDI2LjUzMDhDNDMuNzM0IDI2LjI1MjMgNDMuODUxNyAyNS45NTI1IDQzLjkwOTIgMjUuNjU0N0M0My45NjY3IDI1LjM1NjkgNDMuOTYyNSAyNS4wNjkgNDMuODk2OSAyNC44MTMzQzQzLjU3NDIgMjQuMjk1NyA0My4xNjUgMjMuODYwNiA0Mi42ODMgMjMuNTIyNFoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTM3LjMyNDYgMjIuMzE1MkMzNy4yNzM1IDIxLjg1MTggMzcuMzIxMiAyMS4yNzIxIDM3LjE0MTcgMjAuOTM0NkMzNi41NTM1IDE5Ljk4MDEgMzMuOTQ3MiAyMC40NDM3IDMyLjk3NDIgMjEuNjA1NEMzMi44MDI5IDIxLjc4ODMgMzIuNjY3OSAyMi4wMDY2IDMyLjU4NDIgMjIuMjM2M0MzMi41MDA1IDIyLjQ2NiAzMi40NzEyIDIyLjY5ODMgMzIuNDk5NSAyMi45MDc5QzMyLjUyNzggMjMuMTE3NCAzMi42MTI3IDIzLjI5NiAzMi43NDQ4IDIzLjQyNDJDMzIuODc2OSAyMy41NTI0IDMzLjA1MTIgMjMuNjI1MiAzMy4yNDg1IDIzLjYzNDZDMzQuMzAwOSAyMy41MjMxIDM1LjM3IDIzLjMxMTYgMzYuNDQ0MyAyMy4wMDI2QzM2LjY2MjMgMjIuOTUxNSAzNi44OTQ0IDIyLjY2MDkgMzcuMzI0NiAyMi4zMTUyWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMzQuNzMzMyA1OS41NDU2QzM1LjAzMDYgNTkuNDk5NyAzNS40NzcgNTkuNTYxMiAzNS44Nzc5IDU5LjMyOTdDMzYuNjkwMSA1OC44ODQ4IDM3LjQ3MjEgNTguMzIyMiAzOC4xOTc3IDU3LjY2MDZDMzguMzg3MyA1Ny40NSAzOC41MzgyIDU3LjIwMzggMzguNjM2MSA1Ni45NDUxQzM4LjczNDEgNTYuNjg2MyAzOC43NzYxIDU2LjQyMzQgMzguNzU4MSA1Ni4xODA4QzM4LjU4ODMgNTUuNzg3OSAzNy45MTc3IDU1LjQwODggMzcuNTY2MyA1NS41OTI3QzM2LjU3NTEgNTYuMTEzNCAzNS42MjIxIDU2Ljc5NSAzNC43NDY4IDU3LjYwOTRDMzQuMDc5NSA1OC4yMzE3IDM0LjE2NjIgNTguOTQ5NyAzNC43MzMzIDU5LjU0NTZaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik00My43NTQxIDUyLjU4OTZDNDQuMjQ3NyA1MS45MDQ2IDQ0LjQ2NDggNTEuNjAzMSA0NC42ODY5IDUxLjI5NDlDNDUuMTUwNyA1MC41ODg0IDQ1LjMwNjggNDkuNzk1NCA0NC43MjA5IDQ5LjUyOTRDNDQuNDkyNyA0OS40NjMxIDQ0LjIzNjkgNDkuNDYzIDQzLjk3MzEgNDkuNTI5MkM0My43MDk0IDQ5LjU5NTUgNDMuNDQ0OSA0OS43MjYyIDQzLjIgNDkuOTExM0M0Mi41MDY1IDUwLjYwMjEgNDEuODgzOCA1MS4zNzggNDEuMzUzMiA1Mi4yMTI2QzQxLjI0NiA1Mi4zNTAxIDQxLjE1OTUgNTIuNTAyNiA0MS4wOTg4IDUyLjY2MDlDNDEuMDM4IDUyLjgxOTIgNDEuMDA0NCA1Mi45ODAyIDQwLjk5OTggNTMuMTM0MkM0MC45OTUyIDUzLjI4ODIgNDEuMDE5OCA1My40MzIxIDQxLjA3MjEgNTMuNTU3M0M0MS4xMjQzIDUzLjY4MjUgNDEuMjAzMiA1My43ODY1IDQxLjMwNCA1My44NjNDNDEuNTExNCA1NC4wNTU4IDQxLjgwODMgNTQuMTIyMSA0Mi4xMjk2IDU0LjA0NzRDNDIuNDUwOSA1My45NzI2IDQyLjc3MDUgNTMuNzYyOSA0My4wMTgyIDUzLjQ2NDNDNDMuMjc5MiA1My4xODg3IDQzLjUyNTMgNTIuODk2MiA0My43NTQxIDUyLjU4OTZaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0yNy40NTUxIDQxLjE4OTRDMjguMjAwNyA0MS40NDAzIDI4Ljk5MTkgNDEuNTk1NSAyOS44MTY2IDQxLjY1MjVDMzAuMDgyIDQxLjYyMjIgMzAuMzU2MyA0MS41MjI4IDMwLjYxNzQgNDEuMzYyMkMzMC44Nzg2IDQxLjIwMTcgMzEuMTE5NSA0MC45ODQ0IDMxLjMyMDggNDAuNzI3OEMzMS40MjEyIDQwLjU2MjUgMzEuNDkzIDQwLjM4NTEgMzEuNTMxMSA0MC4yMDc4QzMxLjU2OTMgNDAuMDMwNiAzMS41NzI5IDM5Ljg1NzkgMzEuNTQxNyAzOS43MDE3QzMxLjUxMDUgMzkuNTQ1NSAzMS40NDUzIDM5LjQwOTUgMzEuMzUwNSAzOS4zMDM0QzMxLjI1NTggMzkuMTk3MiAzMS4xMzM5IDM5LjEyMzMgMzAuOTkzMiAzOS4wODY5QzMwLjM2IDM4Ljg1MTcgMjkuNjkyNyAzOC42ODQyIDI4Ljk5ODUgMzguNTg2M0MyOC4zMzM3IDM4LjQ2MTIgMjcuNjU1NiAzOC44MDUxIDI3LjM5NTUgMzkuNjE2N0MyNy4yMTM3IDQwLjE0MTQgMjcuNDA4OCA0MC42Nzc0IDI3LjQ1NTEgNDEuMTg5NFoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTI5LjA4MjcgNjAuMDIyQzI4Ljk1NTcgNjAuMTkxNSAyOC44NjIxIDYwLjM4MjQgMjguODEwOSA2MC41NzY0QzI4Ljc1OTggNjAuNzcwMyAyOC43NTI4IDYwLjk2MDcgMjguNzkwOCA2MS4xMjkzQzI4LjgyODcgNjEuMjk3OCAyOC45MTAyIDYxLjQzODcgMjkuMDI3NCA2MS41Mzg1QzI5LjE0NDYgNjEuNjM4MiAyOS4yOTM2IDYxLjY5MzQgMjkuNDYgNjEuNjk4OEMzMC4yOTQ0IDYxLjY3NTQgMzEuMTcwOSA2MS40Mzk2IDMyLjAyNiA2MS4wMDg0QzMyLjgwOCA2MC42MDQgMzIuOTcyNiA1OS4zNjk3IDMyLjQxNTggNTguOTE2NUMzMS43ODk0IDU4LjM3MTUgMjkuNzE0MyA1OS4wNzIyIDI5LjA4MjcgNjAuMDIyWiIgZmlsbD0iIzk4QTJCMyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEwM18xNTAzIj4KPHJlY3Qgd2lkdGg9Ijc3Ljk0ODIiIGhlaWdodD0iMjkuNjE0OSIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0ibWF0cml4KC0wLjU4NDU3NyAwLjgxMTMzOCAwLjgxMTMzOCAwLjU4NDU3NyA0NS41NjY3IDApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat 0px 0px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    margin: auto;
  }
  .icon-asset4::before {
    content: "";
    height: 14px;
    width: 77px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCA3NCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwM18xNDkxKSI+CjxwYXRoIGQ9Ik01LjgzNTk1IDIuNTMwMDFDNi42NDAxMyAyLjk3NTQ3IDcuNDU1NDggMy4zOTIzNyA4LjI0MjkxIDMuODY2MzhDOC42OTY2NCA0LjEwMTUgOS4wOTkzMyA0LjQyNzgzIDkuNDI2ODQgNC44MjU4NEM5LjU0NzE2IDUuMDA3OTYgOS42Mjc4NyA1LjIxNDM2IDkuNjYzNTIgNS40MzExMUM5LjY5OTE3IDUuNjQ3ODYgOS42ODg5MiA1Ljg2OTkxIDkuNjMzNDcgNi4wODIyNkM5LjU3Njc3IDYuMjAyNjMgOS40OTUyNCA2LjMwOTAyIDkuMzk0NTEgNi4zOTQxQzkuMjkzNzcgNi40NzkxOCA5LjE3NjIxIDYuNTQwOTMgOS4wNDk5MSA2LjU3NTEyQzguOTIzNjEgNi42MDkzMSA4Ljc5MTU3IDYuNjE1MTIgOC42NjI4NyA2LjU5MjE1QzguNTM0MTYgNi41NjkxOCA4LjQxMTg1IDYuNTE3OTcgOC4zMDQzNCA2LjQ0MjA2QzcuMzg4NDcgNi4wMDIzMSA2LjUwNjEgNS40MzEyIDUuNjE4MTYgNC45NTE0OEM1LjI5OTMyIDQuNzQxMiA0LjkzNTA2IDQuNjEzNzYgNC41NTcwOCA0LjU4MDI2QzQuNzg2MDUgNS4wNzcxMiA1LjAwMzg1IDUuNTc5NjkgNS4yMzg0IDYuMDcwODRDNS40NDUzOCA2LjQ0MDU1IDUuNjMxODMgNi44MjE4OSA1Ljc5Njg2IDcuMjEzMDRDNS45MDU4NCA3LjQ1NzIgNS45MTY1NyA3LjczNTM5IDUuODI2NzEgNy45ODc1NkM1LjczNjg1IDguMjM5NzIgNS41NTM2MiA4LjQ0NTY0IDUuMzE2NTkgOC41NjA4NUM1LjA4OTgxIDguNjkzNjcgNC44MjMwNyA4LjczNjI0IDQuNTY3NDkgOC42ODAzOEM0LjMxMTkyIDguNjI0NTMgNC4wODU1IDguNDc0MTggMy45MzE2MSA4LjI1ODE2QzMuNjkyNDYgNy45MTgyOSAzLjQ3NDI0IDcuNTYzNTIgMy4yNzgyMiA3LjE5NTkxQzIuMzg0NjggNS42NzI5NyAxLjQ4OTI5IDQuMTUwMDMgMC41OTIwMzUgMi42MjcwOUMwLjQxMTk1MiAyLjM3Mzk3IDAuMjU4NDU0IDIuMTAyMTUgMC4xMzQwOTYgMS44MTYxM0MwLjA0ODI2NTEgMS42MzczMiAwLjAwNjkwMzMzIDEuNDM5NjIgMC4wMTM2NzE2IDEuMjQwNTVDMC4wMjA0Mzg5IDEuMDQxNDggMC4wNzUxMjczIDAuODQ3MTg5IDAuMTcyODkzIDAuNjc0OTA4QzAuMjcwNjU5IDAuNTAyNjI3IDAuNDA4NDgzIDAuMzU3Njc2IDAuNTc0MTQgMC4yNTI5MDFDMC43Mzk3OTcgMC4xNDgxMjggMC45MjgxNzIgMC4wODY3NjkzIDEuMTIyNTcgMC4wNzQyNjU3QzEuNDI1MzggMC4wMjU1NTg3IDEuNzMyMjMgMC4wMDgzMzgyMyAyLjAzODQ0IDAuMDIyODY1NkMzLjQ3MzY4IDAuMDIyODY1NyA0LjkwODkyIDAuMDIyODY1OCA2LjMzODU3IDAuMDc5OTc1OEM2Ljg0NjA1IDAuMDYwMDI4OCA3LjM1MTUzIDAuMTU1NjEyIDcuODE4NDggMC4zNTk4MTdDNy45NjI0MyAwLjQ4NzkwOCA4LjA3NTIyIDAuNjQ4NTI2IDguMTQ3OTIgMC44Mjg5NDFDOC4yMjA2MiAxLjAwOTM2IDguMjUxMjMgMS4yMDQ2MSA4LjIzNzMyIDEuMzk5MjJDOC4yMzczMiAxLjY0NDggNy44MTg0OCAxLjk3MDMzIDcuNTI4MDggMi4wNjE3QzYuOTk2NzEgMi4xNTI2MiA2LjQ1ODQ0IDIuMTk0NjcgNS45MTk3MiAyLjE4NzM0QzUuODY5NDYgMi4yOTAxNCA1Ljg1MjcxIDIuNDEwMDcgNS44MzU5NSAyLjUzMDAxWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNjMuMzYyNiAxMEM2Mi40NTc5IDkuODYyOTQgNjEuNTQ3NiA5Ljc1NDQzIDYwLjY0ODUgOS41NzE2N0M2MC41MTkxIDkuNTYyNSA2MC4zOTI5IDkuNTI2NjIgNjAuMjc3NSA5LjQ2NjIyQzYwLjE2MiA5LjQwNTgxIDYwLjA1OTcgOS4zMjIxMiA1OS45NzY3IDkuMjIwMTlDNTkuODkzOCA5LjExODI3IDU5LjgzMTggOS4wMDAyMSA1OS43OTQ3IDguODczMTVDNTkuNzU3NSA4Ljc0NjA4IDU5Ljc0NTkgOC42MTI2NCA1OS43NjA2IDguNDgwODdDNTkuODI3NiA3Ljg0MTIzIDYwLjMxOSA3LjY0MTM1IDYwLjg3NzUgNy42NTg0OEM2Mi4yNTY5IDcuNzE1NTkgNjMuNjM2MyA3LjcxNTU5IDY1LjAxMDEgNy44NTI2NkM2NS42MDIgNy44OTgzNCA2Ni4xMjcgOC4yMDY3NCA2Ni4wODIzIDguOTMyMDRDNjYuMDM3NiA5LjY1NzM0IDY1LjUyMzggOS44NjI5NCA2NC45MDQgOS44ODAwN0M2NC4zOTU4IDkuODgwMDcgNjMuODgyIDkuODgwMDcgNjMuMzczOCA5Ljg4MDA3TDYzLjM2MjYgMTBaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik0zNC44MTQyIDQuNjcxNTNDMzQuNjI5OSA0Ljg2NTcxIDM0LjM5NTQgNS4yODgzMiAzNC4wNDM1IDUuNDc2NzlDMzIuOTI2NiA2LjA4MjE2IDMxLjc0ODMgNi42MTg5OSAzMC41ODY3IDcuMTQ0NDFDMzAuMzcxOCA3LjI4Mjg4IDMwLjExOTggNy4zNDg4MSAyOS44NjYzIDcuMzMyODdDMjkuNTA4OSA3LjIyNDM2IDI5LjAzOTggNy4wMzU5IDI4LjkxMTMgNi43NjE3N0MyOC43ODI5IDYuNDg3NjQgMjguOTExMyA1Ljc5MDg5IDI5LjE0MDMgNS42ODIzOEMzMC42MzY5IDQuOTIyODIgMzIuMTYxNSA0LjIwODk0IDMzLjcyNTIgMy42MDM1N0MzNC4yMTY3IDMuMzk3OTggMzQuNzEzNyAzLjc2MzQ4IDM0LjgxNDIgNC42NzE1M1oiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTIyLjMzMjcgOS41MDg3OUMyMS45OTIgOS40NDAyNiAyMS42OTA1IDkuNDY4ODEgMjEuNTExOCA5LjMzMTc1QzIxLjIxMDIgOS4wOTc1OSAyMC43OTY5IDguNzYwNjQgMjAuNzg1OCA4LjQ1MjI1QzIwLjgwMzEgOC4yNTU5NSAyMC44Njk4IDguMDY3NTkgMjAuOTc5NCA3LjkwNTQ3QzIxLjA4OSA3Ljc0MzM1IDIxLjIzNzggNy42MTI5OSAyMS40MTEyIDcuNTI3MDZDMjIuODU3NiA3LjE5MDExIDI0LjMyMDggNi45NTU5NiAyNS43ODk1IDYuNzMzMjNDMjUuOTA0NCA2LjcwNzYyIDI2LjAyMzMgNi43MDczNSAyNi4xMzgyIDYuNzMyNDVDMjYuMjUzMiA2Ljc1NzU1IDI2LjM2MTYgNi44MDc0NCAyNi40NTYyIDYuODc4NzhDMjYuNTUwOCA2Ljk1MDEzIDI2LjYyOTUgNy4wNDEzIDI2LjY4NjkgNy4xNDYxOUMyNi43NDQzIDcuMjUxMDkgMjYuNzc5MiA3LjM2NzMxIDI2Ljc4OTIgNy40ODcwOUMyNi44MTg0IDcuNjAyNiAyNi44MjUgNy43MjI5IDI2LjgwODUgNy44NDEwM0MyNi43OTIgNy45NTkxNiAyNi43NTI3IDguMDcyNzcgMjYuNjkzIDguMTc1MjdDMjYuNjMzMyA4LjI3Nzc4IDI2LjU1NDMgOC4zNjcxNiAyNi40NjA1IDguNDM4MjNDMjYuMzY2OCA4LjUwOTMgMjYuMjYwMiA4LjU2MDY1IDI2LjE0NyA4LjU4OTMxQzI0Ljg2MjUgOC45Mzc2OSAyMy41NjEzIDkuMjE3NTMgMjIuMzMyNyA5LjUwODc5WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNMzguMDc1NyAzLjgyNjM1QzM3LjQ1NTggMy45MjM0NCAzNi45MDg1IDMuNzQwNjkgMzYuNzkxMiAzLjA2MTA4QzM2Ljc2NTcgMi45MTY2MyAzNi43NzA0IDIuNzY4MjkgMzYuODA1IDIuNjI1ODNDMzYuODM5NiAyLjQ4MzM3IDM2LjkwMzMgMi4zNTAwMiAzNi45OTIgMi4yMzQ1NkMzNy4wODA2IDIuMTE5MSAzNy4xOTIxIDIuMDI0MTUgMzcuMzE5MiAxLjk1NTk2QzM3LjQ0NjMgMS44ODc3NiAzNy41ODYxIDEuODQ3ODggMzcuNzI5NCAxLjgzODkyQzM4Ljg4NzUgMS42NTA2NCA0MC4wNTQ0IDEuNTI0ODMgNDEuMjI1NCAxLjQ2MTk5QzQxLjM2NjEgMS40MzIyNiA0MS41MTE2IDEuNDM1MDEgNDEuNjUxMiAxLjQ3MDA1QzQxLjc5MDggMS41MDUxIDQxLjkyMDkgMS41NzE1NSA0Mi4wMzIyIDEuNjY0NTdDNDIuMTQzNSAxLjc1NzU4IDQyLjIzMzEgMS44NzQ4MiA0Mi4yOTQ1IDIuMDA3NzNDNDIuMzU1OCAyLjE0MDY0IDQyLjM4NzQgMi4yODU4OCA0Mi4zODcgMi40MzI4N0M0Mi4zODcgMy4xNjk1OSA0MS44NjIgMy40MDM3NCA0MS4yNyAzLjQ3Nzk4QzQwLjIxNDYgMy42MjA3NiAzOS4xMjU2IDMuNzE3ODUgMzguMDc1NyAzLjgyNjM1WiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNzAuMDA4MyA4LjY4MDgzQzY5Ljg4NTUgOC41ODk0NSA2OS40NDk5IDguNDM1MjUgNjkuMzc3MyA4LjE3ODI2QzY5LjMzNDIgNy45ODgyMyA2OS4zMzMgNy43OTA4MSA2OS4zNzM1IDcuNjAwMjFDNjkuNDE0MSA3LjQwOTYyIDY5LjQ5NTUgNy4yMzA1OSA2OS42MTE4IDcuMDc2MDNDNzAuNDY1NiA2LjI1NTcxIDcxLjM3MDMgNS40OTI2NSA3Mi4zMjAzIDQuNzkxNjJDNzIuNDY2NCA0LjcwMzQ4IDcyLjYzMTMgNC42NTMyMyA3Mi44MDA2IDQuNjQ1MjZDNzIuOTcgNC42MzczIDczLjEzODcgNC42NzE4NiA3My4yOTIxIDQuNzQ1OTNDNzMuNDM2NiA0Ljg3NTY3IDczLjU1MjIgNS4wMzU1NyA3My42MzEyIDUuMjE0ODdDNzMuNzEwMiA1LjM5NDE2IDczLjc1MDcgNS41ODg2OSA3My43NSA1Ljc4NTM0QzczLjY0OTUgNi44OTg5OSA3MS4zNjU0IDguNzMyMjMgNzAuMDA4MyA4LjY4MDgzWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNDguNjE5MyAzLjk0NjI5QzQ3LjI3MzQgMy42NzIxNiA0Ni4xNTY1IDMuNTEyMjUgNDUuMDg0MiAzLjE4NjcyQzQ0Ljg5MDggMy4wOTIxOSA0NC43MjE4IDIuOTUyNDkgNDQuNTkwOCAyLjc3ODg5QzQ0LjQ1OTggMi42MDUyOSA0NC4zNzA2IDIuNDAyNjQgNDQuMzMwMyAyLjE4NzI5QzQ0LjMxNjIgMi4wNTQxMSA0NC4zMzMxIDEuOTE5NDIgNDQuMzc5NSAxLjc5NDE2QzQ0LjQyNTkgMS42Njg5IDQ0LjUwMDYgMS41NTY2MiA0NC41OTc1IDEuNDY2NDZDNDQuNjk0NCAxLjM3NjI5IDQ0LjgxMDcgMS4zMTA3OSA0NC45MzcgMS4yNzUyOEM0NS4wNjMzIDEuMjM5NzcgNDUuMTk2IDEuMjM1MjYgNDUuMzI0NCAxLjI2MjExQzQ2LjUzMTYgMS40MzI2IDQ3LjcyNzIgMS42ODA1NyA0OC45MDQxIDIuMDA0NTRDNDkuMDMyNSAyLjAzMTQxIDQ5LjE1MjggMi4wODg5MSA0OS4yNTU0IDIuMTcyMzZDNDkuMzU3OSAyLjI1NTgxIDQ5LjQzOTcgMi4zNjI4NCA0OS40OTQyIDIuNDg0NzVDNDkuNTQ4NiAyLjYwNjY1IDQ5LjU3NDEgMi43Mzk5OCA0OS41Njg2IDIuODczODdDNDkuNTYzMSAzLjAwNzc3IDQ5LjUyNjggMy4xMzg0NCA0OS40NjI1IDMuMjU1MjZDNDkuMjk1IDMuNjA5MzQgNDguODI1OSAzLjc5MjA5IDQ4LjYxOTMgMy45NDYyOVoiIGZpbGw9IiM5OEEyQjMiLz4KPHBhdGggZD0iTTE2LjUxOTMgOC44NTc5MUMxNS41Njk5IDguNjQ2NiAxNC41NzAyIDguNDU4MTQgMTMuNTk4NSA4LjE4NDAxQzEzLjA0MDEgOC4wMjQxIDEyLjU2NTQgNy42MTI5MSAxMi43MzI5IDYuOTMzM0MxMi43NjU4IDYuNzkyMzUgMTIuODI3MSA2LjY1OTk4IDEyLjkxMjkgNi41NDQ2OEMxMi45OTg3IDYuNDI5MzkgMTMuMTA3MSA2LjMzMzcxIDEzLjIzMTIgNi4yNjM4QzEzLjM1NTMgNi4xOTM4OSAxMy40OTI0IDYuMTUxMjkgMTMuNjMzNSA2LjEzODczQzEzLjc3NDcgNi4xMjYxNyAxMy45MTY4IDYuMTQzOTMgMTQuMDUwOSA2LjE5MDg2QzE1LjA0NDkgNi4zNzkzMyAxNi4wMzkgNi42MTM0OCAxNy4wMTYzIDYuODc2MTlDMTcuMTQzIDYuODk1NDkgMTcuMjY0NiA2Ljk0MDY2IDE3LjM3MzkgNy4wMDkwMkMxNy40ODMyIDcuMDc3MzkgMTcuNTc3OSA3LjE2NzU0IDE3LjY1MjQgNy4yNzQxMUMxNy43MjY5IDcuMzgwNjggMTcuNzc5NyA3LjUwMTUgMTcuODA3NiA3LjYyOTM2QzE3LjgzNTUgNy43NTcyMyAxNy44MzggNy44ODk1MyAxNy44MTQ5IDguMDE4MzlDMTcuNjk3NiA4LjcyNjU2IDE3LjE3ODIgOC44NTc5MSAxNi41MTkzIDguODU3OTFaIiBmaWxsPSIjOThBMkIzIi8+CjxwYXRoIGQ9Ik01My4wNDI0IDUuODMxMDJDNTMuMDAzMyA1LjI1OTkyIDUzLjUwNTkgNC42NTQ1NSA1NC4wMDg1IDQuODYwMTRDNTUuMTY4NiA1LjM1NDAyIDU2LjI4ODkgNS45NDAyNSA1Ny4zNTkyIDYuNjEzNDNDNTcuNTU0NyA2LjcyMTk0IDU3LjU1NDcgNy4zMzg3MyA1Ny40NDg2IDcuNjEyODZDNTcuMzQyNSA3Ljg4Njk5IDU2LjgwMDggOC4xODM5NiA1Ni42MzMzIDguMTIxMTRDNTUuNDYwNSA3LjU1MDA0IDU0LjMyNjggNi44NzA0MiA1My4xOTMxIDYuMjAyMjNDNTMuMDg3IDYuMTQ1MTIgNTMuMDg3IDUuOTI4MSA1My4wNDI0IDUuODMxMDJaIiBmaWxsPSIjOThBMkIzIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMTAzXzE0OTEiPgo8cmVjdCB3aWR0aD0iNzMuNzUiIGhlaWdodD0iMTAiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg3My43NSAxMCkgcm90YXRlKC0xODApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat 0px 0px;
    position: absolute;
    top: 120px;
    right: 7px;
  }
  .banner-hero1::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 200px;
    width: 200px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjI5OSIgdmlld0JveD0iMCAwIDE1MCAyOTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDUwLjI3MDVMNTAuMjcwNSAwSDk5LjY2NjdWNTAuMjcwNUw1MC4yNzA1IDk5LjY2NjdWNTAuMjcwNUgwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAgMTQ5LjkzN0w1MC4yNzA1IDk5LjY2NjdIOTkuNjY2N1YxNDkuOTM3TDUwLjI3MDUgMTk5LjMzM1YxNDkuOTM3SDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMCAyNDkuNjA0TDUwLjI3MDUgMTk5LjMzM0g5OS42NjY3VjI0OS42MDRMNTAuMjcwNSAyOTlWMjQ5LjYwNEgwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTk5LjY2NjYgNTAuMjcwNUwxNDkuOTM3IDBIMTk5LjMzM1Y1MC4yNzA1TDE0OS45MzcgOTkuNjY2N1Y1MC4yNzA1SDk5LjY2NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTkuNjY2NiAxNDkuOTM3TDE0OS45MzcgOTkuNjY2N0gxOTkuMzMzVjE0OS45MzdMMTQ5LjkzNyAxOTkuMzMzVjE0OS45MzdIOTkuNjY2NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05OS42NjY2IDI0OS42MDRMMTQ5LjkzNyAxOTkuMzMzSDE5OS4zMzNWMjQ5LjYwNEwxNDkuOTM3IDI5OVYyNDkuNjA0SDk5LjY2NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat;
    background-size: cover;
    z-index: 1;
  }
  .bg-business::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1IiBoZWlnaHQ9IjExMyIgdmlld0JveD0iMCAwIDExNSAxMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNDQgNzIuMDAwMUwxMjQuNTA5IDUyLjUwOUMxMjMuOTYzIDUxLjk2MzIgMTIzLjM5NyA1MS40NDQ3IDEyMi44MTUgNTAuOTUwOUMxMjIuODc4IDUwLjE5MzIgMTIyLjkxMiA0OS40MjcyIDEyMi45MTIgNDguNjUzNFYyMS4wODg2SDk1LjM0NjlDOTQuNTcgMjEuMDg4NiA5My44MDA5IDIxLjEyMjYgOTMuMDQwMyAyMS4xODU5QzkyLjU0OTQgMjAuNjA2MyA5Mi4wMzc5IDIwLjAzODEgOTEuNDkxMyAxOS40OTE0TDcyLjAwMDEgMEw1Mi41MDkgMTkuNDkxMkM1MS45NjMyIDIwLjAzNjkgNTEuNDQ0NyAyMC42MDI3IDUwLjk1MDcgMjEuMTg0N0M1MC4xOTI5IDIxLjEyMiA0OS40MjY5IDIxLjA4ODMgNDguNjUzMSAyMS4wODgzSDIxLjA4ODZWNDguNjUzMUMyMS4wODg2IDQ5LjQyNjkgMjEuMTIyMyA1MC4xOTI5IDIxLjE4NSA1MC45NTA3QzIwLjYwMyA1MS40NDQ0IDIwLjAzNzIgNTEuOTYyOSAxOS40OTE0IDUyLjUwODdMMCA3Mi4wMDAxTDE5LjQ5MTIgOTEuNDkxM0MyMC4wMzY5IDkyLjAzNzEgMjAuNjAyNyA5Mi41NTU2IDIxLjE4NSA5My4wNDk2QzIxLjEyMiA5My44MDc0IDIxLjA4ODYgOTQuNTczNCAyMS4wODg2IDk1LjM0NzJWMTIyLjkxMkg0OC42NTM0QzQ5LjQzMDMgMTIyLjkxMiA1MC4xOTkzIDEyMi44NzggNTAuOTYwMiAxMjIuODE1QzUxLjQ1MTIgMTIzLjM5NSA1MS45NjI2IDEyMy45NjMgNTIuNTA5MyAxMjQuNTA5TDcyLjAwMDQgMTQ0TDkxLjQ5MTYgMTI0LjUwOUM5Mi4wMzgyIDEyMy45NjMgOTIuNTQ5NCAxMjMuMzk1IDkzLjA0MDYgMTIyLjgxNUM5My44MDE1IDEyMi44NzggOTQuNTcwMyAxMjIuOTEyIDk1LjM0NzIgMTIyLjkxMkgxMjIuOTEyVjk1LjM0NjlDMTIyLjkxMiA5NC41NzMxIDEyMi44NzggOTMuODA3MSAxMjIuODE1IDkzLjA0OTFDMTIzLjM5NyA5Mi41NTUzIDEyMy45NjMgOTIuMDM2OCAxMjQuNTA5IDkxLjQ5MUwxNDQgNzIuMDAwMVpNOTUuMzQ2OSA2Ny43ODI0SDgyLjE4MjdMOTEuNDkxMyA1OC40NzM4Qzk1LjEwNDUgNTQuODYwOCA5OS45MDggNTIuODcwOSAxMDUuMDE3IDUyLjg3MDlDMTA3Ljk5IDUyLjg3MDkgMTEwLjg1OCA1My41NDg4IDExMy40NDkgNTQuODIzN0MxMTAuODc2IDYyLjM1MTkgMTAzLjczNiA2Ny43ODI0IDk1LjM0NjkgNjcuNzgyNFpNMTEzLjQ0OSA4OS4xNzYzQzExMC44NTggOTAuNDUxMiAxMDcuOTkxIDkxLjEyOTEgMTA1LjAxOCA5MS4xMjkxQzk5LjkwOCA5MS4xMjkxIDk1LjEwNDUgODkuMTM5MiA5MS40OTE2IDg1LjUyNjNMODIuMTgzIDc2LjIxNzZIOTUuMzQ3MkMxMDMuNzM2IDc2LjIxNzkgMTEwLjg3NiA4MS42NDgyIDExMy40NDkgODkuMTc2M1pNODkuMTY3NiAxMTMuNDQ2QzgxLjY0MzkgMTEwLjg3IDc2LjIxNzkgMTAzLjczMyA3Ni4yMTc5IDk1LjM0NjlWODIuMTgyNEw4NS41MjY1IDkxLjQ5MUM5MS40NTU5IDk3LjQyMDcgOTIuNjY2MSAxMDYuMzA1IDg5LjE2NzYgMTEzLjQ0NlpNNTQuODMyNyAxMTMuNDQ2QzUxLjMzNDIgMTA2LjMwNSA1Mi41NDQ0IDk3LjQyMDYgNTguNDczOCA5MS40OTEzTDY3Ljc4MjQgODIuMTgyN1Y5NS4zNDcyQzY3Ljc4MjQgMTAzLjczMyA2Mi4zNTYzIDExMC44NyA1NC44MzI3IDExMy40NDZaTTQ4LjY1MzEgNzYuMjE3OUg2MS44MTc2TDUyLjUwOSA4NS41MjY1QzQ4Ljg5NTggODkuMTM5NSA0NC4wOTIgOTEuMTI5NCAzOC45ODI2IDkxLjEyOTRDMzYuMDA5NiA5MS4xMjk0IDMzLjE0MjcgOTAuNDUxNSAzMC41NTEzIDg5LjE3NjZDMzMuMTI0NyA4MS42NDgyIDQwLjI2NDIgNzYuMjE3OSA0OC42NTMxIDc2LjIxNzlaTTMwLjU1MSA1NC44MjM3QzMzLjE0MjQgNTMuNTQ4OCAzNi4wMDk2IDUyLjg3MDkgMzguOTgyNiA1Mi44NzA5QzQ0LjA5MiA1Mi44NzA5IDQ4Ljg5NTggNTQuODYwOCA1Mi41MDkgNTguNDczOEw2MS44MTc2IDY3Ljc4MjRINDguNjUzMUM0MC4yNjQyIDY3Ljc4MjQgMzMuMTI0NCA2Mi4zNTE5IDMwLjU1MSA1NC44MjM3Wk01Mi44NzA5IDM4Ljk4MjZDNTIuODcwOSAzNi4wMDk2IDUzLjU0ODggMzMuMTQyNyA1NC44MjM3IDMwLjU1MUM2Mi4zNTE5IDMzLjEyNDQgNjcuNzgyMSA0MC4yNjQgNjcuNzgyMSA0OC42NTMxVjYxLjgxNzZMNTguNDczNSA1Mi41MDlDNTQuODYwOCA0OC44OTU4IDUyLjg3MDkgNDQuMDkyIDUyLjg3MDkgMzguOTgyNlpNODkuMTY3NiAzMC41NTQxQzkyLjY2NjEgMzcuNjk1NiA5MS40NTU5IDQ2LjU3OTQgODUuNTI2NSA1Mi41MDlMNzYuMjE3OSA2MS44MTc2VjQ4LjY1MzFDNzYuMjE3OSA0MC4yNjczIDgxLjY0MzkgMzMuMTMgODkuMTY3NiAzMC41NTQxWk0xMTQuNDc2IDI5LjUyNDFWNDYuMDk1MkMxMTEuNDg1IDQ1LjAwNTMgMTA4LjI5NSA0NC40MzUzIDEwNS4wMTcgNDQuNDM1M0MxMDIuOTE4IDQ0LjQzNTMgMTAwLjg1NSA0NC42NjkzIDk4Ljg1NzUgNDUuMTIzMUMxMDAuMDI4IDM5Ljk2MzEgOTkuNzA0MSAzNC41MzIgOTcuODgyOSAyOS41MjQxSDExNC40NzZaTTcyLjAwMDEgMTEuOTI5OEw4My43MzAzIDIzLjY1OTdDNzguODk2NSAyNS45MTU3IDc0LjgyMTMgMjkuNTMyOCA3Mi4wMDAxIDM0LjAxNkM2OS4xNzkzIDI5LjUzMjUgNjUuMTA0MSAyNS45MTU0IDYwLjI3MDIgMjMuNjU5N0w3Mi4wMDAxIDExLjkyOThaTTI5LjUyNDEgMjkuNTI0MUg0Ni4wOTUyQzQ1LjAwNTMgMzIuNTE0OCA0NC40MzU2IDM1LjcwNDggNDQuNDM1NiAzOC45ODI2QzQ0LjQzNTYgNDEuMDcyNiA0NC42NjczIDQzLjEyNzMgNDUuMTE3MiA0NS4xMTcyQzQzLjEyNzMgNDQuNjY3IDQxLjA3MjkgNDQuNDM1MyAzOC45ODI2IDQ0LjQzNTNDMzUuNzA0OCA0NC40MzUzIDMyLjUxNDggNDUuMDA1IDI5LjUyNDEgNDYuMDk1MlYyOS41MjQxWk0xMS45Mjk4IDcyLjAwMDFMMjMuNjU5NyA2MC4yNzAyQzI1LjkxNTcgNjUuMTA0MSAyOS41MzI4IDY5LjE3OTMgMzQuMDE2IDcyLjAwMDFDMjkuNTMyNSA3NC44MjEgMjUuOTE1NCA3OC44OTYyIDIzLjY1OTcgODMuNzNMMTEuOTI5OCA3Mi4wMDAxWk0yOS41MjQxIDExNC40NzZWOTcuOTA1MUMzMi41MTQ4IDk4Ljk5NSAzNS43MDQ4IDk5LjU2NDcgMzguOTgyNiA5OS41NjQ3QzQxLjA4MTYgOTkuNTY0NyA0My4xNDQ3IDk5LjMzMDcgNDUuMTQyOCA5OC44NzY5QzQzLjk3MTkgMTA0LjAzNyA0NC4yOTYxIDEwOS40NjggNDYuMTE3NyAxMTQuNDc2SDI5LjUyNDFaTTcyLjAwMDEgMTMyLjA3TDYwLjI3MDIgMTIwLjM0QzY1LjEwNDEgMTE4LjA4NCA2OS4xNzkzIDExNC40NjcgNzIuMDAwMSAxMDkuOTg0Qzc0LjgyMSAxMTQuNDY3IDc4Ljg5NjIgMTE4LjA4NCA4My43MzAzIDEyMC4zNEw3Mi4wMDAxIDEzMi4wN1pNMTE0LjQ3NiAxMTQuNDc2SDk3Ljg4MjZDOTkuNzAzOSAxMDkuNDY4IDEwMC4wMjggMTA0LjAzNyA5OC44NTc1IDk4Ljg3NjlDMTAwLjg1NSA5OS4zMzA3IDEwMi45MTggOTkuNTY0NyAxMDUuMDE3IDk5LjU2NDdDMTA4LjI5NSA5OS41NjQ3IDExMS40ODUgOTguOTk1IDExNC40NzYgOTcuOTA0OVYxMTQuNDc2Wk0xMDkuOTg0IDcyLjAwMDFDMTE0LjQ2NyA2OS4xNzkzIDExOC4wODUgNjUuMTA0MSAxMjAuMzQxIDYwLjI3MDJMMTMyLjA3IDcyLjAwMDFMMTIwLjM0MSA4My43M0MxMTguMDg1IDc4Ljg5NjIgMTE0LjQ2NyA3NC44MjEgMTA5Ljk4NCA3Mi4wMDAxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat;
  }
  .bg-local::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwIiBoZWlnaHQ9IjkwIiB2aWV3Qm94PSIwIDAgMTAwIDkwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNODIuNzE0MyA5LjExODM1QzgwLjcyMjQgOC41MDU0NiA3NC44NTI2IDYuNjk5MjIgNTcuNTA1OCAxLjM2MTNMNTYuNSAxLjA1MTg3TDMwLjI4NiA5LjExODU3QzI4LjI5NDIgOC41MDU2OCAyMi40MjQ2IDYuNjk5NjYgNS4wNzcyOSAxLjM2MTUyTDAuNjUyMTkxIDBWMTEzTDMwLjI4NTYgMTA1LjI2TDU2LjUgMTEyLjEwN0w4Mi43MTQzIDEwNS4yNkwxMTIuMzQ4IDExM1YwTDgyLjcxNDMgOS4xMTgzNVpNMTA1LjUwOSAxMDQuMTQ2TDg2LjEzMzYgOTkuMDg1MVY5My45MzU5SDc5LjI5NTFWOTkuMDg1MUw1OS45MTk0IDEwNC4xNDZWNzUuMDczOUg1My4wODA5VjEwNC4xNDZMMzMuNzA1MSA5OS4wODUxVjc0LjY3MThIMjYuODY2N1Y5OS4wODUxTDcuNDkwOSAxMDQuMTQ2VjkuMjU5MTZDMTMuMDcwNSAxMC45NzYgMjIuNDY0NyAxMy44NjY4IDI2Ljg2NjcgMTUuMjIxNVYxNi44OTI4SDMzLjcwNTFWMTUuMjIxNUw1My4wODA5IDkuMjU5MzhWNTcuMzk3Mkg1OS45MTk0VjkuMjU5MzhDNjUuNDk5IDEwLjk3NjIgNzQuODkzIDEzLjg2NjggNzkuMjk1MSAxNS4yMjE1VjM3LjExMTVIODYuMTMzNlYxNS4yMjE1TDEwNS41MDkgOS4yNTkxNlYxMDQuMTQ2WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTMwLjQxNTggMTkuMjEzN0MyNC41MDM2IDE5LjIxMzcgMTkuNjk0IDIzLjk5NTMgMTkuNjk0IDI5Ljg3MjJDMTkuNjk0IDM0LjU2MDggMjIuNzU2NyAzOC41NDkxIDI2Ljk5NjYgMzkuOTcxN1Y1MC43NDU0SDMzLjgzNTFWMzkuOTcxN0MzOC4wNzUzIDM4LjU0OTMgNDEuMTM4IDM0LjU2MSA0MS4xMzggMjkuODcyMkM0MS4xMzc3IDIzLjk5NTEgMzYuMzI4IDE5LjIxMzcgMzAuNDE1OCAxOS4yMTM3Wk0zMC40MTU4IDMzLjY5MjFDMjguMjc0NSAzMy42OTIxIDI2LjUzMjUgMzEuOTc4MyAyNi41MzI1IDI5Ljg3MjJDMjYuNTMyNSAyNy43NjYgMjguMjc0NSAyNi4wNTIyIDMwLjQxNTggMjYuMDUyMkMzMi41NTcyIDI2LjA1MjIgMzQuMjk5MiAyNy43NjYgMzQuMjk5MiAyOS44NzIyQzM0LjI5OTIgMzEuOTc4MyAzMi41NTcyIDMzLjY5MjEgMzAuNDE1OCAzMy42OTIxWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTgyLjcxNDIgMzkuODQwNkM3NS43OTQ1IDM5Ljg0MDYgNzAuMTY0OCA0NS40MzQ2IDcwLjE2NDggNTIuMzEwNEM3MC4xNjQ4IDU4LjAwODMgNzQuMDMyMiA2Mi44MjIyIDc5LjI5NDkgNjQuMzA1NlY3OC40MDU2SDg2LjEzMzRWNjQuMzA1NkM5MS4zOTU4IDYyLjgyMjIgOTUuMjYzNCA1OC4wMDgzIDk1LjI2MzQgNTIuMzEwNEM5NS4yNjM2IDQ1LjQzNDYgODkuNjM0MiAzOS44NDA2IDgyLjcxNDIgMzkuODQwNlpNODIuNzE0MiA1Ny45NDE2Qzc5LjU2NSA1Ny45NDE2IDc3LjAwMzMgNTUuNDE1NCA3Ny4wMDMzIDUyLjMxMDZDNzcuMDAzMyA0OS4yMDU1IDc5LjU2NSA0Ni42NzkzIDgyLjcxNDIgNDYuNjc5M0M4NS44NjMyIDQ2LjY3OTMgODguNDI1MSA0OS4yMDU1IDg4LjQyNTEgNTIuMzEwNkM4OC40MjUxIDU1LjQxNTQgODUuODYzNCA1Ny45NDE2IDgyLjcxNDIgNTcuOTQxNloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zMy43MDQ3IDU1Ljc0NzRIMjYuODY2MlY1OS4xNjY3SDMzLjcwNDdWNTUuNzQ3NFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zMy43MDQ3IDY0LjI5NTVIMjYuODY2MlY3MS4xMzRIMzMuNzA0N1Y2NC4yOTU1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTYyLjYzNjQgNjQuMjk1NUg1NS40MDMzVjcxLjEzNEg2Mi42MzY0VjY0LjI5NTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNTIuOTk0MSA2NC4yOTU1SDQ1Ljc2MVY3MS4xMzRINTIuOTk0MVY2NC4yOTU1WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTQzLjM0OTYgNjQuMjk1NUgzNi4xMTY1VjcxLjEzNEg0My4zNDk2VjY0LjI5NTVaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNNzEuODg2MyA2NC4yOTU1SDY1LjA0NzlWNzEuMTM0SDcxLjg4NjNWNjQuMjk1NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03MS44ODYzIDczLjM5MDZINjUuMDQ3OVY4MC4xNjE4SDcxLjg4NjNWNzMuMzkwNloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03MS44ODYzIDgyLjQxNzZINjUuMDQ3OVY4OS4yNTYxSDcxLjg4NjNWODIuNDE3NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03Ny44MTMxIDgyLjQxNzZINzMuMzY4MVY4OS4yNTYxSDc3LjgxMzFWODIuNDE3NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik04Mi43MTQgODIuNDE3Nkg3OS4yOTQ3Vjg5LjI1NjFIODIuNzE0VjgyLjQxNzZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat;
  }
  .bg-social::before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIyIiBoZWlnaHQ9IjExMiIgdmlld0JveD0iMCAwIDEyMiAxMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03MS41MDk5IDEyNi45MjhWMTIwLjY0OUgxMTcuNjQ5TDEwNS4xODMgMzEuNzk1OUw2Ny40OTk3IDAuMDUxNjY2M0wyOS44MTY1IDMxLjc5NTlMMTcuMzUxMiAxMjAuNjQ5SDYzLjQ4OThWMTI2LjkyOEgwVjEzNC45NDhIMTM1VjEyNi45MjhINzEuNTA5OVpNNzEuNTA5OSAxMy45MTYzTDk3LjY2NzUgMzUuOTUxNEw5OS44Njk3IDUxLjY0NzVMNzEuNTEwMiAyNy43NTc1VjEzLjkxNjNINzEuNTA5OVpNNzEuNTA5OSAzOC4yNDQzTDEwMS41MzggNjMuNTM5OUwxMDMuNzQgNzkuMjM2TDcxLjUwOTkgNTIuMDg1N1YzOC4yNDQzWk03MS41MDk5IDYyLjU3MjJMMTA1LjQwOCA5MS4xMjg0TDEwNy42MTEgMTA2LjgyNUw3MS41MDk5IDc2LjQxMzRWNjIuNTcyMlpNNzEuNTA5OSA4Ni44OTk5TDEwMi4wNTIgMTEyLjYyOEg3MS41MDk5Vjg2Ljg5OTlaTTM3LjMzMjIgMzUuOTUxNEw2My40ODk4IDEzLjkxNjZWMjcuNzU3OEwzNS4xMzAzIDUxLjY0NzdMMzcuMzMyMiAzNS45NTE0Wk02My40ODk4IDExMi42MjlIMzIuOTQ3Nkw2My40ODk4IDg2LjkwMDFWMTEyLjYyOVpNNjMuNDg5OCA3Ni40MTMxTDI3LjM4OTIgMTA2LjgyNEwyOS41OTE0IDkxLjEyNzhMNjMuNDg5OCA2Mi41NzE5Vjc2LjQxMzFaTTYzLjQ5MDEgNTIuMDg1MkwzMS4yNTk2IDc5LjIzNkwzMy40NjIxIDYzLjUzOTZMNjMuNDkwMSAzOC4yNDRWNTIuMDg1MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=) no-repeat;
  }
  .pattern-white::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 162px;
    width: 120px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYyIiBoZWlnaHQ9IjE2MiIgdmlld0JveD0iMCAwIDE2MiAxNjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik00MSAxMjEuODU1TDgxLjg1NTMgODFIMTIyVjEyMS44NTVMODEuODU1MyAxNjJWMTIxLjg1NUg0MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0wIDQwLjg1NTNMNDAuODU1MyAwSDgxVjQwLjg1NTNMNDAuODU1MyA4MVY0MC44NTUzSDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNODEgNDEuMzUwOUwxMjEuODU1IDFIMTYyVjQxLjM1MDlMMTIxLjg1NSA4MVY0MS4zNTA5SDgxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==) no-repeat top right;
    z-index: 1;
  }
  .section-green::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjI5OSIgdmlld0JveD0iMCAwIDE1MCAyOTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDUwLjI3MDVMNTAuMjcwNSAwSDk5LjY2NjdWNTAuMjcwNUw1MC4yNzA1IDk5LjY2NjdWNTAuMjcwNUgwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTAgMTQ5LjkzN0w1MC4yNzA1IDk5LjY2NjdIOTkuNjY2N1YxNDkuOTM3TDUwLjI3MDUgMTk5LjMzM1YxNDkuOTM3SDBaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMCAyNDkuNjA0TDUwLjI3MDUgMTk5LjMzM0g5OS42NjY3VjI0OS42MDRMNTAuMjcwNSAyOTlWMjQ5LjYwNEgwWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTk5LjY2NjYgNTAuMjcwNUwxNDkuOTM3IDBIMTk5LjMzM1Y1MC4yNzA1TDE0OS45MzcgOTkuNjY2N1Y1MC4yNzA1SDk5LjY2NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNOTkuNjY2NiAxNDkuOTM3TDE0OS45MzcgOTkuNjY2N0gxOTkuMzMzVjE0OS45MzdMMTQ5LjkzNyAxOTkuMzMzVjE0OS45MzdIOTkuNjY2NloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik05OS42NjY2IDI0OS42MDRMMTQ5LjkzNyAxOTkuMzMzSDE5OS4zMzNWMjQ5LjYwNEwxNDkuOTM3IDI5OVYyNDkuNjA0SDk5LjY2NjZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat left bottom;
    width: 150px;
    height: 150px;
    opacity: 0.3;
  }
  .section-green::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQxIiBoZWlnaHQ9IjIyOCIgdmlld0JveD0iMCAwIDE0MSAyMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0tMTEgMzguMzMzM0wyNy4zMzMzIDBINjVWMzguMzMzM0wyNy4zMzMzIDc2VjM4LjMzMzNILTExWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTS0xMSAxMTQuMzMzTDI3LjMzMzMgNzZINjVWMTE0LjMzM0wyNy4zMzMzIDE1MlYxMTQuMzMzSC0xMVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0tMTEgMTkwLjMzM0wyNy4zMzMzIDE1Mkg2NVYxOTAuMzMzTDI3LjMzMzMgMjI4VjE5MC4zMzNILTExWiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTY1IDM4LjMzMzNMMTAzLjMzMyAwSDE0MVYzOC4zMzMzTDEwMy4zMzMgNzZWMzguMzMzM0g2NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02NSAxMTQuMzMzTDEwMy4zMzMgNzZIMTQxVjExNC4zMzNMMTAzLjMzMyAxNTJWMTE0LjMzM0g2NVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik02NSAxOTAuMzMzTDEwMy4zMzMgMTUySDE0MVYxOTAuMzMzTDEwMy4zMzMgMjI4VjE5MC4zMzNINjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat right top;
    width: 108px;
    height: 145px;
    opacity: 0.3;
  }
  .banner-hero2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 200px;
    width: 200px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA0IiBoZWlnaHQ9IjIyOCIgdmlld0JveD0iMCAwIDEwNCAyMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIG9wYWNpdHk9IjAuNSI+CjxwYXRoIGQ9Ik0tNDggMzguMzMzM0wtOS42NjY2NiAwSDI4VjM4LjMzMzNMLTkuNjY2NjYgNzZWMzguMzMzM0gtNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNLTQ4IDExNC4zMzNMLTkuNjY2NjYgNzZIMjhWMTE0LjMzM0wtOS42NjY2NiAxNTJWMTE0LjMzM0gtNDhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNLTQ4IDE5MC4zMzNMLTkuNjY2NjYgMTUySDI4VjE5MC4zMzNMLTkuNjY2NjYgMjI4VjE5MC4zMzNILTQ4WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTI4IDM4LjMzMzNMNjYuMzMzMyAwSDEwNFYzOC4zMzMzTDY2LjMzMzMgNzZWMzguMzMzM0gyOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOCAxMTQuMzMzTDY2LjMzMzMgNzZIMTA0VjExNC4zMzNMNjYuMzMzMyAxNTJWMTE0LjMzM0gyOFoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0yOCAxOTAuMzMzTDY2LjMzMzMgMTUySDEwNFYxOTAuMzMzTDY2LjMzMzMgMjI4VjE5MC4zMzNIMjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat;
    background-size: cover;
  }
}

/*Background Home 7*/
body.elementor-page-451:not(.elementor-motion-effects-element-type-background)::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -100px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTExMiIgaGVpZ2h0PSIxNDE2IiB2aWV3Qm94PSIwIDAgMTExMiAxNDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzJfNDIyKSI+CjxjaXJjbGUgY3g9IjMwOC41IiBjeT0iNjEyLjUiIHI9IjMwMy41IiBmaWxsPSIjRERGMkZDIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yXzQyMiIgeD0iLTQ5NSIgeT0iLTE5MSIgd2lkdGg9IjE2MDciIGhlaWdodD0iMTYwNyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyNTAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yXzQyMiIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K) no-repeat 0px 0px;
  background-size: contain;
  height: 1000px;
  width: 100%;
}

body.elementor-page-451:not(.elementor-motion-effects-element-type-background)::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 55%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTg3IiBoZWlnaHQ9IjE1NjIiIHZpZXdCb3g9IjAgMCA5ODcgMTU2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8yXzQyMSkiPgo8Y2lyY2xlIGN4PSI3ODEiIGN5PSI3ODEiIHI9IjI4MSIgZmlsbD0iI0M2RjVGNCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMl80MjEiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNTYyIiBoZWlnaHQ9IjE1NjIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMjUwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMl80MjEiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat top right;
  background-size: contain;
  height: 1000px;
  width: 100%;
}

/*Search*/
.search-agon-new .boostify--search-sidebar-wrapper .search-field {
  position: relative;
  padding-right: 210px;
  background-color: #fff;
  height: 74px;
}

.search-agon-new .search-form.site-search-form {
  border: 1px solid #F2F4F7;
  box-shadow: 14px 14px 36px rgba(153, 153, 153, 0.22);
  border-radius: 10px;
}

.search-agon-new .boostify-search-form-header .btn-boostify-search-form {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  padding: 16px 56px 16px 27px;
  border: 0px;
  height: 54px;
  line-height: 22px;
  background-color: #006D77;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 15px;
}

.search-agon-new .boostify-search-form-header .btn-boostify-search-form:hover {
  background-color: #101828;
}

.cb-layout {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iMC4wNjY0MDYyIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHJ4PSIyIiBmaWxsPSIjODNDNUJFIi8+Cjwvc3ZnPgo=) no-repeat 0px 0px;
  height: 15px;
  width: auto;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  color: #B4B4B4;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

.box-icon-2 .elementor-icon-box-title {
  margin: 6px 0 0 0;
}

.box-icon-2 .arrow-down-green {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAyMCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuOTE2MTMgMi40MTQwNkwxMC4zNzMyIDEwLjM0MjZMMTguMzAxOCAxLjg4NTQ5IiBzdHJva2U9IiMwMDZENzciIHN0cm9rZS13aWR0aD0iMi42NDI4NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=) no-repeat center;
  width: 25px;
  height: 25px;
  float: right;
  margin-top: -25px;
}

/* 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 {
  line-height: 85px;
  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 */
.agon-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 #fc5a34;
}

@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;
}

.topbar__right {
  font-size: 13px;
  letter-spacing: 0.13px;
}

.topbar__right img {
  margin-right: 8px;
}

.topbar__right .fa {
  margin-left: 4px;
}

.topbar__right .gray {
  color: #787878;
  margin-right: 5px;
}

.topbar__right .dropdown:not(:last-child) {
  margin-right: 13px;
}

.topbar__right .dropdown:last-child .dropdown__current:before {
  content: '|';
  margin-right: 11px;
  font-size: 12px;
  color: #2a2a2a;
}

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;
}

@media (max-width: 1140px) {
  .show-text .yes .site-header-wishlist:after {
    display: none;
  }
}

.agon-search-form__field::placeholder {
  opacity: 1;
}

.agon-search-form__field:-ms-input-placeholder {
  opacity: 1;
}

.agon-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(45deg);
  transform: rotate(45deg);
  font-size: 25px;
  padding: 8px 12px;
}

.entry-content p:last-child {
  clear: both;
}

.entry-content.wc-tab p:last-child {
  clear: none;
}

figcaption {
  text-align: center;
}

.select2-container .select2-selection--single {
  border: 1px solid #dddddd;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 48px;
  margin: 0 0 -4px;
  user-select: none;
  border: 1px solid #dddddd;
}

.select2-container .select2-search__field,
.select2-container .select2-selection {
  height: 40px;
  padding: 0rem 1.1rem;
}

.select2-container .select2-dropdown {
  border-top: 0;
  padding: 0rem 1.1rem;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

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: "\e904" !important;
  font-family: 'agon' !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%);
}

.agon-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;
}

body.elementor-default #main {
  padding-bottom: 100px;
}

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;
}

.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;
  }
}

.elementor-icon-list-item::marker {
  font-size: 0;
}

li ul.elementor-icon-list-items {
  margin-left: 0;
}

.boostify-mega-sub .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-heading-title {
  margin: 0;
}

.fix-box.elementor-widget-image-box .elementor-image-box-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

ul.elementor-icon-list-items.elementor-inline-items {
  margin: 0;
}

#woosc_table .tr-content img {
  display: none;
}

.agon-search-form .agon-search-form__field {
  border: none;
}

.toggle-new .elementor-accordion .elementor-tab-title.elementor-active,
.toggle-new .elementor-toggle .elementor-tab-title.elementor-active {
  background-color: #101828;
}

.toggle-new .elementor-accordion .elementor-tab-title,
.toggle-new .elementor-toggle .elementor-tab-title {
  border-radius: 4px;
}

.toggle-new .elementor-accordion .elementor-accordion-item {
  padding-bottom: 25px;
}

.box-new .elementor-icon-box-wrapper .elementor-icon-box-title {
  margin-top: 6px;
}

.icon-box-new .elementor-icon-box-wrapper .elementor-icon-box-title {
  margin-top: 1px;
}

.counter-new .elementor-counter-number-wrapper {
  float: left;
}

.counter-new .elementor-counter-title {
  width: 100%;
  display: flex;
}

.elementor-widget-wp-widget-tag_cloud.tag-agon-footer .elementor-widget-container h5 {
  font-size: 0;
}

.elementor-widget-wp-widget-tag_cloud.tag-agon-footer .elementor-widget-container .tagcloud a {
  color: #767676;
  font-size: 13px;
  letter-spacing: 0.13px;
  display: inline-block;
  padding: 1.5px 9px;
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-wp-widget-tag_cloud.tag-agon-footer .elementor-widget-container .tagcloud a:after {
  content: '';
}

.elementor-widget-wp-widget-tag_cloud.tag-agon-footer .elementor-widget-container .tagcloud a:hover {
  color: #222;
  border-color: #236be1;
  background-color: #fff;
}

.color-green {
  color: #006D77;
}

.button-heading {
  white-space: nowrap;
}

.boostify-menu .menu-item-has-children > a:after {
  content: " " !important;
  width: 16px;
  height: 20px;
  padding-left: 0 !important;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10724 0.5H7.89276C8.01287 0.500028 8.13027 0.5387 8.23013 0.611128C8.32999 0.683555 8.40781 0.786487 8.45377 0.90691C8.49973 1.02733 8.51176 1.15984 8.48834 1.28768C8.46491 1.41552 8.40709 1.53295 8.32217 1.62513L4.92941 5.30702C4.81551 5.43058 4.66105 5.5 4.5 5.5C4.33895 5.5 4.18449 5.43058 4.07059 5.30702L0.67783 1.62513C0.592914 1.53295 0.535088 1.41552 0.511664 1.28768C0.488239 1.15984 0.500267 1.02733 0.546226 0.90691C0.592186 0.786487 0.670014 0.683555 0.769871 0.611128C0.869729 0.5387 0.987132 0.500028 1.10724 0.5Z' fill='%23101828'/%3E%3C/svg%3E");
  -webkit-appearance: none;
  background-position: left 6px top 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
}

.whilte-color .boostify-menu .menu-item-has-children > a:after {
  content: " " !important;
  width: 16px;
  height: 20px;
  padding-left: 0 !important;
  -webkit-appearance: none;
  background-position: left 6px top 50%;
  background-repeat: no-repeat;
  background-size: auto 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10724 0.5H7.89276C8.01287 0.500028 8.13027 0.5387 8.23013 0.611128C8.32999 0.683555 8.40781 0.786487 8.45377 0.90691C8.49973 1.02733 8.51176 1.15984 8.48834 1.28768C8.46491 1.41552 8.40709 1.53295 8.32217 1.62513L4.92941 5.30702C4.81551 5.43058 4.66105 5.5 4.5 5.5C4.33895 5.5 4.18449 5.43058 4.07059 5.30702L0.67783 1.62513C0.592914 1.53295 0.535088 1.41552 0.511664 1.28768C0.488239 1.15984 0.500267 1.02733 0.546226 0.90691C0.592186 0.786487 0.670014 0.683555 0.769871 0.611128C0.869729 0.5387 0.987132 0.500028 1.10724 0.5Z' fill='%23F9FAFB'/%3E%3C/svg%3E%0A");
}

.button-icon-svg .elementor-button .elementor-align-icon-left {
  margin-top: 5px;
}

.icon-home-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1ec";
  margin-right: 8px;
}

.icon-about-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f2a1";
  margin-right: 8px;
}

.icon-service-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1d4";
  margin-right: 8px;
}

.icon-service-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1d4";
  margin-right: 8px;
}

.icon-pricing-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f193";
  margin-right: 8px;
}

.icon-faqs-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1e7";
  margin-right: 8px;
}

.icon-career-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f13e";
  margin-right: 8px;
}

.icon-blog-archive-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1a5";
  margin-right: 8px;
}

.icon-blog-single-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f19b";
  margin-right: 8px;
}

.icon-contact-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f23b";
  margin-right: 8px;
}

.icon-404-menu .elementor-icon-list-items .elementor-icon-list-item a:before {
  font-family: uicons-regular-rounded !important;
  content: "\f1ad";
  margin-right: 8px;
}

@media (max-width: 1440px) {
  .boostify-header--default.elementor-hidden-tablet {
    display: none;
    opacity: 0;
  }
}

.button-slider {
  display: flex;
  align-items: center;
}

.button-slider svg {
  margin-right: 11px;
}

/* PLUGINS */
.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container {
  margin-top: 13px;
}

.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container .woo-sctr-progress-bar-message {
  line-height: 30px;
  font-size: 12px;
  color: #949494;
  font-weight: 600;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-text {
  font-weight: 600;
  line-height: 22px;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before, .woo-sctr-shortcode-countdown-style-2 .woo-sctr-shortcode-countdown-text-before {
  padding-bottom: 15px !important;
}

.woo-sctr-shortcode-countdown-value-container-2.woo-sctr-shortcode-countdown-value-container-2 {
  position: inherit !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: #101828;
  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: #9f876a;
  line-height: 25px;
  border-radius: 0;
  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: #101828;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.13px;
}

@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;
  }
}

.variations select {
  float: left;
}

.variations .label {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.13px;
  margin-bottom: 10px;
  padding: 5px 0;
  border: none;
  vertical-align: top;
  width: 55px;
}

.variations .woo-variation-items-wrapper {
  padding: 0 10px;
}

.swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.swatch img {
  border-radius: 50%;
}

.swatch:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.swatch + .swatch {
  margin-left: 15px;
}

.swatch:not(.swatch-label) {
  font-size: 0;
}

.swatch.swatch-label {
  width: auto;
  min-width: 25px;
  padding: 0 5px;
}

.reset_variations {
  align-items: center;
  margin: 5px 0;
  vertical-align: middle;
  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: 18px;
  height: 18px;
  margin: 0 2.5px;
  cursor: pointer;
  position: relative;
}

.p-attr-swatch:first-child {
  margin-left: 0;
}

.p-attr-swatch:before {
  position: absolute;
  content: '';
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
}

.p-attr-swatch.p-attr-color {
  width: 18px;
  height: 18px;
}

.p-attr-swatch.p-attr-label {
  width: auto;
  height: auto;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  padding: 0 2.5px;
  margin-bottom: 5px;
}

.p-attr-swatch.p-attr-label:before {
  content: none;
}

.p-attr-swatch.active:before {
  background-color: #fff;
}

.tawcvs-swatches .swatch span {
  display: none;
}

.single form.cart {
  display: inline-block;
}

.single .summary.entry-summary .woosc-btn,
.single .summary.entry-summary .woosw-btn {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #AFEAE4;
}

.single .woosc-btn,
.single .woosw-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 0;
  color: #333;
  border-radius: 5px;
  height: 50px;
  line-height: 55px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 50px;
  transition: all 0.5s ease-out 0s;
}

.single .woosc-btn:before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_470)'%3E%3Cpath d='M13.8374 8.99182L12.8948 9.93449L14.4228 11.4632H14.1681C11.9121 11.4632 10.4774 10.4418 9.20411 9.12449L9.00411 9.35649C8.78544 9.60982 8.56011 9.87049 8.32544 10.1325C9.05023 10.9717 9.94776 11.6445 10.9566 12.1047C11.9655 12.565 13.0619 12.8019 14.1708 12.7992H14.4228L12.8941 14.3278L13.8368 15.2705L16.0321 13.0752C16.2821 12.8251 16.4225 12.486 16.4225 12.1325C16.4225 11.7789 16.2821 11.4399 16.0321 11.1898L13.8374 8.99182Z' fill='%23004B52'/%3E%3Cpath d='M14.1686 4.79649H14.4226L12.8946 6.32515L13.8373 7.26782L16.0326 5.07249C16.2826 4.82245 16.423 4.48337 16.423 4.12982C16.423 3.77627 16.2826 3.43719 16.0326 3.18715L13.8373 0.991821L12.8946 1.93449L14.4226 3.46315H14.1679C10.8633 3.46315 9.0566 5.24315 7.41727 7.11515C5.79793 5.28649 3.85127 3.46315 0.395935 3.46315V4.79649C3.37194 4.79649 4.97793 6.35382 6.53527 8.12982C4.97793 9.90582 3.37194 11.4632 0.395935 11.4632V12.7965C4.26793 12.7965 6.2466 10.5058 7.99593 8.48582C9.63193 6.58849 11.1806 4.79649 14.1686 4.79649Z' fill='%23004B52'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_470'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.422607 0.129883)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left 16px top 48%;
  background-repeat: no-repeat;
}

.single .woosw-btn:before {
  content: '';
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_465)'%3E%3Cpath d='M11.8293 0.741333C11.0786 0.75301 10.3442 0.962569 9.70043 1.34885C9.05663 1.73513 8.52616 2.28445 8.16259 2.94133C7.79902 2.28445 7.26855 1.73513 6.62475 1.34885C5.98095 0.962569 5.24662 0.75301 4.49592 0.741333C3.29922 0.793327 2.17173 1.31684 1.35978 2.19749C0.54783 3.07814 0.117423 4.24435 0.16259 5.44133C0.16259 9.958 7.46659 15.1747 7.77726 15.396L8.16259 15.6687L8.54792 15.396C8.85859 15.176 16.1626 9.958 16.1626 5.44133C16.2078 4.24435 15.7774 3.07814 14.9654 2.19749C14.1535 1.31684 13.026 0.793327 11.8293 0.741333ZM8.16259 14.0273C5.99392 12.4073 1.49592 8.42733 1.49592 5.44133C1.45035 4.59781 1.74017 3.77049 2.30217 3.1398C2.86416 2.50911 3.65275 2.12623 4.49592 2.07467C5.3391 2.12623 6.12768 2.50911 6.68968 3.1398C7.25168 3.77049 7.5415 4.59781 7.49592 5.44133H8.82926C8.78368 4.59781 9.0735 3.77049 9.6355 3.1398C10.1975 2.50911 10.9861 2.12623 11.8293 2.07467C12.6724 2.12623 13.461 2.50911 14.023 3.1398C14.585 3.77049 14.8748 4.59781 14.8293 5.44133C14.8293 8.42867 10.3313 12.4073 8.16259 14.0273Z' fill='%23004B52'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_465'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.162598 0.130005)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left 16px top 44%;
  background-repeat: no-repeat;
}

.single .summary .woosw-btn {
  margin-left: 10px;
}

.single .summary .woosc-btn {
  margin-left: 5px;
}

.single .product-type-grouped .summary .woosc-btn {
  margin-left: 0;
}

.single .product-type-variable .summary .woosw-btn {
  margin-top: 10px;
}

.single .product-type-variable .summary .woosc-btn {
  margin-top: 10px;
  margin-left: 0;
}

@media (max-width: 468px) {
  .single form.cart {
    margin-bottom: 10px;
  }
}

.woo-variation-swatches.wvs-show-label .variations td {
  display: inline-block !important;
}

.button-variable-item span {
  font-size: 11px !important;
  letter-spacing: 0.22px;
}

@media (max-width: 991px) {
  .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: #E4E7EC;
}

.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: #E4E7EC !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;
  }
}

.menu-layout .header-wishlist-icon {
  font-size: 20px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .menu-layout .header-wishlist-icon {
    margin-right: 15px;
  }
}

.menu-layout .site-header-wishlist {
  position: relative;
}

.menu-layout .site-header-wishlist:after {
  padding-left: 19px;
  color: #e5e5e5;
  content: '|';
}

@media (max-width: 991px) {
  .menu-layout .site-header-wishlist {
    margin-right: 15px;
  }
}

.menu-layout .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.menu-layout .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;
}

.menu-layout .site-header-wishlist .site-header-wishlist_text {
  margin-left: 7px;
}

/* 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 #E4E7EC;
  font-size: 14px;
  letter-spacing: 0.13px;
}

.tinvwl-table-manage-list thead {
  font-size: 13px;
  font-weight: 400;
}

.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: #9f876a;
  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 #E4E7EC;
}

.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: 0;
  max-width: 60px;
}

.tinvwl-table-manage-list tbody .product-name a:hover {
  color: #5d9574;
}

.tinvwl-table-manage-list tbody .product-quantity {
  padding: 25px 0;
  width: 83px;
}

.tinvwl-table-manage-list tbody .product-quantity .quantity {
  margin-right: 0;
  width: 86px;
}

.tinvwl-table-manage-list tbody .quantity {
  height: 50px;
}

.tinvwl-table-manage-list tbody .product-subtotal {
  width: 130px;
  text-align: right;
  padding-right: 15px;
  color: #2f2f30;
}

.tinvwl-table-manage-list p.stock {
  border-bottom: 0;
}

.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: #2f2f30;
}

.shop-content .products .product .pro-swatch-list .p-attr-swatch.p-attr-label {
  border: 1px solid #ddd;
  display: inline-flex;
  font-size: 12px;
  margin-bottom: 5px;
  min-width: 25px;
  padding: 0 5px;
  height: 25px;
  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: 'agon' !important;
}

.ftinvwl-times {
  line-height: 20px;
}

.ftinvwl-times:before {
  content: "\e9c1" !important;
  font-family: 'agon' !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: 0 30px;
  min-height: 50px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
}

#woosw_copy_btn {
  margin-left: 10px;
  padding: 0 31px;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13px;
  cursor: pointer;
  text-align: center;
}

.woosw-adding:before,
.wooscp-btn-adding:before,
.woosw-btn.woosw-adding:before,
.quick-view-btn.loading .quick-view-icon:before {
  content: "\e619" !important;
  font-family: 'themify' !important;
  -webkit-animation: adding-spin 1s linear infinite !important;
  animation: adding-spin 1s linear infinite !important;
}

.woosw-added:before {
  content: "\2713" !important;
  padding: 5.5px 12px !important;
}

@keyframes adding-spin {
  100% {
    transform: rotate(360deg);
  }
}

.woosw-content-item--price ins {
  background-color: transparent;
}

.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: 60px;
  display: none;
}

.no-reviews #review_form_wrapper {
  display: block;
}

#review_form_wrapper input:focus {
  border-color: #fb4e50;
}

#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;
}

.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: 0.13px;
  color: #101828;
  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: #fb4e50;
  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;
}

.product-comment-list > .comment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.product-comment-list .comment-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-comment-list .comment-meta-top .star-rating {
  margin-right: 9px;
  width: 60px;
}

.product-comment-list .comment-meta-top .star-rating:before {
  font-size: 15px;
}

.product-comment-list .comment-meta-top .star-rating > span:before {
  font-size: 15px;
}

.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: 13px;
  color: #667085;
}

.woo-comment-author {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 20px;
}

.woo-comment-author .avatar {
  flex-shrink: 0;
  border-radius: 50%;
}

.woo-comment-author .meta {
  flex-grow: 1;
  margin-bottom: 0;
}

.woo-comment-author .woocommerce-review__author {
  font-size: 14px;
  color: #006D77 !important;
  line-height: 1.2;
  margin: 12px 0 5px 0;
}

.woocommerce-review__title {
  font-size: 16px;
  margin: 0 0 15px;
}

.woo-comment-content {
  margin: 9px 0 0;
}

.comment-form-rating {
  line-height: 1;
  margin-bottom: 22px;
}

.comment-form-rating label {
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 6px;
}

.desc-review {
  display: block;
  width: 100%;
}

.comment-form-title #comment-title {
  border-radius: 16px;
  border: 2px solid #E4E7EC;
  padding: 20px;
  width: 100%;
  color: #98A2B3;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .agon-wc-question .agon-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .agon-wc-question .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .agon-wc-question .question-list-container {
    flex-grow: 1;
    padding-right: 25px;
  }
}

.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: 1px;
}

.reviews-summary .tm-star-rating > span:before {
  font-family: "ionicons";
  font-size: 15px;
  content: "\f2fc";
  color: #fdc643;
}

.reviews-summary .tm-star-rating .tm-star-empty:before {
  color: #eadccc;
}

.reviews-summary .reviews-count {
  font-size: 14px;
  text-transform: capitalize;
}

.reviews-summary .product-rate {
  display: flex;
  margin: 18px 0px 21px 0;
}

.reviews-summary .product-rate h6 {
  margin: 8px 0 0 10px;
  font-size: 16px;
  color: #253D4E;
  font-weight: 700;
  line-height: 1.2;
}

.reviews-summary .reviews-bar {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 27px;
}

.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: 45px;
  text-align: start;
  font-size: 12px;
  color: #101828;
}

.reviews-summary .rating-percentage {
  min-width: 35px;
  text-align: end;
  color: #101828;
}

.reviews-summary .rating-graph {
  flex-grow: 1;
}

.reviews-summary-buttons {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.reviews-summary-buttons .tm-button-wrapper {
  margin: 10px 0;
}

.reviews-summary-buttons .button-content-wrapper {
  padding: 9px 20px;
  border: 1px solid #E4E7EC;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 50px;
  font-size: 18px;
  line-height: 22px;
}

.reviews-summary-buttons .button-content-wrapper .button-text {
  font-size: 14px;
  color: #667085;
  font-weight: 600;
}

.reviews-summary-buttons .button-content-wrapper:hover {
  background-color: #fff;
  border-color: #006D77;
}

.reviews-summary-buttons .button-content-wrapper:hover .button-text {
  color: #006D77;
}

.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: row-reverse;
  }
  .review-rating-template-wrapper .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .review-rating-template-wrapper .reviews-content {
    flex-grow: 1;
    padding-right: 25px;
  }
}

.rating-graph {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #eadccc;
}

.rating-graph .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
}

.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 .agon-wc-question {
  padding-top: 4px;
}

.single-product .agon-wc-question .question-form-wrapper,
.single-product .agon-wc-question div[class*=question-form-wrapper-] {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.single-product .agon-wc-question .question-form-wrapper div[class*="question-form-"],
.single-product .agon-wc-question div[class*=question-form-wrapper-] div[class*="question-form-"] {
  margin-bottom: 22px;
}

.single-product .agon-wc-question .question-form-wrapper div.form-submit,
.single-product .agon-wc-question div[class*=question-form-wrapper-] div.form-submit {
  margin-bottom: 0;
}

.single-product .agon-wc-question .question-form-wrapper textarea,
.single-product .agon-wc-question div[class*=question-form-wrapper-] textarea {
  height: 150px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 16px;
  border: 2px solid #E4E7EC;
  padding: 20px;
  width: 100%;
  color: #98A2B3;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.single-product .agon-wc-question .question-form-wrapper textarea:focus,
.single-product .agon-wc-question .question-form-wrapper input:focus,
.single-product .agon-wc-question div[class*=question-form-wrapper-] textarea:focus,
.single-product .agon-wc-question div[class*=question-form-wrapper-] input:focus {
  border-color: #fb4e50;
}

.single-product .agon-wc-question .question-form-wrapper {
  display: none;
}

.single-product .agon-wc-question form label {
  font-size: 14px;
  letter-spacing: 0.13px;
  line-height: 1.33;
  color: #101828;
  margin-top: -5px;
  margin-bottom: 20px;
  display: block;
}

.single-product .agon-wc-question .form-submit {
  text-align: right;
}

.single-product .agon-wc-question .form-submit input {
  min-width: 170px;
  height: 56px;
  padding: 0 27px;
  font-size: 18px;
  border: none;
}

.single-product .agon-wc-question .no-question .question-form-wrapper {
  display: block;
}

.single-product .agon-wc-question .no-question .question-toolbar {
  margin: 0;
}

.single-product .agon-wc-question .no-question .question-title {
  display: none;
}

.single-product .agon-wc-question .woo-comment-author h6 {
  padding-right: 10px;
}

.single-product .agon-wc-question .woo-comment-author .comment-datetime {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  color: #9b9b9b;
}

.single-product .agon-wc-question .woo-comment-author .comment-datetime:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 4px;
  width: 1em;
  height: 1em;
  background: #c4c4c4;
  border-radius: 50%;
}

.single-product .agon-wc-question .reply-action {
  display: flex;
}

.single-product .agon-wc-question .reply-action a + a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ababab;
}

.single-product .agon-wc-question .reply-action .cancel-reply {
  pointer-events: none;
  opacity: 0;
}

.single-product .agon-wc-question .reply-action .cancel-reply.show {
  opacity: 1;
  pointer-events: auto;
}

.single-product .woocommerce-Reviews #comments {
  padding-top: 4px;
}

.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;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.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) {
  .agon-wc-question .agon-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .agon-wc-question .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .agon-wc-question .question-list-container {
    flex-grow: 1;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .single-product .agon-wc-question .question-form-wrapper,
  .single-product .agon-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: #e9ecef;
  border-radius: 0 0.25rem 0.25rem 0;
  line-height: 16px;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  color: #fff;
  border: 0;
  height: 48px;
  font-size: 18px;
  font-weight: 700;
  background-color: #006D77 !important;
  padding: 1px 22px;
  color: #fff;
  border-radius: 4px !important;
  width: 100%;
}

.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  height: 45px;
}

.woocommerce-account h2 {
  font-size: 18px;
  font-weight: 600;
  margin: -5px 0 0 0;
}

.woocommerce-account .u-column1 {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
  padding: 45px;
  box-shadow: 0px 5px 12px rgba(21, 28, 38, 0.1);
  border: 1px solid #E4E7EC;
}

@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%;
}

.woocommerce-account .u-column2 {
  border-radius: 6px;
  padding: 45px;
  box-shadow: 0px 5px 12px rgba(21, 28, 38, 0.1);
  border: 1px solid #E4E7EC;
}

@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-account input[type="text"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="email"] {
  border: 2px solid #C2C8D0;
  background: #fff;
  height: 56px;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-radius: 4px;
  color: #101828;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .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: 992px) {
  .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: 50px;
  color: #fff;
  border: 0;
  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;
}

.woocommerce-form.woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 26px;
}

.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;
  display: flow-root;
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar .container .content-shop-archive, .shop-container.with-right-sidebar .container .content-shop-archive {
    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;
    background-color: #fff;
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-content, .shop-container.with-right-sidebar .container .content-shop-archive .shop-content {
    width: calc( 100% - 312px);
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar, .shop-container.with-right-sidebar .container .content-shop-archive .shop-sidebar {
    width: 312px;
  }
  .shop-container.with-full-sidebar .container .content-shop-archive {
    background-color: #fff;
  }
  .shop-container.with-full-sidebar .container .content-shop-archive .shop-content {
    width: 100%;
  }
  .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 .container .content-shop-archive .shop-content {
    width: calc( 100% - 312px);
  }
  .shop-container.with-right-sidebar .container .content-shop-archive .shop-sidebar {
    margin-right: 0;
    margin-left: 25px;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-content {
    order: 2;
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar {
    order: 1;
    margin-right: 25px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 25px;
  }
}

.shop-container.has-filter-area .agon-shop-filter {
  padding: 0 0 30px 0;
}

.shop-container.has-filter-area .agon-shop-filter .woocommerce-widget-layered-nav-list {
  margin-top: -6px;
}

.shop-container.has-filter-area .agon-shop-filter .woocommerce-widget-layered-nav-list li {
  line-height: unset;
}

.shop-container.has-filter-area .agon-shop-filter .wc-layered-nav-rating {
  margin-bottom: 0;
}

/* container */
@media (min-width: 992px) {
  .single-product-layout-extended .shop-container.with-full-sidebar .container .content-shop-archive {
    background-color: #fff;
    width: 935px;
    float: left;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .shop-layout-full-width .shop-container.with-left-sidebar .container .content-shop-archive .shop-content, .shop-layout-full-width .shop-container.with-right-sidebar .container .content-shop-archive .shop-content {
    width: calc( 100% - 265.8px);
  }
  .shop-layout-full-width .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar, .shop-layout-full-width .shop-container.with-right-sidebar .container .content-shop-archive .shop-sidebar {
    width: 265.8px;
  }
}

/* columns */
.products {
  clear: both;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.products .product {
  list-style: none;
  float: left;
  margin: 0 24px 30px 0;
  position: relative;
  border: 1px solid #E4E7EC;
  padding: 30px 10px;
  border-radius: 16px;
  background-color: #fff;
  /* label plugin */
}

.products .product:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  border-color: #BEE1E6;
  box-shadow: 0px 45px 80px rgba(0, 0, 0, 0.04);
}

.products .product:hover .loop-action {
  display: inline-flex;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.2s;
}

@media (min-width: 992px) {
  .products .product {
    width: -webkit-calc( ( 100% - 72px ) / 4);
    width: -moz-calc( ( 100% - 72px ) / 4);
    width: calc( ( 100% - 72px ) / 4);
  }
  .products .product.last {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .products .product {
    width: -webkit-calc( ( 100% - 24px ) / 2);
    width: -moz-calc( ( 100% - 24px ) / 2);
    width: calc( ( 100% - 24px ) / 2);
  }
  .products .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .products .product:nth-of-type(2n + 3) {
    clear: both;
  }
}

@media (max-width: 575px) {
  .products .product {
    margin: 0 24px 24px 0;
    width: -webkit-calc( ( 100% - 24px ) / 2);
    width: -moz-calc( ( 100% - 24px ) / 2);
    width: calc( ( 100% - 24px ) / 2);
  }
  .products .product .agon-transform-price {
    flex-direction: column;
  }
  .products .product .agon-transform-price .agon-add-to-cart-btn {
    margin-top: 10px;
  }
}

@media (max-width: 375px) {
  .products .product {
    margin: 0 24px 24px 0;
    width: 100%;
  }
  .products .product .agon-transform-price {
    flex-direction: column;
  }
  .products .product .agon-transform-price .agon-add-to-cart-btn {
    margin-top: 10px;
  }
}

@media (min-width: 1200px) {
  .products .product:hover .product-quick-view-btn span,
  .products .product:hover .product-action-wishlist a,
  .products .product:hover .product-action-compare a {
    opacity: 1;
    visibility: visible;
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
  }
  .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.columns-1 .product {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 992px) {
  .products.columns-2 .product {
    width: -webkit-calc( ( 100% - ( 24px * 1 ) ) / 2);
    width: -moz-calc( ( 100% - ( 24px * 1 ) ) / 2);
    width: calc( ( 100% - ( 24px * 1 ) ) / 2);
  }
  .products.columns-2 .product:nth-of-type(2n + 3) {
    clear: both;
  }
  .products.columns-3 .product {
    width: -webkit-calc( ( 100% - ( 24px * 2 ) ) / 3);
    width: -moz-calc( ( 100% - ( 24px * 2 ) ) / 3);
    width: calc( ( 100% - ( 24px * 2 ) ) / 3);
  }
  .products.columns-3 .product:nth-of-type(3n + 4) {
    clear: both;
  }
  .products.columns-4 .product {
    width: -webkit-calc( ( 100% - ( 24px * 3 ) ) / 4);
    width: -moz-calc( ( 100% - ( 24px * 3 ) ) / 4);
    width: calc( ( 100% - ( 24px * 3 ) ) / 4);
  }
  .products.columns-4 .product:nth-of-type(4n + 5) {
    clear: both;
  }
  .products.columns-5 .product {
    width: -webkit-calc( ( 100% - ( 24px * 4 ) ) / 5);
    width: -moz-calc( ( 100% - ( 24px * 4 ) ) / 5);
    width: calc( ( 100% - ( 24px * 4 ) ) / 5);
  }
  .products.columns-5 .product:nth-of-type(5n + 6) {
    clear: both;
  }
  .products.columns-6 .product {
    width: -webkit-calc( ( 100% - ( 24px * 5 ) ) / 6);
    width: -moz-calc( ( 100% - ( 24px * 5 ) ) / 6);
    width: calc( ( 100% - ( 24px * 5 ) ) / 6);
  }
  .products.columns-6 .product:nth-of-type(6n + 7) {
    clear: both;
  }
}

/* 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;
  margin-bottom: 40px;
  background-color: #F2F4F7;
  border-radius: 8px;
  padding: 13px 20px;
}

.shop-top-bar .per-page-title {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNjA5KSI+CjxwYXRoIGQ9Ik03Ljc1NTQ1IDcuMzMzMzNIMC40MjIxMTlWMkMwLjQyMjExOSAxLjQ2OTU3IDAuNjMyODMzIDAuOTYwODU5IDEuMDA3OTEgMC41ODU3ODZDMS4zODI5OCAwLjIxMDcxNCAxLjg5MTY5IDAgMi40MjIxMiAwTDcuNzU1NDUgMFY3LjMzMzMzWk0xLjc1NTQ1IDZINi40MjIxMlYxLjMzMzMzSDIuNDIyMTJDMi4yNDUzMSAxLjMzMzMzIDIuMDc1NzQgMS40MDM1NyAxLjk1MDcxIDEuNTI4NkMxLjgyNTY5IDEuNjUzNjIgMS43NTU0NSAxLjgyMzE5IDEuNzU1NDUgMlY2WiIgZmlsbD0iIzY2NzA4NSIvPgo8cGF0aCBkPSJNMTYuNDIyMSA3LjMzMzMzSDkuMDg4ODFWMEgxNC40MjIxQzE0Ljk1MjYgMCAxNS40NjEzIDAuMjEwNzE0IDE1LjgzNjQgMC41ODU3ODZDMTYuMjExNCAwLjk2MDg1OSAxNi40MjIxIDEuNDY5NTcgMTYuNDIyMSAyVjcuMzMzMzNaTTEwLjQyMjEgNkgxNS4wODg4VjJDMTUuMDg4OCAxLjgyMzE5IDE1LjAxODYgMS42NTM2MiAxNC44OTM1IDEuNTI4NkMxNC43Njg1IDEuNDAzNTcgMTQuNTk5IDEuMzMzMzMgMTQuNDIyMSAxLjMzMzMzSDEwLjQyMjFWNloiIGZpbGw9IiM2NjcwODUiLz4KPHBhdGggZD0iTTcuNzU1NDUgMTZIMi40MjIxMkMxLjg5MTY5IDE2IDEuMzgyOTggMTUuNzg5MiAxLjAwNzkxIDE1LjQxNDJDMC42MzI4MzMgMTUuMDM5MSAwLjQyMjExOSAxNC41MzA0IDAuNDIyMTE5IDE0TDAuNDIyMTE5IDguNjY2NjNINy43NTU0NVYxNlpNMS43NTU0NSA5Ljk5OTk2VjE0QzEuNzU1NDUgMTQuMTc2OCAxLjgyNTY5IDE0LjM0NjMgMS45NTA3MSAxNC40NzE0QzIuMDc1NzQgMTQuNTk2NCAyLjI0NTMxIDE0LjY2NjYgMi40MjIxMiAxNC42NjY2SDYuNDIyMTJWOS45OTk5NkgxLjc1NTQ1WiIgZmlsbD0iIzY2NzA4NSIvPgo8cGF0aCBkPSJNMTQuNDIyMSAxNkg5LjA4ODgxVjguNjY2NjNIMTYuNDIyMVYxNEMxNi40MjIxIDE0LjUzMDQgMTYuMjExNCAxNS4wMzkxIDE1LjgzNjQgMTUuNDE0MkMxNS40NjEzIDE1Ljc4OTIgMTQuOTUyNiAxNiAxNC40MjIxIDE2Wk0xMC40MjIxIDE0LjY2NjZIMTQuNDIyMUMxNC41OTkgMTQuNjY2NiAxNC43Njg1IDE0LjU5NjQgMTQuODkzNSAxNC40NzE0QzE1LjAxODYgMTQuMzQ2MyAxNS4wODg4IDE0LjE3NjggMTUuMDg4OCAxNFY5Ljk5OTk2SDEwLjQyMjFWMTQuNjY2NloiIGZpbGw9IiM2NjcwODUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yXzYwOSI+CjxyZWN0IHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNDIyMTE5KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat left center;
  padding: 0px 0px 0px 22px;
  display: inline-block;
}

.shop-top-bar .agon-sort-label {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNjIwKSI+CjxwYXRoIGQ9Ik0wLjQyMjExOSAyVjcuMzMzMzNINy43NTU0NVYwSDIuNDIyMTJDMS44OTE2OSAwIDEuMzgyOTggMC4yMTA3MTQgMS4wMDc5MSAwLjU4NTc4NkMwLjYzMjgzMyAwLjk2MDg1OSAwLjQyMjExOSAxLjQ2OTU3IDAuNDIyMTE5IDJIMC40MjIxMTlaTTYuNDIyMTIgNkgxLjc1NTQ1VjJDMS43NTU0NSAxLjgyMzE5IDEuODI1NjkgMS42NTM2MiAxLjk1MDcxIDEuNTI4NkMyLjA3NTc0IDEuNDAzNTcgMi4yNDUzMSAxLjMzMzMzIDIuNDIyMTIgMS4zMzMzM0g2LjQyMjEyVjZaIiBmaWxsPSIjNjY3MDg1Ii8+CjxwYXRoIGQ9Ik0wLjQyMjExOSAxNEMwLjQyMjExOSAxNC41MzA0IDAuNjMyODMzIDE1LjAzOTEgMS4wMDc5MSAxNS40MTQyQzEuMzgyOTggMTUuNzg5MiAxLjg5MTY5IDE2IDIuNDIyMTIgMTZINy43NTU0NVY4LjY2NjYzSDAuNDIyMTE5VjE0Wk0xLjc1NTQ1IDkuOTk5OTZINi40MjIxMlYxNC42NjY2SDIuNDIyMTJDMi4yNDUzMSAxNC42NjY2IDIuMDc1NzQgMTQuNTk2NCAxLjk1MDcxIDE0LjQ3MTRDMS44MjU2OSAxNC4zNDYzIDEuNzU1NDUgMTQuMTc2OCAxLjc1NTQ1IDE0VjkuOTk5OTZaIiBmaWxsPSIjNjY3MDg1Ii8+CjxwYXRoIGQ9Ik0xMy43NTU0IDE0LjI3OFYxLjcyMzk2TDE1LjQ3ODEgMy40NDM5NkwxNi40MjIxIDIuNTAwNjNMMTQuNTAyOCAwLjU4Mzk2NEMxNC4xMjc4IDAuMjA5NjMzIDEzLjYxOTYgLTAuMDAwNjEwMzUyIDEzLjA4OTggLTAuMDAwNjEwMzUyQzEyLjU1OTkgLTAuMDAwNjEwMzUyIDEyLjA1MTcgMC4yMDk2MzMgMTEuNjc2OCAwLjU4Mzk2NEw5Ljc2MDExIDIuNDk3M0wxMC43MDIxIDMuNDQwNjNMMTIuNDIyMSAxLjcyMTNWMTQuMjc3M0wxMC42OTg4IDEyLjU1Nkw5Ljc1Njc3IDEzLjQ5OTNMMTEuNjc2MSAxNS40MTZDMTIuMDUxMSAxNS43OTAzIDEyLjU1OTMgMTYuMDAwNSAxMy4wODkxIDE2LjAwMDVDMTMuNjE4OSAxNi4wMDA1IDE0LjEyNzEgMTUuNzkwMyAxNC41MDIxIDE1LjQxNkwxNi40MjIxIDEzLjUwMjZMMTUuNDgwMSAxMi41NTkzTDEzLjc1NTQgMTQuMjc4WiIgZmlsbD0iIzY2NzA4NSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzJfNjIwIj4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC40MjIxMTkpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat left center;
  padding: 0px 0px 0px 22px;
  display: inline-block;
}

.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;
  margin-right: 19px;
  color: #000;
  background-color: transparent;
  border: none;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn span {
  margin-left: 10px;
}

.shop-top-bar .agon-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
}

.shop-top-bar .agon-shop-tools .agon-products-per-page {
  margin-right: 25px;
  display: flex;
  align-items: center;
}

.shop-top-bar .agon-shop-tools .agon-products-per-page .per-page-title {
  margin-right: 5px;
  color: #006D77;
}

.shop-top-bar .agon-shop-tools .agon-products-per-page .per-page-variation-wrap {
  display: flex;
  align-items: center;
}

.shop-top-bar .agon-shop-tools .agon-products-per-page .per-page-variation-wrap a.per-page-variation {
  display: inline-block;
  color: #101828;
}

.shop-top-bar .agon-shop-tools .agon-products-per-page .per-page-variation-wrap a.per-page-variation:not(:last-child) {
  margin-right: 10px;
}

.shop-top-bar .woocommerce-result-count {
  color: #667085;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.shop-top-bar .woocommerce-result-count span {
  color: #006D77;
}

.shop-top-bar .agon-woo-ordering {
  display: flex;
  align-items: center;
}

.shop-top-bar .agon-sort-label {
  color: #667085;
}

.shop-top-bar .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}

.shop-top-bar .woocommerce-ordering select {
  font-size: 16px;
  border-radius: 0;
  padding: 4px;
  height: auto;
  background-position: right 0 top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
  border: none;
  background-color: transparent;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Shop Filter Top */
.agon-shop-filter {
  display: none;
}

.agon-shop-filter .agon-shop-filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px;
  transition: height 0.5ms;
}

@media (max-width: 991.98px) {
  .agon-shop-filter .agon-shop-filter-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .agon-shop-filter .agon-shop-filter-container {
    grid-template-columns: 1fr;
  }
}

.agon-shop-filter .agon-shop-filter-container .tagcloud a:after {
  content: ',';
}

.agon-shop-filter .agon-shop-filter-container .tagcloud a:last-child:after {
  display: none;
}

.agon-shop-filter .widget {
  margin-bottom: 0;
}

.agon-shop-filter .widget ul {
  margin: 0;
}

/* content-product */
.woocommerce-loop-product__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-top: 3px;
  margin-bottom: 0;
  width: 100%;
  min-height: 48px;
}

.open-label-shop {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
}

.open-label-shop span {
  font-size: 11px;
  letter-spacing: 0.11px;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
  width: 39px;
  height: 18px;
  line-height: 18px;
}

.open-label-shop span:not(:first-child) {
  margin-top: 5px;
}

.sale-product {
  top: 38px;
}

.onsale {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  font-size: 11px;
  letter-spacing: 0.11px;
  font-weight: 400;
  text-transform: uppercase;
  pointer-events: none;
  width: 41px;
  height: 18px;
  line-height: 18px;
}

.single-product .onsale {
  display: none;
}

.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.price ins {
  margin-right: 5px;
}

.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);
}

.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 {
  position: absolute;
  top: calc( 50% - 25px);
  left: 0px;
  right: 0px;
  width: 150px;
  border: 1px solid #D0D5DD;
  border-radius: 8px;
  display: flex;
  margin: auto;
  overflow: hidden;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}

.loop-action .product-action-wishlist,
.loop-action .product-action-compare,
.loop-action .product-quick-view-btn {
  padding: 10px;
  width: 33.33%;
  display: inline-block;
  height: 46px;
  float: left;
  cursor: pointer;
}

.loop-action .product-action-wishlist:hover,
.loop-action .product-action-compare:hover,
.loop-action .product-quick-view-btn:hover {
  background-color: #F2F4F7;
}

.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a,
.loop-action .product-quick-view-btn span {
  display: block;
  height: 100%;
}

.loop-action .product-action-wishlist {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNzc0KSI+CjxwYXRoIGQ9Ik0xNC4yNDY5IDEuMjk3NzNDMTMuMzM1NyAxLjMxMTkgMTIuNDQ0NCAxLjU2NjI3IDExLjY2MjkgMi4wMzUxNUMxMC44ODE1IDIuNTA0MDIgMTAuMjM3NiAzLjE3MDggOS43OTYyNiAzLjk2ODE0QzkuMzU0OTQgMy4xNzA4IDguNzExMDQgMi41MDQwMiA3LjkyOTU5IDIuMDM1MTVDNy4xNDgxMyAxLjU2NjI3IDYuMjU2NzggMS4zMTE5IDUuMzQ1NTcgMS4yOTc3M0MzLjg5Mjk3IDEuMzYwODQgMi41MjQ0IDEuOTk2MjkgMS41Mzg4NCAzLjA2NTI1QzAuNTUzMjcyIDQuMTM0MiAwLjAzMDgzNCA1LjU0OTc4IDAuMDg1NjU4OCA3LjAwMjcxQzAuMDg1NjU4OCAxMi40ODUxIDguOTUxNDMgMTguODE3MyA5LjMyODUzIDE5LjA4NTlMOS43OTYyNiAxOS40MTY5TDEwLjI2NCAxOS4wODU5QzEwLjY0MTEgMTguODE4OSAxOS41MDY5IDEyLjQ4NTEgMTkuNTA2OSA3LjAwMjcxQzE5LjU2MTcgNS41NDk3OCAxOS4wMzkyIDQuMTM0MiAxOC4wNTM3IDMuMDY1MjVDMTcuMDY4MSAxLjk5NjI5IDE1LjY5OTUgMS4zNjA4NCAxNC4yNDY5IDEuMjk3NzNaTTkuNzk2MjYgMTcuNDI0NkM3LjE2Mzg3IDE1LjQ1ODIgMS43MDQwOSAxMC42MjcyIDEuNzA0MDkgNy4wMDI3MUMxLjY0ODc3IDUuOTc4ODIgMi4wMDA1NiA0Ljk3NDU5IDIuNjgyNzMgNC4yMDkwNUMzLjM2NDkgMy40NDM1IDQuMzIyMSAyLjk3ODc2IDUuMzQ1NTcgMi45MTYxNkM2LjM2OTA0IDIuOTc4NzYgNy4zMjYyNCAzLjQ0MzUgOC4wMDg0IDQuMjA5MDVDOC42OTA1NyA0Ljk3NDU5IDkuMDQyMzYgNS45Nzg4MiA4Ljk4NzA0IDcuMDAyNzFIMTAuNjA1NUMxMC41NTAyIDUuOTc4ODIgMTAuOTAxOSA0Ljk3NDU5IDExLjU4NDEgNC4yMDkwNUMxMi4yNjYzIDMuNDQzNSAxMy4yMjM1IDIuOTc4NzYgMTQuMjQ2OSAyLjkxNjE2QzE1LjI3MDQgMi45Nzg3NiAxNi4yMjc2IDMuNDQzNSAxNi45MDk4IDQuMjA5MDVDMTcuNTkxOSA0Ljk3NDU5IDE3Ljk0MzcgNS45Nzg4MiAxNy44ODg0IDcuMDAyNzFDMTcuODg4NCAxMC42Mjg4IDEyLjQyODYgMTUuNDU4MiA5Ljc5NjI2IDE3LjQyNDZaIiBmaWxsPSIjMDA2RDc3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfMl83NzQiPgo8cmVjdCB3aWR0aD0iMTkuNDIxMiIgaGVpZ2h0PSIxOS40MjEyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wODUzMTE5IDAuNTU1NjY0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat center;
}

.loop-action .product-action-compare {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNzc3KSI+CjxwYXRoIGQ9Ik0xNi4zMDg4IDExLjMxMjZMMTUuMTY0NSAxMi40NTY5TDE3LjAxOTMgMTQuMzEyNEgxNi43MTAyQzEzLjk3MTggMTQuMzEyNCAxMi4yMzAzIDEzLjA3MjcgMTAuNjg0NyAxMS40NzM3TDEwLjQ0MiAxMS43NTUzQzEwLjE3NjUgMTIuMDYyOCA5LjkwMzAyIDEyLjM3OTIgOS42MTgxOCAxMi42OTcyQzEwLjQ5NzkgMTMuNzE1OSAxMS41ODc0IDE0LjUzMjUgMTIuODEyIDE1LjA5MTJDMTQuMDM2NiAxNS42NDk4IDE1LjM2NzQgMTUuOTM3MyAxNi43MTM0IDE1LjkzNDFIMTcuMDE5M0wxNS4xNjM3IDE3Ljc4OTZMMTYuMzA4IDE4LjkzMzhMMTguOTcyNyAxNi4yNjkxQzE5LjI3NjEgMTUuOTY1NiAxOS40NDY2IDE1LjU1NCAxOS40NDY2IDE1LjEyNDhDMTkuNDQ2NiAxNC42OTU3IDE5LjI3NjEgMTQuMjg0MSAxOC45NzI3IDEzLjk4MDZMMTYuMzA4OCAxMS4zMTI2WiIgZmlsbD0iIzAwNkQ3NyIvPgo8cGF0aCBkPSJNMTYuNzEwNSA2LjIyMDI1SDE3LjAxODhMMTUuMTY0MSA4LjA3NTc4TDE2LjMwODQgOS4yMjAwMUwxOC45NzMxIDYuNTU1MjZDMTkuMjc2NSA2LjI1MTc2IDE5LjQ0NyA1Ljg0MDE4IDE5LjQ0NyA1LjQxMTAzQzE5LjQ0NyA0Ljk4MTg4IDE5LjI3NjUgNC41NzAzIDE4Ljk3MzEgNC4yNjY4TDE2LjMwODQgMS42MDIwNUwxNS4xNjQxIDIuNzQ2MjhMMTcuMDE4OCA0LjYwMTgySDE2LjcwOTdDMTIuNjk4NCA0LjYwMTgyIDEwLjUwNTUgNi43NjI0MiA4LjUxNTYgOS4wMzQ3QzYuNTUwMDIgNi44MTUwMiA0LjE4NzEgNC42MDE4MiAtMC4wMDcwNjQ4MiA0LjYwMTgyVjYuMjIwMjVDMy42MDUyOCA2LjIyMDI1IDUuNTU0NjggOC4xMTA1OCA3LjQ0NTAxIDEwLjI2NjNDNS41NTQ2OCAxMi40MjIxIDMuNjA1MjggMTQuMzEyNCAtMC4wMDcwNjQ4MiAxNC4zMTI0VjE1LjkzMDhDNC42OTI4NiAxNS45MzA4IDcuMDk0NjIgMTMuMTUwNCA5LjIxOCAxMC42OTg1QzExLjIwMzggOC4zOTU0MiAxMy4wODM2IDYuMjIwMjUgMTYuNzEwNSA2LjIyMDI1WiIgZmlsbD0iIzAwNkQ3NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzJfNzc3Ij4KPHJlY3Qgd2lkdGg9IjE5LjQyMTIiIGhlaWdodD0iMTkuNDIxMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDI1NTI4IDAuNTU1NjY0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat center;
  border-right: 1px solid #E4E7EC;
  border-left: 1px solid #E4E7EC;
}

.loop-action .product-quick-view-btn {
  background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNzgxKSI+CjxwYXRoIGQ9Ik0yMC4yNDE4IDkuNjAzNDhDMTkuNTMxMyA4LjA0OTc4IDE2Ljc0NTEgMi45ODMyOCAxMC42NzYgMi45ODMyOEM0LjYwNjg5IDIuOTgzMjggMS44MjA3NSA4LjA0OTc4IDEuMTEwMjYgOS42MDM0OEMxLjAxNDg5IDkuODExNjkgMC45NjU1MTUgMTAuMDM4IDAuOTY1NTE1IDEwLjI2N0MwLjk2NTUxNSAxMC40OTYxIDEuMDE0ODkgMTAuNzIyNCAxLjExMDI2IDEwLjkzMDZDMS44MjA3NSAxMi40ODI3IDQuNjA2ODkgMTcuNTQ5MiAxMC42NzYgMTcuNTQ5MkMxNi43NDUxIDE3LjU0OTIgMTkuNTMxMyAxMi40ODI3IDIwLjI0MTggMTAuOTI5QzIwLjMzNjkgMTAuNzIxIDIwLjM4NjIgMTAuNDk1IDIwLjM4NjIgMTAuMjY2MkMyMC4zODYyIDEwLjAzNzUgMjAuMzM2OSA5LjgxMTQ1IDIwLjI0MTggOS42MDM0OFpNMTAuNjc2IDE1LjkzMDdDNS41NzIyOCAxNS45MzA3IDMuMTkwNzYgMTEuNTg4NSAyLjU4Mzg0IDEwLjI3NTFDMy4xOTA3NiA4Ljk0Mzk2IDUuNTcyMjggNC42MDE3MSAxMC42NzYgNC42MDE3MUMxNS43Njc2IDQuNjAxNzEgMTguMTQ5OSA4LjkyNTM1IDE4Ljc2ODIgMTAuMjY2MkMxOC4xNDk5IDExLjYwNzEgMTUuNzY3NiAxNS45MzA3IDEwLjY3NiAxNS45MzA3WiIgZmlsbD0iIzAwNkQ3NyIvPgo8cGF0aCBkPSJNMTAuNjc1NyA2LjIyMDA5QzkuODc1NDIgNi4yMjAwOSA5LjA5MzE1IDYuNDU3MzkgOC40Mjc3OCA2LjkwMTk4QzcuNzYyNCA3LjM0NjU3IDcuMjQzODEgNy45Nzg0OCA2LjkzNzU3IDguNzE3ODFDNi42MzEzMyA5LjQ1NzEzIDYuNTUxMiAxMC4yNzA3IDYuNzA3MzIgMTEuMDU1NUM2Ljg2MzQ0IDExLjg0MDQgNy4yNDg3OSAxMi41NjEzIDcuODE0NjUgMTMuMTI3MkM4LjM4MDUgMTMuNjkzIDkuMTAxNDUgMTQuMDc4NCA5Ljg4NjMxIDE0LjIzNDVDMTAuNjcxMiAxNC4zOTA2IDExLjQ4NDcgMTQuMzEwNSAxMi4yMjQgMTQuMDA0M0MxMi45NjM0IDEzLjY5OCAxMy41OTUzIDEzLjE3OTQgMTQuMDM5OSAxMi41MTQxQzE0LjQ4NDQgMTEuODQ4NyAxNC43MjE3IDExLjA2NjQgMTQuNzIxNyAxMC4yNjYyQzE0LjcyMDUgOS4xOTM0OCAxNC4yOTM4IDguMTY1MDkgMTMuNTM1MyA3LjQwNjU4QzEyLjc3NjcgNi42NDgwNyAxMS43NDg0IDYuMjIxMzggMTAuNjc1NyA2LjIyMDA5Wk0xMC42NzU3IDEyLjY5MzhDMTAuMTk1NSAxMi42OTM4IDkuNzI2MTYgMTIuNTUxNCA5LjMyNjkzIDEyLjI4NDdDOC45Mjc3MSAxMi4wMTc5IDguNjE2NTUgMTEuNjM4OCA4LjQzMjgxIDExLjE5NTJDOC4yNDkwNiAxMC43NTE2IDguMjAwOTkgMTAuMjYzNSA4LjI5NDY2IDkuNzkyNTdDOC4zODgzMyA5LjMyMTY1IDguNjE5NTQgOC44ODkwOCA4Ljk1OTA1IDguNTQ5NTdDOS4yOTg1NyA4LjIxMDA2IDkuNzMxMTMgNy45Nzg4NCAxMC4yMDIxIDcuODg1MTdDMTAuNjczIDcuNzkxNSAxMS4xNjExIDcuODM5NTggMTEuNjA0NyA4LjAyMzMyQzEyLjA0ODMgOC4yMDcwNiAxMi40Mjc0IDguNTE4MjIgMTIuNjk0MiA4LjkxNzQ1QzEyLjk2MDkgOS4zMTY2NyAxMy4xMDMzIDkuNzg2MDMgMTMuMTAzMyAxMC4yNjYyQzEzLjEwMzMgMTAuOTEgMTIuODQ3NSAxMS41Mjc1IDEyLjM5MjMgMTEuOTgyOEMxMS45MzcgMTIuNDM4MSAxMS4zMTk1IDEyLjY5MzggMTAuNjc1NyAxMi42OTM4WiIgZmlsbD0iIzAwNkQ3NyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzJfNzgxIj4KPHJlY3Qgd2lkdGg9IjE5LjQyMTIiIGhlaWdodD0iMTkuNDIxMiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTY1NzM2IDAuNTU1NjY0KSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat center;
}

.loop-action .woosw-btn,
.loop-action .woosc-btn {
  font-size: 0;
}

.loop-action.no-clever {
  width: 50px;
}

.loop-action.no-clever .product-quick-view-btn {
  width: 100%;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

@media (max-width: 991px) {
  .loop-action .product-quick-view-btn span, .loop-action .product-action-wishlist a {
    opacity: 0;
    visibility: hidden;
  }
  .loop-action--visible-on-mobile .product-quick-view-btn span, .loop-action--visible-on-mobile .product-action-wishlist a {
    display: none;
  }
}

.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;
}

.agon-add-to-cart-btn,
.added_to_cart {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.agon-add-to-cart-btn.added {
  display: none;
}

.agon-add-to-cart-btn:active {
  background-color: transparent !important;
}

/* updating cart */
.ajax_add_to_cart {
  position: relative;
}

/* adding to wishlist */
.adding-to-wishlist.add_to_wishlist:before {
  position: static;
  margin-left: 0;
  margin-top: 0;
}

/* PRODUCT LABEL */
.agon-product-label {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  left: 15px;
  top: 15px;
  font-size: 11px;
  letter-spacing: 0.11px;
  padding: 0 7px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.agon-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;
}

.agon-choose-options {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.195px;
  padding: 10px 18px;
  border: 2px solid #292929;
  background-color: transparent;
  border-radius: 25px;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .agon-choose-options {
    display: none;
  }
}

.box-agon-product {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (min-width: 1200px) {
  .box-agon-product {
    padding: 0 32px 50px 32px;
  }
}

/**
 * Shop header
 */
.agon-pageheader-shop {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  margin-bottom: 42px;
}

.agon-pageheader-shop .shop-title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.72px;
  color: #8b653f;
  font-weight: 200;
  width: 233px;
  margin: 0 0 7px 0;
}

.agon-pageheader-shop .shop-description {
  line-height: 36px;
  color: #ed463c;
  margin: 0;
  font-size: 48px;
}

@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;
  padding-bottom: 51px;
  margin-bottom: 62px;
  border-bottom: 1px solid #E4E7EC;
}

.category-slider-shop .browse-by-category {
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
}

.category-slider-shop .category-slider-arrow {
  position: absolute;
  top: 50%;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  opacity: 0;
}

.category-slider-shop .category-slider-arrow .arrows-next {
  background-color: transparent;
  border: none;
}

.category-slider-shop .category-slider-arrow .arrows-next:before {
  content: "\f105";
  color: #96969b;
  font-size: 26px;
  font-family: "FontAwesome";
}

.category-slider-shop .category-slider-arrow .arrows-prev {
  background-color: transparent;
  border: none;
}

.category-slider-shop .category-slider-arrow .arrows-prev:before {
  content: "\f104";
  color: #96969b;
  font-size: 26px;
  font-family: "FontAwesome";
}

.category-slider-shop:hover .category-slider-arrow {
  opacity: 1;
}

.agon-category-slider-shop .product-category-agon .product-category-agon-image {
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}

.agon-category-slider-shop .product-category-agon .product-category-agon-image img {
  border-radius: 50%;
}

.agon-category-slider-shop .product-category-agon .category-product-name {
  font-size: 18px;
}

.agon-category-slider-shop .product-category-agon .count-category {
  color: #667085;
  font-size: 12px;
  font-style: italic;
}

.agon-category-slider-shop .product-category-agon .container-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agon-transform-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 18px;
  width: 100%;
}

.agon-transform-price .agon-add-to-cart-btn {
  background-color: #AFEAE4;
  color: #006D77;
  padding: 5px 25px 5px 15px;
  border-radius: 8px;
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNC42NjY2NyAzLjMzMzMzVjBIMy4zMzMzM1YzLjMzMzMzSDBWNC42NjY2N0gzLjMzMzMzVjhINC42NjY2N1Y0LjY2NjY3SDhWMy4zMzMzM0g0LjY2NjY3WiIgZmlsbD0iIzAwNkQ3NyIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center right 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.agon-transform-price .agon-add-to-cart-btn :hover {
  background-color: #83C5BE;
}

.content-info-product .price del .woocommerce-Price-amount.amount {
  vertical-align: sub;
}

.updating-cart.cart-sidebar-open #shop-cart-sidebar:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.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: 0;
}

.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: 999;
  width: 375px;
  padding: 24px 40px 0 40px;
  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;
}

.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 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  padding-top: 19px;
  position: relative;
  z-index: 3;
  min-height: 60px;
  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: 16px;
  white-space: nowrap;
}

#close-cart-sidebar {
  color: #2f2f30;
  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: 143px;
  height: 54px;
  width: 295px;
  border-top: 1px solid #E4E7EC;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-sidebar-content .woocommerce-mini-cart__total strong {
  font-size: 13px;
  font-weight: 600;
}

.cart-sidebar-content .woocommerce-mini-cart__total .amount {
  font-size: 16px;
  font-weight: 600;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  position: absolute;
  bottom: 50px;
  width: 295px;
  display: flex;
  flex-direction: column-reverse;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  text-decoration: underline;
  font-size: 13px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:nth-child(1) {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  height: 54px;
}

.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-bottom: 0;
  padding: 20px;
}

.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: 13px;
}

.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: #E4E7EC !important;
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.product_list_widget .mini_cart_item {
  min-height: 91px;
  position: relative;
  padding: 22px 15px 10px 74px;
}

.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: 59px;
  height: 71px;
  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: 0;
  margin-left: 10px;
}

.woocommerce-cart .return-to-shop .wc-backward {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1068px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 70%;
    padding-right: 50px;
  }
}

.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 #E4E7EC;
  font-size: 13px;
  color: #101828;
}

.woocommerce-cart .woocommerce-cart-form th {
  background: #E4E7EC;
}

.woocommerce-cart .woocommerce-cart-form thead {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9f876a;
}

.woocommerce-cart .woocommerce-cart-form thead td, .woocommerce-cart .woocommerce-cart-form thead th {
  padding: 8px 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-quantity {
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-subtotal {
  text-align: right;
  padding-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
  width: 48px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 80px;
}

.woocommerce-cart .woocommerce-cart-form .product-price {
  width: 130px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
  width: 86px;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  width: 170px;
}

.woocommerce-cart .woocommerce-cart-form tbody td {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #E4E7EC;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove {
  width: 48px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove .remove {
  width: 48px;
  height: 48px;
  float: left;
  font-size: 20px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
  width: 80px;
  padding: 20px 0;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail img {
  max-width: 55px;
  border-radius: 0;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail img {
    max-width: 75px;
  }
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity {
  padding: 35px 0;
  width: 86px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity {
  margin-right: 0;
  width: 86px;
}

.woocommerce-cart .woocommerce-cart-form tbody .quantity {
  height: 50px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  width: 170px;
  text-align: right;
  padding-right: 15px;
  color: #2f2f30;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding: 25px 0;
  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: 50px;
  padding: 8px 18px;
  margin-right: 5px;
  width: 195px;
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #767676;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input:focus {
  border-color: #fb4e50;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  float: right;
  height: 50px;
  padding: 8px 36px;
  color: #fff;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.woocommerce-cart .woocommerce-cart-form .actions .cart-empty-btn {
  float: right;
  line-height: 50px;
  margin-right: 24px;
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #767676;
}

@media (min-width: 1068px) {
  .woocommerce-cart .cart-collaterals {
    width: 30%;
  }
}

.woocommerce-cart .cross-sells {
  float: left;
  margin-right: 30px;
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cross-sells > h2 {
  font-size: 20px;
}

.woocommerce-cart .cross-sells + .cart_totals {
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cart_totals {
  padding: 25px;
  border: 1px solid #E4E7EC;
}

.woocommerce-cart .cart_totals > h2 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0;
}

.woocommerce-cart .cart_totals .checkout-button {
  float: right;
  color: #fff;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

.woocommerce-cart .cart_totals table, .woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  border: none;
  border-top: 1px solid #E4E7EC;
}

.woocommerce-cart .cart_totals table {
  margin: 21px 0 17px 0;
}

.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  padding: 13px 0;
  font-size: 13px;
}

.woocommerce-cart .cart_totals th {
  color: #101828;
  font-size: 13px;
  font-weight: 400;
}

.woocommerce-cart .cart_totals td {
  font-weight: 400;
}

.woocommerce-cart .cart_totals .cart-subtotal td {
  font-size: 14px;
  font-weight: 700;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-totals th, .woocommerce-cart .cart_totals .woocommerce-shipping-totals td {
  padding: 10px 0 13px 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: 12px;
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-cart .cart_totals .order-total td {
  font-weight: 700;
  font-size: 14px;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"] {
  float: left;
  height: 50px;
  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: 10px;
    left: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    line-height: 16px;
    color: #fff !important;
    border-radius: 50%;
    background: #dbdbdb;
    font-weight: 600;
  }
  .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 {
    border: 1px solid #e0e0e0;
    width: unset;
  }
  .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,
  .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: 40%;
  }
  .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);
    border: 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 .variation dt, .woocommerce-cart .woocommerce-cart-form__contents .variation dd {
    float: left;
    margin: 0 !important;
    width: 50%;
  }
  .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;
  }
}

@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;
  }
}

.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%;
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-form-login .form-row-first {
    padding-right: 15px;
    width: 50%;
    float: left;
    display: block;
  }
  .woocommerce-checkout .woocommerce-form-login .form-row-last {
    width: 50%;
    padding-left: 15px;
    float: left;
    display: block;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-first {
    width: 50%;
    padding-right: 15px;
    float: left;
    display: block;
  }
  .woocommerce-checkout .woocommerce-form-coupon .form-row-last {
    width: 50%;
    padding-left: 15px;
    float: left;
    display: block;
  }
}

.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;
  letter-spacing: 0.195px;
}

form.woocommerce-checkout {
  /**/
}

form.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 18px;
  margin-top: 31px;
  margin-bottom: 27px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

form.woocommerce-checkout p#billing_address_1_field {
  margin-bottom: 10px;
}

form.woocommerce-checkout .form-row textarea {
  min-height: 120px;
  padding: 10px 19px;
  font-size: 13px;
  letter-spacing: 0.26px;
}

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;
  letter-spacing: 0.195px;
}

form.woocommerce-checkout .woocommerce-additional-fields {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

form.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin: 30px 0;
  font-weight: bold;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #customer_details {
    width: 820px;
    padding-right: 50px;
  }
}

form.woocommerce-checkout #order_review_heading {
  float: left;
  clear: none;
  margin-top: 31px;
  margin-bottom: 58px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

form.woocommerce-checkout #order_review {
  border: 1px solid #E4E7EC;
  padding: 10px 25px 3px 25px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #order_review {
    width: -webkit-calc( 100% - 820px);
    width: -moz-calc( 100% - 820px);
    width: calc( 100% - 820px);
  }
}

form.woocommerce-checkout .shop_table {
  border: 0;
  margin: 0;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  border: 0;
  padding: 13px 0;
  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 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22px;
}

form.woocommerce-checkout .shop_table tbody {
  border-bottom: 1px solid #E4E7EC;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name {
  color: #101828;
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 600;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name .product-quantity {
  color: #959595;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-total .woocommerce-Price-amount.amount {
  font-size: 12px;
  letter-spacing: 0.24px;
  font-weight: 600;
  color: #101828;
}

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 #E4E7EC;
}

form.woocommerce-checkout .shop_table tfoot tr th:first-of-type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22px;
}

form.woocommerce-checkout .shop_table tfoot .cart-subtotal bdi {
  font-size: 14px;
  letter-spacing: 0.13px;
  font-weight: 700;
  color: #101828;
}

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: 12px;
  letter-spacing: 0.24px;
  font-weight: 600;
}

form.woocommerce-checkout .shop_table tfoot .order-total {
  border-bottom: 1px solid #E4E7EC;
  border-top: 1px solid #E4E7EC;
}

form.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 13px;
  letter-spacing: 0.26px;
  font-weight: 600;
}

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: 17px;
}

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: 12px;
  letter-spacing: 0.24px;
  font-weight: 600;
  color: #2f2f30;
}

form.woocommerce-checkout .payment_box {
  padding-left: 24px;
}

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: 12px;
  line-height: 21px;
  letter-spacing: 0.24px;
}

form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-style: italic;
}

form.woocommerce-checkout #place_order {
  border: 0;
  color: #fff;
  height: 50px;
  text-transform: uppercase;
  font-size: 12px;
}

@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 .form-row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  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;
  }
}

/* Add to cart */
.elementor-add-to-cart .woocommerce-variation-add-to-cart {
  display: block !important;
}

.elementor-add-to-cart .variations {
  border: 0;
}

.elementor-add-to-cart .variations td {
  border: 0;
  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;
}

.star-rating {
  display: inline-block;
  width: 68px;
  height: 15px;
  position: relative;
  line-height: 15px;
}

.star-rating:before {
  font-family: "ionicons";
  font-size: 15px;
  content: "";
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  color: #98A2B3;
}

.star-rating > span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 15px;
}

.star-rating > span:before {
  font-family: "ionicons";
  font-size: 15px;
  content: "";
  color: #FFD166;
  position: absolute;
  left: 0;
  top: 0;
}

.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: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: 6px;
  font-size: 17px;
  color: #2f2f30;
}

/* FORM ROW */
.form-row {
  margin-bottom: 25px;
}

.form-row > label {
  font-size: 14px;
  color: #101828;
  margin-bottom: 8px;
  display: block;
}

.form-row > label abbr {
  text-decoration: none;
}

@media (min-width: 768px) {
  .form-row.form-row-first {
    padding-right: 15px;
    width: 50%;
  }
  .form-row.form-row-last {
    width: 50%;
    padding-left: 15px;
  }
}

.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: 45px;
  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: #fb4e50;
}

.form-row textarea {
  min-height: 240px;
  padding: 20px;
  border-color: #dddddd;
  resize: none;
}

.form-row textarea:focus {
  border-color: #fb4e50;
}

.woocommerce-form-track-order .form-row.form-row-first {
  padding-right: 0;
}

/* LOGIN FORM */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  display: flex;
  background: #E4E7EC;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 25px;
  background-color: #E4E7EC;
  margin-bottom: 15px;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 13px;
  font-weight: 600;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .woocommerce-form-login-toggle a,
  .woocommerce-form-coupon-toggle a {
    display: inline-block;
  }
}

.woocommerce-form-coupon {
  padding-top: 10px;
  margin: 0 auto;
}

.woocommerce-form-coupon + .woocommerce-checkout {
  margin-top: 50px;
}

/* VARIATION */
.shop_table .variation {
  margin-bottom: 0;
  font-size: 13px;
  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: 13px;
  font-weight: 600;
  line-height: 1;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
  padding: 27px 0;
  margin: 0 auto;
}

.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: #9f876a;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.24px;
}

.woocommerce-message {
  color: #101828;
}

.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) {
  border-color: #fb4e50;
}

.woocommerce-message {
  max-width: 1170px;
  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 {
  color: #fff;
  padding: 15px;
  min-width: 160px;
  font-weight: 600;
  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 {
  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;
}

.wc-forward {
  font-size: 16px;
  font-weight: 600;
}

.product_list_widget a:not(.remove_from_cart_button) {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.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: 12px;
  text-transform: uppercase;
}

.woocommerce-breadcrumb {
  font-family: Chivo;
  font-size: 14px;
  line-height: 19px;
}

.woocommerce-breadcrumb a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.woocommerce-breadcrumb .nav-breadcrums {
  width: 27px;
  height: 17px;
  display: inline-block;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMzMzNTIgNS41MzE3NkwzLjk5MzM3IDAuMTkxNzA2QzMuODY5ODUgMC4wNjgwOTcgMy43MDQ5OCAwIDMuNTI5MTcgMEMzLjM1MzM3IDAgMy4xODg0OSAwLjA2ODA5NyAzLjA2NDk4IDAuMTkxNzA2TDIuNjcxNzIgMC41ODQ4NzNDMi40MTU4MiAwLjg0MTA2NiAyLjQxNTgyIDEuMjU3NDUgMi42NzE3MiAxLjUxMzI2TDcuMTU1OTcgNS45OTc1MUwyLjY2Njc0IDEwLjQ4NjdDMi41NDMyMyAxMC42MTA0IDIuNDc1MDQgMTAuNzc1MSAyLjQ3NTA0IDEwLjk1MDhDMi40NzUwNCAxMS4xMjY3IDIuNTQzMjMgMTEuMjkxNSAyLjY2Njc0IDExLjQxNTJMMy4wNjAwMSAxMS44MDgzQzMuMTgzNjIgMTEuOTMxOSAzLjM0ODQgMTIgMy41MjQyIDEyQzMuNyAxMiAzLjg2NDg4IDExLjkzMTkgMy45ODgzOSAxMS44MDgzTDkuMzMzNTIgNi40NjMzNkM5LjQ1NzMyIDYuMzM5MzYgOS41MjUzMiA2LjE3MzggOS41MjQ5MyA1Ljk5NzgxQzkuNTI1MzIgNS44MjExMiA5LjQ1NzMyIDUuNjU1NjYgOS4zMzM1MiA1LjUzMTc2WiIgZmlsbD0iIzk4QTJCMyIvPgo8L3N2Zz4K) no-repeat 10px 5px;
}

.added_to_cart.wc-forward {
  font-size: 11px;
  line-height: 34px;
  display: block;
  float: left;
  position: absolute;
  bottom: 0;
  background-color: #afeae4;
  color: #006D77;
  padding: 0 10px;
  border-radius: 8px;
}

.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%;
  }
}

.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%;
}

.agon-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;
}

.agon-add-to-cart-btn.product_type_variable .tooltip {
  display: none;
}

.agon-add-to-cart-btn.product_type_variable .tooltip.variation {
  display: unset;
}

.agon-add-to-cart-btn .tooltip.variation {
  display: none;
}

.woocommerce-review-link {
  font-size: 10px;
  line-height: 14px;
  color: #98A2B3;
  margin-top: 11px;
}

.agon-product-cats {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

/**
 * Hover style shop
 */
@media (min-width: 992px) {
  .products .product {
    line-height: 1.8;
    background-color: #fff;
  }
  .products .product:hover .content-product-imagin {
    visibility: visible;
    opacity: 1;
    transition: opacity .3s ease,visibility .0s ease,transform .3s ease;
  }
}

@media (max-width: 768px) {
  .products .product .agon-style .agon-add-to-cart-btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .woocommerce-shop .products .product {
    background-color: #fff;
  }
}

@media (max-width: 575px) {
  .products .product .agon-style .agon-add-to-cart-btn {
    font-size: 15px;
    text-transform: uppercase;
  }
}

/**
 * Style shop
 */
@media (min-width: 992px) {
  .agon-style {
    position: relative;
    overflow: hidden;
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 829.98px) {
  .products-layout-2 .content-info-product {
    margin-left: 5px;
  }
}

.agon-style .product-information .star-rating {
  width: 60px;
}

.woocommerce-form.woocommerce-form-track-order.track_order {
  max-width: 770px;
  margin: 0 auto;
}

.woocommerce-form.woocommerce-form-track-order.track_order p:first-child {
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 0.13px;
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 37px;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row {
    display: inline-block;
    float: left;
    width: 100px;
    margin-bottom: 0;
    margin-top: 32px;
  }
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
    margin-left: 10px;
    height: 40px;
    width: 90px;
    border: none;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
  width: 100%;
  float: left;
  height: 40px;
  border: none;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row-first,
.woocommerce-form.woocommerce-form-track-order.track_order .form-row-last {
  margin-top: 0;
  display: inline-block;
  float: left;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row-first,
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row-last {
    width: calc( 50% - 55px);
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row-first > label,
.woocommerce-form.woocommerce-form-track-order.track_order .form-row-last > label {
  margin-bottom: 8px;
}

.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: 13px;
  letter-spacing: 0.26px;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row.form-row-last {
    padding-left: 5px;
  }
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row.form-row-first {
    padding-right: 5px;
  }
}

/*GENERAL
******************************************************************************************************/
.shop-content > .product {
  position: relative;
  clear: both;
  max-width: 1330px;
  margin: 0 auto;
  background-color: #fff;
}

.shop-content > .product:after {
  clear: both;
  display: block;
  content: '';
}

.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;
}

/**
 * Navigation
 */
.theme-primary-menu .menu-item:first-child > a {
  padding-left: 0;
}

/* COMMENT FORM */
.comment-form-rating .stars.selected span:hover a {
  color: #FFD166;
}

.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: #FFD166;
}

.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: #FFD166;
}

.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: 50px;
}

.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;
}

.single-gallery-slider .pro-thumb {
  cursor: pointer;
  position: relative;
}

.single-gallery-slider .pro-thumb.tns-nav-active img {
  border-color: #999;
}

.single-gallery-slider .pro-thumb img {
  border: 1px solid #E4E7EC;
  border-radius: 16px;
  padding: 24px 13px;
}

@media (max-width: 768px) {
  .single-gallery-slider .pro-thumb img {
    padding: 0;
  }
}

.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: 770px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 770px);
    width: -moz-calc( 100% - 770px);
    width: calc( 100% - 770px);
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image {
    width: 770px;
  }
  .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% - 770px);
    width: -moz-calc( 100% - 770px);
    width: calc( 100% - 770px);
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
  width: 178px;
  float: left;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
    margin-top: 0;
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls {
  top: 100%;
  margin-top: -18px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="prev"] {
  position: absolute;
  left: 41px;
  z-index: 99;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iNDIiIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiIgcng9IjIxIiB0cmFuc2Zvcm09InJvdGF0ZSgtOTAgMCA0MikiIGZpbGw9IiNFNEU3RUMiLz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfMzk2KSI+CjxwYXRoIGQ9Ik0yMC40MTc2IDE1LjY0ODVMMjAuNDE3NiAyNC4wNDg1TDE3LjY1MTQgMjEuMjgyNEwxNi40NjM3IDIyLjQ3MDJMMjAuMDY5OCAyNi4wNzYzQzIwLjM4NDkgMjYuMzkxMiAyMC44MTIxIDI2LjU2ODIgMjEuMjU3NiAyNi41NjgyQzIxLjcwMyAyNi41NjgyIDIyLjEzMDMgMjYuMzkxMiAyMi40NDUzIDI2LjA3NjNMMjYuMDUxNCAyMi40NzAyTDI0Ljg2MzcgMjEuMjgyNEwyMi4wOTc2IDI0LjA0ODVMMjIuMDk3NiAxNS42NDg1TDIwLjQxNzYgMTUuNjQ4NVoiIGZpbGw9IiM2NjcwODUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yXzM5NiI+CjxyZWN0IHdpZHRoPSIxMS43NiIgaGVpZ2h0PSIxMC45MiIgZmlsbD0id2hpdGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1Ljk2IDI2Ljg4KSByb3RhdGUoLTkwKSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat center;
  height: 45px;
  width: 45px;
  border: 0px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="prev"]:before {
  display: none;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="next"] {
  position: absolute;
  right: 40px;
  z-index: 99;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCA0MiA0MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQyIiBoZWlnaHQ9IjQyIiByeD0iMjEiIHRyYW5zZm9ybT0ibWF0cml4KC00LjM3MTE0ZS0wOCAxIDEgNC4zNzExNGUtMDggMCAwKSIgZmlsbD0iI0U0RTdFQyIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMl80MDEpIj4KPHBhdGggZD0iTTIwLjQxNzYgMjYuMzUxNUwyMC40MTc2IDE3Ljk1MTVMMTcuNjUxNCAyMC43MTc2TDE2LjQ2MzcgMTkuNTI5OEwyMC4wNjk4IDE1LjkyMzdDMjAuMzg0OSAxNS42MDg4IDIwLjgxMjEgMTUuNDMxOCAyMS4yNTc2IDE1LjQzMThDMjEuNzAzIDE1LjQzMTggMjIuMTMwMyAxNS42MDg4IDIyLjQ0NTMgMTUuOTIzN0wyNi4wNTE0IDE5LjUyOThMMjQuODYzNyAyMC43MTc2TDIyLjA5NzYgMTcuOTUxNUwyMi4wOTc2IDI2LjM1MTVMMjAuNDE3NiAyNi4zNTE1WiIgZmlsbD0iIzY2NzA4NSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzJfNDAxIj4KPHJlY3Qgd2lkdGg9IjExLjc2IiBoZWlnaHQ9IjEwLjkyIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTQuMzcxMTRlLTA4IDEgMSA0LjM3MTE0ZS0wOCAxNS45NiAxNS4xMikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat center;
  height: 45px;
  width: 45px;
  border: 0px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="next"]:before {
  display: none;
}

.single-gallery-slider.single-gallery-vertical .pro-thumb {
  margin-bottom: 30px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-image .tns-controls {
  display: none;
  opacity: 0;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-image {
  float: left;
  width: -webkit-calc( 100% - 178px);
  width: -moz-calc( 100% - 178px);
  width: calc( 100% - 178px);
  margin-left: 32px;
  padding: 50px 0;
  border: 1px solid #E4E7EC;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image {
    margin-left: 0;
  }
}

.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: 0;
}

@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 (max-width: 1200px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
    width: 80px;
  }
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image {
    width: calc( 100% - 80px);
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery {
    width: 770px;
  }
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 770px);
    width: -moz-calc( 100% - 770px);
    width: calc( 100% - 770px);
  }
}

.single-gallery-slider.single-gallery-horizontal .pro-carousel-thumb {
  margin-top: 20px;
}

@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;
}

.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%;
  margin-bottom: 47px;
}

@media (min-width: 1024px) {
  .summary-fullall {
    margin-top: 10px;
  }
}

.summary-fullall .summary.entry-summary form.cart .quantity {
  margin-right: 10px;
  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 .cart .single_add_to_cart_button.button.alt {
  width: calc( 100% - 110px);
  float: left;
}

.summary-fullall .grouped_form .single_add_to_cart_button.button.alt {
  width: 100%;
  margin-bottom: 10px;
}

.summary-fullall.center .agon-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 .agon-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 .agon-lightbox-zoom-button {
  right: 40px;
}

.single-gallery-image .layout-fullall.no-gallery-product .agon-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: 770px;
  }
  .single-gallery-image.single-gallery-list .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 650px);
    width: -moz-calc( 100% - 650px);
    width: calc( 100% - 650px);
  }
}

@media (min-width: 2770px) {
  .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: 770px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 770px);
    width: -moz-calc( 100% - 770px);
    width: calc( 100% - 770px);
  }
  .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 .agon-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: 0;
  margin-top: 0;
  width: inherit;
}

.summary .variations td {
  border: 0;
}

.summary .variations tr + tr {
  margin-top: 21px;
}

.summary .woocommerce-variation-price {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #E4E7EC;
}

.product-type-variable .variations {
  border: 0;
  width: 100%;
  margin: 27px 0 0 0;
}

.product-type-variable .variations td {
  border: 0;
  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;
}

.product-type-variable .variations select {
  background-size: auto 6px;
}

.product-type-variable .woocommerce-variation-price {
  margin-bottom: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid #E4E7EC;
}

.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: 28px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .summary .product_title {
    margin-top: -5px;
    margin-bottom: 0;
  }
}

.summary .product_title + .price {
  margin-top: 5px;
  margin-bottom: 20px;
}

.summary .price {
  display: flex;
  align-items: flex-end;
}

.summary .price ins,
.summary .price del {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .summary .agon-class-for-full .product_title {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

.woocommerce-product-rating {
  display: inline-flex;
  align-items: center;
}

.woocommerce-product-rating .star-rating {
  position: relative;
}

.cart .quantity {
  margin-right: 10px;
}

.cart .single_add_to_cart_button.button.alt {
  padding: 0 20px 0 47px;
  display: block;
  border-radius: 5px;
  background-color: #AFEAE4;
  border: 1px solid #AFEAE4;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2_458)'%3E%3Cpath d='M16.4736 2H3.30157L3.27357 1.766C3.21627 1.27961 2.98249 0.831155 2.61657 0.505652C2.25064 0.180149 1.77799 0.000227862 1.28824 0L0.473572 0V1.33333H1.28824C1.45153 1.33335 1.60913 1.3933 1.73115 1.50181C1.85318 1.61032 1.93113 1.75983 1.95024 1.922L3.00691 10.9007C3.06421 11.3871 3.29798 11.8355 3.66391 12.161C4.02984 12.4865 4.50249 12.6664 4.99224 12.6667H13.8069V11.3333H4.99224C4.82885 11.3333 4.67116 11.2733 4.54912 11.1646C4.42708 11.056 4.34919 10.9063 4.33024 10.744L4.24291 10H15.0309L16.4736 2ZM13.9162 8.66667H4.08624L3.45891 3.33333H14.8782L13.9162 8.66667Z' fill='%23006D77'/%3E%3Cpath d='M5.14025 16C5.87663 16 6.47358 15.4031 6.47358 14.6667C6.47358 13.9303 5.87663 13.3334 5.14025 13.3334C4.40387 13.3334 3.80692 13.9303 3.80692 14.6667C3.80692 15.4031 4.40387 16 5.14025 16Z' fill='%23006D77'/%3E%3Cpath d='M11.8069 16C12.5433 16 13.1402 15.4031 13.1402 14.6667C13.1402 13.9303 12.5433 13.3334 11.8069 13.3334C11.0705 13.3334 10.4736 13.9303 10.4736 14.6667C10.4736 15.4031 11.0705 16 11.8069 16Z' fill='%23006D77'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2_458'%3E%3Crect width='16' height='16' fill='white' transform='translate(0.473572)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left 19px top 50%;
  background-repeat: no-repeat;
}

.cart .single_add_to_cart_button.button.alt:hover {
  background-color: #fff;
  border: 1px solid #AFEAE4;
}

@media (min-width: 992px) {
  .cart .single_add_to_cart_button.button.alt {
    width: auto;
  }
}

.cart .single_add_to_cart_button {
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #006D77 !important;
  border: 0;
}

.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: 600;
  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;
}

.single-product .shop-container {
  width: 100%;
}

@media (max-width: 768px) {
  .single-product .shop-container {
    padding-top: 10px;
  }
}

.single-product #theme-footer {
  padding-top: 0;
}

.quantity {
  width: 110px;
  height: 50px;
  float: left;
}

.quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  width: 38px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  top: 39px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHBhdGggZD0iTTguOTI2NjcgMTIuMDEzOUM4LjczNDgyIDEyLjAxNDIgOC41NDQ4IDExLjk3NzMgOC4zNjc1MiAxMS45MDUxQzguMTkwMjQgMTEuODMzIDguMDI5MiAxMS43MjcxIDcuODkzNjcgMTEuNTkzNkw0LjAyNjgyIDcuNzkwNDZMNS4wNTk4MyA2Ljc3NDY2TDguOTI2NjcgMTAuNTc3MUwxMi43OTM1IDYuNzc0NjZMMTMuODI2NSA3Ljc5MDQ2TDkuOTU5NjggMTEuNTkyOUM5LjgyNDIgMTEuNzI2NiA5LjY2MzE5IDExLjgzMjYgOS40ODU5MSAxMS45MDQ4QzkuMzA4NjMgMTEuOTc3IDkuMTE4NTggMTIuMDE0MSA4LjkyNjY3IDEyLjAxMzlaIiBmaWxsPSIjMDA0QjUyIi8+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  top: 12.5px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHBhdGggZD0iTTEyLjc5MzUgMTEuNjY1OUw4LjkyNjY3IDcuODYzNDhMNS4wNTk4MyAxMS42NjU5TDQuMDI2ODIgMTAuNjUwMUw3Ljg5MzY3IDYuODQ3NjdDOC4xNjc2NiA2LjU3ODMyIDguNTM5MjQgNi40MjcgOC45MjY2NyA2LjQyN0M5LjMxNDExIDYuNDI3IDkuNjg1NjggNi41NzgzMiA5Ljk1OTY4IDYuODQ3NjdMMTMuODI2NSAxMC42NTAxTDEyLjc5MzUgMTEuNjY1OVoiIGZpbGw9IiMwMDRCNTIiLz4KPC9nPgo8L3N2Zz4K) no-repeat center;
}

.quantity:not(.hidden) .qty {
  height: 50px;
  min-height: 50px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #004B52;
  border: 1px solid #AFEAE4;
  border-radius: 5px;
  -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 {
  margin-top: 45px;
}

.product_meta span {
  font-size: 16px;
}

.product_meta > span {
  line-height: 25px;
}

.product_meta > span > span,
.product_meta > span > a {
  font-weight: normal;
}

.product_meta > span strong {
  font-weight: 700;
}

.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 {
  position: relative;
  margin: 0 auto;
  display: block;
  clear: both;
  padding-bottom: 44px;
  max-width: 992px;
}

.woocommerce-tabs .tabs {
  display: block;
  text-align: center;
  margin: 75px 0 0 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    margin-top: 50px;
  }
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  border-radius: 50px;
  border: 1px solid #E4E7EC;
  margin-right: 20px;
  margin-bottom: 15px;
}

.woocommerce-tabs .tabs li:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  color: #006D77;
  background-color: #fff;
  border: 1px solid #006D77;
}

.woocommerce-tabs .tabs a {
  display: block;
  padding: 15px 32px;
  font-size: 18px;
  line-height: 22px;
  font-family: Chivo;
  font-weight: bold;
}

.woocommerce-tabs .tabs .active {
  color: #006D77;
  background-color: #fff;
  border: 1px solid #006D77;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 0;
  display: none;
  background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel .agon-product-image-single {
  display: inline-block;
  padding: 24px 0 33px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel .agon-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-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: 80px;
}

.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 .meta {
  margin-bottom: 0;
}

.woocommerce-Reviews #reply-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
  color: #101828;
  text-transform: capitalize;
}

.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: 0.13px;
  color: #101828;
}

.woocommerce-Reviews #commentform .required {
  color: #df1111;
}

label .required {
  color: #df1111;
}

/* RELATED && UPSELL
******************************************************************************************************/
.upsells.products .products,
.related.products .products {
  padding-bottom: 0;
  display: block;
  float: left;
}

.upsells.products .price ins,
.related.products .price ins {
  margin-right: 12px;
}

.upsells.products .countdown-product,
.related.products .countdown-product {
  display: none;
}

.woocommerce-grouped-product-list.group_table {
  border-bottom: none;
  margin-bottom: 9px;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 20px;
}

.woocommerce-grouped-product-list.group_table tbody tr:last-child {
  border: none;
}

.woocommerce-grouped-product-list.group_table tbody tr:last-child td {
  border: none;
}

.single-product .variations .value .reset_variations {
  margin-top: 10px;
  margin-left: 0px;
}

.woocommerce-variation-add-to-cart .quantity {
  margin-right: 10px;
}

.woocommerce-product-details__short-description {
  margin: 9px 0 15px;
}

.woocommerce-product-details__short-description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
}

.woocommerce-product-details__short-description .cart {
  display: none;
}

p.stock {
  display: none;
}

.new-stock p.stock {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  font-weight: 400;
}

.new-stock p.stock:after {
  content: ')';
}

.new-stock p.stock:before {
  content: '(';
}

/* 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 .agon-countdown-item .agon-count {
  width: 50px;
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
}

.countdown-product .agon-countdown-item .agon-countdown-label {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.single-product .upsells.products,
.single-product .related.products {
  padding-top: 0;
}

.single-product .upsells.products > h2,
.single-product .related.products > h2 {
  font-size: 56px;
  font-weight: 700;
  margin-top: 33px;
  margin-bottom: 40px;
  color: #101828;
  letter-spacing: normal;
  margin-bottom: 57px;
}

@media (max-width: 575px) {
  .single-product .upsells.products .products .product,
  .single-product .related.products .products .product {
    width: 100%;
    margin: 0 0 24px 0;
  }
}

/* VIDEO BUTTON */
.single-product-gallery:hover .agon-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 .agon-icon-text {
  opacity: 1;
  visibility: visible;
}

.video-popup-btn:hover .ion-ios-play {
  color: #fff;
}

.agon-lightbox-button {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 20px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  border: 1px solid #fb4e50;
  background-color: #fb4e50;
  border-radius: 25px;
}

.video-popup-btn .ion-ios-play:before {
  padding-left: 2px;
}

.agon-lightbox-zoom-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  z-index: 100;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0;
  cursor: pointer;
  transform: translateX(20px);
}

.agon-lightbox-zoom-button:hover {
  color: #fff;
}

.agon-lightbox-zoom-button:hover .agon-icon-text {
  opacity: 1;
  visibility: visible;
}

.agon-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: 0;
  background: #2f2f30;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.agon-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 #2f2f30;
}

.single.single-product .row {
  margin-left: -15px;
  margin-right: -15px;
}

.stock.out-of-stock {
  color: #e03636;
  font-weight: 600;
}

/**
 * Navigation shop
 */
.agon-product-navigation {
  position: relative;
}

.agon-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;
}

.agon-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);
}

.agon-product-navigation .wrapper-short .product-short .product-short-image {
  padding: 5px;
  width: 40%;
}

.agon-product-navigation .wrapper-short .product-short-description {
  padding: 5px;
  text-align: right;
  width: 60%;
  flex-grow: 1;
}

.agon-product-navigation .wrapper-short .product-short-description .agon-entities-title {
  font-size: 13px;
  line-height: 18px;
}

.agon-product-navigation .wrapper-short .product-short-description .price {
  font-size: 13px;
  font-weight: 400;
  justify-content: flex-start;
}

.agon-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;
}

.agon-product-navigation .product-btn,
.agon-product-navigation .spacenav-shop {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #667085;
}

.agon-product-navigation .product-btn:hover,
.agon-product-navigation .spacenav-shop:hover {
  fill: #ffffff;
}

.agon-product-navigation .product-btn:hover a::before,
.agon-product-navigation .spacenav-shop:hover a::before {
  color: #ffffff;
}

.agon-product-navigation .spacenav-shop {
  margin: 0 5px;
  font-size: 9px;
}

.agon-product-navigation .product-btn a::before {
  color: #667085;
}

.agon-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-bottom: 0;
}

.layout-vertical .summary .woocommerce-product-rating {
  margin: 8px 0 13px 3px;
}

.layout-vertical .summary .woocommerce-product-rating .star-rating:before,
.layout-vertical .summary .woocommerce-product-rating .star-rating > span:before {
  font-size: 17px;
}

.layout-vertical .summary .price {
  margin-top: 9px;
  margin-bottom: 0;
}

.layout-vertical .summary .tinvwl_add_to_wishlist-text {
  font-size: 13px;
  letter-spacing: 0.195px;
  text-transform: capitalize;
}

.layout-vertical #gallery-thumb-iw {
  margin: 0 !important;
}

.layout-vertical #gallery-thumb-iw button {
  display: none;
}

.layout-vertical #gallery-thumb {
  width: 100% !important;
}

.grouped_form .group_table {
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.13px;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
  width: 75px;
}

.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: 0;
}

@media (min-width: 770px) {
  .grouped_form td.woocommerce-grouped-product-list-item__label {
    width: 205px;
  }
}

.grouped_form td.woocommerce-grouped-product-list-item__price del {
  font-size: 12px;
}

.grouped_form td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
  width: 86px;
  height: 50px;
  float: right;
}

.grouped_form .single_add_to_cart_button.button.alt {
  width: 100%;
  margin-bottom: 10px;
}

.grouped_form table, .grouped_form th, .grouped_form td {
  border-top: none;
  margin-bottom: 30px;
}

/* Woocommerce Gallery */
.woocommerce-product-gallery {
  position: relative;
  max-width: 770px;
}

.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 #fc5a34;
}

@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%;
  }
}

.single-product .page-header .container #theme-bread {
  padding-bottom: 8px;
  padding-top: 7px;
}

@media (min-width: 992px) {
  .product-type-external .cart .single_add_to_cart_button.button.alt {
    width: 100%;
  }
}

.sale-div {
  display: flex;
  margin-top: 31px;
  margin-bottom: 0;
  align-items: baseline;
}

@media (max-width: 425px) {
  .sale-div {
    display: grid;
  }
}

.sale-div .price-onsale {
  margin-left: 15px;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 28px;
  color: #667085;
  font-weight: 400;
  width: 100px;
}

.loop-product-stock-coundownt {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E4E7EC;
  margin-bottom: 45px;
}

.loop-product-stock-coundownt .loop-product-stock {
  order: 1;
  width: 35%;
}

.loop-product-stock-coundownt .woo-sctr-single-product-container {
  width: 65%;
  order: 2;
}

.loop-product-stock-coundownt .woo-sctr-single-product-container .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
  float: right;
  margin-right: -10px;
}

.loop-product-stock-coundownt .woo-sctr-single-product-container .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value,
.loop-product-stock-coundownt .woo-sctr-single-product-container .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer .woo-sctr-shortcode-countdown-1 .woo-sctr-shortcode-countdown-value-container {
  font-family: Chivo;
}

@media (max-width: 425px) {
  .loop-product-stock-coundownt {
    display: grid;
  }
  .loop-product-stock-coundownt .loop-product-stock,
  .loop-product-stock-coundownt .woo-sctr-single-product-container {
    width: 100%;
  }
}

.related-agon-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
}

.related-agon-bottom .related.products {
  position: relative;
  clear: both;
  margin: 0 auto;
}

.agon-share-product {
  display: inline-flex;
  cursor: pointer;
}

.agon-share-product .meta_detail {
  display: flex;
  align-items: center;
}

.agon-share-product .meta_detail svg {
  font-size: 15px;
}

.agon-share-product .meta_detail .text-share {
  font-size: 13px;
  letter-spacing: 0.13px;
  color: #101828;
  margin-left: 8px;
}

.agon-share-product .icons {
  opacity: 0;
  margin-left: 15px;
  position: relative;
  background-color: #ddd;
  padding: 0 10px;
}

.agon-share-product .icons:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #dddddd;
  border-width: 3px;
  margin-top: -3px;
}

.agon-share-product .icons a {
  margin: 0 3px;
}

.agon-share-product:hover .icons {
  opacity: 1;
  transition: 0.3s;
}

.agon-product-cats-rating {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 42px;
}

.agon-product-cats-rating .woocommerce-product-rating {
  flex-direction: column;
  align-items: flex-end;
}

#tab-description p {
  margin: 0 0 29px;
}

#tab-description h3.text-body-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin: 20px 0;
  color: #667085;
}

#tab-description ul {
  padding-bottom: 13px;
}

#tab-description ul li {
  line-height: 24px;
  font-size: 14px;
}

.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 .agon-product-cats-rating,
.quick-view-content .price-onsale,
.quick-view-content .loop-product-stock-coundownt {
  display: none;
}

.quick-view-content .quick-view-images {
  width: 50%;
  float: left;
}

.quick-view-content .quick-view-images .tns-controls button {
  opacity: 0;
}

.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="next"] {
  right: 0;
}

.quick-view-content .quick-view-images .tns-nav {
  display: none;
}

.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_title {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 0;
  display: block;
}

.quick-view-content .woocommerce-product-rating {
  margin: 0px 0 10px 0;
}

.quick-view-content .woocommerce-product-details__short-description {
  padding-top: 30px;
  margin-bottom: 0;
  height: 85px;
  overflow: hidden;
}

.quick-view-content form.cart {
  padding-top: 35px;
}

.quick-view-content .quantity {
  height: 50px;
  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: 40px;
  z-index: 10;
}

.quick-view-content .single_add_to_cart_button {
  min-width: 150px;
  width: initial;
  padding: 0 15px;
  height: 50px;
  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 .agon-share-product {
  display: none;
}

.quick-view-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 30px;
  z-index: 9999;
  background: none;
  border: 0;
}

.quick-view-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.quick-view-close-btn:before {
  color: #292929;
}

.quick-view-images {
  position: relative;
}

#shop-quick-view .size-guide-button,
#shop-quick-view .size-guide {
  display: none;
}

.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  max-width: 405px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  padding: 45px;
  box-shadow: 0px 5px 12px rgba(21, 28, 38, 0.1);
  border: 1px solid #E4E7EC;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row-first {
  width: 100%;
  padding-right: 0;
}

.woocommerce-ResetPassword.lost_reset_password .form-row.form-row-first input[type="text"] {
  border: 2px solid #006D77;
  background: #fff;
  height: 56px;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  border-radius: 4px;
  color: #101828;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE1M18yMzk4KSI+CjxwYXRoIGQ9Ik0xNS45NjkzIDMuNjk0ODJMMTAuMzU3MyA5LjMwNjgyQzkuNzMxNTggOS45MzA5OSA4Ljg4MzgzIDEwLjI4MTUgOCAxMC4yODE1QzcuMTE2MTcgMTAuMjgxNSA2LjI2ODQyIDkuOTMwOTkgNS42NDI2NiA5LjMwNjgyTDAuMDMwNjY2NyAzLjY5NDgyQzAuMDIxMzMzMyAzLjgwMDE2IDAgMy44OTU0OSAwIDQuMDAwMTZWMTIuMDAwMkMwLjAwMTA1ODU3IDEyLjg4MzkgMC4zNTI1ODggMTMuNzMxMSAwLjk3NzQ4IDE0LjM1NkMxLjYwMjM3IDE0Ljk4MDkgMi40NDk2IDE1LjMzMjQgMy4zMzMzMyAxNS4zMzM1SDEyLjY2NjdDMTMuNTUwNCAxNS4zMzI0IDE0LjM5NzYgMTQuOTgwOSAxNS4wMjI1IDE0LjM1NkMxNS42NDc0IDEzLjczMTEgMTUuOTk4OSAxMi44ODM5IDE2IDEyLjAwMDJWNC4wMDAxNkMxNiAzLjg5NTQ5IDE1Ljk3ODcgMy44MDAxNiAxNS45NjkzIDMuNjk0ODJaIiBmaWxsPSIjNjY3MDg1Ii8+CjxwYXRoIGQ9Ik05LjQxNDc3IDguMzYzODVMMTUuNTA0MSAyLjI3Mzg0QzE1LjIwOTEgMS43ODQ3MiAxNC43OTMxIDEuMzc5ODYgMTQuMjk2MSAxLjA5ODMyQzEzLjc5OTEgMC44MTY3ODYgMTMuMjM4IDAuNjY4MDY0IDEyLjY2NjggMC42NjY1MDRIMy4zMzM0M0MyLjc2MjI0IDAuNjY4MDY0IDIuMjAxMSAwLjgxNjc4NiAxLjcwNDExIDEuMDk4MzJDMS4yMDcxMyAxLjM3OTg2IDAuNzkxMDggMS43ODQ3MiAwLjQ5NjA5NCAyLjI3Mzg0TDYuNTg1NDMgOC4zNjM4NUM2Ljk2MTE1IDguNzM4MDYgNy40Njk4MiA4Ljk0ODE2IDguMDAwMSA4Ljk0ODE2QzguNTMwMzggOC45NDgxNiA5LjAzOTA1IDguNzM4MDYgOS40MTQ3NyA4LjM2Mzg1WiIgZmlsbD0iIzY2NzA4NSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE1M18yMzk4Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=) no-repeat 95% 50%;
}

.lost_reset_password button[type="submit"] {
  color: #fff;
  width: 100%;
  height: 48px;
  background-color: #006D77 !important;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
}

.select2-container .select2-selection--single {
  height: 50px;
  margin: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 0;
  width: 20px;
  height: 50px;
}

.select2-container--default .select2-search--dropdown {
  padding: 15px 0 0 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #dddddd;
}

.select2-dropdown {
  border-color: #dddddd;
}

.woocommerce-store-notice {
  background-color: #eee;
  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: 50px;
}

.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: 49px;
  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 tr:nth-child(2n) td {
  background: #fdfdfd;
}

.woocommerce-table--order-details th {
  background: #f8f8f8;
  font-weight: 600;
}

.woocommerce-table--order-details td {
  background: #fbfbfb;
  padding: 15px;
}

@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-agon-thankyou-order-received {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 5px 0 1px 0;
}

.woocommerce-agon-thankyou-order-received .woocommerce-thankyou-order-completed {
  color: #101828;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.6px;
}

.woocommerce-agon-thankyou-order-received .icon-thankyou-order {
  font-size: 30px;
  color: #fb4e50;
}

.global-color-scheme-light .woocommerce-thankyou-order-received {
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
}

.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;
  padding: 21px 10px;
  background-color: #f8f8f8;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  flex: 1 1 0%;
  color: #858585;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  padding: 12px 5px;
  line-height: 1;
  word-break: break-word;
  text-align: center;
}

.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: #101828;
  font-size: 24px;
  letter-spacing: 0.48px;
  font-weight: 300;
  text-transform: none;
  margin-top: 10px;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #101828;
}

.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: #FFF;
}

.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: 24px;
  text-align: center;
  letter-spacing: 0.48px;
}

.woocommerce-order-details {
  border: 1px solid #E4E7EC;
  padding: 16px 40px;
  margin-top: 40px;
}

.woocommerce-order-details thead tr th {
  padding-bottom: 12px !important;
}

.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details th, .woocommerce-order-details td {
  border: none;
  padding: 3.5px 0 !important;
  background-color: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.woocommerce-order-details .woocommerce-table a,
.woocommerce-order-details th a, .woocommerce-order-details td a {
  color: #858585;
}

.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 {
  color: #101828;
}

.woocommerce-order-details th.product-name,
.woocommerce-order-details th.product-total {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #101828;
}

.woocommerce-order-details .shop_table tr th {
  color: #101828;
}

.woocommerce-order-details .shop_table tr td:last-child,
.woocommerce-order-details .shop_table tr th:last-child {
  text-align: right;
}

.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 {
  border-top: 1px solid #E4E7EC;
  padding: 17.7px 0 !important;
  font-weight: 400;
}

.woocommerce-order-details tfoot tr:first-child td span {
  font-weight: 600;
  color: #101828;
}

.woocommerce-order-details tfoot tr th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #101828;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 50px;
}

.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
  text-align: left;
}

.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 {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.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 200px;
    width: -webkit-fill-available !important;
  }
}

.woocommerce-customer-details {
  margin-top: 50px;
}

.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*/
.shop-sidebar .widget.widget_price_filter {
  display: block;
  float: left;
  clear: both;
}

.shop-sidebar .widget.widget_price_filter .widget-title {
  margin-bottom: 40px;
  margin-top: -2px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E7EC;
}

.price_slider_wrapper .price_slider {
  position: relative;
  height: 6px;
  background: #D6D7D9;
  margin-left: 0.65em;
  margin-right: 0.65em;
  border-radius: 12px;
}

.price_slider_wrapper .ui-widget-header {
  height: 100%;
  position: absolute;
}

.price_slider_wrapper .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 50%;
  background: #006D77;
  top: 50%;
  transform: translateY(-50%);
}

.price_slider_wrapper .price_slider_amount {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}

.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: 14px;
  font-weight: 400;
  padding: 0 17px;
  color: #fff;
  height: 30px;
  letter-spacing: normal;
  box-shadow: none;
  border: none;
  margin-right: 5px;
}

.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 {
  display: inline-block;
  font-size: 14px;
  font-family: Chivo;
  font-weight: 400;
  letter-spacing: normal;
  color: #667085;
}

.price_slider_wrapper .price_slider_amount .price_label span {
  font-size: 22px;
  font-weight: 700;
  color: #006D77;
}

/* 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: 18px 0 18px 80px;
}

.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 a .product-title,
.widget_recent_reviews a .product-title,
.widget_top_rated_products a .product-title,
.widget_recently_viewed_products a .product-title {
  font-size: 14px;
  font-weight: bold;
  color: #101828;
}

.widget_products a .product-title:hover,
.widget_recent_reviews a .product-title:hover,
.widget_top_rated_products a .product-title:hover,
.widget_recently_viewed_products a .product-title:hover {
  color: #006D77;
}

.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 {
  clear: both;
  font-size: 14px;
  font-weight: bold;
  color: #98A2B3;
  vertical-align: baseline;
  line-height: 42px;
}

.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
  float: left;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #006D77;
  background: rgba(0, 0, 0, 0);
}

/* REVIEWS */
.widget_recent_reviews .reviewer {
  float: left;
  clear: both;
}

/* Accordion product category */
.product-categories.agon-product-categories .cat-item {
  position: relative;
}

.product-categories.agon-product-categories .cat-item:not(.active) .children {
  display: none;
}

.product-categories.agon-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.agon-product-categories .accordion-cat-toggle:before {
  position: relative;
}

.product-categories.agon-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: 10px;
  font-size: 0;
}

.widget-products-filter .pf-item .swatch-inner .pf-label {
  line-height: 1;
}

.widget-products-filter .pf-item .pf-link {
  flex: 1 1 auto;
}

.widget-products-filter .pf-item .pf-link:hover {
  color: #5d9574;
}

.widget-products-filter .pf-item .pf-count {
  line-height: 1;
}

.widget-products-filter .pf-item.active .pf-link {
  color: #5d9574;
}

.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: 25px;
  height: 25px;
  border: 1px solid #dddddd;
  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 {
  position: absolute;
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  background-color: currentColor;
  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: 13px;
  color: #fff;
  top: 5px;
  left: 5px;
  line-height: 1;
  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: 0;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #826540;
}

.widget_layered_nav_filters .onestore-active-filters li a:hover {
  color: #ffffff;
  background: #fb4e50;
}

.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.agon-clear-filter a {
  padding: 0;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}

.widget_layered_nav_filters .onestore-active-filters li.agon-clear-filter a:after {
  display: none;
}

.widget_layered_nav_filters .onestore-active-filters li.agon-clear-filter a:hover {
  color: #fb4e50;
}

/* sidebar */
.shop-sidebar {
  min-height: 1px;
}

.shop-sidebar .widget {
  border: 1px solid #E4E7EC;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 50px;
}

.shop-sidebar .widget a {
  font-size: 16px;
  color: #667085;
  line-height: 44px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 22px;
  margin-top: -3px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E4E7EC;
  text-transform: inherit;
}

.shop-sidebar .widget ul {
  margin: 0;
  padding-left: 0;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
  background-color: #F2F4F7;
  border: 0px;
}

.shop-sidebar .widget:last-child .widget-title {
  margin-bottom: 17px;
  margin-top: -3px;
  padding-bottom: 0;
  border: none;
}

.shop-sidebar .widget.widget_layered_nav_filters .widget-title {
  margin-bottom: 24px;
}

.shop-sidebar .widget p#helloworld {
  margin-bottom: -19px;
}

.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;
}

.sticky-add-to-cart-section {
  width: 100%;
  height: 80px;
  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: #fff;
  border-top: 1px solid #efefef;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.15);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@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 {
  display: none;
}

.sticky-add-to-cart-section .single_variation_wrap {
  margin-top: 0;
}

.sticky-add-to-cart-section .single_variation_wrap .woocommerce-variation-description {
  display: none;
}

.sticky-add-to-cart-section .agon-block-bottom {
  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;
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section .sticky-product-title {
    display: none;
  }
}

.sticky-add-to-cart-section .sticky-product-title .sticky-product-image {
  width: 60px;
  height: 60px;
}

.sticky-add-to-cart-section .sticky-product-title h6 {
  margin: 0 0 0 25px;
  line-height: 1;
  font-size: 13px;
}

.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: 140px;
}

@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%;
}

@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 .agon-select-options {
  display: inline-block;
  border-radius: 0;
  height: 48px;
  font-size: 13px;
  vertical-align: middle;
  width: 300px;
}

.sticky-add-to-cart-section.is-visible {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.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 .agon-stick-container .sticky-atc-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.variations-product .container-wrap .agon-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 #E4E7EC;
}

.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: #101828;
}

.woosb-total.woosb-text .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fb4e50;
}

.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: #fb4e50;
}

.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;
}

.agon-product-trust-badge {
  margin: 29px 0 0 0;
}

.widget.widget_rating_filter .star-rating {
  width: 60px;
}

.woobt-wrap {
  float: left;
  width: 100%;
  padding-top: 22px;
  margin-top: 21px;
  border-top: 1px solid #E4E7EC;
}

.woobt-products {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.woobt-products .woobt-product {
  border: 0;
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.woobt-products .woobt-product {
  border: 0;
  padding: 10px;
  margin-bottom: 10px;
  flex: 0 0 100%;
  max-width: 100%;
  background-color: #fb4e50;
  border-radius: 5px;
  color: #fff;
}

.woobt-product.woobt-product-together.woobt-hide {
  color: #9f876a;
}

.woobt-product.woobt-product-together.woobt-hide a {
  color: #9f876a;
}

.woobt-product.woobt-product-together.woobt-hide a:hover {
  color: #101828 !important;
}

.woobt-product.woobt-product-together.woobt-hide .woobt-price * {
  color: #9f876a;
}

.woobt-product-together a {
  color: #ffffff;
}

.woobt-product-together a:hover {
  color: #101828 !important;
}

.woobt-product-together .woobt-price * {
  color: #ffffff;
}

.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;
}

.woobt-products .woobt-product .woobt-title .woobt-availability {
  display: none;
}

.woobt-product-this .woobt-title span {
  width: 100%;
  float: left;
}

.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: #fb4e50;
}

.woobt_before_text.woobt-before-text.woobt-text {
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  color: #101828;
  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: 30px;
  border: none;
}

.woobt-products .woobt-product .woobt-quantity .quantity input {
  border: none;
}

.woobt-quantity-input-plus {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 3px;
  flex: 0 0 35px;
  width: 35px;
  color: #858585;
  border: none;
}

.woobt-quantity-input-minus {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 3px;
  flex: 0 0 35px;
  width: 35px;
  color: #858585;
  border: none;
}

.woobt-products .woobt-product .woobt-quantity {
  width: 110px;
  flex: 0 0 110px;
}

.woobt_total.woobt-total.woobt-text {
  margin-top: -11px;
  font-size: 12px;
}

.woobt_total.woobt-total.woobt-text .amount {
  font-size: 14px;
  color: #101828;
}

.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,
.woosw-continue {
  color: #fff !important;
}

.woosw-page a:after,
.woosw-continue:after {
  bottom: 2px;
}

.woosw-list .button,
.woosw-list .add_to_cart_button {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

.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;
}

.woosw-list .woosw-actions .woosw-copy .woosw-copy-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #101828;
  margin-top: 5px;
}

.woosw-list .woosw-actions .woosw-copy .woosw-copy-url {
  margin-left: 19px;
}

.woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
  height: 50px;
  padding: 3px 20px;
}

.woosw-list .woosw-actions {
  margin-top: 25px;
}

.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 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13px;
  border-radius: 0;
  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;
}

.woosw-list tr, .woosw-list td {
  border: none;
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--actions {
  border-left: 1px solid #E4E7EC;
}

@media (min-width: 768px) {
  .woosw-list table.woosw-content-items tr td.woosw-content-item--actions {
    padding: 20px 50px;
    width: 307px;
  }
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--image {
  padding-left: 0;
}

.woosw-list table.woosw-content-items tr:nth-child(2n) td {
  background-color: transparent;
  border-top: 1px solid #E4E7EC;
  border-bottom: 1px solid #E4E7EC;
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--info {
  padding: 25px 0;
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--info .woosw-content-item--price {
  margin-bottom: 2px;
}

#woosw_copy_btn {
  height: 50px;
  margin-left: 5px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 35px;
}

.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 #eee !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: 0.13px;
  border-radius: 0;
  cursor: pointer;
  text-align: center;
}

/* WIDGETS */
.category-image .for-software {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjQ2MDEgMi4yNTU5NUM3LjYyNDc0IDIuMjU1OTUgMi44ODg3NiA2Ljk5MTkzIDIuODg4NzYgMTIuODI3M0MyLjg4ODc2IDE4LjY2MjcgNy42MjQ3NCAyMy4zOTg3IDEzLjQ2MDEgMjMuMzk4N0MxOS4yOTU1IDIzLjM5ODcgMjQuMDMxNSAxOC42NjI3IDI0LjAzMTUgMTIuODI3M0MyNC4wMzE1IDYuOTkxOTMgMTkuMjk1NSAyLjI1NTk1IDEzLjQ2MDEgMi4yNTU5NVpNMTMuNDYwMSA1LjQyNzM2QzE1LjIxNSA1LjQyNzM2IDE2LjYzMTUgNi44NDM5MyAxNi42MzE1IDguNTk4NzdDMTYuNjMxNSAxMC4zNTM2IDE1LjIxNSAxMS43NzAyIDEzLjQ2MDEgMTEuNzcwMkMxMS43MDUzIDExLjc3MDIgMTAuMjg4NyAxMC4zNTM2IDEwLjI4ODcgOC41OTg3N0MxMC4yODg3IDYuODQzOTMgMTEuNzA1MyA1LjQyNzM2IDEzLjQ2MDEgNS40MjczNlpNMTMuNDYwMSAyMC40Mzg3QzEyLjIwNDEgMjAuNDM4NyAxMC45Njc2IDIwLjEyNzkgOS44NjA4OCAxOS41MzM5QzguNzU0MTUgMTguOTQgNy44MTE2MiAxOC4wODE0IDcuMTE3MzEgMTcuMDM0N0M3LjE0OTAzIDE0LjkzMSAxMS4zNDU5IDEzLjc3ODcgMTMuNDYwMSAxMy43Nzg3QzE1LjU2MzggMTMuNzc4NyAxOS43NzEyIDE0LjkzMSAxOS44MDMgMTcuMDM0N0MxOS4xMDg3IDE4LjA4MTQgMTguMTY2MSAxOC45NCAxNy4wNTk0IDE5LjUzMzlDMTUuOTUyNyAyMC4xMjc5IDE0LjcxNjIgMjAuNDM4NyAxMy40NjAxIDIwLjQzODdaIiBmaWxsPSIjMDA2RDc3Ii8+Cjwvc3ZnPgo=) no-repeat center;
}

.category-image .for-design {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzJfNzIwKSI+CjxwYXRoIGQ9Ik0yLjg5MDU3IDcuMTk5NzJIMC43NzYyOTlWMTIuNDg1NEgwLjc4Njg3TDAuNzc2Mjk5IDIxLjk5OTZDMC43NzYyOTkgMjMuMTYyNSAxLjcyNzcyIDI0LjExMzkgMi44OTA1NyAyNC4xMTM5SDIxLjkxOVYyMS45OTk2SDIuODkwNTdWNy4xOTk3MlpNMjQuMDMzMyA1LjA4NTQ1SDE1LjU3NjJMMTMuNDYxOSAyLjk3MTE4SDcuMTE5MTJDNS45NTYyNyAyLjk3MTE4IDUuMDE1NDIgMy45MjI2IDUuMDE1NDIgNS4wODU0NUw1LjAwNDg1IDE3Ljc3MTFDNS4wMDQ4NSAxOC45MzM5IDUuOTU2MjcgMTkuODg1NCA3LjExOTEyIDE5Ljg4NTRIMjQuMDMzM0MyNS4xOTYyIDE5Ljg4NTQgMjYuMTQ3NiAxOC45MzM5IDI2LjE0NzYgMTcuNzcxMVY3LjE5OTcyQzI2LjE0NzYgNi4wMzY4NyAyNS4xOTYyIDUuMDg1NDUgMjQuMDMzMyA1LjA4NTQ1Wk04LjE3NjI2IDE2LjcxNEwxMi45MzM0IDEwLjM3MTFMMTYuNjMzNCAxNS4xMzg4TDE5LjI3NjIgMTEuOTU2OEwyMi45NzYyIDE2LjcxNEg4LjE3NjI2WiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yXzcyMCI+CjxyZWN0IHdpZHRoPSIyNS4zNzEzIiBoZWlnaHQ9IjI1LjM3MTMiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjc3NTkwOSAwLjg1Njg4OCkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K) no-repeat center;
}

.grid-category {
  position: relative;
  border: 1px solid #E4E7EC;
  padding: 34px 29px;
  border-radius: 16px;
  background-color: #fff;
}

.grid-category-style-2 {
  padding: 20px 20px 23px 20px;
}

.grid-category .grid-image-left-category {
  position: relative;
}

.grid-category .grid-image-left-category a {
  display: flex;
}

.grid-category .grid-image-left-category .category-image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: rgba(11, 123, 63, 0.2);
  text-align: center;
  line-height: 60px;
  margin-right: 15px;
}

.grid-category .grid-image-left-category .category-image span {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-image-bottom {
  margin-top: 20px;
}

.grid-image-bottom .slider-banner {
  border-radius: 16px;
  max-height: 153px;
  object-fit: cover;
}

.grid-category .grid-image-left-category .category-info {
  width: calc(100% - 75px);
  align-items: center;
  display: flex;
  flex-direction: column;
}

.grid-category .grid-image-left-category .category-info h3 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
}

.swiper-slide-2 {
  width: 40%;
  float: left;
}

.js-banner-slider .grid-category.grid-category-style-2 {
  float: left;
  height: auto;
  text-align: center;
}

.js-banner-slider .swiper-slide-1 {
  float: left;
  width: 30%;
}

.js-banner-slider .swiper-slide-2 {
  float: left;
  width: 40%;
}

.banner-slider-wrapper {
  position: relative;
}

@media (min-width: 769px) {
  .banner-slider-wrapper .js-banner-slider {
    padding-right: 190px;
    top: -103px;
    margin-bottom: -50px;
    position: relative;
    z-index: 12;
  }
}

.banner-slider-wrapper .arrows-widget {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 150px;
  z-index: 10;
  left: calc( 100% - 150px);
  top: 55px;
  z-index: 15;
}

@media (max-width: 768px) {
  .banner-slider-wrapper .arrows-widget {
    display: none;
  }
}

.banner-slider-wrapper .arrows-widget .agon-arrow {
  width: 64px;
  height: 64px;
  background-color: #101828;
  color: #fff;
  border: none;
}

.banner-slider-wrapper .arrows-widget .arrows-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
}

.banner-slider-wrapper .arrows-widget .arrows-next:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
}

.agon-banner-wrapper {
  position: relative;
}

.agon-banner-wrapper .agon-banner-link {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.agon-banner-wrapper .agon-banner-image {
  overflow: hidden;
}

.agon-banner-wrapper .agon-banner-image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.agon-banner-wrapper .agon-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.agon-banner-wrapper .agon-banner-content .agon-banner-subtitle {
  display: inline-block;
}

.agon-banner-wrapper .agon-banner-content .agon-banner-button.style2 {
  position: relative;
}

.agon-banner-wrapper .agon-banner-content .agon-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;
}

.agon-banner-wrapper .agon-banner-content .agon-banner-button.style2:after {
  content: '';
  display: block;
  height: 1px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.agon-banner-wrapper .agon-banner-content .agon-banner-button.style2:hover:before {
  width: 100%;
  left: 0;
}

.agon-banner-wrapper:hover .agon-banner-image img {
  transform: scale(1.1);
}

.agon-banner-wrapper:hover .agon-banner-content .agon-banner-button.style2:before {
  width: 100%;
  left: 0;
}

.widget-blog-post .entry-wrapper .entry-title.blog-entry-title {
  margin-bottom: 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

.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: #101828;
}

.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;
}

.widget-blog-post .item-blog .entry-thumbnail:hover img {
  transform: scale(1.1);
}

.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: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 {
  display: flex;
  flex-direction: column;
}

.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;
}

.entry-thumbnail .agon-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fb4e50;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  flex-direction: column;
}

.entry-thumbnail .agon-date-time span.space {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}

.item-blog:hover {
  background-color: #fff;
}

.item-blog:hover .entry-thumbnail img {
  transform: scale(1.02);
}

.item-blog .entry-thumbnail img {
  width: 100%;
}

.widget-blog-post2 .row {
  margin-left: -21px;
  margin-right: -21px;
}

.widget-blog-post2 .row .col-lg-4 {
  padding-right: 21px;
  padding-left: 21px;
}

.widget-blog-post2 .grid-4-img {
  margin-top: 0;
}

.blog-img-user {
  position: relative;
  padding: 4px 0px 0px 70px;
  min-height: 60px;
  display: grid;
}

.blog-img-user .img-user-round {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
}

.blog-img-user .img-user-round img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

.blog-img-user h4.text-body-lead {
  margin: 0px 0 -5px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.blog-img-user .if-item.if-date {
  font-size: 12px;
  font-weight: bold;
  color: #667085;
}

.blog-preset-5:nth-child(3) .grid-4-img::before {
  background-color: #FAD2E1;
}

.blog-preset-5:nth-child(4) .grid-4-img::before,
.blog-preset-5:nth-child(4n + 3) .grid-4-img::before {
  background-color: #FFF3EA;
}

.blog-preset-5:nth-child(5) .grid-4-img::before,
.blog-preset-5:nth-child(5n +3) .grid-4-img::before {
  background-color: #DFE7FD;
}

.blog-preset-5:nth-child(6n + 3) .grid-4-img::before {
  background-color: #EAE4E9;
}

.blog-preset-new:nth-child(2) .grid-4-img::before {
  background-color: #FFF3EA;
}

.blog-preset-new:nth-child(3) .grid-4-img::before {
  background-color: #DDD3FA;
}

.blog-preset-new:nth-child(4) .grid-4-img::before {
  background-color: #FDE2E4;
}

.blog-preset-new:nth-child(5) .grid-4-img::before {
  background-color: #DBECE5;
}

.blog-preset-new:nth-child(6) .grid-4-img::before {
  background-color: #D1ECFD;
}

.blog-mode-small .card-list-style-1 {
  padding: 0px 140px 30px 0px;
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E4E7EC;
}

.blog-mode-small .card-list-style-1 .style-1-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 130px;
  padding: 0px 10px 10px 0px;
}

.blog-mode-small .card-list-style-1 .style-1-img img {
  min-height: 120px;
  object-fit: cover;
}

.blog-mode-big .grid-4-img img {
  min-height: 502px;
  object-fit: cover;
}

.blog-preset-new:hover .grid-4-img::before {
  right: -10px;
  top: 10px;
  bottom: 3px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.style-1-img.grid-4-img:before {
  width: calc( 100% - 10px);
  bottom: -4px;
  right: -2px;
  top: 14px;
  border-radius: 8px;
}

.style-1-img.grid-4-img img {
  border-radius: 8px;
}

.card-list-style-1:hover .style-1-img::before {
  bottom: 4px;
  right: 4px;
  transition-duration: 0.2s;
}

.widget-blog-post .blog-preset-5 .item-blog {
  margin-bottom: 103px;
}

.blog-mode-big h6.entry-title.blog-entry-title.text-heading-4 {
  margin-top: 42px;
}

.blog-mode-small h6.entry-title.blog-entry-title.text-heading-4 {
  margin: 18px 0;
}

/* Widget Blog Slider */
.agon-blog-slider-widget {
  position: relative;
  /* the parent */
}

.agon-blog-slider-widget .blog-box-slider {
  overflow: hidden;
  transition: all 0.3s;
}

.agon-blog-slider-widget .blog-box-slider:hover .blog-entry-thumbnail img {
  transform: scale(1.02);
}

.agon-blog-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.agon-blog-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (min-width: 769px) {
  .agon-blog-slider-widget .no-excerpt .center {
    padding: 15px 35px 0 35px;
    min-height: 150px;
  }
}

.agon-blog-slider-widget .entry-title {
  margin-bottom: 0;
}

.agon-blog-slider-widget .js-blog-slider {
  overflow: hidden;
}

.agon-blog-slider-widget .blog-entry-title {
  margin: 15px 0 25px 0;
}

.agon-blog-slider-widget .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .agon-blog-slider-widget .blog-entry-thumbnail {
    width: calc( 50% - 10px);
    float: left;
  }
}

.agon-blog-slider-widget .blog-entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .agon-blog-slider-widget .blog-entry-thumbnail img {
    min-height: 491px;
  }
}

.agon-blog-slider-widget .blog-entry-thumbnail .agon-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 60px;
  border-radius: 3px;
  background-color: #236be1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #101828;
  flex-direction: column;
}

.agon-blog-slider-widget .blog-entry-header {
  padding: 40px 30px;
}

@media (min-width: 1024px) {
  .agon-blog-slider-widget .blog-entry-header {
    width: 50%;
    float: left;
    padding: 39px 54px;
  }
}

.agon-blog-slider-widget .blog-img-user {
  position: relative;
  padding: 4px 0px 0px 70px;
  min-height: 60px;
  display: grid;
}

.agon-blog-slider-widget .blog-img-user .img-user-round {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
}

.agon-blog-slider-widget .blog-img-user .img-user-round img {
  border-radius: 50%;
  height: 56px;
  width: 56px;
}

.agon-blog-slider-widget .blog-img-user h4.text-body-lead {
  margin: 0px 0 -5px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.agon-blog-slider-widget .blog-img-user .if-item.if-date {
  font-size: 12px;
  font-weight: bold;
  color: #667085;
}

.agon-blog-slider-widget .blog-header-info .if-item a {
  font-size: 12px;
  color: #667085;
}

.agon-blog-slider-widget .blog-post-excerpt {
  line-height: 28px;
  margin-bottom: 33px;
}

.agon-blog-slider-widget .blog-entry-header.no-image {
  width: 100%;
}

@media (min-width: 1024px) {
  .agon-blog-slider-widget .blog-entry-thumbnail.date-thunnail img {
    min-height: 320px;
    object-fit: cover;
  }
}

.agon-blog-slider-widget .blog-header-info .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.agon-blog-slider-widget .blog-header-info .if-item:first-child:before {
  content: none;
}

.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 .dots-bullet:after {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #bac6d3;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.blog-slider-dots .slick-active .dots-bullet:after {
  border: 1px solid #000;
  transform: scale(1.5);
}

.blog-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.blog-slider-dots .slick-dots {
  position: static;
}

.block-news {
  display: inline-block;
  width: 100%;
  padding: 0px 30px 25px 0px;
  position: relative;
}

.block-news:before {
  content: "";
  z-index: 1;
  border-radius: 16px;
  background-color: #FFF3EA;
  position: absolute;
  top: 20px;
  right: 0px;
  left: 20px;
  bottom: 0px;
}

.block-news .item-news {
  background: #fff;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  line-height: 0px;
  position: relative;
  z-index: 2;
}

.arrows-widget {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 2;
}

@media (min-width: 1200px) {
  .arrows-widget {
    width: calc( 100% + 200px);
    left: -100px;
  }
}

@media (max-width: 1024px) {
  .arrows-widget {
    width: calc( 100% - 60px);
    left: 30px;
  }
}

.arrows-widget .arrows-prev,
.arrows-widget .arrows-next {
  border-radius: 50px;
  transition: all 0.3s;
}

.title-wrappe {
  margin-top: 0px;
  margin-bottom: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrappe .title-product-slider,
.title-wrappe .title-blog-slider {
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  margin: 0;
}

.title-wrappe .arrows-widget {
  display: flex;
  justify-content: space-between;
}

.title-wrappe .arrows-widget .agon-arrow {
  width: 64px;
  height: 64px;
  background-color: #101828;
  color: #fff;
  border: none;
}

.title-wrappe .arrows-widget .arrows-prev:before,
.title-wrappe .arrows-widget .arrows-prev1:before,
.title-wrappe .arrows-widget .arrows-prev2:before,
.title-wrappe .arrows-widget .arrows-prev3:before {
  content: "\f053";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
}

.title-wrappe .arrows-widget .arrows-next:before,
.title-wrappe .arrows-widget .arrows-next1:before,
.title-wrappe .arrows-widget .arrows-next2:before,
.title-wrappe .arrows-widget .arrows-next3:before {
  content: "\f054";
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 22px;
  line-height: 64px;
}

.cart-custom-agon {
  position: relative;
}

.cart-custom-agon .iconagon-i-cart.js-cart-button:before {
  font-size: 24px;
  font-weight: 500;
}

.cart-custom-agon .shop-cart-count {
  position: absolute;
  top: -12px;
  right: -8px;
}

.agon-category-box-wrapper {
  display: block;
  float: left;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_1 {
  overflow: hidden;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_1 .agon-category-box-link {
  display: none;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_1 img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_1:hover img {
  transform: scale(1.1);
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2 {
  overflow: hidden;
  position: relative;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2 .agon-category-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.agon-category-box-wrapper .agon-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;
}

.agon-category-box-wrapper .agon-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;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2 img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2:hover img {
  transform: scale(1.1);
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2:hover:before {
  width: calc(100% - 40px);
  transform: translateX(0px);
  z-index: 1;
}

.agon-category-box-wrapper .agon-category-box-image.hover-effect_2:hover:after {
  height: calc(100% - 40px);
}

.agon-category-box-wrapper .agon-category-description.effect-ef_description {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .agon-category-box-wrapper .agon-category-description.effect-ef_description {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}

.agon-category-box-wrapper:hover .agon-category-description.effect-ef_description {
  transform: unset;
  opacity: 1;
  visibility: visible;
}

.agon-category-box-wrapper .agon-category-box-content .agon-category-box-title {
  margin: 0;
}

.agon-category-box-wrapper .new-effect3 {
  position: relative;
  overflow: hidden;
}

.agon-category-box-wrapper .new-effect3:hover .agon-category-box-content-new {
  transform: unset;
  opacity: 1;
  visibility: visible;
}

.agon-category-box-wrapper .new-effect3 .agon-category-box-content-new {
  position: absolute;
  bottom: 45px;
  left: 60px;
  padding: 17px 45px;
  background-color: #1c1c1c;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .agon-category-box-wrapper .new-effect3 .agon-category-box-content-new {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}

.agon-category-box-wrapper .new-effect3 .agon-category-box-content-new .agon-category-box-title {
  margin: 1px 0 7px 0;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: normal;
}

.agon-category-box-wrapper .new-effect3 .agon-category-box-content-new .agon-category-description.effect-ef_description {
  margin: 0px 0 3px 0;
}

.agon-slider-category-widget {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

.agon-slider-item-category {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: auto;
}

.agon-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: #101828;
  display: block;
  border-radius: 50%;
}

.category-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #101828;
  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: #101828;
  width: 10px;
  height: 10px;
}

.category-slider-dots .slick-dots {
  position: static;
}

.custom-ladding .agon-slider-item-category:hover .box-images-slider img {
  transform: unset !important;
}

.custom-ladding .agon-slider-category-widget {
  margin-left: 0;
  margin-right: 0;
}

.custom-ladding .box-images-slider {
  box-shadow: 0px 3px 8px 0px #f5f0eb;
}

.custom-ladding1 .agon-slider-item-category:hover .box-images-slider img {
  transform: unset !important;
}

.custom-ladding1 .agon-slider-category-widget {
  margin-left: 0;
  margin-right: 0;
}

.custom-ladding1 .box-images-slider {
  box-shadow: 0px 3px 8px 0px #f4f2f0;
}

.countdown-agon-widget {
  display: flex;
}

.countdown-agon-widget .container-box-countdown {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 0;
  background-color: #fb4e50;
}

.countdown-agon-widget .message {
  margin-right: 6px;
}

.agon-countdown-item {
  display: inline-block;
  padding: 0 8px;
}

.agon-countdown-item > * {
  display: block;
}

.agon-countdown-item span:first-child {
  background-color: #f5484a;
  width: 50px;
  height: 50px;
}

.agon-countdown-item:first-child {
  padding: 0 9px 0 0;
}

.agon-countdown-item:last-child {
  padding: 0 0 0 8px;
}

.agon-countdown-wrapper.border .agon-countdown-item .agon-countdown-digit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agon-countdown-wrapper.border .agon-countdown-item .agon-countdown-label {
  margin-top: 0;
  text-align: center;
}

.agon-countdown-wrapper.normal .agon-countdown-item {
  position: relative;
  padding: 0;
}

.agon-countdown-wrapper.normal .agon-countdown-item .agon-countdown-label {
  margin-top: 34px;
}

.agon-countdown-wrapper.normal .agon-countdown-item:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}

.agon-countdown-wrapper.normal .agon-countdown-item:last-child:after {
  display: none;
}

.agon-countdown-wrapper.no-padding .agon-countdown-item .agon-countdown-digit {
  margin-bottom: 0;
  height: 22px;
}

.agon-countdown-wrapper.no-padding .agon-countdown-item .agon-countdown-label {
  margin-top: 0;
}

.agon-gallery-widget {
  padding: 0 15px;
}

.agon-gallery-widget__label span {
  cursor: pointer;
  display: inline-block;
}

.agon-gallery-archive {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.agon-gallery-archive .gall-thumb {
  display: block;
}

.agon-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;
}

.agon-gallery-archive .gall-thumb__inner {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.agon-gallery-archive .gall-thumb__inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agon-gallery-archive .gall-thumb__inner:hover::before {
  z-index: 1;
}

.agon-gallery-archive .gall-thumb__inner:hover a {
  opacity: 1;
}

.agon-gallery-archive .gall-thumb__inner:hover img {
  transform: scale(1.15);
}

.agon-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;
}

.agon-gallery-archive .gall-thumb__inner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}

.agon-gallery-archive .gall-thumb__inner a:hover {
  color: #3a3b59;
}

.agon-gallery-archive .gall-thumb__inner a:hover:after {
  visibility: visible;
}

.agon-gallery-archive--2-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .agon-gallery-archive--2-columns .gall-thumb {
    width: 50%;
  }
}

.agon-gallery-archive--3-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .agon-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .agon-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

.agon-gallery-archive--4-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .agon-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .agon-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  .agon-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 4);
  }
}

.gall-thumb__inner {
  overflow: hidden;
}

.gall-thumb__inner img {
  transition-duration: 0.5s;
}

.agon-gallery-widget {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .agon-gallery-archive .gall-thumb {
    height: 470px !important;
  }
}

/**
 * Heading
 */
.agon-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #E4E7EC;
}

@media (max-width: 768px) {
  .agon-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.agon-section-heading .agon-headings, .agon-section-heading .subtitle {
  margin: 0;
}

.agon-section-heading .subtitle a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .agon-section-heading .subtitle {
    padding-top: 10px;
  }
}

.agon-images-widget {
  position: relative;
}

.agon-images-widget .testi-arrow-widget {
  position: absolute;
  top: 50%;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.agon-images-widget .testi-arrow-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.agon-images-widget .testi-arrow-widget .arrows-next:before {
  content: "\f0da";
  color: #96969b;
  font-family: "FontAwesome";
}

.agon-images-widget .testi-arrow-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.agon-images-widget .testi-arrow-widget .arrows-prev:before {
  content: "\f0d9";
  color: #96969b;
  font-family: "FontAwesome";
}

.agon-images-widget .js-images-slider .images-item .images-slider {
  display: flex;
  justify-content: center;
}

.agon-images-widget .js-images-slider .images-item .images-slider .slider-images {
  object-fit: cover;
}

.agon-images-widget .js-images-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
}

.agon-images-widget .images-order {
  padding: 53px 48px;
  display: inline-block;
  width: 100%;
  border-radius: 16px;
  position: relative;
  background: #fff;
  box-shadow: inset 0px 40px 80px #fcfcfc;
}

.image-slider-dots .dots-bullet:after {
  content: '';
  height: 10px;
  width: 10px;
  background-color: #bac6d3;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.image-slider-dots .slick-active .dots-bullet:after {
  border: 2px solid #000;
  transform: scale(1.5);
}

.image-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.image-slider-dots .slick-dots {
  position: static;
}

.agon-slider-instagram-widget {
  margin-left: -5px;
  margin-right: -5px;
}

.agon-slider-item-instagram {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.agon-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;
}

.agon-slider-item-instagram .box-icon .icon svg {
  width: 30px;
  height: auto;
}

.agon-slider-item-instagram:hover .box-icon {
  opacity: 1;
  visibility: visible;
}

.agon-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: auto;
}

.list-instagram {
  z-index: 5;
}

.instagram-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #101828;
  display: block;
  border-radius: 50%;
}

.instagram-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #101828;
  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: #101828;
  width: 10px;
  height: 10px;
}

.instagram-slider-dots .slick-dots {
  position: static;
}

.card-demo {
  background-color: #fff;
  padding: 15px;
  border-radius: 12px;
}

.card-demo .right {
  min-width: 290px;
}

.card-demo:hover {
  box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.07);
}

.card-demo:hover h5 {
  color: #E29578;
  transition: 0.2s;
}

.card-demo img {
  border-radius: 10px 10px 0 0;
}

.card-demo .content {
  padding: 30px 10px;
  display: block;
  overflow: hidden;
}

.card-demo .content h5 {
  transition: 0.2s;
}

.card-demo .content .btn-demo {
  border-radius: 30px;
  display: block;
  padding: 7px 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  float: left;
  margin-left: 15px;
  background-color: #253D4E;
}

.card-demo .content .btn-demo:hover {
  background-color: #006D77;
}

.card-demo .content .btn-demo.btn-rtl {
  background-color: #3e5379;
}

.card-demo .content .btn-demo.btn-rtl:hover {
  background-color: #E29578;
}

.card-demo .content .btn-demo .dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #5eff68;
  display: inline-block;
  margin-right: 10px;
  animation: shadow-pulse 1s infinite;
}

.card-demo .content .left {
  text-align: center;
}

.card-demo .content .right {
  margin-top: 15px;
  text-align: center;
}

.card-demo .content .right .btn-demo {
  margin: 0 15px 0 0;
  float: none;
  display: inline-block;
}

.card-demo .content.style2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-demo .content.style2 .left {
  min-width: 50%;
  text-align: left;
}

.card-demo .content.style2 .right {
  min-width: unset;
  text-align: right;
}

.card-demo .thumb {
  position: relative;
  overflow: hidden;
}

.card-demo .thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #fff0 0%, #ffffff4d 100%);
  transform: skewX(-25deg);
}

.card-demo .thumb:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(94, 255, 104, 0.8);
  }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

/*Animation*/
@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 movingleftright1 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(50px) translateY(-200px);
    transform: translateX(50px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(800px);
    transform: translateX(800px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes movingleftright2 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(-50px) translateY(200px);
    transform: translateX(-50px) translateY(200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes movingleftright3 {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(100px) translateY(-200px);
    transform: translateX(100px) translateY(-200px);
  }
  75% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.zoom-in-out-box .elementor-image img {
  animation: zoom-in-zoom-out 3s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.footer-landing {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.shape-group-9 .shape {
  position: absolute;
  z-index: -1;
}

.shape-group-9 .shape.shape-1 {
  top: 0;
  left: 32%;
  opacity: 0.3;
}

.shape-group-9 .shape.shape-2 {
  top: 180px;
  left: 18%;
  opacity: 0.5;
  animation: movingleftright1 infinite 20000ms;
}

.shape-group-9 .shape.shape-3 {
  top: 31%;
  left: 20%;
  animation: movingleftright2 infinite 25000ms;
}

.shape-group-9 .shape.shape-4 {
  top: 44%;
  left: 28%;
  animation: movingleftright1 infinite 25000ms;
}

.shape-group-9 .shape.shape-5 {
  top: 50%;
  left: 17%;
  animation: movingleftright2 infinite 30000ms;
}

.shape-group-9 .shape.shape-6 {
  top: 26%;
  right: 21%;
  animation: movingleftright3 infinite 30000ms;
}

.login-agon-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-agon-widget .popup-login::-webkit-scrollbar {
  width: 6px;
}

.login-agon-widget .popup-login::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.login-agon-widget .popup-login::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.login-agon-widget .popup-login.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.login-agon-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-agon-widget .popup-login .widget-heading .widget-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.login-agon-widget .popup-login .widget-heading .close-side-widget {
  font-size: 18px;
  transition: all 0.3s;
}

.login-agon-widget .popup-login .widget-heading .close-side-widget:hover {
  transform: rotate(90deg);
}

.login-agon-widget .popup-login .content-login {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.login-agon-widget .popup-login .content-login form label {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
}

.login-agon-widget .popup-login .content-login form input[type='email'],
.login-agon-widget .popup-login .content-login form input[type='text'],
.login-agon-widget .popup-login .content-login form input[type='password'] {
  padding: 0 15px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color .5s ease;
}

.login-agon-widget .popup-login .content-login form input[type='email']:focus,
.login-agon-widget .popup-login .content-login form input[type='text']:focus,
.login-agon-widget .popup-login .content-login form input[type='password']:focus {
  border-color: #fb4e50;
}

.login-agon-widget .popup-login .content-login form .lost-password {
  display: inline;
  float: right;
}

.login-agon-widget .popup-login .content-login form .login-remember {
  float: left;
}

.login-agon-widget .popup-login .content-login form .login-remember label {
  font-size: 13px;
}

.login-agon-widget .popup-login .content-login form .login-submit {
  clear: both;
}

.login-agon-widget .popup-login .content-login form .login-submit input {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.13px;
  line-height: 18px;
  border: none;
  transition: all 0.3s;
}

.login-agon-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-agon-widget .popup-login .create-account-question p {
  color: #2d2a2a;
  font-weight: 600;
  font-size: 14px;
}

.login-agon-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-agon-widget .popup-login .create-account-question a:hover {
  opacity: 0.6;
}

.login-agon-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-agon-widget .bg-popup-login.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility 0s ease;
}

.login-agon-widget .info-author .profile-agon {
  font-size: 13px;
}

@media (min-width: 783px) {
  .admin-bar .login-agon-widget .popup-login {
    height: calc( 100vh - 46px);
    top: 46px;
  }
}

@media (min-width: 601px) {
  .admin-bar .login-agon-widget .popup-login {
    height: calc( 100vh - 32px);
    top: 32px;
  }
}

.login-agon-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-agon-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;
}

.agon-portfolio-pagination-widget .related-posts {
  position: relative;
}

.agon-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);
}

ul.agon-price-table__features-list {
  list-style: none;
}

.text-billed {
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
}

.block-bill-2 {
  margin-top: 10px;
}

.block-bill-2 .switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
  margin: 0 20px;
}

.block-bill-2 .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.block-bill-2 .slider {
  background-color: #101828;
}

.block-bill-2 .slider.round {
  border-radius: 34px;
}

.block-bill-2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #101828;
  transition: 0.4s;
}

.block-bill-2 .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #F2F4F7;
  border-radius: 50%;
  transition: 0.4s;
}

.block-bill-2 input:checked + .slider:before {
  transform: translateX(34px);
}

.block-bill-2 .slider {
  background-color: #101828;
}

.block-bill-2 .slider::before {
  background-color: #F2F4F7;
}

.block-bill-2 .text-billed {
  color: #101828;
}

.block-bill-2 input:checked + .slider {
  background-color: #006D77;
}

.agon_pricing_tab .for-year,
.agon_pricing_tab .for-month {
  display: none;
}

.agon_pricing_tab .display-year,
.agon_pricing_tab .display-month {
  display: inline-block;
}

.agon_pricing_tab .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 1px 0px 1px 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTkgMEM0LjkzNDYxIDAgMCA0LjkzNDUgMCAxMC45OTk5QzAgMTcuMDY1NCA0LjkzNDYxIDIyIDEwLjk5OTkgMjJDMTcuMDY1MyAyMiAyMS45OTk5IDE3LjA2NTQgMjEuOTk5OSAxMC45OTk5QzIxLjk5OTkgNC45MzQ1IDE3LjA2NTQgMCAxMC45OTk5IDBaTTE3LjMxNjMgOS4xNDE5NkwxMC40MDU2IDE2LjA1MjdDMTAuMTExOCAxNi4zNDY1IDkuNzIxMTUgMTYuNTA4MiA5LjMwNTY0IDE2LjUwODJDOC44OTAxMyAxNi41MDgyIDguNDk5NTIgMTYuMzQ2NSA4LjIwNTY4IDE2LjA1MjdMNC42ODM1OCAxMi41MzA2QzQuMzg5NzQgMTIuMjM2NyA0LjIyNzkgMTEuODQ2MSA0LjIyNzkgMTEuNDMwNkM0LjIyNzkgMTEuMDE1IDQuMzg5NzQgMTAuNjI0NCA0LjY4MzU4IDEwLjMzMDVDNC45NzczMSAxMC4wMzY3IDUuMzY3OTEgOS44NzQ4NSA1Ljc4MzU0IDkuODc0ODVDNi4xOTkwNSA5Ljg3NDg1IDYuNTg5NzcgMTAuMDM2NyA2Ljg4MzUgMTAuMzMwNkw5LjMwNTUyIDEyLjc1MjZMMTUuMTE2MiA2Ljk0MTkzQzE1LjQxIDYuNjQ4MDggMTUuODAwNiA2LjQ4NjM1IDE2LjIxNjEgNi40ODYzNUMxNi42MzE2IDYuNDg2MzUgMTcuMDIyMiA2LjY0ODA4IDE3LjMxNjEgNi45NDE5M0MxNy45MjI4IDcuNTQ4NjcgMTcuOTIyOCA4LjUzNTQ1IDE3LjMxNjMgOS4xNDE5NloiIGZpbGw9IiMwMDZENzciLz4KPC9zdmc+Cg==) no-repeat left center;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #101828;
}

.agon_pricing_tab:hover .list-package-feature li,
.agon_pricing_tab.active_tab-yes .list-package-feature li {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjk5OTkgMEM0LjkzNDYxIDAgMCA0LjkzNDUgMCAxMC45OTk5QzAgMTcuMDY1NCA0LjkzNDYxIDIyIDEwLjk5OTkgMjJDMTcuMDY1MyAyMiAyMS45OTk5IDE3LjA2NTQgMjEuOTk5OSAxMC45OTk5QzIxLjk5OTkgNC45MzQ1IDE3LjA2NTQgMCAxMC45OTk5IDBaTTE3LjMxNjMgOS4xNDE5NkwxMC40MDU2IDE2LjA1MjdDMTAuMTExOCAxNi4zNDY1IDkuNzIxMTUgMTYuNTA4MiA5LjMwNTY0IDE2LjUwODJDOC44OTAxMyAxNi41MDgyIDguNDk5NTIgMTYuMzQ2NSA4LjIwNTY4IDE2LjA1MjdMNC42ODM1OCAxMi41MzA2QzQuMzg5NzQgMTIuMjM2NyA0LjIyNzkgMTEuODQ2MSA0LjIyNzkgMTEuNDMwNkM0LjIyNzkgMTEuMDE1IDQuMzg5NzQgMTAuNjI0NCA0LjY4MzU4IDEwLjMzMDVDNC45NzczMSAxMC4wMzY3IDUuMzY3OTEgOS44NzQ4NSA1Ljc4MzU0IDkuODc0ODVDNi4xOTkwNSA5Ljg3NDg1IDYuNTg5NzcgMTAuMDM2NyA2Ljg4MzUgMTAuMzMwNkw5LjMwNTUyIDEyLjc1MjZMMTUuMTE2MiA2Ljk0MTkzQzE1LjQxIDYuNjQ4MDggMTUuODAwNiA2LjQ4NjM1IDE2LjIxNjEgNi40ODYzNUMxNi42MzE2IDYuNDg2MzUgMTcuMDIyMiA2LjY0ODA4IDE3LjMxNjEgNi45NDE5M0MxNy45MjI4IDcuNTQ4NjcgMTcuOTIyOCA4LjUzNTQ1IDE3LjMxNjMgOS4xNDE5NloiIGZpbGw9IiNFMjk1NzgiLz4KPC9zdmc+Cg==) no-repeat left center;
}

.agon_pricing_tab .list-package-feature li.uncheck {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDIxLjA4MzRDMTIuOTk0MyAyMS4wODM0IDE0Ljk0MzggMjAuNDkyIDE2LjYwMiAxOS4zODRDMTguMjYwMiAxOC4yNzYgMTkuNTUyNiAxNi43MDEyIDIwLjMxNTggMTQuODU4N0MyMS4wNzg5IDEzLjAxNjMgMjEuMjc4NiAxMC45ODg4IDIwLjg4OTYgOS4wMzI4NkMyMC41MDA1IDcuMDc2ODkgMTkuNTQwMSA1LjI4MDIxIDE4LjEzIDMuODcwMDNDMTYuNzE5OCAyLjQ1OTg1IDE0LjkyMzEgMS40OTk1MSAxMi45NjcxIDEuMTEwNDRDMTEuMDExMiAwLjcyMTM3MiA4Ljk4MzczIDAuOTIxMDU2IDcuMTQxMjQgMS42ODQyNEM1LjI5ODc1IDIuNDQ3NDIgMy43MjM5NSAzLjczOTgzIDIuNjE1OTggNS4zOTgwMkMxLjUwOCA3LjA1NjIyIDAuOTE2NjI2IDkuMDA1NzMgMC45MTY2MjYgMTFDMC45MTk3OCAxMy42NzMzIDEuOTgzMTQgMTYuMjM2MiAzLjg3MzQ1IDE4LjEyNjVDNS43NjM3NiAyMC4wMTY4IDguMzI2NjcgMjEuMDgwMiAxMSAyMS4wODM0VjIxLjA4MzRaTTExIDIuNzUwMDJDMTIuNjMxNyAyLjc1MDAyIDE0LjIyNjcgMy4yMzM4OCAxNS41ODM0IDQuMTQwNEMxNi45NDAxIDUuMDQ2OTIgMTcuOTk3NiA2LjMzNTQgMTguNjIyIDcuODQyODlDMTkuMjQ2NCA5LjM1MDM4IDE5LjQwOTggMTEuMDA5MiAxOS4wOTE1IDEyLjYwOTVDMTguNzczMSAxNC4yMDk5IDE3Ljk4NzQgMTUuNjc5OSAxNi44MzM2IDE2LjgzMzdDMTUuNjc5OCAxNy45ODc0IDE0LjIwOTggMTguNzczMiAxMi42MDk1IDE5LjA5MTVDMTEuMDA5MSAxOS40MDk4IDkuMzUwMzIgMTkuMjQ2NSA3Ljg0MjgzIDE4LjYyMkM2LjMzNTMzIDE3Ljk5NzYgNS4wNDY4NiAxNi45NDAyIDQuMTQwMzQgMTUuNTgzNUMzLjIzMzgyIDE0LjIyNjggMi43NDk5NiAxMi42MzE3IDIuNzQ5OTYgMTFDMi43NTIzOSA4LjgxMjczIDMuNjIyMzYgNi43MTU3MiA1LjE2OTAxIDUuMTY5MDdDNi43MTU2NiAzLjYyMjQyIDguODEyNjcgMi43NTI0NSAxMSAyLjc1MDAyWiIgZmlsbD0iIzk4QTJCMyIvPgo8cGF0aCBkPSJNNy42MDE4OCAxNC4zOTgxQzcuNzczNzkgMTQuNTY5OSA4LjAwNjkgMTQuNjY2NSA4LjI0OTk3IDE0LjY2NjVDOC40OTMwNCAxNC42NjY1IDguNzI2MTUgMTQuNTY5OSA4Ljg5ODA1IDE0LjM5ODFMMTEgMTIuMjk2MkwxMy4xMDE5IDE0LjM5ODFDMTMuMjc0OCAxNC41NjUxIDEzLjUwNjMgMTQuNjU3NCAxMy43NDY3IDE0LjY1NTRDMTMuOTg3IDE0LjY1MzMgMTQuMjE2OSAxNC41NTY5IDE0LjM4NjkgMTQuMzg2OUMxNC41NTY5IDE0LjIxNyAxNC42NTMzIDEzLjk4NyAxNC42NTUzIDEzLjc0NjdDMTQuNjU3NCAxMy41MDYzIDE0LjU2NSAxMy4yNzQ4IDE0LjM5ODEgMTMuMTAxOUwxMi4yOTYxIDExTDE0LjM5ODEgOC44OTgwOUMxNC41NjUgOC43MjUyIDE0LjY1NzQgOC40OTM2NSAxNC42NTUzIDguMjUzM0MxNC42NTMzIDguMDEyOTYgMTQuNTU2OSA3Ljc4MzA1IDE0LjM4NjkgNy42MTMwOUMxNC4yMTY5IDcuNDQzMTMgMTMuOTg3IDcuMzQ2NzMgMTMuNzQ2NyA3LjM0NDY0QzEzLjUwNjMgNy4zNDI1NSAxMy4yNzQ4IDcuNDM0OTUgMTMuMTAxOSA3LjYwMTkyTDExIDkuNzAzODRMOC44OTgwNSA3LjYwMTkyQzguNzI1MTcgNy40MzQ5NSA4LjQ5MzYyIDcuMzQyNTUgOC4yNTMyNyA3LjM0NDY0QzguMDEyOTIgNy4zNDY3MyA3Ljc4MzAxIDcuNDQzMTMgNy42MTMwNSA3LjYxMzA5QzcuNDQzMDkgNy43ODMwNSA3LjM0NjY5IDguMDEyOTYgNy4zNDQ2IDguMjUzM0M3LjM0MjUxIDguNDkzNjUgNy40MzQ5MSA4LjcyNTIgNy42MDE4OCA4Ljg5ODA5TDkuNzAzODEgMTFMNy42MDE4OCAxMy4xMDE5QzcuNDMwMDQgMTMuMjczOCA3LjMzMzUgMTMuNTA2OSA3LjMzMzUgMTMuNzVDNy4zMzM1IDEzLjk5MzEgNy40MzAwNCAxNC4yMjYyIDcuNjAxODggMTQuMzk4MVYxNC4zOTgxWiIgZmlsbD0iIzk4QTJCMyIvPgo8L3N2Zz4K) no-repeat left center;
}

.agon-price-table__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center right 25px;
  border: 1px solid transparent;
  padding: 12px 22px;
  border-radius: 6px;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: #101828;
  font-size: 18px;
  line-height: 22px;
  transition: 0.2s;
}

.agon-price-table__button:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  color: #fff;
  transform: translateY(-2px);
  transition: 0.2s;
}

.agon_pricing_tab .line-bd-bottom {
  border-bottom: 1px solid #D0D5DD;
  padding: 0px 0px 39px 0px;
  margin-bottom: 0;
}

.agon-price-table__features-list {
  padding-left: 0;
}

.agon_pricing_tab .list-package-feature {
  width: 100%;
  padding-bottom: 22px;
  min-height: 207px;
}

.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);
}

.agon_pricing_tab:hover .agon-price-table__button,
.agon_pricing_tab.active_tab-yes .agon-price-table__button {
  border: 1px solid #ffffff;
  background-color: transparent !important;
  color: #fff;
}

.block-pricing {
  margin-top: 75px;
}

.agon_pricing_tab {
  margin-bottom: 30px;
}

.agon_pricing_tab .agon-before-price {
  margin: 17px 0 15px 0;
}

/*Pricing New*/
.block-pricing-3 .block-pricing-left {
  background-color: #006D77;
  padding: 40px;
  border-radius: 16px;
  color: #fff;
}

@media (max-width: 1400px) {
  .block-pricing-3 .block-pricing-left {
    margin-bottom: 30px;
  }
}

.block-pricing-3 .block-pricing-left .box-switch {
  margin-bottom: 20px;
  border-radius: 28px;
  background-color: #83C5BE;
  padding: 7px;
  display: inline-block;
}

.block-pricing-3 .block-pricing-left .box-switch label {
  margin: 0;
}

.block-pricing-3 .block-pricing-left .box-switch input {
  display: none;
}

.block-pricing-3 .block-pricing-left .box-switch span {
  min-width: 100px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 7px 22px;
}

.block-pricing-3 .block-pricing-left .box-switch .active {
  border-radius: 24px;
  background-color: #006D77;
}

.block-pricing-3 .block-pricing-left .box-switch .text-billed {
  font-weight: 400;
  font-family: "Noto Sans",sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

.block-pricing-3 .block-pricing-left ul.list-package-feature {
  list-style: none;
  padding-left: 0;
}

.block-pricing-3 .block-pricing-left ul.list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 2px 30px 2px 0px;
  margin-top: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-family: "Noto Sans",sans-serif;
  font-weight: 400;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTIuNSIgZmlsbD0iIzgzQzVCRSIgc3Ryb2tlPSIjN0M4NjhCIi8+CjxyZWN0IHg9IjguNjY2MDIiIHk9IjkuNjg3OTkiIHdpZHRoPSIxLjQ0NDQ0IiBoZWlnaHQ9IjExLjU1NTYiIHJ4PSIwLjUiIHRyYW5zZm9ybT0icm90YXRlKC00NSA4LjY2NjAyIDkuNjg3OTkpIiBmaWxsPSIjN0M4NjhCIi8+CjxyZWN0IHg9IjE2LjgzNzkiIHk9IjguNjY2NSIgd2lkdGg9IjEuNDQ0NDQiIGhlaWdodD0iMTEuNTU1NiIgcng9IjAuNSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMTYuODM3OSA4LjY2NjUpIiBmaWxsPSIjN0M4NjhCIi8+Cjwvc3ZnPgo=) no-repeat right 15px top 1px;
}

.block-pricing-3 .block-pricing-left ul.list-package-feature li.active {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIGZpbGw9IiM4M0M1QkUiLz4KPHBhdGggZD0iTTcuMjIyNjYgMTNMMTEuNTU2IDE3LjMzMzNMMTguNzc4MiAxMC4xMTExIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat right 15px top 1px;
}

.block-pricing-3 .block-price-item {
  border: 1px solid #98A2B3;
  border-radius: 16px;
  position: relative;
  padding: 22px 120px 21px 100px;
  cursor: pointer;
  margin-bottom: 24px;
}

.block-pricing-3 .block-price-item .checkbox {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 35px;
  height: 30px;
  width: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTIuNSIgc3Ryb2tlPSIjODA4NjkxIi8+Cjwvc3ZnPgo=) no-repeat 0px 0px;
}

.block-pricing-3 .block-price-item.active, .block-pricing-3 .block-price-item:hover {
  background-color: #006D77;
}

.block-pricing-3 .block-price-item.active .checkbox, .block-pricing-3 .block-price-item:hover .checkbox {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik03IDEyLjhMMTEuNSAxN0wxOSAxMCIgc3Ryb2tlPSIjMTAxODI4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat 0px 0px;
}

.block-pricing-3 .block-price-item.active .tag-round, .block-pricing-3 .block-price-item:hover .tag-round {
  background-color: #83C5BE;
}

.block-pricing-3 .block-price-item.active .text-heading-5,
.block-pricing-3 .block-price-item.active .text-heading-3, .block-pricing-3 .block-price-item:hover .text-heading-5,
.block-pricing-3 .block-price-item:hover .text-heading-3 {
  color: #fff;
}

.block-pricing-3 .block-price-item.active .text-month, .block-pricing-3 .block-price-item:hover .text-month {
  color: #BFD1FF;
}

.block-pricing-3 .block-price-item .text-heading-5 {
  font-family: Chivo;
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #101828;
}

.block-pricing-3 .block-price-item .text-body-text {
  font-family: "Noto Sans",sans-serif;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.block-pricing-3 .block-price-item .text-heading-3 {
  font-family: Chivo;
  font-weight: bold;
  font-size: 35px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #101828;
}

.block-pricing-3 .block-price-item .text-month {
  color: #667085;
}

.block-pricing-3 .block-price-item .tag-round {
  border-radius: 14px;
  background-color: #667085;
  display: inline-block;
  padding: 2px 15px;
  color: #fff;
}

.block-pricing-3 .block-price-item .box-info-price {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.block-pricing-3 .block-price-item .box-info-price .for-year,
.block-pricing-3 .block-price-item .box-info-price .for-month {
  display: none;
}

.block-pricing-3 .block-price-item .box-info-price .display-year,
.block-pricing-3 .block-price-item .box-info-price .display-month {
  display: inline-block;
}

.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;
}

.agon-box-image .elementor-image-box-content {
  margin-top: -18px;
}

.agon-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;
}

.agon-filter-updating .shop-content:after {
  content: '';
  z-index: 10;
  position: absolute;
  border: 1px solid #ddd;
  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 #ddd;
  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;
}

.agon-products-slider {
  position: relative;
}

@media (max-width: 425px) {
  .agon-products-slider {
    overflow: hidden;
  }
}

.agon-products-slider .slick-dotted.slick-slider {
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .agon-products-slider .products .product {
    background-color: #fff;
  }
}

.slick-dotted.slick-slider {
  padding-bottom: 20px;
}

.product-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #101828;
  display: block;
  border-radius: 50%;
}

.product-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #101828;
  width: 10px;
  height: 10px;
}

.product-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.products.oneslider .agon-product-cats {
  display: none;
}

@media (min-width: 1350px) {
  .title-wrappe.arrowpreset2 {
    justify-content: center;
  }
  .title-wrappe.arrowpreset2 .arrows-widget {
    flex: 1;
    position: absolute;
    top: 50%;
    left: -85px;
    right: -85px;
  }
}

.title-wrappe.arrowpreset3 .arrows-widget {
  flex: 0 38px;
  margin: 1px -6px 0 0;
}

.title-wrappe.arrowpreset3 .arrows-widget .agon-arrow {
  width: 19px;
  border: none;
}

/*Recent-products-slider*/
.product-js-recent-products-slider .open-label-shop,
.product-js-recent-products-slider .loop-action,
.product-js-recent-products-slider .onsale {
  display: none;
}

@media (max-width: 768px) {
  .product-js-recent-products-slider .products .product {
    border: none;
  }
}

.count-downttimer {
  display: none;
}

.product-js-products-slider .products.oneslider .product-image-wrapper {
  width: 43.37%;
  float: left;
}

.product-js-products-slider .products.oneslider .product-image-wrapper .loop-action,
.product-js-products-slider .products.oneslider .product-image-wrapper .open-label-shop {
  display: none;
}

.product-js-products-slider .products.oneslider .content-info-product {
  width: calc( 56.63% - 25px);
  margin-left: 25px;
  float: left;
}

.product-js-products-slider .products.oneslider .content-info-product .woocommerce-loop-product__title {
  margin-top: 1px;
  line-height: 27px;
}

.product-js-products-slider .products.oneslider .product {
  padding-bottom: 0;
}

.product-js-products-slider .products.oneslider li:last-child {
  border-bottom: none;
}

.product-js-products-slider .products.oneslider .agon-style {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-js-products-slider .products.oneslider .agon-style .woocommerce-loop-product__title,
.product-js-products-slider .products.oneslider .agon-style .agon-product-cats,
.product-js-products-slider .products.oneslider .agon-style .price {
  padding: 0;
}

.products.oneslider .product:hover .agon-style {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products.oneslider .product:hover .agon-style .fade-in-block {
  display: none;
}

.products.oneslider .product {
  margin-bottom: 30px;
  padding-bottom: 0;
}

.agon-related-slider {
  overflow-x: hidden;
}

.agon-related-slider .slick-list.draggable {
  padding-bottom: 50px !important;
}

.products-layout-2 .onsale,
.products-layout-2 .products .product:hover .loop-action,
.products-layout-2 .agon-product-cats,
.products-layout-2 .agon-transform-loop-buttons,
.products-layout-2 .star-rating,
.upsells.products .products .onsale,
.upsells.products .products .products .product:hover .loop-action,
.upsells.products .products .agon-product-cats,
.upsells.products .products .agon-transform-loop-buttons,
.upsells.products .products .star-rating,
.related.products .products .onsale,
.related.products .products .products .product:hover .loop-action,
.related.products .products .agon-product-cats,
.related.products .products .agon-transform-loop-buttons,
.related.products .products .star-rating {
  display: none;
}

.products-layout-2 .products .product,
.upsells.products .products .products .product,
.related.products .products .products .product {
  padding: 11px 10px 22px;
}

.products-layout-2 .agon-style .product-information,
.upsells.products .products .agon-style .product-information,
.related.products .products .agon-style .product-information {
  padding-top: 0 !important;
}

.products-layout-2 .agon-transform-price,
.upsells.products .products .agon-transform-price,
.related.products .products .agon-transform-price {
  margin-top: 0;
}

.products-layout-2 .product-image-wrapper,
.upsells.products .products .product-image-wrapper,
.related.products .products .product-image-wrapper {
  width: 37%;
  float: left;
}

.products-layout-2 .product-image-wrapper .loop-action,
.products-layout-2 .product-image-wrapper .open-label-shop,
.upsells.products .products .product-image-wrapper .loop-action,
.upsells.products .products .product-image-wrapper .open-label-shop,
.related.products .products .product-image-wrapper .loop-action,
.related.products .products .product-image-wrapper .open-label-shop {
  display: none;
}

.products-layout-2 .content-info-product,
.upsells.products .products .content-info-product,
.related.products .products .content-info-product {
  width: calc( 63% - 21px);
  margin-left: 21px;
  float: left;
}

.products-layout-2 .content-info-product .woocommerce-loop-product__title,
.upsells.products .products .content-info-product .woocommerce-loop-product__title,
.related.products .products .content-info-product .woocommerce-loop-product__title {
  margin-top: 20px;
  height: 63px;
  overflow: hidden;
}

.products-layout-2 .products.columns-1 .product,
.upsells.products .products .products.columns-1 .product,
.related.products .products .products.columns-1 .product {
  padding-bottom: 0;
}

.products-layout-2 .products.columns-1 li:last-child,
.upsells.products .products .products.columns-1 li:last-child,
.related.products .products .products.columns-1 li:last-child {
  border-bottom: none;
}

.products-layout-2 .products.columns-1 .agon-style,
.upsells.products .products .products.columns-1 .agon-style,
.related.products .products .products.columns-1 .agon-style {
  display: flex;
  justify-content: center;
  align-items: center;
}

.products-layout-2 .products.columns-1 .agon-style .woocommerce-loop-product__title,
.products-layout-2 .products.columns-1 .agon-style .agon-product-cats,
.products-layout-2 .products.columns-1 .agon-style .price,
.upsells.products .products .products.columns-1 .agon-style .woocommerce-loop-product__title,
.upsells.products .products .products.columns-1 .agon-style .agon-product-cats,
.upsells.products .products .products.columns-1 .agon-style .price,
.related.products .products .products.columns-1 .agon-style .woocommerce-loop-product__title,
.related.products .products .products.columns-1 .agon-style .agon-product-cats,
.related.products .products .products.columns-1 .agon-style .price {
  padding: 0;
}

.upsells.products .products .content-info-product .woocommerce-loop-product__title,
.related.products .products .content-info-product .woocommerce-loop-product__title {
  margin-top: 20px;
  height: 63px;
  overflow: hidden;
  color: #101828;
  font-size: 26px;
  line-height: 32px;
}

.upsells.products .products .content-info-product .price ins,
.related.products .products .content-info-product .price ins {
  font-size: 28px;
  line-height: 34px;
  color: #101828;
  font-weight: 400;
}

.upsells.products .products .content-info-product .price del,
.related.products .products .content-info-product .price del {
  font-size: 28px;
  color: #667085;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 20px;
}

.products.columns-1 .product:hover .agon-style {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products.columns-1 .product:hover .agon-style .fade-in-block {
  display: none;
}

.products.columns-1 .product {
  margin-bottom: 10px;
  padding-bottom: 0;
}

.gap-min .products .product:not(.last) {
  margin: 0 10px 10px 0;
}

.gap-min .products .product {
  margin-bottom: 10px;
}

.gap-min .products.columns-2 .product {
  width: calc( ( 100% - ( 30px * 1 ) ) / 2);
}

.gap-min .products.columns-3 .product {
  width: calc( ( 100% - ( 10px * 2 ) ) / 3);
}

.gap-min .products.columns-4 .product {
  width: calc( ( 100% - ( 10px * 3 ) ) / 4);
}

.gap-min .products.columns-5 .product {
  width: calc( ( 100% - ( 10px * 4 ) ) / 5);
}

.gap-min .products.columns-6 .product {
  width: calc( ( 100% - ( 10px * 4 ) ) / 6);
}

.no-rate .star-rating {
  display: none;
}

.loop-product-stock {
  padding-top: 25px;
  padding-bottom: 29px;
}

.loop-product-stock .text-hurry {
  font-size: 18px;
  line-height: 22px;
  color: #004B52;
  font-weight: bold;
  font-family: Chivo;
  margin-bottom: 10px;
}

.loop-product-stock .status-bar,
.loop-product-stock .sold-bar {
  border-radius: 10px;
  height: 11px;
  position: relative;
  background-color: #EF476F;
}

.loop-product-stock .status-bar {
  background-color: #E4E7EC;
  border-radius: 10px;
}

.product-stock-status {
  display: inline-flex;
  margin-top: 10px;
}

.product-stock-status .sold,
.product-stock-status .available {
  font-size: 14px;
  color: #101828;
}

.products.columns-5 {
  float: left;
}

@keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading: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, .agon-products-tab-widget.loading .agon-products-tab-body:before, .agon-products-tab-widget[data-layout="carousel-layout"] .agon-products-tab-body.has-slider .agon-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: "";
  z-index: 5;
  position: absolute;
  border: 1px solid #ddd;
  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%);
}

.agon-slider-widget:not(.tns):not(.tns-slider) .agon-slide + .agon-slide {
  display: none;
}

.agon-slider-widget .agon-slide {
  position: relative;
}

.agon-slider-widget .agon-slider-video-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.agon-slider-widget .agon-slider-video-background iframe {
  width: 100% !important;
  height: 100% !important;
}

.agon-slider-widget .agon-slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.agon-slider-widget .agon-slide-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
}

.agon-slider-widget .agon-slide-container:not(.animated) {
  visibility: hidden;
  opacity: 0;
}

.agon-slider-widget .agon-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.agon-slider-widget .agon-slide-title {
  font-size: 30px;
}

.agon-slider-widget .agon-slide-description {
  font-size: 18px;
}

.agon-slider-widget .agon-slide-button {
  font-size: 16px;
  display: inline-block;
  padding: 6px 20px;
}

.agon-product-slider-widget .agon-product-slider {
  padding-left: 0;
  margin: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product {
  width: calc( (100% - 30px ) / 2);
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) {
  margin-right: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) ~ .product {
  display: none;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product {
  width: calc( (100% - 60px ) / 3);
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) {
  margin-right: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) ~ .product {
  display: none;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product {
  width: calc( (100% - 90px ) / 4);
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) {
  margin-right: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) ~ .product {
  display: none;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product {
  width: calc( (100% - 120px ) / 5);
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) {
  margin-right: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) ~ .product {
  display: none;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product {
  width: calc( (100% - 150px ) / 6);
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) {
  margin-right: 0;
}

.agon-product-slider-widget .agon-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) ~ .product {
  display: none;
}

.agon-product-slider-widget .agon-product-slider li {
  list-style: none;
}

.agon-product-slider-widget .agon-product-slider.products .product {
  margin: 0;
  clear: none !important;
}

.agon-product-images-widget {
  min-height: 1px;
}

.agon-product-images-widget .easyzoom-flyout img {
  max-width: none;
}

.agon-product-images-widget .tns-controls [data-controls] {
  transition: background-color 0.3s ease;
}

.agon-product-images-widget .tns-controls [data-controls]:before {
  transition: color 0.3s ease;
}

.agon-product-category-widget .content-inside .pcw-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.agon-product-category-widget .pcw-item {
  position: relative;
}

.agon-product-category-widget .pcw-image {
  display: block;
}

.agon-product-category-widget .pcw-info {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.agon-product-category-widget .pcw-info-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  margin: 20px;
}

.agon-product-category-widget .pcw-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.agon-product-category-widget .pcw-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}

.agon-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;
}

.agon-posts-widget .wg-post-image {
  display: block;
}

.agon-posts-widget .wg-post-meta-item + .wg-post-meta-item {
  margin-left: 5px;
}

.agon-posts-widget .wg-post-meta-item + .wg-post-meta-item:before {
  content: '•';
  margin-right: 7px;
  font-size: 10px;
}

.agon-posts-widget .wg-post-pagination {
  display: block;
  clear: both;
}

.agon-posts-widget .wg-post-title {
  font-size: 18px;
}

.agon-posts-widget.controls-on-hover .tns-controls button,
.agon-posts-widget.controls-on-hover .tns-nav button {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.agon-posts-widget.controls-on-hover:hover .tns-controls button,
.agon-posts-widget.controls-on-hover:hover .tns-nav button {
  opacity: 1;
  visibility: visible;
}

.agon-posts-widget.arrows-on-hover .tns-controls [data-controls] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.agon-posts-widget.arrows-on-hover:hover .tns-controls [data-controls] {
  opacity: 1;
  visibility: visible;
}

.agon-posts-widget.dots-on-hover .tns-nav [data-nav] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.agon-posts-widget.dots-on-hover:hover .tns-nav [data-nav] {
  opacity: 1;
  visibility: visible;
}

.agon-products-tab-widget {
  position: relative;
  transition-duration: 0.3s;
  margin-bottom: -50px;
}

.agon-products-tab-widget:hover .tns-outer {
  z-index: 20;
}

.agon-products-tab-widget.loading {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.agon-products-tab-widget.loading .agon-products-tab-body:after {
  content: '';
}

.agon-products-tab-widget.loading .agon-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;
}

.agon-products-tab-widget[data-layout="carousel-layout"] .agon-products-tab-body.has-slider .agon-products-tab-content:first-of-type .products:not(.tns-slider) .product:first-of-type {
  opacity: 0;
  visibility: hidden;
}

.agon-products-tab-widget[data-layout="carousel-layout"] .agon-products-tab-body.has-slider .agon-products-tab-content:first-of-type .products:not(.tns-slider) .product ~ .product {
  display: none;
}

.agon-products-tab-widget[data-layout="carousel-layout"] .products:not([class*="columns"]) .product {
  float: none;
  margin-right: 0;
}

@media (max-width: 767px) {
  .agon-products-tab-widget .agon-product-tab-carousel-arrows {
    margin: 15px 0;
  }
}

.agon-products-tab-widget .agon-product-tab-arrows-container {
  display: none;
  justify-content: space-between;
}

.agon-products-tab-widget .agon-product-tab-arrows-container.active {
  display: flex;
}

.agon-products-tab-widget .agon-product-tab-arrows-container.hidden {
  display: none;
}

.agon-products-tab-widget .agon-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: 10px;
  transition-duration: 0.3s;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.agon-products-tab-widget .agon-product-tab-arrows-container [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

.agon-products-tab-widget .agon-products-tab-btn {
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 17px 7.5px;
  display: inline-flex;
  position: relative;
  bottom: -1px;
}

.agon-products-tab-widget .agon-products-tab-btn:first-child {
  padding-left: 0;
}

.agon-products-tab-widget .agon-products-tab-btn.active, .agon-products-tab-widget .agon-products-tab-btn:hover {
  color: #333;
}

.agon-products-tab-widget .agon-products-tab-body {
  position: relative;
  min-height: 390px;
}

.agon-products-tab-widget .agon-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;
}

.agon-products-tab-widget .agon-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;
}

.agon-products-tab-widget .agon-products-tab-content .no-products-found {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}

.agon-products-tab-widget .agon-products-tab-content.active {
  display: block;
}

.agon-products-tab-widget .agon-products-tab-head {
  margin-bottom: 9px;
  border-bottom: 1px solid #fff;
}

.agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons {
  width: calc( 100% - 97px);
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 425px) {
  .agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons {
    width: calc( 100% - 65px);
  }
}

@media (max-width: 768px) {
  .agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons .tabs-name.title {
  position: relative;
  padding: 0;
  margin-right: 25px;
  margin-top: 7px;
  display: block;
  float: left;
}

.agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons .tabs-name.title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: -1px;
  left: 0;
  background-color: #e44515;
}

@media (max-width: 768px) {
  .agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons .tabs-name.title {
    margin-bottom: 20px;
  }
}

.agon-products-tab-widget .agon-products-tab-head .agon-products-tab-head-buttons .tabs-button-view {
  display: block;
  float: left;
  padding: 20px 0;
}

.agon-products-tab-widget .agon-products-tab-head .agon-product-tab-carousel-arrows {
  width: 65px;
  position: absolute;
  right: 0;
  top: 15px;
}

.agon-products-tab-widget .agon-products-tab-head .layout-grid {
  width: 100%;
}

.agon-products-tab-widget .agon-products-tab-head .layout-grid .agon-products-tab-btn:last-child {
  padding-right: 0;
  margin-right: 0;
}

.agon-products-tab-widget .agon-products-tab-head .layout-grid .agon-products-tab-btn:first-child {
  margin-left: 0;
}

.agon-products-tab-widget .agon-products-tab-head .underline .agon-products-tab-btn.active {
  text-decoration: underline;
}

.tns-inner .products .product {
  float: none;
  margin: 0;
}

@media (min-width: 992px) {
  .agon-products-tab-content .products {
    border-top: none;
  }
}

@media (max-width: 768px) {
  .agon-products-tab-content .products .product {
    border: none;
  }
}

.agon-products-tab-content .products .status-publish.last {
  border-right: none;
}

.agon-products-tab-content .products .status-publish.first {
  border-left: none;
}

.agon-products-tab-content .tns-nav {
  bottom: -28px;
  height: 28px;
  background-color: #fff;
}

.agon-products-tab-content .tns-nav button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #101828;
}

.agon-products-tab-content .tns-nav button.tns-nav-active {
  border: 2px solid #101828;
  background-color: #fff;
}

@media (min-width: 62em) {
  .tns-inner .products > .tns-item {
    padding-right: 0 !important;
  }
  .agon-products-tab-content .tns-ovh .tns-inner {
    margin: 0px 1px 0px 1px !important;
  }
}

.agon-products-tab-widget .agon-products-tab-content.active .tns-ovh {
  padding-bottom: 45px;
}

.agon-widget-search {
  text-align: center;
}

.agon-widget-search .agon-form-search--wrapper {
  padding: 23px 50px;
  background-color: #1a1a1a;
}

@media (max-width: 425px) {
  .agon-widget-search .agon-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action.vertical .ymm-selector.ymm-box .block-content {
  display: flex;
  flex-direction: column;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action.vertical .ymm-selector.ymm-box .block-content select.ymm-select {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( 100% / 3);
  height: 55px;
  border-radius: 0;
  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) {
  .agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
  }
}

.agon-widget-search .agon-form-search--wrapper .agon-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;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
  height: 55px;
  padding: 10px 50px;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
    padding: 10px 20px;
  }
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-category-select {
  width: 100%;
  height: 55px;
  border-radius: 0;
  margin-right: 0;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table {
  border-collapse: collapse;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr {
  display: flex;
  flex-direction: column;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr td {
  margin-bottom: 10px;
}

.agon-widget-search .agon-form-search--wrapper .agon-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: 0;
  margin-right: 0;
  padding: 0 30px;
  border: 1px solid;
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button {
  padding: 0;
  margin: 0;
}

.agon-widget-search .agon-form-search--wrapper .agon-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: 0;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
    padding: 10px 20px;
  }
}

.agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table, .agon-widget-search .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search tr, .agon-widget-search .agon-form-search--wrapper .agon-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 .agon-form-search--wrapper {
  padding: 23px 50px;
  background-color: #1a1a1a;
}

@media (max-width: 425px) {
  .search-shop .agon-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.search-shop .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( ( 100% - 194px ) / 3);
  height: 55px;
  border-radius: 0;
  padding: 0 30px;
  position: relative;
  border: none;
  margin-right: 8px;
}

@media (max-width: 425px) {
  .search-shop .agon-form-search--wrapper .agon-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
    width: 100%;
  }
}

.agon-share-button .share-social .social-list {
  list-style: none;
  margin: 20px 0 0 10px;
  padding: 0;
}

.agon-share-button .share-social .social-list li {
  line-height: unset;
  margin-bottom: 10px;
}

.agon-share-button .share-social .social-list li a {
  font-size: 20px;
  transition: all 0.3s;
}

.agon-share-button .share-social .social-list li a:hover {
  transform: scale(1.1);
}

.agon-share-button .share-social .social-list li .fa-facebook {
  color: #3b5999;
}

.agon-share-button .share-social .social-list li .fa-twitter {
  color: #03a9f4;
}

.agon-share-button .share-social .social-list li .fa-pinterest-p {
  color: #d32f2f;
}

.agon-share-button .share-social .social-list li .fa-tumblr-square {
  color: #001935;
}

.agon-share-button .share-social .social-list li .fa-envelope {
  color: #ff4b26;
}

.agon-share-button .share-social .social-list li .fa-linkedin {
  color: #0077b7;
}

.agon-share-button-right {
  float: right;
}

.btn-media {
  border-radius: 4px;
  padding: 2px 16px;
  min-height: 36px;
  line-height: 32px;
  border: 1px solid rgba(6, 18, 36, 0.1);
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline-flex;
  font-family: Chivo;
  font-size: 18px;
  transition: 0.2s;
  letter-spacing: 0.45px;
}

.btn-media img {
  margin-right: 10px;
}

/* Tab content */
.tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.tab-container .list-content {
  margin: 0 10px 10px 10px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.tab-container .list-content:first-child {
  margin: -10px 10px 0 0;
}

.tab-container .list-content:last-child {
  margin: -10px 0 0 10px;
}

.tab-container .list-content: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: #fc5a34;
}

.tab-container .list-content:hover:before {
  color: #fc5a34;
  width: 100%;
  opacity: 0;
}

@media (max-width: 680px) {
  .tab-container .list-content {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .tab-container .list-content {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .tab-container .list-content {
    margin: 0 10px 10px 10px;
  }
}

.tab-container .current:before {
  color: #fc5a34;
  width: 100%;
  opacity: 0;
}

.tab-container .btn.btn-default:hover {
  background-color: #101828;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTggMy4xNDM3Mkw3Ljg1NjI1IDAuNDU0MjIzQzcuNjQ1MjEgMC4yNDMyNzcgNy4zNTkwMSAwLjEyNDgwOCA3LjA2MDYxIDAuMTI0ODc4QzYuNzYyMjIgMC4xMjQ5NDggNi40NzYwNyAwLjI0MzU1MiA2LjI2NTEzIDAuNDU0NTk4QzYuMDU0MTggMC42NjU2NDQgNS45MzU3MSAwLjk1MTg0NCA1LjkzNTc4IDEuMjUwMjRDNS45MzU4NSAxLjU0ODYzIDYuMDU0NDYgMS44MzQ3OCA2LjI2NTUgMi4wNDU3Mkw4LjA5NDc1IDMuODc0OTdIMS41QzEuMjAxNjMgMy44NzQ5NyAwLjkxNTQ4NCAzLjk5MzUgMC43MDQ1MDUgNC4yMDQ0OEMwLjQ5MzUyNyA0LjQxNTQ2IDAuMzc1IDQuNzAxNiAwLjM3NSA0Ljk5OTk3QzAuMzc1IDUuMjk4MzQgMC40OTM1MjcgNS41ODQ0OSAwLjcwNDUwNSA1Ljc5NTQ3QzAuOTE1NDg0IDYuMDA2NDUgMS4yMDE2MyA2LjEyNDk3IDEuNSA2LjEyNDk3SDguMDk0NzVMNi4yNjU1IDcuOTU0MjJDNi4wNTQ0NiA4LjE2NTE3IDUuOTM1ODUgOC40NTEzMSA1LjkzNTc4IDguNzQ5NzFDNS45MzU3MSA5LjA0ODEgNi4wNTQxOCA5LjMzNDMgNi4yNjUxMyA5LjU0NTM1QzYuNDc2MDcgOS43NTYzOSA2Ljc2MjIyIDkuODc1IDcuMDYwNjEgOS44NzUwN0M3LjM1OTAxIDkuODc1MTQgNy42NDUyMSA5Ljc1NjY3IDcuODU2MjUgOS41NDU3MkwxMC41NDU4IDYuODU2MjJDMTEuMDM3MiA2LjM2MzQ0IDExLjMxMzEgNS42OTU5MSAxMS4zMTMxIDQuOTk5OTdDMTEuMzEzMSA0LjMwNDA0IDExLjAzNzIgMy42MzY1IDEwLjU0NTggMy4xNDM3MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  color: #fff !important;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-content-area .tab-content-item {
  display: none;
}

.tab-content-area .tab-content-item.current {
  display: block;
}

@media (min-width: 1770px) {
  .btn-play-video {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -34px;
    width: 64px;
    height: 72px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjgiIGhlaWdodD0iNzIiIHZpZXdCb3g9IjAgMCA2OCA3MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZF8yOV8zMDMpIj4KPGNpcmNsZSBjeD0iMzQiIGN5PSIzMCIgcj0iMzAiIGZpbGw9IndoaXRlIi8+CjwvZz4KPHBhdGggZD0iTTI4Ljc5OCAzNy45MDA5TDM5LjQ2NDcgMjkuOTAwOUMzOS43MzE0IDI5LjcwMDkgMzkuNzMxNCAyOS4zMDA5IDM5LjQ2NDcgMjkuMTAwOUwyOC43OTggMjEuMTAwOUMyOC40Njg0IDIwLjg1MzcgMjcuOTk4IDIxLjA4ODkgMjcuOTk4IDIxLjUwMDlWMzcuNTAwOUMyNy45OTggMzcuOTEyOSAyOC40Njg0IDM4LjE0ODEgMjguNzk4IDM3LjkwMDlaIiBmaWxsPSIjMTAxODI4Ii8+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2RfMjlfMzAzIiB4PSIwIiB5PSIwIiB3aWR0aD0iNjgiIGhlaWdodD0iNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQ29sb3JNYXRyaXggaW49IlNvdXJjZUFscGhhIiB0eXBlPSJtYXRyaXgiIHZhbHVlcz0iMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMTI3IDAiIHJlc3VsdD0iaGFyZEFscGhhIi8+CjxmZU9mZnNldCBkeT0iOCIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyIi8+CjxmZUNvbG9yTWF0cml4IHR5cGU9Im1hdHJpeCIgdmFsdWVzPSIwIDAgMCAwIDAuMDg2Mjc0NSAwIDAgMCAwIDAuMTA5ODA0IDAgMCAwIDAgMC4xNTY4NjMgMCAwIDAgMC4wMiAwIi8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0iZWZmZWN0MV9kcm9wU2hhZG93XzI5XzMwMyIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9ImVmZmVjdDFfZHJvcFNoYWRvd18yOV8zMDMiIHJlc3VsdD0ic2hhcGUiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==) no-repeat;
  }
  .block-video.icon-pattern::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    height: 132px;
    width: 146px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ2IiBoZWlnaHQ9IjEzMiIgdmlld0JveD0iMCAwIDE0NiAxMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDIyLjgyMDJMMzYuODIwMiAtMTRINzNWMjIuODIwMkwzNi44MjAyIDU5VjIyLjgyMDJIMFoiIGZpbGw9IiNGRkYzRUEiLz4KPHBhdGggZD0iTTAgOTUuODIwMkwzNi44MjAyIDU5SDczVjk1LjgyMDJMMzYuODIwMiAxMzJWOTUuODIwMkgwWiIgZmlsbD0iI0ZGRjNFQSIvPgo8cGF0aCBkPSJNNzMgMjIuODIwMkw2NyAtMjAuNUwxNDYgLTE0TDE2NC41IDYzLjVMMTA5LjgyIDU5VjIyLjgyMDJINzNaIiBmaWxsPSIjRkZGM0VBIi8+CjxwYXRoIGQ9Ik03MyA5NS44MjAyTDEwOS44MiA1OUgxNDZWOTUuODIwMkwxMDkuODIgMTMyVjk1LjgyMDJINzNaIiBmaWxsPSIjRkZGM0VBIi8+Cjwvc3ZnPgo=) no-repeat;
    z-index: 2;
  }
}

.tab-content-item {
  transition: opacity .15s linear;
}

.agon-team-member .agon-member-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agon-team-member .agon-member-name .name {
  margin: 0;
}

.agon-team-member .agon-member-description {
  margin-bottom: 0;
}

ul.agon-contact-icon {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.agon-contact-icon li {
  line-height: unset;
}

.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;
}

.agon-teammember-slider-widget {
  /* the parent */
}

.agon-teammember-slider-widget .slick-slide {
  margin: 0 12px;
}

.agon-teammember-slider-widget .slick-list {
  margin: 0 -12px;
}

.agon-teammember-slider-widget .title-wrappe {
  position: relative;
  margin-bottom: 75px;
}

.agon-teammember-slider-widget .title-wrappe .title-product-slider {
  margin-bottom: 10px;
}

.agon-teammember-slider-widget .title-wrappe .arrows-widget {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 150px;
  z-index: 10;
  left: 0;
  top: 40px;
}

@media (max-width: 768px) {
  .agon-teammember-slider-widget .title-wrappe .arrows-widget {
    display: none;
  }
}

.agon-teammember-slider-widget .grid-5-img {
  margin-bottom: 19px;
}

.agon-teammember-slider-widget .agon-member-description {
  color: #667085;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.agon-teammember-slider-widget h5.text-heading-5 {
  margin: 4px 0 16px 0;
  font-size: 22px;
  line-height: 24px;
}

.agon-teammember-slider-widget .text-body-excerpt {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
}

.agon-teammember-slider-widget .text-body-text-md {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.agon-teammember-slider-widget .agon-contact-icon.agon-member-list-social.social-bottom {
  margin-top: 11px;
}

.icon-socials {
  width: 27px;
  height: 27px;
  background-color: #98A2B3;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.icon-socials:hover {
  background-color: #006D77;
}

.icon-socials a {
  color: #fff;
}

.icon-socials a:hover {
  color: #fff !important;
}

.card-grid-style-5 {
  margin-bottom: 59px;
}

.testimonial-avatar .avatar {
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial--name {
  text-align: center;
  margin: 30px 0 10px;
}

.testimonial--position {
  display: block;
  text-align: center;
}

.testimonial--rate {
  display: block;
  font-size: 15px;
}

.agon-testimonial-widget {
  position: relative;
  /* the parent */
}

.agon-testimonial-widget .slick-slide {
  margin: 0 12px;
}

.agon-testimonial-widget .slick-list {
  margin: 0 -12px;
}

.agon-testimonial-widget .title-wrappe {
  position: relative;
  margin-bottom: 75px;
}

.agon-testimonial-widget .title-wrappe .title-product-slider {
  margin-bottom: 10px;
}

.agon-testimonial-widget .title-wrappe .arrows-widget {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 150px;
  z-index: 10;
  left: 0;
  top: 40px;
}

@media (max-width: 768px) {
  .agon-testimonial-widget .title-wrappe .arrows-widget {
    display: none;
  }
}

.agon-testimonial-widget .testimonial-slider-dots .slick-dots {
  bottom: 20px;
}

.testimonial-item .testimonial-avata {
  margin-bottom: 24px;
}

.testimonial-item .testimonial-avata .avata-testimonial {
  height: 55px;
  width: 55px;
  border-radius: 50%;
}

.testimonial-position-name {
  margin: -3px 0 0 0;
}

.testimonial-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.testimonial-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #101828;
  display: block;
  border-radius: 50%;
}

.testimonial-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #101828;
  width: 10px;
  height: 10px;
}

.testimonial-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.testimonial-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #101828;
  width: 10px;
  height: 10px;
}

.testimonial-slider-dots .slick-dots {
  position: static;
}

.testimonial-list .slick-slide:nth-child(1) > div .testimonial-item {
  border-color: #DDD3FA;
}

.testimonial-list .slick-slide:nth-child(3n+1) > div .testimonial-item {
  border-color: #DDD3FA;
}

.testimonial-list .slick-slide:nth-child(3n+2) > div .testimonial-item {
  border-color: #D1ECFD;
}

.testimonial-list .slick-slide:nth-child(3n+3) > div .testimonial-item {
  border-color: #FAD2E1;
}

.testimonial-list .slick-slide:nth-child(3n+4) > div .testimonial-item {
  border-color: #BEE1E6;
}

/**
 * Video popup
 */
.agon-box {
  position: relative;
}

.agon-box .btn-play,
.agon-box .btn-play:before {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agon-box .btn-play {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.agon-box .btn-play:before {
  border-radius: 50%;
  font-weight: 900;
}

.agon-box .image-icon-wrapper {
  width: 135px;
  height: 135px;
  display: block;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .agon-box .image-icon-wrapper {
    width: 50px;
    height: 50px;
  }
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .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: 35px;
  }
  .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: 0;
    margin-bottom: 15px;
  }
  .single-post .comment-content {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 320px) {
  #commentform #submit {
    width: 100%;
  }
}

.ht-grid-item:nth-child(3) .grid-4-img::before {
  background-color: #FAD2E1;
}

.ht-grid-item:nth-child(4) .grid-4-img::before,
.ht-grid-item:nth-child(4n + 3) .grid-4-img::before {
  background-color: #FFF3EA;
}

.ht-grid-item:nth-child(5) .grid-4-img::before,
.ht-grid-item:nth-child(5n +3) .grid-4-img::before {
  background-color: #DFE7FD;
}

.ht-grid-item:nth-child(6n + 3) .grid-4-img::before {
  background-color: #EAE4E9;
}

@media (min-width: 992px) {
  .menu-layout-4 .primary-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-layout:not(.menu-layout-2) .menu-woo-action,
  .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: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

@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: 991px) {
  #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 {
    width: 50%;
    padding-left: 30px;
    height: 400px;
  }
}

@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: 740px;
  }
}

@media (max-width: 2599px) and (min-width: 768px) {
  .single-gallery-grid .single-product-gallery .pro-img-item {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
  .single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
}

@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: 30px 0;
  }
  .single-gallery-grid .summary.entry-summary {
    width: calc( 100% - 800px);
  }
}

@media (max-width: 991px) {
  .single-gallery-grid #gallery-image .pro-img-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .single-gallery-slider .single-product-gallery, .single-gallery-image .single-product-gallery {
    width: 50%;
  }
  .single-gallery-slider .single-product-gallery + .summary, .single-gallery-image .single-product-gallery + .summary {
    padding-left: 30px;
  }
  .single-gallery-slider .summary, .single-gallery-image .summary {
    width: 50%;
  }
  .single-gallery-image .single-product-gallery {
    margin-right: 30px;
  }
  .single-gallery-image .single-product-gallery + .summary {
    padding-left: 0;
  }
  .single-gallery-image .summary {
    width: -webkit-calc( 50% - 30px);
    width: -moz-calc( 50% - 30px);
    width: calc( 50% - 30px);
  }
}

@media (max-width: 991px) {
  .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;
    padding-top: 30px;
  }
  .single-gallery-slider .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-slider .summary.entry-summary {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .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: 991px) {
  .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%;
  }
  .summary .product_title {
    margin-top: 25px;
    font-size: 200%;
  }
  .woocommerce-tabs .tabs {
    margin: 30px 0;
    text-align: left;
  }
  .woocommerce-tabs .tabs li {
    padding: 2px 0;
  }
  .woocommerce-tabs .tabs li + li {
    margin-right: 10px;
  }
  .woocommerce-tabs .tabs a {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 10px;
  }
  .single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .shop-top-bar {
    display: block;
  }
  .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-Reviews .comment_container img + .comment-text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .single-product .upsells.products,
  .single-product .related.products {
    padding-top: 0;
  }
  .single-product .upsells.products > h2,
  .single-product .related.products > h2 {
    font-size: 200%;
    margin: 30px 0;
  }
  .single-product .tawcvs-swatches .swatch {
    margin-bottom: 20px;
  }
}

@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: 345px;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-345px);
  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: 72px;
}

@media (max-width: 783px) {
  .logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
    padding-top: 57px;
    display: block;
    clear: both;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  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: 992px) {
  body.hide-scrollbar {
    overflow: auto;
  }
}

@media (max-width: 1199px) {
  .single-gallery-fullall .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-fullall .summary {
    width: 100%;
  }
}

/*-------------------------------------*\
	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: 4px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #fb4e50;
  color: white;
  padding: 5px 7px 4px 7px;
  font-size: 10px;
  line-height: 10px;
  white-space: nowrap;
  border-radius: 0;
}

[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: #fb4e50;
}

.hint--top-right:before {
  border-top-color: #fb4e50;
}

.hint--top:before {
  border-top-color: #fb4e50;
}

.hint--bottom-left:before {
  border-bottom-color: #fb4e50;
}

.hint--bottom-right:before {
  border-bottom-color: #fb4e50;
}

.hint--bottom:before {
  border-bottom-color: #fb4e50;
}

.hint--left:before {
  border-left-color: #fb4e50;
}

.hint--right:before {
  border-right-color: #fb4e50;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -7px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 4px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -7px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 4px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -7px;
  margin-bottom: -4px;
}

.hint--right:after {
  margin-bottom: -10px;
}

.hint--right:before, .hint--right:after {
  left: 110%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -7px;
  margin-bottom: -4px;
}

.hint--left:after {
  margin-bottom: -10px;
}

.hint--left:before, .hint--left:after {
  right: 110%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -7px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 4px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 8px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  -moz-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -7px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 4px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -8px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -7px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 4px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 8px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  -moz-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -7px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 4px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -8px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

/**
 * 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: 0;
}

/**
 * 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);
}
