/*
Theme Name:         G5Plus Auteur
Theme URI:          http://auteur.g5plus.net/
Description:        G5Plus Auteur is a premium responsive WordPress theme created especially for shop online with clean and modern design. <a href="http://www.g5plus.net">Visit site</a>
Version:            4.9
Author:             g5plus
Author URI:         http://g5plus.net/

License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html

Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-auteur
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Base FrameWork
 * 2.0 - Core
 * 3.0 - Typography
 * 4.0 - Widget
 * 5.0 - Header
 * 6.0 - Footer
 * 7.0 - Blog
 * 8.0 - ShortCode
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */

/**
* 1.0 - Base FrameWork
* ----------------------------------------------------------------------------
*/
/**
* Search Popup
* ----------------------------------------------------------------------------
*/
.search-popup-wrap {
  position: relative;
  width: 80%;
  margin: 80px auto;
}
.search-popup-form {
  color: #FFF;
  background-color: #FFF;
  padding: 3px;
}
input[type="search"].search-popup-field {
  background-color: #222;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none !important;
  padding: 0 50px 0 20px;
  height: 60px;
  font-size: 18px;
  color: inherit;
}
input[type="search"].search-popup-field::-webkit-input-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field:-moz-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field::-moz-placeholder {
  color: #fefefe;
}
input[type="search"].search-popup-field:-ms-input-placeholder {
  color: #fefefe;
}
.search-popup-button {
  display: block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: transparent;
  color: #fff;
  border: none;
}
.search-popup-button > i {
  vertical-align: top;
}
.search-popup-result {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  color: #666;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-popup-result.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
ul.search-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-popup-list li {
  padding-left: 20px;
  padding-right: 20px;
}
ul.search-popup-list li .sa-post-thumbnail {
  float: left;
  width: 60px;
}
ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
  overflow: hidden;
  padding-left: 30px;
}
ul.search-popup-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
ul.search-popup-list .sa-post-title {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.search-popup-list .sa-post-meta {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 5px;
  color: #989898;
}
ul.search-popup-list .sa-post-excerpt {
  letter-spacing: 0.08em;
  margin-top: 10px;
}
ul.search-popup-list .sa-product-stock-status {
  font-weight: 700;
}
ul.search-popup-list .sa-product-stock-status .out-of-stock {
  color: red;
}
@media (max-width: 575px) {
  ul.search-popup-list li .sa-post-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
    padding-left: 0;
  }
  input[type="search"].search-popup-field {
    padding: 0 40px 0 10px;
    height: 50px;
    font-size: 15px;
  }
  .search-popup-button {
    right: 10px;
    font-size: 16px;
  }
}
.mfp-bg {
  z-index: 999999 !important;
}
/**
* Zoom effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Newspaper effect
* ----------------------------------------------------------------------------
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-horizontal effect
* ----------------------------------------------------------------------------
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-from-top effect
* ----------------------------------------------------------------------------
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top .mfp-close,
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-from-top.mfp-ready.gsf-menu-popup {
  opacity: 1;
}
.mfp-move-from-top.mfp-ready .mfp-close {
  opacity: 1;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-removing .mfp-close,
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/**
* 3d unfold
* ----------------------------------------------------------------------------
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Zoom-out effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Simple fade transition
* ----------------------------------------------------------------------------
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.top-drawer-mode-toggle {
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-drawer-mode-toggle .top-drawer-inner {
  display: none;
}
.top-drawer-toggle {
  position: absolute;
  right: 0;
  border-top: 35px solid #363839;
  border-left: 35px solid transparent;
  cursor: pointer;
}
.top-drawer-toggle a {
  position: absolute;
  left: -14px;
  top: -30px;
  color: #fff;
  font-size: 12px;
  line-height: normal;
}
/**
* 2.0 Core
* ----------------------------------------------------------------------------
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
#gf-wrapper {
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .gsf-primary-content-full-width > .container {
    max-width: 100%;
  }
}
input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block !important;
  outline: none;
  z-index: 1;
  width: 17px;
  height: 17px;
  margin: 0 10px 0 0 !important;
  background: #f1f1f1;
  vertical-align: middle;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none !important;
}
input[type=radio] + *,
input[type=checkbox] + * {
  vertical-align: middle !important;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: #e4573d;
  background: #fff;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #e4573d;
  background: #f1f1f1;
  font-size: 12px;
  text-align: center;
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  padding: 0 20px;
  line-height: 1;
  max-width: 100%;
  font-size: 14px;
  height: 48px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #ababab;
}
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #ababab;
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #ababab;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #ababab;
}
textarea {
  height: auto;
  padding-top: 15px;
}
/**
* Block Center
* ----------------------------------------------------------------------------
*/
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  font-size: initial;
}
.block-center-inner > * {
  margin: auto;
}
/**
* Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacify 600ms ease 200ms;
  -moz-transition: opacify 600ms ease 200ms;
  -ms-transition: opacify 600ms ease 200ms;
  -o-transition: opacify 600ms ease 200ms;
  transition: opacify 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
/**
* Hidden Mobile
* ----------------------------------------------------------------------------
*/
@media screen and (max-width: 1199px) {
  .gf-hidden-mobile {
    display: none;
  }
}
.gf-border-bottom {
  border-bottom: 1px solid;
  border-color: inherit;
}
.gf-border-top {
  border-top: 1px solid;
  border-color: inherit;
}
/**
* Toggle Icon
* ----------------------------------------------------------------------------
*/
.gf-toggle-icon {
  cursor: pointer;
  display: inline-block;
  width: 26px;
  height: 30px;
  position: relative;
  vertical-align: middle;
}
.gf-toggle-icon > span {
  bottom: 0;
  display: block;
  width: 15px;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #333333;
}
.gf-toggle-icon > span:after,
.gf-toggle-icon > span:before {
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #333333;
}
.gf-toggle-icon > span:before {
  top: 6px;
}
.gf-toggle-icon > span:after {
  top: -6px;
}
.gf-toggle-icon:hover span,
.gf-toggle-icon:hover span:before,
.gf-toggle-icon:hover span:after {
  background-color: #e4573d;
}
.gf-toggle-icon.in > span {
  background-color: transparent !important;
}
.gf-toggle-icon.in > span:after,
.gf-toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
}
.gf-toggle-icon.in > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.gf-toggle-icon.in > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.header-sticky.affix .gf-toggle-icon > span {
  background-color: #333333;
}
.header-sticky.affix .gf-toggle-icon > span:after,
.header-sticky.affix .gf-toggle-icon > span:before {
  background-color: #333333;
}
.header-sticky.affix .gf-toggle-icon:hover span,
.header-sticky.affix .gf-toggle-icon:hover span:before,
.header-sticky.affix .gf-toggle-icon:hover span:after {
  background-color: #e4573d;
}
/**
* Canvas Sidebar
* ----------------------------------------------------------------------------
*/
.canvas-sidebar-wrapper {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 100000;
  left: 0;
  visibility: hidden;
  padding-top: 30px;
  border-bottom: 30px solid transparent !important;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  padding: 0 30px 0 30px;
}
.canvas-sidebar-wrapper .close-canvas {
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  text-align: center;
}
.canvas-sidebar-wrapper.right {
  right: 0;
  left: auto;
  visibility: visible;
  margin-right: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
}
.canvas-sidebar-wrapper.right .close-canvas {
  left: 10px;
  right: auto;
}
.canvas-sidebar-wrapper.left {
  margin-left: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 1199px) {
  body.off-canvas-in .canvas-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
body.bordered.off-canvas-in .canvas-overlay,
body.framed.off-canvas-in .canvas-overlay,
body.boxed.off-canvas-in .canvas-overlay {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
body.bordered.off-canvas-in #gf-wrapper,
body.framed.off-canvas-in #gf-wrapper,
body.boxed.off-canvas-in #gf-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.off-canvas-right #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
body.off-canvas-right.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.off-canvas-left #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}
body.off-canvas-left.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in {
  margin: 0 !important;
  visibility: visible;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in .canvas-sidebar-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  opacity: 1;
}
/**
* Background Color Overlay
* ----------------------------------------------------------------------------
*/
.gf-section-bg-overlay {
  position: relative;
}
.gf-section-bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #666;
}
.back-to-top i {
  font-size: 22px;
  position: relative;
  top: 9px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
ul.gf-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul.gf-inline > li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.gf-inline > li:last-child {
  margin-right: 0 !important;
}
.gf-hover-circle {
  position: relative;
}
.gf-hover-circle:after,
.gf-hover-circle:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid;
  border-color: inherit;
}
.gf-hover-circle:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.gf-hover-circle:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/**
 * Gutter
 * ----------------------------------------------------------------------------
 */
.gf-gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gf-gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gf-gutter-0.gf-blog-inner > article {
  padding-bottom: 0;
}
.gf-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gf-gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gf-gutter-10.gf-blog-inner > article,
.gf-gutter-10 > .grid-item {
  padding-bottom: 10px;
}
.gf-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gf-gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gf-gutter-20.gf-blog-inner > article,
.gf-gutter-20 > .grid-item {
  padding-bottom: 20px;
}
.gf-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gf-gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.gf-gutter-30.gf-blog-inner > article,
.gf-gutter-30 > .grid-item {
  padding-bottom: 30px;
}
.gf-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.gf-gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.gf-gutter-50.gf-blog-inner > article,
.gf-gutter-50 > .grid-item {
  padding-bottom: 50px;
}
.gf-gutter-70 {
  margin-left: -35px;
  margin-right: -35px;
}
.gf-gutter-70 > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}
.gf-gutter-70.gf-blog-inner > article,
.gf-gutter-70 > .grid-item {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .gf-gutter-50 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gf-gutter-50 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gf-gutter-50.gf-blog-inner > article,
  .gf-gutter-50 > .grid-item {
    padding-bottom: 30px;
  }
  .gf-gutter-70 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gf-gutter-70 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gf-gutter-70.gf-blog-inner > article,
  .gf-gutter-70 > .grid-item {
    padding-bottom: 30px;
  }
}
/**
* No Result
* ----------------------------------------------------------------------------
*/
.gf-no-results {
  text-align: center;
}
.gf-no-results .search-form {
  display: inline-block;
}
.gf-no-results .search-form input[type="search"] {
  width: 350px;
}
.gf-no-results > p {
  font-size: 14px;
}
.gf-no-results h2 {
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 10px;
}
.gf-no-results h2 span {
  position: relative;
  display: inline-block;
}
.gf-no-results h2 span:after,
.gf-no-results h2 span:before {
  content: '';
  display: block;
  border-top: 1px solid #ededed;
  position: absolute;
  width: 1000px;
  top: 50%;
}
.gf-no-results h2 span:after {
  right: 100%;
  margin-right: 30px;
}
.gf-no-results h2 span:before {
  left: 100%;
  margin-left: 30px;
}
.gf-no-widget-content,
.gf-content-block-none {
  padding: 10px;
  border: 2px dashed;
}
.gf-no-widget-content.dark,
.gf-content-block-none.dark {
  border: none;
  background-color: #141414;
  color: #fff;
  padding: 20px 0;
}
.gf-404-wrap {
  text-align: center;
}
.gf-404-wrap h2 {
  font-size: 20.0em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
  color: #e4573d !important;
}
.gf-404-wrap h4 {
  font-size: 3.43em;
}
@media (max-width: 992px) {
  .gf-404-wrap {
    text-align: center;
  }
  .gf-404-wrap h2 {
    font-size: 15em;
  }
  .gf-404-wrap h4 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .gf-404-wrap h2 {
    font-size: 8rem;
  }
  .gf-404-wrap h4 {
    font-size: 1.5em;
  }
}
/**
* Owl Carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel > div.owl-nav [class*='owl-'] {
  display: inline-block;
  padding: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  background-color: transparent !important;
  opacity: 0.5;
}
.owl-carousel > div.owl-nav [class*='owl-']:hover {
  opacity: 1;
  color: #fff !important;
  border-color: #fff !important;
}
.owl-carousel > div.owl-nav [class*='owl-']:hover.disabled {
  opacity: 0.5;
}
.owl-carousel > .owl-dots {
  margin-top: 56px !important;
  text-align: center;
}
.owl-carousel > .owl-dots .owl-dot {
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel > .owl-dots .owl-dot:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.owl-carousel > .owl-dots .owl-dot span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel > .owl-dots .owl-dot + .owl-dot {
  margin-left: 19px;
}
.owl-carousel > .owl-dots .owl-dot.active:before,
.owl-carousel > .owl-dots .owl-dot:hover:before,
.owl-carousel > .owl-dots .owl-dot:focus:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.owl-carousel > .owl-dots .owl-dot.active span,
.owl-carousel > .owl-dots .owl-dot:hover span,
.owl-carousel > .owl-dots .owl-dot:focus span {
  background-color: transparent !important;
}
.gf-heading-title {
  font-family: 'Libre Baskerville';
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
  margin-top: 0;
}
.mfp-wrap {
  z-index: 999999;
}
button.mfp-close {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 40px;
}
.gsf-pretty-tabs {
  opacity: 0;
}
.gsf-pretty-tabs-initialized {
  opacity: 1;
}
.nav-tabs {
  margin-bottom: 52px;
  padding-left: 0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent !important;
}
.nav-tabs .dropdown-menu {
  padding: 10px 15px !important;
}
.nav-tabs .dropdown-menu li {
  margin-left: 0 !important;
}
div.tabs-left .gsf-pretty-tabs {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
div.tabs-center .gsf-pretty-tabs {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
div.tabs-right .gsf-pretty-tabs {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.tooltip .tooltip-inner {
  padding: 4px 10px 6px !important;
  -webkit-transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.4s;
  -moz-transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), -moz-transform 0.4s;
  transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), transform 0.4s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.tooltip .arrow {
  -webkit-transition: opacity 0.3s ease, top 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s ease, top 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -moz-transform 0.3s;
  transition: opacity 0.3s ease, top 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), transform 0.3s;
}
.tooltip.bs-tooltip-top .tooltip-inner,
.tooltip.bs-tooltip-top .arrow {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.tooltip.bs-tooltip-top.show .tooltip-inner,
.tooltip.bs-tooltip-top.show .arrow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tooltip.bs-tooltip-bottom .tooltip-inner,
.tooltip.bs-tooltip-bottom .arrow {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tooltip.bs-tooltip-bottom.show .tooltip-inner,
.tooltip.bs-tooltip-bottom.show .arrow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tooltip.bs-tooltip-left .tooltip-inner,
.tooltip.bs-tooltip-left .arrow {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  white-space: nowrap;
}
.tooltip.bs-tooltip-left.show .tooltip-inner,
.tooltip.bs-tooltip-left.show .arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tooltip.bs-tooltip-right .tooltip-inner,
.tooltip.bs-tooltip-right .arrow {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.tooltip.bs-tooltip-right.show .tooltip-inner,
.tooltip.bs-tooltip-right.show .arrow {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #333;
}
.tooltip.show {
  opacity: 1 !important;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #333;
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #333;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #333;
}
.tooltip-inner {
  background-color: #333;
}
.gsf-col-base {
  width: 1.666666666666667%;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.owl-item-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1 !important;
  -webkit-flex-grow: 1 !important;
}
.owl-carousel.carousel-3d {
  overflow: hidden;
}
.owl-carousel.carousel-3d .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.carousel-3d .entry-thumbnail {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel.carousel-3d .owl-item .entry-thumbnail {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel.carousel-3d .owl-item.active.center .entry-thumbnail {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  -moz-transform: scale3d(1.2, 1.2, 1.2);
  -ms-transform: scale3d(1.2, 1.2, 1.2);
  -o-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.owl-carousel.carousel-3d .owl-item.active.center {
  z-index: 1;
}
.gallery-layout-thumbnail .gallery-thumb .owl-item {
  cursor: pointer;
}
.gallery-layout-thumbnail .gallery-thumb .owl-item.current .entry-thumbnail-overlay:after,
.gallery-layout-thumbnail .gallery-thumb .owl-item:hover .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
@keyframes load-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(270deg);
    -moz-transform: translateX(-50%) rotate(270deg);
    -ms-transform: translateX(-50%) rotate(270deg);
    -o-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
[data-items-wrapper] {
  position: relative;
}
[data-items-wrapper] .gsf-content-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-items-wrapper] .gsf-content-loading:before,
[data-items-wrapper] .gsf-content-loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ededed;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[data-items-wrapper] .gsf-content-loading:after {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
[data-items-wrapper].loading .gsf-content-loading:before,
[data-items-wrapper].loading .gsf-content-loading:after {
  opacity: 1;
  visibility: visible;
  animation: load-spin 500ms infinite linear;
  -webkit-animation: load-spin 500ms infinite linear;
}
.ps-container > div.ps-scrollbar-y-rail {
  width: 4px;
  right: 0 !important;
}
.ps-container > div.ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 4px;
}
#gf-wrapper .vc_col-has-fill > .vc_column-inner,
#gf-wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#gf-wrapper [class*="vc_column-gap-"] > .vc_column_container {
  padding-top: 0;
  padding-bottom: 0;
}
#gf-wrapper .wpb_button,
#gf-wrapper .wpb_content_element,
#gf-wrapper ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  #gf-wrapper .vc_row > .gf-container {
    padding-left: 0;
    padding-right: 0;
  }
  /*#gf-wrapper {
		#primary-content:not(.gf-content-full-width) .gf-container {
			padding-left: 0;
			padding-right: 0;
		}
	}*/
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.gf-container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .gf-container-fluid {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .gf-container-fluid {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .gf-container-fluid {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .gf-container-fluid {
    max-width: 100%;
  }
}
.gf-bg-overlay-wrap {
  position: relative !important;
  z-index: 1;
}
.gf-bg-overlay-wrap .gf-bg-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  content: '';
  z-index: 1;
}
.gf-bg-overlay-wrap .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.gf-row-inner:after,
.gf-container:after {
  content: '';
  display: block;
  clear: both;
}
.vc_row.vc_row-flex .gf-row-inner {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.vc_row.vc_row-flex .gf-row-inner,
.vc_row.vc_row-flex .gf-row-inner > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.vc_row.vc_row-flex .gf-row-inner > .vc_column_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.vc_ie-flexbox-fixer .gf-row-inner,
.vc_row.vc_row-flex .gf-row-inner > .vc_column_container > .vc_column-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.vc_row.vc_row-flex .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .vc_row.vc_row-flex .gf-row-inner > .vc_column_container > .vc_column-inner > * {
    min-height: 1em;
  }
}
.vc_row.vc_row-o-content-top .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) .gf-row-inner > .vc_column_container {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) .gf-row-inner > .vc_column_container {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .gf-row-inner > .vc_column_container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_row.vc_column-gap-1 .gf-row-inner > .vc_column_container {
  padding: .5px;
}
.vc_row.vc_column-gap-2 .gf-row-inner > .vc_column_container {
  padding: 1px;
}
.vc_row.vc_column-gap-3 .gf-row-inner > .vc_column_container {
  padding: 1.5px;
}
.vc_row.vc_column-gap-4 .gf-row-inner > .vc_column_container {
  padding: 2px;
}
.vc_row.vc_column-gap-5 .gf-row-inner > .vc_column_container {
  padding: 2.5px;
}
.vc_row.vc_column-gap-10 .gf-row-inner > .vc_column_container {
  padding: 5px;
}
.vc_row.vc_column-gap-15 .gf-row-inner > .vc_column_container {
  padding: 7.5px;
}
.vc_row.vc_column-gap-20 .gf-row-inner > .vc_column_container {
  padding: 10px;
}
.vc_row.vc_column-gap-25 .gf-row-inner > .vc_column_container {
  padding: 12.5px;
}
.vc_row.vc_column-gap-30 .gf-row-inner > .vc_column_container {
  padding: 15px;
}
.vc_row.vc_column-gap-35 .gf-row-inner > .vc_column_container {
  padding: 17.5px;
}
.vc_row.vc_column-gap-1 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-1 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: .5px;
  padding-right: .5px;
}
.vc_row.vc_column-gap-2 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-2 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px;
}
.vc_row.vc_column-gap-3 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-3 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.vc_row.vc_column-gap-4 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-4 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px;
}
.vc_row.vc_column-gap-5 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-5 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.vc_row.vc_column-gap-10 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-10 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_row.vc_column-gap-15 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-15 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.vc_row.vc_column-gap-20 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-20 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_row.vc_column-gap-25 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-25 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.vc_row.vc_column-gap-30 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-30 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_column-gap-35 > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_column-gap-35 > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.vc_row.vc_row-flex > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_row-flex > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.vc_row.vc_row-flex > .vc_vc_column .gf-row-inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .vc_vc_column_inner .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_row.vc_row-o-equal-height .gf-row-inner > .vc_column_container {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top > .vc_vc_column .gf-row-inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .vc_vc_column_inner .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom > .vc_vc_column .gf-row-inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .vc_vc_column_inner .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle > .vc_vc_column .gf-row-inner > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .vc_vc_column_inner .gf-row-inner > .vc_column_container > .vc_column-inner {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column .gf-row-inner > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-row-inner > .vc_column_container {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_separator.vc_separator_align_center h4 {
  color: inherit;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  font-weight: 700;
  font-size: 14px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 14px;
  line-height: 1.857 !important;
  font-weight: 700;
  text-transform: uppercase;
}
.vc_toggle_title h4 {
  font-size: 16px;
}
.vc_progress_bar .vc_label .vc_label_units {
  position: absolute;
  right: 0;
}
.vc_toggle {
  margin-bottom: 0;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-heading {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.vc_toggle_color_accent .vc_toggle_icon {
  background-color: #e4573d;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_accent {
  background-color: #f7f7f7;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title {
  background-color: #f7f7f7;
  padding: 10px 35px 15px 30px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e4573d;
  width: 15px;
  height: 15px;
  left: auto;
  right: 20px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:after {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:before {
  width: 7px;
  height: 1px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:after {
  width: 1px;
  height: 7px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_content {
  padding: 10px 30px 30px;
  margin-bottom: 0;
}
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
  background-color: #e4573d;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel-body {
  border: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-style-outline .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-style-outline .vc_tta-panel-body {
  border: 2px solid #e4573d;
  background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-style-outline .vc_tta-panel-body {
  padding: 25px 15px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-body {
  background-color: #fff;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f7f7f7;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading a {
  padding: 12.5px 20px 12.5px 30px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i {
  width: 15px;
  height: 15px;
  font-size: 15px;
  left: auto;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:after {
  background-color: #ffffff;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:before {
  width: 7px;
  height: 1px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:after {
  width: 1px;
  height: 7px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-body {
  padding: 25px 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-o-no-fill .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i {
  background-color: #ffffff;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-panel-title {
  border-bottom: 1px solid;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-panel-title > a {
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 18px;
  letter-spacing: 0.8px;
  font-weight: 700;
  font-family: 'Libre Baskerville';
  text-transform: uppercase;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline [class*="vc_tta-controls-icon-position-"] .vc_tta-controls-icon {
  font-style: inherit;
  margin-top: -5px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline [class*="vc_tta-controls-icon-position-"] .vc_tta-controls-icon:after {
  display: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline [class*="vc_tta-controls-icon-position-"] .vc_tta-controls-icon:before {
  border: none;
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  content: '\f055';
  font-weight: 300;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_active [class*="vc_tta-controls-icon-position-"] .vc_tta-controls-icon:before {
  content: '\f056';
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-controls-icon-position-left > a {
  padding-right: 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: 10px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-controls-icon-position-right > a {
  padding-left: 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 10px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline .vc_tta-panel-body {
  padding-left: 0;
  padding-right: 0;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-accent .vc_tta-panel-title {
  border-bottom-color: #e4573d;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-blue .vc_tta-panel-title {
  border-bottom-color: #5472d2;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-turquoise .vc_tta-panel-title {
  border-bottom-color: #00c1cf;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-pink .vc_tta-panel-title {
  border-bottom-color: #fe6c61;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-violet .vc_tta-panel-title {
  border-bottom-color: #8d6dc4;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-peacoc .vc_tta-panel-title {
  border-bottom-color: #4cadc9;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-chino .vc_tta-panel-title {
  border-bottom-color: #cec2ab;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-wine .vc_tta-panel-title {
  border-bottom-color: #50485b;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-vista-blue .vc_tta-panel-title {
  border-bottom-color: #75d69c;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-black .vc_tta-panel-title {
  border-bottom-color: #2a2a2a;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-grey .vc_tta-panel-title {
  border-bottom-color: #ccc;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-orange .vc_tta-panel-title {
  border-bottom-color: #f7be68;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-sky .vc_tta-panel-title {
  border-bottom-color: #5aa1e3;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-green .vc_tta-panel-title {
  border-bottom-color: #6dab3c;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-juicy-pink .vc_tta-panel-title {
  border-bottom-color: #f4524d;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-sandy-brown .vc_tta-panel-title {
  border-bottom-color: #f79468;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-purple .vc_tta-panel-title {
  border-bottom-color: #b97ebb;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-style-underline.vc_tta-color-white .vc_tta-panel-title {
  border-bottom-color: #fff;
}
.vc_tta-color-accent .vc_tta-tab.vc_active > a,
.vc_tta-color-accent .vc_tta-tab:hover > a,
.vc_tta-color-accent .vc_tta-tab:focus > a {
  background-color: #e4573d !important;
  color: #ffffff !important;
}
.vc_tta-color-accent.vc_tta-style-outline.vc_tta-tabs .vc_tta-tab.vc_active {
  background-color: transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #ffffff !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tab > a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 35px !important;
}
@media (min-width: 768px) {
  .wpb-js-composer .vc_tta-color-accent.vc_tta-tabs:not(.vc_tta-style-outline) .vc_tta-panels {
    background-color: #f8f8f8;
  }
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  border-color: #e4573d !important;
  border-top-color: transparent !important;
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-tabs.vc_tta-shape-rounded.vc_tta-style-classic .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-tabs.vc_tta-shape-round.vc_tta-style-classic .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.wpb-js-composer .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before {
  border-color: #e4573d !important;
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-tabs.vc_tta-shape-round.vc_tta-style-flat .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.wpb-js-composer .vc_tta-color-accent.vc_tta-tabs.vc_tta-shape-rounded.vc_tta-style-flat .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.wpb-js-composer div.vc_tta-color-accent.vc_tta-style-outline .vc_tta-tab > a,
.wpb-js-composer div.vc_tta-color-accent.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border-color: #e4573d;
  background-color: transparent;
  color: #e4573d;
}
.wpb-js-composer div.vc_tta-color-accent.vc_tta-style-outline .vc_tta-tab > a:focus,
.wpb-js-composer div.vc_tta-color-accent.vc_tta-style-outline .vc_tta-tab > a:hover {
  background-color: #e4573d;
  color: #ffffff;
}
@media (max-width: 767px) {
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-flat .vc_active .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-modern .vc_active .vc_tta-panel-title > a {
    background-color: #e4573d;
    color: #ffffff;
    opacity: 1;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-modern .vc_tta-panel-title > a {
    background-color: #e4573d;
    color: #ffffff;
    opacity: 0.8;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-title > a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 35px !important;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-heading,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 2px solid #e4573d;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panel.vc_active .vc_tta-panel-body,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-flat.vc_tta-shape-rounded .vc_tta-panel.vc_active .vc_tta-panel-body {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-accent.vc_tta.vc_general.vc_tta-style-flat.vc_tta-shape-round .vc_tta-panel.vc_active .vc_tta-panel-body {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }
}
/*
------- Custom VC_Progress_Bar -------*/
.vc_progress_bar.vc_progress-bar-color-accent .vc_single_bar .vc_bar {
  background-color: #e4573d;
}
.vc_progress_bar.prb_vl_move .progress-bar-title {
  margin-bottom: 13px;
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.vc_progress_bar.prb_vl_move .vc_single_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 6px;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: none;
}
.vc_progress_bar.prb_vl_move .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_label {
  padding: 0;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar {
  height: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar .vc_label_units {
  position: absolute;
  right: 0;
  top: -33px;
  background-color: #e4573d;
  color: #ffffff;
  padding: 0 8px;
  height: 20px;
  line-height: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-weight: 800;
  font-size: 15px;
  text-align: center;
}
.vc_progress_bar.prb_vl_right .progress-bar-title {
  margin-bottom: 13px;
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}
.vc_progress_bar.prb_vl_right .vc_single_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 6px;
  margin-bottom: 50px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ededed;
  box-shadow: none;
}
.vc_progress_bar.prb_vl_right .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar.prb_vl_right .vc_single_bar .vc_label {
  padding: 0;
}
.vc_progress_bar.prb_vl_right .vc_single_bar .vc_bar {
  height: 6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -1px;
}
.vc_progress_bar.prb_vl_right .vc_single_bar .vc_label_units {
  position: absolute;
  right: 0;
  top: -33px;
  font-weight: 700;
  font-size: 13px;
}
.page-title-inner {
  padding: 66px 0;
}
.page-title-inner .page-title-content {
  flex-grow: 1;
}
.page-title-inner h1 {
  font-family: 'Libre Baskerville';
  margin: 10px 0;
  font-size: 40px;
}
ul.gf-breadcrumbs {
  font-family: 'Libre Baskerville';
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
ul.gf-breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
ul.gf-breadcrumbs li.breadcrumb-prefix {
  margin-right: 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep:last-child {
  display: none;
}
@media (min-width: 992px) {
  .page-title-inner {
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .page-title-inner .page-title-content {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .gf-page-title > .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.gf-breadcrumbs li {
  font-size: 15px;
  font-style: italic;
}
ul.gf-breadcrumbs li a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gf-breadcrumbs li a:hover,
ul.gf-breadcrumbs li a:focus,
ul.gf-breadcrumbs li a:active {
  text-decoration: none;
  color: #e4573d;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  margin: 0 10px;
}
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  font-weight: 800;
  position: relative;
  letter-spacing: 1px;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 13px 35px;
  font-size: 13px;
  line-height: 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wp-block-button__link.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
.btn.btn-outline {
  padding: 13px 35px;
}
.wp-block-button__link:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.btn:hover,
.wp-block-button__link:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.btn:focus,
.wp-block-button__link.focus,
input[type="submit"].focus,
input[type="button"].focus,
input[type="reset"].focus,
.btn.focus {
  text-decoration: none;
}
.wp-block-button__link:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active,
.wp-block-button__link.active,
input[type="submit"].active,
input[type="button"].active,
input[type="reset"].active,
.btn.active {
  outline: 0;
  background-image: none;
}
.wp-block-button__link.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
input[type="reset"].disabled,
.btn.disabled,
.wp-block-button__link[disabled],
input[type="submit"][disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
.btn[disabled],
fieldset[disabled] .wp-block-button__link,
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] input[type="reset"],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
}
.btn {
  min-width: 160px;
  text-align: center;
}
.wp-block-button__link:not(.has-background):not(.has-text-color),
.btn,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  color: #ffffff;
  background-color: #e4573d;
  border-color: #e4573d;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-link:before,
.btn.btn-link:before,
input[type="submit"].btn-link:before,
input[type="button"].btn-link:before,
input[type="reset"].btn-link:before {
  background-color: #e4573d;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
.btn:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):active,
.btn:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus.btn-link:before,
.btn:focus.btn-link:before,
input[type="submit"]:focus.btn-link:before,
input[type="button"]:focus.btn-link:before,
input[type="reset"]:focus.btn-link:before,
.wp-block-button__link:not(.has-background):not(.has-text-color):active.btn-link:before,
.btn:active.btn-link:before,
input[type="submit"]:active.btn-link:before,
input[type="button"]:active.btn-link:before,
input[type="reset"]:active.btn-link:before,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover.btn-link:before,
.btn:hover.btn-link:before,
input[type="submit"]:hover.btn-link:before,
input[type="button"]:hover.btn-link:before,
input[type="reset"]:hover.btn-link:before {
  background-color: #333333;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled:hover,
.btn.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
input[type="reset"].disabled:hover,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:hover,
.btn[disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:hover,
input[type="reset"][disabled]:hover,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] input[type="submit"]:hover,
fieldset[disabled] input[type="button"]:hover,
fieldset[disabled] input[type="reset"]:hover,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled:focus,
.btn.disabled:focus,
input[type="submit"].disabled:focus,
input[type="button"].disabled:focus,
input[type="reset"].disabled:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:focus,
.btn[disabled]:focus,
input[type="submit"][disabled]:focus,
input[type="button"][disabled]:focus,
input[type="reset"][disabled]:focus,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] input[type="submit"]:focus,
fieldset[disabled] input[type="button"]:focus,
fieldset[disabled] input[type="reset"]:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled:active,
.btn.disabled:active,
input[type="submit"].disabled:active,
input[type="button"].disabled:active,
input[type="reset"].disabled:active,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:active,
.btn[disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:active,
input[type="reset"][disabled]:active,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):active,
fieldset[disabled] .btn:active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] input[type="button"]:active,
fieldset[disabled] input[type="reset"]:active,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled.focus,
.btn.disabled.focus,
input[type="submit"].disabled.focus,
input[type="button"].disabled.focus,
input[type="reset"].disabled.focus,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled].focus,
.btn[disabled].focus,
input[type="submit"][disabled].focus,
input[type="button"][disabled].focus,
input[type="reset"][disabled].focus,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color).focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] input[type="submit"].focus,
fieldset[disabled] input[type="button"].focus,
fieldset[disabled] input[type="reset"].focus {
  background-color: #e4573d;
  border-color: #e4573d;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:focus,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:active {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color {
  border-color: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent !important;
  border: 2px solid currentcolor;
  color: #e4573d;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:active {
  color: #e4573d;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):focus,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
  color: #333;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-xs {
  padding: 11px 25px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-xs.btn-outline {
  padding: 11px 25px;
}
.btn.btn-sm {
  padding: 12px 30px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-sm.btn-outline {
  padding: 12px 30px;
}
.btn.btn-md {
  padding: 13px 35px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-md.btn-outline {
  padding: 13px 35px;
}
.btn.btn-lg {
  padding: 14px 40px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-lg.btn-outline {
  padding: 14px 40px;
}
.btn.btn-link {
  border: none;
  height: auto;
  padding: 0;
  min-width: unset;
  font-weight: 700;
  position: relative;
}
.btn.btn-link:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.btn.btn-link:hover:before,
.btn.btn-link:focus:before,
.btn.btn-link:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.btn.btn-round {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link,
.btn.btn-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-icon-left i {
  margin-right: 10px;
}
.btn.btn-icon-right i {
  margin-left: 10px;
}
.btn.btn-accent {
  color: #ffffff;
  background-color: #e4573d;
  border-color: #e4573d;
}
.btn.btn-accent.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-accent:focus,
.btn.btn-accent:active,
.btn.btn-accent:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-accent:focus.btn-link:before,
.btn.btn-accent:active.btn-link:before,
.btn.btn-accent:hover.btn-link:before {
  background-color: #333333;
}
.btn.btn-accent.disabled:hover,
.btn.btn-accent[disabled]:hover,
fieldset[disabled] .btn.btn-accent:hover,
.btn.btn-accent.disabled:focus,
.btn.btn-accent[disabled]:focus,
fieldset[disabled] .btn.btn-accent:focus,
.btn.btn-accent.disabled:active,
.btn.btn-accent[disabled]:active,
fieldset[disabled] .btn.btn-accent:active,
.btn.btn-accent.disabled.focus,
.btn.btn-accent[disabled].focus,
fieldset[disabled] .btn.btn-accent.focus {
  background-color: #e4573d;
  border-color: #e4573d;
}
.btn.btn-accent.btn-outline {
  color: #e4573d;
  background-color: transparent;
  border-color: #e4573d;
}
.btn.btn-accent.btn-outline.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-accent.btn-outline:focus,
.btn.btn-accent.btn-outline:active,
.btn.btn-accent.btn-outline:hover {
  color: #ffffff !important;
  background-color: #e4573d;
  border-color: #e4573d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-accent.btn-outline:focus.btn-link:before,
.btn.btn-accent.btn-outline:active.btn-link:before,
.btn.btn-accent.btn-outline:hover.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-accent.btn-outline.disabled:hover,
.btn.btn-accent.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-accent.btn-outline:hover,
.btn.btn-accent.btn-outline.disabled:focus,
.btn.btn-accent.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-accent.btn-outline:focus,
.btn.btn-accent.btn-outline.disabled:active,
.btn.btn-accent.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-accent.btn-outline:active,
.btn.btn-accent.btn-outline.disabled.focus,
.btn.btn-accent.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-accent.btn-outline.focus {
  background-color: transparent;
  border-color: #e4573d;
}
.btn.btn-accent.btn-link {
  color: #e4573d;
  background-color: transparent;
  border-color: #e4573d;
}
.btn.btn-accent.btn-link.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-accent.btn-link:focus,
.btn.btn-accent.btn-link:active,
.btn.btn-accent.btn-link:hover {
  color: #e4573d !important;
  background-color: transparent;
  border-color: #e4573d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-accent.btn-link:focus.btn-link:before,
.btn.btn-accent.btn-link:active.btn-link:before,
.btn.btn-accent.btn-link:hover.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-accent.btn-link.disabled:hover,
.btn.btn-accent.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-accent.btn-link:hover,
.btn.btn-accent.btn-link.disabled:focus,
.btn.btn-accent.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-accent.btn-link:focus,
.btn.btn-accent.btn-link.disabled:active,
.btn.btn-accent.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-accent.btn-link:active,
.btn.btn-accent.btn-link.disabled.focus,
.btn.btn-accent.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-accent.btn-link.focus {
  background-color: transparent;
  border-color: #e4573d;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #c5a374;
  border-color: #c5a374;
}
.btn.btn-primary.btn-link:before {
  background-color: #c5a374;
}
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary:focus.btn-link:before,
.btn.btn-primary:active.btn-link:before,
.btn.btn-primary:hover.btn-link:before {
  background-color: #333333;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #c5a374;
  border-color: #c5a374;
}
.btn.btn-primary.btn-outline {
  color: #c5a374;
  background-color: transparent;
  border-color: #c5a374;
}
.btn.btn-primary.btn-outline.btn-link:before {
  background-color: #c5a374;
}
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline:hover {
  color: #ffffff !important;
  background-color: #c5a374;
  border-color: #c5a374;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary.btn-outline:focus.btn-link:before,
.btn.btn-primary.btn-outline:active.btn-link:before,
.btn.btn-primary.btn-outline:hover.btn-link:before {
  background-color: #c5a374;
}
.btn.btn-primary.btn-outline.disabled:hover,
.btn.btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline.disabled:focus,
.btn.btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline.disabled:active,
.btn.btn-primary.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.disabled.focus,
.btn.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-outline.focus {
  background-color: transparent;
  border-color: #c5a374;
}
.btn.btn-primary.btn-link {
  color: #c5a374;
  background-color: transparent;
  border-color: #c5a374;
}
.btn.btn-primary.btn-link.btn-link:before {
  background-color: #c5a374;
}
.btn.btn-primary.btn-link:focus,
.btn.btn-primary.btn-link:active,
.btn.btn-primary.btn-link:hover {
  color: #c5a374 !important;
  background-color: transparent;
  border-color: #c5a374;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-primary.btn-link:focus.btn-link:before,
.btn.btn-primary.btn-link:active.btn-link:before,
.btn.btn-primary.btn-link:hover.btn-link:before {
  background-color: #c5a374;
}
.btn.btn-primary.btn-link.disabled:hover,
.btn.btn-primary.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link.disabled:focus,
.btn.btn-primary.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-primary.btn-link:focus,
.btn.btn-primary.btn-link.disabled:active,
.btn.btn-primary.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-primary.btn-link:active,
.btn.btn-primary.btn-link.disabled.focus,
.btn.btn-primary.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-link.focus {
  background-color: transparent;
  border-color: #c5a374;
}
.btn.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-link:before {
  background-color: #ffffff;
}
.btn.btn-white:focus,
.btn.btn-white:active,
.btn.btn-white:hover {
  color: #ffffff !important;
  background-color: #e4573d;
  border-color: #e4573d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-white:focus.btn-link:before,
.btn.btn-white:active.btn-link:before,
.btn.btn-white:hover.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled:active,
.btn.btn-white[disabled]:active,
fieldset[disabled] .btn.btn-white:active,
.btn.btn-white.disabled.focus,
.btn.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline.btn-link:before {
  background-color: #ffffff;
}
.btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline:active,
.btn.btn-white.btn-outline:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-white.btn-outline:focus.btn-link:before,
.btn.btn-white.btn-outline:active.btn-link:before,
.btn.btn-white.btn-outline:hover.btn-link:before {
  background-color: #ffffff;
}
.btn.btn-white.btn-outline.disabled:hover,
.btn.btn-white.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline.disabled:focus,
.btn.btn-white.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline.disabled:active,
.btn.btn-white.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-white.btn-outline:active,
.btn.btn-white.btn-outline.disabled.focus,
.btn.btn-white.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-white.btn-outline.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-link {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-link.btn-link:before {
  background-color: #ffffff;
}
.btn.btn-white.btn-link:focus,
.btn.btn-white.btn-link:active,
.btn.btn-white.btn-link:hover {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-white.btn-link:focus.btn-link:before,
.btn.btn-white.btn-link:active.btn-link:before,
.btn.btn-white.btn-link:hover.btn-link:before {
  background-color: #ffffff;
}
.btn.btn-white.btn-link.disabled:hover,
.btn.btn-white.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-white.btn-link:hover,
.btn.btn-white.btn-link.disabled:focus,
.btn.btn-white.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-white.btn-link:focus,
.btn.btn-white.btn-link.disabled:active,
.btn.btn-white.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-white.btn-link:active,
.btn.btn-white.btn-link.disabled.focus,
.btn.btn-white.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-white.btn-link.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn.btn-gray.btn-link:before {
  background-color: #808080;
}
.btn.btn-gray:focus,
.btn.btn-gray:active,
.btn.btn-gray:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-gray:focus.btn-link:before,
.btn.btn-gray:active.btn-link:before,
.btn.btn-gray:hover.btn-link:before {
  background-color: #333333;
}
.btn.btn-gray.disabled:hover,
.btn.btn-gray[disabled]:hover,
fieldset[disabled] .btn.btn-gray:hover,
.btn.btn-gray.disabled:focus,
.btn.btn-gray[disabled]:focus,
fieldset[disabled] .btn.btn-gray:focus,
.btn.btn-gray.disabled:active,
.btn.btn-gray[disabled]:active,
fieldset[disabled] .btn.btn-gray:active,
.btn.btn-gray.disabled.focus,
.btn.btn-gray[disabled].focus,
fieldset[disabled] .btn.btn-gray.focus {
  background-color: #808080;
  border-color: #808080;
}
.btn.btn-gray.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #cccccc;
}
.btn.btn-gray.btn-outline.btn-link:before {
  background-color: #cccccc;
}
.btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline:active,
.btn.btn-gray.btn-outline:hover {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-gray.btn-outline:focus.btn-link:before,
.btn.btn-gray.btn-outline:active.btn-link:before,
.btn.btn-gray.btn-outline:hover.btn-link:before {
  background-color: #333333;
}
.btn.btn-gray.btn-outline.disabled:hover,
.btn.btn-gray.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline.disabled:focus,
.btn.btn-gray.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline.disabled:active,
.btn.btn-gray.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-gray.btn-outline:active,
.btn.btn-gray.btn-outline.disabled.focus,
.btn.btn-gray.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-gray.btn-outline.focus {
  background-color: transparent;
  border-color: #cccccc;
}
.btn.btn-gray.btn-link {
  color: #333333;
  background-color: transparent;
  border-color: #ededed;
}
.btn.btn-gray.btn-link.btn-link:before {
  background-color: #ededed;
}
.btn.btn-gray.btn-link:focus,
.btn.btn-gray.btn-link:active,
.btn.btn-gray.btn-link:hover {
  color: #333333 !important;
  background-color: transparent;
  border-color: #ededed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-gray.btn-link:focus.btn-link:before,
.btn.btn-gray.btn-link:active.btn-link:before,
.btn.btn-gray.btn-link:hover.btn-link:before {
  background-color: #ededed;
}
.btn.btn-gray.btn-link.disabled:hover,
.btn.btn-gray.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-gray.btn-link:hover,
.btn.btn-gray.btn-link.disabled:focus,
.btn.btn-gray.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-gray.btn-link:focus,
.btn.btn-gray.btn-link.disabled:active,
.btn.btn-gray.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-gray.btn-link:active,
.btn.btn-gray.btn-link.disabled.focus,
.btn.btn-gray.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-gray.btn-link.focus {
  background-color: transparent;
  border-color: #ededed;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red:hover {
  color: #e14e42 !important;
  background-color: transparent;
  border-color: #e14e42;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-red:focus.btn-link:before,
.btn.btn-red:active.btn-link:before,
.btn.btn-red:hover.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red.disabled:hover,
.btn.btn-red[disabled]:hover,
fieldset[disabled] .btn.btn-red:hover,
.btn.btn-red.disabled:focus,
.btn.btn-red[disabled]:focus,
fieldset[disabled] .btn.btn-red:focus,
.btn.btn-red.disabled:active,
.btn.btn-red[disabled]:active,
fieldset[disabled] .btn.btn-red:active,
.btn.btn-red.disabled.focus,
.btn.btn-red[disabled].focus,
fieldset[disabled] .btn.btn-red.focus {
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red.btn-outline:focus,
.btn.btn-red.btn-outline:active,
.btn.btn-red.btn-outline:hover {
  color: #ffffff !important;
  background-color: #e14e42;
  border-color: #e14e42;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-red.btn-outline:focus.btn-link:before,
.btn.btn-red.btn-outline:active.btn-link:before,
.btn.btn-red.btn-outline:hover.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red.btn-outline.disabled:hover,
.btn.btn-red.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-red.btn-outline:hover,
.btn.btn-red.btn-outline.disabled:focus,
.btn.btn-red.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-red.btn-outline:focus,
.btn.btn-red.btn-outline.disabled:active,
.btn.btn-red.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-red.btn-outline:active,
.btn.btn-red.btn-outline.disabled.focus,
.btn.btn-red.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-red.btn-outline.focus {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-link {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-link.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red.btn-link:focus,
.btn.btn-red.btn-link:active,
.btn.btn-red.btn-link:hover {
  color: #e14e42 !important;
  background-color: transparent;
  border-color: #e14e42;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-red.btn-link:focus.btn-link:before,
.btn.btn-red.btn-link:active.btn-link:before,
.btn.btn-red.btn-link:hover.btn-link:before {
  background-color: #e14e42;
}
.btn.btn-red.btn-link.disabled:hover,
.btn.btn-red.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-red.btn-link:hover,
.btn.btn-red.btn-link.disabled:focus,
.btn.btn-red.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-red.btn-link:focus,
.btn.btn-red.btn-link.disabled:active,
.btn.btn-red.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-red.btn-link:active,
.btn.btn-red.btn-link.disabled.focus,
.btn.btn-red.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-red.btn-link.focus {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #161616;
  border-color: #161616;
}
.btn.btn-black.btn-link:before {
  background-color: #161616;
}
.btn.btn-black:focus,
.btn.btn-black:active,
.btn.btn-black:hover {
  color: #ffffff !important;
  background-color: #e4573d;
  border-color: #e4573d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-black:focus.btn-link:before,
.btn.btn-black:active.btn-link:before,
.btn.btn-black:hover.btn-link:before {
  background-color: #e4573d;
}
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled:active,
.btn.btn-black[disabled]:active,
fieldset[disabled] .btn.btn-black:active,
.btn.btn-black.disabled.focus,
.btn.btn-black[disabled].focus,
fieldset[disabled] .btn.btn-black.focus {
  background-color: #161616;
  border-color: #161616;
}
.btn.btn-black.btn-outline {
  color: #161616;
  background-color: transparent;
  border-color: #161616;
}
.btn.btn-black.btn-outline.btn-link:before {
  background-color: #161616;
}
.btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline:active,
.btn.btn-black.btn-outline:hover {
  color: #ffffff !important;
  background-color: #161616;
  border-color: #161616;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-black.btn-outline:focus.btn-link:before,
.btn.btn-black.btn-outline:active.btn-link:before,
.btn.btn-black.btn-outline:hover.btn-link:before {
  background-color: #161616;
}
.btn.btn-black.btn-outline.disabled:hover,
.btn.btn-black.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-black.btn-outline:hover,
.btn.btn-black.btn-outline.disabled:focus,
.btn.btn-black.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline.disabled:active,
.btn.btn-black.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-black.btn-outline:active,
.btn.btn-black.btn-outline.disabled.focus,
.btn.btn-black.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-black.btn-outline.focus {
  background-color: transparent;
  border-color: #161616;
}
.btn.btn-black.btn-link {
  color: #161616;
  background-color: transparent;
  border-color: #161616;
}
.btn.btn-black.btn-link.btn-link:before {
  background-color: #161616;
}
.btn.btn-black.btn-link:focus,
.btn.btn-black.btn-link:active,
.btn.btn-black.btn-link:hover {
  color: #161616 !important;
  background-color: transparent;
  border-color: #161616;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-black.btn-link:focus.btn-link:before,
.btn.btn-black.btn-link:active.btn-link:before,
.btn.btn-black.btn-link:hover.btn-link:before {
  background-color: #161616;
}
.btn.btn-black.btn-link.disabled:hover,
.btn.btn-black.btn-link[disabled]:hover,
fieldset[disabled] .btn.btn-black.btn-link:hover,
.btn.btn-black.btn-link.disabled:focus,
.btn.btn-black.btn-link[disabled]:focus,
fieldset[disabled] .btn.btn-black.btn-link:focus,
.btn.btn-black.btn-link.disabled:active,
.btn.btn-black.btn-link[disabled]:active,
fieldset[disabled] .btn.btn-black.btn-link:active,
.btn.btn-black.btn-link.disabled.focus,
.btn.btn-black.btn-link[disabled].focus,
fieldset[disabled] .btn.btn-black.btn-link.focus {
  background-color: transparent;
  border-color: #161616;
}
.btn-container.btn-inline {
  display: inline-block;
}
ul.gf-social-icon {
  padding-left: 0;
}
ul.gf-social-icon i {
  font-size: 14px;
}
ul.gf-social-icon > li {
  margin: 0 20px 5px 0;
  display: inline-block;
  color: #ababab;
}
ul.gf-social-icon > li a {
  color: inherit;
  display: block;
  font-size: 0;
}
ul.gf-social-icon > li a:hover,
ul.gf-social-icon > li a:focus,
ul.gf-social-icon > li a:active {
  text-decoration: none;
  color: #e4573d;
}
ul.gf-social-icon > li a:hover {
  color: #e4573d;
}
ul.gf-social-icon.social-icon-large i {
  font-size: 18px;
}
.gf-social-networks ul.gf-social-icon {
  padding-left: 0;
}
ul.social-icon-circle > li > a {
  width: 42px;
  height: 42px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #202020 !important;
  position: relative;
  background-color: #202020 !important;
  color: #fff;
}
ul.social-icon-circle > li > a > i {
  line-height: 40px;
}
ul.social-icon-circle.social-icon-small > li > a {
  width: 30px;
  height: 30px;
}
ul.social-icon-circle.social-icon-small > li > a > i {
  line-height: 28px;
}
ul.social-icon-circle.social-icon-large > li > a {
  width: 45px;
  height: 45px;
}
ul.social-icon-circle.social-icon-large > li > a > i {
  line-height: 43px;
}
ul.social-icon-circle-outline > li > a {
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.social-icon-circle-outline > li > a:hover,
ul.social-icon-circle-outline > li > a:focus {
  border-color: transparent !important;
}
ul.social-icon-circle-outline > li > a i {
  line-height: 38px;
  font-size: 14px;
}
ul.social-icon-circle-outline.social-icon-small > li > a {
  width: 30px;
  height: 30px;
}
ul.social-icon-circle-outline.social-icon-small > li > a i {
  line-height: 28px;
  font-size: 12px;
}
ul.social-icon-circle-outline.social-icon-large > li > a {
  width: 48px;
  height: 48px;
}
ul.social-icon-circle-outline.social-icon-large > li > a i {
  line-height: 46px;
  font-size: 16px;
}
ul.social-icon-text {
  display: inline-block;
}
ul.social-icon-text.social-icon-small > li > a {
  font-size: 13px;
}
ul.social-icon-text.social-icon-large > li > a {
  font-size: 17px;
}
ul.social-icon-text li {
  position: relative;
  display: inline-block;
  color: #ababab;
  margin-right: 35px;
}
ul.social-icon-text li > a {
  font-size: 15px;
  line-height: 1.6;
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.social-icon-text li > a i {
  margin-right: 10px;
}
/**
 * 3.0 - Typography
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Nunito Sans';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  position: relative;
  line-height: 1.73;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #e4573d;
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 35px;
  margin-bottom: 15px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}
h1 {
  font-family: 'Libre Baskerville';
  font-size: 56px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
}
h2 {
  font-family: 'Libre Baskerville';
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
h3 {
  font-family: 'Libre Baskerville';
  font-size: 34px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
h4 {
  font-family: 'Libre Baskerville';
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
}
h5 {
  font-family: 'Libre Baskerville';
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
h6 {
  font-family: 'Libre Baskerville';
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::-moz-selection {
  background-color: #e4573d;
  color: #ffffff;
}
::selection {
  background-color: #e4573d;
  color: #ffffff;
}
.alignright {
  margin: 5px 0 20px 30px;
  float: right;
}
.alignleft {
  margin: 5px 30px 15px 0;
  float: left;
}
.has-drop-cap:not(:focus):first-letter {
  font-size: 3.75em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
  font-family: 'Libre Baskerville';
}
[class*="gsf-dropcap-"] {
  display: inline-block;
}
[class*="gsf-dropcap-"]::first-letter {
  display: block;
  float: left;
  margin: 0 15px -10px 0;
  font-size: 78px;
  line-height: 72px;
  height: 72px;
  width: 72px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.gsf-dropcap-default::first-letter {
  height: 60px;
  line-height: 60px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter {
  color: #fff;
  padding: 0 11px;
}
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-circle-outline::first-letter {
  background: transparent;
  border: 2px solid #e4573d;
  padding: 0 11px;
}
.gsf-dropcap-circle::first-letter,
.gsf-dropcap-circle-outline::first-letter {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
[class*="gsf-highlighted"] {
  padding: 0 3px;
}
.gsf-highlighted-red {
  background-color: red;
}
.gsf-highlighted-yellow {
  background-color: yellow;
}
[class*="gsf-list"] {
  list-style-type: none;
}
[class*="gsf-list"] li {
  position: relative;
}
[class*="gsf-list"] li:before {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
  text-decoration: inherit;
  font-size: 12px;
}
.gsf-list-check li:before {
  content: '\f00c';
}
.gsf-list-star li:before {
  content: '\f005';
}
.gsf-list-edit li:before {
  content: '\f044';
}
.gsf-list-folder li:before {
  content: '\f07b';
}
.gsf-list-file li:before {
  content: '\f15b';
}
.gsf-list-heart li:before {
  content: '\f004';
}
.gsf-list-asterisk li:before {
  content: '\f069';
}
.gsf-divider-small {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.gsf-divider-tiny {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.gsf-divider-large {
  border-top-width: 2px;
}
.gf-entry-content h1,
.gf-entry-content h2,
.gf-entry-content h3,
.gf-entry-content h4,
.gf-entry-content h5,
.gf-entry-content h6,
.gf-entry-content p,
.gf-entry-content hr,
.gf-entry-content dl,
.gf-entry-content blockquote,
.gf-entry-content table,
.gf-entry-content ul,
.gf-entry-content ol,
.gf-entry-content address,
.gf-entry-content pre,
.gf-entry-content figure {
  margin-bottom: 20px;
}
.gf-entry-content h1:last-child,
.gf-entry-content h2:last-child,
.gf-entry-content h3:last-child,
.gf-entry-content h4:last-child,
.gf-entry-content h5:last-child,
.gf-entry-content h6:last-child,
.gf-entry-content p:last-child,
.gf-entry-content hr:last-child,
.gf-entry-content dl:last-child,
.gf-entry-content blockquote:last-child,
.gf-entry-content table:last-child,
.gf-entry-content ul:last-child,
.gf-entry-content ol:last-child,
.gf-entry-content address:last-child,
.gf-entry-content pre:last-child,
.gf-entry-content figure:last-child {
  margin-bottom: 0;
}
.gf-entry-content iframe {
  max-width: 100%;
}
.gf-entry-content hr {
  margin-top: 20px;
  border-top: 1px solid;
  clear: both;
}
.gf-entry-content table {
  border: 1px solid;
}
.gf-entry-content td,
.gf-entry-content th {
  padding: 8px;
  border: 1px solid;
  vertical-align: top;
}
.gf-entry-content thead th {
  font-weight: bold;
  vertical-align: bottom;
  background-color: #f8f8f8;
}
.gf-entry-content thead:first-child > tr:first-child > td,
.gf-entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.gf-entry-content dt,
.gf-entry-content dd {
  line-height: 2;
}
.gf-entry-content dd {
  margin-bottom: 15px;
}
.gf-entry-content ul,
.gf-entry-content ol {
  padding-left: 30px;
}
.gf-entry-content li {
  line-height: 1.8;
}
.gf-entry-content li > ul,
.gf-entry-content li > ol {
  margin-bottom: 0;
}
.gf-entry-content address {
  line-height: 1.8;
  font-style: italic;
}
.gf-entry-content .wp-block-code,
.gf-entry-content pre {
  padding: 15px;
  font-size: 0.875rem;
  background-color: #f8f8f8;
}
.gf-entry-content .wp-block-code code,
.gf-entry-content pre code {
  font-family: inherit;
}
.gf-entry-content label {
  vertical-align: top;
}
.gf-entry-content figure,
.gf-entry-content img {
  max-width: 100%;
  height: auto;
}
.gf-entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px;
}
.gf-entry-content figure.aligncenter {
  margin: 20px auto;
}
.gf-entry-content figure.aligncenter img {
  display: inline-block;
}
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption {
  font-size: 13px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.gf-entry-content .gallery-caption {
  background-color: transparent !important;
  border: none;
  padding: 0;
  text-align: center;
}
.gf-entry-content blockquote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid;
  padding-left: 1em;
  border-color: #333333;
}
.gf-entry-content blockquote:not(.is-large):not(.is-style-large).has-text-align-right {
  padding-right: 1em;
  padding-left: 0;
  border-left: none;
}
.gf-entry-content .wp-block-quote cite,
.gf-entry-content .wp-block-quote footer,
.gf-entry-content .wp-block-quote__citation {
  color: #696969;
}
.gf-entry-content .twitter-tweet {
  width: 100% !important;
}
.gf-entry-content .gallery {
  margin: 0 -5px 10px -5px;
}
.gf-entry-content .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gf-entry-content .gallery-icon img {
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ededed;
  padding: 5px;
}
.gf-entry-content .gallery-icon img:hover {
  border-color: #e4573d !important;
}
.gf-entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gf-entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gf-entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gf-entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gf-entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gf-entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gf-entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gf-entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gf-entry-content .gallery-columns-6 .gallery-caption,
.gf-entry-content .gallery-columns-7 .gallery-caption,
.gf-entry-content .gallery-columns-8 .gallery-caption,
.gf-entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}
.gf-entry-content .gsf-page-links {
  margin: 20px 0 0;
  clear: both;
}
.gf-entry-content .gsf-page-links span {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.gf-entry-content .gsf-page-links span.gsf-page-links-title {
  text-transform: uppercase;
}
.gf-entry-content .gsf-page-links > a:hover > span,
.gf-entry-content .gsf-page-links > a:focus > span,
.gf-entry-content .gsf-page-links > a:active > span,
.gf-entry-content .gsf-page-links > .gsf-page-link {
  border-color: #e4573d !important;
  background-color: #e4573d !important;
  color: #fff !important;
}
.gf-entry-content .bypostauthor,
.gf-entry-content .sticky {
  color: inherit;
}
.gf-entry-content .mce-menu {
  z-index: 999999 !important;
}
.gf-entry-content ul.wp-block-gallery {
  padding: 0;
}
.gf-entry-content .wp-block-pullquote {
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  color: #333333;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
  padding-left: 0;
  border-left: none;
}
.gf-entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.gf-entry-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.gf-entry-content ul.wp-block-archives-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.gf-entry-content ul.wp-block-archives-list li {
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-family: 'Libre Baskerville';
  line-height: 20px;
}
.gf-entry-content ul.wp-block-archives-list li + li {
  margin-top: 16px;
}
.gf-entry-content ul.wp-block-archives-list li > a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding: 0;
}
.gf-entry-content ul.wp-block-archives-list li > a:hover,
.gf-entry-content ul.wp-block-archives-list li > a:focus,
.gf-entry-content ul.wp-block-archives-list li > a:active {
  text-decoration: none;
  color: #e4573d;
}
.gf-entry-content ul.wp-block-archives-list li > a:before {
  background-color: #ababab;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.gf-entry-content ul.wp-block-archives-list .count {
  font-size: 15px;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 10px;
}
.gf-entry-content ul.wp-block-archives-list .count:before {
  content: '(';
}
.gf-entry-content ul.wp-block-archives-list .count:after {
  content: ')';
}
.gf-entry-content ul.wp-block-archives-list li > a:hover,
.gf-entry-content ul.wp-block-archives-list li > a:focus,
.gf-entry-content ul.wp-block-archives-list li > a:active {
  color: #333333;
}
.gf-entry-content ul.wp-block-archives-list li > a:hover + span.count,
.gf-entry-content ul.wp-block-archives-list li > a:focus + span.count,
.gf-entry-content ul.wp-block-archives-list li > a:active + span.count {
  color: #333333;
}
.gf-entry-content ul.wp-block-archives-list li > a:hover:before,
.gf-entry-content ul.wp-block-archives-list li > a:focus:before,
.gf-entry-content ul.wp-block-archives-list li > a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  right: 0;
}
.gf-entry-content ul.wp-block-latest-posts,
.gf-entry-content ol.wp-block-latest-comments {
  padding: 0;
  list-style: none;
}
.gf-entry-content ul.wp-block-latest-posts a,
.gf-entry-content ol.wp-block-latest-comments a {
  color: inherit;
}
.gf-entry-content ul.wp-block-latest-posts a:hover,
.gf-entry-content ol.wp-block-latest-comments a:hover,
.gf-entry-content ul.wp-block-latest-posts a:focus,
.gf-entry-content ol.wp-block-latest-comments a:focus,
.gf-entry-content ul.wp-block-latest-posts a:active,
.gf-entry-content ol.wp-block-latest-comments a:active {
  text-decoration: none;
  color: #e4573d;
}
.gf-entry-content ul.wp-block-latest-posts li,
.gf-entry-content ol.wp-block-latest-comments li {
  line-height: 20px;
}
.gf-entry-content ul.wp-block-latest-posts li + li,
.gf-entry-content ol.wp-block-latest-comments li + li {
  margin-top: 16px;
}
.gf-entry-content .wp-block-cover-image,
.gf-entry-content .wp-block-cover {
  color: #f8f9f9;
  margin-bottom: 30px;
}
.gf-entry-content .wp-block-cover-image p,
.gf-entry-content .wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.gf-entry-content .wp-block-cover-image a,
.gf-entry-content .wp-block-cover a {
  color: inherit;
}
.gf-entry-content .wp-block-button {
  margin-bottom: 30px;
}
.gf-entry-content .wp-block-embed {
  margin: 0 0 30px;
}
.gf-entry-content .blocks-gallery-grid {
  margin-bottom: -16px;
  padding-left: 0 !important;
}
.gf-entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.gf-entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.gf-entry-content .blocks-gallery-grid .blocks-gallery-image figcaption,
.gf-entry-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  color: #fff !important;
  margin: 0;
}
.gf-entry-content .blocks-gallery-caption {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.gf-entry-content .wp-block-categories select,
.gf-entry-content .wp-block-archives select {
  width: 100%;
  max-width: 100%;
}
.gf-entry-content .wp-block-columns,
.gf-entry-content .wp-block-group,
.gf-entry-content .wp-block-group.has-background,
.gf-entry-content .wp-block-search,
.gf-entry-content ul.wp-block-categories,
.gf-entry-content ul.wp-block-archives,
.gf-entry-content .wp-block-archives.wp-block-archives-dropdown,
.gf-entry-content ol.wp-block-latest-comments,
.gf-entry-content .wp-block-media-text,
.gf-entry-content .wp-block-rss,
.gf-entry-content .wp-block-latest-posts,
.gf-entry-content .wp-block-latest-comments,
.gf-entry-content .wp-block-archives,
.gf-entry-content .wp-block-categories {
  margin-bottom: 30px;
}
.gf-entry-content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.gf-entry-content .wp-block-search {
  position: relative;
}
.gf-entry-content .wp-block-search .search-field {
  width: 100%;
  padding-right: 40px;
}
.gf-entry-content .wp-block-search .wp-block-search__button {
  position: absolute;
  width: 40px;
  height: 48px;
  bottom: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 0;
  cursor: pointer;
}
.gf-entry-content .wp-block-search .wp-block-search__button:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f002";
  font-size: 14px;
}
.gf-entry-content .wp-block-rss {
  list-style: none;
  padding: 0;
}
.gf-entry-content .wp-block-rss a {
  color: inherit;
}
/**
* 4.0 - Widget
* ----------------------------------------------------------------------------
*/
.widget {
  position: relative;
}
.widget .screen-reader-text {
  display: none;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget + .widget {
  margin-top: 48px;
}
.widget a {
  color: inherit;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: none;
  color: #e4573d;
}
.widget_rss ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.widget_rss li,
.widget_recent_entries li,
.widget_recent_comments li,
.widget_meta li {
  line-height: 20px;
}
.widget_rss li + li,
.widget_recent_entries li + li,
.widget_recent_comments li + li,
.widget_meta li + li {
  margin-top: 16px;
}
.widget_rss ul .rsswidget {
  display: block;
  font-weight: bold;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 13px;
  margin: 5px 0;
  display: block;
}
.widget_archive select,
.widget_categories select,
.widget_product_categories select {
  width: 100%;
}
.widget_calendar .calendar_wrap caption {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  color: #696969;
  background-color: #f8f8f8;
  border: solid 1px #ededed;
  margin-bottom: 5px;
  text-align: center;
  caption-side: top;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar td.active,
.widget_calendar #wp-calendar th {
  background-color: #f8f8f8;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #ededed;
  text-align: center;
  padding: 5px 0;
}
.widget_calendar #wp-calendar tfoot td {
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0 0 0;
  font-size: 13px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
.gf-sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
}
.widget_layered_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  .gsf-sidebar-left .primary-sidebar-inner {
    padding-right: 10px;
  }
  .gsf-sidebar-right .primary-sidebar-inner {
    padding-left: 10px;
  }
}
.gsf-field-select-inner select {
  width: 100%;
}
.widget .wp-block-group__inner-container > h2,
.widgettitle,
.widget-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  border-bottom: 1px solid #ededed;
  padding-bottom: 6px;
}
.widget .wp-block-group__inner-container > h2 span,
.widgettitle span,
.widget-title span {
  position: relative;
}
.widget .wp-block-group__inner-container > h2 span:before,
.widgettitle span:before,
.widget-title span:before {
  content: '';
  display: block;
  border-top: 1px solid #e4573d;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
}
/**
* Search Form
* ----------------------------------------------------------------------------
*/
.wc-block-product-search form,
.wp-block-search,
.search-form,
.woocommerce-product-search {
  position: relative;
}
.wc-block-product-search form input[type="search"],
.wp-block-search input[type="search"],
.search-form input[type="search"],
.woocommerce-product-search input[type="search"] {
  width: 100%;
  padding-right: 40px;
}
.wc-block-product-search form button[type="submit"],
.wp-block-search button[type="submit"],
.search-form button[type="submit"],
.woocommerce-product-search button[type="submit"] {
  position: absolute;
  width: 40px;
  height: 48px;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 14px;
  cursor: pointer;
}
.wc-block-product-search form button[type="submit"] i,
.wp-block-search button[type="submit"] i,
.search-form button[type="submit"] i,
.woocommerce-product-search button[type="submit"] i {
  line-height: 14px;
}
.wc-block-product-search button[type="submit"],
.wp-block-search button[type="submit"],
.woocommerce-product-search button[type="submit"] {
  font-size: 0;
  outline: none;
}
.wc-block-product-search button[type="submit"]:before,
.wp-block-search button[type="submit"]:before,
.woocommerce-product-search button[type="submit"]:before {
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 48px;
}
.wp-block-search label {
  display: none;
}
.wp-block-search .wp-block-search__input {
  border: none;
}
.wc-block-product-search label {
  display: none;
}
.wc-block-product-search .wc-block-product-search__button {
  margin: 0;
  padding: 0;
  overflow: unset;
}
.wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_product_categories > ul,
.widget .wc-block-product-categories > ul,
.widget .wp-block-page-list,
.widget .wp-block-archives,
.widget .wp-block-categories,
.widget_nav_menu > div > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_product_categories > ul li,
.widget .wc-block-product-categories > ul li,
.widget .wp-block-page-list li,
.widget .wp-block-archives li,
.widget .wp-block-categories li,
.widget_nav_menu > div > ul li,
.widget_meta > ul li,
.widget_pages > ul li,
.widget_archive > ul li,
.widget_categories > ul li {
  font-family: 'Libre Baskerville';
  color: #ababab;
  position: relative;
}
.widget_product_categories > ul li > a,
.widget .wc-block-product-categories > ul li > a,
.widget .wp-block-page-list li > a,
.widget .wp-block-archives li > a,
.widget .wp-block-categories li > a,
.widget_nav_menu > div > ul li > a,
.widget_meta > ul li > a,
.widget_pages > ul li > a,
.widget_archive > ul li > a,
.widget_categories > ul li > a {
  position: relative;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_product_categories > ul li > a:before,
.widget .wc-block-product-categories > ul li > a:before,
.widget .wp-block-page-list li > a:before,
.widget .wp-block-archives li > a:before,
.widget .wp-block-categories li > a:before,
.widget_nav_menu > div > ul li > a:before,
.widget_meta > ul li > a:before,
.widget_pages > ul li > a:before,
.widget_archive > ul li > a:before,
.widget_categories > ul li > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  background-color: #ababab;
}
.widget_product_categories > ul li > a:hover,
.widget .wc-block-product-categories > ul li > a:hover,
.widget .wp-block-page-list li > a:hover,
.widget .wp-block-archives li > a:hover,
.widget .wp-block-categories li > a:hover,
.widget_nav_menu > div > ul li > a:hover,
.widget_meta > ul li > a:hover,
.widget_pages > ul li > a:hover,
.widget_archive > ul li > a:hover,
.widget_categories > ul li > a:hover,
.widget_product_categories > ul li > a:focus,
.widget .wc-block-product-categories > ul li > a:focus,
.widget .wp-block-page-list li > a:focus,
.widget .wp-block-archives li > a:focus,
.widget .wp-block-categories li > a:focus,
.widget_nav_menu > div > ul li > a:focus,
.widget_meta > ul li > a:focus,
.widget_pages > ul li > a:focus,
.widget_archive > ul li > a:focus,
.widget_categories > ul li > a:focus,
.widget_product_categories > ul li > a:active,
.widget .wc-block-product-categories > ul li > a:active,
.widget .wp-block-page-list li > a:active,
.widget .wp-block-archives li > a:active,
.widget .wp-block-categories li > a:active,
.widget_nav_menu > div > ul li > a:active,
.widget_meta > ul li > a:active,
.widget_pages > ul li > a:active,
.widget_archive > ul li > a:active,
.widget_categories > ul li > a:active {
  text-decoration: none;
  color: #333333;
}
.widget_product_categories > ul li > a:hover:before,
.widget .wc-block-product-categories > ul li > a:hover:before,
.widget .wp-block-page-list li > a:hover:before,
.widget .wp-block-archives li > a:hover:before,
.widget .wp-block-categories li > a:hover:before,
.widget_nav_menu > div > ul li > a:hover:before,
.widget_meta > ul li > a:hover:before,
.widget_pages > ul li > a:hover:before,
.widget_archive > ul li > a:hover:before,
.widget_categories > ul li > a:hover:before,
.widget_product_categories > ul li > a:focus:before,
.widget .wc-block-product-categories > ul li > a:focus:before,
.widget .wp-block-page-list li > a:focus:before,
.widget .wp-block-archives li > a:focus:before,
.widget .wp-block-categories li > a:focus:before,
.widget_nav_menu > div > ul li > a:focus:before,
.widget_meta > ul li > a:focus:before,
.widget_pages > ul li > a:focus:before,
.widget_archive > ul li > a:focus:before,
.widget_categories > ul li > a:focus:before,
.widget_product_categories > ul li > a:active:before,
.widget .wc-block-product-categories > ul li > a:active:before,
.widget .wp-block-page-list li > a:active:before,
.widget .wp-block-archives li > a:active:before,
.widget .wp-block-categories li > a:active:before,
.widget_nav_menu > div > ul li > a:active:before,
.widget_meta > ul li > a:active:before,
.widget_pages > ul li > a:active:before,
.widget_archive > ul li > a:active:before,
.widget_categories > ul li > a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.widget_product_categories > ul li + li,
.widget .wc-block-product-categories > ul li + li,
.widget .wp-block-page-list li + li,
.widget .wp-block-archives li + li,
.widget .wp-block-categories li + li,
.widget_nav_menu > div > ul li + li,
.widget_meta > ul li + li,
.widget_pages > ul li + li,
.widget_archive > ul li + li,
.widget_categories > ul li + li {
  margin-top: 15px;
}
.widget_product_categories > ul li > ul,
.widget .wc-block-product-categories > ul li > ul,
.widget .wp-block-page-list li > ul,
.widget .wp-block-archives li > ul,
.widget .wp-block-categories li > ul,
.widget_nav_menu > div > ul li > ul,
.widget_meta > ul li > ul,
.widget_pages > ul li > ul,
.widget_archive > ul li > ul,
.widget_categories > ul li > ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
}
.widget_product_categories > ul li > span.count,
.widget .wp-block-archives li > span.count,
.widget .wp-block-categories li > span.count,
.widget_archive > ul li > span.count,
.widget_categories > ul li > span.count,
.widget .wc-block-product-categories > ul li > span.wc-block-product-categories-list-item-count {
  position: absolute;
  font-size: 15px;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_product_categories li > a:hover + span.count,
.widget .wp-block-archives li > a:hover + span.count,
.widget .wp-block-categories li > a:hover + span.count,
.widget_archive li > a:hover + span.count,
.widget_categories li > a:hover + span.count,
.widget_product_categories li > a:focus + span.count,
.widget .wp-block-archives li > a:focus + span.count,
.widget .wp-block-categories li > a:focus + span.count,
.widget_archive li > a:focus + span.count,
.widget_categories li > a:focus + span.count,
.widget_product_categories li > a:active + span.count,
.widget .wp-block-archives li > a:active + span.count,
.widget .wp-block-categories li > a:active + span.count,
.widget_archive li > a:active + span.count,
.widget_categories li > a:active + span.count {
  color: #333333;
}
.widget .wc-block-product-categories li > a:hover + span.wc-block-product-categories-list-item-count,
.widget .wc-block-product-categories li > a:focus + span.wc-block-product-categories-list-item-count,
.widget .wc-block-product-categories li > a:active + span.wc-block-product-categories-list-item-count {
  color: #333333;
}
.widget_product_categories > ul .current-cat > a,
.widget .wp-block-categories .current-cat > a,
.widget_nav_menu > div > ul .current-menu-item > a,
.widget_pages > ul .current_page_item > a,
.widget_categories > ul .current-cat > a {
  text-decoration: none;
  color: #333333;
}
.widget_product_categories > ul .current-cat > a:before,
.widget .wp-block-categories .current-cat > a:before,
.widget_nav_menu > div > ul .current-menu-item > a:before,
.widget_pages > ul .current_page_item > a:before,
.widget_categories > ul .current-cat > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.widget_product_categories > ul .current-cat > a + span.count,
.widget .wp-block-categories .current-cat > a + span.count,
.widget_nav_menu > div > ul .current-menu-item > a + span.count,
.widget_pages > ul .current_page_item > a + span.count,
.widget_categories > ul .current-cat > a + span.count {
  color: #333333;
}
.widget_meta a {
  position: relative;
}
.widget_meta a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.widget_meta a:hover:before,
.widget_meta a:focus:before,
.widget_meta a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.widget_nav_menu li a span {
  float: none;
}
.widget_nav_menu li + li {
  margin-top: 11px;
}
.widget_nav_menu.nav-italic li {
  font-style: italic;
}
@media (max-width: 767px) {
  footer .widget_nav_menu li {
    margin-right: 20px;
  }
  footer .widget_nav_menu li + li {
    margin-left: 0;
  }
}
/* Twitter */
.widget-twitter i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e4573d;
  margin-top: 20px;
  margin-right: 2px;
  font-size: 18px;
  color: #fff;
}
.widget-twitter .widget-twitter-item .twitter-content {
  overflow: hidden;
  font-size: 15px;
  padding: 22px 0 22px 10px;
  line-height: 2;
}
.widget-twitter .widget-twitter-item:first-child .twitter-content {
  padding-top: 0;
  border: none;
}
.widget-twitter .widget-twitter-item:first-child i {
  margin-top: 0;
}
.widget-twitter .follow-us {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 600;
}
.widget-twitter .follow-us:hover,
.widget-twitter .follow-us:focus {
  border: 1px solid #fff;
}
.widget-twitter .follow-us:before {
  content: "\f099";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 18px;
}
.widget-twitter .follow-us:after {
  content: "\24";
  font-family: 'ElegantIcons';
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .review-wrapper .review-desc {
    width: 100%;
  }
  .review-wrapper .review-total-wrapper {
    float: left;
    margin-left: 45px;
  }
}
@media (max-width: 470px) {
  .review-wrapper .review-total-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .review-wrapper .review-total-wrapper span.review-total-box {
    text-align: center;
  }
}
.mc4wp-form .input-mail {
  position: relative;
}
.mc4wp-form input {
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  padding-right: 185px;
  padding-left: 25px;
  background-color: #fff !important;
  font-size: 12px;
  color: #696969 !important;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  border-radius: 5em;
}
.mc4wp-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
footer .widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
footer .widget_nav_menu ul.menu li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 15px;
}
.footer-horizontal-menu .widget_nav_menu ul.menu li {
  display: inline-block;
  margin-right: 60px;
  font-style: normal;
  font-family: 'Nunito Sans';
}
.footer-horizontal-menu .widget_nav_menu ul.menu li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 2px;
}
.footer-horizontal-menu .widget_nav_menu ul.menu li:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .footer-horizontal-menu .widget_nav_menu ul.menu li {
    margin-right: 30px;
  }
  .footer-horizontal-menu .widget_nav_menu ul.menu li:last-child {
    margin-right: 0;
  }
}
.circle-layout ul.instagram-pics {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.circle-layout ul.instagram-pics li {
  padding: 7.5px;
}
.circle-layout ul.instagram-pics li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle-layout ul.instagram-pics li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle-layout ul.instagram-pics li a:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.circle-layout.fix-columns.circle-layout ul.instagram-pics {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.circle-layout.fix-columns.circle-layout ul.instagram-pics li {
  width: auto;
}
.circle-layout.fix-columns.circle-layout ul.instagram-pics li img {
  width: 60px;
  height: 60px;
}
ul.instagram-pics {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 0;
}
ul.instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 33.33333333%;
  padding: 10px;
}
ul.instagram-pics li img {
  width: 100%;
}
ul.instagram-pics li a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.instagram-pics li a:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.instagram-pics li a:hover:before,
ul.instagram-pics li a:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
ul.instagram-pics + p {
  margin-bottom: 0;
  margin-top: 20px;
}
.circle-layout.fix-columns.null-instagram-feed {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.circle-layout.fix-columns.null-instagram-feed ul.instagram-pics {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.circle-layout.fix-columns.null-instagram-feed .widget .wp-block-group__inner-container > h2,
.circle-layout.fix-columns.null-instagram-feed h4.widget-title {
  text-transform: uppercase;
  font-weight: bold;
  color: #ababab;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 0;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .circle-layout.fix-columns.null-instagram-feed {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .null-instagram-feed {
    display: block;
  }
  .null-instagram-feed .widget .wp-block-group__inner-container > h2,
  .null-instagram-feed h4.widget-title {
    margin-bottom: 10px;
  }
}
.widget-info-box .widget-icon-box-wrap {
  padding: 0;
}
.widget-info-box .widget-icon-box-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.widget-info-box .widget-icon-box-item + .widget-icon-box-item {
  margin-top: 8px;
}
.widget-info-box .widget-icon-box-item i {
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  color: #ffffff;
  background-color: #e4573d;
}
.widget-info-box .widget-icon-box-item .widget-info-box-content {
  font-family: 'Libre Baskerville';
  font-size: 15px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 5px;
}
.widget-payment-wrap {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-payment-wrap li.widget-payment-item {
  display: inline-block;
}
.widget-payment-wrap li.widget-payment-item + li {
  margin-left: 10px;
}
.widget-banner {
  font-size: 0;
}
.widget-banner .widget-banner-content {
  background-position: center center;
  background-size: cover;
  display: inline-block;
}
.widget-banner .widget-banner-content .effect-content {
  height: 100%;
  display: inline-block;
  z-index: 2;
}
.widget-banner .widget-banner-content.banner-mode-background {
  width: 100%;
}
.widget-banner .widget-banner-content.banner-mode-background .effect-content {
  width: 100%;
}
.widget-banner .banner-mode-background .effect-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-banner .suprema-effect:after,
.widget-banner .layla-effect:after,
.widget-banner .bubba-effect:after,
.widget-banner .jazz-effect:after {
  display: none;
}
.widget-banner .suprema-effect .banner-overlay,
.widget-banner .layla-effect .banner-overlay,
.widget-banner .bubba-effect .banner-overlay,
.widget-banner .jazz-effect .banner-overlay {
  -webkit-transition: opacity 0.6s ease 0.15s;
  -moz-transition: opacity 0.6s ease 0.15s;
  -ms-transition: opacity 0.6s ease 0.15s;
  -o-transition: opacity 0.6s ease 0.15s;
  transition: opacity 0.6s ease 0.15s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.widget-banner .suprema-effect:hover .banner-overlay,
.widget-banner .layla-effect:hover .banner-overlay,
.widget-banner .bubba-effect:hover .banner-overlay,
.widget-banner .jazz-effect:hover .banner-overlay {
  opacity: 1;
}
.widget-banner .layla-effect .effect-content:after,
.widget-banner .bubba-effect .effect-content:after {
  top: 15px !important;
  bottom: 15px !important;
}
.widget-banner .layla-effect .effect-content:before,
.widget-banner .bubba-effect .effect-content:before {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .layla-effect:hover .effect-content:after {
  left: 8px !important;
  right: 8px !important;
}
.widget-banner .layla-effect:hover .effect-content:before {
  top: 8px !important;
  bottom: 8px !important;
}
.widget-banner .bubba-effect:hover .effect-content:after {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .bubba-effect:hover .effect-content:before {
  top: 15px !important;
  bottom: 15px !important;
}
.copy-right {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 220px;
}
.widget-gallery .gf-gallery-item {
  font-size: 0;
  text-align: center;
}
.widget-gallery .gallery-zoom {
  font-size: 15px !important;
}
.widget-gallery .gallery-zoom:hover {
  opacity: 1 !important;
}
.widget-gallery img {
  width: 100%;
}
.widget-gallery .wd-gallery-content {
  padding: 30px 20px !important;
}
.widget-gallery .gf-gallery.col-gap-30,
.widget-gallery .gf-gallery.col-gap-20,
.widget-gallery .gf-gallery.col-gap-10,
.widget-gallery .gf-gallery.col-gap-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action a {
  width: 100%;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action {
  padding: 0 15px !important;
}
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action {
  padding: 0 10px !important;
}
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action {
  padding: 0 5px !important;
}
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action {
  padding: 0 !important;
}
ul.menu-top-bar-right {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.07em;
}
ul.menu-top-bar-right li {
  display: inline-block;
}
ul.menu-top-bar-right li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.menu-top-bar-right li + li {
  margin-left: 20px;
}
.top-drawer-wrap .widget_nav_menu li,
.top-bar .widget_nav_menu li,
.bottom-bar-wrapper .widget_nav_menu li {
  color: #505050;
  display: inline-block;
}
.top-drawer-wrap .widget_nav_menu li a,
.top-bar .widget_nav_menu li a,
.bottom-bar-wrapper .widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Libre Baskerville';
  font-weight: 700;
}
.top-drawer-wrap .widget_nav_menu li a:before,
.top-bar .widget_nav_menu li a:before,
.bottom-bar-wrapper .widget_nav_menu li a:before {
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.top-drawer-wrap .widget_nav_menu li a:hover,
.top-bar .widget_nav_menu li a:hover,
.bottom-bar-wrapper .widget_nav_menu li a:hover {
  background: transparent;
  color: #e4573d !important;
  padding-left: 0;
}
.header-vertical.widget_nav_menu li {
  color: #333333;
  font-weight: 700;
}
.header-vertical.widget_nav_menu li.current-menu-item > a {
  color: #e4573d !important;
}
.header-vertical.widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Libre Baskerville';
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-vertical.widget_nav_menu li a:before {
  width: 0;
  height: 0;
}
.header-vertical.widget_nav_menu li a:hover {
  background: transparent;
  color: #e4573d !important;
  padding-left: 0;
}
.widget-my-account a {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.widget-my-account a:hover,
.widget-my-account a:focus,
.widget-my-account a:active {
  text-decoration: none;
  color: #e4573d;
}
.widget-my-account a:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 100%;
  height: 1px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget-my-account a:hover:before {
  right: 0;
}
.gf-price-filter,
.gf-product-sorting {
  list-style-type: none;
  margin-bottom: 0;
}
.gf-price-filter li,
.gf-product-sorting li {
  font-family: 'Libre Baskerville';
  font-size: 13px;
}
.gf-price-filter li + li,
.gf-product-sorting li + li {
  margin-top: 15px;
}
.gf-price-filter li a,
.gf-product-sorting li a,
.gf-price-filter li span,
.gf-product-sorting li span {
  position: relative;
  display: inline-block;
}
.gf-price-filter li a:before,
.gf-product-sorting li a:before,
.gf-price-filter li span:before,
.gf-product-sorting li span:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.gf-price-filter li.active span:before,
.gf-product-sorting li.active span:before,
.gf-price-filter li a:hover:before,
.gf-product-sorting li a:hover:before,
.gf-price-filter li a:focus:before,
.gf-product-sorting li a:focus:before,
.gf-price-filter li a:active:before,
.gf-product-sorting li a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.gf-attr-filter-wrap ul {
  margin-bottom: 0;
}
.gf-attr-filter-wrap li {
  list-style-type: none;
}
.gf-attr-filter-wrap.gf-filter-type-color li,
.gf-attr-filter-wrap.gf-filter-type-image li {
  margin-bottom: 10px;
}
.gf-attr-filter-wrap.gf-filter-type-color li a,
.gf-attr-filter-wrap.gf-filter-type-image li a {
  display: inline-block;
  padding: 2px !important;
  margin: 0;
  font-size: 0 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  border: 1px solid transparent;
}
.gf-attr-filter-wrap.gf-filter-type-color.values-inline li,
.gf-attr-filter-wrap.gf-filter-type-image.values-inline li {
  display: inline-block;
  margin-right: 15px;
}
.gf-attr-filter-wrap.gf-filter-type-color .filter-color,
.gf-attr-filter-wrap.gf-filter-type-image .filter-image {
  display: inline-block;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gf-attr-filter-wrap.gf-filter-type-color .color-white .filter-color {
  border: 1px solid #f5f5f5;
}
.gf-attr-filter-wrap.gf-filter-type-list ul {
  padding-left: 20px;
}
.gf-attr-filter-wrap.gf-filter-type-list li {
  list-style-type: disc !important;
}
.gf-attr-filter-wrap.gf-filter-type-list li + li,
.gf-attr-filter-wrap.gf-filter-type-label li + li {
  margin-top: 15px;
}
.gf-attr-filter-wrap.gf-filter-type-list li a,
.gf-attr-filter-wrap.gf-filter-type-label li a {
  position: relative;
  display: inline-block;
}
.gf-attr-filter-wrap.gf-filter-type-list li a:after,
.gf-attr-filter-wrap.gf-filter-type-label li a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.gf-attr-filter-wrap.gf-filter-type-list li.active a:after,
.gf-attr-filter-wrap.gf-filter-type-label li.active a:after,
.gf-attr-filter-wrap.gf-filter-type-list li a:hover:after,
.gf-attr-filter-wrap.gf-filter-type-label li a:hover:after,
.gf-attr-filter-wrap.gf-filter-type-list li a:focus:after,
.gf-attr-filter-wrap.gf-filter-type-label li a:focus:after,
.gf-attr-filter-wrap.gf-filter-type-list li a:active:after,
.gf-attr-filter-wrap.gf-filter-type-label li a:active:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.gf-attr-filter-wrap.gf-filter-type-list li.active a:before,
.gf-attr-filter-wrap.gf-filter-type-label li.active a:before {
  content: 'x';
  font-size: 16px;
  padding-right: 5px;
  display: inline-block;
}
.gf-attr-filter-wrap.gf-filter-type-list li,
.gf-attr-filter-wrap.gf-filter-type-label li,
.gf-attr-filter-wrap.gf-filter-type-select li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.gf-attr-filter-wrap.gf-filter-type-list li a,
.gf-attr-filter-wrap.gf-filter-type-label li a,
.gf-attr-filter-wrap.gf-filter-type-select li a {
  display: inline-block;
  position: relative;
}
.gf-attr-filter-wrap.gf-filter-type-select {
  position: relative;
}
.gf-attr-filter-wrap.gf-filter-type-select .filter-select-open {
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  border-bottom: 2px solid;
}
.gf-attr-filter-wrap.gf-filter-type-select .filter-select-open:after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-attr-filter-wrap.gf-filter-type-select .gf-attr-filter-content {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 100%;
  display: none;
  margin-bottom: 0;
}
.gf-attr-filter-wrap.gf-filter-type-select .gf-attr-filter-content li a {
  display: block;
  padding: 5px;
}
.gf-attr-filter-wrap.gf-filter-type-select.opened .filter-select-open:after {
  content: '\f106';
}
.gf-attr-filter-wrap.gf-filter-type-select .count {
  right: 5px;
}
#gf-filter-content .gf-product-category-filter-wrap ul.gf-product-category-filter {
  max-height: 260px;
  position: relative;
}
.gf-product-category-filter-wrap ul {
  margin-bottom: 0 !important;
  list-style-type: none;
}
.gf-product-category-filter-wrap ul.children > li {
  padding-left: 10px;
}
.gf-product-category-filter-wrap ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 15px;
  font-family: 'Libre Baskerville';
}
.gf-product-category-filter-wrap ul li.cat-parent {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gf-product-category-filter-wrap ul li.cat-parent .children {
  width: 100%;
}
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li a {
  position: relative;
}
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li.active a:before,
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li a:hover:before,
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li a:focus:before,
.gf-product-category-filter-wrap:not(.gf-product-category-filter-select) ul li a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.gf-product-category-filter li + li {
  margin-top: 15px;
}
.gf-product-category-filter ul.children li {
  margin-top: 15px;
}
.gf-product-category-filter-select {
  position: relative;
}
.gf-product-category-filter-select .gf-filter-open {
  cursor: pointer;
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  border-bottom: 2px solid;
}
.gf-product-category-filter-select .gf-filter-open:after {
  position: absolute;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-product-category-filter-select .gf-product-category-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  z-index: 2;
}
.gf-product-category-filter-select .gf-product-category-filter li {
  margin-top: 0 !important;
}
.gf-product-category-filter-select .gf-product-category-filter li a {
  padding: 5px;
  display: block;
}
.gf-product-category-filter-select .gf-product-category-filter li.active,
.gf-product-category-filter-select .gf-product-category-filter li a:hover,
.gf-product-category-filter-select .gf-product-category-filter li:focus,
.gf-product-category-filter-select .gf-product-category-filter li:active {
  color: #e4573d;
}
.gf-product-category-filter-select .gf-product-category-filter .count {
  right: 5px;
}
.gf-product-category-filter-select.opened .gf-filter-open:after {
  content: '\f106';
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
  background-color: #e4573d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  background-color: #e4573d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: -7px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  padding: 6px 20px !important;
  font-size: 13px;
  margin-top: 25px;
  line-height: 18px !important;
  text-transform: uppercase;
  font-weight: 800;
  color: #e4573d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:focus,
.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .button:active {
  background-color: #e4573d !important;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_wrapper .price_label {
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  font-family: 'Libre Baskerville';
}
/* 03 - layered nav*/
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color),
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a {
  color: inherit;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li {
  display: block;
  padding: 7px 5px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover {
  background-color: #e4573d;
  color: #fff;
  border-color: #e4573d;
  padding-left: 15px;
}
.woocommerce .widget_layered_nav .count,
.woocommerce .widget_layered_nav_filters .count {
  font-size: 1em;
}
/* 04 - yith woocommerce ajax product filter*/
/* color */
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-top: 0;
  margin-bottom: -13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
  position: relative;
  float: none;
  margin-right: 16px;
  margin-bottom: 11px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  width: 18px;
  height: 18px;
  border: none;
  margin: 2px !important;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#gsf-popup-login-form,
#gsf-popup-register-form {
  padding: 60px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
}
#gsf-popup-login-form .close,
#gsf-popup-register-form .close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 14px;
  color: #e4573d;
  opacity: 1;
  cursor: pointer;
}
#gsf-popup-login-form .modal-header,
#gsf-popup-register-form .modal-header {
  padding: 0;
  border: none;
}
#gsf-popup-login-form .modal-header .modal-title,
#gsf-popup-register-form .modal-header .modal-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 0;
  flex-grow: 1;
  color: #333333;
}
#gsf-popup-login-form .modal-header .modal-title:after,
#gsf-popup-register-form .modal-header .modal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 24px;
  background-color: #e4573d;
}
#gsf-popup-login-form .modal-header p,
#gsf-popup-register-form .modal-header p {
  margin-bottom: 25px;
}
#gsf-popup-login-form .modal-body,
#gsf-popup-register-form .modal-body {
  padding: 0;
}
#gsf-popup-login-form .modal-body .form-group,
#gsf-popup-register-form .modal-body .form-group {
  margin-bottom: 15px;
}
#gsf-popup-login-form .modal-footer,
#gsf-popup-register-form .modal-footer {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
  border: none;
  text-align: center;
}
#gsf-popup-login-form .modal-footer .modal-footer-left,
#gsf-popup-register-form .modal-footer .modal-footer-left {
  float: left;
  margin-top: 10px;
}
#gsf-popup-login-form .modal-footer .modal-footer-right,
#gsf-popup-register-form .modal-footer .modal-footer-right {
  float: right;
}
#gsf-popup-login-form .modal-footer .ladda-button:not([data-loading]) .ladda-label,
#gsf-popup-register-form .modal-footer .ladda-button:not([data-loading]) .ladda-label {
  -webkit-transition: all 0s !important;
  -moz-transition: all 0s !important;
  -ms-transition: all 0s !important;
  -o-transition: all 0s !important;
  transition: all 0s !important;
}
#gsf-popup-login-wrapper,
#gsf-popup-register-wrapper {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#gsf-popup-login-wrapper.show,
#gsf-popup-register-wrapper.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#gsf-popup-login-wrapper .gglcptch_v1,
#gsf-popup-register-wrapper .gglcptch_v1,
#gsf-popup-login-wrapper .gglcptch_v2,
#gsf-popup-register-wrapper .gglcptch_v2 {
  padding: 0;
  margin-bottom: 20px;
}
#gsf-popup-login-wrapper.modal.fade .modal-dialog,
#gsf-popup-register-wrapper.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#gsf-popup-login-wrapper.modal.show .modal-dialog,
#gsf-popup-register-wrapper.modal.show .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#gsf-popup-login-wrapper .modal-backdrop.show,
#gsf-popup-register-wrapper .modal-backdrop.show {
  opacity: .8;
}
@media (min-width: 768px) {
  #gsf-popup-login-wrapper .modal-dialog,
  #gsf-popup-register-wrapper .modal-dialog {
    width: 424px;
    margin: auto;
  }
}
.apsl-login-networks {
  margin-bottom: 20px;
}
.apsl-login-networks.theme-4 .social-networks a {
  width: 100%;
  display: block;
}
.apsl-login-networks.theme-4 .social-networks a .apsl-icon-block {
  margin-right: 0;
  width: 100%;
}
/* label */
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  font-size: 12px;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 4px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #e4573d;
  border-color: #e4573d;
  color: #fff;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #e4573d;
  border-color: #e4573d;
  color: #fff;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper {
  padding: 0;
  min-width: 200px;
  max-width: 100% !important;
  margin: 0;
  border-top: none;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper li.chosen a {
  padding-left: 5px;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-color a {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  margin-right: 10px !important;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-list li:first-of-type {
  border-top: none !important;
}
/* == 05 yith woocompare */
.yith-woocompare-widget ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.yith-woocompare-widget a.button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.yith-woocompare-widget ul.products-list a.remove {
  margin: 0;
  height: 21px;
  width: 21px;
  line-height: 1;
  font-size: 0;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background-color: transparent;
}
.yith-woocompare-widget ul.products-list li a.title {
  font-weight: 500;
}
.yith-woocompare-widget ul.products-list li {
  margin-bottom: 20px;
}
.yith-woocompare-widget ul.products-list li:last-child {
  margin-bottom: 0;
}
/**
* Woocommerce Product
* ----------------------------------------------------------------------------
*/
.woocommerce ul.product_list_widget:not(.cart_list) li {
  padding: 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top-style: solid;
  border-top-width: 1px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li img {
  float: left;
  width: 100px;
  margin: 0;
  margin-right: 20px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 7px;
  margin-top: 9px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a:hover {
  color: #e4573d;
}
.woocommerce ul.product_list_widget:not(.cart_list) span.amount {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  color: #c5a374;
}
.woocommerce ul.product_list_widget:not(.cart_list) del span.amount {
  text-decoration: line-through;
  font-weight: 400;
}
.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
  display: block;
  margin: 5px 0;
}
/* Login Register */
.widget-login-register {
  font-size: 14px;
}
.widget-login-register i {
  font-size: 20px;
  padding-right: 5px;
}
.wp-block-tag-cloud,
.tagcloud {
  font-size: 0;
}
.wp-block-tag-cloud a,
.tagcloud a {
  font-size: 13px !important;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  display: inline-block;
  margin: 0 10px 10px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget-author-alphabet .gf-author-alphabet {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: -10px;
}
.widget-author-alphabet .gf-author-alphabet li {
  display: inline-block;
  font-size: 15px;
  color: #ababab;
  margin-bottom: 10px;
  margin-right: 10px;
}
.widget-author-alphabet .gf-author-alphabet li a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  text-align: center;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.widget-author-alphabet .gf-author-alphabet li a:hover,
.widget-author-alphabet .gf-author-alphabet li a:active,
.widget-author-alphabet .gf-author-alphabet li a:focus {
  background-color: #e4573d;
  color: #ffffff;
}
.widget-author-alphabet .gf-author-alphabet li.active a {
  background-color: #e4573d;
  color: #ffffff;
}
.canvas-sidebar-inner .widget-title {
  font-size: 20px;
}
.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item {
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.333333%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.666666667%;
}
/**
* 5.0 - Header
* ----------------------------------------------------------------------------
*/
.logo-text {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 0;
  max-width: 300px;
  color: #222222 !important;
}
.site-branding-text {
  position: relative;
}
.site-branding-text .site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
.header-sticky.affix .logo-text {
  color: #333333 !important;
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 1200px) {
  .logo-header {
    max-width: 100%;
    height: 110px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .logo-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 110px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header.main-header.header-menu-vertical .header-above {
    height: 110px !important;
  }
}
.sticky-logo {
  display: none;
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  .mobile-logo-header {
    height: 70px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .mobile-logo-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo-text {
    color: #333333 !important;
  }
  .header-sticky.affix .logo-text {
    color: #333333 !important;
  }
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
.primary-menu,
.primary-menu-inner {
  max-width: 100%;
  flex-grow: 1;
}
.main-menu {
  list-style: none;
  margin: 0;
  font-size: 0;
  max-width: 100%;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
}
.main-menu .menu-item > a {
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.main-menu .menu-item > a:hover,
.main-menu .menu-item > a:focus,
.main-menu .menu-item > a:active {
  text-decoration: none;
  color: #e4573d;
}
.main-menu .menu-item > a .menu-caret:before {
  content: '\f0dd';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
.main-menu > .menu-item {
  position: relative;
  display: inline-block;
  line-height: 24px;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-menu > .menu-item + .menu-item {
  margin-left: 30px;
}
.main-menu > .menu-item > a {
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: #696969;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-menu > .menu-item > a:before {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 8px;
  left: -3px;
  right: -3px;
  background-color: #333333;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.main-menu > .menu-item > a > .menu-caret:before {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.main-menu > .menu-item:not(.menu-item-has-children) > a > .x-menu-link-featured {
  right: -25px;
}
.main-menu > .menu-item.menu-current > a,
.main-menu > .menu-item:hover > a,
.main-menu > .menu-item:focus > a {
  color: #333333;
}
.main-menu > .menu-item.menu-current > a:before,
.main-menu > .menu-item:hover > a:before,
.main-menu > .menu-item:focus > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.main-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a,
.main-menu > .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a,
.main-menu > .menu-item.current-menu-item > a,
.main-menu > .menu-item .menu-current > a {
  color: #333333;
}
.main-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu > .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu > .menu-item.current-menu-item > a:before,
.main-menu > .menu-item .menu-current > a:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.main-menu ul.sub-menu {
  display: none;
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  top: 100%;
  border-bottom: 2px solid #e4573d !important;
}
.main-menu ul.sub-menu .menu-item {
  position: relative;
  min-width: 230px;
  line-height: 22px;
}
.main-menu ul.sub-menu .menu-item .menu-caret:before {
  content: '\f0da';
  position: absolute;
  right: 7px;
  line-height: 20px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):first-child {
  margin-top: 15px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):last-child {
  margin-bottom: 21px;
}
.main-menu ul.sub-menu .menu-item > a {
  line-height: 20px;
  padding: 10px 0;
  margin-left: 23px;
  margin-right: 20px;
  white-space: nowrap;
  color: #696969;
}
.main-menu ul.sub-menu .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a,
.main-menu ul.sub-menu .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a,
.main-menu ul.sub-menu .menu-item.current-menu-item > a,
.main-menu ul.sub-menu .menu-item.menu-current > a,
.main-menu ul.sub-menu .menu-item:hover > a,
.main-menu ul.sub-menu .menu-item:focus > a {
  color: #e4573d;
}
.main-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-left ul.sub-menu {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-right ul.sub-menu {
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: 1px;
}
.main-menu > .x-submenu-position-left > ul.sub-menu {
  right: 0;
  left: auto;
}
.main-menu > .x-submenu-position-right > ul.sub-menu {
  left: 0;
  right: auto;
}
.main-menu .x-active > ul.sub-menu,
.main-menu li:hover > ul.sub-menu {
  display: block;
}
.main-menu.sub-menu-left ul.sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1px;
}
.header-sticky.affix .main-menu > .menu-item > a {
  color: #696969;
}
.header-sticky.affix .main-menu > .menu-item > a:before {
  background-color: #333333;
}
.header-sticky.affix .main-menu > .menu-item.menu-current > a,
.header-sticky.affix .main-menu > .menu-item:hover > a,
.header-sticky.affix .main-menu > .menu-item:focus > a {
  color: #333333;
}
.header-sticky.affix .main-menu > .menu-item.current-menu-ancestor:not(.menu-item-type-taxonomy) > a,
.header-sticky.affix .main-menu > .menu-item.current-menu-parent:not(.menu-item-type-taxonomy) > a,
.header-sticky.affix .main-menu > .menu-item.current-menu-item > a,
.header-sticky.affix .main-menu > .menu-item .menu-current > a {
  color: #333333;
}
header.navigation-2 .main-menu > li > a:after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 50px;
  background: #ababab;
  vertical-align: middle;
  margin-left: 30px;
}
header.navigation-2 .main-menu > li > a:before {
  display: none;
}
header.navigation-2 .main-menu > li:last-child > a:after {
  display: none;
}
.header-custom-menu .main-menu > .menu-item > a {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1499px) {
  header.navigation-2 .main-menu > li > a:after {
    width: 30px;
    margin-left: 15px;
  }
}
@media (max-width: 1299px) {
  header.navigation-2 .main-menu > li > a:after {
    display: none;
  }
}
/**
* Vertical Menu
* ----------------------------------------------------------------------------
*/
.gf-menu-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gf-menu-vertical li {
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
.gf-menu-vertical li + li {
  border-top: 1px solid #2f2f2f;
}
.gf-menu-vertical .menu-caret {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.gf-menu-vertical .menu-caret:before {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gf-menu-vertical ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #2f2f2f;
  position: relative;
}
.gf-menu-vertical ul.sub-menu a {
  text-transform: none;
}
.gf-menu-vertical ul.sub-menu li + li {
  border-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 20px;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #222222;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #484848;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #2f2f2f;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #484848;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #555555;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #555555;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #626262;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #484848;
}
.gf-menu-vertical li.menu-open > a .menu-caret:before {
  content: '\f106';
}
.gf-menu-vertical li + li {
  border-color: #2f2f2f;
}
.gf-menu-vertical ul.sub-menu {
  background-color: #2f2f2f;
}
.gf-menu-vertical ul.sub-menu li + li {
  border-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu:before {
  border-top-color: #222222;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #484848;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #2f2f2f;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #484848;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #555555;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #3c3c3c;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #555555;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #626262;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #484848;
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
.mobile-navigation-wrapper {
  width: 280px;
  padding-top: 0;
  color: rgba(255, 255, 255, 0.7);
  background-color: #222222;
  border: none !important;
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
  padding: 0;
}
.mobile-navigation-wrapper .search-form {
  padding: 20px;
}
.mobile-navigation-wrapper .search-form input[type="search"] {
  background-color: #272727;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .search-form input[type="search"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .search-form input[type="search"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .search-form input[type="search"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .search-form input[type="search"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .search-form button[type="submit"] {
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .mobile-menu li {
  font-family: 'Nunito Sans';
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-navigation-wrapper .mobile-menu li a {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.mobile-navigation-wrapper .mobile-menu li a:hover,
.mobile-navigation-wrapper .mobile-menu li a:focus,
.mobile-navigation-wrapper .mobile-menu li a:active {
  text-decoration: none;
  color: #ffffff;
}
.mobile-navigation-wrapper .mobile-menu li.current-menu-ancestor > a,
.mobile-navigation-wrapper .mobile-menu li.current-menu-parent > a,
.mobile-navigation-wrapper .mobile-menu li.current-menu-item > a,
.mobile-navigation-wrapper .mobile-menu li.menu-current > a {
  color: #ffffff;
}
.main-header .gf-menu-vertical li {
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  color: #696969;
}
.main-header .gf-menu-vertical li a {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.main-header .gf-menu-vertical li a:hover,
.main-header .gf-menu-vertical li a:focus,
.main-header .gf-menu-vertical li a:active {
  text-decoration: none;
  color: #333333;
}
.main-header .gf-menu-vertical li.current-menu-ancestor > a,
.main-header .gf-menu-vertical li.current-menu-parent > a,
.main-header .gf-menu-vertical li.current-menu-item > a,
.main-header .gf-menu-vertical li.menu-current > a {
  color: #333333;
}
.main-header .gf-menu-vertical li + li {
  border-color: #f2f2f2;
}
.main-header .gf-menu-vertical ul.sub-menu {
  background-color: #f2f2f2;
}
.main-header .gf-menu-vertical ul.sub-menu li + li {
  border-color: #e5e5e5;
}
.main-header .gf-menu-vertical ul.sub-menu:before {
  border-top-color: #ffffff;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #e5e5e5;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #d9d9d9;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #f2f2f2;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #d9d9d9;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #cccccc;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #e5e5e5;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #cccccc;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #bfbfbf;
}
.main-header .gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #d9d9d9;
}
.x-menu-link-featured {
  position: absolute;
  text-transform: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 7px;
  top: -15px;
  right: -10px;
  display: block;
  line-height: 16px;
  color: #fff !important;
  background-color: #84d8e3 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.x-menu-link-featured:after {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 6px solid #84d8e3;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.x-menu-link-featured-hot {
  background-color: #E32D2D !important;
}
.x-menu-link-featured-hot:after {
  border-top-color: #E32D2D;
}
.x-menu-list {
  list-style-type: none;
}
.x-menu-list li {
  min-width: 150px;
}
.x-menu-list li a {
  line-height: 20px;
  padding: 12px 0;
  white-space: nowrap;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: inherit;
  color: #696969;
}
.x-menu-list li a:hover,
.x-menu-list li a:focus,
.x-menu-list li a:active {
  text-decoration: none;
  color: #e4573d;
}
.x-menu-list li.current-menu-item > a,
.x-menu-list li a:hover,
.x-menu-list li a:focus,
.x-menu-list li a:active {
  color: #e4573d;
}
.x-menu-list li i {
  display: inline-block;
  margin-right: 14px;
}
.x-menu-heading {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  line-height: 2.29;
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 11px;
  letter-spacing: 0.9px;
  font-weight: 800;
}
.gsf-menu-popup.mfp-bg {
  background-color: #ffffff;
}
.gsf-menu-popup button.mfp-close {
  color: #696969;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  height: 100%;
}
#popup-canvas-menu {
  height: 100%;
}
#popup-canvas-menu .primary-menu {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#popup-canvas-menu #main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
#popup-canvas-menu #main-menu > .menu-item > a {
  color: #696969;
  background-color: #333333;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, transparent));
  background-image: linear-gradient(to left, #ffffff 0, #ffffff 50%, transparent 50%);
  background-position: 100% 0;
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#popup-canvas-menu #main-menu > .menu-item > a:hover,
#popup-canvas-menu #main-menu > .menu-item > a:focus,
#popup-canvas-menu #main-menu > .menu-item > a:active {
  color: transparent;
  background-position: 0 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#popup-canvas-menu #main-menu > li.current-menu-ancestor > a,
#popup-canvas-menu #main-menu > li.current-menu-parent > a,
#popup-canvas-menu #main-menu > li.current-menu-item > a,
#popup-canvas-menu #main-menu > li.menu-current > a {
  color: transparent;
  background-position: 0 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#popup-canvas-menu #main-menu a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#popup-canvas-menu #main-menu a:hover,
#popup-canvas-menu #main-menu a:focus,
#popup-canvas-menu #main-menu a:active {
  text-decoration: none;
  color: #e4573d;
}
#popup-canvas-menu #main-menu .sub-menu {
  display: none;
}
#popup-canvas-menu #main-menu .sub-menu li {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}
#popup-canvas-menu #main-menu .sub-menu .menu-item-has-children:not(:first-child) {
  margin-top: 20px;
}
#popup-canvas-menu #main-menu .sub-menu .menu-item-has-children > a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
#popup-canvas-menu #main-menu .sub-menu .menu-item-has-children > a span {
  display: block;
  margin-bottom: 10px;
}
#popup-canvas-menu #main-menu > .menu-item > a {
  font-weight: 700;
  font-size: 34px;
  line-height: 72px;
}
#popup-canvas-menu #main-menu {
  color: #696969;
}
#popup-canvas-menu #main-menu a:hover,
#popup-canvas-menu #main-menu a:focus,
#popup-canvas-menu #main-menu a:active {
  color: #333333;
}
#popup-canvas-menu #main-menu .sub-menu li {
  color: #696969;
}
#popup-canvas-menu #main-menu .sub-menu li.current-menu-ancestor > a,
#popup-canvas-menu #main-menu .sub-menu li.current-menu-parent > a,
#popup-canvas-menu #main-menu .sub-menu li.current-menu-item > a,
#popup-canvas-menu #main-menu .sub-menu li.menu-current > a {
  color: #333333;
}
#popup-canvas-menu #main-menu > li.current-menu-ancestor > a,
#popup-canvas-menu #main-menu > li.current-menu-parent > a,
#popup-canvas-menu #main-menu > li.current-menu-item > a,
#popup-canvas-menu #main-menu > li.menu-current > a {
  color: #333333;
}
ul.header-customize {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
ul.header-customize .item-wishlist {
  padding-right: 10px;
}
ul.header-customize .item-wishlist a {
  display: block;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
ul.header-customize .item-wishlist .wishlist-count {
  position: absolute;
  margin: auto;
  top: -4px;
  right: -10px;
  text-align: center;
  font-size: 12px;
}
ul.header-customize .item-my-account {
  font-size: 14px;
}
ul.header-customize .item-my-account i {
  font-size: 18px;
  padding-right: 5px;
  line-height: 24px;
}
ul.header-customize .customize-sidebar,
ul.header-customize .customize-custom-html {
  font-size: 16px;
}
.customize-search > a,
.item-wishlist a,
.item-my-account a {
  color: #333333;
}
.customize-search > a:hover,
.item-wishlist a:hover,
.item-my-account a:hover,
.customize-search > a:focus,
.item-wishlist a:focus,
.item-my-account a:focus,
.customize-search > a:active,
.item-wishlist a:active,
.item-my-account a:active {
  color: #e4573d;
}
.customize-social-networks .gf-social-icon > li {
  color: #333333;
}
.customize-social-networks .gf-social-icon > li a:hover {
  color: #e4573d;
}
.item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a {
  color: #333333;
}
.item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:hover,
.item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:focus,
.item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:active {
  color: #e4573d;
}
.item-shopping-cart .widget_shopping_cart_content:hover .shopping-cart-icon > .icon a {
  color: #e4573d;
}
.customize-search .search-form input[type="search"] {
  background-color: #f8f8f8;
}
.customize-search .search-form input[type="search"]::-webkit-input-placeholder {
  color: #333333;
}
.customize-search .search-form input[type="search"]:-moz-placeholder {
  color: #333333;
}
.customize-search .search-form input[type="search"]::-moz-placeholder {
  color: #333333;
}
.customize-search .search-form input[type="search"]:-ms-input-placeholder {
  color: #333333;
}
.customize-search .search-form button[type="submit"] {
  color: #333333;
}
.customize-search .search-form button[type="submit"]:hover {
  color: #e4573d;
}
.header-sticky.affix .customize-search > a,
.header-sticky.affix .item-wishlist a,
.header-sticky.affix .item-my-account a {
  color: #333333;
}
.header-sticky.affix .customize-search > a:hover,
.header-sticky.affix .item-wishlist a:hover,
.header-sticky.affix .item-my-account a:hover,
.header-sticky.affix .customize-search > a:focus,
.header-sticky.affix .item-wishlist a:focus,
.header-sticky.affix .item-my-account a:focus,
.header-sticky.affix .customize-search > a:active,
.header-sticky.affix .item-wishlist a:active,
.header-sticky.affix .item-my-account a:active {
  color: #e4573d;
}
.header-sticky.affix .customize-social-networks .gf-social-icon > li {
  color: #333333;
}
.header-sticky.affix .customize-social-networks .gf-social-icon > li a:hover {
  color: #e4573d;
}
.header-sticky.affix .customize-search .search-form input[type="search"] {
  background-color: #f8f8f8;
}
.header-sticky.affix .customize-search .search-form input[type="search"]::-webkit-input-placeholder {
  color: #333333;
}
.header-sticky.affix .customize-search .search-form input[type="search"]:-moz-placeholder {
  color: #333333;
}
.header-sticky.affix .customize-search .search-form input[type="search"]::-moz-placeholder {
  color: #333333;
}
.header-sticky.affix .customize-search .search-form input[type="search"]:-ms-input-placeholder {
  color: #333333;
}
.header-sticky.affix .customize-search .search-form button[type="submit"] {
  color: #333333;
}
.header-sticky.affix .customize-search .search-form button[type="submit"]:hover {
  color: #e4573d;
}
.header-sticky.affix .item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a {
  color: #333333;
}
.header-sticky.affix .item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:hover,
.header-sticky.affix .item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:focus,
.header-sticky.affix .item-shopping-cart .widget_shopping_cart_content .shopping-cart-icon > .icon a:active {
  color: #e4573d;
}
.header-sticky.affix .item-shopping-cart .widget_shopping_cart_content:hover .shopping-cart-icon > .icon a {
  color: #e4573d;
}
.customize-search > a {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.header-customize-nav {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
ul.header-customize-nav > li {
  margin-right: 11px;
}
ul.header-customize-nav > li:first-child {
  margin-left: 30px;
}
ul.header-customize-left > li {
  margin-right: 25px;
}
ul.header-customize-left > li:last-child {
  margin-right: 25px !important;
}
ul.header-customize-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
ul.header-customize-right > li {
  margin-left: 25px;
  margin-right: 0;
}
ul.header-customize-mobile > li {
  margin-right: 25px;
}
.header-customize-separator {
  width: 1px;
  height: 25px;
}
/**
* Header Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 1200px) {
  header.mobile-header {
    display: none;
    height: 0;
  }
  header.main-header {
    position: relative;
    z-index: 999;
  }
  header.main-header .header-inner {
    max-width: 100%;
    position: relative;
    align-content: stretch;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  header.main-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.main-header.header-1 .no-menu {
    text-align: right;
    flex-grow: 1;
  }
  header.main-header.header-3 .logo-header {
    margin-right: 100px;
  }
  header.main-header.header-3 .no-menu {
    text-align: left;
    flex-grow: 1;
  }
  header.main-header.header-2 .logo-header {
    margin-right: 30px;
  }
  header.main-header.header-2 .no-menu {
    text-align: center;
    flex-grow: 1;
  }
  header.main-header.header-4 .header-above .header-customize {
    width: 50%;
    white-space: normal;
  }
  header.main-header.header-4 .logo-header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-4 .main-menu {
    flex-grow: 1;
  }
  header.main-header.header-4 .header-customize-empty {
    flex-grow: 1;
  }
  header.main-header.header-5 .primary-menu-inner,
  header.main-header.header-5 .header-customize {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    -webkit-flex-shrink: 1;
  }
  header.main-header.header-5 .primary-menu-inner {
    padding-right: 30px;
  }
  header.main-header.header-10 .header-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-6 .primary-menu {
    width: 50%;
  }
  header.main-header.header-6 .left-menu,
  header.main-header.header-6 .right-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
  }
  header.main-header.header-6 .sub-menu-left {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.main-header.header-6 .logo-header {
    padding-left: 30px;
    padding-right: 30px;
  }
  header.main-header.header-7 .header-no-menu {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  header.main-header.header-7 .logo-header {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  header.main-header.header-7 .primary-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  header.main-header.header-7 .primary-menu .main-menu {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
  header.main-header.header-7.in .primary-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
  }
  header.main-header.header-7.in .header-no-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
  }
  header.main-header.header-7 .gf-menu-canvas {
    z-index: 2;
    flex-shrink: 0;
    margin-left: 11px;
  }
  header.main-header.header-vertical {
    position: fixed;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -o-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 100000;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    padding-top: 43px;
    padding-bottom: 43px;
  }
  header.main-header.header-vertical .logo-text {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.main-header.header-vertical .header-above,
  header.main-header.header-vertical .header-customize {
    height: 50%;
    flex-grow: 1;
  }
  header.main-header.header-vertical .gf-menu-canvas {
    flex-shrink: 0;
  }
  header.main-header.header-vertical .logo-header {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start !important;
    -moz-align-items: flex-start !important;
    -ms-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  header.main-header.header-vertical .widget_shopping_cart_content {
    padding-right: 0;
  }
  header.main-header.header-vertical .primary-menu {
    display: block;
    position: absolute;
    min-height: 100%;
  }
  header.main-header.header-vertical .primary-menu .no-menu {
    padding: 0 20px;
    line-height: 24px;
  }
  header.main-header.header-vertical ul.header-customize {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    white-space: normal;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  header.main-header.header-vertical ul.header-customize > li {
    margin-bottom: 11px;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  header.main-header.header-vertical ul.header-customize > li:last-child {
    margin-bottom: 0 !important;
  }
  header.main-header.header-vertical ul.header-customize .shopping-cart-icon {
    text-align: center;
  }
  header.main-header.header-vertical ul.header-customize .shopping-cart-list {
    display: none;
  }
  header.main-header.header-menu-vertical {
    width: 300px;
    padding-top: 0;
    padding-bottom: 0;
    display: block !important;
  }
  header.main-header.header-menu-vertical .logo-header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.main-header.header-menu-vertical .header-above,
  header.main-header.header-menu-vertical .header-customize {
    height: unset;
  }
  header.main-header.header-menu-vertical .header-above {
    width: 100%;
    max-height: 110px;
  }
  header.main-header.header-menu-vertical .header-customize {
    flex-grow: 0;
  }
  header.main-header.header-menu-vertical .logo-header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center !important;
    -moz-align-items: center !important;
    -ms-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  header.main-header.header-menu-vertical .primary-menu {
    position: static;
    width: 100%;
    min-height: 180px;
  }
  header.main-header.header-menu-vertical ul.header-customize {
    display: block !important;
    padding: 50px 20px 20px 20px;
  }
  header.main-header.header-menu-vertical ul.header-customize > li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
  }
  header.main-header.header-menu-vertical ul.header-customize > li:first-child {
    padding-left: 0;
    margin-left: 0;
  }
  header.main-header .border-color {
    border-color: #ededed;
  }
  body.header-left {
    padding-left: 100px;
  }
  body.header-right {
    padding-right: 100px;
  }
  body.header-right header.main-header.header-menu-vertical {
    left: auto;
    right: 0;
  }
  body.header-menu-left {
    padding-left: 300px;
  }
  body.header-menu-right {
    padding-right: 300px;
  }
  body.header-menu-right header.main-header.header-menu-vertical {
    left: auto;
    right: 0;
  }
  body.framed,
  body.boxed,
  body.bordered {
    background-color: #eee;
  }
  body.framed #gf-wrapper,
  body.boxed #gf-wrapper {
    max-width: 1236px;
    margin: auto;
    position: relative;
  }
  body.framed .header-sticky.affix,
  body.boxed .header-sticky.affix {
    max-width: 1236px;
  }
  body.framed #gf-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.bordered #gf-wrapper {
    margin: 30px;
  }
  body.bordered:before,
  body.bordered:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: inherit;
    height: 30px;
  }
  body.bordered:before {
    top: 0;
  }
  body.bordered:after {
    bottom: 0;
  }
  body.bordered.admin-bar:before {
    top: 32px;
  }
  body.bordered .back-to-top {
    bottom: 40px;
    right: 40px;
  }
}
.main-header .header-sticky-wrapper.affix-wrap {
  height: 80px;
}
.mobile-header .header-sticky-wrapper.affix-wrap {
  height: 70px;
}
.header-sticky {
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-sticky .mobile-header-inner,
.header-sticky .header-inner {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-sticky.affix {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  left: 0;
  right: 0;
  margin: auto;
}
.header-sticky.affix .primary-menu .no-menu {
  line-height: 80px;
}
.header-sticky.affix .main-menu > li {
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-sticky.affix .mobile-header-inner,
.header-sticky.affix .header-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.header-sticky.affix .logo-header {
  height: 80px;
}
.header-sticky.affix .logo-header img {
  max-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.header-sticky.affix .has-logo-sticky .main-logo {
  display: none;
}
.header-sticky.affix .has-logo-sticky .sticky-logo {
  display: block;
}
.header-sticky.affix.gf-border-bottom,
.header-sticky.affix .gf-border-bottom {
  border-bottom: none;
}
.header-sticky.affix .mobile-logo-header {
  height: 70px;
}
.header-sticky.affix .mobile-logo-header img {
  max-height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-sticky.header-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (min-width: 1200px) {
  .header-full-width > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-full-width .header-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#gf-wrapper .header-sticky.affix {
  -webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.1);
}
/**
* Header Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  header.main-header {
    display: none;
  }
  header.mobile-header {
    position: relative;
    z-index: 999;
    display: block;
  }
  header.mobile-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.mobile-header.header-1 .header-customize,
  header.mobile-header.header-1 .mobile-header-menu {
    flex-grow: 1;
  }
  header.mobile-header.header-1 .header-customize {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    white-space: normal;
  }
  header.mobile-header.header-2 ul.header-customize-mobile > li:last-child {
    margin-right: 25px;
  }
  header.mobile-header.header-2 ul.header-customize-mobile + .mobile-header-menu {
    margin-left: 25px;
  }
  header.mobile-header.header-2 .mobile-header-nav {
    flex-grow: 1;
  }
  header.mobile-header.header-3 .mobile-logo-header {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.mobile-header.header-3 ul.header-customize-mobile > li:first-child {
    margin-left: 25px;
  }
  header.mobile-header.header-3 .mobile-header-nav {
    flex-grow: 1;
  }
  header.mobile-header.header-4 .primary-menu {
    background-color: transparent;
  }
  header.mobile-header.header-4 .primary-menu .primary-menu-inner {
    background-color: #ffffff;
  }
  header.mobile-header .border-color {
    border-color: #ededed;
  }
  .header-customize-mobile .customize-search > a,
  .header-customize-mobile .item-wishlist a,
  .header-customize-mobile .item-my-account a {
    color: #333333;
  }
  .header-customize-mobile .customize-search > a:hover,
  .header-customize-mobile .item-wishlist a:hover,
  .header-customize-mobile .item-my-account a:hover,
  .header-customize-mobile .customize-search > a:focus,
  .header-customize-mobile .item-wishlist a:focus,
  .header-customize-mobile .item-my-account a:focus,
  .header-customize-mobile .customize-search > a:active,
  .header-customize-mobile .item-wishlist a:active,
  .header-customize-mobile .item-my-account a:active {
    color: #e4573d;
  }
  .header-customize-mobile .customize-social-networks .gf-social-icon > li {
    color: #333333;
  }
  .header-customize-mobile .customize-social-networks .gf-social-icon > li a:hover {
    color: #e4573d;
  }
  .mobile-header .gf-toggle-icon > span {
    background-color: #333333;
  }
  .mobile-header .gf-toggle-icon > span:after,
  .mobile-header .gf-toggle-icon > span:before {
    background-color: #333333;
  }
  .mobile-header .gf-toggle-icon:hover span,
  .mobile-header .gf-toggle-icon:hover span:before,
  .mobile-header .gf-toggle-icon:hover span:after {
    background-color: #e4573d;
  }
  .header-sticky.affix .gf-toggle-icon > span {
    background-color: #333333;
  }
  .header-sticky.affix .gf-toggle-icon > span:after,
  .header-sticky.affix .gf-toggle-icon > span:before {
    background-color: #333333;
  }
  .header-sticky.affix .gf-toggle-icon:hover span,
  .header-sticky.affix .gf-toggle-icon:hover span:before,
  .header-sticky.affix .gf-toggle-icon:hover span:after {
    background-color: #e4573d;
  }
  .header-sticky.affix .customize-search > a,
  .header-sticky.affix .item-wishlist a,
  .header-sticky.affix .item-my-account a {
    color: #333333;
  }
  .header-sticky.affix .customize-search > a:hover,
  .header-sticky.affix .item-wishlist a:hover,
  .header-sticky.affix .item-my-account a:hover,
  .header-sticky.affix .customize-search > a:focus,
  .header-sticky.affix .item-wishlist a:focus,
  .header-sticky.affix .item-my-account a:focus,
  .header-sticky.affix .customize-search > a:active,
  .header-sticky.affix .item-wishlist a:active,
  .header-sticky.affix .item-my-account a:active {
    color: #e4573d;
  }
  .header-sticky.affix .header-sticky.affix .customize-search > a,
  .header-sticky.affix .header-sticky.affix .item-wishlist a,
  .header-sticky.affix .header-sticky.affix .item-my-account a {
    color: #333333;
  }
  .header-sticky.affix .header-sticky.affix .customize-search > a:hover,
  .header-sticky.affix .header-sticky.affix .item-wishlist a:hover,
  .header-sticky.affix .header-sticky.affix .item-my-account a:hover,
  .header-sticky.affix .header-sticky.affix .customize-search > a:focus,
  .header-sticky.affix .header-sticky.affix .item-wishlist a:focus,
  .header-sticky.affix .header-sticky.affix .item-my-account a:focus,
  .header-sticky.affix .header-sticky.affix .customize-search > a:active,
  .header-sticky.affix .header-sticky.affix .item-wishlist a:active,
  .header-sticky.affix .header-sticky.affix .item-my-account a:active {
    color: #e4573d;
  }
  .header-sticky.affix .customize-social-networks .gf-social-icon > li {
    color: #333333;
  }
  .header-sticky.affix .customize-social-networks .gf-social-icon > li a:hover {
    color: #e4573d;
  }
  .mobile-header-search .search-form input[type="search"] {
    background: transparent;
    padding-left: 0;
  }
  .mobile-header-search .search-form button[type="submit"] {
    right: -15px;
  }
}
.customize-search > a,
.shopping-cart-icon .icon a,
.gf-toggle-icon {
  display: inline-block;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
/**
* Shopping Cart
* ----------------------------------------------------------------------------
*/
.shopping-cart-icon {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: none;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart-icon > .icon a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 15px;
}
.shopping-cart-icon > .icon a:hover,
.shopping-cart-icon > .icon a:focus,
.shopping-cart-icon > .icon a:active {
  text-decoration: none;
  color: #e4573d;
}
.shopping-cart-icon > .icon i {
  font-size: 18px;
}
.shopping-cart-icon > .icon span {
  position: absolute;
  margin: auto;
  top: -8px;
  right: 3px;
  text-align: center;
  font-size: 12px;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e4573d !important;
  color: #ffffff !important;
  line-height: 16px;
  padding-right: 1px;
}
.shopping-cart-list {
  font-size: 16px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  padding: 20px 20px 40px;
  width: 320px;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -moz-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -ms-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -o-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  transition-delay: 0.2s;
}
.shopping-cart-list ul.product_list_widget {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 384px;
  margin-right: -20px;
  padding-right: 20px;
  white-space: normal;
}
.shopping-cart-list ul.product_list_widget li {
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.shopping-cart-list ul.product_list_widget li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.shopping-cart-list ul.product_list_widget li,
.shopping-cart-list p.total {
  position: relative;
}
.shopping-cart-list ul.product_list_widget .product-item-name {
  display: block;
  font-family: 'Libre Baskerville';
  font-size: 14px;
  padding-right: 25px;
  font-weight: 700;
  color: #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.shopping-cart-list ul.product_list_widget li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 25px;
  line-height: 25px;
  border: none;
  color: #333333;
}
.shopping-cart-list span.quantity {
  margin-top: 4px;
  display: block;
  font-size: 13px;
  color: #333333;
  font-weight: 700;
}
.shopping-cart-list span.quantity .amount {
  color: #c5a374;
}
.shopping-cart-list p.total {
  padding-top: 15px;
  border-top: 1px solid;
  margin-bottom: 17px;
  color: #333333;
}
.shopping-cart-list p.total .amount {
  float: right;
  font-size: 18px;
  font-weight: 700;
}
.shopping-cart-list p.buttons {
  text-align: center;
  border-top: solid 1px;
  padding-top: 15px;
  margin-bottom: 0;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.shopping-cart-list p.buttons .wc-forward {
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: unset;
}
.shopping-cart-list p.buttons .wc-forward:hover {
  color: #fff;
}
.shopping-cart-list p.buttons a.wc-forward + a.wc-forward {
  margin-left: 16px;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.widget_shopping_cart_content:hover .shopping-cart-list,
.item-shopping-cart.show-cart .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.customize-social-networks .gf-social-icon > li {
  margin-bottom: 0;
  margin-right: 30px;
}
.customize-social-networks .gf-social-icon > li a {
  display: block;
}
.customize-social-networks .gf-social-icon > li a:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.customize-custom-html a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 14px;
}
.customize-custom-html a:hover,
.customize-custom-html a:focus,
.customize-custom-html a:active {
  text-decoration: none;
  color: #e4573d;
}
@media (max-width: 1439px) {
  .customize-search .search-form {
    width: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .header-customize-separator {
    width: 1px;
    height: 18px;
  }
}
.top-bar .wpb_content_element {
  margin-bottom: 0;
}
.top-bar .widget + .widget {
  margin-top: 0;
  margin-left: 83px;
}
@media (max-width: 1199px) {
  .top-bar .widget + .widget {
    margin-left: 30px;
  }
}
/**
* 6.0 - Footer
* ----------------------------------------------------------------------------
*/
.gsf_content .widget .wp-block-group__inner-container > h2,
.gsf_template .widget .wp-block-group__inner-container > h2,
.main-footer-wrapper .widget .wp-block-group__inner-container > h2,
.gsf_content .widget-title,
.gsf_template .widget-title,
.main-footer-wrapper .widget-title {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: none;
  padding-bottom: 0;
}
.gsf_content .widget .wp-block-group__inner-container > h2 span:before,
.gsf_template .widget .wp-block-group__inner-container > h2 span:before,
.main-footer-wrapper .widget .wp-block-group__inner-container > h2 span:before,
.gsf_content .widget-title span:before,
.gsf_template .widget-title span:before,
.main-footer-wrapper .widget-title span:before {
  display: none;
}
@media only screen and (min-width: 992px) {
  footer.footer-fixed {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  footer.footer-fixed.static {
    position: static !important;
  }
  body.boxed footer.footer-fixed,
  body.framed footer.footer-fixed {
    max-width: 1236px;
  }
  body.bordered footer.footer-fixed {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  body.header-left footer.footer-fixed {
    left: 300px;
  }
  body.header-right footer.footer-fixed {
    right: 300px;
  }
}
/**
* 7.0 - Blog
* ----------------------------------------------------------------------------
*/
.gf-blog-inner[class*="gf-gutter-"] {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
}
.entry-thumbnail-overlay {
  position: relative;
  display: block;
}
.entry-thumbnail-overlay:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  font-size: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.zoom-image i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.zoom-video {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 24px;
  width: 70px;
  height: 70px;
  color: #fff !important;
  border: 5px solid #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-video:focus,
.zoom-video:hover {
  background-color: #e4573d;
  border-color: #e4573d;
}
.zoom-video i {
  padding-left: 4px;
}
.entry-thumb-wrap.thumb-small .zoom-video {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-width: 2px;
  font-size: 16px;
}
.entry-thumb-wrap {
  position: relative;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}
.entry-thumbnail:hover .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.entry-thumbnail:hover .zoom-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.placeholder-image {
  background-color: #E0E8EE;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.placeholder-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.isotope {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.entry-thumb-wrap.thumb-small .zoom-image i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.gf-paging.next-prev {
  font-size: 0;
}
.gf-paging.next-prev > a {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border: 1px solid #ccc;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.gf-paging.next-prev > a.gf-button-prev {
  margin-right: 10px;
}
.gf-paging.next-prev > a.disable {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
.gf-paging.load-more {
  font-size: 0;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image {
  text-align: center;
  font-size: 0;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail {
  display: inline-block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail img {
  width: auto;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail {
  display: block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .gf-post-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gf-post-navigation > div {
    width: 50%;
  }
  .gf-post-navigation > div.post-prev {
    margin-right: 15px;
  }
  .gf-post-navigation > div.post-next {
    margin-left: 15px;
  }
}
.gf-post-navigation > div {
  padding: 30px;
}
.gf-post-navigation > div .gf-post-title {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.5;
}
.gf-post-navigation > div span.no-post {
  font-size: 24px;
  font-weight: 700;
}
.gf-post-navigation > div.post-prev {
  text-align: left;
}
.gf-post-navigation > div.post-next {
  text-align: right;
}
@media (max-width: 767px) {
  .gf-post-navigation > div {
    text-align: center !important;
  }
  .gf-post-navigation > div:not(:last-child) {
    margin-bottom: 1px;
  }
}
.gf-post-meta a,
.gf-post-title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav {
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0;
}
.entry-thumb-wrap.thumb-small > .owl-carousel.owl-theme > .owl-nav {
  top: 0;
  right: 0;
}
.entry-thumb-wrap.thumb-small > .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 2.5px;
}
.gf-post-excerpt p {
  margin: 0;
}
ul.nav-tabs.gf-cate-filter,
ul.nav-tabs.gf-tabs-filter {
  border-bottom: none;
  margin-bottom: 61px;
  font-size: 0;
}
ul.nav-tabs.gf-cate-filter > li > a:before,
ul.nav-tabs.gf-tabs-filter > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  -webkit-transition: transform 0.4s ease, background-color 0.4s ease;
  -moz-transition: transform 0.4s ease, background-color 0.4s ease;
  -ms-transition: transform 0.4s ease, background-color 0.4s ease;
  -o-transition: transform 0.4s ease, background-color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
ul.nav-tabs.gf-cate-filter > li,
ul.nav-tabs.gf-tabs-filter > li {
  float: none;
  display: inline-block;
  position: relative;
}
ul.nav-tabs.gf-cate-filter > li + li,
ul.nav-tabs.gf-tabs-filter > li + li {
  margin-left: 45px;
}
ul.nav-tabs.gf-cate-filter > li > a,
ul.nav-tabs.gf-tabs-filter > li > a {
  font-family: 'Libre Baskerville';
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.73;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.nav-tabs.gf-cate-filter > li > a:hover,
ul.nav-tabs.gf-tabs-filter > li > a:hover,
ul.nav-tabs.gf-cate-filter > li > a:focus,
ul.nav-tabs.gf-tabs-filter > li > a:focus,
ul.nav-tabs.gf-cate-filter > li > a:active,
ul.nav-tabs.gf-tabs-filter > li > a:active {
  text-decoration: none;
  color: #e4573d;
}
ul.nav-tabs.gf-cate-filter > li.active > a:before,
ul.nav-tabs.gf-tabs-filter > li.active > a:before,
ul.nav-tabs.gf-cate-filter > li a:hover:before,
ul.nav-tabs.gf-tabs-filter > li a:hover:before,
ul.nav-tabs.gf-cate-filter > li a:focus:before,
ul.nav-tabs.gf-tabs-filter > li a:focus:before,
ul.nav-tabs.gf-cate-filter > li a:active:before,
ul.nav-tabs.gf-tabs-filter > li a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
ul.nav-tabs.gf-cate-filter > li.dropdown,
ul.nav-tabs.gf-tabs-filter > li.dropdown {
  float: right;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li,
ul.nav-tabs.gf-tabs-filter .dropdown-menu li {
  display: block;
  min-width: 150px;
}
.gsf-catalog-filter-cat-filter ul.nav-tabs.gf-cate-filter > li > a,
.gsf-catalog-filter-cat-filter ul.nav-tabs.gf-tabs-filter > li > a {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
ul.nav-tabs.gf-tabs-filter {
  margin-bottom: 65px;
}
ul.nav-tabs.gf-tabs-filter > li > a {
  font-weight: 400;
  line-height: 1.88;
  font-size: 34px;
  font-family: 'Libre Baskerville';
  text-transform: unset;
  letter-spacing: 0;
}
ul.nav-tabs.gf-tabs-filter > li + li {
  margin-left: 65px;
}
.cate-filter-left .gf-cate-filter {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.cate-filter-center .gf-cate-filter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cate-filter-right .gf-cate-filter {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
div.cate-filter-mg-bottom-70 .gf-cate-filter {
  margin-bottom: 70px !important;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.blog-pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}
.blog-pagination .page-numbers {
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-weight: 800;
  line-height: 1.5;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #cccccc;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus,
.blog-pagination .page-numbers:active {
  text-decoration: none;
  color: #e4573d;
}
.blog-pagination .page-numbers.current {
  background-color: #e4573d;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}
.comment-navigation {
  text-align: right !important;
}
.gf-gutter-0 .gf-post-content {
  padding: 0 15px;
}
/**
* Image Size
* ----------------------------------------------------------------------------
*/
.embed-responsive iframe {
  z-index: 2;
}
.thumbnail-size-blog-large:before,
.embed-responsive-blog-large {
  padding-top: 55.95238095%;
}
.thumbnail-size-blog-large-full:before,
.embed-responsive-blog-large-full {
  padding-top: 52.99145299%;
}
.thumbnail-size-blog-medium:before,
.embed-responsive-blog-medium {
  padding-top: 59.45945945945946%;
}
.thumbnail-size-blog-widget:before,
.embed-responsive-blog-widget {
  padding-top: 100%;
}
.thumbnail-size-4x3:before {
  padding-top: 75%;
}
.thumbnail-size-1x1:before {
  padding-top: 100%;
}
.thumbnail-size-3x4:before {
  padding-top: 133.3333333333333%;
}
.thumbnail-size-16x9:before {
  padding-top: 56.25%;
}
.thumbnail-size-9x16:before {
  padding-top: 177.7777777777778%;
}
.thumbnail-size-blog-masonry .entry-quote-content .block-center-inner {
  position: relative;
  transform: none;
}
ul.gf-post-meta > li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: italic;
  margin-right: 25px;
}
ul.gf-post-meta > li:last-child {
  margin-right: 0;
}
ul.gf-post-meta > li i,
ul.gf-post-meta > li .post-views-icon {
  margin-right: 5px;
}
ul.gf-post-meta > li a {
  color: inherit;
}
ul.gf-post-meta > li a:hover,
ul.gf-post-meta > li a:focus,
ul.gf-post-meta > li a:active {
  text-decoration: none;
  color: #e4573d;
}
ul.gf-post-meta.layout-2 i,
ul.gf-post-meta.layout-2 .post-views-icon {
  display: none;
}
/**
* Post gallery
 */
article.format-gallery .owl-carousel.owl-theme > .owl-nav {
  top: 0;
  right: 0;
  position: absolute;
}
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 20px;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  background-color: #e4573d !important;
}
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  color: #e4573d !important;
}
/*



&.gf-gutter-0 {
    + .gf-paging {
        margin-top: 65px;
    }
}

.gf-gutter-10 {
    + .gf-paging {
        margin-top: 60px;
    }
}

.gf-gutter-20 {
    + .gf-paging {
        margin-top: 50px;
    }
}

.gf-gutter-30 {
    + .gf-paging {
        margin-top: 40px;
    }
}

.gf-gutter-50 {
    + .gf-paging {
        margin-top: 20px;
    }
}

.gf-gutter-70 {
    + .gf-paging {
        margin-top: 15px;
    }
}

.gf-paging.load-more .btn {
    min-width: 160px;
}*/
/**
* Layout Default
* ----------------------------------------------------------------------------
*/
article.post-default .gf-post-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.33;
  word-break: break-word;
}
article.post-default .gf-post-excerpt {
  line-height: 1.75;
}
article.post-default .gf-post-inner {
  position: relative;
}
article.post-default ul {
  padding-left: 0;
}
article.post-default .entry-thumb-wrap:after {
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 18px;
  line-height: 48px;
  color: #ffffff;
  left: 10px;
  bottom: -10px;
  pointer-events: none;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 3;
  background-color: #e4573d;
}
article.post-default .entry-thumb-format-audio:after {
  content: "\f025";
}
article.post-default .entry-thumb-format-quote:after {
  content: "\f10d";
}
article.post-default .entry-thumb-format-gallery:after {
  content: "\f302";
}
article.post-default .entry-thumb-format-video:after {
  content: "\f03d";
}
article.post-default .entry-thumb-format-video .zoom-video {
  display: none;
}
article.post-default .entry-thumb-format-link:after {
  content: "\f0c1";
}
article.post-default [class*="entry-thumb-format-"]:not(.entry-thumb-format-):before {
  content: "";
}
article.post-default .btn-read-more i {
  font-size: 18px;
  position: relative;
  top: 2px;
}
/**
* Layout Large Image
* ----------------------------------------------------------------------------
*/
.layout-large-image > article {
  padding-bottom: 40px;
}
.layout-large-image + .gf-paging {
  margin-top: 40px;
}
article.post-large-image .entry-thumb-wrap {
  font-size: 0;
  margin-bottom: 25px;
}
article.post-large-image .entry-thumb-format- .entry-thumbnail {
  display: inline-block;
}
article.post-large-image .gf-post-inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #ededed;
}
article.post-large-image .gf-post-meta {
  margin-bottom: 20px;
}
article.post-large-image .gf-post-title {
  margin-bottom: 7px;
  font-size: 34px;
  line-height: 1.2;
}
article.post-large-image .post-highlight {
  padding: 30px 25px;
  border-bottom: none;
}
article.post-large-image:last-child .gf-post-inner {
  padding-bottom: 0;
  border-bottom: none;
}
/**
* Layout Medium Image
* ----------------------------------------------------------------------------
*/
.layout-medium-image > article {
  padding-bottom: 30px;
}
.layout-medium-image + .gf-paging {
  margin-top: 40px;
}
article.post-medium-image ul.gf-post-meta {
  margin-bottom: 8px;
}
article.post-medium-image .gf-post-title {
  margin-bottom: 10px;
}
article.post-medium-image .gf-post-excerpt {
  margin-bottom: 23px;
}
article.post-medium-image .entry-thumb-wrap {
  font-size: 0;
  width: 330px;
  float: left;
}
article.post-medium-image .entry-thumb-wrap + .gf-post-content {
  overflow: hidden;
  padding-left: 40px;
}
article.post-medium-image .entry-thumb-wrap + .gf-post-content .gf-post-excerpt {
  height: 3.5em;
  overflow: hidden;
}
article.post-medium-image .entry-thumb-wrap + .gf-post-content ul.gf-post-meta {
  margin-top: 10px;
}
article.post-medium-image .gf-post-inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
article.post-medium-image .post-highlight {
  padding: 30px 25px;
  border-bottom: none;
}
article.post-medium-image:last-child .gf-post-inner {
  padding-bottom: 0;
  border-bottom: none;
}
@media (max-width: 1199px) {
  article.post-medium-image .entry-thumb-wrap {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  article.post-medium-image .entry-thumb-wrap + .gf-post-content {
    padding-left: 0;
  }
  article.post-medium-image .entry-thumb-wrap + .gf-post-content .gf-post-excerpt {
    height: auto;
  }
  article.post-medium-image .entry-thumb-wrap + .gf-post-content ul.gf-post-meta {
    margin-top: 0;
  }
}
/**
* Layout Grid, Masonry
* ----------------------------------------------------------------------------
*/
article.post-grid {
  text-align: center;
}
article.post-grid ul.gf-post-meta {
  margin-bottom: 8px;
}
article.post-grid .gf-post-title {
  margin-bottom: 10px;
}
article.post-grid .entry-thumb-wrap {
  margin-bottom: 25px;
}
article.post-grid .post-highlight {
  padding: 30px 25px;
}
article.post-grid .gf-post-excerpt {
  height: 3.5em;
  overflow: hidden;
}
/**
* Layout Widget
* ----------------------------------------------------------------------------
*/
article.post-widget {
  padding-bottom: 20px;
}
article.post-widget .gf-post-title {
  font-size: 15px;
  line-height: 1.73;
  margin-bottom: 0;
}
article.post-widget ul.gf-post-meta {
  margin-bottom: 2px;
}
article.post-widget .entry-thumb-wrap {
  font-size: 0;
  width: 100px;
  float: left;
}
article.post-widget .entry-thumb-wrap + .gf-post-content {
  overflow: hidden;
  padding-left: 20px;
}
article.post-widget .gf-post-inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
article.post-widget:last-child {
  padding-bottom: 0;
}
article.post-widget:last-child .gf-post-inner {
  padding-bottom: 0;
  border-bottom: none;
}
article.post-widget .entry-thumb-wrap:after {
  display: none;
}
/**
* Single
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post:not(.used-vc) .container .gf-single-wrap {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
  }
  .no-sidebar.single-post:not(.used-vc) .container .gf-single-wrap .gf-entry-content > .alignwide {
    margin-left: -95px;
    margin-right: -95px;
    width: auto;
    max-width: none;
  }
  .no-sidebar.single-post:not(.used-vc) .container .gf-single-wrap .gf-entry-content > .alignfull {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.single-post:not(.used-vc) .container .gf-single-wrap .gf-entry-content > .alignwide {
    margin-left: -200px;
    margin-right: -200px;
    width: auto;
    max-width: none;
  }
}
article.post-single {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
article.post-single .gf-post-title {
  margin-top: 0;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  margin-bottom: 10px;
}
article.post-single .gf-post-meta-top {
  margin-bottom: 30px;
}
.gf-post-tag-share {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/**
* Single Layout 1
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-1 .post-single .entry-thumb-single {
    margin-left: -95px;
    margin-right: -95px;
  }
  .no-sidebar.single-post-layout-1.has-post-thumbnail .post-single .gf-post-meta-top {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.single-post-layout-1 .post-single .entry-thumb-single {
    margin-left: -200px;
    margin-right: -200px;
  }
}
body.single-post-layout-1 article:not(.format-gallery).post-single .entry-thumbnail {
  display: inline-block;
}
body.single-post-layout-1 article:not(.format-gallery).post-single .entry-thumbnail img {
  width: auto;
}
body.single-post-layout-1 .entry-thumb-single {
  margin-bottom: 25px;
}
body.single-post-layout-1.no-post-thumbnail .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
/**
* Single Layout 2
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-2 .post-single .entry-thumb-single {
    margin-left: -95px;
    margin-right: -95px;
  }
  .no-sidebar.single-post-layout-2.has-post-thumbnail .post-single .gf-post-meta-top {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.single-post-layout-2 .post-single .entry-thumb-single {
    margin-left: -200px;
    margin-right: -200px;
  }
}
body.single-post-layout-2 article:not(.format-gallery).post-single .entry-thumbnail {
  display: inline-block;
}
body.single-post-layout-2 article:not(.format-gallery).post-single .entry-thumbnail img {
  width: auto;
}
body.single-post-layout-2.no-post-thumbnail .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
body.single-post-layout-2 .entry-thumb-single {
  margin-bottom: 40px;
  margin-top: 30px;
}
/**
* Single Layout 3
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-3 .post-single .entry-thumb-single {
    margin-left: -95px;
    margin-right: -95px;
  }
  .no-sidebar.single-post-layout-3.has-post-thumbnail .post-single .gf-post-title,
  .no-sidebar.single-post-layout-3.has-post-thumbnail .post-single ul.gf-post-meta {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.single-post-layout-3 .post-single .entry-thumb-single {
    margin-left: -200px;
    margin-right: -200px;
  }
}
body.single-post-layout-3 article:not(.format-gallery).post-single .entry-thumbnail {
  display: inline-block;
}
body.single-post-layout-3 article:not(.format-gallery).post-single .entry-thumbnail img {
  width: auto;
}
body.single-post-layout-3 .post-single .entry-thumb-single {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single-post-layout-3 .post-single ul.gf-post-meta {
  margin-bottom: 30px;
}
body.single-post-layout-3.no-post-thumbnail .post-single ul.gf-post-meta {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
/**
* Single Layout 4
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-4 .post-single .entry-thumb-single {
    margin-left: -95px;
    margin-right: -95px;
  }
}
@media (min-width: 1200px) {
  .no-sidebar.single-post-layout-4 .post-single .entry-thumb-single {
    margin-left: -200px;
    margin-right: -200px;
  }
}
body.single-post-layout-4 article:not(.format-gallery).post-single .entry-thumbnail {
  display: inline-block;
}
body.single-post-layout-4 article:not(.format-gallery).post-single .entry-thumbnail img {
  width: auto;
}
body.single-post-layout-4 .entry-thumb-single {
  margin-bottom: 40px;
}
body.single-post-layout-4.has-post-thumbnail .post-single .gf-post-meta-top {
  text-align: center;
}
body.single-post-layout-4.no-post-thumbnail .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
/**
* Single Layout 5
* ----------------------------------------------------------------------------
*/
body.single-post-layout-5 .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
/**
* Single Layout 6
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-6.has-post-thumbnail .post-single .gf-post-meta-top {
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
  .no-sidebar.single-post-layout-6 .entry-thumb-single {
    margin-bottom: 30px;
  }
}
body.single-post-layout-6 .entry-thumb-single {
  margin-bottom: 40px;
}
body.single-post-layout-6 .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
/**
* Single Layout 7
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  .no-sidebar.single-post-layout-7.has-post-thumbnail .post-single .gf-post-meta-top {
    text-align: center;
    padding-bottom: 0;
    border-bottom: none;
  }
}
body.single-post-layout-7 .post-single .gf-post-meta-top {
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
body.single-post-layout-7 .entry-thumb-single .entry-thumbnail-overlay:before {
  padding-top: 0;
  height: 600px;
}
body.single-post-layout-7 .entry-thumb-single .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
body.single-post-layout-7 .entry-thumb-single .zoom-image {
  display: none;
}
@media (max-width: 991px) {
  body.single-post-layout-7 .entry-thumb-single .entry-thumbnail-overlay:before {
    height: 400px;
  }
  ul.nav-tabs.gf-tabs-filter {
    margin-bottom: 50px;
  }
  ul.nav-tabs.gf-tabs-filter > li > a {
    font-size: 24px;
  }
}
.gf-post-meta-tag {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  margin: 10px 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gf-post-meta-tag span {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
.gf-post-meta-tag .tagcloud {
  font-size: 16px;
}
.gf-post-meta-tag .tagcloud a {
  background-color: transparent;
  font-size: 16px !important;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.63;
  height: auto;
  color: #ababab;
  padding: 0;
  margin: 0;
}
.gf-post-meta-tag .tagcloud a:hover,
.gf-post-meta-tag .tagcloud a:active,
.gf-post-meta-tag .tagcloud a:focus {
  color: #e4573d;
  text-decoration: none;
}
.gf-post-share {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gf-post-share span {
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #333333;
  text-transform: uppercase;
  margin: 0 15px 0 0;
}
.gf-post-share ul.gf-social-icon > li {
  margin: 0 15px 0 0;
  color: #333333;
}
.gf-author-info-wrap {
  margin-top: 40px;
}
.gf-author-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.gf-author-info .gf-author-avatar {
  width: 90px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.gf-author-info .gf-author-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gf-author-info .gf-author-content {
  padding-left: 30px;
}
.gf-author-info h2.gf-author-name {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.73;
  letter-spacing: normal;
}
.gf-author-info ul.gf-social-icon {
  margin-top: 10px;
}
.gf-author-info ul.gf-social-icon > li {
  margin-bottom: 0;
}
.gf-author-info .gf-author-description {
  margin-top: 20px;
}
.gf-post-navigation {
  padding-top: 40px;
}
.gf-post-navigation > div {
  position: relative;
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.gf-post-navigation > div > .gf-navigation-meta {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border: 1px solid #ededed;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gf-post-navigation > div > .gf-navigation-meta .gf-nav-inner {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gf-post-navigation > div.post-nav-bg > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.gf-post-navigation > div.post-nav-bg:hover > .gf-navigation-meta {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.gf-post-navigation > div .gf-post-title {
  margin-top: 11px;
}
.gf-post-navigation > div .gf-post-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.gf-single-related-wrap {
  margin-top: 90px;
}
#gsf-reading-process {
  display: block;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  -moz-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  width: 0;
  z-index: 9999;
  max-width: 100%;
}
@media (max-width: 991px) {
  .cate-filter-right .gf-cate-filter {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  article.post-large-image .gf-post-title {
    font-size: 24px;
  }
  article.post-single .gf-post-title {
    font-size: 34px;
  }
}
/**
* Comments
* ----------------------------------------------------------------------------
*/
.gf-comments-area .comments-list {
  margin-top: 90px;
}
.gf-comments-area .comment-body .avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  float: left;
}
.gf-comments-area .comment-body .avatar + .comment-text {
  padding-left: 110px;
}
.gf-comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gf-comments-area .comment-list li.comment,
.gf-comments-area .comment-list li.pingback {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 2px solid #ededed;
}
.gf-comments-area .comment-list .children {
  margin: 35px 0 0 0;
  padding-top: 35px;
  border-top: 2px solid #ededed;
  padding-left: 110px;
  list-style: none;
}
.gf-comments-area .comment-list .children li.comment:last-child,
.gf-comments-area .comment-list .children li.pingback:last-child {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.gf-comments-area .children .comment-body .avatar {
  width: 50px;
  height: 50px;
}
.gf-comments-area .children .comment-body .avatar + .comment-text {
  padding-left: 80px;
}
.gf-comments-area .children .children {
  padding-left: 80px;
}
.gf-comments-area .comment-meta-top {
  margin-bottom: 12px;
}
.gf-comments-area .comment-meta-top .author-name {
  margin: 0;
  font-family: 'Libre Baskerville';
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}
.gf-comments-area .comment-meta-top .comment-meta-author {
  margin-right: auto;
}
.gf-comments-area .comment-meta-top .comment-meta-date {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: normal;
}
.gf-comments-area .comment-meta-footer {
  margin-top: 25px;
}
.gf-comments-area .comment-meta-footer a {
  color: inherit;
  margin-right: 15px;
}
.gf-comments-area .comment-meta-footer a:last-child {
  margin-right: 0;
}
.gf-comments-area .comment-meta-footer a i {
  margin-right: 5px;
}
.gf-comments-area .comment-meta-footer a:hover {
  text-decoration: none;
}
.gf-comments-area .comment-respond {
  margin-top: 90px;
}
.gf-comments-area .comment-form:after {
  content: '';
  clear: both;
  display: block;
}
.gf-comments-area .comment-form a {
  color: inherit;
}
.gf-comments-area .comment-form a:hover,
.gf-comments-area .comment-form a:focus,
.gf-comments-area .comment-form a:active {
  text-decoration: none;
}
.gf-comments-area .comment-form-comment,
.gf-comments-area .comment-form-author,
.gf-comments-area .comment-form-email {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  font-size: 0;
}
.gf-comments-area .comment-form-comment label,
.gf-comments-area .comment-form-author label,
.gf-comments-area .comment-form-email label {
  display: none;
}
.gf-comments-area .comment-form-comment textarea,
.gf-comments-area .comment-form-author textarea,
.gf-comments-area .comment-form-email textarea,
.gf-comments-area .comment-form-comment input,
.gf-comments-area .comment-form-author input,
.gf-comments-area .comment-form-email input {
  width: 100%;
}
.gf-comments-area textarea {
  height: 170px;
}
.gf-comments-area .comment-form-author,
.gf-comments-area .comment-form-email {
  width: 50%;
}
.gf-comments-area .comment-form-email {
  padding-left: 10px;
}
.gf-comments-area .comment-form-author {
  padding-right: 10px;
}
.gf-comments-area .form-submit {
  float: left;
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .gf-comments-area .comment-body .avatar {
    width: 60px;
    height: 60px;
  }
  .gf-comments-area .comment-body .avatar + .comment-text {
    padding-left: 90px;
  }
  .gf-comments-area .comment-list li.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .gf-comments-area .comment-list .children {
    margin: 30px 0 0 0;
    padding-top: 30px;
    padding-left: 90px;
  }
  .gf-comments-area .comment-list .children li.comment:last-child {
    margin-bottom: 0;
    padding: 0;
  }
  .gf-comments-area .children .comment-body .avatar {
    width: 40px;
    height: 40px;
  }
  .gf-comments-area .children .comment-body .avatar + .comment-text {
    padding-left: 60px;
  }
  .gf-comments-area .children .children {
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .gf-comments-area .comment-body .avatar {
    width: 50px;
    height: 50px;
  }
  .gf-comments-area .comment-body .avatar + .comment-text {
    padding-left: 70px;
  }
  .gf-comments-area .comment-list .children {
    padding-left: 2em;
  }
  .gf-comments-area .children .comment-body .avatar {
    width: 30px;
    height: 30px;
  }
  .gf-comments-area .children .comment-body .avatar + .comment-text {
    padding-left: 45px;
  }
}
/**
* 8.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.nav-center > div.owl-nav {
  margin-top: 0;
}
.nav-center > div.owl-nav > .owl-next,
.nav-center > div.owl-nav > .owl-prev {
  position: absolute;
  top: 50%;
  opacity: 0;
}
.nav-center > div.owl-nav > .owl-next {
  right: 10px;
  -webkit-transform: translate(20px, -50%);
  -moz-transform: translate(20px, -50%);
  -ms-transform: translate(20px, -50%);
  -o-transform: translate(20px, -50%);
  transform: translate(20px, -50%);
}
.nav-center > div.owl-nav > .owl-prev {
  left: 10px;
  -webkit-transform: translate(-20px, -50%);
  -moz-transform: translate(-20px, -50%);
  -ms-transform: translate(-20px, -50%);
  -o-transform: translate(-20px, -50%);
  transform: translate(-20px, -50%);
}
.nav-center:hover > .owl-nav > .owl-next,
.nav-center:hover > .owl-nav > .owl-prev {
  opacity: 0.5;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-center:hover > .owl-nav > .owl-next:not(.disabled),
.nav-center:hover > .owl-nav > .owl-prev:not(.disabled) {
  opacity: 1;
}
@media (min-width: 1440px) {
  .nav-center-outer .owl-stage-outer {
    z-index: 1;
  }
  .nav-center-outer .owl-nav {
    position: absolute;
    left: -110px;
    height: 100%;
    top: 0;
    right: -110px;
    z-index: 0;
  }
}
.nav-top-right {
  padding-top: 143px;
}
.nav-top-right > .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.nav-top-right > .owl-nav > .owl-next {
  margin-right: 0;
}
.nav-top-right > .owl-nav > .owl-prev {
  margin-left: 0;
}
.nav-top-left {
  padding-top: 68px;
}
.nav-top-left > .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.nav-top-left > .owl-nav > .owl-next {
  margin-left: 0;
}
.nav-bottom-left > .owl-nav,
.nav-bottom-center > .owl-nav,
.nav-bottom-right > .owl-nav {
  margin-top: 23px;
}
.nav-bottom-left > .owl-nav {
  text-align: left;
}
.nav-bottom-left > .owl-nav > .owl-prev {
  margin-left: 0;
}
.nav-bottom-right > .owl-nav {
  text-align: right;
}
.nav-bottom-right > .owl-nav > .owl-next {
  margin-right: 0;
}
.nav-small .owl-nav div[class*="owl-"] {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.nav-large .owl-nav div[class*="owl-"] {
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.nav-style-03 > .owl-nav > .owl-prev,
.nav-style-03 > .owl-nav > .owl-next {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-style-01 .owl-nav div[class*="owl-"] {
  background-color: transparent;
  font-size: 34px;
  width: auto !important;
  height: auto !important;
  line-height: 1;
  border: none;
}
.nav-style-01 .owl-nav div[class*="owl-"]:not(.disabled):hover {
  background-color: transparent !important;
}
.nav-style-01.hover-accent .owl-nav div[class*="owl-"]:hover {
  color: #e4573d !important;
}
.nav-style-01.hover-dark .owl-nav div[class*="owl-"]:hover {
  color: #333 !important;
}
.nav-style-01.nav-small .owl-nav div[class*="owl-"] {
  font-size: 30px;
}
.nav-style-01.nav-large .owl-nav div[class*="owl-"] {
  font-size: 38px;
}
.nav-hover-outline.hover-dark:not(.nav-style-01) .owl-nav div[class*="owl-"]:hover {
  border-color: #333 !important;
  color: #333 !important;
}
.nav-hover-outline.hover-accent .owl-nav div[class*="owl-"]:hover {
  border-color: #e4573d !important;
  color: #e4573d !important;
}
.nav-hover-bg.hover-dark:not(.nav-style-01) .owl-nav div[class*="owl-"]:hover {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.nav-hover-bg.hover-light .owl-nav div[class*="owl-"]:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #e4573d !important;
}
.nav-hover-bg.hover-accent .owl-nav div[class*="owl-"]:hover {
  background-color: #e4573d !important;
  color: #ffffff !important;
  border-color: #e4573d !important;
}
.default-effect,
.suprema-effect,
.layla-effect,
.bubba-effect,
.jazz-effect {
  overflow: hidden;
  position: relative;
}
.default-effect:after,
.suprema-effect:after,
.layla-effect:after,
.bubba-effect:after,
.jazz-effect:after {
  -webkit-transition: opacity .8s ease .2s;
  transition: opacity .8s ease .15s;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 0;
}
.default-effect .effect-content,
.suprema-effect .effect-content,
.layla-effect .effect-content,
.bubba-effect .effect-content,
.jazz-effect .effect-content {
  position: relative;
}
.default-effect .effect-content:before,
.suprema-effect .effect-content:before,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before,
.jazz-effect .effect-content:before,
.default-effect .effect-content:after,
.suprema-effect .effect-content:after,
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.jazz-effect .effect-content:after {
  position: absolute;
  content: '';
  display: block;
}
.default-effect:hover:after,
.suprema-effect:hover:after,
.layla-effect:hover:after,
.bubba-effect:hover:after,
.jazz-effect:hover:after,
.default-effect:hover .effect-content:before,
.suprema-effect:hover .effect-content:before,
.layla-effect:hover .effect-content:before,
.bubba-effect:hover .effect-content:before,
.jazz-effect:hover .effect-content:before,
.default-effect:hover .effect-content:after,
.suprema-effect:hover .effect-content:after,
.layla-effect:hover .effect-content:after,
.bubba-effect:hover .effect-content:after,
.jazz-effect:hover .effect-content:after {
  opacity: 1;
}
.suprema-effect .effect-content:before,
.suprema-effect .effect-content:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
}
.suprema-effect .effect-content:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
}
.suprema-effect .effect-content:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.suprema-effect:hover .effect-content:before {
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-1000px);
  -moz-transform: rotate(-45deg) translateX(-1000px);
  -ms-transform: rotate(-45deg) translateX(-1000px);
  -o-transform: rotate(-45deg) translateX(-1000px);
  transform: rotate(-45deg) translateX(-1000px);
}
.suprema-effect:hover .effect-content:after {
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(1000px);
  -moz-transform: rotate(-45deg) translateX(1000px);
  -ms-transform: rotate(-45deg) translateX(1000px);
  -o-transform: rotate(-45deg) translateX(1000px);
  transform: rotate(-45deg) translateX(1000px);
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
.layla-effect:hover .effect-content:after {
  left: 10px;
  right: 10px;
}
.layla-effect:hover .effect-content:before {
  top: 10px;
  bottom: 10px;
}
.bubba-effect:hover .effect-content:after {
  left: 25px;
  right: 25px;
}
.bubba-effect:hover .effect-content:before {
  top: 25px;
  bottom: 25px;
}
.jazz-effect .effect-content:before {
  background-color: transparent;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}
.jazz-effect:hover .effect-content:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.flash-effect {
  overflow: hidden;
  position: relative;
}
.flash-effect .effect-bg-image,
.flash-effect .entry-thumbnail-overlay {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.flash-effect .entry-thumbnail-overlay:after {
  display: none;
}
.flash-effect .effect-content {
  position: relative;
}
.flash-effect .effect-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}
.flash-effect:hover .effect-content:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
.flash-effect:hover .effect-bg-image,
.flash-effect:hover .entry-thumbnail-overlay {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  -moz-transform: scale3d(1.1, 1.1, 1.1);
  -ms-transform: scale3d(1.1, 1.1, 1.1);
  -o-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.gsf-google-map .map-point-animate .map-point-center:not(.has-icon):before {
  color: #e4573d;
}
.gsf-google-map .map-point-animate .map-point-signal2 {
  -webkit-box-shadow: inset 0 0 35px 10px #e4573d;
  -moz-box-shadow: inset 0 0 35px 10px #e4573d;
  box-shadow: inset 0 0 35px 10px #e4573d;
  border: 2px solid #e4573d;
}
.gsf-contact-form {
  font-size: 0;
}
.gsf-contact-form .ct-field {
  margin-bottom: 20px;
}
.gsf-contact-form .ct-field input:not([type='submit']),
.gsf-contact-form .ct-field textarea {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gsf-contact-form .ct-field textarea {
  height: 150px;
}
.gsf-contact-form .ct-field.ct-submit {
  margin-bottom: 0;
  margin-top: 30px;
}
.gsf-contact-form.form-style-2 .ct-field input:not([type='submit']),
.gsf-contact-form.form-style-2 .ct-field textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* Mail chimp */
.gsf-mail-chimp {
  position: relative;
}
.gsf-mail-chimp .mc4wp-form input {
  font-size: 15px;
}
.gsf-mail-chimp .mc4wp-form input:focus,
.gsf-mail-chimp .mc4wp-form input:active {
  border-color: #e4573d !important;
}
.gsf-mail-chimp .mc4wp-form button {
  cursor: pointer;
  outline: none;
}
.gsf-mail-chimp.mailchimp-style-01 .mc4wp-form input,
.gsf-mail-chimp.mailchimp-style-01 .mc4wp-form button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
}
.gsf-mail-chimp.mailchimp-style-01 .mc4wp-form input {
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.03);
  padding-left: 20px;
  padding-right: 146px;
  line-height: 46px;
  border: 1px solid transparent;
}
.gsf-mail-chimp.mailchimp-style-01 .mc4wp-form button {
  background-color: #ffffff;
  color: #e4573d;
  font-size: 14px;
  font-weight: 700;
  padding-left: 39px;
  padding-right: 39px;
  line-height: 48px;
  border: none;
}
.gsf-mail-chimp.mailchimp-style-01 .mc4wp-form button i {
  display: none;
}
.gsf-mail-chimp.mailchimp-style-02 .mc4wp-form input,
.gsf-mail-chimp.mailchimp-style-02 .mc4wp-form button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 48px;
}
.gsf-mail-chimp.mailchimp-style-02 .mc4wp-form input {
  box-shadow: 0 2px 54px 0 rgba(0, 0, 0, 0.05);
  padding-left: 20px;
  padding-right: 146px;
  line-height: 46px;
  border: 1px solid;
}
.gsf-mail-chimp.mailchimp-style-02 .mc4wp-form button {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-color: #e4573d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 39px;
  padding-right: 39px;
  height: 48px;
  line-height: 48px;
  border: none;
}
.gsf-mail-chimp.mailchimp-style-02 .mc4wp-form button i {
  display: none;
}
.gsf-mail-chimp.mailchimp-style-03 .mc4wp-form input,
.gsf-mail-chimp.mailchimp-style-03 .mc4wp-form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 48px;
}
.gsf-mail-chimp.mailchimp-style-03 .mc4wp-form input {
  background-color: transparent !important;
  font-size: 18px;
  font-family: 'Libre Baskerville';
  padding-right: 35px;
  text-align: center;
  padding-left: 35px;
  line-height: 46px;
  border: none !important;
  border-bottom: 2px solid !important;
}
.gsf-mail-chimp.mailchimp-style-03 .mc4wp-form button {
  background-color: transparent;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  border: none;
}
.gsf-mail-chimp.mailchimp-style-03 .mc4wp-form button i {
  font-size: 18px;
  padding-left: 12px;
  position: relative;
  top: 5px;
}
.gsf-mail-chimp.mailchimp-style-04 .mc4wp-form input,
.gsf-mail-chimp.mailchimp-style-04 .mc4wp-form button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 48px;
}
.gsf-mail-chimp.mailchimp-style-04 .mc4wp-form input {
  background-color: transparent !important;
  padding-left: 0;
  padding-right: 93px;
  line-height: 46px;
  border: none !important;
  border-bottom: 2px solid #e4573d !important;
}
.gsf-mail-chimp.mailchimp-style-04 .mc4wp-form button {
  background-color: transparent;
  color: #e4573d;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  line-height: 48px;
  border: none;
  border-bottom: 2px solid #e4573d;
}
.gsf-mail-chimp.mailchimp-style-04 .mc4wp-form button i {
  font-size: 24px;
  padding-left: 12px;
  position: relative;
  top: 5px;
}
@media (max-width: 575px) {
  .gsf-mail-chimp.mailchimp-style-01 .mc4wp-form input,
  .gsf-mail-chimp.mailchimp-style-02 .mc4wp-form input {
    padding-right: 100px;
  }
  .gsf-mail-chimp.mailchimp-style-01 .mc4wp-form button,
  .gsf-mail-chimp.mailchimp-style-02 .mc4wp-form button {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/**
* VC_Message Box
* ----------------------------------------------------------------------------
*/
.vc_message_box {
  position: relative;
  padding: 12px 50px 12px 45px;
  margin: 0 0 20px;
}
.vc_message_box:last-child {
  margin-bottom: 0;
}
.vc_message_box p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.vc_message_box.vc_message_box-icon {
  width: 50px;
}
.vc_message_box.vc_message_box-icon > *,
.vc_message_box .vc_message_box-icon > .fa {
  font-size: 14px;
  line-height: 1.6;
}
.vc_message_box.vc_color-success.vc_message_box-solid {
  color: #58A739;
  border-color: transparent;
  background-color: #E0F2D9;
}
.vc_message_box.vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #58A739;
}
.vc_message_box.vc_color-info.vc_message_box-solid {
  color: #3D6DBF;
  border-color: transparent;
  background-color: #ECF1F9;
}
.vc_message_box.vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #3D6EBF;
}
.vc_message_box.vc_color-warning.vc_message_box-solid {
  color: #EB9A0A;
  border-color: transparent;
  background-color: #FDF9DF;
}
.vc_message_box.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #EB9B0A;
}
.vc_message_box.vc_color-danger.vc_message_box-solid {
  color: #DF5F5F;
  border-color: transparent;
  background-color: #FFECEC;
}
.vc_message_box.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #DF5F5F;
}
.vc_separator h4 {
  margin: 0 !important;
}
.gf-banner.gf-banner-style-01 .gf-banner-content a:hover h4,
.gf-banner.gf-banner-style-01 .gf-banner-content a:focus h4 {
  background-color: #e4573d;
}
.gf-heading.gf-heading-style-3 .heading-sub-title.primary-color {
  color: #c5a374;
}
.gf-heading.gf-heading-style-3 .heading-sub-title .heading-title > span {
  font-family: 'Libre Baskerville';
}
.gf-heading.gf-heading-style-4:before {
  background-color: #e4573d;
}
.gsf-our-team.style-1 .ourteam-thumb:before,
.gsf-our-team.style-3 .ourteam-thumb:before {
  background-color: #e4573d;
}
.gsf-our-team.style-1 .ourteam-thumb i,
.gsf-our-team.style-3 .ourteam-thumb i {
  color: #ffffff;
}
.gsf-view-demo.gsf-view-demo-style-02 .demo-thumb-wrap:before {
  background-color: #e4573d;
}
.gsf-portfolio-singular .portfolio-singular-info .gsf-portfolio-title a:hover {
  color: #e4573d;
}
.gsf-portfolio-singular .portfolio-index-wrap a.view-all i {
  color: #e4573d;
}
.gf-pricing-tables.style-1 .pricing-item .featured-text {
  background-color: #e4573d;
  color: #ffffff;
  font-family: 'Libre Baskerville';
}
.gf-pricing-tables.style-1 .pricing-item .pricing-price span {
  font-family: 'Libre Baskerville';
}
.gf-pricing-tables.style-1 .pricing-item .pricing-price h4 {
  font-family: 'Libre Baskerville';
}
.gf-pricing-tables.style-1 .pricing-item .pricing-price p {
  font-family: 'Libre Baskerville';
}
.gf-pricing-tables.style-1 .pricing-item .pricing-name {
  font-family: 'Nunito Sans';
}
.gf-pricing-tables.style-2 .pricing-name {
  color: #e4573d;
}
.gf-pricing-tables.style-3 .pricing-price h4 {
  color: #e4573d;
}
.gsf-time-line li .time-line-year {
  font-family: 'Libre Baskerville';
}
.gsf-time-line li:before {
  background-color: #e4573d;
  -webkit-box-shadow: 0px 0px 10px 1px #e4573d;
  -moz-box-shadow: 0px 0px 10px 1px #e4573d;
  box-shadow: 0px 0px 10px 1px #e4573d;
}
.gf-product-reviews .review-info .reviewer {
  font-family: 'Libre Baskerville';
}
.gf-product-reviews .review-info .product-categories {
  font-family: 'Libre Baskerville';
}
.gf-features {
  background-color: #ffffff;
}
.gf-features .features-entry-thumb:before {
  border-top: 18px solid #ffffff;
}
.gsf-product-singular .singular-product-featured-title {
  color: #e4573d;
  font-family: 'Libre Baskerville';
}
.gsf-product-singular .singular-product-categories {
  font-family: 'Libre Baskerville';
  color: #333333;
}
.gsf-product-singular .price {
  font-family: 'Libre Baskerville';
}
.gsf-product-singular .singular-product-actions .product_type_external,
.gsf-product-singular .singular-product-actions .product_type_variable,
.gsf-product-singular .singular-product-actions .product_type_grouped,
.gsf-product-singular .singular-product-actions .add_to_cart_button {
  color: #333333;
}
.gsf-product-singular .singular-product-actions .product_type_external:hover,
.gsf-product-singular .singular-product-actions .product_type_variable:hover,
.gsf-product-singular .singular-product-actions .product_type_grouped:hover,
.gsf-product-singular .singular-product-actions .add_to_cart_button:hover,
.gsf-product-singular .singular-product-actions .product_type_external:focus,
.gsf-product-singular .singular-product-actions .product_type_variable:focus,
.gsf-product-singular .singular-product-actions .product_type_grouped:focus,
.gsf-product-singular .singular-product-actions .add_to_cart_button:focus,
.gsf-product-singular .singular-product-actions .product_type_external:active,
.gsf-product-singular .singular-product-actions .product_type_variable:active,
.gsf-product-singular .singular-product-actions .product_type_grouped:active,
.gsf-product-singular .singular-product-actions .add_to_cart_button:active {
  background-color: #333333;
  color: #ffffff !important;
  border-color: #333333;
}
@media (min-width: 1200px) {
  .gf-features.first-style-1 .features-item-inner:nth-child(2) .features-entry-thumb:before {
    border-bottom: 18px solid #ffffff;
  }
  .gf-features.first-style-2 .features-item-inner:nth-child(1) .features-entry-thumb:before,
  .gf-features.first-style-2 .features-item-inner:nth-child(3) .features-entry-thumb:before {
    border-bottom: 18px solid #ffffff;
  }
}
.gf-gallery .zoom-image:before,
.gf-gallery .zoom-image:after {
  background-color: #ffffff;
}
.gf-gallery .entry-thumbnail-overlay:after {
  background-color: rgba(228, 87, 61, 0.4);
}
.gsf-info-box .ib-sub-title {
  font-family: 'Libre Baskerville';
}
.gsf-info-box li.info-box-item .ifb-icon {
  background-color: #e4573d;
  color: #ffffff;
}
.gsf-info-box li.info-box-item .ifb-icon:before {
  border: 2px solid #ffffff;
}
.gsf-countdown .countdown-style-01 .countdown-section + .countdown-section .countdown-value:before {
  font-family: 'Libre Baskerville';
}
.gf-our-service-carousel .our-service-head-item .icon i {
  color: #e4573d;
}
.gf-our-service-carousel .our-service-head-item:hover .our-service-head-item,
.gf-our-service-carousel .owl-item.active.center .our-service-head-item {
  background-color: #e4573d;
}
.gf-our-service-carousel .our-service-head-item:hover .our-service-head-item:before,
.gf-our-service-carousel .owl-item.active.center .our-service-head-item:before {
  border-top: 10px solid #e4573d;
}
.gf-our-service-carousel .our-service-head-item:hover .our-service-head-item .icon i,
.gf-our-service-carousel .owl-item.active.center .our-service-head-item .icon i,
.gf-our-service-carousel .our-service-head-item:hover .our-service-head-item h4,
.gf-our-service-carousel .owl-item.active.center .our-service-head-item h4,
.gf-our-service-carousel .our-service-head-item:hover .our-service-head-item span,
.gf-our-service-carousel .owl-item.active.center .our-service-head-item span {
  color: #ffffff;
}
.gf-our-service-carousel .our-service-item-content a {
  color: #ffffff !important;
}
.gsf-product-deal .product-action-item a {
  background-color: #e4573d;
  color: #ffffff !important;
}
.gsf-product-deal .price {
  color: #333333;
}
.gsf-view-demo .item-new {
  background-color: #e4573d;
}
.gsf-view-demo .item-new:before,
.gsf-view-demo .item-new:after {
  background-color: #e4573d;
}
.gsf-slider-container .owl-stage-outer {
  margin-top: -50px;
  margin-bottom: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gsf-slider-container .gf-slider-item:not(.owl-item-inner) article {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.gsf-slider-container.item-gutter-70 {
  width: calc(100% + 70px);
  margin-left: -35px;
  margin-right: -35px;
}
.gsf-slider-container.item-gutter-70 .gf-slider-item:not(.owl-item-inner),
.gsf-slider-container.item-gutter-70 .owl-nav {
  padding-left: 35px;
  padding-right: 35px;
}
.gsf-slider-container.item-gutter-70 article {
  padding-bottom: 70px;
  padding-left: 35px;
  padding-right: 35px;
}
.gsf-slider-container.item-gutter-50 {
  width: calc(100% + 50px);
  margin-left: -25px;
  margin-right: -25px;
}
.gsf-slider-container.item-gutter-50 .gf-slider-item:not(.owl-item-inner),
.gsf-slider-container.item-gutter-50 .owl-nav {
  padding-left: 25px;
  padding-right: 25px;
}
.gsf-slider-container.item-gutter-50 article {
  padding-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
}
.gsf-slider-container.item-gutter-30 {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-slider-container.item-gutter-30 .gf-slider-item:not(.owl-item-inner),
.gsf-slider-container.item-gutter-30 .owl-nav {
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-slider-container.item-gutter-30 article {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-slider-container.item-gutter-20 {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
}
.gsf-slider-container.item-gutter-20 .gf-slider-item:not(.owl-item-inner),
.gsf-slider-container.item-gutter-20 .owl-nav {
  padding-left: 10px;
  padding-right: 10px;
}
.gsf-slider-container.item-gutter-20 article {
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.gsf-slider-container.item-gutter-10 {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-right: -5px;
}
.gsf-slider-container.item-gutter-10 .gf-slider-item:not(.owl-item-inner),
.gsf-slider-container.item-gutter-10 .owl-nav {
  padding-left: 5px;
  padding-right: 5px;
}
.gsf-slider-container.item-gutter-10 article {
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .gsf-slider-container.item-gutter-70,
  .gsf-slider-container.item-gutter-50 {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .gsf-slider-container.item-gutter-70 .gf-slider-item:not(.owl-item-inner),
  .gsf-slider-container.item-gutter-50 .gf-slider-item:not(.owl-item-inner),
  .gsf-slider-container.item-gutter-70 .owl-nav,
  .gsf-slider-container.item-gutter-50 .owl-nav {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gsf-slider-container.item-gutter-70 article,
  .gsf-slider-container.item-gutter-50 article {
    padding-bottom: 30px;
  }
  .gsf-slider-container.item-gutter-70 .owl-item-inner article,
  .gsf-slider-container.item-gutter-50 .owl-item-inner article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .nav-top-right {
    padding-top: 100px;
  }
  .nav-top-right > .owl-nav {
    left: 0;
    right: auto;
  }
}
/**
* 9.0 - Mixin
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.body-font,
.gsf_content .widget .wp-block-group__inner-container > h2,
.gsf_template .widget .wp-block-group__inner-container > h2,
.main-footer-wrapper .widget .wp-block-group__inner-container > h2,
.gsf_content .widget-title,
.gsf_template .widget-title,
.main-footer-wrapper .widget-title {
  font-family: 'Nunito Sans';
}
.primary-font,
ul.search-popup-list .sa-post-title,
ul.search-popup-list .sa-post-meta,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select,
.widget .wp-block-group__inner-container > h2,
.widgettitle,
.widget-title,
.wp-block-tag-cloud a,
.tagcloud a,
article.post-default .gf-post-title {
  font-family: 'Libre Baskerville';
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color,
ul.search-popup-list .sa-post-title:hover,
ul.search-popup-list .sa-post-title:focus,
ul.gf-breadcrumbs li > span,
ul.gf-breadcrumbs li.breadcrumb-leaf,
a,
.has-drop-cap:not(:focus):first-letter,
.gsf-dropcap-default::first-letter,
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-circle-outline::first-letter,
[class*="gsf-list"] li:before,
ul.gf-post-meta > li i,
ul.gf-post-meta > li .post-views-icon,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  color: #e4573d;
}
.primary-color {
  color: #c5a374;
}
.bg-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i:after,
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
#gsf-reading-process {
  background-color: #e4573d;
}
.border-accent-color,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #e4573d;
}
.foreground-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title h4,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title,
.zoom-video:focus,
.zoom-video:hover,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #ffffff;
}
.text-box-shadow {
  text-shadow: 2px 5px 0 #fbf16f;
}
.text-box-shadow-foreground {
  text-shadow: 10px 7px 0 #ffffff;
}
.border-color,
.gf-entry-content hr,
.gf-entry-content table,
.gf-entry-content td,
.gf-entry-content th,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.gf-entry-content .gsf-page-links span {
  border-color: #ededed;
}
.heading-color,
.vc_toggle.vc_toggle_color_accent .vc_toggle_title h4,
h1,
h2,
h3,
h4,
h5,
h6,
.gf-entry-content thead th,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.gf-entry-content .gsf-page-links span,
.customize-social-networks .gf-social-icon > li a:hover,
article.post-default .gf-post-title {
  color: #333333;
}
.disable-color,
.gf-entry-content address,
.gf-entry-content del,
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption,
.copy-right,
.main-menu ul.sub-menu .menu-item,
.customize-social-networks .gf-social-icon > li {
  color: #ababab;
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-extra-bold {
  font-weight: 800 !important;
}
.fw-black {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-0 {
  font-size: 0;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-30 {
  font-size: 30px !important;
}
.fs-31 {
  font-size: 31px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-34 {
  font-size: 34px !important;
}
.fs-35 {
  font-size: 35px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-38 {
  font-size: 38px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-42 {
  font-size: 42px !important;
}
.fs-46 {
  font-size: 46px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-80 {
  font-size: 80px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.text-underline {
  text-decoration: underline !important;
}
/**
* Spacing
 */
.spacing-small {
  letter-spacing: 1px;
}
.spacing-medium {
  letter-spacing: 2px;
}
.spacing-large {
  letter-spacing: 3px;
}
.gsf-link {
  color: inherit;
}
.gsf-link:hover,
.gsf-link:focus,
.gsf-link:active {
  text-decoration: none;
  color: #e4573d;
}
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.dib {
  display: inline-block;
}
.bg-clip-content,
.bg-clip-content > .vc_column-inner {
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .md-pd-top-0 {
    padding-top: 0px !important;
  }
  .md-pd-top-5 {
    padding-top: 5px !important;
  }
  .md-pd-top-10 {
    padding-top: 10px !important;
  }
  .md-pd-top-15 {
    padding-top: 15px !important;
  }
  .md-pd-top-20 {
    padding-top: 20px !important;
  }
  .md-pd-top-25 {
    padding-top: 25px !important;
  }
  .md-pd-top-30 {
    padding-top: 30px !important;
  }
  .md-pd-top-35 {
    padding-top: 35px !important;
  }
  .md-pd-top-40 {
    padding-top: 40px !important;
  }
  .md-pd-top-45 {
    padding-top: 45px !important;
  }
  .md-pd-top-50 {
    padding-top: 50px !important;
  }
  .md-pd-top-55 {
    padding-top: 55px !important;
  }
  .md-pd-top-60 {
    padding-top: 60px !important;
  }
  .md-pd-top-65 {
    padding-top: 65px !important;
  }
  .md-pd-top-70 {
    padding-top: 70px !important;
  }
  .md-pd-top-75 {
    padding-top: 75px !important;
  }
  .md-pd-top-80 {
    padding-top: 80px !important;
  }
  .md-pd-top-85 {
    padding-top: 85px !important;
  }
  .md-pd-top-90 {
    padding-top: 90px !important;
  }
  .md-pd-top-95 {
    padding-top: 95px !important;
  }
  .md-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .md-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .md-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .md-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .md-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .md-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .md-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .md-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .md-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .md-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .md-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .md-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .md-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .md-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .md-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .md-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .md-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .md-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .md-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .md-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .md-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .md-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .md-mg-top-0 {
    margin-top: 0px !important;
  }
  .md-mg-top-5 {
    margin-top: 5px !important;
  }
  .md-mg-top-10 {
    margin-top: 10px !important;
  }
  .md-mg-top-15 {
    margin-top: 15px !important;
  }
  .md-mg-top-20 {
    margin-top: 20px !important;
  }
  .md-mg-top-25 {
    margin-top: 25px !important;
  }
  .md-mg-top-30 {
    margin-top: 30px !important;
  }
  .md-mg-top-35 {
    margin-top: 35px !important;
  }
  .md-mg-top-40 {
    margin-top: 40px !important;
  }
  .md-mg-top-45 {
    margin-top: 45px !important;
  }
  .md-mg-top-50 {
    margin-top: 50px !important;
  }
  .md-mg-top-55 {
    margin-top: 55px !important;
  }
  .md-mg-top-60 {
    margin-top: 60px !important;
  }
  .md-mg-top-65 {
    margin-top: 65px !important;
  }
  .md-mg-top-70 {
    margin-top: 70px !important;
  }
  .md-mg-top-75 {
    margin-top: 75px !important;
  }
  .md-mg-top-80 {
    margin-top: 80px !important;
  }
  .md-mg-top-85 {
    margin-top: 85px !important;
  }
  .md-mg-top-90 {
    margin-top: 90px !important;
  }
  .md-mg-top-95 {
    margin-top: 95px !important;
  }
  .md-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .md-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .md-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .md-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .md-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .md-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .md-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .md-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .md-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .md-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .md-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .md-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .md-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .md-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .md-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .md-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .md-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .md-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .md-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .md-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .md-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .md-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
.bg-transparent {
  background-color: transparent;
}
.gsf-white-text {
  color: #fff !important;
}
.elm-relative {
  position: relative;
  z-index: 1;
}
.elm-static {
  position: static;
}
.transition-03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.elm-absolute {
  position: absolute !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
  -webkit-flex-grow: 1 !important;
}
.width-auto {
  width: auto !important;
}
.display-inline-block {
  display: inline-block;
}
.header6-copyright {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 15px;
}
.mg-top-neg-50 {
  margin-top: -50px;
}
.mg-bottom-neg-106 {
  margin-bottom: -106px;
}
.mg-bottom-neg-174 {
  margin-bottom: -174px;
}
.social-custom-style ul.gf-social-icon > li {
  color: #fff;
  margin-right: 40px;
}
.social-custom-style ul.gf-social-icon > li i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .sm-up-banner-absolute {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .lg-mg-left-neg-30 {
    margin-left: -30px;
  }
  .lg-up-cate-filter-mb-88 ul.nav-tabs.gf-cate-filter {
    margin-bottom: 88px !important;
  }
  .lg-pd-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  .single-image-absolute {
    position: absolute;
    bottom: 0;
  }
  .md-up-custom-mg-top .wpb_column {
    margin-top: -170px;
  }
  .md-up-custom-mg-top-02 .wpb_column {
    margin-top: -200px;
  }
  .md-up-border-left:before {
    position: absolute;
    left: -1px;
    display: block;
    content: '';
    top: 50%;
    width: 2px;
    height: 200px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #e5e8f3;
  }
  .portfolio-custom-heading-tab .custom-heading {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 370px;
    margin: auto;
    margin-top: 0;
  }
  .portfolio-custom-heading-tab .gf-portfolios {
    padding-top: 32px;
  }
  .portfolio-custom-heading-tab .gf-portfolios ul.nav-tabs.gf-cate-filter {
    margin-bottom: 150px;
  }
  .partner-mg-bottom-65.gsf-partner.partner-gutter-30 .partner-item {
    margin-bottom: 65px;
  }
  .md-up-row-absolute-bottom-80 > .gf-container {
    position: relative;
  }
  .md-up-row-absolute-bottom-80 > .gf-container > .wpb_column {
    position: absolute;
    bottom: -80px;
  }
  .social-custom-style ul.gf-social-icon > li {
    margin-right: 85px;
  }
  .social-custom-style ul.gf-social-icon > li i {
    font-size: 40px;
  }
}
.custom-heading-inline .gf-heading-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-heading-inline .gf-heading-inner .heading-title {
  margin-top: 0 !important;
  text-align: left;
  padding-left: 40px;
}
.item-custom-styles .wpb_single_image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.elm-top-260 {
  position: relative;
  top: -260px;
  margin-bottom: -260px;
}
@media (min-width: 1200px) {
  .xl-mg-top-0 {
    margin-top: 0 !important;
  }
  .xl-mg-bottom-0 {
    margin-bottom: 0 !important;
  }
  .xl-mg-top-neg-60 {
    margin-top: -60px;
  }
  .md-up-custom-mg-top .wpb_column {
    margin-top: -270px;
  }
  .md-up-custom-mg-top-02 .wpb_column {
    margin-top: -295px;
  }
  .elm-right-135 {
    position: relative;
    right: -135px;
  }
  .elm-left-215 {
    position: relative;
    left: -215px;
  }
  .elm-left-100 {
    position: relative;
    left: -100px;
  }
}
@media (max-width: 1199px) {
  .tabs-right.lg-justify-content-start .gf-tabs-filter {
    -webkit-justify-content: flex-start !important;
    -moz-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (min-width: 1320px) {
  .xl-mg-left-neg-75 {
    margin-left: -75px;
  }
  .xl-mg-right-neg-75 {
    margin-right: -75px;
  }
  .xl-mg-right-neg-90 {
    margin-right: -90px;
  }
}
@media (min-width: 1440px) {
  .xl-mg-left-neg-135 {
    margin-left: -135px;
  }
  .xl-mg-right-neg-135 {
    margin-right: -135px;
  }
  .xl-mg-left-neg-115 {
    margin-left: -115px;
  }
  .xl-mg-right-neg-115 {
    margin-right: -115px;
  }
}
@media (min-width: 1920px) {
  .responsive-elm-cat-2 {
    padding-left: 290px;
    padding-right: 190px;
  }
}
.counter-line-between .vc_col-sm-6 + .vc_col-sm-6:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.counter-line-between.line-between-gray .vc_col-sm-6 + .vc_col-sm-6:before {
  background-color: #ededed;
}
.custom-author-block {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.custom-author-block .author-name {
  font-size: 100px;
  max-width: 570px;
  line-height: 1;
  color: #e4573d;
  position: relative;
}
.custom-author-block .author-name:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -165px;
  width: 47px;
  height: 5px;
  background-color: #e4573d;
}
.custom-author-block .author-job {
  text-align: right;
  color: #333333;
  padding-right: 270px;
  position: relative;
  max-width: 440px;
  line-height: 1.78;
}
.custom-author-block .author-job:before {
  content: '';
  display: block;
  right: 0;
  position: absolute;
  top: 50%;
  height: 47px;
  width: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #e4573d;
}
.custom-heading-responsive {
  font-size: 90px;
  font-weight: 900;
  line-height: 1.27;
}
.custom-heading-responsive-02 {
  font-size: 72px;
  font-weight: 900;
  line-height: 1.27;
}
.columns-position-top .wpb_column {
  position: relative;
  top: -350px;
  margin-bottom: -350px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  div.lg-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 1199px) {
  div.lg-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.lg-col-pd-left-right-0 > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.lg-pd-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div.lg-col-pd-left-right-15 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-author-block .author-name {
    font-size: 80px;
  }
  .custom-author-block .author-name:before {
    bottom: -100px;
  }
  .custom-author-block .author-job {
    padding-right: 170px;
    max-width: 340px;
  }
  .custom-heading-responsive {
    font-size: 72px;
  }
  .lg-gutter-30 [class*="gf-gutter-"] {
    margin-left: -15px;
    margin-right: -15px;
  }
  .lg-gutter-30 [class*="gf-gutter-"] > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .custom-author-block {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .custom-author-block .author-name {
    width: 100%;
    max-width: none;
    margin-bottom: 40px !important;
  }
  .custom-author-block .author-name:before {
    display: none;
  }
  .custom-author-block .author-job {
    width: 100%;
    padding-right: 0;
    max-width: none;
    text-align: left;
    padding-left: 50px;
  }
  .custom-author-block .author-job:before {
    left: 0;
    right: auto;
  }
  .md-pos-inherit {
    position: inherit !important;
  }
  div.col-md-mg-top-30 > .vc_column-inner {
    margin-top: 30px !important;
  }
  .md-text-center {
    text-align: center !important;
  }
  .md-text-left {
    text-align: left !important;
  }
  .lg-pd-100 {
    padding-left: 50px;
    padding-right: 50px;
  }
  .counter-line-between .wpb_column:nth-child(4):before {
    display: none !important;
  }
  div.md-pd-25 {
    padding: 25px !important;
  }
  div.md-clear-bg {
    background-image: none !important;
  }
  div.md-mg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  div.md-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md-pd-left-0 {
    padding-left: 0 !important;
  }
  .portfolio-custom-heading-tab .custom-heading {
    margin-bottom: 30px !important;
  }
  .portfolio-custom-heading-tab .gf-portfolios ul.nav-tabs.gf-cate-filter {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .md-pd-right-15 > .vc_column-inner {
    padding-right: 15px !important;
  }
  .md-pd-left-right-15 > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .custom-heading-inline .gf-heading-inner .heading-sub-title {
    font-size: 100px;
    line-height: 100px;
  }
  .custom-heading-responsive,
  .custom-heading-responsive-02 {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-left .text-center,
  .sm-text-left .text-right {
    text-align: left !important;
  }
  .sm-border-none > .vc_column-inner {
    border: none !important;
  }
  .sm-fs-20 {
    font-size: 20px !important;
  }
  .lg-pd-100 {
    padding-left: 0;
    padding-right: 0;
  }
  .counter-line-between .vc_col-sm-6:before {
    display: none !important;
  }
  .sm-db {
    display: block !important;
  }
  div.sm-mg-left-right-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .sm-fs-34 {
    font-size: 34px !important;
  }
  .custom-heading-responsive,
  .custom-heading-responsive-02 {
    font-size: 54px;
  }
}
@media screen and (max-width: 575px) {
  .custom-author-block {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .custom-author-block .author-name {
    font-size: 48px;
  }
  .col-mb-12 {
    width: 100% !important;
  }
  .mg-top-neg-50 {
    margin-top: 0;
  }
  .mb-fs-14 {
    font-size: 14px !important;
  }
  .mb-fs-24 {
    font-size: 24px !important;
  }
  .mb-video-small.g5plus-video a {
    width: 60px;
    height: 60px;
    border-width: 5px;
  }
  .mb-video-small.g5plus-video a i {
    font-size: 20px;
    line-height: 50px;
  }
  .custom-heading-inline .gf-heading-inner {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .custom-heading-inline .gf-heading-inner .heading-sub-title {
    width: 100%;
    text-align: center;
    padding-left: 0;
    margin-top: 30px !important;
  }
  .custom-heading-responsive,
  .custom-heading-responsive-02 {
    font-size: 40px;
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.counter-custom-title .gsf-counter .counter-title {
  font-size: 14px !important;
  letter-spacing: 1px;
}
.features-custom-color .pricing-features {
  color: #888;
}
.text-before-line {
  position: relative;
}
.text-before-line:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}
.line-before-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.line-before-link:before {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
}
.text-line-before {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-line-before:before {
  content: '';
  background-color: #ababab;
  height: 2px;
  width: 40px;
  margin-right: 15px;
  display: inline-block;
}
.video-played .ion-play:before {
  content: '\f210';
}
.slider-btn-skew {
  -webkit-transform: rotate(5deg) !important;
  -moz-transform: rotate(5deg) !important;
  -o-transform: rotate(5deg) !important;
  transform: rotate(-5deg) !important;
}
.image-absolute-bottom-center {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.row-top--115 {
  position: relative;
  top: -115px;
  margin-bottom: -115px;
}
.pepper-copyright-2018 {
  -ms-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 14px;
}
.testimonials-custom-bg .testimonial-item {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bg-box-shadow {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
}
.bg-position-center-right > .vc_column-inner {
  background-position: center right !important;
}
div.bg-position-top-center {
  background-position: top center !important;
}
.custom-hover-effect a {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-hover-effect a:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  left: 0;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-hover-effect a:hover {
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.05);
}
.custom-hover-effect a:hover:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}
@media (min-width: 992px) and (max-width: 1399px) {
  .custom-screen-offset .vc_col-lg-offset-2,
  .custom-screen-offset .vc_col-lg-offset-1 {
    margin-left: 0;
    width: 50%;
  }
}
.custom-mega-columns .wpb_column:not(:first-child) .vc_column-inner {
  border-left-width: 1px;
  border-right-width: 0;
  padding-left: 30px !important;
  border-left-style: solid;
  border-right-style: solid;
}
/* Start from Auteur */
ul.custom-footer-text-list {
  color: #7e7e7e;
  padding: 0;
  margin: 0;
  line-height: 1.86;
  list-style-type: none;
}
ul.custom-footer-text-list li {
  display: inline-block;
}
ul.custom-footer-text-list li:not(:first-child):before {
  content: '|';
  display: inline-block;
  padding: 0 10px 0 8px;
  color: #ababab;
}
.custom-tabs-underline ul.nav-tabs.gf-tabs-filter {
  border-bottom: 1px solid;
}
.custom-tabs-underline ul.nav-tabs.gf-tabs-filter > li > a {
  position: relative;
  bottom: -1px;
}
.btn-hover-to-white .btn:hover,
.btn-hover-to-white .btn:active,
.btn-hover-to-white .btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #e4573d !important;
}
.icon-color-white ul.social-icon-circle-outline > li > a {
  color: #fff !important;
}
.hover-light ul.social-icon-circle-outline > li > a:hover,
.hover-light ul.social-icon-circle-outline > li > a:focus,
.hover-light ul.social-icon-circle-outline > li > a:active {
  background-color: #fff !important;
  color: #e4573d !important;
}
@media (max-width: 767px) {
  ul.custom-footer-text-list li {
    display: block;
    margin-bottom: 10px;
  }
  ul.custom-footer-text-list li:not(:first-child):before {
    display: none;
  }
}
.intro-column > .vc_column-inner {
  background-clip: content-box;
  position: relative;
  margin-top: -260px;
}
.intro-column > .vc_column-inner .intro-title {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -75px;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 3px;
}
.intro-column > .vc_column-inner .intro-title-right {
  right: -75px;
  left: auto;
}
.intro-column > .vc_column-inner .wpb_text_column {
  height: 0;
}
@media (min-width: 992px) {
  .md-custom-button-position {
    position: absolute;
    bottom: -50px;
    right: 0;
  }
}
.heading-border-bottom .heading-title {
  border-bottom: 2px solid;
}
.heading-border-bottom.border-single .heading-title {
  border-bottom-width: 1px;
}
.author-jobs {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: 'Libre Baskerville';
}
.author-jobs li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 2.5px;
  padding: 0 25px;
}
.banner-purchase-01 {
  position: absolute;
  display: inline-block;
  text-align: center;
  left: 15px;
  right: 15px;
  bottom: 41px;
  color: #fff;
}
.banner-title-01 {
  text-transform: uppercase;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  display: block;
  letter-spacing: 3px;
  font-family: 'Libre Baskerville';
  margin-top: 77px;
}
.responsive-banner-01 > .vc_column-inner > .wpb_wrapper,
.responsive-banner-01 > .vc_column-inner > .wpb_wrapper > .vc_inner {
  height: 100%;
}
.contact-info-title,
.contact-info-content {
  font-size: 15px;
}
.contact-info-title {
  color: #454545;
  margin-bottom: 2px !important;
  font-weight: 800;
}
.contact-info-content {
  color: #7e7e7e;
  letter-spacing: 0.5px;
  font-family: 'Libre Baskerville';
  font-style: italic;
}
@media (max-width: 1699px) {
  .responsive-banner-01 .gf-heading .heading-title {
    font-size: 34px !important;
  }
  .banner-title-01 {
    font-size: 28px;
    margin-top: 60px;
  }
}
@media (max-width: 1599px) {
  .responsive-banner-01 .vc_row.vc_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .responsive-banner-01 .gf-heading .heading-title {
    font-size: 30px !important;
  }
}
@media (max-width: 1499px) {
  .responsive-banner-01 .gf-heading {
    margin-bottom: 10px !important;
  }
  .responsive-banner-01 .gf-heading .heading-title {
    font-size: 24px !important;
  }
  .banner-title-01 {
    font-size: 24px;
  }
}
@media (max-width: 1299px) {
  .responsive-banner-01 .gf-heading .heading-title {
    font-size: 20px !important;
  }
}
@media (max-width: 1199px) {
  .intro-column > .vc_column-inner {
    margin-top: -220px;
  }
}
@media (max-width: 991px) {
  .intro-column > .vc_column-inner {
    margin-top: -200px;
  }
}
@media (max-width: 767px) {
  .intro-column > .vc_column-inner {
    margin-top: -180px;
    padding-left: 50px;
    padding-right: 50px;
  }
  .intro-column > .vc_column-inner .intro-title {
    left: 0;
  }
  .intro-column > .vc_column-inner .intro-title-right {
    right: 0;
    left: auto;
  }
}
@media (max-width: 599px) {
  .intro-column > .vc_column-inner {
    margin-top: -135px;
  }
}
ul.gf-social-icon.social-gutter-10 > li {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .row-line-between {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row-line-between > .wpb_column > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .row-line-between > .wpb_column + .wpb_column {
    border-left: 1px solid #ededed;
    border-right: 0 solid #ededed;
  }
}
@media (max-width: 991px) {
  .row-line-between > .wpb_column:last-child {
    border-left-width: 0 !important;
  }
}
.custom-social-style ul.gf-social-icon > li {
  margin: 0 15px 15px 0;
  width: 30px;
  height: 30px;
  text-align: center;
}
.custom-social-style ul.gf-social-icon > li a {
  background-color: #e4573d;
  color: #ffffff;
}
.custom-social-style ul.gf-social-icon > li a:hover,
.custom-social-style ul.gf-social-icon > li a:focus,
.custom-social-style ul.gf-social-icon > li a:active {
  background-color: #ffffff !important;
  color: #e4573d !important;
}
.custom-social-style ul.gf-social-icon > li i {
  line-height: 30px;
}
.dropcap-white:first-letter {
  color: #fff !important;
}
.fa-heart-o:before {
  content: '\f004';
  font-weight: 300;
}
.gallery-items-outline .gf-gallery-inner {
  outline: 2px solid #eee;
}
.save-value-wrap {
  display: block;
  position: absolute;
  top: 1px;
  right: 12px;
  color: #fff;
  z-index: 2;
  transform: rotate(45deg);
  text-align: center;
}
.save-value-wrap:after {
  content: '';
  display: block;
  position: absolute;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #c5a374;
  left: -22px;
  top: -12px;
  z-index: 1;
}
.save-value-wrap .save-value {
  position: relative;
  top: 4px;
  z-index: 2;
  font-family: 'Libre Baskerville';
  font-size: 20px;
  font-weight: 700;
}
.image-switch-hover .wpb_single_image {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  position: relative;
  float: left;
  max-width: 80%;
}
.image-switch-hover .wpb_single_image.float-right {
  float: right;
}
.image-switch-hover .wpb_single_image:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 2;
}
.image-switch-hover .wpb_single_image:hover + .wpb_single_image {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.image-switch-hover .wpb_single_image:hover.active-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.image-switch-hover .active-image {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-switch-hover .active-image.image-left {
  left: 15px;
  right: auto;
}
.custom-block-style {
  margin: 20px !important;
  padding: 45px 50px 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .custom-image-absolute {
    position: absolute;
    bottom: 0;
    right: -9%;
  }
}
.image-bg-01,
.image-bg-02 {
  position: absolute;
  z-index: 1;
}
.image-bg-01 {
  left: -30px;
  bottom: 220px;
}
.image-bg-02 {
  right: -30px;
  bottom: 0;
}
@media (max-width: 767px) {
  .img-sm-align-center {
    float: none;
    margin: 0 50px 30px;
  }
}
.woocommerce-products-header {
  display: none;
}
.layout-list.gf-blog-inner {
  flex-wrap: wrap;
}
span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
span.woocommerce-input-wrapper .select2-container {
  height: 48px;
}
.woocommerce-custom-wrap {
  display: none;
}
.woocommerce-custom-wrap-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .gsf-catalog-filter .woocommerce-custom-wrap {
    display: block;
  }
  .gsf-catalog-filter .woocommerce-custom-wrap-mobile {
    display: none;
  }
}
@media (min-width: 576px) {
  .gsf-catalog-full-width .woocommerce-custom-wrap > .container,
  .gsf-catalog-full-width #gf-filter-content > .container,
  .gsf-catalog-full-width .clear-filter-wrap > .container {
    max-width: 100%;
  }
}
/*--------Catalog Filter------*/
.gsf-catalog-filter .woocommerce-custom-wrap {
  border-bottom: 1px solid #ededed;
}
.gsf-catalog-filter .woocommerce-custom-wrap .container {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gsf-catalog-filter .woocommerce-custom-wrap .container > div {
  max-width: 50%;
}
.gsf-catalog-filter .woocommerce-custom-wrap .gf-cate-filter {
  margin-bottom: 0;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul > li:not(:last-child) {
  margin-right: 45px;
}
.gsf-catalog-filter #gf-filter-content {
  display: none;
  padding-top: 50px;
  background-color: rgba(237, 237, 237, 0.3);
}
.gsf-catalog-filter #gf-filter-content .row {
  flex-grow: 1;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gsf-catalog-filter #gf-filter-content .widget {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  margin-top: 0;
  font-size: 14px;
}
.gsf-catalog-filter #gf-filter-content .no-widget-content {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.gsf-catalog-filter #gf-filter-content .widget .wp-block-group__inner-container > h2,
.gsf-catalog-filter #gf-filter-content .widget-title {
  font-size: 20px;
  font-weight: 600;
}
.gsf-catalog-filter #gf-filter-content .gf-product-category-filter-wrap ul li,
.gsf-catalog-filter #gf-filter-content .gf-price-filter li,
.gsf-catalog-filter #gf-filter-content .gf-product-sorting li {
  font-size: 13px;
}
.clear-filter-wrap {
  margin-top: 30px;
}
.clear-filter-wrap a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.clear-filter-wrap a:before {
  content: 'x';
  font-size: 16px;
  padding-right: 5px;
  display: inline-block;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.clear-filter-wrap a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ababab;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.clear-filter-wrap a:hover,
.clear-filter-wrap a:focus,
.clear-filter-wrap a:active {
  color: #333333 !important;
}
.clear-filter-wrap a:hover:before,
.clear-filter-wrap a:focus:before,
.clear-filter-wrap a:active:before {
  color: #333333;
}
.clear-filter-wrap a:hover:after,
.clear-filter-wrap a:focus:after,
.clear-filter-wrap a:active:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
@media (min-width: 1200px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 575px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
.woocommerce ul.gf-shop-switch-layout {
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce ul.gf-shop-switch-layout:after,
.woocommerce ul.gf-shop-switch-layout:before {
  display: none;
}
.woocommerce ul.gf-shop-switch-layout li {
  margin-right: 0 !important;
}
.woocommerce ul.gf-shop-switch-layout li + li {
  margin-left: 10px;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
  color: #ababab;
}
.woocommerce .woocommerce-result-count {
  font-size: 14px;
  font-weight: 600;
}
.products [data-items-container] .tooltip-inner {
  white-space: nowrap;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-page-size select {
  font-family: 'Nunito Sans';
}
.gf-toggle-filter {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 14px;
  position: relative;
}
.gf-toggle-filter:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #333333;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}
.gf-toggle-filter:hover,
.gf-toggle-filter:focus,
.gf-toggle-filter:active {
  color: #333333;
}
.gf-toggle-filter:hover:after,
.gf-toggle-filter:focus:after,
.gf-toggle-filter:active:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.gf-toggle-filter .gf-filter-icon {
  position: relative;
  margin-right: 6px;
  display: inline-block;
  width: 8px;
  height: 1px;
  top: -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #333333;
}
.gf-toggle-filter .gf-filter-icon:before,
.gf-toggle-filter .gf-filter-icon:after {
  content: '';
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: -4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #333333;
}
.gf-toggle-filter .gf-filter-icon:before {
  top: 4px;
  right: 3px;
}
.gf-toggle-filter .gf-filter-icon:after {
  top: -4px;
}
.gf-toggle-filter.active .gf-filter-icon {
  background-color: transparent !important;
}
.gf-toggle-filter.active .gf-filter-icon:before,
.gf-toggle-filter.active .gf-filter-icon:after {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
}
.gf-toggle-filter.active .gf-filter-icon:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  right: -4px;
}
.gf-toggle-filter.active .gf-filter-icon:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
ul.gf-shop-switch-layout li a {
  color: #ababab;
}
ul.gf-shop-switch-layout li.active a,
ul.gf-shop-switch-layout li a:hover,
ul.gf-shop-switch-layout li a:focus {
  color: #333333;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 16px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  color: #ababab !important;
  border: 1px solid #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
  background-color: transparent;
  border-color: #e4573d;
  color: #e4573d !important;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-block;
  line-height: 20px !important;
  padding: 13px 30px !important;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid #e4573d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  background-color: #e4573d;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  color: #e4573d;
  background-color: #ffffff;
  border-color: #e4573d;
}
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled] {
  opacity: 0.7;
  color: #ffffff;
  background-color: #e4573d;
  border-color: #e4573d;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:focus,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt:disabled[disabled]:focus {
  color: #e4573d !important;
  background-color: #ffffff;
  border-color: #e4573d;
}
/**
* Woocommerce message
 */
.woocommerce .woocommerce-error a.button,
.woocommerce .woocommerce-info a.button,
.woocommerce .woocommerce-message a.button,
.woocommerce div.product form.cart a.button {
  color: #fff !important;
  background-color: transparent;
  padding: 0 !important;
  border: none;
  text-transform: none;
  font-weight: 400;
}
.woocommerce .woocommerce-error a.button:after,
.woocommerce .woocommerce-info a.button:after,
.woocommerce .woocommerce-message a.button:after,
.woocommerce div.product form.cart a.button:after {
  content: '\f178';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  margin-left: 15px;
  position: relative;
  top: 2px;
  left: -5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .woocommerce-error a.button:hover:after,
.woocommerce .woocommerce-info a.button:hover:after,
.woocommerce .woocommerce-message a.button:hover:after,
.woocommerce div.product form.cart a.button:hover:after,
.woocommerce .woocommerce-error a.button:focus:after,
.woocommerce .woocommerce-info a.button:focus:after,
.woocommerce .woocommerce-message a.button:focus:after,
.woocommerce div.product form.cart a.button:focus:after,
.woocommerce .woocommerce-error a.button:active:after,
.woocommerce .woocommerce-info a.button:active:after,
.woocommerce .woocommerce-message a.button:active:after,
.woocommerce div.product form.cart a.button:active:after {
  left: 0;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #8fae1b;
  border: none;
  border-left: 8px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 15px 25px 14px 45px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #fff;
  content: '\f00c';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 15px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  display: inline-block;
  color: inherit;
  color: #333333;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:focus,
.woocommerce .woocommerce-info a:focus,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-error a:active,
.woocommerce .woocommerce-info a:active,
.woocommerce .woocommerce-message a:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  padding: 4px 10px;
}
.woocommerce .woocommerce-error {
  background-color: #ffb9b9;
  color: #333333;
}
.woocommerce .woocommerce-error:before {
  content: '\f071';
  color: red;
}
.woocommerce .woocommerce-info {
  background-color: #4eb1b5;
}
.woocommerce .woocommerce-info:before {
  content: '\f129';
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  color: #333333;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
  margin-bottom: 8px;
}
.product-thumb .entry-thumbnail-overlay:after {
  display: none;
}
.product-thumb img {
  width: 100% !important;
}
.product-thumb-primary {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  z-index: 0;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  opacity: 0;
}
.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary {
  transition: 0.3s;
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back,
.product-item-wrap:hover .product-images-hover.flip-back,
.product-item-wrap.active .product-images-hover.flip-back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.product-item-inner:hover .product-images-hover.flip-back .product-thumb-secondary,
.product-item-wrap:hover .product-images-hover.flip-back .product-thumb-secondary,
.product-item-wrap.active .product-images-hover.flip-back .product-thumb-secondary {
  opacity: 1;
}
.product-item-inner:hover .product-deal-countdown,
.product-item-wrap:hover .product-deal-countdown,
.product-item-wrap.active .product-deal-countdown {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.product-item-inner:hover .product-actions,
.product-item-wrap:hover .product-actions,
.product-item-wrap.active .product-actions {
  opacity: 1;
}
.product-item-inner:hover .product-actions .add_to_cart_tooltip,
.product-item-wrap:hover .product-actions .add_to_cart_tooltip,
.product-item-wrap.active .product-actions .add_to_cart_tooltip,
.product-item-inner:hover .product-actions .compare,
.product-item-wrap:hover .product-actions .compare,
.product-item-wrap.active .product-actions .compare,
.product-item-inner:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap.active .product-actions .yith-wcwl-add-to-wishlist,
.product-item-inner:hover .product-actions .product-quick-view,
.product-item-wrap:hover .product-actions .product-quick-view,
.product-item-wrap.active .product-actions .product-quick-view {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product-item-inner:hover .gf-swatches-wrap,
.product-item-wrap:hover .gf-swatches-wrap,
.product-item-wrap.active .gf-swatches-wrap {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.gf-product-swatched .product-images-hover.change-image .product-thumb-secondary {
  transition: 0.3s;
  opacity: 1;
}
.gf-product-swatched .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: #e4573d;
  color: #ffffff;
  height: 32px;
  min-width: 55px;
  line-height: 32px;
  pointer-events: none;
  text-align: center;
  position: absolute;
  top: -5px;
  left: -10px;
  z-index: 3;
  text-transform: uppercase;
}
.product-flash:before,
.product-flash:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  border-right: 10px solid transparent;
}
.product-flash:before {
  top: 0;
  border-top: 16px solid #e4573d;
}
.product-flash:after {
  bottom: 0;
  border-bottom: 16px solid #e4573d;
}
.on-sale {
  background-color: #38cb89;
  color: #fff;
}
.on-sale + .on-new,
.on-sale + .on-featured {
  top: 37px;
}
.on-sale:before {
  border-top-color: #38cb89;
}
.on-sale:after {
  border-bottom-color: #38cb89;
}
.on-sale + .on-featured + .on-new {
  top: 79px;
}
.on-featured + .on-new {
  top: 37px;
}
.on-new {
  background-color: #ffbb00;
  color: #fff;
}
.on-new:before {
  border-top-color: #ffbb00;
}
.on-new:after {
  border-bottom-color: #ffbb00;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
  display: inline-block !important;
  white-space: nowrap;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  flex-grow: 1;
  top: 15px;
  right: 20px;
  text-align: center;
  margin: auto;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.5s 0.15s ease-out;
  -moz-transition: all 0.5s 0.15s ease-out;
  -o-transition: all 0.5s 0.15s ease-out;
  transition: all 0.5s 0.15s ease-out;
}
.product-actions .add_to_cart_tooltip,
.product-actions .compare,
.product-actions .product-quick-view,
.product-actions .yith-wcwl-add-to-wishlist {
  position: relative;
  font-size: 0;
  color: #333333;
  background-color: #ffffff;
  display: block;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 48px;
  margin-bottom: 5px;
  margin-top: 0;
  color: inherit;
  opacity: 0;
  -webkit-transform: translateX(25px);
  -moz-transform: translateX(25px);
  -ms-transform: translateX(25px);
  -o-transform: translateX(25px);
  transform: translateX(25px);
  visibility: hidden;
}
.product-actions .add_to_cart_tooltip:hover,
.product-actions .compare:hover,
.product-actions .product-quick-view:hover,
.product-actions .yith-wcwl-add-to-wishlist:hover,
.product-actions .add_to_cart_tooltip:focus,
.product-actions .compare:focus,
.product-actions .product-quick-view:focus,
.product-actions .yith-wcwl-add-to-wishlist:focus,
.product-actions .add_to_cart_tooltip:active,
.product-actions .compare:active,
.product-actions .product-quick-view:active,
.product-actions .yith-wcwl-add-to-wishlist:active {
  text-decoration: none;
  color: #e4573d;
}
.product-actions .add_to_cart_tooltip:hover,
.product-actions .compare:hover,
.product-actions .product-quick-view:hover,
.product-actions .yith-wcwl-add-to-wishlist:hover,
.product-actions .add_to_cart_tooltip:active,
.product-actions .compare:active,
.product-actions .product-quick-view:active,
.product-actions .yith-wcwl-add-to-wishlist:active,
.product-actions .add_to_cart_tooltip:focus,
.product-actions .compare:focus,
.product-actions .product-quick-view:focus,
.product-actions .yith-wcwl-add-to-wishlist:focus {
  background-color: #e4573d;
  color: #ffffff;
}
.product-actions .add_to_cart_tooltip:hover a,
.product-actions .add_to_cart_tooltip:active a,
.product-actions .add_to_cart_tooltip:focus a {
  color: #ffffff;
}
.product-actions .product-action-item,
.product-actions .add_to_cart_button,
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .added_to_cart,
.product-actions .product_out_of_stock,
.product-actions .product_type_variable {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: inherit;
}
.product-actions .product-action-item:hover,
.product-actions .add_to_cart_button:hover,
.product-actions .product_type_grouped:hover,
.product-actions .product_type_external:hover,
.product-actions .added_to_cart:hover,
.product-actions .product_out_of_stock:hover,
.product-actions .product_type_variable:hover,
.product-actions .product-action-item:focus,
.product-actions .add_to_cart_button:focus,
.product-actions .product_type_grouped:focus,
.product-actions .product_type_external:focus,
.product-actions .added_to_cart:focus,
.product-actions .product_out_of_stock:focus,
.product-actions .product_type_variable:focus,
.product-actions .product-action-item:active,
.product-actions .add_to_cart_button:active,
.product-actions .product_type_grouped:active,
.product-actions .product_type_external:active,
.product-actions .added_to_cart:active,
.product-actions .product_out_of_stock:active,
.product-actions .product_type_variable:active {
  text-decoration: none;
  color: #e4573d;
}
.product-actions .product-action-item {
  font-size: 0;
}
.product-actions .product-action-item .add_to_cart_button:before,
.product-actions .product-action-item .product_type_grouped:before,
.product-actions .product-action-item .product_type_external:before,
.product-actions .product-action-item .added_to_cart:before,
.product-actions .product-action-item .product_out_of_stock:before,
.product-actions .product-action-item .product_type_variable:before {
  font-size: 15px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f07a';
  font-weight: 300;
}
.product-actions .product-action-item .product_out_of_stock:before,
.product-actions .product-action-item .product_type_variable:before,
.product-actions .product-action-item .product_type_grouped:before {
  content: '\f06e';
}
.product-actions .product-action-item .swatches-text-changed:before {
  content: '\f07a';
}
.product-actions .product-action-item .added_to_cart:before {
  font-weight: 900;
}
.product-actions .product-action-item .product_type_external:before {
  content: '\f0c1';
}
.product-actions .add_to_cart_tooltip {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.1s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -moz-transform 0.4s 0.1s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -ms-transform 0.4s 0.1s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, -o-transform 0.4s 0.1s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.1s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.1s ease-out;
}
.product-actions .yith-wcwl-add-to-wishlist {
  font-size: 0;
}
.product-actions .yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.product-actions .yith-wcwl-add-to-wishlist i,
.product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-actions .yith-wcwl-add-to-wishlist a {
  display: block;
  padding: 0 5px;
  color: inherit;
  color: #333333;
  background-color: #ffffff;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 48px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product-actions .yith-wcwl-add-to-wishlist a:hover,
.product-actions .yith-wcwl-add-to-wishlist a:focus,
.product-actions .yith-wcwl-add-to-wishlist a:active {
  text-decoration: none;
  color: #e4573d;
}
.product-actions .yith-wcwl-add-to-wishlist a:hover,
.product-actions .yith-wcwl-add-to-wishlist a:active,
.product-actions .yith-wcwl-add-to-wishlist a:focus {
  background-color: #e4573d;
  color: #ffffff !important;
}
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  line-height: 1;
}
.product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f004';
  font-weight: 300;
  font-size: 15px;
}
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  line-height: 1;
}
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #e4573d;
}
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f004';
  font-weight: 900;
  font-size: 15px;
}
.product-actions .yith-wcwl-add-to-wishlist {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -webkit-transform 0.4s 0.15s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -moz-transform 0.4s 0.15s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -ms-transform 0.4s 0.15s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, -o-transform 0.4s 0.15s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.15s ease-out, opacity 0.4s 0.15s ease-out, transform 0.4s 0.15s ease-out;
}
.product-actions .product-quick-view {
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -webkit-transform 0.4s 0.2s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -moz-transform 0.4s 0.2s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -ms-transform 0.4s 0.2s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, -o-transform 0.4s 0.2s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.2s ease-out, opacity 0.4s 0.2s ease-out, transform 0.4s 0.2s ease-out;
  padding: 0 5px;
}
.product-actions .product-quick-view i {
  font-size: 15px;
  line-height: 48px;
}
.product-actions .product-quick-view:before {
  display: none;
}
.product-actions .compare {
  margin-bottom: 0;
  -webkit-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, -webkit-transform 0.4s 0.25s ease-out;
  -moz-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, -moz-transform 0.4s 0.25s ease-out;
  -ms-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, -ms-transform 0.4s 0.25s ease-out;
  -o-transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, -o-transform 0.4s 0.25s ease-out;
  transition: color 0.4s 0.001s ease-out, background 0.4s 0.001s ease-out, visibility 0.4s 0.25s ease-out, opacity 0.4s 0.25s ease-out, transform 0.4s 0.25s ease-out;
  padding: 0 5px;
}
.product-actions .compare:before {
  font-size: 15px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f074';
  font-weight: 300;
}
.product-small .product-actions {
  top: 10px;
  right: 10px;
}
.product-small .product-actions .add_to_cart_tooltip,
.product-small .product-actions .compare,
.product-small .product-actions .product-quick-view,
.product-small .product-actions .yith-wcwl-add-to-wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.product-small .product-actions .product-action-item {
  font-size: 0;
}
.product-small .product-actions .product-action-item .add_to_cart_button:before,
.product-small .product-actions .product-action-item .product_type_grouped:before,
.product-small .product-actions .product-action-item .product_type_external:before,
.product-small .product-actions .product-action-item .added_to_cart:before,
.product-small .product-actions .product-action-item .product_out_of_stock:before,
.product-small .product-actions .product-action-item .product_type_variable:before {
  font-size: 13px;
}
.product-small .product-actions .yith-wcwl-add-to-wishlist a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.product-small .product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-size: 13px;
}
.product-small .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-small .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 13px;
}
.product-small .product-actions .product-quick-view i {
  font-size: 13px;
  line-height: 40px;
}
.product-small .product-actions .compare:before {
  font-size: 13px;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.add_to_cart_button.loading:after {
  display: none;
}
.woocommerce a.add_to_cart_button.loading:before {
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: '\f110' !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-weight: 300 !important;
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.sa-product-price,
.woocommerce .product p.price,
.woocommerce .product span.price {
  font-size: 14px !important;
  font-weight: 700;
  line-height: 2;
  color: #c5a374 !important;
}
.sa-product-price ins,
.woocommerce .product p.price ins,
.woocommerce .product span.price ins {
  text-decoration: none;
}
.sa-product-price del,
.woocommerce .product p.price del,
.woocommerce .product span.price del {
  opacity: 1 !important;
  font-size: 12px;
  color: #ababab;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 700;
}
/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 12px;
  width: 82px;
  margin: 10px auto 0;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  letter-spacing: 0.4em;
  color: #ababab;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #e4573d;
}
.woocommerce .products .star-rating span:before,
.woocommerce .star-rating span:before {
  letter-spacing: 0.4em;
}
/**
* product name
 */
.product-name {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.44;
}
.product-name a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-name a:hover {
  color: #e4573d !important;
}
/**
* Product cat
 */
.product-cat {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0;
  font-family: 'Libre Baskerville';
}
.product-category img {
  width: 100%;
}
.product-category a:hover .woocommerce-loop-category__title,
.product-category a:focus .woocommerce-loop-category__title {
  color: #e4573d;
}
.product-category .woocommerce-loop-category__title {
  color: #696969;
}
.product-info .product-author {
  -ms-flex-order: 3;
  order: 3;
  font-family: 'Libre Baskerville';
  font-size: 13px;
  margin-top: 8px;
}
.product-info .product-author span {
  margin-right: 5px;
}
.product-info .product-author a {
  color: inherit;
  text-transform: uppercase;
}
.product-info .product-author a:hover,
.product-info .product-author a:focus,
.product-info .product-author a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-grid .product-category .product-name {
  margin-bottom: 2px;
}
.layout-grid .product-category a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-grid .product-category a:hover,
.layout-grid .product-category a:focus,
.layout-grid .product-category a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-grid .product-category .woocommerce-loop-category__title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center;
}
.layout-grid .product-category .woocommerce-loop-category__title mark {
  color: inherit;
  background-color: transparent;
}
.layout-grid .product-item-inner:hover .add-to-cart-action .add_to_cart_button,
.layout-grid .product-item-wrap:hover .add-to-cart-action .add_to_cart_button,
.layout-grid .product-item-wrap.active .add-to-cart-action .add_to_cart_button,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_grouped,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_grouped,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_grouped,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_external,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_external,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_external,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_out_of_stock,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_out_of_stock,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_out_of_stock,
.layout-grid .product-item-inner:hover .add-to-cart-action a.added_to_cart,
.layout-grid .product-item-wrap:hover .add-to-cart-action a.added_to_cart,
.layout-grid .product-item-wrap.active .add-to-cart-action a.added_to_cart,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart),
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart),
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_variable:not(.btn_add_to_cart) {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.layout-grid .product-item-inner:hover .add-to-cart-action .add_to_cart_button:last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action .add_to_cart_button:last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action .add_to_cart_button:last-child,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_grouped:last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_grouped:last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_grouped:last-child,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_external:last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_external:last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_external:last-child,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_out_of_stock:last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_out_of_stock:last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_out_of_stock:last-child,
.layout-grid .product-item-inner:hover .add-to-cart-action a.added_to_cart:last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action a.added_to_cart:last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action a.added_to_cart:last-child,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart):last-child,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart):last-child,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_variable:not(.btn_add_to_cart):last-child {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.layout-grid .product-item-inner:hover .add-to-cart-action .add_to_cart_button + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action .add_to_cart_button + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action .add_to_cart_button + .product-name,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_grouped + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_grouped + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_grouped + .product-name,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_external + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_external + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_external + .product-name,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_out_of_stock + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_out_of_stock + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_out_of_stock + .product-name,
.layout-grid .product-item-inner:hover .add-to-cart-action a.added_to_cart + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action a.added_to_cart + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action a.added_to_cart + .product-name,
.layout-grid .product-item-inner:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart) + .product-name,
.layout-grid .product-item-wrap:hover .add-to-cart-action .product_type_variable:not(.btn_add_to_cart) + .product-name,
.layout-grid .product-item-wrap.active .add-to-cart-action .product_type_variable:not(.btn_add_to_cart) + .product-name {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.layout-grid .rating-count {
  display: none;
}
.layout-grid .product-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-bottom: 15px;
}
.layout-grid .product-info > span,
.layout-grid .product-info > div,
.layout-grid .product-info > h4 {
  width: 100%;
  text-align: center;
}
.layout-grid .product-info .price {
  margin-top: 7px;
  display: block;
  -ms-flex-order: 0;
  order: 0;
}
.layout-grid .product-info .product-name {
  -ms-flex-order: 1;
  order: 1;
  margin-top: 7px;
  margin-bottom: 0;
}
.layout-grid .product-description,
.layout-grid .product-list-actions,
.layout-grid .product-actions-2 {
  display: none !important;
}
.layout-list .product-category {
  width: 100% !important;
}
.layout-list .product-category a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-category a:hover,
.layout-list .product-category a:focus,
.layout-list .product-category a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-list .product-category img {
  float: left;
  width: 270px;
}
.layout-list .product-category .woocommerce-loop-category__title {
  font-size: 24px;
  font-weight: 400;
  padding-left: 30px;
  margin-top: 25px;
  overflow: hidden;
}
.layout-list .product-category .woocommerce-loop-category__title mark {
  color: inherit;
  background-color: transparent;
}
.layout-list .product-item-wrap {
  max-width: 100% !important;
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  padding-bottom: 0 !important;
}
.layout-list .product-item-wrap .product-item-inner {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ededed;
}
.layout-list .product-item-wrap:last-child .product-item-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
.layout-list .product-item-wrap .product-thumb {
  width: 220px;
  float: left;
  margin-bottom: 0;
}
.layout-list .product-item-wrap .product-info {
  overflow: hidden;
  padding-left: 50px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.layout-list .product-item-wrap .product-info > span,
.layout-list .product-item-wrap .product-info > div,
.layout-list .product-item-wrap .product-info > h4 {
  width: 100%;
}
.layout-list .product-item-wrap .product-info span.price {
  font-size: 18px !important;
  -ms-flex-order: 0;
  order: 0;
  line-height: 1;
  margin-bottom: 18px;
}
.layout-list .product-item-wrap .product-name {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 10px;
  -ms-flex-order: 1;
  order: 1;
}
.layout-list .product-item-wrap .product-rating {
  -ms-flex-order: 2;
  order: 2;
}
.layout-list .product-item-wrap .product-rating .rating-count {
  display: none;
}
.layout-list .product-item-wrap .product-rating .star-rating {
  margin-left: 0;
}
.layout-list .product-item-wrap .product-author {
  -ms-flex-order: 3;
  order: 3;
}
.layout-list .product-item-wrap .product-description {
  margin-top: 12px;
  font-size: 15px;
  margin-bottom: 8px;
  line-height: 1.73em;
  max-height: 5.19em;
  overflow: hidden;
  -ms-flex-order: 4;
  order: 4;
}
.layout-list .product-item-wrap .product-description p {
  margin-bottom: 0;
}
.layout-list .product-item-wrap .product-cat {
  -ms-flex-order: 5;
  order: 5;
}
.layout-list.product-has-sidebar .product-item-wrap .product-item-inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.layout-list.product-has-sidebar .product-item-wrap:last-child .product-item-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
.layout-list .product-list-actions {
  margin-top: 25px;
  -ms-flex-order: 6;
  order: 6;
}
.layout-list .product-list-actions > a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  color: inherit;
}
.layout-list .product-list-actions > a:hover,
.layout-list .product-list-actions > a:focus,
.layout-list .product-list-actions > a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist {
  font-size: 0;
  margin: 5px 10px 5px 0;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a {
  display: inline-block;
  color: inherit;
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:hover,
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:focus,
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:hover,
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:focus,
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a:active {
  border-color: #333333;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  line-height: 1;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f004';
  font-weight: 300;
  font-size: 14px;
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'Font Awesome 5 Pro';
  content: '\f004';
  font-weight: 900;
  color: #e4573d;
  font-size: 14px;
}
.layout-list .product-list-actions .product-action-item {
  margin: 5px 10px 5px 0;
  display: inline-block;
  color: #fff;
}
.layout-list .product-list-actions .product-action-item a {
  color: inherit;
}
.layout-list .product-list-actions .product-action-item a:hover,
.layout-list .product-list-actions .product-action-item a:focus,
.layout-list .product-list-actions .product-action-item a:active {
  text-decoration: none;
  color: #e4573d;
}
.layout-list .product-list-actions .product-action-item .add_to_cart_button,
.layout-list .product-list-actions .product-action-item .product_type_grouped,
.layout-list .product-list-actions .product-action-item .product_type_external,
.layout-list .product-list-actions .product-action-item .product_out_of_stock,
.layout-list .product-list-actions .product-action-item a.added_to_cart,
.layout-list .product-list-actions .product-action-item .product_type_variable {
  border: none;
  color: #ffffff;
  background-color: #e4573d;
  display: inline-block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 13.5px 30px;
  line-height: 20px;
  font-weight: 800;
  position: relative;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.layout-list .product-list-actions .product-action-item .add_to_cart_button:hover,
.layout-list .product-list-actions .product-action-item .product_type_grouped:hover,
.layout-list .product-list-actions .product-action-item .product_type_external:hover,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:hover,
.layout-list .product-list-actions .product-action-item a.added_to_cart:hover,
.layout-list .product-list-actions .product-action-item .product_type_variable:hover,
.layout-list .product-list-actions .product-action-item .add_to_cart_button:focus,
.layout-list .product-list-actions .product-action-item .product_type_grouped:focus,
.layout-list .product-list-actions .product-action-item .product_type_external:focus,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:focus,
.layout-list .product-list-actions .product-action-item a.added_to_cart:focus,
.layout-list .product-list-actions .product-action-item .product_type_variable:focus,
.layout-list .product-list-actions .product-action-item .add_to_cart_button:active,
.layout-list .product-list-actions .product-action-item .product_type_grouped:active,
.layout-list .product-list-actions .product-action-item .product_type_external:active,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:active,
.layout-list .product-list-actions .product-action-item a.added_to_cart:active,
.layout-list .product-list-actions .product-action-item .product_type_variable:active {
  background-color: #c5a374;
  color: #ffffff;
}
.layout-list .product-list-actions .product-action-item .add_to_cart_button:before,
.layout-list .product-list-actions .product-action-item .product_type_grouped:before,
.layout-list .product-list-actions .product-action-item .product_type_external:before,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:before,
.layout-list .product-list-actions .product-action-item a.added_to_cart:before,
.layout-list .product-list-actions .product-action-item .product_type_variable:before {
  content: '\f07a';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
}
.layout-list .product-list-actions .product-action-item a.added_to_cart:before {
  font-weight: 900;
}
.layout-list .product-list-actions .product-action-item .product_type_grouped:before,
.layout-list .product-list-actions .product-action-item .product_type_external:before,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:before,
.layout-list .product-list-actions .product-action-item .product_type_variable:before {
  content: '\f06e';
}
.layout-list .product-list-actions .product-action-item .swatches-text-changed:before {
  content: '\f07a';
}
.layout-list .product-list-actions .compare {
  font-size: 0;
}
.layout-list .product-list-actions .compare:hover:before,
.layout-list .product-list-actions .compare:focus:before,
.layout-list .product-list-actions .compare:active:before {
  border-color: #333333;
  color: #333333;
}
.layout-list .product-list-actions .compare:before {
  font-size: 14px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f074';
  font-weight: 300;
  width: 48px;
  height: 48px;
  text-align: center;
  border: 1px solid;
  border-color: #ccc;
  line-height: 46px;
  display: inline-block;
  position: relative;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view {
  width: 48px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  border: 1px solid;
  border-color: #ccc;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view i {
  line-height: 46px;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view:hover,
.layout-list .product-list-actions .product-quick-view:active,
.layout-list .product-list-actions .product-quick-view:focus {
  border-color: #333333;
}
.layout-list .product-list-actions .product-quick-view:hover i,
.layout-list .product-list-actions .product-quick-view:active i,
.layout-list .product-list-actions .product-quick-view:focus i {
  color: #333333;
}
.layout-list + .gf-paging {
  margin-top: 65px;
}
.layout-list .product-actions {
  display: none;
}
[class*="layout-metro-"] .product-category {
  margin-bottom: 30px;
}
[class*="layout-metro-"] .product-category .product-name {
  margin-bottom: 2px;
}
[class*="layout-metro-"] .product-category a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class*="layout-metro-"] .product-category a:hover,
[class*="layout-metro-"] .product-category a:focus,
[class*="layout-metro-"] .product-category a:active {
  text-decoration: none;
  color: #e4573d;
}
[class*="layout-metro-"] .product-category .woocommerce-loop-category__title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center;
}
[class*="layout-metro-"] .product-category .woocommerce-loop-category__title mark {
  color: inherit;
  background-color: transparent;
}
[class*="layout-metro-"] .product-item-inner {
  position: relative;
}
[class*="layout-metro-"] .product-item-inner:hover .product-info {
  opacity: 1;
}
[class*="layout-metro-"] .product-item-inner:hover .product-info .block-center-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
[class*="layout-metro-"] .product-thumb {
  margin-bottom: 0;
}
[class*="layout-metro-"] .product-flash {
  font-size: 12px;
  height: 28px;
  min-width: 50px;
  line-height: 28px;
  top: 0;
  left: 0;
}
[class*="layout-metro-"] .product-flash:before {
  border-top-width: 14px;
}
[class*="layout-metro-"] .product-flash:after {
  border-bottom-width: 16px;
}
[class*="layout-metro-"] .on-sale + .on-new,
[class*="layout-metro-"] .on-sale + .on-featured {
  top: 33px;
}
[class*="layout-metro-"] .on-sale + .on-featured + .on-new {
  top: 66px;
}
[class*="layout-metro-"] .on-featured + .on-new {
  top: 33px;
}
[class*="layout-metro-"] .add-to-cart-action {
  display: none;
}
[class*="layout-metro-"] .product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
[class*="layout-metro-"] .product-info .block-center-inner {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
}
[class*="layout-metro-"] .product-name {
  margin-bottom: 10px;
}
[class*="layout-metro-"] .product-rating {
  display: block;
  margin-left: 0 !important;
}
[class*="layout-metro-"] .product-rating .rating-count {
  display: none;
}
[class*="layout-metro-"] .product-actions .add_to_cart_tooltip,
[class*="layout-metro-"] .product-actions .compare,
[class*="layout-metro-"] .product-actions .product-quick-view,
[class*="layout-metro-"] .product-actions .yith-wcwl-add-to-wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
[class*="layout-metro-"] .product-actions .product-action-item .add_to_cart_button:before,
[class*="layout-metro-"] .product-actions .product-action-item .product_type_grouped:before,
[class*="layout-metro-"] .product-actions .product-action-item .product_type_external:before,
[class*="layout-metro-"] .product-actions .product-action-item .added_to_cart:before,
[class*="layout-metro-"] .product-actions .product-action-item .product_out_of_stock:before,
[class*="layout-metro-"] .product-actions .product-action-item .product_type_variable:before {
  font-size: 13px;
}
[class*="layout-metro-"] .product-actions .yith-wcwl-add-to-wishlist a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
[class*="layout-metro-"] .product-actions .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-size: 13px;
}
[class*="layout-metro-"] .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
[class*="layout-metro-"] .product-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 13px;
}
[class*="layout-metro-"] .product-actions .product-quick-view i {
  font-size: 13px;
  line-height: 40px;
}
[class*="layout-metro-"] .product-actions .compare:before {
  font-size: 13px;
}
.product-type-grouped .price .amount:first-child {
  padding-right: 5px;
}
.product-type-grouped .price .amount:last-child {
  padding-left: 5px;
}
/**
* Single Product
*/
.woocommerce div.product div.images ol.flex-control-thumbs {
  margin-top: 30px;
}
.woocommerce div.product div.images ol.flex-control-thumbs li {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images ol.flex-control-thumbs .owl-item {
  padding-right: 1px;
}
.woocommerce div.product div.images ol.flex-control-thumbs img {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.woocommerce div.product div.images ol.flex-control-thumbs img:hover,
.woocommerce div.product div.images ol.flex-control-thumbs img:focus,
.woocommerce div.product div.images ol.flex-control-thumbs img:active,
.woocommerce div.product div.images ol.flex-control-thumbs img.flex-active {
  opacity: 0.3;
  border-color: #ababab;
}
@media (min-width: 1200px) {
  .product-single-layout-02 .summary.entry-summary .product-flash {
    left: 162px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-single-layout-02 .summary.entry-summary .product-flash {
    left: 162px;
  }
}
[class*="product-single-layout-"]:not(.product-has-sidebar) .product-author-wrap {
  border-top: none;
}
[class*="product-single-layout-"].product-has-sidebar .product-author-wrap {
  border-top: 1px solid #ededed;
}
[class*="product-single-layout-"].product-has-sidebar .product-author-wrap:before {
  display: none;
}
[class*="product-single-layout-"].product-has-sidebar .product-author-wrap .author-products .author-quote {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
}
.product-single-layout-02 .summary.entry-summary {
  text-align: center;
}
.product-single-layout-02 .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  float: none;
}
.product-single-layout-02 .summary.entry-summary .product_meta > span {
  text-align: center;
}
.product-single-layout-02 .summary.entry-summary .product_meta > span label {
  width: auto;
  margin-right: 40px;
}
.product-single-layout-02 .summary.entry-summary .gf-product-share .gf-product-share-title {
  width: auto;
  margin-right: 40px;
}
.product-single-layout-02 .summary.entry-summary form.cart:not([data-product_variations]),
.product-single-layout-02 .summary.entry-summary form.cart[data-product_variations] .woocommerce-variation-add-to-cart.variations_button {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
}
.product-single-layout-02 .summary.entry-summary table.variations .label {
  text-align: right;
}
.product-single-layout-02 .summary.entry-summary .quantity {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 22px 40px 22px !important;
}
.product-single-layout-02 .summary.entry-summary form.cart button.button {
  float: none;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 10px;
}
.product-single-layout-02 .summary.entry-summary .single-product-function {
  margin-top: 10px;
  display: inline-block;
}
.product-single-layout-02 .summary.entry-summary .woocommerce-variation-description {
  text-align: justify;
}
.product-single-layout-02 .summary.entry-summary .woocommerce-variation-price {
  text-align: center;
}
.product-single-layout-02 .woocommerce-product-gallery.gallery-not-thumbs {
  padding-left: 0 !important;
}
.product-single-layout-02 .woocommerce-product-gallery.gallery-not-thumbs .product-flash {
  left: 20px;
}
.product-single-layout-02 .woocommerce-product-gallery {
  padding-left: 142px;
}
.product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs {
  height: 100%;
  overflow: hidden;
  width: 112px;
  padding: 120px 30px 120px 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
  position: relative;
  margin: 10px 0 !important;
  outline: none !important;
  clear: none !important;
}
.product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-list {
  margin: -10px 0;
}
.product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs.slick-vertical {
  margin-top: 0 !important;
}
.product-single-layout-02 .summary .product-deal-countdown,
.product-single-layout-02 .summary.entry-summary .product_meta > span {
  text-align: center;
}
.woocommerce table.shop_table tbody td.wishlist-empty {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 1400px) {
  .product-single-layout-02 .summary.entry-summary table.variations .label {
    width: 40%;
  }
  .product-single-layout-02 .summary.entry-summary table.variations td select {
    width: 70% !important;
  }
}
@media (min-width: 992px) {
  .product-single-layout-02 .summary.entry-summary > .product_title {
    font-size: 40px !important;
  }
  .product-single-layout-02 .summary.entry-summary > p.price {
    font-size: 24px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .summary.entry-summary .product_meta > span {
    text-align: center;
  }
  .summary.entry-summary form.cart:not([data-product_variations]),
  .summary.entry-summary form.cart[data-product_variations] .woocommerce-variation-add-to-cart.variations_button {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .summary.entry-summary table.variations .value select,
  .summary.entry-summary table.variations .value .swatches-inner {
    width: 100% !important;
  }
  .product-single-layout-02 .woocommerce-product-gallery {
    padding-left: 0;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs {
    position: static;
    width: 100%;
    padding: 0;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
    margin: 0 10px !important;
    display: inline-block;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    margin: 0 -10px;
  }
}
.single-product-controls {
  margin-bottom: -30px;
  text-align: right;
  line-height: 1;
}
.single-product-controls + .product_title {
  margin-top: 30px !important;
}
.single-product-controls .gf-inline {
  position: relative;
}
.single-product-controls .gf-inline li {
  font-size: 34px;
  margin-right: 20px;
  text-align: left;
}
.single-product-controls .gf-inline li a {
  color: #ababab;
}
.single-product-controls .gf-inline li a:hover {
  color: #e4573d;
}
.single-product-controls .gf-inline li:hover .product-near {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.single-product-controls .product-near {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  max-width: 300px;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 0;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
}
.single-product-controls .product-near .product-near-thumb {
  width: 60px;
  flex-shrink: 0;
}
.single-product-controls .product-near .product-near-info {
  padding-left: 15px;
}
.single-product-controls .product-near .product-near-info a {
  line-height: 1;
  font-size: 16px;
  margin-top: 0;
  display: inline-block;
  color: inherit;
}
.single-product-controls .product-near .product-near-info a:hover,
.single-product-controls .product-near .product-near-info a:focus,
.single-product-controls .product-near .product-near-info a:active {
  text-decoration: none;
  color: #e4573d;
}
.single-product-controls .product-near .product-near-info p.price {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-product-controls .product-near img {
  width: 60px;
}
.single-product-info {
  position: relative;
}
.single-product-info:before {
  content: '';
  height: 1px;
  background: #ededed;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger {
  text-indent: 0;
  background-color: transparent;
  color: #333333;
  font-size: 0;
  top: 15px;
  right: 15px;
  color: inherit;
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:hover,
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:focus,
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:after,
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger img {
  display: none !important;
}
.woocommerce div.product div.images a.woocommerce-product-gallery__trigger:before {
  content: '\f065';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  border: none;
  font-size: 28px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-product-gallery .single-product-video {
  max-width: 100%;
  float: left;
}
.woocommerce-product-gallery .single-product-video .embed-responsive {
  background-color: #333333;
}
.woocommerce-product-gallery .single-product-video .embed-responsive:before {
  padding-top: 0 !important;
}
.woocommerce-product-gallery.product-gallery-video .woocommerce-product-gallery__trigger {
  display: none !important;
}
.woocommerce div.product .summary.entry-summary .price {
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #c5a374 !important;
  margin-bottom: 12px;
}
.woocommerce div.product .summary.entry-summary .price ins {
  font-weight: 800 !important;
}
.woocommerce div.product .summary.entry-summary .price del {
  opacity: 1 !important;
}
.woocommerce div.product .summary.entry-summary p.stock {
  color: #8cc63e;
}
.woocommerce div.product .summary.entry-summary p.stock:before {
  content: '\f00c';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-size: 14px;
  color: #8cc63e;
  margin-right: 8px;
}
.woocommerce div.product .summary.entry-summary p.stock.out-of-stock {
  color: #fe3d7d;
}
.woocommerce div.product .summary.entry-summary p.stock.out-of-stock:before {
  content: '\f128';
  color: #fe3d7d;
}
.summary.entry-summary {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px !important;
}
.summary.entry-summary .woocommerce-product-rating {
  margin-bottom: 14px !important;
}
.summary.entry-summary .woocommerce-product-rating .star-rating {
  float: none;
  display: inline-block;
  margin: 0;
}
.summary.entry-summary .woocommerce-product-rating .star-rating span {
  color: #e4573d;
}
.summary.entry-summary .woocommerce-product-rating + .product_title {
  margin-top: 12px;
}
.summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  padding-left: 8px;
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-size: 13px;
}
.summary.entry-summary .price {
  font-weight: 700;
  font-family: 'Libre Baskerville';
}
.summary.entry-summary .product_title {
  font-size: 40px;
  margin-bottom: 20px;
  line-height: 1.41;
}
.summary.entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 30px;
  margin-top: 14px;
}
.summary.entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.summary.entry-summary form.grouped_form .quantity {
  margin-bottom: 20px !important;
}
.summary.entry-summary form.grouped_form .quantity .quantity-label,
.summary.entry-summary form.grouped_form .quantity .stock {
  display: none;
}
.summary.entry-summary .quantity {
  margin-right: 0 !important;
  margin-bottom: 30px !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: none !important;
}
.summary.entry-summary .quantity .quantity-label {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 0;
  margin-right: 30px;
}
.summary.entry-summary .quantity input,
.summary.entry-summary .quantity .btn-number {
  height: 44px;
  line-height: 44px;
}
.summary.entry-summary .quantity .quantity-inner {
  margin-right: 50px;
}
.summary.entry-summary .woocommerce-variation-price {
  margin-bottom: 20px;
}
.summary.entry-summary button.single_add_to_cart_button,
.summary.entry-summary button.single_add_to_cart_button.alt {
  background-color: #e4573d;
  color: #ffffff;
  border: none !important;
  padding: 14px 30px !important;
  margin-right: 10px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.summary.entry-summary button.single_add_to_cart_button:hover,
.summary.entry-summary button.single_add_to_cart_button.alt:hover,
.summary.entry-summary button.single_add_to_cart_button:focus,
.summary.entry-summary button.single_add_to_cart_button.alt:focus,
.summary.entry-summary button.single_add_to_cart_button:active,
.summary.entry-summary button.single_add_to_cart_button.alt:active {
  background-color: #333333;
  color: #ffffff;
}
.summary.entry-summary table.variations td {
  padding-bottom: 14px;
}
.summary.entry-summary table.variations td select {
  min-width: 50% !important;
  width: 50% !important;
  height: 44px;
  line-height: 44px;
}
.summary.entry-summary table.variations label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #333333;
  margin-bottom: 0;
}
.summary.entry-summary table.variations select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-size: 14px;
  margin-right: 0;
  width: 100%;
}
.summary.entry-summary .variations_form:not(.gf-swatches) table.variations .reset_variations {
  display: none !important;
}
.summary.entry-summary .gf-swatches .swatches-dropdown-text,
.summary.entry-summary .gf-swatches .swatches-dropdown-color,
.summary.entry-summary .gf-swatches .swatches-dropdown-image {
  display: none !important;
}
.summary.entry-summary .group_table {
  /*td {
            padding-bottom: 10px !important;
            vertical-align: middle !important;
        }*/
  margin-bottom: 10px;
}
.summary.entry-summary .group_table label {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: none;
}
.summary.entry-summary .group_table label a {
  color: inherit;
}
.summary.entry-summary .group_table label a:hover,
.summary.entry-summary .group_table label a:focus,
.summary.entry-summary .group_table label a:active {
  text-decoration: none;
  color: #e4573d;
}
.summary.entry-summary .group_table .woocommerce-grouped-product-list-item__price {
  font-size: 14px !important;
  font-weight: 700;
  color: #333333;
  vertical-align: top;
}
.summary.entry-summary .group_table .woocommerce-grouped-product-list-item__price del {
  opacity: 1 !important;
}
.summary.entry-summary .group_table .woocommerce-grouped-product-list-item__price ins {
  color: #333333;
  text-decoration: none;
}
.summary.entry-summary .single-product-function {
  line-height: 48px;
  font-size: 0;
  vertical-align: middle;
}
.summary.entry-summary .single-product-function > *:not(.tooltip) {
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
  vertical-align: middle;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  max-height: 48px;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.summary.entry-summary .single-product-function .add_to_wishlist:before {
  display: block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f004';
  font-weight: 300;
  font-size: 18px;
}
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  display: block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: '\f004';
  font-size: 20px;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-button img,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse img,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse img {
  display: none !important;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-button a,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a {
  color: inherit;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-button a:hover,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,
.summary.entry-summary .single-product-function .yith-wcwl-add-button a:focus,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a:focus,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a:focus,
.summary.entry-summary .single-product-function .yith-wcwl-add-button a:active,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a:active,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a:active {
  text-decoration: none;
  color: #e4573d;
}
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-button a,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a,
.summary.entry-summary .single-product-function .compare {
  display: inline-block;
  height: 48px;
  width: 48px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  text-align: center;
  color: #696969;
  border: 1px solid #ababab;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.summary.entry-summary .single-product-function .yith-wcwl-add-button a:hover,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,
.summary.entry-summary .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,
.summary.entry-summary .single-product-function .compare:hover {
  border-color: #e4573d !important;
  background-color: #e4573d !important;
  color: #ffffff !important;
}
.summary.entry-summary .single-product-function .compare {
  color: inherit;
}
.summary.entry-summary .single-product-function .compare:hover,
.summary.entry-summary .single-product-function .compare:focus,
.summary.entry-summary .single-product-function .compare:active {
  text-decoration: none;
  color: #e4573d;
}
.summary.entry-summary .single-product-function .compare:before {
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  content: '\f074';
  font-weight: 300;
}
.summary.entry-summary .single-product-function + .product_meta,
.summary.entry-summary form + .product_meta {
  padding-top: 43px;
  border-top: 2px solid #ededed;
  margin-top: 20px;
}
.summary.entry-summary .product_meta > span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  font-family: 'Libre Baskerville';
  color: #ababab;
}
.summary.entry-summary .product_meta > span label {
  margin: 0;
  width: 130px;
}
.summary.entry-summary .product_meta > span span {
  color: #333333;
}
.summary.entry-summary .product_meta > span a {
  color: inherit;
  color: #333333;
}
.summary.entry-summary .product_meta > span a:hover,
.summary.entry-summary .product_meta > span a:focus,
.summary.entry-summary .product_meta > span a:active {
  text-decoration: none;
  color: #e4573d;
}
.summary.entry-summary .product_meta > span a:hover,
.summary.entry-summary .product_meta > span a:focus {
  color: #e4573d !important;
}
.summary.entry-summary .product_meta > span a:hover,
.summary.entry-summary .product_meta > span a:focus {
  color: #e4573d;
}
.summary.entry-summary .product_meta > span + span {
  margin-top: 20px;
}
.summary.entry-summary .single-product-function + .gf-product-share,
.summary.entry-summary form + .gf-product-share {
  padding-top: 43px;
  border-top: 2px solid #ededed;
  margin-top: 35px;
}
.summary.entry-summary .gf-product-share {
  margin-top: 20px;
}
.summary.entry-summary .gf-product-share .gf-product-share-title {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  font-family: 'Libre Baskerville';
  color: #ababab;
  width: 130px;
}
.summary.entry-summary .gf-product-share ul {
  display: inline-block;
}
.summary.entry-summary .gf-product-share ul li {
  margin-right: 30px;
}
.summary.entry-summary .gf-product-share ul li a {
  font-size: 15px;
}
.quantity {
  display: inline-block;
}
.quantity .quantity-inner {
  position: relative;
}
.quantity .quantity-inner > * {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71;
}
.quantity .quantity-inner .input-text {
  font-family: 'Libre Baskerville';
  width: 136px;
  padding: 10px 25px;
  background-color: #f8f8f8;
  border: 1px solid transparent !important;
  color: #333333;
}
.quantity .quantity-inner .input-text:focus {
  border-color: #e4573d !important;
}
.quantity .quantity-inner .btn-number {
  position: absolute;
  cursor: pointer;
  line-height: 48px;
  height: 100%;
  display: block;
  top: 50%;
  font-weight: 300;
  color: #ababab;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 40px;
  text-align: center;
}
.quantity .quantity-inner .btn-number:hover {
  color: #e4573d;
}
.quantity .quantity-inner .btn-number[data-type="minus"] {
  left: 0;
}
.quantity .quantity-inner .btn-number[data-type="plus"] {
  right: 0;
}
.popup-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popup-close:hover {
  color: #e4573d;
}
#popup-product-quick-view-wrapper {
  text-align: center;
  z-index: 99999;
}
#popup-product-quick-view-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#popup-product-quick-view-wrapper > .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 0;
}
#popup-product-quick-view-wrapper .product-quickview-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup-product-quick-view-wrapper .prev-product,
#popup-product-quick-view-wrapper .next-product {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding: 10px 0;
  width: 50px;
  font-size: 34px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 0.7;
}
#popup-product-quick-view-wrapper .prev-product:not(.disable):hover,
#popup-product-quick-view-wrapper .next-product:not(.disable):hover,
#popup-product-quick-view-wrapper .prev-product:not(.disable):focus,
#popup-product-quick-view-wrapper .next-product:not(.disable):focus {
  opacity: 1;
}
#popup-product-quick-view-wrapper .next-product {
  right: 0;
  left: auto;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 30px 40px;
}
#popup-product-quick-view-wrapper + .modal-backdrop {
  opacity: 0.7;
}
#popup-product-quick-view-wrapper .single-product-image {
  width: 48%;
  float: left;
}
#popup-product-quick-view-wrapper .summary.entry-summary {
  padding-top: 0;
  padding-left: 0;
  margin-bottom: 0 !important;
}
#popup-product-quick-view-wrapper .summary.entry-summary table.variations td select {
  width: 100% !important;
  background-color: #f8f8f8;
}
#popup-product-quick-view-wrapper .summary.entry-summary .product-rating {
  overflow: auto;
}
#popup-product-quick-view-wrapper .summary.entry-summary .product-rating .star-rating {
  float: left;
  margin-top: 6px;
}
#popup-product-quick-view-wrapper .summary.entry-summary .product-rating .woocommerce-review-link {
  display: block !important;
  float: right;
}
#popup-product-quick-view-wrapper .single-product-info:before {
  display: none;
}
.product-deal-countdown {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.product-deal-countdown .countdown-section {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  width: 44px;
  height: 44px;
  padding-top: 9px;
  background-color: #333;
  color: #fff;
}
.product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 5px;
}
.product-deal-countdown .countdown {
  padding-top: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-deal-countdown .countdown-amount {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.product-deal-countdown .countdown-period {
  display: block;
  font-size: 11px;
}
.product-deal-countdown.small .countdown-section {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}
.summary .product-deal-countdown {
  text-align: left;
  position: static;
  margin-bottom: 20px;
}
.summary .product-deal-countdown .deal-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
.summary .product-deal-countdown .countdown-section {
  background-color: #333333;
  color: #fff;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce-tabs {
  margin: auto;
  margin-top: 70px;
  position: relative;
}
body.no-sidebar .related.products:before,
body.no-sidebar .up-sells:before {
  content: '';
  position: absolute;
  top: -1px;
  left: 50%;
  width: 10000px;
  height: 1px;
  background-color: #ededed;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
  overflow: visible;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  padding: 0 20px;
  font-size: 34px;
  font-family: 'Libre Baskerville';
  font-weight: 400;
  line-height: 1.88;
  color: #ababab;
  background-color: transparent !important;
  border: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: inherit;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  -webkit-transition: transform 0.4s ease;
  -moz-transition: transform 0.4s ease;
  -ms-transition: transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  background-color: #e4573d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active {
  color: #333333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:active:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.woocommerce div.product.product-has-sidebar .woocommerce-tabs ul.tabs li {
  font-size: 24px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  max-width: 770px;
  margin: 0 auto;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 73px;
  padding-bottom: 70px;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.03em;
}
.woocommerce div.product.product-has-sidebar .woocommerce-tabs .panel {
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
}
.woocommerce .gf-heading-title {
  font-size: 34px;
}
.product-has-sidebar .gf-heading-title {
  font-size: 24px;
  margin-bottom: 50px !important;
}
.product-has-sidebar .product-author-wrap .gf-heading-title {
  font-size: 34px;
  margin-bottom: 50px !important;
}
.product-author-wrap {
  position: relative;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.product-author-wrap .author-carousel-item {
  margin-left: 0;
  margin-right: 0;
}
.product-author-wrap:before {
  content: '';
  display: block;
  position: absolute;
  width: 10000px;
  top: 0;
  bottom: 0;
  background-color: #f4f3ec;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-author-wrap .gf-heading-title {
  margin-bottom: 70px;
  font-size: 48px;
  position: relative;
  z-index: 1;
}
.product-author-wrap .entry-thumbnail {
  z-index: 2;
}
.product-author-wrap .author-avatar-wrap {
  padding-right: 85px;
  position: relative;
}
.product-author-wrap .author-avatar-wrap:after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  bottom: 40px;
  right: 20px;
  left: 45px;
  background-position: center right;
}
.product-author-wrap .author-info {
  margin-top: 35px;
}
.product-author-wrap ul.gf-social-icon > li {
  margin-right: 10px;
}
.product-author-wrap .author-products .author-quote {
  font-size: 24px;
  font-family: 'Libre Baskerville';
  line-height: 2;
  font-style: italic;
  color: #333333;
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.product-author-wrap .author-products .product-info .product-author {
  display: none;
}
.product-author-wrap .author-products .product-name {
  font-size: 15px;
}
.product-author-wrap .author-products .owl-dots {
  margin-top: 35px !important;
}
.product-author-wrap + .woocommerce-tabs {
  margin-top: 100px;
}
.product-author-wrap .owl-carousel > div.owl-nav [class*='owl-']:hover,
.product-author-wrap .owl-carousel > div.owl-nav [class*='owl-']:active,
.product-author-wrap .owl-carousel > div.owl-nav [class*='owl-']:focus {
  color: #e4573d !important;
  border-color: #e4573d !important;
}
.single-author-info {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.single-author-info .single-author-thumbnail {
  padding-left: 10%;
}
.single-author-info .single-author-thumbnail .author-thumbnail-inner {
  position: relative;
  z-index: 2;
}
.single-author-info .single-author-thumbnail .author-thumbnail-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  bottom: -30px;
  right: 40px;
  left: -40px;
  background-position: center right;
}
.single-author-info .author-details .author-name {
  font-size: 40px;
  text-transform: uppercase;
}
.single-author-info .author-details .author-quote {
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  font-family: 'Libre Baskerville';
}
.single-author-info .author-details .author-addition-details {
  font-family: 'Libre Baskerville';
}
.single-author-info .author-details .author-addition-details .detail-title {
  color: #7e7e7e;
  padding-right: 25px;
}
.single-author-info .author-details .author-addition-details .detail-value {
  font-size: 15px;
  color: #333333;
}
.single-author-info .author-details .author-addition-details .author-detail-item + .author-detail-item {
  margin-top: 18px;
}
.single-author-info .author-details .gf-social-icon li {
  margin-right: 10px;
}
.single-author-info .author-details .gf-social-icon {
  margin-top: 35px;
}
.single-author-info + .author-books .product-info .product-author {
  display: none;
}
.woocommerce div.product .shop_attributes .attr-item {
  text-align: center;
}
.woocommerce div.product .shop_attributes .attr-item span,
.woocommerce div.product .shop_attributes .attr-item p {
  display: inline-block;
}
.woocommerce div.product .shop_attributes .attr-item .attr-title {
  font-weight: bold;
}
.woocommerce div.product .shop_attributes th {
  width: 255px;
}
.woocommerce div.product .shop_attributes th,
.woocommerce div.product .shop_attributes td {
  font-weight: 600;
  padding: 18px 40px;
  border: 1px solid #ededed;
  font-size: 13px;
  line-height: 1.3;
  background-color: #ffffff !important;
}
.woocommerce div.product .shop_attributes th > *,
.woocommerce div.product .shop_attributes td > * {
  padding: 0;
}
.woocommerce-Tabs-panel--reviews #comments h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
  padding-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist > li {
  padding: 40px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #ededed;
}
.woocommerce #reviews #comments ol.commentlist > li:first-child {
  padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist > li img.avatar {
  width: 80px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding-left: 40px;
  padding-top: 2px;
  border: none;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .star-rating {
  margin: 0 20px 18px 0;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .meta {
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  line-height: 1;
  margin-bottom: 18px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .meta .woocommerce-review__author {
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  flex-grow: 1;
  color: #333333;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .meta time {
  font-size: 15px;
  line-height: 1.2;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .meta time:before {
  display: inline-block;
  content: '/';
  padding-right: 5px;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .description {
  order: 3;
  flex: 1 100%;
}
.woocommerce #reviews #comments ol.commentlist > li .comment-text .description > * {
  margin: 0;
}
.woocommerce #reviews #comments .woocommerce-pagination li .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border: none;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper {
  margin-top: 70px;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper #reply-title {
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.41;
  text-align: center;
  color: #333333;
  margin-bottom: 51px;
}
.woocommerce #review_form #respond label[for="rating"] {
  float: left;
  display: block;
  margin-right: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #333333;
}
.woocommerce #review_form #respond p {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond .comment-form {
  font-size: 0;
}
.woocommerce #review_form #respond .comment-form-rating {
  margin-bottom: 37px;
}
.woocommerce #review_form #respond .comment-form-rating p.stars {
  margin-top: 3px;
  color: #ababab;
}
.woocommerce #review_form #respond .comment-form-rating p.stars a {
  color: inherit;
}
.woocommerce #review_form #respond .comment-form-rating p.stars a:hover,
.woocommerce #review_form #respond .comment-form-rating p.stars a:focus,
.woocommerce #review_form #respond .comment-form-rating p.stars a:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce p.stars.selected a,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #efc720 !important;
}
.woocommerce p.stars.selected a.active ~ a::before {
  color: #696969;
}
.woocommerce p.stars {
  margin-bottom: 0 !important;
}
.woocommerce p.stars a {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
  content: '\e020';
}
.woocommerce #reviews #comment {
  height: 170px;
  max-width: 100%;
}
.woocommerce #reviews .comment-form-author,
.woocommerce #reviews .comment-form-email {
  width: 50%;
  float: left;
}
.woocommerce #reviews .comment-form-author input,
.woocommerce #reviews .comment-form-email input {
  width: 100%;
}
.woocommerce #reviews .comment-form-author {
  padding-right: 15px;
}
.woocommerce #reviews .comment-form-email {
  padding-left: 15px;
}
.woocommerce #review_form #respond .form-submit {
  margin-bottom: 0;
  text-align: center;
}
.woocommerce #review_form #respond .form-submit input {
  margin-top: 10px;
  background-color: #e4573d;
  color: #ffffff;
  border-color: #e4573d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #333;
  color: #fff;
  border-color: #333;
}
@media (max-width: 575px) {
  .summary.entry-summary form.cart:not([data-product_variations]),
  .summary.entry-summary form.cart[data-product_variations] .woocommerce-variation-add-to-cart.variations_button {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .summary.entry-summary table.variations .value select,
  .summary.entry-summary table.variations .value .swatches-inner {
    width: 100% !important;
  }
  .product-single-layout-02 .woocommerce-product-gallery {
    padding-left: 0;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs {
    position: static;
    width: 100%;
    padding: 0;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-slide {
    margin: 0 10px !important;
    display: inline-block;
  }
  .product-single-layout-02 .woocommerce-product-gallery .flex-control-thumbs .slick-list {
    margin: 0 -10px;
  }
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
  #popup-product-quick-view-wrapper .modal-body {
    padding: 30px 15px;
  }
}
/**
* Up sells, Related
 */
.woocommerce .up-sells,
.woocommerce .related.products {
  padding-top: 98px;
  border-top: 1px solid #ededed;
  position: relative;
}
.woocommerce .product-has-sidebar .up-sells,
.woocommerce .product-has-sidebar .related.products {
  padding-top: 70px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    padding-right: 15px !important;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_wrap {
    padding-left: 15px !important;
  }
}
.woocommerce table.shop_table {
  border: none;
  margin: 0;
  border-collapse: collapse;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead th {
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 24px;
  background-color: transparent;
}
.woocommerce table.shop_table tbody tr.cart_item {
  border: 1px solid #ededed;
}
.woocommerce table.shop_table tbody tr.cart_item td,
.woocommerce table.shop_table tbody tr.cart_item th {
  padding: 30px 20px 30px 0;
  text-align: left;
  border: none;
}
.woocommerce table.shop_table tbody tr.cart_item .product-thumbnail {
  padding-left: 30px !important;
  width: 135px;
  border: none;
}
.woocommerce table.shop_table tbody tr.cart_item .product-thumbnail img {
  width: 85px;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th {
  padding: 30px 0 !important;
  text-align: left;
  border: none;
}
.woocommerce table.shop_table tbody .product-name {
  color: #333333;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}
.woocommerce table.shop_table tbody .product-name a {
  color: inherit;
  text-transform: initial;
  font-weight: 400;
}
.woocommerce table.shop_table tbody .product-name a:hover,
.woocommerce table.shop_table tbody .product-name a:focus,
.woocommerce table.shop_table tbody .product-name a:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce table.shop_table tbody .product-name a:hover {
  color: #e4573d;
}
.woocommerce table.shop_table tbody .product-price {
  font-size: 14px;
  font-weight: 800;
  line-height: 2;
  color: #ababab;
}
.woocommerce table.shop_table tbody .product-subtotal {
  font-weight: 800;
  line-height: 2;
  color: #333333;
}
.woocommerce table.shop_table tbody .product-remove {
  width: 80px !important;
  border-right: solid #ededed;
  border-left: solid #ededed;
  border-right-width: 1px;
  border-left-width: 0;
}
.woocommerce table.shop_table tbody .cart-totals {
  border-bottom: 1px solid #ededed;
}
.woocommerce table.shop_table tbody .cart-totals td {
  padding: 50px 0;
}
.woocommerce table.shop_table tbody .cart-totals .coupon {
  float: left;
  width: 375px;
  position: relative;
}
.woocommerce table.shop_table tbody .cart-totals .coupon .input-text {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.shop_table tbody .cart-totals .coupon .input-text:focus {
  border: 1px solid #e4573d;
}
.woocommerce table.shop_table tbody .cart-totals .coupon .button {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0 20px;
  line-height: 48px;
  background-color: transparent;
  border: none;
  color: #333333;
}
.woocommerce table.shop_table tbody .cart-totals .coupon .button:hover,
.woocommerce table.shop_table tbody .cart-totals .coupon .button:focus {
  color: #e4573d;
}
.woocommerce table.shop_table tbody .cart-totals .cart-subtotal {
  float: right;
}
.woocommerce table.shop_table tbody .cart-totals .cart-subtotal .cart-subtotal-label {
  padding-right: 40px;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
}
.woocommerce table.shop_table tbody .cart-totals .cart-subtotal .woocommerce-Price-amount {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 800;
  color: #333333;
}
.woocommerce table.shop_table tbody .cart-actions {
  border-bottom: 1px solid #ededed;
}
.woocommerce table.shop_table tbody .cart-actions a.continue {
  margin-right: 58px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce table.shop_table tbody .cart-actions a.continue i {
  margin-right: 10px;
}
.woocommerce table.shop_table tbody .cart-actions a.clear-cart {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #ababab;
  border-bottom-color: #ababab;
}
.woocommerce table.shop_table tbody .cart-actions a.clear-cart:hover {
  color: #e4573d;
  border-bottom-color: #e4573d;
}
.woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 0;
  margin: 10px 0;
}
.woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout .wcppec-checkout-buttons {
  display: none;
}
.woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout input.button {
  margin: 10px 10px 10px 0;
}
.woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout .checkout-button {
  margin: 10px 0;
}
.woocommerce table.shop_table .quantity-label {
  display: none;
}
.woocommerce .cart-collaterals {
  margin-top: 62px;
}
.woocommerce .cart-collaterals .woocommerce-cart-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.41;
  margin-bottom: 40px;
}
.woocommerce .cart-collaterals div.cart_totals,
.woocommerce .cart-collaterals div.cross-sells {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  margin-right: 8.33333333%;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table {
  border-collapse: collapse;
  /*#calc_shipping_country_field,
            #calc_shipping_state_field {
                .select2-selection {
                    border: none;
                    .border-radius(0);
                    & when (lightness(@background_color) < 50) {
                        background-color: #333;
                    }
                    & when (lightness(@background_color) >= 50) {
                        background-color: #fff;
                    }
                    height: 34px;
                    line-height: 34px;
                    span {
                        color: @text_color;
                        height: 34px;
                        line-height: 34px;
                        padding-left: 20px;
                    }
                }
            }*/
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr {
  border-bottom: 1px solid #ededed;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr:first-child th,
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr:first-child td {
  padding-top: 0 !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr:last-child {
  border-bottom: none;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  border-top: none;
  padding: 0 !important;
  padding-bottom: 10px !important;
  padding-top: 20px !important;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: normal;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
  background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal .amount {
  font-weight: 800;
  color: #ababab;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total .amount {
  font-size: 20px;
  color: #e4573d;
  font-weight: 800;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator {
  margin-top: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:focus,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator select,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #eee;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrap {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right;
  padding-bottom: 0;
  padding-top: 70px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .wcppec-checkout-buttons {
  display: none;
}
.woocommerce ul#shipping_method li {
  padding: 8px 0 5px 25px;
}
.woocommerce ul#shipping_method li label {
  text-transform: initial !important;
}
.woocommerce ul#shipping_method li:first-child {
  padding-top: 0;
}
/**
* Checkout page
*/
.woocommerce form .form-row {
  margin-bottom: 30px;
  padding: 0;
  width: 100%;
}
.woocommerce form .form-row#billing_city_field,
.woocommerce form .form-row#billing_state_field,
.woocommerce form .form-row#billing_postcode_field,
.woocommerce form .form-row#billing_phone_field {
  clear: none;
  width: 100%;
}
.woocommerce form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #333333;
}
.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="email"],
.woocommerce form select,
.woocommerce form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form input[type="text"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce form input[type="tel"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce form textarea:focus {
  border: 1px solid #e4573d;
  background-color: transparent;
}
.login-coupon-block .woocommerce-info {
  background-color: transparent;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none;
}
.login-coupon-block .woocommerce-info:before {
  display: none;
}
.login-coupon-block .woocommerce-info a {
  color: inherit;
  font-weight: 700;
  color: #333333;
}
.login-coupon-block .woocommerce-info a:hover,
.login-coupon-block .woocommerce-info a:focus,
.login-coupon-block .woocommerce-info a:active {
  text-decoration: none;
  color: #e4573d;
}
.login-coupon-block form.woocommerce-form-login {
  border-color: #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-coupon-block form.woocommerce-form-login .form-row .woocommerce-form__label {
  padding-left: 30px;
}
.login-coupon-block form.woocommerce-form-login .form-row .woocommerce-form__label span {
  position: relative;
  top: -2px;
}
.login-coupon-block form.woocommerce-form-login .lost_password a {
  color: inherit;
  font-weight: 700;
  color: #333333;
}
.login-coupon-block form.woocommerce-form-login .lost_password a:hover,
.login-coupon-block form.woocommerce-form-login .lost_password a:focus,
.login-coupon-block form.woocommerce-form-login .lost_password a:active {
  text-decoration: none;
  color: #e4573d;
}
.login-coupon-block form.checkout_coupon {
  border-color: #ededed;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 1em;
}
.woocommerce form.checkout {
  /*#billing_state_field,
    #shipping_state_field,
    #billing_country_field,
    #shipping_country_field {
        .select2-selection {
            .border-radius(0);
            border: 1px solid @border_color;
            & when (lightness(@background_color) < 50) {
                background-color: #444;
            }
            & when (lightness(@background_color) >= 50) {
                background-color: #f8f8f8;
            }
            height: 48px;
            line-height: 48px;
            &:focus,
            &:active {
                border-color: @accent_color;
                outline: none;
                background-color: transparent;
            }
            span {
                color: @text_color;
                height: 48px;
                line-height: 48px;
                padding-left: 20px;
            }
        }
    }*/
}
.woocommerce form.checkout h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.17;
  margin-bottom: 70px;
}
.woocommerce form.checkout #ship-to-different-address span,
.woocommerce form.checkout .woocommerce-account-fields span {
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  color: #696969;
  letter-spacing: 0.5px;
}
.woocommerce form.checkout .woocommerce-account-fields [name="createaccount"] {
  position: relative;
  cursor: pointer;
}
.woocommerce form.checkout #ship-to-different-address {
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce form.checkout #ship-to-different-address [name="ship_to_different_address"] {
  margin-left: 0;
  position: relative;
  cursor: pointer;
}
.woocommerce form.checkout [name="order_comments"] {
  height: 170px;
}
.woocommerce form.checkout #order_review .shop_table thead th {
  display: none;
}
.woocommerce form.checkout #order_review .shop_table tbody {
  padding-bottom: 3px;
  border-bottom: 1px solid #ededed;
}
.woocommerce form.checkout #order_review .shop_table tbody tr {
  border: none;
}
.woocommerce form.checkout #order_review .shop_table tbody td {
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  color: #696969;
  text-transform: initial;
}
.woocommerce form.checkout #order_review .shop_table tbody td.product-total {
  text-align: right;
  font-size: 15px;
  font-weight: 800;
  color: #ababab;
}
.woocommerce form.checkout #order_review .shop_table tfoot th,
.woocommerce form.checkout #order_review .shop_table tfoot td {
  border: none;
  padding: 15px 0 0;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}
.woocommerce form.checkout #order_review .shop_table tfoot th {
  color: #696969;
  font-size: 18px;
}
.woocommerce form.checkout #order_review .shop_table tfoot td {
  width: 40%;
  font-size: 15px;
  text-align: right;
  font-weight: 800;
}
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal .amount {
  color: #333333;
}
.woocommerce form.checkout #order_review .shop_table tfoot .shipping td label {
  color: #ababab;
}
.woocommerce form.checkout #order_review .shop_table .order-total th,
.woocommerce form.checkout #order_review .shop_table .order-total td {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  color: #333333;
}
.woocommerce form.checkout #order_review .shop_table .order-total .amount {
  color: #e4573d;
  font-size: 20px;
  font-weight: 800;
}
.woocommerce form.checkout #order_review .shop_table .order-total td {
  text-align: right;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator {
  margin-top: 20px;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: inherit;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:focus,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator select,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods {
  padding: 21px 0 0;
  border-bottom: none;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods label {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 700;
  letter-spacing: 0;
  color: #333333;
}
.woocommerce form.checkout #order_review .place-order {
  padding: 1em 0 0;
  margin: 0;
}
.woocommerce form.checkout #order_review #place_order {
  float: none;
}
.woocommerce-thankyou-order-details {
  padding-left: 0 !important;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 34px;
}
.woocommerce-order-details table.order_details tbody th,
.woocommerce-order-details table.order_details tbody td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-order-details table.order_details tfoot th,
.woocommerce-order-details table.order_details tfoot td {
  border: none;
  border-bottom: 1px solid #ededed;
  padding-left: 0;
}
.woocommerce-customer-details > h2 {
  font-size: 34px;
}
.woocommerce-customer-details table.customer_details tbody th,
.woocommerce-customer-details table.customer_details tbody td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-customer-details table.customer_details tbody tr:first-child th,
.woocommerce-customer-details table.customer_details tbody tr:first-child td {
  border-top: 1px solid #ededed !important;
}
.woocommerce-customer-details .woocommerce-columns--addresses .col-1,
.woocommerce-customer-details .woocommerce-columns--addresses .col-2 {
  max-width: none;
  padding: 0;
}
/**
* Wishlist page
 */
#yith-wcwl-form .wishlist-title h2 {
  font-size: 34px;
  margin-top: 0;
  padding: 0;
}
#yith-wcwl-form .shop_table {
  border-collapse: collapse;
}
#yith-wcwl-form tbody tr {
  text-align: left;
  border: 1px solid #ededed;
}
#yith-wcwl-form tbody th,
#yith-wcwl-form tbody td {
  padding-right: 15px !important;
}
#yith-wcwl-form tbody .product-remove {
  padding-left: 15px !important;
  text-align: center;
  vertical-align: middle;
  border: none !important;
}
#yith-wcwl-form tbody .product-thumbnail {
  border-left-width: 0;
  padding-left: 0;
  width: 135px;
}
#yith-wcwl-form tbody .product-thumbnail a {
  max-width: 100%;
}
#yith-wcwl-form tbody .product-thumbnail img {
  width: 85px;
}
#yith-wcwl-form tbody .product-price {
  color: #ababab;
  font-size: 15px;
  font-weight: 800;
}
#yith-wcwl-form tbody .product-price del {
  font-weight: 400;
}
#yith-wcwl-form tbody .product-stock-status > span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #333333;
}
#yith-wcwl-form tbody .product-stock-status > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock:before {
  content: '\f00c';
  color: #8cc63e;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock:before {
  content: '\f00d';
  color: red;
}
#yith-wcwl-form tbody .product-add-to-cart {
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: center;
}
#yith-wcwl-form tbody .product-add-to-cart a {
  margin-bottom: 0;
}
#yith-wcwl-form tbody .product-add-to-cart > a:before {
  content: '\f07a';
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
}
#yith-wcwl-form tfoot th,
#yith-wcwl-form tfoot td {
  border: none;
  padding: 0;
  padding-top: 20px;
}
#yith-wcwl-form tfoot .yith-wcwl-share {
  margin-bottom: 0;
}
#yith-wcwl-form tfoot .yith-wcwl-share .yith-wcwl-share-title,
#yith-wcwl-form tfoot .yith-wcwl-share ul {
  display: inline-block;
}
.wishlist-title-with-form a.show-title-form:active,
.wishlist-title-with-form a.show-title-form:hover {
  color: #e4573d !important;
}
.yith-wcwl-share ul {
  padding: 0;
}
.yith-wcwl-share ul li a i.fa {
  font: 14px/1 FontAwesome !important;
}
/**
* My account page
 */
.woocommerce-account.logged-in #primary-content .woocommerce {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  display: block;
  padding: 15px 20px;
  border-bottom: solid 1px #ededed;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:active {
  text-decoration: none;
  color: #e4573d;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #e4573d;
  border-bottom-color: #e4573d;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ededed;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  width: auto;
  display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-content > .col-lg-4 {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content > .col-lg-4,
.woocommerce-account .woocommerce-MyAccount-content > .col-lg-8 {
  width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-account .woocommerce-MyAccount-content .edit {
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #e4573d;
  background-color: #e4573d;
  padding: 10.5px 20px;
  line-height: 1;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-account .woocommerce-MyAccount-content .edit:hover {
  color: #e4573d;
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
  flex: 0 0 50%;
  max-width: 50%;
  float: none;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title > h3 {
  margin-top: 0;
  font-size: 24px;
}
.woocommerce-account #customer_login {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woocommerce-account #customer_login h2 {
  margin-top: 0;
  font-size: 34px;
}
.woocommerce-account #customer_login form.login,
.woocommerce-account #customer_login form.register {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.woocommerce-account #customer_login [name="rememberme"] {
  margin-left: 20px;
}
.woocommerce-account #customer_login .col-1,
.woocommerce-account #customer_login .col-2 {
  max-width: 50%;
  width: 50%;
  flex: 0 0 50%;
}
.woocommerce-account .woocommerce-form-login label.woocommerce-form__label {
  line-height: 48px !important;
  height: 48px;
  margin-bottom: 0;
  margin-left: 10px;
}
.woocommerce table.my_account_orders {
  font-size: 1em;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
}
@media (max-width: 768px) {
  .woocommerce-cart table.shop_table tbody td,
  .woocommerce-cart table.shop_table tbody th {
    padding-left: 10px;
    border-right-width: 0 !important;
    width: 100% !important;
    background-color: transparent !important;
  }
  .woocommerce-cart table.shop_table tbody td.product-remove {
    width: 100% !important;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr {
    border: 1px solid #ededed;
    border-bottom: none;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr:last-child {
    border: none;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr + tr {
    margin-top: 30px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td,
  .woocommerce table.shop_table.shop_table_responsive tbody tr td:before {
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 14px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td,
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.cart-totals {
    text-align: left !important;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td:before,
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.cart-totals:before {
    display: none;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr .cart-totals > div {
    float: none;
    display: block;
    width: 100%;
    text-align: left !important;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr .cart-totals > div.cart-subtotal {
    margin-top: 15px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td {
    border-bottom: 1px solid #ededed;
    padding: 10px !important;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-quantity:before {
    position: relative;
    top: 15px;
  }
  .woocommerce .cart-collaterals .cart_totals_inner tr {
    border: none !important;
  }
  .woocommerce table.shop_table tbody .actions {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout [name="update_cart"],
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .checkout-button {
    width: 48%;
    margin: 10px 0 !important;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .wcppec-checkout-buttons {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    width: 50%;
    text-align: left;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal .amount,
  .woocommerce-page table.shop_table_responsive tr.cart-subtotal .amount,
  .woocommerce table.shop_table_responsive tr.shipping #shipping_method,
  .woocommerce-page table.shop_table_responsive tr.shipping #shipping_method,
  .woocommerce table.shop_table_responsive tr.order-total strong,
  .woocommerce-page table.shop_table_responsive tr.order-total strong {
    display: block;
    overflow: hidden;
  }
  .woocommerce form.checkout h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .woocommerce form.checkout #order_review #place_order {
    width: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #ededed;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    font-size: 11px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
  #customer_login .login {
    margin-bottom: 50px;
  }
}
.customer-login-block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.customer-login-block .login input[name="login"] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.customer-login-block .login .lost_password {
  float: right;
}
.customer-register-block input[name="register"] {
  display: block;
  width: 100%;
}
.u-column1 .customer-login-block {
  width: 100%;
}
label[for="rememberme"] input[type="checkbox"] {
  position: relative;
  top: 4px;
}
/**
* order tracking
 */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  color: #ababab;
}
.woocommerce form .form-row {
  display: block;
}
/**
* Responsive
 */
@media (max-width: 991px) {
  .woocommerce table.shop_table tbody .actions {
    text-align: left;
    padding-bottom: 70px;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout {
    text-align: right;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout [name="update_cart"],
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .button {
    padding-left: 20px;
    padding-right: 20px;
  }
  .woocommerce-tabs {
    margin-top: 30px;
  }
  .woocommerce-tabs {
    padding-top: 60px;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .layout-list .product-item-wrap .product-thumb {
    float: none;
    margin-bottom: 20px;
  }
  .layout-list .product-item-wrap .product-info {
    padding-left: 0;
  }
  .woocommerce div.product div.images ol.flex-control-thumbs {
    margin-top: 10px;
  }
  .summary.entry-summary {
    padding-left: 0;
  }
  #popup-product-quick-view-wrapper > .modal-dialog {
    max-width: calc(100% - 40px);
  }
  .woocommerce-account #customer_login .col-1,
  .woocommerce-account #customer_login .col-2 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 599px) {
  .layout-list .product-category img {
    width: 100%;
    float: none;
  }
  .layout-list .product-category .woocommerce-loop-category__title {
    padding-left: 0;
    margin-bottom: 0;
  }
  .layout-list .product-item-wrap .product-thumb {
    width: 100%;
  }
  .woocommerce table.shop_table tbody .cart-actions {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout [name="update_cart"],
  .woocommerce table.shop_table tbody .cart-actions .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping > a.continue {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .woocommerce table.shop_table tbody .cart-totals .coupon {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    white-space: normal;
  }
  #yith-wcwl-form {
    overflow: auto;
  }
  .product-single-layout-02 .summary.entry-summary .product_title {
    font-size: 34px;
  }
  .woocommerce form.checkout #order_review #place_order {
    width: 100%;
  }
}
.owl-carousel.carousel-gutter-30 .owl-item-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel.carousel-gutter-30 .owl-item-inner > article {
  margin-bottom: 30px;
}
.owl-carousel.carousel-gutter-30 .owl-dots {
  margin-top: 40px !important;
}
.owl-carousel.carousel-gutter-20 .owl-item-inner {
  margin-left: -10px;
  margin-right: -10px;
}
.owl-carousel.carousel-gutter-20 .owl-item-inner > article {
  margin-bottom: 20px;
}
.owl-carousel.carousel-gutter-20 .owl-dots {
  margin-top: 50px !important;
}
.owl-carousel.carousel-gutter-10 .owl-item-inner {
  margin-left: -5px;
  margin-right: -5px;
}
.owl-carousel.carousel-gutter-10 .owl-item-inner > article {
  margin-bottom: 10px;
}
.owl-carousel.carousel-gutter-10 .owl-dots {
  margin-top: 60px !important;
}
div#yith-wcwl-popup-message,
div#gsf-cart-popup-message {
  background-color: #333333;
  color: #ababab;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 30px;
}
div#gsf-cart-popup-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  max-width: 100%;
}
div#gsf-cart-popup-message .cart-icon {
  display: block;
  margin-bottom: 10px;
  color: #e4573d;
  font-size: 28px;
}
#colorbox.yith_woocompare_colorbox,
#cboxOverlay.yith_woocompare_colorbox {
  z-index: 999999;
}
.gf-swatches-wrap,
.gf-swatches-single-wrap {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 15px 10px;
  z-index: 5;
  text-align: center;
}
.gf-swatches-wrap .swatches-color,
.gf-swatches-single-wrap .swatches-color {
  font-size: 0;
}
.gf-swatches-wrap .swatches-color .swatches-item,
.gf-swatches-single-wrap .swatches-color .swatches-item {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gf-swatches-wrap .swatches-color .swatches-item + .swatches-item,
.gf-swatches-single-wrap .swatches-color .swatches-item + .swatches-item {
  margin-left: 8px;
}
.gf-swatches-wrap .swatches-color .swatches-item.color-white,
.gf-swatches-single-wrap .swatches-color .swatches-item.color-white {
  border: 1px solid #f5f5f5;
}
.gf-swatches-wrap .swatches-color .swatches-item:before,
.gf-swatches-single-wrap .swatches-color .swatches-item:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  display: block;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 1px solid;
  border-color: rgba(51, 51, 51, 0.4);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-swatches-wrap .swatches-color .swatches-item:not(.swatches-disabled):hover:before,
.gf-swatches-single-wrap .swatches-color .swatches-item:not(.swatches-disabled):hover:before,
.gf-swatches-wrap .swatches-color .swatches-item:not(.swatches-disabled):focus:before,
.gf-swatches-single-wrap .swatches-color .swatches-item:not(.swatches-disabled):focus:before,
.gf-swatches-wrap .swatches-color .swatches-item:not(.swatches-disabled):active:before,
.gf-swatches-single-wrap .swatches-color .swatches-item:not(.swatches-disabled):active:before,
.gf-swatches-wrap .swatches-color .swatches-item:not(.swatches-disabled).swatches-selected:before,
.gf-swatches-single-wrap .swatches-color .swatches-item:not(.swatches-disabled).swatches-selected:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gf-swatches-wrap .swatches-image img,
.gf-swatches-single-wrap .swatches-image img {
  width: 22px !important;
  height: 22px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 2px;
  position: relative;
  border: 1px solid transparent;
}
.gf-swatches-wrap .swatches-image .swatches-item:not(.swatches-disabled):hover img,
.gf-swatches-single-wrap .swatches-image .swatches-item:not(.swatches-disabled):hover img,
.gf-swatches-wrap .swatches-image .swatches-item:not(.swatches-disabled):focus img,
.gf-swatches-single-wrap .swatches-image .swatches-item:not(.swatches-disabled):focus img,
.gf-swatches-wrap .swatches-image .swatches-item:not(.swatches-disabled):active img,
.gf-swatches-single-wrap .swatches-image .swatches-item:not(.swatches-disabled):active img,
.gf-swatches-wrap .swatches-image .swatches-item:not(.swatches-disabled).swatches-selected img,
.gf-swatches-single-wrap .swatches-image .swatches-item:not(.swatches-disabled).swatches-selected img {
  border-color: rgba(51, 51, 51, 0.4);
}
.gf-swatches-wrap .swatches-inner,
.gf-swatches-single-wrap .swatches-inner {
  margin-top: 2px;
  margin-bottom: 2px;
}
.gf-swatches-wrap .swatches-inner .swatches-item,
.gf-swatches-single-wrap .swatches-inner .swatches-item {
  cursor: pointer;
}
.gf-swatches-wrap .swatches-inner .swatches-item.swatches-disabled,
.gf-swatches-single-wrap .swatches-inner .swatches-item.swatches-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.gf-swatches-wrap .swatches-inner + .swatches-inner,
.gf-swatches-single-wrap .swatches-inner + .swatches-inner {
  margin-top: 10px;
}
.gf-swatches-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}
.gf-swatches-wrap .reset_variations {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
}
.gf-swatches-wrap.swatches-empty {
  display: none !important;
}
.gf-swatches-wrap .swatches-text {
  font-size: 0;
  font-family: 'Libre Baskerville';
}
.gf-swatches-wrap .swatches-text .swatches-item {
  display: inline-block;
  font-size: 12px;
  text-transform: lowercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  padding: 2px 5px;
  margin: 2.5px;
}
.gf-swatches-wrap .swatches-text .swatches-item:not(.swatches-disabled):hover,
.gf-swatches-wrap .swatches-text .swatches-item:not(.swatches-disabled):focus,
.gf-swatches-wrap .swatches-text .swatches-item:not(.swatches-disabled):active,
.gf-swatches-wrap .swatches-text .swatches-item:not(.swatches-disabled).swatches-selected {
  color: #e4573d;
}
.product-small .gf-swatches-wrap {
  display: none;
}
.product-small .product-name {
  font-size: 15px;
}
.gf-swatches-single-wrap {
  position: static;
  text-align: left;
  padding: 0;
}
.gf-swatches-single-wrap .swatches-color .swatches-item {
  width: 18px;
  height: 18px;
}
.gf-swatches-single-wrap .swatches-color .swatches-item + .swatches-item {
  margin-left: 19px;
}
.gf-swatches-single-wrap .swatches-image img {
  width: 18px !important;
  height: 18px !important;
}
.gf-swatches-single-wrap .swatches-image .swatches-item + .swatches-item {
  margin-left: 19px;
}
.gf-swatches-single-wrap .swatches-text .swatches-item {
  font-size: 24px;
  color: #ababab;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-swatches-single-wrap .swatches-text .swatches-item:hover,
.gf-swatches-single-wrap .swatches-text .swatches-item:focus,
.gf-swatches-single-wrap .swatches-text .swatches-item:active,
.gf-swatches-single-wrap .swatches-text .swatches-item.swatches-selected {
  color: #333333;
}
.gf-swatches-single-wrap .swatches-text .swatches-item + .swatches-item {
  margin-left: 20px;
}
.gf-swatches-single-wrap table.variations td {
  vertical-align: top !important;
}
.gf-swatches-single-wrap .swatches-inner {
  display: inline-block;
  margin-right: 10px;
}
.gf-swatches-single-wrap .swatches-dropdown-color + .reset_variations,
.gf-swatches-single-wrap .swatches-dropdown-image + .reset_variations {
  position: relative;
  top: -4px;
}
.select2-container--default .select2-selection--single {
  height: 48px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #ededed;
  outline: none;
  border: none;
  background-color: #f8f8f8;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ababab;
  font-family: 'Libre Baskerville';
  line-height: 48px;
  padding-left: 20px;
  padding-right: 40px;
  font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  width: 40px;
}
.woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row {
  margin-bottom: 0;
}
.woocommerce form .woocommerce-terms-and-conditions-wrapper .form-row label {
  text-transform: none;
}
.rba-btn {
  padding: 9px 15px;
}
.rba-btn:hover {
  border-color: #e4573d !important;
  background-color: #e4573d !important;
  color: #ffffff !important;
}
.rba-action-read-book:before,
.rba-action-flip:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  content: '\f01e';
  font-weight: 900;
  font-size: 14px;
  margin-right: 5px;
}
.rba-action-read-book:before {
  content: "\f06e";
}
