/*
Theme Name:         G5Plus Oars
Theme URI:          http://themes.g5plus.net/oars/
Description:        Oars is a premium responsive WordPress theme created especially for Transport, Logistic & Transportation companies, offices. <a href="http://www.g5plus.net">Visit site</a>
Version:            2.8
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-oars
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 - Woocommerce
 * 9.0 - ShortCode
 * 10.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;
  padding: 0 20px;
  height: 60px;
  font-size: 18px;
}
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;
  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 + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
ul.search-popup-list .sa-post-title {
  color: #1a1a1a;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
}
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;
}
.search-popup-product-wrap {
  width: 1020px;
  margin: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100%;
  background-color: transparent !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.search-popup-product-wrap .search-popup-product {
  padding: 100px 125px 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;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-delay: 0.5s !important;
  -moz-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
}
.search-popup-product-wrap .search-popup-product-form {
  position: relative;
}
.search-popup-product-wrap .search-popup-product-form input {
  width: 100%;
  padding-right: 45px;
}
.search-popup-product-wrap .search-popup-product-form button {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 50px;
  background: transparent;
  border: none;
}
.mfp-move-from-top.mfp-ready .search-popup-product-wrap .search-popup-product {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.search-popup-product-result {
  width: 100%;
  max-height: 240px;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -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-product-result.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  margin-top: 60px;
  opacity: 1;
  visibility: visible;
}
ul.search-popup-product-list {
  margin-bottom: 0;
  margin-left: -15px;
  margin-right: -15px;
}
ul.search-popup-product-list .product-item-wrap {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin-bottom: 20px;
  list-style: none;
}
ul.search-popup-product-list .product-item-wrap:nth-child(2n+1) {
  clear: both;
}
ul.search-popup-product-list .sa-nothing {
  margin: 0 15px;
}
ul.search-popup-product-list .product-item-inner .product-thumb,
ul.search-popup-product-list .product-item-inner .product-info {
  display: table-cell;
  vertical-align: middle;
}
ul.search-popup-product-list .product-item-inner .product-thumb {
  width: 120px;
  border: none !important;
}
ul.search-popup-product-list .product-item-inner .product-info {
  padding-left: 30px;
}
ul.search-popup-product-list .product-item-inner .product-info .product-name {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}
ul.search-popup-product-list .product-item-inner .product-info ins {
  font-size: 16px;
}
.search-product-popup-footer {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .search-popup-product-wrap {
    width: 840px;
  }
  .search-popup-product-wrap .search-popup-product {
    padding: 90px 100px 100px;
  }
}
@media (max-width: 767px) {
  .search-popup-product-wrap {
    width: 600px;
  }
  .search-popup-product-wrap .search-popup-product {
    padding: 90px 100px 100px;
  }
  ul.search-popup-product-list .product-item-wrap {
    width: 100%;
    float: none;
    list-style: none;
  }
}
@media (max-width: 599px) {
  .search-popup-product-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .search-popup-product-wrap .search-popup-product {
    padding: 50px 20px;
  }
  ul.search-popup-product-list .product-item-inner .product-thumb {
    width: 100px;
  }
  ul.search-popup-product-list .product-item-inner .product-info {
    padding-left: 15px;
  }
}
/**
* 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 .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;
}
#gsf-wrapper .vc_col-has-fill > .vc_column-inner,
#gsf-wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#gsf-wrapper [class*="vc_column-gap-"] > .vc_column_container {
  padding-top: 0;
  padding-bottom: 0;
}
#gsf-wrapper .vc_row > .gsf-container,
#gsf-wrapper #primary-content:not(.gsf-content-full-width) .gsf-container {
  padding-left: 0;
  padding-right: 0;
}
.container {
  max-width: 100%;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.gsf-bg-overlay-wrap {
  position: relative !important;
  z-index: 1;
}
.gsf-bg-overlay-wrap .gsf-bg-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  content: '';
  z-index: 1;
}
.gsf-bg-overlay-wrap .wpb_wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vc_row.vc_row-flex > .gsf-container {
    width: 100%;
  }
}
.vc_row.vc_row-flex > .gsf-container {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .gsf-container:after,
.vc_row.vc_row-flex > .gsf-container:before {
  display: none;
}
.vc_row.vc_row-flex > .gsf-container > .vc_column_container {
  display: flex;
}
.vc_ie-flexbox-fixer > .gsf-container,
.vc_row.vc_row-flex > .gsf-container > .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 > .gsf-container > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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 > .gsf-container > .vc_column_container > .vc_column-inner > * {
    min-height: 1em;
  }
}
.vc_row.vc_row-o-columns-stretch > .gsf-container {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.vc_row.vc_row-o-columns-top > .gsf-container {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom > .gsf-container {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-columns-middle > .gsf-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .gsf-container::after,
.vc_row.vc_row-o-columns-middle > .gsf-container::after,
.vc_row.vc_row-o-columns-top > .gsf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_row-o-content-top > .gsf-container > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .gsf-container > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom > .gsf-container > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .gsf-container > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle > .gsf-container > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .gsf-container > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_ie-flexbox-fixer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vc_ie-flexbox-fixer > .vc_row > .gsf-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.vc_row.vc_column-gap-1 > .gsf-container > .vc_column_container {
  padding: .5px;
}
.vc_row.vc_column-gap-2 > .gsf-container > .vc_column_container {
  padding: 1px;
}
.vc_row.vc_column-gap-3 > .gsf-container > .vc_column_container {
  padding: 1.5px;
}
.vc_row.vc_column-gap-4 > .gsf-container > .vc_column_container {
  padding: 2px;
}
.vc_row.vc_column-gap-5 > .gsf-container > .vc_column_container {
  padding: 2.5px;
}
.vc_row.vc_column-gap-10 > .gsf-container > .vc_column_container {
  padding: 5px;
}
.vc_row.vc_column-gap-15 > .gsf-container > .vc_column_container {
  padding: 7.5px;
}
.vc_row.vc_column-gap-20 > .gsf-container > .vc_column_container {
  padding: 10px;
}
.vc_row.vc_column-gap-25 > .gsf-container > .vc_column_container {
  padding: 12.5px;
}
.vc_row.vc_column-gap-30 > .gsf-container > .vc_column_container {
  padding: 15px;
}
.vc_row.vc_column-gap-35 > .gsf-container > .vc_column_container {
  padding: 17.5px;
}
.vc_section.vc_section-flex > .gsf-container {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.vc_section.vc_section-flex > .gsf-container:after,
.vc_section.vc_section-flex > .gsf-container:before {
  display: none;
}
.vc_section.vc_section-o-content-top > .gsf-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_section.vc_section-o-content-bottom > .gsf-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_section.vc_section-o-content-middle > .gsf-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_section.vc_section-o-content-bottom > .gsf-container::after,
.vc_section.vc_section-o-content-middle > .gsf-container::after,
.vc_section.vc_section-o-content-top > .gsf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_column-gap-1 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-1 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: .5px;
  padding-right: .5px;
}
.vc_row.vc_column-gap-2 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-2 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px;
}
.vc_row.vc_column-gap-3 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-3 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.vc_row.vc_column-gap-4 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-4 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px;
}
.vc_row.vc_column-gap-5 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-5 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.vc_row.vc_column-gap-10 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-10 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_row.vc_column-gap-15 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-15 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.vc_row.vc_column-gap-20 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-20 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_row.vc_column-gap-25 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-25 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.vc_row.vc_column-gap-30 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-30 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_column-gap-35 > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-35 > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column,
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .gsf-container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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 > .gsf-container > .vc_column_container {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.vc_row.vc_row-o-content-top > .gsf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .gsf-container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.vc_row.vc_row-o-content-bottom > .gsf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .gsf-container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc_row.vc_row-o-content-middle > .gsf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .gsf-container > .vc_vc_column_inner > .vc_column_container > .vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .gsf-container > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.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;
}
#gsf-wrapper {
  position: relative;
  overflow: hidden;
}
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 {
  border: 1px solid;
  line-height: 1;
  max-width: 100%;
  height: 50px;
  background: transparent;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select:focus {
  border-color: #91ac41 !important;
}
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;
  outline: none;
  z-index: 1;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0 !important;
  border: 1px solid #F7EEE2;
  background: #FBFAF8;
  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: #91ac41;
  background: #fff;
}
input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
  content: '\f00c';
  font-family: FontAwesome;
  display: block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  color: #91ac41;
  font-size: 10px;
  text-align: center;
  font-weight: 400;
}
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: 991px) {
  .gsf-hidden-mobile {
    display: none;
  }
}
.gsf-border-bottom {
  border-bottom: 1px solid;
  border-color: inherit;
}
.gsf-border-top {
  border-top: 1px solid;
  border-color: inherit;
}
/**
* Toggle Icon
* ----------------------------------------------------------------------------
*/
.gsf-toggle-icon {
  cursor: pointer;
  display: inline-block;
  height: 21px;
  position: relative;
  vertical-align: middle;
  width: 21px;
}
.gsf-toggle-icon > span {
  background: #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transition: background 0.3s 0s ease-in-out;
  -moz-transition: background 0.3s 0s ease-in-out;
  -ms-transition: background 0.3s 0s ease-in-out;
  -o-transition: background 0.3s 0s ease-in-out;
  transition: background 0.3s 0s ease-in-out;
}
.gsf-toggle-icon > span:after,
.gsf-toggle-icon > span:before {
  background-color: #000;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  transition: top 0.3s 0.6s ease-in-out, transform 0.3s ease-in-out, background 0.3s 0s ease-in-out;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  transform-origin: 50% 50% center;
}
.gsf-toggle-icon > span:before {
  top: 7px;
}
.gsf-toggle-icon > span:after {
  top: -7px;
}
.gsf-toggle-icon.in > span {
  background: transparent !important;
}
.gsf-toggle-icon.in > span:after,
.gsf-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 0s ease-in-out;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s 0s ease-in-out;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s 0s ease-in-out;
  top: 0;
}
.gsf-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);
}
.gsf-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);
}
/**
* Canvas Sidebar
* ----------------------------------------------------------------------------
*/
.canvas-sidebar-wrapper,
.canvas-menu-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;
  z-index: 100000;
  left: 0;
  visibility: hidden;
  border-top: 30px solid transparent !important;
  border-bottom: 30px solid transparent !important;
  padding: 110px 100px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.canvas-sidebar-wrapper.right,
.canvas-menu-wrapper.right {
  right: 0;
  left: auto;
  visibility: visible;
  -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.left,
.canvas-menu-wrapper.left {
  -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,
.canvas-menu-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-sidebar-wrapper {
  width: 600px;
}
.canvas-sidebar-wrapper.right {
  margin-right: -600px;
}
.canvas-sidebar-wrapper.left {
  margin-left: -600px;
}
#canvas-filter-wrapper.canvas-sidebar-wrapper {
  padding-top: 50px;
}
.canvas-menu-wrapper {
  width: 300px;
  padding: 30px 0 0;
}
.canvas-menu-wrapper .primary-menu,
.canvas-menu-wrapper .header-customize {
  display: block;
  width: auto !important;
}
.canvas-menu-wrapper .canvas-menu-above {
  display: table;
  width: 100%;
  text-align: center;
}
.canvas-menu-wrapper .header-customize {
  padding: 60px 30px 0;
  text-align: center;
}
.canvas-menu-wrapper .header-customize > li {
  display: block;
  padding-left: 0 !important;
  margin-right: 0 !important;
}
.canvas-menu-wrapper .header-customize > li + li {
  margin-top: 10px;
}
.canvas-menu-wrapper.right {
  margin-right: -300px;
}
.canvas-menu-wrapper.left {
  margin-left: -300px;
}
.right .canvas-sidebar-close {
  position: absolute;
  top: 25px;
  right: 55px;
  max-width: 20px;
}
.left .canvas-sidebar-close {
  position: absolute;
  top: 15px;
  right: 35px;
  max-width: 20px;
}
.right .canvas-menu-close {
  position: absolute;
  top: 0;
  left: 25px;
  max-width: 20px;
}
.canvas-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(39, 39, 47, 0.8);
  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);
}
.canvas-overlay ~ .canvas-overlay {
  display: none;
}
body.off-canvas-in .canvas-overlay {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
.canvas-sidebar-wrapper.in,
.canvas-menu-wrapper.in {
  margin: 0;
  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,
.canvas-menu-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;
}
@media (max-width: 1440px) {
  .canvas-sidebar-wrapper,
  .canvas-menu-wrapper {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .canvas-sidebar-wrapper {
    width: 400px;
    padding: 60px 50px 0;
    border-top: none !important;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
}
@media (max-width: 479px) {
  .canvas-sidebar-wrapper {
    width: 300px;
    padding: 60px 30px 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
}
/**
* Background Color Overlay
* ----------------------------------------------------------------------------
*/
.gsf-section-bg-overlay {
  position: relative;
}
.gsf-section-bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/**
* Table Cell Layout
* ----------------------------------------------------------------------------
*/
.gsf-table-cell-right,
.gsf-table-cell-left {
  display: inline-block;
}
.gsf-table-cell {
  display: table;
  width: 100%;
  line-height: 0;
}
.gsf-table-cell .gsf-table-cell-item {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.gsf-table-cell .gsf-table-cell-left {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.gsf-table-cell .gsf-table-cell-right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
/**
* 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.gsf-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul.gsf-inline > li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.gsf-inline > li:last-child {
  margin-right: 0 !important;
}
.gsf-hover-circle {
  position: relative;
}
.gsf-hover-circle:after,
.gsf-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.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid;
  border-color: inherit;
}
.gsf-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;
}
.gsf-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
 * ----------------------------------------------------------------------------
 */
.gsf-gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gsf-gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gsf-gutter-0 > article,
.gsf-gutter-30 > .gallery-item {
  padding-bottom: 0;
}
.gsf-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gsf-gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gsf-gutter-10 > article,
.gsf-gutter-10 > .gallery-item {
  padding-bottom: 10px;
}
.gsf-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gsf-gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gsf-gutter-20 > article,
.gsf-gutter-20 > .gallery-item {
  padding-bottom: 20px;
}
.gsf-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-gutter-30 > article,
.gsf-gutter-30 > .gallery-item {
  padding-bottom: 30px;
}
/**
* No Result
* ----------------------------------------------------------------------------
*/
.gsf-no-results {
  text-align: center;
}
.gsf-no-results .search-form {
  display: inline-block;
}
.gsf-no-results .search-form .search-field {
  width: 350px;
}
.gsf-no-results > p {
  font-size: 14px;
}
.gsf-no-results h2 {
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 10px;
}
.gsf-no-results h2 span {
  position: relative;
  display: inline-block;
}
.gsf-no-results h2 span:after,
.gsf-no-results h2 span:before {
  content: '';
  display: block;
  border-top: 1px solid #f5f6fb;
  position: absolute;
  width: 1000px;
  top: 50%;
}
.gsf-no-results h2 span:after {
  right: 100%;
  margin-right: 30px;
}
.gsf-no-results h2 span:before {
  left: 100%;
  margin-left: 30px;
}
.gsf-no-widget-content,
.gsf-content-block-none {
  padding: 10px;
  border: 2px dashed;
}
.gsf-no-widget-content.dark,
.gsf-content-block-none.dark {
  border: none;
  background-color: #222;
  color: #eee;
  padding: 20px 0;
}
.gsf-404-wrap {
  text-align: center;
}
.gsf-404-wrap h2 {
  font-size: 25.0em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0;
}
.gsf-404-wrap h4 {
  font-size: 3.43em;
}
@media (max-width: 992px) {
  .gsf-404-wrap {
    text-align: center;
  }
  .gsf-404-wrap h2 {
    font-size: 15em;
  }
  .gsf-404-wrap h4 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .gsf-404-wrap h2 {
    font-size: 8rem;
  }
  .gsf-404-wrap h4 {
    font-size: 1.5em;
  }
}
/**
* Owl Carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  color: #27272f;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid #e5e6ec;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*&.disabled {
                .opacity(1);
                background-color: rgba(35, 34, 34, 0.5);
            }*/
}
.owl-carousel.owl-theme > .owl-nav [class*='owl-']:hover {
  border-color: #91ac41;
  color: #fff;
}
.owl-carousel.carousel-3d {
  overflow: hidden;
  /* padding-top: 100px;
     padding-bottom: 100px;
     margin-top: -100px;*/
}
.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 .entry-thumbnail-overlay:after,
.owl-carousel.carousel-3d .owl-item.active.center .gallery-content {
  opacity: 1;
}
.owl-carousel.carousel-3d .owl-item.active.center .gallery-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.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;
}
.gsf-heading-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
}
.mfp-wrap {
  z-index: 999999;
}
.gsf-pretty-tabs {
  opacity: 0;
}
.gsf-pretty-tabs-initialized {
  opacity: 1;
}
.nav-tabs {
  margin-bottom: 60px !important;
  padding-left: 0 !important;
  font-size: 0;
  border: none;
}
.nav-tabs > li {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.nav-tabs > li > a {
  padding: 5px 27px;
  border: 1px solid #e5e6ec;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
  margin-right: 0;
  text-transform: uppercase;
  color: #8b8b99;
  font-weight: 500;
  line-height: 20px;
}
.nav-tabs li + li {
  padding-left: 10px;
}
.nav-tabs li .dropdown-menu li {
  padding-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #91ac41;
  color: #ffffff;
  border-color: #91ac41;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #91ac41;
  color: #ffffff;
  border-color: #91ac41;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #91ac41;
  border-color: #91ac41;
  color: #ffffff;
}
#popup-product-quick-view-wrapper {
  background: transparent !important;
}
#gsf-popup-login-wrapper,
#gsf-popup-mailchimp-wrapper {
  background: transparent !important;
}
#gsf-popup-login-wrapper.modal .modal-dialog,
#gsf-popup-mailchimp-wrapper.modal .modal-dialog {
  -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: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#gsf-popup-login-wrapper .modal-content,
#gsf-popup-mailchimp-wrapper .modal-content {
  -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;
}
#gsf-popup-login-wrapper.in .modal-content,
#gsf-popup-mailchimp-wrapper.in .modal-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*
Hover Effect
----------------------------------------
*/
.gsf-hover-jazz .entry-thumbnail,
.gsf-hover-layla .entry-thumbnail,
.gsf-hover-suprema .entry-thumbnail,
.gsf-hover-bubba .entry-thumbnail {
  overflow: hidden;
}
.gsf-hover-jazz .entry-thumbnail:after,
.gsf-hover-layla .entry-thumbnail:after,
.gsf-hover-suprema .entry-thumbnail:after,
.gsf-hover-bubba .entry-thumbnail:after,
.gsf-hover-jazz .entry-thumbnail:before,
.gsf-hover-layla .entry-thumbnail:before,
.gsf-hover-suprema .entry-thumbnail:before,
.gsf-hover-bubba .entry-thumbnail:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  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;
}
.gsf-hover-jazz:hover .entry-thumbnail:after,
.gsf-hover-layla:hover .entry-thumbnail:after,
.gsf-hover-suprema:hover .entry-thumbnail:after,
.gsf-hover-bubba:hover .entry-thumbnail:after,
.gsf-hover-jazz:hover .entry-thumbnail:before,
.gsf-hover-layla:hover .entry-thumbnail:before,
.gsf-hover-suprema:hover .entry-thumbnail:before,
.gsf-hover-bubba:hover .entry-thumbnail:before {
  opacity: 1;
}
.gsf-hover-layla .entry-thumbnail:after,
.gsf-hover-bubba .entry-thumbnail: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;
}
.gsf-hover-layla .entry-thumbnail:before,
.gsf-hover-bubba .entry-thumbnail: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;
}
.gsf-hover-layla:hover .entry-thumbnail:after {
  left: 15px;
  right: 15px;
}
.gsf-hover-layla:hover .entry-thumbnail:before {
  top: 15px;
  bottom: 15px;
}
.gsf-hover-suprema .entry-thumbnail:before,
.gsf-hover-suprema .entry-thumbnail:after {
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  -moz-transition: opacity 0.2s ease, -moz-transform 0s 0.2s;
  -ms-transition: opacity 0.2s ease, -ms-transform 0s 0.2s;
  -o-transition: opacity 0.2s ease, -o-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gsf-hover-suprema .entry-thumbnail:before {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 50%;
}
.gsf-hover-suprema .entry-thumbnail:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.gsf-hover-suprema:hover .entry-thumbnail:before {
  -webkit-transition: opacity 0.3s ease 50ms, -webkit-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -moz-transition: opacity 0.3s ease 50ms, -moz-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -ms-transition: opacity 0.3s ease 50ms, -ms-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: opacity 0.3s ease 50ms, -o-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  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);
}
.gsf-hover-suprema:hover .entry-thumbnail:after {
  -webkit-transition: opacity 0.4s ease, -webkit-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -moz-transition: opacity 0.4s ease, -moz-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -ms-transition: opacity 0.4s ease, -ms-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -o-transition: opacity 0.4s ease, -o-transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  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);
}
.gsf-hover-bubba:hover .entry-thumbnail:after {
  left: 25px;
  right: 25px;
}
.gsf-hover-bubba:hover .entry-thumbnail:before {
  top: 25px;
  bottom: 25px;
}
.gsf-hover-jazz .entry-thumbnail:before {
  width: 100%;
  height: 100%;
  top: 0;
  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);
}
.gsf-hover-jazz:hover .entry-thumbnail: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);
}
.gsf-col-base {
  width: 1.666666666666667%;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
@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]:not(.search-popup-product-wrap) {
  position: relative;
}
[data-items-wrapper]:not(.search-popup-product-wrap) .gsf-content-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-items-wrapper]:not(.search-popup-product-wrap) .gsf-content-loading:before,
[data-items-wrapper]:not(.search-popup-product-wrap) .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 #e5e6ec;
  border-left: 2px solid #27272f;
  border-right: 2px solid #27272f;
  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]:not(.search-popup-product-wrap) .gsf-content-loading:after {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
[data-items-wrapper]:not(.search-popup-product-wrap).loading .gsf-content-loading:before,
[data-items-wrapper]:not(.search-popup-product-wrap).loading .gsf-content-loading:after {
  opacity: 1;
  visibility: visible;
  animation: load-spin 500ms infinite linear;
  -webkit-animation: load-spin 500ms infinite linear;
}
.gsf-page-title {
  background-color: #f9f9f9;
}
.page-title-inner {
  padding: 150px 0;
}
.page-title-inner h1 {
  margin: 0;
  font-size: 36px;
}
ul.gsf-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 24px;
  margin-top: 10px;
}
ul.gsf-breadcrumbs li {
  display: inline-block;
  color: #91ac41;
}
ul.gsf-breadcrumbs li a {
  color: inherit;
}
ul.gsf-breadcrumbs li a:hover,
ul.gsf-breadcrumbs li a:focus,
ul.gsf-breadcrumbs li a:active {
  text-decoration: none;
  color: #91ac41;
}
ul.gsf-breadcrumbs li.breadcrumb-prefix {
  margin-right: 5px;
}
ul.gsf-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.gsf-breadcrumbs li.breadcrumb-sep:last-child {
  display: none;
}
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  font-weight: 600;
  position: relative;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 14px 23px;
  font-size: 14px;
  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.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;
}
.wp-block-button__link.btn-outline,
input[type="submit"].btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
.btn.btn-outline {
  border-width: 1px;
  padding: 14px 23px;
}
.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;
}
.wp-block-button__link:not(.has-background):not(.has-text-color),
input[type="submit"],
input[type="button"],
input[type="reset"] {
  color: #ffffff;
  background-color: #91ac41;
  border-color: #91ac41;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color):hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #ffffff;
  background-color: #23232a;
  border-color: #23232a;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).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,
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] 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,
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,
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] 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.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,
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] input[type="submit"].focus,
fieldset[disabled] input[type="button"].focus,
fieldset[disabled] input[type="reset"].focus {
  background-color: #91ac41;
  border-color: #91ac41;
}
.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: #91ac41;
}
.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: #91ac41;
}
.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: 9px 13px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-xs.btn-outline {
  border-width: 1px;
  padding: 9px 13px;
}
.btn.btn-sm {
  padding: 9px 34px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-sm.btn-outline {
  border-width: 1px;
  padding: 9px 34px;
}
.btn.btn-md {
  padding: 14px 23px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-md.btn-outline {
  border-width: 1px;
  padding: 14px 23px;
}
.btn.btn-lg {
  padding: 14px 42px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-lg.btn-outline {
  border-width: 1px;
  padding: 14px 42px;
}
.btn.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link,
.btn.btn-round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.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-primary {
  color: #ffffff;
  background-color: #91ac41;
  border-color: #91ac41;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #0a0904;
  border-color: #0a0904;
}
.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.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #91ac41;
  border-color: #91ac41;
}
.btn.btn-primary.btn-outline {
  color: #91ac41;
  background-color: transparent;
  border-color: #91ac41;
}
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:hover {
  color: #ffffff;
  background-color: #91ac41;
  border-color: #91ac41;
}
.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.focus,
.btn.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-outline.focus {
  background-color: transparent;
  border-color: #91ac41;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #27272f;
  border-color: #27272f;
}
.btn.btn-gray:focus,
.btn.btn-gray:hover {
  color: #27272f;
  background-color: #ffffff;
  border-color: #27272f;
}
.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.focus,
.btn.btn-gray[disabled].focus,
fieldset[disabled] .btn.btn-gray.focus {
  background-color: #27272f;
  border-color: #27272f;
}
.btn.btn-gray.btn-outline {
  color: #8b8b99;
  background-color: transparent;
  border-color: #8b8b99;
}
.btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline:hover {
  color: #ffffff;
  background-color: #8b8b99;
  border-color: #8b8b99;
}
.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.focus,
.btn.btn-gray.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-gray.btn-outline.focus {
  background-color: transparent;
  border-color: #8b8b99;
}
.btn-container.btn-inline {
  display: inline-block;
  vertical-align: bottom;
}
ul.gsf-social-icon {
  font-size: 12px;
  padding: 0 !important;
}
ul.gsf-social-icon > li {
  margin-right: 3px;
  display: inline-block;
}
ul.social-icon-circle > li > a {
  width: 24px;
  height: 24px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: transparent;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.social-icon-circle > li > a > i {
  line-height: 24px;
}
ul.social-icon-circle > li > a:hover {
  background: #91ac41 !important;
  color: #fff !important;
}
ul.social-icon-square {
  width: 150px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
ul.social-icon-square > li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid;
}
ul.social-icon-square > li:last-child {
  border-bottom: none;
}
ul.social-icon-square > li > a {
  text-transform: uppercase;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  width: 100%;
  padding: 0 20px;
  height: 40px;
  text-align: left;
  line-height: 40px;
  -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-square > li > a i {
  margin-right: 5px !important;
  line-height: 40px;
}
ul.social-icon-square > li > a:hover,
ul.social-icon-square > li > a:focus {
  background: #91ac41 !important;
  color: #ffffff !important;
}
ul.social-icon-circle-outline > li > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f5f6fb;
  font-size: 14px;
  -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 {
  background: #91ac41 !important;
  color: #ffffff !important;
}
ul.social-icon-inline > li {
  display: block;
  margin-right: 0;
}
ul.social-icon-inline > li > a {
  -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-inline > li > a i {
  margin-right: 10px !important;
}
/**
 * 3.0 - Typography
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Poppins';
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  color: #8b8b99;
  position: relative;
  line-height: 1.6;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
}
iframe {
  max-width: 100%;
}
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 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
h5 > a:hover,
h6 > a:hover,
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
h5 > a:focus,
h6 > a:focus,
h1 > a:active,
h2 > a:active,
h3 > a:active,
h4 > a:active,
h5 > a:active,
h6 > a:active {
  text-decoration: none;
  color: #91ac41;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
}
h1 {
  font-family: 'Poppins';
  font-size: 72px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
}
h2 {
  font-family: 'Poppins';
  font-size: 42px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
h3 {
  font-family: 'Poppins';
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
h4 {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
}
h5 {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}
h6 {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::-moz-selection {
  background-color: #91ac41;
  color: #ffffff;
}
::selection {
  background-color: #91ac41;
  color: #ffffff;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.alignleft {
  margin: 5px 20px 15px 0;
  float: left;
}
.gsf-padding-1-1 {
  margin-left: 5%;
  margin-right: 5%;
}
.gsf-padding-0-1 {
  margin-right: 5%;
}
.rtl .gsf-padding-0-1 {
  margin-right: auto;
  margin-left: 5%;
}
.gsf-padding-1-0 {
  margin-left: 5%;
}
.rtl .gsf-padding-1-0 {
  margin-left: auto;
  margin-right: 5%;
}
.gsf-padding-2-2 {
  margin-left: 10%;
  margin-right: 10%;
}
.gsf-padding-2-1 {
  margin-left: 10%;
  margin-right: 5%;
}
.rtl .gsf-padding-2-1 {
  margin-left: 5%;
  margin-right: 10%;
}
.gsf-padding-1-2 {
  margin-left: 5%;
  margin-right: 10%;
}
.rtl .gsf-padding-1-2 {
  margin-left: 10%;
  margin-right: 5%;
}
.gsf-padding-0-2 {
  margin-right: 10%;
}
.rtl .gsf-padding-0-2 {
  margin-left: 10%;
  margin-right: auto;
}
.gsf-padding-2-0 {
  margin-left: 10%;
}
.rtl .gsf-padding-2-0 {
  margin-left: auto;
  margin-right: 10%;
}
.gsf-padding-3-3 {
  margin-left: 15%;
  margin-right: 15%;
}
.gsf-padding-0-3 {
  margin-right: 15%;
}
.rtl .gsf-padding-0-3 {
  margin-right: auto;
  margin-left: 15%;
}
.gsf-padding-3-0 {
  margin-left: 15%;
}
.rtl .gsf-padding-3-0 {
  margin-left: auto;
  margin-right: 15%;
}
.gsf-padding-1-1,
.gsf-padding-1-0,
.gsf-padding-0-1,
.gsf-padding-2-2,
.gsf-padding-0-2,
.gsf-padding-2-0,
.gsf-padding-2-1,
.gsf-padding-1-2,
.gsf-padding-3-3 {
  position: relative;
}
.gsf-padding-1-1:after,
.gsf-padding-1-0:after,
.gsf-padding-0-1:after,
.gsf-padding-2-2:after,
.gsf-padding-0-2:after,
.gsf-padding-2-0:after,
.gsf-padding-2-1:after,
.gsf-padding-1-2:after,
.gsf-padding-3-3:after,
.gsf-padding-1-1:before,
.gsf-padding-0-1:before,
.gsf-padding-1-0:before,
.gsf-padding-2-2:before,
.gsf-padding-0-2:before,
.gsf-padding-2-0:before,
.gsf-padding-2-1:before,
.gsf-padding-1-2:before,
.gsf-padding-3-3:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #dadada;
  font-size: 20px;
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.gsf-padding-1-0:before,
.gsf-padding-1-1:before,
.gsf-padding-1-2:before {
  left: -6%;
  content: '\21E5';
}
.rtl .gsf-padding-1-0:before,
.rtl .gsf-padding-1-1:before,
.rtl .gsf-padding-1-2:before {
  left: auto;
  right: -6%;
}
.gsf-padding-0-1:after,
.gsf-padding-1-1:after,
.gsf-padding-2-1:after {
  right: -6%;
  content: '\21E4';
}
.rtl .gsf-padding-0-1:after,
.rtl .gsf-padding-1-1:after,
.rtl .gsf-padding-2-1:after {
  right: auto;
  left: -6%;
}
.gsf-padding-2-2:before,
.gsf-padding-2-1:before {
  content: '\21E5\21E5';
  left: -12%;
}
.rtl .gsf-padding-2-2:before,
.rtl .gsf-padding-2-1:before {
  left: auto;
  right: -12%;
}
.gsf-padding-2-2:after,
.gsf-padding-1-2:after {
  content: '\21E4\21E4';
  right: -12%;
}
.rtl .gsf-padding-2-2:after,
.rtl .gsf-padding-1-2:after {
  right: auto;
  left: -12%;
}
.gsf-padding-3-3:before {
  content: '\21E5\21E5\21E5';
  left: -22%;
}
.rtl .gsf-padding-3-3:before {
  left: auto;
  right: -22%;
}
.gsf-padding-3-3:after {
  content: '\21E4\21E4\21E4';
  right: -22%;
}
.rtl .gsf-padding-3-3:after {
  right: auto;
  left: -22%;
}
.mceContentBody.mceContentBody:hover .gsf-padding-1-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-0:after,
.mceContentBody.mceContentBody:hover .gsf-padding-0-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-0-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-0:after,
.mceContentBody.mceContentBody:hover .gsf-padding-2-1:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-2:after,
.mceContentBody.mceContentBody:hover .gsf-padding-3-3:after,
.mceContentBody.mceContentBody:hover .gsf-padding-1-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-0-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-1-0:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-0-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-0:before,
.mceContentBody.mceContentBody:hover .gsf-padding-2-1:before,
.mceContentBody.mceContentBody:hover .gsf-padding-1-2:before,
.mceContentBody.mceContentBody:hover .gsf-padding-3-3:before {
  opacity: 1;
}
.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: 'Streamster';
}
[class*="gsf-dropcap-"] {
  display: inline-block;
}
[class*="gsf-dropcap-"]::first-letter {
  display: inline-block;
  float: left;
  margin: 0 8px -10px 0;
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  font-weight: 600;
  text-transform: uppercase;
}
.gsf-dropcap-default::first-letter {
  height: 80px;
  line-height: 80px;
  padding-right: 12px;
  padding-bottom: 25px;
}
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter {
  color: #fff;
  padding: 0 11px;
}
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-square-outline::first-letter {
  background: transparent;
  border: 2px solid #91ac41;
  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: 'FontAwesome';
  font-style: normal;
  font-weight: 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;
}
.gaf-divider-large {
  border-top-width: 2px;
}
.alert.gsf-alert {
  border-color: #ddd;
  background-color: #eee;
}
.gsf-entry-content h1,
.gsf-entry-content h2,
.gsf-entry-content h3,
.gsf-entry-content h4,
.gsf-entry-content h5,
.gsf-entry-content h6,
.gsf-entry-content p,
.gsf-entry-content hr,
.gsf-entry-content dl,
.gsf-entry-content blockquote,
.gsf-entry-content table,
.gsf-entry-content ul,
.gsf-entry-content ol,
.gsf-entry-content address,
.gsf-entry-content pre,
.gsf-entry-content figure {
  margin-bottom: 20px;
}
.gsf-entry-content h1:last-child,
.gsf-entry-content h2:last-child,
.gsf-entry-content h3:last-child,
.gsf-entry-content h4:last-child,
.gsf-entry-content h5:last-child,
.gsf-entry-content h6:last-child,
.gsf-entry-content p:last-child,
.gsf-entry-content hr:last-child,
.gsf-entry-content dl:last-child,
.gsf-entry-content blockquote:last-child,
.gsf-entry-content table:last-child,
.gsf-entry-content ul:last-child,
.gsf-entry-content ol:last-child,
.gsf-entry-content address:last-child,
.gsf-entry-content pre:last-child,
.gsf-entry-content figure:last-child {
  margin-bottom: 0;
}
.gsf-entry-content iframe {
  max-width: 100%;
}
.gsf-entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #e5e6ec;
  clear: both;
}
.gsf-entry-content table {
  border: 1px solid #e5e6ec;
}
.gsf-entry-content td,
.gsf-entry-content th {
  padding: 8px;
  border: 1px solid #e5e6ec;
  vertical-align: top;
}
.gsf-entry-content thead th {
  font-weight: bold;
  vertical-align: bottom;
  color: #27272f;
  background-color: #f5f6fb;
}
.gsf-entry-content thead:first-child > tr:first-child > td,
.gsf-entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.gsf-entry-content dt,
.gsf-entry-content dd {
  line-height: 2;
}
.gsf-entry-content dd {
  margin-bottom: 15px;
}
.gsf-entry-content ul,
.gsf-entry-content ol {
  padding-left: 30px;
}
.gsf-entry-content li {
  line-height: 1.8;
}
.gsf-entry-content li > ul,
.gsf-entry-content li > ol {
  margin-bottom: 0;
}
.gsf-entry-content address {
  line-height: 1.8;
  font-style: italic;
}
.gsf-entry-content .wp-block-code,
.gsf-entry-content pre {
  padding: 15px;
  background-color: #f5f6fb;
  color: #27272f;
  border-color: #e5e6ec;
}
.gsf-entry-content .wp-block-code code,
.gsf-entry-content pre code {
  font-family: inherit;
}
.gsf-entry-content label {
  vertical-align: top;
}
.gsf-entry-content figure,
.gsf-entry-content img {
  max-width: 100%;
  height: auto;
}
.gsf-entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px;
}
.gsf-entry-content figure.aligncenter {
  margin: 20px auto;
}
.gsf-entry-content figure.aligncenter img {
  display: inline-block;
}
.gsf-entry-content .wp-caption-text,
.gsf-entry-content figcaption {
  font-size: 13px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.gsf-entry-content .gallery-caption {
  background-color: transparent !important;
  border: none;
  padding: 0;
  text-align: center;
}
.gsf-entry-content blockquote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid;
  padding-left: 1em;
  border-color: #27272f;
}
.gsf-entry-content .wp-block-quote.has-text-align-right.has-text-align-right {
  border-left: none;
  padding-left: 0;
  padding-right: 1em;
}
.gsf-entry-content .wp-block-quote cite,
.gsf-entry-content .wp-block-quote footer,
.gsf-entry-content .wp-block-quote__citation {
  color: #8b8b99;
}
.gsf-entry-content .twitter-tweet {
  width: 100% !important;
}
.gsf-entry-content .gallery {
  margin: 0 -5px 10px -5px;
}
.gsf-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%;
}
.gsf-entry-content .gallery-icon img {
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e6ec;
  padding: 5px;
}
.gsf-entry-content .gallery-icon img:hover {
  border-color: #91ac41 !important;
}
.gsf-entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gsf-entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gsf-entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gsf-entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gsf-entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gsf-entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gsf-entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gsf-entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gsf-entry-content .gallery-columns-6 .gallery-caption,
.gsf-entry-content .gallery-columns-7 .gallery-caption,
.gsf-entry-content .gallery-columns-8 .gallery-caption,
.gsf-entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}
.gsf-entry-content .page-links {
  float: left;
  width: 100%;
}
.gsf-entry-content .page-links span {
  display: inline-block;
  margin-right: 1px;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #e5e6ec;
  font-size: 12px;
  text-transform: uppercase;
}
.gsf-entry-content .bypostauthor,
.gsf-entry-content .sticky {
  color: inherit;
}
.gsf-entry-content ul.wp-block-gallery {
  padding: 0;
}
.gsf-entry-content .wp-block-pullquote {
  border-top: 4px solid #27272f;
  border-bottom: 4px solid #27272f;
  color: #27272f;
}
.gsf-entry-content .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
  padding-left: 0;
  border-left: none;
}
.gsf-entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.gsf-entry-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.gsf-entry-content .wp-block-button {
  margin-bottom: 20px;
}
.gsf-entry-content .wp-block-cover-image,
.gsf-entry-content .wp-block-cover {
  margin-bottom: 20px;
  color: #f8f9f9;
}
.gsf-entry-content .wp-block-cover-image p,
.gsf-entry-content .wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.gsf-entry-content .wp-block-cover-image a,
.gsf-entry-content .wp-block-cover a {
  color: inherit;
}
.gsf-entry-content .wp-block-embed {
  margin: 0 0 20px;
}
.gsf-entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.gsf-entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.gsf-entry-content .blocks-gallery-grid .blocks-gallery-image figcaption,
.gsf-entry-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent);
  font-style: normal;
  border: none;
  margin: 0;
}
.gsf-entry-content ul.blocks-gallery-grid {
  padding-left: 0 !important;
  margin: 0;
}
.gsf-entry-content ul.blocks-gallery-grid + .blocks-gallery-caption {
  margin: 0;
}
.gsf-entry-content .wp-block-media-text,
.gsf-entry-content .wp-block-group,
.gsf-entry-content .wp-block-search,
.gsf-entry-content .wp-block-categories,
.gsf-entry-content .wp-block-archives {
  margin-bottom: 20px;
}
.gsf-entry-content ul.wp-block-archives {
  padding: 0;
  list-style: none;
}
.gsf-entry-content ul.wp-block-archives li > a {
  color: inherit;
}
.gsf-entry-content ul.wp-block-archives li > span.count {
  margin-left: 5px;
}
.gsf-entry-content ol.wp-block-latest-comments {
  padding: 0;
}
.gsf-entry-content .wp-block-latest-posts.wp-block-latest-posts__list {
  padding: 0;
}
.gsf-entry-content .wp-block-latest-posts.wp-block-latest-posts__list li a {
  color: inherit;
}
.gsf-entry-content .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li {
  margin-bottom: 1rem;
}
.gsf-entry-content ul.wp-block-rss {
  padding: 0;
  list-style: none;
}
.gsf-entry-content ul.wp-block-categories {
  list-style: none;
  padding: 0;
}
.gsf-entry-content ul.wp-block-categories li a {
  color: inherit;
}
.gsf-entry-content ul.wp-block-categories ul.children {
  list-style: none;
}
.wp-block-search {
  position: relative;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  padding-right: 42px;
  max-width: 100%;
  height: 42px;
}
.wp-block-search .wp-block-search__button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  line-height: 42px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 0;
}
.wp-block-search .wp-block-search__button:before {
  content: "\f109";
  display: inline-block;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Flaticon;
  font-style: normal;
}
.wp-block-search .wp-block-search__button:hover {
  color: #91ac41;
}
.wp-block-search .wp-block-search__label {
  display: none;
}
.wc-block-product-search .wc-block-product-search__label {
  display: none;
}
.wc-block-product-search .wc-block-product-search__fields {
  position: relative;
}
.wc-block-product-search .wc-block-product-search__field {
  width: 100%;
  padding-right: 42px;
  padding-left: 15px;
  max-width: 100%;
  height: 42px;
}
.wc-block-product-search .wc-block-product-search__button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  line-height: 42px;
  width: 42px;
  height: 42px;
  text-align: center;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
}
.wc-block-product-search .wc-block-product-search__button svg {
  display: none;
}
.wc-block-product-search .wc-block-product-search__button:before {
  content: "\f109";
  display: inline-block;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Flaticon;
  font-style: normal;
}
/**
* 4.0 - Widget
* ----------------------------------------------------------------------------
*/
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget li {
  list-style: none;
}
.widget a:hover {
  text-decoration: none;
}
.widget .screen-reader-text {
  display: none;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget + .widget {
  margin-top: 40px;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.wc-block-product-categories li,
.wp-block-page-list li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  position: relative;
}
.wc-block-product-categories .count,
.wp-block-page-list .count,
.wp-block-categories-list .count,
.wp-block-archives-list .count,
.widget_archive .count,
.widget_categories .count,
.widget_nav_menu .count,
.widget_pages .count,
.widget_product_categories .count {
  margin-left: 5px;
}
.wc-block-product-categories li > a,
.wp-block-page-list li > a,
.wp-block-categories-list li > a,
.wp-block-archives-list li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a {
  display: inline-block;
  padding: 10px 0;
  color: inherit;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.wc-block-product-categories li li > a,
.wp-block-page-list li li > a,
.wp-block-categories-list li li > a,
.wp-block-archives-list li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a {
  padding-left: 25px;
}
.wc-block-product-categories li li li > a,
.wp-block-page-list li li li > a,
.wp-block-categories-list li li li > a,
.wp-block-archives-list li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a {
  padding-left: 50px;
}
.wc-block-product-categories li li li li > a,
.wp-block-page-list li li li li > a,
.wp-block-categories-list li li li li > a,
.wp-block-archives-list li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a {
  padding-left: 75px;
}
.wc-block-product-categories li > a:hover,
.wp-block-page-list li > a:hover,
.wp-block-categories-list li > a:hover,
.wp-block-archives-list li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover {
  padding-left: 5px;
}
.wc-block-product-categories li li > a:hover,
.wp-block-page-list li li > a:hover,
.wp-block-categories-list li li > a:hover,
.wp-block-archives-list li li > a:hover,
.widget_archive li li > a:hover,
.widget_categories li li > a:hover,
.widget_nav_menu li li > a:hover,
.widget_pages li li > a:hover,
.widget_product_categories li li > a:hover {
  padding-left: 30px;
}
.wc-block-product-categories li li li > a:hover,
.wp-block-page-list li li li > a:hover,
.wp-block-categories-list li li li > a:hover,
.wp-block-archives-list li li li > a:hover,
.widget_archive li li li > a:hover,
.widget_categories li li li > a:hover,
.widget_nav_menu li li li > a:hover,
.widget_pages li li li > a:hover,
.widget_product_categories li li li > a:hover {
  padding-left: 55px;
}
.wc-block-product-categories li li li li > a:hover,
.wp-block-page-list li li li li > a:hover,
.wp-block-categories-list li li li li > a:hover,
.wp-block-archives-list li li li li > a:hover,
.widget_archive li li li li > a:hover,
.widget_categories li li li li > a:hover,
.widget_nav_menu li li li li > a:hover,
.widget_pages li li li li > a:hover,
.widget_product_categories li li li li > a:hover {
  padding-left: 80px;
}
.wc-block-product-categories li > ul,
.wp-block-page-list li > ul,
.wp-block-categories-list li > ul,
.wp-block-archives-list li > ul,
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  display: none;
}
.wc-block-product-categories .cat-caret,
.wp-block-page-list .cat-caret,
.wp-block-categories-list .cat-caret,
.wp-block-archives-list .cat-caret,
.widget_archive .cat-caret,
.widget_categories .cat-caret,
.widget_nav_menu .cat-caret,
.widget_pages .cat-caret,
.widget_product_categories .cat-caret {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.wc-block-product-categories .cat-caret.in:before,
.wp-block-page-list .cat-caret.in:before,
.wp-block-categories-list .cat-caret.in:before,
.wp-block-archives-list .cat-caret.in:before,
.widget_archive .cat-caret.in:before,
.widget_categories .cat-caret.in:before,
.widget_nav_menu .cat-caret.in:before,
.widget_pages .cat-caret.in:before,
.widget_product_categories .cat-caret.in:before {
  content: '\f068';
}
.wc-block-product-categories .current_page_item > a,
.wp-block-page-list .current_page_item > a,
.wp-block-categories-list .current_page_item > a,
.wp-block-archives-list .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.wc-block-product-categories .current-cat > a,
.wp-block-page-list .current-cat > a,
.wp-block-categories-list .current-cat > a,
.wp-block-archives-list .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.wc-block-product-categories .current-menu-item > a,
.wp-block-page-list .current-menu-item > a,
.wp-block-categories-list .current-menu-item > a,
.wp-block-archives-list .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.wc-block-product-categories li > a:hover,
.wp-block-page-list li > a:hover,
.wp-block-categories-list li > a:hover,
.wp-block-archives-list li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover {
  color: #91ac41 !important;
}
.wc-block-product-categories .current_page_item > a + ul + span,
.wp-block-page-list .current_page_item > a + ul + span,
.wp-block-categories-list .current_page_item > a + ul + span,
.wp-block-archives-list .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.wc-block-product-categories .current-cat > a + ul + span,
.wp-block-page-list .current-cat > a + ul + span,
.wp-block-categories-list .current-cat > a + ul + span,
.wp-block-archives-list .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.wc-block-product-categories .current-menu-item > a + ul + span,
.wp-block-page-list .current-menu-item > a + ul + span,
.wp-block-categories-list .current-menu-item > a + ul + span,
.wp-block-archives-list .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.wc-block-product-categories li > a:hover + ul + span,
.wp-block-page-list li > a:hover + ul + span,
.wp-block-categories-list li > a:hover + ul + span,
.wp-block-archives-list li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span {
  color: #91ac41 !important;
}
.wc-block-product-categories .current_page_ancestor > ul,
.wp-block-page-list .current_page_ancestor > ul,
.wp-block-categories-list .current_page_ancestor > ul,
.wp-block-archives-list .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.wc-block-product-categories .current_page_parent > ul,
.wp-block-page-list .current_page_parent > ul,
.wp-block-categories-list .current_page_parent > ul,
.wp-block-archives-list .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.wc-block-product-categories .current-cat-parent > ul,
.wp-block-page-list .current-cat-parent > ul,
.wp-block-categories-list .current-cat-parent > ul,
.wp-block-archives-list .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.wc-block-product-categories .current-cat-ancestor > ul,
.wp-block-page-list .current-cat-ancestor > ul,
.wp-block-categories-list .current-cat-ancestor > ul,
.wp-block-archives-list .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul {
  display: block;
}
.widget_rss li + li,
.widget_recent_comments li + li,
.widget_meta li + li {
  margin-top: 10px;
}
.widget_rss li a:hover,
.widget_meta li a:hover,
.widget_text li a:hover {
  color: #91ac41 !important;
}
.widget_recent_comments li a {
  color: #59cca6;
}
.widget_recent_comments li a:hover {
  color: #91ac41 !important;
}
.widget_recent_entries li {
  list-style: none;
  padding: 10px 0;
  border-top: 1px solid;
}
.widget_recent_entries li:first-child {
  border-top: none;
  padding-top: 0;
}
.widget_recent_entries li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.widget_recent_entries li a:hover {
  color: #91ac41 !important;
}
.widget_recent_entries li span {
  font-size: 12px;
}
.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;
}
.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select,
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.wp-block-archives-dropdown label {
  display: none;
}
.widget_calendar .calendar_wrap caption {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  background-color: #f5f6fb;
  margin-bottom: 5px;
  text-align: center;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar td.active,
.widget_calendar #wp-calendar th {
  background-color: #f5f6fb;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #e5e6ec;
  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;
}
.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding-right: 42px;
}
.search-form .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  line-height: 42px;
  width: 42px;
  text-align: center;
}
.search-form .search-submit i {
  line-height: 42px;
  -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-form .search-submit i:before {
  font-size: 14px;
}
.search-form .search-submit:hover i {
  color: #91ac41;
}
.wp-block-tag-cloud,
.tagcloud {
  font-size: 0;
}
.wp-block-tag-cloud > a,
.tagcloud > a {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 12px !important;
  line-height: 20px;
  padding: 4px 7px;
  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;
}
.gsf-sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .gsf-sidebar-canvas {
    margin-top: 0;
    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: 99998;
    left: 0;
    padding: 0;
    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;
  }
  .gsf-sidebar-canvas .primary-sidebar-inner {
    height: 100%;
    position: relative;
    padding: 0 30px;
    border-top: 30px solid transparent !important;
    border-bottom: 30px solid transparent !important;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    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);
  }
  .gsf-sidebar-canvas.in {
    margin-left: 0;
    -webkit-box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0px 7px -3px rgba(0, 0, 0, 0.1);
    -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);
  }
  .gsf-sidebar-canvas.in .primary-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;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .gsf-sidebar-toggle {
    position: absolute;
    top: 300px;
    left: 100%;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #353535;
    color: #f7f7f7;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 0 4px 4px 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;
  }
}
.gsf-field-select-inner select {
  width: 100%;
}
.wp-block-group .wp-block-group__inner-container > h2,
.widget-title,
.wpb_heading {
  font-size: 16px;
  position: relative;
  margin-bottom: 40px !important;
}
.wp-block-group .wp-block-group__inner-container > h2:before,
.widget-title:before,
.wpb_heading:before,
.wp-block-group .wp-block-group__inner-container > h2:after,
.widget-title:after,
.wpb_heading:after {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #91ac41;
  bottom: -15px;
}
.wp-block-group .wp-block-group__inner-container > h2:before,
.widget-title:before,
.wpb_heading:before {
  width: 30px;
  left: 0;
}
.wp-block-group .wp-block-group__inner-container > h2:after,
.widget-title:after,
.wpb_heading:after {
  width: 2px;
  left: 32px;
}
/**
* Search Form
* ----------------------------------------------------------------------------
*/
input[type="search"].search-field {
  font-size: 14px;
  height: 42px;
}
.woocommerce-product-search {
  position: relative;
}
.woocommerce-product-search .search-field {
  width: 100%;
}
.woocommerce-product-search input[type="submit"] {
  position: absolute;
  background-color: transparent !important;
  border: none !important;
  top: 0;
  right: 0;
  line-height: 42px;
  padding: 0 15px;
  color: #8b8b99;
  -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-product-search input[type="submit"]:hover {
  color: #91ac41;
}
.gsf-price-filter li,
.gsf-product-sorting li {
  list-style-type: none;
  line-height: 26px;
}
.gsf-price-filter li.active,
.gsf-product-sorting li.active {
  color: #91ac41;
}
.gsf-price-filter li a:hover,
.gsf-product-sorting li a:hover {
  padding-left: 5px;
}
.gsf-attr-filter-wrap li {
  list-style-type: none;
  line-height: 26px;
}
.gsf-attr-filter-wrap.gsf-fiter-type-color i.filter-color {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.gsf-attr-filter-wrap:not(.gsf-fiter-type-select) li.active a {
  padding: 3px 8px;
  border: 1px solid #91ac41;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 90%;
  color: #91ac41;
}
.gsf-attr-filter-wrap.gsf-fiter-type-list ul {
  padding-left: 15px;
}
.gsf-attr-filter-wrap.gsf-fiter-type-list li {
  list-style-type: disc !important;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select {
  background-color: #f7f7f7;
  position: relative;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .filter-select-open {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .filter-select-open:after {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  right: 20px;
  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;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .gsf-attr-filter-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 10px 0 !important;
  display: none;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .gsf-attr-filter-content li {
  background-color: #f2f2f2;
  padding-left: 20px;
  padding-right: 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;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .gsf-attr-filter-content li a {
  display: block;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select .gsf-attr-filter-content li.active,
.gsf-attr-filter-wrap.gsf-fiter-type-select .gsf-attr-filter-content li:hover {
  background-color: #eee;
  color: #91ac41;
}
.gsf-attr-filter-wrap.gsf-fiter-type-select.opened .filter-select-open:after {
  content: '\f106';
}
.gsf-product-category-filter-wrap ul {
  margin-bottom: 0 !important;
  list-style-type: none;
}
.gsf-product-category-filter-wrap ul.children > li {
  padding-left: 10px;
}
.gsf-product-category-filter-wrap ul.gsf-product-category-filter {
  max-height: 260px;
  position: relative;
}
.gsf-product-category-filter-wrap ul li {
  line-height: 26px;
}
.gsf-product-category-filter li.active > a {
  color: #91ac41;
}
.gsf-product-category-filter-select {
  background-color: #f7f7f7;
  position: relative;
}
.gsf-product-category-filter-select .gsf-filter-open {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.gsf-product-category-filter-select .gsf-filter-open:after {
  position: absolute;
  content: '\f107';
  font-family: 'FontAwesome';
  display: block;
  right: 20px;
  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;
}
.gsf-product-category-filter-select .gsf-product-category-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  padding: 10px 0 !important;
  background-color: #f2f2f2;
}
.gsf-product-category-filter-select .gsf-product-category-filter li {
  background-color: #f2f2f2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-product-category-filter-select .gsf-product-category-filter li a {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.gsf-product-category-filter-select .gsf-product-category-filter li.active,
.gsf-product-category-filter-select .gsf-product-category-filter li:hover {
  background-color: #eee;
}
.gsf-product-category-filter-select .gsf-product-category-filter li.active > a,
.gsf-product-category-filter-select .gsf-product-category-filter li a:hover {
  color: #91ac41;
}
.gsf-product-category-filter-select.opened .gsf-filter-open:after {
  content: '\f106';
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.wc-block-product-categories li + li,
.wp-block-page-list li + li,
.wp-block-categories-list li + li,
.wp-block-archives-list li + li,
.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_pages li + li,
.widget_product_categories li + li {
  border-top: 1px solid;
}
.wc-block-product-categories li > ul,
.wp-block-page-list li > ul,
.wp-block-categories-list li > ul,
.wp-block-archives-list li > ul,
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  border-top: 1px solid;
}
.wc-block-product-categories > li:first-child .cat-caret,
.wp-block-page-list > li:first-child .cat-caret,
.wp-block-categories-list > li:first-child .cat-caret,
.wp-block-archives-list > li:first-child .cat-caret,
.widget_archive > li:first-child .cat-caret,
.widget_categories > li:first-child .cat-caret,
.widget_nav_menu > li:first-child .cat-caret,
.widget_pages > li:first-child .cat-caret,
.widget_product_categories > li:first-child .cat-caret {
  width: 27px !important;
  height: 27px !important;
  line-height: 27px !important;
}
.wc-block-product-categories > li:first-child > a,
.wp-block-page-list > li:first-child > a,
.wp-block-categories-list > li:first-child > a,
.wp-block-archives-list > li:first-child > a,
.widget_archive > li:first-child > a,
.widget_categories > li:first-child > a,
.widget_nav_menu > li:first-child > a,
.widget_pages > li:first-child > a,
.widget_product_categories > li:first-child > a {
  padding-top: 0;
}
.wc-block-product-categories .cat-caret,
.wp-block-page-list .cat-caret,
.wp-block-categories-list .cat-caret,
.wp-block-archives-list .cat-caret,
.widget_archive .cat-caret,
.widget_categories .cat-caret,
.widget_nav_menu .cat-caret,
.widget_pages .cat-caret,
.widget_product_categories .cat-caret {
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.wc-block-product-categories .cat-caret:before,
.wp-block-page-list .cat-caret:before,
.wp-block-categories-list .cat-caret:before,
.wp-block-archives-list .cat-caret:before,
.widget_archive .cat-caret:before,
.widget_categories .cat-caret:before,
.widget_nav_menu .cat-caret:before,
.widget_pages .cat-caret:before,
.widget_product_categories .cat-caret:before {
  content: '\f105';
}
.wc-block-product-categories .cat-caret.in:before,
.wp-block-page-list .cat-caret.in:before,
.wp-block-categories-list .cat-caret.in:before,
.wp-block-archives-list .cat-caret.in:before,
.widget_archive .cat-caret.in:before,
.widget_categories .cat-caret.in:before,
.widget_nav_menu .cat-caret.in:before,
.widget_pages .cat-caret.in:before,
.widget_product_categories .cat-caret.in:before {
  content: '\f107';
}
.wc-block-product-categories .current_page_item > a,
.wp-block-page-list .current_page_item > a,
.wp-block-categories-list .current_page_item > a,
.wp-block-archives-list .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.wc-block-product-categories .current-cat > a,
.wp-block-page-list .current-cat > a,
.wp-block-categories-list .current-cat > a,
.wp-block-archives-list .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.wc-block-product-categories .current-menu-item > a,
.wp-block-page-list .current-menu-item > a,
.wp-block-categories-list .current-menu-item > a,
.wp-block-archives-list .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.wc-block-product-categories li > a:hover,
.wp-block-page-list li > a:hover,
.wp-block-categories-list li > a:hover,
.wp-block-archives-list li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover {
  color: #91ac41 !important;
}
.wp-block-tag-cloud > a,
.tagcloud > a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
}
.wp-block-tag-cloud > a:hover,
.tagcloud > a:hover {
  color: #fff !important;
}
/* Twitter */
.widget-twitter .widget-twitter-item {
  padding: 15px 0;
  border-bottom: 1px solid;
}
.widget-twitter .widget-twitter-item:first-child {
  padding-top: 0;
}
.widget-twitter .widget-twitter-item .twitter-content {
  line-height: 1.7;
}
.widget-twitter .widget-twitter-item .twitter-meta {
  line-height: 1.85;
}
.widget-twitter .widget-twitter-item .twitter-meta i {
  float: left;
  margin-top: 3px;
  margin-right: 10px;
  color: #27272f;
  font-size: 14px;
}
.widget-twitter .widget-twitter-item .twitter-meta .twitter-date {
  overflow: hidden;
  font-size: 13px;
  font-weight: 600;
}
.widget-twitter .widget-twitter-item .twitter-meta .twitter-date span {
  color: #27272f;
  font-weight: 400;
}
/* 04 - mailchimp */
.widget .g5plus-mailchimp {
  text-align: left;
}
.widget .g5plus-mailchimp .input-mail .input i {
  line-height: 40px;
}
.widget .g5plus-mailchimp .input-mail .input input[type="email"] {
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.widget .g5plus-mailchimp .input-mail button {
  padding: 9px 34px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  width: auto !important;
}
.widget .g5plus-mailchimp .input-mail button.btn-outline {
  border-width: 1px;
  padding: 9px 34px;
}
.review-wrapper {
  border: none;
  font-size: 0;
}
.review-wrapper * {
  border: none !important;
}
.review-wrapper .review-title,
.review-wrapper .review-list li {
  padding: 0;
}
.review-wrapper .review-title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 28px;
  position: relative;
  margin-bottom: 0;
}
.review-wrapper .review-title:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: 20px;
  height: 1px;
  width: 180px;
  background-color: #d5d5d5;
}
.review-wrapper .review-list {
  padding-bottom: 70px;
}
.review-wrapper .review-list li span {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-bottom: 2px;
}
.review-wrapper .review-list li:not(:last-child) {
  padding-bottom: 18px;
}
.review-wrapper .review-point .review-result-wrapper,
.review-wrapper .review-percentage .review-result-wrapper,
.review-wrapper .review-point .review-result,
.review-wrapper .review-percentage .review-result {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 13px;
}
.review-wrapper .review-star {
  top: 0 !important;
}
.review-wrapper .review-star .review-result {
  color: #91ac41 !important;
}
.review-wrapper .review-star.review-total {
  display: none;
}
.review-wrapper .review-desc {
  padding-left: 45px;
  padding-top: 30px;
  width: 65%;
}
.review-wrapper .review-desc .review-summary-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #91ac41 !important;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.review-wrapper .review-desc p:last-child {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 30px;
  color: #fff;
}
.review-wrapper .review-total-wrapper {
  margin: 30px 0;
}
.review-wrapper .review-total-wrapper .review-total-box {
  color: #fff;
  padding: 27px 50px;
  font-size: 49px;
}
.review-wrapper .user-review-area {
  padding: 10px 0 30px;
  font-size: 15px;
  overflow: auto;
}
.review-wrapper .user-total-wrapper {
  margin-bottom: 3px;
}
div.review-wrapper {
  background-color: #484848 !important;
}
div.review-wrapper .review-list,
div.review-wrapper .review-title,
div.review-wrapper .review-list li,
div.review-wrapper .user-review-area {
  background-color: #ffffff !important;
  color: #3b3b3b;
}
div.review-wrapper .review-point .review-result-wrapper,
div.review-wrapper .review-percentage .review-result-wrapper {
  background-color: #f4f4f4;
}
div.review-wrapper .review-star .review-result-wrapper > i {
  color: #ddd;
}
.widget-social-share ul.gsf-social-icon {
  padding: 30px;
}
.widget-social-share ul.gsf-social-icon > li {
  margin-right: 0;
  display: block;
}
.widget-social-share ul.gsf-social-icon > li > a {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  padding-left: 70px;
  color: #fff !important;
}
.widget-social-share ul.gsf-social-icon > li > a i {
  margin-left: -30px;
  line-height: 40px;
  opacity: 1;
  color: #fff !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;
}
.widget-social-share ul.gsf-social-icon > li > a:hover {
  background: transparent !important;
}
.widget-social-share ul.gsf-social-icon > li > a:hover i {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.widget-social-share ul.gsf-social-icon > li:last-child {
  margin-bottom: 0;
}
.widget-social-share ul.gsf-social-icon li.facebook a {
  background-color: #3b5998;
  border-color: #3b5998 !important;
}
.widget-social-share ul.gsf-social-icon li.facebook a:hover {
  color: #3b5998 !important;
}
.widget-social-share ul.gsf-social-icon li.facebook a:hover i {
  color: #3b5998 !important;
}
.widget-social-share ul.gsf-social-icon li.twitter a {
  background-color: #1da1f2;
  border-color: #1da1f2 !important;
}
.widget-social-share ul.gsf-social-icon li.twitter a:hover {
  color: #1da1f2 !important;
}
.widget-social-share ul.gsf-social-icon li.twitter a:hover i {
  color: #1da1f2 !important;
}
.widget-social-share ul.gsf-social-icon li.google a {
  background-color: #ea4335;
  border-color: #ea4335 !important;
}
.widget-social-share ul.gsf-social-icon li.google a:hover {
  color: #ea4335 !important;
}
.widget-social-share ul.gsf-social-icon li.google a:hover i {
  color: #ea4335 !important;
}
.widget-social-share ul.gsf-social-icon li.linkedin a {
  background-color: #0077b5;
  border-color: #0077b5 !important;
}
.widget-social-share ul.gsf-social-icon li.linkedin a:hover {
  color: #0077b5 !important;
}
.widget-social-share ul.gsf-social-icon li.linkedin a:hover i {
  color: #0077b5 !important;
}
.widget-social-share ul.gsf-social-icon li.tumblr a {
  background-color: #35465c;
  border-color: #35465c !important;
}
.widget-social-share ul.gsf-social-icon li.tumblr a:hover {
  color: #35465c !important;
}
.widget-social-share ul.gsf-social-icon li.tumblr a:hover i {
  color: #35465c !important;
}
.widget-social-share ul.gsf-social-icon li.pinterest a {
  background-color: #bd081c;
  border-color: #bd081c !important;
}
.widget-social-share ul.gsf-social-icon li.pinterest a:hover {
  color: #bd081c !important;
}
.widget-social-share ul.gsf-social-icon li.pinterest a:hover i {
  color: #bd081c !important;
}
.widget-social-share ul.gsf-social-icon li.email a {
  background-color: #4285f4;
  border-color: #4285f4 !important;
}
.widget-social-share ul.gsf-social-icon li.email a:hover {
  color: #4285f4 !important;
}
.widget-social-share ul.gsf-social-icon li.email a:hover i {
  color: #4285f4 !important;
}
.widget-social-share ul.gsf-social-icon li.telegram a {
  background-color: #0088cc;
  border-color: #0088cc !important;
}
.widget-social-share ul.gsf-social-icon li.telegram a:hover {
  color: #0088cc !important;
}
.widget-social-share ul.gsf-social-icon li.telegram a:hover i {
  color: #0088cc !important;
}
.widget-social-share ul.gsf-social-icon li.whatsapp a {
  background-color: #25d366;
  border-color: #25d366 !important;
}
.widget-social-share ul.gsf-social-icon li.whatsapp a:hover {
  color: #25d366 !important;
}
.widget-social-share ul.gsf-social-icon li.whatsapp a:hover i {
  color: #25d366 !important;
}
.widget-posts ul {
  padding: 0;
  margin: 0;
}
.widget-posts li {
  list-style: none;
  padding: 12px 0;
  border-top: 1px solid;
}
.widget-posts li:first-child {
  padding-top: 0;
  border-top: 0;
}
.widget-posts li:last-child {
  padding-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.widget-posts .entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.widget-posts .entry-thumb-wrap .zoom-image,
.widget-posts .entry-thumb-wrap .zoom-video {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
}
.widget-posts .entry-thumb-wrap .zoom-video {
  line-height: 30px;
  font-size: 13px;
}
.widget-posts .entry-content-wrap {
  overflow: hidden;
}
.widget-posts .entry-content-wrap .meta-cat {
  margin-bottom: 5px;
}
.widget-posts .entry-content-wrap .meta-cat a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.widget-posts .entry-content-wrap .gsf-post-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.widget-posts .entry-content-wrap .entry-meta-date {
  font-size: 12px;
}
@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;
  }
}
/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f6fb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 8px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 3px;
  background-color: #91ac41;
  top: -1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 9px;
  height: 9px;
  background-color: #91ac41;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -4px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  position: relative;
  padding-bottom: 42px;
  font-size: 14px;
  text-align: left;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  position: absolute;
  bottom: 0;
  min-width: 90px;
  font-weight: 500;
  height: 30px;
  line-height: 30px;
  padding: 0 24px;
  border: 1px solid #e5e6ec;
  color: #8b8b99;
  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;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff !important;
  background-color: #91ac41 !important;
  border-color: #91ac41;
}
/* 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: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 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: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  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: #91ac41;
  color: #fff;
  border-color: #91ac41;
  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: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0 5px 5px 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:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 2px;
  left: 2px;
}
.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 {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 2px;
  left: 2px;
}
/* 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: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #91ac41;
  border-color: #91ac41;
  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: #91ac41;
  border-color: #91ac41;
  color: #fff;
}
/* select */
.yit-wcan-select-open {
  margin-top: 40px;
  margin-bottom: 0;
  padding: 11px 30px 11px 10px;
}
.yith-woocommerce-ajax-product-filter .yith-wcan-select-wrapper {
  padding: 0;
  min-width: 270px;
  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: 1px;
  background-color: #fbfaf8;
}
.woocommerce ul.product_list_widget:not(.cart_list) li + li {
  margin-top: 12px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li img {
  float: left;
  width: 70px;
  margin: 0;
  margin-right: 20px;
}
.woocommerce ul.product_list_widget:not(.cart_list) .product-sidebar-thumb,
.woocommerce ul.product_list_widget:not(.cart_list) .product-siderbar-info {
  display: table-cell;
  vertical-align: middle;
}
.woocommerce ul.product_list_widget:not(.cart_list) .product-sidebar-thumb {
  padding-right: 15px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a {
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  color: #27272f;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a:hover,
.woocommerce ul.product_list_widget:not(.cart_list) li a:focus,
.woocommerce ul.product_list_widget:not(.cart_list) li a:active {
  text-decoration: none;
  color: #91ac41;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a .product-title {
  display: block;
  position: relative;
  top: 5px;
  margin-bottom: 5px;
}
.woocommerce ul.product_list_widget:not(.cart_list) span.amount {
  display: inline-block;
  font-size: 14px;
  color: #91ac41;
  font-weight: 500;
}
.woocommerce ul.product_list_widget:not(.cart_list) del span.amount {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 400;
  color: #8b8b99;
}
.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
  display: block;
  margin: 5px 0;
}
.widget-social-profile ul {
  padding: 0 !important;
  margin: 0 !important;
}
.widget-social-profile ul li {
  margin: 1px !important;
}
.widget-social-profile ul li a {
  font-size: 16px;
  margin-right: 17px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.widget-social-profile ul li a:hover {
  color: #91ac41 !important;
}
.widget-social-profile ul li:last-child a {
  margin-right: 0 !important;
}
.widget-social-profile .social-icon-circle li a,
.widget-social-profile .social-icon-circle-outline li a {
  width: 35px;
  height: 35px;
  text-align: center;
  margin: 5px 7px 5px 0 !important;
  display: block;
}
.widget-social-profile .social-icon-circle li a {
  color: #fff !important;
}
.widget-social-profile .social-icon-circle li a i {
  line-height: 35px !important;
}
.widget-social-profile .social-icon-circle-outline li a {
  color: #cbcbcb !important;
  background-color: transparent;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1.8 !important;
}
.widget-social-profile .social-icon-circle-outline li a:hover {
  border-color: #91ac41 !important;
  color: #fff !important;
}
.widget-social-profile .social-icon-circle-outline li a i {
  line-height: 33px !important;
}
.widget-social-profile .social-icon-large li a {
  font-size: 18px;
  margin-right: 20px;
}
.widget-social-profile .social-icon-large.social-icon-circle li a {
  margin: 8px 7px 8px 0 !important;
}
.widget-social-profile .social-icon-large.social-icon-circle li a i {
  line-height: 45px !important;
}
.widget-social-profile .social-icon-large.social-icon-circle-outline li a i {
  line-height: 43px !important;
}
.widget-social-profile .social-icon-large.social-icon-circle li a,
.widget-social-profile .social-icon-large.social-icon-circle-outline li a {
  width: 45px;
  height: 45px;
}
.widget-social-profile .social-icon-small li a {
  font-size: 14px;
  margin-right: 15px;
}
.widget-social-profile .social-icon-small.social-icon-circle li a i {
  line-height: 30px !important;
}
.widget-social-profile .social-icon-small.social-icon-circle-outline li a i {
  line-height: 28px !important;
}
.widget-social-profile .social-icon-small.social-icon-circle li a,
.widget-social-profile .social-icon-small.social-icon-circle-outline li a {
  width: 30px;
  height: 30px;
}
.widget-social-profile .social-icon-light a {
  color: #fff !important;
}
.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 .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;
}
.widget-gallery .gsf-gallery-item {
  font-size: 0;
  text-align: center;
}
.widget-gallery .gsf-gallery-inner:hover .gallery-zoom {
  opacity: 1;
}
.widget-gallery .gallery-zoom {
  font-size: 12px !important;
  width: 30px;
  height: 30px;
  line-height: 28px;
}
.widget-gallery .gallery-zoom:hover {
  opacity: 1 !important;
}
.widget-gallery img {
  width: 100%;
}
.widget-gallery .wd-gallery-content {
  padding: 30px 20px !important;
}
.widget-gallery .col-gap-0 {
  margin-left: 0;
  margin-right: 0;
}
.widget-gallery .col-gap-0 .gsf-gallery-item {
  padding-left: 0;
  padding-right: 0;
}
.widget-gallery .col-gap-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.widget-gallery .col-gap-10 .gsf-gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}
.widget-gallery .col-gap-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.widget-gallery .col-gap-20 .gsf-gallery-item {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-info-box .widget-icon-box-item {
  line-height: 24px;
}
.widget-info-box .widget-icon-box-item + .widget-icon-box-item {
  margin-top: 10px;
}
.widget-info-box .widget-icon-box-item > i {
  float: left;
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  text-align: center;
}
.widget-info-box .widget-icon-box-item .widget-info-box-content {
  overflow: hidden;
  line-height: 1.85;
}
ul.instagram-pics {
  list-style-type: none;
  padding: 0;
  font-size: 0;
  margin-left: -3px;
  margin-right: -3px;
}
ul.instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 25%;
  padding: 3px;
}
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);
}
.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  position: relative;
}
.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link: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;
}
.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:hover:before,
.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* Login & Register */
.widget-login-register {
  font-size: 14px;
}
.widget-login-register a {
  color: inherit;
}
.widget-login-register a:hover,
.widget-login-register a:focus,
.widget-login-register a:active {
  text-decoration: none;
  color: #91ac41;
}
.widget-login-register a + a {
  padding-left: 20px;
  margin-left: 20px;
}
.widget-login-register a i {
  margin-right: 8px;
}
.widget-login-register .nav {
  margin-bottom: 35px;
  text-align: center;
}
.widget-login-register .nav > li {
  display: inline-block;
  padding: 0 10px;
}
.widget-login-register .nav > li > a {
  padding: 0;
  background: transparent !important;
  font-size: 18px;
  font-weight: 500;
}
.widget-login-register .nav > li.active > a {
  border-bottom: 1px solid #909093;
}
.widget-login-register h5.display-name {
  font-size: 16px;
  margin-bottom: 10px;
}
.widget-login-register img.avatar {
  float: left;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.widget-login-register .user-actions {
  display: block;
  overflow: hidden;
  padding-left: 15px;
  margin-top: -3px;
}
.widget-login-register .user-actions a {
  display: block;
  border: none !important;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.widget-login-register .user-actions a.username {
  font-size: 11px;
  margin-top: -7px;
}
.gsf-login-form .modal-body {
  padding: 0;
}
.gsf-login-form .modal-body .form-group {
  margin-bottom: 15px;
}
.gsf-login-form .modal-body .form-group .input-icon {
  position: relative;
}
.gsf-login-form .modal-body .form-group .input-icon i {
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 50px;
}
.gsf-login-form .modal-body input[type="text"],
.gsf-login-form .modal-body input[type="password"],
.gsf-login-form .modal-body input[type="email"] {
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-right: 45px;
}
.gsf-login-form .modal-body .login-message {
  margin-bottom: 15px;
}
.gsf-login-form .modal-body .login-message a {
  color: inherit;
}
.gsf-login-form .modal-body .login-message a:hover,
.gsf-login-form .modal-body .login-message a:focus,
.gsf-login-form .modal-body .login-message a:active {
  text-decoration: none;
  color: #91ac41;
}
.gsf-login-form .modal-footer {
  padding: 0;
  margin-top: 0;
  border: none;
  text-align: left;
}
.gsf-login-form .modal-footer label {
  font-weight: 400;
  margin-bottom: 0;
}
.gsf-login-form .modal-footer button {
  margin-top: 35px;
}
#gsf-popup-login-form {
  padding: 50px 60px 60px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
}
#gsf-popup-login-form > *:not(.modal-header) {
  padding: 0 40px !important;
}
#gsf-popup-login-form .close {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  opacity: 1;
}
#gsf-popup-login-form .modal-header {
  padding: 0;
  border: none;
}
#gsf-popup-login-form .modal-header h3 {
  position: relative;
  margin-bottom: 50px;
  font-size: 36px;
  text-align: left;
}
#gsf-popup-login-form .modal-header .modal-title {
  position: relative;
  display: inline-block;
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #909093;
}
#gsf-popup-login-form .modal-header p {
  margin-bottom: 25px;
}
#gsf-popup-login-wrapper.modal .modal-dialog,
#gsf-popup-mailchimp-wrapper.modal .modal-dialog {
  top: 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;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
#gsf-popup-login-wrapper .modal-backdrop.in,
#gsf-popup-mailchimp-wrapper .modal-backdrop.in {
  opacity: .8;
}
.custom-widget {
  padding-left: 60px;
}
.custom-widget + .custom-widget {
  margin-top: 10px;
}
.custom-widget h5 {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 20px;
}
.custom-widget ul {
  display: inline-block;
}
.custom-widget ul li {
  display: inline-block;
}
.custom-widget ul li + li {
  margin-left: 13px;
}
.custom-widget ul li a {
  color: inherit !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  #gsf-popup-login-wrapper .modal-dialog {
    width: 600px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  #gsf-popup-login-wrapper .modal-dialog {
    padding: 0 15px;
  }
  #gsf-popup-login-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  #gsf-popup-login-form > *:not(.modal-header) {
    padding: 0 20px !important;
  }
  .custom-widget {
    padding-left: 30px;
  }
}
@media (max-width: 479px) {
  .custom-widget {
    padding-left: 0;
  }
}
/**
* 5.0 - Header
* ----------------------------------------------------------------------------
*/
.logo-text {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  .logo-header,
  .canvas-logo {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    width: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .logo-header img,
  .canvas-logo 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: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-logo {
    display: none;
  }
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  .mobile-logo-header {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    -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: 80px;
    padding-top: 10pxpx;
    padding-bottom: 10pxpx;
  }
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
.primary-menu {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.primary-menu .no-menu {
  line-height: 120px;
}
.primary-menu-inner {
  display: table;
  width: 100%;
}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.main-menu li.menu-item-has-children > a:after {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu a {
  color: inherit;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active {
  text-decoration: none;
  color: #91ac41 !important;
}
.main-menu .menu-item > a {
  display: block;
  padding: 10px 0;
  position: relative;
}
.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: 38px;
  padding-bottom: 38px;
}
.main-menu > .menu-item + .menu-item {
  margin-left: 40px;
}
.main-menu > .menu-item > a {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
}
.main-menu > .menu-item.menu-item-has-children > a:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.main-menu > .menu-item:not(.menu-item-has-children) > a > .x-menu-link-featured {
  right: 0;
}
.main-menu ul.sub-menu {
  display: none;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 10px 1px rgba(0, 0, 0, 0.15);
  border-top: solid 2px #91ac41 !important;
  top: 100%;
  background-color: #ffffff;
}
.main-menu ul.sub-menu .menu-item {
  position: relative;
  min-width: 210px;
}
.main-menu ul.sub-menu .menu-item.menu-item-has-children > a:after {
  content: '\f105';
  position: absolute;
  right: 20px;
  line-height: 20px;
}
.main-menu ul.sub-menu .menu-item > a {
  line-height: 20px;
  padding: 10px 20px;
  white-space: nowrap;
}
.main-menu ul.sub-menu .menu-item + .menu-item {
  border-top: 1px solid #e5e6ec;
}
.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 .x-active > ul.sub-menu {
  display: block;
}
.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;
}
.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;
}
/**
* Vertical Menu
* ----------------------------------------------------------------------------
*/
.gsf-menu-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gsf-menu-vertical li {
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
.gsf-menu-vertical li + li {
  border-top: 1px solid #ffffff;
}
.gsf-menu-vertical .menu-caret {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.gsf-menu-vertical .menu-caret:before {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gsf-menu-vertical a {
  color: inherit;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
}
.gsf-menu-vertical a:hover,
.gsf-menu-vertical a:focus,
.gsf-menu-vertical a:active {
  text-decoration: none;
  color: #91ac41;
}
.gsf-menu-vertical ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #ffffff;
  position: relative;
}
.gsf-menu-vertical ul.sub-menu a {
  text-transform: none;
}
.gsf-menu-vertical ul.sub-menu li + li {
  border-color: #ffffff;
}
.gsf-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 #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gsf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gsf-menu-vertical li.menu-open > a .menu-caret:before {
  content: '\f106';
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
.mobile-navigation-wrapper {
  width: 280px;
  background-color: #212121;
  color: #fff;
  border: none !important;
  padding: 0 !important;
}
.mobile-navigation-wrapper .canvas-menu-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
}
.mobile-navigation-wrapper .canvas-menu-close img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
  padding: 0;
}
.mobile-navigation-wrapper .search-form {
  padding: 50px 20px 20px;
  background-color: #111;
}
.mobile-navigation-wrapper .search-form .search-field {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}
.mobile-navigation-wrapper .search-form .search-field::-webkit-input-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field:-moz-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field::-moz-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-field:-ms-input-placeholder {
  color: #999999;
}
.mobile-navigation-wrapper .search-form .search-submit {
  top: 60px;
  right: 20px;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border-color: transparent;
  color: #999;
}
.mobile-navigation-wrapper .search-form .search-submit i,
.mobile-navigation-wrapper .search-form .search-submit i:before {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
.mobile-navigation-wrapper .mobile-menu {
  border-top: 1px solid #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu li + li {
  border-color: #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu {
  background-color: #313131 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu li + li {
  border-color: #414141 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu:before {
  border-top-color: #212121;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu {
  background-color: #414141 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #515151 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #313131;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #515151 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #616161 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #414141;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #616161 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #717171 !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #515151;
}
.x-menu-link-featured {
  position: absolute;
  text-transform: none;
}
.x-menu-link-featured-new,
.x-menu-link-featured-hot {
  top: -10px;
  right: 0;
  display: block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff !important;
  -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-new:after,
.x-menu-link-featured-hot: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: 5px solid;
  border-left: 5px solid transparent;
  border-right: 5px 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-new {
  background-color: #59cca6;
}
.x-menu-link-featured-new:after {
  border-top-color: #59cca6;
}
.x-menu-link-featured-hot {
  background-color: #91ac41;
}
.x-menu-link-featured-hot:after {
  border-top-color: #91ac41;
}
.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;
}
.x-menu-list li a:hover {
  padding-left: 10px;
}
.x-menu-list li a:hover i {
  color: #91ac41 !important;
}
.x-menu-list li i {
  display: inline-block;
  margin-right: 14px;
}
.x-menu-list li i:before {
  font-size: 18px;
  vertical-align: middle;
}
.x-menu-list li + li {
  border-top: 1px solid;
}
.x-menu-heading {
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
  display: block;
  padding: 0;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .x-mega-sub-menu [data-filter-vertical="1"].gsf-cate-filter {
    padding: 35px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"].gsf-cate-filter a.btn {
    padding: 6px 0 6px 25px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"] + .gsf-blog-inner {
    padding: 35px;
  }
  .x-mega-sub-menu [data-filter-vertical="1"] + .gsf-blog-inner .gsf-post-title {
    color: #1a1a1a !important;
  }
}
ul.header-customize {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1px;
}
.customize-search > a,
.customize-search-product > a {
  font-size: 14px;
}
.customize-search > a > i,
.customize-search-product > a > i {
  line-height: inherit;
}
.customize-search > a > i:before,
.customize-search-product > a > i:before {
  font-size: 16px;
}
ul.header-customize-nav {
  text-align: right;
}
ul.header-customize-nav > li {
  margin-right: 30px;
  max-height: 100%;
}
ul.header-customize-nav > li:first-child {
  padding-left: 40px;
}
ul.header-customize-mobile > li {
  margin-right: 30px;
}
/**
* Header Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  header.mobile-header {
    display: none;
    height: 0;
  }
  .header-vertical {
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .header-vertical .header-customize-item:not(.in) .widget_shopping_cart_content:hover .shopping-cart-list {
    opacity: 0;
    visibility: hidden;
  }
  header.main-header {
    position: relative;
    z-index: 999;
  }
  header.main-header .header-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
  }
  header.main-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.main-header.header-2 .logo-header {
    display: table-cell;
    vertical-align: middle;
  }
  header.main-header.header-2 .header-inner-left,
  header.main-header.header-2 .header-inner-right,
  header.main-header.header-2 ul.header-customize,
  header.main-header.header-2 .canvas-menu-open {
    height: 120px;
    line-height: 120px;
  }
  header.main-header.header-2 .header-inner-left {
    float: left;
  }
  header.main-header.header-2 .header-inner-right {
    float: right;
  }
  header.main-header.header-2 .header-inner-right ul.header-customize {
    float: left;
    width: auto !important;
  }
  header.main-header.header-2 .header-inner-right ul.header-customize + .canvas-menu-open {
    margin-left: 25px;
  }
  header.main-header.header-2 .header-inner-right .canvas-menu-open {
    float: right;
  }
  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: 300px;
    z-index: 99998;
    left: 0;
  }
  header.main-header.header-vertical .header-above {
    display: table;
    width: 100%;
    text-align: center;
  }
  header.main-header.header-vertical .logo-header {
    width: 100%;
  }
  header.main-header.header-vertical .primary-menu {
    display: block;
    position: relative;
  }
  header.main-header.header-vertical .primary-menu .no-menu {
    padding: 0 20px;
    line-height: 24px;
  }
  header.main-header.header-vertical ul.header-customize {
    display: block;
    white-space: normal;
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
  header.main-header.header-vertical ul.header-customize > li {
    margin-bottom: 30px;
    margin-right: 0;
    display: block;
  }
  header.main-header.header-vertical ul.header-customize > li:first-child {
    padding-left: 0;
  }
  header.main-header.header-vertical ul.header-customize > li:last-child {
    margin-bottom: 0 !important;
  }
  body.header-left {
    padding-left: 300px;
  }
  body.header-right {
    padding-right: 300px;
  }
  body.header-right header.main-header.header-vertical {
    left: auto;
    right: 0;
  }
  body.framed,
  body.boxed,
  body.bordered {
    background-color: #eee;
  }
  body.framed #gsf-wrapper,
  body.boxed #gsf-wrapper {
    max-width: 1236px;
    margin: auto;
    position: relative;
  }
  body.framed .header-sticky.affix,
  body.boxed .header-sticky.affix {
    max-width: 1236px;
  }
  body.framed #gsf-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.bordered #gsf-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: 5px;
  padding-bottom: 5px;
}
.header-sticky.affix .logo-header.has-logo-sticky .main-logo {
  display: none;
}
.header-sticky.affix .logo-header.has-logo-sticky .sticky-logo {
  display: block;
}
.header-sticky.affix.gsf-border-bottom,
.header-sticky.affix .gsf-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: 5px;
  padding-bottom: 5px;
}
.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%);
}
@media (min-width: 1200px) {
  .header-full-width > .container {
    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;
  }
}
/**
* Header Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  header.main-header {
    display: none;
    height: 0;
  }
  header.mobile-header {
    display: block;
    position: relative;
    z-index: 999;
  }
  header.mobile-header .mobile-header-inner {
    display: table;
    width: 100%;
  }
  header.mobile-header .mobile-header-inner .mobile-header-nav,
  header.mobile-header .mobile-header-inner .mobile-header-menu {
    display: table-cell;
    vertical-align: middle;
  }
  header.mobile-header .mobile-header-nav-inner {
    display: table;
    width: 100%;
  }
  header.mobile-header.header-1 .mobile-header-inner {
    table-layout: fixed;
  }
  header.mobile-header.header-1 .mobile-logo-header {
    text-align: center;
    width: 40%;
  }
  header.mobile-header.header-1 .header-customize,
  header.mobile-header.header-1 .mobile-header-menu {
    width: 30%;
  }
  header.mobile-header.header-1 .header-customize {
    text-align: right;
    white-space: normal;
  }
  header.mobile-header.header-2 .mobile-logo-header {
    width: 100%;
  }
  header.mobile-header.header-2 ul.header-customize-mobile > li:last-child {
    padding-right: 30px;
  }
  header.mobile-header.header-3 .mobile-logo-header {
    width: 100%;
    text-align: right;
  }
  header.mobile-header.header-3 ul.header-customize-mobile > li:first-child {
    padding-left: 30px;
  }
  .mobile-header-search {
    border-top: 1px solid #e5e6ec;
    border-bottom: 1px solid #e5e6ec;
  }
  .mobile-header-search .search-form .search-field {
    border-color: transparent !important;
    background-color: transparent !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 0;
    padding-right: 40px;
    height: 45px;
  }
  .mobile-header-search .search-form .search-submit {
    font-size: 0;
    line-height: 1;
    background-color: transparent !important;
    border-color: transparent !important;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -20px;
  }
  .mobile-header-search .search-form .search-submit i {
    display: inline-block;
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  header.mobile-header.header-1 .mobile-logo-header {
    width: 60%;
  }
  header.mobile-header.header-1 .header-customize,
  header.mobile-header.header-1 .mobile-header-menu {
    width: 20%;
  }
}
.customize-social-networks .gsf-social-icon > li {
  margin-bottom: 0;
}
.customize-search > a {
  display: inline-block;
  text-align: center;
}
.customize-search > a > i {
  line-height: inherit;
}
.main-menu > li > a {
  text-transform: uppercase;
}
.main-menu ul.sub-menu .menu-item > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-bar .wpb_content_element {
  margin-bottom: 0;
}
.top-bar .widget + .widget {
  margin-top: 0;
  margin-left: 20px;
}
/**
* Shopping Cart
* ----------------------------------------------------------------------------
*/
.shopping-cart-icon {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  text-align: center;
  cursor: pointer;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: none;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.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;
}
.shopping-cart-icon > .icon a:hover,
.shopping-cart-icon > .icon a:focus,
.shopping-cart-icon > .icon a:active {
  text-decoration: none;
  color: #91ac41;
}
.shopping-cart-icon > .icon i:before {
  font-size: 18px;
}
.shopping-cart-icon > .icon span {
  position: absolute;
  margin: auto;
  top: -8px;
  left: 9px;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #fff;
  background: #91ac41;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-icon > .icon:hover span {
  background-color: #91ac41 !important;
}
.shopping-cart-head {
  position: relative;
}
.shopping-cart-head h3 {
  font-size: 36px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shopping-cart-head .canvas-shopping-cart-close {
  position: absolute;
  top: 0;
  right: 20px;
  margin-top: 10px;
  line-height: 1;
}
.shopping-cart-list {
  font-size: 14px;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  padding: 0 5px 30px 20px;
  width: 360px;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
  -ms-transition: ease-out 0.5s;
  -o-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}
.shopping-cart-list ul.product_list_widget li a {
  font-weight: 600;
  color: inherit;
}
.shopping-cart-list ul.product_list_widget li a:hover,
.shopping-cart-list ul.product_list_widget li a:focus,
.shopping-cart-list ul.product_list_widget li a:active {
  text-decoration: none;
  color: #91ac41;
}
.shopping-cart-list ul.product_list_widget {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 15px;
  max-height: 362px;
  line-height: 1;
}
.shopping-cart-list ul.product_list_widget li {
  padding: 20px 0;
}
.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 {
  display: table;
  width: 100%;
}
.shopping-cart-list ul.product_list_widget li .cart-left,
.shopping-cart-list ul.product_list_widget li .cart-right {
  display: table-cell;
  vertical-align: middle;
}
.shopping-cart-list ul.product_list_widget li .cart-left {
  width: 80px;
}
.shopping-cart-list ul.product_list_widget li .cart-right {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.shopping-cart-list ul.product_list_widget li .cart-right a.mini-cart-remove {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.shopping-cart-list ul.product_list_widget li img {
  width: 80px;
  margin: 0;
  float: none;
}
.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 span {
  display: inline-block;
  padding-top: 16px;
}
.shopping-cart-list ul.product_list_widget li.empty {
  border-bottom: none;
  margin-bottom: 0;
  padding: 20px 0;
}
.shopping-cart-list span.quantity {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.shopping-cart-list span.quantity .amount {
  color: #91ac41;
  font-weight: 600;
}
.shopping-cart-list p.total {
  padding: 20px 15px 20px 0;
}
.shopping-cart-list p.total strong {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.shopping-cart-list p.total .amount {
  color: #91ac41;
  float: right;
  font-size: 18px;
  font-weight: 600;
}
.shopping-cart-list p.buttons {
  text-align: center;
  padding: 0 15px 0 0;
  margin-bottom: 0;
}
.shopping-cart-list p.buttons .wc-forward {
  display: inline-block;
  float: left;
  padding: 14px 34px;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
}
.shopping-cart-list p.buttons .wc-forward.btn-outline {
  border-width: 1px;
  padding: 14px 34px;
}
.shopping-cart-list p.buttons .wc-forward:hover,
.shopping-cart-list p.buttons .wc-forward:focus,
.shopping-cart-list p.buttons .wc-forward:active {
  text-decoration: none;
  color: #91ac41;
}
.shopping-cart-list p.buttons .wc-forward + .wc-forward {
  background: #91ac41 !important;
  border-color: #91ac41 !important;
  float: right;
  color: #fff !important;
}
.shopping-cart-list p.buttons .wc-forward + .wc-forward:hover {
  color: #91ac41 !important;
}
.shopping-cart-list p.buttons .wc-forward:hover {
  background-color: transparent !important;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.widget_shopping_cart_content {
  text-align: left;
}
.widget_shopping_cart_content:hover .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.widget_shopping_cart_content:hover .shopping-cart-list,
.item-shopping-cart.show-cart .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 600px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
  margin-right: -600px;
  padding: 90px 60px 30px;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list p.total {
  padding: 50px 0;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list p.buttons {
  padding-top: 40px;
}
.mini-cart-canvas .widget_shopping_cart_content:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 39, 47, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mini-cart-canvas.in .widget_shopping_cart_content .shopping-cart-list,
.mini-cart-canvas.show-cart .widget_shopping_cart_content .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.mini-cart-canvas.in .widget_shopping_cart_content .shopping-cart-list .shopping-cart-content,
.mini-cart-canvas.show-cart .widget_shopping_cart_content .shopping-cart-list .shopping-cart-content {
  padding: 0 40px;
}
.mini-cart-canvas.in .widget_shopping_cart_content:before,
.mini-cart-canvas.show-cart .widget_shopping_cart_content:before {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list {
    width: 320px;
    margin-right: -320px;
    padding: 90px 15px 30px;
  }
  .mini-cart-canvas.in .widget_shopping_cart_content .shopping-cart-list .shopping-cart-content {
    padding: 0;
  }
}
/**
* 6.0 - Footer
* ----------------------------------------------------------------------------
*/
.main-footer-wrapper .menu li > a {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
  color: #8b8b99 !important;
}
.main-footer-wrapper .menu li > a:hover {
  color: #91ac41 !important;
}
.main-footer-wrapper .menu li + li {
  margin-top: 4px;
}
@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: 992px) {
  body.header-left footer.footer-fixed {
    left: 300px;
  }
  body.header-right footer.footer-fixed {
    right: 300px;
  }
}
@media (max-width: 767px) {
  .main-footer-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/**
* 7.0 - Blog
* ----------------------------------------------------------------------------
*/
.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: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.zoom-image {
  position: absolute;
  bottom: 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%);
  width: 54px;
  height: 54px;
  line-height: 54px;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  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;
  z-index: 2;
}
.zoom-image:hover {
  background: #fff;
}
.zoom-video {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 24px;
  width: 54px;
  height: 54px;
  color: #fff !important;
  text-align: center;
  line-height: 54px;
  -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.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.zoom-video i {
  padding-left: 4px;
}
.zoom-video + .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.entry-thumb-wrap.thumb-small .zoom-video {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.entry-thumb-wrap {
  position: relative;
  font-size: 0;
}
.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;
}
.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-bottom: 48.275862068965%;
}
.entry-quote-content {
  background-color: #91ac41;
  padding: 0 60px;
}
.entry-quote-content .block-center-inner {
  vertical-align: top;
  padding-top: 60px;
  padding-bottom: 30px;
}
.entry-quote-content i {
  width: 54px;
  height: 54px;
  background: #fff;
  line-height: 54px;
  border-radius: 100%;
  margin-bottom: 23px;
  margin-left: 0;
  display: block;
  box-shadow: 0 8px 17px 0 rgba(86, 104, 35, 0.3);
}
.entry-quote-content .quote-content,
.entry-quote-content .link-content {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  line-height: 1.56;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-align: left;
}
.entry-quote-content .link-content {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry-quote-content .link-content:hover {
  text-shadow: 0 0 0 #fff;
  color: #fff !important;
}
.entry-quote-content .quote-author {
  display: block;
  font-size: 13px;
  color: #fff !important;
  text-transform: uppercase;
  text-align: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry-quote-content .quote-author:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 6px;
  padding-right: 10px;
  vertical-align: middle;
}
.entry-quote-content .quote-author:hover {
  text-shadow: 0 0 0 #fff;
}
.entry-quote-thumbnail.normal:before {
  display: none !important;
}
.entry-quote-thumbnail.normal .entry-quote-content {
  position: relative;
}
.entry-quote-thumbnail.normal .block-center::before {
  display: none;
}
.entry-quote-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-clip: content-box;
  background-size: cover;
  background-position: center center;
}
.entry-quote-bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.entry-quote-bg + .entry-quote-content {
  background: none;
}
.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;
}
/* Single */
.gsf-paging.next-prev {
  font-size: 0;
}
.gsf-paging.next-prev > a {
  float: left;
  font-size: 12px;
  width: 27px;
  height: 27px;
  line-height: 25px;
  text-align: center;
}
.gsf-paging.next-prev > a.gsf-button-prev {
  margin-right: 10px;
}
.gsf-paging.next-prev > a.disable {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image {
  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%;
}
.gsf-post-navigation > div {
  display: inline-block;
}
.gsf-post-navigation .post-next {
  float: right;
}
#primary-content .gsf-comments-area {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 115px;
}
.gsf-comments-area {
  padding-top: 90px;
  padding-bottom: 90px;
}
.gsf-comments-area .comments-list + .comment-respond,
.gsf-comments-area .comments-list .comment-body + .comment-respond {
  margin-top: 50px;
}
.gsf-comments-area .comment-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.gsf-comments-area .comment-list > li:first-child {
  padding-top: 0;
  border-top: none;
}
.gsf-comments-area img.avatar {
  float: left;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.gsf-comments-area .comment-text {
  display: block;
  overflow: hidden;
}
.gsf-comments-area .comment-top {
  margin-bottom: 7px;
}
.gsf-comments-area .comment-top li {
  margin-right: 15px;
}
.gsf-comments-area .comment-top .author-name {
  font-weight: 500;
}
.gsf-comments-area .comment-top .comment-meta-date i {
  font-size: 4px;
  vertical-align: middle;
  margin-right: 2px;
}
.gsf-comments-area .comment-author-meta {
  margin-bottom: 5px;
}
.gsf-comments-area .comment-meta {
  margin-top: 20px;
}
.gsf-comments-area .comment-meta .comment-reply-link {
  font-style: italic;
  color: #91ac41 !important;
  text-decoration: none;
}
.gsf-comments-area .comment-meta .comment-edit-link {
  margin-right: 10px;
  text-decoration: none;
}
.gsf-comments-area .comment-meta .comment-edit-link i {
  display: none;
}
.gsf-comments-area .comment-meta .comment-edit-link:hover {
  color: #91ac41;
}
.gsf-comments-area .comment-meta .comment-edit-link + .comment-reply-link:before {
  content: '\f111';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 8px;
  color: #f7eee2;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.gsf-comments-area li.comment,
.gsf-comments-area li.pingback {
  border-top: 1px solid #e5e6ec;
  padding-top: 30px;
  margin-bottom: 30px;
}
.gsf-comments-area ol.children {
  margin-top: 30px;
  padding-left: 100px;
  border-top: 1px solid;
  list-style: none;
}
.gsf-comments-area ol.children li.comment {
  border-top: 0;
}
.gsf-comments-area ol.children li.comment + li.comment {
  border-top: 1px solid #e5e6ec;
}
.gsf-comments-area ol.children li.comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.gsf-comments-area .comment-form {
  margin-top: 4px;
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-comments-area .comment-form label {
  display: none;
}
.gsf-comments-area .comment-form .comment-notes,
.gsf-comments-area .comment-form .logged-in-as {
  padding: 0 15px;
  margin-bottom: 33px;
}
.gsf-comments-area .comment-form .comment-notes a,
.gsf-comments-area .comment-form .logged-in-as a {
  color: inherit;
}
.gsf-comments-area .comment-form .comment-notes a:hover,
.gsf-comments-area .comment-form .logged-in-as a:hover,
.gsf-comments-area .comment-form .comment-notes a:focus,
.gsf-comments-area .comment-form .logged-in-as a:focus,
.gsf-comments-area .comment-form .comment-notes a:active,
.gsf-comments-area .comment-form .logged-in-as a:active {
  text-decoration: none;
  color: #91ac41;
}
.gsf-comments-area .comment-form .comment-form-comment {
  margin-bottom: 15px;
  font-size: 0;
}
.gsf-comments-area .comment-form .form-group {
  margin-bottom: 15px;
}
.gsf-comments-area .comment-form .form-group input {
  width: 100%;
}
.gsf-comments-area .comment-form textarea {
  font-size: 14px;
  padding-top: 15px;
  width: 100% !important;
}
.gsf-comments-area .comment-form .form-submit {
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .gsf-comments-area ol.children {
    padding-left: 50px;
  }
  .gsf-comments-area .comment-form .form-group {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .gsf-comments-area .comment-list .avatar {
    display: none;
  }
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav {
  margin: 0 !important;
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav .owl-prev {
  left: 0;
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav .owl-next {
  right: 0;
}
.entry-thumb-wrap.thumb-small > .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.gsf-post-excerpt p {
  margin: 0;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.blog-pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}
.blog-pagination .page-numbers,
.blog-pagination .gsf-link {
  width: 32px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  vertical-align: middle;
  background: #F5F6FB;
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-pagination .page-numbers.current,
.blog-pagination .gsf-link.current,
.blog-pagination .page-numbers:hover,
.blog-pagination .gsf-link:hover {
  background-color: #91ac41 !important;
  color: #ffffff !important;
  text-decoration: none;
}
.blog-pagination .page-numbers + .page-numbers,
.blog-pagination .gsf-link + .page-numbers,
.blog-pagination .page-numbers + .gsf-link,
.blog-pagination .gsf-link + .gsf-link {
  margin-left: 3px;
}
.comment-navigation {
  text-align: right;
}
.comment-navigation .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.comment-navigation .page-numbers.next,
.comment-navigation .page-numbers.prev {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
  padding: 0;
}
.comment-navigation .page-numbers.next i,
.comment-navigation .page-numbers.prev i {
  line-height: 40px;
}
.gsf-gutter-0 + .gsf-paging {
  margin-top: 50px;
}
.gsf-gutter-10 + .gsf-paging {
  margin-top: 40px;
}
.gsf-gutter-20 + .gsf-paging {
  margin-top: 30px;
}
.gsf-gutter-30 + .gsf-paging {
  margin-top: 20px;
}
/**
* Image Size
* ----------------------------------------------------------------------------
*/
.embed-responsive-blog-large {
  padding-bottom: 48.275862068965%;
}
.thumbnail-size-blog-grid:before,
.embed-responsive-blog-grid {
  padding-bottom: 85.135135135135%;
}
.thumbnail-size-1x1:before {
  padding-bottom: 100%;
}
.thumbnail-size-4x3:before {
  padding-bottom: 75%;
}
.thumbnail-size-3x4:before {
  padding-bottom: 133.3333333333333%;
}
.thumbnail-size-16x9:before {
  padding-bottom: 56.25%;
}
.thumbnail-size-9x16:before {
  padding-bottom: 177.7777777777778%;
}
.thumbnail-size-none:before {
  display: none;
}
/**
* Layout Default
* ----------------------------------------------------------------------------
*/
.meta-cat {
  font-size: 0;
}
.meta-cat a {
  display: inline-block;
  font-size: 12px;
  background-color: #91ac41;
  color: #fff;
  line-height: 16px;
  padding: 1px 10px 0;
  text-transform: uppercase;
}
.meta-cat a:hover,
.meta-cat a:focus {
  background: #27272f;
  text-decoration: none;
}
.gsf-post-meta {
  font-size: 12px;
}
.gsf-post-meta a {
  color: inherit;
  text-decoration: none;
}
.gsf-post-meta > li {
  display: inline-block;
  margin-right: 8px;
}
.gsf-post-meta > li i {
  margin-right: 5px;
}
.gsf-post-meta > li .gsf-social-icon i {
  margin: 0;
}
.gsf-post-meta > li + li:before {
  content: '\f111';
  font-family: FontAwesome;
  display: inline-block;
  font-size: 8px;
  color: #f7eee2;
  position: relative;
  top: -1px;
  margin-right: 8px;
}
.gsf-post-meta .post-views {
  display: inline-block;
}
.gsf-post-meta .post-views .post-views-icon {
  padding-right: 5px;
}
.gsf-post-meta .meta-share-post {
  position: relative;
  cursor: pointer;
}
.gsf-post-meta .meta-share-post .gsf-post-share {
  position: absolute;
  white-space: nowrap;
  padding: 5px 10px;
  line-height: 20px;
  background: #fff;
  border-radius: 15px;
  z-index: 1;
  top: 0;
  vertical-align: middle;
  display: table-cell;
  transition: 0.5s;
  -webkit-transform: translate(-25%, 10px);
  -moz-transform: translate(-25%, 10px);
  -ms-transform: translate(-25%, 10px);
  -o-transform: translate(-25%, 10px);
  transform: translate(-25%, 10px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.gsf-post-meta .meta-share-post .gsf-post-share li {
  display: inline-block;
  padding: 0 5px;
  margin-right: 0;
}
.gsf-post-meta .meta-share-post:hover .gsf-post-share {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-25%, 20px);
  -moz-transform: translate(-25%, 20px);
  -ms-transform: translate(-25%, 20px);
  -o-transform: translate(-25%, 20px);
  transform: translate(-25%, 20px);
}
article.post-default .gsf-post-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
article.post-default .gsf-post-inner {
  position: relative;
}
/**
* Layout Grid
* ----------------------------------------------------------------------------
*/
article.post-grid {
  text-align: center;
}
article.post-grid .gsf-post-content {
  padding: 12px 15px 40px;
}
article.post-grid .gsf-post-meta {
  padding: 0;
}
article.post-grid .gsf-post-meta > li:not(.edit-link) > i,
article.post-grid .gsf-post-meta > li:not(.edit-link) > a > i {
  display: none;
}
article.post-grid .meta-cat {
  margin-bottom: 5px;
}
article.post-grid .meta-cat a {
  margin: 3px;
}
article.post-grid .gsf-post-inner {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-grid .entry-quote-thumbnail {
  position: relative;
}
article.post-grid .entry-quote-thumbnail:before {
  content: '';
  display: inline-block;
}
article.post-grid .entry-quote-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.gsf-gutter-30 + .gsf-paging {
  margin-top: 45px;
}
.gsf-gutter-20 + .gsf-paging {
  margin-top: 55px;
}
.gsf-gutter-10 + .gsf-paging {
  margin-top: 65px;
}
.gsf-gutter-0 + .gsf-paging {
  margin-top: 75px;
}
/**
* Layout Large Image
* ----------------------------------------------------------------------------
*/
article.post-large-image .entry-thumb-wrap {
  text-align: center;
}
article.post-large-image .entry-thumb-wrap .entry-thumbnail {
  display: inline-block;
}
article.post-large-image .gsf-post-title {
  font-size: 18px;
}
article.post-large-image.sticky .gsf-post-content {
  padding: 30px 30px 0 30px;
}
article.post-large-image.sticky .gsf-post-excerpt {
  margin-top: 0 !important;
  padding: 20px 30px;
}
article.post-large-image .entry-thumb-wrap + .gsf-post-content {
  padding-top: 30px;
}
article.post-large-image .gsf-post-content {
  padding-bottom: 15px;
}
article.post-large-image .meta-cat a {
  margin-bottom: 10px;
  margin-right: 10px;
}
.entry-thumb-format-audio .embed-responsive-blog-large {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
.entry-thumb-format-audio .embed-responsive-blog-large iframe {
  height: 166px;
  position: static;
}
.layout-large-image > article {
  margin-bottom: 40px;
}
.layout-large-image > article .gsf-post-inner {
  padding-bottom: 40px;
}
.layout-large-image + .gsf-paging {
  margin-top: 10px;
}
/**
* Single
* ----------------------------------------------------------------------------
*/
article.post-single {
  padding-bottom: 50px;
  margin-bottom: 30px;
}
article.post-single .entry-thumb-wrap {
  text-align: center;
}
article.post-single .gsf-post-title {
  font-size: 36px;
  margin-bottom: 5px;
}
article.post-single .gsf-entry-meta-top {
  padding: 15px 0;
}
article.post-single .meta-cat a {
  margin-bottom: 10px;
  margin-right: 10px;
}
article.post-single .gsf-entry-meta-top {
  margin-bottom: 25px;
}
body.single-post-layout-2 article.post-single .gsf-entry-meta-top {
  margin-bottom: 30px;
}
body.single-post-layout-2 article.post-single .entry-thumb-single {
  margin-bottom: 30px;
}
body.single-post-layout-4 .primary-sidebar {
  padding-top: 15px;
}
body.single-post-layout-4 .entry-thumb-wrap.entry-thumb-single {
  margin-bottom: 40px;
}
body.single-post-layout-5 .primary-sidebar {
  padding-top: 15px;
}
body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single {
  margin-bottom: 0;
}
body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single .thumbnail-size-blog-large:before,
body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single .embed-responsive-blog-large,
body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single .thumbnail-size-full:before {
  padding-bottom: 0;
  height: 560px;
}
@media (max-width: 1080px) {
  body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single .thumbnail-size-blog-large:before,
  body.single-post-layout-5 .entry-thumb-wrap.entry-thumb-single .embed-responsive-blog-large {
    height: 450px;
  }
}
.gsf-post-meta-tag {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.gsf-post-meta-tag .gsf-heading-title {
  margin-bottom: 20px;
}
.gsf-post-meta-tag .tagcloud > a {
  margin: 0 10px 10px 0;
  color: inherit;
  font-size: 12px !important;
  text-decoration: none;
}
.gsf-post-meta-like-and-share {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.gsf-post-meta-like-and-share .gsf-post-meta-author-and-like,
.gsf-post-meta-like-and-share .gsf-post-meta-share {
  display: inline-block;
}
.gsf-post-meta-like-and-share a {
  color: inherit;
}
.gsf-post-meta-like-and-share a:hover,
.gsf-post-meta-like-and-share a:focus,
.gsf-post-meta-like-and-share a:active {
  text-decoration: none;
  color: #91ac41;
}
.gsf-post-meta-like-and-share .gsf-post-meta-author-and-like + .gsf-post-meta-share {
  float: right;
}
.gsf-post-navigation {
  padding-bottom: 25px;
}
.gsf-post-navigation .gsf-post-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.gsf-post-navigation > div {
  max-width: 265px;
}
.gsf-post-navigation > div.post-prev span a:before,
.gsf-post-navigation > div.post-next span a:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f104';
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gsf-post-navigation > div:hover.post-prev span a:before,
.gsf-post-navigation > div:hover.post-next span a:after {
  color: #fff !important;
  background-color: #91ac41 !important;
}
.gsf-post-navigation > div.post-prev span a:before {
  margin-right: 10px;
}
.gsf-post-navigation > div.post-next {
  text-align: right;
}
.gsf-post-navigation > div.post-next span a:after {
  margin-left: 10px;
  content: '\f105';
}
.gsf-author-info-wrap {
  text-align: center;
  margin-top: 85px;
  margin-bottom: 30px;
  padding: 0 50px 50px 50px;
}
.gsf-author-info-wrap .gsf-author-avatar img {
  float: none;
  margin: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gsf-author-info-wrap .gsf-author-content {
  margin-top: -25px;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-facebook a {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-twitter a {
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-google a {
  background-color: #ea4335 !important;
  border-color: #ea4335 !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-linkedin a {
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-tumblr a {
  background-color: #35465c !important;
  border-color: #35465c !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-pinterest a {
  background-color: #bd081c !important;
  border-color: #bd081c !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-email a {
  background-color: #4285f4 !important;
  border-color: #4285f4 !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-telegram a {
  background-color: #0088cc !important;
  border-color: #0088cc !important;
}
.gsf-author-info-wrap .gsf-author-content .social-icon-circle li.social-whatsapp a {
  background-color: #25d366 !important;
  border-color: #25d366 !important;
}
.gsf-author-info-wrap .gsf-author-name {
  font-size: 16px;
}
.gsf-single-related-wrap {
  margin-top: 75px;
}
.gsf-comments-area .gsf-heading-comment {
  line-height: 40px;
  margin-bottom: 37px;
}
.gsf-comments-area .gsf-heading-comment .gsf-heading-title {
  font-weight: 600;
}
.gsf-comments-area .gsf-heading-title {
  margin-bottom: 0;
  display: inline-block;
}
.gsf-comments-area .scroll-to-comment {
  display: inline-block;
  float: right;
}
.gsf-comments-area .comment-respond textarea {
  height: 150px;
}
@media (max-width: 767px) {
  .gsf-post-navigation > div .gsf-post-title {
    display: none;
  }
  .gsf-post-meta {
    font-size: 12px;
  }
  .gsf-post-meta a {
    color: inherit;
    text-decoration: none;
  }
  .gsf-post-meta > li {
    display: inline-block;
    margin-right: 8px;
  }
  .gsf-post-meta > li i {
    margin-right: 5px;
  }
  .gsf-post-meta > li .gsf-social-icon i {
    margin: 0;
  }
  .gsf-post-meta > li + li:before {
    content: '\f111';
    font-family: FontAwesome;
    display: inline-block;
    font-size: 8px;
    color: #f7eee2;
    position: relative;
    top: -1px;
    margin-right: 8px;
  }
  .gsf-post-meta .post-views {
    display: inline-block;
  }
  .gsf-post-meta .post-views .post-views-icon {
    padding-right: 5px;
  }
  .gsf-post-meta .meta-share-post .gsf-social-icon {
    right: 0;
  }
}
@media (max-width: 480px) {
  .gsf-post-meta-like-and-share .gsf-post-meta-author-and-like,
  .gsf-post-meta-like-and-share .gsf-post-meta-share {
    display: block;
  }
  .gsf-post-meta-like-and-share .gsf-post-meta-author-and-like + .gsf-post-meta-share {
    float: none;
    margin-top: 10px;
  }
  .gsf-comments-area .gsf-heading-title {
    display: block;
  }
  .gsf-comments-area .scroll-to-comment {
    display: inline-block;
    float: none;
    margin-top: 15px;
  }
  .gsf-comments-area .comment-respond textarea {
    height: 150px;
  }
}
#gsf-reading-process {
  display: block;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #59cca6;
  -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%;
}
/**
* 8.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.cate-filter-left .gsf-cate-filter {
  text-align: left;
}
.cate-filter-center .gsf-cate-filter {
  text-align: center;
}
.cate-filter-right .gsf-cate-filter {
  text-align: right;
}
.owl-carousel > .owl-nav > div {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background: rgba(39, 39, 47, 0.8);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.owl-carousel > .owl-nav > div:hover {
  background-color: #91ac41;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.nav-center > .owl-nav {
  margin-top: 0;
}
.nav-center > .owl-nav > .owl-next,
.nav-center > .owl-nav > .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
}
.nav-center > .owl-nav > .owl-next {
  right: -60px;
}
.nav-center > .owl-nav > .owl-prev {
  left: -60px;
}
.nav-center:hover > .owl-nav > .owl-next,
.nav-center:hover > .owl-nav > .owl-prev {
  opacity: 1;
}
.nav-top-right {
  padding-top: 60px;
}
.nav-top-right > .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}
.nav-top-right > .owl-nav > .owl-next {
  margin-left: 5px;
}
.nav-top-right > .owl-nav > div {
  display: inline-block;
}
.nav-bottom-left > .owl-nav,
.nav-bottom-center > .owl-nav,
.nav-bottom-right > .owl-nav {
  margin-top: 30px;
}
.nav-bottom-left > .owl-nav > .owl-next,
.nav-bottom-center > .owl-nav > .owl-next,
.nav-bottom-right > .owl-nav > .owl-next {
  margin-left: 5px;
}
.nav-bottom-left > .owl-nav > div,
.nav-bottom-center > .owl-nav > div,
.nav-bottom-right > .owl-nav > div {
  display: inline-block;
}
.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-square-text > .owl-nav > .owl-prev,
.nav-circle-text > .owl-nav > .owl-prev,
.nav-square-text > .owl-nav > .owl-next,
.nav-circle-text > .owl-nav > .owl-next {
  padding-left: 10px !important;
  padding-right: 10px !important;
  width: auto !important;
}
.nav-circle-icon > .owl-nav > .owl-prev,
.nav-circle-text > .owl-nav > .owl-prev,
.nav-circle-icon > .owl-nav > .owl-next,
.nav-circle-text > .owl-nav > .owl-next {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.owl-dots {
  font-size: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: 40px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #a5a5a5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-dots span {
  display: none !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: 1;
  -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: 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;
}
.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: 1;
  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 {
  -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 .effect-content {
  position: relative;
}
.flash-effect .effect-content:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: '';
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -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 {
  -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);
}
/*
------- Custom VC_Progress_Bar -------*/
.vc_progress_bar .wpb_heading {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b3b3b;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 30px;
}
.vc_progress_bar .vc_single_bar:not(:last-child) {
  margin-top: 20px;
  margin-bottom: 50px;
}
.vc_progress_bar .vc_general.vc_single_bar {
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.vc_progress_bar .vc_label {
  padding: 0 !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3b3b3b !important;
  top: -25px;
}
.g5plus-contact-form input:not([type="submit"]),
.g5plus-contact-form textarea {
  font-size: 14px;
  width: 100% !important;
  height: 50px;
  background-color: transparent;
  border: 1px solid #e5e6ec;
  font-weight: 400;
  margin-bottom: 15px;
}
.g5plus-contact-form input:not([type="submit"]):focus,
.g5plus-contact-form textarea:focus {
  border-color: #91ac41;
}
.g5plus-contact-form textarea {
  height: 150px;
  width: 100%;
  max-width: 100%;
}
.g5plus-contact-form .ct-field {
  font-size: 0;
}
.g5plus-contact-form img {
  display: none;
}
.g5plus-contact-form span.wpcf7-form-control-wrap {
  display: block;
}
.g5plus-contact-form span.wpcf7-not-valid-tip {
  color: #91ac41;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5plus-contact-form .ct-submit {
  margin-top: 15px;
}
.g5plus-mailchimp input {
  width: 100%;
  background: #fff !important;
  border-color: transparent !important;
}
.g5plus-mailchimp input:focus {
  border-color: #91ac41 !important;
}
.g5plus-mailchimp .input-mail {
  display: table;
  width: 100%;
}
.g5plus-mailchimp .input-mail .input,
.g5plus-mailchimp .input-mail .submit {
  display: table-cell;
  vertical-align: middle;
}
.g5plus-mailchimp .input-mail .input {
  width: 100%;
  padding-right: 10px;
}
.g5plus-mailchimp .input-mail .input i {
  display: none;
}
.mailchimp-block .g5plus-mailchimp .input-mail .input,
.mailchimp-block .g5plus-mailchimp .input-mail .submit {
  display: block;
}
.mailchimp-block .g5plus-mailchimp .input-mail button {
  margin-top: 15px;
}
.gsf-google-map .marker-title {
  font-size: 18px;
  font-weight: 600;
  color: #27272f;
  padding: 10px 0;
}
.gsf-videos-items::-webkit-scrollbar {
  width: 6px;
}
.gsf-videos-items::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.4);
}
.gsf-videos-items::-webkit-scrollbar-thumb {
  background-color: #727272;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.gsf-video-playlist .gsf-playlist-info {
  border-bottom: 1px solid #f5f6fb;
}
.gsf-video-playlist .gsf-playlist-number {
  color: #8b8b99;
}
.contact-us-info .contact-info-item i {
  font-size: 32px;
  float: left;
  margin-right: 20px;
}
.contact-us-info .contact-info-item .contact-item-content {
  overflow: hidden;
}
.contact-us-info .contact-info-item .contact-item-content h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.contact-us-info .contact-info-item .contact-item-content p {
  line-height: 1.625;
}
#gsf-popup-mailchimp-wrapper .modal-dialog {
  width: 840px;
}
#gsf-popup-mailchimp-form {
  width: 100%;
  padding: 90px 160px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#gsf-popup-mailchimp-form > * {
  text-align: center;
}
#gsf-popup-mailchimp-form button.close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 18px;
}
#gsf-popup-mailchimp-form .modal-header {
  border-bottom: 0;
  padding: 0 0 35px;
}
#gsf-popup-mailchimp-form .modal-header .modal-title {
  font-size: 36px;
  margin-bottom: 13px;
}
#gsf-popup-mailchimp-form .modal-footer {
  border-top: 0;
}
#gsf-popup-mailchimp-form .modal-footer label {
  margin-bottom: 0;
  font-weight: 500;
  color: #27272f;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp {
  text-align: center;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp input {
  border-color: #e5e6ec !important;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail {
  display: block;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .input,
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .submit {
  display: block;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .input {
  position: relative;
  display: block;
  padding-right: 0;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .input input {
  width: 100%;
  height: 50px;
  padding-right: 45px;
  background: transparent !important;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .input input:focus {
  border-color: #91ac41 !important;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail .input i {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 14px;
  line-height: 50px;
}
#gsf-popup-mailchimp-form .g5plus-mailchimp .input-mail button {
  margin: auto;
  margin-top: 30px;
  width: 300px;
}
@media (max-width: 991px) {
  #gsf-popup-mailchimp-wrapper .modal-dialog {
    width: 600px;
  }
  #gsf-popup-mailchimp-form {
    width: 100%;
    padding: 90px 100px;
  }
}
@media (max-width: 767px) {
  #gsf-popup-mailchimp-wrapper .modal-dialog {
    width: 100%;
    padding: 0 15px;
  }
  #gsf-popup-mailchimp-form {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 479px) {
  #gsf-popup-mailchimp-form {
    padding: 50px 30px;
  }
  .g5plus-mailchimp .input-mail .input,
  .g5plus-mailchimp .input-mail .submit {
    display: block;
    padding-right: 0;
  }
  .g5plus-mailchimp .input-mail button {
    width: 100% !important;
    margin-top: 15px;
  }
}
/**
* 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_tta.vc_tta-accordion .vc_tta-controls-icon.vc_tta-controls-icon-arrows:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border-style: solid;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(135deg) translate(-25%, -25%);
  -ms-transform: rotate(135deg) translate(-25%, -25%);
  transform: rotate(135deg) translate(-25%, -25%);
  border-color: #91ac41 !important;
}
.vc_tta.vc_tta-accordion .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-arrows:before {
  -webkit-transform: rotate(225deg) translate(-25%, -25%);
  -ms-transform: rotate(225deg) translate(-25%, -25%);
  transform: rotate(225deg) translate(-25%, -25%);
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 16px;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-arrows {
  left: -6px !important;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-arrows {
  left: 0 !important;
  margin-top: -4px !important;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_tta-panel-heading {
  background-color: transparent;
  border-bottom: 1px solid #ececec !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_tta-panel-heading .vc_tta-panel-title {
  font-weight: 500;
  line-height: 1.4 !important;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_tta-panel-heading .vc_tta-panel-title > a {
  padding: 12px 0;
  padding-left: 20px !important;
}
.vc_tta-style-classic.vc_tta-color-transparent.vc_tta .vc_tta-panel:not(.vc_active):last-child .vc_tta-panel-heading {
  border-bottom-color: transparent !important;
}
.vc_tta-style-classic.vc_tta-color-transparent .vc_tta-panel-body {
  padding: 20px 0 0 !important;
}
.gsf-countdown .countdown-section .countdown-text {
  color: #59cca6;
}
.gsf-heading .heading-sub-title {
  font-size: 24px;
  letter-spacing: .2em;
  line-height: 1;
}
.gsf-heading .heading-title {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 36px;
  font-weight: 600;
  font-style: normal;
}
.gsf-heading .heading-below img {
  max-width: 69px;
}
.gsf-heading .heading-below i {
  font-size: 22px;
  color: #91ac41;
}
.gsf-heading .description {
  max-width: 720px;
  margin-top: 15px !important;
}
.gsf-heading.text-center .description {
  margin: auto;
}
.gsf-heading.text-right .description {
  margin-left: auto;
}
.gsf-icon-box:not(.icon-classic) .ib-shape-inner:before {
  border: 2px solid #91ac41;
}
.gsf-icon-box:not(.icon-classic):hover .ib-shape-inner {
  color: #91ac41;
}
.gsf-icon-box.icon-classic:hover i {
  color: #91ac41;
}
.gsf-icon-box.show-titie-below .icon-box-title:before,
.gsf-icon-box.show-titie-below .icon-box-title:after {
  background-color: #91ac41;
}
.g5plus-our-team .ourteam-thumb .ourteam-social a:hover {
  background-color: #91ac41;
}
.gsf-product-deal .owl-dot:hover,
.gsf-product-deal .owl-dot.active {
  background-color: #91ac41 !important;
}
.gsf-product-deal .price p {
  font-family: 'Streamster';
}
.gsf-product-singular .product-info p.price > :not(del),
.gsf-product-singular .product-info span.price > :not(del) {
  color: #91ac41;
}
.gsf-product-singular .product-info p.price ins,
.gsf-product-singular .product-info span.price ins {
  color: #91ac41;
}
.gsf-products-exclusive .product-item-inner .product-info .product-cat a {
  color: #91ac41;
}
.gsf-products-list-minimal .products-list-minimal-head span.plm-sub-title {
  font-family: 'Streamster';
  color: #91ac41;
}
.gsf-shop-category .gsf-shop-cat-content span {
  color: #91ac41;
}
.g5plus-testimonials.style-01 .testimonial-item .test-item-thumb:before {
  background: #91ac41;
}
.g5plus-testimonials.style-02 .testimonial-item .test-item-thumb:before {
  background: #91ac41;
}
.g5plus-testimonials.style-04 .testimonials-avatar-slider .owl-item.active.current .tes-avatar-item:before {
  background: #91ac41;
}
.g5plus-time-line .time-line-content .dots-wrap:hover span.year {
  background-color: rgba(145, 172, 65, 0.5);
}
.g5plus-time-line .time-line-content .dots-wrap:hover span.bg-circle {
  background-color: rgba(145, 172, 65, 0.5);
}
.g5plus-time-line .time-line-content .dots-wrap:hover span.bg-circle:before,
.g5plus-time-line .time-line-content .dots-wrap:hover span.bg-circle:after {
  background-color: rgba(145, 172, 65, 0.5);
}
.g5plus-time-line .time-line-content span.year {
  background-color: rgba(89, 204, 166, 0.5);
}
.g5plus-time-line .time-line-content span.bg-circle {
  background-color: rgba(89, 204, 166, 0.5);
}
.g5plus-time-line .time-line-content span.bg-circle:before {
  background-color: rgba(89, 204, 166, 0.5);
}
.g5plus-time-line .time-line-content span.bg-circle:after {
  background-color: rgba(89, 204, 166, 0.5);
}
.g5plus-time-line .owl-item.active.center .time-line-content .dots-wrap span.year {
  background-color: rgba(145, 172, 65, 0.5);
}
.g5plus-time-line .owl-item.active.center .time-line-content .dots-wrap span.bg-circle {
  background-color: rgba(145, 172, 65, 0.5);
}
.g5plus-time-line .owl-item.active.center .time-line-content .dots-wrap span.bg-circle:before,
.g5plus-time-line .owl-item.active.center .time-line-content .dots-wrap span.bg-circle:after {
  background-color: rgba(145, 172, 65, 0.5);
}
.gsf-video .view-video:hover {
  background: #91ac41 !important;
}
.gsf-video span.overlay-bg:hover {
  background: #91ac41 !important;
}
.gsf-video .video-icon:hover .view-video,
.gsf-video .video-icon:hover span.overlay-bg {
  background: #91ac41 !important;
}
/**
* 9.0 - Mixin
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.body-font,
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  font-family: 'Poppins';
}
.primary-font,
.review-wrapper .review-list li span,
.review-wrapper .review-desc .review-summary-title {
  font-family: 'Streamster';
}
.secondary-font,
.entry-quote-content .quote-content,
.entry-quote-content .link-content {
  font-family: 'Noto Serif';
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color,
ul.search-popup-list .sa-post-title:hover,
ul.search-popup-list .sa-post-title:focus,
.gsf-404-wrap h2,
ul.social-icon-inline > li > a i,
a,
.has-drop-cap:not(:focus):first-letter,
.gsf-dropcap-default::first-letter,
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-square-outline::first-letter,
[class*="gsf-list"] li:before,
.gsf-entry-content .page-links > a:hover > span,
.gsf-entry-content .page-links > a:focus > span,
.gsf-entry-content .page-links > span,
.widget-info-box .widget-icon-box-item > i,
.main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a,
.main-menu li.current-menu-parent:not(.menu-item-type-taxonomy) > a,
.main-menu li.current-menu-item > a,
.main-menu li .menu-current > a,
.gsf-menu-vertical li.current-menu-ancestor > a,
.gsf-menu-vertical li.current-menu-parent > a,
.gsf-menu-vertical li.current-menu-item > a,
.gsf-menu-vertical li .menu-current > a,
.contact-us-info .contact-info-item i {
  color: #91ac41;
}
.bg-accent-color,
.gsf-toggle-icon:hover > span,
.gsf-toggle-icon:hover > span:after,
.gsf-toggle-icon:hover > span:before,
.back-to-top:focus,
.back-to-top:hover,
.owl-carousel.owl-theme > .owl-nav [class*='owl-']:hover,
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter,
.wp-block-tag-cloud > a:hover,
.tagcloud > a:hover,
.wp-block-tag-cloud > a:focus,
.tagcloud > a:focus,
.review-wrapper .review-point .review-result,
.review-wrapper .review-percentage .review-result,
.review-wrapper .review-total-wrapper,
.widget-social-profile .social-icon-circle-outline li a:hover,
.zoom-video:focus,
.zoom-video:hover {
  background-color: #91ac41;
}
.border-accent-color,
ul.social-icon-square > li > a:hover,
ul.social-icon-square > li > a:focus,
ul.social-icon-circle-outline > li > a:hover,
ul.social-icon-circle-outline > li > a:focus,
.wp-block-tag-cloud > a:hover,
.tagcloud > a:hover,
.wp-block-tag-cloud > a:focus,
.tagcloud > a:focus {
  border-color: #91ac41;
}
.primary-color,
.widget-twitter .widget-twitter-item .twitter-content a {
  color: #59cca6;
}
.bg-primary-color,
.zoom-video {
  background-color: #59cca6;
}
.foreground-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.wp-block-tag-cloud > a:hover,
.tagcloud > a:hover,
.wp-block-tag-cloud > a:focus,
.tagcloud > a:focus,
.zoom-video:focus,
.zoom-video:hover {
  color: #ffffff;
}
.border-color,
.gsf-entry-content .page-links span.page-links-title,
.gsf-entry-content .page-links > a:hover > span,
.gsf-entry-content .page-links > a:focus > span,
.gsf-entry-content .page-links > span {
  border-color: #e5e6ec;
}
.disable-color,
.gsf-entry-content address,
.gsf-entry-content del,
.gsf-entry-content .wp-caption-text,
.gsf-entry-content figcaption,
.widget-social-profile ul li a {
  color: #8a8a94;
}
.text-hover-color {
  color: #91ac41;
}
.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.gsf-entry-content .page-links span.page-links-title {
  color: #27272f;
}
.gsf-link {
  color: inherit;
}
.gsf-link:hover,
.gsf-link:focus,
.gsf-link:active {
  text-decoration: none;
  color: #91ac41;
}
/**
* 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-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-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-55 {
  font-size: 55px !important;
}
.fs-60 {
  font-size: 60px !important;
}
.fs-80 {
  font-size: 80px !important;
}
.fs-240 {
  font-size: 240px;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* 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: 1440px) {
  .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: 991px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-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: 1440px) {
  .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: 991px) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-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) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-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) {
  .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;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 599px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left !important;
  }
  .col-mb-12 {
    width: 100% !important;
  }
  .col-mb-11 {
    width: 91.66666667% !important;
  }
  .col-mb-10 {
    width: 83.33333333% !important;
  }
  .col-mb-9 {
    width: 75% !important;
  }
  .col-mb-8 {
    width: 66.66666667% !important;
  }
  .col-mb-7 {
    width: 58.33333333% !important;
  }
  .col-mb-6 {
    width: 50% !important;
  }
  .col-mb-5 {
    width: 41.66666667% !important;
  }
  .col-mb-4 {
    width: 33.33333333% !important;
  }
  .col-mb-3 {
    width: 25% !important;
  }
  .col-mb-2 {
    width: 16.66666667% !important;
  }
  .col-mb-1 {
    width: 8.33333333% !important;
  }
  .col-mb-pull-12 {
    right: 100% !important;
  }
  .col-mb-pull-11 {
    right: 91.66666667% !important;
  }
  .col-mb-pull-10 {
    right: 83.33333333% !important;
  }
  .col-mb-pull-9 {
    right: 75% !important;
  }
  .col-mb-pull-8 {
    right: 66.66666667% !important;
  }
  .col-mb-pull-7 {
    right: 58.33333333% !important;
  }
  .col-mb-pull-6 {
    right: 50% !important;
  }
  .col-mb-pull-5 {
    right: 41.66666667% !important;
  }
  .col-mb-pull-4 {
    right: 33.33333333% !important;
  }
  .col-mb-pull-3 {
    right: 25% !important;
  }
  .col-mb-pull-2 {
    right: 16.66666667% !important;
  }
  .col-mb-pull-1 {
    right: 8.33333333% !important;
  }
  .col-mb-pull-0 {
    right: auto !important;
  }
  .col-mb-push-12 {
    left: 100% !important;
  }
  .col-mb-push-11 {
    left: 91.66666667% !important;
  }
  .col-mb-push-10 {
    left: 83.33333333% !important;
  }
  .col-mb-push-9 {
    left: 75% !important;
  }
  .col-mb-push-8 {
    left: 66.66666667% !important;
  }
  .col-mb-push-7 {
    left: 58.33333333% !important;
  }
  .col-mb-push-6 {
    left: 50% !important;
  }
  .col-mb-push-5 {
    left: 41.66666667% !important;
  }
  .col-mb-push-4 {
    left: 33.33333333% !important;
  }
  .col-mb-push-3 {
    left: 25% !important;
  }
  .col-mb-push-2 {
    left: 16.66666667% !important;
  }
  .col-mb-push-1 {
    left: 8.33333333% !important;
  }
  .col-mb-push-0 {
    left: auto !important;
  }
  .col-mb-offset-12 {
    margin-left: 100% !important;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667% !important;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333% !important;
  }
  .col-mb-offset-9 {
    margin-left: 75% !important;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667% !important;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333% !important;
  }
  .col-mb-offset-6 {
    margin-left: 50% !important;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667% !important;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333% !important;
  }
  .col-mb-offset-3 {
    margin-left: 25% !important;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667% !important;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333% !important;
  }
  .col-mb-offset-0 {
    margin-left: 0 !important;
  }
  .row_mb-inner-pd-0.vc_row {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mb-fs-120 {
    font-size: 120px;
  }
  .mb-mg-left-neg-10 {
    margin-left: -10px;
  }
  .mb-mg-right-neg-10 {
    margin-right: -10px;
  }
  .mb-scale-80 {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  .mb-mg-top-0 {
    margin-top: 0 !important;
  }
}
.bg-transparent {
  background-color: transparent;
}
@media (min-width: 1500px) {
  .xl-pd-right-100 {
    padding-right: 100px !important;
  }
  .xl-pd-left-100 {
    padding-left: 100px !important;
  }
  .xl-mg-left-neg-190 {
    margin-left: -190px !important;
  }
  .xl-mg-left-neg-170 {
    margin-left: -170px !important;
  }
  .xl-mg-left-neg-165 {
    margin-left: -165px !important;
  }
  .xl-mg-left-neg-160 {
    margin-left: -160px !important;
  }
  .xl-mg-left-neg-45 {
    margin-left: -45px;
  }
}
@media (max-width: 1499px) {
  .lg-pd-right-50 {
    padding-right: 50px !important;
  }
  .lg-pd-left-50 {
    padding-left: 50px !important;
  }
}
@media (min-width: 1200px) {
  .row-fix-content {
    max-height: 685px;
    margin-top: 80px;
  }
  .row-fix-content .gsf-posts {
    position: relative;
    top: -140px;
    margin-bottom: -50px;
  }
  .lg-pd-left-70 {
    padding-left: 70px;
  }
  .lg-pd-right-70 {
    padding-right: 70px;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
}
@media (min-width: 992px) {
  .overflow-hidden {
    overflow: hidden;
    padding-right: 17px;
  }
  .md-mg-left-neg-190 {
    margin-left: -190px !important;
  }
  .md-mg-right-neg-190 {
    margin-right: -190px !important;
  }
  .md-pd-left-60 {
    padding-left: 60px;
  }
  .md-pd-right-60 {
    padding-right: 60px;
  }
  .md-pd-left-40 {
    padding-left: 40px;
  }
  .md-pd-right-40 {
    padding-right: 40px;
  }
  .md-pd-left-20 {
    padding-left: 20px;
  }
  .md-pd-right-20 {
    padding-right: 20px;
  }
  .md-pd-left-15 {
    padding-left: 15px !important;
  }
  .md-pd-right-15 {
    padding-right: 15px !important;
  }
  .md-pd-left-5 {
    padding-left: 5px !important;
  }
  .md-pd-right-5 {
    padding-right: 5px !important;
  }
}
.pd-left-5 {
  padding-left: 5px !important;
}
.pd-right-5 {
  padding-right: 5px !important;
}
.gsf-white-text {
  color: #fff !important;
}
.pos-absolute {
  position: absolute !important;
}
.pos-relative {
  position: relative;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-neg-10 {
  bottom: -10px !important;
}
.top-neg-155 {
  top: -155px;
}
.right-neg-375 {
  right: -375px;
}
.left-neg-375 {
  left: -375px;
}
.right-15 {
  right: 15px;
}
.left-15 {
  left: 15px;
}
.display-inline-block {
  display: inline-block !important;
}
.pd-right-30 {
  padding-right: 30px !important;
}
.pd-left-30 {
  padding-left: 30px !important;
}
.z-index-2 {
  z-index: 2;
}
.box-shadow-dark {
  -webkit-box-shadow: 0 16px 24px 0 rgba(80, 62, 40, 0.12);
  -moz-box-shadow: 0 16px 24px 0 rgba(80, 62, 40, 0.12);
  box-shadow: 0 16px 24px 0 rgba(80, 62, 40, 0.12);
}
@media screen and (max-width: 991px) {
  .sm-text-center {
    text-align: center !important;
  }
  .sm-clear-both {
    clear: both;
  }
  .sm-pd-left-15 {
    padding-left: 15px !important;
  }
  .sm-pd-right-15 {
    padding-right: 15px !important;
  }
  .sm-inner-pd-right-0 > .vc_column-inner {
    padding-right: 0 !important;
  }
  .sm-inner-pd-left-0 > .vc_column-inner {
    padding-left: 0 !important;
  }
  .sm-display-none {
    display: none;
  }
  div.sm-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
  .xs-pd-left-0 {
    padding-left: 0 !important;
  }
  .xs-pd-right-0 {
    padding-right: 0 !important;
  }
  .xs-inner-pd-right-0 > .vc_column-inner {
    padding-right: 0 !important;
  }
  .xs-inner-pd-left-0 > .vc_column-inner {
    padding-left: 0 !important;
  }
  .xs-fs-14 {
    font-size: 14px !important;
  }
}
@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;
  }
}
@media screen and (max-width: 1199px) {
  .md-mg-top-50 {
    margin-top: 50px !important;
  }
  .md-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .md-sub-menu-width-600 > .sub-menu {
    width: 600px !important;
  }
  div.md-pd-right-30 {
    padding-right: 30px;
  }
  div.md-pd-left-30 {
    padding-left: 30px;
  }
  div.md-pd-left-right-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.woocommerce-products-header {
  display: none;
}
.gsf-product-inner + .gsf-paging {
  margin-top: 20px;
}
/*--------Catalog Filter------*/
.gsf-catalog-filter-wrap {
  margin-bottom: 35px;
}
.woocommerce #filter-content .filter-content {
  padding-top: 15px;
}
.gsf-catalog-filter {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-catalog-filter [class*="gsf-table-cell-"] > .gsf-inline > li:not(:last-child) {
  margin-right: 30px;
}
.gsf-catalog-filter ul.gsf-inline:not(.gsf-shop-switch-layout) > li {
  margin-right: 0;
  padding: 10px 0;
}
.gsf-catalog-filter .gsf-table-cell {
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-catalog-filter #gsf-filter-content {
  display: none;
}
.gsf-catalog-filter #gsf-filter-content .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.gsf-catalog-filter #gsf-filter-content .widget {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.gsf-catalog-filter #gsf-filter-content .no-widget-content {
  padding-left: 15px;
  padding-right: 15px;
}
.clear-filter-wrap {
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.clear-filter-wrap a {
  border: 1px solid #91ac41;
  padding: 2px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}
.clear-filter-wrap a:before {
  content: 'x';
  font-size: 16px;
  padding-right: 10px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-md-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-sm-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-xs-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 599px) {
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gsf-filter-content.gsf-filter-mb-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  font-size: 16px;
  font-weight: 400;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-page-size select {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  padding-left: 0;
  font-weight: 500;
}
.woocommerce .gsf-catalog-filter-filter {
  cursor: pointer;
}
.woocommerce .gsf-catalog-filter-filter i:before {
  font-weight: 600;
  font-size: 16px;
}
.woocommerce .gsf-shop-switch-layout li {
  margin-right: 15px;
}
.woocommerce .gsf-shop-switch-layout li.active a {
  color: #91ac41;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 34px;
  font-size: 14px;
  line-height: 20px;
  border: solid 1px #27272f;
  background-clip: border-box;
  text-align: center;
  font-weight: 600;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #27272f;
  -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;
}
.woocommerce #respond input#submit.btn-outline,
.woocommerce a.button.btn-outline,
.woocommerce button.button.btn-outline,
.woocommerce input.button.btn-outline {
  border-width: 1px;
  padding: 14px 34px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  background-color: transparent !important;
  color: #27272f !important;
}
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled] {
  color: #fff;
}
.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: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.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.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 {
  background-color: transparent !important;
  color: #27272f !important;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.product_type_grouped:before {
  content: '\f1b3';
}
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_variable:before {
  content: '\f1de';
}
.woocommerce a.add_to_cart_button.loading:after {
  display: none;
}
.woocommerce a.add_to_cart_button.loading:before {
  display: inline-block;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  line-height: 32px;
  border-right: none;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: '\f110';
  font-family: 'FontAwesome';
}
.woocommerce a.add_to_cart_button.added {
  display: none !important;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.woocommerce .product p.price,
.woocommerce .product span.price {
  font-size: 14px !important;
  letter-spacing: 0;
  font-weight: 600;
}
.woocommerce .product p.price > :not(del),
.woocommerce .product span.price > :not(del) {
  color: #91ac41;
}
.woocommerce .product p.price ins,
.woocommerce .product span.price ins {
  color: #91ac41;
  text-decoration: none;
  font-weight: 600 !important;
}
.woocommerce .product p.price del,
.woocommerce .product span.price del {
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: 400;
}
.woocommerce .star-rating {
  font-size: 13px;
  color: #f2b409;
}
.woocommerce .star-rating:before {
  content: '\53\53\53\53\53';
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 20px;
  padding: 0 9px;
  font-size: 11px;
  color: #fff;
  background-color: #EF7F94;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  text-transform: uppercase;
  z-index: 2;
}
.on-sale + .on-new,
.on-sale + .on-featured {
  top: 40px;
}
.on-sale + .on-featured + .on-new {
  top: 65px;
}
.on-featured {
  background-color: #E3B375;
}
.on-featured + .on-new {
  top: 40px;
}
.on-new {
  background-color: #5aa1e3;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
}
.product-thumb img {
  width: 100%;
}
.product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s 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);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}
.product-item-wrap.active .product-link,
.product-item-inner.active .product-link,
.product-item-inner:hover .product-link {
  opacity: 1;
}
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary,
.product-item-inner.active .product-images-hover.change-image .product-thumb-secondary,
.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-wrap.active .product-images-hover.flip-back,
.product-item-inner.active .product-images-hover.flip-back,
.product-item-inner:hover .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-wrap.active .product-actions .product-action-item,
.product-item-inner.active .product-actions .product-action-item,
.product-item-inner:hover .product-actions .product-action-item {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.product-item-wrap.active .product-actions,
.product-item-inner.active .product-actions,
.product-item-inner:hover .product-actions {
  opacity: 1;
}
.product-item-wrap.active .product-actions-info,
.product-item-inner.active .product-actions-info,
.product-item-inner:hover .product-actions-info {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 599px) {
  .product-flat .product-item-wrap.active .product-info,
  .product-metro .product-item-wrap.active .product-info,
  .product-flat .product-item-inner:hover .product-info,
  .product-metro .product-item-inner:hover .product-info {
    opacity: 0;
    visibility: hidden;
  }
}
.yith-wcwl-add-to-wishlist {
  margin: 0;
}
.yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.yith-wcwl-add-to-wishlist 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;
}
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist a:focus,
.yith-wcwl-add-to-wishlist a:active {
  text-decoration: none;
  color: #91ac41;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  line-height: 1;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: FontAwesome;
  content: '\f08a';
  font-size: 14px;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist svg {
  display: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  line-height: 1;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: FontAwesome;
  content: '\f004';
  font-size: 14px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  z-index: 3;
  font-size: 0;
  white-space: nowrap;
  letter-spacing: 0;
  max-width: 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;
  opacity: 0;
}
.product-actions .product-action-item {
  display: inline-block;
  width: 42px;
  height: 32px;
  vertical-align: top;
  text-align: center;
  background-color: #fff;
  color: #9C9CA7;
  border-top: 1px solid #f5f6fb;
  border-bottom: 1px solid #f5f6fb;
  -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(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.product-actions .product-action-item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 16px;
  -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-size: 0;
}
.product-actions .product-action-item a:before,
.product-actions .product-action-item a i {
  display: block;
  font-size: 14px;
  line-height: 16px;
  width: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  border-right: 1px solid #F5F6FB;
}
.product-actions .product-action-item:first-child {
  -webkit-border-top-left-radius: 16px;
  -moz-border-radius-topleft: 16px;
  border-top-left-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-left-radius: 16px;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.05s ease-out, opacity 0.5s 0.05s ease-out, -webkit-transform 0.5s 0.05s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.05s ease-out, opacity 0.5s 0.05s ease-out, -moz-transform 0.5s 0.05s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.05s ease-out, opacity 0.5s 0.05s ease-out, -ms-transform 0.5s 0.05s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.05s ease-out, opacity 0.5s 0.05s ease-out, -o-transform 0.5s 0.05s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.05s ease-out, opacity 0.5s 0.05s ease-out, transform 0.5s 0.05s ease-out;
  border: 1px solid #f5f6fb;
  border-right: none;
}
.product-actions .product-action-item:first-child + .product-action-item {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, transform 0.5s 0.15s ease-out;
}
.product-actions .product-action-item:first-child + .product-action-item + .product-action-item {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.product-actions .product-action-item:first-child + .product-action-item + .product-action-item + .product-action-item {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.product-actions .product-action-item.product-action-end {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-right-radius: 16px;
  border: 1px solid #f5f6fb;
  border-left: none;
}
.product-actions .product-action-item.product-action-end a {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-right-radius: 16px;
}
.product-actions .product-action-item.product-action-end a:before,
.product-actions .product-action-item.product-action-end a i {
  border-right: none;
}
.product-actions .product-action-item i.fa-spinner.fa-pulse {
  line-height: 32px;
  border-right: none;
}
.product-actions .product-quick-view,
.product-actions .add_to_cart_button {
  color: inherit;
}
.product-actions .product-quick-view:hover,
.product-actions .add_to_cart_button:hover,
.product-actions .product-quick-view:focus,
.product-actions .add_to_cart_button:focus,
.product-actions .product-quick-view:active,
.product-actions .add_to_cart_button:active {
  text-decoration: none;
  color: #91ac41;
}
.product-actions .product-quick-view:before,
.product-actions .add_to_cart_button:before {
  font-family: 'Flaticon';
  font-size: 14px;
}
.product-actions .compare,
.product-actions .added_to_cart,
.product-actions .product_type_variable:not(.btn_add_to_cart),
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .product_out_of_stock {
  color: inherit;
}
.product-actions .compare:hover,
.product-actions .added_to_cart:hover,
.product-actions .product_type_variable:not(.btn_add_to_cart):hover,
.product-actions .product_type_grouped:hover,
.product-actions .product_type_external:hover,
.product-actions .product_out_of_stock:hover,
.product-actions .compare:focus,
.product-actions .added_to_cart:focus,
.product-actions .product_type_variable:not(.btn_add_to_cart):focus,
.product-actions .product_type_grouped:focus,
.product-actions .product_type_external:focus,
.product-actions .product_out_of_stock:focus,
.product-actions .compare:active,
.product-actions .added_to_cart:active,
.product-actions .product_type_variable:not(.btn_add_to_cart):active,
.product-actions .product_type_grouped:active,
.product-actions .product_type_external:active,
.product-actions .product_out_of_stock:active {
  text-decoration: none;
  color: #91ac41;
}
.product-actions .compare:before,
.product-actions .added_to_cart:before,
.product-actions .product_type_variable:not(.btn_add_to_cart):before,
.product-actions .product_type_grouped:before,
.product-actions .product_type_external:before,
.product-actions .product_out_of_stock:before {
  font-family: 'FontAwesome';
  font-size: 14px;
}
.product-actions .product_out_of_stock:before {
  content: '\f08e';
}
.product-actions .product-quick-view {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.product-actions .product-quick-view i:before {
  font-size: 14px;
}
.product-actions .add_to_cart_button:before {
  content: '\f103';
}
.product-actions .add_to_cart_button,
.product-actions .added_to_cart,
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .product_type_variable {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.product-actions .compare {
  color: inherit;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.55s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.55s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.55s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.55s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.3s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.55s ease-out;
}
.product-actions .compare:hover,
.product-actions .compare:focus,
.product-actions .compare:active {
  text-decoration: none;
  color: #91ac41;
}
.product-actions .compare:before {
  content: '\f021';
}
.tooltip-inner {
  white-space: nowrap;
}
/**
* Product cat
 */
.product-item-wrap {
  margin-bottom: 57px;
}
.gsf-product-inner.layout-grid.gsf-gutter-30 .product-item-wrap {
  margin-bottom: 27px;
}
.gsf-product-inner.layout-grid.gsf-gutter-20 .product-item-wrap {
  margin-bottom: 37px;
}
.gsf-product-inner.layout-grid.gsf-gutter-10 .product-item-wrap {
  margin-bottom: 47px;
}
.gsf-product-inner.layout-grid.gsf-gutter-0 .product-item-wrap {
  margin-bottom: 57px;
}
.product-cat {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.layout-grid .product-item-inner {
  -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 .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: #91ac41;
}
.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-info {
  padding: 25px;
  text-align: center;
}
.layout-grid .product-info .product-name {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}
.layout-grid .product-info .product-rating {
  margin-bottom: 8px;
}
.layout-grid .product-info .product-rating .star-rating {
  margin: auto;
}
.layout-grid .rating-count {
  display: none;
}
.layout-grid .product-description,
.layout-grid .product-list-actions {
  display: none;
}
.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: #91ac41;
}
.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 {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.layout-list .product-item-wrap .product-actions {
  display: none;
}
.layout-list .product-item-wrap .product-thumb {
  width: 270px;
  float: left;
  margin-bottom: 0;
}
.layout-list .product-item-wrap .product-info {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
}
.layout-list .product-item-wrap .product-name {
  margin-top: -6px;
  font-size: 24px;
  font-weight: 600;
}
.layout-list .product-item-wrap .product-cat + .product-name {
  margin-top: 0;
}
.layout-list .product-item-wrap .price {
  font-size: 18px !important;
}
.layout-list .product-item-wrap .product-rating {
  margin-bottom: 17px;
}
.layout-list .product-item-wrap .product-rating .star-rating {
  display: inline-block;
  margin: 0;
}
.layout-list .product-item-wrap .product-rating .rating-count {
  font-style: italic;
  font-size: 14px;
  display: inline-block;
}
.layout-list .product-item-wrap .product-description {
  margin-top: 25px;
  line-height: 1.75em;
  max-height: 5.25em;
  overflow: hidden;
}
.layout-list .product-list-actions {
  font-size: 0;
  margin-top: 30px;
}
.layout-list .product-list-actions .product-action-item {
  margin-right: 5px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}
.layout-list .product-list-actions .product-action-item a {
  display: block;
  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: #91ac41;
}
.layout-list .product-list-actions .product-action-item:not(.add_to_cart_tooltip) {
  width: 40px;
  border-radius: 4px;
  text-align: center;
}
.layout-list .product-list-actions .product_type_simple,
.layout-list .product-list-actions .product_type_external,
.layout-list .product-list-actions .product_type_variable,
.layout-list .product-list-actions .product_type_grouped,
.layout-list .product-list-actions .added_to_cart {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
  padding: 0 32px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.layout-list .product-list-actions .product_type_simple:before,
.layout-list .product-list-actions .product_type_external:before,
.layout-list .product-list-actions .product_type_variable:before,
.layout-list .product-list-actions .product_type_grouped:before,
.layout-list .product-list-actions .added_to_cart:before {
  display: none;
  margin-right: 10px;
}
.layout-list .product-list-actions .product-quick-view {
  color: inherit;
}
.layout-list .product-list-actions .product-quick-view:hover,
.layout-list .product-list-actions .product-quick-view:focus,
.layout-list .product-list-actions .product-quick-view:active {
  text-decoration: none;
  color: #91ac41;
}
.layout-list .product-list-actions .product-quick-view:before {
  font-family: 'Flaticon';
  font-size: 14px;
}
.layout-list .product-list-actions .compare:before {
  font-family: 'FontAwesome';
  font-size: 14px;
}
.layout-list .product-list-actions .compare i:before,
.layout-list .product-list-actions .product-quick-view i:before {
  font-size: 14px;
}
.layout-list .product-list-actions .compare:before {
  content: '\f021';
}
.layout-list .product-list-actions .yith-wcwl-add-to-wishlist a {
  line-height: 40px;
}
[class*="layout-metro-"] .product-item-wrap {
  margin-bottom: 0;
}
[class*="layout-metro-"] .product-thumb {
  border: none !important;
}
[class*="layout-metro-"] .product-thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f6fb;
  z-index: 2;
}
[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-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  -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-info .product-name {
  margin-bottom: 0;
}
[class*="layout-metro-"] .product-rating .rating-count {
  display: none;
}
[class*="layout-metro-"] .product-actions {
  position: static;
  background: transparent !important;
  box-shadow: none !important;
  margin-top: 20px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
[class*="layout-metro-"] .product-actions .product-action-item,
[class*="layout-metro-"] .product-actions .product-action-item a i {
  border-color: #f5f6fb !important;
}
/**
* Single Product
* ----------------------------------------------------------------------------
*/
.single-product-image {
  position: relative;
}
.single-product-image img {
  width: 100%;
}
.single-product-image-inner .single-product-image-thumb {
  width: 97px;
  padding-right: 10px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.single-product-image-inner .single-product-image-thumb .slick-slide {
  margin: 5px 0;
  outline: none !important;
}
.single-product-image-inner .single-product-image-thumb .slick-list {
  margin: -5px 0;
}
.single-product-image-inner .single-product-image-thumb .slick-arrow {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.single-product-image-inner .single-product-image-thumb .slick-arrow i {
  font-size: 12px;
}
.single-product-image-inner .single-product-image-thumb .slick-prev {
  top: 0;
}
.single-product-image-inner .single-product-image-thumb .slick-next {
  bottom: 0;
}
.single-product-image-inner .single-product-image-main-wrap {
  padding-left: 98px;
}
.single-product-image-inner .single-product-image-main-wrap .zoomGallery {
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
}
#quick-view-product-image .single-product-image-thumb {
  width: 75px;
}
#quick-view-product-image .single-product-image-main-wrap {
  padding-left: 75px;
}
@media (min-width: 1200px) {
  .has-sidebar .single-product-image-inner .single-product-image-thumb,
  #quick-view-product-image .single-product-image-thumb {
    margin-top: 10px;
    width: 100%;
    position: static;
    padding-right: 0;
  }
  .has-sidebar .single-product-image-inner .single-product-image-thumb .slick-slide,
  #quick-view-product-image .single-product-image-thumb .slick-slide {
    margin: 0 5px;
  }
  .has-sidebar .single-product-image-inner .single-product-image-thumb .slick-list,
  #quick-view-product-image .single-product-image-thumb .slick-list {
    margin: 0 -5px;
  }
  .has-sidebar .single-product-image-inner .single-product-image-main-wrap,
  #quick-view-product-image .single-product-image-main-wrap {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .single-product-image-inner .single-product-image-thumb {
    width: 100%;
    padding-right: 0;
    position: static;
    margin-top: 10px;
  }
  .single-product-image-inner .single-product-image-thumb .slick-slide {
    margin: 0 5px;
  }
  .single-product-image-inner .single-product-image-thumb .slick-list {
    margin: 0 -5px;
  }
  .single-product-image-inner .single-product-image-main-wrap {
    padding-left: 0;
  }
  #quick-view-product-image .single-product-image-thumb {
    width: 100%;
  }
  #quick-view-product-image .single-product-image-main-wrap {
    padding-left: 0;
  }
}
.single-product-image,
.single-product-image-main {
  position: relative;
}
.single-product-image-main:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
}
.single-product-image-main:hover:before,
.single-product-image-main:hover .zoom-image {
  opacity: 1;
}
.single-product-image-main img {
  width: 100%;
}
.single-product-image-thumb .product-image-thumb-item {
  position: relative;
  cursor: move;
}
.single-product-image-thumb .product-image-thumb-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  z-index: 1;
}
.single-product-image-thumb .synced .product-image-thumb-item,
.single-product-image-thumb .synced.product-image-thumb-item {
  cursor: default;
}
.single-product-image-thumb .synced .product-image-thumb-item:before,
.single-product-image-thumb .synced.product-image-thumb-item:before {
  opacity: 1;
}
.summary-product {
  position: relative;
}
.summary-product .product_title {
  font-size: 32px;
  font-weight: 600;
  margin-top: -5px !important;
  margin-bottom: 5px;
}
.summary-product .product-rating {
  margin-bottom: 17px;
}
.summary-product .product-rating .star-rating {
  display: inline-block;
  float: none;
}
.summary-product .product-rating .rating-count {
  font-style: italic;
  font-size: 13px;
}
.summary-product .price {
  font-size: 18px !important;
  margin-bottom: 17px;
  color: #91ac41 !important;
}
.summary-product .woocommerce-product-details__short-description {
  margin-bottom: 36px;
}
.summary-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.summary-product table.variations {
  margin-bottom: 20px !important;
}
.summary-product table.variations td.label {
  display: none;
}
.summary-product table.variations td {
  width: 100%;
  padding-bottom: 10px;
  vertical-align: middle !important;
}
.summary-product table.variations .reset_variations {
  display: none !important;
}
.summary-product table.variations select {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  border: none;
  font-size: 14px;
  margin-right: 0;
  width: 100%;
}
.summary-product .woocommerce-variation-price {
  margin-bottom: 20px;
}
.summary-product form.cart {
  margin-bottom: 0 !important;
  margin-right: 5px;
  vertical-align: middle;
}
.summary-product .quantity {
  margin-right: 10px !important;
}
.summary-product .quantity .quantity-inner .input-text {
  height: 40px;
  line-height: 40px;
}
.summary-product .quantity .quantity-inner .btn-number {
  line-height: 40px;
}
.summary-product button.alt {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 32px !important;
  text-transform: uppercase;
  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;
}
.summary-product .single-product-function {
  margin-top: 20px;
  line-height: 40px;
  vertical-align: middle;
}
.summary-product .single-product-function > *:not(.tooltip) {
  display: inline-block;
  font-size: 0;
  margin-right: 5px;
  vertical-align: middle;
}
.summary-product .single-product-function .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.summary-product .single-product-function .yith-wcwl-add-button,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  text-align: center;
}
.summary-product .single-product-function .yith-wcwl-add-button img,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse img,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse img {
  display: none !important;
}
.summary-product .single-product-function .yith-wcwl-add-button a,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse a {
  color: inherit;
}
.summary-product .single-product-function .yith-wcwl-add-button a:hover,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,
.summary-product .single-product-function .yith-wcwl-add-button a:focus,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse a:focus,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse a:focus,
.summary-product .single-product-function .yith-wcwl-add-button a:active,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse a:active,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse a:active {
  text-decoration: none;
  color: #91ac41;
}
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.summary-product .single-product-function .compare {
  height: 40px;
  width: 40px;
  border-radius: 4px;
  font-size: 0;
  text-align: center;
  color: inherit;
}
.summary-product .single-product-function .compare:hover,
.summary-product .single-product-function .compare:focus,
.summary-product .single-product-function .compare:active {
  text-decoration: none;
  color: #91ac41;
}
.summary-product .single-product-function .compare:before {
  content: '\f021';
  font-family: 'FontAwesome';
  font-size: 14px;
}
.summary-product .single-product-function + .yith-wcwl-add-to-wishlist {
  display: none !important;
}
.summary-product .group_table {
  margin-bottom: 10px;
}
.summary-product .group_table tr {
  line-height: 40px;
  vertical-align: middle;
}
.summary-product .group_table td {
  padding-bottom: 10px;
}
.summary-product .group_table td.label {
  font-size: 16px;
  color: #27272f;
  font-weight: 600 !important;
}
.summary-product .group_table td.label a {
  color: inherit;
}
.summary-product .group_table td.label a:hover,
.summary-product .group_table td.label a:focus,
.summary-product .group_table td.label a:active {
  text-decoration: none;
  color: #91ac41;
}
.summary-product .group_table td.price {
  font-size: 14px !important;
  color: #27272f;
  vertical-align: top;
}
.summary-product .group_table td.price del {
  font-size: 13px;
  color: #8b8b99;
}
.summary-product .group_table td.price ins {
  text-decoration: none;
  font-weight: 600;
}
.summary-product .product_meta {
  margin-top: 60px;
  padding-top: 15px;
}
.summary-product .product_meta > span {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.summary-product .product_meta > span span {
  text-transform: none;
  font-weight: 300;
  margin-left: 15px;
}
.summary-product .product_meta > span a {
  color: inherit;
  font-weight: 300;
  text-transform: none;
}
.summary-product .product_meta > span a:hover,
.summary-product .product_meta > span a:focus,
.summary-product .product_meta > span a:active {
  text-decoration: none;
  color: #91ac41;
}
.summary-product .product_meta > span a:first-child {
  margin-left: 15px;
}
.summary-product .product_meta > span a:hover {
  color: #91ac41 !important;
}
.summary-product .product_meta > span + span {
  margin-top: 5px;
}
.summary-product .gsf-product-share {
  margin-top: 5px;
}
.summary-product .gsf-product-share .gsf-product-share-title {
  font-size: 14px;
  font-weight: 500;
}
.summary-product .gsf-product-share ul {
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
}
.summary-product .gsf-product-share ul li {
  margin-bottom: 0;
  margin-right: 10px;
}
.quantity {
  display: inline-block;
}
.quantity .quantity-inner {
  position: relative;
}
.quantity .quantity-inner .input-text {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  width: 90px;
  height: 40px;
  line-height: 40px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 300;
}
.quantity .quantity-inner .btn-number {
  position: absolute;
  top: 0;
  font-size: 8px;
  width: 28px;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.quantity .quantity-inner [data-type="minus"] {
  left: 0;
}
.quantity .quantity-inner [data-type="plus"] {
  right: 0;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce-tabs {
  margin-top: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #f5f6fb;
  overflow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 20px;
  margin: 0;
  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;
  display: inline-block;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  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-weight: 500;
  font-size: 18px;
  color: inherit;
}
.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: #91ac41;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 1px;
  width: 100%;
  background: #91ac41;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(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 div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #27272f;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs .panel {
  width: 66.66667%;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.woocommerce div.product .shop_attributes th {
  font-weight: 500;
  color: #27272f;
}
.woocommerce-Tabs-panel--reviews #comments h2 {
  margin-bottom: 50px;
}
/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
  padding-bottom: 20px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e6ec;
}
.woocommerce #reviews #comments ol.commentlist li:first-child {
  padding-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  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 {
  margin: 0 0 0 100px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  margin-bottom: 4px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 500;
  font-size: 14px;
  color: #27272f;
  display: inline-block;
  margin-right: 13px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta span {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 12px;
  display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 4px;
  color: #91ac41;
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper {
  margin-top: 35px;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper #reply-title {
  margin-bottom: 5px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.woocommerce #review_form #respond label {
  display: none;
}
.woocommerce #review_form #respond label[for="rating"] {
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
}
.woocommerce #review_form #respond p.comment-notes {
  margin-bottom: 19px;
}
.woocommerce #review_form #respond p.comment-form-rating {
  margin-bottom: 31px;
}
.woocommerce #review_form #respond p.stars {
  display: inline-block;
  margin: 0;
  position: relative;
  top: 4px;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before {
  color: #F2B409;
}
.woocommerce p.stars a {
  color: inherit;
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:hover,
.woocommerce p.stars a:focus,
.woocommerce p.stars a:active {
  text-decoration: none;
  color: #91ac41;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
}
.woocommerce #reviews #comment {
  height: 100px;
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
}
.woocommerce #respond input#submit {
  height: 40px;
  padding: 0 34px;
  background: #27272f;
  color: #fff;
}
.woocommerce #respond input#submit:hover {
  background: #91ac41;
}
@media (min-width: 768px) {
  .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%;
    margin-bottom: 15px;
  }
  .woocommerce #reviews .comment-form-author {
    padding-right: 15px;
  }
  .woocommerce #reviews .comment-form-email {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .layout-list .product-item-wrap {
    width: 100% !important;
    padding-bottom: 0 !important;
  }
  .layout-list .product-item-wrap .product-actions {
    display: none;
  }
  .layout-list .product-item-wrap .product-thumb {
    float: none;
    margin-bottom: 20px;
  }
  .layout-list .product-item-wrap .product-info {
    padding-left: 0;
  }
  .woocommerce-tabs {
    width: 100%;
    margin-left: 0;
  }
  .woocommerce #reviews .comment-form-author input,
  .woocommerce #reviews .comment-form-email input {
    width: 100%;
    margin-bottom: 15px;
  }
  .woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .layout-list .product-list-actions .product_type_simple,
  .layout-list .product-list-actions .product_type_external,
  .layout-list .product-list-actions .product_type_variable,
  .layout-list .product-list-actions .product_type_grouped .added_to_cart {
    font-size: 13px;
    padding: 0 15px;
  }
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process .update-cart input {
    padding-right: 10px;
    padding-left: 40px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process .clear-cart {
    width: 100%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.woocommerce-block-title {
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
/**
* Up sells, Related
 */
.woocommerce .up-sells,
.woocommerce .related.products,
.woocommerce .cross-sells {
  padding-top: 60px;
  text-align: center;
}
.woocommerce .up-sells span.price,
.woocommerce .related.products span.price,
.woocommerce .cross-sells span.price {
  color: inherit !important;
}
.woocommerce .up-sells span.price ins,
.woocommerce .related.products span.price ins,
.woocommerce .cross-sells span.price ins {
  font-weight: 600 !important;
}
.woocommerce .up-sells span.price del,
.woocommerce .related.products span.price del,
.woocommerce .cross-sells span.price del {
  opacity: 1 !important;
}
.woocommerce .up-sells .gsf-heading,
.woocommerce .related.products .gsf-heading,
.woocommerce .cross-sells .gsf-heading {
  margin-bottom: 50px;
}
/*Sale countdown*/
.product-deal-countdown {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  max-height: 100%;
  font-size: 0;
  margin: auto;
  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;
  transition-delay: 0.15s;
  white-space: nowrap;
}
.product-deal-countdown .countdown-section {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #E8E9EE;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0 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: 16px;
  font-weight: 500;
  line-height: 1;
  color: #27272f;
  margin-bottom: 4px;
}
.product-deal-countdown .countdown-period {
  display: block;
  font-size: 12px;
  line-height: 1;
}
.product-deal-countdown.small {
  bottom: 25px;
}
.product-deal-countdown.small .countdown-section {
  width: 40px;
  height: 40px;
  padding: 7px 0;
  margin: 0 3px;
}
.product-deal-countdown.small .countdown-amount {
  font-size: 12px;
  margin-bottom: 2px;
}
.product-deal-countdown.small .countdown-period {
  text-transform: none;
  font-size: 11px;
}
/**
* Cart Page
* ----------------------------------------------------------------------------
*/
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table th {
  padding: 0;
  background-color: transparent !important;
  border: none;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #E6E5E1;
}
.woocommerce table.shop_table td {
  border: none;
  padding: 20px 0;
  border-bottom: 1px solid #E6E5E1;
}
.woocommerce table.shop_table .product-thumbnail {
  width: 115px;
}
.woocommerce table.shop_table .product-thumbnail img {
  width: 100px;
  border: 1px solid #f5f6fb;
}
.woocommerce table.shop_table .amount {
  font-size: 14px;
  font-weight: 600;
  color: #91ac41;
}
.woocommerce table.shop_table .product-name a {
  color: inherit;
  font-weight: 600;
  color: #27272f;
}
.woocommerce table.shop_table .product-name a:hover,
.woocommerce table.shop_table .product-name a:focus,
.woocommerce table.shop_table .product-name a:active {
  text-decoration: none;
  color: #91ac41;
}
.woocommerce table.shop_table .product-remove a {
  height: 32px;
  width: 32px;
  line-height: 33px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  color: #8b8b99 !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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.woocommerce table.shop_table .product-remove a:hover {
  background-color: #91ac41 !important;
  color: #fff !important;
}
.woocommerce table.shop_table .cart-actions td {
  padding: 40px 0;
}
.woocommerce table.shop_table .cart-actions .back-to-shop:before {
  display: none;
}
.woocommerce table.shop_table .cart-actions .back-to-shop a {
  font-weight: 500;
}
.woocommerce table.shop_table .cart-actions .back-to-shop i {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 1px;
  vertical-align: middle;
}
.woocommerce table.shop_table .cart-process {
  text-align: right;
}
.woocommerce table.shop_table .cart-process:before {
  display: none;
}
.woocommerce table.shop_table .cart-process .clear-cart,
.woocommerce table.shop_table .cart-process .update-cart {
  display: inline-block;
}
.woocommerce table.shop_table .cart-process .clear-cart,
.woocommerce table.shop_table .cart-process .update-cart input {
  line-height: 20px;
  padding: 14px 33px;
  border: 1px solid #e5e6ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8b8b99;
  background: transparent;
  font-size: 14px;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce table.shop_table .cart-process .clear-cart:hover,
.woocommerce table.shop_table .cart-process .update-cart input:hover {
  color: #fff !important;
  background-color: #27272f !important;
}
.woocommerce table.shop_table .cart-process .clear-cart i {
  margin-right: 8px;
}
.woocommerce table.shop_table .cart-process .update-cart {
  position: relative;
  margin-right: 5px;
  padding: 0;
}
.woocommerce table.shop_table .cart-process .update-cart input {
  padding-left: 54px;
}
.woocommerce table.shop_table .cart-process .update-cart input:hover + i {
  color: #fff;
}
.woocommerce table.shop_table .cart-process .update-cart i {
  position: absolute;
  left: 33px;
  line-height: 50px;
  -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 .shipping-calculator-form {
  display: block !important;
}
.woocommerce-page table.cart td.actions {
  position: relative;
  text-align: left;
  border-bottom: none;
}
.woocommerce-page table.cart td.actions .coupon-wrap {
  position: absolute;
  width: 33.33334%;
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding-left: 0;
  padding-right: 20px;
  top: 100%;
}
.woocommerce-page table.cart td.actions .coupon {
  float: none;
}
.woocommerce-page table.cart td.actions .coupon input {
  display: block;
  width: 100%;
}
.woocommerce-page table.cart td.actions .coupon .woocommerce-block-title {
  margin-bottom: 5px;
}
.woocommerce-page table.cart td.actions .coupon .description {
  margin-bottom: 23px;
}
.woocommerce-page table.cart td.actions .coupon input.button {
  width: auto;
  line-height: 20px;
  padding: 14px 33px;
  border: 1px solid #e5e6ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8b8b99;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 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-page table.cart td.actions .coupon input.button:hover {
  background-color: #27272f !important;
  color: #fff !important;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals,
.woocommerce-cart .cart-collaterals {
  width: 66.66667%;
  margin-left: auto;
  padding-left: 10px;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: 35%;
  font-weight: 600;
  font-size: 14px;
  color: #27272f;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  border-bottom: 1px solid #e5e6ec;
  border-top: none;
  padding: 20px 0;
}
.woocommerce .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator,
.woocommerce-page .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator,
.woocommerce-cart .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator {
  margin-top: 25px;
}
.woocommerce .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button,
.woocommerce-page .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button,
.woocommerce-cart .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button {
  width: auto;
  line-height: 20px;
  padding: 14px 21px;
  border: 1px solid #e5e6ec;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #8b8b99;
  background: transparent;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 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 .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button:hover,
.woocommerce-page .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button:hover,
.woocommerce-cart .cart-collaterals .cart_totals table td.shipping-method .woocommerce-shipping-calculator button.button:hover {
  background-color: #27272f !important;
  color: #fff !important;
}
.woocommerce .cart-collaterals .cart_totals table .order-total th,
.woocommerce-page .cart-collaterals .cart_totals table .order-total th,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total th,
.woocommerce .cart-collaterals .cart_totals table .order-total td,
.woocommerce-page .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td {
  padding-top: 17px;
  border-bottom: none;
  vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
  background: #27272f;
  color: #fff;
  line-height: 20px;
  padding: 14px 0;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 500;
  border: 1px solid #27272f;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
.woocommerce-page .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover {
  border-color: #27272f;
  background: transparent;
  color: #27272f;
}
.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li,
.woocommerce-cart ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}
.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label,
.woocommerce-cart ul#shipping_method li label {
  font-weight: 400;
}
.woocommerce ul#shipping_method li .amount,
.woocommerce-page ul#shipping_method li .amount,
.woocommerce-cart ul#shipping_method li .amount {
  font-weight: 400;
  color: #8b8b99;
}
.woocommerce .return-to-shop .button,
.woocommerce-page .return-to-shop .button,
.woocommerce-cart .return-to-shop .button {
  padding: 14px 34px;
  font-size: 14px;
  line-height: 20px;
  background: #27272f;
  border: 1px solid #27272f;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.woocommerce .return-to-shop .button.btn-outline,
.woocommerce-page .return-to-shop .button.btn-outline,
.woocommerce-cart .return-to-shop .button.btn-outline {
  border-width: 1px;
  padding: 14px 34px;
}
.woocommerce .return-to-shop .button:hover,
.woocommerce-page .return-to-shop .button:hover,
.woocommerce-cart .return-to-shop .button:hover {
  color: #27272f;
  background: #fff;
}
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce-cart .woocommerce-info {
  position: relative;
  color: #8b8b99;
  font-size: 16px;
  border: 1px solid #e5e6ec;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}
.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-cart .woocommerce-info:before {
  display: none;
}
.woocommerce .woocommerce-info a,
.woocommerce-page .woocommerce-info a,
.woocommerce-cart .woocommerce-info a {
  text-decoration: none;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce-cart .woocommerce-error {
  padding-left: 50px;
  margin-bottom: 30px !important;
}
@media (max-width: 599px) {
  .woocommerce table.shop_table .cart-process .clear-cart,
  .woocommerce table.shop_table .cart-process .update-cart {
    clear: both;
  }
}
/**
* Checkout page
*/
.woocommerce form .form-row {
  width: 100%;
  margin-bottom: 6px;
}
.woocommerce form .form-row .button {
  text-transform: uppercase;
  background: #27272f;
  border: 1px solid #27272f;
  color: #fff;
  font-weight: 600;
}
.woocommerce form .form-row .button:hover {
  background: #fff;
  color: #27272f !important;
}
.woocommerce form .form-row label {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce form .form-row.create-account {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="tel"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  width: 100%;
}
.login-coupon-block {
  margin-bottom: 55px;
}
.login-coupon-block form.woocommerce-form-login {
  border-color: #e5e6ec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-coupon-block form.woocommerce-form-login [name="login"] {
  padding: 9px 32px;
  font-size: 14px;
  line-height: 20px;
}
.login-coupon-block form.woocommerce-form-login [name="login"].btn-outline {
  border-width: 1px;
  padding: 9px 32px;
}
.login-coupon-block form.woocommerce-form-login .form-row .woocommerce-form__label {
  padding-left: 30px;
}
.login-coupon-block form.woocommerce-form-login .lost_password a {
  color: inherit;
  font-weight: 500;
  color: #27272f;
}
.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: #91ac41;
}
.login-coupon-block form.checkout_coupon {
  position: relative;
  border-color: #e5e6ec;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-coupon-block form.checkout_coupon [name="apply_coupon"] {
  padding: 14px 32px;
  font-size: 14px;
  line-height: 20px;
}
.login-coupon-block form.checkout_coupon [name="apply_coupon"].btn-outline {
  border-width: 1px;
  padding: 14px 32px;
}
.login-coupon-block form.checkout_coupon .form-row-first {
  width: 100%;
  margin-bottom: 0;
}
.login-coupon-block form.checkout_coupon .form-row-last {
  position: absolute;
  width: auto;
  right: 20px;
}
.woocommerce form.checkout h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 23px;
  color: #27272f;
}
.woocommerce form.checkout h3 label {
  margin: 0;
}
.woocommerce form.checkout .select2-selection {
  height: 50px;
  line-height: 50px;
  border-color: #e5e6ec;
}
.woocommerce form.checkout .select2-selection span {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}
.woocommerce form.checkout #ship-to-different-address span,
.woocommerce form.checkout .woocommerce-account-fields span {
  cursor: pointer;
  text-transform: none;
  font-weight: 500;
}
.woocommerce form.checkout .woocommerce-account-fields [name="createaccount"] {
  position: relative;
  cursor: pointer;
}
.woocommerce form.checkout #ship-to-different-address {
  margin-top: 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: 140px;
}
.woocommerce form.checkout #order_review {
  margin-top: 44px;
}
.woocommerce form.checkout #order_review .shop_table tbody tr.cart_item td {
  border-bottom: none;
  padding: 4px 0;
}
.woocommerce form.checkout #order_review .shop_table tbody tr.cart_item:last-child td {
  padding-bottom: 25px;
}
.woocommerce form.checkout #order_review .shop_table tbody tr.cart_item td.product-name {
  color: #27272f;
  width: 60%;
}
.woocommerce form.checkout #order_review .shop_table tbody tr.cart_item .product-quantity {
  font-weight: 400;
  color: #8b8b99;
  padding-left: 20px;
}
.woocommerce form.checkout #order_review .shop_table tbody tr.cart_item .product-total .amount {
  color: #8b8b99;
}
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal th,
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal td {
  padding: 25px 0;
  border-bottom: none;
}
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal th {
  color: #27272f;
  font-weight: 500;
}
.woocommerce form.checkout #order_review .shop_table tfoot th.shipping,
.woocommerce form.checkout #order_review .shop_table tfoot td.shipping-method {
  padding-top: 25px;
  border-bottom: none;
}
.woocommerce form.checkout #order_review .shop_table tfoot th.shipping {
  color: #27272f;
  font-weight: 500;
}
.woocommerce form.checkout #order_review .shop_table tfoot .order-total th,
.woocommerce form.checkout #order_review .shop_table tfoot .order-total td {
  padding-top: 25px;
}
.woocommerce form.checkout #order_review .shop_table tfoot .order-total th {
  color: #27272f;
  font-weight: 500;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment {
  width: 66.66666667%;
  background-color: transparent;
  margin-top: 34px;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods {
  padding: 0;
  border-bottom: none;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment ul.payment_methods label {
  margin-bottom: 0;
  color: #27272f;
  font-weight: 500;
}
.woocommerce form.checkout #order_review .place-order {
  text-align: center;
  padding: 50px 0 0;
  margin-bottom: 0;
}
.woocommerce form.checkout #order_review .place-order input {
  width: 100%;
  padding: 14px 34px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.woocommerce form.checkout #order_review .place-order input.btn-outline {
  border-width: 1px;
  padding: 14px 34px;
}
.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 #e5e6ec;
  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 #e5e6ec !important;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  font-size: 14px;
  margin: 10px 0 27px;
  padding: 0;
  color: #8b8b99;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
@media (max-width: 768px) {
  .woocommerce-shipping-fields {
    margin-top: 50px;
  }
  .woocommerce form.checkout #order_review .woocommerce-checkout-payment {
    width: 100%;
  }
}
/**
* My Account Pages
* ----------------------------------------------------------------------------
*/
.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: 600;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 15px 20px;
  color: inherit;
  border-bottom: solid 1px #e5e6ec;
  -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: #91ac41;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #91ac41;
  border-bottom-color: #91ac41;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #e5e6ec;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  display: inline-block;
  width: auto;
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: inherit;
  color: #59cca6;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover,
.woocommerce-account .woocommerce-MyAccount-content p a:focus,
.woocommerce-account .woocommerce-MyAccount-content p a:active {
  text-decoration: none;
  color: #91ac41;
}
.woocommerce-account .woocommerce-MyAccount-content > .col-md-4 {
  margin-bottom: 50px;
}
.woocommerce-account .woocommerce-MyAccount-content > .col-md-4,
.woocommerce-account .woocommerce-MyAccount-content > .col-md-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 #91ac41;
  background-color: #91ac41;
  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: #91ac41;
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-block-title {
  font-size: 28px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .customer-details .woocommerce-block-title {
  font-size: 18px !important;
}
.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: none !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 #e5e6ec;
    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.cart-actions {
    border-bottom: 1px solid #e5e6ec;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td {
    border-bottom: none;
    display: table-cell;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td.back-to-shop {
    width: auto !important;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td.back-to-shop a.btn {
    white-space: nowrap;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td.cart-process {
    text-align: right;
  }
  .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: #27272f;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 14px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td {
    padding: 10px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr td.product-quantity:before {
    position: relative;
    top: 10px;
  }
  .woocommerce .cart-collaterals .cart_totals_inner tr {
    border: none !important;
  }
  .woocommerce table.shop_table td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-page table.cart td.actions .coupon-wrap {
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: left;
  }
  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals,
  .woocommerce-cart .cart-collaterals {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .woocommerce-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #e5e6ec;
  }
  .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;
  }
}
@media (max-width: 599px) {
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions td {
    display: block;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .back-to-shop a.btn {
    width: 100%;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process > * {
    display: table-cell;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process .update-cart {
    padding-right: 5px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process .update-cart i {
    left: 23px;
  }
  .woocommerce table.shop_table.shop_table_responsive tbody tr.cart-actions .cart-process .clear-cart {
    width: 100%;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.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;
}
/**
* Wishlist page
 */
#yith-wcwl-form .wishlist-title h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 40px;
}
#yith-wcwl-form tbody th,
#yith-wcwl-form tbody td {
  text-align: left;
  padding: 20px 0;
}
#yith-wcwl-form tbody .product-remove {
  padding-right: 30px;
  vertical-align: middle;
  padding-top: 30px;
}
#yith-wcwl-form tbody .product-thumbnail a {
  max-width: 100px;
}
#yith-wcwl-form tbody .product-thumbnail img {
  width: 100px;
}
#yith-wcwl-form tbody .product-name {
  padding-left: 12px;
  font-size: 16px;
}
#yith-wcwl-form tbody .product-price {
  padding-left: 12px;
  color: #27272f;
  font-size: 14px;
}
#yith-wcwl-form tbody .product-stock-status {
  padding-left: 12px;
}
#yith-wcwl-form tbody .product-stock-status > span {
  display: inline-block;
  position: relative;
  padding-left: 18px;
}
#yith-wcwl-form tbody .product-stock-status > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
  font-family: 'themify';
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock {
  color: #91ac41;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock:before {
  content: "\e64c";
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock {
  color: red;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock:before {
  content: '\e646';
}
#yith-wcwl-form tbody .product-add-to-cart > a {
  padding: 9px 32px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #27272f;
}
#yith-wcwl-form tbody .product-add-to-cart > a.btn-outline {
  border-width: 1px;
  padding: 9px 32px;
}
#yith-wcwl-form tbody .product-add-to-cart > a:hover {
  background-color: #fff;
}
#yith-wcwl-form tbody .product-add-to-cart > a:before {
  display: none;
}
#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;
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p:first-child {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
.opacity-0 {
  display: none;
}
#popup-product-quick-view-wrapper {
  z-index: 9999;
  text-align: center;
}
#popup-product-quick-view-wrapper .modal-content {
  padding: 30px 15px 0;
  width: 100% !important;
}
#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;
  margin-bottom: 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;
  width: 35px;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  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: #27272f;
  background: #fff;
  opacity: 0.8;
}
#popup-product-quick-view-wrapper .prev-product i:before,
#popup-product-quick-view-wrapper .next-product i:before {
  font-size: 26px;
}
#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 .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: inherit;
}
#popup-product-quick-view-wrapper .popup-close:hover,
#popup-product-quick-view-wrapper .popup-close:focus,
#popup-product-quick-view-wrapper .popup-close:active {
  text-decoration: none;
  color: #91ac41;
}
.select2-container .select2-selection--single {
  height: 50px;
  border: 1px solid #e5e6ec;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #8b8b99;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.gallery-action a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  margin: 0 5px;
  color: #27272f !important;
}
.gallery-action a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.gallery-action a:focus:after,
.gallery-action a:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.gsf-gallery-inner.show-border-item .gallery-item-inner .entry-thumbnail-overlay {
  border: 10px solid #ffffff;
}
.gsf-gallery-inner .gallery-grid {
  margin: 0 !important;
}
.gsf-gallery-inner .gallery-grid .gallery-content {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 40px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gsf-gallery-inner .gallery-grid .gallery-content .gallery-cat a {
  color: inherit;
}
.gsf-gallery-inner .gallery-grid .gallery-content .gallery-cat a:hover,
.gsf-gallery-inner .gallery-grid .gallery-content .gallery-cat a:focus,
.gsf-gallery-inner .gallery-grid .gallery-content .gallery-cat a:active {
  text-decoration: none;
  color: #91ac41;
}
.gsf-gallery-inner .gallery-grid .gallery-content .gsf-gallery-title {
  color: #fff;
}
.gsf-gallery-inner .gallery-grid .gallery-action {
  display: table-cell;
  float: right;
  text-align: center;
}
.gsf-gallery-inner .gallery-grid .gallery-item-inner {
  position: relative;
  -webkit-box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
  -moz-box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
  box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
}
.gsf-gallery-inner .gallery-grid .gallery-item-inner:hover .entry-thumbnail .entry-thumbnail-overlay:after,
.gsf-gallery-inner .gallery-grid .gallery-item-inner:hover .gallery-content {
  opacity: 1;
}
.gsf-gallery-inner .gallery-grid .gallery-item-inner:hover .gallery-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.gsf-gallery-inner .gallery-grid .entry-thumbnail-overlay:after {
  background-color: rgba(39, 39, 47, 0.8);
}
.gsf-single-gallery .zoom-image {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 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;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 14px;
  margin: 0 5px;
  color: #27272f !important;
}
.gsf-single-gallery .zoom-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.gsf-single-gallery .zoom-image:focus:after,
.gsf-single-gallery .zoom-image:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}
.gsf-single-gallery .zoom-image i:before {
  content: "\f065";
}
.gsf-single-gallery .gallery-item {
  position: relative;
}
.gsf-single-gallery .gallery-item .entry-thumbnail {
  -webkit-box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
  -moz-box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
  box-shadow: 0 8px 17px 0 rgba(23, 23, 23, 0.08);
}
.gsf-single-gallery .gallery-item:hover .zoom-image {
  opacity: 1;
}
.gsf-single-gallery .gallery-item:hover .zoom-image {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-gallery-thumb {
  padding: 0 45px;
}
.single-gallery-thumb .single-gallery-thumb-item {
  border: 1px solid #e5e6ec;
}
.single-gallery-thumb .single-gallery-thumb-item .zoom-image {
  display: none;
}
.single-gallery-thumb .owl-item {
  position: relative;
  cursor: move;
}
.single-gallery-thumb .owl-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -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;
  z-index: 1;
}
.single-gallery-thumb .owl-item.current {
  cursor: default;
}
.single-gallery-thumb .owl-item.current:before {
  opacity: 1;
}
.single-gallery-thumb > .owl-nav > div {
  opacity: 1 !important;
  margin: 0 5px !important;
}
.single-gallery-thumb > .owl-nav > div.disabled {
  opacity: 0.5 !important;
  cursor: no-drop !important;
}
.single-gallery-thumb > .owl-nav .owl-prev {
  left: 0 !important;
}
.single-gallery-thumb > .owl-nav .owl-next {
  right: 0 !important;
}
