/*
Theme Name:         G5Plus April
Theme URI:          http://themes.g5plus.net/april/
Description:        G5Plus April is a premium responsive WordPress theme created especially for shop online with clean and modern design. <a href="http://www.g5plus.net">Visit site</a>
Version:            6.5
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-april
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 !important;
  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: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  font-size: 20px;
  background-color: #000;
  border: none;
}
.search-popup-result {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  color: #666;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-popup-result.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
ul.search-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-popup-list li {
  padding-left: 20px;
  padding-right: 20px;
}
ul.search-popup-list li .sa-post-thumbnail {
  float: left;
  width: 60px;
}
ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
  overflow: hidden;
  padding-left: 30px;
}
ul.search-popup-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
ul.search-popup-list .sa-post-title {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.search-popup-list .sa-post-meta {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 5px;
  color: #989898;
}
ul.search-popup-list .sa-post-excerpt {
  letter-spacing: 0.08em;
  margin-top: 10px;
}
ul.search-popup-list .sa-product-stock-status {
  font-weight: 700;
}
ul.search-popup-list .sa-product-stock-status .out-of-stock {
  color: red;
}
@media (max-width: 599px) {
  ul.search-popup-list li .sa-post-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
    padding-left: 0;
  }
}
.mfp-bg {
  z-index: 999999 !important;
}
/**
* Zoom effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Newspaper effect
* ----------------------------------------------------------------------------
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -moz-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  -o-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-horizontal effect
* ----------------------------------------------------------------------------
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Move-from-top effect
* ----------------------------------------------------------------------------
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
}
.mfp-move-from-top .mfp-close,
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-move-from-top.mfp-ready .mfp-close {
  opacity: 1;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.mfp-move-from-top.mfp-removing .mfp-close,
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
/**
* 3d unfold
* ----------------------------------------------------------------------------
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  -ms-perspective: 2000px;
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  -moz-transform: rotateY(-60deg);
  -ms-transform: rotateY(-60deg);
  -o-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  -moz-transform: rotateY(60deg);
  -ms-transform: rotateY(60deg);
  -o-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Zoom-out effect
* ----------------------------------------------------------------------------
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.95;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/**
* Simple fade transition
* ----------------------------------------------------------------------------
*/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.top-drawer-mode-toggle {
  z-index: 99999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.top-drawer-mode-toggle .top-drawer-inner {
  display: none;
}
.top-drawer-toggle {
  position: absolute;
  right: 0;
  border-top: 35px solid #363839;
  border-left: 35px solid transparent;
  cursor: pointer;
}
.top-drawer-toggle a {
  position: absolute;
  left: -14px;
  top: -30px;
  color: #fff;
  font-size: 12px;
  line-height: normal;
}
/**
* 2.0 Core
* ----------------------------------------------------------------------------
*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
#gf-wrapper {
  position: relative;
  overflow: hidden;
}
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: 40px;
}
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"] {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
input[type="color"]: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[type="color"]:active,
input[type="date"]:active,
input[type="datetime"]:active,
input[type="datetime-local"]:active,
input[type="email"]:active,
input[type="month"]:active,
input[type="number"]:active,
input[type="password"]:active,
input[type="search"]:active,
input[type="tel"]:active,
input[type="text"]:active,
input[type="time"]:active,
input[type="url"]:active,
input[type="week"]:active {
  border: 1px solid #ddb758;
}
textarea {
  height: auto;
}
iframe,
figure {
  max-width: 100%;
}
/**
* 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) {
  .gf-hidden-mobile {
    display: none;
  }
}
.gf-border-bottom {
  border-bottom: 1px solid;
  border-color: inherit;
}
.gf-border-top {
  border-top: 1px solid;
  border-color: inherit;
}
/**
* Toggle Icon
* ----------------------------------------------------------------------------
*/
.gf-toggle-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 25px;
}
.gf-toggle-icon > span {
  border: 2px solid #333333;
  background-color: transparent;
  bottom: 0;
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  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;
}
.gf-toggle-icon > span:after,
.gf-toggle-icon > span:before {
  background-color: transparent;
  border: 2px solid #333333;
  content: '';
  height: 6px;
  left: -2px;
  margin: auto;
  position: absolute;
  right: -2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.gf-toggle-icon > span:before {
  top: 7px;
}
.gf-toggle-icon > span:after {
  top: -11px;
}
.gf-toggle-icon:hover > span {
  border-color: #ddb758 !important;
  background-color: #ddb758;
}
.gf-toggle-icon:hover > span:after,
.gf-toggle-icon:hover > span:before {
  border-color: #ddb758 !important;
  background-color: #ddb758 !important;
}
.gf-toggle-icon.in > span {
  border-color: transparent !important;
}
.gf-toggle-icon.in > span:after,
.gf-toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
  background-color: #333333;
}
.gf-toggle-icon.in > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -moz-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  -o-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.gf-toggle-icon.in > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -moz-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  -o-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.gf-toggle-icon.in:hover > span {
  border-color: transparent !important;
  background-color: transparent;
}
/**
* Canvas Sidebar
* ----------------------------------------------------------------------------
*/
.canvas-sidebar-wrapper {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 100000;
  left: 0;
  visibility: hidden;
  padding-top: 30px;
  border-bottom: 30px solid transparent !important;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  padding: 0 30px 0 30px;
  overflow-y: scroll;
}
.canvas-sidebar-wrapper .close-canvas {
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  text-align: center;
}
.canvas-sidebar-wrapper.right {
  right: 0;
  left: auto;
  visibility: visible;
  margin-right: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
}
.canvas-sidebar-wrapper.right .close-canvas {
  left: 10px;
  right: auto;
}
.canvas-sidebar-wrapper.left {
  margin-left: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991px) {
  body.off-canvas-in .canvas-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
body.bordered.off-canvas-in .canvas-overlay,
body.framed.off-canvas-in .canvas-overlay,
body.boxed.off-canvas-in .canvas-overlay {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
body.bordered.off-canvas-in #gf-wrapper,
body.framed.off-canvas-in #gf-wrapper,
body.boxed.off-canvas-in #gf-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.off-canvas-right #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
body.off-canvas-right.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.off-canvas-left #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}
body.off-canvas-left.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in {
  margin: 0 !important;
  visibility: visible;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in .canvas-sidebar-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  opacity: 1;
}
/**
* Background Color Overlay
* ----------------------------------------------------------------------------
*/
.gf-section-bg-overlay {
  position: relative;
}
.gf-section-bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/**
* Table Cell Layout
* ----------------------------------------------------------------------------
*/
.gf-table-cell-right,
.gf-table-cell-left {
  display: inline-block;
}
.gf-table-cell {
  display: table;
  width: 100%;
  line-height: 0;
}
.gf-table-cell .gf-table-cell-left {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.gf-table-cell .gf-table-cell-right {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.gf-table-cell .gf-table-cell-item {
  display: table-cell;
  vertical-align: middle;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #666;
}
.back-to-top i {
  font-size: 22px;
  position: relative;
  top: 9px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
ul.gf-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul.gf-inline > li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.gf-inline > li:last-child {
  margin-right: 0 !important;
}
.gf-hover-circle {
  position: relative;
}
.gf-hover-circle:after,
.gf-hover-circle:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid;
  border-color: inherit;
}
.gf-hover-circle:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}
.gf-hover-circle:hover:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/**
 * Gutter
 * ----------------------------------------------------------------------------
 */
.gf-gutter-0 {
  margin-left: -0px;
  margin-right: -0px;
}
.gf-gutter-0 > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.gf-gutter-0.gf-blog-inner > article {
  padding-bottom: 0;
}
.gf-gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.gf-gutter-10 > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.gf-gutter-10.gf-blog-inner > article,
.gf-gutter-10 > .grid-item {
  padding-bottom: 10px;
}
.gf-gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.gf-gutter-20 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.gf-gutter-20.gf-blog-inner > article,
.gf-gutter-20 > .grid-item {
  padding-bottom: 20px;
}
.gf-gutter-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.gf-gutter-30 > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}
.gf-gutter-30.gf-blog-inner > article,
.gf-gutter-30 > .grid-item {
  padding-bottom: 30px;
}
.gf-gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.gf-gutter-40 > [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.gf-gutter-40.gf-blog-inner > article,
.gf-gutter-40 > .grid-item {
  padding-bottom: 40px;
}
.gf-gutter-50 {
  margin-left: -25px;
  margin-right: -25px;
}
.gf-gutter-50 > [class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}
.gf-gutter-50.gf-blog-inner > article,
.gf-gutter-50 > .grid-item {
  padding-bottom: 50px;
}
/**
* No Result
* ----------------------------------------------------------------------------
*/
.gf-no-results {
  text-align: center;
}
.gf-no-results .search-form {
  display: inline-block;
}
.gf-no-results .search-form .search-field {
  width: 350px;
}
.gf-no-results > p {
  font-size: 14px;
}
.gf-no-results h2 {
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 10px;
}
.gf-no-results h2 span {
  position: relative;
  display: inline-block;
}
.gf-no-results h2 span:after,
.gf-no-results h2 span:before {
  content: '';
  display: block;
  border-top: 1px solid #efefef;
  position: absolute;
  width: 1000px;
  top: 50%;
}
.gf-no-results h2 span:after {
  right: 100%;
  margin-right: 30px;
}
.gf-no-results h2 span:before {
  left: 100%;
  margin-left: 30px;
}
.gf-no-widget-content,
.gf-content-block-none {
  padding: 10px;
  border: 2px dashed;
}
.gf-no-widget-content.dark,
.gf-content-block-none.dark {
  border: none;
  background-color: #222;
  color: #eee;
  padding: 20px 0;
}
.gf-404-wrap {
  text-align: center;
}
.gf-404-wrap h2 {
  font-size: 25.0em;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 0;
}
.gf-404-wrap h4 {
  font-size: 3.43em;
}
@media (max-width: 992px) {
  .gf-404-wrap {
    text-align: center;
  }
  .gf-404-wrap h2 {
    font-size: 15em;
  }
  .gf-404-wrap h4 {
    font-size: 2em;
  }
}
@media (max-width: 480px) {
  .gf-404-wrap h2 {
    font-size: 8rem;
  }
  .gf-404-wrap h4 {
    font-size: 1.5em;
  }
}
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input:not([type]),
textarea,
select {
  padding: 0 20px;
}
textarea {
  padding-top: 10px;
}
/**
* Owl Carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel > .owl-nav [class*='owl-'] {
  display: inline-block;
  padding: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  border: 1px solid;
}
.owl-carousel > .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #ddb758 !important;
  background-color: #ddb758 !important;
  color: #ffffff !important;
}
.owl-carousel > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-carousel > .owl-dots {
  margin-top: 50px !important;
  text-align: center;
}
.owl-carousel > .owl-dots .owl-dot {
  display: inline-block;
  font-size: 0;
  position: relative;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.owl-carousel > .owl-dots .owl-dot:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.owl-carousel > .owl-dots .owl-dot span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 3px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-carousel > .owl-dots .owl-dot + .owl-dot {
  margin-left: 14px;
}
.owl-carousel > .owl-dots .owl-dot.active:before,
.owl-carousel > .owl-dots .owl-dot:hover:before,
.owl-carousel > .owl-dots .owl-dot:focus:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.owl-carousel > .owl-dots .owl-dot.active span,
.owl-carousel > .owl-dots .owl-dot:hover span,
.owl-carousel > .owl-dots .owl-dot:focus span {
  background-color: transparent !important;
}
.gf-heading-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
.mfp-wrap {
  z-index: 999999 !important;
}
.gsf-pretty-tabs {
  opacity: 0;
}
.gsf-pretty-tabs-initialized {
  opacity: 1;
}
.nav-tabs {
  margin-bottom: 30px;
  padding-left: 0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-bottom-color: transparent !important;
}
.nav-tabs > li > a:hover {
  border-color: #ddb758;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #ddb758;
  color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ddb758;
  border-color: #ddb758;
  color: #ffffff;
}
.tooltip {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}
.tooltip.top {
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
.tooltip.top.in {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tooltip.bottom {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.tooltip.bottom.in {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.tooltip.left {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.tooltip.left.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.tooltip.right {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.tooltip.right.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*
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: 10px;
  right: 10px;
}
.gsf-hover-layla:hover .entry-thumbnail:before {
  top: 10px;
  bottom: 10px;
}
.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;
  overflow: hidden !important;
  padding: 0 !important;
}
.owl-carousel.carousel-3d {
  overflow: hidden;
}
.owl-carousel.carousel-3d .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.carousel-3d .entry-thumbnail {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel.carousel-3d .owl-item .entry-thumbnail {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel.carousel-3d .owl-item.active.center .entry-thumbnail .entry-thumbnail-overlay:after,
.owl-carousel.carousel-3d .owl-item.active.center .portfolio-content {
  opacity: 1;
}
.owl-carousel.carousel-3d .owl-item.active.center .portfolio-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;
}
.gallery-layout-thumbnail .gallery-thumb .owl-item {
  cursor: pointer;
}
.gallery-layout-thumbnail .gallery-thumb .owl-item.current .entry-thumbnail-overlay:after,
.gallery-layout-thumbnail .gallery-thumb .owl-item:hover .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.layout-grid,
.layout-grid .carousel-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
  align-content: center;
}
.layout-grid article,
.layout-grid .carousel-item article {
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.layout-grid article .gf-post-inner,
.layout-grid .carousel-item article .gf-post-inner,
.layout-grid article .product-item-inner,
.layout-grid .carousel-item article .product-item-inner,
.layout-grid article .portfolio-item-inner,
.layout-grid .carousel-item article .portfolio-item-inner {
  width: 100%;
}
.layout-grid:before,
.layout-grid .carousel-item:before {
  display: none;
}
@-webkit-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);
  }
}
@-moz-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);
  }
}
@keyframes load-spin {
  0% {
    -webkit-transform: translateX(-50%) rotate(0deg);
    -moz-transform: translateX(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) rotate(0deg);
    -o-transform: translateX(-50%) rotate(0deg);
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
    -moz-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    -o-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
  75% {
    -webkit-transform: translateX(-50%) rotate(270deg);
    -moz-transform: translateX(-50%) rotate(270deg);
    -ms-transform: translateX(-50%) rotate(270deg);
    -o-transform: translateX(-50%) rotate(270deg);
    transform: translateX(-50%) rotate(270deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
    -moz-transform: translateX(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) rotate(360deg);
    -o-transform: translateX(-50%) rotate(360deg);
    transform: translateX(-50%) rotate(360deg);
  }
}
[data-items-wrapper] {
  position: relative;
}
[data-items-wrapper] .gsf-content-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
[data-items-wrapper] .gsf-content-loading:before,
[data-items-wrapper] .gsf-content-loading:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #efefef;
  border-left: 2px solid #333333;
  border-right: 2px solid #333333;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[data-items-wrapper] .gsf-content-loading:after {
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
[data-items-wrapper].loading .gsf-content-loading:before,
[data-items-wrapper].loading .gsf-content-loading:after {
  opacity: 1;
  visibility: visible;
  animation: load-spin 500ms infinite linear;
  -webkit-animation: load-spin 500ms infinite linear;
}
.tooltip {
  white-space: nowrap;
}
#gf-wrapper .vc_col-has-fill > .vc_column-inner,
#gf-wrapper .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}
#gf-wrapper [class*="vc_column-gap-"] > .vc_column_container {
  padding-top: 0;
  padding-bottom: 0;
}
#gf-wrapper .vc_row > .gf-container,
#gf-wrapper #primary-content:not(.gf-content-full-width) .gf-container {
  padding-left: 0;
  padding-right: 0;
}
.container {
  max-width: 100%;
}
.container .container {
  padding-left: 0;
  padding-right: 0;
}
.gf-bg-overlay-wrap {
  position: relative !important;
  z-index: 1;
}
.gf-bg-overlay-wrap .gf-bg-overlay {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block !important;
  content: '';
  z-index: 1;
}
.gf-bg-overlay-wrap .wpb_wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .vc_row.vc_row-flex > .gf-container {
    width: 100%;
  }
}
.vc_row.vc_row-flex > .gf-container {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex > .gf-container:after,
.vc_row.vc_row-flex > .gf-container:before {
  display: none;
}
.vc_row.vc_row-flex > .gf-container > .vc_column_container {
  display: flex;
}
.vc_ie-flexbox-fixer > .gf-container,
.vc_row.vc_row-flex > .gf-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 > .gf-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 > .gf-container > .vc_column_container > .vc_column-inner > * {
    min-height: 1em;
  }
}
.vc_row.vc_row-o-columns-stretch > .gf-container {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.vc_row.vc_row-o-columns-top > .gf-container {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.vc_row.vc_row-o-columns-bottom > .gf-container {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.vc_row.vc_row-o-columns-middle > .gf-container {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.vc_row.vc_row-o-columns-bottom > .gf-container::after,
.vc_row.vc_row-o-columns-middle > .gf-container::after,
.vc_row.vc_row-o-columns-top > .gf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_row-o-content-top > .gf-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) > .gf-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 > .gf-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) > .gf-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 > .gf-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) > .gf-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 > .gf-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 > .gf-container > .vc_column_container {
  padding: .5px;
}
.vc_row.vc_column-gap-2 > .gf-container > .vc_column_container {
  padding: 1px;
}
.vc_row.vc_column-gap-3 > .gf-container > .vc_column_container {
  padding: 1.5px;
}
.vc_row.vc_column-gap-4 > .gf-container > .vc_column_container {
  padding: 2px;
}
.vc_row.vc_column-gap-5 > .gf-container > .vc_column_container {
  padding: 2.5px;
}
.vc_row.vc_column-gap-10 > .gf-container > .vc_column_container {
  padding: 5px;
}
.vc_row.vc_column-gap-15 > .gf-container > .vc_column_container {
  padding: 7.5px;
}
.vc_row.vc_column-gap-20 > .gf-container > .vc_column_container {
  padding: 10px;
}
.vc_row.vc_column-gap-25 > .gf-container > .vc_column_container {
  padding: 12.5px;
}
.vc_row.vc_column-gap-30 > .gf-container > .vc_column_container {
  padding: 15px;
}
.vc_row.vc_column-gap-35 > .gf-container > .vc_column_container {
  padding: 17.5px;
}
.vc_section.vc_section-flex > .gf-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 > .gf-container:after,
.vc_section.vc_section-flex > .gf-container:before {
  display: none;
}
.vc_section.vc_section-o-content-top > .gf-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.vc_section.vc_section-o-content-bottom > .gf-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vc_section.vc_section-o-content-middle > .gf-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vc_section.vc_section-o-content-bottom > .gf-container::after,
.vc_section.vc_section-o-content-middle > .gf-container::after,
.vc_section.vc_section-o-content-top > .gf-container::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.vc_row.vc_column-gap-1 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-1 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: .5px;
  padding-right: .5px;
}
.vc_row.vc_column-gap-2 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-2 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px;
}
.vc_row.vc_column-gap-3 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-3 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.vc_row.vc_column-gap-4 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-4 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px;
}
.vc_row.vc_column-gap-5 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-5 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.vc_row.vc_column-gap-10 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-10 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_row.vc_column-gap-15 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-15 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.vc_row.vc_column-gap-20 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-20 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_row.vc_column-gap-25 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-25 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.vc_row.vc_column-gap-30 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-30 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_column-gap-35 > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_column-gap-35 > .gf-container > .vc_vc_column_inner > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.vc_row.vc_row-flex > .gf-container > .vc_vc_column,
.vc_row.vc_row-flex > .gf-container > .vc_vc_column_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.vc_row.vc_row-flex > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-flex > .gf-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 > .gf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .gf-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 > .gf-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 > .gf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .gf-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) > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .gf-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 > .gf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .gf-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) > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .gf-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 > .gf-container > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .gf-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) > .gf-container > .vc_vc_column > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .gf-container > .vc_vc_column_inner > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section,
.vc_section.vc_section-has-fill + .vc_section {
  padding-top: 0;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  font-weight: 800;
  font-size: 14px;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
  font-size: 16px;
}
.vc_toggle_title h4 {
  font-size: 16px;
}
.vc_progress_bar .vc_label .vc_label_units {
  position: absolute;
  right: 0;
}
.vc_toggle {
  margin-bottom: 0;
}
.vc_toggle_color_accent .vc_toggle_icon {
  background-color: #ddb758;
  border-color: transparent;
}
.vc_toggle.vc_toggle_color_accent {
  background-color: #f8f8f8;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title {
  background-color: #f8f8f8;
  padding: 10px 35px 15px 30px !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title h4 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #ddb758;
  width: 15px;
  height: 15px;
  left: auto;
  right: 20px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:after {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:before {
  width: 7px;
  height: 1px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_title .vc_toggle_icon:after {
  width: 1px;
  height: 7px;
}
.vc_toggle.vc_toggle_color_accent .vc_toggle_content {
  padding: 10px 30px 30px;
  margin-bottom: 0;
}
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
  background-color: #ffffff;
}
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after {
  background-color: #ddb758;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel-body {
  border: none;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-style-outline .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent.vc_tta-style-outline .vc_tta-panel-body {
  border: 2px solid #ddb758;
  background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading a {
  padding: 16px 20px 16px 30px !important;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i {
  width: 15px;
  height: 15px;
  left: auto;
  right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:after {
  background-color: #ffffff;
  border: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:before {
  width: 7px;
  height: 1px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i:after {
  width: 1px;
  height: 7px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-body {
  padding: 30px;
}
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i {
  background-color: #ffffff;
}
div.vc_progress_bar .vc_general.vc_single_bar {
  height: 4px;
}
div.vc_progress_bar .vc_general.vc_single_bar .vc_label {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-shadow: none;
}
div.vc_progress_bar .vc_general.vc_single_bar .vc_bar {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gf-page-title-default .page-sub-title {
  line-height: 1.5;
}
.page-title-inner {
  padding: 50px 0;
}
.page-title-inner h1 {
  margin: 0;
  font-size: 40px;
}
ul.gf-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
ul.gf-breadcrumbs li {
  display: inline-block;
  line-height: 1;
}
ul.gf-breadcrumbs li.breadcrumb-prefix {
  margin-right: 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  margin: 0 5px;
}
ul.gf-breadcrumbs li.breadcrumb-sep:last-child {
  display: none;
}
@media (max-width: 767px) {
  .gf-page-title > .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
}
ul.gf-breadcrumbs {
  display: inline-block;
}
ul.gf-breadcrumbs li {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 800;
}
ul.gf-breadcrumbs li a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gf-breadcrumbs li a:hover,
ul.gf-breadcrumbs li a:focus,
ul.gf-breadcrumbs li a:active {
  text-decoration: none;
  color: #ddb758;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  font-size: 14px;
  margin: 0 12px;
}
ul.gf-breadcrumbs li.breadcrumb-leaf,
ul.gf-breadcrumbs li > span {
  display: inline-block;
  line-height: 12px;
  border-bottom: 1px solid;
}
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  font-weight: 800;
  position: relative;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 20px;
  -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 {
  padding: 9px 30px;
}
.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:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.btn:active,
.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;
}
[class*="btn-link-"] {
  text-transform: none;
  border: none;
  height: auto;
  line-height: 0.9em;
  padding: 0;
}
[class*="btn-link-"]:not([class*="btn-icon-"]) {
  border-bottom: 1px solid transparent;
}
.wp-block-button__link:not(.has-background):not(.has-text-color),
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  background-color: #ddb758;
  border-color: #ddb758;
}
.wp-block-button__link:not(.has-background):not(.has-text-color):active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.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: #2a2d2e;
  border-color: #2a2d2e;
}
.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:active,
input[type="submit"].disabled:active,
input[type="button"].disabled:active,
input[type="reset"].disabled:active,
.wp-block-button__link:not(.has-background):not(.has-text-color)[disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:active,
input[type="reset"][disabled]:active,
fieldset[disabled] .wp-block-button__link:not(.has-background):not(.has-text-color):active,
fieldset[disabled] input[type="submit"]:active,
fieldset[disabled] input[type="button"]:active,
fieldset[disabled] input[type="reset"]:active,
.wp-block-button__link:not(.has-background):not(.has-text-color).disabled.focus,
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: #ddb758;
  border-color: #ddb758;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d,
input[type="submit"].btn-3d,
input[type="button"].btn-3d,
input[type="reset"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #d4a52e;
  -moz-box-shadow: 0 5px 0 #d4a52e;
  box-shadow: 0 5px 0 #d4a52e;
}
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d:focus,
input[type="submit"].btn-3d:focus,
input[type="button"].btn-3d:focus,
input[type="reset"].btn-3d:focus,
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d:active,
input[type="submit"].btn-3d:active,
input[type="button"].btn-3d:active,
input[type="reset"].btn-3d:active,
.wp-block-button__link:not(.has-background):not(.has-text-color).btn-3d:hover,
input[type="submit"].btn-3d:hover,
input[type="button"].btn-3d:hover,
input[type="reset"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #d4a52e;
  -moz-box-shadow: 0 2px 0 #d4a52e;
  box-shadow: 0 2px 0 #d4a52e;
  color: #ffffff;
  background-color: #ddb758;
  border-color: #ddb758;
}
.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: #ddb758;
}
.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: #ddb758;
}
.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: 5px 23px;
  font-size: 12px;
  line-height: 20px;
}
.btn.btn-xs.btn-outline {
  padding: 5px 23px;
}
.btn.btn-sm {
  padding: 9px 30px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-sm.btn-outline {
  padding: 9px 30px;
}
.btn.btn-md {
  padding: 13px 35px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-md.btn-outline {
  padding: 13px 35px;
}
.btn.btn-lg {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-lg.btn-outline {
  padding: 16px 35px;
}
.btn.btn-xl {
  padding: 17px 40px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-xl.btn-outline {
  padding: 17px 40px;
}
.btn.btn-xxl {
  padding: 19px 45px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-xxl.btn-outline {
  padding: 19px 45px;
}
.btn-link-xs {
  font-size: 14px;
}
.btn-link-sm {
  font-size: 18px;
}
.btn-link-md {
  font-size: 24px;
}
.btn-link-lg {
  font-size: 28px;
}
.btn-link-xl {
  font-size: 32px;
}
.btn-link-xxl {
  font-size: 36px;
}
.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: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.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: #ddb758;
  border-color: #ddb758;
}
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary.disabled:hover,
.btn.btn-primary[disabled]:hover,
fieldset[disabled] .btn.btn-primary:hover,
.btn.btn-primary.disabled:focus,
.btn.btn-primary[disabled]:focus,
fieldset[disabled] .btn.btn-primary:focus,
.btn.btn-primary.disabled:active,
.btn.btn-primary[disabled]:active,
fieldset[disabled] .btn.btn-primary:active,
.btn.btn-primary.disabled.focus,
.btn.btn-primary[disabled].focus,
fieldset[disabled] .btn.btn-primary.focus {
  background-color: #ddb758;
  border-color: #ddb758;
}
.btn.btn-primary.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #d4a52e;
  -moz-box-shadow: 0 5px 0 #d4a52e;
  box-shadow: 0 5px 0 #d4a52e;
}
.btn.btn-primary.btn-3d:focus,
.btn.btn-primary.btn-3d:active,
.btn.btn-primary.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #d4a52e;
  -moz-box-shadow: 0 2px 0 #d4a52e;
  box-shadow: 0 2px 0 #d4a52e;
  color: #ffffff;
  background-color: #ddb758;
  border-color: #ddb758;
}
.btn.btn-primary.btn-outline {
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline:hover {
  color: #ffffff;
  background-color: #ddb758;
  border-color: #ddb758;
}
.btn.btn-primary.btn-outline.disabled:hover,
.btn.btn-primary.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-primary.btn-outline:hover,
.btn.btn-primary.btn-outline.disabled:focus,
.btn.btn-primary.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-primary.btn-outline:focus,
.btn.btn-primary.btn-outline.disabled:active,
.btn.btn-primary.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-primary.btn-outline:active,
.btn.btn-primary.btn-outline.disabled.focus,
.btn.btn-primary.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-primary.btn-outline.focus {
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-primary.btn-outline.btn-3d:focus,
.btn.btn-primary.btn-outline.btn-3d:active,
.btn.btn-primary.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary[class*="btn-link"] {
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary[class*="btn-link"]:active,
.btn.btn-primary[class*="btn-link"]:focus,
.btn.btn-primary[class*="btn-link"]:hover {
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary[class*="btn-link"].disabled:hover,
.btn.btn-primary[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-primary[class*="btn-link"]:hover,
.btn.btn-primary[class*="btn-link"].disabled:focus,
.btn.btn-primary[class*="btn-link"][disabled]:focus,
fieldset[disabled] .btn.btn-primary[class*="btn-link"]:focus,
.btn.btn-primary[class*="btn-link"].disabled:active,
.btn.btn-primary[class*="btn-link"][disabled]:active,
fieldset[disabled] .btn.btn-primary[class*="btn-link"]:active,
.btn.btn-primary[class*="btn-link"].disabled.focus,
.btn.btn-primary[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-primary[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-primary[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-primary[class*="btn-link"].btn-3d:focus,
.btn.btn-primary[class*="btn-link"].btn-3d:active,
.btn.btn-primary[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:active,
.btn.btn-white:focus,
.btn.btn-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled:active,
.btn.btn-white[disabled]:active,
fieldset[disabled] .btn.btn-white:active,
.btn.btn-white.disabled.focus,
.btn.btn-white[disabled].focus,
fieldset[disabled] .btn.btn-white.focus {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #e6e6e6;
  -moz-box-shadow: 0 5px 0 #e6e6e6;
  box-shadow: 0 5px 0 #e6e6e6;
}
.btn.btn-white.btn-3d:focus,
.btn.btn-white.btn-3d:active,
.btn.btn-white.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #e6e6e6;
  -moz-box-shadow: 0 2px 0 #e6e6e6;
  box-shadow: 0 2px 0 #e6e6e6;
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline:active,
.btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline.disabled:hover,
.btn.btn-white.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-white.btn-outline:hover,
.btn.btn-white.btn-outline.disabled:focus,
.btn.btn-white.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-white.btn-outline:focus,
.btn.btn-white.btn-outline.disabled:active,
.btn.btn-white.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-white.btn-outline:active,
.btn.btn-white.btn-outline.disabled.focus,
.btn.btn-white.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-white.btn-outline.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-white.btn-outline.btn-3d:focus,
.btn.btn-white.btn-outline.btn-3d:active,
.btn.btn-white.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white[class*="btn-link"] {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white[class*="btn-link"]:active,
.btn.btn-white[class*="btn-link"]:focus,
.btn.btn-white[class*="btn-link"]:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white[class*="btn-link"].disabled:hover,
.btn.btn-white[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-white[class*="btn-link"]:hover,
.btn.btn-white[class*="btn-link"].disabled:focus,
.btn.btn-white[class*="btn-link"][disabled]:focus,
fieldset[disabled] .btn.btn-white[class*="btn-link"]:focus,
.btn.btn-white[class*="btn-link"].disabled:active,
.btn.btn-white[class*="btn-link"][disabled]:active,
fieldset[disabled] .btn.btn-white[class*="btn-link"]:active,
.btn.btn-white[class*="btn-link"].disabled.focus,
.btn.btn-white[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-white[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-white[class*="btn-link"].btn-3d:focus,
.btn.btn-white[class*="btn-link"].btn-3d:active,
.btn.btn-white[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray:active,
.btn.btn-gray:focus,
.btn.btn-gray:hover {
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray.disabled:hover,
.btn.btn-gray[disabled]:hover,
fieldset[disabled] .btn.btn-gray:hover,
.btn.btn-gray.disabled:focus,
.btn.btn-gray[disabled]:focus,
fieldset[disabled] .btn.btn-gray:focus,
.btn.btn-gray.disabled:active,
.btn.btn-gray[disabled]:active,
fieldset[disabled] .btn.btn-gray:active,
.btn.btn-gray.disabled.focus,
.btn.btn-gray[disabled].focus,
fieldset[disabled] .btn.btn-gray.focus {
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #505050;
  -moz-box-shadow: 0 5px 0 #505050;
  box-shadow: 0 5px 0 #505050;
}
.btn.btn-gray.btn-3d:focus,
.btn.btn-gray.btn-3d:active,
.btn.btn-gray.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #505050;
  -moz-box-shadow: 0 2px 0 #505050;
  box-shadow: 0 2px 0 #505050;
  color: #ffffff;
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray.btn-outline {
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray.btn-outline:active,
.btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline:hover {
  color: #ffffff;
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray.btn-outline.disabled:hover,
.btn.btn-gray.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-gray.btn-outline:hover,
.btn.btn-gray.btn-outline.disabled:focus,
.btn.btn-gray.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-gray.btn-outline:focus,
.btn.btn-gray.btn-outline.disabled:active,
.btn.btn-gray.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-gray.btn-outline:active,
.btn.btn-gray.btn-outline.disabled.focus,
.btn.btn-gray.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-gray.btn-outline.focus {
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-gray.btn-outline.btn-3d:focus,
.btn.btn-gray.btn-outline.btn-3d:active,
.btn.btn-gray.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray[class*="btn-link"] {
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray[class*="btn-link"]:active,
.btn.btn-gray[class*="btn-link"]:focus,
.btn.btn-gray[class*="btn-link"]:hover {
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray[class*="btn-link"].disabled:hover,
.btn.btn-gray[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-gray[class*="btn-link"]:hover,
.btn.btn-gray[class*="btn-link"].disabled:focus,
.btn.btn-gray[class*="btn-link"][disabled]:focus,
fieldset[disabled] .btn.btn-gray[class*="btn-link"]:focus,
.btn.btn-gray[class*="btn-link"].disabled:active,
.btn.btn-gray[class*="btn-link"][disabled]:active,
fieldset[disabled] .btn.btn-gray[class*="btn-link"]:active,
.btn.btn-gray[class*="btn-link"].disabled.focus,
.btn.btn-gray[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-gray[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-gray[class*="btn-link"].btn-3d:focus,
.btn.btn-gray[class*="btn-link"].btn-3d:active,
.btn.btn-gray[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red:active,
.btn.btn-red:focus,
.btn.btn-red:hover {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.disabled:hover,
.btn.btn-red[disabled]:hover,
fieldset[disabled] .btn.btn-red:hover,
.btn.btn-red.disabled:focus,
.btn.btn-red[disabled]:focus,
fieldset[disabled] .btn.btn-red:focus,
.btn.btn-red.disabled:active,
.btn.btn-red[disabled]:active,
fieldset[disabled] .btn.btn-red:active,
.btn.btn-red.disabled.focus,
.btn.btn-red[disabled].focus,
fieldset[disabled] .btn.btn-red.focus {
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #cf2e21;
  -moz-box-shadow: 0 5px 0 #cf2e21;
  box-shadow: 0 5px 0 #cf2e21;
}
.btn.btn-red.btn-3d:focus,
.btn.btn-red.btn-3d:active,
.btn.btn-red.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #cf2e21;
  -moz-box-shadow: 0 2px 0 #cf2e21;
  box-shadow: 0 2px 0 #cf2e21;
  color: #ffffff;
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline:active,
.btn.btn-red.btn-outline:focus,
.btn.btn-red.btn-outline:hover {
  color: #ffffff;
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline.disabled:hover,
.btn.btn-red.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-red.btn-outline:hover,
.btn.btn-red.btn-outline.disabled:focus,
.btn.btn-red.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-red.btn-outline:focus,
.btn.btn-red.btn-outline.disabled:active,
.btn.btn-red.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-red.btn-outline:active,
.btn.btn-red.btn-outline.disabled.focus,
.btn.btn-red.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-red.btn-outline.focus {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-red.btn-outline.btn-3d:focus,
.btn.btn-red.btn-outline.btn-3d:active,
.btn.btn-red.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red[class*="btn-link"] {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red[class*="btn-link"]:active,
.btn.btn-red[class*="btn-link"]:focus,
.btn.btn-red[class*="btn-link"]:hover {
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red[class*="btn-link"].disabled:hover,
.btn.btn-red[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-red[class*="btn-link"]:hover,
.btn.btn-red[class*="btn-link"].disabled:focus,
.btn.btn-red[class*="btn-link"][disabled]:focus,
fieldset[disabled] .btn.btn-red[class*="btn-link"]:focus,
.btn.btn-red[class*="btn-link"].disabled:active,
.btn.btn-red[class*="btn-link"][disabled]:active,
fieldset[disabled] .btn.btn-red[class*="btn-link"]:active,
.btn.btn-red[class*="btn-link"].disabled.focus,
.btn.btn-red[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-red[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-red[class*="btn-link"].btn-3d:focus,
.btn.btn-red[class*="btn-link"].btn-3d:active,
.btn.btn-red[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-black:active,
.btn.btn-black:focus,
.btn.btn-black:hover {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black.disabled:hover,
.btn.btn-black[disabled]:hover,
fieldset[disabled] .btn.btn-black:hover,
.btn.btn-black.disabled:focus,
.btn.btn-black[disabled]:focus,
fieldset[disabled] .btn.btn-black:focus,
.btn.btn-black.disabled:active,
.btn.btn-black[disabled]:active,
fieldset[disabled] .btn.btn-black:active,
.btn.btn-black.disabled.focus,
.btn.btn-black[disabled].focus,
fieldset[disabled] .btn.btn-black.focus {
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-black.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 #1a1a1a;
  -moz-box-shadow: 0 5px 0 #1a1a1a;
  box-shadow: 0 5px 0 #1a1a1a;
}
.btn.btn-black.btn-3d:focus,
.btn.btn-black.btn-3d:active,
.btn.btn-black.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 #1a1a1a;
  -moz-box-shadow: 0 2px 0 #1a1a1a;
  box-shadow: 0 2px 0 #1a1a1a;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-black.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black.btn-outline:active,
.btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-black.btn-outline.disabled:hover,
.btn.btn-black.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-black.btn-outline:hover,
.btn.btn-black.btn-outline.disabled:focus,
.btn.btn-black.btn-outline[disabled]:focus,
fieldset[disabled] .btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline.disabled:active,
.btn.btn-black.btn-outline[disabled]:active,
fieldset[disabled] .btn.btn-black.btn-outline:active,
.btn.btn-black.btn-outline.disabled.focus,
.btn.btn-black.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-black.btn-outline.focus {
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-black.btn-outline.btn-3d:focus,
.btn.btn-black.btn-outline.btn-3d:active,
.btn.btn-black.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black[class*="btn-link"] {
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black[class*="btn-link"]:active,
.btn.btn-black[class*="btn-link"]:focus,
.btn.btn-black[class*="btn-link"]:hover {
  color: #ddb758;
  background-color: transparent;
  border-color: #ddb758;
}
.btn.btn-black[class*="btn-link"].disabled:hover,
.btn.btn-black[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-black[class*="btn-link"]:hover,
.btn.btn-black[class*="btn-link"].disabled:focus,
.btn.btn-black[class*="btn-link"][disabled]:focus,
fieldset[disabled] .btn.btn-black[class*="btn-link"]:focus,
.btn.btn-black[class*="btn-link"].disabled:active,
.btn.btn-black[class*="btn-link"][disabled]:active,
fieldset[disabled] .btn.btn-black[class*="btn-link"]:active,
.btn.btn-black[class*="btn-link"].disabled.focus,
.btn.btn-black[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-black[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #333333;
}
.btn.btn-black[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0);
}
.btn.btn-black[class*="btn-link"].btn-3d:focus,
.btn.btn-black[class*="btn-link"].btn-3d:active,
.btn.btn-black[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  color: #333333;
  background-color: transparent;
  border-color: #333333;
}
.btn-container.btn-inline {
  display: inline-block;
}
ul.gf-social-icon {
  font-size: 16px;
  padding-left: 0;
}
ul.gf-social-icon > li {
  margin: 0 30px 10px 0;
  display: inline-block;
}
ul.gf-social-icon > li a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.gf-social-icon > li a:hover,
ul.gf-social-icon > li a:focus,
ul.gf-social-icon > li a:active {
  text-decoration: none;
  color: #ddb758;
}
ul.gf-social-icon.social-icon-small {
  font-size: 12px;
}
ul.gf-social-icon.social-icon-large {
  font-size: 18px;
}
.gf-social-networks ul.gf-social-icon {
  padding-left: 0;
}
ul.social-icon-circle > li {
  margin: 0 10px 10px 0;
}
ul.social-icon-circle > li > a {
  width: 39px;
  height: 39px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  position: relative;
}
ul.social-icon-circle > li > a > i {
  line-height: 39px;
}
ul.social-icon-circle > li.social-icon-small > li > a {
  width: 29px;
  height: 29px;
}
ul.social-icon-circle > li.social-icon-small > li > a > i {
  line-height: 29px;
}
ul.social-icon-circle > li.social-icon-large > li > a {
  width: 47px;
  height: 47px;
}
ul.social-icon-circle > li.social-icon-large > li > a > i {
  line-height: 47px;
}
ul.social-icon-square > li {
  margin: 0 10px 10px 0;
}
ul.social-icon-square > li > a {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  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.social-icon-small > li > a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
}
ul.social-icon-square.social-icon-small > li > a i {
  line-height: 33px;
}
ul.social-icon-square.social-icon-large > li > a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
ul.social-icon-square.social-icon-large > li > a i {
  line-height: 46px;
}
ul.social-icon-circle-outline > li {
  margin: 0 10px 10px 0;
}
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;
  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 {
  border-color: transparent !important;
}
ul.social-icon-circle-outline.social-icon-small > li > a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
ul.social-icon-circle-outline.social-icon-large > li > a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
/**
 * 3.0 - Typography
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Nunito Sans';
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  position: relative;
  line-height: 1.75;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  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: #ddb758;
}
h1 {
  font-family: 'Nunito Sans';
  font-size: 54px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.2;
}
h2 {
  font-family: 'Nunito Sans';
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.3;
}
h3 {
  font-family: 'Nunito Sans';
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.4;
}
h4 {
  font-family: 'Nunito Sans';
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.3;
}
h5 {
  font-family: 'Nunito Sans';
  font-size: 18px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
}
h6 {
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: 1.7;
}
p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.75;
}
input,
textarea,
button,
select {
  outline: none;
}
::-moz-selection {
  background-color: #ddb758;
  color: #ffffff;
}
::selection {
  background-color: #ddb758;
  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: 'Montserrat';
}
[class*="gsf-dropcap-"] {
  display: inline-block;
}
[class*="gsf-dropcap-"]::first-letter {
  display: inline-block;
  float: left;
  margin: 0 15px -10px 0;
  font-size: 72px;
  line-height: 72px;
  height: 72px;
  font-weight: 600;
  text-transform: uppercase;
}
.gsf-dropcap-default::first-letter {
  height: 60px;
  line-height: 60px;
  padding-bottom: 10px;
}
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter {
  color: #fff;
  padding: 0 11px;
}
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-circle-outline::first-letter {
  background: transparent;
  border: 2px solid #ddb758;
  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;
}
.gsf-divider-large {
  border-top-width: 2px;
}
.alert.gsf-alert {
  border-color: #ddd;
  background-color: #eee;
}
.gf-entry-content h1,
.gf-entry-content h2,
.gf-entry-content h3,
.gf-entry-content h4,
.gf-entry-content h5,
.gf-entry-content h6,
.gf-entry-content p,
.gf-entry-content hr,
.gf-entry-content dl,
.gf-entry-content blockquote,
.gf-entry-content table,
.gf-entry-content ul,
.gf-entry-content ol,
.gf-entry-content address,
.gf-entry-content pre,
.gf-entry-content figure {
  margin-bottom: 20px;
}
.gf-entry-content h1:last-child,
.gf-entry-content h2:last-child,
.gf-entry-content h3:last-child,
.gf-entry-content h4:last-child,
.gf-entry-content h5:last-child,
.gf-entry-content h6:last-child,
.gf-entry-content p:last-child,
.gf-entry-content hr:last-child,
.gf-entry-content dl:last-child,
.gf-entry-content blockquote:last-child,
.gf-entry-content table:last-child,
.gf-entry-content ul:last-child,
.gf-entry-content ol:last-child,
.gf-entry-content address:last-child,
.gf-entry-content pre:last-child,
.gf-entry-content figure:last-child {
  margin-bottom: 0;
}
.gf-entry-content iframe {
  max-width: 100%;
}
.gf-entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #efefef;
  clear: both;
}
.gf-entry-content table {
  border: 1px solid #efefef;
}
.gf-entry-content td,
.gf-entry-content th {
  padding: 8px;
  border: 1px solid #efefef;
  vertical-align: top;
}
.gf-entry-content thead th {
  font-weight: bold;
  vertical-align: bottom;
  background-color: #f7f7f7;
}
.gf-entry-content thead:first-child > tr:first-child > td,
.gf-entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.gf-entry-content dt,
.gf-entry-content dd {
  line-height: 2;
}
.gf-entry-content dd {
  margin-bottom: 15px;
}
.gf-entry-content ul,
.gf-entry-content ol {
  padding-left: 30px;
}
.gf-entry-content li {
  line-height: 1.8;
}
.gf-entry-content li > ul,
.gf-entry-content li > ol {
  margin-bottom: 0;
}
.gf-entry-content address {
  line-height: 1.8;
  font-style: italic;
}
.gf-entry-content .wp-block-code,
.gf-entry-content pre {
  background-color: #f7f7f7;
}
.gf-entry-content .wp-block-code code,
.gf-entry-content pre code {
  font-family: inherit;
}
.gf-entry-content label {
  vertical-align: top;
}
.gf-entry-content figure,
.gf-entry-content img {
  max-width: 100%;
  height: auto;
}
.gf-entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px;
}
.gf-entry-content figure.aligncenter {
  margin: 20px auto;
}
.gf-entry-content figure.aligncenter img {
  display: inline-block;
}
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption {
  font-size: 13px;
  font-style: italic;
  background-color: #f7f7f7;
  border-left: 2px solid #ddb758;
  padding: 2px 0 2px 5px;
  margin: 5px 0 0 0;
  width: 100%;
}
.gf-entry-content .gallery-caption {
  background-color: transparent !important;
  border: none;
  padding: 0;
  text-align: center;
}
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large) {
  font-size: 110%;
  background-color: #f7f7f7;
  border-left: none;
  padding: 60px 35px 50px;
  position: relative;
  text-align: center;
  margin-top: 50px;
}
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before {
  content: '\f10e';
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  font-size: 30px;
  font-family: 'FontAwesome';
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff;
  line-height: 101px;
  border-radius: 50%;
  text-align: center;
}
.gf-entry-content blockquote.gsf-blockquote-right,
.gf-entry-content blockquote.gsf-blockquote-left {
  font-size: 20px;
}
.gf-entry-content blockquote.gsf-blockquote-right {
  border-left: none;
  border-right: solid 5px #eee;
  text-align: right;
}
.gf-entry-content blockquote.gsf-blockquote-center {
  border-left: none;
  border-right: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 34px;
  padding-top: 55px;
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.gf-entry-content blockquote.gsf-blockquote-center:before {
  content: '“';
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 80px;
  display: block;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.gf-entry-content .twitter-tweet {
  width: 100% !important;
}
.gf-entry-content .gallery {
  margin: 0 -5px 10px -5px;
}
.gf-entry-content .gallery-item {
  margin: 0 0 10px 0;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  max-width: 33.33%;
  width: 100%;
}
.gf-entry-content .gallery-icon img {
  margin: 0 auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #efefef;
  padding: 5px;
}
.gf-entry-content .gallery-icon img:hover {
  border-color: #ddb758 !important;
}
.gf-entry-content .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gf-entry-content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gf-entry-content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gf-entry-content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gf-entry-content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gf-entry-content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gf-entry-content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gf-entry-content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gf-entry-content .gallery-columns-6 .gallery-caption,
.gf-entry-content .gallery-columns-7 .gallery-caption,
.gf-entry-content .gallery-columns-8 .gallery-caption,
.gf-entry-content .gallery-columns-9 .gallery-caption {
  display: none;
}
.gf-entry-content .page-links {
  float: left;
  width: 100%;
}
.gf-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 #efefef;
  font-size: 12px;
  text-transform: uppercase;
}
.gf-entry-content .bypostauthor,
.gf-entry-content .sticky {
  color: inherit;
}
.gf-entry-content .mce-menu {
  z-index: 999999 !important;
}
.gf-entry-content ul.wp-block-gallery {
  padding: 0;
}
.gf-entry-content .wp-block-pullquote {
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  color: #333333;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large) {
  background-color: transparent !important;
  padding: 0;
  margin-top: 0;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before {
  display: none;
}
.gf-entry-content .wp-block-quote.is-style-large,
.gf-entry-content .wp-block-quote.is-large {
  font-size: 20px;
  border-left: solid 5px #ddb758;
}
.gf-entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.gf-entry-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.gf-entry-content .wp-block-button {
  margin-bottom: 20px;
}
.gf-entry-content .wp-block-cover-image,
.gf-entry-content .wp-block-cover {
  margin-bottom: 20px;
  color: #f8f9f9;
}
.gf-entry-content .wp-block-cover-image p,
.gf-entry-content .wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.gf-entry-content .wp-block-cover-image a,
.gf-entry-content .wp-block-cover a {
  color: inherit;
}
.gf-entry-content .wp-block-embed {
  margin: 0 0 20px;
}
.gf-entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.gf-entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.gf-entry-content .blocks-gallery-grid .blocks-gallery-image figcaption,
.gf-entry-content .blocks-gallery-grid .blocks-gallery-item figcaption {
  color: #fff;
  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;
}
.gf-entry-content ul.blocks-gallery-grid {
  padding-left: 0 !important;
  margin: 0;
}
.gf-entry-content ul.blocks-gallery-grid + .blocks-gallery-caption {
  margin: 0;
}
/**
* 4.0 - Widget
* ----------------------------------------------------------------------------
*/
.widget .screen-reader-text {
  display: none;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget + .widget {
  margin-top: 50px;
}
.widget a {
  color: inherit;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: none;
  color: #ddb758;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.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;
}
.widget_archive .count,
.widget_categories .count,
.widget_nav_menu .count,
.widget_pages .count,
.widget_product_categories .count {
  display: none;
  margin-left: 5px;
}
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a {
  display: 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;
}
.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 #efefef;
}
.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,
.widget_archive li li > p,
.widget_categories li li > p,
.widget_nav_menu li li > p,
.widget_pages li li > p,
.widget_product_categories li li > p {
  padding-left: 20px;
}
.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,
.widget_archive li li li > p,
.widget_categories li li li > p,
.widget_nav_menu li li li > p,
.widget_pages li li li > p,
.widget_product_categories li li li > p {
  padding-left: 40px;
}
.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,
.widget_archive li li li li > p,
.widget_categories li li li li > p,
.widget_nav_menu li li li li > p,
.widget_pages li li li li > p,
.widget_product_categories li li li li > p {
  padding-left: 60px;
}
.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;
}
.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: 25px;
}
.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: 45px;
}
.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: 65px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  display: none;
  border-top: 1px solid #efefef;
}
.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;
}
.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';
}
.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,
.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,
.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,
.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 ul,
.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_meta ul {
  padding-left: 20px;
  margin: 0;
}
.widget_rss li + li,
.widget_recent_entries li + li,
.widget_recent_comments li + li,
.widget_meta li + li {
  margin-top: 10px;
}
.widget_rss ul .rsswidget {
  display: block;
  font-weight: bold;
}
.widget_rss ul .rss-date {
  font-style: italic;
  font-size: 13px;
  margin: 5px 0;
  display: block;
}
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_calendar .calendar_wrap caption {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  color: #696969;
  background-color: #f7f7f7;
  border: solid 1px #efefef;
  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: #f7f7f7;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #efefef;
  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,
.woocommerce-product-search {
  position: relative;
}
.search-form .search-field,
.woocommerce-product-search .search-field {
  width: 100%;
  padding-right: 53px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form [type="submit"],
.woocommerce-product-search [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 0;
  border: none;
  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;
}
.search-form [type="submit"] i,
.woocommerce-product-search [type="submit"] i {
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.search-form [type="submit"]:hover,
.woocommerce-product-search [type="submit"]:hover,
.search-form [type="submit"]:focus,
.woocommerce-product-search [type="submit"]:focus {
  background-color: transparent;
}
.widget .tagcloud {
  font-size: 0;
}
.widget .tagcloud > a {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 14px !important;
  background-color: #f8f7f7;
  line-height: 24px;
  padding: 4px 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget .tagcloud > a:hover,
.widget .tagcloud > a:focus {
  background-color: #333333;
}
.gf-sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .gf-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: 100000;
    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;
  }
  .gf-sidebar-canvas .primary-sidebar-inner {
    overflow-y: scroll;
    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);
  }
  .gf-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);
  }
  .gf-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;
  }
  .gf-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;
  }
}
.widget_layered_nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: none;
}
.gsf-field-select-inner select {
  width: 100%;
}
.wp-block-group__inner-container > h2,
.widgettitle,
.widget-title {
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 27px;
}
/**
* Search Form
* ----------------------------------------------------------------------------
*/
input[type="search"].search-field {
  font-size: 14px;
  height: 40px;
}
.woocommerce-product-search input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search label {
  display: none;
}
.wp-block-search .wp-block-search__input {
  width: 100%;
  padding-right: 53px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wp-block-search .wp-block-search__button {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
}
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus {
  background-color: transparent;
}
.wp-block-search .wp-block-search__button:before {
  content: "\f4a4";
  font-family: "Ionicons";
  font-weight: 400;
  display: block;
  position: absolute;
  text-align: center;
  font-size: 18px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li {
  font-size: 0;
}
.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_pages li + li,
.widget_product_categories li + li {
  border-top: none;
  margin-top: 16px;
}
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a,
.widget_product_categories li a {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 16px;
  padding-top: 0;
  padding-bottom: 0;
}
.widget_archive li p,
.widget_categories li p,
.widget_nav_menu li p,
.widget_pages li p,
.widget_product_categories li p {
  font-size: 14px;
  font-style: italic;
}
.widget_archive li.has-children > a span,
.widget_categories li.has-children > a span,
.widget_nav_menu li.has-children > a span,
.widget_pages li.has-children > a span,
.widget_product_categories li.has-children > a span {
  padding-right: 15px;
}
.widget_archive li.has-children li a,
.widget_categories li.has-children li a,
.widget_nav_menu li.has-children li a,
.widget_pages li.has-children li a,
.widget_product_categories li.has-children li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 400;
}
.widget_archive li.has-children li a:hover span:not(.count),
.widget_categories li.has-children li a:hover span:not(.count),
.widget_nav_menu li.has-children li a:hover span:not(.count),
.widget_pages li.has-children li a:hover span:not(.count),
.widget_product_categories li.has-children li a:hover span:not(.count),
.widget_archive li.has-children li a:focus span:not(.count),
.widget_categories li.has-children li a:focus span:not(.count),
.widget_nav_menu li.has-children li a:focus span:not(.count),
.widget_pages li.has-children li a:focus span:not(.count),
.widget_product_categories li.has-children li a:focus span:not(.count) {
  border-bottom: 1px solid;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  border-top: none;
  margin-top: 16px;
}
.widget_archive .cat-caret,
.widget_categories .cat-caret,
.widget_nav_menu .cat-caret,
.widget_pages .cat-caret,
.widget_product_categories .cat-caret {
  width: auto;
  height: auto;
  line-height: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.widget_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,
.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,
.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,
.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: 0;
}
.widget_nav_menu li a span {
  float: none;
}
@media (max-width: 767px) {
  footer .widget_nav_menu li {
    margin-right: 20px;
  }
  footer .widget_nav_menu li + li {
    margin-left: 0;
  }
}
/* Twitter */
.widget-twitter i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #ddb758;
  margin-top: 20px;
  margin-right: 2px;
  font-size: 18px;
  color: #fff;
}
.widget-twitter .widget-twitter-item .twitter-content {
  overflow: hidden;
  font-size: 15px;
  padding: 22px 0 22px 10px;
  border-top: 1px solid #efefef;
  line-height: 2;
}
.widget-twitter .widget-twitter-item .twitter-content a {
  color: #ddb758;
}
.widget-twitter .widget-twitter-item:first-child .twitter-content {
  padding-top: 0;
  border: none;
}
.widget-twitter .widget-twitter-item:first-child i {
  margin-top: 0;
}
.widget-twitter .follow-us {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 18px;
  border-radius: 2px;
  font-size: 15px;
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 600;
}
.widget-twitter .follow-us:hover,
.widget-twitter .follow-us:focus {
  border: 1px solid #fff;
}
.widget-twitter .follow-us:before {
  content: "\f099";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 18px;
}
.widget-twitter .follow-us:after {
  content: "\24";
  font-family: 'ElegantIcons';
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.widget-posts .gf-blog-wrap .layout-tall-4,
.widget-post-tabs .gf-blog-wrap .layout-tall-4 {
  margin-bottom: -15px;
}
.widget-posts .gf-blog-wrap .layout-tall-4 .thumbnail-size-post-tall-1:before,
.widget-post-tabs .gf-blog-wrap .layout-tall-4 .thumbnail-size-post-tall-1:before,
.widget-posts .gf-blog-wrap .layout-tall-4 .embed-responsive-post-tall-1,
.widget-post-tabs .gf-blog-wrap .layout-tall-4 .embed-responsive-post-tall-1 {
  padding-bottom: 131.081%;
}
.widget-posts .gf-blog-wrap .layout-tall-4.nav-top-right,
.widget-post-tabs .gf-blog-wrap .layout-tall-4.nav-top-right {
  padding-top: 0;
}
.widget-posts .gf-blog-wrap .layout-tall-4.nav-top-right > .owl-nav,
.widget-post-tabs .gf-blog-wrap .layout-tall-4.nav-top-right > .owl-nav {
  top: 15px;
  right: 20px;
}
.widget-posts .gf-blog-wrap .layout-tall-4 .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-tall-4 .gf-post-content {
  padding-top: 18px;
}
.widget-posts .gf-blog-wrap .layout-tall-4 .entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav,
.widget-post-tabs .gf-blog-wrap .layout-tall-4 .entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav {
  bottom: 15px;
  top: auto;
  left: 15px;
}
.widget-posts .gf-blog-wrap .layout-mix-9,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 {
  margin-bottom: -20px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .thumbnail-size-post-mix-9:before,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .thumbnail-size-post-mix-9:before,
.widget-posts .gf-blog-wrap .layout-mix-9 .embed-responsive-post-mix-9,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .embed-responsive-post-mix-9 {
  padding-bottom: 77.941%;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .gf-post-content .gf-post-title,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .gf-post-content .gf-post-title {
  margin-bottom: 10px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .gf-post-content .gf-post-meta,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .gf-post-content .gf-post-meta {
  font-size: 12px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content {
  padding-top: 24px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content .gf-post-title,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content .gf-post-title {
  font-size: 17px;
  margin-bottom: 8px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content .gf-post-meta,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 .post-grid-3 .gf-post-content .gf-post-meta {
  font-size: 12px;
}
.widget-posts .gf-blog-wrap .layout-mix-9 article.post-medium-image-2 .entry-thumb-wrap + .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-mix-9 article.post-medium-image-2 .entry-thumb-wrap + .gf-post-content {
  padding-top: 17px;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-excerpt,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-excerpt {
  display: none;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-inner,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-inner {
  background: transparent;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-title,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-title a,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-content {
  padding: 0 !important;
  border-bottom: solid 1px;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap {
  margin-bottom: 43px;
  font-size: 14px;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap .gf-table-cell,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap .gf-table-cell,
.widget-posts .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap .gf-table-cell .gf-table-cell-right,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 .gf-post-meta-wrap .gf-table-cell .gf-table-cell-right {
  display: inline;
}
.widget-posts .gf-blog-wrap .layout-medium-image-3 article:last-child .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-medium-image-3 article:last-child .gf-post-content {
  border-bottom: none;
}
.widget-posts .gf-blog-wrap .layout-list,
.widget-post-tabs .gf-blog-wrap .layout-list {
  padding: 34px 25px;
  margin-left: 0;
  margin-right: 0;
}
.widget-posts .gf-blog-wrap .layout-list .gf-post-content,
.widget-post-tabs .gf-blog-wrap .layout-list .gf-post-content {
  margin-top: 16px;
}
.widget-posts .gf-blog-wrap .layout-list .gf-post-title,
.widget-post-tabs .gf-blog-wrap .layout-list .gf-post-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
.widget-posts .gf-blog-wrap .layout-list .gf-post-meta,
.widget-post-tabs .gf-blog-wrap .layout-list .gf-post-meta {
  font-size: 12px;
  margin-bottom: 5px;
}
.widget-posts .gf-blog-wrap .layout-list .gf-post-meta li.meta-author:after,
.widget-post-tabs .gf-blog-wrap .layout-list .gf-post-meta li.meta-author:after {
  content: '-';
  display: inline-block;
  margin-left: 3px;
}
.widget-posts .gf-blog-wrap .layout-list .gf-post-meta.gf-inline > li,
.widget-post-tabs .gf-blog-wrap .layout-list .gf-post-meta.gf-inline > li {
  margin-right: 3px;
}
.widget-posts .gf-blog-wrap .layout-list .zoom-video,
.widget-post-tabs .gf-blog-wrap .layout-list .zoom-video {
  width: 47px;
  height: 47px;
  background: transparent;
}
.widget-posts .gf-blog-wrap .layout-list .zoom-video i,
.widget-post-tabs .gf-blog-wrap .layout-list .zoom-video i {
  font-size: 55px;
  color: #2f2f2f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget-posts .gf-blog-wrap .layout-list .zoom-video i:before,
.widget-post-tabs .gf-blog-wrap .layout-list .zoom-video i:before {
  content: "\f01d";
}
.widget-posts .gf-blog-wrap .layout-list .zoom-video + .entry-thumbnail-overlay:after,
.widget-post-tabs .gf-blog-wrap .layout-list .zoom-video + .entry-thumbnail-overlay:after {
  opacity: 0.56;
}
.widget-posts .gf-blog-wrap .layout-list .zoom-video:hover i,
.widget-post-tabs .gf-blog-wrap .layout-list .zoom-video:hover i {
  color: #ddb758;
}
.widget-posts .gf-blog-wrap .layout-list .entry-thumbnail-overlay:after,
.widget-post-tabs .gf-blog-wrap .layout-list .entry-thumbnail-overlay:after {
  background: #fff;
}
/*Widget post tabs*/
.widget-post-tabs .layout-list {
  padding: 0 !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.widget-post-tabs .layout-list article:last-child {
  padding-bottom: 0;
}
.widget-post-tabs .layout-medium-image-3 article:last-child {
  padding-bottom: 0;
}
.widget-post-tabs .nav-tabs {
  margin-bottom: -1px;
}
.widget-post-tabs .nav-tabs > li {
  width: 33.333333333%;
  text-align: center;
}
.widget-post-tabs .nav-tabs > li a {
  border: 1px solid #efefef !important;
  margin-right: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #333333;
}
.widget-post-tabs .nav-tabs > li.active a {
  background: #eeeeee;
  color: #ddb758;
}
.widget-post-tabs .tab-content {
  padding: 30px;
  border: solid 1px #efefef;
}
@media (max-width: 767px) {
  .review-wrapper .review-desc {
    width: 100%;
  }
  .review-wrapper .review-total-wrapper {
    float: left;
    margin-left: 45px;
  }
}
@media (min-width: 481px) {
  .widget-posts .gf-blog-wrap .layout-mix-9 article.post-medium-image-2 .entry-thumb-wrap {
    width: 136px;
    margin: 0 15px 0 0;
  }
  .widget-posts .gf-blog-wrap .layout-medium-image-3 article.post-medium-image-5 .entry-thumb-wrap {
    width: 90px;
    margin: 0 20px 0 0;
  }
  .widget-post-tabs article.post-medium-image-5 .entry-thumb-wrap {
    width: 90px;
    margin: 0 20px 0 0;
  }
}
@media (max-width: 480px) {
  .widget-posts .gf-blog-wrap .layout-medium-image-3 article.post-medium-image-5 .gf-post-content {
    margin-top: 15px;
  }
}
@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-social-profile ul {
  padding: 0 !important;
  margin: 0 !important;
}
.widget-social-profile ul li {
  margin: 0 !important;
}
.widget-social-profile ul li a {
  font-size: 14px;
  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;
  display: block;
}
.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: 40px;
  height: 40px;
  text-align: center;
  margin: 5px 7px 5px 0 !important;
  display: block;
}
.widget-social-profile .social-icon-circle li a i {
  line-height: 40px !important;
}
.widget-social-profile .social-icon-circle-outline li a {
  background-color: transparent;
  border: 1px solid #efefef;
  -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 {
  background-color: #333333;
  border-color: transparent !important;
  color: #ffffff;
}
.widget-social-profile .social-icon-circle-outline li a i {
  line-height: 38px !important;
}
.widget-social-profile .social-icon-large li a {
  font-size: 24px;
  margin-right: 26px;
}
.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: 14px;
}
.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;
}
.mc4wp-form p {
  position: relative;
  margin-bottom: 0;
}
.mc4wp-form label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.mc4wp-form input {
  width: 100%;
  display: block;
  border: 1px solid transparent !important;
  height: 48px;
  line-height: 48px;
  padding-right: 65px;
  background-color: #ffffff;
  font-size: 14px;
  font-style: italic;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mc4wp-form input:focus,
.mc4wp-form input:active {
  border: 1px solid #ddb758 !important;
}
.mc4wp-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  border: none;
  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;
}
.mc4wp-form button i {
  padding-top: 2px;
  display: block;
}
.mc4wp-form button:hover,
.mc4wp-form button:focus {
  background-color: #ddb758;
  color: #ffffff !important;
}
.mc4wp-form .gsf-bakery-mailchimp input {
  height: 40px;
  line-height: 40px;
}
.mc4wp-form .gsf-bakery-mailchimp button {
  background-color: #1e3f5a;
  color: #fff !important;
}
.mc4wp-form .gsf-bakery-mailchimp button:hover,
.mc4wp-form .gsf-bakery-mailchimp button:focus {
  background-color: #ddb758;
  color: #ffffff !important;
}
.mc4wp-form .gsf-jewelry-form [name="email"] {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid !important;
  padding: 0;
}
.mc4wp-form .gsf-jewelry-form [type="submit"] {
  font-size: 32px;
  padding-right: 0;
  padding-left: 0;
}
.mc4wp-form .gsf-jewelry-form [type="submit"] i {
  line-height: 48px;
}
.mc4wp-form .gsf-jewelry-form [type="submit"]:hover,
.mc4wp-form .gsf-jewelry-form [type="submit"]:focus {
  background-color: transparent;
  color: #ddb758 !important;
}
.car-shop-footer .widget-title {
  font-size: 18px;
}
.car-shop-footer .mc4wp-form-fields label {
  margin-bottom: 17px;
}
.car-shop-footer form.mc4wp-form input {
  background-color: #242424 !important;
  font-style: italic;
}
footer .widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .widget_nav_menu ul.menu li {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  color: #ababab;
}
footer .widget_nav_menu ul.menu li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  line-height: 13px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
}
footer .widget_nav_menu ul.menu li a:hover {
  border-bottom-color: #333333;
  color: #333333;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li {
  display: inline-block;
  margin-right: 50px;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li a {
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li a:hover {
  border-bottom-color: #696969 !important;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  footer .footer-verticle-menu .widget_nav_menu ul.menu li {
    display: block;
    margin-right: 0;
  }
}
ul.instagram-pics {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
ul.instagram-pics li a {
  display: block;
  position: relative;
  overflow: hidden;
}
ul.instagram-pics li a:before,
ul.instagram-pics li a:after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  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;
  z-index: 2;
}
ul.instagram-pics li a:before {
  bottom: 100%;
  top: 0;
}
ul.instagram-pics li a:after {
  top: 100%;
  bottom: 0;
}
ul.instagram-pics li a:hover:before,
ul.instagram-pics li a:hover:after {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.instagram-6-columns .zoom-instagram-widget__items li,
.instagram-6-columns .instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 16.6666666667%;
}
.instagram-6-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  width: 100% !important;
  height: auto !important;
}
.instagram-6-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:after {
  content: '';
  display: inline-block;
  padding-top: 100%;
}
.instagram-3-columns .zoom-instagram-widget__item {
  width: 100%;
}
.instagram-3-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  width: 100% !important;
  height: auto !important;
}
.instagram-3-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:after {
  content: '';
  display: inline-block;
  padding-top: 100%;
}
ul.zoom-instagram-widget__items {
  padding: 0 !important;
  margin: 0 !important;
}
.instagram-5-columns .zoom-instagram-widget__items,
.instagram-5-columns .instagram-pics {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 30px;
}
.instagram-5-columns .zoom-instagram-widget__items li,
.instagram-5-columns .instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
.instagram-5-columns .zoom-instagram-widget__items li:nth-child(2n),
.instagram-5-columns .instagram-pics li:nth-child(2n) {
  position: relative;
  top: 30px;
}
.instagram-5-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  width: 100% !important;
  height: auto !important;
}
.instagram-5-columns .zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:after {
  content: '';
  display: inline-block;
  padding-top: 100%;
}
.instagram-5-columns-2 .zoom-instagram-widget__items,
.instagram-5-columns-2 .instagram-pics {
  margin-left: -10px;
  margin-right: -10px;
}
.instagram-5-columns-2 .zoom-instagram-widget__items li,
.instagram-5-columns-2 .instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 20%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .instagram-6-columns .zoom-instagram-widget__items li,
  .instagram-5-columns-2 .zoom-instagram-widget__items li,
  .instagram-6-columns .instagram-pics li,
  .instagram-5-columns-2 .instagram-pics li {
    width: 33.333333333%;
  }
  .instagram-5-columns .zoom-instagram-widget__items li,
  .instagram-5-columns .instagram-pics li {
    width: 33.333333333%;
    top: 0 !important;
    margin-top: 20px;
  }
}
.widget-posts article.post-default:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 120px;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap .gf-post-cat-meta {
  position: relative;
  top: -5px;
  margin-bottom: 2px;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap .gf-post-title {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.widget-banner {
  font-size: 0;
}
.widget-banner .widget-banner-content {
  background-position: center center;
  background-size: cover;
  display: inline-block;
}
.widget-banner .widget-banner-content .effect-content {
  height: 100%;
  display: inline-block;
  z-index: 2;
}
.widget-banner .widget-banner-content.banner-mode-background {
  width: 100%;
}
.widget-banner .widget-banner-content.banner-mode-background .effect-content {
  width: 100%;
}
.widget-banner .banner-mode-background .effect-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-banner .suprema-effect:after,
.widget-banner .layla-effect:after,
.widget-banner .bubba-effect:after,
.widget-banner .jazz-effect:after {
  display: none;
}
.widget-banner .suprema-effect .banner-overlay,
.widget-banner .layla-effect .banner-overlay,
.widget-banner .bubba-effect .banner-overlay,
.widget-banner .jazz-effect .banner-overlay {
  -webkit-transition: opacity 0.6s ease 0.15s;
  -moz-transition: opacity 0.6s ease 0.15s;
  -ms-transition: opacity 0.6s ease 0.15s;
  -o-transition: opacity 0.6s ease 0.15s;
  transition: opacity 0.6s ease 0.15s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.widget-banner .suprema-effect:hover .banner-overlay,
.widget-banner .layla-effect:hover .banner-overlay,
.widget-banner .bubba-effect:hover .banner-overlay,
.widget-banner .jazz-effect:hover .banner-overlay {
  opacity: 1;
}
.widget-banner .layla-effect .effect-content:after,
.widget-banner .bubba-effect .effect-content:after {
  top: 15px !important;
  bottom: 15px !important;
}
.widget-banner .layla-effect .effect-content:before,
.widget-banner .bubba-effect .effect-content:before {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .layla-effect:hover .effect-content:after {
  left: 8px !important;
  right: 8px !important;
}
.widget-banner .layla-effect:hover .effect-content:before {
  top: 8px !important;
  bottom: 8px !important;
}
.widget-banner .bubba-effect:hover .effect-content:after {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .bubba-effect:hover .effect-content:before {
  top: 15px !important;
  bottom: 15px !important;
}
.copy-right {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 220px;
}
.copyright-02 {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 32px;
  max-width: 190px;
  font-style: italic;
}
.widget-gallery .gf-gallery-item {
  font-size: 0;
  text-align: center;
}
.widget-gallery .gallery-zoom {
  font-size: 15px !important;
}
.widget-gallery .gallery-zoom:hover {
  opacity: 1 !important;
}
.widget-gallery img {
  width: 100%;
}
.widget-gallery .wd-gallery-content {
  padding: 30px 20px !important;
}
.widget-gallery .gf-gallery.col-gap-30,
.widget-gallery .gf-gallery.col-gap-20,
.widget-gallery .gf-gallery.col-gap-10,
.widget-gallery .gf-gallery.col-gap-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action a {
  width: 100%;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action {
  padding: 0 15px !important;
}
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action {
  padding: 0 10px !important;
}
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action {
  padding: 0 5px !important;
}
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action {
  padding: 0 !important;
}
ul.menu-top-bar-right {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.07em;
}
ul.menu-top-bar-right li {
  display: inline-block;
}
ul.menu-top-bar-right li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.menu-top-bar-right li + li {
  margin-left: 20px;
}
.top-drawer-wrap .widget_nav_menu li,
.top-bar .widget_nav_menu li,
.bottom-bar-wrapper .widget_nav_menu li {
  color: #505050;
  display: inline-block;
}
.top-drawer-wrap .widget_nav_menu li a,
.top-bar .widget_nav_menu li a,
.bottom-bar-wrapper .widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Montserrat';
  font-weight: 700;
}
.top-drawer-wrap .widget_nav_menu li a:before,
.top-bar .widget_nav_menu li a:before,
.bottom-bar-wrapper .widget_nav_menu li a:before {
  width: 0;
  height: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.top-drawer-wrap .widget_nav_menu li a:hover,
.top-bar .widget_nav_menu li a:hover,
.bottom-bar-wrapper .widget_nav_menu li a:hover {
  background: transparent;
  color: #ddb758 !important;
  padding-left: 0;
}
.header-vertical.widget_nav_menu li {
  color: #333333;
  font-weight: 700;
}
.header-vertical.widget_nav_menu li.current-menu-item > a {
  color: #ddb758 !important;
}
.header-vertical.widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Montserrat';
  font-size: 13px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.header-vertical.widget_nav_menu li a:before {
  width: 0;
  height: 0;
}
.header-vertical.widget_nav_menu li a:hover {
  background: transparent;
  color: #ddb758 !important;
  padding-left: 0;
}
/* Login & Register */
.widget-login-register {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.07em;
}
.widget-login-register a {
  font-weight: 400;
}
#gsf-popup-login-form,
#gsf-popup-register-form {
  padding: 60px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
}
#gsf-popup-login-form .close,
#gsf-popup-register-form .close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 14px;
  color: #ddb758;
  opacity: 1;
}
#gsf-popup-login-form .modal-header,
#gsf-popup-register-form .modal-header {
  padding: 0;
  border: none;
}
#gsf-popup-login-form .modal-header .modal-title,
#gsf-popup-register-form .modal-header .modal-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
#gsf-popup-login-form .modal-header .modal-title:after,
#gsf-popup-register-form .modal-header .modal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 24px;
  background-color: #ddb758;
}
#gsf-popup-login-form .modal-header p,
#gsf-popup-register-form .modal-header p {
  margin-bottom: 25px;
}
#gsf-popup-login-form .modal-body,
#gsf-popup-register-form .modal-body {
  padding: 0;
}
#gsf-popup-login-form .modal-body .form-group,
#gsf-popup-register-form .modal-body .form-group {
  margin-bottom: 15px;
}
#gsf-popup-login-form .modal-body input[type="text"],
#gsf-popup-register-form .modal-body input[type="text"],
#gsf-popup-login-form .modal-body input[type="password"],
#gsf-popup-register-form .modal-body input[type="password"],
#gsf-popup-login-form .modal-body input[type="email"],
#gsf-popup-register-form .modal-body input[type="email"] {
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #efefef;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#gsf-popup-login-form .modal-footer,
#gsf-popup-register-form .modal-footer {
  padding: 0;
  margin-top: 20px;
  border: none;
  text-align: center;
}
#gsf-popup-login-form .modal-footer .modal-footer-left,
#gsf-popup-register-form .modal-footer .modal-footer-left {
  float: left;
  margin-top: 10px;
}
#gsf-popup-login-form .modal-footer .modal-footer-right,
#gsf-popup-register-form .modal-footer .modal-footer-right {
  float: right;
}
#gsf-popup-login-wrapper,
#gsf-popup-register-wrapper {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
}
#gsf-popup-login-wrapper.in,
#gsf-popup-register-wrapper.in {
  opacity: 1;
  visibility: visible;
  height: auto;
}
#gsf-popup-login-wrapper .gglcptch_v1,
#gsf-popup-register-wrapper .gglcptch_v1,
#gsf-popup-login-wrapper .gglcptch_v2,
#gsf-popup-register-wrapper .gglcptch_v2 {
  padding: 0;
  margin-bottom: 20px;
}
#gsf-popup-login-wrapper.modal.fade .modal-dialog,
#gsf-popup-register-wrapper.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#gsf-popup-login-wrapper.modal.in .modal-dialog,
#gsf-popup-register-wrapper.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#gsf-popup-login-wrapper .modal-backdrop.in,
#gsf-popup-register-wrapper .modal-backdrop.in {
  opacity: .8;
}
@media (min-width: 768px) {
  #gsf-popup-login-wrapper .modal-dialog,
  #gsf-popup-register-wrapper .modal-dialog {
    width: 424px;
    margin: auto;
  }
}
.apsl-login-networks {
  margin-bottom: 20px;
}
.apsl-login-networks.theme-4 .social-networks a {
  width: 100%;
  display: block;
}
.apsl-login-networks.theme-4 .social-networks a .apsl-icon-block {
  margin-right: 0;
  width: 100%;
}
.widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
  height: 4px;
}
.widget_price_filter .price_slider_wrapper .ui-slider .ui-slider-handle {
  width: 13px;
  height: 13px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
  padding: 9px 20px;
}
.yith-woocommerce-ajax-product-filter .yith-wcan.yith-wcan-color li a {
  margin-right: 20px !important;
  margin-bottom: 20px !important;
  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;
}
.yith-woocommerce-ajax-product-filter .yith-wcan.yith-wcan-color li a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 5px 0 0 5px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: -1px;
  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;
}
.yith-woocommerce-ajax-product-filter .yith-wcan.yith-wcan-color li.chosen a:after,
.yith-woocommerce-ajax-product-filter .yith-wcan.yith-wcan-color li a:hover:after,
.yith-woocommerce-ajax-product-filter .yith-wcan.yith-wcan-color li a:focus:after {
  opacity: 1;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
  border: 1px solid #ddd !important;
}
.gf-price-filter li,
.gf-product-sorting li {
  list-style-type: none;
}
.gf-price-filter li.active,
.gf-product-sorting li.active {
  color: #ddb758;
}
.gf-price-filter li a:hover,
.gf-product-sorting li a:hover {
  padding-left: 5px;
}
.gf-attr-filter-wrap li {
  list-style-type: none;
}
.gf-attr-filter-wrap.gf-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;
}
.gf-attr-filter-wrap:not(.gf-fiter-type-select) li.active a {
  padding: 0 5px;
  border: 1px solid #ddb758;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 90%;
  color: #ddb758;
}
.gf-attr-filter-wrap.gf-fiter-type-list ul {
  padding-left: 15px;
}
.gf-attr-filter-wrap.gf-fiter-type-list li {
  list-style-type: disc !important;
}
.gf-attr-filter-wrap.gf-fiter-type-select {
  background-color: #f7f7f7;
  position: relative;
}
.gf-attr-filter-wrap.gf-fiter-type-select .filter-select-open {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.gf-attr-filter-wrap.gf-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;
}
.gf-attr-filter-wrap.gf-fiter-type-select .gf-attr-filter-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 10px 0 !important;
  display: none;
}
.gf-attr-filter-wrap.gf-fiter-type-select .gf-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;
}
.gf-attr-filter-wrap.gf-fiter-type-select .gf-attr-filter-content li a {
  display: block;
}
.gf-attr-filter-wrap.gf-fiter-type-select .gf-attr-filter-content li.active,
.gf-attr-filter-wrap.gf-fiter-type-select .gf-attr-filter-content li:hover {
  background-color: #eee;
  color: #ddb758;
}
.gf-attr-filter-wrap.gf-fiter-type-select.opened .filter-select-open:after {
  content: '\f106';
}
.gf-product-category-filter-wrap ul {
  margin-bottom: 0 !important;
  list-style-type: none;
}
.gf-product-category-filter-wrap ul.children > li {
  padding-left: 10px;
}
.gf-product-category-filter-wrap ul.gf-product-category-filter {
  max-height: 250px;
  position: relative;
}
.gf-product-category-filter li.active > a {
  color: #ddb758;
}
.gf-product-category-filter-select {
  background-color: #f7f7f7;
  position: relative;
}
.gf-product-category-filter-select .gf-filter-open {
  cursor: pointer;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.gf-product-category-filter-select .gf-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;
}
.gf-product-category-filter-select .gf-product-category-filter {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: none;
  padding: 10px 0 !important;
  background-color: #f2f2f2;
}
.gf-product-category-filter-select .gf-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;
}
.gf-product-category-filter-select .gf-product-category-filter li a {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}
.gf-product-category-filter-select .gf-product-category-filter li.active,
.gf-product-category-filter-select .gf-product-category-filter li:hover {
  background-color: #eee;
}
.gf-product-category-filter-select .gf-product-category-filter li.active > a,
.gf-product-category-filter-select .gf-product-category-filter li a:hover {
  color: #ddb758;
}
.gf-product-category-filter-select.opened .gf-filter-open:after {
  content: '\f106';
}
/**
    * Woocommerce Product
    * ----------------------------------------------------------------------------
    */
.woocommerce ul.product_list_widget:not(.cart_list) li {
  padding: 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) li + li {
  padding-top: 15px;
  margin-top: 15px;
  border-top-style: solid;
  border-top-width: 1px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li img {
  float: left;
  width: 80px;
  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: top;
}
.woocommerce ul.product_list_widget:not(.cart_list) .product-sidebar-thumb {
  padding-right: 15px;
}
.woocommerce ul.product_list_widget:not(.cart_list) li a {
  font-size: 14px;
  letter-spacing: 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) span.amount {
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: bold;
  letter-spacing: 0;
}
.woocommerce ul.product_list_widget:not(.cart_list) del span.amount {
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget:not(.cart_list) li .star-rating {
  display: block;
  margin: 5px 0;
}
.widget-payment-wrap {
  font-size: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-payment-wrap li.widget-payment-item {
  display: inline-block;
}
.widget-payment-wrap li.widget-payment-item + li {
  margin-left: 15px;
}
/**
* 5.0 - Header
* ----------------------------------------------------------------------------
*/
.logo-text {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.site-branding-text {
  position: relative;
}
.site-branding-text .site-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  .logo-header {
    height: 120px;
    padding-right: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-logo {
    display: none;
  }
  .header-10 .logo-header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 991px) {
  .mobile-logo-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    -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: 10px;
    padding-bottom: 10px;
  }
}
/**
* Desktop
* ----------------------------------------------------------------------------
*/
.primary-menu {
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
}
.primary-menu-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.main-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.main-menu .menu-caret:before {
  content: '\f104';
  display: inline-block;
  font: normal normal normal 18px/1 Ionicons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.main-menu .menu-item > a {
  display: block;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.main-menu .menu-item > a:hover,
.main-menu .menu-item > a:focus,
.main-menu .menu-item > a:active {
  text-decoration: none;
  color: #ddb758;
}
.main-menu > .menu-item {
  position: relative;
  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: 50px;
}
.main-menu > .menu-item > a {
  font-family: 'Nunito Sans';
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-menu > .menu-item > a:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  display: block;
  bottom: 9px;
  right: 100%;
  left: 0;
  height: 2px;
  background-color: #333333;
}
.main-menu > .menu-item > a > .menu-caret:before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.main-menu > .menu-item:not(.menu-item-has-children) > a > .x-menu-link-featured {
  right: -25px;
}
.main-menu > .menu-item.menu-current > a:before,
.main-menu > .menu-item:hover > a:before,
.main-menu > .menu-item:focus > a:before {
  left: -4px;
  right: -4px;
}
.main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu li.current-menu-item > a:before,
.main-menu li .menu-current > a:before {
  left: -4px;
  right: -4px;
}
.main-menu ul.sub-menu {
  display: none;
  font-family: 'Nunito Sans';
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  text-align: left;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  left: 0;
  top: 100%;
  background-color: #ffffff;
}
.main-menu ul.sub-menu .menu-item {
  position: relative;
  min-width: 230px;
}
.main-menu ul.sub-menu .menu-item .menu-caret:before {
  content: '\f10a';
  position: absolute;
  right: 7px;
  line-height: 20px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):first-child {
  margin-top: 15px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):last-child {
  margin-bottom: 21px;
}
.main-menu ul.sub-menu .menu-item > a {
  line-height: 20px;
  padding: 10px 0;
  margin-left: 23px;
  margin-right: 20px;
  white-space: nowrap;
}
.main-menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-left ul.sub-menu {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 1px;
}
.main-menu ul.sub-menu .x-submenu-position-right ul.sub-menu {
  left: 100%;
  right: auto;
  margin-right: 0;
  margin-left: 1px;
}
.main-menu > .x-submenu-position-left > ul.sub-menu {
  right: 0;
  left: auto;
}
.main-menu > .x-submenu-position-right > ul.sub-menu {
  left: 0;
  right: auto;
}
.main-menu .x-active > ul.sub-menu,
.main-menu li:hover > ul.sub-menu {
  display: block;
}
.main-menu.sub-menu-left ul.sub-menu .sub-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 1px;
}
/**
* Vertical Menu
* ----------------------------------------------------------------------------
*/
.gf-menu-vertical {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gf-menu-vertical li {
  position: relative;
  line-height: 24px;
  cursor: pointer;
}
.gf-menu-vertical li + li {
  border-top: 1px solid #ffffff;
}
.gf-menu-vertical .menu-caret {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.gf-menu-vertical .menu-caret:before {
  content: '\f107';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gf-menu-vertical a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  color: inherit;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical a:focus,
.gf-menu-vertical a:active {
  text-decoration: none;
  color: #ddb758;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical a:focus,
.gf-menu-vertical a:active {
  color: #ddb758;
}
.gf-menu-vertical ul.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  background-color: #ffffff;
  position: relative;
}
.gf-menu-vertical ul.sub-menu a {
  text-transform: none;
}
.gf-menu-vertical ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu:before {
  content: '';
  position: absolute;
  left: 20px;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 6px #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu {
  background-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu li + li {
  border-color: #ffffff;
}
.gf-menu-vertical ul.sub-menu ul.sub-menu ul.sub-menu ul.sub-menu:before {
  border-top-color: #ffffff;
}
.gf-menu-vertical li.menu-open > a .menu-caret:before {
  content: '\f106';
}
.header-7 .gf-menu-vertical li + li,
.header-8 .gf-menu-vertical li + li {
  border-top: none;
}
.header-7 .gf-menu-vertical a,
.header-8 .gf-menu-vertical a {
  font-size: 14px;
}
.header-7 .gf-menu-vertical > .menu-item > a,
.header-8 .gf-menu-vertical > .menu-item > a {
  padding: 15px 20px;
}
.header-7 .gf-menu-vertical > .menu-item > a .x-menu-link-text,
.header-8 .gf-menu-vertical > .menu-item > a .x-menu-link-text {
  position: relative;
  font-weight: 800;
}
.header-7 .gf-menu-vertical > .menu-item > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item > a .x-menu-link-text:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  display: block;
  bottom: -4px;
  right: 100%;
  left: 0;
  height: 2px;
  background-color: #333333;
}
.header-7 .gf-menu-vertical > .menu-item.current-menu-ancestor > a,
.header-8 .gf-menu-vertical > .menu-item.current-menu-ancestor > a,
.header-7 .gf-menu-vertical > .menu-item.current-menu-parent > a,
.header-8 .gf-menu-vertical > .menu-item.current-menu-parent > a,
.header-7 .gf-menu-vertical > .menu-item.menu-current > a,
.header-8 .gf-menu-vertical > .menu-item.menu-current > a,
.header-7 .gf-menu-vertical > .menu-item.current-menu-item > a,
.header-8 .gf-menu-vertical > .menu-item.current-menu-item > a,
.header-7 .gf-menu-vertical > .menu-item:hover > a,
.header-8 .gf-menu-vertical > .menu-item:hover > a,
.header-7 .gf-menu-vertical > .menu-item:focus > a,
.header-8 .gf-menu-vertical > .menu-item:focus > a {
  color: #333333;
}
.header-7 .gf-menu-vertical > .menu-item.current-menu-ancestor > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item.current-menu-ancestor > a .x-menu-link-text:before,
.header-7 .gf-menu-vertical > .menu-item.current-menu-parent > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item.current-menu-parent > a .x-menu-link-text:before,
.header-7 .gf-menu-vertical > .menu-item.menu-current > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item.menu-current > a .x-menu-link-text:before,
.header-7 .gf-menu-vertical > .menu-item.current-menu-item > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item.current-menu-item > a .x-menu-link-text:before,
.header-7 .gf-menu-vertical > .menu-item:hover > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item:hover > a .x-menu-link-text:before,
.header-7 .gf-menu-vertical > .menu-item:focus > a .x-menu-link-text:before,
.header-8 .gf-menu-vertical > .menu-item:focus > a .x-menu-link-text:before {
  right: 0;
}
.header-7 .gf-menu-vertical ul.sub-menu,
.header-8 .gf-menu-vertical ul.sub-menu {
  background-color: transparent !important;
}
.header-7 .gf-menu-vertical ul.sub-menu:before,
.header-8 .gf-menu-vertical ul.sub-menu:before {
  display: none !important;
}
.header-7 .gf-menu-vertical ul.sub-menu .menu-item,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item {
  padding-left: 20px;
}
.header-7 .gf-menu-vertical ul.sub-menu .menu-item a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item a {
  padding: 5px 20px;
  font-weight: 400;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.header-7 .gf-menu-vertical ul.sub-menu .menu-item a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item a .x-menu-link-text {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 14px;
  display: inline-block;
}
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-ancestor > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-ancestor > a,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-parent > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-parent > a,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.menu-current > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.menu-current > a,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-item > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-item > a,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item:hover > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item:hover > a,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item:focus > a,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item:focus > a {
  color: #333333;
}
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-ancestor > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-ancestor > a .x-menu-link-text,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-parent > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-parent > a .x-menu-link-text,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.menu-current > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.menu-current > a .x-menu-link-text,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-item > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item.current-menu-item > a .x-menu-link-text,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item:hover > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item:hover > a .x-menu-link-text,
.header-7 .gf-menu-vertical ul.sub-menu .menu-item:focus > a .x-menu-link-text,
.header-8 .gf-menu-vertical ul.sub-menu .menu-item:focus > a .x-menu-link-text {
  border-bottom-color: #333333;
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
.mobile-navigation-wrapper {
  width: 280px;
  padding-top: 0;
  background-color: #212121;
  color: #fff;
  border: none !important;
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
  padding: 0;
}
.mobile-navigation-wrapper .search-form {
  padding: 20px;
  background-color: #111;
}
.mobile-navigation-wrapper .search-form .search-field {
  background-color: #353535;
  border: 1px solid #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-field:focus,
.mobile-navigation-wrapper .search-form .search-field:active {
  border-color: #ddb758;
}
.mobile-navigation-wrapper .search-form .search-submit {
  top: 20px;
  right: 20px;
  height: 40px;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border-color: transparent;
  color: #999;
}
.mobile-navigation-wrapper .search-form .search-submit i {
  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 a {
  padding-left: 20px;
}
.mobile-navigation-wrapper .mobile-menu a {
  color: inherit;
}
.mobile-navigation-wrapper .mobile-menu a:hover,
.mobile-navigation-wrapper .mobile-menu a:focus,
.mobile-navigation-wrapper .mobile-menu a:active {
  text-decoration: none;
  color: #ddb758;
}
.mobile-navigation-wrapper .mobile-menu a:hover,
.mobile-navigation-wrapper .mobile-menu a:focus,
.mobile-navigation-wrapper .mobile-menu a:active {
  color: #ddb758;
}
.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;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 4px 7px;
  top: -15px;
  right: -10px;
  display: block;
  line-height: 16px;
  color: #fff !important;
  background-color: #84d8e3 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.x-menu-link-featured:after {
  position: absolute;
  content: '';
  display: block;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 6px solid #84d8e3;
  border-left: 0 solid transparent;
  border-right: 6px solid transparent;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.x-menu-link-featured-hot {
  background-color: #c61932 !important;
}
.x-menu-link-featured-hot:after {
  border-top-color: #c61932;
}
.x-menu-list {
  list-style-type: none;
}
.x-menu-list li {
  min-width: 150px;
}
.x-menu-list li a {
  line-height: 20px;
  padding: 12px 0;
  white-space: nowrap;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-family: 'Nunito Sans';
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
  color: inherit;
}
.x-menu-list li a:hover,
.x-menu-list li a:focus,
.x-menu-list li a:active {
  text-decoration: none;
  color: #ddb758;
}
.x-menu-list li i {
  display: inline-block;
  margin-right: 14px;
}
.x-menu-heading {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  line-height: 1;
  display: block;
  padding: 0;
  margin-top: 0;
  margin-bottom: 11px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.customize-search > a {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 4px;
}
.customize-search > a:hover {
  color: #ddb758 !important;
}
ul.header-customize.gf-inline li {
  font-size: 15px;
}
.customize-product-search-ajax .search-ajax-wrap {
  font-size: 15px;
  position: relative;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories {
  position: relative;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories > span {
  position: relative;
  display: block;
  height: 48px;
  width: 185px;
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories > span:after {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 14px;
  display: inline;
  position: absolute;
  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;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories > span.active:after {
  content: '\f0d8';
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown {
  position: absolute;
  top: 100%;
  left: 1px;
  right: 1px;
  z-index: 1001;
  list-style: none;
  padding: 0 15px;
  margin: 0;
  max-height: 285px;
  overflow: hidden;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li {
  line-height: 40px;
  font-size: 14px;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li span {
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li span:hover {
  color: #ddb758;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li + li,
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li > ul {
  border-top: 1px solid;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li > ul {
  list-style: none;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li > ul > li > span {
  padding-left: 15px;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories .search-category-dropdown li > ul > ul > li > span {
  padding-left: 30px;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form [data-search-ajax-control="input"] {
  height: 48px;
  line-height: 48px;
  border: 1px solid !important;
  border-left-width: 0 !important;
  background-color: transparent;
  font-size: 15px;
  width: 315px;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .search-popup-button {
  height: 48px;
  width: 48px;
  background-color: transparent;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .search-popup-button:hover,
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .search-popup-button:focus {
  color: #ddb758 !important;
}
.customize-product-search-ajax .search-ajax-wrap [data-search-ajax-control="result"] {
  z-index: 1000;
  width: auto;
  left: 1px;
  right: 1px;
  margin-top: 0;
  max-height: 425px;
  border-top: none;
  border-bottom: none;
}
.customize-product-search-ajax .search-ajax-wrap [data-search-ajax-control="result"] .search-popup-list > li {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.customize-product-search-ajax .search-ajax-wrap [data-search-ajax-control="result"] .sa-post-thumbnail {
  width: 50px;
}
.customize-product-search-ajax .search-ajax-wrap [data-search-ajax-control="result"] .sa-post-thumbnail + .sa-post-content {
  padding-left: 20px;
}
.customize-product-search-ajax .search-ajax-wrap [data-search-ajax-control="result"] .sa-post-title {
  color: inherit;
  font-size: inherit;
  font-weight: 500;
}
ul.header-customize {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.header-customize-nav > li {
  margin-right: 15px;
}
ul.header-customize-nav > li:first-child {
  padding-left: 50px;
}
ul.header-customize-nav .contact-us-item + .contact-us-item {
  margin-left: 15px;
}
ul.header-customize-left > li {
  margin-right: 15px;
}
ul.header-customize-left .contact-us-item + .contact-us-item {
  margin-left: 15px;
}
ul.header-customize-right > li {
  margin-right: 30px;
}
ul.header-customize-right .contact-us-item + .contact-us-item {
  margin-left: 30px;
}
ul.header-customize-mobile > li {
  margin-right: 15px;
}
.call-us-now {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.call-us-now .call-icon {
  font-size: 24px;
  color: #ddb758;
  margin-right: 14px;
}
.call-us-now .call-label {
  font-size: 12px;
}
.call-us-now .call-phone-number {
  font-family: 'Montserrat';
}
.header-contact-us {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.header-contact-us .contact-us-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.header-contact-us .contact-us-item .contact-icon {
  color: #194145;
  background-color: #ffd33d;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.header-contact-us .contact-us-item .contact-icon i {
  line-height: 40px;
  font-size: 24px;
}
.header-contact-us .contact-us-item .contact-icon:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 2px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffd33d;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.header-contact-us .contact-us-item .contact-content {
  padding-left: 12px;
}
.header-contact-us .contact-us-item .contact-content > span {
  font-size: 13px;
  font-weight: 600;
  color: #ddb758;
  letter-spacing: 0.15em;
  display: inline-block;
}
.header-contact-us .contact-us-item .contact-content > div {
  margin-top: -8px;
}
@media (max-width: 1199px) {
  .customize-product-search-ajax .search-ajax-wrap .search-popup-form .categories > span {
    width: 145px;
  }
  .customize-product-search-ajax .search-ajax-wrap .search-popup-form [data-search-ajax-control="input"] {
    width: 250px;
  }
}
/**
* Header Desktop
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 992px) {
  header.mobile-header {
    display: none;
    height: 0;
  }
  header.main-header {
    position: relative;
    z-index: 999;
  }
  header.main-header .header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    flex-grow: 1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
  }
  header.main-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.main-header.header-2 .main-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-3 .main-menu {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.main-header.header-4 .primary-menu {
    text-align: center;
  }
  header.main-header.header-4 .primary-menu-inner {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-4 .left-menu,
  header.main-header.header-4 .right-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
  }
  header.main-header.header-4 .sub-menu-left {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.main-header.header-4 .logo-header {
    padding-left: 50px;
    padding-right: 50px;
  }
  header.main-header.header-4 .header-customize-left,
  header.main-header.header-4 .header-customize-right {
    white-space: nowrap;
    min-width: 50px;
  }
  header.main-header.header-4 .header-customize-left {
    padding-right: 40px;
  }
  header.main-header.header-4 .header-customize-right {
    padding-left: 40px;
  }
  header.main-header.header-5 .left-menu,
  header.main-header.header-5 .right-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
  }
  header.main-header.header-5 .right-menu {
    padding-left: 50px;
  }
  header.main-header.header-5 .right-menu .header-customize-right {
    padding-left: 50px;
  }
  header.main-header.header-5 .sub-menu-right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.main-header.header-6 .main-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-6 .logo-header {
    padding-left: 50px;
    padding-right: 50px;
  }
  header.main-header.header-9 .product-categories {
    position: relative;
  }
  header.main-header.header-9 .product-categories > span {
    width: 270px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: relative;
    height: 120px;
    line-height: 120px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #ddb758;
  }
  header.main-header.header-9 .product-categories > span i {
    font-size: 16px;
    margin-right: 8px;
  }
  header.main-header.header-9 .product-categories > span:after {
    content: '\f3d0';
    font-family: 'Ionicons';
    font-size: 18px;
    display: inline-block;
    position: absolute;
    right: 20px;
    color: #ababab;
    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;
  }
  header.main-header.header-9 .product-categories > span.active:after {
    content: '\f3d8';
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown {
    list-style-type: none;
    margin: 0;
    padding: 0 20px;
    max-height: 392px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 1px;
    right: 1px;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li {
    line-height: 48px;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li a {
    display: block;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li.active > a {
    color: #ddb758;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li + li,
  header.main-header.header-9 .product-categories .product-categories-dropdown li > ul {
    border-top: 1px solid;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li > ul > li > a {
    padding-left: 20px;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown li > ul > ul > li > a {
    padding-left: 40px;
  }
  header.main-header.header-9 .product-categories .product-categories-dropdown ul {
    list-style-type: none;
  }
  header.main-header.header-9 .product-categories:hover > span {
    background-color: #ddb758 !important;
    color: #ffffff;
  }
  header.main-header.header-9 .product-categories:hover > span:after {
    color: #ffffff !important;
  }
  header.main-header.header-10 .primary-menu,
  header.main-header.header-10 .header-customize {
    width: 50%;
    -webkit-flex-shrink: inherit;
    flex-shrink: inherit;
  }
  header.main-header.header-10 .logo-header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  header.main-header.header-10 .header-customize {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  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: 99999;
    left: 0;
  }
  header.main-header.header-vertical .header-above {
    display: table;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  header.main-header.header-vertical .logo-header {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.main-header.header-vertical .primary-menu {
    display: block;
    position: relative;
    min-height: 180px;
  }
  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: left;
    padding: 50px 20px 20px 20px;
    width: 100%;
  }
  header.main-header.header-vertical ul.header-customize > li {
    margin-bottom: 15px;
    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;
  }
  header.main-header.header-vertical ul.header-customize .shopping-cart-icon {
    text-align: center;
  }
  header.main-header.header-vertical.header-8 .logo-header {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  header.main-header.header-vertical.header-7 .header-above,
  header.main-header.header-vertical.header-7 ul.header-customize {
    text-align: right;
  }
  header.main-header.header-vertical .x-menu-link-featured {
    right: 10px;
  }
  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 #gf-wrapper,
  body.boxed #gf-wrapper {
    max-width: 1236px;
    margin: auto;
    position: relative;
  }
  body.framed .header-sticky.affix,
  body.boxed .header-sticky.affix {
    max-width: 1236px;
  }
  body.framed #gf-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  body.bordered #gf-wrapper {
    margin: 30px;
  }
  body.bordered:before,
  body.bordered:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: inherit;
    height: 30px;
  }
  body.bordered:before {
    top: 0;
  }
  body.bordered:after {
    bottom: 0;
  }
  body.bordered.admin-bar:before {
    top: 32px;
  }
  body.bordered .back-to-top {
    bottom: 40px;
    right: 40px;
  }
}
header.menu-border-tall .main-menu > .menu-item:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: 100%;
  left: 0;
  height: 2px;
  background-color: #333333;
}
header.menu-border-tall .main-menu > .menu-item > a:before {
  display: none;
}
header.menu-border-tall .main-menu > .menu-item.menu-current:after,
header.menu-border-tall .main-menu > .menu-item:hover:after,
header.menu-border-tall .main-menu > .menu-item:focus:after {
  left: -4px;
  right: -4px;
}
header.menu-border-tall .main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy):after,
header.menu-border-tall .main-menu li.current-menu-parent:not(.menu-item-type-taxonomy):after,
header.menu-border-tall .main-menu li.current-menu-item:after,
header.menu-border-tall .main-menu li .menu-current:after {
  left: -4px;
  right: -4px;
}
.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.gf-border-bottom,
.header-sticky.affix .gf-border-bottom {
  border-bottom: none;
}
.header-sticky.affix .mobile-logo-header {
  height: 70px;
}
.header-sticky.affix .mobile-logo-header img {
  max-height: 70px;
  padding-top: 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%);
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 1520px) {
  header.main-header.header-4 .logo-header {
    width: 235px;
  }
}
@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;
  }
  header.mobile-header {
    position: relative;
    z-index: 999;
    display: block;
  }
  header.mobile-header .mobile-header-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    flex-grow: 1;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  header.mobile-header.header-1 .mobile-logo-header {
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.mobile-header.header-1 .header-customize {
    text-align: right;
    white-space: normal;
  }
  header.mobile-header.header-2 .mobile-logo-header {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  header.mobile-header.header-2 .mobile-header-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.mobile-header.header-2 ul.header-customize-mobile > li:last-child {
    padding-right: 15px;
  }
  header.mobile-header.header-3 .mobile-logo-header {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  header.mobile-header.header-3 .mobile-header-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-grow: 1;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.mobile-header.header-3 ul.header-customize-mobile > li:first-child {
    padding-left: 15px;
  }
  header.mobile-header.header-6 .primary-menu {
    background-color: transparent;
  }
  header.mobile-header.header-6 .primary-menu .primary-menu-inner {
    background-color: #ffffff;
  }
  .mobile-header-search {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
  }
  .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;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  header.header-6 .main-menu > .menu-item:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    top: -1px;
    left: 0;
    right: 100%;
    background-color: #333333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-6 .main-menu > .menu-item > a:before {
    display: none;
  }
  header.header-6 .main-menu > .menu-item:hover:before {
    left: -4px;
    right: -4px;
  }
  header.header-6 .main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
  header.header-6 .main-menu li.current-menu-parent:not(.menu-item-type-taxonomy):before,
  header.header-6 .main-menu li.current-menu-item:before,
  header.header-6 .main-menu li .menu-current:before {
    left: -4px;
    right: -4px;
  }
  header.header-9:not(.original-menu) .main-menu > .menu-item {
    padding-left: 24px;
  }
  header.header-9:not(.original-menu) .main-menu > .menu-item:before {
    content: '';
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    right: auto;
    background-color: #ababab;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.header-9:not(.original-menu) .main-menu > .menu-item > a:before {
    display: none;
  }
  header.header-9:not(.original-menu) .main-menu > .menu-item:hover a {
    color: #ddb758 !important;
  }
  header.header-9:not(.original-menu) .main-menu > .menu-item:hover:before {
    background-color: #ddb758;
  }
  header.header-9:not(.original-menu) .main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy) a,
  header.header-9:not(.original-menu) .main-menu li.current-menu-parent:not(.menu-item-type-taxonomy) a,
  header.header-9:not(.original-menu) .main-menu li.current-menu-item a,
  header.header-9:not(.original-menu) .main-menu li .menu-current a {
    color: #ddb758 !important;
  }
  header.header-9:not(.original-menu) .main-menu li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
  header.header-9:not(.original-menu) .main-menu li.current-menu-parent:not(.menu-item-type-taxonomy):before,
  header.header-9:not(.original-menu) .main-menu li.current-menu-item:before,
  header.header-9:not(.original-menu) .main-menu li .menu-current:before {
    background-color: #ddb758;
  }
}
/**
* Shopping Cart
* ----------------------------------------------------------------------------
*/
.shopping-cart-icon {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: none;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.shopping-cart-icon > .icon a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-icon > .icon a:hover,
.shopping-cart-icon > .icon a:focus,
.shopping-cart-icon > .icon a:active {
  text-decoration: none;
  color: #ddb758;
}
.shopping-cart-icon > .icon i {
  font-size: 30px;
}
.shopping-cart-icon > .icon span {
  position: absolute;
  margin: auto;
  top: -8px;
  left: 90%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  -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: #ddb758 !important;
}
.shopping-cart-list {
  font-size: 16px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  padding: 20px 20px 40px;
  width: 320px;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -moz-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -ms-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  -o-transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  transition-timing-function: cubic-bezier(0.71, 0.75, 0.12, 0.18);
  transition-delay: 0.2s;
}
.shopping-cart-list ul.product_list_widget li a {
  font-weight: 400;
}
.shopping-cart-list ul.product_list_widget {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 396px;
  margin-right: -20px;
  padding-right: 20px;
  white-space: normal;
}
.shopping-cart-list ul.product_list_widget li {
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.shopping-cart-list ul.product_list_widget li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 80px;
  float: left;
  margin-left: 0;
  margin-right: 20px;
}
.shopping-cart-list ul.product_list_widget li,
.shopping-cart-list p.total {
  position: relative;
}
.shopping-cart-list ul.product_list_widget .product-item-name span {
  display: block;
  padding-top: 16px;
  padding-right: 20px;
}
.shopping-cart-list ul.product_list_widget li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 0;
  top: 20px;
  width: 18px;
  height: 25px;
  line-height: 25px;
  border: none;
}
.shopping-cart-list span.quantity {
  margin-top: 8px;
  display: block;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.shopping-cart-list p.total {
  padding-top: 15px;
  border-top: 1px solid;
  margin-bottom: 17px;
}
.shopping-cart-list p.total strong {
  font-weight: 400;
}
.shopping-cart-list p.total .amount {
  float: right;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat';
}
.shopping-cart-list p.buttons {
  text-align: center;
  border-top: solid 1px;
  padding-top: 15px;
  margin-bottom: 0;
}
.shopping-cart-list p.buttons .wc-forward {
  font-size: 12px;
  padding-left: 25px;
  padding-right: 25px;
}
.shopping-cart-list p.buttons .wc-forward:hover {
  color: #fff;
}
.shopping-cart-list p.buttons a.wc-forward + a.wc-forward {
  margin-left: 16px;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
  padding-right: 20px;
}
.widget_shopping_cart_content:hover .shopping-cart-list,
.item-shopping-cart.show-cart .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.cart-icon-style-02 .widget_shopping_cart_content {
  padding-left: 0;
  padding-right: 0;
}
.cart-icon-style-02 .shopping-cart-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.cart-icon-style-02 .shopping-cart-icon > .icon span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  left: 75%;
}
.cart-icon-style-02 .shopping-cart-icon > .icon i {
  font-size: 24px;
  color: #ddb758;
}
.cart-icon-style-02 .shopping-cart-icon > .icon i:before {
  content: '\f370';
  font-family: "Ionicons";
}
.cart-icon-style-02 .shopping-cart-icon .subtotal-info-wrapper {
  display: inline-block;
}
.cart-icon-style-02 .shopping-cart-icon .subtotal-info-wrapper a {
  padding-left: 20px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cart-icon-style-02 .shopping-cart-icon .subtotal-info-wrapper a > span {
  display: block;
  line-height: 19px;
}
.cart-icon-style-02 .shopping-cart-icon .subtotal-info-wrapper .cart-label {
  font-weight: 700;
  font-size: 12px;
}
.cart-icon-style-02 .shopping-cart-icon .subtotal-info-wrapper .cart-subtotal {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
}
.cart-icon-style-02 .shopping-cart-icon:hover .icon a,
.cart-icon-style-02 .shopping-cart-icon:hover .subtotal-info-wrapper a {
  color: #ddb758 !important;
}
.cart-icon-style-02 .shopping-cart-icon:hover .icon span {
  background-color: #ddb758 !important;
  color: #ffffff !important;
}
.customize-social-networks .gf-social-icon > li {
  margin-bottom: 0;
  margin-right: 30px;
}
.customize-social-networks .gf-social-icon > li a {
  display: block;
}
.customize-social-networks .gf-social-icon > li a:hover {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.customize-search .search-form {
  width: 260px;
}
.customize-search .search-form .search-field {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #efefef;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #e0e0e0;
  font-size: 14px;
  padding-left: 0;
  height: 28px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.customize-search .search-form .search-field:focus {
  border-bottom-color: #ddb758 !important;
}
.customize-search .search-form .search-submit i {
  padding-left: 0;
  padding-right: 0;
}
.customize-search .search-form .search-submit:hover {
  background-color: transparent;
  color: #ddb758 !important;
}
.custom-search-box .customize-search .search-form .search-field {
  border: 1px solid;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 22px;
}
.custom-search-box .customize-search .search-form .search-field:focus {
  border-color: #ddb758 !important;
}
.custom-search-box .customize-search .search-form .search-submit {
  padding-left: 25px;
  padding-right: 25px;
  height: 40px;
}
.custom-search-box .customize-search .search-form .search-submit i {
  line-height: 40px;
  font-size: 20px;
}
.custom-search-box .customize-search .search-form .search-submit:hover {
  color: #ddb758 !important;
}
.customize-custom-html a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
  font-size: 14px;
}
.customize-custom-html a:hover,
.customize-custom-html a:focus,
.customize-custom-html a:active {
  text-decoration: none;
  color: #ddb758;
}
@media (max-width: 1439px) {
  .customize-search .search-form {
    width: 150px;
  }
}
.header-customize-separator {
  width: 1px;
  height: 18px;
}
.separator-taller .header-customize-separator {
  height: 33px;
  background-color: transparent !important;
  border-left: 1px dotted #b1b1b1;
}
.separator-taller .customize-product-search-ajax + .customize-separator .header-customize-item {
  display: none;
}
.top-bar .wpb_content_element {
  margin-bottom: 0;
}
.top-bar .widget + .widget {
  margin-top: 0;
  margin-left: 20px;
}
/**
* 6.0 - Footer
* ----------------------------------------------------------------------------
*/
.main-footer-wrapper h4.widget-title {
  text-transform: capitalize;
}
@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: 0;
  right: 0;
  display: block;
  color: #fff;
  font-size: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.zoom-image i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.zoom-video {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 24px;
  width: 64px;
  height: 64px;
  color: #fff !important;
  border: 2px solid #fff;
  text-align: center;
  line-height: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-video:focus,
.zoom-video:hover {
  background-color: #ddb758;
  border-color: #ddb758;
}
.zoom-video i {
  padding-left: 4px;
}
.entry-thumb-wrap.thumb-small .zoom-video {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-width: 1px;
}
.entry-thumb-wrap {
  position: relative;
}
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}
.entry-thumbnail:hover .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.entry-thumbnail:hover .zoom-image {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.placeholder-image {
  background-color: #E0E8EE;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.placeholder-image:before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.isotope {
  -webkit-transition: height 0.5s ease-in-out;
  -moz-transition: height 0.5s ease-in-out;
  -ms-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.entry-thumb-wrap.thumb-small .zoom-image i {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.gf-paging.next-prev {
  font-size: 0;
}
.gf-paging.next-prev > a {
  font-size: 16px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  border: 1px solid;
  border-color: rgba(51, 51, 51, 0.5);
}
.gf-paging.next-prev > a.gf-button-prev {
  margin-right: 10px;
}
.gf-paging.next-prev > a.disable {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
.gf-paging.load-more {
  font-size: 0;
}
.gf-paging.load-more a {
  font-size: 16px;
}
.gf-paging.load-more a i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 13px;
}
.gf-paging.load-more a:hover i {
  color: #ddb758;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image {
  text-align: center;
  font-size: 0;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail {
  display: inline-block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .entry-thumbnail img {
  width: auto;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail {
  display: block;
}
.entry-thumb-wrap.entry-thumb-single.entry-thumb-mode-image .owl-carousel .owl-item .entry-thumbnail img {
  width: 100%;
}
@media (min-width: 768px) {
  .gf-post-navigation {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .gf-post-navigation > div {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .gf-post-navigation > div.post-prev {
    border-right: 1px solid #ffffff;
    border-left: 0 solid #ffffff;
  }
  .gf-post-navigation .post-archive-link {
    width: 40px;
  }
}
.gf-post-navigation > div {
  padding: 30px;
  background-color: #f7f7f7;
}
.gf-post-navigation > div .gf-post-title {
  position: relative;
  margin-bottom: 0;
  font-size: 15px;
}
.gf-post-navigation > div.post-prev {
  text-align: left;
}
.gf-post-navigation > div.post-next {
  text-align: right;
}
@media (max-width: 767px) {
  .gf-post-navigation > div {
    text-align: center !important;
  }
  .gf-post-navigation > div:not(:last-child) {
    margin-bottom: 1px;
  }
}
.gf-author-info-wrap .gf-author-avatar img {
  float: left;
  margin-right: 20px;
}
.gf-author-info-wrap .gf-author-name {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.gf-author-info-wrap .gf-author-description {
  margin-bottom: 0;
}
.gf-comments-area {
  margin-top: 60px;
}
.gf-comments-area .comment-list {
  list-style-type: none;
  padding: 0 0 35px 0;
  margin: 0;
}
.gf-comments-area .comment-list .avatar {
  margin: 0;
  padding: 0;
  float: left;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.gf-comments-area .comment-list .avatar + .comment-text {
  padding-left: 80px;
}
.gf-comments-area .comment-list li.comment + li.comment {
  padding-top: 50px;
}
.gf-comments-area .comment-list .children {
  list-style: none;
  padding-left: 120px;
  margin-top: 35px;
  position: relative;
}
.gf-comments-area .comment-list .children:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  left: 100px;
  background-color: #efefef;
}
.gf-comments-area .comments-list + .comment-respond {
  margin-top: 40px;
}
.gf-comments-area .comment-body + .comment-respond {
  margin-top: 40px;
}
.gf-comments-area .comment-respond p > label {
  display: none;
}
.gf-comments-area .comment-respond p:last-child {
  margin-bottom: 0;
}
.gf-comments-area .comment-respond input[type="color"],
.gf-comments-area .comment-respond input[type="date"],
.gf-comments-area .comment-respond input[type="datetime"],
.gf-comments-area .comment-respond input[type="datetime-local"],
.gf-comments-area .comment-respond input[type="email"],
.gf-comments-area .comment-respond input[type="month"],
.gf-comments-area .comment-respond input[type="number"],
.gf-comments-area .comment-respond input[type="password"],
.gf-comments-area .comment-respond input[type="search"],
.gf-comments-area .comment-respond input[type="tel"],
.gf-comments-area .comment-respond input[type="text"],
.gf-comments-area .comment-respond input[type="time"],
.gf-comments-area .comment-respond input[type="url"],
.gf-comments-area .comment-respond input[type="week"],
.gf-comments-area .comment-respond input:not([type]),
.gf-comments-area .comment-respond textarea,
.gf-comments-area .comment-respond select {
  width: 100%;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .gf-comments-area .comment-respond .comment-form-author,
  .gf-comments-area .comment-respond .comment-form-email,
  .gf-comments-area .comment-respond .comment-form-url {
    float: left;
    width: 33.333333333%;
  }
  .gf-comments-area .comment-respond .comment-form-author {
    padding-right: 15px;
  }
  .gf-comments-area .comment-respond .comment-form-email {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gf-comments-area .comment-respond .comment-form-url {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .gf-comments-area .comment-list .avatar {
    display: none;
  }
  .gf-comments-area .comment-list .avatar + .comment-text {
    padding-left: 0;
  }
  .gf-comments-area .comment-list .children {
    padding-left: 35px;
  }
  .gf-comments-area .comment-list .children:before {
    left: 0;
  }
}
.gf-post-cat-meta a,
.gf-post-title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.entry-thumb-wrap > .owl-carousel.owl-theme > .owl-nav {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0;
}
.entry-thumb-wrap.thumb-small > .owl-carousel.owl-theme > .owl-nav {
  top: 0;
  left: 0;
}
.entry-thumb-wrap.thumb-small > .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  line-height: 26px;
  margin: 2.5px;
}
.gf-post-excerpt p {
  margin: 0;
}
ul.nav-tabs.gf-cate-filter {
  border-bottom: none;
  margin-bottom: 50px;
  font-size: 0;
  text-align: center;
}
ul.nav-tabs.gf-cate-filter li {
  float: none;
  display: inline-block;
}
ul.nav-tabs.gf-cate-filter li a {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.2;
  border: none;
  border-bottom: 2px solid transparent;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin-right: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.nav-tabs.gf-cate-filter li a:hover,
ul.nav-tabs.gf-cate-filter li a:focus,
ul.nav-tabs.gf-cate-filter li a:active {
  text-decoration: none;
  color: #ddb758;
}
ul.nav-tabs.gf-cate-filter li.active a,
ul.nav-tabs.gf-cate-filter li.active a:hover,
ul.nav-tabs.gf-cate-filter li a:hover,
ul.nav-tabs.gf-cate-filter li a:focus {
  border: none;
  border-bottom: 2px solid;
  background-color: transparent;
}
ul.nav-tabs.gf-cate-filter li + li {
  margin-left: 50px;
}
ul.nav-tabs.gf-cate-filter li.dropdown {
  float: right;
}
ul.nav-tabs.gf-cate-filter li.dropdown > a {
  background-color: transparent;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu {
  margin-top: 0;
  right: 0;
  left: auto;
  border: none;
  border-bottom: 1px solid;
  -webkit-box-shadow: 0 3px 10px rgba(111, 111, 111, 0.7);
  -moz-box-shadow: 0 3px 10px rgba(111, 111, 111, 0.7);
  box-shadow: 0 3px 10px rgba(111, 111, 111, 0.7);
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-height: 245px;
  overflow: auto;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu a {
  border-top: 1px solid;
  border-bottom: none;
  text-align: left;
  padding: 5px 10px;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li {
  display: block;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li.active a,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:hover,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:focus {
  border: none;
  border-top: 1px solid;
  border-bottom: none;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li + li {
  margin-left: 0;
}
div.cate-filter-left .gf-cate-filter {
  text-align: left;
}
div.cate-filter-center .gf-cate-filter {
  text-align: center;
}
div.cate-filter-right .gf-cate-filter {
  text-align: right;
}
div.cate-filter-mg-bottom-70 .gf-cate-filter {
  margin-bottom: 70px !important;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.blog-pagination {
  font-size: 0;
  position: relative;
  text-align: center;
}
.blog-pagination .page-numbers {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  background-color: transparent;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus,
.blog-pagination .page-numbers:active {
  text-decoration: none;
  color: #ddb758;
}
.blog-pagination .page-numbers.current,
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus {
  color: #ffffff;
  background-color: #333333;
}
.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
  width: auto;
  text-transform: uppercase;
  background-color: transparent !important;
}
.blog-pagination .page-numbers.next:hover,
.blog-pagination .page-numbers.prev:hover,
.blog-pagination .page-numbers.next:focus,
.blog-pagination .page-numbers.prev:focus {
  color: #333333;
}
.blog-pagination .page-numbers + .page-numbers {
  margin-left: 10px;
}
.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;
}
.gf-gutter-0 + .gf-paging {
  margin-top: 80px;
}
.gf-gutter-10 + .gf-paging {
  margin-top: 70px;
}
.gf-gutter-20 + .gf-paging {
  margin-top: 60px;
}
.gf-gutter-30 + .gf-paging {
  margin-top: 50px;
}
.gf-gutter-40 + .gf-paging {
  margin-top: 40px;
}
.gf-gutter-50 + .gf-paging {
  margin-top: 30px;
}
.gf-post-share {
  position: relative;
}
.gf-post-share .gf-post-share-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: rgba(51, 51, 51, 0.7);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gf-post-share .gf-post-share-title i {
  font-size: 16px;
  margin-right: 16px;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-box-shadow: 0 0 2px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 0 2px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 2px rgba(51, 51, 51, 0.2);
  -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;
}
.gf-post-share ul {
  font-size: 14px;
  position: absolute;
  top: 0;
  margin-top: 20px;
  right: 0;
  visibility: hidden;
  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;
  background-color: #ffffff;
  padding: 6.5px 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid transparent;
}
.gf-post-share ul li {
  margin: 0;
}
.gf-post-share ul li a {
  padding: 0 5px;
  height: 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;
}
.gf-post-share ul li a:hover {
  border-bottom: 1px solid;
}
.gf-post-share:hover ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  border: 1px solid #efefef;
  -webkit-box-shadow: 0 2px 5px #efefef;
  -moz-box-shadow: 0 2px 5px #efefef;
  box-shadow: 0 2px 5px #efefef;
}
.gf-post-share:hover .gf-post-share-title {
  opacity: 0;
}
@media (max-width: 479px) {
  .gf-post-share ul {
    left: 0;
    right: auto;
  }
}
/**
* Image Size
* ----------------------------------------------------------------------------
*/
.thumbnail-size-blog-large:before,
.embed-responsive-blog-large {
  padding-bottom: 49.42528735632184%;
}
.thumbnail-size-blog-medium:before,
.embed-responsive-blog-medium {
  padding-bottom: 59.45945945945946%;
}
.thumbnail-size-blog-widget:before,
.embed-responsive-blog-widget {
  padding-bottom: 70%;
}
.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;
}
/**
* Post title
 */
.gf-post-title {
  margin-top: 0;
}
/**
* Post Cat Meta
 */
.gf-post-cat-meta {
  color: #ababab;
}
.gf-post-cat-meta a {
  color: inherit;
}
.gf-post-cat-meta a:hover,
.gf-post-cat-meta a:focus,
.gf-post-cat-meta a:active {
  text-decoration: none;
  color: #ddb758;
}
/**
* Quote Block
 */
.entry-quote-thumbnail {
  position: relative;
}
.entry-quote-content .block-center-inner {
  text-align: left;
}
.entry-quote-content .gf-post-quote-content {
  position: relative;
  z-index: 2;
}
.entry-quote-content .gf-post-quote-content i {
  font-size: 90px;
  position: absolute;
  right: 0;
  top: -30px;
  color: #f2f2f2;
  display: block;
  z-index: 1;
}
.entry-quote-content p {
  position: relative;
  z-index: 2;
  color: #333333;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.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-thumbnail.normal:before {
  display: none;
}
.entry-quote-thumbnail.normal .block-center::before {
  display: none;
}
/**
* Post gallery
 */
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  background-color: #ffffff !important;
  border-color: #ffffff;
}
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  background-color: #ddb758 !important;
}
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/**
* Layout Default
* ----------------------------------------------------------------------------
*/
article.post-default .gf-post-cat-meta {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
}
article.post-default .gf-post-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 800;
}
article.post-default .gf-post-meta {
  font-size: 14px;
  padding-left: 0;
}
article.post-default .gf-post-meta > li {
  display: inline-block;
  margin-right: 15px;
}
article.post-default .gf-post-meta > li a {
  color: inherit;
}
article.post-default .gf-post-meta > li a:hover,
article.post-default .gf-post-meta > li a:focus,
article.post-default .gf-post-meta > li a:active {
  text-decoration: none;
  color: #ddb758;
}
article.post-default .gf-post-meta i,
article.post-default .gf-post-meta .post-views-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 4px !important;
}
article.post-default .gf-post-inner {
  position: relative;
}
article.post-default .entry-quote-bg + .entry-quote-content {
  padding: 30px;
}
article.post-default.post-skin-02 .gf-post-inner {
  border: none;
}
article.post-default.post-skin-02 .gf-post-content {
  padding: 30px 30px 45px;
}
article.post-default.post-skin-02 .gf-post-title,
article.post-default.post-skin-02 .gf-post-excerpt {
  margin-bottom: 0;
}
article.post-default.post-skin-02 .gf-post-title + .gf-post-excerpt {
  margin-top: 20px;
}
article.post-default.post-skin-02 .gf-post-read-more {
  display: none;
}
/**
* Layout Large Image
* ----------------------------------------------------------------------------
*/
.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 {
  padding-bottom: 50px;
}
.layout-large-image + .gf-paging {
  margin-top: 20px;
}
article.post-large-image .gf-post-cat-meta {
  font-size: 14px;
  margin-bottom: 11px;
}
article.post-large-image .entry-thumb-wrap {
  font-size: 0;
}
article.post-large-image .entry-thumb-format- .entry-thumbnail {
  display: inline-block;
}
article.post-large-image.sticky .gf-post-content {
  padding: 30px 25px;
}
article.post-large-image .gf-post-meta {
  margin-bottom: 26px;
}
article.post-large-image .gf-post-excerpt {
  margin-bottom: 33px;
}
article.post-large-image .entry-thumb-wrap + .gf-post-content {
  padding-top: 25px;
}
article.post-large-image .gf-post-content {
  padding-bottom: 50px;
  border-bottom: 1px solid #efefef;
}
article.post-large-image .gf-post-control {
  display: table;
  width: 100%;
}
article.post-large-image .gf-post-control .gf-post-read-more,
article.post-large-image .gf-post-control .gf-post-share {
  display: table-cell;
  vertical-align: middle;
}
article.post-large-image .gf-post-control .gf-post-read-more {
  width: 100%;
}
article.post-large-image .gf-post-control .gf-post-share {
  text-align: right;
  white-space: nowrap;
}
article.post-large-image .gf-post-quote-content p {
  font-size: 18px;
}
@media (max-width: 479px) {
  article.post-large-image .gf-post-control {
    display: block;
    position: relative;
    padding-top: 60px;
  }
  article.post-large-image .gf-post-control .gf-post-read-more,
  article.post-large-image .gf-post-control .gf-post-share {
    display: block;
  }
  article.post-large-image .gf-post-control .gf-post-share {
    position: absolute;
    top: -15px;
    left: 0;
    text-align: left;
  }
}
/**
* Layout Medium Image
* ----------------------------------------------------------------------------
*/
@media (min-width: 992px) {
  article.post-medium-image .entry-thumb-wrap {
    float: left;
    width: 370px;
    margin: 0 30px 0 0;
  }
  article.post-medium-image .entry-thumb-wrap + .gf-post-content {
    position: relative;
    overflow: hidden;
    padding-top: 4px;
  }
  article.post-medium-image.sticky .gf-post-inner .entry-thumb-wrap + .gf-post-content {
    padding: 25px 15px 0 0;
  }
}
article.post-medium-image {
  padding-bottom: 40px;
}
article.post-medium-image:not(.sticky) .gf-post-inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #efefef;
}
article.post-medium-image .gf-post-title {
  margin-bottom: 18px;
}
article.post-medium-image .gf-post-title + .gf-post-meta {
  margin-top: 57px;
}
article.post-medium-image .gf-post-excerpt {
  margin-bottom: 49px;
}
article.post-medium-image.sticky .gf-post-content {
  padding: 30px 25px;
}
article.post-medium-image .gf-post-quote-content p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .format-audio .embed-responsive-blog-medium {
    padding: 0;
    overflow: inherit;
    height: auto;
    font-size: 0;
  }
  .format-audio .embed-responsive-blog-medium iframe {
    height: 166px;
    position: static;
  }
  article.post-medium-image .entry-thumb-wrap + .gf-post-content {
    padding-top: 25px;
  }
  article.post-medium-image.sticky .entry-thumb-wrap + .gf-post-content {
    padding: 25px;
  }
}
/**
* Layout Grid, Masonry
* ----------------------------------------------------------------------------
*/
article.post-grid .gf-post-inner {
  width: 100%;
  border: 1px solid #efefef;
}
article.post-grid .gf-post-content {
  padding: 30px;
}
article.post-grid .gf-post-content .gf-post-read-more a {
  color: #333333;
  border-bottom-color: #333333;
}
article.post-grid .gf-post-content .gf-post-read-more a:hover,
article.post-grid .gf-post-content .gf-post-read-more a:focus {
  color: #ddb758 !important;
  border-bottom-color: #ddb758 !important;
}
article.post-grid .gf-post-title {
  margin-bottom: 20px;
}
article.post-grid .gf-post-excerpt {
  margin-bottom: 24px;
}
article.post-grid .entry-quote-content {
  padding: 30px;
  padding-bottom: 10px;
  border-bottom: none;
}
article.post-grid .entry-thumb-format-quote + .gf-post-content {
  border-top: none;
  padding-top: 0;
}
.layout-grid.gf-gutter-0 .post-grid .gf-post-inner {
  border-left-width: 0;
  border-top-width: 0;
}
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(6n+1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(5n+1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-3:nth-child(4n+1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-4:nth-child(3n+1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-6:nth-child(2n+1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12:nth-child(n+1) .gf-post-inner {
  border-left-width: 1px;
}
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(2) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(3) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(4) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(5) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-2:nth-child(6) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(2) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(3) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(4) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12-5:nth-child(5) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-3:nth-child(1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-3:nth-child(2) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-3:nth-child(3) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-3:nth-child(4) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-4:nth-child(1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-4:nth-child(2) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-4:nth-child(3) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-6:nth-child(1) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-6:nth-child(2) .gf-post-inner,
.layout-grid.gf-gutter-0 .post-grid.col-lg-12:nth-child(1) .gf-post-inner {
  border-top-width: 1px;
}
.layout-grid .post-skin-03 .gf-post-inner {
  border: none;
}
.layout-grid .post-skin-03 .gf-post-like {
  font-size: 0;
}
.layout-grid .post-skin-03 .gf-post-like .post-like-count {
  font-size: 14px;
}
.layout-grid .post-skin-03 .gf-post-title {
  margin-top: 10px;
  margin-bottom: 15px;
}
.layout-grid .post-skin-03 .gf-post-read-more {
  padding-left: 45px;
  position: relative;
}
.layout-grid .post-skin-03 .gf-post-read-more:before {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 1px;
}
.layout-grid .post-skin-03 .gf-post-read-more > a {
  font-size: 15px;
  border-bottom: none;
}
.layout-grid .post-skin-03 .gf-post-read-more > a:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .layout-grid.gf-gutter-0 .post-grid.post-default.post .gf-post-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(6n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(5n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-3:nth-child(4n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-4:nth-child(3n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-6:nth-child(2n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12:nth-child(n+1) .gf-post-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-2:nth-child(6) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12-5:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-3:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-3:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-3:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-3:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-4:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-4:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-4:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-6:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-6:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-md-12:nth-child(1) .gf-post-inner {
    border-top-width: 1px;
  }
}
@media (max-width: 991px) {
  .layout-grid.gf-gutter-0 .post-grid.post-default.post .gf-post-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(6n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(5n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-3:nth-child(4n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-4:nth-child(3n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-6:nth-child(2n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12:nth-child(n+1) .gf-post-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-2:nth-child(6) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12-5:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-3:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-3:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-3:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-3:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-4:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-4:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-4:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-6:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-6:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-sm-12:nth-child(1) .gf-post-inner {
    border-top-width: 1px;
  }
}
@media (max-width: 767px) {
  .layout-grid.gf-gutter-0 .post-grid.post-default.post .gf-post-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(6n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(5n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-3:nth-child(4n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-4:nth-child(3n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-6:nth-child(2n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12:nth-child(n+1) .gf-post-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-2:nth-child(6) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12-5:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-3:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-3:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-3:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-3:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-4:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-4:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-4:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-6:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-6:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-xs-12:nth-child(1) .gf-post-inner {
    border-top-width: 1px;
  }
}
@media (max-width: 599px) {
  .layout-grid.gf-gutter-0 .post-grid.post-default.post .gf-post-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(6n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(5n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-3:nth-child(4n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-4:nth-child(3n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-6:nth-child(2n+1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12:nth-child(n+1) .gf-post-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-2:nth-child(6) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12-5:nth-child(5) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-3:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-3:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-3:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-3:nth-child(4) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-4:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-4:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-4:nth-child(3) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-6:nth-child(1) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-6:nth-child(2) .gf-post-inner,
  .layout-grid.gf-gutter-0 .post-grid.col-mb-12:nth-child(1) .gf-post-inner {
    border-top-width: 1px;
  }
}
/**
* Single
* ----------------------------------------------------------------------------
*/
article.post-single {
  margin-bottom: 40px;
}
article.post-single .gf-entry-meta-top {
  margin-bottom: 18px;
}
article.post-single .gf-post-cat-meta {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 700;
  margin-bottom: 8px;
}
article.post-single .gf-post-title {
  margin-bottom: 17px;
  font-size: 34px;
  font-weight: 800;
}
article.post-single .gf-post-meta {
  font-size: 14px;
}
article.post-single .gf-post-meta > li {
  display: inline-block;
  margin-right: 15px;
}
article.post-single .gf-post-meta > li a {
  color: inherit;
}
article.post-single .gf-post-meta > li a:hover,
article.post-single .gf-post-meta > li a:focus,
article.post-single .gf-post-meta > li a:active {
  text-decoration: none;
  color: #ddb758;
}
article.post-single .gf-post-meta > li i,
article.post-single .gf-post-meta > li .post-views-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 6px !important;
}
article.post-single .entry-quote-content {
  padding: 30px;
}
article.post-single .gf-post-quote-author {
  text-transform: uppercase;
  font-weight: 800;
}
.entry-thumb-wrap.entry-thumb-single {
  margin-bottom: 30px;
}
body.single-post-layout-2 article.post-single .gf-entry-meta-top {
  margin-bottom: 30px;
}
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: 720px;
}
body.single-post-layout-5 .gf-entry-meta-top {
  text-align: center;
  margin-bottom: 65px;
}
body.single-post-layout-5 .gf-comments-area > .comments-list > .gf-heading-title,
body.single-post-layout-5 .comment-respond .gf-heading-title {
  text-align: center;
}
@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;
  }
}
.gf-post-single-inline {
  display: table;
  width: 100%;
  padding-bottom: 20px;
}
.gf-post-single-inline .gf-post-meta-tag {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.gf-post-single-inline .gf-post-share {
  display: table-cell;
  white-space: nowrap;
}
.gf-post-meta-tag i {
  display: inline-block;
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 14px;
}
.gf-post-meta-tag .tagcloud {
  display: inline-block;
}
.gf-post-meta-tag .tagcloud > a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  border-bottom: 1px solid transparent;
  color: inherit;
}
.gf-post-meta-tag .tagcloud > a:hover,
.gf-post-meta-tag .tagcloud > a:focus,
.gf-post-meta-tag .tagcloud > a:active {
  text-decoration: none;
  color: #ddb758;
}
article.post-single + .gf-post-share {
  padding-bottom: 20px;
  text-align: right;
}
article.post-single + .gf-post-meta-tag {
  padding-bottom: 20px;
}
.gf-post-single-inline + .gf-author-info-wrap,
.gf-post-share + .gf-author-info-wrap,
.gf-post-meta-tag + .gf-author-info-wrap {
  border-top: 1px solid #efefef;
}
@media (max-width: 767px) {
  .gf-post-single-inline {
    display: block;
  }
  .gf-post-single-inline .gf-post-meta-tag {
    display: block;
  }
  .gf-post-single-inline .gf-post-share {
    display: block;
    margin-top: 20px;
  }
  .gf-post-single-inline .gf-post-share ul {
    left: 0;
    right: auto;
  }
}
.gf-post-navigation {
  margin-bottom: 60px;
}
.gf-post-navigation > div {
  padding: 29px 30px;
  border: none !important;
  font-size: 18px;
}
.gf-post-navigation > div.post-prev i + i {
  margin-right: 16px;
}
.gf-post-navigation > div.post-next i:first-child {
  margin-left: 16px;
}
.gf-post-navigation > div .gf-post-title {
  font-size: 18px;
}
.gf-post-navigation > div .gf-post-title a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.gf-post-navigation .post-archive-link {
  text-align: center;
  padding: 29px 0;
}
.gf-post-navigation .post-archive-link a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 24px;
}
.gf-author-info-wrap {
  padding-top: 45px;
  overflow: auto;
  padding-bottom: 27px;
}
.gf-author-info-wrap img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gf-author-info-wrap .gf-author-content {
  margin-top: 10px;
  overflow: hidden;
}
.gf-author-info-wrap .gf-author-content .gf-author-name {
  margin-top: 0;
  margin-bottom: 9px;
}
.gf-author-info-wrap .gf-author-content .gf-author-name a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-author-info-wrap .gf-author-content .gf-social-icon {
  margin-top: 20px;
}
.gf-author-info-wrap .gf-author-content .gf-social-icon li {
  margin-right: 20px;
}
.gf-author-info-wrap .gf-author-content .gf-social-icon li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gf-single-related-wrap {
  margin-bottom: 60px;
}
.gf-comments-area .comment-list img {
  width: 60px;
}
.gf-comments-area .comment-list .author-name {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  font-weight: 800;
  margin-top: 0;
}
.gf-comments-area .comment-list ul.comment-top {
  margin-bottom: 15px;
}
.gf-comments-area .comment-list ul.comment-top > li {
  margin-right: 30px;
}
.gf-comments-area .comment-list .comment-meta-date {
  font-size: 14px;
}
.gf-comments-area .comment-list .comment-meta-date i {
  margin-right: 5px;
}
.gf-comments-area .comment-list .gf-entry-content {
  margin-bottom: 7px;
}
.gf-comments-area .comment-list .comment-meta {
  font-size: 14px;
  font-weight: 700;
}
.gf-comments-area .comment-list .comment-meta a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.gf-comments-area .comment-list .comment-meta a:hover,
.gf-comments-area .comment-list .comment-meta a:focus,
.gf-comments-area .comment-list .comment-meta a:active {
  text-decoration: none;
  color: #ddb758;
}
.gf-comments-area .comment-list .comment-meta i {
  margin-right: 5px;
  font-size: 18px;
}
.gf-comments-area .comment-list .comment-meta a + a {
  margin-left: 20px;
}
.gf-comments-area .comment-respond p {
  margin-bottom: 30px;
}
.gf-comments-area .comment-respond p.form-submit {
  width: 160px;
}
.gf-comments-area .comment-respond #cancel-comment-reply-link {
  font-size: 18px;
}
.gf-comments-area .comment-respond input[type="color"],
.gf-comments-area .comment-respond input[type="date"],
.gf-comments-area .comment-respond input[type="datetime"],
.gf-comments-area .comment-respond input[type="datetime-local"],
.gf-comments-area .comment-respond input[type="email"],
.gf-comments-area .comment-respond input[type="month"],
.gf-comments-area .comment-respond input[type="number"],
.gf-comments-area .comment-respond input[type="password"],
.gf-comments-area .comment-respond input[type="search"],
.gf-comments-area .comment-respond input[type="tel"],
.gf-comments-area .comment-respond input[type="text"],
.gf-comments-area .comment-respond input[type="time"],
.gf-comments-area .comment-respond input[type="url"],
.gf-comments-area .comment-respond input[type="week"],
.gf-comments-area .comment-respond input:not([type]),
.gf-comments-area .comment-respond textarea,
.gf-comments-area .comment-respond select {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
}
.gf-comments-area .comment-respond [name="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gf-comments-area .comment-respond textarea {
  height: 140px;
}
#gsf-reading-process {
  display: block;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  -moz-box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  box-shadow: 0 -2px 10px rgba(93, 151, 175, 0.7);
  width: 0;
  z-index: 9999;
  max-width: 100%;
}
/**
* 8.0 - Woocommerce
* ----------------------------------------------------------------------------
*/
.woocommerce-products-header {
  display: none;
}
/**
selectize on woocommerce cart and checkout
 */
.woocommerce form #billing_state_field .select2-selection,
.woocommerce form #shipping_state_field .select2-selection,
.woocommerce form #billing_country_field .select2-selection,
.woocommerce form #shipping_country_field .select2-selection,
.woocommerce form #calc_shipping_country_field .select2-selection,
.woocommerce form #calc_shipping_state_field .select2-selection {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  height: 40px;
  line-height: 40px;
}
.woocommerce form #billing_state_field .select2-selection span,
.woocommerce form #shipping_state_field .select2-selection span,
.woocommerce form #billing_country_field .select2-selection span,
.woocommerce form #shipping_country_field .select2-selection span,
.woocommerce form #calc_shipping_country_field .select2-selection span,
.woocommerce form #calc_shipping_state_field .select2-selection span {
  color: #696969;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
}
/*--------Catalog Filter------*/
.gsf-catalog-filter {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-catalog-filter [class*="gf-table-cell-"] > .gf-inline > li:not(:last-child) {
  margin-right: 30px;
}
.gsf-catalog-filter ul.gf-inline:not(.gf-shop-switch-layout) > li {
  margin-right: 0;
  padding: 10px 0;
}
.gsf-catalog-filter .gf-table-cell {
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-catalog-filter #gf-filter-content {
  display: none;
}
.gsf-catalog-filter #gf-filter-content .container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 100%;
}
.gsf-catalog-filter #gf-filter-content .widget {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.gsf-catalog-filter #gf-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 #ddb758;
  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 #gf-filter-content.gf-filter-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-md-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-sm-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 599px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
.woocommerce-result-count {
  color: #ababab;
}
.woocommerce ul.gf-shop-switch-layout {
  font-size: 18px;
  margin-bottom: 0;
}
.woocommerce ul.gf-shop-switch-layout:after,
.woocommerce ul.gf-shop-switch-layout:before {
  display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  font-size: 18px;
  font-weight: 700;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-page-size select {
  border: none;
  font-size: 14px;
}
.gsf-catalog-filter .gf-table-cell-right > * {
  display: inline-block;
  vertical-align: middle;
}
.gf-toggle-filter {
  font-weight: 800;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  max-width: 60px;
  color: #ababab;
  font-size: 16px;
}
.gf-toggle-filter:hover,
.gf-toggle-filter:focus {
  color: #333333;
}
.gf-toggle-filter span {
  position: relative;
  top: 2px;
  padding-left: 2px;
}
ul.gf-shop-switch-layout li a {
  color: #ababab;
}
ul.gf-shop-switch-layout li.active a,
ul.gf-shop-switch-layout li a:hover,
ul.gf-shop-switch-layout li a:focus {
  color: #333333;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 22px;
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 44px;
  border: 2px solid #efefef;
  color: #ababab !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: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
  background-color: transparent;
  border-color: #ddb758;
  color: #ddb758 !important;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 30px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:focus {
  color: #333333;
  background-color: transparent;
}
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled] {
  opacity: 0.7;
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.disabled:focus,
.woocommerce a.button.disabled:focus,
.woocommerce button.button.disabled:focus,
.woocommerce input.button.disabled:focus,
.woocommerce #respond input#submit.alt.disabled:focus,
.woocommerce a.button.alt.disabled:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce input.button.alt.disabled:focus,
.woocommerce #respond input#submit:disabled[disabled]:focus,
.woocommerce a.button:disabled[disabled]:focus,
.woocommerce button.button:disabled[disabled]:focus,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce a.button.alt:disabled[disabled]:focus,
.woocommerce button.button.alt:disabled[disabled]:focus,
.woocommerce input.button.alt:disabled[disabled]:focus {
  color: #333333;
  background-color: transparent;
}
/**
* Woocommerce message
 */
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button {
  font-size: 14px;
  background-color: #333333;
  border: 1px solid #333333;
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce div.product form.cart .button:hover {
  color: #333333;
  background-color: transparent;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: rgba(3, 155, 229, 0.12);
  border: 1px solid #039be5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 2em 14px 3.5em !important;
  margin-bottom: 20px !important;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #ababab;
  font-size: 24px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
  display: inline-block;
  color: inherit;
  color: #333333;
}
.woocommerce .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:focus,
.woocommerce .woocommerce-info a:focus,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-error a:active,
.woocommerce .woocommerce-info a:active,
.woocommerce .woocommerce-message a:active {
  text-decoration: none;
  color: #ddb758;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
  padding: 4px 10px;
}
.woocommerce .woocommerce-error {
  background-color: rgba(221, 183, 88, 0.12);
  border-color: #ddb758;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.woocommerce .entry-thumbnail-overlay:after {
  display: none;
}
.product-thumb {
  position: relative;
  margin-bottom: 18px;
}
.product-thumb img {
  width: 100% !important;
}
.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;
	&.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);
		.transform(rotateY(180deg));
		.product-thumb-primary {
			display: block;
			-webkit-backface-visibility: hidden;
			-moz-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			position: relative;
			z-index: 0;
			.transform(rotateY(-180deg));
		}

		.product-thumb-secondary {
			display: block;
			opacity: 0;
		}
	}
}*/
.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: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 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;
  z-index: 0;
}
.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-inner:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back,
.product-item-wrap.active .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-inner:hover .product-deal-countdown,
.product-item-wrap.active .product-deal-countdown {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.product-item-inner:hover .product-actions,
.product-item-wrap.active .product-actions {
  opacity: 1;
}
.product-item-inner:hover .product-actions .compare,
.product-item-wrap.active .product-actions .compare,
.product-item-inner:hover .product-actions .product-action-item,
.product-item-wrap.active .product-actions .product-action-item,
.product-item-inner:hover .product-actions .add_to_cart_button,
.product-item-wrap.active .product-actions .add_to_cart_button,
.product-item-inner:hover .product-actions .product_type_grouped,
.product-item-wrap.active .product-actions .product_type_grouped,
.product-item-inner:hover .product-actions .product_type_external,
.product-item-wrap.active .product-actions .product_type_external,
.product-item-inner:hover .product-actions .added_to_cart,
.product-item-wrap.active .product-actions .added_to_cart,
.product-item-inner:hover .product-actions .product_out_of_stock,
.product-item-wrap.active .product-actions .product_out_of_stock,
.product-item-inner:hover .product-actions .product_type_variable,
.product-item-wrap.active .product-actions .product_type_variable,
.product-item-inner:hover .product-actions .product-quick-view,
.product-item-wrap.active .product-actions .product-quick-view {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.layout-list .product-item-inner:hover .product-deal-countdown,
.layout-list .product-item-wrap.active .product-deal-countdown {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #ddb758;
  height: 20px;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 6px;
  min-width: 55px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 3;
}
.on-sale {
  background-color: #fbd64a;
}
.on-sale + .on-new,
.on-sale + .on-featured {
  top: 50px;
}
.on-sale + .on-featured + .on-new {
  top: 80px;
}
.on-featured + .on-new {
  top: 50px;
}
.on-new {
  background-color: #84d8e3;
}
.product-thumb .yith-wcwl-add-to-wishlist {
  font-size: 0;
  position: absolute;
  top: 20px;
  right: 30px;
  margin: 0;
  z-index: 3;
}
.product-thumb .yith-wcwl-add-to-wishlist i,
.product-thumb .yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.product-thumb .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-thumb .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;
}
.product-thumb .yith-wcwl-add-to-wishlist a:hover,
.product-thumb .yith-wcwl-add-to-wishlist a:focus,
.product-thumb .yith-wcwl-add-to-wishlist a:active {
  text-decoration: none;
  color: #ddb758;
}
.product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  line-height: 1;
}
.product-thumb .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  font-family: 'themify';
  content: '\e634';
  font-size: 20px;
}
.product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
  line-height: 1;
}
.product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-thumb .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-size: 24px;
  font-family: 'Ionicons';
  content: '\f141';
  color: #ddb758;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  bottom: 20px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  height: 48px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
}
.product-actions .product_type_variable:not(.btn_add_to_cart),
.product-actions .compare,
.product-actions .product-quick-view,
.product-actions .add_to_cart_button,
.product-actions .product_type_grouped,
.product-actions .product_type_external,
.product-actions .product_out_of_stock,
.product-actions a.added_to_cart {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  background-color: #696969;
  border: none;
  color: #fff !important;
  display: inline-block;
  padding: 0;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  color: inherit;
  -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_type_variable:not(.btn_add_to_cart):hover,
.product-actions .compare:hover,
.product-actions .product-quick-view:hover,
.product-actions .add_to_cart_button:hover,
.product-actions .product_type_grouped:hover,
.product-actions .product_type_external:hover,
.product-actions .product_out_of_stock:hover,
.product-actions a.added_to_cart:hover,
.product-actions .product_type_variable:not(.btn_add_to_cart):focus,
.product-actions .compare:focus,
.product-actions .product-quick-view:focus,
.product-actions .add_to_cart_button:focus,
.product-actions .product_type_grouped:focus,
.product-actions .product_type_external:focus,
.product-actions .product_out_of_stock:focus,
.product-actions a.added_to_cart:focus,
.product-actions .product_type_variable:not(.btn_add_to_cart):active,
.product-actions .compare:active,
.product-actions .product-quick-view:active,
.product-actions .add_to_cart_button:active,
.product-actions .product_type_grouped:active,
.product-actions .product_type_external:active,
.product-actions .product_out_of_stock:active,
.product-actions a.added_to_cart:active {
  text-decoration: none;
  color: #ddb758;
}
.product-actions .product_type_variable:not(.btn_add_to_cart):before,
.product-actions .compare:before,
.product-actions .product-quick-view:before,
.product-actions .add_to_cart_button:before,
.product-actions .product_type_grouped:before,
.product-actions .product_type_external:before,
.product-actions .product_out_of_stock:before,
.product-actions a.added_to_cart:before {
  font-family: 'Ionicons';
  font-size: 18px;
}
.product-actions .product_type_variable:not(.btn_add_to_cart):hover,
.product-actions .compare:hover,
.product-actions .product-quick-view:hover,
.product-actions .add_to_cart_button:hover,
.product-actions .product_type_grouped:hover,
.product-actions .product_type_external:hover,
.product-actions .product_out_of_stock:hover,
.product-actions a.added_to_cart:hover,
.product-actions .product_type_variable:not(.btn_add_to_cart).active,
.product-actions .compare.active,
.product-actions .product-quick-view.active,
.product-actions .add_to_cart_button.active,
.product-actions .product_type_grouped.active,
.product-actions .product_type_external.active,
.product-actions .product_out_of_stock.active,
.product-actions a.added_to_cart.active {
  background-color: #333;
}
.product-actions .product-action-item {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  display: inline-block;
}
.product-actions .product-quick-view + .product-action-item,
.product-actions .tooltip + .product-action-item {
  margin-left: 20px;
}
.product-actions > a:not(:first-child) {
  margin-left: 20px;
}
.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:before {
  display: none;
}
.product-actions .compare i,
.product-actions .product-quick-view i {
  font-size: 18px;
  line-height: 48px;
}
.product-actions .add_to_cart_button:before {
  content: '\f3f7';
}
.product-actions .added_to_cart:before {
  content: '\f3f8';
}
.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,
.product-actions .product_out_of_stock {
  -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 {
  -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:before {
  content: '\f4a8';
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_grouped:before,
.woocommerce a.product_type_variable:before,
.woocommerce a.product_out_of_stock:before {
  content: '\f133';
}
.woocommerce a.add_to_cart_button.loading:after {
  display: none;
}
.woocommerce a.add_to_cart_button.loading:before {
  display: inline-block;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  content: '\f110';
  font-family: 'FontAwesome';
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.sa-product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce article.product p.price,
.woocommerce article.product span.price {
  font-size: 14px;
  letter-spacing: 0;
  font-family: 'Montserrat';
  color: #ababab;
  font-weight: 700;
}
.sa-product-price > :not(del),
.woocommerce div.product p.price > :not(del),
.woocommerce div.product span.price > :not(del),
.woocommerce article.product p.price > :not(del),
.woocommerce article.product span.price > :not(del) {
  color: #333333;
}
.sa-product-price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins,
.woocommerce article.product p.price ins,
.woocommerce article.product span.price ins {
  color: #333333;
  text-decoration: none;
}
.sa-product-price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce article.product p.price del,
.woocommerce article.product span.price del {
  margin-right: 5px;
  text-decoration: line-through;
  font-weight: normal;
  opacity: 0.8;
  color: #ababab;
}
/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 12px;
  width: 82px;
  margin: 10px auto 0;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  letter-spacing: 0.4em;
  color: #ababab;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #f5cc26;
}
.woocommerce .products .star-rating span:before,
.woocommerce .star-rating span:before {
  letter-spacing: 0.4em;
}
/**
* product name
 */
.product-name {
  font-size: 16px;
  font-weight: 400;
  color: #696969 !important;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 5px !important;
}
.product-name a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/**
* Product cat
 */
.product-cat {
  text-transform: uppercase;
  font-size: 12px;
  color: #ababab;
  font-weight: 800;
}
.product-info + .compare {
  display: none !important;
}
.product-category img {
  width: 100%;
}
.product-category a:hover .woocommerce-loop-category__title,
.product-category a:focus .woocommerce-loop-category__title {
  color: #ddb758;
}
.product-category .woocommerce-loop-category__title {
  color: #696969;
}
.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: #ddb758;
}
.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 {
  text-align: center;
}
.layout-grid .rating-count {
  display: none;
}
.layout-grid .product-description,
.layout-grid .product-list-actions {
  display: none;
}
.layout-grid .product-skin-02 .product-thumb {
  -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-item-wrap:hover.product-skin-02 .product-thumb,
.layout-grid .product-item-wrap.active.product-skin-02 .product-thumb {
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}
.layout-grid.product-skin-02.owl-carousel .owl-stage-outer {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.layout-grid.product-skin-08.owl-carousel .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout-grid.product-skin-08.owl-carousel .owl-stage-outer article {
  padding-top: 15px;
  padding-bottom: 15px;
}
.layout-grid.product-skin-08.owl-carousel .owl-stage-outer .product-item-inner {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.07);
}
.layout-grid .product-skin-03 .product-thumb {
  width: 130px;
  float: left;
  margin-right: 20px;
  margin-bottom: 0;
}
.layout-grid .product-skin-03 .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-03 .product-actions,
.layout-grid .product-skin-03 .product-flash {
  display: none;
}
.layout-grid .product-skin-03 .product-info {
  text-align: left;
  overflow: hidden;
}
.layout-grid .product-skin-03 .product-info .star-rating {
  margin-left: 0;
}
.layout-grid .product-skin-04 .product-item-inner {
  padding: 15px 15px 30px;
  border: 1px solid #efefef;
}
.layout-grid .product-skin-04 .product-thumb .yith-wcwl-add-to-wishlist {
  top: 10px;
  right: 10px;
}
.layout-grid .product-skin-04 .product-flash {
  margin-top: -10px;
  left: -15px;
}
.layout-grid .product-skin-08 .product-item-inner {
  padding: 15px 15px 30px;
  -webkit-box-shadow: 0 3px 51px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 3px 51px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 51px rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.layout-grid .product-skin-08 .product-item-inner.active,
.layout-grid .product-skin-08 .product-item-inner:hover,
.layout-grid .product-skin-08 .product-item-inner:focus {
  border-color: #ddb758;
}
.layout-grid .product-skin-08 .product-thumb .yith-wcwl-add-to-wishlist {
  top: 10px;
  right: 10px;
}
.layout-grid .product-skin-08 .product-flash {
  margin-top: -10px;
  left: -15px;
}
.layout-grid.gf-gutter-0 .product-skin-04 .product-item-inner {
  border-left-width: 0;
  border-top-width: 0;
}
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(6n+1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(5n+1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-3:nth-child(4n+1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-4:nth-child(3n+1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-6:nth-child(2n+1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12:nth-child(n+1) .product-item-inner {
  border-left-width: 1px;
}
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(2) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(3) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(4) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(5) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-2:nth-child(6) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(2) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(3) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(4) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12-5:nth-child(5) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-3:nth-child(1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-3:nth-child(2) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-3:nth-child(3) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-3:nth-child(4) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-4:nth-child(1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-4:nth-child(2) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-4:nth-child(3) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-6:nth-child(1) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-6:nth-child(2) .product-item-inner,
.layout-grid.gf-gutter-0 .product-skin-04.col-lg-12:nth-child(1) .product-item-inner {
  border-top-width: 1px;
}
.layout-grid .product-skin-05 .product-item-inner {
  position: relative;
  border: 2px solid #efefef;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.layout-grid .product-skin-05 .product-item-inner .product-thumb {
  margin-bottom: 0;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions {
  bottom: 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%);
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-add-to-wishlist {
  position: static;
  display: inline-block;
  margin-left: 20px;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist {
  position: static;
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  background-color: #696969;
  border: none;
  display: inline-block;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  color: inherit;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -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;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:focus,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:focus,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:focus,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:active,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:active,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:active {
  text-decoration: none;
  color: #ddb758;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:before {
  font-size: 18px;
  color: #fff;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:hover,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.layout-grid .product-skin-05 .product-item-inner .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist.active {
  background-color: #333;
}
.layout-grid .product-skin-05 .product-item-inner .product-actions .add_to_wishlist:before {
  font-size: 15px;
}
.layout-grid .product-skin-05 .product-item-inner .product-heading {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.layout-grid .product-skin-05 .product-item-inner .product-heading .product-cat {
  margin-top: 26px;
  color: inherit;
}
.layout-grid .product-skin-05 .product-item-inner .product-heading .product-cat + .product-name {
  margin-top: 0;
}
.layout-grid .product-skin-05 .product-item-inner .product-heading .product-name {
  font-size: 18px;
  margin-top: 21px;
  margin-bottom: 0;
  font-weight: 700;
  color: #333333 !important;
}
.layout-grid .product-skin-05 .product-item-inner .product-meta {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.layout-grid .product-skin-05 .product-item-inner .product-meta .product-rating {
  margin-bottom: 7px;
}
.layout-grid .product-skin-05 .product-item-inner .product-meta .price {
  font-size: 16px;
}
.layout-grid .product-skin-05 .product-item-inner .product-meta .price > * {
  color: #696969;
}
.layout-grid .product-skin-05 .product-item-inner .product-action-item a {
  display: block;
  padding: 10.5px 20px;
  background-color: #efefef;
  text-decoration: none;
  text-transform: uppercase;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  -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-skin-05 .product-item-inner .product-action-item a:before {
  margin-right: 10px;
}
.layout-grid .product-skin-05 .product-item-inner .product-action-item a.product_type_external:before,
.layout-grid .product-skin-05 .product-item-inner .product-action-item a.product_type_grouped:before,
.layout-grid .product-skin-05 .product-item-inner .product-action-item a.product_type_variable:before,
.layout-grid .product-skin-05 .product-item-inner .product-action-item a.product_out_of_stock:before {
  display: none;
}
.layout-grid .product-skin-05:hover .product-item-inner,
.layout-grid .product-skin-05.active .product-item-inner {
  border-color: #ddb758;
}
.layout-grid .product-skin-05:hover .product-item-inner .product-action-item a,
.layout-grid .product-skin-05.active .product-item-inner .product-action-item a {
  background-color: #ddb758;
  color: #ffffff;
}
.layout-grid .product-skin-05:hover .product-actions .yith-wcwl-wishlistaddedbrowse a,
.layout-grid .product-skin-05.active .product-actions .yith-wcwl-wishlistaddedbrowse a,
.layout-grid .product-skin-05:hover .product-actions .yith-wcwl-wishlistexistsbrowse a,
.layout-grid .product-skin-05.active .product-actions .yith-wcwl-wishlistexistsbrowse a,
.layout-grid .product-skin-05:hover .product-actions .add_to_wishlist,
.layout-grid .product-skin-05.active .product-actions .add_to_wishlist {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.layout-grid .product-skin-07 div.product-info span.price > *:not(del),
.layout-grid .product-skin-07 div.product-info p.price > *:not(del) {
  color: #ddb758;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .layout-grid.gf-gutter-0 .product-skin-04.product-item-wrap.product .product-item-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(6n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(5n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-3:nth-child(4n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-4:nth-child(3n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-6:nth-child(2n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12:nth-child(n+1) .product-item-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-2:nth-child(6) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12-5:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-3:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-3:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-3:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-3:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-4:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-4:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-4:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-6:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-6:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-md-12:nth-child(1) .product-item-inner {
    border-top-width: 1px;
  }
}
@media (max-width: 991px) {
  .layout-grid.gf-gutter-0 .product-skin-04.product-item-wrap.product .product-item-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(6n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(5n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-3:nth-child(4n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-4:nth-child(3n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-6:nth-child(2n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12:nth-child(n+1) .product-item-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-2:nth-child(6) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12-5:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-3:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-3:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-3:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-3:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-4:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-4:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-4:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-6:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-6:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-sm-12:nth-child(1) .product-item-inner {
    border-top-width: 1px;
  }
}
@media (max-width: 767px) {
  .layout-grid.gf-gutter-0 .product-skin-04.product-item-wrap.product .product-item-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(6n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(5n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-3:nth-child(4n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-4:nth-child(3n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-6:nth-child(2n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12:nth-child(n+1) .product-item-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-2:nth-child(6) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12-5:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-3:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-3:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-3:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-3:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-4:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-4:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-4:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-6:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-6:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-xs-12:nth-child(1) .product-item-inner {
    border-top-width: 1px;
  }
  .layout-grid .product-actions {
    opacity: 1 !important;
  }
  .layout-grid .product-actions .compare,
  .layout-grid .product-actions .product-action-item,
  .layout-grid .product-actions .add_to_cart_button,
  .layout-grid .product-actions .product_type_grouped,
  .layout-grid .product-actions .product_type_external,
  .layout-grid .product-actions .added_to_cart,
  .layout-grid .product-actions .product_out_of_stock,
  .layout-grid .product-actions .product_type_variable,
  .layout-grid .product-actions .product-quick-view,
  .layout-grid .product-actions .yith-wcwl-wishlistaddedbrowse a,
  .layout-grid .product-actions .yith-wcwl-wishlistexistsbrowse a,
  .layout-grid .product-actions .add_to_wishlist {
    transform: translateY(0) !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media (max-width: 599px) {
  .layout-grid.gf-gutter-0 .product-skin-04.product-item-wrap.product .product-item-inner {
    border-left-width: 0;
    border-top-width: 0;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(6n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(5n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-3:nth-child(4n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-4:nth-child(3n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-6:nth-child(2n+1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12:nth-child(n+1) .product-item-inner {
    border-left-width: 1px;
  }
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-2:nth-child(6) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12-5:nth-child(5) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-3:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-3:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-3:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-3:nth-child(4) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-4:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-4:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-4:nth-child(3) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-6:nth-child(1) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-6:nth-child(2) .product-item-inner,
  .layout-grid.gf-gutter-0 .product-skin-04.col-mb-12:nth-child(1) .product-item-inner {
    border-top-width: 1px;
  }
}
.layout-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
}
.layout-list .product-item-inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.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: #ddb758;
}
.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-info > .product-action-item {
  display: none;
}
.layout-list .product-item-wrap .product-name {
  font-size: 24px;
  margin-bottom: 6px;
  margin-right: 120px;
  margin-top: 7px;
}
.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 {
  position: absolute;
  right: 0;
  top: 21px;
}
.layout-list .product-item-wrap .product-rating .star-rating {
  margin: 0;
  margin-left: auto;
}
.layout-list .product-item-wrap .product-rating .rating-count {
  color: #ababab;
  font-style: italic;
  font-size: 14px;
  display: inline-block;
  margin-top: 12px;
}
.layout-list .product-item-wrap .product-description {
  margin-top: 15px;
  line-height: 1.75em;
  max-height: 5.25em;
  overflow: hidden;
}
.layout-list .product-list-actions {
  margin-top: 35px;
}
.layout-list .product-list-actions > a {
  display: inline-block;
  margin-right: 6px;
  color: inherit;
}
.layout-list .product-list-actions > a:hover,
.layout-list .product-list-actions > a:focus,
.layout-list .product-list-actions > a:active {
  text-decoration: none;
  color: #ddb758;
}
.layout-list .product-list-actions .product-action-item {
  margin-right: 6px;
  display: inline-block;
  color: #fff;
}
.layout-list .product-list-actions .product-action-item a {
  color: inherit;
}
.layout-list .product-list-actions .product-action-item a:hover,
.layout-list .product-list-actions .product-action-item a:focus,
.layout-list .product-list-actions .product-action-item a:active {
  text-decoration: none;
  color: #ddb758;
}
.layout-list .product-list-actions .product-action-item .product_type_external:before,
.layout-list .product-list-actions .product-action-item .product_type_grouped:before,
.layout-list .product-list-actions .product-action-item .product_type_variable:before,
.layout-list .product-list-actions .product-action-item .product_out_of_stock:before {
  display: none;
}
.layout-list .product-list-actions .product-action-item .product_type_simple,
.layout-list .product-list-actions .product-action-item .product_type_external,
.layout-list .product-list-actions .product-action-item .product_type_variable,
.layout-list .product-list-actions .product-action-item .product_type_grouped,
.layout-list .product-list-actions .product-action-item .added_to_cart {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #fff;
  border: 2px solid #333333;
  background-color: #333333;
  line-height: 2;
  padding: 6px 25px;
  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-action-item .product_type_simple:before,
.layout-list .product-list-actions .product-action-item .product_type_external:before,
.layout-list .product-list-actions .product-action-item .product_type_variable:before,
.layout-list .product-list-actions .product-action-item .product_type_grouped:before,
.layout-list .product-list-actions .product-action-item .added_to_cart:before {
  margin-right: 10px;
}
.layout-list .product-list-actions .product-action-item .product_type_simple:hover,
.layout-list .product-list-actions .product-action-item .product_type_external:hover,
.layout-list .product-list-actions .product-action-item .product_type_variable:hover,
.layout-list .product-list-actions .product-action-item .product_type_grouped:hover,
.layout-list .product-list-actions .product-action-item .added_to_cart:hover {
  background-color: transparent;
  color: #333;
}
.layout-list .product-list-actions .compare {
  font-size: 0;
}
.layout-list .product-list-actions .compare:hover:before,
.layout-list .product-list-actions .compare:focus:before {
  border-color: #333333;
  color: #333333;
}
.layout-list .product-list-actions .compare:before {
  font-family: 'Ionicons';
  font-size: 18px;
  content: '\f4a8';
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #efefef;
  line-height: 36px;
  display: inline-block;
  position: relative;
  top: 3px;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #efefef;
  display: inline-block;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view i {
  line-height: 36px;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-list-actions .product-quick-view:hover {
  border-color: #333333;
}
.layout-list .product-list-actions .product-quick-view:hover i {
  color: #333333;
}
.layout-list .product-content-product-metro .product-info {
  text-align: unset;
  width: auto;
  height: auto;
}
.layout-list .product-content-product-metro .product-info .block-center-inner {
  display: block;
}
[class*="layout-metro-"] .product-item-inner,
.layout-grid .product-content-product-metro .product-item-inner {
  position: relative;
}
[class*="layout-metro-"] .product-item-inner:hover .product-info,
.layout-grid .product-content-product-metro .product-item-inner:hover .product-info {
  opacity: 1;
}
[class*="layout-metro-"] .product-item-inner:hover .product-info .block-center-inner,
.layout-grid .product-content-product-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,
.layout-grid .product-content-product-metro .product-thumb {
  margin-bottom: 0;
}
[class*="layout-metro-"] .product-description,
.layout-grid .product-content-product-metro .product-description {
  display: none;
}
[class*="layout-metro-"] .product-info,
.layout-grid .product-content-product-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,
.layout-grid .product-content-product-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-rating .rating-count,
.layout-grid .product-content-product-metro .product-rating .rating-count {
  display: none;
}
[class*="layout-metro-"] .product-actions,
.layout-grid .product-content-product-metro .product-actions {
  margin-top: 20px;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: block;
}
[class*="layout-metro-"] .product-actions .product_type_variable:not(.btn_add_to_cart),
.layout-grid .product-content-product-metro .product-actions .product_type_variable:not(.btn_add_to_cart),
[class*="layout-metro-"] .product-actions .compare,
.layout-grid .product-content-product-metro .product-actions .compare,
[class*="layout-metro-"] .product-actions .product-quick-view,
.layout-grid .product-content-product-metro .product-actions .product-quick-view,
[class*="layout-metro-"] .product-actions .add_to_cart_button,
.layout-grid .product-content-product-metro .product-actions .add_to_cart_button,
[class*="layout-metro-"] .product-actions .product_type_grouped,
.layout-grid .product-content-product-metro .product-actions .product_type_grouped,
[class*="layout-metro-"] .product-actions .product_type_external,
.layout-grid .product-content-product-metro .product-actions .product_type_external,
[class*="layout-metro-"] .product-actions .product_out_of_stock,
.layout-grid .product-content-product-metro .product-actions .product_out_of_stock,
[class*="layout-metro-"] .product-actions a.added_to_cart,
.layout-grid .product-content-product-metro .product-actions a.added_to_cart {
  background-color: #696969;
  border: none;
  color: #fff !important;
}
[class*="layout-metro-"] .product-actions .product_type_variable:not(.btn_add_to_cart):hover,
.layout-grid .product-content-product-metro .product-actions .product_type_variable:not(.btn_add_to_cart):hover,
[class*="layout-metro-"] .product-actions .compare:hover,
.layout-grid .product-content-product-metro .product-actions .compare:hover,
[class*="layout-metro-"] .product-actions .product-quick-view:hover,
.layout-grid .product-content-product-metro .product-actions .product-quick-view:hover,
[class*="layout-metro-"] .product-actions .add_to_cart_button:hover,
.layout-grid .product-content-product-metro .product-actions .add_to_cart_button:hover,
[class*="layout-metro-"] .product-actions .product_type_grouped:hover,
.layout-grid .product-content-product-metro .product-actions .product_type_grouped:hover,
[class*="layout-metro-"] .product-actions .product_type_external:hover,
.layout-grid .product-content-product-metro .product-actions .product_type_external:hover,
[class*="layout-metro-"] .product-actions .product_out_of_stock:hover,
.layout-grid .product-content-product-metro .product-actions .product_out_of_stock:hover,
[class*="layout-metro-"] .product-actions a.added_to_cart:hover,
.layout-grid .product-content-product-metro .product-actions a.added_to_cart:hover,
[class*="layout-metro-"] .product-actions .product_type_variable:not(.btn_add_to_cart).active,
.layout-grid .product-content-product-metro .product-actions .product_type_variable:not(.btn_add_to_cart).active,
[class*="layout-metro-"] .product-actions .compare.active,
.layout-grid .product-content-product-metro .product-actions .compare.active,
[class*="layout-metro-"] .product-actions .product-quick-view.active,
.layout-grid .product-content-product-metro .product-actions .product-quick-view.active,
[class*="layout-metro-"] .product-actions .add_to_cart_button.active,
.layout-grid .product-content-product-metro .product-actions .add_to_cart_button.active,
[class*="layout-metro-"] .product-actions .product_type_grouped.active,
.layout-grid .product-content-product-metro .product-actions .product_type_grouped.active,
[class*="layout-metro-"] .product-actions .product_type_external.active,
.layout-grid .product-content-product-metro .product-actions .product_type_external.active,
[class*="layout-metro-"] .product-actions .product_out_of_stock.active,
.layout-grid .product-content-product-metro .product-actions .product_out_of_stock.active,
[class*="layout-metro-"] .product-actions a.added_to_cart.active,
.layout-grid .product-content-product-metro .product-actions a.added_to_cart.active {
  background-color: #333333;
}
.product-type-grouped .price .amount:first-child {
  padding-right: 5px;
}
.product-type-grouped .price .amount:last-child {
  padding-left: 5px;
}
/**
* Single Product
*/
.single-product-image,
.single-product-image-main {
  position: relative;
}
.single-product-image-main:not(.owl-carousel):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.owl-carousel .entry-thumbnail-overlay: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: 2;
}
.single-product-image-main:hover.owl-carousel .entry-thumbnail-overlay:before,
.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 > a {
  display: block;
}
.single-product-image-thumb .product-image-thumb-item > a: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 .owl-item.current {
  cursor: default;
}
.single-product-image-thumb .owl-item.current .product-image-thumb-item > a:before {
  opacity: 1;
}
.single-product-controls {
  margin-bottom: 75px;
}
.single-product-controls .gf-inline {
  position: relative;
}
.single-product-controls .gf-inline li {
  font-size: 34px;
  margin-right: 20px;
}
.single-product-controls .gf-inline li a {
  color: #333333;
}
.single-product-controls .gf-inline li a:hover {
  color: #ddb758;
}
.single-product-controls .gf-inline li .disable {
  color: #ababab;
}
.single-product-controls .gf-inline li:hover .product-near {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.single-product-controls .product-near {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
  -moz-box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
  box-shadow: 0 5px 20px rgba(51, 51, 51, 0.2);
}
.single-product-controls .product-near .product-near-thumb {
  display: inline-block;
  width: 60px;
}
.single-product-controls .product-near .product-near-info {
  display: inline-block;
  vertical-align: top;
}
.single-product-controls .product-near .product-near-info a {
  line-height: 1;
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
  color: inherit;
}
.single-product-controls .product-near .product-near-info a:hover,
.single-product-controls .product-near .product-near-info a:focus,
.single-product-controls .product-near .product-near-info a:active {
  text-decoration: none;
  color: #ddb758;
}
.single-product-controls .product-near .product-near-info p.price {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
}
.single-product-controls .product-near img {
  width: 60px;
}
.summary-product {
  position: relative;
}
.summary-product .product_title {
  font-size: 34px;
  line-height: 1;
  font-weight: 400;
  color: #696969;
  margin-top: 35px !important;
  margin-bottom: 10px;
}
.summary-product .product_title.product-title-rating {
  margin-right: 120px;
}
.summary-product .price {
  font-size: 18px !important;
  margin-bottom: 17px;
}
.summary-product .product-rating {
  position: absolute;
  right: 0;
  top: 0;
}
.summary-product .product-rating .star-rating {
  margin-top: 0;
  float: none;
  display: block;
  margin-right: 8px;
  margin-bottom: 14px;
}
.summary-product .product-rating .rating-count {
  font-style: italic;
  font-size: 14px;
  color: #ababab;
}
.summary-product .product_title + .price + .product-rating,
.summary-product .product_title + .product-rating {
  top: 13px;
}
.summary-product .woocommerce-product-details__short-description {
  margin-bottom: 48px;
}
.summary-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.summary-product form.cart {
  border-top: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0 !important;
}
.summary-product form.cart .button[type="submit"] {
  padding: 13px 20px !important;
}
.summary-product .quantity {
  margin-right: 20px !important;
}
.summary-product .quantity .quantity-inner .input-text {
  height: 48px;
  line-height: 48px;
}
.summary-product .quantity .quantity-inner .btn-number {
  line-height: 48px;
}
.summary-product .quantity .quantity-inner .btn-number:before {
  line-height: 48px;
}
.summary-product table.variations {
  margin-bottom: 10px !important;
}
.summary-product table.variations td {
  padding-bottom: 10px;
  vertical-align: middle !important;
}
.summary-product table.variations label {
  text-transform: uppercase;
  font-size: 14px;
  color: #696969;
  letter-spacing: 0.1em;
  max-width: 200px;
}
.summary-product table.variations .reset_variations {
  display: none !important;
}
.summary-product table.variations select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f7f7f7;
  font-size: 14px;
  margin-right: 0 !important;
}
.summary-product .woocommerce-variation-price {
  margin-bottom: 20px;
}
.summary-product .group_table {
  margin-bottom: 10px;
}
.summary-product .group_table td {
  padding-bottom: 10px;
}
.summary-product .group_table td.label {
  font-size: 16px;
  color: #333333;
}
.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: #ddb758;
}
.summary-product .group_table td.price {
  font-size: 14px !important;
  font-weight: 700;
  color: #333333;
  vertical-align: top;
}
.summary-product .group_table td.price del {
  color: #ababab;
}
.summary-product .group_table td.price ins {
  color: #333333;
  text-decoration: none;
}
.summary-product .product_meta {
  margin-top: 2em;
}
.summary-product .product_meta > span {
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #696969;
  text-transform: uppercase;
}
.summary-product .product_meta > span span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 20px;
}
.summary-product .product_meta > span a {
  color: inherit;
  letter-spacing: 0;
  font-weight: 400;
  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: #ddb758;
}
.summary-product .product_meta > span a:first-child {
  margin-left: 20px;
}
.summary-product .product_meta > span a:hover,
.summary-product .product_meta > span a:focus {
  color: #ddb758;
}
.summary-product .product_meta > span + span {
  margin-top: 12px;
}
.summary-product .gf-product-share {
  margin-top: 8px;
}
.summary-product .gf-product-share .gf-product-share-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.summary-product .gf-product-share ul {
  display: inline-block;
  margin-left: 20px;
}
.summary-product .gf-product-share ul li {
  margin-bottom: 0;
  color: #ababab;
  margin-right: 22px;
}
.summary-product .single-product-function {
  margin-top: 26px;
}
.summary-product .single-product-function .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
  position: relative;
  top: -6px;
}
.summary-product .single-product-function .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.summary-product .single-product-function .feedback {
  display: none;
}
.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;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 30px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
  background-color: #333333;
  border: 2px solid #333333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #ddb758;
}
.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 {
  background-color: transparent;
  color: #333333;
}
.summary-product .single-product-function .yith-wcwl-add-button.show,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse.show,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse.show {
  display: inline-block !important;
}
.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 .compare {
  color: inherit;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-left: 14px;
  border: 2px solid #efefef;
  font-size: 0;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #ababab;
}
.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: #ddb758;
}
.summary-product .single-product-function .compare:before {
  font-size: 22px;
  font-family: 'Ionicons';
  content: '\f4a8';
}
.summary-product .single-product-function .compare:hover,
.summary-product .single-product-function .compare:focus {
  border-color: #333333;
  color: #333333;
}
.single-product-info.single-style-01 {
  padding-bottom: 110px;
  border-bottom: 1px solid #efefef;
}
.single-product-info.single-style-02 {
  background-color: #f7f7f7;
  display: table;
  width: 100%;
}
.single-product-info.single-style-02 > div {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.single-product-info.single-style-02 .summary-product {
  max-width: 570px;
  padding-bottom: 40px;
}
.single-product-info.single-style-02 .summary-product table.variations select,
.single-product-info.single-style-02 .quantity .quantity-inner .input-text {
  background-color: #eee;
}
.single-product-gallery {
  padding-bottom: 80px;
  border-bottom: 1px solid #efefef;
}
.single-product-gallery .gallery-item {
  margin-bottom: 30px;
}
.single-product-gallery .gallery-item .gallery-item-inner {
  position: relative;
}
.single-product-gallery .gallery-item .gallery-item-inner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  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;
}
.single-product-gallery .gallery-item .gallery-item-inner:hover:before,
.single-product-gallery .gallery-item .gallery-item-inner:hover .zoom-image {
  opacity: 1;
}
.single-product-gallery .gallery-item img {
  width: 100%;
}
.single-product-info.single-style-03 {
  border-bottom: 1px solid #efefef;
}
.single-product-info.single-style-03 .single-product-gallery {
  border-bottom: none;
  padding-bottom: 60px;
}
.quantity {
  display: inline-block;
}
.quantity .quantity-inner {
  position: relative;
}
.quantity .quantity-inner .input-text {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  font-family: 'Montserrat';
  color: #333333;
  width: 126px;
  height: 40px;
  line-height: 40px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 15px;
  font-weight: 700;
}
.quantity .quantity-inner .btn-number {
  position: absolute;
  top: 0;
  width: 36px;
  line-height: 40px;
  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 .btn-number:before {
  line-height: 40px;
}
.quantity .quantity-inner [data-type="minus"] {
  left: 0;
}
.quantity .quantity-inner [data-type="plus"] {
  right: 0;
}
.popup-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ababab;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.popup-close:hover {
  color: #ddb758;
}
#popup-product-quick-view-wrapper {
  text-align: center;
  z-index: 99999;
}
#popup-product-quick-view-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#popup-product-quick-view-wrapper > .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 0;
  max-width: calc(100% - 20px);
}
#popup-product-quick-view-wrapper .product-quickview-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup-product-quick-view-wrapper .prev-product,
#popup-product-quick-view-wrapper .next-product {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding: 10px 0;
  width: 50px;
  font-size: 34px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 0.7;
}
#popup-product-quick-view-wrapper .prev-product:not(.disable):hover,
#popup-product-quick-view-wrapper .next-product:not(.disable):hover,
#popup-product-quick-view-wrapper .prev-product:not(.disable):focus,
#popup-product-quick-view-wrapper .next-product:not(.disable):focus {
  opacity: 1;
}
#popup-product-quick-view-wrapper .next-product {
  right: 0;
  left: auto;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 20px 40px;
}
#popup-product-quick-view-wrapper + .modal-backdrop {
  opacity: 0.7;
}
@media (max-width: 767px) {
  #popup-product-quick-view-wrapper:before {
    display: none;
  }
}
.product-deal-countdown {
  position: absolute;
  bottom: 20px;
  font-size: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  transition-delay: 0.15s;
}
.product-deal-countdown .countdown-section {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  width: 48px;
  height: 48px;
  padding-top: 9px;
  background-color: #333;
  color: #fff;
}
.product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 10px;
}
.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: 15px;
  font-weight: 700;
  line-height: 1;
}
.product-deal-countdown .countdown-period {
  display: block;
  font-size: 12px;
}
.product-deal-countdown.small .countdown-section {
  width: 40px;
  height: 40px;
  padding-top: 5px;
}
.summary-product .product-deal-countdown {
  text-align: left;
  position: static;
  margin-bottom: 20px;
}
.summary-product .product-deal-countdown .deal-heading {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #333333;
  display: block;
  margin-bottom: 10px;
}
.summary-product .product-deal-countdown .countdown-section {
  background-color: #333333;
  color: #fff;
}
@media (max-width: 767px) {
  .product-deal-countdown {
    right: 10px;
    left: auto;
    bottom: auto;
    top: 50px;
  }
  .product-deal-countdown .countdown-section {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    display: block;
  }
  .product-deal-countdown .countdown-section + .countdown-section {
    margin-left: 0;
    margin-right: 0;
    margin-top: 10px;
  }
  .product-deal-countdown .countdown-section .countdown-amount {
    font-size: 12px;
  }
  .product-deal-countdown .countdown-section .countdown-period {
    font-size: 10px;
  }
  .summary-product .product-deal-countdown .countdown-section {
    display: inline-block;
  }
  .summary-product .product-deal-countdown .countdown-section + .countdown-section {
    margin-left: 10px;
  }
  .summary-product .product-deal-countdown .countdown-section .countdown-amount {
    font-size: 12px;
  }
  .summary-product .product-deal-countdown .countdown-section .countdown-period {
    font-size: 10px;
  }
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce-tabs {
  margin-top: 60px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  font-size: 0;
  text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  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;
  color: #e0e0e0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px 20px;
  position: relative;
  font-weight: 800;
  font-size: 34px;
  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: #ddb758;
}
.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: #333333;
}
.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.66666666667%;
  margin: 0;
  margin-left: 16.6666666667%;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 65px;
  padding-bottom: 70px;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-weight: 900;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.05em;
}
.woocommerce div.single-product-has-sidebar .woocommerce-tabs .panel {
  width: 100%;
  margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--additional_information {
  padding-bottom: 90px;
}
.woocommerce div.product .shop_attributes .attr-item {
  text-align: center;
}
.woocommerce div.product .shop_attributes .attr-item span,
.woocommerce div.product .shop_attributes .attr-item p {
  display: inline-block;
}
.woocommerce div.product .shop_attributes .attr-item .attr-title {
  font-weight: bold;
}
.woocommerce-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;
}
.woocommerce #reviews #comments ol.commentlist li + li {
  padding-top: 30px;
  margin-top: 25px;
  border-top: 1px solid #efefef;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  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 80px;
  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: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333333;
  display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 14px;
  font-style: italic;
  color: #ababab;
  display: inline-block;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper {
  margin-top: 40px;
}
.woocommerce .woocommerce-Reviews #comments + #review_form_wrapper #reply-title {
  margin-top: 0 !important;
  margin-bottom: 25px;
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  color: #333333;
}
.woocommerce #review_form #respond label {
  font-weight: 700;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.woocommerce #review_form #respond label[for="rating"] {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 20px;
}
.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 {
  color: #ffb600;
}
.woocommerce p.stars a {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
}
.woocommerce #reviews #comment {
  height: 140px;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #f7f7f7;
}
.woocommerce .single-product-related .woocommerce-block-title {
  font-size: 24px;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .woocommerce #reviews .comment-form-author,
  .woocommerce #reviews .comment-form-email {
    width: 47%;
    float: left;
  }
  .woocommerce #reviews .comment-form-author input,
  .woocommerce #reviews .comment-form-email input {
    width: 100%;
  }
  .woocommerce #reviews .comment-form-email {
    float: right;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs .panel {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
}
.woocommerce-block-title {
  font-size: 34px;
  font-weight: 800;
  position: relative;
}
/**
* Up sells, Related
 */
.woocommerce .up-sells,
.woocommerce .related.products {
  padding-top: 60px;
  border-top: 1px solid #efefef;
}
.woocommerce .up-sells > h2,
.woocommerce .related.products > h2 {
  margin-top: 0;
  font-size: 34px;
  text-align: center;
  margin-bottom: 50px;
}
.woocommerce .up-sells {
  margin-bottom: 100px;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table thead th {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #696969;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
}
.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th {
  border: none;
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
}
.woocommerce table.shop_table tbody .product-thumbnail {
  padding-right: 30px;
  width: 136px;
}
.woocommerce table.shop_table tbody .product-thumbnail img {
  width: 106px;
}
.woocommerce table.shop_table tbody .product-name a {
  color: inherit;
}
.woocommerce table.shop_table tbody .product-name a:hover,
.woocommerce table.shop_table tbody .product-name a:focus,
.woocommerce table.shop_table tbody .product-name a:active {
  text-decoration: none;
  color: #ddb758;
}
.woocommerce table.shop_table tbody .product-name a:hover {
  color: #ddb758;
}
.woocommerce table.shop_table tbody .product-price {
  color: #ababab;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
}
.woocommerce table.shop_table tbody .product-subtotal {
  color: #333333;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 14px;
}
.woocommerce table.shop_table tbody .product-remove {
  text-align: right;
}
.woocommerce table.shop_table tbody .cart-actions td,
.woocommerce table.shop_table tbody .cart-actions th {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woocommerce table.shop_table tbody .cart-actions .continue-shopping > a:first-child {
  border-color: #333333;
  color: #333333;
}
.woocommerce table.shop_table tbody .cart-actions .continue-shopping > a:first-child:hover,
.woocommerce table.shop_table tbody .cart-actions .continue-shopping > a:first-child:focus {
  background-color: #333333;
  color: #fff;
}
.woocommerce table.shop_table tbody .cart-actions .clear-cart {
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.shop_table tbody .cart-actions .clear-cart i {
  margin-right: 6px;
}
.woocommerce table.shop_table tbody .cart-actions .cart-subtotal {
  text-align: right;
}
.woocommerce table.shop_table tbody .cart-actions .cart-subtotal .cart-subtotal-label {
  padding-right: 16px;
}
.woocommerce table.shop_table tbody .cart-actions .cart-subtotal .amount {
  font-weight: 700;
  color: #333333;
  font-size: 24px;
}
.woocommerce table.shop_table tbody .actions {
  padding-top: 40px;
  padding-bottom: 110px;
}
.woocommerce table.shop_table tbody .actions .coupon .input-text {
  width: 270px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid transparent;
  height: 48px;
  line-height: 48px;
  background-color: #f7f7f7;
  margin: 0;
  padding-left: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.shop_table tbody .actions .coupon .input-text:focus {
  border: 1px solid #ddb758;
}
.woocommerce table.shop_table tbody .actions .coupon .button {
  line-height: 20px;
}
.woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout {
  padding: 0;
}
.woocommerce table.shop_table tbody .actions .checkout-button {
  margin-bottom: 0;
}
.woocommerce table.shop_table tbody .wc-proceed-to-checkout [name="update_cart"] {
  line-height: 20px;
  padding: 13px 30px;
  margin-right: 6px;
}
.woocommerce .cart-collaterals {
  margin-top: 62px;
}
.woocommerce .cart-collaterals h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 48px;
}
.woocommerce .cart-collaterals div.cart_totals,
.woocommerce .cart-collaterals div.cross-sells {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cross-sells {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #efefef;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
  width: 48%;
  float: right;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr:first-child th,
.woocommerce .cart-collaterals .cart_totals .shop_table tbody tr:first-child td {
  padding-top: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th,
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  border-top: none;
  padding-top: 25px;
  padding-bottom: 25px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: bold;
  color: #333333;
}
.woocommerce .cart-collaterals .cart_totals .shop_table td {
  text-align: right;
  background-color: transparent;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal .amount {
  font-family: 'Montserrat';
  font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total .amount {
  font-size: 24px;
  font-family: 'Montserrat';
  color: #ddb758;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator {
  margin-top: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: inherit;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:focus,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:active {
  text-decoration: none;
  color: #ddb758;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator select,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #eee;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: right;
  padding-bottom: 0;
  padding-top: 34px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .woocommerce table.shop_table.cart tbody tr {
    border: 1px solid #efefef;
    margin-bottom: 30px;
  }
  .woocommerce table.shop_table.cart tbody tr td {
    color: #333333 !important;
    background-color: transparent !important;
    margin: 0 !important;
  }
  .woocommerce table.shop_table.cart tbody tr td:last-child {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .woocommerce table.shop_table.cart tbody tr:last-child {
    margin-bottom: 0;
    border: none;
  }
  .woocommerce table.shop_table.cart tbody tr:last-child td {
    padding: 0;
  }
}
/**
* Checkout page
*/
.woocommerce form .form-row {
  margin-bottom: 16px;
  padding: 0;
}
.woocommerce form label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 700;
  color: #ababab;
}
.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="email"],
.woocommerce form select,
.woocommerce form textarea {
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #f7f7f7;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form input[type="text"]:focus,
.woocommerce form input[type="password"]:focus,
.woocommerce form input[type="tel"]:focus,
.woocommerce form input[type="email"]:focus,
.woocommerce form textarea:focus {
  border: 1px solid #ddb758;
}
.login-coupon-block .woocommerce-info {
  background-color: transparent;
  padding: 0 !important;
  margin-bottom: 0 !important;
  border: none;
}
.login-coupon-block .woocommerce-info:before {
  display: none;
}
.login-coupon-block .woocommerce-info a {
  color: inherit;
  font-weight: 700;
  color: #333333;
}
.login-coupon-block .woocommerce-info a:hover,
.login-coupon-block .woocommerce-info a:focus,
.login-coupon-block .woocommerce-info a:active {
  text-decoration: none;
  color: #ddb758;
}
.login-coupon-block form.woocommerce-form-login {
  border-color: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-coupon-block form.woocommerce-form-login [name="login"] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.login-coupon-block form.woocommerce-form-login .form-row .woocommerce-form__label {
  padding-left: 30px;
}
.login-coupon-block form.woocommerce-form-login .form-row .woocommerce-form__label span {
  position: relative;
  top: -2px;
}
.login-coupon-block form.woocommerce-form-login .lost_password a {
  color: inherit;
  font-weight: 700;
  color: #333333;
}
.login-coupon-block form.woocommerce-form-login .lost_password a:hover,
.login-coupon-block form.woocommerce-form-login .lost_password a:focus,
.login-coupon-block form.woocommerce-form-login .lost_password a:active {
  text-decoration: none;
  color: #ddb758;
}
.login-coupon-block form.checkout_coupon {
  border-color: #efefef;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.login-coupon-block form.checkout_coupon [name="apply_coupon"] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.login-coupon-block form.checkout_coupon .form-row {
  margin-bottom: 0;
}
.woocommerce form.checkout h3 {
  margin-bottom: 25px;
}
.woocommerce form.checkout #ship-to-different-address span,
.woocommerce form.checkout .woocommerce-account-fields span {
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  color: #696969;
  letter-spacing: 0;
}
.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 #ship-to-different-address span {
  padding-left: 8px;
}
.woocommerce form.checkout [name="order_comments"] {
  height: 140px;
}
.woocommerce form.checkout #order_review {
  padding: 40px;
  margin-bottom: 16px;
  background-color: #f7f7f7;
}
.woocommerce form.checkout #order_review h3 {
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  margin-top: 0;
}
.woocommerce form.checkout #order_review .shop_table thead .product-total {
  font-size: 0;
}
.woocommerce form.checkout #order_review .shop_table thead th {
  padding-top: 0;
  padding-bottom: 5px;
  border-bottom: none;
  text-transform: none;
  letter-spacing: 0;
  color: #333333;
}
.woocommerce form.checkout #order_review .shop_table tbody td {
  border-top: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 4px;
}
.woocommerce form.checkout #order_review .shop_table tbody td:last-of-type {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Montserrat';
  color: #ababab;
}
.woocommerce form.checkout #order_review .shop_table tbody tr:last-of-type td {
  padding-bottom: 13px;
  border-bottom: 1px solid #efefef;
}
.woocommerce form.checkout #order_review .shop_table tfoot th,
.woocommerce form.checkout #order_review .shop_table tfoot td {
  border: none;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
.woocommerce form.checkout #order_review .shop_table tfoot th {
  color: #333333;
}
.woocommerce form.checkout #order_review .shop_table tfoot td {
  text-align: right;
}
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal .amount {
  font-family: 'Montserrat';
  font-weight: 700;
  color: #333333;
  font-size: 14px;
}
.woocommerce form.checkout #order_review .shop_table .order-total th,
.woocommerce form.checkout #order_review .shop_table .order-total td {
  padding-top: 14px;
  padding-bottom: 18px;
  vertical-align: middle;
}
.woocommerce form.checkout #order_review .shop_table .order-total .amount {
  font-size: 24px;
  font-family: 'Montserrat';
  color: #ddb758;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator {
  margin-top: 20px;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button {
  color: inherit;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:hover,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:focus,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator .shipping-calculator-button:active {
  text-decoration: none;
  color: #ddb758;
}
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator select,
.woocommerce form.checkout #order_review .shop_table .woocommerce-shipping-calculator input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: #eee;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods {
  padding: 21px 0 0;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods label {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  color: #696969;
}
.woocommerce form.checkout #order_review .place-order {
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 0;
}
.woocommerce form.checkout #order_review .place-order .input-checkbox {
  position: static;
}
.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 #efefef;
  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 #efefef !important;
}
/**
* Wishlist page
 */
#yith-wcwl-form .wishlist-title h2 {
  font-size: 34px;
  margin-top: 0;
}
#yith-wcwl-form .wishlist-title {
  margin-bottom: 40px !important;
}
#yith-wcwl-form tbody th,
#yith-wcwl-form tbody td {
  text-align: left;
  padding-top: 30px;
}
#yith-wcwl-form tbody .product-remove {
  padding-right: 30px;
  vertical-align: middle;
  padding-top: 30px;
}
#yith-wcwl-form tbody .product-thumbnail a {
  max-width: 106px;
}
#yith-wcwl-form tbody .product-thumbnail img {
  width: 106px;
}
#yith-wcwl-form tbody .product-name {
  font-size: 16px;
}
#yith-wcwl-form tbody .product-price {
  color: #333333;
}
#yith-wcwl-form tbody .product-stock-status > span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #ababab;
}
#yith-wcwl-form tbody .product-stock-status > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Ionicons';
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock:before {
  content: '\f120';
  color: #ddb758;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock {
  color: #ddb758;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock:before {
  content: '\f207';
  color: #ddb758;
}
#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;
}
.yith_wcwl_wishlist_footer .yith-wcwl-share ul {
  padding: 0;
}
/**
* My account page
 */
.woocommerce-account.logged-in #primary-content .woocommerce {
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  display: block;
  padding: 15px 20px;
  border-bottom: solid 1px #efefef;
  -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: #ddb758;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: #ddb758;
  border-bottom-color: #ddb758;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #efefef;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  width: auto;
  display: inline-block;
}
.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 #ddb758;
  background-color: #ddb758;
  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: #ddb758;
  background-color: transparent;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-block-title {
  margin-top: 0;
  font-size: 28px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .customer-details .woocommerce-block-title {
  font-size: 18px !important;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title > h3 {
  margin-top: 0;
}
#customer_login h2 {
  margin-top: 0;
  font-size: 34px;
}
#customer_login form.login,
#customer_login form.register {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
#customer_login [name="rememberme"] {
  margin-left: 20px;
}
.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-account .woocommerce-MyAccount-content,
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    border-bottom: 1px solid #efefef;
  }
  .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;
  }
  .single-product-info.single-style-02 > div {
    display: block;
  }
  .single-product-controls .gf-table-cell-left {
    display: block;
    margin-bottom: 10px;
  }
  .single-product-controls .gf-table-cell-right {
    display: inline-block;
  }
  .single-product-controls .product-near {
    left: 0;
    right: auto;
  }
}
.customer-login-block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.customer-login-block .login input[name="login"] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.customer-login-block .login .lost_password {
  float: right;
}
.customer-register-block input[name="register"] {
  display: block;
  width: 100%;
}
.u-column1 .customer-login-block {
  width: 100%;
}
label[for="rememberme"] input[type="checkbox"] {
  position: relative;
  top: 4px;
}
/**
* order tracking
 */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p: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;
}
/**
* Responsive
 */
@media (max-width: 991px) {
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping {
    padding-right: 0;
    white-space: nowrap;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping > a:first-child {
    padding: 13px 20px;
  }
  .woocommerce table.shop_table tbody .cart-actions .clear-cart {
    margin-left: 20px;
  }
  .woocommerce table.shop_table tbody .actions {
    text-align: left;
    padding-bottom: 70px;
  }
  .woocommerce table.shop_table tbody .actions .coupon {
    float: none;
    display: inline-block;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .layout-list .product-item-wrap .product-rating {
    position: static;
  }
  .layout-list .product-item-wrap .product-rating .star-rating {
    margin-left: 0;
    margin-right: auto;
  }
  .layout-list .product-item-wrap .product-name {
    margin-right: 0;
  }
  .single-product-info.single-style-03 .single-product-gallery {
    padding-bottom: 0;
  }
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_table tbody th {
    padding-left: 10px;
  }
  .woocommerce table.shop_table tbody .cart-actions td {
    text-align: left !important;
  }
  .woocommerce table.shop_table tbody .cart-actions td:before {
    display: none;
  }
  .woocommerce table.shop_table tbody .actions {
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .woocommerce table.shop_table tbody .actions .coupon {
    display: block;
  }
  .woocommerce table.shop_table tbody .actions .coupon .input-text,
  .woocommerce table.shop_table tbody .actions .coupon .button {
    width: 48%;
  }
  .woocommerce table.shop_table tbody .actions .coupon .input-text {
    background-color: #eee;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout [name="update_cart"],
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .checkout-button {
    width: 48%;
    float: left;
    margin: 0;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .checkout-button {
    float: right;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator,
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .layout-list .product-category img {
    width: 100%;
    float: none;
  }
  .layout-list .product-category .woocommerce-loop-category__title {
    padding-left: 0;
    margin-bottom: 0;
  }
  .layout-list .product-item-wrap .product-thumb {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .layout-list .product-item-wrap .product-info {
    padding-left: 0;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping {
    white-space: normal;
    padding-right: 10px;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping > a {
    display: block;
    width: 100%;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping .clear-cart {
    margin-top: 20px;
    margin-left: 0;
    line-height: 20px;
    padding: 13px 25px;
    text-align: center;
    background-color: #333333;
    border: 1px solid #333333;
    color: #fff;
  }
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping .clear-cart:hover,
  .woocommerce table.shop_table tbody .cart-actions .continue-shopping .clear-cart:focus {
    background-color: transparent;
    color: #333333;
  }
  .woocommerce table.shop_table tbody .actions {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce table.shop_table tbody .actions .coupon {
    display: block;
  }
  .woocommerce table.shop_table tbody .actions .coupon .input-text {
    width: 100%;
  }
  .woocommerce table.shop_table tbody .actions .coupon [name="apply_coupon"] {
    width: 100%;
    margin-top: 20px;
  }
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout [name="update_cart"],
  .woocommerce table.shop_table tbody .actions .wc-proceed-to-checkout .checkout-button {
    width: 100%;
    margin-bottom: 20px;
  }
  #yith-wcwl-form {
    overflow: auto;
  }
}
.owl-carousel.carousel-gutter-30 .carousel-item {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel.carousel-gutter-30 .carousel-item > article {
  margin-bottom: 30px;
}
.owl-carousel.carousel-gutter-30 .owl-dots {
  margin-top: 40px !important;
}
.owl-carousel.carousel-gutter-20 .carousel-item {
  margin-left: -10px;
  margin-right: -10px;
}
.owl-carousel.carousel-gutter-20 .carousel-item > article {
  margin-bottom: 20px;
}
.owl-carousel.carousel-gutter-20 .owl-dots {
  margin-top: 50px !important;
}
.owl-carousel.carousel-gutter-10 .carousel-item {
  margin-left: -5px;
  margin-right: -5px;
}
.owl-carousel.carousel-gutter-10 .carousel-item > article {
  margin-bottom: 10px;
}
.owl-carousel.carousel-gutter-10 .owl-dots {
  margin-top: 60px !important;
}
div#yith-wcwl-popup-message,
div#gsf-cart-popup-message {
  background-color: #333333;
  color: #ababab;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 30px;
}
div#gsf-cart-popup-message {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10000;
  text-align: center;
  max-width: 100%;
}
div#gsf-cart-popup-message .cart-icon {
  display: block;
  margin-bottom: 10px;
  color: #ddb758;
  font-size: 28px;
}
#colorbox.yith_woocompare_colorbox,
#cboxOverlay.yith_woocompare_colorbox {
  z-index: 999999;
}
@media (max-width: 479px) {
  .single-product-controls .product-near {
    max-width: 300px;
  }
}
.product-kid-cate-filter ul.nav-tabs.gf-cate-filter > li + li,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li + li {
  margin-left: 10px;
}
.product-kid-cate-filter ul.nav-tabs.gf-cate-filter > li > a,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li > a {
  border-bottom: none !important;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7.5px 20px;
}
.product-kid-cate-filter ul.nav-tabs.gf-cate-filter > li.active > a,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li.active > a,
.product-kid-cate-filter ul.nav-tabs.gf-cate-filter > li > a:hover,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li > a:hover,
.product-kid-cate-filter ul.nav-tabs.gf-cate-filter > li > a:focus,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li > a:focus {
  background-color: #ddb758 !important;
  color: #ffffff !important;
}
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li.active > a,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li > a:hover,
.product-pets-cate-filter ul.nav-tabs.gf-cate-filter > li > a:focus {
  background-color: #ffe053 !important;
}
.woocommerce ul#shipping_method li input {
  margin-top: 6px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 25px;
}
/**
* 9.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.nav-center > .owl-nav,
.nav-center-outer > .owl-nav {
  margin-top: 0;
}
.nav-center > .owl-nav > .owl-next,
.nav-center-outer > .owl-nav > .owl-next,
.nav-center > .owl-nav > .owl-prev,
.nav-center-outer > .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,
.nav-center-outer > .owl-nav > .owl-next {
  right: 10px;
}
.nav-center > .owl-nav > .owl-prev,
.nav-center-outer > .owl-nav > .owl-prev {
  left: 10px;
}
.nav-center.owl-has-dots > .owl-nav > .owl-next,
.nav-center-outer.owl-has-dots > .owl-nav > .owl-next,
.nav-center.owl-has-dots > .owl-nav > .owl-prev,
.nav-center-outer.owl-has-dots > .owl-nav > .owl-prev {
  margin-top: -30px;
}
.nav-center:hover > .owl-nav > .owl-next,
.nav-center-outer:hover > .owl-nav > .owl-next,
.nav-center:hover > .owl-nav > .owl-prev,
.nav-center-outer:hover > .owl-nav > .owl-prev {
  opacity: 1;
}
@media (min-width: 1400px) {
  .nav-center-outer > .owl-nav > .owl-next,
  .nav-center-outer > .owl-nav > .owl-prev {
    font-size: 60px !important;
  }
  .nav-center-outer > .owl-nav > .owl-next {
    right: -80px;
  }
  .nav-center-outer > .owl-nav > .owl-prev {
    left: -80px;
  }
  .nav-center-outer:hover > .owl-nav > .owl-next,
  .nav-center-outer:hover > .owl-nav > .owl-prev {
    opacity: 1;
  }
}
.nav-top-right {
  padding-top: 10px;
}
.nav-top-right > .owl-nav {
  position: absolute;
  top: -90px;
  right: 0;
  margin-top: 0;
}
.nav-top-right > .owl-nav > .owl-next {
  margin-right: 0;
}
.nav-bottom-left > .owl-nav,
.nav-bottom-center > .owl-nav,
.nav-bottom-right > .owl-nav {
  margin-top: 30px;
}
.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: 18px !important;
  -moz-border-radius: 18px !important;
  border-radius: 18px !important;
}
.nav-icon .owl-nav div[class*="owl-"] {
  background-color: transparent;
  font-size: 34px;
  width: auto;
  height: auto;
  line-height: 1;
  border: none;
}
.nav-icon .owl-nav div[class*="owl-"]:not(.disabled):hover {
  background-color: transparent !important;
  color: #ddb758 !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: rgba(255, 255, 255, 0.5);
  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;
}
.gsf-contact-form input,
.gsf-contact-form textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gsf-contact-form input:not([type="submit"]),
.gsf-contact-form textarea {
  width: 100% !important;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #f7f7f7;
}
.gsf-contact-form input:not([type="submit"]):focus,
.gsf-contact-form textarea:focus {
  border-color: #ddb758;
}
.gsf-contact-form textarea {
  height: 140px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px !important;
}
.gsf-contact-form img {
  display: none;
}
.gsf-contact-form span.wpcf7-form-control-wrap {
  display: block;
}
.gsf-contact-form span.wpcf7-not-valid-tip {
  color: #ddb758;
  font-size: 1em;
  display: block;
  position: absolute;
  bottom: -15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gsf-contact-form.gsf-furniture-form input:not([type="submit"]),
.gsf-contact-form.gsf-furniture-form textarea {
  background-color: #fff !important;
}
.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 #efefef;
}
.gsf-video-playlist .gsf-playlist-number {
  color: #696969;
}
.testimonials-style-01 .testimonial-item:before {
  font-family: 'Montserrat';
}
.gf-banner.gf-banner-style-01 .gf-banner-content a:hover h4,
.gf-banner.gf-banner-style-01 .gf-banner-content a:focus h4 {
  background-color: #ddb758;
}
.gf-banner.gf-banner-style-02 .gf-banner-content .banner-action .btn:hover {
  color: #ddb758;
  border-color: #ddb758;
}
.gf-heading.gf-heading-style-03 .gf-heading-inner .heading-sub-title {
  font-family: 'Montserrat';
}
.gf-heading.gf-heading-style-03.text-left .heading-title:before,
.gf-heading.gf-heading-style-03.text-right .heading-title:before {
  background-color: #333333;
}
.gf-heading.gf-heading-style-05 .heading-title:before,
.gf-heading.gf-heading-style-05 .heading-title:after {
  border-color: #ddb758;
}
.gsf-icon-box:not(.iconbox-classic) .ib-shape-inner:before {
  border-color: #ddb758;
}
.gsf-icon-box:not(.iconbox-classic):hover .ib-shape-inner {
  color: #ddb758;
}
.gsf-icon-box:not(.iconbox-classic):hover.hover-change-background-color .ib-shape-inner {
  background-color: #ddb758;
  color: #ffffff;
}
.gsf-icon-box.iconbox-classic:hover i {
  color: #ddb758;
}
.gf-shop-category .gf-shop-category-content h5 a:hover {
  background-color: #ddb758 !important;
}
.gf-shop-category.gf-shop-category-style-04 .gf-shop-category-content h5 a:hover {
  background-color: #ddb758 !important;
}
.gsf-countdown .countdown-section .countdown-value {
  font-family: 'Montserrat';
}
.gsf-countdown .countdown-section + .countdown-section:before {
  font-family: 'Montserrat';
}
.gsf-products-index .product-index-wrap .index-item {
  font-family: 'Montserrat';
}
.gsf-products-index .product-index-wrap .index-item:hover,
.gsf-products-index .product-index-wrap .index-item:focus,
.gsf-products-index .product-index-wrap .index-item.active {
  color: #333333;
}
.gsf-product-singular .additional-info {
  font-family: 'Montserrat';
  color: #333333;
}
.gsf-product-singular .owl-nav > div:not(.disabled):hover {
  color: #ddb758;
}
.gsf-product-singular .product-info .price {
  font-family: 'Montserrat';
  color: #333333;
}
.gsf-view-demo.gsf-view-demo-style-01 .item-new {
  background-color: #ddb758;
}
.gsf-view-demo.gsf-view-demo-style-01 .item-new:before,
.gsf-view-demo.gsf-view-demo-style-01 .item-new:after {
  background-color: #ddb758;
}
.gf-social-share ul.gf-social-icon {
  padding-left: 0;
  margin-bottom: 0;
}
/**
* 10.0 - Mixin
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.body-font {
  font-family: 'Nunito Sans';
}
.primary-font,
ul.search-popup-list .sa-post-title,
ul.search-popup-list .sa-post-meta,
ul.social-icon-square > li > a,
.vc_progress_bar .vc_label {
  font-family: 'Montserrat';
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color,
ul.search-popup-list .sa-post-title:hover,
ul.search-popup-list .sa-post-title:focus,
.gf-404-wrap h2,
a,
.has-drop-cap:not(:focus):first-letter,
.gsf-dropcap-default::first-letter,
.gsf-dropcap-square-outline::first-letter,
.gsf-dropcap-circle-outline::first-letter,
[class*="gsf-list"] li:before,
.gf-entry-content blockquote.gsf-blockquote-center:before,
.gf-entry-content .page-links > a:hover > span,
.gf-entry-content .page-links > a:focus > span,
.gf-entry-content .page-links > span,
.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,
.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,
.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,
.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,
.search-form [type="submit"]:hover,
.woocommerce-product-search [type="submit"]:hover,
.search-form [type="submit"]:focus,
.woocommerce-product-search [type="submit"]:focus,
.wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:focus,
.gf-menu-vertical li.current-menu-ancestor > a,
.gf-menu-vertical li.current-menu-parent > a,
.gf-menu-vertical li.current-menu-item > a,
.gf-menu-vertical li .menu-current > a,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'],
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'].disabled {
  color: #ddb758;
}
.bg-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent .vc_tta-panel .vc_tta-panel-heading i,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i:before,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading i:after,
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
#gsf-reading-process {
  background-color: #ddb758;
}
.border-accent-color,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #ddb758;
}
.foreground-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.vc_toggle.vc_toggle_color_accent.vc_toggle_active .vc_toggle_title h4,
.wpb-js-composer .vc_tta.vc_tta-accordion.vc_tta-color-accent:not(.vc_tta-style-outline) .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title,
.widget .tagcloud > a:hover,
.widget .tagcloud > a:focus,
.zoom-video:focus,
.zoom-video:hover,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
article.format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover,
.product-flash {
  color: #ffffff;
}
.heading-color,
.vc_toggle.vc_toggle_color_accent .vc_toggle_title h4,
h1,
h2,
h3,
h4,
h5,
h6,
.gf-entry-content thead th,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.gf-entry-content blockquote:not(.gsf-blockquote-right):not(.gsf-blockquote-left):not(.is-large):not(.is-style-large):before,
.gf-entry-content .page-links span.page-links-title,
.wp-block-group__inner-container > h2,
.widgettitle,
.widget-title,
.widget_archive .cat-caret:hover,
.widget_categories .cat-caret:hover,
.widget_nav_menu .cat-caret:hover,
.widget_pages .cat-caret:hover,
.widget_product_categories .cat-caret:hover,
.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,
.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,
.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,
.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,
.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,
.customize-search > a,
.customize-social-networks .gf-social-icon > li a:hover,
.customize-search .search-form .search-submit,
.gf-paging.next-prev > a,
.gf-comments-area .comment-list .comment-meta {
  color: #333333;
}
/**
* 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;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
a:hover,
a:focus,
a:active {
  color: #ddb758;
}
.gsf-link {
  color: inherit;
}
.gsf-link:hover,
.gsf-link:focus,
.gsf-link:active {
  text-decoration: none;
  color: #ddb758;
}
.transition-03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .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: 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;
  }
}
.transition03 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bg-transparent {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .row-fix-content {
    max-height: 685px;
    margin-top: 80px;
  }
  .row-fix-content .gf-posts {
    position: relative;
    top: -140px;
    margin-bottom: -50px;
  }
}
.gsf-white-text {
  color: #fff !important;
}
.elm-relative {
  position: relative;
  z-index: 1;
}
.pos-absolute {
  position: absolute !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.right-neg-30 {
  right: -30px !important;
}
.display-inline-block {
  display: inline-block;
}
.pd-right-100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pos-inherit {
    position: inherit !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  div.sm-pd-right-0 {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-text-center {
    text-align: center !important;
  }
  .xs-text-left {
    text-align: left !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;
  }
  div.md-pd-left-0 {
    padding-left: 0 !important;
  }
  div.md-pd-right-0 {
    padding-right: 0 !important;
  }
  div.md-pd-left-15 {
    padding-left: 15px !important;
  }
  div.md-pd-right-15 {
    padding-right: 15px !important;
  }
  div.md-mg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .md-pd-bottom-0 {
    padding-bottom: 0 !important;
  }
}
.custom-mailchimp-bg .mc4wp-form input {
  background-color: #f9f8f8 !important;
}
.mc4wp-form .cosmetics-mailchim-form input {
  border: 2px solid !important;
}
.menu-item-no-border .widget_nav_menu ul.menu li a {
  border-bottom: none !important;
}
@media (min-width: 768px) {
  .md-up-border-right,
  .md-up-border-right-140 {
    position: relative;
  }
  .md-up-border-right:after,
  .md-up-border-right-140:after {
    right: 0;
    height: 115px;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    position: absolute;
    display: block;
    background-color: #efefef;
  }
  .md-up-border-right-140:after {
    height: 140px;
  }
  .sm-pd-left-30 {
    padding-left: 30px !important;
  }
  .sm-row-column-border > .wpb_column {
    border-left: 1px solid #efefef;
  }
  .sm-row-column-border > .wpb_column:last-child {
    border-right: 1px solid #efefef;
  }
  .button-custom-position {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  .md-pd-left-70 {
    padding-left: 70px !important;
  }
  .md-pd-right-70 {
    padding-right: 70px !important;
  }
  .custom-heading {
    position: absolute;
    width: 110%;
    right: 35px;
    top: -85px;
  }
  .custom-slider-row .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-slider-row .vc_col-md-3 {
    width: 21.55172413793103%;
  }
  .custom-slider-row .vc_col-md-6 {
    width: 56.89655172413793%;
  }
  .custom-slider-row .col-md-push-3 {
    left: 21.55172413793103%;
  }
  .custom-slider-row .col-md-pull-6 {
    right: 56.89655172413793%;
  }
}
@media (min-width: 1200px) {
  .custom-heading {
    top: -35px;
  }
}
.bg-content-box > .vc_column-inner {
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.gf-banner-custom-button {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
}
.custom-banner-title .gf-banner-content h5 {
  padding-bottom: 30% !important;
}
.min-height-300 .effect-bg-image {
  min-height: 300px;
}
.custom-background-content {
  position: absolute;
  left: 50%;
  top: 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%);
  text-align: center;
}
.custom-background-content:before {
  position: absolute;
  content: '';
  display: block;
  left: -30px;
  right: 10px;
  top: -30px;
  bottom: -50px;
  background-color: #fff;
  z-index: 1;
}
.custom-background-content:after {
  position: absolute;
  content: '';
  display: block;
  left: -45px;
  right: -5px;
  top: -45px;
  bottom: -65px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.custom-background-content > p,
.custom-background-content h6 {
  position: relative;
  z-index: 2;
}
.custom-background-content p {
  font-weight: 900;
  font-size: 56px;
  letter-spacing: 0.8em;
  color: #333;
  margin-bottom: -10px;
}
.custom-background-content h6 {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.7em;
  padding-right: 20px;
}
.custom-row-content-01 {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.custom-row-content-01 h6 {
  letter-spacing: 0.7em;
  background-color: #fff;
  line-height: 20px;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 47px;
}
.custom-row-content-01 p {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.14;
  color: #333;
  padding-bottom: 8px;
}
.custom-banner-content {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.custom-banner-content .banner-title-top {
  top: 62px !important;
}
.custom-banner-content-02 {
  position: absolute;
  left: 50px;
  bottom: 120px;
}
.custom-banner-content-02 p:first-child {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: -10px !important;
}
.custom-banner-content-02 p:last-child {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.contact-info .contact-info-item {
  margin-bottom: 28px;
}
.contact-info .contact-info-item span {
  display: block;
}
.contact-info .contact-info-item .contact-title {
  font-weight: 800;
  color: #333333;
  margin-bottom: 7px;
}
.custom-banner-content-03 {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 40px;
}
.custom-banner-content-03 h3 {
  display: inline-block;
  color: #ddb758 !important;
  background-color: #fff;
  font-size: 56px;
  line-height: 64px;
  padding: 23px 21px;
  margin-top: 0;
  margin-bottom: 25px;
}
.custom-banner-content-03 p {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.7em;
  line-height: 24px;
  text-transform: uppercase;
}
.custom-banner-content-04 {
  position: absolute;
  left: 85px;
  bottom: 80px;
}
.custom-banner-content-04 > p {
  margin-bottom: 0;
}
.custom-banner-content-04 .introduct {
  background-color: #333;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.4em;
  line-height: 22px;
  display: inline-block;
  padding-left: 9px;
  margin-bottom: 12px;
  margin-left: 7px;
}
.custom-banner-content-04 .des {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.7em;
  color: #333;
  margin-bottom: 20px;
  margin-left: 15px;
}
.custom-banner-content-04 .product-sku {
  font-size: 220px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-left: -10px;
}
.custom-banner-content-05 {
  position: absolute;
  left: 135px;
  bottom: 80px;
}
.custom-banner-content-05 > p {
  margin-bottom: 0;
}
.custom-banner-content-05 .backpack {
  display: inline-block;
  color: #333;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
.custom-banner-content-05 .title {
  font-size: 100px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: 28px;
  margin-bottom: 40px;
}
.content-404 {
  text-align: center;
  display: inline-block;
}
.content-404 h2 {
  font-size: 80px;
  line-height: 100px;
  margin-top: 0;
  margin-bottom: 40px;
}
.content-404 p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.3em;
}
.content-404 p > a {
  color: #333;
  border-bottom: 1px solid #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-404 p > a:hover {
  color: #ddb758;
  border-bottom-color: #ddb758;
  text-decoration: none;
}
.landing-row-position-01 {
  margin-top: -310px;
}
.landing-row-position-02 {
  margin-top: -155px;
}
.landing-row-position-03 {
  margin-top: -200px;
}
.banner-content-01 {
  padding-top: 55px;
  padding-left: 60px;
}
.banner-content-01 h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 48px;
}
.banner-content-01.text-right {
  padding-left: 0;
  padding-right: 60px;
}
.banner-content-01.banner-content-02 {
  padding-left: 165px;
}
.banner-content-01.banner-content-02 h3 {
  letter-spacing: 1em;
}
.banner-content-01.text-center {
  padding-left: 0;
  padding-right: 0;
}
.custom-row-content {
  background-color: #fff;
  padding: 15px;
  max-width: 570px;
  margin: 0 auto;
}
.custom-row-content .custom-row-content-inner {
  border: 1px solid #efefef;
  color: #333;
  padding: 38px 15px 33px;
}
.custom-row-content .sub-title {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.3em;
  font-size: 14px;
  margin-bottom: 17px;
}
.custom-row-content .title {
  text-transform: uppercase;
  font-size: 28px;
  letter-spacing: 0.5em;
  margin-bottom: 25px;
}
.custom-banner-content-06 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: right;
  padding-right: 40px;
  top: 50%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-banner-content-06 .hot-tag {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #ddb758;
  color: #ffffff;
  line-height: 20px;
  padding: 0 10px;
}
.custom-banner-content-06 .banner-product-title {
  color: #fff;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 34px;
}
.custom-banner-content-06 a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.1em;
  -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-bottom: 1px solid #fff;
}
.custom-banner-content-06 a:hover {
  color: #ddb758;
  border-color: #ddb758;
}
.custom-banner-content-08 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  top: 34px;
}
.custom-banner-content-08 .april-store {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.7em;
  color: #fff;
}
.custom-banner-content-08 .banner-caption {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}
.custom-banner-content-08 a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 24px;
  color: #fff !important;
  letter-spacing: 0.1em;
  -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-bottom: 1px solid #fff;
}
.custom-banner-content-jewelry-01 {
  position: absolute;
  top: 85px;
  left: 50px;
}
.custom-banner-content-jewelry-01 a {
  text-decoration: underline;
}
.custom-banner-content-jewelry-02 {
  position: absolute;
  bottom: 80px;
  left: 50px;
}
.custom-banner-content-jewelry-03 {
  position: absolute;
  bottom: 60px;
  width: 100%;
}
.product-tabs-custom.gsf-product_tabs .gsf-pretty-tabs li {
  font-size: 40px;
  font-weight: 700;
}
.product-tabs-custom.gsf-product_tabs .gsf-pretty-tabs li a {
  border-bottom: none !important;
}
.product-tabs-custom.gsf-product_tabs .gsf-pretty-tabs li + li {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .custom-banner-content-03 {
    margin-top: 0;
  }
  .custom-banner-content-04 .product-sku {
    font-size: 150px;
  }
  .md-sub-menu-width-600 > .sub-menu {
    width: 600px !important;
  }
  div.md-pd-left-30 {
    padding-left: 30px !important;
  }
  div.md-pd-right-30 {
    padding-right: 30px !important;
  }
  div.md-pd-left-right-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  div.md-mg-left-right-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .md-text-left {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .sm-col-pd-left-15 > .vc_column-inner {
    padding-left: 15px !important;
  }
  .sm-col-pd-right-15 > .vc_column-inner {
    padding-right: 15px !important;
  }
  .sm-col-pd-left-30 > .vc_column-inner {
    padding-left: 30px !important;
  }
  .sm-col-pd-right-30 > .vc_column-inner {
    padding-right: 30px !important;
  }
  .sm-col-mg-left-right-0 > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.sm-pd-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div.sm-pd-left-right-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  div.sm-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.sm-mg-left-right-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  div.sm-mg-left-right-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .custom-banner-content-05 {
    left: 85px;
    bottom: 60px;
  }
  .custom-banner-content-05 .title {
    font-size: 72px;
  }
  .md-down-no-border-right:after {
    display: none !important;
  }
  .custom-banner-content-jewelry-01 {
    top: 35px;
    left: 20px;
  }
  .custom-banner-content-jewelry-01 > p:first-child {
    font-size: 30px !important;
    line-height: 48px !important;
  }
  .custom-banner-content-jewelry-02 {
    bottom: 30px;
    left: 20px;
  }
  .custom-banner-content-jewelry-02 p:last-child {
    font-size: 30px !important;
  }
  .custom-banner-content-jewelry-03 {
    bottom: 40px;
  }
  div.sm-clear-bg {
    background-image: none !important;
  }
  .product-tabs-custom.gsf-product_tabs .gsf-pretty-tabs li {
    font-size: 30px;
  }
  .product-tabs-custom.gsf-product_tabs .gsf-pretty-tabs li + li {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  div.xs-pd-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  div.xs-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-content-01.banner-content-02 {
    padding-left: 40px;
  }
  .col-xs-pd-right-15 > .vc_column-inner {
    padding-right: 15px !important;
  }
  div.xs-mg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .button-custom-position {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .custom-background-content p {
    font-size: 34px;
    margin-bottom: 0;
  }
  .custom-row-content-01 h6 {
    margin-bottom: 26px;
  }
  .custom-row-content-01 p {
    font-size: 34px;
  }
  .custom-banner-content-04 {
    left: 35px;
    bottom: 40px;
  }
  .custom-banner-content-04 .product-sku {
    font-size: 100px;
  }
  .custom-banner-content-05 {
    left: 45px;
    bottom: 40px;
  }
  .custom-banner-content-05 .title {
    font-size: 54px;
  }
}
.bg-position-bottom-left > .vc_column-inner {
  background-position: bottom left !important;
}
.video-column:not(.column-origin) > .vc_column-inner {
  background-clip: content-box;
  position: relative;
  margin-top: -290px;
}
.video-column > .vc_column-inner .intro-title {
  position: absolute;
  top: 0;
  height: 100%;
  display: block;
  writing-mode: vertical-lr;
  left: -90px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.15em;
}
.video-column > .vc_column-inner .intro-title-right {
  right: -90px;
  left: auto;
}
.video-column > .vc_column-inner .wpb_text_column {
  height: 0;
}
@media (min-width: 1199px) {
  .custom-pading-row .vc_column_container > .vc_column-inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1440px) {
  .video-column > .vc_column-inner .intro-title {
    left: 90px;
  }
  .video-column > .vc_column-inner .intro-title-right {
    right: 90px;
    left: auto;
  }
}
@media (max-width: 1199px) {
  .video-column:not(.column-origin) > .vc_column-inner {
    margin-top: -235px;
  }
}
@media (max-width: 991px) {
  .video-column:not(.column-origin) > .vc_column-inner {
    margin-top: -195px;
  }
}
@media (max-width: 767px) {
  .video-column:not(.column-origin) > .vc_column-inner {
    margin-top: -165px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 599px) {
  .video-column:not(.column-origin) > .vc_column-inner {
    margin-top: -135px;
  }
}
.product-row-custom .gf-heading-inner {
  border-bottom: 1px solid #efefef;
  margin-bottom: 36px;
}
.product-row-custom .gsf-products .owl-nav {
  top: -75px;
}
.product-row-custom .gsf-products .owl-nav:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 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: 1px;
  height: 14px;
  background-color: #eee;
}
.product-row-custom .gsf-products .owl-nav > div {
  margin-top: 0;
}
.product-row-custom .gsf-products .owl-nav > div i {
  font-size: 24px !important;
}
.product-row-custom .gsf-products .owl-nav .owl-prev {
  margin-left: 0;
  margin-right: 16px;
}
.product-row-custom .gsf-products .owl-nav .owl-next {
  margin-left: 16px;
  margin-right: 0;
}
.product-row-custom .gsf-products .owl-nav .ion-arrow-left-c:before {
  content: '\f3d2';
}
.product-row-custom .gsf-products .owl-nav .ion-arrow-right-c:before {
  content: '\f3d3';
}
.custom-product-row .gf-heading {
  padding-bottom: 12px;
  border-bottom: 2px solid #efefef;
}
.custom-product-row .gf-heading + .gsf-products,
.custom-product-row .gf-heading + .gsf-product_tabs {
  position: relative;
  margin-top: 58px;
}
.custom-product-row .gf-heading + .gsf-products .gsf-pretty-tabs,
.custom-product-row .gf-heading + .gsf-product_tabs .gsf-pretty-tabs {
  position: absolute;
  right: 0;
  top: -90px;
}
.custom-product-row .gf-heading + .gsf-products ul.nav-tabs.gsf-pretty-tabs li a,
.custom-product-row .gf-heading + .gsf-product_tabs ul.nav-tabs.gsf-pretty-tabs li a {
  border-bottom: none !important;
  font-weight: 600;
}
.custom-product-heading-row .gf-heading + .gsf-products,
.custom-product-heading-row .gf-heading + .gsf-product_tabs {
  position: relative;
  margin-top: 64px;
}
.custom-product-heading-row .gf-heading + .gsf-products .gsf-pretty-tabs,
.custom-product-heading-row .gf-heading + .gsf-product_tabs .gsf-pretty-tabs {
  position: absolute;
  right: 0;
  top: -90px;
  margin-bottom: 0 !important;
}
.custom-product-heading-row .gf-heading + .gsf-products ul.nav-tabs.gsf-pretty-tabs li a,
.custom-product-heading-row .gf-heading + .gsf-product_tabs ul.nav-tabs.gsf-pretty-tabs li a {
  font-weight: 700;
}
.custom-product-heading-row .gf-heading + .gsf-product_tabs ul.nav-tabs.gsf-pretty-tabs li a {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Montserrat';
}
.custom-product-heading-row .gf-heading + .gsf-product_tabs ul.nav-tabs.gsf-pretty-tabs li + li {
  margin-left: 45px;
}
.custom-product-heading-row.heading-right .gf-heading + .gsf-products .gsf-pretty-tabs,
.custom-product-heading-row.heading-right .gf-heading + .gsf-product_tabs .gsf-pretty-tabs {
  left: 0;
  right: auto;
}
.custom-top-bar a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
.custom-top-bar a span {
  padding-right: 10px;
}
.custom-top-bar a + a {
  padding-left: 12px;
  border-left: 1px solid;
  border-color: rgba(171, 171, 171, 0.6);
  margin-left: 12px;
}
@media (max-width: 767px) {
  .custom-product-row .gf-heading + .gsf-products,
  .custom-product-row .gf-heading + .gsf-product_tabs {
    margin-top: 35px;
  }
  .custom-product-row .gf-heading + .gsf-products .gsf-pretty-tabs,
  .custom-product-row .gf-heading + .gsf-product_tabs .gsf-pretty-tabs {
    position: static;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
  }
}
.gf-breadcrumb-light ul.gf-breadcrumbs li {
  color: #fff !important;
}
.custom-footer-widget .widget-title {
  text-transform: uppercase !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 11px;
  border-bottom: 1px solid;
  margin-bottom: 31px;
}
.custom-footer-widget .widget_nav_menu ul.menu li a {
  border-bottom: none !important;
  position: relative;
  padding-left: 0;
}
.custom-footer-widget .widget_nav_menu ul.menu li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ddb758;
}
.custom-footer-widget .widget_nav_menu ul.menu li a:hover {
  padding-left: 25px;
  color: #ddb758 !important;
}
.custom-footer-widget .widget_nav_menu ul.menu li a:hover:before {
  width: 10px;
}
.custom-footer-widget ul.gf-social-icon > li a:hover {
  color: #ddb758 !important;
}
.custom-tab.gsf-product_tabs .gsf-pretty-tabs {
  margin-bottom: 60px !important;
}
.custom-tab.gsf-product_tabs .gsf-pretty-tabs li a {
  font-weight: 300;
  border-bottom: none !important;
}
@media (min-width: 1400px) {
  .custom-tab.gsf-product_tabs .gsf-pretty-tabs li a {
    font-size: 48px;
  }
}
.product-dots-mg-top-15 .owl-carousel.carousel-gutter-10 .owl-dots {
  margin-top: 15px !important;
}
.custom-testimonial-dark .testimonial-item:before {
  color: rgba(51, 51, 51, 0.1) !important;
}
.custom-testimonial-dark .author-attr > span {
  color: #fff !important;
}
@media (max-width: 479px) {
  .mb-fs-40 {
    font-size: 40px !important;
  }
}
.video-icon-small.gf-video-bg .view-video {
  width: 50px;
  height: 50px;
}
.video-icon-small.gf-video-bg .view-video i {
  line-height: 46px;
}
.custom-vertical-text {
  letter-spacing: 0.4em;
  line-height: 64px;
  -moz-writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  white-space: nowrap;
  margin: auto;
  position: relative;
}
.custom-vertical-text:before {
  display: block;
  content: '';
  position: absolute;
  top: -95px;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #333;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
.gsf-testimonials.testimonial-custom-author-font .author-attr .author-name {
  font-family: 'Nunito Sans';
  text-transform: none;
  font-size: 18px;
  font-weight: 800;
}
.singular-product-custom-font.gsf-product-singular .product-info .product-name {
  font-weight: 800;
  margin-bottom: 11px !important;
}
.singular-product-custom-font.gsf-product-singular .product-info .price {
  font-size: 14px;
}
.singular-product-custom-font.gsf-product-singular .product-info .price del {
  font-size: 12px;
}
div.product-skin-04-pd-bottom-15 .product-skin-04 .product-item-inner {
  padding: 9px 15px;
  background-color: #fff;
  border: none;
}
.custom-icon-box {
  margin-top: -50px;
}
.custom-icon-box > .wpb_column + .wpb_column:before {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 60px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.4);
}
.custom-icon-box .ib-content p {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .custom-icon-box {
    margin-top: 0;
  }
  .custom-icon-box > .wpb_column:nth-child(2n + 1):before {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .custom-icon-box > .wpb_column:before {
    display: none !important;
  }
}
