@charset "UTF-8";
/*
* Theme Name: Azo Theme
* Version: 1.0.1
* Description: Azo is Parts And Tools WordPress WooCommerce Theme
* Author: BoostifyTheme
* Author URI: https://themeforest.net/user/boostifythemes
* Theme URI: https://boostifythemes.com/
* Text Domain: azo
* 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-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/webfonts/fa-solid-900.eot");
  src: url("fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("fonts/webfonts/fa-solid-900.woff") format("woff"), url("fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close, .woosw-area.woosw-area .woosw-continue {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.woocommerce-review-link, .woosw-page a,
.woosw-continue {
  position: relative;
}

.woocommerce-review-link:after, .woosw-page a:after,
.woosw-continue:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

.woocommerce-review-link:hover:after, .woosw-page a:hover:after,
.woosw-continue:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

/* Bottom line waving */
/* MIXINS */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.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%;
  }
}

/* custom */
/* Underlink */
/* transition=============== */
/* filter */
.flex, .ie-detected .tns-controls [data-controls], .woocommerce-pagination ul .page-numbers, .post-nav-item, .search-submit, .scroll-to-top, .widget-ajax-search-azo .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.azo-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, .loop-action .product-quick-view-btn span,
.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a, .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: -15px;
  margin-right: -15px;
  min-height: 1px;
}

.ht-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
  min-height: 1px;
}

@media (min-width: 1024px) {
  .ht-grid-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ht-grid-tablet-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-tablet-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-tablet-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-tablet-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-tablet-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-tablet-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-tablet-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-tablet-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-tablet-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-tablet-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-tablet-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-tablet-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ht-grid-mobile-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-mobile-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-mobile-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-mobile-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-mobile-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-mobile-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-mobile-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-mobile-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-mobile-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-mobile-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-mobile-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-mobile-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

/* skew */
/* translate */
.duration, a, #commentform #comment, #commentform .attachment-button,
#commentform #submit, #menu-overlay, .footer-subscribe-form input, .footer-subscribe-form button, .p-attr-swatch:before, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .woocommerce-address-fields .button:hover, #shop-cart-sidebar:after, #close-cart-sidebar, #shop-overlay, .woocommerce-cart .woocommerce-cart-form .actions button[type="submit"], .woocommerce-cart .woocommerce-shipping-calculator button[type="submit"], form.woocommerce-checkout #place_order, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider .pro-carousel-image .tns-controls button, .cart .single_add_to_cart_button, .quick-view-content .quick-view-images .tns-controls button, .quick-view-close-btn, .price_slider_wrapper .price_slider_amount button[type=submit], .product-categories.azo-product-categories .accordion-cat-toggle:before, .woobt-actions .single_add_to_cart_button {
  -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: 15px;
  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-azo .tagcloud, .posts-nav, #commentform #comment, #commentform #author,
#commentform #email, #comments, #comments .navigation, .comment-item, .comment-text, .blog .blog-article-sum, .elementor-widget, .widget select, .search-form, .flickr-widget, #theme-footer, .footer-bot, #theme-menu-layout, .menu-layout, #theme-page-header, .page-header, .footer-subscribe-form, .pro-swatch-list, .woocommerce-account .u-column1, .woocommerce-account .u-column2, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .cart-sidebar-content .variation, .cart-sidebar-content .quantity, .product_list_widget, .product_list_widget .mini_cart_item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals, form.woocommerce-checkout, form.woocommerce-checkout #customer_details, form.woocommerce-checkout #order_review, 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, .price_slider_wrapper .price_slider, .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: 15px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.wp-caption .wp-caption-text a {
  color: #7b98aa;
}

/* 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 {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.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: 40px;
  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: 40px;
  padding: 0 20px;
  cursor: pointer;
  border: 0;
  float: left;
  background: #333;
  color: #fff;
}

/* widget calendar
------------------------------------------------->*/
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 10px;
}

#wp-calendar * {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar td,
#wp-calendar th {
  padding: 0;
  line-height: 34px;
}

/* 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: 15px !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: 15px;
  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.3px;
  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: 4px;
}

#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: 700;
  letter-spacing: normal;
}

.widget .widget-title {
  font-size: 18px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/*!
 * animate.css -https://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - https://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  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: 3px;
  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 #eeeeee;
  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.Micazooft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Micazooft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Micazooft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Micazooft.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.Micazooft.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-cazoshairs: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 {
  border: 1px solid #dddddd;
  color: #666666;
  width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #ffb700;
}

.wpcf7-text {
  height: 50px;
  padding: 0 20px;
}

.wpcf7-textarea {
  padding: 15px 20px;
}

.wpcf7-submit {
  height: 50px;
  border: 1px solid transparent;
  background-color: #222222;
  color: #ffffff;
}

.ctf-deco1:after {
  display: table;
  clear: both;
  content: "";
}

.ctf-deco1 .wpcf7-text {
  float: left;
  width: 70%;
}

.ctf-deco1 .wpcf7-submit {
  float: right;
  width: 30%;
}

.ctf-deco1--dark .wpcf7-text {
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  background-color: transparent;
  color: #ffffff;
}

.ctf-deco1--dark .wpcf7-text:focus {
  border-bottom-color: #ffffff;
}

.ctf-deco1--dark .wpcf7-submit {
  width: 25%;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.ctf-deco1--dark .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #222222;
  opacity: 1;
}

.ctf-contact-form .wpcf7-form-control {
  margin-bottom: 15px;
}

.ctf-contact-form .wpcf7-submit {
  padding-right: 45px;
  padding-left: 45px;
}

.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 #eeeeee;
  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: 15px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .newsletter-section__title {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsletter-section__field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #f3f3f3;
  color: #999;
  font-size: 18px;
}

.newsletter-section__field:focus {
  border: 1px solid #999;
}

.newsletter-section__submit {
  border: 0 !important;
  background: none;
  color: #d21515;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.newsletter-section__submit:focus {
  outline: thin dotted;
}

.form-home-footer {
  position: relative;
  margin-top: 17px;
}

.form-home-footer .input-footer {
  height: 50px;
  background-color: transparent;
  color: #a5a5a5;
  font-size: 15px;
  padding-left: 25px;
  border-color: #999999;
}

.form-home-footer .submit-footer {
  font-size: 0;
  height: 50px;
  width: 50px;
  background-color: #fc5a34;
  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: 15px;
}

@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: 3px;
  background-color: #f8f8f8;
}

.form-contact .form-wrapper .submit-contact {
  padding: 0 50px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: none;
  border-radius: 3px;
}

.form-newletter-footer-v1 {
  position: relative;
}

.form-newletter-footer-v1 .input-newletter {
  height: 50px;
  padding-right: 3.5em;
  background: #fff;
}

.form-newletter-footer-v1 .input-newletter::placeholder {
  font-size: 13px;
}

.form-newletter-footer-v1 .submit-newletter {
  font-size: 0;
  height: 50px;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 8px;
  border: none;
  background-image: url(images/icon/newsletter.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px;
}

.banner-newletter .input-newletter {
  border-color: transparent;
}

.form-newletter-footer-v1.footer-v5 .input-newletter {
  border-color: #333333;
}

.form-newletter-footer-v1.footer-v5 .submit-newletter {
  background-image: url(images/icon/icon_newletter.png);
}

.form-newletter-footer-v1.newsletter-homepage .input-newletter {
  height: 38px;
  padding-left: 0;
  padding-right: 2em;
  border: none;
  border-bottom: 1px solid #2f2f30;
}

.form-newletter-footer-v1.newsletter-homepage .input-newletter::placeholder {
  font-size: 16px;
  color: #959595;
  font-style: italic;
  font-weight: 300;
}

.form-newletter-footer-v1.newsletter-homepage .submit-newletter {
  width: 20px;
  padding: 0;
}

.form-footer-v1 {
  display: flex;
  background-color: #fff;
  border-radius: 3px;
}

.form-footer-v1 .wpcf7-form-control-wrap.your-email {
  flex: 1;
}

.form-footer-v1 .wpcf7-form-control-wrap.your-email .input-newletter {
  border: none;
  height: 50px;
  padding: 0 35px;
  font-size: 14px;
  color: #767676;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.form-footer-v1 .wpcf7-form-control-wrap.your-email .input-newletter::placeholder {
  font-size: 14px;
  color: #767676;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.form-footer-v1 .submit-newletter {
  width: 31%;
  height: 50px;
  padding: 0 5px;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 500;
  color: #222222;
  background-color: #ffb700;
  border-radius: 3px;
  border: none;
}

.form-footer-v1 .submit-newletter:hover {
  background-color: #ccc;
}

.home-1-submit .form-footer-v1 .submit-newletter {
  width: 27.5%;
}

.form-page-contact .col {
  padding-left: 15px;
  padding-right: 15px;
}

.form-page-contact label {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.form-page-contact textarea,
.form-page-contact input {
  margin-top: 10px;
  margin-bottom: 25px;
  transition: all 0.3s;
  font-weight: 400 !important;
}

.form-page-contact textarea::placeholder,
.form-page-contact input::placeholder {
  color: #959595;
  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: 45px;
}

.form-page-contact textarea {
  height: 200px;
  resize: none;
  margin-bottom: 12px;
}

.form-page-contact .button-submit .submit-contact {
  height: unset;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 0 50px;
  font-weight: 500 !important;
  line-height: 45px;
  letter-spacing: 0.3px;
  transition: all 0.3s;
  margin-bottom: 0px;
  border: none;
}

.form-page-contact.contactv2 textarea,
.form-page-contact.contactv2 input {
  margin-top: 6px;
  margin-bottom: 19px;
}

.form-page-contact.contactv2 textarea {
  height: 130px;
  margin-bottom: 12px;
}

.form-page-contact.contactv2 .button-submit .submit-contact {
  width: 100%;
}

.form-page-contact-2 .button-submit {
  text-align: center;
}

.form-return {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.form-return input {
  height: 45px;
}

.form-return input::placeholder {
  font-weight: 400;
}

.form-return .item {
  width: 42.3%;
  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: 11px;
}

.form-return .item label {
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.form-return .button {
  width: 15.4%;
}

@media (max-width: 575px) {
  .form-return .button {
    width: 100%;
  }
}

.form-return .button input {
  width: 100%;
  border: none;
}

/* 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(15px, -9px);
  transform: rotate(45deg) translate(15px, -9px);
}

.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:after {
  -webkit-transform: rotate(-45deg) translate(15px, 9px);
  transform: rotate(-45deg) translate(15px, 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-azoe:before {
  content: "\f4a3";
}

.ion-ios-azoe-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, .azo-products-tab-widget.loading .azo-products-tab-body:before, .azo-products-tab-widget[data-layout="carousel-layout"] .azo-products-tab-body.has-slider .azo-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: 15px;
  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: 15px;
  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: 15px;
  height: 15px;
  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: 15px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  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;
  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 #eeeeee;
}

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: 15px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  border: 1px solid #dddddd;
}

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 #eaeaea;
  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: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

table,
th,
td {
  border: 1px solid #eaeaea;
}

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 #eeeeee;
  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, .azo-products-tab-widget.loading .azo-products-tab-body:before, .azo-products-tab-widget[data-layout="carousel-layout"] .azo-products-tab-body.has-slider .azo-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 ul {
  margin: 0;
  padding-left: 0;
}

.woocommerce-pagination ul a {
  text-align: center;
  display: inline-block;
  width: unset;
  height: unset;
  line-height: unset;
}

.woocommerce-pagination ul a:hover {
  border-color: #999;
}

.woocommerce-pagination ul .page-numbers {
  width: 10px;
  height: 23px;
  border-bottom: 1px solid transparent;
}

.woocommerce-pagination ul .fa-angle-double-left {
  margin-right: 3px;
}

.woocommerce-pagination ul .fa-angle-double-right {
  margin-left: 3px;
}

.woocommerce-pagination ul .current {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}

.woocommerce-pagination ul .dots:hover {
  border-color: transparent !important;
}

.woocommerce-pagination li {
  list-style: none;
  display: inline-block;
}

.woocommerce-pagination li + li {
  margin-left: 12px;
}

.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 60px 0;
  clear: both;
}

@media (max-width: 1024px) {
  .pagination {
    margin: 50px 0 50px 0;
  }
}

.pagination .page-numbers {
  margin-right: 5px;
}

.pagination span.current,
.pagination a.page-numbers {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  display: inline-block;
  border: 1px solid #dddddd;
  color: #222222;
  background-color: transparent;
}

.pagination span.current:hover,
.pagination a.page-numbers:hover {
  background-color: #555555;
  border: 1px solid transparent;
  color: #fff;
}

.pagination span.current {
  background-color: #555555;
  color: #fff;
  border: 1px solid transparent;
}

.pagination .prev.page-numbers:after {
  content: "\f124";
  font-family: "ionicons";
  font-size: 12px;
}

.pagination .next.page-numbers:after {
  content: "\f125";
  font-size: 12px;
  font-family: "ionicons";
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  clear: both;
}

.blog-pagination .page-numbers {
  margin: 0 5px;
  border-radius: 3px;
}

.blog-pagination .page-numbers:first-child {
  margin: 0 5px 0 0;
}

.blog-pagination .page-numbers:last-child {
  margin: 0 0 0 5px;
}

.blog-pagination span.current,
.blog-pagination a.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.ht-pagination {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 45px;
  border-top: 1px solid #eee;
}

.ht-pagination li {
  list-style: none;
  display: inline-block;
}

.ht-pagination .page-numbers {
  display: flex;
  margin: 0 10px 0 0;
  border-radius: 3px;
  justify-content: center;
}

.ht-pagination span.current,
.ht-pagination a.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dddddd;
}

.ht-pagination .fa-angle-double-left:before {
  content: '\f124';
  font-family: "ionicons" !important;
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
}

.ht-pagination .fa-angle-double-right:before {
  content: "\f125";
  font-family: "ionicons" !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 40px;
}

/* 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;
}

.blog-header-info .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.blog-header-info .if-item:first-child:before {
  content: none;
}

.button-read-more {
  margin-top: 17px;
}

.info-blog-change .entry-meta {
  margin-top: 7px;
  margin-bottom: 9px;
  font-size: 13px;
}

.btnblog-readmore {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  letter-spacing: 0.28px;
  transition: 0.3s;
  text-decoration: underline;
}

.blog1 .btnblog-readmore {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  letter-spacing: 0.3px;
  transition: 0.3s;
  text-decoration: none;
}

.blog1 .btnblog-readmore:after {
  content: "\f3d3";
  font-family: 'Ionicons';
  margin-left: 11px;
  margin-top: 2px;
  font-weight: 700;
  font-size: 13px;
}

.blog-read-more {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 0.28px;
}

.btn-read-more a {
  text-decoration: none !important;
}

.entry-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

.entry-image img {
  transition: 0.3s;
}

.entry-image:hover img {
  transform: scale(1.05);
}

.if-item.if-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 60px;
  border-radius: 3px;
  background-color: #ffb700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #222222;
  flex-direction: column;
}

.if-item.if-date .day {
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 0px;
  font-weight: bold;
}

.if-item.if-date .month {
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 600;
  line-height: 18px;
}

.blog #theme-container > .container, .archive #theme-container > .container, .search #theme-container > .container {
  margin-top: 100px;
}

.blog-article-header .entry-meta.blog-header-info .if-item {
  font-size: 14px;
}

.blog-article-header .entry-meta.blog-header-info .if-item a {
  font-size: 14px;
  font-weight: 400;
}

.blog-article-header .entry-meta.blog-header-info .if-item span {
  margin-right: 4px;
}

.if-author .avatar {
  border-radius: 50%;
  margin-right: 13px;
}

.single-post #theme-container > .container {
  margin-top: 100px;
}

.category-blog {
  width: 100%;
  display: block;
  float: left;
}

.category-blog a {
  color: #7e7e8a;
  font-size: 15px;
}

.entry-footer .read-more {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 22px;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 25px;
  letter-spacing: 0.195px;
  line-height: 18px;
  border: 2px solid;
}

#reply-title {
  font-weight: bold;
}

.blog .col-md-8.col-lg-8,
.blog .col-md-4,
.blog .col-lg-6,
.blog .col-md-12.col-lg-12,
.single .col-md-8.col-lg-8,
.single .col-md-4,
.single .col-lg-6,
.single .col-md-12.col-lg-12,
.search .col-md-8.col-lg-8,
.search .col-md-4,
.search .col-lg-6,
.search .col-md-12.col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.blog .row,
.single .row,
.search .row {
  margin-left: -15px;
  margin-right: -15px;
}

.blog .col-md-12.col-lg-12.no-sidebar,
.single .col-md-12.col-lg-12.no-sidebar,
.search .col-md-12.col-lg-12.no-sidebar {
  padding-right: 0;
}

@media (min-width: 1024px) {
  .blog .blog1 .col-lg-8,
  .blog .hello-single .col-lg-8,
  .single .blog1 .col-lg-8,
  .single .hello-single .col-lg-8,
  .search .blog1 .col-lg-8,
  .search .hello-single .col-lg-8 {
    width: 72%;
  }
  .blog .blog1 .col-md-4,
  .blog .hello-single .col-md-4,
  .single .blog1 .col-md-4,
  .single .hello-single .col-md-4,
  .search .blog1 .col-md-4,
  .search .hello-single .col-md-4 {
    width: calc( 100% - 72%);
    padding-right: 49px;
    padding-left: 0px;
  }
}

@media (min-width: 1200px) {
  .blog .blog2 .col-lg-8,
  .blog .blog3 .col-lg-8,
  .single .blog2 .col-lg-8,
  .single .blog3 .col-lg-8,
  .search .blog2 .col-lg-8,
  .search .blog3 .col-lg-8 {
    width: 70%;
  }
  .blog .blog2 .col-md-4,
  .blog .blog3 .col-md-4,
  .single .blog2 .col-md-4,
  .single .blog3 .col-md-4,
  .search .blog2 .col-md-4,
  .search .blog3 .col-md-4 {
    width: 30%;
  }
}

.blog4 .blog-preset-4 {
  margin-bottom: 45px;
  padding-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}

.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: 44.5%;
  }
  .blog4 .blog-preset-4 .item-blog .info-item-blog {
    flex-grow: 1;
    margin-top: 20px;
  }
  .blog4 .blog-preset-4 .item-blog .entry-thumbnail {
    margin-right: 30px;
  }
}

.blog4 .blog-preset-4 .item-blog .entry-thumbnail {
  border-radius: 3px;
}

.blog4 .blog-preset-4 .item-blog .entry-thumbnail img {
  height: 255px;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}

.blog4 .blog-preset-4 .item-blog .entry-title.blog-entry-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0px;
  margin: 12px 0 0 0;
}

.blog4 .blog-preset-4 .item-blog .blog-header-info-blog {
  margin-top: -7px;
}

.blog4 .blog-preset-4 .item-blog .entry-content {
  margin-top: 12px;
}

.blog4 .blog-preset-4 .item-blog .button-read-more {
  margin-top: 19px;
}

.column-1 {
  column-count: 1;
  column-gap: 30px;
}

.column-1 .blog-preset-5 {
  break-inside: avoid;
}

@media (min-width: 768px) {
  .column-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .column-2 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-3 {
    column-count: 3;
    column-gap: 30px;
  }
  .column-3 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-4 {
    column-count: 4;
    column-gap: 30px;
  }
  .column-4 .blog-preset-5 {
    break-inside: avoid;
  }
  .column-5 {
    column-count: 5;
    column-gap: 30px;
  }
  .column-5 .blog-preset-5 {
    break-inside: avoid;
  }
}

.single-post .blog-article-sum .entry-image {
  margin-bottom: 0;
}

.search .blog-article-sum .entry-title {
  margin-bottom: 15px;
  text-transform: none;
}

.blog .blog-article,
.archive .blog-article {
  margin-bottom: 53px;
}

.blog .entry-image,
.archive .entry-image {
  margin-bottom: 17px;
}

.blog .blog-article-sum .entry-title,
.archive .blog-article-sum .entry-title {
  font-size: 22px;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: none;
}

.blog .info-blog-change .entry-meta,
.archive .info-blog-change .entry-meta {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  color: #e76700;
}

.blog .info-blog-change .entry-meta a,
.archive .info-blog-change .entry-meta a {
  color: #e76700;
}

.blog .entry-content,
.archive .entry-content {
  margin-top: 20px;
}

.blog .entry-content p,
.archive .entry-content p {
  margin: 0;
}

.single .blog-article {
  margin-bottom: 0px;
}

@media (min-width: 1200px) {
  .single .blog-article .azo-blog-content {
    margin: auto;
  }
}

.single .cover-image img {
  object-fit: cover;
}

.single .blog-article-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.single .blog-article-header .category-blog {
  padding-bottom: 7px;
}

.single .blog-article-header .blog-header-info .if-date {
  order: 1;
}

.single .azo-blog-single-thumbnail {
  text-align: center;
}

.single .azo-blog-single-thumbnail img {
  border-radius: 10px;
}

.single .azo-blog-content h5 {
  margin-top: 37px;
  letter-spacing: 0.4px;
  margin-bottom: 23px;
}

.single .azo-blog-content p {
  letter-spacing: 0.3px;
  margin: 0 0 1.55em;
}

.single .azo-blog-content .wp-block-columns {
  align-items: center;
}

.single .azo-blog-content .wp-block-columns p:last-child {
  margin-bottom: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 50px;
  margin-top: 42px;
}

@media (max-width: 575px) {
  .wp-block-column:not(:first-child) {
    margin: 0;
  }
}

.blog-article .entry-footer-azo {
  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;
}

.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;
  font-weight: 500;
  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;
}

.single-post .entry-title {
  margin-top: -9px;
  margin-bottom: 20px;
}

.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
 */
.azo-ibox-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.azo-entry-footer-azo {
  display: flex;
  justify-content: space-between;
  padding-bottom: 28px;
}

.azo-entry-footer-azo .tagcloud {
  color: #292929;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.azo-entry-footer-azo .tagcloud a {
  color: #7e7e8a;
  text-transform: lowercase;
  font-size: 15px;
  transition: all 0.3s;
  font-weight: 400;
}

.azo-entry-footer-azo .tagcloud a:hover {
  color: #f63e60 !important;
}

.single .share-social .title-share {
  padding: 0;
  margin-top: 0;
  letter-spacing: 0.3px;
}

.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-azo {
  clear: both;
}

.blog-article-sum .tagcloud a {
  color: #333;
}

.blog-article-sum .entry-content p {
  letter-spacing: 0.3px;
}

.blog-article-sum .entry-footer-azo a {
  margin-top: 12px;
}

.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-image {
  margin-bottom: 35px;
}

.single-post .blog-article-sum .entry-footer-azo {
  margin-top: 42px;
  display: block;
  float: left;
  width: 100%;
}

.single-post .entry-content p {
  margin: 0 0 26px;
  font-weight: 400;
}

.single-post .entry-content h4 {
  line-height: 1.6em;
  margin-top: 38px;
  margin-bottom: 40px;
}

.single-post .entry-content h6 {
  letter-spacing: 0.25px;
  line-height: 1.9;
  font-weight: 500;
  margin-bottom: 23px;
}

.single-post .entry-content h3 {
  margin-top: 42px;
  padding-top: 15px;
}

.single-post .entry-content .post-custome-azo strong {
  font-weight: 500;
}

.single-post .entry-content .wp-block-image {
  margin-top: 19px;
}

.single-post .entry-content .wp-block-image figcaption {
  margin-top: 0.8em;
  font-size: 13px;
}

.single-post .entry-footer {
  display: block;
  float: left;
  width: 100%;
}

@media (max-width: 782px) {
  .single-post .entry-footer {
    padding-top: 0px;
  }
}

.single-post .entry-footer .azo-entry-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575px) {
  .single-post .entry-footer .azo-entry-footer {
    display: unset;
  }
}

.single-post .entry-footer .azo-entry-footer .tagcloud {
  font-size: 12px;
  font-weight: 500;
}

.single-post .entry-footer .azo-entry-footer .tagcloud a {
  font-weight: 400;
  font-size: 13px;
}

.single-post .entry-footer .azo-entry-footer .tagcloud a:first-child {
  padding-left: 10px;
}

.single-post .blog-article-header {
  padding-bottom: 23px;
}

.single-post .share-social {
  display: flex;
}

.single-post .share-social .social-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-post .share-social .social-list li {
  line-height: unset;
  margin-left: 15px;
}

.single-post .share-social .social-list li a {
  font-size: 15px;
  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;
}

.azo-author-inffo {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 15px;
  margin-top: 12px;
}

.azo-author-inffo .image-user {
  display: block;
  float: left;
  width: 14%;
}

@media (max-width: 575px) {
  .azo-author-inffo .image-user {
    width: 20%;
  }
}

.azo-author-inffo .image-user img {
  border-radius: 50%;
}

.azo-author-inffo .info-user {
  margin-left: 37px;
  margin-top: -5px;
  width: 86%;
}

@media (max-width: 575px) {
  .azo-author-inffo .info-user {
    margin-left: 25px;
    width: 80%;
  }
}

.azo-author-inffo .info-user a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.azo-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 130px;
    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-size: 15px;
  letter-spacing: 0.21px;
  color: #222222;
  font-weight: 600;
}

blockquote {
  padding: 7px;
  padding-left: 41px;
  margin: 35px 26px 23px 0;
}

@media (max-width: 575px) {
  blockquote {
    margin: 20px 0;
  }
}

blockquote p {
  font-size: 22px;
  letter-spacing: 0 !important;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 21px !important;
}

blockquote strong {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.36px;
}

blockquote cite {
  font-size: 15px;
}

.comment-form-wrap #commentform #author, .comment-form-wrap #commentform #email {
  margin-top: 8px;
}

.comment-form-wrap label abbr {
  text-decoration: none;
}

.hello-single,
.hello-archive {
  width: 100%;
  float: left;
  background-color: #f3f5f6;
  padding-bottom: 60px;
}

.hello-single .container .row-new,
.hello-archive .container .row-new {
  padding: 60px 25px 41px 25px;
  background-color: #ffffff;
  margin: 0;
  float: left;
  width: 100%;
}

.single #theme-footer,
.blog #theme-footer {
  margin-top: 0;
}

.comment-reply-title {
  font-weight: normal;
}

#respond {
  width: 100%;
}

#commentform #comment {
  border: 1px solid #dddddd;
  height: 170px;
  padding: 10px 20px;
  resize: none;
  margin-bottom: 29px;
  margin-top: 11px;
}

#commentform #comment:focus {
  border-color: #ffb700;
}

#commentform #comment:focus::placeholder {
  color: #292929;
  opacity: 1;
}

#commentform #comment::placeholder {
  opacity: 1;
}

#commentform #comment:-ms-input-placeholder {
  opacity: 1;
}

#commentform #comment::-ms-input-placeholder {
  opacity: 1;
}

#commentform #author,
#commentform #email {
  height: 40px;
  padding: 0 20px;
  border: 1px solid #dddddd;
  max-width: 100%;
  float: left;
  margin-bottom: 25px;
}

#commentform #author:focus,
#commentform #email:focus {
  border-color: #ffb700;
}

#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: 45px;
  padding: 0 27px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: none;
}

#comments {
  padding-top: 55px;
}

#comments .comment-list {
  padding-bottom: 38px;
}

#comments textarea::placeholder,
#comments input::placeholder {
  font-size: 12px;
  color: #948f84;
  letter-spacing: 0.1px;
}

#reply-title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
}

#reply-title small {
  font-size: 80%;
}

.comments-area {
  margin-top: 22px;
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
  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: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 40px;
}

.comments-title + .comment-list {
  margin-top: 5px;
}

.comments-title mark {
  background-color: transparent;
}

.comment-list {
  padding-top: 15px;
}

.comment-list .children {
  margin: 0;
}

.comment-list .children #respond {
  margin-bottom: 50px;
}

.comment-list #respond {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .comment-list #respond {
    float: right;
    width: -webkit-calc( 100% - 130px);
    width: -moz-calc( 100% - 130px);
    width: calc( 100% - 130px);
  }
}

.comment-item {
  padding-bottom: 23px;
  margin-bottom: 32px;
  border-bottom: 1px solid #eeeeee;
}

.comment-item:last-child {
  margin-bottom: 17px;
}

.comment-avatar {
  width: 60px;
  float: left;
  margin-right: 20px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  position: relative;
  max-width: 100%;
  width: -webkit-calc( 100% - 130px);
  width: -moz-calc( 100% - 130px);
  width: calc( 100% - 130px);
  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: 1px;
}

.comment-author .comment-author-name {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.36px;
}

.comment-author .comment-time {
  font-size: 14px;
  letter-spacing: 0.28px;
  color: #999999;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-weight: 400;
  margin-top: 3px;
}

.comment-info a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.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;
  margin-left: 15px;
}

.comment-time {
  font-size: 13px;
  letter-spacing: 0.26px;
}

.comment-text {
  margin-top: 12px;
  margin-bottom: 7px;
  letter-spacing: 0.3px;
  line-height: 28px;
}

p.comment-form-url {
  margin-bottom: 37px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.comment-list .pingback,
.comment-list .trackback,
.comment-list .comment {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  margin-bottom: 45px;
  padding-bottom: 28px;
  border-bottom: 1px solid #eeeeee;
}

.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;
  padding-left: 21px;
  margin-left: 72px;
  margin-top: 21px;
  margin-bottom: 21px;
  border-left: 2px solid red;
}

.comment-list .children .comment-author img {
  width: 48px;
}

.comment-list .children .comment-content {
  margin-left: 72px;
}

.comment-list .children .comment {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .children .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment-header {
  margin-bottom: 9px;
}

.comment-list .comment-author {
  float: left;
}

.comment-list .comment-author img {
  border-radius: 50%;
}

.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 86px;
}

.comment-list .meta {
  margin-bottom: 8px;
}

.comment-list .fn {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0;
}

.comment-list .fn a {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
}

.comment-list .description {
  font-size: 15px;
  line-height: 24px;
}

.comment-list .comment-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 11px;
  font-size: 15px;
  line-height: 24px;
  width: 100%;
}

.comment-list .comment-actions a {
  display: inline-block;
  margin-top: 5px;
  margin-left: 11px;
  padding-left: 15px;
  border-left: 1px solid #ababab;
}

.comment-list .comment-awaiting-messages {
  display: block;
}

.comment-list .woo-comment-author .meta .fn {
  font-weight: 500;
  margin: 0 0 5px;
}

@media (max-width: 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;
    margin-top: 40px;
  }
}

.blog .cover-image img {
  max-height: 480px;
  object-fit: cover;
  width: 100%;
}

.has-menu-open {
  overflow: hidden;
}

.logged-in-as a {
  color: #767676;
}

.ht-pagination ul .page-numbers:not(.current) {
  font-size: 15px;
  font-weight: 400;
}

a {
  color: #292929;
}

#theme-page-title {
  width: 100%;
}

.widget-blog-post .entry-title {
  margin: 0;
}

.widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 18px;
}

.widget-blog-post .entry-content {
  margin-top: 6px;
}

.widget-blog-post .entry-content p {
  margin: 0;
}

.widget-blog-post .blog-header-info-blog {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 8px 0px 0px 0px;
}

.widget-blog-post .item-blog {
  margin-bottom: 45px;
}

.blog2 .widget-blog-post,
.blog3 .widget-blog-post {
  padding-left: 0;
}

.blog2 .widget-blog-post .item-blog,
.blog3 .widget-blog-post .item-blog {
  margin-bottom: 40px;
}

.blog2 .widget-blog-post .item-blog .entry-thumbnail,
.blog3 .widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 17px;
  max-height: 280px;
  border-radius: 3px;
}

.blog2 .widget-blog-post .item-blog .entry-thumbnail img,
.blog3 .widget-blog-post .item-blog .entry-thumbnail img {
  height: 280px;
}

.blog2 .widget-blog-post .item-blog .entry-title.blog-entry-title,
.blog3 .widget-blog-post .item-blog .entry-title.blog-entry-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 32px;
}

.blog2 .widget-blog-post .item-blog .blog-header-info-blog,
.blog3 .widget-blog-post .item-blog .blog-header-info-blog {
  margin-top: 0;
}

.blog2 .widget-blog-post .entry-content,
.blog3 .widget-blog-post .entry-content {
  margin-top: 11px;
}

.blog3 .widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 17px;
  max-height: 250px;
  border-radius: 3px;
}

.blog3 .widget-blog-post .item-blog .entry-thumbnail img {
  height: 250px;
}

.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 50px;
  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: #767676;
  border: 1px solid #eeeeee;
}

.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;
}

@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 .azo-article-nav-text {
  font-size: 15px;
  color: #ffb700;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.related-box .post-navigation .nav-links .title-nav {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-top: 13px;
  color: #222222;
}

.related-box .post-navigation .nav-links a:hover .azo-article-nav-text,
.related-box .post-navigation .nav-links a:hover .title-nav {
  color: #ffb700;
}

.related-box .post-navigation .nav-links a:hover:before {
  background-color: #ffb700;
  border-color: #ffb700;
  color: #fff;
}

.navigation.post-navigation {
  margin-top: 30px;
  padding: 28px 0 0 0;
  border-top: 1px solid #eeeeee;
}

.related-articles {
  padding: 28px 0 26px 0;
  border-top: 1px solid #eeeeee;
  margin-top: 21px;
}

.related-azo {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .related-azo {
    display: unset;
  }
}

@media (max-width: 575px) {
  .azo-post-related {
    width: 100% !important;
  }
  .azo-post-related:first-child {
    margin-bottom: 30px;
  }
}

.azo-post-related {
  width: calc( 100% / 3);
  margin: 0 15px;
}

@media (max-width: 575px) {
  .azo-post-related {
    margin: 0;
  }
}

.azo-post-related .box-img {
  position: relative;
}

.azo-post-related .full-width {
  max-height: 230px;
  object-fit: cover;
  margin-bottom: 11px;
}

.azo-post-related .title-related-post {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 600;
  margin: 2px 0 0 0;
}

.azo-post-related .entry-meta {
  padding-top: 2px;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.26px;
  color: #959595;
}

.azo-post-related .entry-meta a {
  color: #959595;
}

.azo-post-related .entry-meta .if-author {
  display: none;
}

.azo-post-related .entry-meta .if-item.if-cat:before {
  content: '';
  margin: 0;
}

.azo-post-related .box-img img {
  object-fit: cover;
  height: 170px;
  width: 100%;
}

@media (max-width: 768px) {
  .azo-post-related .box-img img {
    height: 170px;
  }
}

.title-related {
  font-size: 18px;
  margin-bottom: 34px;
  font-weight: 400;
  letter-spacing: 0.36px;
}

.azo-entry-footer {
  display: block;
  float: left;
  width: 100%;
  margin-top: 18px;
}

/* 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: 22px;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget:not(.footer-widget) {
  width: 100%;
}

.widget .widget-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: normal;
}

.widget:first-of-type .widget-title {
  margin-top: 0;
}

.widget > ul {
  padding-left: 0;
}

.widget li {
  list-style: none;
}

.widget a {
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 0.3px;
  color: #222222;
}

.widget select {
  height: 40px;
  padding: 0 15px;
}

.widget_tag_cloud .widget-title {
  margin-bottom: 15px;
}

.elementor-widget-wp-widget-tag_cloud h5 {
  margin-bottom: 15px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  margin-top: -4px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
  font-size: 13px;
  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: #767676;
  font-size: 14px;
  letter-spacing: 0.28px;
  display: inline-block;
  padding: 1px 11px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 6px 10px 0;
  border-radius: 3px;
  line-height: unset;
  transition: 0.3s;
}

.widget-area .widget .tagcloud a:hover {
  color: #222;
  background-color: #ffb700;
}

.widget-area .widget_categories .widget-title {
  margin-bottom: 14px;
  margin-top: 18px;
}

.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: 15px;
  padding: 0;
  letter-spacing: 0.3px;
}

.widget-area .widget_tag_cloud {
  margin-top: 11px;
}

.widget-area .search-field {
  height: 50px;
  border: 1px solid #dddddd;
  padding: 0 19px;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
  font-size: 13px;
}

.widget-area .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
  color: #948f84;
}

.widget-area .search-submit:before {
  content: "\e90d";
  font-family: 'ros';
}

.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;
}

.azo-entry-footer .tagcloud a {
  line-height: 28px;
}

.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: 87%;
}

/* search */
.search-form {
  position: relative;
}

.search-form .search-submit {
  border: none;
}

.search-no-results .search-form {
  max-width: 400px;
}

.search-field {
  height: 50px;
  padding: 0 19px;
  border-radius: 3px;
  background-color: #f8f8f8;
  width: 100%;
  font-size: 15px;
}

.search-field:focus {
  border-color: #ffb700;
}

.search-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  right: 3px;
  top: 3px;
  background: rgba(0, 0, 0, 0);
  font-size: 18px;
  color: #2F2F30;
}

.widget.widget_search .search-field {
  height: 45px;
  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: 45px;
  border-radius: 3px;
  border: none;
  right: 3px;
  top: 0;
  background: transparent !important;
  font-size: 18px;
  color: #2F2F30;
}

.widget.widget_search .search-submit:hover {
  transform: unset;
}

.elementor-widget-container .widget.widget_categories {
  margin-top: 18px;
}

.elementor-widget-container .widget.widget_categories .widget-title {
  margin-bottom: 20px;
}

.elementor-widget-container .widget.widget_categories ul li a {
  line-height: 1.5;
}

.elementor-widget-container .widget_tag_cloud .widget-title,
.elementor-widget-container .widget_product_tag_cloud .widget-title {
  margin-bottom: 24px;
}

.elementor-widget-container .widget_tag_cloud .tagcloud a,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a {
  color: #767676;
  font-size: 14px;
  letter-spacing: 0.3px;
  display: inline-block;
  padding: 1px 11px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin: 0 6px 10px 0;
  border-radius: 3px;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-container .widget_tag_cloud .tagcloud a:hover,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a:hover {
  color: #222;
  background-color: #ffb700;
}

.elementor-widget-container .widget_product_tag_cloud .tagcloud {
  margin-top: -10px;
}

.elementor-widget-container .azo_widget_recent_entries .widget-title {
  margin-bottom: 14px;
  margin-top: 8px;
}

.elementor-widget-container .azo_widget_recent_entries .azo-entries li.azo-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: 22px;
}

/* 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;
}

.azo_widget_recent_entries .widget-title {
  margin-bottom: 23px;
}

.azo_widget_recent_entries ul {
  margin-bottom: 0;
  margin-top: 0;
}

.azo_widget_recent_entries ul li.azo-entry {
  display: flex;
  margin-bottom: 30px;
  clear: both;
  width: 100%;
  line-height: unset;
}

@media (max-width: 1024px) {
  .azo_widget_recent_entries ul li.azo-entry {
    align-items: flex-start;
  }
}

.azo_widget_recent_entries ul li.azo-entry:hover img {
  transform: scale(1.15);
}

.azo_widget_recent_entries ul li.azo-entry .azo-entry-thumbnail {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.azo_widget_recent_entries ul li.azo-entry .azo-entry-thumbnail img {
  object-fit: cover;
  vertical-align: top;
  position: relative;
  transition-duration: 0.5s;
  width: 70px;
}

.azo_widget_recent_entries ul li.azo-entry .azo-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 90px);
}

.azo_widget_recent_entries ul li.azo-entry .azo-recent-post-detail a {
  letter-spacing: 0.3px;
}

.azo_widget_recent_entries ul li.azo-entry .azo-recent-post-detail .azo-recent-post-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  margin-top: -6px;
}

.azo_widget_recent_entries ul li.azo-entry .azo-recent-post-detail .azo-recent-post-on {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.5;
  color: #767676;
  margin-top: 5px;
}

.azo_widget_recent_entries ul li.azo-entry:last-child {
  margin-bottom: 0;
}

.azo_widget_recent_entries ul li.azo-entry:first-child {
  padding-top: 0;
}

.elementor-widget-container .azo-entries {
  padding-left: 0;
  margin: 0;
}

.elementor-widget-container .azo-entries li.azo-entry {
  display: flex;
  margin-bottom: 20px;
  clear: both;
  width: 100%;
  align-items: center;
  line-height: unset;
}

@media (max-width: 1024px) {
  .elementor-widget-container .azo-entries li.azo-entry {
    align-items: flex-start;
  }
}

.elementor-widget-container .azo-entries li.azo-entry:hover img {
  transform: scale(1.15);
  border-radius: 5px;
}

.elementor-widget-container .azo-entries li.azo-entry .azo-entry-thumbnail {
  max-height: 90px;
  max-width: 90px;
  width: 70px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.elementor-widget-container .azo-entries li.azo-entry .azo-entry-thumbnail img {
  object-fit: cover;
  vertical-align: top;
  position: relative;
  transition-duration: 0.5s;
}

.elementor-widget-container .azo-entries li.azo-entry .azo-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 90px);
}

.elementor-widget-container .azo-entries li.azo-entry .azo-recent-post-detail a {
  letter-spacing: 0.3px;
}

.elementor-widget-container .azo-entries li.azo-entry .azo-recent-post-detail .azo-recent-post-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: normal;
  color: #222222;
  margin-top: -6px;
}

.elementor-widget-container .azo-entries li.azo-entry .azo-recent-post-detail .azo-recent-post-on {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 1.5;
  color: #767676;
  margin-top: 5px;
}

.elementor-widget-container .azo-entries li.azo-entry:last-child {
  margin-bottom: 0;
}

.elementor-widget-container .azo-entries li.azo-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-azo-recent-posts .elementor-widget-container h5 {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 13px;
  letter-spacing: 0.3px;
  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-azo-recent-posts .elementor-widget-container .cat-item a {
  font-size: 13px;
  padding: 4px 0;
}

.elementor-widget-wp-widget-search .search-field {
  height: 50px;
  border: none;
  padding: 0 19px;
  background-color: #f8f8f8;
  padding-right: 3.5em;
}

.elementor-widget-wp-widget-search .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
  color: #948f84;
}

.elementor-widget-wp-widget-search .search-submit:before {
  content: "\f178";
  font-family: "FontAwesome";
}

.elementor-widget-wp-widget-search .search-submit:hover {
  transform: unset;
}

.box-view-more-widget-blog-post {
  clear: both;
}

.box-view-more-widget-blog-post .view-more a {
  position: relative;
  display: inline-block;
}

.box-view-more-widget-blog-post .view-more a:after {
  position: absolute;
  content: '';
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 105%;
  z-index: -1;
}

.box-img-hover {
  overflow: hidden;
}

.blog-article {
  position: relative;
}

.sticky .item-blog,
.sticky .blog-article-sum {
  padding: 30px;
  background-color: #000;
  color: #fff;
}

.sticky .item-blog a,
.sticky .blog-article-sum a {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

#main {
  clear: both;
}

#main[class*="col-"] {
  clear: none;
}

#main.widget-blog-post {
  clear: both;
}

.page-404-container {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.not-found {
  clear: both;
  padding: 70px 0 120px;
  background-color: #f3f5f6;
}

.not-found:after {
  content: " ";
  display: table;
}

.not-found:after {
  clear: both;
}

.not-found img.primary-logo {
  width: 244px;
  margin-bottom: 58px;
}

.not-found h1.warning404 {
  margin: 30px 0 0 0;
  color: #cccccc;
  font-size: 70px;
  font-weight: 500;
}

.not-found h3.oops {
  color: #222222;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: normal;
}

@media (min-width: 991px) {
  .not-found h3.oops {
    margin-top: 23px;
    margin-bottom: 15px;
  }
}

.not-found p.title {
  max-width: 360px;
  color: #222222;
  line-height: 27px;
  font-size: 15px;
}

.not-found .sub-title {
  font-size: 15px;
  color: #999999;
  line-height: 27px;
  margin-bottom: 28px;
  letter-spacing: 0.3px;
}

.not-found .back-to-home {
  font-size: 15px;
  line-height: 18px;
  padding: 11px 25px;
  display: inline-block;
  letter-spacing: 0.3px;
  font-weight: 400;
}

.not-found .search-form {
  max-width: 481px;
  margin: 19px 0 28px 0;
  background-color: #fff;
}

.not-found .search-form button {
  border: none;
}

.not-found button.button-404 {
  height: 50px;
  width: 185px;
  background-color: #cccccc;
  color: #222222;
  border: none;
}

.not-found button.button-404:hover {
  background-color: #ffb700 !important;
}

body.error404 #theme-footer {
  margin-top: 0;
}

.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__current {
  line-height: 56px;
}

.dropdown__current2 {
  line-height: 44px;
}

.dropdown__content {
  position: absolute;
  display: none;
  min-width: 80px;
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s, opacity 0.3s;
}

.dropdown__content a {
  display: block;
  color: #222;
  line-height: 35px;
  font-weight: 400;
}

.multi-language {
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
  padding: 5px 15px;
  width: 130px;
}

.dropdown {
  cursor: pointer;
  color: #9f876a;
}

.multi-language .dropdown:last-child .dropdown__current:before {
  content: '|';
  margin-right: 15px;
  font-size: 17px;
  color: #dddddd;
}

@font-face {
  font-family: 'ros';
  src: url("fonts/ros.eot?ebwj4z");
  src: url("fonts/ros.eot?ebwj4z#iefix") format("embedded-opentype"), url("fonts/ros.ttf?ebwj4z") format("truetype"), url("fonts/ros.woff?ebwj4z") format("woff"), url("fonts/ros.svg?ebwj4z#ros") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icoros-"], [class*=" icoros-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ros' !important;
  speak: never;
  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;
}

.icoros-waiting:before {
  content: "\e913";
}

.icoros-icon_Arrow-Down:before {
  content: "\e900";
}

.icoros-icon_Check:before {
  content: "\e901";
}

.icoros-icon_Close:before {
  content: "\e902";
}

.icoros-icon_Compare:before {
  content: "\e903";
}

.icoros-icon_fast-delivery:before {
  content: "\e904";
}

.icoros-Icon_Gift:before {
  content: "\e905";
}

.icoros-icon_grid_2:before {
  content: "\e906";
}

.icoros-icon_Heart:before {
  content: "\e907";
}

.icoros-icon_List:before {
  content: "\e908";
}

.icoros-icon_marketplace:before {
  content: "\e909";
}

.icoros-icon_menu:before {
  content: "\e90a";
}

.icoros-Icon_product:before {
  content: "\e90b";
}

.icoros-icon_reasonable_price:before {
  content: "\e90c";
}

.icoros-icon_search:before {
  content: "\e90d";
}

.icoros-icon_shopping_cart:before {
  content: "\e90e";
}

.icoros-icon_support:before {
  content: "\e90f";
}

.icoros-icon_user:before {
  content: "\e910";
}

.icoros-icon_view:before {
  content: "\e911";
}

.icoros-Icon_Wallet:before {
  content: "\e912";
}

.footer-col-1 .footer-widget {
  width: 100%;
}

@media (min-width: 992px) {
  .footer-col-3 .footer-widget {
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(3n+4) {
    clear: both;
  }
  .footer-col-4 .footer-widget {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-4 .footer-widget:nth-of-type(4n+5) {
    clear: both;
  }
  .footer-col-5 .footer-widget {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-5 .footer-widget:nth-of-type(5n+6) {
    clear: both;
  }
  .footer-col-6 .footer-widget {
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: calc( 100% / 6);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-6 .footer-widget:nth-of-type(6n+7) {
    clear: both;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(2n+3),
  .footer-col-4 .footer-widget:nth-of-type(2n+3),
  .footer-col-5 .footer-widget:nth-of-type(2n+3),
  .footer-col-6 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (min-width: 600px) {
  .footer-col-2 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-2 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 599px) {
  .footer-col-2 .footer-widget,
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}

#theme-footer {
  margin-top: 100px;
  position: relative;
}

.elementor-page #theme-footer {
  margin-top: 0;
}

.footer-widget {
  float: left;
}

.footer-bot {
  padding: 26px 0 25px 0;
  color: #fff;
  font-size: 15px;
}

.footer-bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-left {
    margin-bottom: 15px;
  }
  .footer-left:empty {
    display: none;
  }
}

.footer-logo {
  min-height: 1px;
  display: block;
  float: left;
  margin-right: 20px;
}

.footer-logo .customize-partial-edit-shortcut {
  display: none;
}

@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-logo:empty {
    display: none;
  }
}

.footer-logo img {
  max-width: 182px;
}

.footer-bot-right {
  display: block;
  float: right;
  font-size: 15px;
}

.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: 15px;
}

.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: 15px;
  color: #fc5a34;
}

.form-contact-wrapper .area-form {
  border: 1px solid #fc5a34;
  height: 160px;
  font-size: 15px;
  color: #fc5a34;
}

.form-contact-wrapp .submit-form {
  font-size: 15px;
  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: 15px;
  margin-bottom: 6px;
  display: inline-block;
}

.form-order-tracking .input-form-order {
  border: 1px solid #fc5a34 !important;
  font-size: 15px;
  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: 15px;
  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;
}

.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: 22px;
}

.menu-woo-cart {
  position: relative;
  margin-right: 16px;
  line-height: 1;
}

@media (max-width: 992px) {
  .menu-woo-cart {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .menu-woo-cart {
    margin-left: 27px;
  }
  .menu-woo-cart:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #dddddd;
    left: -12px;
    top: 4px;
  }
}

.menu-woo-cart .icoros-icon_shopping_cart::before {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.menu-woo-cart .shopping_products_counter_text {
  margin-left: 15px;
}

.menu-woo-cart .shop-cart-count {
  position: absolute;
  top: -10px;
  right: -16px;
}

.shop-cart-count,
.count-wishlist {
  height: 20px;
  min-width: 20px;
  color: #222222;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50%;
  font-family: Heebo;
}

.header-wishlist {
  position: relative;
  vertical-align: text-top;
}

.header-wishlist::before {
  font-size: 22px !important;
  font-weight: 500 !important;
}

.header-wishlist .count-wishlist {
  position: absolute;
  top: -9px;
  right: -15px;
}

@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;
  }
}

.azo-page-header-shop-box-wrapper {
  margin-bottom: 45px;
}

.azo-page-header-shop-box-wrapper .azo-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) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content {
    padding: 0 15px;
  }
}

.azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-page-header-shop-description {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-page-header-shop-description {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-page-header-shop-description {
    font-size: 12px;
  }
}

.azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-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) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-page-header-shop-box-title {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .info-page-shop .azo-page-header-shop-box-title {
    font-size: 20px;
  }
}

.azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .azo-page-header-shop-box-button {
  padding: 16px 40px;
  border-radius: 3px;
  background-color: #fc5a34;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-left: 60px;
  white-space: nowrap;
}

@media (max-width: 425px) {
  .azo-page-header-shop-box-wrapper .azo-page-header-shop-box-content .azo-page-header-shop-box-button {
    padding: 16px 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .search-default-azo {
    display: flex;
    justify-content: center;
  }
  .search-default-azo .search-form {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .search-default-azo {
    display: none;
  }
}

.search-default-azo .search-form .search-field {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  height: 50px;
  padding: 0 25px;
  font-size: 15px;
  letter-spacing: 0.3px;
  width: 578px;
  border-radius: 3px;
}

.search-default-azo .search-form .search-field:focus {
  border-color: #ffb700;
}

.search-default-azo .search-form .search-field::placeholder, .search-default-azo .search-form .search-field:-ms-input-placeholder, .search-default-azo .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
  color: #999999;
}

.search-default-azo .search-form .search-submit {
  height: 44px;
  width: 44px;
  border: none;
  transform: rotatey(0deg);
  font-size: 18px;
}

.menu-header {
  margin-left: -15px;
}

.menu-header .add-menu {
  margin-left: 15px;
}

.menu-header .add-menu:hover {
  color: #fff;
}

/*=========================== 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%;
}

.azo-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);
}

.azo-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: #2a2c3c;
  border: none;
  border-left: 1px solid #4a4b59;
  border-right: 1px solid #4a4b59;
}

.vertical-menu-wrapper .toggle-vertical-menu-button .fa {
  margin-left: 25px;
}

@media (max-width: 992px) {
  .vertical-menu-wrapper .toggle-vertical-menu-button {
    margin-top: 0;
  }
}

.vertical-menu-wrapper .site-vertical-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
  border: 1px solid #e8e8e8;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transition-duration: 0.3s;
  min-width: 270px;
}

.vertical-menu-wrapper .site-vertical-menu ul.sub-menu {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.vertical-menu-wrapper .site-vertical-menu ul.mega-menu-row {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item {
  list-style: none;
  position: relative;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item.menu-item-has-children > a:after {
  content: "\f3d3";
  font-family: "ionicons";
  margin-right: 29px;
  margin-left: 20px;
}

.vertical-menu-wrapper .site-vertical-menu > .menu-item.current-menu-ancestor > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current-menu-parent > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current_page_parent > a, .vertical-menu-wrapper .site-vertical-menu > .menu-item.current_page_ancestor > a {
  font-weight: 600;
}

.vertical-menu-wrapper .site-vertical-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vertical-menu-wrapper .site-vertical-menu a:hover {
  font-weight: 600;
}

.vertical-menu-wrapper .site-vertical-menu .menu-item-has-mega-menu:not(.mega-menu-elementor) .mega-menu-wrapper {
  padding: 10px;
}

.vertical-menu-wrapper .site-vertical-menu .sub-menu.mega-menu-row {
  transition-duration: 0.3s;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 255px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transform: translateX(10px);
}

.vertical-menu-wrapper .site-vertical-menu .sub-menu {
  transition-duration: 0.3s;
  position: absolute;
  left: 96%;
  top: 0;
  min-width: 255px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 2px 5px 0 rgba(125, 122, 122, 0.1);
  transform: translateX(10px);
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu {
  min-width: 600px;
  border: 1px solid #e8e8e8;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu ul {
  position: static;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: none;
  box-shadow: none;
  min-width: auto;
  z-index: -1;
  background-color: transparent;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu .menu-item-has-children:hover > a {
  background-color: transparent;
}

.vertical-menu-wrapper .site-vertical-menu .sub-mega-menu a:hover {
  background-color: transparent;
}

.vertical-menu-wrapper .vertical-navigation > li {
  line-height: 28px;
}

.vertical-menu-wrapper .vertical-navigation > li .menu-item-arrow {
  transform: rotate(-90deg);
}

.vertical-menu-wrapper .vertical-navigation > li > a {
  min-width: 218px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vertical-menu-wrapper .vertical-navigation > li:last-of-type {
  border-bottom: 0;
}

.vertical-menu-wrapper .vertical-navigation > li.menu-item-has-mega-menu {
  position: static;
}

.vertical-menu-wrapper .vertical-navigation > li:first-child a {
  padding-top: 20px;
}

.vertical-menu-wrapper .vertical-navigation > li:last-child {
  padding-bottom: 20px;
}

.vertical-menu-wrapper .vertical-navigation li:hover > .sub-menu {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 5;
}

.vertical-menu-wrapper .vertical-navigation li:hover > .sub-menu.sub-menu ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* Mega menu */
.main-navigation .primary-navigation .menu-item-has-mega-menu:not(.mega-menu-elementor) .mega-menu-wrapper {
  padding: 10px;
}

@media (max-width: 991px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .sub-mega-menu {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper {
    font-size: 15px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    min-width: 480px;
    text-align: left;
    z-index: -1;
    transition-duration: 0.3s;
    transform: translateY(10px);
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(125, 122, 122, 0.2);
    line-height: 24px;
    border-radius: 4px;
    pointer-events: none;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper a {
    white-space: normal;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 1170px;
    left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 970px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width .sub-mega-menu {
    margin: 0 auto;
  }
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper .arrow-icon {
  display: none;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper ul {
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: static;
  transform: none;
  box-shadow: none;
  background-color: transparent;
  transition-duration: 0.3s;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper li:after {
  content: none !important;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 5;
  transform: translateY(0px);
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.vertical-navigation a {
  padding: 11px 0px 11px 30px;
}

.mega-menu-wrapper a {
  line-height: normal;
}

.menu-open {
  overflow: hidden;
}

#theme-menu-pusher {
  position: relative;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  float: left;
  width: 100%;
}

.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;
}

.menu-layout .menu-toggle-btn span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-layout .menu-toggle-btn span:before, .menu-layout .menu-toggle-btn span:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-open .menu-layout .menu-toggle-btn span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-open .menu-layout .menu-toggle-btn span:before {
  width: 50%;
  -webkit-transform: rotate(45deg) translate(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.5s;
  transition: all 0.5s;
  /*LOGO*/
  /*MAIN MENU*/
  /*EMPTY MENU*/
}

@media (min-width: 768px) {
  #sidebar-menu-content {
    padding: 40px 60px;
    width: 345px;
  }
}

.menu-open #sidebar-menu-content {
  visibility: visible;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.logged-in.admin-bar #sidebar-menu-content {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #sidebar-menu-content {
    top: 32px;
  }
}

#sidebar-menu-content .theme-logo {
  max-width: 100%;
  margin-bottom: 25px;
}

#sidebar-menu-content .theme-primary-menu {
  padding: 0;
  margin: 0;
}

#sidebar-menu-content .theme-primary-menu .sub-menu {
  overflow: hidden;
  display: none;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent, #sidebar-menu-content .theme-primary-menu > li.current_page_parent, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor > a:before, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor > a:before {
  content: '';
  width: 45px;
}

#sidebar-menu-content .theme-primary-menu li {
  list-style: none;
  line-height: 55px;
}

#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: 16px;
  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: #222222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  position: relative;
}

#sidebar-menu-content .theme-primary-menu a .arrow-icon:before {
  display: none;
}

#sidebar-menu-content .add-menu {
  display: block;
  line-height: 55px;
}

#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: center;
}

@media (max-width: 1024px) {
  .header-action .menu-profile-azo,
  .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-azo {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 992px) {
  .menu-layout-1.menu-layout--classic .header-logo {
    margin-right: 0;
  }
}

.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 {
  padding: 31px 0 26px 0;
}

.menu-layout--classic .header-container .container {
  display: flex;
  align-items: center;
}

.menu-layout--classic .header-logo {
  margin-right: auto;
  margin-left: auto;
}

.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 li.current-menu-parent > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin: 2px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: .5s;
  opacity: 1;
}

.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: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;
}

.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 a:hover:before {
  width: 100%;
  opacity: 1;
}

.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: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;
}

.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 .sub-menu > li a:hover:before {
  width: 100%;
  opacity: 1;
}

.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 li.current_page_item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  margin: 2px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: .5s;
  opacity: 1;
}

.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: center;
}

@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 #eeeeee;
  font-size: 14px;
}

.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: 53px;
    margin: 0 15px;
    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: 23px;
    -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: 26px;
    margin: 8px 29px 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 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }
}

.theme-primary-menu:not(.theme-sidebar-menu) .sub-menu a {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .theme-primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .theme-primary-menu li,
  .theme-primary-menu li.current-menu-parent {
    position: relative;
  }
  .theme-primary-menu li.current-menu-parent > a {
    animation: all .8s ease-in;
  }
  .theme-primary-menu a {
    display: block;
    transition: line-height 0.5s;
    border: 1px solid transparent;
    white-space: nowrap;
    position: relative;
  }
  .theme-primary-menu a:hover {
    cursor: pointer;
    animation: all .8s ease-in;
  }
  .theme-primary-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    transform: translateY(-2em);
    z-index: 200;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #7b6e64;
    padding: 14px 0;
    display: inline-block;
  }
  .theme-primary-menu .sub-menu > li {
    display: flex;
    flex-flow: row nowrap;
  }
  .theme-primary-menu .sub-menu > li a {
    padding: 0;
    position: relative;
  }
  .theme-primary-menu .sub-menu > li a .arrow-icon:before {
    position: absolute;
    right: -74px;
    top: 5px;
    -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: 0 0 14px 0;
  color: #292929;
}

.page-header {
  position: relative;
}

.page-header .container {
  height: 100%;
}

.page-header .container #theme-bread {
  display: block;
  padding: 52px 0 54px 0;
}

.page-header .container .prev_next_buttons {
  display: block;
  float: right;
}

.page-header .container .prev_next_buttons .azo-product-navigation {
  padding: 17px 0 13px 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 375px) {
  .page-header .container .prev_next_buttons {
    display: none;
  }
}

.single-product .page-header .container #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;
}

.azo-hl-text {
  text-decoration: underline;
}

.azo-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;
}

.azo-search-form-container.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.azo-search-form-container.is-open .azo-search-form__inner {
  animation: open-modal 1s linear forwards;
}

.azo-search-form-container .cate-dropdown {
  float: none;
}

.azo-search-form {
  position: relative;
  margin-bottom: 0;
}

.azo-search-form .cate-dropdown {
  cursor: pointer;
}

.azo-search-form__inner {
  max-width: 768px;
  position: relative;
  padding: 0;
}

@media (max-width: 768px) {
  .azo-search-form__inner {
    width: 90%;
  }
}

.azo-search-form__inner .azo-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: 3px;
  display: none;
}

.azo-search-form__inner .azo-search-form__suggestions.open {
  display: block;
}

.azo-search-form__inner .azo-search-form__suggestions .azo-btn-view-all a {
  text-align: center;
  border: 1px solid #dddddd;
  padding: 5px;
  transition: all 0.3s;
  display: block;
}

.azo-search-form__inner .azo-search-form__suggestions .azo-btn-view-all a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.azo-search-form__inner .azo-search-form__suggestions::-webkit-scrollbar {
  width: 6px;
}

.azo-search-form__inner .azo-search-form__suggestions::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.azo-search-form__inner .azo-search-form__suggestions::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.azo-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: 3px;
}

@media (min-width: 1200px) {
  .azo-search-form__inner select {
    padding-left: 20px;
    background-position-x: 90%;
    padding-right: 47px;
  }
}

.azo-search-form__inner.horizontal-form {
  max-width: 100%;
}

@media (max-width: 768px) {
  .azo-search-form__inner.horizontal-form {
    width: 100%;
  }
}

.azo-search-form__loader {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -15px;
}

.azo-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.azo-search-form__field {
  display: block;
  width: 100%;
  border: 0;
  padding: 15px 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
}

.azo-search-form__close {
  position: absolute;
  top: -40px;
  right: 10px;
  color: #999999;
  font-size: 30px;
  z-index: 102;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}

.azo-search-form__close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.azo-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: 15px;
}

.autocomplete-suggestion__thumbnail {
  flex-shrink: 0;
  max-width: 60px;
  margin-right: 10px;
}

.autocomplete-suggestion__title {
  margin: 0;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;
}

.autocomplete-suggestion__title .azo-hl-text {
  font-weight: 800;
}

.widget-ajax-search-azo .azo-search-form {
  position: relative;
  border: none;
  border-radius: 3px;
}

.widget-ajax-search-azo .azo-search-form--horizontal {
  display: flex;
  padding: 14px;
  padding-right: 55px;
  align-items: center;
}

.widget-ajax-search-azo .azo-search-form--horizontal input {
  border: none;
  border-radius: 0 !important;
}

.widget-ajax-search-azo .azo-search-form--horizontal .azo-search-form__loader {
  position: absolute;
  color: #999999;
  opacity: 0;
  visibility: hidden;
  left: 58%;
}

.widget-ajax-search-azo .azo-search-form--horizontal .azo-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-azo .azo-search-form__field {
  display: block;
  width: 100%;
  padding: 3px 10px;
  background-color: transparent;
  font-size: 14px;
  color: #999999;
}

.widget-ajax-search-azo .azo-search-form__product-categories {
  width: auto;
  cursor: pointer;
  border: none;
  height: auto;
}

.widget-ajax-search-azo select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/icon/bg_select.png) 95% 50% no-repeat;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  border-left: 1px solid #dddddd !important;
}

.widget-ajax-search-azo .azo-search-form__loader {
  position: absolute;
  right: 65px;
  color: #999999;
  opacity: 0;
  visibility: hidden;
}

.widget-ajax-search-azo .azo-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-azo .search-submit {
  position: absolute;
  width: 60px;
  height: calc(100% - 6px);
  border: 0;
  border-radius: 0;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
}

.widget-ajax-search-azo .js-search-button {
  padding: 4px;
  margin-left: 10px;
}

@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-micazooft: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-micazooft-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 #eeeeee;
  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__right {
  float: right;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.topbar__right .dropdown:not(:last-child) {
  margin-right: 17px;
}

.topbar__right .gray {
  margin-right: 5px;
  color: #787878;
}

.topbar__right .white {
  color: #ccc;
  margin-right: 11px;
}

.topbar__right.home3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.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: #ffb700;
}

.footer-subscribe-form button {
  width: 180px;
  float: left;
  height: 50px;
  padding: 0 15px;
  border: 0;
  color: #fff;
}

.footer-subscribe-form button:hover {
  opacity: 0.8;
}

.instagram-wrap {
  position: relative !important;
}

.instagram-wrap .instagram {
  position: absolute !important;
  top: 32% !important;
}

.boostify-count-product {
  line-height: 15px;
}

/* CUSTOM */
#wp-admin-bar-updates {
  display: none;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

#cancel-comment-reply-link {
  margin-left: 15px;
  color: #f00;
}

#cancel-comment-reply-link:hover {
  color: #ffb700;
}

/* 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: 55px;
  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 */
.azo-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: -15px;
  }
  .custom-icon-box .elementor-icon-box-description {
    margin-left: -25px;
  }
}

.topbar-customtheme .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.topbar-customtheme .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Currency */
.woocommerce-currency-switcher-form .dd-container .dd-select {
  background: transparent !important;
  border: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-selected {
  color: #A5A5A5;
  font-weight: 400 !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-down {
  border-top-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-up {
  border-bottom-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer {
  right: -6px;
}

.woocommerce-currency-switcher-form .dd-container a.dd-option {
  padding: 0 8px !important;
}

.boostify-mega-menu-vertical--widget .boostify-mega-menu-vetical .menu-item-has-mega > a:after {
  font-size: 12px !important;
}

h3.autocomplete-pro-suggestion__title {
  margin: 0;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation {
  margin: 0;
  font-size: 13px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt, .boostify-cart-item-info .mini-cart-item-detail dl.variation dd {
  float: left;
  line-height: 26px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt {
  margin-right: 5px;
}

div.product form.cart .tinvwl_add_to_wishlist_button {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  margin-top: 16px;
}

.azo-search-form__field::placeholder {
  opacity: 1;
}

.azo-search-form__field:-ms-input-placeholder {
  opacity: 1;
}

.azo-search-form__field::-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder {
  opacity: 1;
}

.sticky-post {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sticky-post:after {
  content: '\f2a6';
  font-family: "ionicons";
  display: inline-block;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  font-size: 25px;
  padding: 10px;
}

.entry-content p:last-child {
  clear: both;
}

.entry-content.wc-tab p:last-child {
  clear: none;
}

figcaption {
  text-align: center;
}

.select2-container {
  border: 1px solid #dfdfdf;
}

.select2-container .select2-selection--single {
  border-color: #dfdfdf;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
  background-color: transparent;
}

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: 'ros' !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%);
}

.azo-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.no-builder-elementor,
.page-template-default #main.no-builder-elementor {
  padding-bottom: 100px;
  background-color: #f3f5f6;
}

body.elementor-default #main.no-builder-elementor .page,
.page-template-default #main.no-builder-elementor .page {
  float: left;
  padding: 60px 30px;
  background-color: #fff;
  width: 100%;
}

body.elementor-default #theme-footer,
.page-template-default #theme-footer {
  margin-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;
  }
}

.contact-title-name {
  float: left;
  color: #222;
  font-weight: 500;
  margin-right: 4px;
}

.toggle-azo .elementor-toggle .elementor-toggle-item {
  border: 1px solid #eeeeee !important;
}

.toggle-azo .elementor-toggle .elementor-tab-title.elementor-active {
  padding-bottom: 12px !important;
}

.toggle-azo .elementor-toggle .elementor-tab-content.elementor-active {
  padding-bottom: 15px !important;
}

.toggle-azo .elementor-toggle .elementor-tab-title,
.toggle-azo .elementor-toggle .elementor-tab-content {
  border-bottom: none;
}

.table-product-azo p {
  margin: 0;
}

.category-elementor .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

button,
input,
textarea,
select,
select2,
.select2-container .select2-selection--single,
.select2-container,
.not-found .back-to-home,
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"], button,
.cart .single_add_to_cart_button,
.cart-sidebar-content .woocommerce-mini-cart__buttons .checkout,
.price_slider_wrapper .ui-widget-header,
.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"],
.woocommerce-cart .cart_totals .checkout-button,
button.woocommerce-button.button.woocommerce-form-login__submit,
.checkout_coupon.woocommerce-form-coupon .button,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce-account .edit-account .button.woocommerce-Button.button,
.woocommerce-account .woocommerce-address-fields .button,
.onsale,
.open-label-shop span {
  border-radius: 3px;
}

.azo-menu .boostify-menu > li > a,
.azo-menu-2 .boostify-menu > li > a {
  border: 1px solid transparent;
  white-space: nowrap;
  position: relative;
  padding: 0;
  margin: 0px 18px 0px 18px;
}

.azo-menu .boostify-menu > li > a:before,
.azo-menu-2 .boostify-menu > li > a: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;
}

.azo-menu .boostify-menu > li > a:hover,
.azo-menu-2 .boostify-menu > li > a:hover {
  cursor: pointer;
  animation: all .8s ease-in;
}

.azo-menu .boostify-menu > li > a:hover:before,
.azo-menu-2 .boostify-menu > li > a:hover:before {
  width: 100%;
  opacity: 1;
  background-color: #222;
}

.azo-menu-2 .boostify-menu > li > a:hover:before {
  background-color: #fff;
}

/* PLUGINS */
.woo-sctr-single-product-container {
  padding: 13px 29px 10px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

.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 {
  text-transform: uppercase;
  font-weight: 500;
}

.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: 15px;
  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: 15px;
}

table.quantity-discount-table .price .amount {
  display: block;
  line-height: 26px;
}

table.quantity-discount-table .price ins .amount {
  color: #222222;
  font-size: 15px;
}

table.quantity-discount-table .price del {
  font-size: 15px;
}

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;
  background-color: #eeeeee;
  border-radius: 3px;
  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: #222222;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.3px;
}

@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;
  }
}

/* Store Page */
#dokan-store-listing-filter-form-wrap .grid-item {
  width: 40%;
  height: 45px;
  border: none;
}

@media (max-width: 375px) {
  #dokan-store-listing-filter-form-wrap .grid-item {
    width: 100%;
  }
}

#dokan-store-listing-filter-form-wrap .apply-filter {
  margin-top: 0 !important;
}

@media (max-width: 375px) {
  #dokan-store-listing-filter-form-wrap .apply-filter {
    margin-top: 65px !important;
  }
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-data h2 {
  margin-bottom: 0;
}

.dokan-store .shop-container .shop-sidebar {
  display: none;
}

.dokan-store .shop-container.with-left-sidebar .container .content-shop-archive .shop-content,
.dokan-store .shop-container.with-right-sidebar .container .content-shop-archive .shop-content {
  width: 100%;
}

.dokan-store .dokan-store-wrap {
  padding: 0 0 0 25px;
  margin: 0;
}

.dokan-store .dokan-single-store .profile-frame {
  padding: 0 15px;
  background-color: #fff;
}

.dokan-store .dokan-single-store .dokan-store-tabs ul {
  margin-top: 8px;
  border-width: 0;
  margin-bottom: 0;
}

.dokan-store .dokan-single-store .dokan-store-tabs ul li {
  border-right: none;
}

.dokan-store .dokan-single-store .dokan-store-tabs ul li a {
  color: #767676;
  font-weight: 500;
  text-transform: uppercase;
}

.dokan-store .dokan-single-store .dokan-store-tabs ul li a:hover {
  background: transparent;
  color: #222;
}

@media (min-width: 1000px) {
  .dokan-store .dokan-store-wrap.layout-left .dokan-store-sidebar {
    margin-right: 30px;
    padding-top: 25px;
  }
  .dokan-store .dokan-store-wrap .dokan-store-sidebar {
    flex: 0 1 28.1%;
  }
  .dokan-store .dokan-store-wrap .dokan-single-store {
    border-left: 1px solid #eee;
    padding-top: 25px;
  }
}

.dokan-store .profile-info i {
  margin-top: 10px;
  margin-right: 10px;
}

.dokan-store .profile-info i.fa-mobile {
  transform: rotate(90deg);
}

@media (min-width: 1200px) {
  .dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery {
    background-color: rgba(0, 0, 0, 0.85);
  }
}

.dokan-store .dokan-store-phone .fa.fa-mobile:before {
  content: '\f095' !important;
  font-family: 'Font Awesome 5 Free' !important;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square img {
  border: 10px solid #fff;
  border-radius: 50%;
  padding: 0;
}

.dokan-store .dokan-store-products-filter-area {
  padding: 0 30px 30px 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}

.dokan-store .dokan-store-products-filter-area .product-name-search {
  height: 45px;
  width: 25%;
}

.dokan-store .dokan-store-products-filter-area .orderby-search {
  height: 45px;
  width: 25%;
}

.dokan-store .dokan-store-products-filter-area .search-store-products {
  height: 45px;
  border: none;
  float: left;
  line-height: 45px;
  padding: 0px 41px;
}

.dokan-store .dokan-store-widget form.seller-form ul li {
  margin-bottom: 15px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box .profile-info-summery-wrapper .profile-info-summery .profile-info {
  padding: 0 40px;
}

#dokan-store-listing-filter-wrap .right .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
  text-align: center;
  line-height: 1;
  padding-left: 35px !important;
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn,
#dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
  line-height: 1;
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-content .store-data-container .store-data h2 {
  font-size: 25px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
  background-color: #222222;
  border: none;
  padding: 0 50px;
  height: 140px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
  width: calc( 100% - 50px);
  top: -80px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info {
  margin-top: 80px;
  padding: 28px 15px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.44px;
  margin: 0 15px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
  color: #cccccc;
  margin: 9px 0;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info i {
  margin-left: -23px;
  margin-top: 7px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
  line-height: 30px;
  padding-bottom: 0;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
  width: 90px;
  height: 90px;
  border: 5px solid #fff;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery {
  width: 290px;
  padding-top: 46px;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info {
  text-align: center;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info i {
  margin-top: 10px;
  margin-right: 10px;
  float: none;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info i.fa-mobile {
  transform: rotate(90deg);
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info li {
  line-height: 23px;
  padding-bottom: 0;
  color: #ccc;
}

.dokan-store .dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
  font-size: 18px;
  letter-spacing: 0.36px;
  font-weight: 600;
}

/* Dashboard products */
table.dokan-table {
  table-layout: auto;
}

.dokan-dashboard .pagination-wrap .pagination .next,
.dokan-dashboard .pagination-wrap .pagination .prev {
  font-size: 0;
}

.dokan-dashboard .select2-container .select2-selection--single {
  height: 35px;
}

/* Store Admin */
.dokan-theme-azo ul.pager {
  display: block;
  clear: both;
}

.dokan-theme-azo .store-cat-stack-dokan ul {
  padding: 0;
}

.dokan-theme-azo .dokan-store-contact input {
  padding-left: 20px;
  border-radius: 3px;
}

.dokan-theme-azo .dokan-store-contact textarea {
  padding: 10px 20px;
  border-radius: 3px;
}

/* Single Product */
.woocommerce-Tabs-panel ul.list-unstyled {
  list-style: none;
  padding: 0;
}

.woocommerce-Tabs-panel ul.list-unstyled .clearfix .star-rating > span > strong {
  font-size: 0;
}

.woocommerce-Tabs-panel--more_seller_product .countdown-product {
  display: none;
}

.store-data .dokan-seller-rating {
  position: absolute;
  top: 26px;
  right: 20px;
}

input[type='submit'].dokan-btn-theme,
a.dokan-btn-theme,
.dokan-btn-theme {
  background-color: #ffb700 !important;
  color: #222 !important;
  border: none !important;
  height: 45px;
}

input[type='submit'].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover {
  background-color: #ccc !important;
}

input[type='submit'].dokan-btn,
a.dokan-btn,
.dokan-btn {
  padding: 14px 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

#store-toc-wrapper #store-toc {
  padding: 15px;
}

#store-toc-wrapper #store-toc h2.headline {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

.details-vendor {
  font-size: 14px;
  letter-spacing: 0;
  display: block;
  margin-top: 11px;
}

.details-vendor a {
  text-decoration: underline;
}

.rating-vendor {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.rating-vendor .product-stock {
  display: inline-flex;
}

.rating-vendor .product-stock .sold,
.rating-vendor .product-stock .detail-vendor {
  margin-left: 26px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.rating-vendor .product-stock .sold:before,
.rating-vendor .product-stock .detail-vendor:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #767676;
  top: 56%;
  left: -15px;
  margin-top: -8px;
}

.product-stock-new .detail-vendor-new {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  padding: 29px 23px;
  background-color: #f3f5f6;
  margin-top: 35px;
  border-radius: 3px;
}

.product-stock-new .detail-vendor-new .seller-avatar {
  margin-right: 24px;
}

.product-stock-new .detail-vendor-new .seller-avatar img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}

.product-stock-new .detail-vendor-new .store-data-container {
  display: flex;
  flex-direction: column;
  margin-right: 53px;
}

.product-stock-new .detail-vendor-new .store-data-container .sold-by {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin: 0;
}

.product-stock-new .detail-vendor-new .store-data-container a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 2px 0;
}

.product-stock-new .detail-vendor-new .store-data-container .dokan-seller-rating i {
  font-size: 15px;
  color: #ffb700;
  width: 15px;
}

.product-stock-new .detail-vendor-new .inquiry {
  height: 30px;
  width: 95px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  border-radius: 3px;
  background-color: #ffb700;
  color: #222;
  text-align: center;
  line-height: 30px;
}

.product-stock-new .detail-vendor-new .inquiry:hover {
  background-color: #ccc;
}

.variations select {
  float: left;
}

.variations .label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22px;
  margin-bottom: 10px;
  padding: 5px 0;
}

.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 {
  margin-top: 20px;
  float: none;
}

.pro-swatch-list .p-attr-image img {
  border-radius: 50%;
  max-height: 100%;
}

.p-attr-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.p-attr-swatch:before {
  position: absolute;
  content: '';
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.p-attr-swatch.p-attr-color {
  width: 20px;
  height: 20px;
}

.p-attr-swatch.p-attr-label {
  width: auto;
  height: auto;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 5px;
}

.p-attr-swatch.p-attr-label:before {
  content: none;
}

.p-attr-swatch.active:before {
  border-color: #dedede;
}

.tawcvs-swatches .swatch span {
  display: none;
}

.single .woosc-btn,
.single .woosw-btn {
  display: inline-block;
  position: relative;
  margin-top: 25px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.single .woosc-btn:before {
  content: '\e903';
  font-family: 'ros';
  font-size: 13px;
  margin-right: 9px;
  line-height: 30px;
  width: 30px;
  background-color: #eeeeee;
  border-radius: 50%;
}

.single .woosw-btn:before {
  content: '\e907';
  font-family: 'ros';
  font-size: 12px;
  margin-right: 10px;
  line-height: 30px;
  width: 30px;
  background-color: #eeeeee;
  border-radius: 50%;
  font-weight: 700;
}

.single .woosw-btn.woosw-added:before {
  line-height: 19px;
}

.single .summary .woosc-btn,
.single .summary .woosw-btn {
  margin-right: 39px;
}

.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: #f3f3f3;
}

.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: #f3f3f3 !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;
  line-height: 1;
  font-size: 21px;
}

@media (min-width: 1024px) {
  .menu-layout .site-header-wishlist {
    margin-left: 31px;
    margin-right: 15px;
  }
  .menu-layout .site-header-wishlist:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    background-color: #e4e4e4;
    left: -16px;
    top: 4px;
  }
}

.menu-layout .site-header-wishlist .header-wishlist:before {
  font-size: 21px !important;
  font-weight: 500 !important;
}

/* 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: 15px;
  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 #eeeeee;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.tinvwl-table-manage-list thead {
  background-color: #eeeeee;
  font-size: 13px;
  font-weight: 500;
}

.tinvwl-table-manage-list thead td, .tinvwl-table-manage-list thead th {
  padding: 8px 15px;
  font-size: 11px;
  letter-spacing: 0.22px;
}

.tinvwl-table-manage-list thead th {
  padding: 8px 0;
  font-weight: 600;
  color: #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 #eeeeee;
}

.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: 3px;
  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: 83px;
}

.tinvwl-table-manage-list tbody .quantity {
  height: 40px;
}

.tinvwl-table-manage-list tbody .product-subtotal {
  width: 130px;
  text-align: right;
  padding-right: 15px;
  color: #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: 'ros' !important;
}

.ftinvwl-times {
  line-height: 20px;
}

.ftinvwl-times:before {
  content: "\e9c1" !important;
  font-family: 'ros' !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-list table.woosw-content-items tr td.woosw-content-item--actions {
  padding: 38px 10px 50px 40px;
  width: 345px;
}

@media (max-width: 600px) {
  .woosw-list table.woosw-content-items tr td.woosw-content-item--actions {
    padding: 10px;
  }
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--actions .woosw-content-item--stock {
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.woosw-list table.woosw-content-items tr td.woosw-content-item--actions .woosw-content-item--add {
  margin-top: 18px;
}

.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: 68px;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove span {
  width: 50px;
}

@media (min-width: 992px) {
  .woosw-list table.woosw-content-items tr td.woosw-content-item--image {
    padding: 10px;
    border-right: none;
  }
  .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image {
    width: 120px;
  }
  .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
}

.woosw-content-item--info .woosw-content-item--price {
  margin-top: 5px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.woosw-content-item--info .woosw-content-item--price ins {
  color: #222;
  font-weight: 500;
  margin-right: 8px;
}

.woosw-content-item--info .woosw-content-item--price del {
  font-size: 12px;
  font-weight: 400;
}

.woosw-content-item--info .woosw-content-item--time {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.26px;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'] {
  width: 100%;
  padding: 5px 24px;
  min-height: 45px;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}

#woosw_copy_btn {
  margin-left: 10px;
  padding: 0 31px;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  text-align: center;
}

.woosw-adding:before,
.wooscp-btn-adding:before,
.quick-view-btn.loading .quick-view-icon:before {
  content: '\e913' !important;
  font-family: 'ros';
  -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;
}

.woosw-area.woosw-open .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove,
.woosw-area.woosw-open .woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  width: 30px;
}

.woosw-area.woosw-open .woosw-content-item--stock {
  display: block;
  margin-bottom: 10px;
  margin-top: -15px;
}

.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;
  border-bottom: 1px solid #eee;
  display: none;
}

.no-reviews #review_form_wrapper {
  display: block;
}

#review_form_wrapper input:focus {
  border-color: #ffb700;
}

#review_form_wrapper #commentform #author, #review_form_wrapper #commentform #email {
  width: 100% !important;
}

.single-product .comment-reply-title {
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: 28px;
  text-align: left;
  display: none;
}

.single-product .comment-reply-title small {
  margin-left: 10px;
  font-size: 60%;
}

.single-product .no-reviews .reviews-content__title {
  display: none;
  margin-bottom: 0;
}

.single-product .comment-form label {
  font-size: 15px;
  letter-spacing: 0.3px;
  color: #222222;
  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: #ffb700;
  border: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 20px;
}

@media (max-width: 425px) {
  .single-product .comment-form .attachment-button {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.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;
  flex-direction: row;
}

@media (max-width: 425px) {
  .single-product .comment-respond .form-submit {
    flex-direction: column;
  }
}

.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;
}

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;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 0 9px 0;
}

.product-comment-list .comment-meta-top .star-rating {
  margin-right: 9px;
}

.product-comment-list .comment-meta-top .star-rating:before {
  font-size: 14.5px;
}

.product-comment-list .comment-meta-top .star-rating > span:before {
  font-size: 14.5px;
}

.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: 15px;
}

.product-comment-list .woocommerce-review__published-date.comment-datetime {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 12px;
  color: #767676;
  letter-spacing: 0.24px;
  line-height: 24px;
}

.product-comment-list .woocommerce-review__published-date.comment-datetime:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 4px;
  width: 4px;
  height: 4px;
  background: #767676;
  border-radius: 50%;
}

.woo-comment-author {
  display: flex;
  align-items: center;
}

.woo-comment-author .avatar {
  margin-right: 19px;
  flex-shrink: 0;
  border-radius: 50%;
}

.woo-comment-author .meta {
  flex-grow: 1;
  margin-bottom: 0;
}

.woo-comment-author .woocommerce-review__author {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 5px;
}

.woocommerce-review__title {
  font-size: 16px;
  margin: 0 0 15px;
  text-transform: none;
}

.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;
}

.reviews-summary {
  background-color: #f3f5f6;
  padding: 17px 40px;
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .reviews-summary .content-review {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .reviews-summary .content-review .review-content {
    width: 145px;
    margin-top: 10px;
  }
  .reviews-summary .content-review .bar-review {
    flex-grow: 1;
    margin-left: 33px;
  }
}

.reviews-summary .rating-average {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.84px;
  margin-bottom: 20px;
}

.reviews-summary .tm-star-rating {
  letter-spacing: 1px;
  margin: 0 0 3px;
}

.reviews-summary .tm-star-rating > span:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 900;
  content: "\f005";
  color: #fdc643;
}

.reviews-summary .tm-star-rating .tm-star-empty:before {
  color: #eadccc;
}

.reviews-summary .reviews-count {
  font-size: 14px;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.reviews-summary .reviews-bar {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 35px;
}

.reviews-summary .stars-title,
.reviews-summary .rating-percentage {
  flex-shrink: 0;
}

.reviews-summary .stars-title {
  min-width: 45px;
  text-align: start;
}

.reviews-summary .stars-title .far {
  color: #999999;
  font-family: 'Font Awesome 5 Free';
}

.reviews-summary .rating-percentage {
  min-width: 35px;
  text-align: end;
  color: #222222;
}

.reviews-summary .rating-graph {
  flex-grow: 1;
  margin: 0 10px 0 18px;
}

.reviews-summary-buttons {
  margin-top: 22px;
}

.reviews-summary-buttons .tm-button-wrapper {
  margin: 10px 0;
}

.reviews-summary-buttons .button-content-wrapper {
  background-color: #ffb700;
  border-radius: 3px;
  line-height: 45px;
}

.reviews-summary-buttons .button-content-wrapper .button-text {
  font-size: 15px;
  color: #222222;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.reviews-summary-buttons .button-content-wrapper:hover {
  background-color: #cccccc;
}

.reviews-content {
  margin-bottom: 50px;
}

.reviews-content .reviews-content__title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.rating-graph {
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #e5e5e5;
  border-radius: 2px;
}

.rating-graph .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
}

.entry-product-star-rating .fas {
  font-size: 15px;
}

.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%);
}

.single_variation_wrap {
  padding: 20px 0 0;
}

.woocommerce-product-details__short-description {
  font-size: 15px;
  line-height: 24px;
  margin: 17px 0 24px;
}

.review-rating-average {
  margin-right: 8px;
}

.woocommerce-review-link {
  font-size: 13px;
  line-height: 24px;
  color: inherit;
}

.single-product .azo-wc-question .question-form-wrapper,
.single-product .azo-wc-question div[class*=question-form-wrapper-] {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.single-product .azo-wc-question .question-form-wrapper div[class*="question-form-"],
.single-product .azo-wc-question div[class*=question-form-wrapper-] div[class*="question-form-"] {
  margin-bottom: 22px;
}

.single-product .azo-wc-question .question-form-wrapper div.form-submit,
.single-product .azo-wc-question div[class*=question-form-wrapper-] div.form-submit {
  margin-bottom: 0;
}

.single-product .azo-wc-question .question-form-wrapper textarea,
.single-product .azo-wc-question div[class*=question-form-wrapper-] textarea {
  height: 140px;
  width: 100%;
  padding: 10px 20px;
}

.single-product .azo-wc-question .question-form-wrapper textarea:focus,
.single-product .azo-wc-question .question-form-wrapper input:focus,
.single-product .azo-wc-question div[class*=question-form-wrapper-] textarea:focus,
.single-product .azo-wc-question div[class*=question-form-wrapper-] input:focus {
  border-color: #ffb700;
}

.single-product .azo-wc-question .question-form-wrapper {
  display: none;
}

.single-product .azo-wc-question form label {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 1.33;
  color: #222222;
  margin-top: -5px;
  margin-bottom: 20px;
  display: block;
}

.single-product .azo-wc-question .form-submit {
  text-align: right;
}

.single-product .azo-wc-question .form-submit input {
  min-width: 170px;
  height: 45px;
  padding: 0 27px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border: none;
}

.single-product .azo-wc-question .no-question .question-form-wrapper {
  display: block;
}

.single-product .azo-wc-question .no-question .question-toolbar {
  margin: 0;
}

.single-product .azo-wc-question .no-question .question-title {
  display: none;
}

.single-product .azo-wc-question .woo-comment-author h6 {
  padding-right: 10px;
}

.single-product .azo-wc-question .woo-comment-author .comment-datetime {
  position: relative;
  padding-left: 12px;
  font-size: 12px;
  color: #767676;
}

.single-product .azo-wc-question .woo-comment-author .comment-datetime:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 4px;
  width: 1em;
  height: 1em;
  background: #767676;
  border-radius: 50%;
}

.single-product .azo-wc-question .reply-action {
  display: flex;
}

.single-product .azo-wc-question .reply-action a + a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ababab;
}

.single-product .azo-wc-question .reply-action .cancel-reply {
  pointer-events: none;
  opacity: 0;
}

.single-product .azo-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;
  font-weight: 500;
  text-transform: capitalize;
  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: 48px;
}

.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 (max-width: 767px) {
  .single-product .azo-wc-question .question-form-wrapper,
  .single-product .azo-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;
  }
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  color: #222222;
  border: 0;
  height: 45px;
  padding: 0 50px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.woocommerce-account h2 {
  font-size: 18px;
  margin: 0;
  margin-top: -6px;
}

.woocommerce-account .u-column1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column1 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.woocommerce-account .u-column1 .woocommerce-form-login {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column2 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media (min-width: 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: 40px;
  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;
}

.lost_reset_password button[type="submit"] {
  color: #fff;
  padding: 10px 20px;
}

.woocommerce-form.woocommerce-form-login .form-row .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 28px;
}

.woocommerce-form.woocommerce-form-register.register .form-row.form-group.user-role > label input[type="radio"] {
  height: 10px;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  letter-spacing: 0px;
  font-style: italic;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 27px;
}

/* container */
.shop-container {
  position: relative;
  clear: both;
  padding-bottom: 60px;
  display: flow-root;
  background-color: #f3f5f6;
}

@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% - 300px);
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar, .shop-container.with-right-sidebar .container .content-shop-archive .shop-sidebar {
    width: 300px;
  }
  .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-right-sidebar .container .content-shop-archive .shop-content {
    width: calc( 100% - 300px);
    border-right: 1px solid #eee;
  }
  .shop-container.with-right-sidebar .container .content-shop-archive .shop-sidebar {
    padding-right: 30px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-content {
    order: 2;
    border-left: 1px solid #eee;
  }
  .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar {
    order: 1;
    padding-right: 30px;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.shop-container.has-filter-area .azo-shop-filter {
  margin-bottom: 30px;
  padding: 30px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(119, 119, 119, 0.2);
}

.shop-container.has-filter-area .azo-shop-filter .woocommerce-widget-layered-nav-list {
  margin-top: -6px;
}

.shop-container.has-filter-area .azo-shop-filter .woocommerce-widget-layered-nav-list li {
  line-height: unset;
}

.shop-container.has-filter-area .azo-shop-filter .wc-layered-nav-rating {
  margin-bottom: 0;
}

.shop-container .woocommerce-pagination {
  padding-bottom: 37px;
}

.product-information .azo-transform-price {
  margin-top: 11px;
}

/* columns */
.products {
  clear: both;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

.products .product {
  list-style: none;
  float: left;
  margin: 0;
  position: relative;
  /* label plugin */
}

@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);
  }
}

@media (max-width: 768px) {
  .products .product .product-quick-view-btn span,
  .products .product .product-action-wishlist a,
  .products .product .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 .label-wrap {
  position: static;
}

.products.columns-1 .product {
  width: 100%;
  margin-right: 0;
}

/* sidebar */
.shop-sidebar {
  min-height: 1px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
  padding: 6px 17px;
  border: 0;
  color: #fff;
  background: #ebe9eb;
  border-radius: 5px;
  font-size: 12px;
  margin-top: 10px;
}

.shop-sidebar .tagcloud a {
  line-height: 26px;
}

/* top bar */
.shop-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.28px;
  padding: 30px 15px;
  border-bottom: 1px solid #eee;
}

.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-bottom: 15px;
  margin-right: 30px;
  color: #000;
  background-color: #fff;
  border: none;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn i {
  margin-right: 8px;
}

.shop-top-bar .azo-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-top-bar .azo-shop-tools .azo-products-per-page {
  margin-bottom: 0;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.shop-top-bar .azo-shop-tools .azo-products-per-page .per-page-title {
  margin-right: 20px;
  color: #858585;
}

.shop-top-bar .azo-shop-tools .azo-products-per-page .per-page-variation-wrap {
  display: flex;
  align-items: center;
}

.shop-top-bar .azo-shop-tools .azo-products-per-page .per-page-variation-wrap a.per-page-variation {
  display: inline-block;
  color: #959595;
}

.shop-top-bar .azo-shop-tools .azo-products-per-page .per-page-variation-wrap a.per-page-variation:not(:last-child) {
  margin-right: 15px;
}

.shop-top-bar .woocommerce-result-count {
  margin-bottom: 0;
  color: #858585;
}

.shop-top-bar .woocommerce-result-count span {
  color: #222222;
}

.shop-top-bar .azo-woo-ordering {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

.shop-top-bar .azo-sort-label {
  margin-right: 15px;
  color: #858585;
}

.shop-top-bar .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}

.shop-top-bar .woocommerce-ordering select {
  font-size: 15px;
  letter-spacing: 0;
  border-radius: 3px;
  padding: 9px 15px;
  border: 1px solid #eeeeee;
  height: auto;
  -webkit-appearance: none;
  background-position: right 12px top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Shop Filter Top */
.azo-shop-filter {
  display: none;
}

.azo-shop-filter .azo-shop-filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  transition: height 0.5ms;
}

@media (max-width: 991.98px) {
  .azo-shop-filter .azo-shop-filter-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .azo-shop-filter .azo-shop-filter-container {
    grid-template-columns: 1fr;
  }
}

.azo-shop-filter .azo-shop-filter-container .tagcloud a:after {
  content: ',';
}

.azo-shop-filter .azo-shop-filter-container .tagcloud a:last-child:after {
  display: none;
}

.azo-shop-filter .widget {
  margin-bottom: 0;
}

.azo-shop-filter .widget ul {
  margin: 0;
}

/* content-product */
.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  max-height: 42px;
  overflow: hidden;
  display: inline-block;
}

.open-label-shop {
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 20px;
}

.open-label-shop span {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  width: 39px;
  height: 21px;
}

.open-label-shop span:not(:first-child) {
  margin-top: 5px;
}

.sale-product {
  top: 50px;
}

.onsale {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 20px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 600;
  pointer-events: none;
  width: 43px;
  height: 20px;
  line-height: 20px;
}

.single-product .onsale {
  display: none;
}

.price {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.26px;
  line-height: 1;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}

.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 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 20px;
  right: 20px;
}

.loop-action .product-quick-view-btn span,
.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a {
  width: 30px;
  height: 30px;
  color: #999999;
  background-color: #f3f5f6;
  z-index: 30;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: all .3s ease;
  opacity: 0;
  -webkit-transform: translateX(20px) translateZ(0);
  transform: translateX(20px) translateZ(0);
}

.loop-action .product-quick-view-btn span:before,
.loop-action .product-action-wishlist a:before,
.loop-action .product-action-compare a:before {
  color: #999999;
}

@media (min-width: 1200px) {
  .loop-action .product-quick-view-btn span,
  .loop-action .product-action-wishlist a,
  .loop-action .product-action-compare a {
    width: 30px;
    height: 30px;
    opacity: 0;
    visibility: hidden;
  }
}

.loop-action .product-quick-view-btn,
.loop-action .product-action-wishlist {
  margin-bottom: 10px;
}

.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a {
  transition-delay: 0.1s;
}

.loop-action .product-action-wishlist a:before,
.loop-action .product-action-compare a:before {
  font-size: 15px;
}

.loop-action .product-action-compare a {
  transition-delay: 0.2s;
}

.loop-action .woosw-btn {
  font-size: 0;
}

.loop-action .woosw-btn:before {
  content: '\e907';
  font-family: 'ros';
  margin-right: -4px;
  font-size: 13px;
  font-weight: 500;
}

.loop-action .woosc-btn {
  font-size: 0;
}

.loop-action .woosc-btn:before {
  content: '\e903';
  font-family: 'ros';
  margin-right: -4px;
  font-size: 13px;
  font-weight: 500;
}

ul.products li.product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.products .product .tinvwl_add_to_wishlist_button {
  margin-top: 0;
}

.products .product .tinvwl_add_to_wishlist_button:before {
  margin-right: 0;
}

.product-quick-view-btn {
  display: block;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.azo-add-to-cart-btn, .added_to_cart {
  font-size: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.azo-add-to-cart-btn.added {
  display: none;
}

.azo-add-to-cart-btn.added + .added_to_cart:before {
  content: '\e90e';
  font-family: 'ros';
  font-size: 15px;
  margin-right: 5px;
  font-weight: 600;
}

.azo-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 */
.azo-product-label {
  position: absolute;
  z-index: 5;
  pointer-events: none;
  left: 20px;
  top: 20px;
  font-size: 12px;
  letter-spacing: normal;
  padding: 0 10px;
  line-height: 28px;
  font-weight: 400;
}

.azo-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;
}

.azo-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) {
  .azo-choose-options {
    display: none;
  }
}

.box-azo-product {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (min-width: 1200px) {
  .box-azo-product {
    padding: 0 32px 50px 32px;
  }
}

/**
 * Shop header
 */
.azo-pageheader-shop {
  padding: 25px 15px 0px 15px;
}

.azo-pageheader-shop .box-pageheader-shop {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.azo-pageheader-shop .shop-description {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 10px;
  background-color: #e76700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 3px;
}

.azo-pageheader-shop .shop-title {
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0px;
  color: #fff;
  font-weight: 700;
  width: 300px;
  margin: 17px 0 0 0;
}

.azo-pageheader-shop .shop-title .text-new {
  color: #ffb700;
}

@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;
}

.category-slider-shop .category-slider-arrow {
  position: absolute;
  top: 50%;
  width: 102%;
  left: -1%;
  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;
}

.shop-container-slider-category {
  clear: both;
  padding-bottom: 30px;
  display: flow-root;
  background-color: #f3f5f6;
}

.azo-category-slider-shop .product-category-azo .product-category-azo-image img {
  width: 177px;
  height: 177px;
}

.azo-category-slider-shop .product-category-azo .category-product-name {
  font-size: 18px;
  padding: 16px 0;
  text-transform: uppercase;
}

.azo-category-slider-shop .product-category-azo .container-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.azo-category-slider-shop .slick-slide {
  border: 1px solid transparent;
}

.azo-category-slider-shop .slick-slide:hover {
  box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  z-index: 222;
}

.brand-slider-shop {
  position: relative;
}

.brand-slider-shop .brand-slider-arrow {
  position: absolute;
  top: 35%;
  width: 102%;
  left: -1%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  opacity: 0;
}

.brand-slider-shop .brand-slider-arrow .arrows-next {
  background-color: transparent;
  border: none;
}

.brand-slider-shop .brand-slider-arrow .arrows-next:before {
  content: "\f105";
  color: #96969b;
  font-size: 18px;
  font-family: "FontAwesome";
}

.brand-slider-shop .brand-slider-arrow .arrows-prev {
  background-color: transparent;
  border: none;
}

.brand-slider-shop .brand-slider-arrow .arrows-prev:before {
  content: "\f104";
  color: #96969b;
  font-size: 18px;
  font-family: "FontAwesome";
}

.brand-slider-shop:hover .brand-slider-arrow {
  opacity: 1;
}

.shop-container-slider-brand {
  padding: 0 15px 0px 15px;
  margin-top: 25px;
}

.azo-brand-slider-shop .slick-slide {
  background-color: #fff;
  border: 1px solid #eeeeee;
}

.azo-brand-slider-shop .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}

.azo-brand-slider-shop .slick-track .slick-slide img {
  width: 180px;
  object-fit: cover;
}

.azo-transform-loop-price .price {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
}

.azo-transform-loop-price .price del {
  margin-left: 12px;
}

.product-information .star-rating {
  margin-top: 6px;
}

.content-info-product {
  padding: 40px 24px 38px 24px;
}

ul.products {
  display: grid;
}

@media (max-width: 768px) {
  ul.products {
    grid-template-columns: repeat(2, 2fr);
  }
}

ul.products.columns-6 {
  grid-template-columns: repeat(6, 6fr);
}

@media (max-width: 768px) {
  ul.products.columns-6 {
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 375px) {
  ul.products.columns-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.products.columns-5 {
  grid-template-columns: repeat(5, 5fr);
}

@media (max-width: 768px) {
  ul.products.columns-5 {
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 375px) {
  ul.products.columns-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.products.columns-4 {
  grid-template-columns: repeat(4, 4fr);
}

@media (max-width: 768px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 375px) {
  ul.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.products.columns-3 {
  grid-template-columns: repeat(3, 3fr);
}

@media (max-width: 768px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(2, 2fr);
  }
}

@media (max-width: 375px) {
  ul.products.columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.products.columns-2 {
  grid-template-columns: repeat(2, 2fr);
}

@media (max-width: 375px) {
  ul.products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

ul.products.columns-1 {
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 992px) {
  .search-no-results .shop-container.with-left-sidebar .container .content-shop-archive .shop-content {
    border-left: none;
  }
  .search-no-results .shop-container.with-left-sidebar .container .content-shop-archive .shop-content .woocommerce-info {
    padding: 30px;
  }
  .search-no-results .shop-container.with-left-sidebar .container .content-shop-archive .shop-sidebar {
    border-right: 1px solid #eee;
  }
}

.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: 500;
  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;
  font-weight: 500;
}

#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 #eeeeee;
  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;
  font-weight: 500;
}

.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: #f3f3f3 !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: 15px;
}

.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: 20px;
}

.woocommerce-cart .return-to-shop .wc-backward {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1068px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 740px;
    padding-right: 30px;
  }
}

.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 #eeeeee;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.woocommerce-cart .woocommerce-cart-form th {
  background: #f8f8f8;
}

.woocommerce-cart .woocommerce-cart-form thead tr {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #222222;
}

.woocommerce-cart .woocommerce-cart-form thead td, .woocommerce-cart .woocommerce-cart-form thead th {
  padding: 12.5px 0;
  border-bottom: 1px solid #f8f8f8;
}

.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: 31px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 80px;
}

.woocommerce-cart .woocommerce-cart-form .product-price {
  width: 100px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
  width: 98px;
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  width: 130px;
}

.woocommerce-cart .woocommerce-cart-form tbody td {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #eeeeee;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove {
  width: 31px;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-remove .remove {
  width: 23px;
  height: 23px;
  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: 60px;
  border-radius: 3px;
}

@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: 98px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity {
  margin-right: 0;
  width: 98px;
}

.woocommerce-cart .woocommerce-cart-form tbody .quantity {
  height: 45px;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
  width: 130px;
  text-align: right;
  padding-right: 15px;
  color: #2f2f30;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding: 30px 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: 45px;
  padding: 8px 25px;
  margin-right: 9px;
  width: 214px;
  font-size: 15px;
  letter-spacing: 0.3px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input:focus {
  border-color: #ffb700;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  float: right;
  height: 45px;
  padding: 8px 50px;
  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: 45px;
  margin-right: 15px;
}

@media (min-width: 1068px) {
  .woocommerce-cart .cart-collaterals {
    width: calc( 100% - 740px);
  }
}

.woocommerce-cart .cazos-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 .cazos-sells > h2 {
  font-size: 20px;
}

.woocommerce-cart .cazos-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 29px 29px 29px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}

.woocommerce-cart .cart_totals > h2 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  margin: 0;
}

.woocommerce-cart .cart_totals .checkout-button {
  float: right;
  color: #fff;
  line-height: 45px;
  text-align: center;
  width: 100%;
}

.woocommerce-cart .cart_totals table, .woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  border: none;
}

.woocommerce-cart .cart_totals table {
  margin: 15px 0 8px 0;
}

.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: capitalize;
}

.woocommerce-cart .cart_totals th {
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.woocommerce-cart .cart_totals td {
  font-weight: 400;
}

.woocommerce-cart .cart_totals .cart-subtotal td {
  font-size: 15px;
  letter-spacing: 0.3px;
  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: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-cart .cart_totals .order-total td, .woocommerce-cart .cart_totals .order-total th {
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 30px 0 16px 0;
  border-top: 1px solid #eeeeee;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"] {
  float: left;
  height: 45px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  border: 0;
  font-size: 15px;
}

.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 #dddddd;
    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: 41px;
  margin-bottom: 21px;
  font-weight: 700;
  letter-spacing: 0px;
}

form.woocommerce-checkout p#billing_address_1_field {
  margin-bottom: 10px;
}

form.woocommerce-checkout .form-row textarea {
  min-height: 170px;
  padding: 8px 25px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

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: 740px;
    padding-right: 40px;
  }
}

form.woocommerce-checkout #order_review_heading {
  float: left;
  clear: none;
  margin-top: 41px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}

form.woocommerce-checkout #order_review {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 15px 29px 11px 29px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #order_review {
    width: -webkit-calc( 100% - 740px);
    width: -moz-calc( 100% - 740px);
    width: calc( 100% - 740px);
  }
}

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 {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.22px;
}

form.woocommerce-checkout .shop_table tbody {
  border-bottom: 1px solid #eeeeee;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name {
  color: #222222;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name .product-quantity {
  font-weight: 400;
  color: #767676;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-total .woocommerce-Price-amount.amount {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #222222;
}

form.woocommerce-checkout .shop_table tbody tr {
  border: none;
}

form.woocommerce-checkout .shop_table tbody tr td {
  padding: 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: 31px;
}

form.woocommerce-checkout .shop_table tfoot tr th:first-of-type {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
}

form.woocommerce-checkout .shop_table tfoot .cart-subtotal th, form.woocommerce-checkout .shop_table tfoot .cart-subtotal td {
  padding: 30px 0 14px 0;
}

form.woocommerce-checkout .shop_table tfoot .cart-subtotal bdi {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 700;
  color: #222222;
}

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: 15px;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method label {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-transform: capitalize;
}

form.woocommerce-checkout .shop_table tfoot .order-total {
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}

form.woocommerce-checkout .shop_table tfoot .order-total th, form.woocommerce-checkout .shop_table tfoot .order-total td {
  padding: 30px 0 29px 0;
}

form.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
}

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-top: 10px;
  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: 19px;
}

form.woocommerce-checkout #payment .wc_payment_methods li {
  line-height: 41px;
}

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: 15px;
  letter-spacing: 0.3px;
  font-weight: 500;
  color: #222222;
  text-transform: capitalize;
}

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: 14px;
  line-height: 26px;
  letter-spacing: 0.28px;
  margin-bottom: 13px;
}

form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-style: italic;
}

form.woocommerce-checkout #place_order {
  border: 0;
  height: 45px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-top: 17px;
}

@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 {
  padding-top: 29px;
  margin-top: 10px;
  border-top: 1px solid #eeeeee;
}

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: 86px;
  height: 16px;
  position: relative;
  line-height: 16px;
  color: #bbbbbb;
}

.star-rating > span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
}

.star-rating > span:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "";
  color: #ffc400;
  position: absolute;
  left: 0;
  top: 0;
}

.star-rating .fas {
  color: #ffb700;
}

.price mark,
.price ins,
.cart mark,
.cart ins {
  background: none;
}

/* UL - RADIO INPUT */
#shipping_method,
.methods {
  list-style: none;
  padding: 0;
}

#shipping_method input[type="radio"],
.methods input[type="radio"] {
  display: none;
}

#shipping_method input[type="radio"]:checked + label,
.methods input[type="radio"]:checked + label {
  font-weight: 500;
}

#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: 24px;
}

.form-row > label {
  font-size: 14px;
  letter-spacing: 0.28px;
  margin-bottom: 11px;
  text-transform: capitalize;
  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: 45px;
  padding: 0 25px;
  border-color: #dfdfdf;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"] {
  height: 45px;
  padding: 0 25px;
  border-color: #dfdfdf;
}

.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: #ffb700;
}

.form-row textarea {
  min-height: 240px;
  padding: 25px;
  border-color: #dfdfdf;
  resize: none;
}

.form-row textarea:focus {
  border-color: #ffb700;
}

.woocommerce-form-track-order .form-row.form-row-first {
  padding-right: 0;
}

/* LOGIN FORM */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  display: flex;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 25px;
  background-color: #f8f8f8;
  margin-bottom: 15px;
  justify-content: center;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 15px;
  font-weight: 500;
}

.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: 21px 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: #767676;
  font-size: 14px;
  line-height: 26px !important;
  letter-spacing: 0.28px;
  margin-bottom: 13px;
}

.woocommerce-message {
  color: #222222;
}

.woocommerce-notice--success {
  color: #339966;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce-invalid input:not(:focus),
.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #ffb700;
}

.woocommerce-message {
  max-width: 1170px;
  margin: 0 auto;
  background: #ffffff;
  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: 9.5px 30px;
  order: 2;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

.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: 15px;
  font-weight: bold;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  font-size: 15px;
}

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.woocommerce-breadcrumb {
  font-size: 14px;
}

.woocommerce-breadcrumb a {
  font-size: 14px;
}

.woocommerce-breadcrumb span {
  margin: 0 3px;
  font-size: 9px;
}

.woocommerce-breadcrumb span:before {
  font-weight: 700;
}

.added_to_cart.wc-forward {
  font-size: 0;
}

.page-content > .container {
  overflow: hidden;
}

.products .product-image-wrapper .woocommerce-loop-product__link {
  display: block;
}

.products .product-image-wrapper .woocommerce-loop-product__link img {
  width: 100%;
}

@media (min-width: 1200px) {
  .products .product-image-wrapper .woocommerce-loop-product__link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .products-layout-2 .product-image-wrapper a img {
    height: 100%;
  }
}

.star-rating span .rating {
  font-size: 0;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  width: 100px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
}

.azo-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;
}

.azo-add-to-cart-btn.product_type_variable .tooltip {
  display: none;
}

.azo-add-to-cart-btn.product_type_variable .tooltip.variation {
  display: unset;
}

.azo-add-to-cart-btn .tooltip.variation {
  display: none;
}

.woocommerce-review-link {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.azo-product-cats {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  line-height: 1;
}

.azo-product-cats a {
  color: #858585;
}

/**
 * Hover style shop
 */
@media (min-width: 992px) {
  .products .product {
    line-height: 1.8;
  }
  .products .product:hover {
    background-color: #fff;
    margin: -1px;
    border: 1px solid #ddd;
    z-index: 222;
  }
  .products .product:hover .azo-style .azo-transform-loop-buttons {
    top: 0;
  }
  .products .product:hover .azo-style .azo-transform-loop-price {
    transform: translateY(-100%);
  }
}

@media (max-width: 768px) {
  .products .product {
    margin: -1px;
    border: 1px solid #ddd;
  }
  .products .product .azo-style .azo-transform-loop-buttons {
    top: 0;
  }
  .products .product .azo-style .azo-transform-loop-price {
    transform: translateY(0);
  }
  .products .product .azo-style .azo-add-to-cart-btn {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
  }
}

@media (max-width: 768px) {
  .woocommerce-shop .products .product {
    background-color: #fff;
  }
}

/**
 * Style shop
 */
@media (min-width: 992px) {
  .azo-style {
    position: relative;
    overflow: hidden;
    border: none;
  }
  .azo-style .azo-transform-price {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
  }
  .azo-style .azo-transform-price .azo-transform-loop-price,
  .azo-style .azo-transform-price .azo-transform-loop-buttons {
    transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }
  .azo-style .azo-transform-price .azo-transform-loop-buttons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
  }
}

@media (min-width: 992px) and (max-width: 425px) {
  .azo-style .azo-transform-price .azo-transform-loop-buttons .star-rating {
    display: none;
  }
}

@media (min-width: 992px) {
  .azo-style .azo-transform-price .azo-transform-loop-buttons a {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 700;
  }
  .azo-style .azo-transform-price .azo-transform-loop-buttons a.product_type_external {
    font-size: 14px;
  }
  .azo-style .azo-transform-price .azo-transform-loop-buttons .loading:before {
    top: 16px !important;
    left: 50% !important;
  }
  .azo-style .azo-transform-price .azo-transform-loop-buttons .loading:after {
    content: '';
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition-duration: 0.3s;
  }
}

@media (min-width: 768px) and (max-width: 829.98px) {
  .products-layout-2 .content-info-product {
    margin-left: 5px;
  }
}

.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: 15px;
  text-align: center;
  line-height: 28px;
  letter-spacing: 0.3px;
  max-width: 570px;
  margin: 0 auto;
  margin-bottom: 33px;
  margin-top: -3px;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row {
    display: inline-block;
    float: left;
    width: 120px;
    margin-bottom: 0;
    margin-top: 37px;
  }
  .woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
    margin-left: 10px;
    height: 45px;
    width: 120px;
    border: none;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
  width: 100%;
  float: left;
  height: 45px;
  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% - 65px);
  }
}

.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: 11px;
}

.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: 14px;
  letter-spacing: 0.28px;
}

@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: 1170px;
  margin: 0 auto;
}

.shop-content > .product:after {
  clear: both;
  display: block;
  content: '';
}

.single-product .shop-container {
  background-color: #f3f5f6;
}

.single-product .shop-container .container .content-shop-archive {
  background-color: #f3f5f6;
}

.single-product .shop-container .container .content-shop-archive .wrapper-product-content,
.single-product .shop-container .container .content-shop-archive .woocommerce-tabs .tabs {
  background-color: #fff;
}

.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
 */
.woocommerce-pagination {
  padding-top: 28px;
  text-align: center;
  background-color: #fff;
}

.woocommerce-pagination ul .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

.woocommerce-pagination li + li {
  margin-left: 6px;
}

.theme-primary-menu .menu-item:first-child > a {
  padding-left: 0;
}

/* COMMENT FORM */
.comment-form-rating .stars.selected span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span:hover a:before {
  content: "" !important;
}

.comment-form-rating .stars.selected span:hover a.active ~ a:before {
  content: "\f005";
}

.comment-form-rating .stars.selected span a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span a:before {
  content: "\f005";
}

.comment-form-rating .stars.selected span a.active ~ a:before {
  content: "\f005";
}

.comment-form-rating .stars.selected span a:hover ~ a:before {
  content: "" !important;
}

.comment-form-rating .stars span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars span:hover a:before {
  content: "\f005";
}

.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: "\f005";
}

.comment-form-rating .stars span a:hover ~ a:before {
  content: "\f005";
}

.comment-form-rating .stars span a:before {
  font-weight: 900;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  content: "\f005";
}

/* 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;
  padding: 20px;
}

@media (min-width: 768px) {
  .single-gallery-slider .single-product-gallery {
    padding: 20px 0 20px 20px;
  }
}

.single-gallery-slider .single-product-gallery + .summary {
  padding: 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 rgba(0, 0, 0, 0);
  border-radius: 3px;
}

.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: 570px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 570px);
    width: -moz-calc( 100% - 570px);
    width: calc( 100% - 570px);
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image {
    width: 570px;
  }
  .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% - 570px);
    width: -moz-calc( 100% - 570px);
    width: calc( 100% - 570px);
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
  width: 70px;
  margin-right: 10px;
  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-thumb {
  margin-bottom: 10px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-image {
  float: right;
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
}

.single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
  left: 120px;
  top: 20px;
}

.single-gallery-slider.single-gallery-vertical #gallery-thumb > .tns-item {
  width: 100%;
  padding-right: 2px;
}

@media (max-width: 768px) {
  .single-gallery-slider.single-gallery-vertical #gallery-thumb {
    display: none;
  }
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery {
    width: 570px;
    padding: 20px 0 20px 20px;
  }
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 570px);
    width: -moz-calc( 100% - 570px);
    width: calc( 100% - 570px);
  }
}

.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% - 108px);
  float: left;
}

.summary-fullall .grouped_form .single_add_to_cart_button.button.alt {
  width: 100%;
}

.summary-fullall.center .azo-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 .azo-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 .azo-lightbox-zoom-button {
  right: 40px;
}

.single-gallery-image .layout-fullall.no-gallery-product .azo-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: 570px;
  }
  .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: 2570px) {
  .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: 570px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 570px);
    width: -moz-calc( 100% - 570px);
    width: calc( 100% - 570px);
  }
  .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 .azo-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: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f5f5;
}

.product-type-variable .variations {
  border: 0;
  width: 100%;
  margin: 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: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f5f5;
}

.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: 24px;
  letter-spacing: 0px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 30px;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .summary .product_title {
    margin-top: -3px;
    margin-bottom: 0;
  }
}

.summary .product_title + .price {
  margin-top: 11px;
  margin-bottom: 20px;
}

.summary .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.summary .price del {
  margin-left: 12px;
}

@media (min-width: 992px) {
  .summary .azo-class-for-full .product_title {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

.woocommerce-product-rating .star-rating {
  position: relative;
}

.cart .quantity {
  margin-right: 10px;
}

@media (min-width: 1024px) {
  .cart .single_add_to_cart_button.button.alt {
    width: calc( 100% - 108px);
  }
}

.cart .single_add_to_cart_button {
  height: 45px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: capitalize;
}

.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: 98px;
  height: 45px;
  float: left;
}

.quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  font-family: "ionicons";
  font-size: 20px;
  width: 35px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  left: 0;
  text-align: right;
  padding-right: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=minus]:before {
  content: "\f462";
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  right: 0;
  text-align: left;
  padding-left: 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=plus]:before {
  content: "\f489";
}

.quantity:not(.hidden) .qty {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 13px;
  border: 1px solid #dddddd;
  -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: 26px;
}

.product_meta span {
  font-size: 14px;
}

.product_meta > span {
  line-height: 30px;
}

.product_meta > span > span,
.product_meta > span > a {
  font-weight: normal;
}

.product_meta > span strong {
  font-weight: 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;
  margin-top: 30px;
}

.woocommerce-tabs .tabs {
  display: block;
  margin: 30px 0 0 0;
  padding: 18px 0 17px 0;
  padding-left: 0;
  border-bottom: 1px solid #eee;
  list-style: none;
}

@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    margin-top: 50px;
  }
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  padding: 0 17px;
}

.woocommerce-tabs .tabs li:first-child {
  padding-left: 30px;
}

.woocommerce-tabs .tabs a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 auto;
  margin-bottom: 0;
  display: none;
  background-color: #fff;
  padding: 59px 30px 48px 30px;
}

.woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel .azo-product-image-single {
  display: inline-block;
  padding: 24px 0 33px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel .azo-product-image-single .alignnone:first-child {
  margin-right: 36px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment {
  margin-top: 5px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #comment {
  height: 140px;
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #author, .woocommerce-tabs .woocommerce-Tabs-panel #commentform #email {
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-author,
.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-email {
  margin-top: -9px;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
  padding: 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments {
  padding: 59px 30px 48px 30px;
  background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--questions .question-list-wrapper {
  display: block;
  float: left;
  width: calc( 100% + 60px);
  margin: 0 -30px;
  padding: 0 30px 30px 30px;
  background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--seller .seller-rating {
  display: none;
}

.woocommerce-tabs .woocommerce-Tabs-panel.woocommerce-Tabs-panel--more_seller_product .loop-action {
  display: none;
}

.woocommerce-bottom-tabs .tabs {
  margin: 30px 0 0 0;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .woocommerce-review__dash {
  font-size: 11px;
}

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-Reviews .comment_container img.avatar {
  float: left;
  border-radius: 50%;
  max-width: 60px;
}

.woocommerce-Reviews .comment_container img.avatar + .comment-text {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 20px;
}

.woocommerce-Reviews .comment_container .comment-text {
  margin-top: 0;
}

.woocommerce-Reviews .comment_container .woocommerce-review__author {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-Reviews .meta {
  margin-bottom: 0;
}

.woocommerce-Reviews #reply-title {
  font-size: 18px;
  letter-spacing: 0.36px;
  color: #2f2f30;
}

.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: 15px;
  letter-spacing: 0.3px;
  color: #222222;
}

.woocommerce-Reviews #commentform .required {
  color: #ffb700;
}

label .required {
  color: #ffb700;
}

/* RELATED && UPSELL
******************************************************************************************************/
.upsells.products .products,
.related.products .products {
  padding-bottom: 0;
  display: block;
  float: left;
}

.upsells.products .countdown-product,
.related.products .countdown-product {
  display: none;
}

@media (min-width: 992px) {
  .upsells.products .products .product:hover,
  .related.products .products .product:hover {
    margin: 0;
  }
}

.woocommerce-grouped-product-list.group_table td {
  padding: 20px;
}

.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 p {
  font-size: 14px;
  width: 100%;
  line-height: 26px;
  letter-spacing: 0.28px;
}

.woocommerce-product-details__short-description .cart {
  display: none;
}

p.stock {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  display: flex;
  flex-direction: row;
}

p.stock .available {
  width: 78px;
  font-weight: 400;
  color: #858585;
}

/* 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 .azo-countdown-item .azo-count {
  width: 50px;
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
}

.countdown-product .azo-countdown-item .azo-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: 24px;
  font-weight: 700;
  margin-top: 63px;
  margin-bottom: 20px;
}

.single-product .upsells.products .azo-related-slider,
.single-product .related.products .azo-related-slider {
  background-color: #fff;
}

/* VIDEO BUTTON */
.single-product-gallery:hover .azo-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 .azo-icon-text {
  opacity: 1;
  visibility: visible;
}

.video-popup-btn:hover .ion-ios-play {
  color: #fff;
}

.azo-lightbox-button {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 40px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  color: #ffffff;
  background-color: #ffb700;
  border-radius: 25px;
}

.video-popup-btn .ion-ios-play:before {
  padding-left: 2px;
}

.azo-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);
}

.azo-lightbox-zoom-button:hover {
  color: #fff;
}

.azo-lightbox-zoom-button:hover .azo-icon-text {
  opacity: 1;
  visibility: visible;
}

.azo-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: 3px;
  background: #2f2f30;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.azo-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
 */
.azo-product-navigation {
  position: relative;
}

.azo-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;
}

.azo-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);
}

.azo-product-navigation .wrapper-short .product-short-image {
  padding-left: 15px;
}

.azo-product-navigation .wrapper-short .product-short-description {
  padding: 10px 15px;
  text-align: right;
  width: 40%;
  flex-grow: 1;
}

.azo-product-navigation .wrapper-short .product-short-description .azo-entities-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.azo-product-navigation .wrapper-short .product-short-description .price {
  font-size: 13px;
  font-weight: 400;
}

.azo-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;
}

.azo-product-navigation .product-prev .nav-pro a:before {
  content: '\e900';
  transform: rotate(90deg);
}

.azo-product-navigation .product-next .nav-pro a:before {
  content: '\e900';
  transform: rotate(-90deg);
  margin-left: 4px;
}

.azo-product-navigation .nav-pro a,
.azo-product-navigation .spacenav-shop a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  color: #767676;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

.azo-product-navigation .nav-pro a:before,
.azo-product-navigation .spacenav-shop a:before {
  font-family: 'ros';
  font-weight: 500;
  line-height: 25px;
}

.azo-product-navigation .nav-pro i,
.azo-product-navigation .spacenav-shop i {
  color: #767676;
}

.azo-product-navigation .nav-pro i:before,
.azo-product-navigation .spacenav-shop i:before {
  font-weight: 500;
}

.azo-product-navigation .spacenav-shop {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #dfdfdf;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  background-color: #fff;
}

.azo-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: 3px 0 13px 3px;
}

.layout-vertical .summary .woocommerce-product-rating .star-rating:before {
  font-size: 15px;
}

.layout-vertical .summary .woocommerce-product-rating .star-rating > span:before {
  font-size: 15px;
}

.layout-vertical .summary .price {
  margin-bottom: 26px;
}

.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 {
  width: 100% !important;
}

.grouped_form .group_table {
  font-size: 15px;
  line-height: 21px;
  letter-spacing: 0.3px;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
  width: 80px;
}

.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: 3px;
}

@media (min-width: 570px) {
  .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: 84px;
  height: 40px;
  float: right;
}

.grouped_form .single_add_to_cart_button.button.alt {
  width: 100%;
}

.grouped_form table, .grouped_form th, .grouped_form td {
  border-top: none;
  margin-bottom: 30px;
}

/* Woocommerce Gallery */
.woocommerce-product-gallery {
  position: relative;
  max-width: 570px;
}

.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;
}

.product-type-external .cart {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 992px) {
  .product-type-external .cart .single_add_to_cart_button.button.alt {
    width: 100%;
  }
}

.sale-div {
  display: inline-flex;
  margin-top: 11px;
  margin-bottom: 11px;
}

.sale-div .price-onsale {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 105px;
}

.related-azo-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.related-azo-bottom .related.products {
  position: relative;
  clear: both;
  max-width: 1170px;
  margin: 0 auto;
}

.related-azo-bottom .related.products .product-related-section {
  margin-top: 61px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.related-azo-bottom .related.products .product-related-section .product-section-heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.related-azo-bottom .related.products .loop-action {
  display: none;
}

.related-azo-bottom .related-slider-shop {
  flex: 0 80px;
  display: flex;
  justify-content: space-between;
}

.related-azo-bottom .related-slider-shop .azo-arrow {
  width: 35px;
  height: 35px;
}

.related-azo-bottom .related-slider-shop .arrows-prev:before {
  content: "\f3d2";
  font-family: "ionicons";
}

.related-azo-bottom .related-slider-shop .arrows-next:before {
  content: "\f3d3";
  font-family: "ionicons";
}

.pwb-single-product-brands {
  display: block;
  float: left;
}

/*Shop single content new*/
@media (min-width: 992px) {
  .content-shop-single {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .shop-single-content {
    width: calc( 100% - 330px);
    margin-right: 30px;
  }
  .sidebar-single-product {
    width: 300px;
  }
  .shop-single-content.no-sidebar-product {
    width: 100%;
    margin-right: 0;
  }
}

.sidebar-single-product {
  margin-top: 30px;
}

.sidebar-single-product .widget {
  margin-bottom: 30px;
  background-color: #fff;
}

.sidebar-single-product .widget_recently_viewed_products .widget-title {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
}

.sidebar-single-product .widget_recently_viewed_products .product_list_widget {
  padding: 0 30px;
}

.sidebar-single-product .widget_recently_viewed_products .product_list_widget li {
  border-bottom: none;
}

.sidebar-single-product .widget_recently_viewed_products .product_list_widget li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.28px;
}

.sidebar-single-product .widget_recently_viewed_products .product_list_widget li .amount {
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

.sidebar-single-product .widget_recently_viewed_products .product_list_widget li del .amount {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.quick-viewing #shop-overlay:before {
  content: "" !important;
  z-index: 9999;
  position: absolute;
  border: 2px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -30px / 2);
  margin-left: -moz-calc( -30px / 2);
  margin-left: calc( -30px / 2);
  margin-top: -webkit-calc( -30px / 2);
  margin-top: -moz-calc( -30px / 2);
  margin-top: calc( -30px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.quick-view-open {
  overflow: hidden;
  margin-right: 17px;
  overflow: hidden;
}

.quick-view-open #shop-quick-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.quick-view-open #shop-quick-view .quick-view-content .product {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.quick-view-open #shop-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#shop-quick-view {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  z-index: 999;
  top: -webkit-calc( ( 100% - 600px ) / 2);
  top: -moz-calc( ( 100% - 600px ) / 2);
  top: calc( ( 100% - 600px ) / 2);
  left: -webkit-calc( ( 100% - 980px ) / 2);
  left: -moz-calc( ( 100% - 980px ) / 2);
  left: calc( ( 100% - 980px ) / 2);
  right: 0;
  bottom: 0;
}

#shop-quick-view .quickview-block {
  position: relative;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  display: inline-block;
}

#shop-quick-view .quick-view-content .product {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 980px;
  z-index: 999;
  vertical-align: middle;
  opacity: 0;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

#quick-view-gallery:not(.quick-view-slider) {
  max-width: 100%;
}

#quick-view-gallery figure {
  margin: 0;
}

@media (max-width: 1800px) {
  #quick-view-gallery figure img {
    object-fit: cover;
    height: 500px;
  }
}

.quick-view-content .quick-view-images {
  width: 50%;
  float: left;
}

.quick-view-content .quick-view-images .tns-controls 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: 0;
  margin-bottom: 0;
}

.quick-view-content .quantity {
  height: 45px;
  margin-bottom: 10px;
}

.quick-view-content .quantity .qty {
  font-size: 15px;
}

.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: 45px;
  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 {
  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;
}

.select2-container .select2-selection--single {
  height: 40px;
  margin: 0;
  border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
  top: 0;
  width: 20px;
  height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ffb700;
}

.select2-dropdown {
  border-color: #ffb700;
}

.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: 30px;
}

.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: 22px;
  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: 500;
}

.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-azo-thankyou-order-received {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  padding: 5px 0 1px 0;
}

.woocommerce-azo-thankyou-order-received .woocommerce-thankyou-order-completed {
  color: #222222;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
}

.woocommerce-azo-thankyou-order-received .icon-thankyou-order {
  font-size: 30px;
  color: #ffb700;
}

.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: 12px 14px;
  background-color: #f8f8f8;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  flex: 1 1 0%;
  color: #767676;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: 400;
  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: #222222;
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  text-transform: none;
  margin-top: 15px;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #222222;
}

.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: 0px;
  font-weight: 500;
}

.woocommerce-order-details {
  border: 1px solid #eeeeee;
  padding: 37px 38px 0 38px;
  margin-top: 40px;
}

.woocommerce-order-details thead tr th {
  padding-bottom: 15px !important;
}

.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details th, .woocommerce-order-details td {
  border: none;
  padding: 8px 0 !important;
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.woocommerce-order-details .woocommerce-table a,
.woocommerce-order-details th a, .woocommerce-order-details td a {
  color: #767676;
}

.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: #222222;
}

.woocommerce-order-details th.product-name,
.woocommerce-order-details th.product-total {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #222222;
}

.woocommerce-order-details .shop_table tr th {
  color: #222222;
}

.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: 15px !important;
}

.woocommerce-order-details tfoot tr td, .woocommerce-order-details tfoot tr th {
  border-top: 1px solid #eeeeee;
  padding: 30px 0 !important;
  font-weight: 400;
}

.woocommerce-order-details tfoot .amount {
  font-weight: 500;
}

.woocommerce-order-details tfoot tr:first-child td span {
  font-weight: 500;
  color: #222222;
}

.woocommerce-order-details tfoot tr th {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #222222;
}

.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 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 15px;
  font-weight: 500;
}

.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 170px;
    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*/
.widget_price_filter {
  display: block;
  float: left;
  clear: both;
}

.price_slider_wrapper .price_slider {
  margin-bottom: 0;
  position: relative;
  height: 3px;
  background: #eeeeee;
  float: none;
}

.price_slider_wrapper .ui-widget-header {
  height: 3px;
  position: absolute;
}

.price_slider_wrapper .ui-slider-handle {
  cursor: pointer;
  top: -4px;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #eeeeee;
}

.price_slider_wrapper .price_slider_amount {
  clear: both;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 9px;
}

.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: 12px;
  background: transparent;
  color: #2f2f30;
  letter-spacing: 0.2px;
  text-transform: capitalize;
  line-height: 24px;
  text-decoration: underline;
  text-underline-position: under;
  box-shadow: none;
  border: none;
}

.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: 12px;
  letter-spacing: 0.24px;
}

/* PRODUCTS && REVIEWS && TOP RATED */
.widget_products .product_list_widget img,
.widget_recent_reviews .product_list_widget img,
.widget_top_rated_products .product_list_widget img,
.widget_recently_viewed_products .product_list_widget img {
  left: 0;
}

.widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li {
  min-height: 110px;
  position: relative;
  padding: 20px 0 20px 90px;
  border-bottom: 1px solid #eaeaec;
}

.widget_products a,
.widget_recent_reviews a,
.widget_top_rated_products a,
.widget_recently_viewed_products a {
  line-height: 1.3;
  margin-bottom: 5px;
}

.widget_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating {
  display: block;
}

.widget_products del,
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del {
  margin-right: 5px;
  float: left;
  clear: both;
}

.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
  float: left;
  background: rgba(0, 0, 0, 0);
}

/* REVIEWS */
.widget_recent_reviews .reviewer {
  float: left;
  clear: both;
}

/* Accordion product category */
.product-categories.azo-product-categories .cat-item {
  position: relative;
}

.product-categories.azo-product-categories .cat-item:not(.active) .children {
  display: none;
}

.product-categories.azo-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.azo-product-categories .accordion-cat-toggle:before {
  position: relative;
}

.product-categories.azo-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: 15px;
  height: 15px;
  border: 1px solid #000;
  display: block;
  position: relative;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:before, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:before {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-color: currentColor;
  position: absolute;
  top: 2px;
  left: 2px;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:after, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:after {
  display: block;
  font-family: 'themify';
  content: "\e64c";
  position: absolute;
  z-index: 10;
  font-size: 10px;
  color: #fff;
  top: 2px;
  left: 2px;
  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: 3px;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #826540;
  background: #eeeeee;
}

.widget_layered_nav_filters .onestore-active-filters li a:hover {
  color: #ffffff;
  background: #ffb700;
}

.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.azo-clear-filter a {
  padding: 0;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}

.widget_layered_nav_filters .onestore-active-filters li.azo-clear-filter a:after {
  display: none;
}

.widget_layered_nav_filters .onestore-active-filters li.azo-clear-filter a:hover {
  color: #ffb700;
}

.shop-sidebar .widget {
  margin-bottom: 30px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 19px;
  text-transform: inherit;
}

.shop-sidebar .widget ul {
  margin: 0;
  padding-left: 0;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget.widget_layered_nav_filters .widget-title {
  margin-bottom: 24px;
}

.shop-sidebar .widget p#helloworld {
  margin-bottom: -19px;
}

.sticky-add-to-cart-section {
  width: 100%;
  height: 82px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 340;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: -82px;
  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 .azo-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: 15px;
  font-weight: 500;
}

.sticky-add-to-cart-section .product-information-sticky {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section .product-information-sticky {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.sticky-add-to-cart-section .product-information-sticky .price {
  margin-bottom: 0;
  font-size: 15px;
  margin-right: 30px;
  width: 150px;
}

.sticky-add-to-cart-section .product-information-sticky .price del {
  font-size: 15px;
  margin-right: 8px;
}

@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 .azo-select-options {
  display: inline-block;
  border-radius: 0;
  height: 48px;
  font-size: 15px;
  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 .azo-stick-container .sticky-atc-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.variations-product .container-wrap .azo-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 #eeeeee;
}

.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: #222222;
}

.woosb-total.woosb-text .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  color: #ffb700;
}

.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: 15px;
  color: #ffb700;
}

.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;
}

.azo-product-trust-badge {
  margin: 29px 0 0 0;
}

.content-bough-together {
  background-color: #fff;
  float: left;
  width: 100%;
  margin-top: 30px;
}

.content-bough-together .title-bought {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 11px 30px 24px;
  border-bottom: 1px solid #eeeeee;
}

.content-bough-together .cart .single_add_to_cart_button.button.alt {
  width: 262px;
}

.content-bough-together mark, .content-bough-together ins {
  background-color: transparent;
}

.content-bough-together ins, .content-bough-together .amount {
  color: #222;
  font-weight: 500 !important;
}

.content-bough-together .woobt-products .woobt-product .variations_form .variations .variation {
  display: inline-grid;
  margin: 15px 0;
}

.woobt-wrap {
  float: left;
  width: 100%;
  padding: 45px 30px 30px 30px;
  background-color: #fff;
}

.woobt-products .woobt-product {
  justify-content: flex-start;
  border-bottom: none;
}

.woobt-products {
  border-width: 0 0 0 0;
  border-style: none;
}

.woobt-availability {
  display: none;
}

.woobt-images {
  margin-bottom: 22px;
}

.woobt-images .woobt-image.woobt-image-this {
  width: 100%;
  flex: 0 0 219px;
}

.woobt-images .woobt-image {
  width: 100%;
  flex: 0 0 254px;
}

.woobt-images .woobt-image img {
  width: 219px;
}

.woobt-images .woobt-image {
  margin-right: 16px;
}

.woobt-images .woobt-image span {
  margin-right: 15px;
  font-size: 36px;
  font-weight: 400 !important;
  color: #767676;
}

.woobt-products .woobt-product {
  padding: 2px 0px;
}

.woobt_total.woobt-text {
  font-size: 14px;
  color: #767676;
  letter-spacing: 0.28px;
  display: flex;
  flex-direction: column;
  margin-bottom: 27px;
}

.woobt_total.woobt-text .amount {
  font-size: 24px;
  font-weight: 500;
  color: #222;
  margin-top: 3px;
}

.woobt-actions .single_add_to_cart_button {
  height: 45px;
  width: 180px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.14px;
  text-transform: capitalize;
}

.woobt-availability p.stock {
  padding-bottom: 0;
  border-bottom: none;
}

.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 {
  padding: 11.5px 52px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 600px) {
  .woosw-list .button,
  .woosw-list .add_to_cart_button {
    padding: 11.5px 10px;
  }
}

@media (max-width: 440px) {
  .woosw-list .button,
  .woosw-list .add_to_cart_button {
    padding: 11.5px 5px;
    font-size: 12px;
  }
}

.woosw-list .woosw-content-item--add .price {
  display: none;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
  width: 100px;
}

.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: 15px;
}

.woosw-area.woosw-area .woosw-content-item--add .price {
  display: none;
}

.woosw-area.woosw-area .woosw-content .button {
  padding: 9px 21px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .woosw-area.woosw-area .woosw-content .button {
    display: contents;
  }
}

.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_copy_btn {
  height: 45px;
  margin-left: 10px;
}

.woosw-content-item--title {
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 5px;
}

.woosw-content-item--title a {
  font-weight: inherit !important;
}

.woosw-content-item--time {
  font-size: 15px;
}

.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: 500;
  font-size: 16px;
  letter-spacing: normal;
  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: #222222;
}

.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;
  letter-spacing: 0.28px;
  font-weight: 400;
  color: #222222;
  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: #222222;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button:hover {
  color: #fff;
  background-color: #222222;
}

.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: 15px;
  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: 18px;
  font-weight: bold;
  letter-spacing: 0;
  min-height: 26px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
  padding: 9px 31px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
    display: contents;
  }
}

.woosw-list .woosw-content-item--stock {
  margin-top: -14px;
}

/* WIDGETS */
.azo-banner-wrapper {
  position: relative;
}

.azo-banner-wrapper .azo-banner-link {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.azo-banner-wrapper .azo-banner-image {
  overflow: hidden;
}

.azo-banner-wrapper .azo-banner-image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.azo-banner-wrapper .azo-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.azo-banner-wrapper .azo-banner-content .azo-banner-subtitle {
  display: inline-block;
}

.azo-banner-wrapper .azo-banner-content .azo-banner-button.style2 {
  position: relative;
}

.azo-banner-wrapper .azo-banner-content .azo-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;
}

.azo-banner-wrapper .azo-banner-content .azo-banner-button.style2:after {
  content: '';
  display: block;
  height: 1px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.azo-banner-wrapper .azo-banner-content .azo-banner-button.style2:hover:before {
  width: 100%;
  left: 0;
}

.azo-banner-wrapper:hover .azo-banner-image img {
  transform: scale(1.1);
}

.azo-banner-wrapper:hover .azo-banner-content .azo-banner-button.style2:before {
  width: 100%;
  left: 0;
}

.widget-blog-post .entry-wrapper .entry-title.blog-entry-title {
  margin-bottom: 0;
  line-height: 32px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  margin-top: 12px;
}

.widget-blog-post .item-blog .entry-thumbnail {
  margin-bottom: 0;
}

.widget-blog-post .read-more {
  display: inline-block;
}

.widget-blog-post .entry-content {
  margin-top: 11px;
}

.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: 11px;
}

.post-layout-classic,
.post-layout-overlay {
  margin-bottom: 30px;
}

.post-layout-overlay .entry-wrapper {
  position: relative;
  overflow: hidden;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail img {
  object-fit: cover;
}

.post-layout-overlay .entry-wrapper:hover .entry-thumbnail {
  opacity: 1;
}

.post-layout-overlay .read-more {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

.post-layout-overlay .read-more-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #222222;
}

.widget-blog-post .item-blog {
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.widget-blog-post .item-blog .entry-thumbnail {
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 18px;
}

.widget-blog-post .item-blog .entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .widget-blog-post .item-blog .entry-thumbnail img {
    height: 280px;
    border-radius: 3px;
  }
}

.widget-blog-post .item-blog .entry-thumbnail:hover img {
  transform: scale(1.1) rotate(-2deg);
}

.widget-blog-post .widget-blog-post-layout1:first-child {
  width: 50%;
}

.widget-blog-post .widget-blog-post-layout1 .button-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
    height: 250px;
  }
}

.widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
    height: 210px;
  }
}

.entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.entry-thumbnail .azo-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 60px;
  border-radius: 3px;
  background-color: #ffb700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #222222;
  flex-direction: column;
}

.item-blog {
  transition: all 0.3s ease;
  overflow: hidden;
}

.item-blog:hover {
  background-color: #FFFFFF;
}

.item-blog:hover .entry-thumbnail img {
  transform: scale(1.02);
}

.item-blog .entry-thumbnail img {
  width: 100%;
}

.blog-article-sum .info-blog-change .if-cat,
.info-item-blog .info-blog-change .if-cat {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.28px;
  font-weight: 500;
}

.blog-article-sum .info-blog-change .if-cat a,
.info-item-blog .info-blog-change .if-cat a {
  color: #e76700;
}

.default-blog .blog-article-sum .entry-title {
  margin-top: 12px;
}

/* Widget Blog Slider */
.azo-blog-slider-widget {
  /* the parent */
}

.azo-blog-slider-widget .blog-box-slider {
  overflow: hidden;
  transition: all 0.3s;
}

.azo-blog-slider-widget .blog-box-slider:hover .blog-entry-thumbnail img {
  transform: scale(1.02);
}

.azo-blog-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.azo-blog-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (min-width: 769px) {
  .azo-blog-slider-widget .no-excerpt .center {
    padding: 15px 35px 0 35px;
    min-height: 150px;
  }
}

.azo-blog-slider-widget .entry-title {
  margin-bottom: 0;
}

.azo-blog-slider-widget .title-wrappe {
  margin-bottom: 1px;
}

.azo-blog-slider-widget .js-blog-slider {
  overflow: hidden;
}

.azo-blog-slider-widget .blog-entry-title {
  margin: 12px 0;
}

.azo-blog-slider-widget .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.azo-blog-slider-widget .blog-entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.azo-blog-slider-widget .blog-entry-thumbnail .azo-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 60px;
  border-radius: 3px;
  background-color: #ffb700;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #222222;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .azo-blog-slider-widget .blog-entry-thumbnail.date-thunnail img {
    min-height: 320px;
    object-fit: cover;
  }
}

.azo-blog-slider-widget .blog-header-info .if-item:before {
  display: none;
}

.azo-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 769px) {
  .azo-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
    margin-left: 20px;
  }
}

.blog-read-more {
  font-size: 12px;
  margin-top: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.blog-slider-dots .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;
  background: transparent !important;
  transform: scale(1.5);
}

.blog-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.blog-slider-dots .slick-dots {
  position: static;
}

.cart-custom-azo {
  position: relative;
  vertical-align: middle;
}

.cart-custom-azo .iconazo-i-cart.js-cart-button:before {
  font-size: 24px;
  font-weight: 500;
}

.cart-custom-azo .shop-cart-count {
  position: absolute;
  top: -12px;
  right: -8px;
}

.cart-azo-elementor {
  width: 100%;
}

.wishlist-azo-widget {
  position: relative;
}

.wishlist-azo-widget:after, .wishlist-azo-widget:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  background-color: #dddddd;
  left: -14px;
  top: 4px;
}

.wishlist-azo-widget:after {
  left: 53px;
}

.wishlist-azo-widget .header-wishlist .count-wishlist {
  top: -9px;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_1 img {
  transition: transform 0.3s ease-out;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_1:hover img {
  transform: scale(1.05);
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_1 .azo-category-box-link {
  display: none;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2 {
  overflow: hidden;
  position: relative;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2 .azo-category-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.azo-category-box-wrapper .azo-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;
}

.azo-category-box-wrapper .azo-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;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2 img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2:hover img {
  transform: scale(1.1);
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2:hover:before {
  width: calc(100% - 40px);
  transform: translateX(0px);
  z-index: 1;
}

.azo-category-box-wrapper .azo-category-box-image.hover-effect_2:hover:after {
  height: calc(100% - 40px);
}

.azo-category-box-wrapper .azo-category-description.effect-ef_description {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all .3s ease;
}

@media (max-width: 991px) {
  .azo-category-box-wrapper .azo-category-description.effect-ef_description {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}

.azo-category-box-wrapper:hover .azo-category-description.effect-ef_description {
  transform: unset;
  opacity: 1;
  visibility: visible;
}

.azo-slider-item-category .box-images-slider {
  margin-top: 10px;
}

.azo-slider-item-category .box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 70%;
}

.azo-slider-item-category .title-big {
  margin-bottom: 18px;
}

.category-slider-dots .dots-bullet:after {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #bac6d3;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.category-slider-dots .slick-active .dots-bullet:after {
  border: 1px solid #000;
  background: transparent !important;
  transform: scale(1.5);
}

.category-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.category-slider-dots .slick-dots {
  position: static;
}

.custom-ladding .azo-slider-item-category:hover .box-images-slider img {
  transform: unset !important;
}

.custom-ladding .azo-slider-category-widget {
  margin-left: 0;
  margin-right: 0;
}

.custom-ladding .box-images-slider {
  box-shadow: 0px 3px 8px 0px #f5f0eb;
}

.custom-ladding1 .azo-slider-item-category:hover .box-images-slider img {
  transform: unset !important;
}

.custom-ladding1 .azo-slider-category-widget {
  margin-left: 0;
  margin-right: 0;
}

.custom-ladding1 .box-images-slider {
  box-shadow: 0px 3px 8px 0px #f4f2f0;
}

.js-category-slideshow.list-category {
  overflow: hidden;
}

.js-category-slideshow.list-category .azo-slider-item-category {
  background-color: #fff;
}

.js-category-slideshow.list-category .azo-slider-item-category:hover {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown-azo-widget {
  display: flex;
}

.countdown-azo-widget .container-box-countdown {
  display: inline-flex;
  align-items: center;
}

.countdown-azo-widget .message {
  margin-right: 29px;
}

@media (max-width: 425px) {
  .countdown-azo-widget .message {
    margin-right: 9px;
  }
}

.azo-countdown-item {
  display: inline-flex;
  flex-direction: column;
  padding: 5px;
  width: 45px;
  height: 48px;
}

.azo-countdown-item > * {
  display: block;
}

.azo-countdown-wrapper.border .azo-countdown-item {
  border-radius: 3px;
  background-color: #ffb700;
  margin-right: 21px;
  position: relative;
}

.azo-countdown-wrapper.border .azo-countdown-item:after {
  content: ':';
  position: absolute;
  right: -16.5px;
  top: 22%;
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.azo-countdown-wrapper.border .azo-countdown-item .azo-countdown-digit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.azo-countdown-wrapper.border .azo-countdown-item .azo-countdown-label {
  margin-top: -9px;
  text-align: center;
}

.azo-countdown-wrapper.border .azo-countdown-item:last-child {
  margin-right: 0;
}

.azo-countdown-wrapper.border .azo-countdown-item:last-child:after {
  content: '';
}

.azo-countdown-wrapper.normal .azo-countdown-item {
  position: relative;
  padding: 0;
}

.azo-countdown-wrapper.normal .azo-countdown-item .azo-countdown-label {
  margin-top: 34px;
}

.azo-countdown-wrapper.normal .azo-countdown-item:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
}

.azo-countdown-wrapper.normal .azo-countdown-item:last-child:after {
  display: none;
}

.azo-countdown-wrapper.no-padding .azo-countdown-item .azo-countdown-digit {
  margin-bottom: 0;
  height: 22px;
}

.azo-countdown-wrapper.no-padding .azo-countdown-item .azo-countdown-label {
  margin-top: 0;
}

.azo-gallery-widget {
  padding: 0 15px;
}

.azo-gallery-widget__label span {
  cursor: pointer;
  display: inline-block;
}

.azo-gallery-archive {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.azo-gallery-archive .gall-thumb {
  display: block;
}

.azo-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;
}

.azo-gallery-archive .gall-thumb__inner {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.azo-gallery-archive .gall-thumb__inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.azo-gallery-archive .gall-thumb__inner:hover::before {
  z-index: 1;
}

.azo-gallery-archive .gall-thumb__inner:hover a {
  opacity: 1;
}

.azo-gallery-archive .gall-thumb__inner:hover img {
  transform: scale(1.15);
}

.azo-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;
}

.azo-gallery-archive .gall-thumb__inner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}

.azo-gallery-archive .gall-thumb__inner a:hover {
  color: #3a3b59;
}

.azo-gallery-archive .gall-thumb__inner a:hover:after {
  visibility: visible;
}

.azo-gallery-archive--2-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .azo-gallery-archive--2-columns .gall-thumb {
    width: 50%;
  }
}

.azo-gallery-archive--3-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .azo-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .azo-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

.azo-gallery-archive--4-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .azo-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .azo-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  .azo-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 4);
  }
}

.gall-thumb__inner {
  overflow: hidden;
}

.gall-thumb__inner img {
  transition-duration: 0.5s;
}

.azo-gallery-widget {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .azo-gallery-archive .gall-thumb {
    height: 470px !important;
  }
}

/**
 * Heading
 */
.azo-section-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 768px) {
  .azo-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.azo-section-heading .azo-headings, .azo-section-heading .subtitle {
  margin: 0;
}

.azo-section-heading .subtitle a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .azo-section-heading .subtitle {
    padding-top: 10px;
  }
}

.azo-images-widget {
  position: relative;
}

.azo-images-widget .testi-arrow-widget {
  position: absolute;
  top: 50%;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.azo-images-widget .testi-arrow-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.azo-images-widget .testi-arrow-widget .arrows-next:before {
  content: "\f0da";
  color: #96969b;
  font-family: "FontAwesome";
}

.azo-images-widget .testi-arrow-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.azo-images-widget .testi-arrow-widget .arrows-prev:before {
  content: "\f0d9";
  color: #96969b;
  font-family: "FontAwesome";
}

.azo-images-widget .js-images-slider .images-item .images-slider {
  display: flex;
  justify-content: center;
}

.azo-images-widget .js-images-slider .images-item .images-slider .slider-images {
  object-fit: cover;
}

.azo-images-widget .js-images-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
}

.azo-slider-instagram-widget {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

.azo-slider-instagram-widget .arrows-widget {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.azo-slider-instagram-widget .arrows-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.azo-slider-instagram-widget .arrows-widget .arrows-prev:before {
  content: "\e901";
  color: #96969b;
  font-size: 26px;
  font-family: 'ros' !important;
}

.azo-slider-instagram-widget .arrows-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.azo-slider-instagram-widget .arrows-widget .arrows-next:before {
  content: "\e902";
  color: #96969b;
  font-size: 26px;
  font-family: 'ros' !important;
}

.azo-slider-item-instagram {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.azo-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;
}

.azo-slider-item-instagram .box-icon .icon svg {
  width: 30px;
  height: auto;
}

.azo-slider-item-instagram:hover .box-icon {
  opacity: 1;
  visibility: visible;
}

.azo-slider-item-instagram:hover .box-images-slider img {
  filter: brightness(0.5);
}

.list-instagram {
  z-index: 5;
}

.instagram-slider-dots .dots-bullet:after {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #bac6d3;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.instagram-slider-dots .slick-active .dots-bullet:after {
  border: 1px solid #000;
  background: transparent !important;
  transform: scale(1.5);
}

.instagram-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.instagram-slider-dots .slick-dots {
  position: static;
}

.card {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.13);
  border: 3px solid #fff;
  display: flex;
  flex: 0 0 13.5rem;
  flex-direction: column;
  position: relative;
}

.card__image {
  max-height: 490px;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
}

.card__image img {
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

.card__image:hover img {
  transform: translateY(calc( -100% + 490px));
  transition: transform 2s ease-in-out;
}

.card__image:hover {
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.1);
}

.card__image:hover .azo-landing-image-link {
  border-radius: 3px;
  background-color: rgba(58, 52, 42, 0.1);
}

.card__image:hover .azo-landing-image-text {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.azo-landing-image-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: background-color 0.3s;
}

.azo-landing-image-text {
  display: inline-block;
  padding: 12px 28px;
  background-color: #ffb700;
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
  transition: opacity 0.3s, transform 0.3s;
  border-radius: 3px;
}

.azo-landing-image-text:hover {
  background-color: #ccc;
}

.azo-landing-image-content {
  padding: 20px 30px 10px 30px;
}

.azo-landing-image-title {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.azo-landing-image-title a {
  color: #333333;
}

.azo-landing-image-title a:hover,
.azo-landing-image-title a:focus {
  color: #e5bc3f;
}

.login-azo-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-azo-widget .popup-login::-webkit-scrollbar {
  width: 6px;
}

.login-azo-widget .popup-login::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.login-azo-widget .popup-login::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.login-azo-widget .popup-login.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.login-azo-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-azo-widget .popup-login .widget-heading .widget-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.login-azo-widget .popup-login .widget-heading .close-side-widget {
  font-size: 18px;
  transition: all 0.3s;
}

.login-azo-widget .popup-login .widget-heading .close-side-widget:hover {
  transform: rotate(90deg);
}

.login-azo-widget .popup-login .content-login {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.login-azo-widget .popup-login .content-login form label {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
}

.login-azo-widget .popup-login .content-login form input[type='email'],
.login-azo-widget .popup-login .content-login form input[type='text'],
.login-azo-widget .popup-login .content-login form input[type='password'] {
  padding: 0 25px;
  max-width: 100%;
  width: 100%;
  height: 40px;
  border: 1px solid #dddddd;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
  transition: border-color .5s ease;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.login-azo-widget .popup-login .content-login form input[type='email']:focus,
.login-azo-widget .popup-login .content-login form input[type='text']:focus,
.login-azo-widget .popup-login .content-login form input[type='password']:focus {
  border-color: #ffb700;
}

.login-azo-widget .popup-login .content-login form .lost-password {
  display: inline;
  float: right;
}

.login-azo-widget .popup-login .content-login form .login-remember {
  float: left;
}

.login-azo-widget .popup-login .content-login form .login-remember label {
  font-size: 14px;
}

.login-azo-widget .popup-login .content-login form .login-submit {
  clear: both;
}

.login-azo-widget .popup-login .content-login form .login-submit input {
  width: 100%;
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 18px;
  border: none;
  transition: all 0.3s;
}

.login-azo-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-azo-widget .popup-login .create-account-question p {
  color: #2d2a2a;
  font-weight: 600;
  font-size: 15px;
}

.login-azo-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-azo-widget .popup-login .create-account-question a:hover {
  opacity: 0.6;
}

.login-azo-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-azo-widget .bg-popup-login.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility 0s ease;
}

.login-azo-widget .info-author .profile-azo {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.login-azo-widget .login .button-align .button-icon.icoros-icon_user {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 783px) {
  .admin-bar .login-azo-widget .popup-login {
    height: calc( 100vh - 46px);
    top: 46px;
  }
}

@media (min-width: 601px) {
  .admin-bar .login-azo-widget .popup-login {
    height: calc( 100vh - 32px);
    top: 32px;
  }
}

.login-azo-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-azo-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;
}

.login-azo-widget .login,
.login-azo-widget .author-info .info-author {
  line-height: 15px;
}

.login-azo-widget .button-icon.icon.icoazo-icon_user {
  font-size: 18px;
  font-weight: 600;
}

.azo-portfolio-pagination-widget .related-posts {
  position: relative;
}

.azo-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: 15px;
  text-transform: uppercase;
}

.category-portfolio {
  margin-top: 10px;
}

.category-portfolio a:last-child:before {
  content: "/";
  font-size: 15px;
  margin-right: 6px;
}

.image-iner {
  overflow: hidden;
}

.image-iner img {
  transition-duration: 0.5s;
}

.image-iner img:hover {
  transform: scale(1.15);
}

.product-filter--wrapper .woocommerce .products .product {
  margin: 0 0 50px;
}

@media (max-width: 600px) {
  .product-filter--wrapper .woocommerce .products .product {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .product-filter--wrapper .woocommerce .products .product {
    width: 50%;
  }
}

.product-filter--wrapper .woocommerce .products .product .pro-swatch-list {
  display: none;
}

.product-filter-tab .product-filter-tab {
  padding-right: 65px;
}

.product-filter-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.product-filter-tab .tab-item,
.product-filter-tab .tab-item-filter {
  margin: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.product-filter-tab .tab-item:first-child,
.product-filter-tab .tab-item-filter:first-child {
  margin: 0 25px 0 0;
}

.product-filter-tab .tab-item:last-child,
.product-filter-tab .tab-item-filter:last-child {
  margin: 0 0 0 25px;
}

.product-filter-tab .tab-item:before,
.product-filter-tab .tab-item-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 2px;
  margin: 2px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: .5s;
  opacity: 0;
  background-color: #f00;
}

.product-filter-tab .tab-item:hover,
.product-filter-tab .tab-item-filter:hover {
  color: #000000;
}

.product-filter-tab .tab-item:hover:before,
.product-filter-tab .tab-item-filter:hover:before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 680px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 15px;
  }
}

@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;
}

.azo-box-image .elementor-image-box-content {
  margin-top: -18px;
}

.azo-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;
}

.azo-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;
}

.azo-products-slider {
  position: relative;
}

@media (max-width: 425px) {
  .azo-products-slider {
    overflow: hidden;
  }
}

.azo-products-slider .slick-dotted.slick-slider {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .azo-products-slider .products .product:hover {
    margin: 0 -1px -1px -1px;
  }
}

@media (max-width: 768px) {
  .azo-products-slider .products .product {
    background-color: #fff;
    margin: 0;
    border: 1px solid #ddd;
  }
}

.slick-dotted.slick-slider {
  padding-bottom: 20px;
}

.product-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #222222;
  display: block;
  border-radius: 50%;
}

.product-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #222222;
  width: 10px;
  height: 10px;
}

.product-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.js-products-slider1,
.js-products-slider2,
.js-products-slider3 {
  overflow: hidden;
}

.title-wrappe {
  margin-top: 0px;
  margin-bottom: 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-wrappe .title-product-slider,
.title-wrappe .title-blog-slider {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}

.title-wrappe .arrows-widget {
  flex: 0 80px;
  display: flex;
  justify-content: space-between;
}

.title-wrappe .arrows-widget .azo-arrow {
  width: 35px;
  height: 35px;
}

.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: "\f3d2";
  font-family: "ionicons";
}

.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: "\f3d3";
  font-family: "ionicons";
}

@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;
  }
}

.products-layout-2 .onsale {
  display: none;
}

.products-layout-2 .product-image-wrapper {
  width: 33%;
  float: left;
}

.products-layout-2 .product-image-wrapper .loop-action,
.products-layout-2 .product-image-wrapper .open-label-shop {
  display: none;
}

.products-layout-2 .content-info-product {
  width: calc( 67% - 15px);
  margin-left: 15px;
  float: left;
  padding: 0;
}

.products-layout-2 .content-info-product .azo-product-cats {
  display: none;
}

.products-layout-2 .products .product:hover {
  background-color: transparent;
  border-color: transparent;
  border-bottom: 1px solid #eeeeee;
}

.products-layout-2 .products .product {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

.products-layout-2 .products.columns-1 .product {
  padding-bottom: 0;
  border-bottom: 1px solid #eeeeee;
}

.products-layout-2 .products.columns-1 li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.products-layout-2 .products.columns-1 .azo-style {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .products-layout-2 .products .product {
    margin: 0;
    border: none;
  }
}

img.hover-product-image {
  background: #fff;
}

.products.columns-1 .product:hover .azo-style {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.products.columns-1 .product:hover .azo-style .fade-in-block {
  display: none;
}

.products.columns-1 .product {
  margin-bottom: 25px;
  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% / 2);
}

.gap-min .products.columns-3 .product {
  width: calc( 100% / 3);
}

.gap-min .products.columns-4 .product {
  width: calc( 100% / 4);
}

.gap-min .products.columns-5 .product {
  width: calc( 100%  / 5);
}

.gap-min .products.columns-6 .product {
  width: calc( 100% / 6);
}

.no-rate .star-rating {
  display: none;
}

.loop-product-stock {
  padding: 0 25px;
  margin: 0;
  padding-bottom: 13px;
}

.loop-product-stock .status-bar,
.loop-product-stock .sold-bar {
  height: 8px;
  background-color: #e76700;
  border-radius: 4px;
}

.loop-product-stock .status-bar {
  background-color: #eeeeee;
  margin-top: 4px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.product-stock-status {
  display: inline-flex;
  color: #767676;
  font-size: 14px;
  font-weight: 500;
}

.product-stock-status .label {
  margin-right: 2px;
}

.product-stock-status .sold {
  margin-right: 4px;
}

.product-stock-status .sold .value {
  color: #e76700;
}

.product-stock-status .available {
  margin-left: 3px;
}

.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, .azo-products-tab-widget.loading .azo-products-tab-body:before, .azo-products-tab-widget[data-layout="carousel-layout"] .azo-products-tab-body.has-slider .azo-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%);
}

.azo-slider-widget:not(.tns):not(.tns-slider) .azo-slide + .azo-slide {
  display: none;
}

.azo-slider-widget .azo-slide {
  position: relative;
}

.azo-slider-widget .azo-slider-video-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.azo-slider-widget .azo-slider-video-background iframe {
  width: 100% !important;
  height: 100% !important;
}

.azo-slider-widget .azo-slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.azo-slider-widget .azo-slide-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
}

.azo-slider-widget .azo-slide-container:not(.animated) {
  visibility: hidden;
  opacity: 0;
}

.azo-slider-widget .azo-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.azo-slider-widget .azo-slide-title {
  font-size: 30px;
}

.azo-slider-widget .azo-slide-description {
  font-size: 18px;
}

.azo-slider-widget .azo-slide-button {
  font-size: 16px;
  display: inline-block;
  padding: 6px 20px;
}

.azo-product-slider-widget .azo-product-slider {
  padding-left: 0;
  margin: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product {
  width: calc( (100% - 30px ) / 2);
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) {
  margin-right: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) ~ .product {
  display: none;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product {
  width: calc( (100% - 60px ) / 3);
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) {
  margin-right: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) ~ .product {
  display: none;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product {
  width: calc( (100% - 90px ) / 4);
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) {
  margin-right: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) ~ .product {
  display: none;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product {
  width: calc( (100% - 120px ) / 5);
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) {
  margin-right: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) ~ .product {
  display: none;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product {
  width: calc( (100% - 150px ) / 6);
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) {
  margin-right: 0;
}

.azo-product-slider-widget .azo-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) ~ .product {
  display: none;
}

.azo-product-slider-widget .azo-product-slider li {
  list-style: none;
}

.azo-product-slider-widget .azo-product-slider.products .product {
  margin: 0;
  clear: none !important;
}

.azo-product-images-widget {
  min-height: 1px;
}

.azo-product-images-widget .easyzoom-flyout img {
  max-width: none;
}

.azo-product-images-widget .tns-controls [data-controls] {
  transition: background-color 0.3s ease;
}

.azo-product-images-widget .tns-controls [data-controls]:before {
  transition: color 0.3s ease;
}

.azo-product-category-widget .content-inside .pcw-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.azo-product-category-widget .pcw-item {
  position: relative;
}

.azo-product-category-widget .pcw-image {
  display: block;
}

.azo-product-category-widget .pcw-info {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.azo-product-category-widget .pcw-info-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  margin: 20px;
}

.azo-product-category-widget .pcw-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.azo-product-category-widget .pcw-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}

.azo-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;
}

.azo-posts-widget .wg-post-image {
  display: block;
}

.azo-posts-widget .wg-post-meta-item + .wg-post-meta-item {
  margin-left: 5px;
}

.azo-posts-widget .wg-post-meta-item + .wg-post-meta-item:before {
  content: '•';
  margin-right: 7px;
  font-size: 10px;
}

.azo-posts-widget .wg-post-pagination {
  display: block;
  clear: both;
}

.azo-posts-widget .wg-post-title {
  font-size: 18px;
}

.azo-posts-widget.controls-on-hover .tns-controls button,
.azo-posts-widget.controls-on-hover .tns-nav button {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.azo-posts-widget.controls-on-hover:hover .tns-controls button,
.azo-posts-widget.controls-on-hover:hover .tns-nav button {
  opacity: 1;
  visibility: visible;
}

.azo-posts-widget.arrows-on-hover .tns-controls [data-controls] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.azo-posts-widget.arrows-on-hover:hover .tns-controls [data-controls] {
  opacity: 1;
  visibility: visible;
}

.azo-posts-widget.dots-on-hover .tns-nav [data-nav] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.azo-posts-widget.dots-on-hover:hover .tns-nav [data-nav] {
  opacity: 1;
  visibility: visible;
}

.azo-products-tab-widget {
  position: relative;
  transition-duration: 0.3s;
}

.azo-products-tab-widget.loading {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.azo-products-tab-widget.loading .azo-products-tab-body:after {
  content: '';
}

.azo-products-tab-widget.loading .azo-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;
}

.azo-products-tab-widget[data-layout="carousel-layout"] .azo-products-tab-body.has-slider .azo-products-tab-content:first-of-type .products:not(.tns-slider) .product:first-of-type {
  opacity: 0;
  visibility: hidden;
}

.azo-products-tab-widget[data-layout="carousel-layout"] .azo-products-tab-body.has-slider .azo-products-tab-content:first-of-type .products:not(.tns-slider) .product ~ .product {
  display: none;
}

.azo-products-tab-widget[data-layout="carousel-layout"] .products:not([class*="columns"]) .product {
  float: none;
  margin-right: 0;
}

@media (max-width: 767px) {
  .azo-products-tab-widget .azo-product-tab-carousel-arrows {
    margin: 15px 0;
  }
}

.azo-products-tab-widget .azo-product-tab-arrows-container {
  display: none;
  justify-content: space-between;
}

.azo-products-tab-widget .azo-product-tab-arrows-container.active {
  display: flex;
}

.azo-products-tab-widget .azo-product-tab-arrows-container.hidden {
  display: none;
}

.azo-products-tab-widget .azo-product-tab-arrows-container span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-weight: bold;
  font-size: 1.2em;
  transition-duration: 0.3s;
}

.azo-products-tab-widget .azo-product-tab-arrows-container [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

.azo-products-tab-widget .azo-products-tab-btn {
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 15px 10px;
  display: inline-flex;
  position: relative;
  bottom: -1px;
}

.azo-products-tab-widget .azo-products-tab-btn.active, .azo-products-tab-widget .azo-products-tab-btn:hover {
  color: #333;
}

.azo-products-tab-widget .azo-products-tab-body {
  position: relative;
  min-height: 390px;
}

.azo-products-tab-widget .azo-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;
}

.azo-products-tab-widget .azo-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;
}

.azo-products-tab-widget .azo-products-tab-content .no-products-found {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}

.azo-products-tab-widget .azo-products-tab-content.active {
  display: block;
}

.azo-products-tab-widget .azo-products-tab-head {
  margin-bottom: 39px;
  border-bottom: 1px solid #fff;
}

.azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons {
  width: calc( 100% - 50px);
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons .tabs-name.title {
  position: relative;
  padding: 0;
  margin-right: 25px;
  display: block;
  float: left;
}

.azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons .tabs-name.title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: -1px;
  left: 0;
  background-color: #e44515;
}

.azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons .tabs-button-view {
  display: block;
  float: left;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .azo-products-tab-widget .azo-products-tab-head .azo-products-tab-head-buttons .tabs-filter {
    flex: 1 1 auto;
    padding-top: 10px;
    max-width: 100%;
    width: 100%;
    border-top: 2px solid #EAEAEA;
  }
}

.azo-products-tab-widget .azo-products-tab-head .azo-product-tab-carousel-arrows {
  width: 50px;
  position: absolute;
  right: 0;
  top: 15px;
}

.azo-products-tab-widget .azo-products-tab-head .layout-grid {
  width: 100%;
}

.azo-products-tab-widget .azo-products-tab-head .layout-grid .azo-products-tab-btn:last-child {
  padding-right: 0;
}

.azo-products-tab-widget .azo-products-tab-head .underline .azo-products-tab-btn.active {
  text-decoration: underline;
}

.tns-inner .products .product {
  float: none;
  margin: 0;
}

.azo-products-tab-content .tns-nav {
  bottom: -28px;
  height: 28px;
  background-color: #fff;
}

.azo-products-tab-content .tns-nav button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #222222;
}

.azo-products-tab-content .tns-nav button.tns-nav-active {
  border: 2px solid #222222;
  background-color: #fff;
}

.widget-brand-search-azo {
  display: flex;
}

.widget-brand-search-azo .heading-search-brand {
  display: flex;
  flex: 0 0 213px;
}

.widget-brand-search-azo .heading-search-brand .heading-brand p {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin: 0;
}

.widget-brand-search-azo .heading-search-brand .heading-brand h3 {
  font-size: 32px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.widget-brand-search-azo .heading-search-brand .colon {
  flex: 0 0 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  font-weight: 700;
  color: #222;
}

.widget-brand-search-azo .azo-search-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.widget-brand-search-azo select {
  height: 50px;
  width: 220px;
  padding: 0 26px;
}

.widget-brand-search-azo .azo-search-form__product-categories {
  margin-right: 10px;
}

.widget-brand-search-azo .or-text {
  display: block;
  width: 51px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #222;
}

.widget-brand-search-azo input.azo-search-form__field {
  height: 50px;
  width: 220px;
  margin-right: 10px;
  padding: 0 26px;
  font-weight: 400;
  font-size: 14px;
}

.widget-brand-search-azo .search-brand-submit {
  display: block;
  text-align: center;
  width: 165px;
  height: 50px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
}

@media (max-width: 1200px) {
  .widget-brand-search-azo {
    flex-direction: column;
    align-items: start;
  }
  .widget-brand-search-azo .heading-search-brand {
    flex: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .widget-brand-search-azo .or-text,
  .widget-brand-search-azo .azo-search-form,
  .widget-brand-search-azo select,
  .widget-brand-search-azo input.azo-search-form__field {
    display: inline-block;
    width: 100%;
  }
  .widget-brand-search-azo .azo-search-form__product-categories {
    margin-bottom: 15px;
  }
  .widget-brand-search-azo .or-text {
    margin: 13px 0;
    text-align: center;
  }
  .widget-brand-search-azo .search-brand-submit {
    margin-top: 15px;
    width: 100%;
  }
}

.widget-brand-search-azo.horizontal_layout {
  flex-direction: column;
  align-items: start;
}

.widget-brand-search-azo.horizontal_layout .heading-search-brand {
  display: block;
  float: left;
  margin-bottom: 15px;
  text-align: center;
  width: 100%;
  flex: 0;
}

.widget-brand-search-azo.horizontal_layout .heading-search-brand .colon {
  display: none;
}

.widget-brand-search-azo.horizontal_layout .heading-search-brand .heading-brand h3 {
  font-size: 30px;
  margin-top: -3px;
  margin-bottom: 3px;
  letter-spacing: 0;
  color: #ffb700;
}

.widget-brand-search-azo.horizontal_layout select,
.widget-brand-search-azo.horizontal_layout input.azo-search-form__field {
  display: inline-block;
  width: 100%;
}

.widget-brand-search-azo.horizontal_layout .or-text,
.widget-brand-search-azo.horizontal_layout .azo-search-form {
  display: inline-block;
  width: 100%;
}

.widget-brand-search-azo.horizontal_layout .azo-search-form__product-categories {
  margin-bottom: 15px;
}

.widget-brand-search-azo.horizontal_layout .or-text {
  margin: 13px 0;
  text-align: center;
}

.widget-brand-search-azo.horizontal_layout .search-brand-submit {
  margin-top: 15px;
  width: 100%;
}

.azo-widget-search {
  text-align: center;
}

.azo-widget-search .azo-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .azo-widget-search .azo-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action.vertical .ymm-selector.ymm-box .block-content {
  display: flex;
  flex-direction: column;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action.vertical .ymm-selector.ymm-box .block-content select.ymm-select {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( 100% / 3);
  height: 55px;
  border-radius: 3px;
  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) {
  .azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
  }
}

.azo-widget-search .azo-form-search--wrapper .azo-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;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
  height: 55px;
  padding: 10px 50px;
  border-radius: 3px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
    padding: 10px 20px;
  }
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-category-select {
  width: 100%;
  height: 55px;
  border-radius: 3px;
  margin-right: 0;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table {
  border-collapse: collapse;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr {
  display: flex;
  flex-direction: column;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr td {
  margin-bottom: 10px;
}

.azo-widget-search .azo-form-search--wrapper .azo-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: 3px;
  margin-right: 0;
  padding: 0 30px;
  border: 1px solid;
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button {
  padding: 0;
  margin: 0;
}

.azo-widget-search .azo-form-search--wrapper .azo-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: 3px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
    padding: 10px 20px;
  }
}

.azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table, .azo-widget-search .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search tr, .azo-widget-search .azo-form-search--wrapper .azo-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 .azo-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .search-shop .azo-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.search-shop .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( ( 100% - 194px ) / 3);
  height: 55px;
  border-radius: 3px;
  padding: 0 30px;
  position: relative;
  border: none;
  margin-right: 8px;
}

@media (max-width: 425px) {
  .search-shop .azo-form-search--wrapper .azo-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* Tab content */
.tab-container {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.tab-container .list-content {
  margin: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.tab-container .list-content:first-child {
  margin: 0 25px 0 0;
}

.tab-container .list-content:last-child {
  margin: 0 0 0 25px;
}

.tab-container .list-content: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: 1;
}

@media (max-width: 680px) {
  .tab-container .list-content {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .tab-container .list-content {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .tab-container .list-content {
    margin: 0 10px;
  }
  .tab-container .list-content:first-child {
    margin: 0 10px 0 0;
  }
  .tab-container .list-content:last-child {
    margin: 0 0 0 10px;
  }
}

.tab-container .current:before {
  color: #fc5a34;
  width: 100%;
  opacity: 1;
}

.tab-content-area .tab-content-item {
  display: none;
}

.tab-content-area .tab-content-item.current {
  display: block;
}

.azo-team-member .azo-member-content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.azo-team-member .azo-member-name .name {
  margin: 0;
}

.azo-team-member .azo-member-description {
  margin-bottom: 0;
}

ul.azo-contact-icon {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

ul.azo-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;
}

.azo-teammember-slider-widget {
  /* the parent */
}

.azo-teammember-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

@media (max-width: 425px) {
  .azo-teammember-slider-widget .slick-slide {
    margin: 0;
    padding-bottom: 10px;
  }
}

.azo-teammember-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .azo-teammember-slider-widget .slick-list {
    margin: 0;
  }
}

.azo-teammember-slider-widget:hover .arrows-prev {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .azo-teammember-slider-widget:hover .arrows-prev {
    transform: translateX(-30px);
  }
}

.azo-teammember-slider-widget:hover .arrows-next {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .azo-teammember-slider-widget:hover .arrows-next {
    transform: translateX(30px);
  }
}

.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;
}

.azo-testimonial-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.azo-testimonial-widget .slick-slide {
  margin: 0 15px;
}

.azo-testimonial-widget .slick-slider .slick-track {
  padding: 20px 0;
}

.azo-testimonial-widget .slick-list {
  margin: 0;
}

.azo-testimonial-widget .slick-slide {
  opacity: 1;
}

.azo-testimonial-widget .customClass,
.azo-testimonial-widget .slick-center {
  opacity: 1;
}

.azo-testimonial-widget .testi-arrow-widget {
  position: absolute;
  top: 50%;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.azo-testimonial-widget .testi-arrow-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.azo-testimonial-widget .testi-arrow-widget .arrows-next:before {
  content: "\f0da";
  color: #96969b;
  font-size: 26px;
  font-family: "FontAwesome";
}

.azo-testimonial-widget .testi-arrow-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.azo-testimonial-widget .testi-arrow-widget .arrows-prev:before {
  content: "\f0d9";
  color: #96969b;
  font-size: 26px;
  font-family: "FontAwesome";
}

.azo-testimonial-widget .testimonial-slider-dots .slick-dots {
  bottom: 20px;
}

.azo-testimonial-widget.layout-2 .slick-dotted.slick-slider {
  padding-bottom: 20px;
}

.testimonial-item .testimonial-avata {
  margin-bottom: 15px;
}

.testimonial-item .testimonial-avata .avata-testimonial {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: auto;
}

.testimonial-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.testimonial-slider-dots .dots-bullet:after {
  content: '';
  height: 6px;
  width: 6px;
  background-color: #bac6d3;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.testimonial-slider-dots .slick-active .dots-bullet:after {
  border: 1px solid #000;
  background: transparent !important;
  transform: scale(1.5);
}

.testimonial-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.testimonial-slider-dots .slick-dots {
  position: static;
}

.html-demo-azo {
  padding: 35px 25px 20px 35px;
}

.html-demo-azo .content-demo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29.5px;
}

.html-demo-azo .content-demo:last-child {
  margin-bottom: 0;
}

.html-demo-azo .content-demo .image-box {
  width: 47px;
  font-size: 30px;
  color: #ffb700;
}

.html-demo-azo .content-demo .container-box {
  width: calc( 100% - 47px);
}

.html-demo-azo .content-demo .container-box .azo-box-heading-title {
  font-size: 15px;
  margin-top: -2px;
  margin-bottom: 2px;
}

.html-demo-azo .content-demo .container-box p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
}

.banner-demo-azo {
  padding: 48px 30px;
  text-align: center;
  background-image: url(images/placehold.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 516px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.banner-demo-azo .description {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.96px;
  color: #fff;
}

.banner-demo-azo h2 {
  font-size: 35px;
  color: #fff;
  margin: 16px 0 1px 0;
}

.banner-demo-azo .now {
  font-size: 20px;
  font-weight: 700;
  color: #ffb700;
  text-transform: uppercase;
}

.banner-demo-azo button {
  margin-top: 29px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.28px;
  height: 45px;
  line-height: 49px;
  width: 180px;
  border: none;
  text-transform: capitalize;
  background-color: #fff !important;
}

.banner-demo-azo button:hover {
  background-color: #ffb700 !important;
}

.banner-demo2-azo {
  padding: 22px 30px;
  background-image: url(images/placehold2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 467px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}

.banner-demo2-azo h2 {
  font-size: 58px;
  color: #e76700;
  margin: 0;
  line-height: 1;
}

.banner-demo2-azo .now {
  font-size: 22px;
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  margin-top: 4px;
}

.banner-demo2-azo button {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.28px;
  height: 45px;
  line-height: 49px;
  width: 180px;
  border: none;
  text-transform: capitalize;
}

/* 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%;
  }
}

@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-layout--transparent {
    position: static;
  }
  .menu-layout-4 .secondary-logo {
    display: none;
  }
  .menu-layout-4 .menu-toggle {
    flex-basis: 35px;
  }
}

.menu-layout-1 {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

@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;
    z-index: 9999999;
  }
  #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%;
  }
  .single-gallery-slider .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-slider .summary.entry-summary {
    width: 100%;
    padding: 20px;
  }
  .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;
  }
  .woocommerce-tabs .tabs {
    text-align: center;
  }
  .woocommerce-tabs .tabs li {
    padding: 2px 0;
  }
  .woocommerce-tabs .tabs li + li {
    margin-right: 10px;
  }
  .woocommerce-tabs .tabs a {
    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: 24px;
    font-weight: 700;
    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;
  }
}

@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;
  }
}

@media (max-width: 991px) {
  .shop-container.has-flexible-sidebar .shop-sidebar {
    float: none;
    width: 280px;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 25px;
    background-color: #ffffff;
    transition: transform 0.5s ease-in-out;
    transform: translateX(-280px);
    z-index: 1000;
    overflow: auto;
  }
  .shop-container.has-flexible-sidebar .shop-sidebar.is-visible {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .shop-container.has-flexible-sidebar .sidebar-toggle, .shop-container.has-flexible-sidebar .sidebar-overlay {
    display: none;
  }
}

.logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
  padding-top: 0;
}

@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: #ffb700;
  color: white;
  padding: 8px 10px 7px 10px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  border-radius: 0px;
}

[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: #ffb700;
}

.hint--top-right:before {
  border-top-color: #ffb700;
}

.hint--top:before {
  border-top-color: #ffb700;
}

.hint--bottom-left:before {
  border-bottom-color: #ffb700;
}

.hint--bottom-right:before {
  border-bottom-color: #ffb700;
}

.hint--bottom:before {
  border-bottom-color: #ffb700;
}

.hint--left:before {
  border-left-color: #ffb700;
}

.hint--right:before {
  border-right-color: #ffb700;
}

/**
 * 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: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  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: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  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;
}

/**
 * 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: 0px;
}

/**
 * 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);
}
