@charset "UTF-8";
/*
* Theme Name: Gougi
* Version: 1.0.4
* Description: Gougi is Multipurpose eCommerce WooCommerce Theme
* Author: BoostifyTheme
* Author URI: https://themeforest.net/user/boostifythemes
* Theme URI: https://boostifythemes.com/
* Text Domain: gougi
* License: GNU General Public License version 3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*/
/*
TABLE OF CONTENTS:
	# variables
	# mixins
	# modules
	# general
	# site
	# custom
	# plugin
*/
/* VARIABLES */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-didozird:before,
.slick-next.slick-didozird:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: transparent;
  opacity: 1;
}

.slick-dots li button:before {
  background-color: transparent;
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  width: 20px;
}

.slick-dots li.slick-active button:before {
  background-color: #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.popup-pre-loader, .gougi-popup.open, .gougi-popup .button-close-popup, .gougi-popup .popup-content, .woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close, .woosw-area.woosw-area .woosw-continue {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

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

.woocommerce-review-link:after, .woosw-page a:after,
.woosw-continue:after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}

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

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.gougi-popup .button-close-popup, .form-input-group.form-input-password .btn-pw-toggle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Phosphor" !important;
  font-style: normal !important;
  font-weight: normal !important;
  speak: never;
  line-height: 1;
}

/* Bottom line waving */
/* MIXINS */
.row {
  margin-left: -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;
  }
}

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

.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-lg1-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-lg1-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-lg1-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-lg1-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-lg1-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-lg1-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-lg1-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-lg1-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-lg1-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-lg1-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-lg1-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-lg1-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%;
  }
}

@media (min-width: 1440px) {
  .col-lg1-1, .col-lg1-2, .col-lg1-3, .col-lg1-4, .col-lg1-5, .col-lg1-6, .col-lg1-7, .col-lg1-8, .col-lg1-9, .col-lg1-10, .col-lg1-11, .col-lg1-12 {
    float: left;
  }
  .col-lg1-1 {
    width: 8.33333%;
  }
  .col-lg1-2 {
    width: 16.66667%;
  }
  .col-lg1-3 {
    width: 25%;
  }
  .col-lg1-4 {
    width: 33.33333%;
  }
  .col-lg1-5 {
    width: 41.66667%;
  }
  .col-lg1-6 {
    width: 50%;
  }
  .col-lg1-7 {
    width: 58.33333%;
  }
  .col-lg1-8 {
    width: 66.66667%;
  }
  .col-lg1-9 {
    width: 75%;
  }
  .col-lg1-10 {
    width: 83.33333%;
  }
  .col-lg1-11 {
    width: 91.66667%;
  }
  .col-lg1-12 {
    width: 100%;
  }
}

/* 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-gougi .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, .mini-cart-product-infor .mini-cart-product-qty, .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.gougi-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, .loop-list-action .product-quick-view-btn span,
.loop-list-action .product-action-wishlist a,
.loop-list-action .product-action-compare a, .flash-sale-atc a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ht-grid {
  margin-left: -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.gougi-product-categories .accordion-cat-toggle:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.delay {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* MODULES */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background-color: #fff;
}

body {
  margin: 0;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
}

iframe,
embed,
figure,
figcaption {
  border: 0;
  margin: 20px 0;
  max-width: 100%;
}

iframe {
  margin: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

td p:last-child {
  margin-bottom: 0;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  content: "";
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

.cl {
  clear: both;
}

.flw, .widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item, .widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span, .comment-post-pingback, select, .blog-article, .blog-article .entry-footer-gougi .tagcloud, .posts-nav, #commentform #comment, #commentform #author,
#commentform #email, #comments, #comments .navigation, .comment-text, .blog .blog-article-sum, .elementor-widget, .widget select, .search-form, .flickr-widget, #theme-footer, .footer-bot, #theme-menu-layout, .menu-layout, #theme-page-header, .page-header, .footer-subscribe-form, .pro-swatch-list, .woocommerce-account .u-column1, .woocommerce-account .u-column2, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .cart-sidebar-content .variation, .cart-sidebar-content .quantity, .product_list_widget, .product_list_widget .mini_cart_item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals, form.woocommerce-checkout, form.woocommerce-checkout #customer_details, form.woocommerce-checkout #order_review, form.woocommerce-checkout #place_order, .form-row, .form-row select, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider.single-gallery-horizontal .pro-carousel-thumb, .single-gallery-slider.single-gallery-horizontal .pro-carousel-image, .single-gallery-slider.single-gallery-fullall .pro-carousel-thumb, .single-gallery-slider.single-gallery-fullall .pro-carousel-image, .single-gallery-slider .summary, .product_meta > span, .woocommerce-Reviews .comment_container, .woocommerce-Reviews .comment_container .comment-text, .upsells.products,
.related.products, .widget.widget_shopping_cart .product_list_widget .quantity, .widget.widget_shopping_cart .woocommerce-mini-cart__total, .widget.widget_shopping_cart .woocommerce-mini-cart__buttons, .widget.widget_shopping_cart .variation, .widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li, .wd-pro-flash-sale {
  float: left;
  width: 100%;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

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

.display-table {
  display: table;
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline {
  display: inline;
}

.display-initial {
  display: initial;
}

.display-inherit {
  display: inherit;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.hidden {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* sticky style - author
------------------------------------------------->*/
.sticky,
.bypostauthor {
  background: rgba(0, 0, 0, 0);
}

/* caption
------------------------------------------------->*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #686868;
  font-size: 13px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.wp-caption .wp-caption-text a {
  color: #7b98aa;
}

.wp-caption figcaption.wp-caption-text {
  margin-top: 0;
  text-align: center;
  background: #f5f5f5;
  padding: 6px 10px;
  font-size: .9em;
  font-style: normal;
}

/* gallery image columns
------------------------------------------------->*/
.gallery-icon img {
  margin: 0 auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 0 !important;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 0;
}

/* Alignments
------------------------------------------------->*/
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  display: inline;
  float: right;
  margin: 30px 0 30px 30px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* blog password form
------------------------------------------------->*/
.post-password-form label {
  float: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}

.post-password-form input[type='password'] {
  height: 48px;
  min-width: 240px;
  max-width: 100%;
  padding: 0 10px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

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

/* widget calendar
------------------------------------------------->*/
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 10px;
}

#wp-calendar * {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar td,
#wp-calendar th {
  padding: 0;
  line-height: 43px;
}

/* widget recen posts with thumbnail
------------------------------------------------->*/
.widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item {
  margin-top: 15px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-img,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-img {
  float: left;
  width: 70px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 9px;
  float: left;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary a,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary a {
  font-weight: 600;
  line-height: initial;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span {
  margin-top: 10px;
  font-size: 12px;
  color: #aaaaaa;
}

/* Template: Pingbacks And Trackbacks
------------------------------------------------->*/
.comment-post-pingback {
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.comment-post-pingback + .comment-post-pingback {
  margin-top: 12px;
}

.comment-post-pingback + .comment-item {
  margin-top: 50px;
}

.comment-post-pingback .comment-edit-link {
  float: right;
  margin-left: 20px;
}

.comment-post-pingback .url {
  margin-left: 7px;
}

.comment-post-pingback .url:hover {
  text-decoration: underline;
}

.tag-markup-2 .entry-description p:last-child {
  clear: both;
}

.col-md-12 .wp-block-cover.alignfull {
  padding-left: calc(10% + 58px + (2 * 1rem));
  padding-right: calc(10% + 58px + (2 * 1rem));
}

.col-md-12 .alignfull {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
  left: calc( -35.5% - 75px);
  width: calc( 170% + 150px);
  max-width: calc( 170% + 150px);
}

.col-md-12 .wp-block-gallery.alignfull,
.col-md-12 .wp-block-media-text.alignfull,
.col-md-12 .wp-block-image.alignfull {
  margin-left: calc( -27% - 112px);
  width: calc( 155% + 150px);
  max-width: calc( 155% + 150px);
}

.col-md-12 .wp-block-embed-wordpress-tv.alignfull {
  margin-left: calc( -27% - 112px);
  width: calc( 154% + 150px);
  max-width: calc( 154% + 150px);
}

.col-md-12 .wp-block-columns.alignfull {
  margin-left: calc( -25% - 112px);
  width: calc( 150% + 150px);
  max-width: calc( 150% + 150px);
}

.wp-block-embed figcaption {
  text-align: center;
}

.col-md-12 .wp-block-columns.alignfull .wp-block-column {
  padding-left: calc(2 * 1rem);
  padding-right: calc(2 * 1rem);
}

.wp-block-cover.aligncenter {
  clear: both;
  width: auto;
}

.gallery-item {
  padding: 10px;
}

.size-full.alignright {
  clear: both;
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 100px;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 200px;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 300px;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0 280px;
  }
}

@media (max-width: 1200px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 220px;
  }
}

@media (max-width: 1000px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 250px;
  }
}

@media (max-width: 992px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 100px;
  }
}

@media (max-width: 930px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 150px;
  }
}

@media (max-width: 750px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 200px;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-image.alignfull {
    padding: 0px 150px;
  }
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 20% !important;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 40% !important;
  }
}

@media (max-width: 750px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-left: 50% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 5% 30% !important;
  }
}

@media (max-width: 1850px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 10% !important;
  }
}

@media (max-width: 1500px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 1400px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 25% !important;
  }
}

@media (max-width: 1300px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 30% !important;
  }
}

@media (max-width: 1200px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 1150px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 25% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-columns.alignfull {
    padding: 0 35% !important;
  }
}

@media (max-width: 1700px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 5% !important;
  }
}

@media (max-width: 1550px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 15% !important;
  }
}

@media (max-width: 1350px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 20% !important;
  }
}

@media (max-width: 786px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 31% !important;
  }
}

@media (max-width: 550px) {
  .col-md-12 .wp-block-gallery.alignfull {
    padding: 0 38% !important;
  }
}

@media (max-width: 1900px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 1% !important;
  }
}

@media (max-width: 1870px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 2% !important;
  }
}

@media (max-width: 1800px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 5% !important;
  }
}

@media (max-width: 1280px) {
  .col-md-12 .wp-block-embed-wordpress-tv.alignfull {
    padding: 0 27% !important;
  }
}

.wp-block-tag-cloud a {
  line-height: 28px !important;
  font-size: 14px !important;
  height: 30px;
  padding: 0 15px;
  display: inline-block;
  border: 1px solid #fc5a34;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wp-block-calendar table th {
  background: #ffffff;
}

.theme-page-links .post-page-numbers span {
  width: 40px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #3b3c58;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
  line-height: 38px;
}

.post-password-form {
  overflow: hidden;
}

#comments .comment-info a {
  color: #616161;
}

#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-button.is-style-outline .wp-block-button__link {
  border: 1px solid;
}

.wp-block-cover {
  margin-bottom: 10px;
}

.wp-block-gallery .blocks-gallery-grid figcaption {
  margin: 0;
  line-height: 24px !important;
}

.has-large-font-size {
  line-height: 54px !important;
}

.page #comments {
  margin-top: 35px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: 2px;
}

#ship-to-different-address {
  display: flex;
}

#ship-to-different-address span {
  font-size: inherit;
}

#sidebar-menu-content .theme-primary-menu > li > a {
  z-index: 2;
}

#sidebar-menu-content .theme-primary-menu .sub-menu a {
  z-index: 2;
}

.theme-page-links {
  clear: both;
}

.blog-article .page .blog-header-info .if-cat {
  display: none;
}

body .wp-block-cover-text {
  color: #ffffff !important;
}

.is-style-squared .wp-block-button__link {
  border-radius: 25px;
}

.entry .entry-content p,
.single-post .entry-content p {
  word-wrap: break-word;
}

.widget.widget_block h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.26px;
}

.widget .widget-title {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.shop-sidebar .widget .widget-title {
  font-weight: 600 !important;
}

/*!
* animate.css -https://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

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

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

.flash {
  animation-name: flash;
}

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

.pulse {
  animation-name: pulse;
}

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

.rubberBand {
  animation-name: rubberBand;
}

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

.shake {
  animation-name: shake;
}

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

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

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

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

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

.tada {
  animation-name: tada;
}

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

.wobble {
  animation-name: wobble;
}

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

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

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

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

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

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

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

.bounceInDown {
  animation-name: bounceInDown;
}

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

.bounceInLeft {
  animation-name: bounceInLeft;
}

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

.bounceInRight {
  animation-name: bounceInRight;
}

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

.bounceInUp {
  animation-name: bounceInUp;
}

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

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

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

.bounceOutUp {
  animation-name: bounceOutUp;
}

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

.fadeIn {
  animation-name: fadeIn;
}

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

.fadeInDown {
  animation-name: fadeInDown;
}

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

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

.fadeInRight {
  animation-name: fadeInRight;
}

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

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

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

.fadeInUp {
  animation-name: fadeInUp;
}

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

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

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

.fadeOut {
  animation-name: fadeOut;
}

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

.fadeOutDown {
  animation-name: fadeOutDown;
}

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

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

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

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

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotateIn {
  animation-name: rotateIn;
}

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

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

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

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

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

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

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

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

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

.rotateOut {
  animation-name: rotateOut;
}

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

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

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

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

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

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

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

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

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

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

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

.jackInTheBox {
  animation-name: jackInTheBox;
}

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

.rollIn {
  animation-name: rollIn;
}

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

.rollOut {
  animation-name: rollOut;
}

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

.zoomIn {
  animation-name: zoomIn;
}

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

.zoomInDown {
  animation-name: zoomInDown;
}

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

.zoomInLeft {
  animation-name: zoomInLeft;
}

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

.zoomInRight {
  animation-name: zoomInRight;
}

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

.zoomInUp {
  animation-name: zoomInUp;
}

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

.zoomOut {
  animation-name: zoomOut;
}

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

.zoomOutDown {
  animation-name: zoomOutDown;
}

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

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

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

.zoomOutRight {
  animation-name: zoomOutRight;
}

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

.zoomOutUp {
  animation-name: zoomOutUp;
}

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

.slideInDown {
  animation-name: slideInDown;
}

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

.slideInLeft {
  animation-name: slideInLeft;
}

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

.slideInRight {
  animation-name: slideInRight;
}

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

.slideInUp {
  animation-name: slideInUp;
}

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

.slideOutDown {
  animation-name: slideOutDown;
}

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

.slideOutLeft {
  animation-name: slideOutLeft;
}

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

.slideOutRight {
  animation-name: slideOutRight;
}

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

.slideOutUp {
  animation-name: slideOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes bang {
  from {
    box-shadow: 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white, 0 0 white;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes open-modal {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, 15px, 0);
    transform: translate3d(15px, 15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump 3s linear alternate infinite;
  animation: jump 3s linear alternate infinite;
}

@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.jump-2 .elementor-image img {
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-animation: jump-2 1.5s linear alternate infinite;
  animation: jump-2 1.5s linear alternate infinite;
}

.elementor-control-type-autocomplete .eicon-spinner {
  margin-left: 5px;
}

.wty-autocomplete .wty-autocomplete-selection {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #64666a;
  background-color: #34383C;
  padding: 3px 6px;
}

.wty-autocomplete .wty-autocomplete-id {
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-color: #4C4F56;
  color: #E0E1E3;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  font-size: 0.9em;
  line-height: 1.3em;
  cursor: default;
}

.wty-autocomplete .wty-autocomplete-remove-id {
  cursor: pointer;
  margin-left: 5px;
}

.wty-autocomplete .wty-autocomplete-remove-id:hover {
  color: #f00;
}

.wty-autocomplete .wty-autocomplete-search {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  flex-grow: 1;
  background-color: transparent;
}

.wty-autocomplete .wty-autocomplete-dropdown {
  display: flex;
  flex-direction: column;
  border: 1px solid #64666a;
  background-color: #34383C;
  border-top: 0;
}

.wty-autocomplete .wty-autocomplete-dropdown:empty {
  display: none;
}

.wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id {
  width: 100%;
  background-color: transparent;
  padding: 6px;
  color: #fff;
  margin: 0;
}

.wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id.disabled, .wty-autocomplete .wty-autocomplete-dropdown .wty-autocomplete-id:hover {
  background-color: #4C4F56;
}

.wty-autocomplete .no-posts-found,
.wty-autocomplete .wty-autocomplete-searching {
  padding: 1em 0.5em;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #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.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
}

.wpcf7 .ajax-loader:before {
  content: "\f021";
  font-family: "FontAwesome";
}

.wpcf7 .ajax-loader.is-active {
  opacity: 1;
  visibility: visible;
  animation: loading 0.5s linear infinite;
}

.wpcf7 .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wpcf7-not-valid {
  border-color: #fc5a34 !important;
}

.wpcf7-mail-sent-ok {
  color: #27ae61;
}

.wpcf7-not-valid-tip,
.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output {
  margin: 10px 0 10px;
}

.wpcf7-validation-errors {
  color: #fc5a34;
}

.wpcf7-text,
.wpcf7-textarea {
  border: 1px solid #E5E5E5;
  color: #666666;
  width: 100%;
}

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

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

.wpcf7-textarea {
  padding: 9px 20px;
}

.wpcf7-submit {
  height: 48px;
  border: 1px solid transparent;
  background-color: #121212;
  color: #ffffff;
}

.ctf-deco1:after {
  display: table;
  clear: both;
  content: "";
}

.ctf-deco1 .wpcf7-text {
  float: left;
  width: 70%;
}

.ctf-deco1 .wpcf7-submit {
  float: right;
  width: 30%;
}

.ctf-deco1--dark .wpcf7-text {
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  background-color: transparent;
  color: #ffffff;
}

.ctf-deco1--dark .wpcf7-text:focus {
  border-bottom-color: #ffffff;
}

.ctf-deco1--dark .wpcf7-submit {
  width: 25%;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.ctf-deco1--dark .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #222222;
  opacity: 1;
}

.ctf-contact-form .wpcf7-form-control {
  margin-bottom: 15px;
}

.ctf-contact-form .wpcf7-submit {
  padding-right: 40px;
  padding-left: 40px;
}

.ctf-contact-form .ajax-loader {
  left: 15px;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.newsletter-section {
  max-width: 570px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .newsletter-section {
    padding: 60px 100px;
  }
}

.newsletter-section ~ .wpcf7-response-output {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-section__title {
  margin-top: 0;
  margin-bottom: 35px;
  color: #234069;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .newsletter-section__title {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsletter-section__field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #e5e5e5;
  color: #999;
  font-size: 18px;
}

.newsletter-section__field:focus {
  border: 1px solid #999;
}

.newsletter-section__submit {
  border: 0 !important;
  background: none;
  color: #d21515;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.newsletter-section__submit:focus {
  outline: thin dotted;
}

.form-home-footer {
  position: relative;
  margin-top: 17px;
}

.form-home-footer .input-footer {
  height: 50px;
  background-color: transparent;
  color: #a5a5a5;
  font-size: 14px;
  padding-left: 25px;
  border-color: #999999;
}

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

@media (min-width: 992px) and (max-width: 1199px) {
  .form-home-footer .submit-footer {
    padding: 0 10px;
  }
}

.form-contact .form-wrapper {
  padding-bottom: 2px;
}

.form-contact .form-wrapper .indes {
  padding-bottom: 18px;
}

.form-contact .form-wrapper .indes .red {
  color: #fc5a34;
}

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

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

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

.form-newletter-footer-v1 .input-newletter {
  height: 50px;
  padding-right: 3.5em;
  background: #fff;
}

.form-newletter-footer-v1 .input-newletter::placeholder {
  font-size: 14px;
  color: #a0a0a0;
}

.form-newletter-footer-v1 .submit-newletter {
  font-size: 0 !important;
  height: 50px;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background-image: url(images/icon/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px;
}

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

.form-newletter-footer-h1 .input-newletter {
  height: 50px;
  padding-right: 3.5em;
  background: #fff;
}

.form-newletter-footer-h1 .input-newletter::placeholder {
  font-size: 14px;
  color: #a0a0a0;
}

.form-newletter-footer-h1 .submit-newletter {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  height: 50px;
  width: 125px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background-color: #121212;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.form-newletter-footer-h1 .submit-newletter:hover {
  background-color: #0C8C6C;
}

.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-newletter-h3 {
  display: flex;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email {
  width: 20%;
  flex: 1;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email .input-newletter {
  border: none;
  height: 50px;
  border-radius: 2px;
  background-image: url(images/icon/newsletter.svg);
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 17px;
  padding-right: 4em;
}

.form-newletter-h3 .wpcf7-form-control-wrap.your-email .input-newletter::placeholder {
  font-size: 13px;
  color: #959595;
  font-weight: 400;
}

.form-newletter-h3 .submit-newletter {
  width: 20%;
  margin-left: 10px;
  height: 50px;
  padding: 0 5px;
  font-size: 14px;
  color: #fff;
  background-color: #d85d33;
  border-radius: 2px;
  border: none;
}

@media (min-width: 1200px) {
  .form-newletter-h3 .submit-newletter {
    width: 15%;
  }
}

.form-newletter-h3.home-auto .submit-newletter {
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 0.5px;
}

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

.form-page-contact textarea,
.form-page-contact input {
  margin-top: 9px;
  margin-bottom: 17px;
  transition: all 0.3s;
  font-weight: 400 !important;
}

.form-page-contact textarea::placeholder,
.form-page-contact input::placeholder {
  color: #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: 40px;
}

.form-page-contact textarea {
  font-size: 15px;
  height: 180px;
  margin-bottom: 15px;
  margin-top: 3px;
}

.form-page-contact .button-submit .submit-contact {
  height: unset;
  padding: 7px 40px;
  font-weight: 600 !important;
  line-height: 26px;
  letter-spacing: normal;
  transition: all 0.3s;
  margin-bottom: 0px;
  border: none;
  color: #fff !important;
  background-color: #121212 !important;
}

.form-page-contact .button-submit .submit-contact:hover, .form-page-contact .button-submit .submit-contact:focus {
  background-color: #0C8C6C !important;
}

.form-page-contact.contactv2 .contact-form.button-submit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.newletter-footer-v9 .input-newletter {
  background: #f7f4ed;
  border: none;
  border-radius: 8px;
  height: 60px;
}

.newletter-footer-v9 .input-newletter::placeholder {
  color: #959595;
  font-size: 14px;
}

.newletter-footer-v9 .submit-newletter {
  margin-top: 10px;
  height: 60px;
  background-color: #f54c47;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 2.3em;
  transition: all 0.3s;
}

.newletter-footer-v9 .submit-newletter:hover {
  background-color: #2a3562;
}

.form-return {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.form-return input {
  height: 40px;
}

.form-return input::placeholder {
  font-weight: 400;
}

.form-return .item {
  width: 44%;
  padding-right: 10px;
}

@media (max-width: 575px) {
  .form-return .item {
    width: 100%;
    padding-right: 0px;
  }
  .form-return .item input {
    margin: 15px 0;
  }
}

.form-return .item input {
  margin-top: 9px;
}

.form-return .button {
  width: 12%;
}

@media (max-width: 575px) {
  .form-return .button {
    width: 100%;
  }
}

.form-return .button input {
  width: 100%;
  border: none;
}

.form-coming-soon {
  margin-top: 16px;
  position: relative;
}

.form-coming-soon input[type='email'] {
  font-family: DM Sans;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 19px;
  transition: all 0.3s;
  height: 48px;
  border-radius: 10px;
  border: none;
  padding: 12px 20px;
}

.form-coming-soon input[type='email']::placeholder {
  color: #B7B7B7;
  opacity: 1;
}

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

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

.form-coming-soon .button-submit {
  position: absolute;
  right: 0;
  top: 0;
}

.form-coming-soon .button-submit .submit-contact {
  font-family: DM Sans;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  color: #fff;
  padding: 0 42px;
  line-height: 48px;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  z-index: 1;
  white-space: nowrap;
}

.form-coming-soon .button-submit .submit-contact:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: .1;
  position: absolute;
  top: 0;
  transform: skew(25deg);
  transition: all .5s ease 0s;
  width: 0;
  z-index: -1;
}

.form-coming-soon .button-submit .submit-contact:hover:after, .form-coming-soon .button-submit .submit-contact:focus:after {
  left: 5%;
  width: 90%;
}

/* FIREFOX: REMOVE DOTTED BORDER WHEN FOCUS */
/* IE BROWSER */
.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:before {
  -webkit-transform: rotate(45deg) translate(14px, -9px);
  transform: rotate(45deg) translate(14px, -9px);
}

.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:after {
  -webkit-transform: rotate(-45deg) translate(14px, 9px);
  transform: rotate(-45deg) translate(14px, 9px);
}

.ie-detected .quick-view-content .single_add_to_cart_button {
  width: auto;
}

@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons, [class^="ion-"]:before, [class*=" ion-"]:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/* loading animation */
@-webkit-keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .product-image-wrapper.image-is-loading:before, .ajax_add_to_cart.loading:before, .adding-to-wishlist.add_to_wishlist:before, .updating-cart #shop-cart-sidebar:before, .product_list_widget .remove_from_cart_button:focus:before, .single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-image:not(.tns-slider) .pro-thumb:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-img-item:first-of-type:before,
.single-gallery-slider .single-product-gallery:not(.pro-single-image) #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type:before, .pro-img-item.image-is-loading:before, .gougi-products-tab-widget.loading .gougi-products-tab-body:before, .gougi-products-tab-widget[data-layout="carousel-layout"] .gougi-products-tab-body.has-slider .gougi-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: "";
  z-index: 2;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: calc( 50% - 10px);
  left: calc( 50% - 10px);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(fonts/Material-Design-Iconic-Font.woff2) format("woff2"), url(fonts/Material-Design-Iconic-Font.woff2) format("woff"), url(fonts/Material-Design-Iconic-Font.woff2) format("truetype");
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.zmdi-hc-2x {
  font-size: 2em;
}

.zmdi-hc-3x {
  font-size: 3em;
}

.zmdi-hc-4x {
  font-size: 4em;
}

.zmdi-hc-5x {
  font-size: 5em;
}

.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}

.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.zmdi-hc-ul > li {
  position: relative;
}

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 2px;
}

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid .1em #9e9e9e;
  border-radius: 50%;
}

.zmdi.pull-left {
  float: left;
  margin-right: .15em;
}

.zmdi.pull-right {
  float: right;
  margin-left: .15em;
}

.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}

.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.zmdi-hc-stack-1x, .zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.zmdi-hc-stack-1x {
  line-height: inherit;
}

.zmdi-hc-stack-2x {
  font-size: 2em;
}

.zmdi-hc-inverse {
  color: #fff;
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-3d-rotation:before {
  content: '\f101';
}

.zmdi-airplane-off:before {
  content: '\f102';
}

.zmdi-airplane:before {
  content: '\f103';
}

.zmdi-album:before {
  content: '\f104';
}

.zmdi-archive:before {
  content: '\f105';
}

.zmdi-assignment-account:before {
  content: '\f106';
}

.zmdi-assignment-alert:before {
  content: '\f107';
}

.zmdi-assignment-check:before {
  content: '\f108';
}

.zmdi-assignment-o:before {
  content: '\f109';
}

.zmdi-assignment-return:before {
  content: '\f10a';
}

.zmdi-assignment-returned:before {
  content: '\f10b';
}

.zmdi-assignment:before {
  content: '\f10c';
}

.zmdi-attachment-alt:before {
  content: '\f10d';
}

.zmdi-attachment:before {
  content: '\f10e';
}

.zmdi-audio:before {
  content: '\f10f';
}

.zmdi-badge-check:before {
  content: '\f110';
}

.zmdi-balance-wallet:before {
  content: '\f111';
}

.zmdi-balance:before {
  content: '\f112';
}

.zmdi-battery-alert:before {
  content: '\f113';
}

.zmdi-battery-flash:before {
  content: '\f114';
}

.zmdi-battery-unknown:before {
  content: '\f115';
}

.zmdi-battery:before {
  content: '\f116';
}

.zmdi-bike:before {
  content: '\f117';
}

.zmdi-block-alt:before {
  content: '\f118';
}

.zmdi-block:before {
  content: '\f119';
}

.zmdi-boat:before {
  content: '\f11a';
}

.zmdi-book-image:before {
  content: '\f11b';
}

.zmdi-book:before {
  content: '\f11c';
}

.zmdi-bookmark-outline:before {
  content: '\f11d';
}

.zmdi-bookmark:before {
  content: '\f11e';
}

.zmdi-brush:before {
  content: '\f11f';
}

.zmdi-bug:before {
  content: '\f120';
}

.zmdi-bus:before {
  content: '\f121';
}

.zmdi-cake:before {
  content: '\f122';
}

.zmdi-car-taxi:before {
  content: '\f123';
}

.zmdi-car-wash:before {
  content: '\f124';
}

.zmdi-car:before {
  content: '\f125';
}

.zmdi-card-giftcard:before {
  content: '\f126';
}

.zmdi-card-membership:before {
  content: '\f127';
}

.zmdi-card-travel:before {
  content: '\f128';
}

.zmdi-card:before {
  content: '\f129';
}

.zmdi-case-check:before {
  content: '\f12a';
}

.zmdi-case-download:before {
  content: '\f12b';
}

.zmdi-case-play:before {
  content: '\f12c';
}

.zmdi-case:before {
  content: '\f12d';
}

.zmdi-cast-connected:before {
  content: '\f12e';
}

.zmdi-cast:before {
  content: '\f12f';
}

.zmdi-chart-donut:before {
  content: '\f130';
}

.zmdi-chart:before {
  content: '\f131';
}

.zmdi-city-alt:before {
  content: '\f132';
}

.zmdi-city:before {
  content: '\f133';
}

.zmdi-close-circle-o:before {
  content: '\f134';
}

.zmdi-close-circle:before {
  content: '\f135';
}

.zmdi-close:before {
  content: '\f136';
}

.zmdi-cocktail:before {
  content: '\f137';
}

.zmdi-code-setting:before {
  content: '\f138';
}

.zmdi-code-smartphone:before {
  content: '\f139';
}

.zmdi-code:before {
  content: '\f13a';
}

.zmdi-coffee:before {
  content: '\f13b';
}

.zmdi-collection-bookmark:before {
  content: '\f13c';
}

.zmdi-collection-case-play:before {
  content: '\f13d';
}

.zmdi-collection-folder-image:before {
  content: '\f13e';
}

.zmdi-collection-image-o:before {
  content: '\f13f';
}

.zmdi-collection-image:before {
  content: '\f140';
}

.zmdi-collection-item-1:before {
  content: '\f141';
}

.zmdi-collection-item-2:before {
  content: '\f142';
}

.zmdi-collection-item-3:before {
  content: '\f143';
}

.zmdi-collection-item-4:before {
  content: '\f144';
}

.zmdi-collection-item-5:before {
  content: '\f145';
}

.zmdi-collection-item-6:before {
  content: '\f146';
}

.zmdi-collection-item-7:before {
  content: '\f147';
}

.zmdi-collection-item-8:before {
  content: '\f148';
}

.zmdi-collection-item-9-plus:before {
  content: '\f149';
}

.zmdi-collection-item-9:before {
  content: '\f14a';
}

.zmdi-collection-item:before {
  content: '\f14b';
}

.zmdi-collection-music:before {
  content: '\f14c';
}

.zmdi-collection-pdf:before {
  content: '\f14d';
}

.zmdi-collection-plus:before {
  content: '\f14e';
}

.zmdi-collection-speaker:before {
  content: '\f14f';
}

.zmdi-collection-text:before {
  content: '\f150';
}

.zmdi-collection-video:before {
  content: '\f151';
}

.zmdi-compass:before {
  content: '\f152';
}

.zmdi-cutlery:before {
  content: '\f153';
}

.zmdi-delete:before {
  content: '\f154';
}

.zmdi-dialpad:before {
  content: '\f155';
}

.zmdi-dns:before {
  content: '\f156';
}

.zmdi-drink:before {
  content: '\f157';
}

.zmdi-edit:before {
  content: '\f158';
}

.zmdi-email-open:before {
  content: '\f159';
}

.zmdi-email:before {
  content: '\f15a';
}

.zmdi-eye-off:before {
  content: '\f15b';
}

.zmdi-eye:before {
  content: '\f15c';
}

.zmdi-eyedropper:before {
  content: '\f15d';
}

.zmdi-favorite-outline:before {
  content: '\f15e';
}

.zmdi-favorite:before {
  content: '\f15f';
}

.zmdi-filter-list:before {
  content: '\f160';
}

.zmdi-fire:before {
  content: '\f161';
}

.zmdi-flag:before {
  content: '\f162';
}

.zmdi-flare:before {
  content: '\f163';
}

.zmdi-flash-auto:before {
  content: '\f164';
}

.zmdi-flash-off:before {
  content: '\f165';
}

.zmdi-flash:before {
  content: '\f166';
}

.zmdi-flip:before {
  content: '\f167';
}

.zmdi-flower-alt:before {
  content: '\f168';
}

.zmdi-flower:before {
  content: '\f169';
}

.zmdi-font:before {
  content: '\f16a';
}

.zmdi-fullscreen-alt:before {
  content: '\f16b';
}

.zmdi-fullscreen-exit:before {
  content: '\f16c';
}

.zmdi-fullscreen:before {
  content: '\f16d';
}

.zmdi-functions:before {
  content: '\f16e';
}

.zmdi-gas-station:before {
  content: '\f16f';
}

.zmdi-gesture:before {
  content: '\f170';
}

.zmdi-globe-alt:before {
  content: '\f171';
}

.zmdi-globe-lock:before {
  content: '\f172';
}

.zmdi-globe:before {
  content: '\f173';
}

.zmdi-graduation-cap:before {
  content: '\f174';
}

.zmdi-home:before {
  content: '\f175';
}

.zmdi-hospital-alt:before {
  content: '\f176';
}

.zmdi-hospital:before {
  content: '\f177';
}

.zmdi-hotel:before {
  content: '\f178';
}

.zmdi-hourglass-alt:before {
  content: '\f179';
}

.zmdi-hourglass-outline:before {
  content: '\f17a';
}

.zmdi-hourglass:before {
  content: '\f17b';
}

.zmdi-http:before {
  content: '\f17c';
}

.zmdi-image-alt:before {
  content: '\f17d';
}

.zmdi-image-o:before {
  content: '\f17e';
}

.zmdi-image:before {
  content: '\f17f';
}

.zmdi-inbox:before {
  content: '\f180';
}

.zmdi-invert-colors-off:before {
  content: '\f181';
}

.zmdi-invert-colors:before {
  content: '\f182';
}

.zmdi-key:before {
  content: '\f183';
}

.zmdi-label-alt-outline:before {
  content: '\f184';
}

.zmdi-label-alt:before {
  content: '\f185';
}

.zmdi-label-heart:before {
  content: '\f186';
}

.zmdi-label:before {
  content: '\f187';
}

.zmdi-labels:before {
  content: '\f188';
}

.zmdi-lamp:before {
  content: '\f189';
}

.zmdi-landscape:before {
  content: '\f18a';
}

.zmdi-layers-off:before {
  content: '\f18b';
}

.zmdi-layers:before {
  content: '\f18c';
}

.zmdi-library:before {
  content: '\f18d';
}

.zmdi-link:before {
  content: '\f18e';
}

.zmdi-lock-open:before {
  content: '\f18f';
}

.zmdi-lock-outline:before {
  content: '\f190';
}

.zmdi-lock:before {
  content: '\f191';
}

.zmdi-mail-reply-all:before {
  content: '\f192';
}

.zmdi-mail-reply:before {
  content: '\f193';
}

.zmdi-mail-send:before {
  content: '\f194';
}

.zmdi-mall:before {
  content: '\f195';
}

.zmdi-map:before {
  content: '\f196';
}

.zmdi-menu:before {
  content: '\f197';
}

.zmdi-money-box:before {
  content: '\f198';
}

.zmdi-money-off:before {
  content: '\f199';
}

.zmdi-money:before {
  content: '\f19a';
}

.zmdi-more-vert:before {
  content: '\f19b';
}

.zmdi-more:before {
  content: '\f19c';
}

.zmdi-movie-alt:before {
  content: '\f19d';
}

.zmdi-movie:before {
  content: '\f19e';
}

.zmdi-nature-people:before {
  content: '\f19f';
}

.zmdi-nature:before {
  content: '\f1a0';
}

.zmdi-navigation:before {
  content: '\f1a1';
}

.zmdi-open-in-browser:before {
  content: '\f1a2';
}

.zmdi-open-in-new:before {
  content: '\f1a3';
}

.zmdi-palette:before {
  content: '\f1a4';
}

.zmdi-parking:before {
  content: '\f1a5';
}

.zmdi-pin-account:before {
  content: '\f1a6';
}

.zmdi-pin-assistant:before {
  content: '\f1a7';
}

.zmdi-pin-drop:before {
  content: '\f1a8';
}

.zmdi-pin-help:before {
  content: '\f1a9';
}

.zmdi-pin-off:before {
  content: '\f1aa';
}

.zmdi-pin:before {
  content: '\f1ab';
}

.zmdi-pizza:before {
  content: '\f1ac';
}

.zmdi-plaster:before {
  content: '\f1ad';
}

.zmdi-power-setting:before {
  content: '\f1ae';
}

.zmdi-power:before {
  content: '\f1af';
}

.zmdi-print:before {
  content: '\f1b0';
}

.zmdi-puzzle-piece:before {
  content: '\f1b1';
}

.zmdi-quote:before {
  content: '\f1b2';
}

.zmdi-railway:before {
  content: '\f1b3';
}

.zmdi-receipt:before {
  content: '\f1b4';
}

.zmdi-refresh-alt:before {
  content: '\f1b5';
}

.zmdi-refresh-sync-alert:before {
  content: '\f1b6';
}

.zmdi-refresh-sync-off:before {
  content: '\f1b7';
}

.zmdi-refresh-sync:before {
  content: '\f1b8';
}

.zmdi-refresh:before {
  content: '\f1b9';
}

.zmdi-roller:before {
  content: '\f1ba';
}

.zmdi-ruler:before {
  content: '\f1bb';
}

.zmdi-scissors:before {
  content: '\f1bc';
}

.zmdi-screen-rotation-lock:before {
  content: '\f1bd';
}

.zmdi-screen-rotation:before {
  content: '\f1be';
}

.zmdi-search-for:before {
  content: '\f1bf';
}

.zmdi-search-in-file:before {
  content: '\f1c0';
}

.zmdi-search-in-page:before {
  content: '\f1c1';
}

.zmdi-search-replace:before {
  content: '\f1c2';
}

.zmdi-search:before {
  content: '\f1c3';
}

.zmdi-seat:before {
  content: '\f1c4';
}

.zmdi-settings-square:before {
  content: '\f1c5';
}

.zmdi-settings:before {
  content: '\f1c6';
}

.zmdi-shield-check:before {
  content: '\f1c7';
}

.zmdi-shield-security:before {
  content: '\f1c8';
}

.zmdi-shopping-basket:before {
  content: '\f1c9';
}

.zmdi-shopping-cart-plus:before {
  content: '\f1ca';
}

.zmdi-shopping-cart:before {
  content: '\f1cb';
}

.zmdi-sign-in:before {
  content: '\f1cc';
}

.zmdi-sort-amount-asc:before {
  content: '\f1cd';
}

.zmdi-sort-amount-desc:before {
  content: '\f1ce';
}

.zmdi-sort-asc:before {
  content: '\f1cf';
}

.zmdi-sort-desc:before {
  content: '\f1d0';
}

.zmdi-spellcheck:before {
  content: '\f1d1';
}

.zmdi-storage:before {
  content: '\f1d2';
}

.zmdi-store-24:before {
  content: '\f1d3';
}

.zmdi-store:before {
  content: '\f1d4';
}

.zmdi-subway:before {
  content: '\f1d5';
}

.zmdi-sun:before {
  content: '\f1d6';
}

.zmdi-tab-unselected:before {
  content: '\f1d7';
}

.zmdi-tab:before {
  content: '\f1d8';
}

.zmdi-tag-close:before {
  content: '\f1d9';
}

.zmdi-tag-more:before {
  content: '\f1da';
}

.zmdi-tag:before {
  content: '\f1db';
}

.zmdi-thumb-down:before {
  content: '\f1dc';
}

.zmdi-thumb-up-down:before {
  content: '\f1dd';
}

.zmdi-thumb-up:before {
  content: '\f1de';
}

.zmdi-ticket-star:before {
  content: '\f1df';
}

.zmdi-toll:before {
  content: '\f1e0';
}

.zmdi-toys:before {
  content: '\f1e1';
}

.zmdi-traffic:before {
  content: '\f1e2';
}

.zmdi-translate:before {
  content: '\f1e3';
}

.zmdi-triangle-down:before {
  content: '\f1e4';
}

.zmdi-triangle-up:before {
  content: '\f1e5';
}

.zmdi-truck:before {
  content: '\f1e6';
}

.zmdi-turning-sign:before {
  content: '\f1e7';
}

.zmdi-wallpaper:before {
  content: '\f1e8';
}

.zmdi-washing-machine:before {
  content: '\f1e9';
}

.zmdi-window-maximize:before {
  content: '\f1ea';
}

.zmdi-window-minimize:before {
  content: '\f1eb';
}

.zmdi-window-restore:before {
  content: '\f1ec';
}

.zmdi-wrench:before {
  content: '\f1ed';
}

.zmdi-zoom-in:before {
  content: '\f1ee';
}

.zmdi-zoom-out:before {
  content: '\f1ef';
}

.zmdi-alert-circle-o:before {
  content: '\f1f0';
}

.zmdi-alert-circle:before {
  content: '\f1f1';
}

.zmdi-alert-octagon:before {
  content: '\f1f2';
}

.zmdi-alert-polygon:before {
  content: '\f1f3';
}

.zmdi-alert-triangle:before {
  content: '\f1f4';
}

.zmdi-help-outline:before {
  content: '\f1f5';
}

.zmdi-help:before {
  content: '\f1f6';
}

.zmdi-info-outline:before {
  content: '\f1f7';
}

.zmdi-info:before {
  content: '\f1f8';
}

.zmdi-notifications-active:before {
  content: '\f1f9';
}

.zmdi-notifications-add:before {
  content: '\f1fa';
}

.zmdi-notifications-none:before {
  content: '\f1fb';
}

.zmdi-notifications-off:before {
  content: '\f1fc';
}

.zmdi-notifications-paused:before {
  content: '\f1fd';
}

.zmdi-notifications:before {
  content: '\f1fe';
}

.zmdi-account-add:before {
  content: '\f1ff';
}

.zmdi-account-box-mail:before {
  content: '\f200';
}

.zmdi-account-box-o:before {
  content: '\f201';
}

.zmdi-account-box-phone:before {
  content: '\f202';
}

.zmdi-account-box:before {
  content: '\f203';
}

.zmdi-account-calendar:before {
  content: '\f204';
}

.zmdi-account-circle:before {
  content: '\f205';
}

.zmdi-account-o:before {
  content: '\f206';
}

.zmdi-account:before {
  content: '\f207';
}

.zmdi-accounts-add:before {
  content: '\f208';
}

.zmdi-accounts-alt:before {
  content: '\f209';
}

.zmdi-accounts-list-alt:before {
  content: '\f20a';
}

.zmdi-accounts-list:before {
  content: '\f20b';
}

.zmdi-accounts-outline:before {
  content: '\f20c';
}

.zmdi-accounts:before {
  content: '\f20d';
}

.zmdi-face:before {
  content: '\f20e';
}

.zmdi-female:before {
  content: '\f20f';
}

.zmdi-male-alt:before {
  content: '\f210';
}

.zmdi-male-female:before {
  content: '\f211';
}

.zmdi-male:before {
  content: '\f212';
}

.zmdi-mood-bad:before {
  content: '\f213';
}

.zmdi-mood:before {
  content: '\f214';
}

.zmdi-run:before {
  content: '\f215';
}

.zmdi-walk:before {
  content: '\f216';
}

.zmdi-cloud-box:before {
  content: '\f217';
}

.zmdi-cloud-circle:before {
  content: '\f218';
}

.zmdi-cloud-done:before {
  content: '\f219';
}

.zmdi-cloud-download:before {
  content: '\f21a';
}

.zmdi-cloud-off:before {
  content: '\f21b';
}

.zmdi-cloud-outline-alt:before {
  content: '\f21c';
}

.zmdi-cloud-outline:before {
  content: '\f21d';
}

.zmdi-cloud-upload:before {
  content: '\f21e';
}

.zmdi-cloud:before {
  content: '\f21f';
}

.zmdi-download:before {
  content: '\f220';
}

.zmdi-file-plus:before {
  content: '\f221';
}

.zmdi-file-text:before {
  content: '\f222';
}

.zmdi-file:before {
  content: '\f223';
}

.zmdi-folder-outline:before {
  content: '\f224';
}

.zmdi-folder-person:before {
  content: '\f225';
}

.zmdi-folder-star-alt:before {
  content: '\f226';
}

.zmdi-folder-star:before {
  content: '\f227';
}

.zmdi-folder:before {
  content: '\f228';
}

.zmdi-gif:before {
  content: '\f229';
}

.zmdi-upload:before {
  content: '\f22a';
}

.zmdi-border-all:before {
  content: '\f22b';
}

.zmdi-border-bottom:before {
  content: '\f22c';
}

.zmdi-border-clear:before {
  content: '\f22d';
}

.zmdi-border-color:before {
  content: '\f22e';
}

.zmdi-border-horizontal:before {
  content: '\f22f';
}

.zmdi-border-inner:before {
  content: '\f230';
}

.zmdi-border-left:before {
  content: '\f231';
}

.zmdi-border-outer:before {
  content: '\f232';
}

.zmdi-border-right:before {
  content: '\f233';
}

.zmdi-border-style:before {
  content: '\f234';
}

.zmdi-border-top:before {
  content: '\f235';
}

.zmdi-border-vertical:before {
  content: '\f236';
}

.zmdi-copy:before {
  content: '\f237';
}

.zmdi-crop:before {
  content: '\f238';
}

.zmdi-format-align-center:before {
  content: '\f239';
}

.zmdi-format-align-justify:before {
  content: '\f23a';
}

.zmdi-format-align-left:before {
  content: '\f23b';
}

.zmdi-format-align-right:before {
  content: '\f23c';
}

.zmdi-format-bold:before {
  content: '\f23d';
}

.zmdi-format-clear-all:before {
  content: '\f23e';
}

.zmdi-format-clear:before {
  content: '\f23f';
}

.zmdi-format-color-fill:before {
  content: '\f240';
}

.zmdi-format-color-reset:before {
  content: '\f241';
}

.zmdi-format-color-text:before {
  content: '\f242';
}

.zmdi-format-indent-decrease:before {
  content: '\f243';
}

.zmdi-format-indent-increase:before {
  content: '\f244';
}

.zmdi-format-italic:before {
  content: '\f245';
}

.zmdi-format-line-spacing:before {
  content: '\f246';
}

.zmdi-format-list-bulleted:before {
  content: '\f247';
}

.zmdi-format-list-numbered:before {
  content: '\f248';
}

.zmdi-format-ltr:before {
  content: '\f249';
}

.zmdi-format-rtl:before {
  content: '\f24a';
}

.zmdi-format-size:before {
  content: '\f24b';
}

.zmdi-format-strikethrough-s:before {
  content: '\f24c';
}

.zmdi-format-strikethrough:before {
  content: '\f24d';
}

.zmdi-format-subject:before {
  content: '\f24e';
}

.zmdi-format-underlined:before {
  content: '\f24f';
}

.zmdi-format-valign-bottom:before {
  content: '\f250';
}

.zmdi-format-valign-center:before {
  content: '\f251';
}

.zmdi-format-valign-top:before {
  content: '\f252';
}

.zmdi-redo:before {
  content: '\f253';
}

.zmdi-select-all:before {
  content: '\f254';
}

.zmdi-space-bar:before {
  content: '\f255';
}

.zmdi-text-format:before {
  content: '\f256';
}

.zmdi-transform:before {
  content: '\f257';
}

.zmdi-undo:before {
  content: '\f258';
}

.zmdi-wrap-text:before {
  content: '\f259';
}

.zmdi-comment-alert:before {
  content: '\f25a';
}

.zmdi-comment-alt-text:before {
  content: '\f25b';
}

.zmdi-comment-alt:before {
  content: '\f25c';
}

.zmdi-comment-edit:before {
  content: '\f25d';
}

.zmdi-comment-image:before {
  content: '\f25e';
}

.zmdi-comment-list:before {
  content: '\f25f';
}

.zmdi-comment-more:before {
  content: '\f260';
}

.zmdi-comment-outline:before {
  content: '\f261';
}

.zmdi-comment-text-alt:before {
  content: '\f262';
}

.zmdi-comment-text:before {
  content: '\f263';
}

.zmdi-comment-video:before {
  content: '\f264';
}

.zmdi-comment:before {
  content: '\f265';
}

.zmdi-comments:before {
  content: '\f266';
}

.zmdi-check-all:before {
  content: '\f267';
}

.zmdi-check-circle-u:before {
  content: '\f268';
}

.zmdi-check-circle:before {
  content: '\f269';
}

.zmdi-check-square:before {
  content: '\f26a';
}

.zmdi-check:before {
  content: '\f26b';
}

.zmdi-circle-o:before {
  content: '\f26c';
}

.zmdi-circle:before {
  content: '\f26d';
}

.zmdi-dot-circle-alt:before {
  content: '\f26e';
}

.zmdi-dot-circle:before {
  content: '\f26f';
}

.zmdi-minus-circle-outline:before {
  content: '\f270';
}

.zmdi-minus-circle:before {
  content: '\f271';
}

.zmdi-minus-square:before {
  content: '\f272';
}

.zmdi-minus:before {
  content: '\f273';
}

.zmdi-plus-circle-o-duplicate:before {
  content: '\f274';
}

.zmdi-plus-circle-o:before {
  content: '\f275';
}

.zmdi-plus-circle:before {
  content: '\f276';
}

.zmdi-plus-square:before {
  content: '\f277';
}

.zmdi-plus:before {
  content: '\f278';
}

.zmdi-square-o:before {
  content: '\f279';
}

.zmdi-star-circle:before {
  content: '\f27a';
}

.zmdi-star-half:before {
  content: '\f27b';
}

.zmdi-star-outline:before {
  content: '\f27c';
}

.zmdi-star:before {
  content: '\f27d';
}

.zmdi-bluetooth-connected:before {
  content: '\f27e';
}

.zmdi-bluetooth-off:before {
  content: '\f27f';
}

.zmdi-bluetooth-search:before {
  content: '\f280';
}

.zmdi-bluetooth-setting:before {
  content: '\f281';
}

.zmdi-bluetooth:before {
  content: '\f282';
}

.zmdi-camera-add:before {
  content: '\f283';
}

.zmdi-camera-alt:before {
  content: '\f284';
}

.zmdi-camera-bw:before {
  content: '\f285';
}

.zmdi-camera-front:before {
  content: '\f286';
}

.zmdi-camera-mic:before {
  content: '\f287';
}

.zmdi-camera-party-mode:before {
  content: '\f288';
}

.zmdi-camera-rear:before {
  content: '\f289';
}

.zmdi-camera-roll:before {
  content: '\f28a';
}

.zmdi-camera-switch:before {
  content: '\f28b';
}

.zmdi-camera:before {
  content: '\f28c';
}

.zmdi-card-alert:before {
  content: '\f28d';
}

.zmdi-card-off:before {
  content: '\f28e';
}

.zmdi-card-sd:before {
  content: '\f28f';
}

.zmdi-card-sim:before {
  content: '\f290';
}

.zmdi-desktop-mac:before {
  content: '\f291';
}

.zmdi-desktop-windows:before {
  content: '\f292';
}

.zmdi-device-hub:before {
  content: '\f293';
}

.zmdi-devices-off:before {
  content: '\f294';
}

.zmdi-devices:before {
  content: '\f295';
}

.zmdi-dock:before {
  content: '\f296';
}

.zmdi-floppy:before {
  content: '\f297';
}

.zmdi-gamepad:before {
  content: '\f298';
}

.zmdi-gps-dot:before {
  content: '\f299';
}

.zmdi-gps-off:before {
  content: '\f29a';
}

.zmdi-gps:before {
  content: '\f29b';
}

.zmdi-headset-mic:before {
  content: '\f29c';
}

.zmdi-headset:before {
  content: '\f29d';
}

.zmdi-input-antenna:before {
  content: '\f29e';
}

.zmdi-input-composite:before {
  content: '\f29f';
}

.zmdi-input-hdmi:before {
  content: '\f2a0';
}

.zmdi-input-power:before {
  content: '\f2a1';
}

.zmdi-input-svideo:before {
  content: '\f2a2';
}

.zmdi-keyboard-hide:before {
  content: '\f2a3';
}

.zmdi-keyboard:before {
  content: '\f2a4';
}

.zmdi-laptop-chromebook:before {
  content: '\f2a5';
}

.zmdi-laptop-mac:before {
  content: '\f2a6';
}

.zmdi-laptop:before {
  content: '\f2a7';
}

.zmdi-mic-off:before {
  content: '\f2a8';
}

.zmdi-mic-outline:before {
  content: '\f2a9';
}

.zmdi-mic-setting:before {
  content: '\f2aa';
}

.zmdi-mic:before {
  content: '\f2ab';
}

.zmdi-mouse:before {
  content: '\f2ac';
}

.zmdi-network-alert:before {
  content: '\f2ad';
}

.zmdi-network-locked:before {
  content: '\f2ae';
}

.zmdi-network-off:before {
  content: '\f2af';
}

.zmdi-network-outline:before {
  content: '\f2b0';
}

.zmdi-network-setting:before {
  content: '\f2b1';
}

.zmdi-network:before {
  content: '\f2b2';
}

.zmdi-phone-bluetooth:before {
  content: '\f2b3';
}

.zmdi-phone-end:before {
  content: '\f2b4';
}

.zmdi-phone-forwarded:before {
  content: '\f2b5';
}

.zmdi-phone-in-talk:before {
  content: '\f2b6';
}

.zmdi-phone-locked:before {
  content: '\f2b7';
}

.zmdi-phone-missed:before {
  content: '\f2b8';
}

.zmdi-phone-msg:before {
  content: '\f2b9';
}

.zmdi-phone-paused:before {
  content: '\f2ba';
}

.zmdi-phone-ring:before {
  content: '\f2bb';
}

.zmdi-phone-setting:before {
  content: '\f2bc';
}

.zmdi-phone-sip:before {
  content: '\f2bd';
}

.zmdi-phone:before {
  content: '\f2be';
}

.zmdi-portable-wifi-changes:before {
  content: '\f2bf';
}

.zmdi-portable-wifi-off:before {
  content: '\f2c0';
}

.zmdi-portable-wifi:before {
  content: '\f2c1';
}

.zmdi-radio:before {
  content: '\f2c2';
}

.zmdi-reader:before {
  content: '\f2c3';
}

.zmdi-remote-control-alt:before {
  content: '\f2c4';
}

.zmdi-remote-control:before {
  content: '\f2c5';
}

.zmdi-router:before {
  content: '\f2c6';
}

.zmdi-scanner:before {
  content: '\f2c7';
}

.zmdi-smartphone-android:before {
  content: '\f2c8';
}

.zmdi-smartphone-download:before {
  content: '\f2c9';
}

.zmdi-smartphone-erase:before {
  content: '\f2ca';
}

.zmdi-smartphone-info:before {
  content: '\f2cb';
}

.zmdi-smartphone-iphone:before {
  content: '\f2cc';
}

.zmdi-smartphone-landscape-lock:before {
  content: '\f2cd';
}

.zmdi-smartphone-landscape:before {
  content: '\f2ce';
}

.zmdi-smartphone-lock:before {
  content: '\f2cf';
}

.zmdi-smartphone-portrait-lock:before {
  content: '\f2d0';
}

.zmdi-smartphone-ring:before {
  content: '\f2d1';
}

.zmdi-smartphone-setting:before {
  content: '\f2d2';
}

.zmdi-smartphone-setup:before {
  content: '\f2d3';
}

.zmdi-smartphone:before {
  content: '\f2d4';
}

.zmdi-speaker:before {
  content: '\f2d5';
}

.zmdi-tablet-android:before {
  content: '\f2d6';
}

.zmdi-tablet-mac:before {
  content: '\f2d7';
}

.zmdi-tablet:before {
  content: '\f2d8';
}

.zmdi-tv-alt-play:before {
  content: '\f2d9';
}

.zmdi-tv-list:before {
  content: '\f2da';
}

.zmdi-tv-play:before {
  content: '\f2db';
}

.zmdi-tv:before {
  content: '\f2dc';
}

.zmdi-usb:before {
  content: '\f2dd';
}

.zmdi-videocam-off:before {
  content: '\f2de';
}

.zmdi-videocam-switch:before {
  content: '\f2df';
}

.zmdi-videocam:before {
  content: '\f2e0';
}

.zmdi-watch:before {
  content: '\f2e1';
}

.zmdi-wifi-alt-2:before {
  content: '\f2e2';
}

.zmdi-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-wifi-info:before {
  content: '\f2e4';
}

.zmdi-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-wifi-off:before {
  content: '\f2e6';
}

.zmdi-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-wifi:before {
  content: '\f2e8';
}

.zmdi-arrow-left-bottom:before {
  content: '\f2e9';
}

.zmdi-arrow-left:before {
  content: '\f2ea';
}

.zmdi-arrow-merge:before {
  content: '\f2eb';
}

.zmdi-arrow-missed:before {
  content: '\f2ec';
}

.zmdi-arrow-right-top:before {
  content: '\f2ed';
}

.zmdi-arrow-right:before {
  content: '\f2ee';
}

.zmdi-arrow-split:before {
  content: '\f2ef';
}

.zmdi-arrows:before {
  content: '\f2f0';
}

.zmdi-caret-down-circle:before {
  content: '\f2f1';
}

.zmdi-caret-down:before {
  content: '\f2f2';
}

.zmdi-caret-left-circle:before {
  content: '\f2f3';
}

.zmdi-caret-left:before {
  content: '\f2f4';
}

.zmdi-caret-right-circle:before {
  content: '\f2f5';
}

.zmdi-caret-right:before {
  content: '\f2f6';
}

.zmdi-caret-up-circle:before {
  content: '\f2f7';
}

.zmdi-caret-up:before {
  content: '\f2f8';
}

.zmdi-chevron-down:before {
  content: '\f2f9';
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}

.zmdi-chevron-up:before {
  content: '\f2fc';
}

.zmdi-forward:before {
  content: '\f2fd';
}

.zmdi-long-arrow-down:before {
  content: '\f2fe';
}

.zmdi-long-arrow-left:before {
  content: '\f2ff';
}

.zmdi-long-arrow-return:before {
  content: '\f300';
}

.zmdi-long-arrow-right:before {
  content: '\f301';
}

.zmdi-long-arrow-tab:before {
  content: '\f302';
}

.zmdi-long-arrow-up:before {
  content: '\f303';
}

.zmdi-rotate-ccw:before {
  content: '\f304';
}

.zmdi-rotate-cw:before {
  content: '\f305';
}

.zmdi-rotate-left:before {
  content: '\f306';
}

.zmdi-rotate-right:before {
  content: '\f307';
}

.zmdi-square-down:before {
  content: '\f308';
}

.zmdi-square-right:before {
  content: '\f309';
}

.zmdi-swap-alt:before {
  content: '\f30a';
}

.zmdi-swap-vertical-circle:before {
  content: '\f30b';
}

.zmdi-swap-vertical:before {
  content: '\f30c';
}

.zmdi-swap:before {
  content: '\f30d';
}

.zmdi-trending-down:before {
  content: '\f30e';
}

.zmdi-trending-flat:before {
  content: '\f30f';
}

.zmdi-trending-up:before {
  content: '\f310';
}

.zmdi-unfold-less:before {
  content: '\f311';
}

.zmdi-unfold-more:before {
  content: '\f312';
}

.zmdi-apps:before {
  content: '\f313';
}

.zmdi-grid-off:before {
  content: '\f314';
}

.zmdi-grid:before {
  content: '\f315';
}

.zmdi-view-agenda:before {
  content: '\f316';
}

.zmdi-view-array:before {
  content: '\f317';
}

.zmdi-view-carousel:before {
  content: '\f318';
}

.zmdi-view-column:before {
  content: '\f319';
}

.zmdi-view-comfy:before {
  content: '\f31a';
}

.zmdi-view-compact:before {
  content: '\f31b';
}

.zmdi-view-dashboard:before {
  content: '\f31c';
}

.zmdi-view-day:before {
  content: '\f31d';
}

.zmdi-view-headline:before {
  content: '\f31e';
}

.zmdi-view-list-alt:before {
  content: '\f31f';
}

.zmdi-view-list:before {
  content: '\f320';
}

.zmdi-view-module:before {
  content: '\f321';
}

.zmdi-view-quilt:before {
  content: '\f322';
}

.zmdi-view-stream:before {
  content: '\f323';
}

.zmdi-view-subtitles:before {
  content: '\f324';
}

.zmdi-view-toc:before {
  content: '\f325';
}

.zmdi-view-web:before {
  content: '\f326';
}

.zmdi-view-week:before {
  content: '\f327';
}

.zmdi-widgets:before {
  content: '\f328';
}

.zmdi-alarm-check:before {
  content: '\f329';
}

.zmdi-alarm-off:before {
  content: '\f32a';
}

.zmdi-alarm-plus:before {
  content: '\f32b';
}

.zmdi-alarm-snooze:before {
  content: '\f32c';
}

.zmdi-alarm:before {
  content: '\f32d';
}

.zmdi-calendar-alt:before {
  content: '\f32e';
}

.zmdi-calendar-check:before {
  content: '\f32f';
}

.zmdi-calendar-close:before {
  content: '\f330';
}

.zmdi-calendar-note:before {
  content: '\f331';
}

.zmdi-calendar:before {
  content: '\f332';
}

.zmdi-time-countdown:before {
  content: '\f333';
}

.zmdi-time-interval:before {
  content: '\f334';
}

.zmdi-time-restore-setting:before {
  content: '\f335';
}

.zmdi-time-restore:before {
  content: '\f336';
}

.zmdi-time:before {
  content: '\f337';
}

.zmdi-timer-off:before {
  content: '\f338';
}

.zmdi-timer:before {
  content: '\f339';
}

.zmdi-android-alt:before {
  content: '\f33a';
}

.zmdi-android:before {
  content: '\f33b';
}

.zmdi-apple:before {
  content: '\f33c';
}

.zmdi-behance:before {
  content: '\f33d';
}

.zmdi-codepen:before {
  content: '\f33e';
}

.zmdi-dribbble:before {
  content: '\f33f';
}

.zmdi-dropbox:before {
  content: '\f340';
}

.zmdi-evernote:before {
  content: '\f341';
}

.zmdi-facebook-box:before {
  content: '\f342';
}

.zmdi-facebook:before {
  content: '\f343';
}

.zmdi-github-box:before {
  content: '\f344';
}

.zmdi-github:before {
  content: '\f345';
}

.zmdi-google-drive:before {
  content: '\f346';
}

.zmdi-google-earth:before {
  content: '\f347';
}

.zmdi-google-glass:before {
  content: '\f348';
}

.zmdi-google-maps:before {
  content: '\f349';
}

.zmdi-google-pages:before {
  content: '\f34a';
}

.zmdi-google-play:before {
  content: '\f34b';
}

.zmdi-google-plus-box:before {
  content: '\f34c';
}

.zmdi-google-plus:before {
  content: '\f34d';
}

.zmdi-google:before {
  content: '\f34e';
}

.zmdi-instagram:before {
  content: '\f34f';
}

.zmdi-language-css3:before {
  content: '\f350';
}

.zmdi-language-html5:before {
  content: '\f351';
}

.zmdi-language-javascript:before {
  content: '\f352';
}

.zmdi-language-python-alt:before {
  content: '\f353';
}

.zmdi-language-python:before {
  content: '\f354';
}

.zmdi-lastfm:before {
  content: '\f355';
}

.zmdi-linkedin-box:before {
  content: '\f356';
}

.zmdi-paypal:before {
  content: '\f357';
}

.zmdi-pinterest-box:before {
  content: '\f358';
}

.zmdi-pocket:before {
  content: '\f359';
}

.zmdi-polymer:before {
  content: '\f35a';
}

.zmdi-share:before {
  content: '\f35b';
}

.zmdi-stackoverflow:before {
  content: '\f35c';
}

.zmdi-steam-square:before {
  content: '\f35d';
}

.zmdi-steam:before {
  content: '\f35e';
}

.zmdi-twitter-box:before {
  content: '\f35f';
}

.zmdi-twitter:before {
  content: '\f360';
}

.zmdi-vk:before {
  content: '\f361';
}

.zmdi-wikipedia:before {
  content: '\f362';
}

.zmdi-windows:before {
  content: '\f363';
}

.zmdi-aspect-ratio-alt:before {
  content: '\f364';
}

.zmdi-aspect-ratio:before {
  content: '\f365';
}

.zmdi-blur-circular:before {
  content: '\f366';
}

.zmdi-blur-linear:before {
  content: '\f367';
}

.zmdi-blur-off:before {
  content: '\f368';
}

.zmdi-blur:before {
  content: '\f369';
}

.zmdi-brightness-2:before {
  content: '\f36a';
}

.zmdi-brightness-3:before {
  content: '\f36b';
}

.zmdi-brightness-4:before {
  content: '\f36c';
}

.zmdi-brightness-5:before {
  content: '\f36d';
}

.zmdi-brightness-6:before {
  content: '\f36e';
}

.zmdi-brightness-7:before {
  content: '\f36f';
}

.zmdi-brightness-auto:before {
  content: '\f370';
}

.zmdi-brightness-setting:before {
  content: '\f371';
}

.zmdi-broken-image:before {
  content: '\f372';
}

.zmdi-center-focus-strong:before {
  content: '\f373';
}

.zmdi-center-focus-weak:before {
  content: '\f374';
}

.zmdi-compare:before {
  content: '\f375';
}

.zmdi-crop-16-9:before {
  content: '\f376';
}

.zmdi-crop-3-2:before {
  content: '\f377';
}

.zmdi-crop-5-4:before {
  content: '\f378';
}

.zmdi-crop-7-5:before {
  content: '\f379';
}

.zmdi-crop-din:before {
  content: '\f37a';
}

.zmdi-crop-free:before {
  content: '\f37b';
}

.zmdi-crop-landscape:before {
  content: '\f37c';
}

.zmdi-crop-portrait:before {
  content: '\f37d';
}

.zmdi-crop-square:before {
  content: '\f37e';
}

.zmdi-exposure-alt:before {
  content: '\f37f';
}

.zmdi-exposure:before {
  content: '\f380';
}

.zmdi-filter-b-and-w:before {
  content: '\f381';
}

.zmdi-filter-center-focus:before {
  content: '\f382';
}

.zmdi-filter-frames:before {
  content: '\f383';
}

.zmdi-filter-tilt-shift:before {
  content: '\f384';
}

.zmdi-gradient:before {
  content: '\f385';
}

.zmdi-grain:before {
  content: '\f386';
}

.zmdi-graphic-eq:before {
  content: '\f387';
}

.zmdi-hdr-off:before {
  content: '\f388';
}

.zmdi-hdr-strong:before {
  content: '\f389';
}

.zmdi-hdr-weak:before {
  content: '\f38a';
}

.zmdi-hdr:before {
  content: '\f38b';
}

.zmdi-iridescent:before {
  content: '\f38c';
}

.zmdi-leak-off:before {
  content: '\f38d';
}

.zmdi-leak:before {
  content: '\f38e';
}

.zmdi-looks:before {
  content: '\f38f';
}

.zmdi-loupe:before {
  content: '\f390';
}

.zmdi-panorama-horizontal:before {
  content: '\f391';
}

.zmdi-panorama-vertical:before {
  content: '\f392';
}

.zmdi-panorama-wide-angle:before {
  content: '\f393';
}

.zmdi-photo-size-select-large:before {
  content: '\f394';
}

.zmdi-photo-size-select-small:before {
  content: '\f395';
}

.zmdi-picture-in-picture:before {
  content: '\f396';
}

.zmdi-slideshow:before {
  content: '\f397';
}

.zmdi-texture:before {
  content: '\f398';
}

.zmdi-tonality:before {
  content: '\f399';
}

.zmdi-vignette:before {
  content: '\f39a';
}

.zmdi-wb-auto:before {
  content: '\f39b';
}

.zmdi-eject-alt:before {
  content: '\f39c';
}

.zmdi-eject:before {
  content: '\f39d';
}

.zmdi-equalizer:before {
  content: '\f39e';
}

.zmdi-fast-forward:before {
  content: '\f39f';
}

.zmdi-fast-rewind:before {
  content: '\f3a0';
}

.zmdi-forward-10:before {
  content: '\f3a1';
}

.zmdi-forward-30:before {
  content: '\f3a2';
}

.zmdi-forward-5:before {
  content: '\f3a3';
}

.zmdi-hearing:before {
  content: '\f3a4';
}

.zmdi-pause-circle-outline:before {
  content: '\f3a5';
}

.zmdi-pause-circle:before {
  content: '\f3a6';
}

.zmdi-pause:before {
  content: '\f3a7';
}

.zmdi-play-circle-outline:before {
  content: '\f3a8';
}

.zmdi-play-circle:before {
  content: '\f3a9';
}

.zmdi-play:before {
  content: '\f3aa';
}

.zmdi-playlist-audio:before {
  content: '\f3ab';
}

.zmdi-playlist-plus:before {
  content: '\f3ac';
}

.zmdi-repeat-one:before {
  content: '\f3ad';
}

.zmdi-repeat:before {
  content: '\f3ae';
}

.zmdi-replay-10:before {
  content: '\f3af';
}

.zmdi-replay-30:before {
  content: '\f3b0';
}

.zmdi-replay-5:before {
  content: '\f3b1';
}

.zmdi-replay:before {
  content: '\f3b2';
}

.zmdi-shuffle:before {
  content: '\f3b3';
}

.zmdi-skip-next:before {
  content: '\f3b4';
}

.zmdi-skip-previous:before {
  content: '\f3b5';
}

.zmdi-stop:before {
  content: '\f3b6';
}

.zmdi-surround-sound:before {
  content: '\f3b7';
}

.zmdi-tune:before {
  content: '\f3b8';
}

.zmdi-volume-down:before {
  content: '\f3b9';
}

.zmdi-volume-mute:before {
  content: '\f3ba';
}

.zmdi-volume-off:before {
  content: '\f3bb';
}

.zmdi-volume-up:before {
  content: '\f3bc';
}

.zmdi-n-1-square:before {
  content: '\f3bd';
}

.zmdi-n-2-square:before {
  content: '\f3be';
}

.zmdi-n-3-square:before {
  content: '\f3bf';
}

.zmdi-n-4-square:before {
  content: '\f3c0';
}

.zmdi-n-5-square:before {
  content: '\f3c1';
}

.zmdi-n-6-square:before {
  content: '\f3c2';
}

.zmdi-neg-1:before {
  content: '\f3c3';
}

.zmdi-neg-2:before {
  content: '\f3c4';
}

.zmdi-plus-1:before {
  content: '\f3c5';
}

.zmdi-plus-2:before {
  content: '\f3c6';
}

.zmdi-sec-10:before {
  content: '\f3c7';
}

.zmdi-sec-3:before {
  content: '\f3c8';
}

.zmdi-zero:before {
  content: '\f3c9';
}

.zmdi-airline-seat-flat-angled:before {
  content: '\f3ca';
}

.zmdi-airline-seat-flat:before {
  content: '\f3cb';
}

.zmdi-airline-seat-individual-suite:before {
  content: '\f3cc';
}

.zmdi-airline-seat-legroom-extra:before {
  content: '\f3cd';
}

.zmdi-airline-seat-legroom-normal:before {
  content: '\f3ce';
}

.zmdi-airline-seat-legroom-reduced:before {
  content: '\f3cf';
}

.zmdi-airline-seat-recline-extra:before {
  content: '\f3d0';
}

.zmdi-airline-seat-recline-normal:before {
  content: '\f3d1';
}

.zmdi-airplay:before {
  content: '\f3d2';
}

.zmdi-closed-caption:before {
  content: '\f3d3';
}

.zmdi-confirmation-number:before {
  content: '\f3d4';
}

.zmdi-developer-board:before {
  content: '\f3d5';
}

.zmdi-disc-full:before {
  content: '\f3d6';
}

.zmdi-explicit:before {
  content: '\f3d7';
}

.zmdi-flight-land:before {
  content: '\f3d8';
}

.zmdi-flight-takeoff:before {
  content: '\f3d9';
}

.zmdi-flip-to-back:before {
  content: '\f3da';
}

.zmdi-flip-to-front:before {
  content: '\f3db';
}

.zmdi-group-work:before {
  content: '\f3dc';
}

.zmdi-hd:before {
  content: '\f3dd';
}

.zmdi-hq:before {
  content: '\f3de';
}

.zmdi-markunread-mailbox:before {
  content: '\f3df';
}

.zmdi-memory:before {
  content: '\f3e0';
}

.zmdi-nfc:before {
  content: '\f3e1';
}

.zmdi-play-for-work:before {
  content: '\f3e2';
}

.zmdi-power-input:before {
  content: '\f3e3';
}

.zmdi-present-to-all:before {
  content: '\f3e4';
}

.zmdi-satellite:before {
  content: '\f3e5';
}

.zmdi-tap-and-play:before {
  content: '\f3e6';
}

.zmdi-vibration:before {
  content: '\f3e7';
}

.zmdi-voicemail:before {
  content: '\f3e8';
}

.zmdi-group:before {
  content: '\f3e9';
}

.zmdi-rss:before {
  content: '\f3ea';
}

.zmdi-shape:before {
  content: '\f3eb';
}

.zmdi-spinner:before {
  content: '\f3ec';
}

.zmdi-ungroup:before {
  content: '\f3ed';
}

.zmdi-500px:before {
  content: '\f3ee';
}

.zmdi-8tracks:before {
  content: '\f3ef';
}

.zmdi-amazon:before {
  content: '\f3f0';
}

.zmdi-blogger:before {
  content: '\f3f1';
}

.zmdi-delicious:before {
  content: '\f3f2';
}

.zmdi-disqus:before {
  content: '\f3f3';
}

.zmdi-flattr:before {
  content: '\f3f4';
}

.zmdi-flickr:before {
  content: '\f3f5';
}

.zmdi-github-alt:before {
  content: '\f3f6';
}

.zmdi-google-old:before {
  content: '\f3f7';
}

.zmdi-linkedin:before {
  content: '\f3f8';
}

.zmdi-odnoklassniki:before {
  content: '\f3f9';
}

.zmdi-outlook:before {
  content: '\f3fa';
}

.zmdi-paypal-alt:before {
  content: '\f3fb';
}

.zmdi-pinterest:before {
  content: '\f3fc';
}

.zmdi-playstation:before {
  content: '\f3fd';
}

.zmdi-reddit:before {
  content: '\f3fe';
}

.zmdi-skype:before {
  content: '\f3ff';
}

.zmdi-slideshare:before {
  content: '\f400';
}

.zmdi-soundcloud:before {
  content: '\f401';
}

.zmdi-tumblr:before {
  content: '\f402';
}

.zmdi-twitch:before {
  content: '\f403';
}

.zmdi-vimeo:before {
  content: '\f404';
}

.zmdi-whatsapp:before {
  content: '\f405';
}

.zmdi-xbox:before {
  content: '\f406';
}

.zmdi-yahoo:before {
  content: '\f407';
}

.zmdi-youtube-play:before {
  content: '\f408';
}

.zmdi-youtube:before {
  content: '\f409';
}

.zmdi-import-export:before {
  content: '\f30c';
}

.zmdi-swap-vertical-:before {
  content: '\f30c';
}

.zmdi-airplanemode-inactive:before {
  content: '\f102';
}

.zmdi-airplanemode-active:before {
  content: '\f103';
}

.zmdi-rate-review:before {
  content: '\f103';
}

.zmdi-comment-sign:before {
  content: '\f25a';
}

.zmdi-network-warning:before {
  content: '\f2ad';
}

.zmdi-shopping-cart-add:before {
  content: '\f1ca';
}

.zmdi-file-add:before {
  content: '\f221';
}

.zmdi-network-wifi-scan:before {
  content: '\f2e4';
}

.zmdi-collection-add:before {
  content: '\f14e';
}

.zmdi-format-playlist-add:before {
  content: '\f3ac';
}

.zmdi-format-queue-music:before {
  content: '\f3ab';
}

.zmdi-plus-box:before {
  content: '\f277';
}

.zmdi-tag-backspace:before {
  content: '\f1d9';
}

.zmdi-alarm-add:before {
  content: '\f32b';
}

.zmdi-battery-charging:before {
  content: '\f114';
}

.zmdi-daydream-setting:before {
  content: '\f217';
}

.zmdi-more-horiz:before {
  content: '\f19c';
}

.zmdi-book-photo:before {
  content: '\f11b';
}

.zmdi-incandescent:before {
  content: '\f189';
}

.zmdi-wb-iridescent:before {
  content: '\f38c';
}

.zmdi-calendar-remove:before {
  content: '\f330';
}

.zmdi-refresh-sync-disabled:before {
  content: '\f1b7';
}

.zmdi-refresh-sync-problem:before {
  content: '\f1b6';
}

.zmdi-crop-original:before {
  content: '\f17e';
}

.zmdi-power-off:before {
  content: '\f1af';
}

.zmdi-power-off-setting:before {
  content: '\f1ae';
}

.zmdi-leak-remove:before {
  content: '\f38d';
}

.zmdi-star-border:before {
  content: '\f27c';
}

.zmdi-brightness-low:before {
  content: '\f36d';
}

.zmdi-brightness-medium:before {
  content: '\f36e';
}

.zmdi-brightness-high:before {
  content: '\f36f';
}

.zmdi-smartphone-portrait:before {
  content: '\f2d4';
}

.zmdi-live-tv:before {
  content: '\f2d9';
}

.zmdi-format-textdirection-l-to-r:before {
  content: '\f249';
}

.zmdi-format-textdirection-r-to-l:before {
  content: '\f24a';
}

.zmdi-arrow-back:before {
  content: '\f2ea';
}

.zmdi-arrow-forward:before {
  content: '\f2ee';
}

.zmdi-arrow-in:before {
  content: '\f2e9';
}

.zmdi-arrow-out:before {
  content: '\f2ed';
}

.zmdi-rotate-90-degrees-ccw:before {
  content: '\f304';
}

.zmdi-adb:before {
  content: '\f33a';
}

.zmdi-network-wifi:before {
  content: '\f2e8';
}

.zmdi-network-wifi-alt:before {
  content: '\f2e3';
}

.zmdi-network-wifi-lock:before {
  content: '\f2e5';
}

.zmdi-network-wifi-off:before {
  content: '\f2e6';
}

.zmdi-network-wifi-outline:before {
  content: '\f2e7';
}

.zmdi-network-wifi-info:before {
  content: '\f2e4';
}

.zmdi-layers-clear:before {
  content: '\f18b';
}

.zmdi-colorize:before {
  content: '\f15d';
}

.zmdi-format-paint:before {
  content: '\f1ba';
}

.zmdi-format-quote:before {
  content: '\f1b2';
}

.zmdi-camera-monochrome-photos:before {
  content: '\f285';
}

.zmdi-sort-by-alpha:before {
  content: '\f1cf';
}

.zmdi-folder-shared:before {
  content: '\f225';
}

.zmdi-folder-special:before {
  content: '\f226';
}

.zmdi-comment-dots:before {
  content: '\f260';
}

.zmdi-reorder:before {
  content: '\f31e';
}

.zmdi-dehaze:before {
  content: '\f197';
}

.zmdi-sort:before {
  content: '\f1ce';
}

.zmdi-pages:before {
  content: '\f34a';
}

.zmdi-stack-overflow:before {
  content: '\f35c';
}

.zmdi-calendar-account:before {
  content: '\f204';
}

.zmdi-paste:before {
  content: '\f109';
}

.zmdi-cut:before {
  content: '\f1bc';
}

.zmdi-save:before {
  content: '\f297';
}

.zmdi-smartphone-code:before {
  content: '\f139';
}

.zmdi-directions-bike:before {
  content: '\f117';
}

.zmdi-directions-boat:before {
  content: '\f11a';
}

.zmdi-directions-bus:before {
  content: '\f121';
}

.zmdi-directions-car:before {
  content: '\f125';
}

.zmdi-directions-railway:before {
  content: '\f1b3';
}

.zmdi-directions-run:before {
  content: '\f215';
}

.zmdi-directions-subway:before {
  content: '\f1d5';
}

.zmdi-directions-walk:before {
  content: '\f216';
}

.zmdi-local-hotel:before {
  content: '\f178';
}

.zmdi-local-activity:before {
  content: '\f1df';
}

.zmdi-local-play:before {
  content: '\f1df';
}

.zmdi-local-airport:before {
  content: '\f103';
}

.zmdi-local-atm:before {
  content: '\f198';
}

.zmdi-local-bar:before {
  content: '\f137';
}

.zmdi-local-cafe:before {
  content: '\f13b';
}

.zmdi-local-car-wash:before {
  content: '\f124';
}

.zmdi-local-convenience-store:before {
  content: '\f1d3';
}

.zmdi-local-dining:before {
  content: '\f153';
}

.zmdi-local-drink:before {
  content: '\f157';
}

.zmdi-local-florist:before {
  content: '\f168';
}

.zmdi-local-gas-station:before {
  content: '\f16f';
}

.zmdi-local-grocery-store:before {
  content: '\f1cb';
}

.zmdi-local-hospital:before {
  content: '\f177';
}

.zmdi-local-laundry-service:before {
  content: '\f1e9';
}

.zmdi-local-library:before {
  content: '\f18d';
}

.zmdi-local-mall:before {
  content: '\f195';
}

.zmdi-local-movies:before {
  content: '\f19d';
}

.zmdi-local-offer:before {
  content: '\f187';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-parking:before {
  content: '\f1a5';
}

.zmdi-local-pharmacy:before {
  content: '\f176';
}

.zmdi-local-phone:before {
  content: '\f2be';
}

.zmdi-local-pizza:before {
  content: '\f1ac';
}

.zmdi-local-post-office:before {
  content: '\f15a';
}

.zmdi-local-printshop:before {
  content: '\f1b0';
}

.zmdi-local-see:before {
  content: '\f28c';
}

.zmdi-local-shipping:before {
  content: '\f1e6';
}

.zmdi-local-store:before {
  content: '\f1d4';
}

.zmdi-local-taxi:before {
  content: '\f123';
}

.zmdi-local-wc:before {
  content: '\f211';
}

.zmdi-my-location:before {
  content: '\f299';
}

.zmdi-directions:before {
  content: '\f1e7';
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
@media (min-width: 783px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 46px;
  }
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(images/pswp/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/pswp/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - https://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(images/pswp/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.tns-outer {
  position: relative;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapPoppinsval(0%, 100%);
}

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

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* arrows */
.tns-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
}

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

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

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

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

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

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

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

/* dots */
.tns-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 0;
}

.tns-nav button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 0;
}

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

select {
  -webkit-border-radius: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  max-width: 100%;
  height: 40px;
  padding: 0 15px;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23948f84' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  -webkit-appearance: none;
  background-position: right 16px top 50%;
  background-repeat: no-repeat;
  padding-right: 1.4em;
  background-size: auto 16px;
}

input {
  border: 1px solid #e5e5e5;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="number"], input[type="tel"] {
  /* Remove First */
  -webkit-appearance: none;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  font-size: 14px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  border: 1px solid #cac7c7;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
  margin: 15px 0;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
}

li ul,
li ol {
  padding-left: 0;
  margin-left: 20px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

.fa, .fas, .far, .fal, .fad, .fab {
  font-style: normal;
}

li,
figcaption {
  line-height: 36px;
}

blockquote {
  font-weight: 300;
  margin: 30px 0;
  border-left: 4px solid #333;
  padding-left: 15px;
  position: relative;
  clear: both;
  display: block;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #e5e5e5;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #e5e5e5;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  table {
    table-layout: fixed;
  }
}

.woocommerce table {
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

tbody th {
  background: #fff;
}

thead th {
  border-width: 1px;
  font-weight: 600;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px 10px;
  line-height: 24px;
}

/* Placeholder text color -- selectors need to be separate to work. */
input::-webkit-input-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea {
  -webkit-appearance: none;
  border: 1px solid #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 */
/**
 * Dynamic Variables
 */
/* loading animation */
@-webkit-keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle-loading:before, .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, .gougi-products-tab-widget.loading .gougi-products-tab-body:before, .gougi-products-tab-widget[data-layout="carousel-layout"] .gougi-products-tab-body.has-slider .gougi-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: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid #E5E5E5;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-pagination ul .fa-angle-double-left {
  margin-right: 3px;
}

.woocommerce-pagination ul .fa-angle-double-right {
  margin-left: 3px;
}

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

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

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

.woocommerce-pagination li + li {
  margin-left: 8px;
  margin-bottom: 8px;
}

.woocommerce-pagination-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  float: left;
  width: 100%;
}

.woocommerce-pagination-new .woocommerce-result-count {
  margin: 0;
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}

.theme-page-links .post-page-numbers.current span {
  background-color: #555555;
  color: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 100px 0;
  clear: both;
}

@media (max-width: 1024px) {
  .pagination {
    margin: 50px 0 50px 0;
  }
}

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

.pagination span.current,
.pagination a.page-numbers {
  font-size: 16px;
  font-weight: 500;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #E5E5E5;
  color: #121212;
  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 {
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
}

.ht-pagination {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  float: left;
}

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

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

.ht-pagination .page-numbers:last-child {
  margin: 0;
}

.ht-pagination span.current,
.ht-pagination a.page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
}

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

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

.popup-close-button {
  position: fixed;
  top: 40px;
  right: 55px;
  z-index: 100000;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #111;
  transition: all .3s linear .1s;
}

.popup-close-button .burger-icon-top,
.popup-close-button .burger-icon-bottom {
  display: block;
  position: absolute;
  top: 19px;
  left: 5px;
  width: 29px;
  height: 3px;
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top:before, .popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:before,
.popup-close-button .burger-icon-bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: .99;
}

.popup-close-button .burger-icon-top:before,
.popup-close-button .burger-icon-bottom:before {
  transform-origin: right;
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.popup-close-button .burger-icon-top:after,
.popup-close-button .burger-icon-bottom:after {
  transform-origin: left;
  transform: scaleX(0) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button .burger-icon-top {
  transform: rotate(-45deg);
}

.popup-close-button .burger-icon-bottom {
  transform: rotate(225deg);
}

.popup-close-button .burger-icon-bottom:before {
  transform-origin: left;
}

.popup-close-button .burger-icon-bottom:after {
  transform-origin: right;
}

.popup-close-button:hover .burger-icon-top:before,
.popup-close-button:hover .burger-icon-bottom:before {
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.popup-close-button:hover .burger-icon-top:after,
.popup-close-button:hover .burger-icon-bottom:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

.page-popup {
  transition: all .5s ease-in-out;
  transition-delay: .5s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
}

.page-popup.open {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.page-popup.open .popup-close-button {
  transition-delay: .6s;
}

.page-popup.open .popup-close-button {
  visibility: visible;
  opacity: 1;
}

.admin-bar .popup-close-button {
  top: 72px;
}

.popup-pre-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}

.popup-pre-loader.open {
  opacity: 1;
  visibility: visible;
}

.popup-pre-loader .sk-wrap {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  font-size: 0;
  color: #fff;
}

.popup-pre-loader .sk-wrap .sk-circle {
  margin: 0 auto;
}

.popup-pre-loader .popup-load-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.popup-pre-loader .popup-loader-wrap {
  display: table;
  width: 100%;
  height: 100%;
}

.popup-pre-loader .popup-loader-wrap .wrap-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.gougi-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 100001;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: url("images/cursor/light-close.png") 16 16, pointer;
}

.gougi-popup.open {
  opacity: 1;
  visibility: visible;
}

.gougi-popup.open .popup-content {
  opacity: 1;
  visibility: visible;
}

.gougi-popup .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: .5;
}

.gougi-popup .popup-content-header {
  position: relative;
  text-align: center;
  margin: 0 0 27px;
}

.gougi-popup .popup-title-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
}

.gougi-popup .button-close-popup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  transform: translateY(-100%);
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.gougi-popup .button-close-popup:before {
  content: '\f1fd';
}

.gougi-popup .popup-form-footer {
  text-align: center;
  margin: 10px 0 0;
}

.gougi-popup .popup-title {
  position: relative;
  z-index: 1;
  font-size: 34px;
  line-height: 1.24;
  margin: 0 0 18px;
}

.gougi-popup .popup-content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 500px;
  max-width: 90%;
  cursor: auto;
}

.gougi-popup .popup-description {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 26px;
}

.gougi-popup .popup-content-wrap {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gougi-popup .popup-content-inner {
  padding: 61px 65px 45px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.gougi-popup .form-group {
  margin-bottom: 15px;
}

.gougi-popup .form-label {
  display: none;
}

.gougi-popup .form-label-checkbox {
  display: block;
}

.gougi-popup .form-submit-wrap {
  margin: 19px 0 20px;
}

.gougi-popup .form-submit {
  width: 100%;
  line-height: 48px;
}

.gougi-popup .forgot-password,
.gougi-popup span {
  font-size: 14px;
}

.gougi-popup .form-response-messages {
  display: none;
  margin-bottom: 20px;
  margin-top: 20px;
}

.gougi-popup .form-response-messages.error {
  color: #d9534f;
}

.gougi-popup .form-response-messages.success {
  color: #6cbd7e;
}

.gougi-popup .form-response-messages a {
  font-weight: var(--gougi-typography-headings-font-weight);
  color: var(--gougi-color-heading);
}

.gougi-popup .form-response-messages a:hover {
  color: var(--gougi-color-primary);
}

.gougi-popup.popup-instructor-registration .form-label {
  display: none;
}

.gougi-popup.popup-instructor-registration .form-group {
  margin: 0 0 20px;
}

.form-input-group {
  position: relative;
}

.form-input-group.form-input-password .btn-pw-toggle {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  background: none !important;
  box-shadow: none !important;
  padding: 0 15px !important;
  border: 0;
  font-size: 16px;
  color: var(--gougi-color-text);
}

.form-input-group.form-input-password .btn-pw-toggle:hover {
  color: var(--gougi-color-primary);
}

.form-input-group.form-input-password .btn-pw-toggle:before {
  content: '\f04b';
}

.form-input-group.form-input-password.show-pw .btn-pw-toggle:before {
  content: '\f04e';
}

.oneall_social_login_label {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.oneall_social_login_label:before, .oneall_social_login_label:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: var(--gougi-color-box-border);
}

.oneall_social_login_label label {
  padding: 0 15px;
}

.mo-openid-app-icons.mo-openid-app-icons {
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mo-openid-app-icons.mo-openid-app-icons > p {
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--gougi-color-text) !important;
  width: 100% !important;
  margin: 0 0 13px !important;
  padding: 0 10px;
}

.mo-openid-app-icons.mo-openid-app-icons > p:before, .mo-openid-app-icons.mo-openid-app-icons > p:after {
  content: '';
  flex-grow: 1;
  height: 1px;
  background: var(--gougi-color-box-border);
}

.mo-openid-app-icons.mo-openid-app-icons > p:before {
  margin: 0 15px 0 0;
}

.mo-openid-app-icons.mo-openid-app-icons > p:after {
  margin: 0 0 0 15px;
}

.mo-openid-app-icons.mo-openid-app-icons br,
.mo-openid-app-icons.mo-openid-app-icons + br {
  display: none;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px !important;
  height: 40px;
  line-height: 36px;
  flex-basis: calc(50% - 20px);
  max-width: calc(50% - 20px);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 10px 18px !important;
  border: 2px solid transparent;
  border-radius: 0;
  background: var(--gougi-color-heading) !important;
  color: #fff !important;
  box-shadow: none !important;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /* Amazon */
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:before {
  display: inline-block !important;
  position: relative;
  top: 2px;
  font-size: 18px;
  color: #fff;
  margin: 0 8px 0 0;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > :first-child {
  display: none !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > i,
.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > svg {
  display: none !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social > span {
  color: inherit !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social:hover {
  border-color: var(--gougi-color-heading) !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook {
  background: #2e58b2 !important;
  border-color: #2e58b2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook svg {
  background: #2e58b2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook svg * {
  fill: #fff !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-facebook:before {
  content: '\f082';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-twitter {
  background: #4a76a8 !important;
  border-color: #4a76a8 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-twitter:before {
  content: '\f099';
  color: #4a76a8;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-google {
  background: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-google:before {
  content: '\f1a0';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-instagram {
  background: #c32aa3 !important;
  border-color: #c32aa3 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-instagram:before {
  content: '\f16d';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-linkedin {
  background: #007bb5 !important;
  border-color: #007bb5 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-linkedin:before {
  content: '\f08c';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-vk {
  background: #4a76a8 !important;
  border-color: #4a76a8 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-vk:before {
  content: '\f189';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-soundcloud {
  background: #f90 !important;
  border-color: #f90 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-soundcloud:before {
  content: '\f270';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-microsoft {
  background: #f35022 !important;
  border-color: #f35022 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-microsoft:before {
  content: '\f3ca';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-yahoo {
  background: #6001d2 !important;
  border-color: #6001d2 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-yahoo:before {
  content: '\f19e';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-apple {
  background: #a6b1b7 !important;
  border-color: #a6b1b7 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-apple:before {
  content: '\f179';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-paypal {
  background: #0070ba !important;
  border-color: #0070ba !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-paypal:before {
  content: '\f1ed';
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-wordpress {
  background: #346da6 !important;
  border-color: #346da6 !important;
}

.mo-openid-app-icons.mo-openid-app-icons .mo_btn-social.mo_btn-wordpress:before {
  content: '\f19a';
}

.mo_image_id,
.mo_image_id ~ br {
  display: none;
}

@media (max-width: 1024px) {
  .gougi-popup .popup-title {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .gougi-popup .popup-title {
    font-size: 24px;
  }
  .gougi-popup .popup-content-inner {
    padding: 21px 20px 17px;
  }
  .gougi-popup .popup-content-inner .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gougi-popup .popup-content-inner [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gougi-popup .form-submit {
    padding: 0 20px;
  }
}

.row-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* PRELOAD */
/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background: currentColor;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2.0s infinite ease-in-out;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1.0s;
}

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background: currentColor;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background: currentColor;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background: currentColor;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out;
}

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background: currentColor;
  border-radius: 100%;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  background: currentColor;
  border-radius: 100%;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: currentColor;
  border-radius: 100%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background: currentColor;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0.0s;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background: currentColor;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* SITE */
.blog-article:not(:first-child) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}

.blog-header-info .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.blog-header-info .if-item:first-child:before {
  content: none;
}

.blog-header-info .if-item .by-author {
  color: #a0a0a0;
}

.button-read-more {
  margin-top: 19px;
}

.info-blog-change .entry-meta {
  margin-top: 11px;
  margin-bottom: 21px;
  font-size: 16px;
}

.btnblog-readmore {
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
  border-bottom: 1px solid #121212;
}

.blog-read-more {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 2px;
}

.btn-read-more a {
  text-decoration: none !important;
}

.entry-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}

.entry-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.entry-image:hover:before {
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

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

.blog-article-header .entry-meta.blog-header-info .if-item {
  font-size: 16px;
}

.blog-article-header .entry-meta.blog-header-info .if-item a {
  font-size: 16px;
  font-weight: 400;
}

.if-author {
  position: relative;
}

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

.if-author:after {
  content: "|";
  color: #A0A0A0;
  padding: 0 8px;
}

.single-post #theme-container > .container {
  margin-top: 100px;
}

.category-blog {
  width: 100%;
  display: block;
  float: left;
}

.category-blog a {
  color: #7e7e8a;
  font-size: 14px;
}

.entry-footer .read-more {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 22px;
  display: inline-block;
  padding: 14px 28px;
  border-radius: 25px;
  letter-spacing: 0.195px;
  line-height: 18px;
  border: 2px solid;
}

.blog .col-md-12.col-lg-12.no-sidebar,
.search .col-md-12.col-lg-12.no-sidebar {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .blog .blog1 .col-lg-9,
  .blog .blog4 .col-lg-9,
  .blog .gougi-single-post .col-lg-9,
  .search .blog1 .col-lg-9,
  .search .blog4 .col-lg-9,
  .search .gougi-single-post .col-lg-9 {
    width: 73.8%;
  }
}

@media (min-width: 1200px) {
  .blog .blog2 .col-lg-9,
  .blog .blog3 .col-lg-9,
  .blog .blog5 .col-lg-9,
  .search .blog2 .col-lg-9,
  .search .blog3 .col-lg-9,
  .search .blog5 .col-lg-9 {
    width: 70%;
  }
  .blog .blog2 .col-md-3,
  .blog .blog3 .col-md-3,
  .blog .blog5 .col-md-3,
  .search .blog2 .col-md-3,
  .search .blog3 .col-md-3,
  .search .blog5 .col-md-3 {
    width: 30%;
  }
}

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

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

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

.blog4 .blog-preset-4 .item-blog .entry-title.blog-entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 4px;
  margin-bottom: 13px;
}

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

.blog4 .blog-preset-4 .item-blog .if-author {
  font-size: 16px;
}

.blog4 .blog-preset-4 .item-blog .blog-header-info-blog {
  margin-top: -7px;
}

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

.blog4 .blog-preset-4 .item-blog .button-read-more {
  margin-top: 16px;
}

.blog4 .sticky .item-blog {
  padding: 30px;
}

.blog4 .if-item.if-cat {
  font-size: 12px;
  line-height: 1.667;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog4 .blog-article:not(:first-child) {
  border-top: none;
  padding-top: 0;
}

.blog1 .sticky .blog-article-sum {
  padding: 20px;
}

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

.container.blog1 {
  display: flex;
}

.gougi-single-post {
  display: flex;
  padding-top: 56px;
}

.single-post .entry-header {
  text-align: center;
  padding-bottom: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #eeeeee;
}

.single-post .entry-header.blog-single-preset3 {
  text-align: left;
  padding-top: 40px;
}

.single-post .entry-header.blog-single-preset3 .blog_post_category {
  margin-top: -6px;
  margin-bottom: -4px;
}

.single-post .entry-header.blog-single-preset3 .blog-article-header {
  padding-top: 11px;
}

.single-post .blog_post_category {
  margin-top: -6px;
  margin-bottom: 15px;
}

.single-post .blog_post_category a {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #0c8c6c;
}

.single-post .page-title.entry-title {
  font-weight: 800;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
}

.single-post .blog-header-info {
  font-size: 16px;
}

.single .col-md-12.col-lg-12.no-sidebar {
  padding-right: 0;
}

@media (min-width: 1200px) {
  .single .gougi-single-post .col-lg-9 {
    width: 73.8%;
  }
  .single .gougi-single-post .col-md-3 {
    padding-left: 45px;
  }
}

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

@media (min-width: 1200px) {
  .single .blog-article .gougi-blog-content {
    margin: auto;
  }
}

.single .cover-image img {
  object-fit: cover;
}

.single #theme-page-header .page-header .container h1.page-title.entry-title {
  max-width: 770px;
  margin: 0 auto 10px;
}

.single .blog-article-header {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

.single .gougi-blog-content p {
  margin: 0 0 1.55em;
}

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

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

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

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

.blog-article .entry-footer-gougi {
  display: -webkit-inline-box;
}

.blog-article .theme-social-icon {
  float: right;
}

.blog-article .theme-social-icon a {
  color: #999999;
  width: 30px;
  height: 30px;
}

.blog-article .theme-social-icon a:before {
  font-size: 20px;
}

.posts-nav {
  margin-top: 40px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.post-nav-item {
  padding: 60px;
  width: 50%;
}

.post-nav-item.prev-nav {
  justify-content: flex-start;
}

.post-nav-item.prev-nav img {
  margin-right: 30px;
}

.post-nav-item.next-nav {
  justify-content: flex-end;
  align-self: stretch;
  background: #ededed;
  text-align: right;
}

.post-nav-item.next-nav .nav-item-cont {
  margin-right: 30px;
}

.post-nav-item .nav-item-cont {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  min-height: 100px;
  justify-content: center;
  max-width: -webkit-calc( 100% - 130px);
  max-width: -moz-calc( 100% - 130px);
  max-width: calc( 100% - 130px);
}

.post-nav-item .nav-item-cont .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

.post-nav-item .nav-item-cont a:hover {
  text-decoration: underline;
}

.post-nav-item .nav-item-cont span {
  font-size: 10px;
}

.post-nav-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.entry-meta {
  display: inline-block;
  margin-top: 3px;
}

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

.gougi-entry-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3px;
  margin-bottom: 38px;
}

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

.gougi-entry-footer .tagcloud {
  font-size: 16px;
  font-weight: 600;
}

.gougi-entry-footer .tagcloud a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #a0a0a0;
}

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

.single .share-social .title-share {
  padding: 0;
  margin-top: 0;
}

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

.comment-notes {
  font-size: 14px;
  font-style: italic;
  color: #121212;
  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: 28px;
  line-height: 33px;
  font-weight: 500;
  margin: 4px 0 6px 0;
}

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

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

.single-post .blog-article-sum .entry-title {
  margin: 10px 0;
}

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

.single-post .blog-article-sum .entry-image img {
  max-height: 640px;
  width: 100%;
}

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

.single-post .entry-content p {
  margin: 0 0 16px;
  letter-spacing: normal;
  font-weight: 400;
}

.single-post .entry-content .post-custome-gougi {
  margin: 21px 0 12px 0;
}

.single-post .entry-content .post-custome-gougi strong {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
}

.single-post .entry-content .image-custom {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  margin: 0 -15px;
}

.single-post .entry-content .image-custom img {
  width: 50%;
  padding: 14px 15px 15px 15px;
}

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

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

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

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

.single-post .share-social {
  display: flex;
}

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

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

.single-post .share-social .social-list li:first-child {
  margin-left: 13px;
}

.single-post .share-social .social-list li a {
  font-size: 18px;
  transition: all 0.3s;
}

.single-post .share-social .social-list li a:hover {
  transform: scale(1.1);
}

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

.single-post .share-social .social-list li .fa:hover {
  color: #0c8c6c;
}

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

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

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

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

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

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

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

.gougi-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 230px;
    width: -webkit-fill-available !important;
  }
}

.container-poststyle2 .entry-header.blog-single-preset3 {
  margin-bottom: 40px;
  padding-top: 0;
}

.container-poststyle2 .image-post-full {
  padding: 20px 0 15px 0;
}

.container-poststyle2 .image-post-full img {
  height: 435px;
  object-fit: cover;
}

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

@media (max-width: 575px) {
  .poststyle2 .blog-article-header {
    display: unset;
    border: none;
  }
  .poststyle2 .blog-article-header .share-social {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
}

.poststyle2 .blog-article-header .entry-meta,
.poststyle2 .blog-article-header .share-social .social-list {
  margin: 0;
}

.poststyle2 .blog-article-sum .entry-image {
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .poststyle2 .blog-article-sum .entry-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.poststyle2 .entry-image {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.poststyle2 .cover-image img {
  object-fit: cover;
  width: 1920px;
  max-height: 800px;
}

.name-tag,
.title-share {
  font-size: 16px;
  color: #121212;
  font-weight: 600;
  line-height: 28px;
}

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

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

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

blockquote strong {
  font-weight: 600;
}

blockquote cite {
  font-size: 14px;
}

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

.box-quote {
  position: relative;
  padding: 28px 50px 28px 100px;
  margin-top: 42px;
  margin-bottom: 40px;
  border: 1px solid #E5E5E5;
}

.box-quote .icon-quote {
  position: absolute;
  left: 40px;
  top: 35px;
  width: 30px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.13088 10.9056C6.06237 10.9092 5.01277 11.1877 4.0831 11.7145C5.39199 8.32653 7.56285 5.33909 10.3809 3.0478C10.5421 2.91502 10.6756 2.75178 10.7738 2.5674C10.8719 2.38303 10.9328 2.18113 10.9529 1.97323C10.973 1.76533 10.952 1.5555 10.891 1.35573C10.83 1.15595 10.7303 0.970145 10.5975 0.808911C10.4648 0.647677 10.3015 0.514174 10.1171 0.416026C9.93277 0.317878 9.73087 0.257007 9.52297 0.236888C9.31507 0.216769 9.10524 0.237796 8.90547 0.298768C8.7057 0.35974 8.51989 0.459463 8.35865 0.592244C2.58088 5.28669 0.00976562 11.7867 0.00976562 15.8167C0.0197208 17.2416 0.444356 18.6328 1.23182 19.8204C2.01929 21.008 3.13552 21.9407 4.44421 22.5045C5.29117 22.9147 6.21869 23.1318 7.15976 23.14C7.9881 23.1803 8.81598 23.0519 9.59321 22.7626C10.3704 22.4734 11.0808 22.0293 11.6813 21.4573C12.2818 20.8853 12.7598 20.1973 13.0865 19.435C13.4131 18.6728 13.5815 17.8521 13.5815 17.0228C13.5815 16.1935 13.4131 15.3728 13.0865 14.6105C12.7598 13.8483 12.2818 13.1603 11.6813 12.5883C11.0808 12.0163 10.3704 11.5722 9.59321 11.2829C8.81598 10.9937 7.9881 10.8653 7.15976 10.9056H7.13088Z' fill='%230C8C6C'%3E%3C/path%3E%3Cpath d='M23.2227 10.9055C22.154 10.9078 21.1041 11.1865 20.1749 11.7144C21.4833 8.33003 23.6484 5.3436 26.4582 3.04775C26.6341 2.92098 26.7822 2.75957 26.8933 2.57343C27.0045 2.3873 27.0764 2.18039 27.1045 1.96544C27.1327 1.75049 27.1166 1.53204 27.0573 1.32354C26.9979 1.11503 26.8964 0.920894 26.7592 0.75306C26.622 0.585227 26.4518 0.447251 26.2593 0.347626C26.0668 0.248 25.8559 0.188834 25.6396 0.173765C25.4233 0.158696 25.2062 0.188045 25.0017 0.260005C24.7972 0.331966 24.6096 0.445015 24.4505 0.592196C18.6727 5.28664 16.1016 11.7866 16.1016 15.8166C16.1084 17.2254 16.5207 18.6025 17.2891 19.7833C18.0575 20.9641 19.1496 21.8987 20.4349 22.4755C21.3033 22.8978 22.257 23.1153 23.2227 23.1111C24.051 23.1514 24.8789 23.023 25.6561 22.7337C26.4334 22.4445 27.1437 22.0004 27.7442 21.4284C28.3447 20.8564 28.8227 20.1684 29.1494 19.4061C29.476 18.6438 29.6445 17.8232 29.6445 16.9939C29.6445 16.1646 29.476 15.3439 29.1494 14.5816C28.8227 13.8193 28.3447 13.1313 27.7442 12.5594C27.1437 11.9874 26.4334 11.5433 25.6561 11.254C24.8789 10.9648 24.051 10.8364 23.2227 10.8766V10.9055Z' fill='%230C8C6C'%3E%3C/path%3E%3C/svg%3E");
}

.box-quote p.text-quote {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}

.box-quote p.author-quote {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  color: #a0a0a0;
  text-transform: uppercase;
  margin: 0;
}

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

#respond {
  width: 100%;
}

#commentform #comment {
  border: 1px solid #e5e5e5;
  height: 106px;
  padding: 10px 20px;
  resize: none;
  margin-bottom: 21px;
  margin-top: 8px;
}

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

#commentform #comment:focus::placeholder {
  color: #121212;
  opacity: 1;
}

#commentform #comment::placeholder {
  opacity: 1;
}

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

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

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

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

#commentform #author:focus::placeholder,
#commentform #email:focus::placeholder {
  color: #121212;
  opacity: 1;
}

#commentform #author::placeholder,
#commentform #email::placeholder {
  opacity: 1;
}

#commentform #author:-ms-input-placeholder,
#commentform #email:-ms-input-placeholder {
  opacity: 1;
}

#commentform #author::-ms-input-placeholder,
#commentform #email::-ms-input-placeholder {
  opacity: 1;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#commentform .attachment-button,
#commentform #submit {
  text-transform: capitalize;
  min-width: 160px;
  height: 40px;
  padding: 0 27px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  border: none;
}

#comments {
  padding-top: 40px;
}

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

#comments textarea::placeholder,
#comments input::placeholder {
  font-size: 16px;
  color: #A0A0A0;
}

#reply-title {
  font-weight: 600;
  font-size: 30px;
  margin: 0 0 16px 0;
}

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

.comment-form-wrap {
  display: block;
  float: left;
  width: 100%;
  background: #F7F7F7;
  border-radius: 5px;
  padding: 40px;
}

#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: 35px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 28px;
  text-transform: capitalize;
}

.comments-title + .comment-list {
  margin-top: 5px;
}

.comments-title mark {
  background-color: transparent;
}

.comment-list {
  padding-top: 15px;
}

.comment-list .children {
  margin: 0;
}

.comment-list .children #respond {
  margin-bottom: 50px;
}

.comment-list #respond {
  border-bottom: 1px solid #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 .comment-content {
  padding-bottom: 25px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

.comment-content {
  position: relative;
  max-width: 100%;
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  display: flex;
  flex-direction: column;
}

.comment-content .comment-author {
  order: 1;
}

.comment-content .comment-text {
  order: 2;
}

.comment-content .comment-info {
  order: 3;
  margin-top: -1px;
}

.comment-author {
  margin-top: -4px;
}

.comment-author .comment-author-name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: capitalize;
}

.comment-author .comment-time {
  display: block;
  float: left;
  width: 100%;
  position: relative;
  font-weight: 500;
  margin-top: -2px;
}

.comment-info a {
  font-size: 14px;
  font-weight: 500;
}

.comment-reply-link {
  margin-right: 15px;
}

.comment-reply-link:before {
  content: "\f067";
  font-family: "FontAwesome";
  margin-right: 4px;
  font-size: 9px;
}

.comment-edit-link:before {
  content: "\f044";
  font-family: "FontAwesome";
  margin-right: 4px;
}

.comment-time {
  font-size: 14px;
  color: #A0A0A0;
}

.comment-text {
  margin-top: 1px;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 16px;
  color: #616161;
}

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

.comment-list .pingback:last-child,
.comment-list .trackback:last-child,
.comment-list .comment:last-child {
  margin-bottom: 0;
}

.comment-list > .pingback > .children,
.comment-list > .trackback > .children,
.comment-list > .comment > .children {
  margin-left: 90px;
}

.comment-list .trackback,
.comment-list .pingback {
  padding-left: 0;
}

.comment-list .trackback .comment-content,
.comment-list .pingback .comment-content {
  margin-left: 0;
}

.comment-list > .trackback:last-child,
.comment-list > .pingback:last-child,
.comment-list > .comment:last-child {
  margin-bottom: 0;
}

.comment-list .children {
  padding: 0;
  margin-left: 80px;
  margin-top: 21px;
  margin-bottom: 21px;
}

.comment-list .children .comment-author img {
  width: 48px;
}

.comment-list .children .comment-content {
  margin-left: 80px;
}

.comment-list .children .comment {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-list .children .comment:last-child {
  margin-bottom: 0;
}

.comment-list .comment-header {
  margin-bottom: 9px;
}

.comment-list .comment-author {
  float: left;
}

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

.comment-list .comment-content {
  position: relative;
  overflow: hidden;
  margin-left: 80px;
}

.comment-list .meta {
  margin-bottom: 8px;
}

.comment-list .fn {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0;
}

.comment-list .fn a {
  font-style: inherit;
  font-size: inherit;
  color: inherit;
}

.comment-list .description {
  font-size: 14px;
  line-height: 24px;
}

.comment-list .comment-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 11px;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}

.comment-list .comment-actions a {
  display: inline-block;
  margin-top: 5px;
  margin-left: 11px;
  padding-left: 15px;
  border-left: 1px solid #ababab;
}

.comment-list .comment-awaiting-messages {
  display: block;
}

.comment-list .woo-comment-author .meta .fn {
  font-weight: 500;
  margin: 0 0 5px;
}

@media (max-width: 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: 680px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 1025px) {
  .blog .cover-image img {
    max-height: 360px;
  }
}

.has-menu-open {
  overflow: hidden;
}

.logged-in-as a {
  color: #767676;
}

.ht-pagination ul .page-numbers:not(.current) {
  font-size: 12px;
  font-weight: 600;
}

a {
  color: #121212;
}

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

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

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

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

.widget-blog-post .blog-header-info-blog {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 8px 0px 0px 0px;
}

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

.blog2 .widget-blog-post,
.blog3 .widget-blog-post,
.blog5 .widget-blog-post {
  padding-left: 0;
}

.blog2 .widget-blog-post .item-blog,
.blog3 .widget-blog-post .item-blog,
.blog5 .widget-blog-post .item-blog {
  position: relative;
  margin-bottom: 37px;
  text-align: left;
}

.blog2 .widget-blog-post .item-blog .entry-image,
.blog3 .widget-blog-post .item-blog .entry-image,
.blog5 .widget-blog-post .item-blog .entry-image {
  max-height: 300px;
  margin-bottom: 23px;
}

.blog2 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title,
.blog3 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title,
.blog5 .widget-blog-post .item-blog .info-item-blog .entry-title.blog-entry-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 30px;
}

.blog2 .widget-blog-post .item-blog .info-item-blog .blog-header-info-blog,
.blog3 .widget-blog-post .item-blog .info-item-blog .blog-header-info-blog,
.blog5 .widget-blog-post .item-blog .info-item-blog .blog-header-info-blog {
  margin-top: 0;
}

.blog2 .sticky .item-blog,
.blog3 .sticky .item-blog,
.blog5 .sticky .item-blog {
  padding: 30px;
}

.blog2 .info-blog-change .entry-meta,
.blog3 .info-blog-change .entry-meta,
.blog5 .info-blog-change .entry-meta {
  margin: 0;
  font-size: 14px;
}

.blog2 .blog-article-sum .entry-title,
.blog3 .blog-article-sum .entry-title,
.blog5 .blog-article-sum .entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin: 2px 0 9px 0;
}

.blog5 .widget-blog-post .item-blog:hover {
  box-shadow: none;
}

.blog-article-sum .if-cat {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.related-box {
  clear: both;
}

.related-box .post-navigation {
  position: relative;
}

.related-box .post-navigation:before {
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 15%;
  bottom: 15%;
}

.related-box .post-navigation .nav-links {
  display: inline-block;
  width: 100%;
}

.related-box .post-navigation .nav-links .nav-previous,
.related-box .post-navigation .nav-links .nav-next {
  width: 50%;
  position: relative;
  display: block;
  float: left;
}

@media (max-width: 575px) {
  .related-box .post-navigation .nav-links .nav-previous,
  .related-box .post-navigation .nav-links .nav-next {
    width: 100%;
    padding: 0;
  }
}

.related-box .post-navigation .nav-links .nav-previous a,
.related-box .post-navigation .nav-links .nav-next a {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

@media (max-width: 575px) {
  .related-box .post-navigation .nav-links .nav-next {
    margin-top: 20px;
    border-left: 0;
  }
}

.related-box .post-navigation .nav-links .nav-next a {
  align-items: flex-end;
}

.related-box .post-navigation .nav-links .gougi-article-nav-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 4px 0;
  display: block;
  color: #a0a0a0;
}

.related-box .post-navigation .nav-links .title-nav {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.related-box .post-navigation .nav-links a:hover .gougi-article-nav-text {
  color: #a0a0a0 !important;
}

.related-box .post-navigation .nav-links a:hover .title-nav {
  color: #2b9077;
}

.navigation.post-navigation {
  padding: 16px 0 12px;
  border: 1px solid #e5e5e5;
  border-left: 0;
  border-right: 0;
}

.related-articles {
  display: block;
  float: left;
  padding: 28px 0 26px 0;
}

.related-gougi {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding-top: 30px;
}

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

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

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

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

.gougi-post-related .entry-header-related {
  float: left;
  margin-top: 23px;
  width: 100%;
}

.gougi-post-related .entry-header-related .if-item.if-cat {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.gougi-post-related .entry-header-related .related-blog-title {
  margin: 4px 0 0 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.gougi-post-related .entry-header-related .blog-header-info {
  font-size: 14px;
}

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

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

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

.gougi-post-related .box-img img {
  border-radius: 2px;
  object-fit: cover;
  height: 337px;
  width: 100%;
}

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

.title-related {
  font-size: 36px;
  margin: 0 0 8px 0;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
}

.text-related {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
  text-align: center;
  color: #a0a0a0;
}

/* elementor widget */
.elementor-section {
  clear: both;
}

.elementor-widget-container {
  min-height: 1px;
}

.elementor-widget-wp-widget-archives .elementor-widget-container > ul,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
  padding-left: 0;
}

.elementor-widget-wp-widget-archives li,
.elementor-widget-wp-widget-categories li {
  list-style: none;
}

.elementor-widget-wp-widget-archives a,
.elementor-widget-wp-widget-categories a {
  line-height: 35px;
}

/* general */
.widget {
  float: left;
  position: relative;
  margin-bottom: 40px;
}

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

.widget .widget-title {
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 0;
  font-size: 20px;
}

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

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

.widget li {
  list-style: none;
}

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

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

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

.elementor-widget-wp-widget-tag_cloud h5 {
  margin-bottom: 14px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud {
  margin-top: -4px;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a {
  display: inline-block;
  line-height: unset;
  transition: 0.3s;
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:after {
  content: ',';
}

.elementor-widget-wp-widget-tag_cloud .tagcloud a:last-child:after {
  content: none;
}

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

.widget-area .widget_categories .widget-title {
  margin-bottom: 20px;
  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;
  padding: 0;
}

.widget-area .widget_tag_cloud {
  margin-top: 3px;
}

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

.widget-area .search-submit {
  height: 48px;
  font-size: 18px;
  transform: unset;
}

.widget-area .search-submit:hover svg {
  cursor: pointer;
  stroke: #0c8c6c;
}

.widget_search .search-submit {
  height: 48px;
  font-size: 18px;
  transform: unset;
}

.widget_search .search-submit:hover svg {
  cursor: pointer;
  stroke: #0c8c6c;
}

.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
  padding-left: 0;
  margin-top: -5px;
}

.elementor-widget-wp-widget-categories li {
  list-style: none;
  line-height: unset;
  display: flex;
  justify-content: space-between;
}

.elementor-widget-wp-widget-categories a {
  line-height: 35px;
}

.elementor-widget-wp-widget-categories ul li {
  line-height: unset;
}

.elementor-widget-wp-widget-categories ul li a {
  line-height: 2.2em;
  padding: 0;
}

.widget_archive:not(.footer-widget) li a,
.widget_categories:not(.footer-widget) li a,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a,
.widget_pages:not(.footer-widget) li a,
.widget_meta:not(.footer-widget) li a,
.widget_recent_entries:not(.footer-widget) li a,
.widget_nav_menu:not(.footer-widget) li a {
  position: relative;
}

.widget_archive:not(.footer-widget) li a:before,
.widget_categories:not(.footer-widget) li a:before,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a:before,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a:before,
.widget_pages:not(.footer-widget) li a:before,
.widget_meta:not(.footer-widget) li a:before,
.widget_recent_entries:not(.footer-widget) li a:before,
.widget_nav_menu:not(.footer-widget) li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #121212;
  transition: width .25s;
}

.widget_archive:not(.footer-widget) li a:hover:before,
.widget_categories:not(.footer-widget) li a:hover:before,
.elementor-widget-wp-widget-archives:not(.footer-widget) li a:hover:before,
.elementor-widget-wp-widget-categories:not(.footer-widget) li a:hover:before,
.widget_pages:not(.footer-widget) li a:hover:before,
.widget_meta:not(.footer-widget) li a:hover:before,
.widget_recent_entries:not(.footer-widget) li a:hover:before,
.widget_nav_menu:not(.footer-widget) li a:hover:before {
  width: 100%;
}

.widget_archive:not(.footer-widget) a,
.widget_categories:not(.footer-widget) a,
.elementor-widget-wp-widget-archives:not(.footer-widget) a,
.elementor-widget-wp-widget-categories:not(.footer-widget) a,
.widget_pages:not(.footer-widget) a,
.widget_meta:not(.footer-widget) a,
.widget_recent_entries:not(.footer-widget) a,
.widget_nav_menu:not(.footer-widget) a {
  padding: 3px 0;
}

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

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

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

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

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

.search-submit {
  position: absolute;
  width: 48px;
  height: 48px;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #2F2F30;
  border-radius: 0;
}

.widget.widget_search .search-field {
  height: 48px;
  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: 48px;
  border-radius: 2px;
  border: none;
  right: 5px;
  top: 0;
  background: transparent !important;
  font-size: 18px;
  color: #2F2F30;
}

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

.widget_tag_cloud .widget-title,
.widget_product_tag_cloud .widget-title {
  margin-bottom: 10px;
}

.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  text-transform: capitalize;
  display: inline-block;
  line-height: 36px;
  position: relative;
  margin-top: 0;
}

.widget_tag_cloud .tagcloud a:before,
.widget_product_tag_cloud .tagcloud a:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #121212;
  transition: width .25s;
}

.widget_tag_cloud .tagcloud a:hover:before,
.widget_product_tag_cloud .tagcloud a:hover:before {
  width: 100%;
}

.widget_tag_cloud .tagcloud a:not(:last-child),
.widget_product_tag_cloud .tagcloud a:not(:last-child) {
  margin-right: 20px;
}

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

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

.elementor-widget-container .widget_tag_cloud .tagcloud a,
.elementor-widget-container .widget_product_tag_cloud .tagcloud a {
  text-transform: capitalize;
  display: inline-block;
  line-height: 36px;
  position: relative;
  margin-top: 0;
}

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

.elementor-widget-container .gougi_widget_recent_entries .widget-title {
  margin-bottom: 26px;
  margin-top: 8px;
}

.elementor-widget-container .gougi_widget_recent_entries .gougi-entries li.gougi-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;
}

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

.gougi_widget_recent_entries .widget-title {
  margin-bottom: 20px;
}

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

.gougi_widget_recent_entries ul li.gougi-entry {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  clear: both;
  width: 100%;
}

@media (max-width: 1025px) {
  .gougi_widget_recent_entries ul li.gougi-entry {
    align-items: flex-start;
  }
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-entry-thumbnail {
  width: 83px;
  float: left;
  margin-right: 21px;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-entry-thumbnail a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-entry-thumbnail a:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #ffffff4d;
  content: "";
  z-index: 999;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-entry-thumbnail a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .75s;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-entry-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
  vertical-align: top;
  width: 83px;
}

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

@media (max-width: 1025px) {
  .gougi_widget_recent_entries ul li.gougi-entry .gougi-recent-post-detail {
    width: 100%;
  }
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-recent-post-detail .gougi-recent-post-title {
  font-weight: 600;
  line-height: 25px;
  color: #121212;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .7s;
  text-underline-position: under;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-recent-post-detail .gougi-recent-post-title:hover {
  text-decoration-color: #121212;
}

.gougi_widget_recent_entries ul li.gougi-entry .gougi-recent-post-detail .gougi-recent-item-category {
  font-size: 12px;
  font-weight: bold;
  color: #0C8C6C;
  text-transform: uppercase;
  line-height: 1.667;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.gougi_widget_recent_entries ul li.gougi-entry:last-child {
  margin-bottom: 0;
}

.gougi_widget_recent_entries ul li.gougi-entry:first-child {
  padding-top: 0;
}

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

.elementor-widget-container .gougi-entries li.gougi-entry {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  clear: both;
  width: 100%;
}

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

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-entry-thumbnail {
  width: 83px;
  float: left;
  margin-right: 21px;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-entry-thumbnail a {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-entry-thumbnail a:before {
  position: absolute;
  border-radius: 50%;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  background-color: #ffffff4d;
  content: "";
  z-index: 999;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-entry-thumbnail a:hover:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .75s;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-entry-thumbnail img {
  border-radius: 4px;
  object-fit: cover;
  vertical-align: top;
  width: 83px;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-recent-post-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc( 100% - 115px);
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-recent-post-detail .gougi-recent-post-title {
  font-weight: 600;
  line-height: 25px;
  color: #121212;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: .7s;
  text-underline-position: under;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-recent-post-detail .gougi-recent-post-title:hover {
  text-decoration-color: #121212;
}

.elementor-widget-container .gougi-entries li.gougi-entry .gougi-recent-post-detail .gougi-recent-item-category {
  font-size: 12px;
  font-weight: bold;
  color: #0C8C6C;
  text-transform: uppercase;
  line-height: 1.667;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

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

.elementor-widget-container .gougi-entries li.gougi-entry:first-child {
  padding-top: 0;
}

.elementor-widget-wp-widget-categories .elementor-widget-container h5,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container h5,
.elementor-widget-wp-widget-gougi-recent-posts .elementor-widget-container h5 {
  margin-bottom: 17px;
  margin-top: 0;
  font-size: 13px;
  font-weight: 500;
}

.elementor-widget-wp-widget-categories .elementor-widget-container .cat-item a,
.elementor-widget-wp-widget-tag_cloud .elementor-widget-container .cat-item a,
.elementor-widget-wp-widget-gougi-recent-posts .elementor-widget-container .cat-item a {
  padding: 4px 0;
}

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

.elementor-widget-wp-widget-search .search-submit {
  height: 44px;
  font-size: 18px;
  transform: unset;
  color: #948f84;
}

.elementor-widget-wp-widget-search .search-submit:before {
  content: "\f178";
  font-family: "FontAwesome";
}

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

.box-view-more-widget-blog-post {
  clear: both;
}

.box-view-more-widget-blog-post .view-more a {
  position: relative;
  display: inline-block;
}

.box-view-more-widget-blog-post .view-more a:after {
  position: absolute;
  content: '';
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  height: 7px;
  width: 105%;
  z-index: -1;
}

.box-img-hover {
  overflow: hidden;
}

.blog-article {
  position: relative;
}

.sticky .item-blog,
.sticky .blog-article-sum {
  background-color: #f7f7f7;
}

html {
  scroll-behavior: smooth;
}

#main {
  clear: both;
}

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

#main.widget-blog-post {
  clear: both;
}

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

.not-found {
  clear: both;
}

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

.main-content-404 {
  background-color: #f7f7f7;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: center;
}

.main-content-404 .wrap-404 {
  width: 100%;
}

.main-content-404 .wrap-inner {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 768px) {
  .main-content-404 .wrap-inner {
    flex-direction: column;
  }
}

.main-content-404 .cms-404-left {
  flex-grow: 1;
  max-width: 1162px;
}

@media (max-width: 768px) {
  .main-content-404 .cms-404-left {
    margin-bottom: 30px;
  }
}

.main-content-404 .bg-404 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-content-404 .cms-404-right {
  flex-grow: 2;
  max-width: 450px;
  margin-left: 53px;
  margin-right: 15px;
}

@media (max-width: 1024px) {
  .main-content-404 .cms-404-right {
    margin-left: 30px;
  }
}

.main-content-404 .title-big {
  font-size: 180px;
  line-height: 180px;
  letter-spacing: .08em;
  text-transform: capitalize;
  font-weight: 700;
  color: #121212;
  margin: 0;
}

@media (max-width: 992px) {
  .main-content-404 .title-big {
    font-size: 60px;
    line-height: 60px;
  }
}

.main-content-404 h3 {
  font-size: 44px;
  color: #616161;
  font-weight: 600;
  text-transform: capitalize;
  margin: 6px 0 13px 0;
}

@media (max-width: 992px) {
  .main-content-404 h3 {
    font-size: 22px;
  }
}

.main-content-404 .description {
  font-size: 20px;
  color: #616161;
}

.main-content-404 .return {
  margin-top: 44px;
}

.main-content-404 .btn-404 {
  display: flex;
  align-items: center;
}

.main-content-404 .btn-404 span {
  margin-left: 12px;
  font-size: 16px;
  font-weight: 600;
}

@media (min-width: 1600px) {
  .main-content-404.style_2 .cms-404-left {
    margin-left: 191px;
    max-width: 658px;
    position: relative;
  }
  .main-content-404.style_2 .cms-404-right {
    margin-left: 126px;
  }
}

.main-content-404.style_2 .cms-404-right {
  height: 100%;
  display: flex;
  align-items: center;
}

.main-content-404.style_2 {
  align-items: flex-start;
}

.main-content-404.style_2 .wrap-404 {
  height: 800px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .main-content-404.style_2 .wrap-inner {
    align-items: center;
  }
}

.main-content-404.style_2 .cms-404-right {
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .main-content-404.style_2 .wrap-404 {
    display: flex;
  }
  .main-content-404 .cms-404-right {
    margin: 0;
    padding: 0 15px;
    justify-content: center;
    text-align: center;
    max-width: 100%;
  }
  .main-content-404 .btn-404 {
    justify-content: center;
  }
}

.container_box {
  display: flex;
}

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

.dropdown {
  position: relative;
}

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

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

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

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

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

.dropdown {
  cursor: pointer;
  color: #121212;
}

.multi-language .dropdown:last-child .dropdown__current:before {
  content: '|';
  margin-right: 15px;
  font-size: 17px;
  color: #E5E5E5;
}

@font-face {
  font-family: 'Housky Demo';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/housky-demo.ttf") format("truetype");
}

@font-face {
  font-family: 'salmela-script-regular';
  src: url("fonts/salmela.ttf") format("woff"), url("fonts/salmela.ttf") format("opentype"), url("fonts/salmela.ttf") format("truetype");
}

.footer-col-1 .footer-widget {
  width: 100%;
}

@media (min-width: 992px) {
  .footer-col-3 .footer-widget {
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(3n+4) {
    clear: both;
  }
  .footer-col-4 .footer-widget {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-4 .footer-widget:nth-of-type(4n+5) {
    clear: both;
  }
  .footer-col-5 .footer-widget {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-5 .footer-widget:nth-of-type(5n+6) {
    clear: both;
  }
  .footer-col-6 .footer-widget {
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: calc( 100% / 6);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-6 .footer-widget:nth-of-type(6n+7) {
    clear: both;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(2n+3),
  .footer-col-4 .footer-widget:nth-of-type(2n+3),
  .footer-col-5 .footer-widget:nth-of-type(2n+3),
  .footer-col-6 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (min-width: 600px) {
  .footer-col-2 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-2 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 599px) {
  .footer-col-2 .footer-widget,
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}

#theme-footer {
  margin-top: 100px;
  position: relative;
}

.elementor-page #theme-footer {
  margin-top: 0;
}

.footer-widget {
  float: left;
}

.footer-bot {
  padding: 53px 0 53px 0;
  font-size: 14px;
  border-top: 1px solid #E5E5E5;
}

.footer-bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-left {
    margin-bottom: 15px;
  }
  .footer-left:empty {
    display: none;
  }
}

.footer-logo {
  min-height: 1px;
  display: block;
  float: left;
  margin-right: 20px;
}

.footer-logo .customize-partial-edit-shortcut {
  display: none;
}

@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-logo:empty {
    display: none;
  }
}

.footer-logo img {
  max-width: 182px;
}

.footer-bot-right {
  display: block;
  float: right;
  font-size: 14px;
}

.footer-bot-right p:last-child {
  margin-bottom: 0;
}

.footer-bot-right .fa {
  font-size: 0;
  display: inline-block;
  margin-left: 18px;
}

.footer-bot-right .fa + br {
  display: none;
}

.footer-bot-right .fa:before {
  font-size: 17px;
}

.newsletter-wrapper {
  position: relative;
}

.newsletter-wrapper .submit-newsletter {
  position: absolute;
  top: 0;
  right: 0;
  color: #3a3b59;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #fed5bf;
  padding: 0 25px;
  font-size: 14px;
}

.form-contact-wrapper {
  margin-bottom: 20px;
}

.form-contact-wrapper .form-wrapp-flex {
  width: 100%;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex {
    display: flex;
    justify-content: space-between;
  }
}

.form-contact-wrapper .form-wrapp-flex .form-left {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex .form-left {
    width: calc( 50% - 10px);
    margin-right: 10px;
  }
}

.form-contact-wrapper .form-wrapp-flex .form-right {
  width: 100%;
}

@media (min-width: 991px) {
  .form-contact-wrapper .form-wrapp-flex .form-right {
    width: calc( 50% - 10px);
    margin-left: 10px;
  }
}

.form-contact-wrapper .input-form {
  border: 1px solid #fc5a34;
  height: 50px;
  padding: 0 20px;
  font-size: 14px;
  color: #fc5a34;
}

.form-contact-wrapper .area-form {
  border: 1px solid #fc5a34;
  height: 160px;
  font-size: 14px;
  color: #fc5a34;
}

.form-contact-wrapp .submit-form {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 50px;
  min-width: 170px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.form-order-tracking .form-order-label {
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
}

.form-order-tracking .input-form-order {
  border: 1px solid #fc5a34 !important;
  font-size: 14px;
  color: #9596b4;
}

.form-order-tracking .form-order-wrap {
  margin-bottom: 10px;
}

.form-order-tracking .submit-form-order {
  min-width: 170px;
  margin: 30px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.page-id-372 .ph-layout-1 {
  margin-bottom: 0;
}

label.error.fail-alert {
  border: 2px solid red;
  border-radius: 4px;
  line-height: 1;
  padding: 2px 0 6px 6px;
  background: #ffe6eb;
}

input.valid.success-alert {
  border: 2px solid #4CAF50;
  color: green;
}

.single-post #commentform label.error {
  display: block;
  float: left;
  line-height: 1;
  padding: 6px 0;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 10px;
}

.review_form_wrapper #commentform label.error {
  float: none;
  line-height: 1;
  padding: 6px 0;
  font-size: 12px;
  width: 100%;
}

#theme-menu-layout {
  position: relative;
}

#theme-menu-layout .topbar__right {
  margin-right: 0;
}

.menu-layout {
  position: relative;
  z-index: 20;
}

.theme-logo {
  font-size: 0;
  margin: 0;
  min-width: 80px;
  max-width: 350px;
}

.menu-layout-1 .theme-logo {
  text-align: center;
}

/*!
------------------------------------------------->*/
.menu-toggle-btn {
  min-width: 26px;
  width: 26px;
  height: 26px;
  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: inherit;
}

.menu-toggle-btn span:before {
  top: -6px;
}

.menu-toggle-btn span:after {
  bottom: -6px;
}

.js-search-button {
  padding: 0 16px;
  background: none;
  border: 0;
}

.menu-layout-4 .js-search-button {
  padding: 0;
}

.menu-layout .header-wishlist-icon {
  font-size: 22px;
}

.header-wishlist-icon {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-wishlist-icon {
    margin-right: 15px;
  }
}

.menu-woo-action {
  display: inherit;
  position: relative;
  margin-left: 20px;
}

.menu-woo-action:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-woo-action ul {
  padding-left: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: -50px;
  background: #fff;
  min-width: 180px;
  text-align: left;
  z-index: 2;
  list-style: none;
  border-radius: 4px;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.menu-woo-action ul a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}

.menu-woo-action li + li {
  border-top: 1px solid #eee;
}

.menu-woo-user,
.menu-woo-cart {
  font-size: 20px;
}

.menu-woo-user::before,
.menu-woo-cart::before {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.menu-woo-cart {
  margin-left: 16px;
  margin-right: 8px;
  position: relative;
}

.menu-woo-cart .shopping_products_counter_text {
  margin-left: 14px;
}

.menu-woo-cart .shop-cart-count {
  position: absolute;
  top: -7px;
  right: -8px;
}

.shop-cart-count,
.count-wishlist {
  padding: 0 3px;
  height: 18px;
  min-width: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  font-family: Urbanist;
  text-align: center;
}

.header-wishlist {
  position: relative;
  vertical-align: text-top;
}

.header-wishlist::before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.header-wishlist .count-wishlist {
  position: absolute;
  top: -9px;
  right: -8px;
}

@media (min-width: 783px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 32px;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 46px;
  }
}

.mobile-header-menu-sticky.mobile-header-fixed #theme-menu-layout .menu-layout {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
}

@media (max-width: 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;
  }
}

.gougi-page-header-shop-box-wrapper {
  margin-bottom: 45px;
}

.gougi-page-header-shop-box-wrapper .gougi-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) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content {
    padding: 0 15px;
  }
}

.gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-page-header-shop-description {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.54);
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-page-header-shop-description {
    font-size: 18px;
  }
}

@media (max-width: 320px) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-page-header-shop-description {
    font-size: 12px;
  }
}

.gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-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) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-page-header-shop-box-title {
    font-size: 30px;
  }
}

@media (max-width: 320px) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .info-page-shop .gougi-page-header-shop-box-title {
    font-size: 20px;
  }
}

.gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .gougi-page-header-shop-box-button {
  padding: 16px 40px;
  border-radius: 2px;
  background-color: #fc5a34;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  margin-left: 60px;
  white-space: nowrap;
}

@media (max-width: 425px) {
  .gougi-page-header-shop-box-wrapper .gougi-page-header-shop-box-content .gougi-page-header-shop-box-button {
    padding: 16px 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .search-default-gougi {
    display: flex;
    justify-content: center;
  }
  .search-default-gougi .search-form {
    width: 50%;
  }
}

@media (max-width: 1024px) {
  .search-default-gougi {
    display: none;
  }
}

.search-default-gougi .search-form .search-field {
  border: 1px solid #efefef;
  background-color: #ffffff;
  height: 48px;
  padding: 0 15px;
  font-size: 13px;
  width: 606px;
  border-radius: 2px;
}

.search-default-gougi .search-form .search-field:focus {
  border-color: #2b9077;
}

.search-default-gougi .search-form .search-field::placeholder, .search-default-gougi .search-form .search-field:-ms-input-placeholder, .search-default-gougi .search-form .search-field::-ms-input-placeholder {
  opacity: 1;
  color: #b1b1b1;
}

.search-default-gougi .search-form .search-submit {
  height: 44px;
  width: 44px;
  border-radius: 2px;
  transform: rotatey(0deg);
  font-size: 18px;
}

.menu-header .add-menu {
  margin-left: 14px;
}

/**
 * Topbar
 */
.shopify-section .nt_full,
.shopify-section .box,
.shopify-section .full .section_content,
.shopify-section .full,
div.full,
.shopify-section .nt_1680_full,
.shopify-section .nt_1860_full,
.shopify-section .nt_1650_full {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1600px) {
  .shopify-section .nt_full,
  .shopify-section .box {
    padding-left: 255px;
    padding-right: 255px;
  }
}

.header-topbar-wrap > div {
  display: flex;
  align-items: center;
}

.topbar {
  position: relative;
  font-size: 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
  transition: height .6s .25s;
  will-change: height;
}

.cms-top-header .cms_close_topbar {
  position: absolute;
  top: 8px;
  right: 8px;
  max-height: 24px;
  cursor: pointer;
}

.cms-top-header .cms_close_topbar svg {
  transition: all .5s ease 0s;
}

.cms-top-header .cms_close_topbar:hover svg {
  transform: rotate(180deg);
}

.announcement-bar {
  padding: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-bar-message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wrapper-bar-message p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
  margin-right: 20px;
  letter-spacing: .2px;
}

.wrapper-bar-message span {
  display: inherit;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
}

.wrapper-bar-message span svg {
  margin-left: 9px;
}

#header {
  position: initial;
}

.announcement-bar span {
  color: #ffffff;
}

.announcement-bar span svg {
  stroke: #ffffff;
}

.topbar {
  background-color: #0c8c6c;
}

.announcement-bar__message {
  margin: 0px;
  color: #ffffff;
}

.announcement-bar .list-socials a {
  color: #ffffff;
}

.cms-top-header .cms_close_topbar svg {
  stroke: #ffffff;
}

/* New header shop */
.new-header-gougi.style1 .menu-layout-1 {
  box-shadow: none;
}

.post-type-archive-product .new-header-gougi.style2 .menu-layout-1 {
  box-shadow: none;
}

.post-type-archive-product .new-header-gougi.style2 .menu-layout--classic .header-container .container {
  padding-top: 21px;
  padding-bottom: 19px;
}

.post-type-archive-product .new-header-gougi.style2 #theme-page-header .page-header {
  background-color: #f7f7f7;
}

.post-type-archive-product .new-header-gougi.style2 .page-header {
  margin-bottom: 67px;
}

.post-type-archive-product .new-header-gougi.style2 .page-header .container #theme-bread {
  padding-top: 55px;
  padding-bottom: 51px;
}

.post-type-archive-product .new-header-gougi.style3 {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 67px;
}

.post-type-archive-product .new-header-gougi.style3 .menu-layout-1 {
  box-shadow: none;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.post-type-archive-product .new-header-gougi.style3 .menu-layout--classic .header-container .container {
  padding-top: 13px;
  padding-bottom: 6px;
}

.post-type-archive-product .new-header-gougi.style3 .menu-layout--classic .header-container .container > * {
  color: #fff;
}

.post-type-archive-product .new-header-gougi.style3 #theme-page-header .page-header {
  background-color: transparent;
}

.post-type-archive-product .new-header-gougi.style3 .page-header .container #theme-bread {
  padding-top: 42px;
  padding-bottom: 51px;
}

.post-type-archive-product .new-header-gougi.style3 #theme-page-header .page-header .container h1.page-title.entry-title {
  color: #ffffff;
}

.post-type-archive-product .new-header-gougi.style3 .boostify-menu > li > a,
.post-type-archive-product .new-header-gougi.style3 .theme-primary-menu > li > a {
  color: #ffffff;
}

.post-type-archive-product .new-header-gougi.style3 .elementor-widget-icon.elementor-view-default .elementor-icon svg,
.post-type-archive-product .new-header-gougi.style3 .elementor-widget-icon.elementor-view-default .elementor-icon svg path {
  fill: #ffffff;
}

.post-type-archive-product .new-header-gougi.style3 .menu-toggle-wrapper svg,
.post-type-archive-product .new-header-gougi.style3 .header-wishlist svg path,
.post-type-archive-product .new-header-gougi.style3 .menu-woo-cart.js-cart-button svg path,
.post-type-archive-product .new-header-gougi.style3 .js-search-button svg path,
.post-type-archive-product .new-header-gougi.style3 .menu-profile-gougi svg path,
.post-type-archive-product .new-header-gougi.style3 .cart-custom-gougi .js-cart-button svg path,
.post-type-archive-product .new-header-gougi.style3 .wishlist-gougi-widget .header-wishlist svg path {
  stroke: #ffffff;
}

.wishlist-gougi-widget.style2 .header-wishlist .count-wishlist {
  display: none;
}

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

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

.gougi-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: 14px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    min-width: 480px;
    text-align: left;
    z-index: -1;
    transition-duration: 0.3s;
    transform: translateY(10px);
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(125, 122, 122, 0.2);
    line-height: 24px;
    border-radius: 4px;
    pointer-events: none;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper a {
    white-space: normal;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 1170px;
    left: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-container-width .mega-menu-wrapper {
    width: 970px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width {
    position: static;
  }
  .main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper.has-mega-menu-full-width .sub-mega-menu {
    margin: 0 auto;
  }
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper .arrow-icon {
  display: none;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper ul {
  margin-left: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  position: static;
  transform: none;
  box-shadow: none;
  background-color: transparent;
  transition-duration: 0.3s;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu .mega-menu-wrapper li:after {
  content: none !important;
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  top: 100%;
  z-index: 5;
  transform: translateY(0px);
}

.main-navigation .primary-navigation .menu-item-has-mega-menu:hover .mega-menu-wrapper ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.vertical-navigation a {
  padding: 11px 0px 11px 30px;
}

.mega-menu-wrapper a {
  line-height: normal;
}

.menu-open {
  overflow: hidden;
}

#theme-menu-pusher {
  position: relative;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.menu-open #theme-menu-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

@media (min-width: 768px) {
  .menu-open #theme-menu-pusher {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
  }
}

.menu-open #theme-menu-pusher #menu-overlay {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  opacity: 1;
}

.menu-layout #menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.menu-layout .primary-logo {
  width: 100%;
}

.menu-layout .m2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  margin-top: 5px;
}

.menu-layout .menu-toggle-btn span {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.menu-layout .menu-toggle-btn span:before, .menu-layout .menu-toggle-btn span:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.menu-open .menu-layout .menu-toggle-btn span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-open .menu-layout .menu-toggle-btn span:before {
  width: 50%;
  -webkit-transform: rotate(45deg) translate(14px, -11px);
  transform: rotate(45deg) translate(14px, -11px);
}

.menu-open .menu-layout .menu-toggle-btn span:after {
  width: 50%;
  -webkit-transform: rotate(-45deg) translate(14px, 11px);
  transform: rotate(-45deg) translate(14px, 11px);
}

#sidebar-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #fff;
  overflow: auto;
  width: 300px;
  padding: 30px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  /*LOGO*/
  /*MAIN MENU*/
  /*EMPTY MENU*/
}

.menu-open #sidebar-menu-content {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}

.logged-in.admin-bar #sidebar-menu-content {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #sidebar-menu-content {
    top: 32px;
  }
}

#sidebar-menu-content .theme-logo {
  max-width: 100%;
  margin-bottom: 25px;
}

#sidebar-menu-content .theme-primary-menu {
  padding: 0;
  margin: 0;
}

#sidebar-menu-content .theme-primary-menu .sub-menu {
  overflow: hidden;
  display: none;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent, #sidebar-menu-content .theme-primary-menu > li.current_page_parent, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor > a:before, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor > a:before {
  content: '';
  width: 45px;
}

#sidebar-menu-content .theme-primary-menu li {
  list-style: none;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children:after {
  content: "\f489";
  font-family: ionicons;
  position: absolute;
  right: 0;
  font-size: 18px;
  line-height: 1;
  top: 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: #121212;
  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: 50px;
}

#menu-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.header-action {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .header-action .menu-profile-gougi,
  .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-gougi {
  font-size: 24px;
  padding-bottom: 3px;
}

.menu-layout-1 .site-header-wishlist {
  margin-left: 14px;
}

.menu-layout-1 .site-header-wishlist .site-header-wishlist_text, .menu-layout-1 .site-header-wishlist:after {
  display: none;
}

.menu-layout-1 .menu-woo-cart .shopping_products_counter_text {
  display: none;
}

@media (min-width: 992px) {
  .menu-layout-1.menu-layout--classic .header-logo {
    margin-right: 0;
  }
}

.menu-layout--centered .menu-toggle {
  height: 26px;
}

.menu-layout--centered .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--centered .header-content {
  margin-right: auto;
  margin-left: auto;
}

.menu-layout--centered .theme-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-layout--centered .header-menu {
  display: none;
}

.menu-layout--centered .js-search-button {
  display: none;
}

@media (min-width: 992px) {
  .menu-layout--centered .header-container {
    justify-content: space-between;
    padding: 0;
  }
  .menu-layout--centered .header-content {
    display: flex;
    align-items: center;
  }
  .menu-layout--centered .header-logo {
    padding: 0 20px 0;
  }
  .menu-layout--centered .header-menu {
    display: block;
  }
  .menu-layout--centered .menu-toggle {
    flex-basis: 80px;
  }
  .menu-layout--centered .menu-toggle-btn {
    display: none;
  }
  .menu-layout--centered .js-search-button {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .menu-layout-4 .js-search-button,
  .menu-layout-4 .menu-woo-user,
  .menu-layout-4 .menu-woo-cart {
    color: #ffffff !important;
  }
}

.menu-layout--classic .header-container .container {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 23px;
}

.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-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 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  font-size: 18px;
}

.sidebar-action:last-child {
  padding-bottom: 0;
}

.sidebar-action-link {
  position: relative;
  display: block;
}

.sidebar-action-icon {
  display: inline-block;
  margin-right: 10px;
}

.sidebar-action-cart {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 8px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transform: translateY(-60%);
}

#sidebar-menu-content .menu-woo-cart .shop-cart-count {
  background-color: #fed5bf;
  color: #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: 52px;
    margin: 0 14px;
    position: relative;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a .arrow-icon {
    margin-left: 7px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a .arrow-icon:before {
    font-weight: 600;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    background: #000;
    min-width: 180px;
    text-align: left;
    z-index: 2;
    padding-bottom: 24px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul ul {
    top: 110%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    margin: 12px 20px 0px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li {
    position: relative;
    list-style: none;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    /*improved when resize width*/
    display: initial !important;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu > li:hover > ul {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}

.theme-primary-menu:not(.theme-sidebar-menu) .sub-menu a {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .theme-primary-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
  }
  .theme-primary-menu li,
  .theme-primary-menu li.current-menu-parent {
    position: relative;
  }
  .theme-primary-menu li.current-menu-parent > a {
    animation: all .8s ease-in;
  }
  .theme-primary-menu a {
    display: block;
    transition: line-height 0.5s;
    border: 1px solid transparent;
    white-space: nowrap;
    position: relative;
  }
  .theme-primary-menu a:hover {
    cursor: pointer;
    animation: all .8s ease-in;
  }
  .theme-primary-menu .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    transform: translateY(-2em);
    z-index: 200;
    box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #7b6e64;
    padding: 10px 0;
    display: inline-block;
  }
  .theme-primary-menu .sub-menu > li {
    display: flex;
    flex-flow: row nowrap;
  }
  .theme-primary-menu .sub-menu > li a {
    padding: 0;
    position: relative;
  }
  .theme-primary-menu .sub-menu > li a .arrow-icon:before {
    position: absolute;
    right: -100px;
    top: 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 5px 0;
  color: #121212;
}

.page-header {
  position: relative;
}

.page-header .container {
  height: 100%;
}

.page-header .container #theme-bread {
  display: block;
  padding: 49px 0 50px 0;
}

.page-header .container .prev_next_buttons {
  display: block;
  float: right;
}

.page-header .container .prev_next_buttons .gougi-product-navigation {
  padding: 15px 0 15px 0;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 375px) {
  .page-header .container .prev_next_buttons {
    display: none;
  }
}

.single-product .page-header .container #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;
}

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

.scroll-to-top.is_stick_menu {
  bottom: 70px;
}

.gougi-hl-text {
  text-decoration: underline;
}

.gougi-search-form-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: rgba(18, 18, 18, 0.4);
  opacity: 0;
  visibility: hidden;
}

.gougi-search-form-container.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.gougi-search-form-container.is-open .gougi-search-form__inner {
  animation: open-modal 1s linear forwards;
}

.gougi-search-form-container .cate-dropdown {
  float: none;
}

.gougi-search-form {
  position: relative;
  margin-bottom: 0;
}

.gougi-search-form .cate-dropdown {
  cursor: pointer;
  border-right: 1px solid #e5e5e5 !important;
}

.gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
  width: 100%;
  position: relative;
  padding: 56px 0 62px 0;
  background-color: #fff;
}

@media (max-width: 768px) {
  .gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
    padding-bottom: 15px;
  }
}

.logged-in.admin-bar .gougi-search-form-container.js-search-form.is-open .gougi-search-form__inner {
  padding-top: 80px;
}

.gougi-search-form__inner {
  width: 100%;
  position: relative;
}

@media (max-width: 768px) {
  .gougi-search-form__inner {
    width: 90%;
  }
}

.gougi-search-form__inner .gougi-search-form__suggestions {
  position: absolute;
  width: 100%;
  z-index: 100;
  max-height: 420px;
  overflow-y: auto;
  background-color: #fff;
  top: 100%;
  padding: 0 20px 30px 20px;
  left: 0;
  display: none;
}

.gougi-search-form__inner .gougi-search-form__suggestions.open {
  display: block;
}

.gougi-search-form__inner .gougi-search-form__suggestions .autocomplete-suggestions {
  max-width: 1170px;
  margin: 0 auto;
}

.gougi-search-form__inner .gougi-search-form__suggestions .gougi-btn-view-all a {
  text-align: center;
  border: 1px solid #E5E5E5;
  padding: 5px;
  transition: all 0.3s;
  display: block;
  margin-top: 16px;
}

.gougi-search-form__inner .gougi-search-form__suggestions .gougi-btn-view-all a:hover {
  background: rgba(0, 0, 0, 0.05);
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar {
  width: 6px;
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.gougi-search-form__inner .gougi-search-form__suggestions::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.gougi-search-form__inner select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url(images/icon/bg_select.png) 96% 50% no-repeat;
  padding-right: 20px;
  padding-left: 10px;
  position: relative;
  border-radius: 0px;
  color: #121212 !important;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
}

@media (min-width: 1200px) {
  .gougi-search-form__inner select {
    padding-left: 10px;
    padding-right: 10px;
    width: 171px;
  }
}

.gougi-search-form__inner .gougi-search-form {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 425px) {
  .gougi-search-form__inner .gougi-search-form {
    max-width: 350px;
  }
}

.gougi-search-form__inner .gougi-search-form__field {
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
}

.widget-ajax-search-gougi.gougi-search-form__inner .search-submit {
  width: 50px;
  height: 50px;
}

.widget-ajax-search-gougi.gougi-search-form__inner .gougi-search-form {
  border-radius: 0;
}

.gougi-search-form__inner.horizontal-form {
  max-width: 100%;
}

@media (max-width: 768px) {
  .gougi-search-form__inner.horizontal-form {
    width: 100%;
  }
}

.gougi-search-form__loader {
  position: absolute;
  right: 0;
  top: 50%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: -14px;
}

.gougi-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.gougi-search-form__field {
  display: block;
  width: 100%;
  border: 0;
  padding: 15px 0;
  background-color: transparent;
  color: #121212;
  font-size: 16px;
}

.gougi-search-form__close {
  position: absolute;
  top: 12px;
  right: 20px;
  color: #121212;
  font-size: 24px;
  z-index: 102;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}

.gougi-search-form__close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.logged-in.admin-bar .gougi-search-form__close {
  top: 50px;
}

.gougi-search-form__desc {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.autocomplete-suggestion {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .autocomplete-suggestion {
    padding-right: 0;
    width: 50%;
  }
}

.autocomplete-suggestion a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.autocomplete-suggestion a:hover {
  color: #121212 !important;
}

.autocomplete-suggestion:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.autocomplete-suggestion .autocomplete-suggestion__content {
  font-size: 14px;
}

.autocomplete-suggestion__thumbnail {
  flex-shrink: 0;
  max-width: 200px;
}

.autocomplete-suggestion__title {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.autocomplete-suggestion__title .gougi-hl-text {
  font-weight: 800;
}

.widget-ajax-search-gougi .gougi-search-form {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal {
  display: flex;
  padding: 3px;
  padding-right: 38px;
  align-items: center;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal input {
  border: none;
  border-radius: 0 !important;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal .gougi-search-form__loader {
  position: absolute;
  color: #B7B7B7;
  opacity: 0;
  visibility: hidden;
  left: 50%;
}

.widget-ajax-search-gougi .gougi-search-form--horizontal .gougi-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-gougi .gougi-search-form__field {
  display: block;
  width: 100%;
  padding: 0 20px;
  background-color: transparent;
  font-size: 16px;
  color: #B7B7B7;
  min-height: 42px;
}

.widget-ajax-search-gougi .gougi-search-form__product-categories {
  width: auto;
  cursor: pointer;
  border: none;
  height: 100%;
}

.widget-ajax-search-gougi select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(images/icon/bg_select.png) 96% 50% no-repeat;
  padding-right: 18px;
  padding-left: 21px;
  position: relative;
  border: none !important;
}

.widget-ajax-search-gougi .gougi-search-form__loader {
  position: absolute;
  right: 40px;
  font-size: 26px;
  color: #B7B7B7;
  opacity: 0;
  visibility: hidden;
}

.widget-ajax-search-gougi .gougi-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.widget-ajax-search-gougi .search-submit {
  position: absolute;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  background-color: transparent;
}

.widget-ajax-search-gougi .js-search-button {
  padding: 4px;
  margin-left: 10px;
}

.widget-ajax-search-gougi.gougi-search-form__inner.style-2 .gougi-search-form {
  border-radius: 5px;
  border-left: none;
}

.widget-ajax-search-gougi.gougi-search-form__inner.style-2 .search-submit {
  height: 42px;
}

.theme-social-icon a {
  font-size: 0;
}

.theme-social-icon a:before {
  font-size: 16px;
  font-family: "ionicons";
}

.theme-social-icon a[href*="twitter.com"]:before {
  content: "\f243";
}

.theme-social-icon a[href*="facebook.com"]:before {
  content: "\f231";
}

.theme-social-icon a[href*="plus.google.com"]:before {
  content: "\f235";
}

.theme-social-icon a[href*="instagram.com"]:before {
  content: "\f351";
}

.theme-social-icon a[href*="vimeo.com"]:before {
  content: "\f245";
}

.theme-social-icon a[href*="youtube.com"]:before {
  content: "\f24d";
}

.theme-social-icon a[href*="github.com"]:before {
  content: "\f233";
}

.theme-social-icon a[href*="linkedin.com"]:before {
  content: "\f239";
}

.theme-social-icon a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.theme-social-icon a[href*="feed"]:before {
  content: "\f23d";
}

@font-face {
  font-family: "themify";
  src: url("fonts/themify.eot");
  src: url("fonts/themify.eot") format("embedded-opentype"), url("fonts/themify.woff") format("woff"), url("fonts/themify.ttf") format("truetype"), url("fonts/themify.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}

[class^="ti-"], [class*=" ti-"] {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ti-"]:before, [class*=" ti-"]:before {
  font-family: "themify";
}

.ti-wand:before {
  content: "\e600";
}

.ti-volume:before {
  content: "\e601";
}

.ti-user:before {
  content: "\e602";
}

.ti-unlock:before {
  content: "\e603";
}

.ti-unlink:before {
  content: "\e604";
}

.ti-trash:before {
  content: "\e605";
}

.ti-thought:before {
  content: "\e606";
}

.ti-target:before {
  content: "\e607";
}

.ti-tag:before {
  content: "\e608";
}

.ti-tablet:before {
  content: "\e609";
}

.ti-star:before {
  content: "\e60a";
}

.ti-spray:before {
  content: "\e60b";
}

.ti-signal:before {
  content: "\e60c";
}

.ti-shopping-cart:before {
  content: "\e60d";
}

.ti-shopping-cart-full:before {
  content: "\e60e";
}

.ti-settings:before {
  content: "\e60f";
}

.ti-search:before {
  content: "\e610";
}

.ti-zoom-in:before {
  content: "\e611";
}

.ti-zoom-out:before {
  content: "\e612";
}

.ti-cut:before {
  content: "\e613";
}

.ti-ruler:before {
  content: "\e614";
}

.ti-ruler-pencil:before {
  content: "\e615";
}

.ti-ruler-alt:before {
  content: "\e616";
}

.ti-bookmark:before {
  content: "\e617";
}

.ti-bookmark-alt:before {
  content: "\e618";
}

.ti-reload:before {
  content: "\e619";
}

.ti-plus:before {
  content: "\e61a";
}

.ti-pin:before {
  content: "\e61b";
}

.ti-pencil:before {
  content: "\e61c";
}

.ti-pencil-alt:before {
  content: "\e61d";
}

.ti-paint-roller:before {
  content: "\e61e";
}

.ti-paint-bucket:before {
  content: "\e61f";
}

.ti-na:before {
  content: "\e620";
}

.ti-mobile:before {
  content: "\e621";
}

.ti-minus:before {
  content: "\e622";
}

.ti-medall:before {
  content: "\e623";
}

.ti-medall-alt:before {
  content: "\e624";
}

.ti-marker:before {
  content: "\e625";
}

.ti-marker-alt:before {
  content: "\e626";
}

.ti-arrow-up:before {
  content: "\e627";
}

.ti-arrow-right:before {
  content: "\e628";
}

.ti-arrow-left:before {
  content: "\e629";
}

.ti-arrow-down:before {
  content: "\e62a";
}

.ti-lock:before {
  content: "\e62b";
}

.ti-location-arrow:before {
  content: "\e62c";
}

.ti-link:before {
  content: "\e62d";
}

.ti-layout:before {
  content: "\e62e";
}

.ti-layers:before {
  content: "\e62f";
}

.ti-layers-alt:before {
  content: "\e630";
}

.ti-key:before {
  content: "\e631";
}

.ti-import:before {
  content: "\e632";
}

.ti-image:before {
  content: "\e633";
}

.ti-heart:before {
  content: "\e634";
}

.ti-heart-broken:before {
  content: "\e635";
}

.ti-hand-stop:before {
  content: "\e636";
}

.ti-hand-open:before {
  content: "\e637";
}

.ti-hand-drag:before {
  content: "\e638";
}

.ti-folder:before {
  content: "\e639";
}

.ti-flag:before {
  content: "\e63a";
}

.ti-flag-alt:before {
  content: "\e63b";
}

.ti-flag-alt-2:before {
  content: "\e63c";
}

.ti-eye:before {
  content: "\e63d";
}

.ti-export:before {
  content: "\e63e";
}

.ti-exchange-vertical:before {
  content: "\e63f";
}

.ti-desktop:before {
  content: "\e640";
}

.ti-cup:before {
  content: "\e641";
}

.ti-crown:before {
  content: "\e642";
}

.ti-comments:before {
  content: "\e643";
}

.ti-comment:before {
  content: "\e644";
}

.ti-comment-alt:before {
  content: "\e645";
}

.ti-close:before {
  content: "\e646";
}

.ti-clip:before {
  content: "\e647";
}

.ti-angle-up:before {
  content: "\e648";
}

.ti-angle-right:before {
  content: "\e649";
}

.ti-angle-left:before {
  content: "\e64a";
}

.ti-angle-down:before {
  content: "\e64b";
}

.ti-check:before {
  content: "\e64c";
}

.ti-check-box:before {
  content: "\e64d";
}

.ti-camera:before {
  content: "\e64e";
}

.ti-announcement:before {
  content: "\e64f";
}

.ti-brush:before {
  content: "\e650";
}

.ti-briefcase:before {
  content: "\e651";
}

.ti-bolt:before {
  content: "\e652";
}

.ti-bolt-alt:before {
  content: "\e653";
}

.ti-blackboard:before {
  content: "\e654";
}

.ti-bag:before {
  content: "\e655";
}

.ti-move:before {
  content: "\e656";
}

.ti-arrows-vertical:before {
  content: "\e657";
}

.ti-arrows-horizontal:before {
  content: "\e658";
}

.ti-fullscreen:before {
  content: "\e659";
}

.ti-arrow-top-right:before {
  content: "\e65a";
}

.ti-arrow-top-left:before {
  content: "\e65b";
}

.ti-arrow-circle-up:before {
  content: "\e65c";
}

.ti-arrow-circle-right:before {
  content: "\e65d";
}

.ti-arrow-circle-left:before {
  content: "\e65e";
}

.ti-arrow-circle-down:before {
  content: "\e65f";
}

.ti-angle-double-up:before {
  content: "\e660";
}

.ti-angle-double-right:before {
  content: "\e661";
}

.ti-angle-double-left:before {
  content: "\e662";
}

.ti-angle-double-down:before {
  content: "\e663";
}

.ti-zip:before {
  content: "\e664";
}

.ti-world:before {
  content: "\e665";
}

.ti-wheelchair:before {
  content: "\e666";
}

.ti-view-list:before {
  content: "\e667";
}

.ti-view-list-alt:before {
  content: "\e668";
}

.ti-view-grid:before {
  content: "\e669";
}

.ti-uppercase:before {
  content: "\e66a";
}

.ti-upload:before {
  content: "\e66b";
}

.ti-underline:before {
  content: "\e66c";
}

.ti-truck:before {
  content: "\e66d";
}

.ti-timer:before {
  content: "\e66e";
}

.ti-ticket:before {
  content: "\e66f";
}

.ti-thumb-up:before {
  content: "\e670";
}

.ti-thumb-down:before {
  content: "\e671";
}

.ti-text:before {
  content: "\e672";
}

.ti-stats-up:before {
  content: "\e673";
}

.ti-stats-down:before {
  content: "\e674";
}

.ti-split-v:before {
  content: "\e675";
}

.ti-split-h:before {
  content: "\e676";
}

.ti-smallcap:before {
  content: "\e677";
}

.ti-shine:before {
  content: "\e678";
}

.ti-shift-right:before {
  content: "\e679";
}

.ti-shift-left:before {
  content: "\e67a";
}

.ti-shield:before {
  content: "\e67b";
}

.ti-notepad:before {
  content: "\e67c";
}

.ti-server:before {
  content: "\e67d";
}

.ti-quote-right:before {
  content: "\e67e";
}

.ti-quote-left:before {
  content: "\e67f";
}

.ti-pulse:before {
  content: "\e680";
}

.ti-printer:before {
  content: "\e681";
}

.ti-power-off:before {
  content: "\e682";
}

.ti-plug:before {
  content: "\e683";
}

.ti-pie-chart:before {
  content: "\e684";
}

.ti-paragraph:before {
  content: "\e685";
}

.ti-panel:before {
  content: "\e686";
}

.ti-package:before {
  content: "\e687";
}

.ti-music:before {
  content: "\e688";
}

.ti-music-alt:before {
  content: "\e689";
}

.ti-mouse:before {
  content: "\e68a";
}

.ti-mouse-alt:before {
  content: "\e68b";
}

.ti-money:before {
  content: "\e68c";
}

.ti-microphone:before {
  content: "\e68d";
}

.ti-menu:before {
  content: "\e68e";
}

.ti-menu-alt:before {
  content: "\e68f";
}

.ti-map:before {
  content: "\e690";
}

.ti-map-alt:before {
  content: "\e691";
}

.ti-loop:before {
  content: "\e692";
}

.ti-location-pin:before {
  content: "\e693";
}

.ti-list:before {
  content: "\e694";
}

.ti-light-bulb:before {
  content: "\e695";
}

.ti-Italic:before {
  content: "\e696";
}

.ti-info:before {
  content: "\e697";
}

.ti-infinite:before {
  content: "\e698";
}

.ti-id-badge:before {
  content: "\e699";
}

.ti-hummer:before {
  content: "\e69a";
}

.ti-home:before {
  content: "\e69b";
}

.ti-help:before {
  content: "\e69c";
}

.ti-headphone:before {
  content: "\e69d";
}

.ti-harddrives:before {
  content: "\e69e";
}

.ti-harddrive:before {
  content: "\e69f";
}

.ti-gift:before {
  content: "\e6a0";
}

.ti-game:before {
  content: "\e6a1";
}

.ti-filter:before {
  content: "\e6a2";
}

.ti-files:before {
  content: "\e6a3";
}

.ti-file:before {
  content: "\e6a4";
}

.ti-eraser:before {
  content: "\e6a5";
}

.ti-envelope:before {
  content: "\e6a6";
}

.ti-download:before {
  content: "\e6a7";
}

.ti-direction:before {
  content: "\e6a8";
}

.ti-direction-alt:before {
  content: "\e6a9";
}

.ti-dashboard:before {
  content: "\e6aa";
}

.ti-control-stop:before {
  content: "\e6ab";
}

.ti-control-shuffle:before {
  content: "\e6ac";
}

.ti-control-play:before {
  content: "\e6ad";
}

.ti-control-pause:before {
  content: "\e6ae";
}

.ti-control-forward:before {
  content: "\e6af";
}

.ti-control-backward:before {
  content: "\e6b0";
}

.ti-cloud:before {
  content: "\e6b1";
}

.ti-cloud-up:before {
  content: "\e6b2";
}

.ti-cloud-down:before {
  content: "\e6b3";
}

.ti-clipboard:before {
  content: "\e6b4";
}

.ti-car:before {
  content: "\e6b5";
}

.ti-calendar:before {
  content: "\e6b6";
}

.ti-book:before {
  content: "\e6b7";
}

.ti-bell:before {
  content: "\e6b8";
}

.ti-basketball:before {
  content: "\e6b9";
}

.ti-bar-chart:before {
  content: "\e6ba";
}

.ti-bar-chart-alt:before {
  content: "\e6bb";
}

.ti-back-right:before {
  content: "\e6bc";
}

.ti-back-left:before {
  content: "\e6bd";
}

.ti-arrows-corner:before {
  content: "\e6be";
}

.ti-archive:before {
  content: "\e6bf";
}

.ti-anchor:before {
  content: "\e6c0";
}

.ti-align-right:before {
  content: "\e6c1";
}

.ti-align-left:before {
  content: "\e6c2";
}

.ti-align-justify:before {
  content: "\e6c3";
}

.ti-align-center:before {
  content: "\e6c4";
}

.ti-alert:before {
  content: "\e6c5";
}

.ti-alarm-clock:before {
  content: "\e6c6";
}

.ti-agenda:before {
  content: "\e6c7";
}

.ti-write:before {
  content: "\e6c8";
}

.ti-window:before {
  content: "\e6c9";
}

.ti-widgetized:before {
  content: "\e6ca";
}

.ti-widget:before {
  content: "\e6cb";
}

.ti-widget-alt:before {
  content: "\e6cc";
}

.ti-wallet:before {
  content: "\e6cd";
}

.ti-video-clapper:before {
  content: "\e6ce";
}

.ti-video-camera:before {
  content: "\e6cf";
}

.ti-vector:before {
  content: "\e6d0";
}

.ti-themify-logo:before {
  content: "\e6d1";
}

.ti-themify-favicon:before {
  content: "\e6d2";
}

.ti-themify-favicon-alt:before {
  content: "\e6d3";
}

.ti-support:before {
  content: "\e6d4";
}

.ti-stamp:before {
  content: "\e6d5";
}

.ti-split-v-alt:before {
  content: "\e6d6";
}

.ti-slice:before {
  content: "\e6d7";
}

.ti-shortcode:before {
  content: "\e6d8";
}

.ti-shift-right-alt:before {
  content: "\e6d9";
}

.ti-shift-left-alt:before {
  content: "\e6da";
}

.ti-ruler-alt-2:before {
  content: "\e6db";
}

.ti-receipt:before {
  content: "\e6dc";
}

.ti-pin2:before {
  content: "\e6dd";
}

.ti-pin-alt:before {
  content: "\e6de";
}

.ti-pencil-alt2:before {
  content: "\e6df";
}

.ti-palette:before {
  content: "\e6e0";
}

.ti-more:before {
  content: "\e6e1";
}

.ti-more-alt:before {
  content: "\e6e2";
}

.ti-microphone-alt:before {
  content: "\e6e3";
}

.ti-magnet:before {
  content: "\e6e4";
}

.ti-line-double:before {
  content: "\e6e5";
}

.ti-line-dotted:before {
  content: "\e6e6";
}

.ti-line-dashed:before {
  content: "\e6e7";
}

.ti-layout-width-full:before {
  content: "\e6e8";
}

.ti-layout-width-default:before {
  content: "\e6e9";
}

.ti-layout-width-default-alt:before {
  content: "\e6ea";
}

.ti-layout-tab:before {
  content: "\e6eb";
}

.ti-layout-tab-window:before {
  content: "\e6ec";
}

.ti-layout-tab-v:before {
  content: "\e6ed";
}

.ti-layout-tab-min:before {
  content: "\e6ee";
}

.ti-layout-slider:before {
  content: "\e6ef";
}

.ti-layout-slider-alt:before {
  content: "\e6f0";
}

.ti-layout-sidebar-right:before {
  content: "\e6f1";
}

.ti-layout-sidebar-none:before {
  content: "\e6f2";
}

.ti-layout-sidebar-left:before {
  content: "\e6f3";
}

.ti-layout-placeholder:before {
  content: "\e6f4";
}

.ti-layout-menu:before {
  content: "\e6f5";
}

.ti-layout-menu-v:before {
  content: "\e6f6";
}

.ti-layout-menu-separated:before {
  content: "\e6f7";
}

.ti-layout-menu-full:before {
  content: "\e6f8";
}

.ti-layout-media-right-alt:before {
  content: "\e6f9";
}

.ti-layout-media-right:before {
  content: "\e6fa";
}

.ti-layout-media-overlay:before {
  content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}

.ti-layout-media-left-alt:before {
  content: "\e6fe";
}

.ti-layout-media-left:before {
  content: "\e6ff";
}

.ti-layout-media-center-alt:before {
  content: "\e700";
}

.ti-layout-media-center:before {
  content: "\e701";
}

.ti-layout-list-thumb:before {
  content: "\e702";
}

.ti-layout-list-thumb-alt:before {
  content: "\e703";
}

.ti-layout-list-post:before {
  content: "\e704";
}

.ti-layout-list-large-image:before {
  content: "\e705";
}

.ti-layout-line-solid:before {
  content: "\e706";
}

.ti-layout-grid4:before {
  content: "\e707";
}

.ti-layout-grid3:before {
  content: "\e708";
}

.ti-layout-grid2:before {
  content: "\e709";
}

.ti-layout-grid2-thumb:before {
  content: "\e70a";
}

.ti-layout-cta-right:before {
  content: "\e70b";
}

.ti-layout-cta-left:before {
  content: "\e70c";
}

.ti-layout-cta-center:before {
  content: "\e70d";
}

.ti-layout-cta-btn-right:before {
  content: "\e70e";
}

.ti-layout-cta-btn-left:before {
  content: "\e70f";
}

.ti-layout-column4:before {
  content: "\e710";
}

.ti-layout-column3:before {
  content: "\e711";
}

.ti-layout-column2:before {
  content: "\e712";
}

.ti-layout-accordion-separated:before {
  content: "\e713";
}

.ti-layout-accordion-merged:before {
  content: "\e714";
}

.ti-layout-accordion-list:before {
  content: "\e715";
}

.ti-ink-pen:before {
  content: "\e716";
}

.ti-info-alt:before {
  content: "\e717";
}

.ti-help-alt:before {
  content: "\e718";
}

.ti-headphone-alt:before {
  content: "\e719";
}

.ti-hand-point-up:before {
  content: "\e71a";
}

.ti-hand-point-right:before {
  content: "\e71b";
}

.ti-hand-point-left:before {
  content: "\e71c";
}

.ti-hand-point-down:before {
  content: "\e71d";
}

.ti-gallery:before {
  content: "\e71e";
}

.ti-face-smile:before {
  content: "\e71f";
}

.ti-face-sad:before {
  content: "\e720";
}

.ti-credit-card:before {
  content: "\e721";
}

.ti-control-skip-forward:before {
  content: "\e722";
}

.ti-control-skip-backward:before {
  content: "\e723";
}

.ti-control-record:before {
  content: "\e724";
}

.ti-control-eject:before {
  content: "\e725";
}

.ti-comments-smiley:before {
  content: "\e726";
}

.ti-brush-alt:before {
  content: "\e727";
}

.ti-youtube:before {
  content: "\e728";
}

.ti-vimeo:before {
  content: "\e729";
}

.ti-twitter:before {
  content: "\e72a";
}

.ti-time:before {
  content: "\e72b";
}

.ti-tumblr:before {
  content: "\e72c";
}

.ti-skype:before {
  content: "\e72d";
}

.ti-share:before {
  content: "\e72e";
}

.ti-share-alt:before {
  content: "\e72f";
}

.ti-rocket:before {
  content: "\e730";
}

.ti-pinterest:before {
  content: "\e731";
}

.ti-new-window:before {
  content: "\e732";
}

.ti-microsoft:before {
  content: "\e733";
}

.ti-list-ol:before {
  content: "\e734";
}

.ti-linkedin:before {
  content: "\e735";
}

.ti-layout-sidebar-2:before {
  content: "\e736";
}

.ti-layout-grid4-alt:before {
  content: "\e737";
}

.ti-layout-grid3-alt:before {
  content: "\e738";
}

.ti-layout-grid2-alt:before {
  content: "\e739";
}

.ti-layout-column4-alt:before {
  content: "\e73a";
}

.ti-layout-column3-alt:before {
  content: "\e73b";
}

.ti-layout-column2-alt:before {
  content: "\e73c";
}

.ti-instagram:before {
  content: "\e73d";
}

.ti-google:before {
  content: "\e73e";
}

.ti-github:before {
  content: "\e73f";
}

.ti-flickr:before {
  content: "\e740";
}

.ti-facebook:before {
  content: "\e741";
}

.ti-dropbox:before {
  content: "\e742";
}

.ti-dribbble:before {
  content: "\e743";
}

.ti-apple:before {
  content: "\e744";
}

.ti-android:before {
  content: "\e745";
}

.ti-save:before {
  content: "\e746";
}

.ti-save-alt:before {
  content: "\e747";
}

.ti-yahoo:before {
  content: "\e748";
}

.ti-wordpress:before {
  content: "\e749";
}

.ti-vimeo-alt:before {
  content: "\e74a";
}

.ti-twitter-alt:before {
  content: "\e74b";
}

.ti-tumblr-alt:before {
  content: "\e74c";
}

.ti-trello:before {
  content: "\e74d";
}

.ti-stack-overflow:before {
  content: "\e74e";
}

.ti-soundcloud:before {
  content: "\e74f";
}

.ti-sharethis:before {
  content: "\e750";
}

.ti-sharethis-alt:before {
  content: "\e751";
}

.ti-reddit:before {
  content: "\e752";
}

.ti-pinterest-alt:before {
  content: "\e753";
}

.ti-microsoft-alt:before {
  content: "\e754";
}

.ti-linux:before {
  content: "\e755";
}

.ti-jsfiddle:before {
  content: "\e756";
}

.ti-joomla:before {
  content: "\e757";
}

.ti-html5:before {
  content: "\e758";
}

.ti-flickr-alt:before {
  content: "\e759";
}

.ti-email:before {
  content: "\e75a";
}

.ti-drupal:before {
  content: "\e75b";
}

.ti-dropbox-alt:before {
  content: "\e75c";
}

.ti-css3:before {
  content: "\e75d";
}

.ti-rss:before {
  content: "\e75e";
}

.ti-rss-alt:before {
  content: "\e75f";
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topbar__container,
.topbar__left,
.topbar__right {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}

.topbar__container {
  justify-content: space-between;
  align-items: center;
}

.topbar__social {
  margin-left: 30px;
}

.topbar__left .space-top {
  margin-left: 29px;
}

.topbar__right {
  float: right;
}

@media (max-width: 768px) {
  .wrapper-bar-message span {
    display: none;
  }
}

.footer-subscribe-form input {
  float: left;
  height: 50px;
  padding: 0 20px;
  border-color: #ddd;
  width: -webkit-calc( 100% - 180px);
  width: -moz-calc( 100% - 180px);
  width: calc( 100% - 180px);
}

.footer-subscribe-form input:focus {
  border-color: #2b9077;
}

.footer-subscribe-form button {
  width: 180px;
  float: left;
  height: 50px;
  padding: 0 15px;
  border: 0;
  color: #fff;
}

.footer-subscribe-form button:hover {
  opacity: 0.8;
}

.instagram-wrap {
  position: relative !important;
}

.instagram-wrap .instagram {
  position: absolute !important;
  top: 32% !important;
}

.boostify-count-product {
  line-height: 15px;
}

/* CUSTOM */
#wp-admin-bar-updates {
  display: none;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

#cancel-comment-reply-link {
  margin-left: 15px;
  color: #f00;
}

/* EDIT LOCATION
------------------------------------------------->*/
.customize-partial-edit-shortcut {
  width: 30px;
  height: 30px;
  top: 50px;
  left: 20px;
  z-index: 21;
}

.menu-layout .customize-partial-edit-shortcut {
  display: none;
}

#theme-page-header .customize-partial-edit-shortcut {
  top: 15px;
}

.customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
  left: 0;
  top: 0;
}

/* BLANK MENU
------------------------------------------------->*/
.add-menu {
  line-height: 85px;
  display: inline-block;
}

.add-menu + .add-menu {
  margin-left: 20px;
}

/*! ELEMENTOR EDIT MODE
------------------------------------------------->*/
.elementor-editor-active .elementor-element-edit-mode {
  min-height: 20px;
}

/*! G_CAPCHA
******************************************************************************************************/
.g-recaptcha {
  position: static !important;
  clear: both;
  margin-bottom: 10px;
}

.single .g-recaptcha {
  margin-bottom: 30px;
}

/*! FOR PEN-MENU WHEN TEXT SELECTED
------------------------------------------------->*/
.pen-menu {
  z-index: 100 !important;
}

/* Custom image box */
.gougi-image-box .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
  margin-top: -8px;
}

.quotes {
  padding: 0 20px;
  border-left: 2px solid #fc5a34;
}

@media (min-width: 768px) {
  .custom-icon-box .elementor-icon-box-icon {
    margin-top: -14px;
  }
  .custom-icon-box .elementor-icon-box-description {
    margin-left: -25px;
  }
}

.topbar-customtheme .elementor-column-gap-default > .elementor-column > .elementor-element-populated,
.topbar-customtheme .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}

/* Currency */
.woocommerce-currency-switcher-form .dd-container .dd-select {
  background: transparent !important;
  border: none;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-selected {
  color: #A5A5A5;
  font-weight: 400 !important;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-down {
  border-top-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer-up {
  border-bottom-color: #A5A5A5;
}

.woocommerce-currency-switcher-form .dd-container .dd-select .dd-pointer {
  right: -6px;
}

.woocommerce-currency-switcher-form .dd-container a.dd-option {
  padding: 0 8px !important;
}

.boostify-mega-menu-vertical--widget .boostify-mega-menu-vetical .menu-item-has-mega > a:after {
  font-size: 12px !important;
}

.topbar__right .white {
  color: #ccc;
  margin-right: 11px;
}

.topbar__right {
  font-size: 12px;
}

.topbar__right .gray {
  color: #787878;
}

h3.autocomplete-pro-suggestion__title {
  margin: 0;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation {
  margin: 0;
  font-size: 13px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt, .boostify-cart-item-info .mini-cart-item-detail dl.variation dd {
  float: left;
  line-height: 26px;
}

.boostify-cart-item-info .mini-cart-item-detail dl.variation dt {
  margin-right: 5px;
}

div.product form.cart .tinvwl_add_to_wishlist_button {
  display: flex;
  align-items: baseline;
  font-size: 13px;
  margin-top: 16px;
}

@media (max-width: 1140px) {
  .show-text .yes .site-header-wishlist:after {
    display: none;
  }
}

.gougi-search-form__field::placeholder {
  opacity: 1;
}

.gougi-search-form__field:-ms-input-placeholder {
  opacity: 1;
}

.gougi-search-form__field::-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input:-ms-input-placeholder {
  opacity: 1;
}

.wpcf7-form-control-wrap input::-ms-input-placeholder {
  opacity: 1;
}

.sticky-post {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sticky-post:after {
  content: '\f2a6';
  font-family: "ionicons";
  display: inline-block;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  font-size: 25px;
  padding: 10px;
}

.entry-content p:last-child {
  clear: both;
  margin: 0;
}

.entry-content.wc-tab p:last-child {
  clear: none;
}

figcaption {
  text-align: center;
}

.select2-container {
  border: 1px solid #dfdfdf;
}

.select2-container .select2-selection--single {
  border-color: #dfdfdf;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-radius: 2px !important;
  height: 48px !important;
  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: "\f290" !important;
  font-family: 'FontAwesome' !important;
}

.button-category-home {
  left: 50%;
  transform: translateX(-50%);
}

.button2-category-home {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-image-category {
  overflow: hidden;
}

.hover-image-category img {
  transition: all 0.3s;
}

.hover-image-category:hover img {
  transform: scale(1.1) rotate(-5deg);
}

.hover-image-category2 {
  overflow: hidden;
}

.hover-image-category2 img {
  transition: all 0.3s;
}

.hover-image-category2:hover img {
  transform: scale(1.1);
}

.hover2-image-category {
  overflow: hidden;
}

.hover2-image-category img {
  transition: all 0.3s;
  object-fit: cover;
}

.hover2-image-category:hover img {
  transform: scale(1.05);
  filter: brightness(80%);
}

.gougi-list-icon-hover .elementor-icon-list-text:hover {
  text-decoration: underline;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img,
a.site-header-wishlist.top_wishlist-custom img,
span.site-header-wishlist.top_wishlist-custom img {
  width: 13px !important;
  height: auto;
  margin: 0 !important;
}

.list-icon-footer a.elementor-social-icon {
  position: relative;
}

.list-icon-footer a.elementor-social-icon i {
  z-index: 2;
}

.list-icon-footer a.elementor-social-icon:after {
  content: "";
  width: 105%;
  height: 105%;
  border-radius: 50px;
  background-color: #ffb930;
  position: absolute;
  transform: translate(6px, 6px);
  z-index: -1;
  transition: all .5s;
}

.list-icon-footer a.elementor-social-icon:hover:after {
  transform: unset;
  z-index: -1;
}

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

.topbar__right .gray {
  margin-right: 5px;
}

body.elementor-default #main.full,
body.elementor-default #main.no-sidebar {
  width: 100%;
}

body.elementor-default #theme-footer {
  padding-top: 0;
}

body.elementor-page #main,
body.error404 #main {
  padding-bottom: 0;
}

body.elementor-page #theme-footer,
body.error404 #theme-footer {
  padding-top: 100px;
}

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

.sub-width-custom .boostify-menu-child.boostify-mega-sub {
  left: 0 !important;
}

.customcss .boostify-mega-menu-vetical {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
}

.custom-search .search-field {
  background: transparent !important;
}

.font-salmela-script-regular {
  font-family: 'salmela-script-regular' !important;
}

.title-landding span {
  border-bottom: 2px solid #b8bbc6;
}

@media (min-width: 780px) {
  .boostify-mega-menu-vertical--widget .boostify-main-navigation.show {
    z-index: 99 !important;
  }
}

@-webkit-keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.shape-4 {
  animation: hero-thumb-animation 3s linear infinite alternate;
}

.shape-5 {
  animation: hero-thumb-animation 3.25s linear infinite alternate;
}

.shape-6 {
  animation: hero-thumb-animation 3.5s linear infinite alternate;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.toggle-new .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.toggle-new .elementor-accordion-item .elementor-tab-title.elementor-active {
  border-bottom: none;
}

.toggle-new .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}

.toggle-new .elementor-accordion .elementor-tab-title {
  margin-top: 20px;
}

.toggle-new .elementor-tab-content {
  margin-top: -10px;
}

.password-content__title h2 {
  font-family: Housky Demo !important;
  font-style: normal;
  font-weight: 400;
  font-size: 240px;
  line-height: 1;
  text-align: center;
  letter-spacing: .08em;
  margin: 0 0 7px;
}

.toggle-new-padding .elementor-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}

.toggle-new-padding .elementor-accordion-item .elementor-tab-content {
  border-top: none;
}

.toggle-new-padding .elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 1px solid #e5e5e5;
}

.toggle-new-padding .elementor-tab-content {
  margin-top: -10px;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text {
  position: relative;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text:after {
  content: "";
  height: 1px;
  background-color: #121212;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .25s;
}

.list-items-footer .elementor-icon-list-items .elementor-icon-list-item > .elementor-icon-list-text:hover:after {
  width: 100%;
}

.cms_html_type {
  display: flex;
  flex-direction: column;
}

.cms_html_type span:not(:last-child) {
  margin-bottom: 12px;
}

.cms_html_type span {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.cms_html_type svg {
  margin-right: 8px;
}

.boostify-menu .menu-item-has-children > a:after {
  font-size: 11px;
}

.menu-toggle-wrapper.ion-android-menu:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' style='stroke:%23121212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 9.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 5.99976H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M21 13.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M17 17.9998H3' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
  width: 24px;
  height: 24px;
}

.tns-controls {
  display: none;
}

.gougiquote {
  padding-left: 18px;
  position: relative;
}

.gougiquote:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2ACB35;
  width: 6px;
  height: 100%;
  border-radius: 50px;
}

.new-counter .elementor-counter {
  display: flex;
}

.new-counter .elementor-counter .elementor-counter-title {
  margin-left: 8px;
}

.new-size-icon .elementor-button-wrapper .elementor-button .elementor-align-icon-left {
  font-size: 24px;
}

.new-size-icon2 .elementor-button-wrapper .elementor-button .elementor-align-icon-left {
  font-size: 28px;
}

.line-new {
  position: relative;
  color: #0C8C6C;
}

.line-new:before {
  content: '';
  position: absolute;
  bottom: 7px;
  width: 100%;
  height: 8px;
  background-color: #0C8C6C;
  opacity: 0.3;
}

.gougi-footer-mobile {
  position: fixed !important;
  z-index: 99999;
  background: white;
  padding: 10px 20px;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 5px #0003;
}

#theme-menu-pusher.sticky_menu_bottom {
  padding-bottom: 66px;
}

.single-product #theme-menu-pusher.sticky_menu_bottom {
  padding-bottom: 0;
}

.menu-footer-new .elementor-icon-box-title {
  margin-top: 3px;
}

.new-menu-footer .elementor-icon-list-item .elementor-icon-list-text {
  font-size: 14px;
}

.boostify--search-sidebar-wrapper .search-field {
  min-height: 40px;
}

.boostify--search-sidebar-wrapper .btn-boostify-search-form {
  width: 40px !important;
}

.hightlight2 {
  color: #ffffff;
}

.hightlight2:hover {
  color: #121212;
}

.menu-menu-navigation-container.white-color {
  color: #ffffff;
}

.menu-menu-navigation-container.white-color a {
  color: #ffffff;
}

.menu-menu-navigation-container.white-color a:hover {
  color: #121212;
}

.menu-menu-navigation-container.white-color svg path {
  stroke: #ffffff;
}

.button,
.elementor-button,
.rev-btn,
.gougi-testimonial-button {
  position: relative;
  overflow: hidden;
}

.button:after,
.elementor-button:after,
.rev-btn:after,
.gougi-testimonial-button:after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transform: skewX(25deg);
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 2;
}

.button:hover:after,
.elementor-button:hover:after,
.rev-btn:hover:after,
.gougi-testimonial-button:hover:after {
  left: 5%;
  width: 90%;
}

.gougi-style .woosc-btn,
.gougi-style .woosw-btn {
  display: none;
}

/* PLUGINS */
.woo-sctr-single-product-container {
  padding: 24px 0 18px;
  margin-top: 30px;
  margin-bottom: 16px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container {
  margin-top: 13px;
  margin-bottom: 5px;
}

.woo-sctr-single-product-container .woo-sctr-progress-bar-wrap-container .woo-sctr-progress-bar-message {
  line-height: 22px;
  font-size: 14px;
  color: #121212;
  font-weight: 400;
  margin-top: 9px;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-value,
.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-value-container {
  font-weight: 600;
  line-height: 0;
  padding: 13px 0 0 0 !important;
}

.woo-sctr-single-product-container .woo-sctr-shortcode-countdown-text {
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before {
  display: block;
  float: left;
  max-width: 130px;
  margin-right: 52px;
  text-align: left;
  margin-top: 2px;
  text-transform: capitalize;
}

.woo-sctr-progress-bar-wrap-container {
  text-align: left !important;
}

.woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
  text-align: left;
}

.woo-sctr-shortcode-countdown-1 {
  display: inline-block !important;
}

.woo-sctr-shortcode-countdown-style-1 .woo-sctr-shortcode-countdown-text-before,
.woo-sctr-shortcode-countdown-style-2 .woo-sctr-shortcode-countdown-text-before {
  font-size: 20px;
  font-weight: 600;
}

.woo-sctr-shortcode-countdown-value-container-2.woo-sctr-shortcode-countdown-value-container-2 {
  position: inherit !important;
}

.woo-sctr-progress-bar-wrap {
  height: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
  \background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
  background-size: 25px 25px !important;
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

.woo-sctr-progress-bar-fill {
  width: 100%;
  height: 8px;
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.125) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.125) 50%, rgba(255, 255, 255, 0.125) 75%, transparent 75%, transparent) !important;
  background-size: 25px 25px !important;
  -webkit-animation: cssProgressActive 2s linear infinite;
  animation: cssProgressActive 2s linear infinite;
}

/* Must Include the animation below */
@-webkit-keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}

@keyframes cssProgressActive {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 35px 35px;
  }
}

@-webkit-keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

@keyframes cssProgressActiveRight {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -35px -35px;
  }
}

table.quantity-discount-table {
  border: 0;
  width: 290px;
  max-width: 100%;
  margin: -11px 0 35px 0;
  table-layout: auto;
}

table.quantity-discount-table thead {
  display: none;
}

table.quantity-discount-table td {
  white-space: nowrap;
  font-size: 14px;
  line-height: 26px;
  padding: 6px 10px 6px 0;
  border-width: 0;
}

table.quantity-discount-table td:last-child {
  padding-right: 0;
}

table.quantity-discount-table input[type='radio'] {
  position: relative;
  padding: 5px;
  margin: 0 10px 0 2px;
  cursor: pointer;
}

table.quantity-discount-table input[type='radio'] {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
}

table.quantity-discount-table input[type='radio']:before {
  border-color: #ccc;
}

table.quantity-discount-table input[type='radio']:after {
  background-color: #000;
}

table.quantity-discount-table input[type='radio']:hover:before {
  border-color: #000;
}

table.quantity-discount-table input[type='radio']:checked:before {
  border-color: #ccc;
}

table.quantity-discount-table input[type='radio'][disabled] {
  cursor: not-allowed;
}

table.quantity-discount-table input[type='radio'][disabled]:before {
  border-color: #ccc !important;
  background: #dedede;
}

table.quantity-discount-table .price {
  font-size: 14px;
}

table.quantity-discount-table .price .amount {
  display: block;
  line-height: 26px;
}

table.quantity-discount-table .price ins .amount {
  color: #314068;
  font-size: 14px;
}

table.quantity-discount-table .price del {
  font-size: 14px;
}

table.quantity-discount-table .quantity-discount-item.disabled label {
  cursor: not-allowed;
}

.quantity-discount-badge {
  display: inline-block;
  font-size: 11px;
  color: #9f876a;
  line-height: 25px;
  background-color: #FBF2DF;
  border-radius: 2px;
  padding: 0;
  min-width: 75px;
  text-align: center;
}

.col-quantity-discount-badge {
  width: 62px;
}

.col-quantity-regular-price,
.col-quantity-discount-price {
  width: 60px;
}

.quantity-discount-name {
  display: inline-block;
  color: #314068;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: normal;
}

@media screen and (max-width: 400px) {
  .quantity-discount-table input[type=radio] {
    margin-right: 5px !important;
  }
  .quantity-discount-table td {
    padding-right: 5px;
  }
}

@media screen and (max-width: 320px) {
  .quantity-discount-table .price {
    font-size: 12px;
  }
  .col-quantity-regular-price,
  .col-quantity-discount-price {
    width: 50px;
  }
}

.variations select {
  float: left;
}

.variations .label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 5px 0;
  border: none;
  vertical-align: top;
}

.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;
  vertical-align: middle;
  margin: 5px 0;
  color: #c00;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 13px;
}

.reset_variations:before {
  content: "\f49a";
  font-family: "ionicons";
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
}

.pro-swatch-list {
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding-top: 10px;
  transform: translateY(150%);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.pro-swatch-list .p-attr-image img {
  border-radius: 50%;
  max-height: 100%;
}

.p-attr-swatch {
  width: 24px;
  height: 24px;
  margin: 0 6px;
  border-radius: 8px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  box-shadow: 0 2px 4px rgba(71, 92, 133, 0.2);
}

.p-attr-swatch:first-child {
  margin-left: 0;
}

.p-attr-swatch:before {
  position: absolute;
  content: '';
  inset: -4px;
  border-radius: 8px;
}

.p-attr-swatch.p-attr-color {
  width: 24px;
  height: 24px;
}

.p-attr-swatch.p-attr-label {
  min-width: 24px;
  height: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: 1px solid #e5e5e5;
}

.p-attr-swatch.p-attr-label:before {
  content: none;
}

.p-attr-swatch.active {
  border: 4px solid #ffffff;
}

.p-attr-swatch.active:before {
  border: 1px solid #121212;
}

.p-attr-swatch.p-attr-label.active {
  border: 1px solid #121212;
}

.tawcvs-swatches .swatch span {
  display: none;
}

.single form.cart {
  display: block;
  padding-top: 50px;
}

.single form.cart.grouped_form {
  padding-top: 0;
}

.single form.cart.variations_form {
  padding-top: 13px;
}

.single .summary.entry-summary .woosc-btn,
.single .summary.entry-summary .woosw-btn {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
}

.single .woosc-btn,
.single .woosw-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 0;
  color: #333;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 44px;
  transition: all 0.5s ease-out 0s;
}

.single .woosc-btn:hover,
.single .woosw-btn:hover {
  background-color: #0C8C6C !important;
}

.single .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  margin-right: 0;
  width: 16px;
  height: 16px;
}

.single .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.single .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.single .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.single .summary .woosw-btn {
  margin-left: 12px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .single .summary .woosw-btn {
    margin-top: 10px;
    margin-left: 0;
  }
}

.single .summary .woosc-btn {
  margin-left: 8px;
}

.single .product-type-grouped .summary .woosc-btn {
  margin-left: 0;
}

.single .product-type-variable .summary .woosc-btn {
  margin-left: 12px;
}

@media (max-width: 600px) {
  .single .product-type-variable .summary .woosc-btn {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  .single form.cart {
    margin-bottom: 10px;
  }
}

.woo-variation-swatches.wvs-show-label .variations td {
  display: inline-block !important;
}

.button-variable-item span {
  font-size: 16px !important;
  font-weight: 500;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item,
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
  border-radius: 8px !important;
}

.variable-item:not(.radio-variable-item) {
  width: 24px !important;
  height: 24px !important;
}

.wvs-style-squared .button-variable-item {
  max-width: 24px !important;
  min-width: 24px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-contents {
  width: auto !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 1px #121212) !important;
}

@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: #e5e5e5;
}

.woocommerce-wishlist .wishlist_table th, .woocommerce-wishlist .wishlist_table td {
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}

.woocommerce-wishlist .wishlist_table .product-remove {
  font-size: 16px;
}

@media (min-width: 768px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    width: 50px;
    text-align: center;
  }
}

.woocommerce-wishlist .wishlist_table .product-thumbnail img {
  max-width: 80px;
  max-height: 80px;
}

@media (max-width: 767px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    padding: 10px;
    background: #e5e5e5 !important;
  }
  .woocommerce-wishlist .wishlist_table .product-remove a {
    color: #f00;
  }
  .woocommerce-wishlist .wishlist_table .pro-swatch-list {
    float: none;
  }
  .woocommerce-wishlist .wishlist_table thead {
    display: none;
  }
  .woocommerce-wishlist .wishlist_table td {
    display: block;
    padding: 10px 0;
  }
  .woocommerce-wishlist .wishlist_table tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.menu-layout .header-wishlist-icon {
  font-size: 20px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  .menu-layout .header-wishlist-icon {
    margin-right: 15px;
  }
}

.menu-layout .site-header-wishlist {
  position: relative;
}

.menu-layout .site-header-wishlist:after {
  padding-left: 19px;
  color: #e5e5e5;
  content: '|';
}

@media (max-width: 991px) {
  .menu-layout .site-header-wishlist {
    margin-right: 15px;
  }
}

.menu-layout .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.menu-layout .site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -6px;
  left: 15px;
  font-size: 9px;
  font-weight: 700;
  background-color: #3e976c;
  height: 16px;
  min-width: 16px;
  color: #fff !important;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
  font-family: Poppins;
}

.menu-layout .site-header-wishlist .site-header-wishlist_text {
  margin-left: 7px;
}

/* TI Wishlist Page */
.tinvwl-input-group .tinvwl-input-group-btn button.tinvwl-break-checkbox {
  height: 38px;
  padding: 0 15px;
  border: none;
}

.tinvwl-to-right.look_in button {
  height: 38px;
  padding: 0 15px;
  border: none;
}

.wishlist_item .button {
  border: none;
}

.tinvwl-table-manage-list {
  margin: 0;
  border: 0;
}

.tinvwl-table-manage-list .product-name a {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.tinvwl-table-manage-list table.shop_table {
  border: none;
  margin-top: 0;
}

.tinvwl-table-manage-list tr {
  position: relative;
}

.tinvwl-table-manage-list td, .tinvwl-table-manage-list th {
  padding: 20px 15px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 14px;
  letter-spacing: normal;
}

.tinvwl-table-manage-list thead {
  background-color: #FBF2DF;
  font-size: 13px;
  font-weight: 500;
}

.tinvwl-table-manage-list thead td, .tinvwl-table-manage-list thead th {
  padding: 8px 15px;
  font-size: 11px;
  letter-spacing: 0.22px;
}

.tinvwl-table-manage-list thead th {
  padding: 8px 0;
  font-weight: 600;
  color: #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 #e5e5e5;
}

.tinvwl-table-manage-list tbody .product-remove {
  width: 31px;
  padding: 0;
}

.tinvwl-table-manage-list tbody .product-remove .remove {
  width: 23px;
  height: 23px;
  float: left;
  font-size: 20px;
}

.tinvwl-table-manage-list tbody .product-thumbnail {
  width: 50px;
  padding: 20px 0;
}

.tinvwl-table-manage-list tbody .product-thumbnail img {
  border-radius: 2px;
  max-width: 60px;
}

.tinvwl-table-manage-list tbody .product-name a:hover {
  color: #0C8C6C;
}

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

.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 #e5e5e5;
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
  width: 24px;
  padding: 0 5px;
  height: 24px;
  border-radius: 50%;
}

.show-text .site-header-wishlist {
  position: relative;
}

@media (max-width: 991px) {
  .show-text .site-header-wishlist {
    margin-right: 15px;
  }
}

.show-text .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.show-text .site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -9px;
  left: 11px;
  font-size: 8px;
  font-weight: 700;
  height: 16px;
  min-width: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.show-text .site-header-wishlist .site-header-wishlist_text {
  margin-left: 7px;
}

.show-text .yes .site-header-wishlist:after {
  padding-left: 19px;
  color: #e5e5e5;
  content: '|';
  font-weight: 400;
}

.none-text .site-header-wishlist {
  position: relative;
}

@media (max-width: 991px) {
  .none-text .site-header-wishlist {
    margin-right: 15px;
  }
}

.none-text .site-header-wishlist:before {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.none-text .site-header-wishlist .site-header-wishlist_number {
  position: absolute;
  top: -9px;
  left: 11px;
  font-size: 9px;
  font-weight: 700;
  height: 16px;
  min-width: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  border-radius: 50%;
}

.none-text .site-header-wishlist .site-header-wishlist_text {
  display: none;
}

.ftinvwl-check:before {
  content: "\e9c6" !important;
  font-family: 'fontello' !important;
}

.ftinvwl-times {
  line-height: 20px;
}

.ftinvwl-times:before {
  content: "\e9c1" !important;
  font-family: 'fontello' !important;
  font-size: 11px;
  top: 0 !important;
}

.tinv-wishlist .product-stock i {
  margin-right: 8px;
}

.tinv-wishlist .tinv-header {
  margin-bottom: 34px;
}

.tinv-wishlist .tinv-header h2 {
  font-size: 18px;
  letter-spacing: 0.36px;
  margin: 0;
}

.tinv-wishlist table tfoot td,
.tinv-wishlist table tfoot th {
  padding: 30px 0;
}

.woosw-content-items {
  width: 100%;
}

.tinv-wishlist .product-stock i {
  margin-right: 8px;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
  font-size: 16px;
}

.woocommerce .tinv-wishlist .tinvwl_added_to_wishlist.tinv-modal button.button {
  border: none;
  height: 40px;
  margin-bottom: 15px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove,
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  width: 36px;
}

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'] {
  width: 100%;
  padding: 3px 20px;
  min-height: 48px;
  outline: none;
  font-size: 14px;
  font-weight: 500;
}

#woosw_copy_btn {
  margin-left: 10px;
  padding: 0 31px;
  height: 40px;
  line-height: 38px;
  outline: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
}

.woosw-adding:before,
.wooscp-btn-adding:before,
.quick-view-btn.loading .quick-view-icon:before {
  content: "\ea28" !important;
  font-family: 'gougi';
  -webkit-animation: adding-spin 1s linear infinite !important;
  animation: adding-spin 1s linear infinite !important;
}

.loop-action .woosw-btn.woosw-added:before,
.woosw-btn.woosw-added:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%230c8c6c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  animation: heartBeat 1.3s infinite running;
  margin-right: 0;
}

@keyframes adding-spin {
  100% {
    transform: rotate(360deg);
  }
}

.woosw-content-item--price ins {
  background-color: transparent;
}

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

#review_form_wrapper #commentform #author,
#review_form_wrapper #commentform #email {
  width: 100% !important;
}

.single-product .comment-reply-title {
  font-size: 28px;
  margin-top: 23px;
  margin-bottom: 28px;
  text-align: left;
  display: none;
}

.single-product .comment-reply-title small {
  margin-left: 10px;
  font-size: 60%;
}

.single-product .no-reviews .reviews-content__title {
  display: none;
  margin-bottom: 0;
}

.single-product .comment-form label {
  font-size: 14px;
  letter-spacing: normal;
  color: #314068;
  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: #2b9077;
  border: 0;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
}

.single-product .comment-form .attachment-button > span {
  display: flex;
  align-items: center;
}

.single-product .comment-form .attachment-button .button-icon {
  font-size: 18px;
  margin-right: 8px;
}

.single-product .comment-respond .form-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.single-product #commentform #comment {
  margin-top: 0;
}

.dco-image-attachment {
  line-height: 0;
}

.dco-attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 6px;
}

.dco-attachment-gallery .dco-attachment.dco-image-attachment {
  margin: 5px;
}

.comment-form-attachment span:not(.required) {
  display: block;
}

/* Fix of possible conflicts with theme styles. */
.dco-image-attachment img {
  width: auto !important;
  height: auto !important;
}

.question-filter {
  margin-bottom: 20px;
}

ol.comment-list.question-list li {
  display: block;
  float: left;
  width: 100%;
  list-style-type: none;
  padding-bottom: 28px;
}

.product-comment-list > .comment:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.product-comment-list .comment-meta-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 14px 0 9px 0;
}

.product-comment-list .comment-meta-top .star-rating {
  margin-right: 9px;
  width: 67px;
}

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

.product-comment-list .woocommerce-review__published-date.comment-datetime {
  position: relative;
  padding: 0 0 0 16px;
  font-size: 12px;
  color: #b1b1b1;
  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: 1em;
  height: 1em;
  background: #c4c4c4;
  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: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 5px;
}

.woocommerce-review__title {
  font-size: 16px;
  margin: 0 0 15px;
}

.woo-comment-content {
  margin: 9px 0 0;
}

.comment-form-rating {
  line-height: 1;
  margin-bottom: 22px;
}

.comment-form-rating label {
  font-weight: 400;
  color: #9b9b9b;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .gougi-wc-question .gougi-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .gougi-wc-question .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .gougi-wc-question .question-list-container {
    flex-grow: 1;
    padding-right: 25px;
  }
}

.reviews-summary {
  margin-bottom: 50px;
}

.reviews-summary .rating-average {
  font-size: 18px;
  color: #667085;
  font-weight: 700;
  line-height: 28px;
}

.reviews-summary .tm-star-rating {
  letter-spacing: 1px;
}

.reviews-summary .tm-star-rating > span:before {
  font-family: "ionicons";
  font-size: 15px;
  content: "\f2fc";
  color: #fdc643;
}

.reviews-summary .tm-star-rating .tm-star-empty:before {
  color: #eadccc;
}

.reviews-summary .reviews-count {
  font-size: 14px;
  text-transform: capitalize;
}

.reviews-summary .product-rate {
  display: flex;
  margin: 18px 0px 21px 0;
}

.reviews-summary .product-rate h6 {
  margin: 8px 0 0 10px;
  font-size: 16px;
  color: #253D4E;
  font-weight: 700;
  line-height: 1.2;
}

.reviews-summary .reviews-bar {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 27px;
}

.reviews-summary .reviews-bar + .reviews-bar {
  margin-top: 5px;
}

.reviews-summary .stars-title,
.reviews-summary .rating-percentage {
  flex-shrink: 0;
}

.reviews-summary .stars-title {
  min-width: 45px;
  text-align: start;
  font-size: 12px;
  color: #101828;
}

.reviews-summary .rating-percentage {
  min-width: 35px;
  text-align: end;
  color: #101828;
}

.reviews-summary .rating-graph {
  flex-grow: 1;
}

.reviews-summary-buttons {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
}

.reviews-summary-buttons .tm-button-wrapper {
  margin: 10px 0;
}

.reviews-summary-buttons .button-content-wrapper {
  padding: 8.5px 20px;
  background-color: #121212;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 22px;
}

.reviews-summary-buttons .button-content-wrapper .button-text {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.reviews-summary-buttons .button-content-wrapper:hover {
  background-color: #0c8c6c;
}

.reviews-summary-buttons .button-content-wrapper:hover .button-text {
  color: #ffffff;
}

.reviews-content {
  margin-bottom: 50px;
}

.reviews-content .reviews-content__title {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .review-rating-template-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .review-rating-template-wrapper .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .review-rating-template-wrapper .reviews-content {
    flex-grow: 1;
    padding-right: 25px;
  }
}

.rating-graph {
  position: relative;
  width: 100%;
  height: 16px;
  background-color: #eadccc;
}

.rating-graph .percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 2px;
}

.entry-product-star-rating .fas {
  font-size: 14px;
}

.single-product-accordion {
  margin: 47px 0 0;
}

.single-product-accordion .entry-product-section-heading {
  display: none;
}

.page-has-no-sidebar .woocommerce-tabs .tabs:before {
  width: 3000px;
  left: 0;
  transform: translateX(-50%);
}

.review-rating-average {
  margin-right: 8px;
}

.single-product .gougi-wc-question {
  padding-top: 4px;
}

.single-product .gougi-wc-question .question-form-wrapper,
.single-product .gougi-wc-question div[class*=question-form-wrapper-] {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
}

.single-product .gougi-wc-question .question-form-wrapper div[class*="question-form-"],
.single-product .gougi-wc-question div[class*=question-form-wrapper-] div[class*="question-form-"] {
  margin-bottom: 22px;
}

.single-product .gougi-wc-question .question-form-wrapper div.form-submit,
.single-product .gougi-wc-question div[class*=question-form-wrapper-] div.form-submit {
  margin-bottom: 0;
}

.single-product .gougi-wc-question .question-form-wrapper textarea,
.single-product .gougi-wc-question div[class*=question-form-wrapper-] textarea {
  height: 150px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  padding: 20px;
  width: 100%;
  color: #98A2B3;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.single-product .gougi-wc-question .question-form-wrapper textarea:focus,
.single-product .gougi-wc-question .question-form-wrapper input:focus,
.single-product .gougi-wc-question div[class*=question-form-wrapper-] textarea:focus,
.single-product .gougi-wc-question div[class*=question-form-wrapper-] input:focus {
  border-color: #fb4e50;
}

.single-product .gougi-wc-question .question-form-wrapper {
  display: none;
}

.single-product .gougi-wc-question form label {
  font-size: 14px;
  letter-spacing: 0.13px;
  line-height: 1.33;
  color: #101828;
  margin-top: -5px;
  margin-bottom: 20px;
  display: block;
}

.single-product .gougi-wc-question .form-submit {
  text-align: right;
}

.single-product .gougi-wc-question .form-submit input {
  min-width: 170px;
  height: 40px;
  padding: 0 27px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}

.single-product .gougi-wc-question .no-question .question-form-wrapper {
  display: block;
}

.single-product .gougi-wc-question .no-question .question-toolbar {
  margin: 0;
}

.single-product .gougi-wc-question .no-question .question-title {
  display: none;
}

.single-product .gougi-wc-question .woo-comment-author h6 {
  padding-right: 10px;
}

.single-product .gougi-wc-question .woo-comment-author .comment-datetime {
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  color: #9b9b9b;
}

.single-product .gougi-wc-question .woo-comment-author .comment-datetime:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 4px;
  width: 1em;
  height: 1em;
  background: #c4c4c4;
  border-radius: 50%;
}

.single-product .gougi-wc-question .reply-action {
  display: flex;
}

.single-product .gougi-wc-question .reply-action a + a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ababab;
}

.single-product .gougi-wc-question .reply-action .cancel-reply {
  pointer-events: none;
  opacity: 0;
}

.single-product .gougi-wc-question .reply-action .cancel-reply.show {
  opacity: 1;
  pointer-events: auto;
}

.single-product .woocommerce-Reviews #comments {
  padding-top: 4px;
}

.single-product .question-toolbar .question-title {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 32px;
}

.single-product .question-list li {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.single-product .question-list li + li {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #eee;
}

.single-product .question-list div[class*=question-form-wrapper-] {
  margin-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.single-product .question-list .children {
  list-style: none;
}

.single-product .question-list .children .woo-comment-author .avatar {
  width: 80px;
}

.question-form-message-box {
  color: #ff0001;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.question-form-message-box div {
  padding-top: 20px;
}

.question-navigation {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .gougi-wc-question .gougi-wc-question__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .gougi-wc-question .reviews-summary {
    width: 300px;
    flex-shrink: 0;
  }
  .gougi-wc-question .question-list-container {
    flex-grow: 1;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .single-product .gougi-wc-question .question-form-wrapper,
  .single-product .gougi-wc-question div[class*=question-form-wrapper-] {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .single-product .question-list div[class*=question-form-wrapper-] {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .comment-list.question-list .children {
    margin-left: 0;
  }
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width .6s ease;
  background-color: #e9ecef;
  border-radius: 0 0.25rem 0.25rem 0;
  line-height: 16px;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  color: #fff;
  border: 0;
  height: 48px;
  padding: 0 20px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-account h2 {
  font-size: 18px;
  margin: 0;
}

.woocommerce-account .u-column1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column1 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.woocommerce-account .u-column1 .woocommerce-form-login {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column2 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media (min-width: 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;
}

@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: 12px;
  letter-spacing: 0.24px;
  font-style: italic;
}

.woocommerce-privacy-policy-text p {
  margin-bottom: 22px;
}

/* container */
.shop-container {
  position: relative;
  clear: both;
  margin-bottom: 63px;
  display: block;
}

@media (min-width: 1440px) {
  .shop-container.with-left-sidebar, .shop-container.with-right-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .shop-container.with-left-sidebar .shop-content, .shop-container.with-right-sidebar .shop-content {
    width: 100%;
  }
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 405px;
  }
  .shop-container.with-full-sidebar.has-filter-area .widget-area.shop-sidebar {
    display: none;
  }
  .shop-container.with-full-sidebar.has-flexible-sidebar.has-filter-area .widget-area.shop-sidebar {
    display: block;
  }
  .shop-container.with-right-sidebar .shop-content {
    width: 100%;
  }
  .shop-container.with-right-sidebar .shop-sidebar {
    margin-left: 60px;
  }
  .shop-container.with-left-sidebar .shop-content {
    order: 2;
  }
  .shop-container.with-left-sidebar .shop-sidebar {
    order: 1;
    margin-right: 60px;
    padding-left: 0;
  }
}

.shop-container.has-filter-area .shop-top-bar {
  margin-bottom: 26px;
}

.shop-container.has-filter-area .gougi-shop-filter {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 100%;
  padding: 0 0 30px 0;
}

.shop-container.has-filter-area .gougi-shop-filter .woocommerce-widget-layered-nav-list {
  margin-top: -6px;
}

.shop-container.has-filter-area .gougi-shop-filter .woocommerce-widget-layered-nav-list li {
  line-height: unset;
}

.shop-container.has-filter-area .gougi-shop-filter .wc-layered-nav-rating {
  margin-bottom: 0;
}

.shop-container.with-full-sidebar .widget-area.shop-sidebar {
  display: none;
}

.shop-content {
  position: relative;
}

/* columns */
.products {
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}

@media (min-width: 992px) {
  .products {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .products {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}

@media (max-width: 375px) {
  .products {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
}

.products .product {
  list-style: none;
  position: relative;
  padding-bottom: 28px;
  /* label plugin */
}

.products .product:hover .product-quick-view-btn span,
.products .product:hover .product-action-wishlist a,
.products .product:hover .product-action-compare a {
  opacity: 1;
  visibility: visible;
  position: relative;
  opacity: 1;
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
}

.products .product:hover .product-quick-view-btn span:hover span,
.products .product:hover .product-quick-view-btn span:hover .tooltip,
.products .product:hover .product-quick-view-btn span:hover .tinvwl_add_to_wishlist-text,
.products .product:hover .product-action-wishlist a:hover span,
.products .product:hover .product-action-wishlist a:hover .tooltip,
.products .product:hover .product-action-wishlist a:hover .tinvwl_add_to_wishlist-text,
.products .product:hover .product-action-compare a:hover span,
.products .product:hover .product-action-compare a:hover .tooltip,
.products .product:hover .product-action-compare a:hover .tinvwl_add_to_wishlist-text {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translateX(0);
}

.products .product .label-wrap {
  position: static;
}

.products .product .content-info-product .woocommerce-product-details__short-description,
.products .product .content-info-product .star-rating,
.products .product .content-info-product .loop-list-action {
  display: none;
}

.products.columns-1 {
  grid-template-columns: 1fr;
}

.products.columns-1 .product {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .products.columns-1 .product .gougi-style {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .products.columns-1 .product .product-image-wrapper.gougi-transform-price {
    max-width: 240px;
    margin-right: 40px;
  }
  .products.columns-1 .product .product-image-wrapper.gougi-transform-price .loop-action,
  .products.columns-1 .product .product-image-wrapper.gougi-transform-price .gougi-transform-loop-buttons {
    display: none;
  }
  .products.columns-1 .product .content-info-product .woocommerce-loop-product__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }
  .products.columns-1 .product .content-info-product .price {
    margin: 10px 0 17px;
    font-size: 20px;
  }
  .products.columns-1 .product .content-info-product .price ins {
    font-size: 20px;
  }
  .products.columns-1 .product .content-info-product .price del {
    font-size: 16px;
  }
  .products.columns-1 .product .content-info-product .woocommerce-product-details__short-description {
    max-width: 650px;
  }
  .products.columns-1 .product .content-info-product .woocommerce-product-details__short-description,
  .products.columns-1 .product .content-info-product .star-rating {
    display: block;
  }
  .products.columns-1 .product .content-info-product .loop-list-action {
    display: flex;
    margin-top: 21px;
  }
}

@media (min-width: 768px) {
  .products.columns-2 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .products.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  .products.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
  .products.columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}

/* 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: 16px;
  margin-top: 8px;
  margin-bottom: 26px;
}

.shop-top-bar .shop-top-bar-left {
  display: flex;
  flex-wrap: wrap;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn {
  display: flex;
  align-items: center;
  color: #121212;
  background-color: #fff;
  border: none;
  margin-right: 24px;
}

.shop-top-bar .shop-top-bar-left .filter-toggle-btn svg {
  margin-right: 8px;
}

@media (max-width: 425px) {
  .shop-top-bar .shop-top-bar-left .filter-toggle-btn span {
    display: none;
  }
  .shop-top-bar .shop-top-bar-left .filter-toggle-btn svg {
    margin-right: 0;
  }
}

.shop-top-bar .gougi-shop-tools {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.shop-top-bar .gougi-shop-tools .gougi-products-per-page {
  margin-bottom: 14px;
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.shop-top-bar .gougi-shop-tools .gougi-products-per-page .per-page-title {
  margin-right: 20px;
  color: #858585;
}

.shop-top-bar .gougi-shop-tools .gougi-products-per-page .per-page-variation-wrap {
  display: flex;
  align-items: center;
}

.shop-top-bar .gougi-shop-tools .gougi-products-per-page .per-page-variation-wrap a.per-page-variation {
  display: inline-block;
  color: #959595;
}

.shop-top-bar .gougi-shop-tools .gougi-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: 14px;
  color: #858585;
}

.shop-top-bar .woocommerce-result-count span {
  color: #314068;
}

.shop-top-bar .gougi-woo-ordering {
  display: flex;
  align-items: center;
}

.shop-top-bar .gougi-sort-label {
  margin-right: 14px;
  color: #858585;
}

.shop-top-bar .woocommerce-ordering {
  margin-bottom: 0;
  position: relative;
}

.shop-top-bar .woocommerce-ordering select {
  font-size: 14px;
  letter-spacing: normal;
  border-radius: 5px;
  padding: 0 15px;
  height: 37px;
  border: 1px solid #e5e5e5;
  -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 */
.gougi-shop-filter {
  display: none;
}

.gougi-shop-filter .gougi-shop-filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 55px;
  transition: height 0.5ms;
}

@media (max-width: 991.98px) {
  .gougi-shop-filter .gougi-shop-filter-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .gougi-shop-filter .gougi-shop-filter-container {
    grid-template-columns: 1fr;
  }
}

.gougi-shop-filter .gougi-shop-filter-container .tagcloud a:after {
  content: ',';
}

.gougi-shop-filter .gougi-shop-filter-container .tagcloud a:last-child:after {
  display: none;
}

.gougi-shop-filter .widget {
  margin-bottom: 0;
}

.gougi-shop-filter .widget ul {
  margin: 0;
}

/* content-product */
.woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}

.pro-swatch-list-all {
  margin-top: 6px;
}

.open-label-shop {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 12px;
}

.open-label-shop span {
  font-size: 12px;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  width: 47px;
  height: 20px;
  border-radius: 2px;
  text-transform: uppercase;
}

.open-label-shop span:not(:first-child) {
  margin-top: 8px;
}

.sale-product {
  top: 40px;
}

.single .sale-product {
  top: 12px;
}

.onsale {
  position: absolute;
  z-index: 1;
  left: 12px;
  top: 12px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 400;
  pointer-events: none;
  width: 47px;
  height: 20px;
  border-radius: 2px;
}

.single-product .onsale {
  display: none;
}

.price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: baseline;
}

.price del {
  margin-right: 8px;
}

.single .price del {
  margin-right: 12px;
}

.amount .decimals-separator,
.price .decimals-separator,
.tr-price .decimals-separator,
.woosw-content-item--price .decimals-separator {
  font-size: 66.666667%;
}

.woocs_price_code {
  font-size: 16px;
  font-weight: 600;
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
}

.product-image-wrapper:hover .hover-product-image {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transform: scale(1.09);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.hover-product-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, 0.44, 1.18);
}

.loop-action {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  position: absolute;
  top: 7px;
  right: 12px;
}

.loop-action .product-quick-view-btn span,
.loop-action .product-action-wishlist a,
.loop-action .product-action-compare a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  opacity: 0;
  -webkit-transform: translateX(12px) translateZ(0);
  transform: translateX(12px) translateZ(0);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  margin: 4px 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  border: solid 1px rgba(230, 230, 230, 0.5);
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
}

@media (min-width: 1200px) {
  .loop-action .product-quick-view-btn span,
  .loop-action .product-action-wishlist a,
  .loop-action .product-action-compare a {
    width: 40px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
  }
}

.loop-action .product-quick-view-btn span,
.loop-action .product-action-compare a {
  margin: 3px 0 4px;
  transition-delay: 0.1s;
}

.loop-action .product-quick-view-btn span: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: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.loop-action .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-action .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  margin-right: 0;
}

.loop-action .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 17px;
}

.loop-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

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

.gougi-add-to-cart-btn, .added_to_cart {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.gougi-add-to-cart-btn.added {
  display: none !important;
}

.gougi-add-to-cart-btn.added + .added_to_cart:before {
  content: "\f290" !important;
  font-family: 'FontAwesome' !important;
  font-size: 12px;
  margin-right: 5px;
  font-weight: 600;
}

.gougi-add-to-cart-btn:active {
  background-color: transparent !important;
}

/* updating cart */
.ajax_add_to_cart {
  position: relative;
}

.ajax_add_to_cart.loading:before {
  top: 50% !important;
  left: calc( 100% - 20px) !important;
}

/* adding to wishlist */
.adding-to-wishlist.add_to_wishlist:before {
  position: static;
  margin-left: 0;
  margin-top: 0;
}

/* PRODUCT LABEL */
.gougi-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;
}

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

.gougi-choose-options {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.195px;
  padding: 10px 18px;
  border: 2px solid #121212;
  background-color: transparent;
  border-radius: 25px;
  text-transform: uppercase;
}

@media (max-width: 425px) {
  .gougi-choose-options {
    display: none;
  }
}

.box-gougi-product {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

@media (min-width: 1200px) {
  .box-gougi-product {
    padding: 0 32px 50px 32px;
  }
}

/**
 * Shop banner
 */
.gougi-pageheader-shop {
  min-height: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
  margin-top: 9px;
}

.gougi-pageheader-shop .shop-description {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #121212;
  text-transform: uppercase;
  margin: 0 0 -2px 0;
}

.gougi-pageheader-shop .shop-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0;
}

.gougi-pageheader-shop .explore-now {
  padding: 0 34px;
  border-radius: 5px;
  border: 1px solid #121212;
  line-height: 47px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/**
 * Shop banner 2
 */
.gougi-banner-shop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 58px;
  margin-top: 9px;
}

.gougi-banner-shop .gougi-banner-shop-2 {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
}

.gougi-banner-shop .gougi-banner-shop-2.bannershop-1 {
  margin-right: 15px;
}

.gougi-banner-shop .gougi-banner-shop-2.bannershop-2 {
  margin-left: 15px;
}

.gougi-banner-shop .shop-title {
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 4px;
}

.gougi-banner-shop .discover-more {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  width: fit-content;
  text-transform: capitalize;
}

.gougi-banner-shop .discover-more:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #121212;
  position: absolute;
  bottom: 0;
  left: 0;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  65% {
    transform: translateY(-4%);
  }
  80% {
    transform: translateY(4%);
  }
  95% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  65% {
    -webkit-transform: translateY(-4%);
  }
  80% {
    -webkit-transform: translateY(4%);
  }
  95% {
    -webkit-transform: translateY(-2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

.category-slider-shop {
  position: relative;
  margin-bottom: 43px;
  padding-top: 10px;
}

.category-slider-shop .category-slider-arrow {
  position: absolute;
  top: calc( 50% - 15px);
  width: calc( 100% + 60px);
  left: -30px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  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: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  margin-left: 2px;
}

.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: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  margin-left: -2px;
}

.category-slider-shop:hover .category-slider-arrow {
  opacity: 1;
}

.gougi-category-slider-shop .product-category-gougi .product-category-gougi-image {
  width: 56px;
  height: 56px;
  margin-right: 20px;
  padding-top: 6px;
}

.gougi-category-slider-shop .product-category-gougi .category-product-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #121212;
}

.gougi-category-slider-shop .product-category-gougi .count-category {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
  margin-top: 5px;
}

.gougi-category-slider-shop .product-category-gougi .container-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: row;
}

.archive-layout a {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  border: 1px solid #e5e5e5;
  height: 34px;
  border-radius: 2px;
  margin: 4.5px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.archive-layout a:first-child {
  margin: 0 4.5px 0 0;
}

.archive-layout a.active, .archive-layout a:hover {
  background-color: #121212;
  border-color: #121212;
}

.archive-layout a.active svg path, .archive-layout a:hover svg path {
  fill: #ffffff;
}

@media (max-width: 992px) {
  .archive-layout [data-columns="3"],
  .archive-layout [data-columns="4"],
  .archive-layout [data-columns="5"] {
    display: none;
  }
}

.loop-list-action {
  display: flex;
  align-items: center;
}

.loop-list-action .button {
  background-color: #121212;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  line-height: 44px;
  width: 160px;
  font-weight: 600;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.01em;
  margin-right: 8px;
  height: 44px;
}

.loop-list-action .product-quick-view-btn span,
.loop-list-action .product-action-wishlist a,
.loop-list-action .product-action-compare a {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 5px;
  margin: 4px 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  border: solid 1px #e5e5e5;
}

.loop-list-action .product-quick-view-btn span:before,
.loop-list-action .product-action-compare a:before {
  font-size: 15px;
}

.loop-list-action .product-action-wishlist,
.loop-list-action .product-quick-view-btn {
  margin-right: 8px;
}

.loop-list-action .woosw-btn {
  font-size: 0;
}

.loop-list-action .woosw-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
  animation: heartBeat 1.3s infinite running;
}

.loop-list-action .woosw-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.8382 4.60987C20.3274 4.09888 19.721 3.69352 19.0535 3.41696C18.3861 3.14039 17.6707 2.99805 16.9482 2.99805C16.2257 2.99805 15.5103 3.14039 14.8428 3.41696C14.1754 3.69352 13.5689 4.09888 13.0582 4.60987L11.9982 5.66987L10.9382 4.60987C9.90647 3.57818 8.5072 2.99858 7.04817 2.99858C5.58913 2.99858 4.18986 3.57818 3.15817 4.60987C2.12647 5.64156 1.54688 7.04084 1.54688 8.49987C1.54687 9.95891 2.12647 11.3582 3.15817 12.3899L4.21817 13.4499L11.9982 21.2299L19.7782 13.4499L20.8382 12.3899C21.3492 11.8791 21.7545 11.2727 22.0311 10.6052C22.3076 9.93777 22.45 9.22236 22.45 8.49987C22.45 7.77738 22.3076 7.06198 22.0311 6.39452C21.7545 5.72706 21.3492 5.12063 20.8382 4.60987V4.60987Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-list-action .woosc-btn:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 16px;
}

.loop-list-action .woosc-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_6491)'%3E%3Cpath d='M11.3335 0.666504L14.0002 3.33317L11.3335 5.99984' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M2 7.3335V6.00016C2 5.29292 2.28095 4.61464 2.78105 4.11454C3.28115 3.61445 3.95942 3.3335 4.66667 3.3335H14' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M4.66667 15.3333L2 12.6667L4.66667 10' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14 8.6665V9.99984C14 10.7071 13.719 11.3854 13.219 11.8855C12.7189 12.3856 12.0406 12.6665 11.3333 12.6665H2' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_6491'%3E%3Crect width='16' height='16' fill='white'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.loop-list-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
  width: 16px;
  height: 17px;
}

.loop-list-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2078_8032)'%3E%3Cpath d='M0.666748 8.81844C0.666748 8.81844 3.33341 3.48511 8.00008 3.48511C12.6667 3.48511 15.3334 8.81844 15.3334 8.81844C15.3334 8.81844 12.6667 14.1518 8.00008 14.1518C3.33341 14.1518 0.666748 8.81844 0.666748 8.81844Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M8 10.8184C9.10457 10.8184 10 9.92293 10 8.81836C10 7.71379 9.10457 6.81836 8 6.81836C6.89543 6.81836 6 7.71379 6 8.81836C6 9.92293 6.89543 10.8184 8 10.8184Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2078_8032'%3E%3Crect width='16' height='16' fill='white' transform='translate(0 0.818359)'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left center;
}

.show-sale {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  font-size: 14px;
}

@media (max-width: 425px) {
  .show-sale {
    display: none;
  }
}

@media (min-width: 1200px) {
  .post-type-archive-product.width-1170 .container {
    width: 1200px;
  }
}

@media (min-width: 1200px) and (min-width: 992px) {
  .post-type-archive-product.width-1170 .shop-container.with-left-sidebar .shop-sidebar, .post-type-archive-product.width-1170 .shop-container.with-right-sidebar .shop-sidebar {
    width: 433px;
  }
}

@media (min-width: 1650px) {
  .post-type-archive-product.width-1650 .container {
    width: 1650px;
  }
}

@media (min-width: 1650px) and (min-width: 992px) {
  .post-type-archive-product.width-1650 .shop-container.with-left-sidebar .shop-sidebar, .post-type-archive-product.width-1650 .shop-container.with-right-sidebar .shop-sidebar {
    width: 384px;
  }
}

@media (min-width: 1650px) {
  .post-type-archive-product.width-1650 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1650px !important;
  }
}

@media (min-width: 1680px) {
  .post-type-archive-product.width-1680 .container {
    width: 1680px;
  }
}

@media (min-width: 1680px) and (min-width: 992px) {
  .post-type-archive-product.width-1680 .shop-container.with-left-sidebar .shop-sidebar, .post-type-archive-product.width-1680 .shop-container.with-right-sidebar .shop-sidebar {
    width: 384px;
  }
}

@media (min-width: 1680px) {
  .post-type-archive-product.width-1680 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1680px !important;
  }
}

@media (min-width: 1890px) {
  .post-type-archive-product.width-1860 .container {
    width: 1890px;
  }
  .post-type-archive-product.width-1860 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1890px !important;
  }
}

@media (min-width: 1890px) and (min-width: 992px) {
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 372px;
  }
}

/* clear fix */
.product-grid .shop-view,
.product-grid .show-sale {
  display: none;
}

.product-grid .woocommerce-pagination-new {
  padding-top: 30px;
}

.product-grid .products {
  margin: -15px;
  /* ---- .product-grid-item ---- */
}

.product-grid .products:after {
  content: '';
  display: block;
  clear: both;
}

.product-grid .products .product {
  float: left;
  border: 15px solid transparent;
  padding-bottom: 0;
  width: 25%;
}

.product-grid .products .product .content-info-product {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product-grid .products .product .product-quick-view-btn.style-grid {
  position: absolute;
  z-index: 9;
  width: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background: 0 0;
  padding: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.product-grid .products .product:hover .content-info-product {
  display: none;
}

.product-grid .products .product:hover .product-quick-view-btn.style-grid {
  opacity: 1;
  text-align: center;
  visibility: visible;
  left: 50%;
}

.product-grid .products .product:hover .product-quick-view-btn.style-grid:hover {
  background-color: #121212;
  color: #ffffff;
}

.product-grid .products .product:nth-child(2),
.product-grid .products .product:nth-child(6),
.product-grid .products .product:nth-child(12) {
  width: 50%;
}

/* ---- hover Style 2, 4 ---- */
.product .style2 .content-info-product {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product .style2 .product-quick-view-btn.style-grid {
  position: absolute;
  z-index: 9;
  width: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background: 0 0;
  padding: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.product .style2:hover .content-info-product {
  display: none;
}

.product .style2:hover .product-quick-view-btn.style-grid {
  opacity: 1;
  text-align: center;
  visibility: visible;
  left: 50%;
}

.product .style2:hover .product-quick-view-btn.style-grid:hover {
  background-color: #121212;
  color: #ffffff;
}

.product .style4 .content-info-product {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.product .style4 .gougi-buttons-new {
  position: absolute;
  z-index: 9;
  width: 158px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  background: transparent;
  background: 0 0;
  padding: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.product .style4 .gougi-buttons-new .product-quick-view-btn,
.product .style4 .gougi-buttons-new .gougi-add-to-cart-btn,
.product .style4 .gougi-buttons-new .added_to_cart {
  line-height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 10px 25px rgba(71, 92, 133, 0.1);
  border-radius: 5px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.product .style4 .gougi-buttons-new .gougi-add-to-cart-btn,
.product .style4 .gougi-buttons-new .added_to_cart {
  margin-top: 8px;
}

.product .style4:hover .content-info-product {
  display: none;
}

.product .style4:hover .gougi-buttons-new {
  opacity: 1;
  text-align: center;
  visibility: visible;
  left: 50%;
}

.product .style4:hover .gougi-buttons-new .product-quick-view-btn:hover,
.product .style4:hover .gougi-buttons-new .gougi-add-to-cart-btn:hover {
  background-color: #121212;
  color: #ffffff;
}

/* Hover Style 3 */
.product .style3 .product-overlay-bottom {
  position: absolute;
  width: 100%;
  top: unset;
  left: auto;
  bottom: 20px;
  right: unset;
  z-index: 9;
  display: flex;
  justify-content: center;
  transition: all .3s ease;
  background: #fff;
  background: 0 0;
  padding: 0;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.product .style3 .inner {
  width: fit-content;
  display: flex;
  margin: 0 auto;
}

.product .style3 .inner a.gougi-add-to-cart-btn {
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px rgba(230, 230, 230, 0.5);
}

.product .style3 .inner a.gougi-add-to-cart-btn:hover {
  background-color: #121212;
}

.product .style3 .inner a.gougi-add-to-cart-btn:before {
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' style='stroke:%23121212' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_989_8765)'%3E%3Cpath d='M6.00016 14.6666C6.36835 14.6666 6.66683 14.3681 6.66683 13.9999C6.66683 13.6317 6.36835 13.3333 6.00016 13.3333C5.63197 13.3333 5.3335 13.6317 5.3335 13.9999C5.3335 14.3681 5.63197 14.6666 6.00016 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.3332 14.6666C13.7014 14.6666 13.9998 14.3681 13.9998 13.9999C13.9998 13.6317 13.7014 13.3333 13.3332 13.3333C12.965 13.3333 12.6665 13.6317 12.6665 13.9999C12.6665 14.3681 12.965 14.6666 13.3332 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M0.666504 0.666748H3.33317L5.11984 9.59342C5.1808 9.90035 5.34778 10.1761 5.59153 10.3723C5.83529 10.5685 6.1403 10.6727 6.45317 10.6667H12.9332C13.246 10.6727 13.551 10.5685 13.7948 10.3723C14.0386 10.1761 14.2055 9.90035 14.2665 9.59342L15.3332 4.00008H3.99984' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_989_8765'%3E%3Crect width='16' height='16' fill='%23121212'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;
  margin-right: 0;
  width: 16px;
  height: 16px;
}

.product .style3 .inner a.gougi-add-to-cart-btn:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' style='stroke:%23ffffff' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_989_8765)'%3E%3Cpath d='M6.00016 14.6666C6.36835 14.6666 6.66683 14.3681 6.66683 13.9999C6.66683 13.6317 6.36835 13.3333 6.00016 13.3333C5.63197 13.3333 5.3335 13.6317 5.3335 13.9999C5.3335 14.3681 5.63197 14.6666 6.00016 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M13.3332 14.6666C13.7014 14.6666 13.9998 14.3681 13.9998 13.9999C13.9998 13.6317 13.7014 13.3333 13.3332 13.3333C12.965 13.3333 12.6665 13.6317 12.6665 13.9999C12.6665 14.3681 12.965 14.6666 13.3332 14.6666Z' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M0.666504 0.666748H3.33317L5.11984 9.59342C5.1808 9.90035 5.34778 10.1761 5.59153 10.3723C5.83529 10.5685 6.1403 10.6727 6.45317 10.6667H12.9332C13.246 10.6727 13.551 10.5685 13.7948 10.3723C14.0386 10.1761 14.2055 9.90035 14.2665 9.59342L15.3332 4.00008H3.99984' stroke='' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_989_8765'%3E%3Crect width='16' height='16' fill='%23ffffff'%3E%3C/rect%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat left center;
}

.product .style3 .inner .loop-action {
  display: flex;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.product .style3 .inner .loop-action .product-quick-view-btn span,
.product .style3 .inner .loop-action .product-action-wishlist a,
.product .style3 .inner .loop-action .product-action-compare a {
  visibility: visible;
  opacity: 1;
  margin: 0;
  transform: translateX(0) translateZ(0);
  border-radius: 0;
  box-shadow: none;
}

.product .style3 .inner .loop-action .product-quick-view-btn span:hover,
.product .style3 .inner .loop-action .product-action-wishlist a:hover,
.product .style3 .inner .loop-action .product-action-compare a:hover {
  background-color: #121212 !important;
}

.product .style3 .inner .loop-action .quickview-icon:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.0001 14.0001L11.1001 11.1001' stroke='%23121212' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
  width: 16px;
  height: 17px;
}

.product .style3 .inner .loop-action .quickview-icon:hover:before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.33333 12.6667C10.2789 12.6667 12.6667 10.2789 12.6667 7.33333C12.6667 4.38781 10.2789 2 7.33333 2C4.38781 2 2 4.38781 2 7.33333C2 10.2789 4.38781 12.6667 7.33333 12.6667Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M14.0001 14.0001L11.1001 11.1001' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E") no-repeat left center;
}

.product .style3:hover .product-overlay-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px) scale(1);
  visibility: visible;
}

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

.cart-sidebar-open .gougi-footer-mobile {
  display: none;
}

.cart-sidebar-open .congrats {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-open .congrats.open {
  display: block;
  opacity: 1;
  visibility: visible;
}

#shop-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 440px;
  padding: 28px;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  #shop-cart-sidebar {
    width: 320px;
  }
}

.logged-in.admin-bar #shop-cart-sidebar {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #shop-cart-sidebar {
    top: 32px;
  }
}

#shop-cart-sidebar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-head {
  position: relative;
  z-index: 3;
  background: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.cart-sidebar-title {
  margin: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  white-space: nowrap;
}

#close-cart-sidebar {
  color: #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% - 320px);
  height: -moz-calc( 100% - 320px);
  height: calc( 100% - 320px);
}

@media (max-width: 500px) {
  .cart-sidebar-content {
    height: -webkit-calc( 100% - 390px);
    height: -moz-calc( 100% - 390px);
    height: calc( 100% - 390px);
  }
}

.cart-sidebar-content .woocommerce-mini-cart__total {
  position: absolute;
  margin-bottom: 0;
  bottom: 116px;
  height: 51px;
  width: 384px;
  border-top: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
  .cart-sidebar-content .woocommerce-mini-cart__total {
    width: 268px;
  }
}

.cart-sidebar-content .woocommerce-mini-cart__total strong {
  font-size: 18px;
  font-weight: 600;
  color: #1D1D1D;
}

.cart-sidebar-content .woocommerce-mini-cart__total .amount {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  position: absolute;
  bottom: 28px;
  width: 384px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 500px) {
  .cart-sidebar-content .woocommerce-mini-cart__buttons {
    width: 268px;
  }
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:hover {
  background-color: #0C8C6C !important;
  color: #ffffff;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:nth-child(1) {
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  margin-bottom: 8px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .button:nth-child(2) {
  color: #fff;
  text-decoration: none;
}

.cart-sidebar-content .woocommerce-mini-cart__empty-message {
  margin: 20px 0 0 0;
  font-size: 16px;
  font-weight: 600;
}

.cart-sidebar-content .variation {
  margin: 5px 0;
  font-size: 13px;
}

.cart-sidebar-content .variation dt,
.cart-sidebar-content .variation dd {
  float: left;
  line-height: 18px;
}

.cart-sidebar-content .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.cart-sidebar-content .variation dd {
  margin: 0;
}

.cart-sidebar-content .variation dd p:last-child {
  margin-bottom: 0;
}

.cart-sidebar-content .quantity {
  height: auto;
  font-size: 16px;
}

.cart-sidebar-after-cart {
  min-height: 52px;
}

.cart-sidebar-after-cart .shipping-cart {
  font-size: 12px;
  font-weight: 400;
}

/* CART ITEM */
.product_list_widget {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.product_list_widget .blockUI.blockOverlay {
  background: #e5e5e5 !important;
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.product_list_widget .mini_cart_item {
  min-height: 164px;
  position: relative;
  overflow: hidden;
  padding: 22px 15px 10px 115px;
  border-bottom: 1px solid #e5e5e5;
}

.product_list_widget .mini_cart_item:hover .remove_from_cart_button {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
  transform: translateY(-50%) translateX(0) rotate(0deg);
}

.product_list_widget img {
  width: 95px;
  height: 124px;
  position: absolute;
  left: 0;
  top: 20px;
}

.product_list_widget a:not(.remove_from_cart_button) {
  display: block;
}

.product_list_widget .remove_from_cart_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 0;
  color: inherit;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(15px) rotate(0deg);
  transform: translateY(-50%) translateX(15px) rotate(0deg);
}

.product_list_widget .remove_from_cart_button:before {
  content: '\f2d7';
  font-family: "ionicons";
  line-height: 1;
  font-size: 14px;
}

.product_list_widget .remove_from_cart_button:hover {
  -webkit-transform: translateY(-50%) translateX(0) rotate(90deg) !important;
  transform: translateY(-50%) translateX(0) rotate(90deg) !important;
}

#shop-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-head .menu-woo-cart {
  margin-left: 10px;
  line-height: 1;
}

.pyro > .before,
.pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: -120px -218.66667px #00f, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
  animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
}

.mini_time {
  align-items: center;
  display: flex;
  padding: 10px 54px 10px 28px;
  margin: 20px -28px 0;
  background-color: #FBF2DF;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 500px) {
  .mini_time {
    padding: 10px 10px 10px 10px;
  }
}

.mini_time .icon_time {
  margin-right: 16px;
}

.mini_time .information_content p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.mini_time .information_content .count {
  color: #db4444;
  font-weight: 700;
}

.free-shipping-progress-bar {
  position: absolute;
  bottom: 180px;
  width: 384px;
}

@media (max-width: 500px) {
  .free-shipping-progress-bar {
    width: 268px;
  }
}

.free-shipping-progress-bar[data-progress='0'] {
  display: none;
}

.free-shipping-progress-bar .progress-bar-message {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.free-shipping-progress-bar .progress-bar-message .woocommerce-Price-amount {
  font-weight: bold;
}

.free-shipping-progress-bar .progress-bar-rail {
  height: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 6px;
}

.free-shipping-progress-bar .progress-bar-status {
  display: flex;
  z-index: 1;
  height: inherit;
  position: relative;
  animation: .6s w-fadeInLeft;
}

.free-shipping-progress-bar .progress-bar-status.success .progress-bar-indicator {
  background: #0c8c6c;
}

.free-shipping-progress-bar .progress-bar-left {
  background: #e5e5e5;
  height: 4px;
  flex-grow: 1;
}

.free-shipping-progress-bar .progress-bar-indicator {
  background-color: #0c8c6c;
  flex-grow: 1;
  position: relative;
}

.free-shipping-progress-bar .progress-bar-indicator:before {
  content: '';
  background-color: #0c8c6c;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-radius: 100%;
  top: -6px;
  right: 0;
  background: #0c8c6c;
}

.free-shipping-progress-bar .progress-percent {
  display: none;
}

.mini_time {
  display: none;
}

.hello-open .mini_time {
  display: flex;
}

.mini-cart-updating .mini-cart-quantity,
.mini-cart-updating .woocommerce-mini-cart__total,
.mini-cart-updating .woocommerce-mini-cart__buttons {
  pointer-events: none;
  opacity: 0.5;
}

.mini-cart-product-infor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}

.mini-cart-product-infor .mini-cart-quantity {
  display: flex;
  align-items: stretch;
  height: 36px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.mini-cart-product-infor .mini-cart-quantity .qty {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 40px;
  line-height: 36px;
  min-height: 36px;
  text-align: center;
  -moz-appearance: textfield;
  background-color: transparent;
  border: none;
}

.mini-cart-product-infor .mini-cart-quantity .qty::-webkit-inner-spin-button, .mini-cart-product-infor .mini-cart-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.mini-cart-product-infor .mini-cart-product-qty {
  cursor: pointer;
  width: 36px;
  font-size: 10px;
  user-select: none;
}

.mini-cart-product-infor .mini-cart-product-qty[data-qty="minus"] {
  border-right: 1px solid #ccc;
}

.mini-cart-product-infor .mini-cart-product-qty[data-qty="plus"] {
  border-left: 1px solid #ccc;
}

.mini-cart-product-infor .mini-cart-product-qty .woostify-svg-icon svg {
  width: 10px;
  height: 11px;
}

.woocommerce-cart .return-to-shop .wc-backward {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 1068px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 70%;
    padding-right: 60px;
  }
}

.woocommerce-cart .woocommerce-cart-form table.shop_table {
  border: none;
  margin-top: 0;
}

.woocommerce-cart .woocommerce-cart-form tr {
  position: relative;
}

.woocommerce-cart .woocommerce-cart-form td, .woocommerce-cart .woocommerce-cart-form th {
  padding: 20px 0px;
  vertical-align: middle;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
}

.woocommerce-cart .woocommerce-cart-form th {
  background: #FBF2DF;
}

.woocommerce-cart .woocommerce-cart-form thead {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #9f876a;
}

.woocommerce-cart .woocommerce-cart-form thead td, .woocommerce-cart .woocommerce-cart-form thead th {
  padding: 8px 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-quantity {
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form thead .product-subtotal {
  text-align: right;
  padding-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
  width: 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: 130px;
}

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

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

@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: 25px 0;
  width: 130px;
  text-align: center;
}

.woocommerce-cart .woocommerce-cart-form tbody .product-quantity .quantity {
  margin-right: 0;
  width: 130px;
}

.woocommerce-cart .woocommerce-cart-form tbody .quantity {
  height: 48px;
}

.woocommerce-cart .woocommerce-cart-form tbody .quantity .title-quantity {
  display: none;
}

.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: 48px;
  padding: 8px 18px;
  margin-right: 9px;
  width: 170px;
  font-size: 14px;
  letter-spacing: normal;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input:focus {
  border-color: #2b9077;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  float: right;
  height: 48px;
  padding: 8px 31px;
  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: 48px;
  margin-right: 15px;
}

@media (min-width: 1068px) {
  .woocommerce-cart .cart-collaterals {
    width: 30%;
  }
}

.woocommerce-cart .cross-sells {
  float: left;
  margin-right: 30px;
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cross-sells > h2 {
  font-size: 20px;
}

.woocommerce-cart .cross-sells + .cart_totals {
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cart_totals {
  padding: 25px 29px 29px 29px;
  border-radius: 5px;
  border: 1px solid #FBF2DF;
  background-color: #fffbf7;
}

.woocommerce-cart .cart_totals > h2 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin: 0;
}

.woocommerce-cart .cart_totals .checkout-button {
  float: right;
  color: #fff;
  line-height: 48px;
  text-align: center;
  width: 100%;
}

.woocommerce-cart .cart_totals table, .woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  border: none;
  border-top: 1px solid #FBF2DF;
  background-color: #fffbf7;
}

.woocommerce-cart .cart_totals table {
  margin: 15px 0 8px 0;
}

.woocommerce-cart .cart_totals th, .woocommerce-cart .cart_totals td {
  padding: 13px 0;
  font-size: 16px;
  font-weight: 500;
}

.woocommerce-cart .cart_totals th {
  color: #314068;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.woocommerce-cart .cart_totals td {
  font-weight: 400;
}

.woocommerce-cart .cart_totals .cart-subtotal td {
  font-size: 16px;
  letter-spacing: normal;
  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: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.woocommerce-cart .cart_totals .order-total td {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: normal;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"] {
  float: left;
  height: 48px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  border: 0;
  font-size: 13px;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form__contents tr {
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove {
    width: 0;
    padding: 0;
    position: relative;
  }
  .woocommerce-cart .woocommerce-cart-form__contents tbody .woocommerce-cart-form__cart-item .product-remove .remove {
    position: absolute;
    top: 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 #efefef;
    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;
}

form.woocommerce-checkout {
  /**/
}

form.woocommerce-checkout .woocommerce-billing-fields > h3 {
  font-size: 20px;
  margin-top: 31px;
  margin-bottom: 27px;
  font-weight: 600;
}

form.woocommerce-checkout p#billing_address_1_field {
  margin-bottom: 10px;
}

form.woocommerce-checkout .form-row textarea {
  min-height: 120px;
  padding: 10px 19px;
  font-size: 14px;
}

form.woocommerce-checkout #ship-to-different-address {
  line-height: 24px;
  margin-bottom: 26px;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox {
  margin-top: 0;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox #ship-to-different-address-checkbox {
  margin-right: 5px;
  width: 15px;
}

form.woocommerce-checkout #ship-to-different-address .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  font-size: 13px;
  font-weight: 400;
}

form.woocommerce-checkout .woocommerce-additional-fields {
  display: block;
  float: left;
  clear: both;
  width: 100%;
}

form.woocommerce-checkout .woocommerce-additional-fields > h3 {
  margin: 30px 0;
  font-weight: bold;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #customer_details {
    width: 70%;
    padding-right: 60px;
  }
}

form.woocommerce-checkout #order_review_heading {
  float: left;
  clear: none;
  margin-top: 31px;
  margin-bottom: 58px;
  font-size: 21px;
  font-weight: 600;
}

form.woocommerce-checkout #order_review {
  border: 1px solid #FBF2DF;
  border-radius: 5px;
  background-color: #fffbf7;
  padding: 10px 29px 5px 29px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #order_review {
    width: 30%;
  }
}

form.woocommerce-checkout .shop_table {
  border: 0;
  margin: 0;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  border: 0;
  padding: 13px 0;
  vertical-align: top;
}

form.woocommerce-checkout .shop_table td:last-child, form.woocommerce-checkout .shop_table th:last-child {
  text-align: right;
}

form.woocommerce-checkout .shop_table thead th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

form.woocommerce-checkout .shop_table tbody {
  border-bottom: 1px solid #FBF2DF;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name {
  color: #314068;
  font-size: 16px;
  font-weight: 600;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-name .product-quantity {
  color: #959595;
}

form.woocommerce-checkout .shop_table tbody .cart_item .product-total .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 600;
  color: #314068;
}

form.woocommerce-checkout .shop_table tbody tr {
  border: none;
}

form.woocommerce-checkout .shop_table tbody tr td {
  padding: 2.8px 0;
}

form.woocommerce-checkout .shop_table tbody tr:first-child td {
  padding-top: 13px;
}

form.woocommerce-checkout .shop_table tbody tr:last-child td {
  padding-bottom: 23px;
}

form.woocommerce-checkout .shop_table tr {
  border-bottom: 1px solid #FBF2DF;
}

form.woocommerce-checkout .shop_table tfoot tr th:first-of-type {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

form.woocommerce-checkout .shop_table tfoot .cart-subtotal bdi {
  font-size: 16px;
  font-weight: 700;
  color: #121212;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method li {
  line-height: 33px;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method input[type="radio"] + label:before {
  margin-right: 11px;
}

form.woocommerce-checkout .shop_table tfoot .woocommerce-shipping-totals.shipping #shipping_method label {
  font-size: 16px;
  font-weight: 600;
}

form.woocommerce-checkout .shop_table tfoot .order-total {
  border-bottom: 1px solid #FBF2DF;
  border-top: 1px solid #FBF2DF;
}

form.woocommerce-checkout .shop_table tfoot .order-total td {
  font-size: 16px;
  font-weight: 600;
}

form.woocommerce-checkout .shop_table .shipping th, form.woocommerce-checkout .shop_table .shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

form.woocommerce-checkout .shop_table .shipping th {
  padding-bottom: 5px;
}

form.woocommerce-checkout .shop_table .shipping td {
  padding: 5px 0;
}

form.woocommerce-checkout .shop_table .shipping ul {
  margin: 0;
}

form.woocommerce-checkout .shop_table .shipping,
form.woocommerce-checkout .shop_table .order-total {
  border-bottom: 0;
}

form.woocommerce-checkout #payment {
  margin-top: 17px;
}

form.woocommerce-checkout .wc_payment_method {
  padding: 0;
}

form.woocommerce-checkout .wc_payment_method:last-of-type {
  border-bottom: 0;
}

form.woocommerce-checkout .wc_payment_method.payment_method_paypal img {
  max-width: 100px;
  margin: 0 10px;
}

form.woocommerce-checkout .wc_payment_method label {
  font-size: 16px;
  font-weight: 600;
  color: #2f2f30;
}

form.woocommerce-checkout .payment_box {
  padding-left: 24px;
}

form.woocommerce-checkout .about_paypal {
  font-size: 13px;
  position: relative;
  top: 2px;
}

form.woocommerce-checkout .payment_box p,
form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-size: 12px;
  line-height: 21px;
}

form.woocommerce-checkout .woocommerce-privacy-policy-text p {
  font-style: italic;
}

form.woocommerce-checkout #place_order {
  border: 0;
  color: #fff;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: normal;
  margin-top: 20px;
}

@media (max-width: 767px) {
  form.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }
  form.woocommerce-checkout #order_review_heading {
    margin-bottom: 10px;
    float: none;
    clear: both;
    font-size: 150%;
  }
  form.woocommerce-checkout .form-row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  form.woocommerce-checkout #order_review {
    border: 0;
    padding: 0;
  }
}

form.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky #place_order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
  }
}

/* Add to cart */
.elementor-add-to-cart .woocommerce-variation-add-to-cart {
  display: block !important;
}

.elementor-add-to-cart .variations {
  border: 1px solid transparent;
}

.elementor-add-to-cart .variations td {
  border: 1px solid transparent;
  padding: 0 10px;
}

.elementor-add-to-cart .variations td.value {
  max-width: 50%;
}

.elementor-add-to-cart .variations td.value:before {
  content: none !important;
}

.elementor-add-to-cart .variations tr:last-of-type .label {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .elementor-add-to-cart .variations tr {
    display: block !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type {
    margin-bottom: 0 !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type .label {
    margin-bottom: 13px !important;
  }
  .elementor-add-to-cart .variations .label,
  .elementor-add-to-cart .variations .value {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
  }
  .elementor-add-to-cart .variations .reset_variations {
    margin-left: 0;
  }
  .elementor-add-to-cart .variations .single_add_to_cart_button {
    margin-left: 0 !important;
  }
}

.elementor-add-to-cart .reset_variations {
  margin-top: 7px;
  margin-left: 20px;
  float: none;
}

/* Product tabs */
.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs .panel {
  border-top: 0 !important;
}

.star-rating {
  display: inline-block;
  width: 77px;
  height: 17px;
  position: relative;
  line-height: 17px;
}

.star-rating:before {
  font-family: "ionicons";
  font-size: 17px;
  content: "";
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  letter-spacing: 2.5px;
}

.star-rating > span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 17px;
}

.star-rating > span:before {
  font-family: "ionicons";
  font-size: 17px;
  content: "";
  color: #fc9a33;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 2.5px;
}

.price mark,
.price ins,
.cart mark,
.cart ins {
  background: none;
}

/* UL - RADIO INPUT */
#shipping_method,
.methods {
  list-style: none;
  padding: 0;
}

#shipping_method input[type="radio"],
.methods input[type="radio"] {
  display: none;
}

#shipping_method input[type="radio"]:checked + label,
.methods input[type="radio"]:checked + label {
  font-weight: 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: 20px;
}

.form-row > label {
  font-size: 16px;
  margin-bottom: 4px;
  display: block;
}

.form-row > label abbr {
  text-decoration: none;
}

@media (min-width: 768px) {
  .form-row.form-row-first {
    padding-right: 15px;
    width: 50%;
  }
  .form-row.form-row-last {
    width: 50%;
    padding-left: 15px;
  }
}

.form-row select {
  height: 40px;
  padding: 0 20px;
  border-color: #dddddd;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"] {
  height: 48px;
  padding: 0 20px;
  border-color: #dddddd;
}

.form-row input[type="text"]::placeholder,
.form-row input[type="tel"]::placeholder,
.form-row input[type="email"]::placeholder,
.form-row input[type="password"]::placeholder {
  opacity: 1;
}

.form-row input[type="text"]:-ms-input-placeholder,
.form-row input[type="tel"]:-ms-input-placeholder,
.form-row input[type="email"]:-ms-input-placeholder,
.form-row input[type="password"]:-ms-input-placeholder {
  opacity: 1;
}

.form-row input[type="text"]::-ms-input-placeholder,
.form-row input[type="tel"]::-ms-input-placeholder,
.form-row input[type="email"]::-ms-input-placeholder,
.form-row input[type="password"]::-ms-input-placeholder {
  opacity: 1;
}

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

.form-row textarea {
  min-height: 240px;
  padding: 20px;
  border-color: #dddddd;
  resize: none;
}

.form-row textarea::placeholder {
  opacity: 1;
}

.form-row textarea:-ms-input-placeholder {
  opacity: 1;
}

.form-row textarea::-ms-input-placeholder {
  opacity: 1;
}

.form-row textarea:focus {
  border-color: #0C8C6C;
}

.woocommerce-form-track-order .form-row.form-row-first {
  padding-right: 0;
}

/* LOGIN FORM */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  display: flex;
  background: #eeeeee;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 25px;
  background-color: #eeeeee;
  margin-bottom: 15px;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  font-weight: 400;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .woocommerce-form-login-toggle a,
  .woocommerce-form-coupon-toggle a {
    display: inline-block;
  }
}

.woocommerce-form-coupon {
  padding-top: 10px;
  margin: 0 auto;
}

.woocommerce-form-coupon + .woocommerce-checkout {
  margin-top: 50px;
}

/* VARIATION */
.shop_table .variation {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.shop_table .variation dt {
  font-weight: normal;
  float: left;
  margin-right: 5px;
  clear: both;
}

.shop_table .variation dd {
  margin-bottom: 0;
  float: left;
}

.shop_table .variation dd p:last-child {
  margin-bottom: 0;
}

.woocommerce {
  /* INPUT CHECKBOX */
}

.woocommerce input[type="checkbox"] {
  margin: 0;
}

.woocommerce input[type="checkbox"] + span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-register {
  padding: 27px 0;
  margin: 0 auto;
}

.woocommerce .woocommerce-form__label.inline {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* WARNING */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  list-style: none;
  overflow: hidden;
}

.woocommerce-error {
  color: #fff;
  background-color: #b81c23;
  margin-bottom: 1.5rem;
  padding: 8px 20px;
}

.woocommerce-error li:before {
  content: "\f06a";
  font-family: "FontAwesome";
  line-height: 34px;
  margin-right: 5px;
}

.woocommerce-info {
  color: #9f876a;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0.24px;
}

.woocommerce-message {
  color: #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: #0C8C6C;
}

.woocommerce-message {
  margin: 0 auto;
  background: #f8f8f8;
  margin-bottom: 1.5rem;
  padding: 1rem;
  list-style: none;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 500px) {
  .woocommerce-message {
    justify-content: center;
  }
}

.woocommerce-message .button {
  padding: 8px 30px;
  border-radius: 0;
  order: 2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.woocommerce-message .button:hover {
  background-color: #e21717;
  border-color: #e21717;
  color: #fff;
}

/* Product load more button */
.has-product-load-more-button ul.products > .product {
  opacity: 1;
  margin-top: 0;
  transition: margin 1000ms;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.has-product-load-more-button ul.products > .product.loaded {
  margin-top: 20px;
  opacity: 0;
}

.has-product-load-more-button .load-more-product-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: all 240ms linear 0ms;
  margin: 0 auto;
  background: white;
  padding: 0 41px;
  position: relative;
}

.has-product-load-more-button .load-more-product-btn:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: circle-loading;
  animation-timing-function: linear;
}

.has-product-load-more-button .load-more-product-btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  transition-delay: 0.5s;
  transition-duration: 0.75s;
  transition-property: width;
}

.has-product-load-more-button .load-more-product-btn:hover {
  background-color: #121212;
  color: #fff;
  filter: grayscale(10%);
}

.has-product-load-more-button .load-more-product-btn.loading {
  pointer-events: none;
  cursor: not-allowed;
}

.has-product-load-more-button .load-more-product-btn.loading:before {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
}

.has-product-load-more-button .load-more-product-btn.loading:after {
  transition-delay: 0s;
  width: 20px;
}

/* hide sticky button when quick-view open */
@media (max-width: 767px) {
  .shop-buttons-is-sticky.quick-view-open .single_add_to_cart_button {
    position: static;
  }
}

/* ELEMENTOR PREVIEW MODE */
.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value select,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value select {
  position: static !important;
}

.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value .reset_variations,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value .reset_variations {
  margin-top: -10px !important;
}

.woocommerce-loop-product__title {
  display: inline-block;
}

.wc-forward {
  font-size: 16px;
  font-weight: 600;
}

.product_list_widget a:not(.remove_from_cart_button) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.total strong {
  font-size: 14px;
  font-weight: bold;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  font-size: 14px;
}

.woocommerce-cart .cart_totals .checkout-button,
.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.woocommerce-breadcrumb {
  font-size: 14px;
  letter-spacing: 0.28px;
  text-align: center;
}

.woocommerce-breadcrumb a {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.single-product .page-header .woocommerce-breadcrumb {
  font-size: 16px;
  letter-spacing: 0.28px;
  text-align: center;
}

.single-product .page-header .woocommerce-breadcrumb a {
  font-size: 16px;
  letter-spacing: 0.28px;
}

.added_to_cart.wc-forward {
  font-size: 0;
}

.page-content > .container {
  overflow: hidden;
}

.products .product-image-wrapper .woocommerce-loop-product__link {
  display: block;
}

.products .product-image-wrapper .woocommerce-loop-product__link img {
  width: 100%;
}

@media (min-width: 1200px) {
  .products .product-image-wrapper .woocommerce-loop-product__link img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .products-layout-2 .product-image-wrapper a img {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .products-layout-2 .products .product {
    margin: 0 0 30px 0;
    width: 100%;
  }
}

.star-rating span .rating {
  font-size: 0;
}

.tooltip {
  visibility: hidden;
  position: absolute;
  width: 100px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  bottom: 125%;
}

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

.gougi-add-to-cart-btn.product_type_variable .tooltip {
  display: none;
}

.gougi-add-to-cart-btn.product_type_variable .tooltip.variation {
  display: unset;
}

.gougi-add-to-cart-btn .tooltip.variation {
  display: none;
}

.woocommerce-review-link {
  font-size: 14px;
  margin-left: 7px;
  line-height: 17px;
  color: inherit;
}

.gougi-product-cats {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
}

.gougi-product-cats a {
  color: #a0a0a0;
}

/**
 * Hover style shop
 */
.products .product {
  line-height: 1.8;
}

.products .product:hover .gougi-style .gougi-transform-loop-buttons {
  bottom: 0;
}

.products .product:hover .gougi-style .gougi-transform-loop-price {
  transform: translateY(-100%);
}

.products .product:hover .gougi-style .pro-swatch-list {
  transform: translateY(18%);
}

.products .product:hover .content-product-imagin {
  visibility: visible;
  opacity: 1;
  transition: opacity .3s ease,visibility .0s ease,transform .3s ease;
}

.products .product .gougi-style .gougi-transform-loop-price {
  transform: translateY(0);
}

.products .product .gougi-style .gougi-add-to-cart-btn {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.woocommerce-shop .products .product {
  background-color: #fff;
}

@media (max-width: 575px) {
  .products .product .gougi-style .gougi-add-to-cart-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
  }
}

/**
 * Style shop
 */
.gougi-style .gougi-transform-price .gougi-transform-loop-buttons {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

.gougi-style {
  position: relative;
  border: none;
}

.gougi-style .gougi-transform-price {
  position: relative;
  overflow: hidden;
}

.gougi-style .gougi-transform-price .gougi-transform-loop-buttons {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 40px;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background-color: #121212;
}

@media (max-width: 425px) {
  .gougi-style .gougi-transform-price .gougi-transform-loop-buttons .star-rating {
    display: none;
  }
}

.gougi-style .gougi-transform-price .gougi-transform-loop-buttons a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  height: 40px;
  width: 100%;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-style .gougi-transform-price .gougi-transform-loop-buttons a.product_type_external {
  font-size: 14px;
}

.gougi-style .gougi-transform-price .gougi-transform-loop-buttons .loading:before {
  top: 16px !important;
  left: 50% !important;
}

.gougi-style .gougi-transform-price .gougi-transform-loop-buttons .loading:after {
  content: '';
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition-duration: 0.3s;
}

@media (min-width: 768px) and (max-width: 829.98px) {
  .products-layout-2 .content-info-product {
    margin-left: 5px;
  }
}

.ht-pagination.text-center {
  justify-content: center;
}

.pro-swatch-list-label {
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 37px;
  background-color: #ffffff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

@media (min-width: 992px) {
  .products .product:hover .gougi-style .pro-swatch-list-label {
    bottom: 0;
    opacity: 1;
    visibility: visible;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order {
  max-width: 450px;
  margin: 28px auto 0;
}

.woocommerce-form.woocommerce-form-track-order.track_order p:first-child {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 29px;
}

@media (min-width: 768px) {
  .woocommerce-form.woocommerce-form-track-order.track_order p:first-child {
    min-width: 739px;
    margin: 0 -150px;
    margin-bottom: 29px;
  }
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row {
  width: 100%;
  padding-left: 0;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
  height: 48px;
  width: 100%;
  border: none;
  border-radius: 100px;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row button {
  width: 100%;
  float: left;
  height: 48px;
  border: none;
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-form.woocommerce-form-track-order.track_order .form-row-first input[type="text"],
.woocommerce-form.woocommerce-form-track-order.track_order .form-row-last input[type="text"] {
  font-size: 16px;
}

/*Order*/
.woocommerce-orders-table__row th, .woocommerce-orders-table__row td {
  padding: 20px 10px;
  line-height: 30px;
}

.woocommerce-orders-table__row th .woocommerce-button, .woocommerce-orders-table__row td .woocommerce-button {
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 7px 20px;
  display: inline-block;
}

.woocommerce-orders-table__row th .woocommerce-button:hover, .woocommerce-orders-table__row td .woocommerce-button:hover {
  color: #fff !important;
}

/*GENERAL
******************************************************************************************************/
.shop-content > .product {
  position: relative;
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
}

.shop-content > .product:after {
  clear: both;
  display: block;
  content: '';
}

.wrapper-product-content:after {
  clear: both;
  display: block;
  content: '';
}

/* PRODUCT */
.woocommerce-loop-product__link .star-rating {
  margin-bottom: 20px;
}

/**
 * Ratings
 */
.comment-text .meta {
  line-height: 24px;
}

.comment-text .meta strong {
  display: inline-block !important;
}

.comment-text .meta time {
  display: inline-block !important;
}

.comment-text .description p {
  font-size: 13px;
  line-height: 27px;
}

.theme-primary-menu .menu-item:first-child > a {
  padding-left: 0;
}

/* COMMENT FORM */
.comment-form-rating .stars.selected span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span:hover a:before {
  content: "" !important;
}

.comment-form-rating .stars.selected span:hover a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span a:before {
  content: "\f4b3";
}

.comment-form-rating .stars.selected span a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a:hover ~ a:before {
  content: "" !important;
}

.comment-form-rating .stars span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars span:hover a:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a {
  font-size: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.comment-form-rating .stars span a:hover:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a:hover ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars span a:before {
  font-size: 18px;
  font-family: "ionicons";
  content: "\f4b2";
}

/* PRODUCT IMAGES
******************************************************************************************************/
/* IMAGE ZOOM */
.ez-zoom {
  position: relative;
}

.easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background: #FFF;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.easyzoom-flyout:hover {
  opacity: 1;
}

.easyzoom-flyout img {
  max-width: initial !important;
}

/* GALLERY SLIDER */
.single-gallery-slider .single-product-gallery {
  position: relative;
  min-height: 1px;
  float: left;
}

@media (min-width: 1440px) {
  .single-gallery-slider .single-product-gallery + .summary {
    padding-left: 60px;
  }
}

.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 .single-product-gallery .pro-img-item img {
  width: 100%;
}

.single-gallery-slider .pro-thumb {
  cursor: pointer;
  position: relative;
}

.single-gallery-slider .pro-thumb.tns-nav-active img {
  border-color: #999;
}

.single-gallery-slider .pro-thumb img {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  max-height: 112px;
  width: 112px;
  object-fit: cover;
}

.single-gallery-slider .pro-carousel-image {
  position: relative;
}

.single-gallery-slider .pro-carousel-image .tns-controls button {
  opacity: 0;
}

.single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="prev"] {
  left: 0;
}

.single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="next"] {
  right: 0;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button {
  opacity: 1;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="next"] {
  right: 20px;
}

@media (min-width: 1440px) {
  .single-gallery-slider.single-gallery-vertical .single-product-gallery {
    width: 780px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 780px);
    width: -moz-calc( 100% - 780px);
    width: calc( 100% - 780px);
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery.pro-single-image {
    width: 780px;
  }
  .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% - 780px);
    width: -moz-calc( 100% - 780px);
    width: calc( 100% - 780px);
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
  float: left;
  width: 120px;
  margin-top: 20px;
  margin-right: 10px;
}

@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: 20px;
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-image {
  float: right;
  width: -webkit-calc( 100% - 140px);
  width: -moz-calc( 100% - 140px);
  width: calc( 100% - 140px);
}

.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: 1440px) {
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery {
    width: 780px;
  }
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 780px);
    width: -moz-calc( 100% - 780px);
    width: calc( 100% - 780px);
  }
}

@media (max-width: 768px) {
  .single-gallery-slider.single-gallery-horizontal #gallery-thumb > .tns-item {
    width: 100px;
  }
}

.single-gallery-slider.single-gallery-horizontal .pro-carousel-thumb {
  margin-top: 22px;
}

@media (min-width: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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%;
}

.summary-fullall .summary.entry-summary {
  max-width: 1170px;
  margin-bottom: 47px;
  margin-right: auto;
  margin-left: auto;
}

.summary-fullall .summary.entry-summary form.cart .quantity {
  margin-right: 15px;
  margin-bottom: 0;
}

.summary-fullall .summary.entry-summary form.cart .w-quantity {
  display: none;
}

.summary-fullall .summary.entry-summary form.cart #buy_now_button {
  margin-top: 20px;
}

.summary-fullall .woocommerce-tabs {
  margin: 0;
  max-width: 570px;
}

.summary-fullall.center .gougi-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 .gougi-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: 1440px) {
  .single-gallery-image .single-product-gallery {
    margin-right: 60px;
  }
}

@media (min-width: 1440px) {
  .single-gallery-image .layout-fullall .single-product-gallery {
    margin-right: 0;
  }
}

.single-gallery-image .layout-fullall.gallery-product .gougi-lightbox-zoom-button {
  right: 40px;
}

.single-gallery-image .layout-fullall.no-gallery-product .gougi-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: 1440px) {
  .single-gallery-image.single-gallery-list .single-product-gallery {
    width: 780px;
  }
  .single-gallery-image.single-gallery-list .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 840px);
    width: -moz-calc( 100% - 840px);
    width: calc( 100% - 840px);
  }
}

@media (min-width: 2780px) {
  .single-gallery-image.single-gallery-grid .single-product-gallery {
    width: 930px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 980px);
    width: -moz-calc( 100% - 980px);
    width: calc( 100% - 980px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image {
    width: 780px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 780px);
    width: -moz-calc( 100% - 780px);
    width: calc( 100% - 780px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.pro-single-image .pro-img-item {
    max-width: 100%;
    margin-right: 0;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item {
    max-width: 450px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
}

.single-gallery-image .summary {
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.single-gallery-image .summary-fullall .summary {
  float: none;
  position: relative;
}

figure.pro-img-item {
  cursor: pointer;
}

.pro-img-item {
  position: relative;
}

/* SUMMARY
******************************************************************************************************/
.product-type-grouped .summary .group_table {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}

.product-type-grouped .summary .group_table td {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-type-grouped .summary .group_table td p.stock {
  display: none;
}

.product-type-grouped .summary .group_table .loop-action {
  position: static;
  transform: none;
}

.product-type-grouped .summary .group_table .loop-action {
  justify-content: flex-start;
}

.product-type-grouped .summary .group_table .loop-action .product-quick-view-btn,
.product-type-grouped .summary .group_table .loop-action .gougi-add-to-cart-btn,
.product-type-grouped .summary .group_table .loop-action .tinvwl-shortcode-add-to-cart a {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.summary .variations {
  border: 1px solid transparent;
  margin-top: 0;
  width: inherit;
}

.summary .variations td {
  border: 1px solid transparent;
}

.summary .variations tr + tr {
  margin-top: 21px;
}

.summary .woocommerce-variation-price {
  margin-bottom: 30px;
}

.product-type-variable .variations {
  border: 1px solid transparent;
  width: 100%;
  margin: 0;
}

.product-type-variable .variations td {
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  line-height: 2em;
}

.product-type-variable .variations td.label {
  min-width: 60px;
}

.product-type-variable .variations td.value {
  margin-bottom: 15px;
  padding-left: 0;
}

.product-type-variable .variations select {
  background-size: auto 6px;
}

.product-type-variable .woocommerce-variation-price {
  margin-bottom: 50px;
}

.product-type-variable .woocommerce-variation-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: 32px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 30px;
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 9px;
}

.summary .product_title + .price {
  margin-top: 5px;
  margin-bottom: 20px;
}

.summary .price {
  display: flex;
  align-items: baseline;
  margin: 0;
}

@media (min-width: 992px) {
  .summary .gougi-class-for-full .product_title {
    margin-top: 3px;
    margin-bottom: 0;
  }
}

.woocommerce-product-rating {
  display: inline-flex;
  align-items: center;
  margin-top: 0;
}

.woocommerce-product-rating .star-rating {
  position: relative;
}

@keyframes wiggle {
  20% {
    transform: translateX(4px);
  }
  40% {
    transform: translateX(-4px);
  }
  60% {
    transform: translateX(2px);
  }
  80% {
    transform: translateX(-1px);
  }
  100% {
    transform: translateX(0);
  }
}

.cart .quantity {
  margin-right: 15px;
}

.cart .single_add_to_cart_button.button.alt {
  padding: 0 56px;
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  float: left;
  animation: wiggle 1s ease-out infinite;
}

@media (max-width: 600px) {
  .cart .single_add_to_cart_button.button.alt {
    float: none;
  }
}

.cart .single_add_to_cart_button {
  height: 44px;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
}

.cart .single_add_to_cart_button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.cart a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-shortcode.ftinvwl-animated {
  font-size: 16px;
  font-weight: 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;
}

@media (max-width: 768px) {
  .single-product .shop-container {
    padding-top: 10px;
  }
}

.single-product #theme-footer {
  padding-top: 0;
}

.quantity {
  width: 160px;
  height: 44px;
  float: left;
}

.quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  font-family: "ionicons";
  font-size: 27px;
  color: #121212;
  font-weight: 700;
  width: 46px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity:not(.hidden) .modify-qty:hover {
  background-color: #121212;
  color: #ffffff !important;
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
  left: 0;
  border-right: 1px solid #E5E5E5;
  text-align: right;
  padding-right: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.quantity:not(.hidden) .modify-qty[data-click=minus]:before {
  content: "\f462";
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  right: 0;
  border-left: 1px solid #E5E5E5;
  text-align: left;
  padding-left: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.quantity:not(.hidden) .modify-qty[data-click=plus]:before {
  content: "\f489";
}

.quantity:not(.hidden) .qty {
  height: 100%;
  min-height: 44px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  border: 1px solid #E5E5E5;
  -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 span {
  font-size: 12px;
}

.product_meta > span {
  line-height: 27px;
}

.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 {
  margin: 0 auto;
  display: block;
  clear: both;
  margin-top: 59px;
  max-width: 1190px;
}

.woocommerce-tabs .tabs {
  display: block;
  text-align: center;
  margin: 85px 0 0 0;
  padding-left: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .woocommerce-tabs .tabs {
    margin-top: 50px;
  }
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  margin: 0 35px;
  line-height: 1.25;
  border-bottom: 3px solid transparent;
}

.woocommerce-tabs .tabs a {
  font-size: 24px;
  font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin: 0 auto;
  margin-top: 34px;
  margin-bottom: 0;
  display: none;
  background-color: #fff;
}

.woocommerce-tabs .woocommerce-Tabs-panel .gougi-product-image-single {
  display: inline-block;
  padding: 24px 0 33px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel .gougi-product-image-single .alignnone:first-child {
  margin-right: 36px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform .comment-form-comment {
  margin-top: 5px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #comment {
  height: 140px;
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel #commentform #author,
.woocommerce-tabs .woocommerce-Tabs-panel #commentform #email {
  margin-bottom: 25px;
}

.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-author,
.woocommerce-tabs .woocommerce-Tabs-panel p.comment-form-email {
  margin-top: -9px;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .woocommerce-review__dash {
  font-size: 11px;
}

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-Reviews .comment_container img.avatar {
  float: left;
  border-radius: 50%;
  max-width: 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: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.woocommerce-Reviews .meta {
  margin-bottom: 0;
}

.woocommerce-Reviews #reply-title {
  font-size: 30px;
  font-weight: 600;
}

.woocommerce-Reviews .comment-form-rating {
  display: flex;
}

.woocommerce-Reviews .comment-form-rating .stars {
  margin: 0 0 0 20px;
}

.woocommerce-Reviews .comment-form-rating label,
.woocommerce-Reviews .comment-form-comment label,
.woocommerce-Reviews .comment-form-author label,
.woocommerce-Reviews .comment-form-email label {
  font-size: 14px;
  letter-spacing: normal;
  color: #314068;
}

.woocommerce-Reviews #commentform .required {
  color: #df1111;
}

label .required {
  color: #df1111;
}

/* RELATED && UPSELL
******************************************************************************************************/
.upsells.products .products,
.related.products .products {
  padding-bottom: 0;
}

.upsells.products .price ins,
.related.products .price ins {
  margin-right: 12px;
}

.upsells.products .countdown-product,
.related.products .countdown-product {
  display: none;
}

.woocommerce-grouped-product-list.group_table td {
  padding: 20px;
}

.single-product .variations .value .reset_variations {
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  display: block;
}

.woocommerce-variation-add-to-cart .quantity {
  margin-right: 15px;
}

.woocommerce-product-details__short-description p {
  font-size: 16px;
  line-height: 26px;
  color: #616161;
  width: 100%;
}

.woocommerce-product-details__short-description .cart {
  display: none;
}

/* VARIATION PRODUCT */
.variations select {
  border: 1px solid #949494;
  width: 100%;
  min-height: 50px;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url("//cdn.shopify.com/s/files/1/0036/8679/3325/t/1/assets/ico-select.svg?99");
  background-repeat: no-repeat;
  background-position: right 10px center;
  line-height: 1.2;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding-top: 8px;
  padding-left: 15px;
  padding-bottom: 8px;
  font-size: 13px !important;
}

/* Buy now button */
#buy_now_button {
  display: block;
  clear: both;
  margin-top: 30px;
  min-width: 350px;
}

/* GALLERY */
#gallery-image .pro-img-item {
  margin-top: 0;
}

.tns-outer {
  direction: ltr;
}

/* Countdown */
.countdown-product {
  padding-top: 30px;
}

.countdown-product .gougi-countdown-item .gougi-count {
  width: 50px;
  height: 50px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 18px;
}

.countdown-product .gougi-countdown-item .gougi-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 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin-top: 47px;
  text-transform: capitalize;
  margin-bottom: 32px;
}

/* VIDEO BUTTON */
.single-product-gallery:hover .gougi-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 .gougi-icon-text {
  opacity: 1;
  visibility: visible;
}

.video-popup-btn:hover .ion-ios-play {
  color: #fff;
}

.gougi-lightbox-button {
  position: absolute;
  top: 22px;
  right: 22.5px;
  background: #121212;
  opacity: 0.7;
  border-radius: 4px;
  width: 67.37px;
  height: 67.37px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

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

.gougi-lightbox-zoom-button:hover {
  color: #fff;
}

.gougi-lightbox-zoom-button:hover .gougi-icon-text {
  opacity: 1;
  visibility: visible;
}

.gougi-icon-text {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 45px;
  height: 26px;
  z-index: 25;
  padding: 0 10px;
  margin-top: -13px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  border-radius: 2px;
  background: #2f2f30;
  white-space: nowrap;
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

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

.stock.out-of-stock {
  color: #DB4444;
  font-weight: 600;
}

/**
 * Navigation shop
 */
.gougi-product-navigation {
  position: relative;
}

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

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

.gougi-product-navigation .wrapper-short .product-short .product-short-image {
  padding-left: 15px;
  width: 40%;
}

.gougi-product-navigation .wrapper-short .product-short-description {
  padding: 10px 15px;
  text-align: right;
  width: 40%;
  flex-grow: 1;
}

.gougi-product-navigation .wrapper-short .product-short-description .gougi-entities-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.gougi-product-navigation .wrapper-short .product-short-description .price {
  font-size: 13px;
  font-weight: 400;
}

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

.gougi-product-navigation .product-prev .nav-pro a:before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.27634 1.91885C8.4267 2.06315 8.44037 2.28896 8.31735 2.44807L8.27634 2.49366L4.62307 5.9998L8.27634 9.50595C8.4267 9.65025 8.44037 9.87605 8.31735 10.0352L8.27634 10.0808C8.12598 10.2251 7.89069 10.2382 7.72488 10.1201L7.67738 10.0808L3.72444 6.28721C3.57408 6.14291 3.56041 5.91711 3.68343 5.75799L3.72444 5.7124L7.67738 1.91885C7.84278 1.76012 8.11094 1.76012 8.27634 1.91885Z' fill='%23616161'/%3E%3C/svg%3E") no-repeat left center;
  content: '';
  width: 12px;
  height: 12px;
}

.gougi-product-navigation .product-next .nav-pro a:before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.7,10.1c-0.2-0.1-0.2-0.4,0-0.5l0,0L7.4,6L3.7,2.5C3.6,2.3,3.6,2.1,3.7,2l0,0c0.2-0.1,0.4-0.2,0.6,0l0,0 l4,3.8c0.2,0.1,0.2,0.4,0,0.5l0,0l-4,3.8C4.2,10.2,3.9,10.2,3.7,10.1z' fill='%23616161'/%3E%3C/svg%3E%0A") no-repeat left center;
  content: '';
  width: 12px;
  height: 12px;
}

.gougi-product-navigation .nav-pro a,
.gougi-product-navigation .spacenav-shop a {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-product-navigation .spacenav-shop {
  width: 12px;
  height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

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

.layout-vertical .summary .woocommerce-product-rating .star-rating > span:before {
  font-size: 14px;
}

.layout-vertical .summary .price {
  margin-bottom: 26px;
}

.layout-vertical .summary .tinvwl_add_to_wishlist-text {
  font-size: 13px;
  text-transform: capitalize;
}

.layout-vertical #gallery-thumb-iw {
  margin: 0 !important;
}

.layout-vertical #gallery-thumb {
  width: 100% !important;
}

.grouped_form .group_table {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
  width: 115px;
}

@media (max-width: 1024px) {
  .grouped_form td.woocommerce-grouped-product-list-item__thumbnail {
    width: 68px;
    padding-right: 15px !important;
  }
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail a {
  padding: 20px 15px 20px 0;
}

.grouped_form td.woocommerce-grouped-product-list-item__thumbnail img {
  border-radius: 2px;
}

@media (min-width: 780px) {
  .grouped_form td.woocommerce-grouped-product-list-item__label {
    width: 135px;
  }
}

.grouped_form td.woocommerce-grouped-product-list-item__label {
  font-weight: 600;
}

.grouped_form td.woocommerce-grouped-product-list-item__price del {
  font-size: 14px;
}

.grouped_form td.woocommerce-grouped-product-list-item__quantity .title-quantity {
  display: none;
}

.grouped_form td.woocommerce-grouped-product-list-item__quantity .quantity {
  margin-right: 0;
  float: right;
  width: auto;
}

.grouped_form .single_add_to_cart_button.button.alt {
  margin-right: 15px;
}

.grouped_form table, .grouped_form th, .grouped_form td {
  border-top: none;
  margin-bottom: 30px;
}

/* Woocommerce Gallery */
.woocommerce-product-gallery {
  position: relative;
  max-width: 780px;
}

.woocommerce-product-gallery .flex-control-nav {
  padding-left: 0;
  display: flex;
  margin-top: 10px;
}

.woocommerce-product-gallery .flex-control-nav li {
  padding-right: 10px;
  list-style: none;
}

.woocommerce-product-gallery .flex-control-nav li img {
  cursor: pointer;
  border: 1px solid transparent;
}

.woocommerce-product-gallery .flex-control-nav li img.flex-active {
  border: 1px solid #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 #e5e5e5;
}

.sale-div {
  display: inline-flex;
}

.sale-div .price-onsale {
  display: flex;
  height: 22px;
  width: 91px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  top: 10px;
  left: -12px;
  position: relative;
  background: #DB4444;
}

.sale-div .price-onsale:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 33%;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 5px solid #DB4444;
}

.single-product .upsells.products {
  padding-top: 18px;
}

.related-gougi-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.related-gougi-bottom .related.products {
  position: relative;
  display: block;
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #fff;
}

.related-gougi-bottom .products .product {
  padding-bottom: 0;
}

.form-gougi-ratting-new {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 16px;
}

.form-gougi-ratting-new .woocommerce-product-rating {
  padding-right: 32px;
  position: relative;
}

.form-gougi-ratting-new .woocommerce-product-rating:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  position: absolute;
  right: 17px;
  top: -2px;
}

.form-gougi-ratting-new .meta_detail .title-meta-detail {
  font-weight: 600;
}

.form-gougi-ratting-new .new-stock {
  padding-left: 32px;
  position: relative;
}

.form-gougi-ratting-new .new-stock:before {
  content: '';
  width: 1px;
  height: 20px;
  background-color: #e5e5e5;
  position: absolute;
  left: 17px;
  top: 3px;
}

.form-gougi-ratting-new .new-stock p.stock {
  display: block;
  margin: 0;
  font-weight: 600;
}

.form-gougi-ratting-new .new-stock p.stock.in-stock {
  color: #3DAB25;
}

p.stock {
  display: none;
}

.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.gougi-share-product {
  cursor: pointer;
}

.gougi-share-product .meta_detail {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-share-product:hover svg path {
  fill: #0c8c6c;
}

#toast-share {
  position: absolute;
  transition: all .25s ease;
  max-width: 250px;
  top: 100%;
  right: 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 10px 15px 15px;
  border-radius: 4px;
}

#toast-share.hiddenn {
  opacity: 0;
  visibility: hidden;
}

#toast-share button[data-dismiss] {
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

#toast-share button[data-dismiss]:hover {
  color: #000;
  opacity: .5;
}

#toast-share .toast-header .copy {
  display: flex;
}

#toast-share .toast-header button {
  padding: 0 10px;
  margin: 0;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 0;
  min-width: 80px;
  border: 1px solid #121212;
}

#toast-share .toast-header button:hover {
  border-color: #0c8c6c;
}

#toast-share .toast-body {
  margin-top: 3px;
  font-weight: 500;
}

#toast-share .toast-body .group-social .social {
  margin: 0 12px;
}

#toast-share .toast-body .group-social .social:first-child {
  margin-left: 0;
}

#toast-share input {
  font-size: 12px;
  padding: 0 5px;
  min-height: 26px;
  line-height: 22px;
  border-right: none;
  border-radius: 0;
}

#toast-share label {
  font-size: 14px;
  font-weight: 600;
}

.title-quantity {
  position: absolute;
  top: -80%;
  margin-bottom: 8px;
}

.title-quantity label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  margin: 0 8px 0 0;
  padding: 0;
}

.ready-to-ship {
  display: flex;
  align-items: center;
  padding-top: 24px;
  width: 100%;
}

.ready-to-ship .circle {
  width: 12px;
  height: 12px;
  background: rgba(61, 171, 37, 0.1);
  border: 1px solid #3DAB25;
  box-sizing: border-box;
  border-radius: 100px;
}

.ready-to-ship .text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0 8px;
}

.ready-to-ship .icon {
  display: flex;
  cursor: pointer;
  position: relative;
  padding-bottom: 1px;
}

.ready-to-ship .wrap-content {
  position: absolute;
  width: 225px;
  top: 30px;
  left: -22px;
  left: -200px;
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(54, 71, 103, 0.1);
  padding: 20px;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  z-index: 10;
}

.ready-to-ship .wrap-content.open {
  visibility: visible;
  opacity: 1;
}

.ready-to-ship .wrap-content.open:before {
  content: '';
  position: absolute;
  left: 198px;
  top: -18px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #e5e5e5;
}

.ready-to-ship .wrap-content.open:after {
  content: '';
  position: absolute;
  left: 20px;
  left: 198px;
  top: -16px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-top: 9px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #f7f7f7;
}

.ready-to-ship .wrap-content .content {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.evm-free-shipping-wrapper {
  height: 50px;
  margin-top: 24px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  color: #121212;
  background: #FBF2DF;
}

.evm-free-shipping-wrapper .free-shipping-text {
  display: flex;
  align-items: center;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.evm-free-shipping-wrapper .free-shipping-text svg {
  margin-right: 8px;
}

.feature-box-wrapper hr {
  border-top: 1px solid #e5e5e5;
  margin: 32px 0;
}

.feature-box-wrapper h3.title {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.feature-box-wrapper .feature-box {
  display: flex;
}

.feature-box-wrapper .feature-box:not(:last-child) {
  margin-bottom: 16px;
}

.feature-box-wrapper .feature-box .icon {
  margin-right: 14px;
  padding-top: 5px;
}

.feature-box-wrapper .feature-box .content span {
  display: block;
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #616161;
}

.feature-box-wrapper .feature-box .content span.subtitle {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 4px;
  color: #121212;
}

.boostify-size-guide-popup {
  margin-bottom: 0 !important;
  width: fit-content;
}

.boostify-size-guide-popup .btn-size-guide {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin-top: 8px;
  color: #121212 !important;
}

.boostify-size-guide-popup .btn-size-guide:after {
  content: "";
  top: 92%;
  left: 0;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #121212;
}

.boostify-size-guide-popup .btn-size-guide:hover {
  color: #0C8C6C !important;
}

.boostify-size-guide-popup .btn-size-guide:hover:after {
  background-color: #0C8C6C;
}

@media (max-width: 1439px) {
  .single-gallery-fullall .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-fullall .summary {
    width: 100%;
  }
}

.single-product.single-gallery-fullall .page-header {
  margin-bottom: 0 !important;
}

.single-gallery-fullall .tns-controls {
  display: block;
}

.single-gallery-fullall .shop-container.container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.single-gallery-fullall .shop-content > .product {
  max-width: 100%;
}

.single-gallery-fullall .new-container-for-fullall {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.single-gallery-fullall .new-container-for-fullall .summary-fullall {
  width: 50%;
}

.single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion {
  width: 50%;
}

.single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .woocommerce-tabs {
  margin-top: 0;
}

@media (min-width: 992px) {
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .review-rating-template-wrapper {
    display: block;
  }
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .review-rating-template-wrapper .reviews-summary {
    padding-top: 30px;
    width: 100%;
  }
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .review-rating-template-wrapper .reviews-content {
    padding-right: 0;
  }
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .gougi-wc-question .gougi-wc-question__wrapper {
    display: block;
  }
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .gougi-wc-question .gougi-wc-question__wrapper .reviews-summary {
    width: 100%;
  }
  .single-gallery-fullall .new-container-for-fullall .gougi-class-for-accordion .gougi-wc-question .gougi-wc-question__wrapper .question-list-container {
    padding-right: 0;
  }
}

/*Accordion Tab*/
button.accordion-tab-product {
  width: 100%;
  color: #121212;
  border: none;
  outline: none;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  padding: 22px 0 18px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
}

button.accordion-tab-product:after {
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.8827 22.0692C26.4979 22.4702 25.8958 22.5066 25.4715 22.1786L25.3499 22.0692L16.0002 12.3272L6.65048 22.0692C6.26568 22.4702 5.66353 22.5066 5.23922 22.1786L5.11765 22.0692C4.73285 21.6683 4.69787 21.0408 5.01271 20.5987L5.11765 20.472L15.2338 9.93082C15.6186 9.52986 16.2207 9.49341 16.645 9.82147L16.7666 9.93082L26.8827 20.472C27.306 20.9131 27.306 21.6282 26.8827 22.0692Z' fill='%23121212'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0 center;
  float: right;
  transform: rotate(180deg);
}

button.accordion-tab-product:hover, button.accordion-tab-product.is-open {
  color: #121212;
}

button.accordion-tab-product.is-open {
  border-bottom: none;
}

button.accordion-tab-product.is-open:after {
  transform: rotate(0);
}

.accordion-product-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-product-content .reviews-summary-buttons {
  display: none;
}

.accordion-product-content #review_form_wrapper {
  display: block !important;
}

@media (min-width: 992px) {
  .shop-content.style2 .review-rating-template-wrapper {
    display: block;
  }
  .shop-content.style2 .review-rating-template-wrapper .reviews-summary {
    padding-top: 30px;
    width: 100%;
  }
  .shop-content.style2 .review-rating-template-wrapper .reviews-content {
    padding-right: 0;
  }
  .shop-content.style2 .gougi-wc-question .gougi-wc-question__wrapper {
    display: block;
  }
  .shop-content.style2 .gougi-wc-question .gougi-wc-question__wrapper .reviews-summary {
    width: 100%;
  }
  .shop-content.style2 .gougi-wc-question .gougi-wc-question__wrapper .question-list-container {
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (min-width: 1440px) {
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery {
    width: 540px;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery + .summary,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image {
    width: 540px;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image .pro-carousel-image,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .single-gallery-slider.single-gallery-vertical .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image + .summary,
  .single-gallery-slider.single-gallery-horizontal .single-new:not(.with-full-sidebar) .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar.single-new .shop-sidebar {
    width: 350px;
    margin-right: 50px;
  }
  .shop-container.with-left-sidebar.single-new .shop-sidebar .widget:first-child {
    margin-top: 0;
  }
}

.shop-container.with-full-sidebar.single-new .shop-sidebar.sidebar-single-product {
  display: none;
}

@media (min-width: 1200px) {
  .width-1170 .container {
    width: 1200px !important;
  }
}

@media (min-width: 1200px) and (min-width: 1440px) {
  .width-1170 .container .single-product-gallery {
    width: 540px;
  }
  .width-1170 .container .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
  .width-1170 .container .single-product-gallery.pro-single-image {
    width: 540px;
  }
  .width-1170 .container .single-product-gallery.pro-single-image .pro-carousel-image {
    width: 100%;
  }
  .width-1170 .container .single-product-gallery.pro-single-image + .summary {
    width: -webkit-calc( 100% - 540px);
    width: -moz-calc( 100% - 540px);
    width: calc( 100% - 540px);
  }
}

@media (min-width: 1200px) {
  .width-1170 .related-gougi-bottom {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .width-1170 .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
  }
}

.gougi-coupon {
  display: block;
  width: 100%;
  clear: both;
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
}

.gougi-coupon .title {
  font-size: 20px;
  font-weight: 600;
}

.gougi-coupon .coupon-gougi {
  display: inline-flex;
  background-color: #DF4949;
  font-size: 14px;
  height: 32px;
  align-items: center;
  padding: 0 10px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}

.gougi-coupon .coupon-gougi:after {
  content: '';
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #DF4949;
  border: 1px dashed #FFFFFF;
  border-radius: 4px;
}

.gougi-coupon .coupon-gougi:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 2px;
  background-color: #DF4949;
  border: 1px dashed #FFFFFF;
  border-radius: 4px;
}

.gougi-coupon .copy input {
  opacity: 0;
  width: 24px;
  padding: 0;
  min-height: 0;
  font-size: 0;
}

.gougi-coupon .copy .btn_copy_link {
  font-family: "DM Sans";
  font-size: 8px;
  font-weight: bold;
  color: #044C4B;
  text-transform: uppercase;
  line-height: 18px;
  padding: 0 12px;
  border-radius: 25px;
  background-color: #fff;
  border: none;
}

.safe-checkout {
  margin-top: 29px;
  border: 1px solid #e5e5e5;
  padding: 0 25px 25px;
}

.safe-checkout .title-safe-checkout {
  transform: translateY(-50%);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  position: relative;
  top: -3px;
  z-index: 2;
  display: inline-block;
  padding: 0 20px;
}

.safe-checkout .title-safe-checkout:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.safe-checkout .img-safe-checkout {
  margin-top: 10px;
}

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

.quick-view-content .woocommerce-product-details__short-description {
  padding-top: 0;
  margin-bottom: 0;
}

.quick-view-content .quantity {
  height: 44px;
  margin-bottom: 10px;
}

.quick-view-content .quantity .qty {
  font-size: 14px;
}

.quick-view-content .quantity:not(.hidden) .modify-qty {
  font-size: 20px;
  justify-content: center;
  padding: 0;
  width: 44px;
  z-index: 10;
}

.quick-view-content .single_add_to_cart_button {
  min-width: 150px;
  width: initial;
  padding: 0 15px;
  height: 44px;
  font-size: 12px;
  float: left;
}

.quick-view-content .single_add_to_cart_button:before {
  margin-right: 7px;
}

.quick-view-content .product_meta,
.quick-view-content .woosw-btn,
.quick-view-content .woosc-btn,
.quick-view-content .boostify-size-guide-popup,
.quick-view-content .ready-to-ship,
.quick-view-content .evm-freeshipping,
.quick-view-content .feature-box-wrapper,
.quick-view-content .title-quantity label {
  display: none;
}

.quick-view-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 30px !important;
  z-index: 9999;
  background: none;
  border: 0;
}

.quick-view-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.quick-view-close-btn:before {
  color: #121212;
}

.quick-view-images {
  position: relative;
}

#shop-quick-view .size-guide-button,
#shop-quick-view .size-guide {
  display: none;
}

.select2-container .select2-selection--single {
  height: 48px !important;
  margin: 0 !important;
  border-radius: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 48px !important;
  line-height: 48px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px !important;
  top: 0 !important;
  font-size: 14px !important;
  width: 20px !important;
  height: 48px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #2b9077;
}

.select2-dropdown {
  border-color: #2b9077;
}

.woocommerce-store-notice {
  background-color: #eee;
  color: #fff;
  padding: 10px 15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  position: fixed;
  margin-bottom: 0;
}

.woocommerce-store-notice:before {
  content: "\e717";
  font-family: "themify";
  margin-right: 7px;
}

.woocommerce-store-notice a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
  min-width: 120px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.woocommerce-store-notice a:before {
  content: "\e646";
  font-family: "themify";
  margin-right: 10px;
}

.woocommerce-store-notice a:hover {
  color: #fff !important;
}

.woocommerce-thankyou-order-received {
  display: block;
  clear: both;
}

.woocommerce-thankyou-order-details {
  padding-left: 0;
  margin-bottom: 50px;
}

.woocommerce-thankyou-order-details li {
  list-style: none;
}

.woocommerce-thankyou-order-details li:last-of-type {
  border-bottom: 0;
}

.woocommerce-thankyou-order-details strong {
  display: block;
  font-size: larger;
}

.woocommerce-table--order-details {
  margin-top: 49px;
  margin-bottom: 0;
}

.woocommerce-table--order-details .wc-item-meta {
  padding-left: 0;
  margin: 0;
}

.woocommerce-table--order-details .wc-item-meta li {
  list-style: none;
}

.woocommerce-table--order-details .wc-item-meta li + li {
  margin-top: 10px;
}

.woocommerce-table--order-details .wc-item-meta li p {
  display: inline-block;
}

.woocommerce-table--order-details tr:nth-child(2n) td {
  background: #fdfdfd;
}

.woocommerce-table--order-details th {
  background: #f8f8f8;
  font-weight: 600;
}

.woocommerce-table--order-details td {
  background: #fbfbfb;
  padding: 15px;
}

@media (max-width: 767px) {
  .woocommerce-table--order-details th, .woocommerce-table--order-details td {
    display: block;
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
  .woocommerce-table--order-details tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.woocommerce-thankyou-order-received {
  display: none;
}

.woocommerce-gougi-thankyou-order-received {
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  padding: 5px 0 1px 0;
}

.woocommerce-gougi-thankyou-order-received .woocommerce-thankyou-order-completed {
  color: #314068;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 0.6px;
}

.woocommerce-gougi-thankyou-order-received .icon-thankyou-order {
  font-size: 30px;
  color: #2b9077;
}

.global-color-scheme-light .woocommerce-thankyou-order-received {
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
}

.woocommerce-thankyou-order-details,
.wc-bacs-bank-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  --list-mb: 10px;
  --li-mb: 20px;
  padding: 21px 10px;
  background-color: #f8f8f8;
}

.woocommerce-thankyou-order-details li,
.wc-bacs-bank-details li {
  flex: 1 1 0%;
  color: #858585;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  padding: 12px 5px;
  line-height: 1;
  word-break: break-word;
  text-align: center;
}

.woocommerce-thankyou-order-details li:last-child,
.wc-bacs-bank-details li:last-child {
  border-right: none;
}

.woocommerce-thankyou-order-details strong,
.wc-bacs-bank-details strong {
  display: block;
  margin-top: 0;
  color: #314068;
  font-size: 24px;
  letter-spacing: 0.48px;
  font-weight: 300;
  text-transform: none;
  margin-top: 10px;
}

.woocommerce-thankyou-order-details .amount,
.wc-bacs-bank-details .amount {
  color: #314068;
}

.global-color-scheme-light .woocommerce-thankyou-order-details li, .global-color-scheme-light .wc-bacs-bank-details li {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
}

.global-color-scheme-light .woocommerce-thankyou-order-details strong,
.global-color-scheme-light .woocommerce-thankyou-order-details .amount, .global-color-scheme-light .wc-bacs-bank-details strong,
.global-color-scheme-light .wc-bacs-bank-details .amount {
  color: #FFF;
}

.woocommerce-bacs-bank-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wc-bacs-bank-details-heading + .wc-bacs-bank-details-account-name {
  margin-top: -15px;
}

.wc-bacs-bank-details-account-name {
  margin-bottom: 30px;
  font-size: 16px;
  opacity: .6;
}

.wc-bacs-bank-details-heading,
.woocommerce-order-details__title,
.woocommerce-customer-details .woocommerce-column__title,
.woocommerce-customer-details > h2 {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.48px;
}

.woocommerce-order-details {
  border: 1px solid #e5e5e5;
  padding: 16px 40px;
  margin-top: 40px;
}

.woocommerce-order-details thead tr th {
  padding-bottom: 12px !important;
}

.woocommerce-order-details .woocommerce-table,
.woocommerce-order-details th, .woocommerce-order-details td {
  border: none;
  padding: 3.5px 0 !important;
  background-color: transparent;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.woocommerce-order-details .woocommerce-table a,
.woocommerce-order-details th a, .woocommerce-order-details td a {
  color: #858585;
}

.woocommerce-order-details .woocommerce-table .product-quantity,
.woocommerce-order-details th .product-quantity, .woocommerce-order-details td .product-quantity {
  font-weight: 400;
}

.woocommerce-order-details td.product-total {
  color: #314068;
}

.woocommerce-order-details th.product-name,
.woocommerce-order-details th.product-total {
  text-align: left;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #314068;
}

.woocommerce-order-details .shop_table tr th {
  color: #314068;
}

.woocommerce-order-details .shop_table tr td:last-child,
.woocommerce-order-details .shop_table tr th:last-child {
  text-align: right;
}

.woocommerce-order-details tbody tr:last-child th, .woocommerce-order-details tbody tr:last-child td {
  padding-bottom: 14px !important;
}

.woocommerce-order-details tfoot tr td, .woocommerce-order-details tfoot tr th {
  border-top: 1px solid #e5e5e5;
  padding: 17.7px 0 !important;
  font-weight: 400;
}

.woocommerce-order-details tfoot tr:first-child td span {
  font-weight: 600;
  color: #314068;
}

.woocommerce-order-details tfoot tr th {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #314068;
}

.woocommerce-order-details .responsive-table {
  margin-bottom: 50px;
}

.woocommerce-order-details address,
.woocommerce-order-details .woocommerce-column__title {
  text-align: left;
}

.woocommerce-customer-details--phone,
.woocommerce-customer-details--email {
  margin-bottom: 0;
}

.woocommerce-table--order-details th, .woocommerce-table--order-details td {
  max-width: 50%;
  width: 50%;
}

.woocommerce-table--order-details tfoot tr:last-child th {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.global-color-scheme-light .wd-compare-row:nth-child(even) .wd-compare-col {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .woocommerce-order {
    margin: 0 200px;
    width: -webkit-fill-available !important;
  }
}

.woocommerce-customer-details {
  margin-top: 50px;
}

.product-view360 {
  position: relative;
}

.cms_close_view360 {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c8c6c;
  z-index: 99999;
}

.cms_close_view360 svg {
  transition: all .5s ease 0s;
}

.cms_close_view360:hover svg {
  transform: rotate(180deg);
}

.logged-in .cms_close_view360 {
  top: 33px;
}

.cms-360-button {
  position: absolute;
  bottom: 22.5px;
  right: 22.5px;
  background: #121212;
  opacity: 0.7;
  border-radius: 4px;
  width: 67.37px;
  height: 67.37px;
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}

.mfp-bg {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  background: #0b0b0b;
  opacity: .8;
}

.product-360gallery {
  top: calc( 50% - 350px);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.product-360gallery .images {
  width: 100%;
  max-width: 630px;
  height: 1px !important;
  padding: 0;
  background: #fff;
  border: 0px;
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  transform: translate3d(0, 10%, 0);
  transition: transform 20s;
}

.product-360gallery .images.open {
  height: auto !important;
  border: 2px solid #555;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.product-360gallery .images img:nth-child(1) {
  position: relative;
}

.product-360gallery .images img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 0;
}

.product-360gallery .images img.current {
  display: block;
  z-index: 1;
}

.product-360gallery .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.product-360gallery .controls button {
  margin: 0 5px;
  padding: 0 10px;
}

.product-360gallery .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffe3;
  z-index: 2;
}

.product-360gallery .loader img {
  top: calc(50% - 30px);
  position: relative;
  left: calc(50% - 30px);
}

.product-360gallery .images::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  cursor: pointer;
}

.widget {
  /*SHOPPING CART*/
}

.widget.widget_shopping_cart .product_list_widget .mini_cart_item {
  padding-right: 0;
  padding-left: 90px;
}

.widget.widget_shopping_cart .product_list_widget img {
  left: 0;
}

.widget.widget_shopping_cart .product_list_widget .quantity {
  height: auto;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.8;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
  border-left: 1px solid #fff;
}

.widget.widget_shopping_cart .variation {
  margin: 5px 0;
  font-size: 13px;
}

.widget.widget_shopping_cart .variation dt, .widget.widget_shopping_cart .variation dd {
  float: left;
  line-height: 18px;
}

.widget.widget_shopping_cart .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.widget.widget_shopping_cart .variation dd {
  margin: 0;
}

.widget.widget_shopping_cart .variation dd p:last-child {
  margin-bottom: 0;
}

/*PRICE FILTER*/
.widget_price_filter {
  display: block;
  float: left;
  clear: both;
}

.price_slider_wrapper .price_slider {
  position: relative;
  height: 2px;
  background: #e5e5e5;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.price_slider_wrapper .ui-widget-header {
  height: 100%;
  position: absolute;
}

.price_slider_wrapper .ui-slider-handle {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  border-radius: 50%;
  background: #121212;
  top: 50%;
  transform: translateY(-50%);
}

.price_slider_wrapper .price_slider_amount {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}

.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: 16px;
  font-weight: 600;
  padding: 0 21px;
  color: #fff;
  height: 40px;
  letter-spacing: normal;
  box-shadow: none;
  border: none;
  margin-right: 5px;
}

.price_slider_wrapper .price_slider_amount button[type=submit]:hover, .price_slider_wrapper .price_slider_amount button[type=submit]:active {
  opacity: 0.8;
}

.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
  font-size: 14px;
  font-family: Urbanist;
  font-weight: 400;
  letter-spacing: normal;
  color: #616161;
}

.price_slider_wrapper .price_slider_amount .price_label span {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}

/* 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.gougi-product-categories .cat-item {
  position: relative;
}

.product-categories.gougi-product-categories .cat-item:not(.active) .children {
  display: none;
}

.product-categories.gougi-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.gougi-product-categories .accordion-cat-toggle:before {
  position: relative;
}

.product-categories.gougi-product-categories .accordion-cat-toggle.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Featured products*/
.widget_featured_product .widget-title {
  padding-right: 40px;
  position: relative;
}

.widget-featured-carousel-product-arrow {
  float: right;
  position: absolute;
  right: 0;
  top: -2px;
}

.widget-featured-carousel-product-arrow span {
  cursor: pointer;
  width: 18px;
  height: 25px;
  font-size: 1.1em;
  float: left;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.widget-featured-carousel-product .slick-slide > div .featured-carousel-product-item {
  width: 100% !important;
}

.widget-featured-carousel-product .featured-carousel-product-item {
  margin-bottom: 15px;
}

.widget-featured-carousel-product .featured-carousel-product-item:after {
  content: '';
  display: block;
  clear: both;
}

.widget-featured-carousel-product .fcp-image {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.widget-featured-carousel-product .fcp-content {
  float: left;
  width: -webkit-calc( 100% - 100px);
  width: -moz-calc( 100% - 100px);
  width: calc( 100% - 100px);
}

.widget-featured-carousel-product .fcp-title {
  font-size: 1em;
  margin-top: 0;
  font-weight: normal;
}

/* Product filter */
.widget-products-filter .pf-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
}

.widget-products-filter .pf-item .swatch-inner {
  display: flex;
  align-items: center;
}

.widget-products-filter .pf-item .swatch-inner .pf-swatch-filter {
  margin-right: 12px;
  font-size: 0;
}

.widget-products-filter .pf-item .swatch-inner .pf-label {
  line-height: 26px;
  font-size: 16px;
}

.widget-products-filter .pf-item .pf-link {
  flex: 1 1 auto;
}

.widget-products-filter .pf-item .pf-link:hover {
  color: #0C8C6C;
}

.widget-products-filter .pf-item .pf-count {
  line-height: 26px;
  font-size: 16px;
}

.widget-products-filter .pf-item.active .pf-link {
  color: #0C8C6C;
}

.widget-products-filter .pf-item:last-child {
  margin-bottom: 0;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  display: block;
  position: relative;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:before, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background-color: currentColor;
  position: absolute;
  top: 2px;
  left: 2px;
}

.widget-products-filter.filter-by-color .swatch-inner .pf-swatch-filter span:after, .widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:after {
  display: block;
  font-family: 'themify';
  content: "\e64c";
  position: absolute;
  z-index: 10;
  font-size: 14px;
  color: #fff;
  top: 2px;
  left: 2px;
  line-height: 14px;
  opacity: 0;
}

.widget-products-filter.filter-by-color .pf-item.active .swatch-inner .pf-swatch-filter span:after, .widget-products-filter.filter-by-button .pf-item.active .swatch-inner .pf-swatch-filter span:after {
  opacity: 1;
}

.widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:before {
  opacity: 0;
}

.widget-products-filter.filter-by-button .swatch-inner .pf-swatch-filter span:after {
  display: none;
}

.widget-products-filter.filter-by-button .pf-item.active .swatch-inner .pf-swatch-filter span:before, .widget-products-filter.filter-by-button .pf-item:hover .swatch-inner .pf-swatch-filter span:before {
  opacity: 1;
}

.widget-products-filter.filter-by-image .pf-swatch-filter span {
  width: 25px;
  height: 25px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.widget-products-filter .product-filter-list {
  margin: 0;
  padding: 0;
}

.widget-products-filter .product-filter-list:after {
  content: '';
  display: block;
  clear: both;
}

.widget_layered_nav_filters .onestore-active-filters {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.widget_layered_nav_filters .onestore-active-filters li {
  line-height: 1;
  margin-right: 10px;
  margin-bottom: 10px;
}

.widget_layered_nav_filters .onestore-active-filters li a {
  display: inline-flex;
  align-items: center;
  line-height: inherit;
  padding: 7px 9px 6px 10px;
  border-radius: 2px;
  font-size: 11px;
  letter-spacing: 0.22px;
  color: #826540;
  background: #FBF2DF;
}

.widget_layered_nav_filters .onestore-active-filters li a:hover {
  color: #ffffff;
  background: #2b9077;
}

.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.gougi-clear-filter a {
  padding: 0;
  text-decoration: underline;
  text-underline-position: under;
  background-color: transparent;
}

.widget_layered_nav_filters .onestore-active-filters li.gougi-clear-filter a:after {
  display: none;
}

.widget_layered_nav_filters .onestore-active-filters li.gougi-clear-filter a:hover {
  color: #2b9077;
}

.shop-sidebar .widget {
  margin-top: 10px;
  margin-bottom: 32px;
}

.shop-sidebar .widget .widget-title {
  margin-bottom: 13px;
  text-transform: inherit;
}

.shop-sidebar .widget ul {
  margin: 0;
  padding-left: 0;
}

.shop-sidebar .widget:last-child {
  margin-bottom: 0;
}

.shop-sidebar .widget.widget_layered_nav_filters .widget-title {
  margin-bottom: 24px;
}

.shop-sidebar .widget p#helloworld {
  margin-bottom: -19px;
}

.shop-sidebar .widget.widget_price_filter .widget-title {
  margin-bottom: 29px;
}

.sticky-add-to-cart-section {
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  bottom: -80px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  background: #f7f7f7;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  transform: translate3d(0, 100%, 0);
}

@media (min-width: 768px) {
  .sticky-add-to-cart-section table {
    table-layout: auto;
    border: none;
  }
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section {
    padding-top: 20px;
  }
}

.sticky-add-to-cart-section .stock,
.sticky-add-to-cart-section .woosc-btn,
.sticky-add-to-cart-section .tinv-wraper,
.sticky-add-to-cart-section .title-quantity {
  display: none;
}

.sticky-add-to-cart-section .single_variation_wrap {
  margin-top: 26px;
}

@media (min-width: 1200px) {
  .sticky-add-to-cart-section .single_variation_wrap {
    min-width: 345px;
  }
}

.sticky-add-to-cart-section .single_variation_wrap .variations_button {
  display: flex;
  flex-direction: row;
}

.sticky-add-to-cart-section .single_variation_wrap .woocommerce-variation-description,
.sticky-add-to-cart-section .single_variation_wrap .woocommerce-variation-price {
  display: none;
}

.sticky-add-to-cart-section .gougi-block-bottom .row {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.sticky-add-to-cart-section .sticky-product-title {
  display: flex;
  align-items: center;
}

.sticky-add-to-cart-section .sticky-product-title .sticky-product-image {
  width: 60px;
  height: 60px;
}

.sticky-add-to-cart-section .sticky-product-title h6 {
  line-height: 42px;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 992px) {
  .sticky-add-to-cart-section .sticky-product-title h6 {
    display: none;
  }
}

.sticky-add-to-cart-section .product-information-sticky {
  display: flex;
  align-items: center;
  width: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .sticky-add-to-cart-section .product-information-sticky {
    flex: 1 1 auto;
    justify-content: center;
  }
}

.sticky-add-to-cart-section .product-information-sticky .price {
  margin-bottom: 0;
  font-size: 13px;
  margin-right: 30px;
  width: 130px;
}

@media (max-width: 575px) {
  .sticky-add-to-cart-section .product-information-sticky .price {
    display: none;
  }
}

.sticky-add-to-cart-section .product-information-sticky .cart {
  display: flex;
}

.sticky-add-to-cart-section .product-information-sticky .cart .quantity {
  width: 100%;
}

@media (max-width: 600px) {
  .sticky-add-to-cart-section .product-information-sticky .cart .quantity {
    margin-bottom: 0;
  }
}

@media (max-width: 1080px) {
  .sticky-add-to-cart-section .product-information-sticky .cart .quantity .modify-qty[data-click=plus] {
    border-left: none;
  }
  .sticky-add-to-cart-section .product-information-sticky .cart .quantity .modify-qty[data-click=minus] {
    border-right: none;
  }
}

.sticky-add-to-cart-section .product-information-sticky .cart .single_add_to_cart_button {
  width: 100%;
  padding: 0;
}

@media (max-width: 600px) {
  .sticky-add-to-cart-section .product-information-sticky .cart .single_add_to_cart_button {
    text-align: center;
    margin-top: 0;
  }
}

.sticky-add-to-cart-section .product-information-sticky .gougi-select-options {
  display: inline-block;
  border-radius: 0;
  height: 48px;
  font-size: 13px;
  vertical-align: middle;
  width: 300px;
}

.woo-variation-swatches.wvs-show-label .gougi-stick-container .variations {
  margin: 0;
  padding: 0;
  border: none;
}

.woo-variation-swatches.wvs-show-label .gougi-stick-container .variations tbody {
  display: flex;
  padding-top: 32px;
}

@media (max-width: 992px) {
  .woo-variation-swatches.wvs-show-label .gougi-stick-container .variations tbody {
    display: block;
    padding-top: 10px;
  }
}

.woo-variation-swatches.wvs-show-label .gougi-stick-container .variations tbody th,
.woo-variation-swatches.wvs-show-label .gougi-stick-container .variations tbody td {
  display: inline-flex;
  border: none;
  background-color: transparent;
  margin: 0;
}

.woo-variation-swatches.wvs-show-label .gougi-stick-container .variations .woo-variation-items-wrapper {
  padding: 0;
}

.single .sticky-add-to-cart-section form.cart {
  padding-top: 0;
}

.sticky-add-to-cart-section.is-visible {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky-add-to-cart-section.is-visible .woo-sctr-single-product-container {
  display: none;
}

.sticky-add-to-cart-section.is-visible .quantity-discount-table {
  display: none;
}

.no-variations-product .container-wrap .gougi-stick-container .sticky-atc-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.variations-product .container-wrap .gougi-stick-container .sticky-atc-left {
  margin-top: -29px;
}

@media (max-width: 425px) {
  .gougi-stick-container.sticky-add-to-cart-section.variations-product {
    display: none;
  }
}

body.is-sticky-button {
  padding-bottom: 80px;
}

body.is-sticky-button .scroll-to-top.is-visible {
  bottom: 100px;
}

.woosb-title p.stock {
  border-bottom: none;
  display: block;
}

.woosb-title .woosb-availability {
  display: none;
}

.woosb-products .woosb-product {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.woosb-products .woosb-product .woosb-thumb {
  width: 75px;
}

.woosb-products .woosb-product .woosb-thumb img {
  width: 60px;
  max-width: 60px;
}

.woosb-wrap .woosb-text, .woosb-wrap .woosb-products {
  margin-bottom: 19px;
}

.woosb-total.woosb-text {
  margin-top: -3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  color: #314068;
}

.woosb-total.woosb-text .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  color: #2b9077;
}

.woosb-products .woosb-product .woosb-price {
  width: 150px;
  flex: 0 0 150px;
}

.woosb-products .woosb-product .woosb-price .woosb-price-ori del * {
  font-size: 12px !important;
  color: #b1b1b1;
}

.woosb-products .woosb-product .woosb-price ins {
  background-color: transparent;
  font-size: 14px;
  color: #2b9077;
}

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

.gougi-product-trust-badge {
  margin: 29px 0 0 0;
}

.html-demo-gougi {
  margin-top: 24px;
}

.html-demo-gougi .content-demo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.html-demo-gougi .content-demo:last-child {
  margin-bottom: 0;
}

.html-demo-gougi .content-demo .image-box {
  width: 68px;
}

.html-demo-gougi .content-demo .image-box:before {
  display: block;
  content: '';
  width: 48px;
  height: 48px;
}

.html-demo-gougi .content-demo .icon-truck:before {
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.0335 17.9907H35.1794L36.0394 8.05928C36.0409 8.04129 36.0412 8.02356 36.0413 8.00584C36.0413 8.00433 36.0415 8.0029 36.0415 8.00139C36.0415 8.00112 36.0415 8.00094 36.0415 8.00067C36.0415 7.73037 35.8794 7.49212 35.6411 7.38854C35.6391 7.38765 35.6371 7.38658 35.6351 7.38569C35.6203 7.37945 35.605 7.37411 35.5896 7.36894C35.5838 7.36707 35.5783 7.36476 35.5726 7.36298C35.56 7.35915 35.5471 7.35612 35.5342 7.353C35.5252 7.35086 35.5165 7.34828 35.5074 7.3465C35.4961 7.34427 35.4845 7.34285 35.4729 7.34116C35.4621 7.33955 35.4515 7.33768 35.4406 7.3367C35.4388 7.33652 35.4371 7.33617 35.4352 7.33599C35.4235 7.33492 35.412 7.3351 35.4004 7.33465C35.3926 7.33439 35.385 7.3335 35.3772 7.3335H35.3689C35.3682 7.3335 35.3675 7.3335 35.3669 7.3335H21.7871C21.4205 7.3335 21.123 7.63275 21.123 8.00148C21.123 8.36931 21.4205 8.66946 21.7871 8.66946H34.6534L33.3318 23.9328C33.3316 23.9339 33.3316 23.9351 33.3315 23.9363L32.998 27.7875H9.92318L10.3091 23.7798H14.7027C15.0695 23.7798 15.3667 23.4807 15.3667 23.1118C15.3667 22.7429 15.0695 22.4438 14.7027 22.4438H10.4379L11.2528 13.9832H18.2454C18.6122 13.9832 18.9095 13.6841 18.9095 13.3152C18.9095 12.9463 18.6122 12.6472 18.2454 12.6472H11.3816L11.7648 8.66946H19.1308C19.4965 8.66946 19.7949 8.36931 19.7949 8.00148C19.7949 7.63275 19.4965 7.3335 19.1308 7.3335H11.1621C11.1617 7.3335 11.1614 7.33359 11.1611 7.33359C10.8491 7.3335 10.5786 7.55438 10.5131 7.86058C10.5127 7.8628 10.5119 7.86494 10.5115 7.86717C10.5081 7.88382 10.5059 7.90083 10.5037 7.91793C10.503 7.92337 10.5019 7.92853 10.5014 7.93397C10.5013 7.93503 10.501 7.93601 10.5009 7.93708L10.0472 12.6472H1.99707C1.63024 12.6472 1.33301 12.9463 1.33301 13.3152C1.33301 13.6841 1.63024 13.9832 1.99707 13.9832H9.91848L9.10354 22.4438H6.73425C6.36742 22.4438 6.07018 22.7429 6.07018 23.1118C6.07018 23.4807 6.36742 23.7798 6.73425 23.7798H8.97489L8.53112 28.3862C8.53103 28.387 8.53103 28.3877 8.53094 28.3883L7.84483 35.5115C7.84474 35.5123 7.84465 35.5132 7.84456 35.5139L7.8443 35.5165C7.84341 35.5258 7.8435 35.5349 7.84297 35.5441C7.84235 35.5564 7.84111 35.5685 7.84111 35.5809C7.84111 35.5815 7.8412 35.582 7.8412 35.5826C7.8412 35.5998 7.84244 35.6167 7.84368 35.6336C7.84421 35.6391 7.84403 35.6446 7.84465 35.6499C7.84642 35.6672 7.84935 35.6842 7.85244 35.7012C7.85333 35.7061 7.85377 35.7112 7.85475 35.7161C7.85731 35.7289 7.86094 35.7413 7.86431 35.7539C7.86661 35.7627 7.86847 35.7717 7.87113 35.7803C7.87192 35.7827 7.87299 35.7851 7.8737 35.7876C7.90584 35.8869 7.96038 35.9762 8.03157 36.049C8.03289 36.0504 8.03396 36.0519 8.03528 36.0531C8.04237 36.0603 8.05007 36.0667 8.05751 36.0734C8.10328 36.1157 8.15499 36.1515 8.21157 36.1795C8.22335 36.1854 8.23495 36.1915 8.24699 36.1966C8.25062 36.1982 8.25451 36.1993 8.25823 36.2007C8.27488 36.2074 8.29161 36.2138 8.30888 36.2192C8.31047 36.2197 8.31198 36.22 8.31357 36.2205C8.33323 36.2264 8.35306 36.2315 8.37334 36.2357C8.37599 36.2363 8.37874 36.2364 8.38131 36.237C8.40061 36.2406 8.42 36.2437 8.43974 36.2457C8.44019 36.2457 8.44054 36.2458 8.44098 36.2459C8.46276 36.248 8.48437 36.2491 8.5058 36.2491C8.50606 36.2491 8.50642 36.249 8.50677 36.249H11.463C11.7895 38.7386 13.9114 40.6668 16.4742 40.6668C19.0369 40.6668 21.1588 38.7386 21.4853 36.249H32.1368C32.4633 38.7386 34.5851 40.6668 37.1479 40.6668C39.7106 40.6668 41.8327 38.7386 42.1592 36.249H45.1161C45.1166 36.249 45.1171 36.2491 45.1176 36.2491C45.1397 36.2491 45.1615 36.2477 45.1831 36.2456C45.187 36.2453 45.1907 36.2444 45.1946 36.244C45.2119 36.242 45.229 36.2395 45.2459 36.2362C45.2531 36.2347 45.2601 36.2328 45.2673 36.2311C45.2803 36.2281 45.2934 36.2249 45.3062 36.221C45.3148 36.2184 45.3232 36.2154 45.3317 36.2125C45.3426 36.2087 45.3535 36.2048 45.3642 36.2005C45.3735 36.1968 45.3822 36.1928 45.3912 36.1888C45.4009 36.1842 45.4106 36.1796 45.4201 36.1747C45.4291 36.1701 45.4378 36.1653 45.4465 36.1603C45.4556 36.1549 45.4646 36.1494 45.4736 36.1437C45.4819 36.1384 45.4902 36.1329 45.4982 36.1272C45.5072 36.1209 45.5158 36.1142 45.5246 36.1075C45.5319 36.1017 45.5392 36.096 45.5463 36.0899C45.5554 36.0822 45.564 36.0741 45.5727 36.0658C45.5787 36.06 45.585 36.0543 45.5908 36.0482C45.6 36.0388 45.6088 36.0288 45.6176 36.0188C45.6223 36.0133 45.6271 36.0081 45.6316 36.0026C45.6414 35.9904 45.6502 35.978 45.6591 35.9654C45.6621 35.961 45.6655 35.9569 45.6684 35.9525C45.6792 35.9362 45.6894 35.9195 45.6988 35.9022C45.6995 35.9011 45.7002 35.9001 45.7006 35.899C45.7106 35.8804 45.7198 35.8615 45.7281 35.8419C45.7304 35.8363 45.7321 35.8305 45.7343 35.8249C45.7397 35.8111 45.7451 35.7973 45.7496 35.7829C45.7525 35.7737 45.7546 35.7641 45.7572 35.7548C45.7601 35.7436 45.7632 35.7326 45.7657 35.7213C45.7679 35.7112 45.7693 35.7009 45.771 35.6906C45.7725 35.6817 45.7745 35.6728 45.7756 35.6637C45.8038 35.4367 46.3238 31.2401 46.556 28.5265C46.5563 28.5239 46.5564 28.5213 46.5566 28.5187C46.6235 27.7364 46.6663 27.0777 46.6663 26.6744C46.6663 21.8863 42.7937 17.9907 38.0335 17.9907ZM35.0637 19.3268H37.7804L37.4334 23.3344H34.7167L35.0637 19.3268ZM16.4744 39.3308C14.4187 39.3308 12.7463 37.6485 12.7463 35.5808C12.7463 33.5131 14.4188 31.8309 16.4744 31.8309C18.53 31.8309 20.2024 33.5131 20.2024 35.5808C20.2024 37.6485 18.53 39.3308 16.4744 39.3308ZM37.1479 39.3308C35.0923 39.3308 33.42 37.6485 33.42 35.5808C33.42 33.5131 35.0924 31.8309 37.1479 31.8309C39.2036 31.8309 40.876 33.5131 40.876 35.5808C40.876 37.6485 39.2036 39.3308 37.1479 39.3308ZM44.5294 34.9126H42.1594C41.833 32.4228 39.711 30.4945 37.1481 30.4945C34.5853 30.4945 32.4633 32.4229 32.137 34.9126H21.4855C21.1592 32.4228 19.0372 30.4945 16.4744 30.4945C13.9116 30.4945 11.7895 32.4229 11.4631 34.9126H9.2368L9.79453 29.1231H33.6066V29.1234C33.6069 29.1234 33.6072 29.1234 33.6075 29.1234C33.6298 29.1234 33.6518 29.1222 33.6736 29.12C33.6777 29.1196 33.6817 29.1187 33.6857 29.1182C33.7031 29.1161 33.7203 29.1136 33.7373 29.1102C33.7447 29.1087 33.7519 29.1067 33.7591 29.1049C33.7724 29.1017 33.7857 29.0986 33.7986 29.0947C33.8075 29.092 33.8159 29.0888 33.8245 29.0858C33.8356 29.0818 33.8468 29.078 33.8576 29.0736C33.8669 29.0697 33.8758 29.0655 33.8849 29.0612C33.8947 29.0566 33.9045 29.0521 33.914 29.0471C33.923 29.0423 33.9319 29.0371 33.9408 29.032C33.9499 29.0266 33.959 29.0212 33.9678 29.0155C33.9764 29.0099 33.9846 29.004 33.9928 28.9981C34.0016 28.9919 34.0101 28.9855 34.0186 28.9788C34.0262 28.9726 34.0337 28.9663 34.0411 28.9598C34.0495 28.9525 34.0578 28.945 34.0658 28.9373C34.0725 28.9308 34.0792 28.9241 34.0858 28.9172C34.0937 28.9089 34.1014 28.9002 34.109 28.8914C34.115 28.8845 34.1208 28.8775 34.1265 28.8704C34.1338 28.861 34.1408 28.8514 34.1477 28.8417C34.153 28.8344 34.158 28.8271 34.163 28.8196C34.1694 28.8096 34.1756 28.7992 34.1816 28.7887C34.1861 28.7809 34.1907 28.7731 34.1948 28.765C34.2003 28.7545 34.2051 28.7438 34.2102 28.7331C34.2141 28.7244 34.218 28.716 34.2216 28.7071C34.2259 28.6965 34.2296 28.6858 34.2334 28.675C34.2366 28.6655 34.2401 28.6559 34.243 28.6461C34.2459 28.6358 34.2483 28.6252 34.251 28.6147C34.2536 28.6041 34.2564 28.5936 34.2584 28.5828C34.2605 28.5723 34.2617 28.5616 34.2633 28.5509C34.2649 28.5399 34.2667 28.529 34.2678 28.5178C34.268 28.5162 34.2683 28.5147 34.2684 28.5131L34.6013 24.67H38.0333C40.0679 24.67 40.9856 25.7304 41.957 26.8531C42.7585 27.7795 43.6534 28.813 45.1746 29.0652C44.9814 31.1199 44.6691 33.7576 44.5294 34.9126ZM45.2881 27.7266C44.3013 27.5242 43.6942 26.8264 42.9586 25.9764C42.0388 24.9134 40.9158 23.6162 38.7631 23.3744L39.1066 19.4068C42.6274 19.9306 45.3382 22.9898 45.3382 26.6746C45.3382 26.925 45.3196 27.2887 45.2881 27.7266Z' fill='%23121212' stroke='%23121212' stroke-width='0.3'/%3E%3Cpath d='M14.5391 35.5806C14.5391 34.5034 15.4103 33.6313 16.474 33.6313C17.5376 33.6313 18.4089 34.5035 18.4089 35.5806C18.4089 36.6578 17.5376 37.5299 16.474 37.5299C15.4103 37.5299 14.5391 36.6578 14.5391 35.5806ZM14.8672 35.5806C14.8672 36.4679 15.5847 37.1939 16.474 37.1939C17.3631 37.1939 18.0807 36.4679 18.0807 35.5806C18.0807 34.6933 17.3632 33.9673 16.474 33.9673C15.5847 33.9673 14.8672 34.6933 14.8672 35.5806Z' fill='%23121212' stroke='%23121212'/%3E%3Cpath d='M35.2129 35.5806C35.2129 34.5034 36.0841 33.6313 37.1478 33.6313C38.2115 33.6313 39.0827 34.5035 39.0827 35.5806C39.0827 36.6578 38.2115 37.5299 37.1478 37.5299C36.0841 37.5299 35.2129 36.6578 35.2129 35.5806ZM35.541 35.5806C35.541 36.4679 36.2586 37.1939 37.1478 37.1939C38.037 37.1939 38.7546 36.4679 38.7546 35.5806C38.7546 34.6933 38.037 33.9673 37.1478 33.9673C36.2586 33.9673 35.541 34.6933 35.541 35.5806Z' fill='%23121212' stroke='%23121212'/%3E%3Cpath d='M7.61953 17.9907H4.37305C4.00622 17.9907 3.70898 18.2898 3.70898 18.6587C3.70898 19.0276 4.00622 19.3267 4.37305 19.3267H7.61953C7.98636 19.3267 8.28359 19.0276 8.28359 18.6587C8.28359 18.2898 7.98636 17.9907 7.61953 17.9907Z' fill='%23121212' stroke='%23121212' stroke-width='0.3'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.html-demo-gougi .content-demo .icon-guarantee:before {
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.1168 26.5763C45.8635 25.6588 45.6251 24.7915 45.6251 24.0002C45.6251 23.2088 45.8635 22.3416 46.1168 21.424C46.5198 19.9635 46.9357 18.4527 46.438 16.9843C45.9217 15.4568 44.6347 14.4585 43.3901 13.4947C42.6441 12.9162 41.9395 12.3702 41.4823 11.769C41.0172 11.156 40.688 10.3381 40.3412 9.47182C39.7686 8.04874 39.1774 6.57639 37.853 5.65199C36.5502 4.74138 34.9243 4.65367 33.3545 4.5699C32.375 4.51767 31.4487 4.46741 30.6731 4.22596C29.9479 4.00028 29.197 3.53216 28.4027 3.03645C27.1246 2.23819 25.675 1.3335 23.9988 1.3335C22.3226 1.3335 20.873 2.23819 19.5949 3.03744C18.8007 3.53315 18.0517 4.00225 17.3255 4.22695C16.549 4.46839 15.6227 4.51866 14.6431 4.57089C13.0724 4.65564 11.4484 4.74237 10.1447 5.65297C8.82024 6.57738 8.22898 8.04874 7.65645 9.47182C7.30761 10.3381 6.97847 11.157 6.51335 11.77C6.05611 12.3731 5.35153 12.9191 4.60556 13.4986C3.36195 14.4634 2.07695 15.4598 1.56058 16.9853C1.06294 18.4547 1.47879 19.9645 1.88085 21.426C2.1341 22.3435 2.37258 23.2098 2.37258 24.0011C2.37258 24.7925 2.1341 25.6598 1.88085 26.5773C1.47879 28.0378 1.06294 29.5486 1.56058 31.0189C2.07695 32.5445 3.36293 33.5428 4.60654 34.5067C5.35252 35.0842 6.0571 35.6311 6.51335 36.2323C6.97946 36.8453 7.30859 37.6632 7.65645 38.5305C8.22898 39.9536 8.82123 41.4259 10.1466 42.3523C11.4484 43.2609 13.0734 43.3476 14.6431 43.4314C15.6227 43.4836 16.549 43.5339 17.3245 43.7753C18.0498 44.001 18.7997 44.4691 19.593 44.9639C20.872 45.7611 22.3216 46.6668 23.9988 46.6668C25.676 46.6668 27.1266 45.7611 28.4066 44.9629C29.1999 44.4682 29.9488 44 30.6751 43.7744C31.4506 43.5329 32.3769 43.4827 33.3565 43.4304C34.9272 43.3467 36.5512 43.2599 37.853 42.3513C39.1803 41.4249 39.7716 39.9506 40.3441 38.5265C40.692 37.6613 41.0201 36.8433 41.4833 36.2323C41.9405 35.6311 42.6451 35.0842 43.3911 34.5067C44.6357 33.5418 45.9217 32.5445 46.439 31.018C46.9367 29.5476 46.5198 28.0378 46.1168 26.5763ZM44.5715 30.3862C44.2453 31.3501 43.2431 32.1267 42.1828 32.9486C41.3698 33.5793 40.5283 34.2317 39.9134 35.0398C39.2896 35.8637 38.8954 36.8433 38.5141 37.7923C38.0283 39.0025 37.569 40.1447 36.7245 40.7341C35.883 41.3214 34.6049 41.3894 33.2509 41.4614C32.1935 41.5176 31.0987 41.5757 30.0877 41.8911C29.121 42.1936 28.2262 42.7504 27.362 43.2905C26.2041 44.0138 25.1112 44.6958 23.9987 44.6958C22.8861 44.6958 21.7943 44.0138 20.6364 43.2905C19.7732 42.7514 18.8794 42.1936 17.9117 41.8911C16.9006 41.5767 15.8058 41.5176 14.7485 41.4614C13.3945 41.3894 12.1154 41.3204 11.2748 40.7341C10.4313 40.1447 9.9711 39.0025 9.48528 37.7933C9.10392 36.8443 8.70877 35.8637 8.084 35.0398C7.47008 34.2317 6.62852 33.5793 5.81456 32.9476C4.75522 32.1257 3.75402 31.3501 3.42785 30.3862C3.12335 29.4885 3.44361 28.3275 3.78162 27.0996C4.05754 26.0953 4.34331 25.0586 4.34331 23.9992C4.34331 22.9398 4.05754 21.904 3.78162 20.8998C3.44263 19.6718 3.12335 18.5119 3.42785 17.6141C3.75402 16.6502 4.75424 15.8747 5.81357 15.0527C6.62754 14.421 7.47008 13.7676 8.08302 12.9585C8.70975 12.1347 9.10392 11.1531 9.48627 10.204C9.9711 8.99483 10.4303 7.85361 11.2729 7.26625C12.1144 6.6779 13.3945 6.6099 14.7494 6.53796C15.8058 6.4808 16.9006 6.42266 17.9107 6.10729C18.8794 5.80573 19.7742 5.24695 20.6394 4.70689C21.7953 3.98648 22.8871 3.30451 23.9987 3.30451C25.1103 3.30451 26.2031 3.98648 27.36 4.70886C28.2252 5.2499 29.119 5.8077 30.0877 6.10926C31.0977 6.42364 32.1916 6.48179 33.2489 6.53895C34.6039 6.61089 35.883 6.68086 36.7245 7.26822C37.5681 7.85755 38.0273 8.99877 38.5121 10.206C38.8944 11.156 39.2876 12.1366 39.9144 12.9605C40.5283 13.7686 41.3698 14.421 42.1828 15.0518C43.2431 15.8747 44.2453 16.6512 44.5715 17.617C44.876 18.5129 44.5548 19.6728 44.2168 20.9007C43.9398 21.905 43.6541 22.9417 43.6541 24.0011C43.6541 25.0606 43.9389 26.0973 44.2168 27.1006C44.5559 28.3285 44.876 29.4885 44.5715 30.3862Z' fill='%23121212'/%3E%3Cpath d='M23.9992 9.21729C15.8487 9.21729 9.21777 15.8488 9.21777 23.9999C9.21777 32.151 15.8487 38.7825 23.9992 38.7825C32.1497 38.7825 38.7807 32.151 38.7807 23.9999C38.7807 15.8488 32.1497 9.21729 23.9992 9.21729ZM23.9992 36.8115C16.9357 36.8115 11.1886 31.064 11.1886 23.9999C11.1886 16.9358 16.9357 11.1883 23.9992 11.1883C27.6424 11.1883 30.9268 12.7247 33.2623 15.1747L23.8711 28.3913L18.7833 23.3031C18.398 22.9178 17.7752 22.9178 17.3899 23.3031C17.0046 23.6885 17.0046 24.3113 17.3899 24.6966L23.3025 30.6097C23.4878 30.796 23.7391 30.8984 23.9992 30.8984C24.0258 30.8984 24.0544 30.8975 24.082 30.8945C24.3707 30.8708 24.6348 30.7201 24.8023 30.4835L34.5551 16.7574C35.9742 18.8191 36.8098 21.3124 36.8098 23.9999C36.8098 31.064 31.0628 36.8115 23.9992 36.8115Z' fill='%23121212'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.html-demo-gougi .content-demo .icon-phonesingle:before {
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.5524 4H28.8071C28.4753 4 28.2065 4.26692 28.2065 4.59634C28.2065 4.92577 28.4753 5.19269 28.8071 5.19269H43.5524C44.4598 5.19269 45.198 5.92572 45.198 6.82667V22.183C45.198 23.084 44.4598 23.817 43.5524 23.817H41.1972C41.0707 23.817 40.9473 23.8567 40.8449 23.9304L36.7495 26.8756V24.4134C36.7495 24.0839 36.4807 23.817 36.1489 23.817H23.1125C22.205 23.817 21.4668 23.084 21.4668 22.183V6.82667C21.4668 5.92572 22.2051 5.19269 23.1125 5.19269H26.19C26.5218 5.19269 26.7906 4.92577 26.7906 4.59634C26.7906 4.26692 26.5218 4 26.19 4H23.1125C21.5427 4 20.2656 5.26799 20.2656 6.82667V22.183C20.2656 23.7417 21.5428 25.0097 23.1125 25.0097H35.5483V28.0439C35.5483 28.268 35.6748 28.4731 35.8758 28.575C36.0888 28.6759 36.2973 28.6598 36.5012 28.5269L41.3919 25.0098H43.5524C45.1222 25.0098 46.3992 23.7418 46.3992 22.1831V6.82667C46.3992 5.26807 45.1221 4 43.5524 4Z' fill='%23121212' stroke='%23121212' stroke-width='0.4'/%3E%3Cpath d='M39.7127 36.5504C39.5758 35.5723 39.0002 34.7409 38.1316 34.2676L35.2134 32.6777C34.8952 32.504 34.4966 32.6216 34.3232 32.9401C34.15 33.2583 34.2674 33.6569 34.5857 33.8302L37.5035 35.42C38.0028 35.6919 38.3336 36.1695 38.4127 36.7311C38.4132 36.7347 38.4136 36.7383 38.4141 36.7418C38.4907 37.3091 38.2976 37.8626 37.8846 38.2596L37.4545 38.6726L26.6814 32.6108L27.9474 31.4971C28.4875 31.0219 29.2738 30.9341 29.9046 31.2787L31.7254 32.271C32.0436 32.4443 32.4421 32.3271 32.6156 32.0088C32.789 31.6906 32.6717 31.292 32.3534 31.1185L30.533 30.1265C29.4206 29.5191 28.033 29.6737 27.0807 30.5115L24.1302 33.1068C23.5259 33.6383 22.6438 33.6877 21.9854 33.2265C17.5413 30.1131 14.314 26.6879 12.119 22.7558C11.7489 22.0918 11.8524 21.273 12.3762 20.7184L14.7117 18.2483C15.5825 17.3262 15.7866 15.9449 15.2197 14.811L11.2895 6.95065C10.8517 6.07384 10.0476 5.46986 9.08344 5.29346C8.1187 5.11672 7.1523 5.39732 6.43168 6.06273L4.93899 7.44177C3.28898 8.96595 2.19702 10.9371 1.78124 13.1418C1.36467 15.3502 1.66784 17.578 2.65787 19.585C2.66224 19.5942 2.66636 19.6023 2.66977 19.6089C3.29712 20.8776 3.97548 22.1183 4.68473 23.2943C4.80311 23.4922 4.93077 23.7013 5.06394 23.916C5.25512 24.2238 5.65961 24.3184 5.9676 24.1274C6.2755 23.9362 6.37017 23.5316 6.17908 23.2237C6.04967 23.0152 5.92578 22.8122 5.80984 22.6185C5.11897 21.4729 4.45907 20.2661 3.84843 19.0316C3.84502 19.0245 3.84152 19.0175 3.83793 19.0105C2.11285 15.52 2.88361 11.2371 5.70249 8.52812L11.6205 19.6075L11.4223 19.8171C10.5028 20.7904 10.3221 22.2283 10.9728 23.3953C13.2666 27.5045 16.6224 31.072 21.2324 34.3015C21.7616 34.6721 22.3728 34.855 22.9818 34.855C23.7034 34.855 24.4219 34.5981 24.997 34.0922L25.6373 33.5291L36.4657 39.622L36.4547 39.6325C33.6636 42.3141 29.4824 42.9244 26.0506 41.151C18.612 37.3061 12.5649 32.2234 8.07732 26.0446C7.86426 25.7513 7.4539 25.6861 7.1607 25.8992C6.86741 26.1123 6.8024 26.5226 7.01537 26.8159C11.6243 33.1618 17.8259 38.3772 25.4478 42.3172C26.9481 43.0924 28.5728 43.47 30.1867 43.47C32.8016 43.47 35.3874 42.4781 37.3637 40.5793L38.7938 39.2062C39.507 38.5203 39.843 37.567 39.7175 36.5876C39.7162 36.5751 39.7146 36.5628 39.7127 36.5504ZM6.69697 7.60442L7.32222 7.02686C7.7366 6.64423 8.29221 6.48315 8.8472 6.58447C9.4014 6.68588 9.86365 7.03307 10.1155 7.5374L14.0458 15.3981C14.3673 16.041 14.2514 16.8243 13.7578 17.3469L12.5712 18.6019L6.69697 7.60442Z' fill='%23121212' stroke='%23121212' stroke-width='0.4'/%3E%3Cpath d='M41.4859 14.7923C41.4859 13.5283 40.4576 12.5 39.1936 12.5C37.9297 12.5 36.9014 13.5283 36.9014 14.7923C36.9014 16.0562 37.9297 17.0846 39.1936 17.0846C40.4576 17.0846 41.4859 16.0562 41.4859 14.7923ZM38.2137 14.7923C38.2137 14.252 38.6532 13.8124 39.1935 13.8124C39.7338 13.8124 40.1734 14.252 40.1734 14.7923C40.1734 15.3326 39.7338 15.7721 39.1935 15.7721C38.6532 15.7721 38.2137 15.3326 38.2137 14.7923Z' fill='%23121212'/%3E%3Cpath d='M35.4088 14.7923C35.4088 13.5283 34.3804 12.5 33.1165 12.5C31.8526 12.5 30.8242 13.5283 30.8242 14.7923C30.8242 16.0562 31.8526 17.0846 33.1165 17.0846C34.3804 17.0846 35.4088 16.0562 35.4088 14.7923ZM32.1366 14.7923C32.1366 14.252 32.5762 13.8124 33.1165 13.8124C33.6567 13.8124 34.0962 14.252 34.0962 14.7923C34.0962 15.3326 33.6567 15.7721 33.1165 15.7721C32.5762 15.7721 32.1366 15.3326 32.1366 14.7923Z' fill='%23121212'/%3E%3Cpath d='M24.7471 14.7923C24.7471 16.0562 25.7753 17.0846 27.0394 17.0846C28.3035 17.0846 29.3317 16.0562 29.3317 14.7923C29.3317 13.5283 28.3034 12.5 27.0394 12.5C25.7754 12.5 24.7471 13.5283 24.7471 14.7923ZM27.0394 13.8124C27.5797 13.8124 28.0193 14.252 28.0193 14.7923C28.0193 15.3326 27.5797 15.7721 27.0394 15.7721C26.4991 15.7721 26.0596 15.3326 26.0596 14.7923C26.0596 14.252 26.4991 13.8124 27.0394 13.8124Z' fill='%23121212'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.html-demo-gougi .content-demo .icon-creditcard:before {
  background: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M45.8607 9.87938C45.2733 9.18369 44.4508 8.75875 43.5444 8.6829L11.6202 6.01211C10.7137 5.93626 9.83235 6.21863 9.13792 6.80707C8.44633 7.39319 8.02283 8.21317 7.94474 9.11689L7.30246 15.1543H4.73786C2.86043 15.1543 1.33301 16.6847 1.33301 18.5658V38.5885C1.33301 40.4696 2.86043 42 4.73786 42H36.7733C38.6508 42 40.1782 40.4696 40.1782 38.5885V35.3405L41.315 35.4356C41.4109 35.4436 41.5062 35.4476 41.6008 35.4476C43.3511 35.4476 44.8432 34.0983 44.9914 32.3198L46.6543 12.3665C46.7299 11.4584 46.4481 10.5752 45.8607 9.87938ZM4.73786 16.9286H36.7733C37.6742 16.9286 38.4074 17.6631 38.4074 18.5658V20.3903H3.10383V18.5658C3.10383 17.6631 3.83687 16.9286 4.73786 16.9286ZM3.10383 22.1645H38.4074V25.8452H3.10383V22.1645ZM36.7733 40.2257H4.73786C3.83687 40.2257 3.10383 39.4913 3.10383 38.5885V27.6194H38.4074V38.5885C38.4074 39.4913 37.6742 40.2257 36.7733 40.2257ZM44.8896 12.2188L43.2267 32.1721C43.1517 33.0717 42.36 33.7429 41.4623 33.6674L40.1782 33.56V18.5658C40.1782 16.6847 38.6508 15.1543 36.7733 15.1543H9.08338L9.70662 9.29573C9.70733 9.28899 9.70795 9.28234 9.70848 9.27551C9.78348 8.37587 10.5747 7.70484 11.4728 7.78025L43.3971 10.451C43.8321 10.4874 44.2269 10.6914 44.5087 11.0253C44.7906 11.3592 44.9259 11.783 44.8896 12.2188Z' fill='%23121212'/%3E%3Cpath d='M34.7027 30.2573H26.1813C25.6923 30.2573 25.2959 30.6545 25.2959 31.1445V36.7147C25.2959 37.2047 25.6923 37.6018 26.1813 37.6018H34.7027C35.1918 37.6018 35.5882 37.2047 35.5882 36.7147V31.1445C35.5882 30.6545 35.1918 30.2573 34.7027 30.2573ZM33.8173 35.8276H27.0667V32.0316H33.8173V35.8276Z' fill='%23121212'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.html-demo-gougi .content-demo .container-box {
  width: calc( 100% - 47px);
}

.html-demo-gougi .content-demo .container-box .gougi-box-heading-title {
  font-size: 16px;
  font-weight: 600;
  color: #121212;
  margin-top: -1px;
  margin-bottom: 3px;
}

.html-demo-gougi .content-demo .container-box p {
  font-size: 14px;
  font-weight: 400;
  color: #121212;
}

.pwb-carousel.slick-initialized .pwb-slick-slide,
.pwb-product-carousel.slick-initialized .pwb-slick-slide {
  margin: 0 29px;
}

.pwb-carousel,
.pwb-product-carousel {
  padding: 37px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.pwb-carousel .slick-next,
.pwb-carousel .slick-prev,
.pwb-product-carousel .slick-next,
.pwb-product-carousel .slick-prev {
  opacity: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: 50%;
  background-color: #F7F7F7;
  border: 1px solid #e5e5e5;
}

.pwb-carousel .slick-next:before,
.pwb-carousel .slick-prev:before,
.pwb-product-carousel .slick-next:before,
.pwb-product-carousel .slick-prev:before {
  color: #121212;
}

.pwb-carousel .slick-next span,
.pwb-carousel .slick-prev span,
.pwb-product-carousel .slick-next span,
.pwb-product-carousel .slick-prev span {
  display: none;
}

.pwb-carousel .slick-next:hover, .pwb-carousel .slick-next:focus,
.pwb-carousel .slick-prev:hover,
.pwb-carousel .slick-prev:focus,
.pwb-product-carousel .slick-next:hover,
.pwb-product-carousel .slick-next:focus,
.pwb-product-carousel .slick-prev:hover,
.pwb-product-carousel .slick-prev:focus {
  opacity: 1;
  background-color: #121212;
  border-color: #121212;
}

.pwb-carousel .slick-next:hover:before, .pwb-carousel .slick-next:focus:before,
.pwb-carousel .slick-prev:hover:before,
.pwb-carousel .slick-prev:focus:before,
.pwb-product-carousel .slick-next:hover:before,
.pwb-product-carousel .slick-next:focus:before,
.pwb-product-carousel .slick-prev:hover:before,
.pwb-product-carousel .slick-prev:focus:before {
  color: #fff;
}

.pwb-carousel .slick-prev:before,
.pwb-product-carousel .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-left: -2px;
}

.pwb-carousel .slick-next:before,
.pwb-product-carousel .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 2px;
}

.category-brand-shop-elementor .pwb-carousel,
.category-brand-shop-elementor .pwb-product-carousel {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  border-top: none;
}

.woobt-wrap {
  float: left;
  width: 100%;
  padding-top: 32px;
  margin-top: 31px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 80px;
}

.woobt-wrap .woobt-products .woobt-product .variations_form .variations .variation {
  display: flex;
  padding: 10px 10px 0 10px;
}

.woobt-wrap .title-quantity {
  display: none;
}

.woobt-products {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.woobt-products .woobt-product {
  border: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.woobt-products .woobt-product > div {
  padding: 0;
}

.woobt-choose input[type='checkbox'] {
  position: relative;
  background: transparent;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 2px;
  cursor: pointer;
}

.woobt-products .woobt-product .woobt-thumb {
  width: 50px;
  flex: 0 0 50px;
  margin: 0 10px 0 0;
}

.woobt-products .woobt-product .woobt-title {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 600;
}

.woobt-products .woobt-product .woobt-title .woobt-availability {
  display: none;
}

.woobt-additional.woobt-text {
  font-weight: 600;
  font-size: 16px;
}

.woobt-products .woobt-product .woobt-price {
  width: 110px;
  flex: 0 0 110px;
  max-width: 110px;
  text-align: end;
}

.woobt-products .woobt-product .woobt-price del {
  font-size: 12px;
  color: #858585;
}

.woobt-products .woobt-product .woobt-price ins {
  background-color: transparent;
  color: #2b9077;
}

.woobt_before_text.woobt-before-text.woobt-text {
  font-size: 11px;
  letter-spacing: 0.22px;
  font-weight: 600;
  color: #314068;
  text-transform: uppercase;
  margin: 0 0 13px 0;
}

.woobt-products .woobt-product .woobt-thumb img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  border-radius: 5px;
}

.woobt-products .woobt-product .woobt-quantity .quantity {
  width: 100%;
  min-width: 44px;
  display: none;
}

.woobt-quantity-input-plus {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 5px;
  flex: 0 0 44px;
  width: 44px;
  line-height: 44px;
  height: 44px;
  border-left: 0;
}

.woobt-quantity-input-minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 5px;
  flex: 0 0 44px;
  width: 44px;
  line-height: 44px;
  height: 44px;
  border-right: 0;
}

.woobt-products .woobt-product .woobt-quantity {
  width: 132px;
  flex: 0 0 132px;
}

.woobt-total.woobt-text {
  font-weight: 600;
  font-size: 16px;
  display: flex;
}

.woobt-total.woobt-text .woocommerce-Price-amount {
  font-size: 30px;
  font-weight: 500;
  margin-left: 15px;
}

.woobt-images .woobt-image.woobt-image-this {
  width: 95px;
  flex: 0 0 95px;
}

.woobt-images .woobt-image {
  width: 116px;
  flex: 0 0 116px;
}

.woobt-images .woobt-image img {
  width: 95px;
}

.woobt-before-text.woobt-text {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.woobt-actions .single_add_to_cart_button.button.alt {
  height: 44px;
  border: none;
  padding: 0 38px;
  background-color: #121212;
  margin-top: 3px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-product.below_summary .woobt-wrap {
  border-top: none;
  border-bottom: none;
  padding-top: 37px;
  padding-bottom: 35px;
}

.single-product.below_summary .woobt-wrap .woobt-before-text.woobt-text {
  font-size: 36px;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 47px;
}

@media (min-width: 768px) {
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image.woobt-image-this {
    width: 220px;
    flex: 0 0 220px;
  }
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image {
    width: 240px;
    flex: 0 0 240px;
  }
  .single-product.below_summary .woobt-wrap .woobt-images .woobt-image img {
    width: 220px;
  }
}

.single-product.below_summary .woobt-wrap .woobt-products {
  margin-top: 40px;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-top {
  background: #111;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot {
  background: #111;
  line-height: unset;
  display: flex;
  align-items: center;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner {
  align-items: center;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner > span {
  flex-basis: unset;
}

.woosw-copy {
  display: flex;
  align-items: center;
}

.woosw-page {
  flex-grow: 1;
}

.woosw-page a {
  display: inline-block;
}

.woosw-page a:after,
.woosw-continue:after {
  bottom: 2px;
}

.woosw-list .button,
.woosw-list .add_to_cart_button {
  display: block;
  padding: 9px 31px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
}

.woosw-list .woosw-content-item--add .price {
  display: none;
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
  width: 70px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-close .woosc-table-close-icon {
  min-width: 48px;
  min-height: 48px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody .tr-price td {
  font-weight: inherit;
}

.woosw-area.woosw-area .woosw-inner .woosw-content {
  max-width: 570px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close {
  color: #fff !important;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:after {
  line-height: 48px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-top .woosw-close:hover {
  transform: rotate(90deg);
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--image img {
  width: 70px;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove {
  padding: 0 !important;
}

.woosw-area.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--remove > span {
  width: 30px !important;
  height: 30px !important;
}

.woosw-area.woosw-area .woosw-content-item--title {
  font-size: 15px;
  line-height: 24px;
}

.woosw-area.woosw-area .price {
  font-size: 14px;
}

.woosw-area.woosw-area .woosw-content-item--add .price {
  display: none;
}

.woosw-area.woosw-area .woosw-content .button {
  padding: 9px 21px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.woosw-list .woocommerce_loop_add_to_cart_wrap:before, .woosw-list .woocommerce_loop_add_to_cart_wrap:after,
.woosw-area .woocommerce_loop_add_to_cart_wrap:before,
.woosw-area .woocommerce_loop_add_to_cart_wrap:after,
.woosc-area .woocommerce_loop_add_to_cart_wrap:before,
.woosc-area .woocommerce_loop_add_to_cart_wrap:after {
  display: none;
}

.woosw-content-item--add {
  min-width: 140px;
  margin-top: 15px;
}

#woosw_copy_btn {
  height: 48px;
  margin-left: 10px;
}

.woosw-content-item--title {
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 5px;
}

.woosw-content-item--title a {
  font-weight: inherit !important;
}

.woosw-content-item--price {
  margin-bottom: 8px;
}

.woosw-content-item--time {
  font-size: 14px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  border-radius: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table {
  font-size: 15px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
  padding: 11px 15px 11px 0;
  font-weight: 400;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.74;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
  z-index: 9 !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
  color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table td {
  border: 1px solid #eee !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes th, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .shop_attributes td {
  border: 0 !important;
  padding: 0 20px 0 11px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
  min-height: 56px;
  padding: 15px 30px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr .td-label {
  background: #f5f5f5 !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  vertical-align: middle !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td:not(.td-label):not(.td-placeholder) {
  background: #fff !important;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-content td, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-additional td {
  vertical-align: top;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-default.tr-availability {
  display: none;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-add_to_cart .td-label {
  font-size: 0;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-add_to_cart td {
  padding-top: 26px;
  padding-bottom: 26px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
  color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button:hover {
  color: #fff;
  background-color: #000;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .add_to_cart_button {
  width: 100%;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .stock {
  padding: 0;
  border-bottom: none;
  font-size: 14px;
  display: block;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .tr-price, .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .price {
  font-size: 20px;
  min-height: 26px;
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items .button {
  padding: 9px 31px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  border-radius: 2px;
  cursor: pointer;
  text-align: center;
}

.woosc-btn:hover:before {
  animation: .6s ease-in-out infinite spin;
}

/* WIDGETS */
/*Banner slider vertical*/
.gougi-banner-slider-vertical-widget .js-banner-slider-vertical .banner-slider-item {
  width: 100%;
  position: relative;
}

.gougi-banner-slider-vertical-widget .js-banner-slider-vertical .slick-list {
  text-align: center;
}

.gougi-banner-slider-vertical-widget .js-banner-slider-vertical .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 438px !important;
}

.gougi-banner-slider-vertical-widget .banner-slider-item .banner-slider-avata .avata-banner-slider {
  margin: 0 auto;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15.9%;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .slick-active .dots-bullet:after {
  background-color: #121212;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .slick-dots {
  display: flex;
  flex-direction: column;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 8px 0;
}

.gougi-banner-slider-vertical-widget .banner-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #121212;
}

.gougi-banner-slider-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.gougi-banner-slider-widget .slick-slide {
  margin: 0 15px;
}

.gougi-banner-slider-widget .slick-slider .slick-track {
  padding: 20px 0 24px 0;
}

.gougi-banner-slider-widget .slick-list {
  margin: 0;
}

.gougi-banner-slider-widget .slick-slide {
  opacity: 1;
}

.gougi-banner-slider-widget .customClass,
.gougi-banner-slider-widget .slick-center {
  opacity: 1;
}

.gougi-banner-slider-widget .banner-arrow-widget {
  width: 124px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.gougi-banner-slider-widget .banner-arrow-widget .gougi-arrows {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.gougi-banner-slider-widget .banner-arrow-widget .gougi-arrows:before {
  color: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.gougi-banner-slider-widget .banner-arrow-widget .gougi-arrows:hover {
  background-color: #121212;
  border-color: #121212;
}

.gougi-banner-slider-widget .banner-arrow-widget .gougi-arrows:hover:before {
  color: #ffffff;
}

.gougi-banner-slider-widget .banner-arrow-widget .arrows-next:before {
  content: "\f105";
  margin-left: 2px;
}

.gougi-banner-slider-widget .banner-arrow-widget .arrows-prev:before {
  content: "\f104";
  margin-left: -2px;
}

.gougi-banner-slider-widget .banner-slider-slider-dots .slick-dots {
  bottom: 20px;
}

.banner-slider-item {
  width: 330px !important;
}

.banner-slider-item .banner-slider-avata .avata-banner-slider {
  height: auto;
  width: 100%;
}

.banner-slider-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.banner-slider-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.banner-slider-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-slider-slider-dots .slick-active .dots-bullet:after {
  background-color: #121212;
}

.banner-slider-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.banner-slider-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #121212;
}

.banner-slider-slider-dots .slick-dots {
  position: static;
}

.banner-slider-order {
  background-color: #ffffff;
}

.gougi-banner-slider-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 24px;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 40px auto 0 auto;
}

.banner-title h3 {
  margin: 20px 0 0 0;
}

.gougi-banner-slider-content {
  padding: 15px;
}

@media (min-width: 992px) {
  .gougi-banner-slider-content {
    flex-basis: 350px;
    padding-right: 20px;
    padding-left: 10px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 1800px) {
  .gougi-banner-slider-content {
    padding-left: calc((100% - 1410px)/2);
    flex-basis: 735px;
    padding-right: 80px;
    flex-grow: 0;
    flex-shrink: 0;
  }
}

.banner-slider-wrapper {
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .banner-slider-wrapper {
    display: block;
  }
}

.banner-slider-wrapper .container-banner-slider {
  position: relative;
  overflow: hidden;
}

.gougi-banner-wrapper {
  position: relative;
}

.gougi-banner-wrapper .gougi-banner-link {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.gougi-banner-wrapper .gougi-banner-image {
  overflow: hidden;
}

.gougi-banner-wrapper .gougi-banner-image img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.gougi-banner-wrapper .gougi-banner-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gougi-banner-wrapper .gougi-banner-content .gougi-banner-subtitle {
  display: inline-block;
}

.gougi-banner-wrapper .gougi-banner-content .gougi-banner-button.style2 {
  position: relative;
}

.gougi-banner-wrapper .gougi-banner-content .gougi-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;
}

.gougi-banner-wrapper .gougi-banner-content .gougi-banner-button.style2:after {
  content: '';
  display: block;
  height: 1px;
  bottom: 0;
  position: absolute;
  width: 100%;
}

.gougi-banner-wrapper .gougi-banner-content .gougi-banner-button.style2:hover:before {
  width: 100%;
  left: 0;
}

.gougi-banner-wrapper:hover .gougi-banner-image img {
  transform: scale(1.1);
}

.gougi-banner-wrapper:hover .gougi-banner-content .gougi-banner-button.style2:before {
  width: 100%;
  left: 0;
}

.widget-blog-post .entry-wrapper .entry-title.blog-entry-title {
  margin-bottom: 0;
  line-height: 27px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.32px;
}

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

.widget-blog-post .read-more {
  display: inline-block;
}

.post-layout-classic .entry-thumbnail {
  margin-bottom: 18px;
}

@media (min-width: 1200px) {
  .post-layout-classic .entry-thumbnail a img {
    height: 250px;
    object-fit: cover;
  }
}

.post-layout-classic .entry-content {
  margin-top: 6px;
}

.post-layout-classic,
.post-layout-overlay {
  margin-bottom: 30px;
}

.post-layout-overlay .entry-wrapper {
  position: relative;
  overflow: hidden;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}

.post-layout-overlay .entry-wrapper .entry-thumbnail img {
  object-fit: cover;
}

.post-layout-overlay .entry-wrapper:hover .entry-thumbnail {
  opacity: 1;
}

.post-layout-overlay .read-more {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

.post-layout-overlay .read-more-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #222222;
}

.widget-blog-post .item-blog {
  transition: all 0.3s ease;
}

.widget-blog-post .item-blog .entry-thumbnail {
  overflow: hidden;
}

.widget-blog-post .item-blog .entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .widget-blog-post .item-blog .entry-thumbnail img {
    height: 240px;
  }
}

.widget-blog-post .item-blog .entry-thumbnail:hover img {
  transform: scale(1.1) rotate(-2deg);
}

.widget-blog-post .widget-blog-post-layout1:first-child {
  width: 50%;
}

.widget-blog-post .widget-blog-post-layout1 .button-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout3 .item-blog .entry-thumbnail img {
    height: 250px;
  }
}

.widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
  object-fit: cover;
}

@media (min-width: 1200px) {
  .widget-blog-post .widget-blog-post-layout4 .item-blog .entry-thumbnail img {
    height: 210px;
  }
}

.widget-blog-post .widget-blog-post-layout2 .info-item-blog {
  padding: 24px 30px;
}

.widget-blog-post .widget-blog-post-layout2 .info-item-blog:hover {
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}

.widget-blog-post-layout2 .if-item:before {
  content: '\00b7';
  margin: 0 5px;
}

.widget-blog-post-layout2 .if-item:first-child:before {
  content: none;
}

.widget-blog-post .blog-preset-5 .item-blog.entry-wrapper {
  margin-bottom: 30px;
  border-radius: 2px;
}

.widget-blog-post .blog-preset-5 .item-blog .entry-thumbnail img {
  width: 100%;
}

.entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.item-blog {
  transition: all 0.3s ease;
  overflow: hidden;
}

.item-blog:hover {
  background-color: #fff;
}

.item-blog:hover .entry-thumbnail img {
  transform: scale(1.02);
}

.item-blog .entry-thumbnail img {
  width: 100%;
}

.widget-blog-post2 .blog-header-info-blog .if-item:not(:first-child) {
  margin-left: 28px;
}

.col-blog-small .info-item-blog .button-read-more,
.col-blog-small .info-item-blog .entry-content {
  display: none;
}

@media (min-width: 1200px) {
  .col-blog-small {
    padding-left: 40px;
  }
}

.widget-blog-post2 {
  margin-left: -15px;
  margin-right: -15px;
}

.col-blog-small .row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 992px) {
  .widget-blog-post2 .col-md-6 {
    width: 50%;
  }
  .widget-blog-post2 .col-md-6 {
    float: left;
  }
  .col-blog-small,
  .col-blog-big {
    width: 100% !important;
  }
}

.elementor-widget-gougi-blog-posts .elementor-widget-container {
  min-height: 1px;
  position: relative;
  overflow: hidden;
}

.blog-preset-load {
  display: none;
}

.blog-preset-load.display {
  display: block;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

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

.loadmore-row {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 24px;
}

.loadmore-row #loadMore {
  border-bottom: 1px solid #121212;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  padding-bottom: 2px;
}

@media (min-width: 1200px) {
  .widget-blog-post .blog-preset-5.blog-preset-load .item-blog .entry-thumbnail img {
    height: auto;
  }
}

.blog-mix .blog-1 {
  float: left;
  width: 100%;
}

.blog-mix .blog-1 .blog-article .cover-image.entry-image-link img {
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .blog-mix .blog-1 .blog-article .cover-image.entry-image-link img {
    max-height: 680px;
  }
}

.blog-mix:first-child .blog-list-mix .item-blog {
  display: block;
}

.blog-mix:first-child .blog-list-mix .item-blog .entry-thumbnail,
.blog-mix:first-child .blog-list-mix .item-blog .info-item-blog {
  width: 100%;
}

.blog-mix:first-child .blog-list-mix .item-blog .cover-image img {
  max-height: 680px;
  height: 680px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .blog-mix:first-child .blog-list-mix .item-blog .cover-image img {
    max-height: 680px;
  }
}

.blog-mix .blog-list-mix .item-blog {
  position: relative;
}

@media (min-width: 768px) {
  .blog-mix .blog-list-mix .item-blog {
    display: flex !important;
    flex-direction: row;
    align-items: center;
  }
  .blog-mix .blog-list-mix .item-blog .entry-thumbnail,
  .blog-mix .blog-list-mix .item-blog .info-item-blog {
    width: 50%;
  }
  .blog-mix .blog-list-mix .item-blog .info-item-blog {
    flex-grow: 1;
  }
  .blog-mix .blog-list-mix .item-blog .entry-thumbnail {
    margin-right: 40px;
  }
}

.blog-mix .blog-list-mix .item-blog .cover-image img {
  height: 330px !important;
  max-height: 330px !important;
  width: 100%;
  object-fit: cover;
}

.blog-mix .blog-list-mix .item-blog .entry-title.blog-entry-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 4px;
  margin-bottom: 13px;
}

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

.blog-mix .blog-list-mix .item-blog .if-author {
  font-size: 16px;
}

.blog-mix .blog-list-mix .item-blog .blog-header-info-blog {
  margin-top: -7px;
}

.blog-mix .blog-list-mix .item-blog .entry-content {
  margin-top: 18px;
}

.blog-mix .blog-list-mix .item-blog .button-read-more {
  margin-top: 16px;
}

/* Widget Blog Slider */
.gougi-blog-slider-widget {
  /* the parent */
}

.gougi-blog-slider-widget .blog-box-slider {
  overflow: hidden;
  transition: all 0.3s;
}

.gougi-blog-slider-widget .blog-box-slider:hover .blog-entry-thumbnail img {
  transform: scale(1.02);
}

.gougi-blog-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.gougi-blog-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .gougi-blog-slider-widget .slick-list {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .gougi-blog-slider-widget .no-excerpt .center {
    position: relative;
    margin-top: -127px;
    max-width: 930px;
    left: 50%;
    width: 70%;
    transform: translate(-50%);
    padding: 42px 80px 46px;
    text-align: center;
  }
}

.gougi-blog-slider-widget .no-excerpt .center .info-blog-change .entry-meta {
  margin-top: 0;
}

.gougi-blog-slider-widget .entry-title {
  margin-bottom: 0;
}

.gougi-blog-slider-widget .blog-slider-wrapper {
  position: relative;
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  right: 0;
  width: 64px;
  z-index: 10;
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-prev:before {
  content: '\f104';
  font-family: "FontAwesome";
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .arrows-next:before {
  content: '\f105';
  font-family: "FontAwesome";
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .gougi-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .gougi-arrow:before {
  color: #e5e5e5;
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .gougi-arrow:hover {
  border-color: #fc5a34;
}

.gougi-blog-slider-widget .blog-slider-wrapper .arrows-widget .gougi-arrow:hover:before {
  color: #fff;
}

.gougi-blog-slider-widget .blog-entry-thumbnail {
  position: relative;
  overflow: hidden;
}

.gougi-blog-slider-widget .blog-entry-thumbnail img {
  object-fit: cover;
  transition: all 0.3s ease;
}

.gougi-blog-slider-widget .blog-entry-thumbnail .gougi-date-time {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #2b9077;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: #fff;
  flex-direction: column;
}

.gougi-blog-slider-widget .blog-entry-thumbnail .gougi-date-time span.space {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #fff;
  opacity: 0.3;
}

@media (min-width: 1024px) {
  .gougi-blog-slider-widget .blog-entry-thumbnail.date-thunnail img {
    min-height: 320px;
    object-fit: cover;
  }
}

.gougi-blog-slider-widget .blog-header-info .if-item:before {
  display: none;
}

.gougi-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
  margin-left: 28px;
}

@media (max-width: 769px) {
  .gougi-blog-slider-widget .blog-header-info .if-item:not(:first-child) {
    margin-left: 20px;
  }
}

.blog-read-more {
  font-size: 12px;
  margin-top: 19px;
  font-weight: bold;
  text-transform: uppercase;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.blog-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.blog-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  color: #000;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.blog-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  opacity: 1;
  background: #121212;
}

.blog-slider-dots .slick-dots li .dots-bullet:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  display: block;
  opacity: 0;
  content: "";
}

.blog-slider-dots .slick-dots li.slick-active .dots-bullet:after {
  opacity: 1;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.cart-custom-gougi {
  display: block;
}

.cart-custom-gougi .icongougi-i-cart.js-cart-button:before {
  font-size: 24px;
  font-weight: 500;
}

.cart-custom-gougi .js-cart-button {
  position: relative;
}

.cart-custom-gougi .shop-cart-count {
  position: absolute;
  top: -9px;
  right: -8px;
}

.gougi-category-box-wrapper .gougi-category-box-image {
  position: relative;
  overflow: hidden;
}

.gougi-category-box-wrapper .gougi-category-box-image img {
  width: 100%;
  object-fit: cover;
}

.gougi-category-box-wrapper .gougi-category-box-image .cat_grid_item__wrapper2 {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.gougi-category-box-wrapper .gougi-category-box-image .cat_grid_item__wrapper3 {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 215px;
  padding: 0 7px;
  min-height: 48px;
  margin: 0;
  flex-wrap: wrap;
}

.gougi-category-box-wrapper .gougi-category-box-image .cat_grid_item__wrapper5 {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  background-color: white;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 0 14px;
  align-items: center;
  width: calc( 100% - 32px);
  min-height: 48px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.gougi-category-box-wrapper .gougi-category-box-image .effect-ef_description {
  opacity: 0;
  visibility: hidden;
  left: -200px;
  transition: all 0.35s ease 0s;
}

@media (max-width: 991px) {
  .gougi-category-box-wrapper .gougi-category-box-image .effect-ef_description {
    opacity: 1;
    visibility: visible;
    transform: unset;
  }
}

.gougi-category-box-wrapper .gougi-category-box-image:hover .effect-ef_description {
  left: 40px;
  opacity: 1;
  visibility: visible;
}

.gougi-category-box-wrapper .gougi-category-button.cat_grid_item__wrapper4 {
  display: block;
}

.gougi-category-box-wrapper .gougi-category-box-title {
  margin: 16px 0 0 0;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_1 {
  position: relative;
  overflow: hidden;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_1 img {
  transition: transform 0.3s ease-out;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_1:hover img {
  transform: scale(1.05);
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2 {
  overflow: hidden;
  position: relative;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2 .gougi-category-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.gougi-category-box-wrapper .gougi-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;
}

.gougi-category-box-wrapper .gougi-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;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2 img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2:hover img {
  transform: scale(1.1);
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2:hover:before {
  width: calc(100% - 40px);
  transform: translateX(0px);
  z-index: 1;
}

.gougi-category-box-wrapper .gougi-category-box-image.hover-effect_2:hover:after {
  height: calc(100% - 40px);
}

.gougi-slider-category-widget {
  position: relative;
}

.gougi-slider-category-widget .category-arrows-widget {
  opacity: 0;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next,
.gougi-slider-category-widget .category-arrows-widget .arrows-prev {
  z-index: 1;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  position: absolute;
  top: calc( 50% - 22px);
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next:before,
.gougi-slider-category-widget .category-arrows-widget .arrows-prev:before {
  color: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next:hover,
.gougi-slider-category-widget .category-arrows-widget .arrows-prev:hover {
  background-color: #121212;
  border-color: #121212;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next:hover:before,
.gougi-slider-category-widget .category-arrows-widget .arrows-prev:hover:before {
  color: #ffffff;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next {
  right: -10px;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-next:before {
  content: "\f105";
  margin-left: 2px;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-prev {
  left: -10px;
}

.gougi-slider-category-widget .category-arrows-widget .arrows-prev:before {
  content: "\f104";
  margin-left: -2px;
}

.gougi-slider-category-widget:hover .category-arrows-widget {
  opacity: 1;
}

.gougi-slider-category-widget .info-category-slider {
  padding: 0 10px;
  height: 0;
}

.gougi-slider-category-widget .fancybox-title {
  transform: translateY(-60px);
  line-height: 50px;
  height: 50px;
  margin: 0 auto;
  padding: 0 22px;
  transition: all .3s ease;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background-color: #fff;
  border-radius: 2px;
}

.gougi-slider-category-widget .fancybox-title svg {
  display: none;
}

.gougi-slider-category-widget .fancybox-title:hover {
  width: 100%;
}

.gougi-slider-category-widget .fancybox-title:hover svg {
  display: block;
}

.gougi-slider-category-widget .fancybox-title-new {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.gougi-slider-item-category {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.box-images-slider {
  position: relative;
  overflow: hidden;
}

.box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
}

.gougi-slider-item-category:hover .box-images-slider {
  position: relative;
  overflow: hidden;
}

.gougi-slider-item-category:hover .box-images-slider img {
  transform: scale(1.1);
}

.category-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #314068;
  display: block;
  border-radius: 50%;
}

.category-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.category-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.category-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.category-slider-dots .slick-dots {
  position: static;
}

.countdown-gougi-widget {
  display: flex;
}

.countdown-gougi-widget .container-box-countdown {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 0;
  background-color: #fb4e50;
}

.countdown-gougi-widget .message {
  margin-right: 6px;
}

.gougi-countdown-item {
  display: inline-block;
  margin: 0 8px;
  text-align: center;
}

.gougi-countdown-item > * {
  display: block;
}

.gougi-countdown-item:first-child {
  margin: 0 9px 0 0;
}

.gougi-countdown-item:last-child {
  margin: 0 0 0 8px;
}

.gougi-countdown-wrapper.border .gougi-countdown-item .gougi-countdown-digit {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-countdown-wrapper.border .gougi-countdown-item .gougi-countdown-label {
  margin-top: 0;
  text-align: center;
}

.gougi-countdown-wrapper.normal .gougi-countdown-item {
  position: relative;
  padding: 0;
}

.gougi-countdown-wrapper.normal .gougi-countdown-item:after {
  content: ':';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
}

.gougi-countdown-wrapper.normal .gougi-countdown-item:last-child:after {
  display: none;
}

.gougi-countdown-wrapper.normal .gougi-countdown-item .item-box-countdown {
  display: flex;
  flex-direction: column;
}

.gougi-countdown-wrapper.normal .gougi-countdown-item .triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 18px solid #ffffff;
  border-left: 18px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gougi-countdown-wrapper.no-padding .gougi-countdown-item .gougi-countdown-digit {
  margin-bottom: 0;
  height: 22px;
}

.gougi-countdown-wrapper.no-padding .gougi-countdown-item .gougi-countdown-label {
  margin-top: 0;
}

.gougi-gallery-widget {
  padding: 0 15px;
}

.gougi-gallery-widget__label span {
  cursor: pointer;
  display: inline-block;
}

.gougi-gallery-archive {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gougi-gallery-archive .gall-thumb {
  display: block;
}

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

.gougi-gallery-archive .gall-thumb__inner {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.gougi-gallery-archive .gall-thumb__inner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gougi-gallery-archive .gall-thumb__inner:hover::before {
  z-index: 1;
}

.gougi-gallery-archive .gall-thumb__inner:hover a {
  opacity: 1;
}

.gougi-gallery-archive .gall-thumb__inner:hover img {
  transform: scale(1.15);
}

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

.gougi-gallery-archive .gall-thumb__inner a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  visibility: hidden;
}

.gougi-gallery-archive .gall-thumb__inner a:hover {
  color: #3a3b59;
}

.gougi-gallery-archive .gall-thumb__inner a:hover:after {
  visibility: visible;
}

.gougi-gallery-archive--2-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .gougi-gallery-archive--2-columns .gall-thumb {
    width: 50%;
  }
}

.gougi-gallery-archive--3-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .gougi-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .gougi-gallery-archive--3-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

.gougi-gallery-archive--4-columns .gall-thumb {
  width: 100%;
}

@media (min-width: 768px) {
  .gougi-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  .gougi-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  .gougi-gallery-archive--4-columns .gall-thumb {
    width: calc( 100% / 4);
  }
}

.gall-thumb__inner {
  overflow: hidden;
}

.gall-thumb__inner img {
  transition-duration: 0.5s;
}

.gougi-gallery-widget {
  overflow: hidden;
}

@media (min-width: 1500px) {
  .gougi-gallery-archive .gall-thumb {
    height: 470px !important;
  }
}

.arrows-widget {
  position: absolute;
  width: 100px;
  left: 0;
  top: calc( 50% - 18px);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all .3s ease;
}

@media (min-width: 1550px) {
  .arrows-widget {
    width: calc( 100% + 120px);
    left: -60px;
  }
}

.arrows-widget .gougi-arrow {
  width: 35px;
  height: 35px;
  background-color: #0c8c6c;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrows-widget .gougi-arrow:before {
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  color: #fff !important;
}

.arrows-widget .arrows-prev:before,
.arrows-widget .arrows-prev1:before,
.arrows-widget .arrows-prev2:before,
.arrows-widget .arrows-prev3:before {
  content: "\f104";
  margin-left: -2px;
}

.arrows-widget .arrows-next:before,
.arrows-widget .arrows-next1:before,
.arrows-widget .arrows-next2:before,
.arrows-widget .arrows-next3:before {
  content: "\f105";
  margin-left: 2px;
}

/**
 * Heading
 */
.gougi-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) {
  .gougi-section-heading {
    flex-direction: column;
    align-items: flex-start;
  }
}

.gougi-section-heading .gougi-headings, .gougi-section-heading .subtitle {
  margin: 0;
}

.gougi-section-heading .subtitle a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .gougi-section-heading .subtitle {
    padding-top: 10px;
  }
}

.gougi-images-widget {
  position: relative;
}

.gougi-images-widget:hover .arrows-widget {
  opacity: 1;
}

.gougi-images-widget .js-images-slider .images-item .images-slider {
  display: flex;
  justify-content: center;
}

.gougi-images-widget .js-images-slider .images-item .images-slider .slider-images {
  object-fit: cover;
}

.gougi-images-widget .js-images-slider .images-item .images-info {
  display: flex;
  flex-direction: column;
}

.gougi-slider-instagram-widget {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}

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

.gougi-slider-instagram-widget .arrows-widget .arrows-prev {
  background-color: transparent;
  border: none;
}

.gougi-slider-instagram-widget .arrows-widget .arrows-prev:before {
  content: "\e901";
  color: #96969b;
  font-size: 26px;
  font-family: 'fontello' !important;
}

.gougi-slider-instagram-widget .arrows-widget .arrows-next {
  background-color: transparent;
  border: none;
}

.gougi-slider-instagram-widget .arrows-widget .arrows-next:before {
  content: "\e902";
  color: #96969b;
  font-size: 26px;
  font-family: 'fontello' !important;
}

.gougi-slider-item-instagram {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

.gougi-slider-item-instagram .box-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 5;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  line-height: 1;
}

.gougi-slider-item-instagram .box-icon .icon svg {
  width: 30px;
  height: auto;
}

.gougi-slider-item-instagram:hover .box-icon {
  opacity: 1;
  visibility: visible;
}

.gougi-slider-item-instagram:hover .box-images-slider img {
  filter: brightness(0.5);
}

.box-images-slider img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  width: 100%;
}

.list-instagram {
  z-index: 5;
}

.instagram-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #314068;
  display: block;
  border-radius: 50%;
}

.instagram-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.instagram-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.instagram-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.instagram-slider-dots .slick-dots {
  position: static;
}

.gougi-landing-image .gougi-landing-image-content .gougi-landing-image-title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 11px;
}

.gougi-landing-image-wrapper {
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 5px;
}

.card {
  align-items: center;
  box-shadow: 0px 10px 25px 0px rgba(71, 92, 133, 0.1);
  border: 8px solid #fff;
  border-radius: 15px;
}

.card__image {
  max-height: 245px;
  overflow: hidden;
  width: 100%;
  border-radius: 8px;
}

.card__image img {
  object-fit: cover;
  overflow: hidden;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

.card__image:hover img {
  transform: translateY(calc(-100% + 245px));
  transition: transform 5s ease-in-out;
}

.gougi-landing-image-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: background-color 0.3s;
  border-radius: 0px;
}

.gougi-landing-image-text {
  display: inline-block;
  padding: 10px 15px;
  background-color: #314068;
  color: #fff;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 10px;
}

.gougi-landing-widget .wrap-control {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-landing-widget .wrap-control .arrows-prev {
  margin-right: 10px;
}

.gougi-landing-widget .wrap-control .arrows-next {
  margin-left: 10px;
}

.gougi-landing-widget .landing--name {
  display: block;
}

.landing-slider-dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.landing-slider-dots .slick-dots li .dots-bullet:before {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  color: #000;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.landing-slider-dots .slick-dots li.slick-active .dots-bullet:before {
  opacity: 1;
  background: #121212;
}

.landing-slider-dots .slick-dots li .dots-bullet:after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  display: block;
  opacity: 0;
  content: "";
}

.landing-slider-dots .slick-dots li.slick-active .dots-bullet:after {
  opacity: 1;
}

.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

@media (max-width: 991px) {
  .clearfix {
    overflow: hidden;
  }
}

.store-list-page {
  background: #f7f7f7;
  display: flex;
  height: 760px;
}

@media (max-width: 650px) {
  .store-list-page {
    display: flex;
    flex-direction: column;
    height: fit-content;
  }
}

.store-list-page .col-location {
  width: 32.03%;
}

.store-list-page .col-location .wrapper-form {
  display: flex;
  overflow-x: scroll;
  height: 760px;
  width: 100%;
  flex-direction: column;
  padding: 0 16px;
  overflow-x: hidden;
}

@media (max-width: 650px) {
  .store-list-page .col-location .wrapper-form {
    height: fit-content;
    padding: 15px 15px 5px;
    overflow-x: scroll;
  }
  .store-list-page .col-location .wrapper-form .entry-content {
    display: flex;
    overflow-y: hidden;
    height: fit-content;
    width: 100%;
    flex-direction: row;
    overflow-x: scroll;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
}

.store-list-page .col-location .wrapper-form .cms-contact-info {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 27px 28px 29px;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .store-list-page .col-location .wrapper-form .cms-contact-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 650px) {
  .store-list-page .col-location .wrapper-form .cms-contact-info {
    margin-top: 0;
  }
}

.store-list-page .col-location .wrapper-form .cms-contact-info .store {
  margin: 0 0 6px 0;
}

.store-list-page .col-location .wrapper-form .cms-contact-info .btn-view-map {
  float: left;
  margin-top: 21px;
  line-height: 1.625;
  border-bottom: 1px solid;
}

@media (max-width: 650px) {
  .store-list-page .col-location .wrapper-form .store-location {
    min-width: calc(50% - 10px);
    margin-right: 20px;
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .store-list-page .col-location .wrapper-form .store-location {
    min-width: 100%;
    margin-right: 15px;
    width: 100%;
  }
}

.store-list-page .col-map {
  width: 67.97%;
}

@media (max-width: 650px) {
  .store-list-page .col-location {
    width: 100%;
    order: 1;
  }
  .store-list-page .col-map {
    width: 100%;
    order: 2;
    height: 400px;
  }
}

.login-gougi-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-gougi-widget .popup-login::-webkit-scrollbar {
  width: 6px;
}

.login-gougi-widget .popup-login::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border-radius: 6px;
  opacity: .8;
}

.login-gougi-widget .popup-login::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}

.login-gougi-widget .popup-login.active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.login-gougi-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-gougi-widget .popup-login .widget-heading .widget-title {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}

.login-gougi-widget .popup-login .widget-heading .close-side-widget {
  font-size: 18px;
  transition: all 0.3s;
}

.login-gougi-widget .popup-login .widget-heading .close-side-widget:hover {
  transform: rotate(90deg);
}

.login-gougi-widget .popup-login .content-login {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.2);
}

.login-gougi-widget .popup-login .content-login form label {
  display: block;
  margin-bottom: 5px;
  vertical-align: middle;
  font-weight: 400;
}

.login-gougi-widget .popup-login .content-login form input[type='email'],
.login-gougi-widget .popup-login .content-login form input[type='text'],
.login-gougi-widget .popup-login .content-login form input[type='password'] {
  padding: 0 20px;
  max-width: 100%;
  width: 100%;
  height: 48px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
  transition: border-color .5s ease;
}

.login-gougi-widget .popup-login .content-login form input[type='email']:focus,
.login-gougi-widget .popup-login .content-login form input[type='text']:focus,
.login-gougi-widget .popup-login .content-login form input[type='password']:focus {
  border-color: #2b9077;
}

.login-gougi-widget .popup-login .content-login form .lost-password {
  display: inline;
  float: right;
}

.login-gougi-widget .popup-login .content-login form .login-remember {
  float: left;
}

.login-gougi-widget .popup-login .content-login form .login-remember label {
  font-size: 13px;
}

.login-gougi-widget .popup-login .content-login form .login-submit {
  clear: both;
}

.login-gougi-widget .popup-login .content-login form .login-submit input {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 18px;
  border: none;
  transition: all 0.3s;
}

.login-gougi-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-gougi-widget .popup-login .create-account-question p {
  color: #2d2a2a;
  font-weight: 600;
  font-size: 14px;
}

.login-gougi-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-gougi-widget .popup-login .create-account-question a:hover {
  opacity: 0.6;
}

.login-gougi-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-gougi-widget .bg-popup-login.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .35s ease, visibility 0s ease;
}

.login-gougi-widget .info-author .profile-gougi {
  font-size: 13px;
}

@media (min-width: 768px) {
  .login-gougi-widget .form-row.form-row-first {
    padding-right: 0;
    width: 100%;
  }
  .login-gougi-widget .form-row.form-row-last {
    width: 100%;
    padding-left: 0;
  }
}

.login-gougi-widget .woocommerce-form-login button[type="submit"] {
  width: 100%;
}

@media (min-width: 783px) {
  .admin-bar .login-gougi-widget .popup-login {
    height: calc( 100vh - 46px);
    top: 46px;
  }
}

@media (min-width: 601px) {
  .admin-bar .login-gougi-widget .popup-login {
    height: calc( 100vh - 32px);
    top: 32px;
  }
}

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

.gougi-my-account .menu-profile-gougi {
  display: block;
}

.gougi-my-account ul {
  width: 120px;
  left: calc(50% - 60px);
  list-style: none;
  background: rgba(255, 255, 255, 0.95);
  transition: all .3s;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  text-align: left;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  padding-left: 0;
  margin: 0;
}

.gougi-my-account ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.gougi-my-account:hover ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.gougi-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.gougi-menu > li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}

.gougi-menu > li .menu-item-main-info {
  display: flex;
  align-items: center;
}

.gougi-menu > li .menu-item-icon {
  padding: 0 10px 0 0;
}

.gougi-menu > li .menu-item-icon-svg {
  display: flex;
  align-items: center;
}

.gougi-menu > li > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 32 px;
  display: flex;
  align-items: center;
}

.gougi-menu a {
  line-height: 50px;
  display: inline-block;
}

.gougi-menu .sub-mega-menu,
.gougi-menu .sub-menu {
  list-style: none;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-15px);
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out 0s, opacity 0.3s;
  transition: all 0.3s ease-in-out 0s, opacity 0.3s;
  min-width: 180px;
  padding: 0;
  margin: 0;
}

.gougi-menu .sub-mega-menu > a,
.gougi-menu .sub-menu > a {
  padding: 15px 20px;
  line-height: 1.6;
}

.gougi-menu .sub-mega-menu .gougi-menu-child,
.gougi-menu .sub-menu .gougi-menu-child {
  left: 100%;
}

.gougi-menu .sub-menu-default {
  background-color: #fff;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
}

.gougi-menu .gougi-menu-child {
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
}

.gougi-menu .gougi-menu-child .sub-mega-menu,
.gougi-menu .gougi-menu-child .sub-menu {
  position: relative;
}

.gougi-menu .menu-item-has-children > a:after {
  content: '\f3d0';
  font-family: "Ionicons";
  padding-left: 5px;
  font-size: 14px;
}

.gougi-menu .menu-item-has-children:hover > .gougi-menu-child {
  visibility: visible;
}

.gougi-menu .menu-item-has-children:hover > .gougi-menu-child > .sub-menu,
.gougi-menu .menu-item-has-children:hover > .sub-mega-menu,
.gougi-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 9999999;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.gougi-menu .menu-item-has-children .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}

.gougi-menu .menu-item-has-children .menu-item-has-children .sub-menu {
  left: 0;
  top: 0;
}

.gougi-menu .menu-item-has-children .menu-item-has-children .gougi-menu-child {
  top: 0;
}

.gougi-menu-sidebar {
  position: fixed;
  left: 0;
  width: 320px;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out;
  top: 0;
  bottom: 0;
  z-index: 999999;
  background-color: #fff;
}

.gougi-menu-sidebar .gougi-dropdown-menu {
  list-style: none;
}

.gougi-menu-sidebar .gougi-dropdown-menu ul {
  list-style: none;
}

.gougi-menu-sidebar .gougi-dropdown-menu a {
  display: block;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
}

.gougi-menu-sidebar .gougi-dropdown-menu .sub-menu {
  margin: 4px 0 4px 10px;
  display: none;
}

.gougi-menu-sidebar .gougi-dropdown-menu .sub-menu a {
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  width: fit-content;
}

.gougi-menu-sidebar .gougi-dropdown-menu .sub-menu a:before {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #121212;
  transition: all 0.3s ease 0s;
}

.gougi-menu-sidebar .gougi-dropdown-menu .sub-menu a:hover:before {
  width: 100%;
}

.gougi-menu-sidebar .gougi-dropdown-menu li.menu-item {
  margin: 0;
}

.gougi-menu-sidebar .menu-item-has-children {
  position: relative;
}

.gougi-menu-sidebar .menu-item-has-children .arrow {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  width: 30px;
  justify-content: flex-end;
  align-items: center;
}

.gougi-menu-sidebar .menu-item-has-children .arrow:after {
  content: '\f3d0';
  font-family: "Ionicons";
  font-size: 14px;
}

.gougi-menu-sidebar .menu-item-has-children a {
  position: relative;
}

.gougi-menu-sidebar .menu-item-has-children a:after {
  display: none;
}

.gougi-overlay {
  display: none;
}

.gougi-menu-sidebar .menu-item-has-children > a .arrow:after {
  content: '\f3d0';
  font-family: "Ionicons";
  transition: all 0.3s;
}

.gougi-menu-sidebar .menu-item-has-children > a .arrow.up:after {
  content: '\f3d1';
  transition: all 0.3s;
}

.gougi-menu-sidebar .menu-item-has-children a {
  display: flex;
  justify-content: space-between;
}

.gougi-menu-sidebar .gougi-dropdown-menu {
  margin: 0;
  padding: 32px;
}

.gougi-menu-sidebar .gougi-menu-dropdown {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  /* width */
  /* Handle */
  /* Handle on hover */
}

.gougi-menu-sidebar .gougi-menu-dropdown::-webkit-scrollbar {
  width: 5px;
}

.gougi-menu-sidebar .gougi-menu-dropdown::-webkit-scrollbar-thumb {
  background: #1f3d70;
  border-radius: 50px;
}

.gougi-menu-sidebar .gougi-menu-dropdown::-webkit-scrollbar-thumb:hover {
  background: #fc1550;
}

.gougi-menu-sidebar .gougi-menu-sidebar--wrapper {
  height: 100vh;
  position: relative;
}

.gougi-menu-sidebar .gougi-menu-sidebar--wrapper .gougi--close-menu-side-bar {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  background-color: #f7f7f7;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gougi-menu-sidebar .gougi-menu-sidebar--wrapper .gougi--close-menu-side-bar svg {
  transition: all .5s ease 0s;
}

.gougi-menu-sidebar .gougi-menu-sidebar--wrapper .gougi--close-menu-side-bar:hover svg {
  transform: rotate(180deg);
}

a.gougi-menu-toggle {
  display: block;
}

a.gougi-menu-toggle .menu-toggle-wrapper {
  font-size: 24px;
}

.gougi-overlay {
  background-color: #121212;
  opacity: .5;
  position: fixed;
  z-index: 999998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out;
}

.gougi-overlay.show {
  display: block;
  transition: all 0.3s ease-out;
}

.gougi-menu-sidebar.show {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}

.gougi-portfolio-pagination-widget .related-posts {
  position: relative;
}

.gougi-portfolio-pagination-widget .related-posts .btn-nav {
  position: absolute;
  top: 36%;
  right: 50%;
  z-index: 99;
}

.btn-nav a:after {
  content: "\f009";
  font-family: "FontAwesome";
  font-size: 18px;
  color: #000;
}

.post-pagination-portfolio .nav-links .nav-previous:after {
  display: none;
}

.post-pagination-portfolio .nav-links {
  display: flex;
  justify-content: space-between;
  min-height: 80px;
  align-items: center;
  padding: 0 30px;
}

.post-pagination-portfolio .nav-links .fa-angle-right:before {
  font-size: 35px;
  transition: 0.3s;
}

.post-pagination-portfolio .nav-links .fa-angle-left:before {
  font-size: 35px;
  transition: 0.3s;
}

.category-isotope {
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.category-isotope li {
  display: inline-block;
}

.category-isotope li a {
  padding: 0 20px;
  font-size: 20px;
}

.category-isotope .nav-link {
  color: #999999;
}

.nav-link {
  position: relative;
}

.isotope-item {
  position: relative;
}

#gallery-isotope {
  margin-top: 40px;
}

.portfolio-info .title-portfolio {
  margin-bottom: 0;
}

.portfolio-slider_item .slider-item {
  margin-bottom: 30px;
}

.single-portfolio .site-content {
  margin: 0;
}

#gallery-isotope {
  display: flex !important;
  flex-wrap: wrap;
}

#gallery-isotope .item-isotope-2-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-2-columns {
    width: calc( 100% / 2);
  }
}

#gallery-isotope .item-isotope-3-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-3-columns {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  #gallery-isotope .item-isotope-3-columns {
    width: calc( 100% / 3);
  }
}

#gallery-isotope .item-isotope-4-columns {
  width: 100%;
}

@media (min-width: 768px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 2);
  }
}

@media (min-width: 991px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 3);
  }
}

@media (min-width: 1200px) {
  #gallery-isotope .item-isotope-4-columns {
    width: calc( 100% / 4);
  }
}

.nav-item .nav-link {
  color: #9e9e9e;
  font-size: 14px;
  text-transform: uppercase;
}

.category-portfolio {
  margin-top: 10px;
}

.category-portfolio a:last-child:before {
  content: "/";
  font-size: 14px;
  margin-right: 6px;
}

.image-iner {
  overflow: hidden;
}

.image-iner img {
  transition-duration: 0.5s;
}

.image-iner img:hover {
  transform: scale(1.15);
}

.product-filter--wrapper .woocommerce .products .product {
  margin: 0 0 50px;
}

@media (max-width: 600px) {
  .product-filter--wrapper .woocommerce .products .product {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .product-filter--wrapper .woocommerce .products .product {
    width: 50%;
  }
}

.product-filter--wrapper .woocommerce .products .product .pro-swatch-list {
  display: none;
}

.product-filter-tab .product-filter-tab {
  padding-right: 65px;
}

.product-filter-tab ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.product-filter-tab .tab-item,
.product-filter-tab .tab-item-filter {
  margin: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.product-filter-tab .tab-item:first-child,
.product-filter-tab .tab-item-filter:first-child {
  margin: 0 25px 0 0;
}

.product-filter-tab .tab-item:last-child,
.product-filter-tab .tab-item-filter:last-child {
  margin: 0 0 0 25px;
}

.product-filter-tab .tab-item:before,
.product-filter-tab .tab-item-filter:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  height: 2px;
  margin: 2px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: .5s;
  opacity: 0;
  background-color: #f00;
}

.product-filter-tab .tab-item:hover,
.product-filter-tab .tab-item-filter:hover {
  color: #000000;
}

.product-filter-tab .tab-item:hover:before,
.product-filter-tab .tab-item-filter:hover:before {
  width: 100%;
  opacity: 1;
}

@media (max-width: 680px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .product-filter-tab .tab-item,
  .product-filter-tab .tab-item-filter {
    margin: 0 10px;
  }
  .product-filter-tab .tab-item:first-child,
  .product-filter-tab .tab-item-filter:first-child {
    margin: 0 10px 0 0;
  }
  .product-filter-tab .tab-item:last-child,
  .product-filter-tab .tab-item-filter:last-child {
    margin: 0 0 0 10px;
  }
}

.product-filter-tab .active {
  color: #000000;
}

.product-filter-tab .active:before {
  width: 100%;
  opacity: 1;
}

.product-filter-content {
  position: relative;
}

.product-filter-content .countdown-product {
  display: none;
}

.product-filter-content .data-content .slick-list .slick-track .slick-slide {
  display: none;
}

.product-filter-content .tab-active .slick-list .slick-track .slick-slide {
  display: block;
}

.product-cat-filter--wrapper .woocommerce .products .product {
  margin: 0 0 50px;
}

@media (max-width: 600px) {
  .product-cat-filter--wrapper .woocommerce .products .product {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 767px) {
  .product-cat-filter--wrapper .woocommerce .products .product {
    width: 50%;
  }
}

.product-cat-filter--wrapper .woocommerce .products .product .pro-swatch-list {
  display: none;
}

.product-filter-category-content .countdown-product {
  display: none;
}

.product-filter-category-content .data-content-filter .slick-list .slick-track .slick-slide {
  display: none;
}

.product-filter-category-content .tab-active .slick-list .slick-track .slick-slide {
  display: block;
}

.product-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.product-wrapper .product-thumbnail {
  max-width: 112px;
  margin-right: 20px;
}

.product-wrapper img {
  max-width: 100%;
  border-radius: 4px;
}

.product-wrapper .product-grid-info .price del, .product-wrapper .product-grid-info .price ins {
  font-size: 16px;
  color: #cfcfcf;
  background: none;
}

.product-wrapper .product-grid-info .price ins .amount {
  color: #fc4c35;
}

.product-wrapper h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.gougi-box-image .elementor-image-box-content {
  margin-top: -18px;
}

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

.gougi-filter-updating .shop-content:after {
  content: '';
  z-index: 10;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.preloader-filter.loadding:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
}

.preloader-filter.loadding:after {
  content: '';
  z-index: 10;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation: circle-loading 0.35s linear infinite;
}

.wd-pro-flash-sale {
  text-align: center;
}

.wd-pro-flash-sale .price {
  font-size: 16px;
}

.flash-sale-cd {
  margin: 50px 0 30px 0;
}

.flash-sale-cd .cd-item {
  flex-direction: column;
  position: relative;
  padding-right: 40px;
  margin-right: 30px;
}

.flash-sale-cd .cd-item:after {
  content: ':';
  font-size: 24px;
  top: 2px;
  position: absolute;
  right: 0;
}

.flash-sale-cd .cd-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.flash-sale-cd .cd-item:last-of-type:after {
  content: none;
}

.flash-sale-cd .cd-time {
  line-height: 36px;
  font-size: 36px;
}

.flash-sale-atc a {
  width: 180px;
  height: 50px;
  padding: 0 15px;
  color: #fff !important;
  margin-top: 40px;
}

.flash-sale-atc a:hover {
  opacity: 0.8;
}

.flash-sale-atc a.loading:before {
  content: none !important;
}

.flash-sale-atc a.added {
  display: none;
}

.flash-sale-atc a.disable {
  pointer-events: none;
  opacity: 0.3;
}

.gougi-product-image {
  position: relative;
  width: fit-content;
  overflow: hidden;
}

.gougi-product-image .pin_gougi {
  position: absolute;
  cursor: pointer;
  z-index: 20;
}

.gougi-product-image .content-product-lookbook {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  padding: 12px 12px 7px 12px;
  background: #ffffff;
  z-index: 15;
  pointer-events: auto;
  display: none;
}

.gougi-product-image .title-product-lookbook {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.gougi-product-image .price-lookbook {
  font-size: 16px;
  font-weight: 400;
  color: #616161;
}

/* columns */
.gougi-products-slider .products.js-products-slider {
  display: block;
}

.gougi-products-slider .products.js-products-slider .content-wrapper {
  display: inline-flex;
}

@media (max-width: 992px) {
  .gougi-products-slider .products.js-products-slider .content-wrapper {
    margin-top: 30px;
  }
}

.gougi-products-slider .products.js-products-slider .content-wrapper .product {
  margin: 0 15px;
}

@media (min-width: 1600px) {
  .gougi-products-slider .products.js-products-slider .row-lookbook {
    padding: 0 120px;
  }
}

@media (min-width: 992px) {
  .gougi-products-slider .products.js-products-slider .row-lookbook {
    display: inline-flex !important;
    align-items: center;
  }
}

.gougi-products-slider {
  position: relative;
}

@media (max-width: 425px) {
  .gougi-products-slider {
    overflow: hidden;
  }
}

.gougi-products-slider .slick-prev,
.gougi-products-slider .slick-next {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.gougi-products-slider .slick-prev:before,
.gougi-products-slider .slick-next:before {
  color: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  opacity: 1;
  font-weight: 400;
}

.gougi-products-slider .slick-next:before {
  content: "\f105";
  margin-left: 2px;
}

.gougi-products-slider .slick-prev:before {
  content: "\f104";
  margin-left: -2px;
}

.gougi-products-slider .slick-prev {
  left: 0;
}

.gougi-products-slider .slick-next {
  right: 0;
}

.gougi-products-slider .slick-arrow {
  outline: none;
  display: block;
  padding: 0 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  top: calc( 50% - 22px);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(0px);
}

.gougi-products-slider .js-products-slider {
  padding: 0 22px;
}

.gougi-products-slider .js-products-slider:hover .slick-arrow {
  opacity: 1;
  transform: translateX(0px);
  background-color: #ffffff;
}

.gougi-products-slider .js-products-slider:hover .slick-arrow:before {
  color: #121212;
}

.gougi-products-slider .js-products-slider:hover .slick-arrow:hover {
  background-color: #121212;
}

.gougi-products-slider .js-products-slider:hover .slick-arrow:hover:before {
  color: #ffffff;
}

.gougi-products-slider .products:hover .slick-list {
  z-index: 1;
}

.gougi-products-slider .product-slider-dots:hover .slick-dots {
  z-index: 2;
}

.product-slider-dots .dots-bullet:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #314068;
  display: block;
  border-radius: 50%;
}

.product-slider-dots .slick-active .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.product-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.product-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #fff;
  border-color: #314068;
  width: 10px;
  height: 10px;
}

.products-layout-2 .onsale {
  display: none;
}

.products-layout-2 .product-image-wrapper {
  width: 33%;
  float: left;
}

.products-layout-2 .product-image-wrapper .loop-action,
.products-layout-2 .product-image-wrapper .open-label-shop {
  display: none;
}

.products-layout-2 .content-info-product {
  width: calc( 67% - 15px);
  margin-left: 15px;
  float: left;
}

.products-layout-2 .content-info-product .gougi-product-cats {
  display: none;
}

.products-layout-2 .content-info-product .woocommerce-loop-product__title {
  margin-top: 0;
}

.products-layout-2 .products.columns-1 .product {
  padding-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}

.products-layout-2 .products.columns-1 li:last-child {
  border-bottom: none;
}

.products-layout-2 .products.columns-1 .gougi-style .woocommerce-loop-product__title,
.products-layout-2 .products.columns-1 .gougi-style .gougi-product-cats,
.products-layout-2 .products.columns-1 .gougi-style .price {
  padding: 0;
}

.products.columns-1 .product:hover .gougi-style {
  box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-rate .star-rating {
  display: none;
}

.loop-product-stock {
  padding: 0 30px;
  margin: -6px 0 0;
  padding-bottom: 23px;
}

.loop-product-stock .status-bar,
.loop-product-stock .sold-bar {
  height: 5px;
  background-color: #2b9077;
  border-radius: 2.5px;
}

.loop-product-stock .status-bar {
  background-color: #e5e5e5;
  margin-bottom: 8px;
  border-radius: 2.5px;
}

.product-stock-status {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: space-between;
}

.product-stock-status .sold,
.product-stock-status .available {
  font-size: 12px;
}

.product-stock-status .sold .label,
.product-stock-status .available .label {
  font-weight: 400;
}

.product-stock-status .sold .value,
.product-stock-status .available .value {
  font-weight: 600;
  color: #314068;
}

.product-stock-status .sold {
  margin-right: 20px;
}

.product-stock-status .available {
  flex-shrink: 0;
}

@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, .gougi-products-tab-widget.loading .gougi-products-tab-body:before, .gougi-products-tab-widget[data-layout="carousel-layout"] .gougi-products-tab-body.has-slider .gougi-products-tab-content:first-of-type .products:not(.tns-slider):before {
  content: '' !important;
  z-index: 5;
  position: absolute;
  border: 1px solid #e5e5e5;
  border-top-color: #222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  animation: circle-loading 0.35s linear infinite;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  transform: translateY(-50%) translateX(-50%);
}

.gougi-slider-widget:not(.tns):not(.tns-slider) .gougi-slide + .gougi-slide {
  display: none;
}

.gougi-slider-widget .gougi-slide {
  position: relative;
}

.gougi-slider-widget .gougi-slider-video-background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gougi-slider-widget .gougi-slider-video-background iframe {
  width: 100% !important;
  height: 100% !important;
}

.gougi-slider-widget .gougi-slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.gougi-slider-widget .gougi-slide-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
}

.gougi-slider-widget .gougi-slide-container:not(.animated) {
  visibility: hidden;
  opacity: 0;
}

.gougi-slider-widget .gougi-slide-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.gougi-slider-widget .gougi-slide-title {
  font-size: 30px;
}

.gougi-slider-widget .gougi-slide-description {
  font-size: 18px;
}

.gougi-slider-widget .gougi-slide-button {
  font-size: 16px;
  display: inline-block;
  padding: 6px 20px;
}

.gougi-product-slider-widget .gougi-product-slider {
  padding-left: 0;
  margin: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product {
  width: calc( (100% - 30px ) / 2);
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) {
  margin-right: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="2"] .product:nth-of-type(2n) ~ .product {
  display: none;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product {
  width: calc( (100% - 60px ) / 3);
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) {
  margin-right: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="3"] .product:nth-of-type(3n) ~ .product {
  display: none;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product {
  width: calc( (100% - 90px ) / 4);
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) {
  margin-right: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="4"] .product:nth-of-type(4n) ~ .product {
  display: none;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product {
  width: calc( (100% - 120px ) / 5);
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) {
  margin-right: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="5"] .product:nth-of-type(5n) ~ .product {
  display: none;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product {
  width: calc( (100% - 150px ) / 6);
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) {
  margin-right: 0;
}

.gougi-product-slider-widget .gougi-product-slider:not(.tns):not(.tns-slider)[data-col="6"] .product:nth-of-type(6n) ~ .product {
  display: none;
}

.gougi-product-slider-widget .gougi-product-slider li {
  list-style: none;
}

.gougi-product-slider-widget .gougi-product-slider.products .product {
  margin: 0;
  clear: none !important;
}

.gougi-product-images-widget {
  min-height: 1px;
}

.gougi-product-images-widget .easyzoom-flyout img {
  max-width: none;
}

.gougi-product-images-widget .tns-controls [data-controls] {
  transition: background-color 0.3s ease;
}

.gougi-product-images-widget .tns-controls [data-controls]:before {
  transition: color 0.3s ease;
}

.gougi-product-category-widget .content-inside .pcw-info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.gougi-product-category-widget .pcw-item {
  position: relative;
}

.gougi-product-category-widget .pcw-image {
  display: block;
}

.gougi-product-category-widget .pcw-info {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
}

.gougi-product-category-widget .pcw-info-inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  margin: 20px;
}

.gougi-product-category-widget .pcw-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

.gougi-product-category-widget .pcw-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background-color: transparent;
}

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

.gougi-posts-widget .wg-post-image {
  display: block;
}

.gougi-posts-widget .wg-post-meta-item + .wg-post-meta-item {
  margin-left: 5px;
}

.gougi-posts-widget .wg-post-meta-item + .wg-post-meta-item:before {
  content: '•';
  margin-right: 7px;
  font-size: 10px;
}

.gougi-posts-widget .wg-post-pagination {
  display: block;
  clear: both;
}

.gougi-posts-widget .wg-post-title {
  font-size: 18px;
}

.gougi-posts-widget.controls-on-hover .tns-controls button,
.gougi-posts-widget.controls-on-hover .tns-nav button {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.gougi-posts-widget.controls-on-hover:hover .tns-controls button,
.gougi-posts-widget.controls-on-hover:hover .tns-nav button {
  opacity: 1;
  visibility: visible;
}

.gougi-posts-widget.arrows-on-hover .tns-controls [data-controls] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.gougi-posts-widget.arrows-on-hover:hover .tns-controls [data-controls] {
  opacity: 1;
  visibility: visible;
}

.gougi-posts-widget.dots-on-hover .tns-nav [data-nav] {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
}

.gougi-posts-widget.dots-on-hover:hover .tns-nav [data-nav] {
  opacity: 1;
  visibility: visible;
}

.gougi-products-tab-widget {
  position: relative;
  transition-duration: 0.3s;
}

.gougi-products-tab-widget.loading {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

.gougi-products-tab-widget.loading .gougi-products-tab-body:after {
  content: '';
}

.gougi-products-tab-widget.loading .gougi-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;
}

.gougi-products-tab-widget[data-layout="carousel-layout"] .gougi-products-tab-body.has-slider .gougi-products-tab-content:first-of-type .products:not(.tns-slider) .product:first-of-type {
  opacity: 0;
  visibility: hidden;
}

.gougi-products-tab-widget[data-layout="carousel-layout"] .gougi-products-tab-body.has-slider .gougi-products-tab-content:first-of-type .products:not(.tns-slider) .product ~ .product {
  display: none;
}

.gougi-products-tab-widget[data-layout="carousel-layout"] .products {
  display: inline-block;
}

.gougi-products-tab-widget[data-layout="carousel-layout"] .products:not([class*="columns"]) .product {
  float: none;
  margin-right: 0;
}

@media (min-width: 992px) {
  .gougi-products-tab-widget[data-layout="carousel-layout"] .products[class*="columns"] {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .gougi-products-tab-widget .gougi-product-tab-carousel-arrows {
    margin: 15px 0;
  }
}

.gougi-products-tab-widget .gougi-product-tab-arrows-container {
  display: none;
  justify-content: space-between;
}

.gougi-products-tab-widget .gougi-product-tab-arrows-container.active {
  display: flex;
}

.gougi-products-tab-widget .gougi-product-tab-arrows-container.hidden {
  display: none;
}

.gougi-products-tab-widget .gougi-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;
}

.gougi-products-tab-widget .gougi-product-tab-arrows-container [aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

.gougi-products-tab-widget .gougi-products-tab-btn {
  cursor: pointer;
  transition-duration: 0.3s;
  padding: 15px 10px;
  display: inline-flex;
  position: relative;
  bottom: -1px;
}

@media (max-width: 535px) {
  .gougi-products-tab-widget .gougi-products-tab-btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.gougi-products-tab-widget .gougi-products-tab-btn.active, .gougi-products-tab-widget .gougi-products-tab-btn:hover {
  color: #333;
}

.gougi-products-tab-widget .gougi-products-tab-body {
  position: relative;
  min-height: 390px;
}

.gougi-products-tab-widget .gougi-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;
}

.gougi-products-tab-widget .gougi-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;
}

.gougi-products-tab-widget .gougi-products-tab-content .no-products-found {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-bottom: 0;
  transform: translate(-50%, -50%);
}

.gougi-products-tab-widget .gougi-products-tab-content.active {
  display: block;
}

.gougi-products-tab-widget .gougi-products-tab-head {
  margin-bottom: 39px;
  border-bottom: 1px solid #fff;
}

.gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 768px) {
  .gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}

.gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons .tabs-name.title {
  position: relative;
  padding: 0;
  margin-right: 25px;
  display: block;
  float: left;
}

.gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons .tabs-name.title:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100px;
  bottom: -1px;
  left: 0;
  background-color: #e44515;
}

.gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons .tabs-button-view {
  display: block;
  float: left;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .gougi-products-tab-widget .gougi-products-tab-head .gougi-products-tab-head-buttons .tabs-filter {
    flex: 1 1 auto;
    padding-top: 10px;
    max-width: 100%;
    width: 100%;
    border-top: 2px solid #EAEAEA;
  }
}

.gougi-products-tab-widget .gougi-products-tab-head .gougi-product-tab-carousel-arrows {
  position: absolute;
  z-index: 20;
  top: calc( 50% - 22px);
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateX(0px);
  width: 100%;
  left: 0;
}

@media (min-width: 1024px) {
  .gougi-products-tab-widget .gougi-products-tab-head .gougi-product-tab-carousel-arrows {
    opacity: 0;
    width: calc( 100% + 44px);
    left: -22px;
  }
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-left,
.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-right {
  padding: 0 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-left:before,
.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-right:before {
  color: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  opacity: 1;
  font-weight: 400;
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-right:before {
  content: "\f105";
  margin-left: 2px;
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-left:before {
  content: "\f104";
  margin-left: -2px;
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-left {
  left: 0;
}

.gougi-products-tab-widget .gougi-products-tab-head .ti-angle-right {
  right: 0;
}

.gougi-products-tab-widget:hover .gougi-product-tab-carousel-arrows {
  opacity: 1;
}

.gougi-products-tab-widget .gougi-products-tab-head .layout-grid {
  width: 100%;
}

@media (min-width: 535px) {
  .gougi-products-tab-widget .gougi-products-tab-head .layout-grid .gougi-products-tab-btn:last-child {
    padding-right: 0;
  }
}

.gougi-products-tab-widget .gougi-products-tab-head .underline .gougi-products-tab-btn.active {
  text-decoration: underline;
}

.tns-inner .products .product {
  float: none;
  margin: 0;
}

.gougi-products-tab-content .tns-nav {
  bottom: -28px;
  height: 28px;
  background-color: #fff;
}

.gougi-products-tab-content .tns-nav button {
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #314068;
}

.gougi-products-tab-content .tns-nav button.tns-nav-active {
  border: 2px solid #314068;
  background-color: #fff;
}

.gougi-widget-search {
  text-align: center;
}

.gougi-widget-search .gougi-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .gougi-widget-search .gougi-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action.vertical .ymm-selector.ymm-box .block-content {
  display: flex;
  flex-direction: column;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action.vertical .ymm-selector.ymm-box .block-content select.ymm-select {
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( 100% / 3);
  height: 55px;
  border-radius: 2px;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
  margin-right: 8px;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 30px) calc(1em + 8px), calc(100% - 25px) calc(1em + 8px), calc(100% - .5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

@media (max-width: 425px) {
  .gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
    margin-bottom: 10px;
  }
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-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;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
  height: 55px;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-submit-any-selection {
    padding: 10px 20px;
  }
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-category-select {
  width: 100%;
  height: 55px;
  border-radius: 2px;
  margin-right: 0;
  padding: 0 30px;
  position: relative;
  border: 1px solid;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table {
  border-collapse: collapse;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr {
  display: flex;
  flex-direction: column;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table tr td {
  margin-bottom: 10px;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-input .input-text.ymm-search-field {
  width: 100%;
  height: 55px;
  border-radius: 2px;
  margin-right: 0;
  padding: 0 30px;
  border: 1px solid;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button {
  padding: 0;
  margin: 0;
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
  min-width: 200px;
  height: 55px;
  padding: 10px 50px;
  border-radius: 2px;
  text-transform: uppercase;
  border: none;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 992px) {
  .gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table .ymm-td-button .button {
    padding: 10px 20px;
  }
}

.gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search table, .gougi-widget-search .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content .ymm-extra .ymm-search tr, .gougi-widget-search .gougi-form-search--wrapper .gougi-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 .gougi-form-search--wrapper {
  padding: 23px 50px;
  background-color: #2a2c3c;
}

@media (max-width: 425px) {
  .search-shop .gougi-form-search--wrapper {
    padding: 23px 15px !important;
  }
}

.search-shop .gougi-form-search--wrapper .gougi-form-search-action .ymm-selector.ymm-box .block-content select.ymm-select {
  width: calc( ( 100% - 194px ) / 3);
  height: 55px;
  border-radius: 2px;
  padding: 0 30px;
  position: relative;
  border: none;
  margin-right: 8px;
}

@media (max-width: 425px) {
  .search-shop .gougi-form-search--wrapper .gougi-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 {
  padding: 0 25px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.tab-container .list-content:before {
  content: '';
  width: 2px;
  height: 40px;
  background-color: #E5E5E5 !important;
  position: absolute;
  right: 0;
}

.tab-container .list-content:first-child {
  padding: 0 25px 0 0;
}

.tab-container .list-content:last-child {
  padding: 0 0 0 25px;
}

.tab-container .list-content:last-child:before {
  width: 0;
}

@media (max-width: 680px) {
  .tab-container .list-content {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .tab-container .list-content {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .tab-container .list-content {
    margin: 0 10px;
  }
  .tab-container .list-content:first-child {
    margin: 0 10px 0 0;
  }
  .tab-container .list-content:last-child {
    margin: 0 0 0 10px;
  }
}

.tab-container .current .nav-item:before {
  color: #121212;
  width: 100%;
  opacity: 1;
}

.tab-content-area .tab-content-item {
  display: none;
}

.tab-content-area .tab-content-item.current {
  display: block;
}

/*Tab content Vertical*/
.tabs-vertical .tab-container {
  display: block;
}

.tabs-vertical .tab-container .list-content {
  padding: 0;
}

.tabs-vertical .tab-container .list-content:before {
  width: 0;
}

@media (max-width: 575px) {
  .tabs-vertical .tab-container .list-content.current {
    border: 1px solid #0c8c6c;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    text-align: center;
    background-color: #0c8c6c;
    color: #fff;
    text-decoration: none;
  }
  .tabs-vertical .tab-container .list-content {
    margin: 20px 0;
    width: 100%;
    border: 1px solid #A0A0A0;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: #A0A0A0;
    color: #fff !important;
  }
  .tabs-vertical .tab-container .list-content .nav-item:before {
    display: none;
  }
}

.gougi-team-member .gougi-member-name .name {
  margin: 0;
}

.gougi-team-member .gougi-member-description {
  margin-bottom: 0;
}

.teammember-slider-dots .dots-bullet:after {
  content: '';
  height: 9px;
  width: 9px;
  background-color: rgba(102, 102, 153, 0.3);
  display: block;
  border-radius: 50px;
}

.teammember-slider-dots .slick-active .dots-bullet:after {
  background-color: #f63e60;
  height: 13px;
  width: 13px;
}

.teammember-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.teammember-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #f63e60;
  height: 13px;
  width: 13px;
}

.teammember-slider-dots .slick-dots {
  position: static;
}

.gougi-teammember-slider-widget {
  /* the parent */
}

.gougi-teammember-slider-widget .slick-slide {
  margin: 0 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

@media (max-width: 425px) {
  .gougi-teammember-slider-widget .slick-slide {
    margin: 0;
    padding-bottom: 10px;
  }
}

.gougi-teammember-slider-widget .slick-list {
  margin: 0 -15px;
}

@media (max-width: 1024px) {
  .gougi-teammember-slider-widget .slick-list {
    margin: 0;
  }
}

.gougi-teammember-slider-widget:hover .arrows-prev {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .gougi-teammember-slider-widget:hover .arrows-prev {
    transform: translateX(-30px);
  }
}

.gougi-teammember-slider-widget:hover .arrows-next {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .gougi-teammember-slider-widget:hover .arrows-next {
    transform: translateX(30px);
  }
}

.gougi-teammember-slider-widget .gougi-member-avatar {
  padding: 20px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.gougi-teammember-slider-widget .gougi-member-avatar:hover .social-team {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gougi-teammember-slider-widget .gougi-member-avatar .social-team {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
  justify-content: center;
  background: #fff;
  transition: all .3s ease-in-out 0s;
  opacity: 0;
}

.gougi-teammember-slider-widget .gougi-member-avatar .social-team ul.gougi-contact-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gougi-teammember-slider-widget .gougi-member-avatar .social-team ul.gougi-contact-icon li {
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.gougi-teammember-slider-widget .gougi-member-avatar .social-team ul.gougi-contact-icon li:first-child {
  border-top: 1px solid #e5e5e5;
}

.gougi-teammember-slider-widget .gougi-member-avatar .social-team ul.gougi-contact-icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 10px;
}

.gougi-teammember-slider-widget .gougi-member-contact-info {
  text-align: center;
}

.testimonial-avatar .avatar {
  margin: 0 auto;
  border-radius: 50%;
}

.testimonial--name {
  margin: 7px 0 3px;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .testimonial--name {
    justify-content: center;
  }
}

.testimonial--name svg {
  margin-left: 8px;
}

.testimonial--position {
  display: block;
  text-align: center;
}

.testimonial--rate {
  display: block;
  font-size: 15px;
}

.gougi-testimonial-widget {
  position: relative;
  /* the slides */
  /* the parent */
}

.gougi-testimonial-widget .slick-slide {
  margin: 0 15px;
}

.gougi-testimonial-widget .slick-slider .slick-track {
  padding: 20px 0 24px 0;
}

.gougi-testimonial-widget .slick-list {
  margin: 0;
}

.gougi-testimonial-widget .slick-slide {
  opacity: 1;
}

.gougi-testimonial-widget .customClass,
.gougi-testimonial-widget .slick-center {
  opacity: 1;
}

.gougi-testimonial-widget .testi-arrow-widget {
  position: absolute;
  top: 50%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  width: 100%;
  opacity: 0;
}

@media (min-width: 1550px) {
  .gougi-testimonial-widget .testi-arrow-widget {
    left: -64px;
    width: calc( 100% + 128px);
    opacity: 1;
  }
}

.gougi-testimonial-widget .testi-arrow-widget .gougi-arrows {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
}

.gougi-testimonial-widget .testi-arrow-widget .gougi-arrows:before {
  color: #121212;
  font-size: 26px;
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 42px;
}

.gougi-testimonial-widget .testi-arrow-widget .gougi-arrows:hover {
  background-color: #121212;
  border-color: #121212;
}

.gougi-testimonial-widget .testi-arrow-widget .gougi-arrows:hover:before {
  color: #ffffff;
}

.gougi-testimonial-widget .testi-arrow-widget .arrows-next:before {
  content: "\f105";
  margin-left: 2px;
}

.gougi-testimonial-widget .testi-arrow-widget .arrows-prev:before {
  content: "\f104";
  margin-left: -2px;
}

.gougi-testimonial-widget:hover .testi-arrow-widget {
  opacity: 1;
}

.gougi-testimonial-widget .testimonial-slider-dots .slick-dots {
  bottom: 20px;
}

.testimonial-item .testimonial-avata .avata-testimonial {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .testimonial-item .testimonial-avata .avata-testimonial {
    max-height: 270px;
    object-fit: cover;
  }
}

.testimonial-index {
  padding: 50px 30px;
  border-radius: 10px;
  margin-top: -60px;
}

.testimonial-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.testimonial-slider-dots .slick-active .dots-bullet:before {
  width: 16px;
  height: 16px;
  border: 1px solid;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-slider-dots .slick-active .dots-bullet:after {
  background-color: #121212;
}

.testimonial-slider-dots .slick-dots li {
  width: auto;
  height: auto;
}

.testimonial-slider-dots .slick-dots li:hover .dots-bullet:after {
  background-color: #121212;
}

.testimonial-slider-dots .slick-dots {
  position: static;
}

.testimonial-order {
  background-color: #ffffff;
  padding: 25px;
}

.btn-show-all {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.gougi-testimonial-button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 48px;
  padding: 0 24px;
  text-align: center;
  display: block;
  width: fit-content;
}

.tetimonial-title h3 {
  margin: 5px 0 8px 0;
}

.gougi-testimonial-widget.layout2 .testimonial-item .item-all-testi {
  display: flex;
  flex-direction: row-reverse;
}

.gougi-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-order {
  max-width: 345px;
}

.gougi-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-avata {
  flex: 1;
}

.gougi-testimonial-widget.layout2 .testimonial-item .item-all-testi .testimonial-avata .avata-testimonial {
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1800px) {
  .gougi-testimonial-widget.layout2 {
    overflow: hidden;
  }
  .gougi-testimonial-widget.layout2 .slick-initialized {
    padding-left: calc((100% - 1410px)/2);
    margin-right: -100px;
  }
}

.gougi-testimonial-widget.layout3 {
  margin-bottom: 77px;
}

.gougi-testimonial-widget.layout3 .testi-arrow-widget {
  position: absolute;
  left: 0;
  width: 104px;
  bottom: 0;
  top: calc( 100% + 27px);
}

.gougi-testimonial-widget.layout3 .testimonial--name {
  display: flex;
  align-items: center;
}

.gougi-testimonial-widget.layout3 .testimonial--name svg {
  margin-left: 8px;
}

.gougi-testimonial-widget.layout4 .avata-testimonial {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}

.gougi-testimonial-widget.layout4 .testi-arrow-widget {
  width: 100%;
  left: 0;
}

.gougi-testimonial-widget.layout4 .testi-arrow-widget .gougi-arrows {
  width: 10px;
  border: none;
  background-color: transparent;
}

.gougi-testimonial-widget.layout4 .testi-arrow-widget .gougi-arrows:before {
  color: #ffffff;
}

.gougi-testimonial-widget.layout4 .testi-arrow-widget .gougi-arrows:hover {
  background-color: transparent;
}

.gougi-testimonial-widget.layout4 .testi-arrow-widget .gougi-arrows:hover:before {
  color: #FABE3C;
}

.gougi-testimonial-widget.layout4 .testimonial-slider-dots .slick-dots li {
  margin: 0 4px;
}

.gougi-testimonial-widget.layout4 .testimonial-slider-dots .dots-bullet:after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid;
  background: transparent;
}

.gougi-testimonial-widget.layout4 .testimonial-slider-dots .slick-active .dots-bullet:before {
  width: 0;
  height: 0;
  border: none;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gougi-testimonial-widget.layout4 .testimonial-slider-dots .slick-active .dots-bullet:after {
  width: 28px;
  border-radius: 44px;
}

/* 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: 40px;
  }
  .blog .blog-read-more {
    margin-top: 20px;
  }
  .single .post-nav-item {
    padding: 10px;
  }
  .single .post-nav-item .nav-item-cont .entry-title {
    font-size: 16px;
    line-height: 1.4;
  }
  /* title for blog widget - elementor */
  .ht-grid-item .entry-title,
  .blog-article-sum .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@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.menu-layout-2 .menu-toggle-btn {
    margin-right: 0;
  }
  .menu-layout.menu-layout-2 .header-logo {
    text-align: center;
  }
  .menu-layout.menu-layout-2.menu-layout--vertical .logo {
    /*iconbar width*/
    margin-left: -26px;
  }
  .menu-toggle-btn {
    margin-right: 9px;
  }
  .menu-layout--transparent {
    position: static;
  }
  .menu-layout-4 .secondary-logo {
    display: none;
  }
  .menu-layout-4 .menu-toggle {
    flex-basis: 35px;
  }
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

.zmdi-chevron-down:before {
  font-family: Material-Design-Iconic-Font;
  padding-left: 4px;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  #theme-page-header .page-header {
    margin-bottom: 0;
  }
  #theme-page-header .page-header.ph-layout-1 {
    margin-bottom: 40px;
  }
}

.no-page-brecbrumd {
  height: 91px;
}

.elementor-page .no-page-brecbrumd {
  height: 0;
}

@media (max-width: 1800px) {
  #shop-quick-view {
    width: 992px;
    height: 500px;
    top: -webkit-calc( ( 100% - 500px ) / 2);
    top: -moz-calc( ( 100% - 500px ) / 2);
    top: calc( ( 100% - 500px ) / 2);
    left: -webkit-calc( ( 100% - 992px ) / 2);
    left: -moz-calc( ( 100% - 992px ) / 2);
    left: calc( ( 100% - 992px ) / 2);
  }
  #quick-view-gallery {
    height: 500px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
    height: 500px;
  }
}

@media (max-width: 1600px) {
  .quick-view-open.cart-sidebar-open.cart-updated #shop-quick-view {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media (max-width: 991px) {
  #shop-quick-view {
    width: 100%;
    height: 400px;
    max-height: 70%;
    left: 15px;
    width: -webkit-calc( 100% - 30px);
    width: -moz-calc( 100% - 30px);
    width: calc( 100% - 30px);
    top: -webkit-calc( ( 100% - 400px ) / 2);
    top: -moz-calc( ( 100% - 400px ) / 2);
    top: calc( ( 100% - 400px ) / 2);
  }
  #quick-view-gallery {
    height: 400px;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-controls {
    display: none;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-nav {
    bottom: 30px;
    opacity: 1;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  #shop-quick-view {
    left: 15px;
    right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #quick-view-gallery {
    height: auto;
  }
  .quick-view-content .quick-view-images {
    width: 100%;
  }
  .quick-view-open {
    overflow: auto;
  }
  .quick-view-open .quick-view-close-btn {
    display: none;
  }
  .quick-view-open #shop-overlay:before {
    content: "\f404";
    font-family: "ionicons";
    position: absolute;
    top: -webkit-calc( ( 100% - 480px ) / 2);
    top: -moz-calc( ( 100% - 480px ) / 2);
    top: calc( ( 100% - 480px ) / 2);
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    color: #fff;
    font-size: 30px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1800px) {
  .single-gallery-grid .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 2599px) {
  .single-gallery-grid .single-product-gallery {
    width: 780px;
  }
}

@media (max-width: 2599px) and (min-width: 768px) {
  .single-gallery-grid .single-product-gallery .pro-img-item {
    max-width: -webkit-calc( ( 100% - 20px ) / 2);
    max-width: -moz-calc( ( 100% - 20px ) / 2);
    max-width: calc( ( 100% - 20px ) / 2);
  }
  .single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 20px;
  }
}

@media (max-width: 2599px) {
  .single-gallery-grid .single-product-gallery iframe, .single-gallery-grid .single-product-gallery embed, .single-gallery-grid .single-product-gallery figure, .single-gallery-grid .single-product-gallery figcaption {
    margin: 20px 0;
  }
  .single-gallery-grid .summary.entry-summary {
    width: calc( 100% - 840px);
  }
}

@media (max-width: 991px) {
  .single-gallery-grid #gallery-image .pro-img-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1800px) {
  .single-gallery-combined-grid .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 2599px) {
  .single-gallery-combined-grid .single-product-gallery {
    width: 780px;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:first-child {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n), .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n+2) {
    max-width: -webkit-calc( ( 100% - 20px ) / 2);
    max-width: -moz-calc( ( 100% - 20px ) / 2);
    max-width: calc( ( 100% - 20px ) / 2);
    margin-right: 20px;
    float: left;
  }
  .single-gallery-combined-grid .single-product-gallery .pro-img-item:nth-child(3n) {
    margin-right: 0;
    float: left;
  }
  .single-gallery-combined-grid .single-product-gallery iframe, .single-gallery-combined-grid .single-product-gallery embed, .single-gallery-combined-grid .single-product-gallery figure, .single-gallery-combined-grid .single-product-gallery figcaption {
    margin: 20px 0;
  }
  .single-gallery-combined-grid .summary.entry-summary {
    width: calc( 100% - 840px);
  }
}

@media (max-width: 991px) {
  .single-gallery-combined-grid #gallery-image .pro-img-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .cart .single_add_to_cart_button {
    width: auto;
    float: left;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .single-gallery-slider .single-product-gallery, .single-gallery-image .single-product-gallery {
    width: 50%;
  }
  .single-gallery-slider .single-product-gallery + .summary, .single-gallery-image .single-product-gallery + .summary {
    padding-left: 30px;
  }
  .single-gallery-slider .summary, .single-gallery-image .summary {
    width: 50%;
  }
  .single-gallery-image .single-product-gallery {
    margin-right: 30px;
  }
  .single-gallery-image .single-product-gallery + .summary {
    padding-left: 0;
  }
  .single-gallery-image .summary {
    width: -webkit-calc( 50% - 30px);
    width: -moz-calc( 50% - 30px);
    width: calc( 50% - 30px);
  }
}

@media (max-width: 991px) {
  .hover-product-image,
  .pro-carousel-thumb .tns-controls {
    display: none;
  }
  .product_list_widget .mini_cart_item .remove_from_cart_button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  .single-gallery-image .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-image .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .single-gallery-slider .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-slider .summary.entry-summary {
    margin-top: 30px;
    width: 100%;
    padding-left: 0;
  }
  .shop-container .shop-content {
    float: left;
    width: 100%;
  }
  .shop-container .shop-content + .shop-sidebar {
    margin-top: 50px;
  }
  .shop-container .shop-sidebar {
    float: left;
    width: 100%;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author, .single-product .woocommerce-Reviews #commentform .comment-form-email {
    width: 100%;
    margin-left: 0;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author input, .single-product .woocommerce-Reviews #commentform .comment-form-email input {
    margin-bottom: 10px !important;
  }
  .single-product .ph-layout-2 {
    height: auto;
    margin-bottom: 0;
  }
  .single-product .ph-layout-2 .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 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%;
  }
  .woocommerce-tabs .tabs {
    margin: 30px 0;
    text-align: left;
  }
  .woocommerce-tabs .tabs li {
    display: inline;
    margin: 0;
  }
  .woocommerce-tabs .tabs a {
    font-size: 20px;
    padding: 5px 10px;
    font-weight: 600;
  }
  .single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .shop-top-bar {
    display: block;
  }
  .shop-top-bar .woocommerce-result-count {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .shop-top-bar .woocommerce-ordering select {
    width: 100%;
    border-radius: 4px;
  }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 50px;
  }
  .single-product .woocommerce-tabs .tabs li {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .single-product .woocommerce-Reviews .comment_container img + .comment-text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .single-product .upsells.products,
  .single-product .related.products {
    padding: 0 15px;
  }
  .single-product .upsells.products > h2,
  .single-product .related.products > h2 {
    font-size: 200%;
    margin: 0;
  }
  .single-product .tawcvs-swatches .swatch {
    margin-bottom: 20px;
  }
}

@media (max-width: 425px) {
  .shop-top-bar {
    display: flex;
  }
}

@media (max-width: 600px) {
  .single-product .cart .quantity {
    width: 100%;
    margin-bottom: 10px;
  }
  .single-product .single_add_to_cart_button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky .single_add_to_cart_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 9999;
  }
}

.shop-container.has-flexible-sidebar .shop-sidebar {
  float: none;
  width: 360px;
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-360px);
  z-index: 1000;
  overflow: auto;
  padding: 40px 30px;
}

.shop-container.has-flexible-sidebar .widget {
  background-color: #fff;
}

.shop-container.has-flexible-sidebar .shop-sidebar.is-visible {
  transform: translateX(0);
}

.logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
  padding-top: 45px;
}

@media (max-width: 783px) {
  .logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
    padding-top: 50px;
    display: block;
    clear: both;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(18, 18, 18, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

.sidebar-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sidebar-toggle {
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 999;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: transform 0.5s ease-in-out, color 0.5s, box-shadow 0.5s;
  transform: translateX(0);
}

.sidebar-toggle:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.sidebar-toggle.is-active {
  transform: translateX(280px);
}

body.hide-scrollbar {
  overflow-x: hidden;
  -ms-overflow-x: hidden;
}

@media (min-width: 992px) {
  body.hide-scrollbar {
    overflow: auto;
  }
}

/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: https://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
[class*="hint--"] {
  position: relative;
  display: inline-block;
  /**
	 * tooltip arrow
	 */
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:before, [class*="hint--"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*="hint--"]:hover:before, [class*="hint--"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

[class*="hint--"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*="hint--"]:after {
  background: #121212;
  color: white;
  padding: 8px 10px 7px 10px;
  font-size: 13px;
  line-height: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

[class*="hint--"][aria-label]:after {
  content: attr(aria-label);
}

[class*="hint--"][data-hint]:after {
  content: attr(data-hint);
}

[aria-label='']:before, [aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #121212;
}

.hint--top-right:before {
  border-top-color: #121212;
}

.hint--top:before {
  border-top-color: #121212;
}

.hint--bottom-left:before {
  border-bottom-color: #121212;
}

.hint--bottom-right:before {
  border-bottom-color: #121212;
}

.hint--bottom:before {
  border-bottom-color: #121212;
}

.hint--left:before {
  border-left-color: #121212;
}

.hint--right:before {
  border-right-color: #121212;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-10px);
  -moz-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(10px);
  -moz-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}

.hint--right:hover:after {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hint--left:hover:after {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  transform: translateX(-10px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-10px);
  -moz-transform: translateX(-100%) translateY(-10px);
  transform: translateX(-100%) translateY(-10px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hint--top-right:hover:after {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(10px);
  -moz-transform: translateX(-100%) translateY(10px);
  transform: translateX(-100%) translateY(10px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.hint--bottom-right:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*="hint--"] {
  /**
	 * tooltip body
	 */
}

[class*="hint--"]:after {
  text-shadow: none;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
.hint--white:after {
  color: #111;
  background-color: #fff;
}

.hint--white.hint--top-left:before {
  border-top-color: #fff;
}

.hint--white.hint--top-right:before {
  border-top-color: #fff;
}

.hint--white.hint--top:before {
  border-top-color: #fff;
}

.hint--white.hint--bottom-left:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom-right:before {
  border-bottom-color: #fff;
}

.hint--white.hint--bottom:before {
  border-bottom-color: #fff;
}

.hint--white.hint--left:before {
  border-left-color: #fff;
}

.hint--white.hint--right:before {
  border-right-color: #fff;
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 5px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
