/*
Theme Name:         Spring Plant
Theme URI:          http://themes.g5plus.net/spring/
Description:        Spring Plant 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:            2.3
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: 		spring-plant
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;
  color: #fff;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none !important;
  padding: 0 70px 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: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: none;
  cursor: pointer;
}
.search-popup-result {
  width: 100%;
  max-height: 450px;
  overflow-y: scroll;
  position: absolute;
  background-color: #fff;
  border-top: 10px solid #fff;
  border-bottom: 10px solid #fff;
  color: #666;
  margin-top: 3px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.search-popup-result.in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
ul.search-popup-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-popup-list li {
  padding-left: 20px;
  padding-right: 20px;
}
ul.search-popup-list li .sa-post-thumbnail {
  float: left;
  width: 60px;
}
ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
  overflow: hidden;
  padding-left: 30px;
}
ul.search-popup-list li + li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
ul.search-popup-list .sa-post-title {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
ul.search-popup-list .sa-post-meta {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin-top: 5px;
  color: #989898;
}
ul.search-popup-list .sa-post-excerpt {
  letter-spacing: 0.08em;
  margin-top: 10px;
}
ul.search-popup-list .sa-product-stock-status {
  font-weight: 700;
}
ul.search-popup-list .sa-product-stock-status .out-of-stock {
  color: red;
}
@media (max-width: 575px) {
  ul.search-popup-list li .sa-post-thumbnail {
    float: none;
    margin-bottom: 20px;
  }
  ul.search-popup-list li .sa-post-thumbnail + .sa-post-content {
    padding-left: 0;
  }
}
.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%;
}
#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 #ebebeb;
  line-height: 1;
  max-width: 100%;
  height: 40px;
  color: #959595;
}
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 #dd3333;
  box-shadow: none;
}
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: 1199px) {
  .gf-hidden-mobile {
    display: none;
  }
}
.gf-border-bottom {
  border-bottom: 1px solid;
  border-color: inherit;
}
.gf-border-top {
  border-top: 1px solid;
  border-color: inherit;
}
/**
* Toggle Icon
* ----------------------------------------------------------------------------
*/
.gf-toggle-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 22px;
}
.gf-toggle-icon > span {
  background-color: #333333;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2px;
  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: #333333;
  content: '';
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  transform-origin: 50% 50% center;
}
.gf-toggle-icon > span:before {
  top: 6px;
}
.gf-toggle-icon > span:after {
  top: -6px;
}
.gf-toggle-icon:hover > span {
  background-color: #dd3333 !important;
}
.gf-toggle-icon:hover > span:after,
.gf-toggle-icon:hover > span:before {
  background-color: #dd3333 !important;
}
.gf-toggle-icon.in > span {
  background-color: transparent !important;
}
.gf-toggle-icon.in > span:after,
.gf-toggle-icon.in > span:before {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out, background 0.3s;
  -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out, background 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s 0.5s ease-in-out, background 0.3s;
  top: 0;
  background-color: #dd3333 !important;
}
.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);
}
/**
* Canvas Sidebar
* ----------------------------------------------------------------------------
*/
.canvas-sidebar-wrapper {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  top: 0;
  bottom: 0;
  width: 300px;
  z-index: 100000;
  left: 0;
  visibility: hidden;
  padding-top: 30px;
  border-bottom: 30px solid transparent !important;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  padding: 0 30px 0 30px;
}
.canvas-sidebar-wrapper .close-canvas {
  position: absolute;
  right: 5px;
  top: 0;
  width: 30px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  z-index: 999;
  text-align: center;
}
.canvas-sidebar-wrapper.right {
  right: 0;
  left: auto;
  visibility: visible;
  margin-right: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 2s;
}
.canvas-sidebar-wrapper.right .close-canvas {
  left: 10px;
  right: auto;
}
.canvas-sidebar-wrapper.left {
  margin-left: -300px;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, visibility 0.1s 1s;
}
.canvas-sidebar-wrapper .canvas-sidebar-inner {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), visibility 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 1199px) {
  body.off-canvas-in .canvas-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
body.bordered.off-canvas-in .canvas-overlay,
body.framed.off-canvas-in .canvas-overlay,
body.boxed.off-canvas-in .canvas-overlay {
  max-width: 100%;
  opacity: 1;
  visibility: visible;
}
body.bordered.off-canvas-in #gf-wrapper,
body.framed.off-canvas-in #gf-wrapper,
body.boxed.off-canvas-in #gf-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.off-canvas-right #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
}
body.off-canvas-right.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
body.off-canvas-left #gf-wrapper {
  margin: 0;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s;
}
body.off-canvas-left.off-canvas-in #gf-wrapper {
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in {
  margin: 0 !important;
  visibility: visible;
  -webkit-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: margin 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.canvas-sidebar-wrapper.in .canvas-sidebar-inner {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s;
  opacity: 1;
}
/**
* Background Color Overlay
* ----------------------------------------------------------------------------
*/
.gf-section-bg-overlay {
  position: relative;
}
.gf-section-bg-overlay:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/**
* Back To Top
* ----------------------------------------------------------------------------
*/
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  background-color: #666;
}
.back-to-top i {
  font-size: 22px;
  position: relative;
  top: 9px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top.in {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
ul.gf-inline {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
ul.gf-inline > li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
ul.gf-inline > li:last-child {
  margin-right: 0 !important;
}
.gf-hover-circle {
  position: relative;
}
.gf-hover-circle:after,
.gf-hover-circle:before {
  content: '';
  display: block;
  position: absolute;
  background: transparent;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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;
}
/**
* 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 #ebebeb;
  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;
}
.gsf-sidebar-left .primary-content {
  order: 2;
}
.gsf-sidebar-left .primary-sidebar {
  order: 1;
}
/**
* 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 {
  color: #dd3333;
}
.owl-carousel > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.owl-carousel > .owl-dots {
  margin-top: 50px !important;
  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-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: 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%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -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%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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: #dd3333;
}
.gf-heading-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
}
.mfp-wrap {
  z-index: 999999;
}
.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: #dd3333;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #dd3333;
  color: #ffffff;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #dd3333;
  border-color: #dd3333;
  color: #ffffff;
}
/*
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-column-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;
}
.tooltip {
  -webkit-transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0s;
  -moz-transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), -moz-transform 0s;
  transition: opacity 0.3s ease, top 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), left 0.4s cubic-bezier(0.71, 1.7, 0.77, 1.24), transform 0s;
}
.tooltip .tooltip-inner {
  white-space: nowrap;
}
.tooltip.show {
  opacity: 1;
}
.tooltip.bs-tooltip-top {
  top: 5px;
}
.tooltip.bs-tooltip-top.show {
  top: 0;
}
.tooltip.bs-tooltip-bottom {
  top: -5px;
}
.tooltip.bs-tooltip-bottom.show {
  top: 0;
}
.tooltip.bs-tooltip-left {
  left: 5px;
}
.tooltip.bs-tooltip-left.show {
  left: 0;
}
.tooltip.bs-tooltip-right {
  left: -5px;
}
.tooltip.bs-tooltip-right.show {
  left: 0;
}
.tooltip.bs-tooltip-left .arrow::before,
.tooltip .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #333;
}
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #333;
}
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #333;
}
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #333;
}
.tooltip-inner {
  background-color: #333;
}
.layout-grid,
.layout-grid .gf-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;
}
.layout-grid:before,
.layout-grid .gf-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%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #ebebeb;
  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;
}
.form-check {
  padding-left: 1.25rem;
}
.form-check .form-check-input {
  margin-top: .3rem;
}
.form-check .form-check-label {
  padding-left: 0;
}
#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 .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.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.container {
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.vc_row.vc_row-flex .gf-container.container,
.vc_row.vc_row-flex .gf-container.container > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
.vc_row.vc_row-flex .gf-container.container > .vc_column_container {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.vc_ie-flexbox-fixer .gf-container.container,
.vc_row.vc_row-flex .gf-container.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.container > .vc_column_container > .vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-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.container > .vc_column_container > .vc_column-inner > * {
    min-height: 1em;
  }
}
.vc_row.vc_row-o-content-top .gf-container.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.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.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.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.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.container > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc_row.vc_column-gap-1 .gf-container.container > .vc_column_container {
  padding: .5px;
}
.vc_row.vc_column-gap-2 .gf-container.container > .vc_column_container {
  padding: 1px;
}
.vc_row.vc_column-gap-3 .gf-container.container > .vc_column_container {
  padding: 1.5px;
}
.vc_row.vc_column-gap-4 .gf-container.container > .vc_column_container {
  padding: 2px;
}
.vc_row.vc_column-gap-5 .gf-container.container > .vc_column_container {
  padding: 2.5px;
}
.vc_row.vc_column-gap-10 .gf-container.container > .vc_column_container {
  padding: 5px;
}
.vc_row.vc_column-gap-15 .gf-container.container > .vc_column_container {
  padding: 7.5px;
}
.vc_row.vc_column-gap-20 .gf-container.container > .vc_column_container {
  padding: 10px;
}
.vc_row.vc_column-gap-25 .gf-container.container > .vc_column_container {
  padding: 12.5px;
}
.vc_row.vc_column-gap-30 .gf-container.container > .vc_column_container {
  padding: 15px;
}
.vc_row.vc_column-gap-35 .gf-container.container > .vc_column_container {
  padding: 17.5px;
}
.vc_row.vc_column-gap-1 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-1 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: .5px;
  padding-right: .5px;
}
.vc_row.vc_column-gap-2 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-2 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 1px;
  padding-right: 1px;
}
.vc_row.vc_column-gap-3 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-3 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.vc_row.vc_column-gap-4 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-4 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 2px;
  padding-right: 2px;
}
.vc_row.vc_column-gap-5 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-5 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.vc_row.vc_column-gap-10 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-10 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 5px;
  padding-right: 5px;
}
.vc_row.vc_column-gap-15 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-15 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.vc_row.vc_column-gap-20 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-20 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 10px;
  padding-right: 10px;
}
.vc_row.vc_column-gap-25 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-25 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
.vc_row.vc_column-gap-30 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-30 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 15px;
  padding-right: 15px;
}
.vc_row.vc_column-gap-35 > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_column-gap-35 > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.vc_row.vc_row-flex > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_row-flex > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.vc_row.vc_row-flex > .vc_vc_column .gf-container.container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-flex > .vc_vc_column_inner .gf-container.container > .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.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 > .vc_vc_column .gf-container.container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-top > .vc_vc_column_inner .gf-container.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) > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_row-o-content-top:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-container.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 > .vc_vc_column .gf-container.container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-bottom > .vc_vc_column_inner .gf-container.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) > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_row-o-content-bottom:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-container.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 > .vc_vc_column .gf-container.container > .vc_column_container > .vc_column-inner,
.vc_row.vc_row-o-content-middle > .vc_vc_column_inner .gf-container.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) > .vc_vc_column .gf-container.container > .vc_column_container,
.vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) > .vc_vc_column_inner .gf-container.container > .vc_column_container {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.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_progress_bar .vc_general.vc_single_bar .vc_bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.vc_progress_bar .vc_general.vc_single_bar {
  height: 8px;
}
.vc_progress_bar .vc_label .vc_label_units {
  font-family: 'Lato';
}
.wpb-js-composer .vc_tta-tabs.vc_tta-color-primary .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-tabs.vc_tta-color-primary .vc_tta-tabs-container {
  overflow: inherit !important;
}
.vc_tta-color-primary .vc_tta-tab.vc_active {
  background-color: #dd3333;
  box-shadow: 4px 17px 41.86px 4.14px rgba(172, 185, 191, 0.63);
  text-shadow: 4px 17px 41.86px rgba(172, 185, 191, 0.63);
}
.vc_tta-color-primary.vc_tta-style-outline.vc_tta-tabs .vc_tta-tab.vc_active {
  background-color: transparent;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-classic .vc_tta-tab.vc_active > a {
  color: #fff !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tab > a {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 35px !important;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-style-outline.vc_tta-tabs .vc_tta-panels {
  border-color: #dd3333 !important;
  border-top-color: transparent !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta-style-outline .vc_tta-tab.vc_active > a {
  border-color: #dd3333;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-body {
  background-color: #dd3333;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-tabs.vc_tta-shape-rounded.vc_tta-style-classic .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-tabs.vc_tta-shape-round.vc_tta-style-classic .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::after,
.wpb-js-composer .vc_tta-shape-round.vc_tta-tabs .vc_tta-panel-body::before {
  border-color: #dd3333 !important;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-tabs.vc_tta-shape-round.vc_tta-style-flat .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
.wpb-js-composer .vc_tta-color-primary.vc_tta-tabs.vc_tta-shape-rounded.vc_tta-style-flat .vc_tta-tabs-list li.vc_tta-tab {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius-radius: 0;
  -webkit-border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-title > a {
    background-color: #dd3333;
    opacity: 1;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-flat .vc_active .vc_tta-panel-title > a {
    background-color: #dd3333;
    opacity: 1;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-classic .vc_tta-panel-title > a {
    background-color: #dd3333;
    opacity: 0.8;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-flat .vc_tta-panel-title > a {
    background-color: #dd3333;
    opacity: 0.8;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-style-classic .vc_active .vc_tta-panel-title > a,
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-style-flat .vc_active .vc_tta-panel-title > a {
    color: #fff !important;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-shape-rounded .vc_tta-panel-title > a {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general.vc_tta-shape-round .vc_tta-panel-title > a {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panel-title > a {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 35px !important;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-outline .vc_active .vc_tta-panel-title > a {
    border: 2px solid #dd3333;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel-title > a {
    border: 1px solid #dd3333;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-outline .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: 2px solid #dd3333;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-outline.vc_tta-shape-rounded .vc_tta-panel.vc_active .vc_tta-panel-body {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-flat.vc_tta-shape-rounded .vc_tta-panel.vc_active .vc_tta-panel-body {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .wpb-js-composer .vc_tta-tabs.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-flat.vc_tta-shape-round .vc_tta-panel.vc_active .vc_tta-panel-body {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #dd3333;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
  background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  border-color: #f0f0f0;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
  background-color: #f8f8f8;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-body {
  border-color: #dd3333;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-outline .vc_tta-panel .vc_tta-panel-heading {
  border-color: #dd3333;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta.vc_general .vc_active .vc_tta-panel-title > a {
  color: #fff;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta.vc_general .vc_tta-panel-title > a,
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta.vc_general.vc_tta-style-outline .vc_active .vc_tta-panel-title > a {
  color: #dd3333;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: #dd3333;
  opacity: 0.8;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #dd3333;
  opacity: 1;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  color: #fff;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #fff;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-color-primary.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
  background-color: #dd3333;
}
.page-title-inner {
  padding: 50px 0;
}
.page-title-inner > .page-title-content {
  flex-grow: 1;
}
.page-title-inner > .page-title-content > h1 {
  margin: 10px 0;
  font-size: 40px;
}
ul.gf-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
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 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
ul.gf-breadcrumbs li {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 400;
}
ul.gf-breadcrumbs li a {
  color: inherit;
}
ul.gf-breadcrumbs li a:hover,
ul.gf-breadcrumbs li a:focus,
ul.gf-breadcrumbs li a:active {
  text-decoration: none;
  color: #dd3333;
}
ul.gf-breadcrumbs li.breadcrumb-sep {
  font-size: 14px;
  margin: 0 12px;
}
.wp-block-button__link,
input[type="submit"],
input[type="button"],
input[type="reset"],
.btn {
  display: inline-block;
  font-weight: 700;
  position: relative;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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.focus,
input[type="submit"].focus,
input[type="button"].focus,
input[type="reset"].focus,
.btn.focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 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;
  letter-spacing: 0.2em;
}
[class*="btn-link-"][class*="btn-icon"] i {
  color: #dd3333;
}
.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: #dd3333;
  border-color: #dd3333;
}
.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 {
  background-color: #dd3333;
  border-color: #dd3333;
}
.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: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.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:hover,
input[type="submit"].btn-3d:hover,
input[type="button"].btn-3d:hover,
input[type="reset"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.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: 1px solid currentcolor;
  color: #dd3333;
}
.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: #dd3333;
}
.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 25px;
  font-size: 12px;
  line-height: 20px;
}
.btn.btn-xs.btn-outline {
  padding: 5px 25px;
}
.btn.btn-sm {
  padding: 9px 35px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-sm.btn-outline {
  padding: 9px 35px;
}
.btn.btn-md {
  padding: 11.5px 45px;
  font-size: 13px;
  line-height: 20px;
}
.btn.btn-md.btn-outline {
  padding: 11.5px 45px;
}
.btn.btn-lg {
  padding: 16px 50px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-lg.btn-outline {
  padding: 16px 50px;
}
.btn.btn-xl {
  padding: 17px 50px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-xl.btn-outline {
  padding: 17px 50px;
}
.btn.btn-xxl {
  padding: 19px 55px;
  font-size: 14px;
  line-height: 20px;
}
.btn.btn-xxl.btn-outline {
  padding: 19px 55px;
}
.btn-link-xs {
  font-size: 12px;
}
.btn-link-sm {
  font-size: 13px;
}
.btn-link-md {
  font-size: 14px;
}
.btn-link-lg {
  font-size: 16px;
}
.btn-link-xl {
  font-size: 18px;
}
.btn-link-xxl {
  font-size: 24px;
}
.btn.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.wp-block-button:not(.is-style-squared) .wp-block-button__link,
.btn.btn-round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.btn.btn-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.btn.btn-icon-left > i {
  margin-right: 15px;
}
.btn.btn-icon-right > i {
  margin-left: 15px;
  display: inline-block;
}
.btn.btn-accent {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent:focus,
.btn.btn-accent:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn.btn-accent.disabled:hover,
.btn.btn-accent[disabled]:hover,
fieldset[disabled] .btn.btn-accent:hover,
.btn.btn-accent.disabled.focus,
.btn.btn-accent[disabled].focus,
fieldset[disabled] .btn.btn-accent.focus {
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-accent.btn-3d:focus,
.btn.btn-accent.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-accent-hover-light {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-accent-hover-light:focus,
.btn.btn-accent.btn-accent-hover-light:hover {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-accent.btn-accent-hover-light.disabled:hover,
.btn.btn-accent.btn-accent-hover-light[disabled]:hover,
fieldset[disabled] .btn.btn-accent.btn-accent-hover-light:hover,
.btn.btn-accent.btn-accent-hover-light.disabled.focus,
.btn.btn-accent.btn-accent-hover-light[disabled].focus,
fieldset[disabled] .btn.btn-accent.btn-accent-hover-light.focus {
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-accent-hover-light.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-accent.btn-accent-hover-light.btn-3d:focus,
.btn.btn-accent.btn-accent-hover-light.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-outline {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent.btn-outline:focus,
.btn.btn-accent.btn-outline:hover {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.btn.btn-accent.btn-outline.disabled:hover,
.btn.btn-accent.btn-outline[disabled]:hover,
fieldset[disabled] .btn.btn-accent.btn-outline:hover,
.btn.btn-accent.btn-outline.disabled.focus,
.btn.btn-accent.btn-outline[disabled].focus,
fieldset[disabled] .btn.btn-accent.btn-outline.focus {
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-accent.btn-outline.btn-3d:focus,
.btn.btn-accent.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent[class*="btn-link"] {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent[class*="btn-link"]:focus,
.btn.btn-accent[class*="btn-link"]:hover {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent[class*="btn-link"].disabled:hover,
.btn.btn-accent[class*="btn-link"][disabled]:hover,
fieldset[disabled] .btn.btn-accent[class*="btn-link"]:hover,
.btn.btn-accent[class*="btn-link"].disabled.focus,
.btn.btn-accent[class*="btn-link"][disabled].focus,
fieldset[disabled] .btn.btn-accent[class*="btn-link"].focus {
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-accent[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-accent[class*="btn-link"].btn-3d:focus,
.btn.btn-accent[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.btn.btn-white {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white:focus,
.btn.btn-white:hover {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.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 {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-white.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-white.btn-3d:focus,
.btn.btn-white.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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: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 {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-white.btn-outline.btn-3d:focus,
.btn.btn-white.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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"]:focus,
.btn.btn-white[class*="btn-link"]:hover {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.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 {
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-white[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-white[class*="btn-link"].btn-3d:focus,
.btn.btn-white[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn.btn-gray {
  color: #ffffff;
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray:focus,
.btn.btn-gray:hover {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.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 {
  background-color: #696969;
  border-color: #696969;
}
.btn.btn-gray.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-gray.btn-3d:focus,
.btn.btn-gray.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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: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 {
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-gray.btn-outline.btn-3d:focus,
.btn.btn-gray.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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"]:focus,
.btn.btn-gray[class*="btn-link"]:hover {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.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 {
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-gray[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-gray[class*="btn-link"].btn-3d:focus,
.btn.btn-gray[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #696969;
  background-color: transparent;
  border-color: #696969;
}
.btn.btn-red {
  color: #ffffff;
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red:focus,
.btn.btn-red:hover {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.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 {
  background-color: #e14e42;
  border-color: #e14e42;
}
.btn.btn-red.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-red.btn-3d:focus,
.btn.btn-red.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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: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 {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-red.btn-outline.btn-3d:focus,
.btn.btn-red.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  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"]:focus,
.btn.btn-red[class*="btn-link"]:hover {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.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 {
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-red[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-red[class*="btn-link"].btn-3d:focus,
.btn.btn-red[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #e14e42;
  background-color: transparent;
  border-color: #e14e42;
}
.btn.btn-black {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}
.btn.btn-black:focus,
.btn.btn-black:hover {
  color: #ffffff;
  background-color: #dd3333;
  border-color: #dd3333;
}
.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 {
  background-color: #252525;
  border-color: #252525;
}
.btn.btn-black.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-black.btn-3d:focus,
.btn.btn-black.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}
.btn.btn-black.btn-outline {
  color: #333333;
  background-color: transparent;
  border-color: #252525;
}
.btn.btn-black.btn-outline:focus,
.btn.btn-black.btn-outline:hover {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}
.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 {
  background-color: transparent;
  border-color: #252525;
}
.btn.btn-black.btn-outline.btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-black.btn-outline.btn-3d:focus,
.btn.btn-black.btn-outline.btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #333333;
  background-color: transparent;
  border-color: #252525;
}
.btn.btn-black[class*="btn-link"] {
  color: #252525;
  background-color: transparent;
  border-color: #252525;
}
.btn.btn-black[class*="btn-link"]:focus,
.btn.btn-black[class*="btn-link"]:hover {
  color: #dd3333;
  background-color: transparent;
  border-color: #dd3333;
}
.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 {
  background-color: transparent;
  border-color: #252525;
}
.btn.btn-black[class*="btn-link"].btn-3d {
  top: 0;
  -webkit-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
  box-shadow: 5px 9px 46px rgba(172, 185, 191, 0.4);
}
.btn.btn-black[class*="btn-link"].btn-3d:focus,
.btn.btn-black[class*="btn-link"].btn-3d:hover {
  top: 3px;
  -webkit-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  -moz-box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  box-shadow: 9px 15px 20px rgba(172, 185, 191, 0.6);
  color: #252525;
  background-color: transparent;
  border-color: #252525;
}
.btn-container.btn-inline {
  display: inline-block;
}
ul.gf-social-icon {
  font-size: 16px;
  padding-left: 0;
}
ul.gf-social-icon > li {
  margin: 0 20px 0 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;
  display: block;
}
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: #dd3333;
}
ul.gf-social-icon.social-icon-small {
  font-size: 14px;
}
ul.gf-social-icon.social-icon-large {
  font-size: 18px;
}
.gf-social-networks ul.gf-social-icon {
  padding-left: 0;
}
footer ul.gf-social-icon {
  font-size: 18px;
}
footer ul.gf-social-icon > li.social-text {
  font-size: 15px;
  font-weight: 700;
}
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.social-icon-small > li > a {
  width: 29px;
  height: 29px;
}
ul.social-icon-circle.social-icon-small > li > a > i {
  line-height: 29px;
}
ul.social-icon-circle.social-icon-large > li > a {
  width: 47px;
  height: 47px;
}
ul.social-icon-circle.social-icon-large > li > a > i {
  line-height: 47px;
}
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: 170px;
  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 > li > a i {
  position: absolute;
  margin-left: -5px;
  line-height: 38px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s transform 0.5s;
  -moz-transition: opacity 0.5s transform 0.5s;
  -ms-transition: opacity 0.5s transform 0.5s;
  -o-transition: opacity 0.5s transform 0.5s;
  transition: opacity 0.5s transform 0.5s;
}
ul.social-icon-square > li > a:hover,
ul.social-icon-square > li > a:focus {
  background-color: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
}
ul.social-icon-square > li > a:hover i,
ul.social-icon-square > li > a:focus i {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
ul.social-icon-square.social-icon-small > li > a {
  width: 150px;
  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: 200px;
  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 > 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;
}
.gf-social-inner {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
/**
 * 3.0 - Typography
 * ----------------------------------------------------------------------------
 */
body {
  font-family: 'Lato';
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #7d7d7d;
  position: relative;
  line-height: 1.73;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #dd3333;
  outline: none;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 35px;
  margin-bottom: 15px;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}
h1 > 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: #dd3333;
}
h1 {
  font-family: 'Lato';
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
}
h2 {
  font-family: 'Lato';
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
h3 {
  font-family: 'Lato';
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
h4 {
  font-family: 'Lato';
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}
h5 {
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.6;
}
h6 {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.7;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::-moz-selection {
  background-color: #dd3333;
  color: #ffffff;
}
::selection {
  background-color: #dd3333;
  color: #ffffff;
}
.alignright {
  margin: 5px 0 20px 20px;
  float: right;
}
.alignleft {
  margin: 5px 20px 15px 0;
  float: left;
}
.page-links {
  margin: 20px 0;
}
.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 #ebebeb;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.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: 'Playfair Display';
}
[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 #dd3333;
  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 #ebebeb;
  clear: both;
}
.gf-entry-content table {
  border: 1px solid #ebebeb;
}
.gf-entry-content td,
.gf-entry-content th {
  padding: 8px;
  border: 1px solid #ebebeb;
  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;
  padding: 15px;
  font-size: 0.875rem;
}
.gf-entry-content .wp-block-code code,
.gf-entry-content pre code {
  font-family: inherit;
}
.gf-entry-content label {
  vertical-align: top;
}
.gf-entry-content figure,
.gf-entry-content img {
  max-width: 100%;
  height: auto;
}
.gf-entry-content img.aligncenter {
  display: block;
  margin: 15px auto 25px;
}
.gf-entry-content figure.aligncenter {
  margin: 20px auto;
}
.gf-entry-content figure.aligncenter img {
  display: inline-block;
}
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption {
  font-size: 13px;
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.gf-entry-content .gallery-caption {
  background-color: transparent !important;
  border: none;
  padding: 0;
  text-align: center;
}
.gf-entry-content blockquote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid;
  padding-left: 1em;
  border-color: #333333;
}
.gf-entry-content .wp-block-quote cite,
.gf-entry-content .wp-block-quote footer,
.gf-entry-content .wp-block-quote__citation {
  color: #7d7d7d;
}
.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 #ebebeb;
  padding: 5px;
}
.gf-entry-content .gallery-icon img:hover {
  border-color: #dd3333 !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 .bypostauthor,
.gf-entry-content .sticky {
  color: inherit;
}
.gf-entry-content .mce-menu {
  z-index: 999999 !important;
}
.gf-entry-content ul.wp-block-gallery {
  padding: 0;
}
.gf-entry-content .wp-block-pullquote {
  border-top: 4px solid #333333;
  border-bottom: 4px solid #333333;
  color: #333333;
}
.gf-entry-content .wp-block-pullquote blockquote:not(.is-large):not(.is-style-large) {
  padding-left: 0;
  border-left: none;
}
.gf-entry-content .wp-block-pullquote.is-style-solid-color {
  border: none;
}
.gf-entry-content .wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: #f7f7f7;
}
.gf-entry-content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.gf-entry-content .wp-block-cover-image,
.gf-entry-content .wp-block-cover {
  color: #f8f9f9;
  margin-bottom: 20px;
}
.gf-entry-content .wp-block-cover-image p,
.gf-entry-content .wp-block-cover p {
  margin-bottom: 0;
  line-height: 1.25;
}
.gf-entry-content .wp-block-cover-image a,
.gf-entry-content .wp-block-cover a {
  color: inherit;
}
.gf-entry-content .wp-block-button {
  margin-bottom: 20px;
}
.gf-entry-content .wp-block-embed {
  margin: 0 0 20px;
}
/**
* 4.0 - Widget
* ----------------------------------------------------------------------------
*/
.widget .screen-reader-text {
  display: none;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget + .widget {
  margin-top: 30px;
}
.widget a {
  color: inherit;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
  text-decoration: none;
  color: #dd3333;
}
/**
* 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:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_product_categories li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.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 #ebebeb;
}
.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 #ebebeb;
}
.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: #7d7d7d;
  background-color: #f7f7f7;
  border: solid 1px #ebebeb;
  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 #ebebeb;
  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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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;
  cursor: pointer;
}
.search-form [type="submit"] i,
.woocommerce-product-search [type="submit"] i {
  font-size: 15px;
  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;
}
.search-form [type="submit"]:hover i,
.woocommerce-product-search [type="submit"]:hover i,
.search-form [type="submit"]:focus i,
.woocommerce-product-search [type="submit"]:focus i {
  color: #dd3333 !important;
}
.widget .tagcloud {
  font-size: 0;
}
.widget .tagcloud > a {
  display: inline-block;
  margin: 0 5px 5px 0;
  font-size: 16px !important;
  padding: 5px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: capitalize;
  color: #7d7d7d;
}
.widget .tagcloud > a:hover,
.widget .tagcloud > a:focus {
  background-color: #dd3333;
}
.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 {
    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);
    overflow: auto;
  }
  .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;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -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%;
}
.left-title .widget-title {
  text-align: inherit;
  margin-bottom: 30px !important;
  padding: 0;
}
.left-title .widget-title:before {
  display: none;
}
.left-title .widget-title span:before,
.left-title .widget-title span:after {
  display: none;
}
.widget-title {
  position: relative;
  font-size: 24px;
  margin-top: 0;
  z-index: 5;
  text-align: center;
  margin-bottom: 57px !important;
  font-family: 'Playfair Display';
  font-weight: 400;
  padding-bottom: 20px;
}
.widget-title span {
  display: block;
}
.widget-title span:after {
  content: "";
  position: absolute;
  width: 49%;
  z-index: 1;
  height: 1px;
  bottom: 0;
  right: 0;
}
.widget-title span:before {
  content: "";
  position: absolute;
  width: 49%;
  z-index: 1;
  height: 1px;
  bottom: 0;
  left: 0;
}
.widget-title:before {
  content: '';
  position: absolute;
  margin: auto;
  bottom: -24px;
  width: 30px;
  z-index: 2;
  height: 30px;
  left: 50%;
  transform: rotate(36deg) skew(-20deg) translateX(-50%);
  border-right: 1px solid;
  border-bottom: 1px solid;
}
footer {
  font-size: 15px;
}
footer .widget-title {
  font-family: 'Lato';
  font-weight: 400;
}
footer .widget_archive li,
footer .widget_categories li,
footer .widget_nav_menu li,
footer .widget_pages li,
footer .widget_product_categories li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
}
footer .widget_archive li:before,
footer .widget_categories li:before,
footer .widget_nav_menu li:before,
footer .widget_pages li:before,
footer .widget_product_categories li:before {
  display: none;
}
footer .widget_archive li + li,
footer .widget_categories li + li,
footer .widget_nav_menu li + li,
footer .widget_pages li + li,
footer .widget_product_categories li + li {
  border-top: none;
  margin-top: 0;
}
footer .widget_archive li a,
footer .widget_categories li a,
footer .widget_nav_menu li a,
footer .widget_pages li a,
footer .widget_product_categories li a {
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  letter-spacing: inherit;
}
footer .widget_archive li p,
footer .widget_categories li p,
footer .widget_nav_menu li p,
footer .widget_pages li p,
footer .widget_product_categories li p {
  font-size: 14px;
  font-style: italic;
}
footer .widget_archive li.has-children > a span,
footer .widget_categories li.has-children > a span,
footer .widget_nav_menu li.has-children > a span,
footer .widget_pages li.has-children > a span,
footer .widget_product_categories li.has-children > a span {
  padding-right: 15px;
}
footer .widget_archive li.has-children li a,
footer .widget_categories li.has-children li a,
footer .widget_nav_menu li.has-children li a,
footer .widget_pages li.has-children li a,
footer .widget_product_categories li.has-children li a {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 400;
}
.widget-payment-wrap {
  font-size: 0;
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.widget-payment-wrap li.widget-payment-item {
  display: inline-block;
}
.widget-payment-wrap li.widget-payment-item + li {
  margin-left: 30px;
}
.widget-author-wrap {
  text-align: center;
}
.widget-author-wrap .author-name {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0;
}
.widget-author-wrap .author-name:after {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: #dd3333;
  margin: 0 auto;
  margin-top: 7px;
}
.widget-author-wrap .author-avatar {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/**
* Search Form
* ----------------------------------------------------------------------------
*/
input[type="search"].search-field {
  font-size: 15px;
  height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  background-color: #f6f7fb !important;
}
input[type="search"].search-field:active,
input[type="search"].search-field:focus {
  border-color: #dd3333;
}
.woocommerce-product-search input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: inherit;
  font-size: 12px;
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li {
  font-size: 0;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.widget_archive li + li,
.widget_categories li + li,
.widget_nav_menu li + li,
.widget_pages li + li {
  border-top: none;
  margin-top: 20px;
}
.widget_archive li a,
.widget_categories li a,
.widget_nav_menu li a,
.widget_pages li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 10px;
  letter-spacing: 0.2em;
}
.widget_archive li a:before,
.widget_categories li a:before,
.widget_nav_menu li a:before,
.widget_pages li a:before {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  color: #929292;
}
.widget_archive li p,
.widget_categories li p,
.widget_nav_menu li p,
.widget_pages 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 {
  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 {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: none;
  font-weight: 400;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages 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 {
  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_nav_menu li a span {
  float: none;
}
@media (max-width: 767px) {
  footer .widget_nav_menu li + li {
    margin-left: 0;
  }
}
/* Twitter */
.widget-twitter i {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #dd3333;
  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;
  line-height: 2;
}
.widget-twitter .widget-twitter-item .twitter-content a {
  color: #dd3333;
}
.widget-twitter .widget-twitter-item:first-child .twitter-content {
  padding-top: 0;
  border: none;
}
.widget-twitter .widget-twitter-item:first-child i {
  margin-top: 0;
}
.widget-twitter .follow-us {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 18px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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 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 .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 !important;
  margin-right: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.widget-post-tabs .nav-tabs > li.active a {
  background: #eeeeee;
  color: #dd3333;
}
.widget-post-tabs .tab-content {
  padding: 30px;
  border: solid 1px;
}
@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 a {
  font-size: 14px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.widget-social-profile ul li: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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1.8 !important;
}
.widget-social-profile .social-icon-circle-outline li a:hover {
  border-color: transparent !important;
}
.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;
}
footer .widget_nav_menu ul.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .widget_nav_menu ul.menu li {
  font-size: 15px;
}
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;
  text-transform: none;
  font-weight: 400;
  position: relative;
}
footer .widget_nav_menu ul.menu li a:before {
  content: "";
  width: 0;
  opacity: 0;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .widget_nav_menu ul.menu li a:hover,
footer .widget_nav_menu ul.menu li a:focus {
  text-decoration: underline;
  padding-left: 13px;
}
footer .widget_nav_menu ul.menu li a:hover::before,
footer .widget_nav_menu ul.menu li a:focus::before {
  opacity: 1;
  width: 8px;
  background-color: #dd3333;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li {
  display: inline-block;
  margin-right: 40px;
  padding-bottom: 0;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li a {
  font-size: 15px;
  font-weight: 700;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li a:hover,
footer .footer-verticle-menu .widget_nav_menu ul.menu li a:focus {
  text-decoration: none;
  padding: 0;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li a:before {
  content: none;
}
footer .footer-verticle-menu .widget_nav_menu ul.menu li:last-child {
  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(51, 51, 51, 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;
}
ul.instagram-pics li a img {
  width: 100%;
}
.instagram-6-columns .instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 16.6666666667%;
}
.instagram-5-columns .instagram-pics {
  margin-bottom: 30px;
}
.instagram-5-columns .instagram-pics li {
  display: block;
  font-size: 0;
}
.instagram-5-columns ul.zoom-instagram-widget__items .zoom-instagram-widget__item {
  width: 100%;
}
.instagram-5-columns ul.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link {
  width: 100% !important;
  height: 100% !important;
}
.instagram-5-columns ul.zoom-instagram-widget__items .zoom-instagram-widget__item .zoom-instagram-link:before {
  content: '';
  display: inline-block;
  padding-top: 111.1111111111111%;
}
ul.zoom-instagram-widget__items {
  margin: 0;
  padding: 0;
}
.instagram-2-columns .instagram-pics {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.instagram-2-columns .instagram-pics li {
  display: inline-block;
  font-size: 0;
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .instagram-6-columns .instagram-pics li {
    width: 33.333333333%;
  }
}
.widget-posts article.post-default:not(:last-child) {
  padding-bottom: 25px;
}
.widget-posts article .gf-post-title a:after {
  content: none !important;
}
.widget-posts article.post-default .entry-thumb-wrap:after {
  content: none;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap:before {
  content: none !important;
}
.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;
  margin-bottom: 0;
  font-weight: normal;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap .gf-post-date-meta {
  font-style: italic;
  font-size: 14px;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a {
  padding-left: 15px;
  line-height: 24px;
}
.woocommerce .woocommerce-widget-layered-nav-list,
.widget_layered_nav ul.yith-wcan-list {
  list-style-type: disc;
  font-size: 16px;
  margin-left: 15px;
}
.woocommerce .woocommerce-widget-layered-nav-list li,
.widget_layered_nav ul.yith-wcan-list li {
  list-style: inherit !important;
}
.woocommerce .woocommerce-widget-layered-nav-list li:before,
.widget_layered_nav ul.yith-wcan-list li:before {
  content: none !important;
}
.woocommerce .woocommerce-widget-layered-nav-list li a,
.widget_layered_nav ul.yith-wcan-list li a,
.woocommerce .woocommerce-widget-layered-nav-list li span,
.widget_layered_nav ul.yith-wcan-list li span {
  transition: 0.5s;
}
.woocommerce .woocommerce-widget-layered-nav-list li:hover a,
.widget_layered_nav ul.yith-wcan-list li:hover a,
.woocommerce .woocommerce-widget-layered-nav-list li:focus a,
.widget_layered_nav ul.yith-wcan-list li:focus a {
  margin-left: 5px;
  color: #dd3333;
}
.woocommerce .woocommerce-widget-layered-nav-list li:hover span,
.widget_layered_nav ul.yith-wcan-list li:hover span,
.woocommerce .woocommerce-widget-layered-nav-list li:focus span,
.widget_layered_nav ul.yith-wcan-list li:focus span {
  color: #dd3333;
}
.widget-banner {
  font-size: 0;
}
.widget-banner .widget-banner-content {
  background-position: center center;
  background-size: cover;
  display: inline-block;
  width: 100%;
}
.widget-banner .widget-banner-content .effect-content {
  height: 100%;
  display: inline-block;
  z-index: 2;
}
.widget-banner .widget-banner-content .effect-content img {
  width: 100%;
}
.widget-banner .widget-banner-content.banner-mode-background {
  width: 100%;
}
.widget-banner .widget-banner-content.banner-mode-background .effect-content {
  width: 100%;
}
.widget-banner .banner-mode-background .effect-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.widget-banner .suprema-effect:after,
.widget-banner .layla-effect:after,
.widget-banner .bubba-effect:after,
.widget-banner .jazz-effect:after {
  display: none;
}
.widget-banner .suprema-effect .banner-overlay,
.widget-banner .layla-effect .banner-overlay,
.widget-banner .bubba-effect .banner-overlay,
.widget-banner .jazz-effect .banner-overlay {
  -webkit-transition: opacity 0.6s ease 0.15s;
  -moz-transition: opacity 0.6s ease 0.15s;
  -ms-transition: opacity 0.6s ease 0.15s;
  -o-transition: opacity 0.6s ease 0.15s;
  transition: opacity 0.6s ease 0.15s;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.widget-banner .suprema-effect:hover .banner-overlay,
.widget-banner .layla-effect:hover .banner-overlay,
.widget-banner .bubba-effect:hover .banner-overlay,
.widget-banner .jazz-effect:hover .banner-overlay {
  opacity: 1;
}
.widget-banner .layla-effect .effect-content:after,
.widget-banner .bubba-effect .effect-content:after {
  top: 15px !important;
  bottom: 15px !important;
}
.widget-banner .layla-effect .effect-content:before,
.widget-banner .bubba-effect .effect-content:before {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .layla-effect:hover .effect-content:after {
  left: 8px !important;
  right: 8px !important;
}
.widget-banner .layla-effect:hover .effect-content:before {
  top: 8px !important;
  bottom: 8px !important;
}
.widget-banner .bubba-effect:hover .effect-content:after {
  left: 15px !important;
  right: 15px !important;
}
.widget-banner .bubba-effect:hover .effect-content:before {
  top: 15px !important;
  bottom: 15px !important;
}
.copy-right {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 32px;
  text-transform: uppercase;
  max-width: 220px;
}
.widget-gallery .gf-gallery-item {
  font-size: 0;
  text-align: center;
}
.widget-gallery .gallery-zoom {
  font-size: 15px !important;
}
.widget-gallery .gallery-zoom:hover {
  opacity: 1 !important;
}
.widget-gallery img {
  width: 100%;
}
.widget-gallery .wd-gallery-content {
  padding: 30px 20px !important;
}
.widget-gallery .gf-gallery.col-gap-30,
.widget-gallery .gf-gallery.col-gap-20,
.widget-gallery .gf-gallery.col-gap-10,
.widget-gallery .gf-gallery.col-gap-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action a,
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action a {
  width: 100%;
}
.widget-gallery .gf-gallery.col-gap-30 .wd-gallery-action {
  padding: 0 15px !important;
}
.widget-gallery .gf-gallery.col-gap-20 .wd-gallery-action {
  padding: 0 10px !important;
}
.widget-gallery .gf-gallery.col-gap-10 .wd-gallery-action {
  padding: 0 5px !important;
}
.widget-gallery .gf-gallery.col-gap-0 .wd-gallery-action {
  padding: 0 !important;
}
ul.menu-top-bar-right {
  list-style: none;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.07em;
}
ul.menu-top-bar-right li {
  display: inline-block;
}
ul.menu-top-bar-right li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.menu-top-bar-right li + li {
  margin-left: 20px;
}
.top-drawer-wrap .widget_nav_menu li,
.top-bar .widget_nav_menu li,
.bottom-bar-wrapper .widget_nav_menu li {
  color: #505050;
  display: inline-block;
}
.top-drawer-wrap .widget_nav_menu li a,
.top-bar .widget_nav_menu li a,
.bottom-bar-wrapper .widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Playfair Display';
  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;
  padding-left: 0;
}
.header-vertical.widget_nav_menu li {
  font-weight: 700;
}
.header-vertical.widget_nav_menu li a {
  background: transparent !important;
  font-family: 'Playfair Display';
  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;
  padding-left: 0;
}
.gf-price-filter li,
.gf-product-sorting li {
  list-style-type: none;
}
.gf-price-filter li.active,
.gf-product-sorting li.active {
  color: #dd3333;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gf-attr-filter-wrap:not(.gf-fiter-type-select) li.active a {
  padding: 3px 5px;
  border: 1px solid #dd3333;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 90%;
  color: #dd3333;
}
.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: #dd3333;
}
.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: #dd3333;
}
.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: #dd3333;
}
.gf-product-category-filter-select.opened .gf-filter-open:after {
  content: '\f106';
}
/* Login & Register */
.widget-login-register > *:not(.widget-title) {
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
.widget-login-register i {
  font-size: 15px;
  margin-right: 5px;
}
.widget-login-register 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;
}
#gsf-popup-login-form {
  padding: 60px;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
}
#gsf-popup-login-form .close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 14px;
  color: #dd3333;
  opacity: 1;
}
#gsf-popup-login-form .modal-header {
  padding: 0;
  border: none;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#gsf-popup-login-form .modal-header .modal-title {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
#gsf-popup-login-form .modal-header .modal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 24px;
  background-color: #dd3333;
}
#gsf-popup-login-form .modal-header p {
  margin-bottom: 25px;
}
#gsf-popup-login-form .modal-body {
  padding: 0;
}
#gsf-popup-login-form .modal-body .form-group {
  margin-bottom: 15px;
}
#gsf-popup-login-form .modal-body input[type="text"],
#gsf-popup-login-form .modal-body input[type="password"],
#gsf-popup-login-form .modal-body input[type="email"] {
  height: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ebebeb;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#gsf-popup-login-form .modal-footer {
  padding: 0;
  margin-top: 20px;
  border: none;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
#gsf-popup-login-wrapper .modal-backdrop.in {
  opacity: .8;
}
@media (min-width: 768px) {
  #gsf-popup-login-wrapper .modal-dialog {
    width: 450px;
    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: 15px 30px;
  line-height: 1em;
  font-size: 13px;
  border: none;
}
.widget_product_categories ul {
  list-style-type: disc;
  font-size: 0;
  margin-left: 15px;
}
.widget_product_categories ul ul {
  border: none;
}
.widget_product_categories ul li {
  border-bottom: none;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 10px;
}
.widget_product_categories ul li a {
  text-transform: none;
  font-size: 16px;
  margin-left: 0;
}
.widget_product_categories ul li a:before {
  display: none;
}
.widget_product_categories ul li:last-of-type {
  padding-bottom: 0;
}
.widget_product_categories ul li + li {
  border: none;
}
.widget_product_categories ul .children {
  margin-top: 8px;
  padding-left: 22px;
}
.widget_product_categories ul .children li a {
  padding-left: 0;
  letter-spacing: 0;
}
.widget_product_categories ul .children li a:hover {
  padding-left: 5px;
}
.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: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #dd3333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  color: #dd3333;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
  background-color: #f6f7fb;
  padding: 5px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span:hover {
  background-color: #dd3333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
}
.yith-wcan-select-wrapper {
  z-index: 3 !important;
}
.yith-wcan-select-wrapper ul li > a {
  padding-left: 15px;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
}
/**
* Woocommerce Product
* ----------------------------------------------------------------------------
*/
ul.product_list_widget:not(.cart_list) li {
  padding: 0;
}
ul.product_list_widget:not(.cart_list) li + li {
  padding-top: 15px;
  margin-top: 15px;
}
ul.product_list_widget:not(.cart_list) li img {
  float: left;
  width: 80px;
  margin: 0;
  margin-right: 20px;
}
ul.product_list_widget:not(.cart_list) .product-sidebar-thumb,
ul.product_list_widget:not(.cart_list) .product-siderbar-info {
  display: table-cell;
  vertical-align: top;
}
ul.product_list_widget:not(.cart_list) .product-sidebar-thumb {
  padding-right: 15px;
}
ul.product_list_widget:not(.cart_list) li a {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 400;
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
ul.product_list_widget:not(.cart_list) li a:hover,
ul.product_list_widget:not(.cart_list) li a:focus,
ul.product_list_widget:not(.cart_list) li a:active {
  text-decoration: none;
  color: #dd3333;
}
ul.product_list_widget:not(.cart_list) span.amount {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  color: #dd3333;
}
ul.product_list_widget:not(.cart_list) del span.amount {
  text-decoration: line-through;
}
ul.product_list_widget:not(.cart_list) li .star-rating {
  display: block;
  margin: 5px 0;
}
.widget-wishlist {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget-wishlist i {
  font-size: 15px;
  margin-right: 5px;
}
.widget-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;
}
.widget-wishlist a:hover,
.widget-wishlist a:focus,
.widget-wishlist a:active {
  text-decoration: none;
  color: #dd3333;
}
.wpml-ls-legacy-dropdown {
  max-width: 100%;
}
.wpml-ls-legacy-dropdown > ul {
  position: relative;
  padding: 0;
  margin: 0 !important;
  list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language {
  position: relative;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language ul {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  opacity: 0;
  z-index: -1;
  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;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language ul a {
  border-top: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover ul,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus ul {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language > a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\f107';
  display: block;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.wpml-ls-legacy-dropdown 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: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid;
  padding: 5px 10px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  position: relative;
  padding-right: 30px;
}
.wpml-ls-legacy-dropdown a img {
  margin-right: 7px;
}
.product-categories-sidebar {
  padding: 0 15px;
}
.product-categories-sidebar > .vc_column-inner {
  border: 1px solid;
  padding: 43px 25px 50px 52px;
}
.product-categories-sidebar .widget_product_categories ul {
  list-style-type: disc;
  font-size: 0;
}
.product-categories-sidebar .widget_product_categories ul li {
  border-bottom: none;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 28px;
}
.product-categories-sidebar .widget_product_categories ul li a {
  text-transform: none;
  font-size: 16px;
  margin-left: 0;
  padding: 0;
}
.product-categories-sidebar .widget_product_categories ul li a:before {
  display: none;
}
.product-categories-sidebar .widget_product_categories ul li:last-of-type {
  padding-bottom: 0;
}
.product-categories-sidebar .widget_product_categories ul .children {
  margin-top: 28px;
  padding-left: 22px;
}
.product-categories-sidebar .widget_product_categories ul .children li a {
  padding-left: 0;
  font-weight: 700;
  letter-spacing: 0;
}
.product-categories-sidebar .widget_product_categories ul .children li a:hover {
  padding-left: 5px;
}
.yith-woocompare-widget a.compare {
  background-color: #dd3333;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 8px 10px;
}
.yith-woocompare-widget a.compare:before,
.yith-woocompare-widget a.compare:after {
  content: none !important;
}
.yith-woocompare-widget a.compare:hover {
  border-color: #dd3333 !important;
}
.yith-woocompare-widget a.clear-all {
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 7px;
}
.yith-woocompare-widget div.tooltip {
  display: none;
}
.yith-woocompare-widget ul.products-list li .title {
  color: #333333;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.yith-woocompare-widget ul.products-list li .title:hover {
  color: #dd3333;
}
.yith-woocompare-widget ul.products-list li .remove {
  border: none;
  line-height: 1;
}
.yith-woocompare-widget ul.products-list li .remove:hover {
  background-color: transparent;
  color: #ff0000 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-categories-sidebar > .vc_column-inner {
    padding: 43px 15px 40px 20px;
  }
  .product-categories-sidebar .widget_product_categories ul li {
    padding-bottom: 20px;
  }
  .product-categories-sidebar .widget_product_categories ul li:last-of-type {
    padding-bottom: 0;
  }
  .product-categories-sidebar .widget_product_categories ul .children {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .product-categories-sidebar > .vc_column-inner {
    padding: 43px 15px 40px 20px;
  }
}
/**
* 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: 1200px) {
  .logo-header {
    height: 250px;
    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;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
  .logo-header img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-logo {
    display: none;
  }
}
/**
* Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  .mobile-logo-header {
    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,
.primary-menu-inner {
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
}
.main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
}
.main-menu .menu-caret:before {
  content: '\f0d7';
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  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: #dd3333;
}
.main-menu > .menu-item {
  position: relative;
  display: inline-block;
  line-height: 24px;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  -ms-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
  padding-top: 103px;
  padding-bottom: 103px;
}
.main-menu > .menu-item + .menu-item {
  margin-left: 15px;
}
.main-menu > .menu-item > a {
  font-family: 'Lato';
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.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-active-01.menu-space-tall > .menu-item:before,
.main-menu.menu-active-02.menu-space-tall > .menu-item:before,
.main-menu.menu-active-03.menu-space-tall > .menu-item:before,
.main-menu.menu-active-04.menu-space-tall > .menu-item:before,
.main-menu.menu-active-05.menu-space-tall > .menu-item:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item:before,
.main-menu.menu-active-07.menu-space-tall > .menu-item:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item: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;
  top: 0;
  right: 100%;
  left: 0;
  height: 2px;
}
.main-menu.menu-active-01.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-02.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-03.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-04.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-05.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-07.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item.menu-current:before,
.main-menu.menu-active-01.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-02.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-03.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-04.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-05.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-07.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item.x-active:before,
.main-menu.menu-active-01.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-02.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-03.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-04.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-05.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-07.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item:hover:before,
.main-menu.menu-active-01.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-02.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-03.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-04.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-05.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-07.menu-space-tall > .menu-item:focus:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item:focus:before {
  left: 0;
  right: 0;
}
.main-menu.menu-active-01.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-02.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-03.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-04.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-05.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-06.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-07.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-08.menu-space-tall > li.current-menu-ancestor:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-01.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-02.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-03.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-04.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-05.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-06.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-07.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-08.menu-space-tall > li.current-menu-parent:not(.menu-item-type-taxonomy):before,
.main-menu.menu-active-01.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-02.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-03.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-04.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-05.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-06.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-07.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-08.menu-space-tall > li.current-menu-item:before,
.main-menu.menu-active-01.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-02.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-03.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-04.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-05.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-06.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-07.menu-space-tall > li.menu-current:before,
.main-menu.menu-active-08.menu-space-tall > li.menu-current:before {
  left: 0;
  right: 0;
}
.main-menu.menu-active-01.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-02.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-03.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-04.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-05.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-07.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-08.menu-space-short > .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;
  top: -11px;
  right: 100%;
  left: 0;
  height: 2px;
}
.main-menu.menu-active-01.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-02.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-03.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-04.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-05.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-07.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-08.menu-space-short > .menu-item.menu-current > a:before,
.main-menu.menu-active-01.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-02.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-03.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-04.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-05.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-07.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-08.menu-space-short > .menu-item.x-active > a:before,
.main-menu.menu-active-01.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-02.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-03.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-04.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-05.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-07.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-08.menu-space-short > .menu-item:hover > a:before,
.main-menu.menu-active-01.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-02.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-03.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-04.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-05.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-07.menu-space-short > .menu-item:focus > a:before,
.main-menu.menu-active-08.menu-space-short > .menu-item:focus > a:before {
  left: 0;
  right: 0;
}
.main-menu.menu-active-01.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-02.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-03.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-04.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-05.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-06.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-07.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-08.menu-space-short > li.current-menu-ancestor:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-01.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-02.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-03.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-04.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-05.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-06.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-07.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-08.menu-space-short > li.current-menu-parent:not(.menu-item-type-taxonomy) > a:before,
.main-menu.menu-active-01.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-02.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-03.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-04.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-05.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-06.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-07.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-08.menu-space-short > li.current-menu-item > a:before,
.main-menu.menu-active-01.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-02.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-03.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-04.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-05.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-06.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-07.menu-space-short > li.menu-current > a:before,
.main-menu.menu-active-08.menu-space-short > li.menu-current > a:before {
  left: 0;
  right: 0;
}
.main-menu.menu-active-02.menu-space-tall > .menu-item:before,
.main-menu.menu-active-06.menu-space-tall > .menu-item:before,
.main-menu.menu-active-08.menu-space-tall > .menu-item:before {
  bottom: 0;
  top: auto;
}
.main-menu.menu-active-02.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-06.menu-space-short > .menu-item > a:before,
.main-menu.menu-active-08.menu-space-short > .menu-item > a:before {
  bottom: 0;
  top: auto;
}
.main-menu ul.sub-menu {
  display: none;
  font-family: 'Lato';
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
  -webkit-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.15);
  top: 100%;
  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: '\f0da';
  position: absolute;
  right: 7px;
  line-height: 20px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):first-child {
  margin-top: 15px;
}
.main-menu ul.sub-menu .menu-item:not(.menu-item-object-xmenu_mega):last-child {
  margin-bottom: 21px;
}
.main-menu ul.sub-menu .menu-item > a {
  line-height: 20px;
  padding: 10px 0;
  margin-left: 23px;
  margin-right: 20px;
  white-space: nowrap;
}
.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 {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}
.gf-menu-vertical a:hover,
.gf-menu-vertical a:focus,
.gf-menu-vertical a:active {
  text-decoration: none;
  color: #dd3333;
}
.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: '\f0d7';
}
/**
* 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 !important;
  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: #dd3333;
}
.mobile-navigation-wrapper .search-form .search-submit {
  top: 50%;
  right: 20px;
  height: 40px;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border-color: transparent;
  color: #999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.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: #dd3333;
}
.mobile-navigation-wrapper .mobile-menu a:hover,
.mobile-navigation-wrapper .mobile-menu a:focus,
.mobile-navigation-wrapper .mobile-menu a:active {
  color: #dd3333;
}
.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: 'Lato';
  font-size: 15px;
  font-weight: 700;
  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: #dd3333;
}
.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;
}
.gf-menu-icon {
  cursor: pointer;
  display: inline-block;
  height: 45px;
  position: relative;
  vertical-align: middle;
  width: 45px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #333333;
}
.gf-menu-icon > span {
  display: block;
  height: 1px;
  left: 50%;
  width: 20px;
  margin: auto;
  position: absolute;
  top: 50%;
  margin-left: -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;
  background-color: #ffffff;
}
.gf-menu-icon > span:after,
.gf-menu-icon > span:before {
  content: '';
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
}
.gf-menu-icon > span:before {
  top: -10px;
}
.gf-menu-icon > span:after {
  top: 11px;
  right: 10px;
}
.gf-menu-icon:hover > span:after {
  right: 0;
}
.gf-menu-icon.hide {
  opacity: 0;
}
.gf-menu-icon:hover {
  background-color: #dd3333 !important;
}
.header-full-width .gf-menu-icon {
  width: 65px;
  height: 65px;
}
.header-full-width .gf-menu-icon > span {
  width: 30px;
  margin-left: -15px;
}
#popup-canvas-menu {
  display: block;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.9);
}
#popup-canvas-menu.show {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#popup-canvas-menu .gf-menu-icon {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 120px;
  top: 120px;
  z-index: 2;
}
#popup-canvas-menu .gf-menu-icon > span {
  width: 30px;
  background-color: transparent;
  margin-left: -15px;
}
#popup-canvas-menu .gf-menu-icon > span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
#popup-canvas-menu .gf-menu-icon > span:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  top: 0;
}
#popup-canvas-menu .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
}
#popup-canvas-menu .modal-content {
  background-color: transparent;
  border: none;
  text-align: center;
  position: relative;
  padding: 100px;
  height: 100%;
}
#popup-canvas-menu .primary-menu {
  position: absolute;
  max-height: 100%;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#popup-canvas-menu #main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333333;
}
#popup-canvas-menu #main-menu a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#popup-canvas-menu #main-menu a:hover,
#popup-canvas-menu #main-menu a:focus,
#popup-canvas-menu #main-menu a:active {
  text-decoration: none;
  color: #dd3333;
}
#popup-canvas-menu #main-menu .sub-menu li {
  display: inline-block;
  color: #7d7d7d;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
}
#popup-canvas-menu #main-menu .sub-menu li.current-menu-ancestor > a,
#popup-canvas-menu #main-menu .sub-menu li.current-menu-parent > a,
#popup-canvas-menu #main-menu .sub-menu li.current-menu-item > a,
#popup-canvas-menu #main-menu .sub-menu li.menu-current > a {
  color: #333333;
}
#popup-canvas-menu #main-menu .sub-menu li + li {
  margin-left: 32px;
}
#popup-canvas-menu #main-menu > .menu-item > a {
  font-weight: 700;
  font-size: 30px;
  line-height: 72px;
}
ul.header-customize {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-flow: row;
}
ul.header-customize ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.customize-search > a {
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  line-height: 1;
}
.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: 45px;
  width: 185px;
  padding: 10px 20px;
  border: 1px solid;
  cursor: pointer;
  white-space: nowrap;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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;
  display: none;
}
.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: #dd3333;
}
.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: 45px;
  line-height: 45px;
  border: 1px solid !important;
  border-left-width: 0 !important;
  background-color: transparent;
  font-size: 15px;
  width: 315px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.customize-product-search-ajax .search-ajax-wrap .search-popup-form .search-popup-button {
  height: 45px;
  width: 45px;
  background-color: transparent;
  font-size: 16px;
}
.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: #dd3333 !important;
  outline: none;
}
.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-nav {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
ul.header-customize-nav > li:first-child {
  padding-left: 15px;
}
ul.header-customize-nav > li + li {
  margin-left: 15px;
}
ul.header-customize-nav .customize-sidebar .widget + .widget {
  margin-left: 15px;
}
ul.header-customize-left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
ul.header-customize-left > li {
  margin-right: 15px;
}
ul.header-customize-left .customize-sidebar .widget + .widget {
  margin-left: 15px;
}
ul.header-customize-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
ul.header-customize-right > li {
  margin-left: 35px;
}
ul.header-customize-right .customize-sidebar .widget + .widget {
  margin-left: 35px;
}
ul.header-customize-mobile > li {
  margin-left: 10px;
}
.customize-sidebar {
  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;
}
.customize-sidebar .widget + .widget {
  margin-top: 0;
}
@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: 1200px) {
  header.mobile-header {
    display: none;
    height: 0;
  }
  header.main-header {
    position: relative;
    z-index: 999;
  }
  header.main-header .header-inner {
    position: relative;
    align-content: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  header.main-header.header-float {
    position: absolute;
    left: 0;
    right: 0;
  }
  header.main-header .no-menu,
  header.main-header .header-customize-empty {
    width: 50%;
  }
  header.main-header.header-2 .logo-header {
    padding-right: 40px;
  }
  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 .logo-header {
    padding-right: 40px;
  }
  header.main-header.header-3 .main-menu,
  header.main-header.header-3 .primary-menu-inner {
    -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 {
    width: 50%;
  }
  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: 15px;
    padding-right: 15px;
  }
  header.main-header.header-5 .logo-header,
  header.main-header.header-6 .logo-header {
    padding-right: 0;
    padding-left: 0;
  }
  header.main-header.header-5 .gf-menu-icon-wrap,
  header.main-header.header-6 .gf-menu-icon-wrap,
  header.main-header.header-5 .main-menu,
  header.main-header.header-6 .main-menu,
  header.main-header.header-5 .header-customize,
  header.main-header.header-6 .header-customize {
    width: 50%;
  }
  header.main-header.header-5 .header-customize,
  header.main-header.header-6 .header-customize {
    flex-shrink: inherit;
    -webkit-flex-shrink: inherit;
  }
  header.main-header.header-6 .main-menu {
    flex-grow: 0;
  }
  header.main-header.header-7 .main-menu {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  header.main-header.header-7 .logo-header {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
  header.main-header.header-7 .header-customize {
    width: 50%;
    flex-shrink: inherit;
    -webkit-flex-shrink: inherit;
  }
  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: 100000;
    left: 0;
  }
  header.main-header.header-vertical .header-above {
    display: table;
    width: 100%;
    text-align: center;
  }
  header.main-header.header-vertical .logo-header {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  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 {
    padding: 50px 20px 20px 20px;
    width: 100%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  header.main-header.header-vertical ul.header-customize > li {
    margin-bottom: 15px;
    margin-right: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    flex-grow: 1;
    width: 100%;
  }
  header.main-header.header-vertical ul.header-customize > li:first-child {
    padding-left: 0;
  }
  header.main-header.header-vertical ul.header-customize > li:last-child {
    margin-bottom: 0 !important;
  }
  body.header-left {
    padding-left: 300px;
  }
  body.header-right {
    padding-right: 300px;
  }
  body.header-right header.main-header.header-vertical {
    left: auto;
    right: 0;
  }
  body.framed,
  body.boxed,
  body.bordered {
    background-color: #eee;
  }
  body.framed #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: 60px;
  }
  body.bordered:before,
  body.bordered:after {
    content: '';
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999;
    background: inherit;
    height: 60px;
  }
  body.bordered:before {
    top: 0;
  }
  body.bordered:after {
    bottom: 0;
  }
  body.bordered.admin-bar:before {
    top: 32px;
  }
  body.bordered .back-to-top {
    bottom: 70px;
    right: 70px;
    -webkit-transform: translateX(160px);
    -moz-transform: translateX(160px);
    -ms-transform: translateX(160px);
    -o-transform: translateX(160px);
    transform: translateX(160px);
  }
  body.bordered .back-to-top.in {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.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 (min-width: 1200px) {
  .header-full-width > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .header-full-width .header-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/**
* Header Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 1199px) {
  header.main-header {
    display: none;
  }
  header.mobile-header {
    position: relative;
    z-index: 999;
    display: block;
  }
  header.mobile-header.header-1 .mobile-header-menu,
  header.mobile-header.header-1 .header-customize-mobile {
    width: 50%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
  }
  header.mobile-header.header-1 .header-customize-mobile {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.mobile-header.header-1 .mobile-logo-header {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  header.mobile-header.header-2 .mobile-header-menu {
    margin-left: 10px;
  }
  .mobile-header-search {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .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 (max-width: 479px) {
  header.mobile-header .header-customize-mobile .item-shopping-cart {
    margin-right: 17px;
  }
  header.mobile-header .header-customize-mobile .item-shopping-cart .subtotal-info-wrapper {
    display: none;
  }
}
/**
* Shopping Cart
* ----------------------------------------------------------------------------
*/
.shopping-cart-icon {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
}
.shopping-cart-icon .subtotal-info-wrapper a {
  padding-left: 28px;
}
.shopping-cart-icon > .icon {
  position: relative;
}
.shopping-cart-icon > .icon i {
  font-size: 15px;
}
.shopping-cart-icon > .icon span {
  position: absolute;
  margin: auto;
  top: -5px;
  left: 80%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  font-weight: 500;
  -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-list {
  padding-top: 30px;
  font-size: 16px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  width: 370px;
  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;
  -webkit-background-clip: content-box;
  -moz-background-clip: content-box;
  background-clip: content-box;
}
.shopping-cart-list .shopping-cart-list-inner {
  padding: 20px 20px 40px;
}
.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: 319px;
  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 .variation {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
  overflow: hidden;
}
.shopping-cart-list ul.product_list_widget li .variation dd,
.shopping-cart-list ul.product_list_widget li .variation dt {
  margin-bottom: 0;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 100px;
  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: 8px;
  padding-right: 20px;
  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;
}
.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: 2px;
  display: block;
  font-size: 15px;
}
.shopping-cart-list p.total {
  padding-top: 15px;
  border-top: 1px solid;
  margin-bottom: 17px;
}
.shopping-cart-list p.total strong {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
.shopping-cart-list p.total .amount {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
.shopping-cart-list span.amount {
  font-size: 16px;
  font-weight: 700;
  margin-top: 9px;
  display: block;
}
.shopping-cart-list p.buttons {
  text-align: center;
  padding-top: 27px;
  margin-bottom: 0;
}
.shopping-cart-list p.buttons .wc-forward {
  font-size: 13px;
  padding-left: 25px;
  padding-right: 25px;
}
.shopping-cart-list p.buttons a.wc-forward + a.wc-forward {
  margin-left: 26px;
}
.widget_shopping_cart_content {
  position: relative;
}
.widget_shopping_cart_content:hover .shopping-cart-list,
.item-shopping-cart.show-cart .shopping-cart-list {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
@media (max-width: 767px) {
  .shopping-cart-list {
    width: 300px;
  }
  .shopping-cart-list ul.product_list_widget {
    max-height: 267px;
  }
  .shopping-cart-list ul.product_list_widget li img {
    width: 70px;
  }
  .shopping-cart-list p.buttons .wc-forward {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customize-social-networks .gf-social-icon > li {
  margin-bottom: 0;
}
.customize-social-networks .gf-social-icon > li a {
  display: block;
}
.customize-search .search-form {
  width: 260px;
}
.customize-search .search-form .search-field {
  background-color: transparent !important;
  border: 1px solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 14px;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  -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-color: #dd3333 !important;
}
.customize-search .search-form .search-submit {
  right: 20px;
}
.customize-search .search-form .search-submit i {
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}
.customize-search .search-form .search-submit:hover {
  background-color: transparent;
}
.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: #dd3333;
}
@media screen and (min-width: 1200px) {
  .header-customize-separator {
    width: 1px;
    height: 18px;
  }
}
.header-customize-separator-light .heading-title:after,
.header-customize-separator-light .heading-title:before {
  background-color: #ffffff !important;
}
.header-customize-separator-light .heading-title + span {
  color: #ffffff !important;
}
.top-bar .wpb_content_element {
  margin-bottom: 0;
}
.top-bar .widget {
  display: inline-block;
}
.top-bar .widget + .widget {
  margin-top: 0;
  margin-left: 20px;
}
.header-7 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-01 > .menu-item:before,
.header-8 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-01 > .menu-item:before,
.header-7 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-05 > .menu-item:before,
.header-8 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-05 > .menu-item:before,
.header-7 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-07 > .menu-item:before,
.header-8 .header-above.gf-border-bottom + .primary-menu .main-menu.menu-space-tall.menu-active-07 > .menu-item:before {
  top: -1px;
  height: 1px;
}
/**
* 6.0 - Footer
* ----------------------------------------------------------------------------
*/
.main-footer-wrapper h4.widget-title {
  text-transform: capitalize;
}
.main-footer-wrapper .small-title h4.widget-title {
  font-size: 13px;
  font-family: 'Lato';
  font-weight: bold;
  text-transform: uppercase;
}
@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: 60px;
    margin-right: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  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
* ----------------------------------------------------------------------------
*/
.gf-blog-wrap .gf-blog-inner {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.entry-thumbnail-overlay {
  position: relative;
  display: block;
}
.entry-thumbnail-overlay:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.zoom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #fff;
  font-size: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.zoom-image i {
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.zoom-video {
  position: absolute;
  z-index: 2;
  display: block;
  font-size: 24px;
  width: 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 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;
}
.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: 35px;
}
.gf-author-info-wrap .gf-author-name {
  font-size: 24px;
  margin-bottom: 5px;
  font-style: italic;
  color: #363636;
}
.gf-author-info-wrap .gf-author-description {
  margin-bottom: 0;
  font-style: italic;
}
.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: 140px;
}
.gf-comments-area .comment-list li.pingback + li.pingback,
.gf-comments-area .comment-list li.pingback + li.comment,
.gf-comments-area .comment-list li.comment + li.pingback,
.gf-comments-area .comment-list li.comment + li.comment {
  padding-top: 30px;
}
.gf-comments-area .comment-list .children {
  list-style: none;
  margin-top: 35px;
  position: relative;
  padding-top: 30px;
}
.gf-comments-area .comment-list .children li .comment-body {
  padding-left: 75px;
}
.gf-comments-area .comment-list .children li ol > li .comment-body {
  padding-left: 150px;
}
.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 {
    float: left;
    width: 50%;
  }
  .gf-comments-area .comment-respond .comment-form-author {
    padding-right: 15px;
  }
  .gf-comments-area .comment-respond .comment-form-email {
    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: 55px;
  font-size: 0;
}
ul.nav-tabs.gf-cate-filter li {
  float: none;
  display: inline-block;
}
ul.nav-tabs.gf-cate-filter li a {
  font-size: 18px;
  color: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
  margin-right: 0;
  position: relative;
}
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: #dd3333;
}
ul.nav-tabs.gf-cate-filter li a:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #dd3333;
  height: 3px;
  left: 50%;
  right: 50%;
  bottom: -13px;
  -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.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 {
  background-color: transparent;
  color: #333333;
}
ul.nav-tabs.gf-cate-filter li.active > a:after,
ul.nav-tabs.gf-cate-filter li.active > a:hover:after,
ul.nav-tabs.gf-cate-filter li a:hover:after,
ul.nav-tabs.gf-cate-filter li a:focus:after {
  left: -10px;
  right: -10px;
}
ul.nav-tabs.gf-cate-filter li + li {
  margin-left: 35px;
}
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;
  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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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;
  display: block;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu a:after {
  display: none;
}
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.active > a:hover,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:hover,
ul.nav-tabs.gf-cate-filter .dropdown-menu li a:focus {
  color: #dd3333;
}
ul.nav-tabs.gf-cate-filter .dropdown-menu li + li {
  margin-left: 0;
}
.cate-filter-left .gf-cate-filter {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.cate-filter-center .gf-cate-filter {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cate-filter-right .gf-cate-filter {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
div.cate-filter-mg-bottom-70 .gf-cate-filter {
  margin-bottom: 70px !important;
}
.gf-posts .layout-grid.post-skin-01 .owl-stage-outer,
.gf-posts .layout-grid.post-skin-02 .owl-stage-outer,
.gf-posts .layout-grid.post-skin-03 .owl-stage-outer {
  padding: 30px;
  margin: -30px;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.blog-pagination {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.blog-pagination .page-numbers {
  font-size: 18px;
  font-family: 'Lato';
  font-weight: 400;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  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;
  color: inherit;
}
.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers:focus,
.blog-pagination .page-numbers:active {
  text-decoration: none;
  color: #dd3333;
}
.blog-pagination .page-numbers.next {
  margin-left: 35px !important;
}
.blog-pagination .page-numbers.prev {
  margin-right: 18px;
}
.blog-pagination .page-numbers.next,
.blog-pagination .page-numbers.prev {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  font-size: 18px;
  width: auto;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-pagination .page-numbers.next i,
.blog-pagination .page-numbers.prev i {
  font-size: 12px;
}
.blog-pagination .page-numbers + .page-numbers {
  margin-left: 17px;
}
.comment-navigation {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.comment-navigation .page-numbers.next,
.comment-navigation .page-numbers.prev {
  margin: 0;
}
.comment-navigation .page-numbers.next i,
.comment-navigation .page-numbers.prev i {
  font-size: 18px;
}
.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;
}
@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-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-blog-masonry .entry-quote-content .block-center-inner {
  position: relative;
  transform: none;
}
/**
* Post title
 */
.gf-post-title {
  margin-top: 0;
}
/**
* Post Cat Meta
 */
.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: #dd3333;
}
/**
* Quote Block
 */
.entry-quote-thumbnail {
  position: relative;
  overflow: hidden;
}
.entry-quote-content .block-center-inner {
  position: absolute;
  padding: 0 30px;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.entry-quote-content .block-center-inner {
  text-align: left;
}
.entry-quote-content .gf-post-quote-content {
  position: relative;
  z-index: 2;
}
.entry-quote-content p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.45em;
}
.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
 */
.single-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;
}
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  background-color: #dd3333 !important;
}
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'].disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/**
* Layout Default
* ----------------------------------------------------------------------------
*/
.gf-post-meta-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  list-style: none;
}
.gf-post-meta-group > li + li:before {
  content: "|";
  margin: 0 20px;
  font-size: 15px;
  color: #e1e1e1;
}
.gf-post-meta-group .gf-post-comment {
  font-size: 12px;
  text-transform: uppercase;
}
.gf-post-meta-group .gf-post-comment a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gf-post-meta-group .gf-post-comment a:hover {
  text-decoration: none;
}
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: 700;
}
article.post-default .gf-post-meta {
  color: #dd3333;
  font-size: 14px;
  padding-left: 1px;
}
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: #dd3333;
}
article.post-default .gf-post-meta span {
  margin: 0 8px;
}
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 .gf-post-inner:hover .entry-thumb-wrap:before {
  opacity: 0;
}
article.post-default .gf-post-read-more a {
  padding: 0;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-default .gf-post-author-meta {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
article.post-default .entry-thumb-wrap:after {
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  right: 10px;
  top: 10px;
  pointer-events: none;
  width: 40px;
  height: 40px;
  border: 2px solid #dd3333;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 3;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-default .entry-thumb-format-audio:after {
  content: "\f001";
}
article.post-default .entry-thumb-format-quote:after {
  content: "\f10e";
}
article.post-default .entry-thumb-format-gallery:after {
  content: "\f03e";
}
article.post-default .entry-thumb-format-video:after {
  content: "\f04b";
}
article.post-default .entry-thumb-format-video .zoom-video {
  display: none;
}
article.post-default .entry-thumb-format-link:after {
  content: "\f127";
}
article.post-default [class*="entry-thumb-format-"]:not(.entry-thumb-format-):before {
  content: "";
}
/**
* 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:before {
  padding-bottom: 0;
}
.entry-thumb-format-audio .embed-responsive-blog-large iframe {
  height: auto;
  position: static;
}
.layout-large-image > article {
  padding-bottom: 50px;
}
article.post-large-image .gf-post-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
article.post-large-image .gf-post-meta > li {
  margin-right: 5px;
}
article.post-large-image .gf-post-meta li + li:before {
  content: "|";
  margin-right: 7px;
  color: #dd3333;
}
article.post-large-image .gf-post-meta .meta-cate {
  font-weight: 700;
}
article.post-large-image .entry-thumb-wrap {
  font-size: 0;
  margin-top: 32px;
}
article.post-large-image.sticky {
  padding-bottom: 75px;
}
article.post-large-image.sticky .gf-post-inner {
  padding: 30px;
}
article.post-large-image.sticky .gf-post-content {
  padding-bottom: 0;
}
article.post-large-image .entry-thumb-format- .entry-thumbnail {
  display: inline-block;
}
article.post-large-image .gf-post-title {
  font-size: 36px;
}
article.post-large-image .gf-post-excerpt {
  margin-bottom: 33px;
}
article.post-large-image .entry-thumb-wrap + .gf-post-content {
  padding-top: 30px;
}
article.post-large-image .gf-post-content {
  padding-bottom: 25px;
}
article.post-large-image .gf-post-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
article.post-large-image .gf-post-control .gf-post-share {
  white-space: nowrap;
  display: inline-block;
}
article.post-large-image .gf-post-control .gf-post-author {
  position: relative;
  font-style: italic;
}
article.post-large-image .gf-post-quote-content p {
  font-size: 18px;
}
article.post-large-image .gf-post-read-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
article.post-large-image .gf-post-read-more a:after {
  width: 95px;
  height: 1px;
  background-color: #333333;
  display: inline-block;
  margin-left: 15px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-large-image .gf-post-read-more a:hover:after {
  background-color: #dd3333;
}
.layout-zigzac + .blog-pagination,
.layout-list + .blog-pagination {
  margin-top: 80px;
}
article.post-zigzac .post-zigzag-arrow {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 99;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 25px solid transparent;
  transform: translateX(100%) translateY(-50%);
}
article.post-zigzac .gf-social-icon.gf-inline {
  padding-left: 0;
}
article.post-zigzac .entry-quote-content {
  height: 0;
}
article.post-zigzac .gf-post-meta-group {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
article.post-zigzac .block-center-inner {
  position: absolute;
  padding: 0 30px;
  top: 50%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
article.post-zigzac .gf-post-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
article.post-zigzac .gf-post-inner .gf-post-image {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  overflow: hidden;
}
article.post-zigzac .gf-post-inner .gf-post-content {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  text-align: center;
  position: relative;
}
article.post-zigzac:nth-child(2n+1) .post-zigzag-arrow {
  left: 0;
  right: auto;
  transform: translate(-100%, -50%) rotate(-180deg);
}
article.post-zigzac:nth-child(2n) .gf-post-image {
  order: 2;
}
article.post-zigzac:nth-child(2n) .gf-post-content {
  order: 1;
}
article.post-zigzac .gf-post-title {
  margin-bottom: 20px;
}
article.post-zigzac .gf-post-read-more {
  margin: 20px 0;
}
article.post-zigzac .gf-post-date {
  font-style: italic;
  line-height: 1;
  margin-bottom: 10px;
}
article.post-zigzac .gf-post-date a {
  color: #7d7d7d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-zigzac .gf-post-date a:hover {
  color: #dd3333;
  text-decoration: none;
}
article.post-zigzac .gf-post-category {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
}
article.post-zigzac .gf-post-category:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 80%;
  height: 1px;
  background-color: #dd3333;
  left: 50%;
  transform: translateX(-50%);
  max-width: 50px;
}
article.post-zigzac .gf-post-control .gf-post-read-more {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
article.post-zigzac .gf-post-control .gf-post-read-more a:after {
  width: 95px;
  height: 1px;
  display: inline-block;
  margin-left: 15px;
  content: "";
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: -3px;
}
article.post-zigzac .gf-post-excerpt {
  max-width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}
article.post-zigzac .gf-post-share {
  white-space: nowrap;
  display: inline-block;
}
article.post-zigzac .gf-post-author {
  font-style: italic;
}
article.post-list + article.post-list {
  margin-top: 30px;
}
article.post-list .gf-post-category {
  display: inline-block;
}
article.post-list .gf-post-category a {
  color: #7d7d7d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
article.post-list .gf-post-category a:hover,
article.post-list .gf-post-category a:active,
article.post-list .gf-post-category a:focus {
  color: #dd3333;
  text-decoration: none;
}
article.post-list .gf-post-category:before {
  content: "/";
  margin: 0 5px;
  color: #7d7d7d;
}
article.post-list .gf-post-inner {
  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;
}
article.post-list .gf-post-inner .gf-post-image {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  overflow: hidden;
}
article.post-list .gf-post-inner .gf-post-right {
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
article.post-list .gf-post-date {
  text-align: center;
  margin: 0 50px;
}
article.post-list .gf-post-date a span:first-child {
  font-family: 'Playfair Display';
  font-size: 48px;
  color: #dd3333 !important;
  line-height: 1em;
  display: block;
}
article.post-list .gf-post-date a span {
  text-transform: uppercase;
  font-size: 14px;
  color: #7d7d7d;
}
article.post-list .gf-post-content-wrap span {
  font-size: 12px;
}
article.post-list .gf-post-author,
article.post-list .gf-post-category {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #7d7d7d;
  text-transform: uppercase;
}
article.post-list .gf-post-author:hover,
article.post-list .gf-post-category:hover {
  color: #dd3333;
  text-decoration: none;
}
article.post-list .gf-post-read-more {
  margin-top: 20px;
}
article.post-list .gf-post-read-more a {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #dd3333;
  font-weight: 900;
}
article.post-list .gf-post-read-more a:hover {
  color: #333333;
}
article.post-list .gf-post-title {
  margin-top: 5px;
  margin-bottom: 15px;
}
article.post-list-no-img + article.post-list-no-img {
  margin-top: 40px;
}
article.post-list-no-img .gf-post-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
article.post-list-no-img .gf-post-title {
  font-size: 20px;
  margin-bottom: 5px;
}
article.post-list-no-img .gf-post-date {
  text-align: center;
  min-width: 80px;
  max-width: 80px;
  margin-right: 50px;
}
article.post-list-no-img .gf-post-date a span:first-child {
  font-family: 'Playfair Display';
  font-size: 48px;
  color: #dd3333 !important;
  line-height: 24px;
  display: block;
  margin-bottom: 20px;
}
article.post-list-no-img .gf-post-date a span {
  text-transform: uppercase;
  font-size: 14px;
  color: #7d7d7d;
}
article.post-list-no-img .gf-post-content-wrap span {
  font-size: 12px;
  text-align: left;
}
article.post-list-no-img .gf-post-category:before {
  content: "/";
  margin: 0 5px;
}
article.post-list-no-img .gf-post-author,
article.post-list-no-img .gf-post-category {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #7d7d7d;
  text-transform: uppercase;
}
article.post-list-no-img .gf-post-author a,
article.post-list-no-img .gf-post-category a {
  color: #7d7d7d;
}
article.post-list-no-img .gf-post-author a:hover,
article.post-list-no-img .gf-post-category a:hover {
  color: #dd3333;
  text-decoration: none;
}
article.post-list-no-img .gf-post-author:hover,
article.post-list-no-img .gf-post-category:hover {
  color: #dd3333;
  text-decoration: none;
}
@media (max-width: 1199px) {
  article.post-zigzac .gf-post-date p {
    margin: 0;
  }
  article.post-zigzac .gf-post-excerpt {
    margin-top: 0;
  }
  article.post-zigzac .gf-post-read-more {
    margin: 0;
  }
  article.post-zigzac .gf-post-excerpt {
    max-width: 95%;
  }
  article.post-list .gf-post-date {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  article.post-zigzac .gf-post-inner .gf-post-image {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-zigzac .gf-post-inner .gf-post-content {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-zigzac:nth-child(2n) .gf-post-image {
    order: 1;
  }
  article.post-zigzac:nth-child(2n) .gf-post-content {
    order: 2;
  }
  article.post-zigzac .gf-post-content {
    margin: 30px 0;
  }
  article.post-zigzac .gf-post-read-more {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  article.post-list .gf-post-inner .gf-post-image {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-list .gf-post-inner .gf-post-right {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-list .gf-post-right {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  article.post-zigzac .gf-post-author {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-zigzac .gf-post-author:before,
  article.post-zigzac .gf-post-author:after {
    display: none;
  }
}
/**
* 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: 15px 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;
}
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-meta {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
article.post-medium-image .gf-post-meta .meta-date {
  color: #a1a1a1;
}
article.post-medium-image .gf-post-meta .meta-cate {
  font-weight: 700;
}
article.post-medium-image .gf-post-meta > li {
  margin-right: 5px;
}
article.post-medium-image .gf-post-meta li + li:before {
  content: "|";
  margin-right: 7px;
  color: #dd3333;
}
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;
  }
}
.single-format-audio .embed-responsive-16by9::before {
  padding-top: 0;
}
/**
* Layout Grid, Masonry
* ----------------------------------------------------------------------------
*/
article.post-grid .block-center-inner {
  padding: 30px;
}
article.post-grid .gf-post-title {
  margin-top: 10px;
}
article.post-grid .gf-post-excerpt {
  margin-bottom: 25px;
}
article.post-grid .entry-quote-bg + .entry-quote-content {
  padding: 0;
}
article.post-grid .entry-thumb-format-quote + .gf-post-content {
  border-top: none;
  padding-top: 0;
}
article.post-grid .gf-post-meta {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #dd3333;
  list-style: none;
}
article.post-grid .gf-post-meta li {
  display: inline-block;
  margin-right: 5px;
}
article.post-grid .gf-post-meta > li + li:before {
  content: "|";
  margin-right: 7px;
  font-size: 12px;
  color: #dd3333;
}
article.post-grid .gsf-post-read-more a {
  color: #dd3333 !important;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: inherit;
  font-weight: 400;
}
article.post-grid .gsf-post-read-more a i {
  margin-left: 20px;
}
article.post-grid .gf-post-author-img {
  display: inline-block;
}
article.post-grid .gf-post-author-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 40px;
}
article.post-grid .gf-post-author-meta > a {
  font-style: italic;
  margin-left: 20px;
}
article.post-grid.post-skin-01 .gf-post-inner {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 30px 30px 40px 30px;
  background-color: #ffffff;
}
article.post-grid.post-skin-01:hover .gf-post-inner {
  box-shadow: 5px 10px 29.86px 3.14px rgba(192, 205, 211, 0.56);
  background-color: #ffffff;
}
article.post-grid.post-skin-01 .gf-post-author-meta {
  margin-bottom: 40px;
}
article.post-grid.post-skin-01 .gf-post-author-meta > a {
  margin-left: 15px;
}
article.post-grid.post-skin-02 .gf-post-meta {
  margin-top: 25px;
}
article.post-grid.post-skin-02 .gf-post-author-meta > a {
  margin-left: 15px;
  letter-spacing: 0;
}
article.post-grid.post-skin-02.sticky .gf-post-content {
  padding: 0 30px 30px 30px;
}
article.post-grid.post-skin-03 .gf-post-inner {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 35px;
  overflow: hidden;
  background-color: #fbfbfb;
}
article.post-grid.post-skin-03 .gf-post-content {
  padding: 30px 30px 0 30px;
}
article.post-grid.post-skin-04 .gf-post-inner {
  padding: 0;
}
article.post-grid.post-skin-04 .entry-thumb-wrap + .gf-post-content {
  position: absolute;
  bottom: 10px;
  z-index: 3;
  left: 10px;
  right: 10px;
}
article.post-grid.post-skin-04 .gf-post-content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px 20px 10px;
}
article.post-grid.post-skin-04 .gf-post-title {
  color: #fff !important;
}
article.post-grid.post-skin-04 .gf-post-inner:hover .gsf-post-read-more,
article.post-grid.post-skin-04 .gf-post-inner:hover .entry-thumbnail-overlay:after {
  opacity: 1;
}
article.post-grid.post-skin-04 .gf-post-inner:hover .entry-thumbnail-overlay:after {
  background-color: rgba(0, 0, 0, 0.7);
}
article.post-grid.post-skin-04 .gf-post-inner:hover .entry-thumb-wrap + .gf-post-content {
  bottom: 30px;
  background-color: transparent !important;
}
article.post-grid.post-skin-04 .gf-post-meta {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  background-color: #dd3333;
  color: #ffffff;
  letter-spacing: inherit;
  text-transform: inherit;
  padding: 4px 10px;
}
article.post-grid.post-skin-04 .gf-post-meta .meta-date {
  text-transform: uppercase;
}
article.post-grid.post-skin-04 .gf-post-meta > li + li:before {
  color: #fff;
  margin: 0 5px 0 2px;
  font-size: 14px;
}
article.post-grid.post-skin-04 .gf-post-meta a {
  color: #ffffff;
}
article.post-grid.post-skin-04 .gf-post-meta a:hover {
  color: #fff !important;
}
article.post-grid.post-skin-04 .gsf-post-read-more {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
article.post-grid.post-skin-04 .gsf-post-read-more a {
  color: #fff !important;
}
article.post-grid.post-skin-04 .gsf-post-read-more a i {
  color: #fff !important;
  margin-left: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
article.post-grid.post-skin-04 .gsf-post-read-more a:hover i {
  margin-left: 15px;
}
article.post-grid.post-skin-04 .gf-post-excerpt {
  margin-bottom: 15px;
}
article.post-grid.post-skin-04.sticky .gf-post-content {
  background-color: rgba(0, 0, 0, 0.6);
}
article.post-grid.post-skin-05 .gf-post-inner {
  padding: 0;
}
article.post-grid.post-skin-05 .gf-post-content {
  padding: 30px;
}
article.post-grid.post-skin-05 .gf-post-title {
  margin-bottom: 10px;
}
article.post-grid.post-skin-05 .gf-post-author-meta > a {
  letter-spacing: inherit;
  margin-left: 0;
}
article.post-grid.post-skin-06 .gf-post-author-meta > a {
  letter-spacing: inherit;
  margin-left: 0;
}
article.post-grid.post-skin-06 .gf-post-meta {
  margin-top: 25px;
}
article.post-grid.post-skin-06 .gf-post-category a {
  color: #dd3333;
}
article.post-grid.post-skin-06 .gf-post-excerpt {
  margin-bottom: 5px;
}
article.post-grid.post-skin-06.sticky .gf-post-content {
  padding: 0 15px 15px 15px;
}
article.post-grid.post-skin-07 .gf-post-meta {
  margin-top: 25px;
  font-family: 'Playfair Display';
  text-transform: capitalize;
  font-style: italic;
  letter-spacing: inherit;
  font-size: 14px;
}
article.post-grid.post-skin-07 .gf-post-excerpt {
  margin-bottom: 15px;
}
article.post-grid.post-skin-07.sticky .gf-post-content {
  padding: 0 15px;
}
article.post-grid.post-skin-07 .gsf-post-read-more a i {
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
article.post-grid.post-skin-07 .gsf-post-read-more a:hover i {
  margin-left: 20px;
}
/**
* Single
* ----------------------------------------------------------------------------
*/
article.post-single {
  margin-bottom: 40px;
}
article.post-single .gf-entry-meta-top {
  font-size: 12px;
  margin-bottom: 5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 15px;
  line-height: 24px;
}
article.post-single .gf-entry-meta-top > li + li:before {
  content: "|";
  margin-right: 10px;
}
article.post-single .entry-thumbnail {
  display: inline-block;
}
article.post-single .gf-post-cat-meta {
  font-weight: 700;
}
article.post-single .gf-post-title {
  margin-bottom: 17px;
  font-size: 36px;
  font-weight: 600;
}
article.post-single .gf-post-meta {
  font-size: 12px;
}
article.post-single .gf-post-meta > li {
  display: inline-block;
  margin-right: 15px;
}
article.post-single .entry-quote-content {
  padding: 30px;
}
article.post-single.format-quote .gf-entry-content {
  text-align: center;
  padding: 30px;
  background-color: #f7f7f7;
}
.entry-thumb-wrap.entry-thumb-single {
  margin-bottom: 30px;
}
.single-post-layout-4 .entry-thumbnail {
  margin-bottom: 20px;
}
.single-post-layout-5 .gf-entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.2em;
}
.single-post-layout-5 .gf-entry-meta .meta-cate {
  font-weight: 700;
}
.single-post-layout-5 .gf-entry-meta > li + li:before {
  content: "|";
  margin-right: 10px;
  color: #dd3333;
}
.single-post-layout-5 .entry-thumbnail > .zoom-image {
  display: none;
}
.single-post-layout-5 .entry-thumbnail-overlay:after {
  opacity: 1;
}
.single-post-layout-5 .gf-single-post-image {
  position: relative;
}
.single-post-layout-5 ul.gf-breadcrumbs {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding-top: 120px;
}
.single-post-layout-5 ul.gf-breadcrumbs li {
  font-weight: 400;
  color: #fff;
}
.single-post-layout-5 .gf-single-post-image .placeholder-image {
  background-color: #363636;
  height: 800px;
}
.single-post-layout-5 .gf-entry-meta-top {
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  z-index: 5;
  bottom: 0;
  padding-bottom: 140px;
}
.single-post-layout-5 .gf-entry-meta-top .gf-post-title {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.single-post-layout-5 .gf-comments-area > .comments-list > .gf-heading-title,
.single-post-layout-5 .comment-respond .gf-heading-title {
  text-align: center;
}
.single-post-layout-5.single-format-audio iframe {
  height: 720px;
}
.gf-post-single-inline {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  padding-bottom: 55px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gf-post-single-inline .gf-post-share {
  white-space: nowrap;
}
.gf-post-single-inline .gf-post-meta-tag,
.gf-post-single-inline .gf-post-meta-group {
  margin-bottom: 10px;
}
.gf-post-meta-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.gf-post-meta-tag span {
  font-size: 12px;
  margin-right: 20px;
  text-transform: uppercase;
}
.tagcloud {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.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: 16px;
  font-weight: 400;
  padding: 5px 20px;
  letter-spacing: 0.05em;
  background-color: #f6f7fb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px 0;
  color: inherit;
}
.tagcloud > a:hover,
.tagcloud > a:focus,
.tagcloud > a:active {
  text-decoration: none;
  color: #dd3333;
}
.tagcloud > a:hover {
  border: none;
}
.tagcloud a + a {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  .gf-post-single-inline {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  body.single-post-layout-5 .gf-entry-meta-top {
    padding: 0 15px 50px 15px;
    width: 100%;
  }
  body.single-post-layout-5 ul.gf-breadcrumbs {
    padding-top: 40px;
  }
  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: 450px;
  }
}
@media (max-width: 767px) {
  .gf-post-meta-tag {
    display: block;
    text-align: center;
  }
  .gf-post-meta-tag .tagcloud {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .gf-post-meta-tag a {
    margin-top: 10px;
  }
  article.post-zigzac .gf-post-control .gf-post-read-more a:after {
    content: none;
  }
  .gf-post-meta-group {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    margin-top: 20px;
  }
  article.post-large-image .gf-post-control {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
  }
  article.post-large-image .gf-post-control .gf-post-author {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    text-align: center;
    margin: 0;
  }
  article.post-large-image .gf-post-control .gf-post-author:before,
  article.post-large-image .gf-post-control .gf-post-author:after {
    display: none;
  }
  article.post-large-image .gf-post-control .gf-post-read-more {
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  article.post-large-image .gf-post-control .gf-post-read-more a:after {
    content: none;
  }
  body.single-post-layout-5 .gf-entry-meta-top .gf-post-title {
    font-size: 45px;
  }
  article.post-list .gf-post-date {
    margin: 0 10px;
  }
  article.post-grid.post-skin-03 .entry-thumbnail-overlay:after,
  article.post-grid.post-skin-03 .gsf-post-read-more {
    opacity: 1;
  }
  article.post-grid.post-skin-03 .gf-post-content {
    bottom: 5px;
  }
  article.post-grid.post-skin-03 .gf-post-inner:hover .gf-post-content {
    bottom: 5px;
  }
}
@media (max-width: 575px) {
  .gf-post-meta-group > li + li {
    margin-left: 15px;
  }
  .gf-post-meta-group > li + li:before {
    content: none;
  }
  .gf-comments-area .comment-list .children li .comment-body {
    padding-left: 0;
  }
  .gf-comments-area .comment-list .children li ol > li .comment-body {
    padding-left: 0;
  }
  .gf-author-info-wrap img {
    width: 100px !important;
  }
  article.post-list-no-img .gf-post-inner {
    display: block;
  }
  article.post-list-no-img .gf-post-date {
    text-align: left;
    margin-bottom: 15px;
  }
}
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 #ebebeb;
}
.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: 60px;
  overflow: auto;
  padding-bottom: 27px;
}
.gf-author-info-wrap img {
  width: 155px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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-single-related-wrap .gf-heading-title {
  font-family: 'Playfair Display';
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.gf-comments-area .comment-list > li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}
.gf-comments-area .comment-list > li:not(:last-child) .children {
  border-top: 1px solid #ebebeb;
}
.gf-comments-area .comment-list > li:not(:last-child) .children li > ol > li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 35px;
}
.gf-comments-area .comment-list li.pingback img,
.gf-comments-area .comment-list li.comment img {
  width: 75px;
}
.gf-comments-area .comment-list li.pingback .author-name,
.gf-comments-area .comment-list li.comment .author-name {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 0;
}
.gf-comments-area .comment-list li.pingback + li.comment,
.gf-comments-area .comment-list li.comment + li.comment {
  padding-top: 30px;
}
.gf-comments-area .comment-list li.pingback ul.comment-top,
.gf-comments-area .comment-list li.comment ul.comment-top {
  margin-bottom: 15px;
}
.gf-comments-area .comment-list li.pingback ul.comment-top > li,
.gf-comments-area .comment-list li.comment ul.comment-top > li {
  margin-right: 30px;
}
.gf-comments-area .comment-list li.pingback .comment-meta-date,
.gf-comments-area .comment-list li.comment .comment-meta-date {
  font-size: 14px;
  font-family: 'Playfair Display';
  font-style: italic;
}
.gf-comments-area .comment-list li.pingback .comment-meta-date i,
.gf-comments-area .comment-list li.comment .comment-meta-date i {
  margin-right: 5px;
}
.gf-comments-area .comment-list li.pingback .gf-entry-content,
.gf-comments-area .comment-list li.comment .gf-entry-content {
  margin-bottom: 7px;
}
.gf-comments-area .comment-list li.pingback .comment-meta,
.gf-comments-area .comment-list li.comment .comment-meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  color: #dd3333;
  font-size: 13px;
  font-weight: 400;
}
.gf-comments-area .comment-list li.pingback .comment-meta a,
.gf-comments-area .comment-list li.comment .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 li.pingback .comment-meta a:hover,
.gf-comments-area .comment-list li.comment .comment-meta a:hover,
.gf-comments-area .comment-list li.pingback .comment-meta a:focus,
.gf-comments-area .comment-list li.comment .comment-meta a:focus,
.gf-comments-area .comment-list li.pingback .comment-meta a:active,
.gf-comments-area .comment-list li.comment .comment-meta a:active {
  text-decoration: none;
  color: #dd3333;
}
.gf-comments-area .comment-list li.pingback .comment-meta a:hover,
.gf-comments-area .comment-list li.comment .comment-meta a:hover {
  color: #333333;
}
.gf-comments-area .comment-list li.pingback .comment-meta i,
.gf-comments-area .comment-list li.comment .comment-meta i {
  margin-left: 15px;
}
.gf-comments-area .comment-list li.pingback .comment-meta a + a,
.gf-comments-area .comment-list li.comment .comment-meta a + a {
  margin-left: 10px;
}
.gf-comments-area .comment-list li.pingback .comment-meta .reply-form,
.gf-comments-area .comment-list li.comment .comment-meta .reply-form {
  text-transform: uppercase;
}
.gf-comments-area .comments-list .gf-heading-title,
.gf-comments-area .comment-respond .gf-heading-title {
  font-size: 30px;
  font-family: 'Playfair Display';
  font-weight: 600;
}
.gf-comments-area .comments-list .gf-heading-title a,
.gf-comments-area .comment-respond .gf-heading-title 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;
}
.gf-comments-area .comments-list .gf-heading-title a:hover,
.gf-comments-area .comment-respond .gf-heading-title a:hover,
.gf-comments-area .comments-list .gf-heading-title a:focus,
.gf-comments-area .comment-respond .gf-heading-title a:focus,
.gf-comments-area .comments-list .gf-heading-title a:active,
.gf-comments-area .comment-respond .gf-heading-title a:active {
  text-decoration: none;
  color: #dd3333;
}
.gf-comments-area .comment-respond p {
  margin-bottom: 30px;
}
.gf-comments-area .comment-respond p.form-submit {
  width: 160px;
}
.gf-comments-area .comment-respond p.comment-form-comment textarea,
.gf-comments-area .comment-respond p.comment-form-author input,
.gf-comments-area .comment-respond p.comment-form-email input {
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
}
.gf-comments-area .comment-respond p.comment-form-comment textarea:focus,
.gf-comments-area .comment-respond p.comment-form-author input:focus,
.gf-comments-area .comment-respond p.comment-form-email input:focus {
  border-color: #dd3333;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -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-left: 0;
  padding-right: 0;
}
.gf-comments-area .comment-respond textarea {
  height: 140px;
}
#gsf-reading-process {
  display: block;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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
* ----------------------------------------------------------------------------
*/
/**
* 9.0 - Shortcode
* ----------------------------------------------------------------------------
*/
.owl-carousel > .owl-nav [class*='owl-'] {
  border: none;
  color: #333333;
}
.owl-carousel .owl-nav .disabled {
  color: #959595;
}
.img-absolute {
  position: absolute;
}
@media screen and (max-width: 1199px) {
  .img-absolute {
    position: relative;
  }
}
.nav-center > .owl-nav {
  margin-top: 0;
}
.nav-center > .owl-nav > .owl-next,
.nav-center > .owl-nav > .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
}
.nav-center > .owl-nav > .owl-next {
  right: 10px;
}
.nav-center > .owl-nav > .owl-prev {
  left: 10px;
}
.nav-center:hover > .owl-nav > .owl-next,
.nav-center:hover > .owl-nav > .owl-prev {
  opacity: 1;
}
.nav-top-right {
  padding-top: 10px;
}
.nav-top-right > .owl-nav {
  position: absolute;
  top: -50px;
  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-style-02 .owl-nav [class*='owl-'] {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #b7b7b7;
  background-color: #fbfbfb !important;
}
.nav-style-02 > .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #dd3333 !important;
  box-shadow: 8px 13px 30.6752px 1.3248px rgba(192, 205, 211, 0.56);
  text-shadow: 8px 13px 30.6752px rgba(192, 205, 211, 0.56);
}
.nav-style-03 > .owl-nav [class*='owl-'] {
  color: #7d7d7d;
}
.nav-style-03 > .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #333333;
}
.nav-style-03.nav-top-right > .owl-nav [class*='owl-'] {
  width: auto;
}
.nav-style-04 .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  color: #fff;
  background-color: #252525 !important;
}
.nav-style-04 > .owl-nav [class*='owl-']:not(.disabled):hover {
  color: #dd3333 !important;
}
.dots-style-01.owl-carousel .owl-dot.active span,
.dots-style-01.owl-carousel .owl-dot:hover span {
  background-color: #333333;
}
.dots-style-01.owl-carousel > .owl-dots .owl-dot:before {
  border: 1px solid #333333;
}
.dots-style-02.owl-carousel .owl-dot.active span,
.dots-style-02.owl-carousel .owl-dot:hover span {
  background-color: #dd3333 !important;
}
.dots-style-02.owl-carousel > .owl-dots .owl-dot:before {
  border: 1px solid #dd3333 !important;
}
.dots-style-03.owl-carousel .owl-dot.active span,
.dots-style-03.owl-carousel .owl-dot:hover span {
  background-color: #333333;
}
.dots-style-03.owl-carousel > .owl-dots .owl-dot:before {
  opacity: 0;
}
.dots-style-04.owl-carousel .owl-dot.active span,
.dots-style-04.owl-carousel .owl-dot:hover span {
  background-color: #dd3333 !important;
}
.dots-style-04.owl-carousel > .owl-dots .owl-dot:before {
  opacity: 0;
}
.dots-style-05.owl-carousel > .owl-dots .owl-dot {
  width: auto;
  height: auto;
}
.dots-style-05.owl-carousel > .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}
.dots-style-05.owl-carousel .owl-dot.active span,
.dots-style-05.owl-carousel .owl-dot:hover span {
  opacity: 0;
  background-color: transparent;
}
.dots-style-05.owl-carousel > .owl-dots .owl-dot:before {
  border: 2px solid #333333;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.dots-style-01.owl-carousel > .owl-dots .owl-dot,
.dots-style-02.owl-carousel > .owl-dots .owl-dot {
  width: 21px;
  height: 21px;
}
.dots-style-01.owl-carousel > .owl-dots .owl-dot span,
.dots-style-02.owl-carousel > .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 8px;
}
.dots-style-06.owl-carousel > .owl-dots .owl-dot {
  width: auto;
  height: auto;
}
.dots-style-06.owl-carousel > .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
}
.dots-style-06.owl-carousel .owl-dot.active span,
.dots-style-06.owl-carousel .owl-dot:hover span {
  opacity: 0;
  background-color: transparent;
}
.dots-style-06.owl-carousel > .owl-dots .owl-dot:before {
  border: 2px solid #dd3333 !important;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}
.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;
  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: 65px;
}
.vc_progress_bar .vc_general.vc_single_bar {
  background-color: #f4f4f4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 8px;
  -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-family: 'Lato';
  font-size: 16px;
  font-weight: 400;
  color: #464646 !important;
  top: -40px;
}
.gsf-contact-form.contact-form-boxshadow {
  background-color: #ffffff;
  padding: 30px 70px 25px 70px;
  box-shadow: 10px 16px 70.47px 16.53px rgba(164, 175, 180, 0.29);
  z-index: 3;
}
.gsf-contact-form form.wpcf7-form div input,
.gsf-contact-form form.wpcf7-form div textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gsf-contact-form form.wpcf7-form div input:not([type="submit"]),
.gsf-contact-form form.wpcf7-form div textarea {
  width: 100% !important;
  height: 40px;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0 10px;
  border: none;
  border-bottom: 1px solid;
  background-color: transparent !important;
}
.gsf-contact-form form.wpcf7-form div input:not([type="submit"]):focus,
.gsf-contact-form form.wpcf7-form div textarea:focus {
  border-bottom-color: #dd3333 !important;
}
.gsf-contact-form form.wpcf7-form div textarea {
  height: 140px;
  width: 100%;
  max-width: 100%;
}
.gsf-contact-form form.wpcf7-form div img {
  display: none;
}
.gsf-contact-form form.wpcf7-form div span.wpcf7-not-valid-tip {
  color: #dd3333;
  font-size: 1em;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-35%);
  -moz-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  -o-transform: translateY(-35%);
  transform: translateY(-35%);
}
.gsf-contact-form form.wpcf7-form p:last-of-type {
  text-align: center;
}
@media (max-width: 767px) {
  .gsf-contact-form.contact-form-boxshadow {
    padding: 30px 20px 25px 20px;
  }
}
.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);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gsf-video-playlist .gsf-playlist-info {
  border-bottom: 1px solid #ebebeb;
}
.gsf-video-playlist .gsf-playlist-number {
  color: #7d7d7d;
}
.gf-heading .heading-sub-title {
  color: #dd3333;
}
.gf-heading.gf-heading-style-03 .heading-title:before {
  background-color: #dd3333;
}
.gf-heading.gf-heading-style-03 .heading-title:after {
  background-color: #dd3333;
}
.gf-heading.gf-heading-style-03 .heading-title + span {
  color: #dd3333;
}
.gf-product-category-list ul.product-categories li {
  color: #ffffff;
}
.gf-product-category-list ul.product-categories li a {
  color: inherit;
}
.gf-product-category-list ul.product-categories li a:hover,
.gf-product-category-list ul.product-categories li a:focus,
.gf-product-category-list ul.product-categories li a:active {
  text-decoration: none;
  color: #dd3333;
}
.gsf-products-horizontal .product-item-inner .product-list-actions .product-action-item .product_type_simple,
.gsf-products-horizontal .product-item-inner .product-list-actions .product-action-item .product_type_external,
.gsf-products-horizontal .product-item-inner .product-list-actions .product-action-item .product_type_variable,
.gsf-products-horizontal .product-item-inner .product-list-actions .product-action-item .product_type_grouped,
.gsf-products-horizontal .product-item-inner .product-list-actions .product-action-item .added_to_cart {
  border-color: #dd3333;
  background-color: #dd3333;
}
.gsf-mail-chimp {
  position: relative;
}
.gsf-mail-chimp p {
  position: relative;
  margin-bottom: 0;
}
.gsf-mail-chimp label {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.gsf-mail-chimp input:not([type="submit"]) {
  width: 100%;
  display: block;
  border: 1px solid;
  height: 44px;
  padding-right: 20px;
  font-size: 15px;
  font-style: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.gsf-mail-chimp input:not([type="submit"]):focus,
.gsf-mail-chimp input:not([type="submit"]):active {
  border-color: #dd3333 !important;
}
.gsf-mail-chimp input[type="submit"],
.gsf-mail-chimp button[type="submit"] {
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  color: #fff;
  padding: 11px 35px;
  background-color: #dd3333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gsf-mail-chimp input[type="submit"]:hover,
.gsf-mail-chimp button[type="submit"]:hover,
.gsf-mail-chimp input[type="submit"]:focus,
.gsf-mail-chimp button[type="submit"]:focus {
  cursor: pointer;
  outline: none;
}
.gsf-mail-chimp input[type="submit"] i,
.gsf-mail-chimp button[type="submit"] i {
  margin-left: 15px;
  display: inline-block;
}
.gsf-mail-chimp.mailchimp-style-01 input[type="submit"],
.gsf-mail-chimp.mailchimp-style-01 button[type="submit"] {
  margin-top: 40px;
}
.gsf-mail-chimp.mailchimp-style-02 input[type="submit"],
.gsf-mail-chimp.mailchimp-style-02 button[type="submit"] {
  position: absolute;
  right: 0;
  margin: 0;
  top: 0;
  padding: 9.5px 23px;
  border-color: transparent;
  background-color: transparent;
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gsf-mail-chimp.mailchimp-style-03 p {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  flex-grow: 1;
}
.gsf-mail-chimp.mailchimp-style-03 input {
  flex-grow: 1;
}
.gsf-mail-chimp.mailchimp-style-03 input:focus {
  border: 1px solid #dd3333;
}
.gsf-mail-chimp.mailchimp-style-03 input[type="submit"],
.gsf-mail-chimp.mailchimp-style-03 button[type="submit"] {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin: 0;
  margin-left: 15px;
}
.gsf-mail-chimp.mailchimp-style-04 input[type="submit"],
.gsf-mail-chimp.mailchimp-style-04 button[type="submit"] {
  width: 100%;
  color: #fff;
}
#gsf-popup-mailchimp-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
#gsf-popup-mailchimp-wrapper .modal-dialog {
  max-width: 770px;
  max-height: 100%;
  margin: 0 auto;
  padding-top: 32px;
  padding-bottom: 30px;
}
#gsf-popup-mailchimp-form {
  width: 100%;
  padding: 80px 60px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  -webkit-box-shadow: 5px 9px 46px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 5px 9px 46px rgba(51, 51, 51, 0.3);
  box-shadow: 5px 9px 46px rgba(51, 51, 51, 0.3);
}
#gsf-popup-mailchimp-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 16px;
  color: #333333;
  opacity: 1;
  text-shadow: none;
  cursor: pointer;
}
#gsf-popup-mailchimp-form .modal-header > * {
  width: 100%;
}
#gsf-popup-mailchimp-form .modal-header,
#gsf-popup-mailchimp-form .modal-footer {
  border: none;
  padding: 0;
}
#gsf-popup-mailchimp-form .modal-footer {
  padding-top: 103px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#gsf-popup-mailchimp-form .modal-footer label {
  margin-bottom: 0;
}
#gsf-popup-mailchimp-form .modal-footer input,
#gsf-popup-mailchimp-form .modal-footer label {
  cursor: pointer;
}
@media (max-width: 991px) {
  #gsf-popup-mailchimp-wrapper .modal-dialog {
    width: 600px;
  }
  #gsf-popup-mailchimp-form {
    width: 100%;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  #gsf-popup-mailchimp-wrapper .modal-dialog {
    width: 100%;
    padding: 0 15px;
  }
  #gsf-popup-mailchimp-form {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  #gsf-popup-mailchimp-form {
    padding: 50px 30px;
  }
  .gsf-mail-chimp.mailchimp-style-03 p {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gsf-mail-chimp.mailchimp-style-03 input {
    width: 100%;
  }
  .gsf-mail-chimp.mailchimp-style-03 input[type="submit"],
  .gsf-mail-chimp.mailchimp-style-03 button[type="submit"] {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .nav-center-outer .nav-center > .owl-nav > .owl-next {
    right: -130px;
    opacity: 1;
  }
  .nav-center-outer .nav-center > .owl-nav > .owl-prev {
    left: -130px;
  }
}
@media (max-width: 1440px) and (min-width: 992px) {
  footer .gsf-mail-chimp.mailchimp-style-02 button[type="submit"] {
    font-size: 0;
  }
  footer .gsf-mail-chimp.mailchimp-style-02 button[type="submit"] i {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .gsf-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .gsf-mail-chimp.mailchimp-style-02 button[type="submit"] {
    font-size: 0;
  }
  footer .gsf-mail-chimp.mailchimp-style-02 button[type="submit"] i {
    font-size: 13px;
  }
}
.gsf-countdown.custom-countdown .gsf-countdown-inner .countdown-section:first-child .countdown-value {
  font-family: 'Playfair Display' !important;
}
.gsf-product-deals .product-deal-countdown .countdown-period {
  font-family: 'Playfair Display';
}
.gsf-product-deals.style-01 .product-deals-title {
  font-family: 'Playfair Display';
}
.gsf-product-deals.style-02 .product-deals-title {
  font-family: 'Playfair Display';
}
.gsf-product-deals.style-02 .product-deal-countdown .countdown-amount {
  color: #dd3333 !important;
}
.gsf-product-deals.style-03 .product-deals-title {
  font-family: 'Playfair Display';
}
.gsf-product-deals.style-03 .product-cat {
  font-family: 'Playfair Display';
}
.gsf-product-deals.style-03 .price {
  color: #dd3333;
}
.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: #dd3333;
}
.gsf-countdown .countdown-section {
  font-family: 'Playfair Display';
}
.gsf-countdown .countdown-section .countdown-value {
  color: #dd3333;
}
.countdown-style-02 .countdown-section .countdown-value {
  font-family: 'Lato';
}
.gsf-counter .ct-content h4 {
  color: #dd3333;
}
.gsf-info-box:not(.icon-classic) .ib-shape-inner:before {
  border-color: #dd3333;
}
.gsf-our-team .ourteam-name {
  font-family: 'Playfair Display';
  color: #ffffff;
}
.gsf-our-team .ourteam-position {
  color: #dd3333;
}
.gsf-our-team .ourteam-socials a {
  color: #ffffff;
}
.gsf-our-team .ourteam-socials a:hover {
  color: #dd3333;
}
.gsf-process .process-item-inner:hover .process-index {
  color: #dd3333 !important;
}
.gsf-product-singular .additional-info {
  font-family: 'Playfair Display';
}
.gsf-product-singular .product-info .price {
  font-family: 'Playfair Display';
}
.gsf-products-index .product-index-wrap .index-item {
  font-family: 'Playfair Display';
}
.testimonials-style-01 .author-attr .author-name {
  color: #dd3333;
}
.testimonials-style-03 .author-attr .author-name {
  color: #dd3333;
}
.testimonials-style-03 .testimonials-avatar-slider .owl-item.active.center.current .tes-avatar-item:before {
  color: #dd3333;
  font-family: 'Playfair Display';
  background-color: #ffffff;
}
.custom-mailchimp.gsf-mail-chimp input:not([type="submit"]) {
  background-color: #ddfae2 !important;
  border-color: #ddfae2 !important;
}
.custom-mailchimp.gsf-mail-chimp [type="submit"] {
  background-color: #333333 !important;
}
.custom-mailchimp.gsf-mail-chimp [type="submit"]:hover,
.custom-mailchimp.gsf-mail-chimp [type="submit"]:focus,
.custom-mailchimp.gsf-mail-chimp [type="submit"]:active {
  background-color: #dd3333 !important;
}
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs {
  margin-bottom: 70px !important;
}
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li > a {
  text-transform: none;
  font-family: 'Playfair Display';
  font-size: 30px;
  font-weight: 900;
}
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li + li {
  margin-left: 75px;
}
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li.active > a,
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li > a:hover,
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li > a:active,
.custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li > a:focus {
  color: #333333;
}
@media (max-width: 991px) {
  .custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs {
    margin-bottom: 50px !important;
  }
  .custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li > a {
    font-size: 24px;
  }
  .custom-product-tabs.gsf-product_tabs .gsf-pretty-tabs > li + li {
    margin-left: 45px;
  }
}
/**
* 10.0 - Mixin
* ----------------------------------------------------------------------------
*/
/**
* Font
* ----------------------------------------------------------------------------
*/
.body-font {
  font-family: 'Lato';
}
.primary-font,
ul.search-popup-list .sa-post-meta,
ul.social-icon-square > li > a {
  font-family: 'Playfair Display';
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color,
ul.search-popup-list .sa-post-title:hover,
ul.search-popup-list .sa-post-title:focus,
.gf-404-wrap h2,
a,
.page-links > a:hover > span,
.page-links > a:focus > span,
.page-links > span,
.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,
.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,
.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,
#popup-canvas-menu #main-menu > li.current-menu-ancestor > a,
#popup-canvas-menu #main-menu > li.current-menu-parent > a,
#popup-canvas-menu #main-menu > li.current-menu-item > a,
#popup-canvas-menu #main-menu > li.menu-current > a,
.shopping-cart-list p.total .amount,
.shopping-cart-list span.amount,
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'],
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-'].disabled,
.gf-comments-area .comment-list li.pingback .comment-meta,
.gf-comments-area .comment-list li.comment .comment-meta,
.woocommerce-order-details table.order_details tfoot tr:last-of-type .amount,
.portfolio-item-skin-02 .portfolio-content .portfolio-cat {
  color: #dd3333;
}
.bg-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.gsf-dropcap-square::first-letter,
.gsf-dropcap-circle::first-letter,
.shopping-cart-icon > .icon span,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
#gsf-reading-process {
  background-color: #dd3333;
}
.border-accent-color,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover {
  border-color: #dd3333;
}
.foreground-accent-color,
.back-to-top:focus,
.back-to-top:hover,
.widget .tagcloud > a:hover,
.widget .tagcloud > a:focus,
.shopping-cart-icon > .icon span,
.zoom-video:focus,
.zoom-video:hover,
.gf-paging.next-prev > a:not(.disabled):hover,
.gf-paging.next-prev > a:not(.disabled):focus,
.single-format-gallery .owl-carousel.owl-theme > .owl-nav [class*='owl-']:not(.disabled):hover,
.product-flash {
  color: #ffffff;
}
.dark-color {
  color: #333;
}
.border-color,
.page-links span.page-links-title,
.page-links > a:hover > span,
.page-links > a:focus > span,
.page-links > span,
.gf-entry-content .wp-block-code,
.gf-entry-content pre {
  border-color: #ebebeb;
}
.heading-color,
h1,
h2,
h3,
h4,
h5,
h6,
.page-links span.page-links-title,
.gf-entry-content thead th,
.gf-entry-content .wp-block-code,
.gf-entry-content pre,
.widget-title,
.widget_archive .cat-caret:hover,
.widget_categories .cat-caret:hover,
.widget_nav_menu .cat-caret:hover,
.widget_pages .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_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .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_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.gf-paging.next-prev > a {
  color: #333333;
}
.disable-color,
.gf-entry-content address,
.gf-entry-content del,
.gf-entry-content .wp-caption-text,
.gf-entry-content figcaption,
.widget .tagcloud > a,
.copy-right,
.main-menu ul.sub-menu .menu-item,
.gf-paging.load-more a i,
.gsf-mail-chimp input:not([type="submit"]) {
  color: #959595;
}
/**
* 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;
}
.lh-1 {
  line-height: 1em;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-0 {
  font-size: 0 !important;
}
.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;
}
.text-normal {
  font-style: normal !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.ls-0 {
  letter-spacing: normal !important;
}
a:hover,
a:focus,
a:active {
  color: #dd3333;
}
.gsf-link {
  color: inherit;
}
.gsf-link:hover,
.gsf-link:focus,
.gsf-link:active {
  text-decoration: none;
  color: #dd3333;
}
.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;
}
.background-fixed {
  background-attachment: fixed !important;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 1199px) {
  .lg-pd-top-0 {
    padding-top: 0px !important;
  }
  .lg-pd-top-5 {
    padding-top: 5px !important;
  }
  .lg-pd-top-10 {
    padding-top: 10px !important;
  }
  .lg-pd-top-15 {
    padding-top: 15px !important;
  }
  .lg-pd-top-20 {
    padding-top: 20px !important;
  }
  .lg-pd-top-25 {
    padding-top: 25px !important;
  }
  .lg-pd-top-30 {
    padding-top: 30px !important;
  }
  .lg-pd-top-35 {
    padding-top: 35px !important;
  }
  .lg-pd-top-40 {
    padding-top: 40px !important;
  }
  .lg-pd-top-45 {
    padding-top: 45px !important;
  }
  .lg-pd-top-50 {
    padding-top: 50px !important;
  }
  .lg-pd-top-55 {
    padding-top: 55px !important;
  }
  .lg-pd-top-60 {
    padding-top: 60px !important;
  }
  .lg-pd-top-65 {
    padding-top: 65px !important;
  }
  .lg-pd-top-70 {
    padding-top: 70px !important;
  }
  .lg-pd-top-75 {
    padding-top: 75px !important;
  }
  .lg-pd-top-80 {
    padding-top: 80px !important;
  }
  .lg-pd-top-85 {
    padding-top: 85px !important;
  }
  .lg-pd-top-90 {
    padding-top: 90px !important;
  }
  .lg-pd-top-95 {
    padding-top: 95px !important;
  }
  .lg-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .md-pd-top-0 {
    padding-top: 0px !important;
  }
  .md-pd-top-5 {
    padding-top: 5px !important;
  }
  .md-pd-top-10 {
    padding-top: 10px !important;
  }
  .md-pd-top-15 {
    padding-top: 15px !important;
  }
  .md-pd-top-20 {
    padding-top: 20px !important;
  }
  .md-pd-top-25 {
    padding-top: 25px !important;
  }
  .md-pd-top-30 {
    padding-top: 30px !important;
  }
  .md-pd-top-35 {
    padding-top: 35px !important;
  }
  .md-pd-top-40 {
    padding-top: 40px !important;
  }
  .md-pd-top-45 {
    padding-top: 45px !important;
  }
  .md-pd-top-50 {
    padding-top: 50px !important;
  }
  .md-pd-top-55 {
    padding-top: 55px !important;
  }
  .md-pd-top-60 {
    padding-top: 60px !important;
  }
  .md-pd-top-65 {
    padding-top: 65px !important;
  }
  .md-pd-top-70 {
    padding-top: 70px !important;
  }
  .md-pd-top-75 {
    padding-top: 75px !important;
  }
  .md-pd-top-80 {
    padding-top: 80px !important;
  }
  .md-pd-top-85 {
    padding-top: 85px !important;
  }
  .md-pd-top-90 {
    padding-top: 90px !important;
  }
  .md-pd-top-95 {
    padding-top: 95px !important;
  }
  .md-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 1199px) {
  .lg-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .lg-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .lg-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .lg-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .lg-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .lg-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .lg-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .lg-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .lg-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .lg-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .lg-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .lg-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .lg-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .lg-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .lg-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .lg-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .lg-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .lg-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .lg-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .lg-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .lg-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .md-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .md-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .md-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .md-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .md-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .md-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .md-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .md-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .md-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .md-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .md-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .md-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .md-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .md-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .md-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .md-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .md-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .md-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .md-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .md-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .md-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1199px) {
  .lg-mg-top-0 {
    margin-top: 0px !important;
  }
  .lg-mg-top-5 {
    margin-top: 5px !important;
  }
  .lg-mg-top-10 {
    margin-top: 10px !important;
  }
  .lg-mg-top-15 {
    margin-top: 15px !important;
  }
  .lg-mg-top-20 {
    margin-top: 20px !important;
  }
  .lg-mg-top-25 {
    margin-top: 25px !important;
  }
  .lg-mg-top-30 {
    margin-top: 30px !important;
  }
  .lg-mg-top-35 {
    margin-top: 35px !important;
  }
  .lg-mg-top-40 {
    margin-top: 40px !important;
  }
  .lg-mg-top-45 {
    margin-top: 45px !important;
  }
  .lg-mg-top-50 {
    margin-top: 50px !important;
  }
  .lg-mg-top-55 {
    margin-top: 55px !important;
  }
  .lg-mg-top-60 {
    margin-top: 60px !important;
  }
  .lg-mg-top-65 {
    margin-top: 65px !important;
  }
  .lg-mg-top-70 {
    margin-top: 70px !important;
  }
  .lg-mg-top-75 {
    margin-top: 75px !important;
  }
  .lg-mg-top-80 {
    margin-top: 80px !important;
  }
  .lg-mg-top-85 {
    margin-top: 85px !important;
  }
  .lg-mg-top-90 {
    margin-top: 90px !important;
  }
  .lg-mg-top-95 {
    margin-top: 95px !important;
  }
  .lg-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .md-mg-top-0 {
    margin-top: 0px !important;
  }
  .md-mg-top-5 {
    margin-top: 5px !important;
  }
  .md-mg-top-10 {
    margin-top: 10px !important;
  }
  .md-mg-top-15 {
    margin-top: 15px !important;
  }
  .md-mg-top-20 {
    margin-top: 20px !important;
  }
  .md-mg-top-25 {
    margin-top: 25px !important;
  }
  .md-mg-top-30 {
    margin-top: 30px !important;
  }
  .md-mg-top-35 {
    margin-top: 35px !important;
  }
  .md-mg-top-40 {
    margin-top: 40px !important;
  }
  .md-mg-top-45 {
    margin-top: 45px !important;
  }
  .md-mg-top-50 {
    margin-top: 50px !important;
  }
  .md-mg-top-55 {
    margin-top: 55px !important;
  }
  .md-mg-top-60 {
    margin-top: 60px !important;
  }
  .md-mg-top-65 {
    margin-top: 65px !important;
  }
  .md-mg-top-70 {
    margin-top: 70px !important;
  }
  .md-mg-top-75 {
    margin-top: 75px !important;
  }
  .md-mg-top-80 {
    margin-top: 80px !important;
  }
  .md-mg-top-85 {
    margin-top: 85px !important;
  }
  .md-mg-top-90 {
    margin-top: 90px !important;
  }
  .md-mg-top-95 {
    margin-top: 95px !important;
  }
  .md-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1199px) {
  .lg-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .lg-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .lg-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .lg-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .lg-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .lg-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .lg-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .lg-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .lg-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .lg-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .lg-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .lg-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .lg-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .lg-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .lg-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .lg-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .lg-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .lg-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .lg-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .lg-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .lg-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 991px) {
  .md-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .md-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .md-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .md-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .md-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .md-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .md-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .md-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .md-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .md-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .md-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .md-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .md-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .md-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .md-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .md-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .md-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .md-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .md-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .md-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .md-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
.bg-transparent {
  background-color: transparent;
}
@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;
}
.mg-left--60 {
  margin-left: -60px;
}
.mg-right--60 {
  margin-right: -60px;
}
.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) {
  .md-pos-inherit {
    position: inherit !important;
  }
  .md-text-center {
    text-align: center !important;
  }
  .md-text-left {
    text-align: left !important;
  }
  div.md-margin-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  div.md-custom-background {
    background-image: none !important;
    background-color: #f6f7fb !important;
  }
  div.md-mg-left-right--15 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media screen and (max-width: 767px) {
  .sm-text-center {
    text-align: center !important;
  }
  .sm-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;
  }
}
.pd-left-100 {
  padding-left: 100px;
}
@media (max-width: 991px) {
  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-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.sm-custom-padding {
    padding: 40px 20px;
  }
  div.md-mg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  div.md-mg-left-right-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
.custom-mailchimp-bg .mc4wp-form input {
  background-color: #f9f8f8 !important;
}
.custom-heading-left .gf-heading {
  padding-bottom: 25px;
  border-bottom: 1px solid;
  margin-bottom: 38px;
}
.custom-heading-left .nav-top-right {
  padding-top: 0;
}
.custom-heading-left .nav-top-right > .owl-nav {
  top: -100px;
}
.custom-heading-left.heading-small .gf-heading {
  padding-bottom: 17px;
  margin-bottom: 20px;
}
.custom-heading-left.heading-small .nav-top-right {
  padding: 10px;
}
.custom-heading-left.heading-small .nav-top-right > .owl-nav {
  top: -83px;
}
.custom-column-pd-15.vc_column_container {
  padding: 0 15px;
}
.product-box-shadow .owl-item.active .product-skin-02 .product-item-inner {
  -webkit-box-shadow: 8px 13px 41.86px rgba(192, 205, 211, 0.45);
  -moz-box-shadow: 8px 13px 41.86px rgba(192, 205, 211, 0.45);
  box-shadow: 8px 13px 41.86px rgba(192, 205, 211, 0.45);
}
@media (min-width: 768px) {
  .md-up-border-right {
    position: relative;
  }
  .md-up-border-right: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-pd-left-30 {
    padding-left: 30px !important;
  }
  .column-custom-content > .vc_column-inner {
    margin-top: -150px !important;
  }
  .md-up-nav-right--30 .owl-nav {
    right: -30px;
  }
}
.row-custom-column-position-3 > .vc_column_container {
  margin-top: -210px;
}
.gf-banner-custom-button {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 60px;
}
.video-box-shadow {
  box-shadow: 0px 38px 101px 0px rgba(175, 182, 185, 0.71);
  -o-box-shadow: 0px 38px 101px 0px rgba(175, 182, 185, 0.71);
  -webkit-box-shadow: 0px 38px 101px 0px rgba(175, 182, 185, 0.71);
  -moz-box-shadow: 0px 38px 101px 0px rgba(175, 182, 185, 0.71);
}
.custom-banner-title .gf-banner-content h5 {
  padding-bottom: 30% !important;
}
@media (min-width: 1200px) {
  .layout-grid .col-xl-12:nth-child(n+1) {
    clear: both;
  }
  .layout-grid .col-xl-2:nth-child(6n+1) {
    clear: both;
  }
  .layout-grid .col-xl-3:nth-child(4n+1) {
    clear: both;
  }
  .layout-grid .col-xl-4:nth-child(3n+1) {
    clear: both;
  }
  .layout-grid .col-xl-12-5:nth-child(5n+1) {
    clear: both;
  }
  .layout-grid .col-xl-6:nth-child(2n+1) {
    clear: both;
  }
  .xl-mg-top--15 {
    margin-top: -15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layout-grid .col-lg-12:nth-child(n+1) {
    clear: both;
  }
  .layout-grid .col-lg-2:nth-child(6n+1) {
    clear: both;
  }
  .layout-grid .col-lg-3:nth-child(4n+1) {
    clear: both;
  }
  .layout-grid .col-lg-4:nth-child(3n+1) {
    clear: both;
  }
  .layout-grid .col-lg-12-5:nth-child(5n+1) {
    clear: both;
  }
  .layout-grid .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
  div.lg-mg-left-right-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .layout-grid .col-md-12:nth-child(n+1) {
    clear: both;
  }
  .layout-grid .col-md-2:nth-child(6n+1) {
    clear: both;
  }
  .layout-grid .col-md-3:nth-child(4n+1) {
    clear: both;
  }
  .layout-grid .col-md-4:nth-child(3n+1) {
    clear: both;
  }
  .layout-grid .col-md-12-5:nth-child(5n+1) {
    clear: both;
  }
  .layout-grid .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .layout-grid .col-sm-12:nth-child(n+1) {
    clear: both;
  }
  .layout-grid .col-sm-2:nth-child(6n+1) {
    clear: both;
  }
  .layout-grid .col-sm-3:nth-child(4n+1) {
    clear: both;
  }
  .layout-grid .col-sm-4:nth-child(3n+1) {
    clear: both;
  }
  .layout-grid .col-sm-12-5:nth-child(5n+1) {
    clear: both;
  }
  .layout-grid .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  div.sm-mg-left-right-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 575px) {
  .layout-grid .col-12:nth-child(n+1) {
    clear: both;
  }
  .layout-grid .col-2:nth-child(6n+1) {
    clear: both;
  }
  .layout-grid .col-3:nth-child(4n+1) {
    clear: both;
  }
  .layout-grid .col-4:nth-child(3n+1) {
    clear: both;
  }
  .layout-grid .col-12-5:nth-child(5n+1) {
    clear: both;
  }
  .layout-grid .col-6:nth-child(2n+1) {
    clear: both;
  }
  div.xs-mg-left--15 {
    margin-left: -15px !important;
  }
  div.xs-mg-right--15 {
    margin-right: -15px !important;
  }
}
.banner-btn.heading-color a {
  color: #333333;
}
.banner-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  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%);
  flex-wrap: wrap;
  color: #fff;
  width: 100%;
}
.banner-content .banner-title,
.banner-content .banner-subtitle,
.banner-content .banner-heading,
.banner-content .percent-sale {
  width: 100%;
  line-height: 1;
}
.banner-content .banner-heading {
  text-transform: capitalize;
  font-weight: bold;
}
.banner-content .banner-title {
  text-transform: uppercase;
  font-size: 72px;
  margin-bottom: 5px;
  line-height: 1em;
}
.banner-content .banner-subtitle {
  font-size: 18px;
  text-transform: uppercase;
}
.banner-style-1 .banner-below {
  padding: 15px 70px;
  border: solid 4px #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.banner-style-1 .banner-heading {
  margin-bottom: 24px;
  text-align: center;
}
.banner-style-2 .banner-heading {
  font-style: italic;
  font-weight: bold;
  font-size: 36px;
  margin-right: 60px;
  line-height: 48px;
  width: auto;
}
.banner-style-2 .banner-subtitle {
  text-align: right;
}
.banner-style-2.banner-content {
  padding: 0 15px;
}
.banner-style-3 .banner-title {
  text-transform: capitalize;
  font-style: italic;
  margin-top: -9px;
}
.banner-style-3 .banner-heading {
  text-align: center;
}
.banner-style-3 .banner-subtitle {
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.banner-style-4 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  left: 22px;
  bottom: 25px;
  width: auto;
  position: absolute;
  padding: 7px 30px 17px 30px;
  border: 4px solid #fff;
  line-height: 1;
}
.banner-style-4 .banner-title {
  font-size: 36px;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 5px;
}
.banner-style-4 .banner-subtitle,
.banner-style-4 .percent-sale {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}
.banner-style-4 .banner-subtitle {
  position: relative;
  top: -15px;
}
.banner-style-4 .percent-sale {
  font-size: 60px;
  margin-left: 17px;
}
.banner-style-5 {
  text-align: right;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
}
.banner-style-5 .banner-title {
  color: #333;
  font-size: 36px;
  text-transform: capitalize;
}
.banner-style-5 .banner-subtitle {
  color: #dd3333;
  font-size: 18px;
  margin-top: 10px;
}
.banner-style-5 .banner-btn {
  width: 100%;
  margin-top: 15px;
}
.banner-style-5 .banner-btn > a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-style-5.banner-light .banner-title,
.banner-style-5.banner-light .banner-subtitle,
.banner-style-5.banner-light .banner-btn > a {
  color: #fff;
}
.banner-style-5.text-left {
  left: 50px;
}
.banner-dark .banner-heading,
.banner-dark .banner-title,
.banner-dark .banner-subtitle,
.banner-dark .percent-sale {
  color: #333;
}
.banner-style-6 {
  text-align: center;
}
.banner-style-6 .banner-subtitle {
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
}
.banner-style-6 .banner-title {
  width: 100%;
}
.banner-style-6 .percent-sale {
  line-height: 1em;
  font-size: 60px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 5px;
}
.banner-style-6 .percent-sale span {
  font-size: 24px;
  position: relative;
  top: -22px;
}
.banner-style-8 {
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}
.banner-style-8.custom-position {
  top: 50px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.banner-style-8.custom-position .banner-subtitle {
  margin-top: 0;
}
.banner-style-8 .banner-title {
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
}
.banner-style-8 .banner-subtitle {
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
  margin-top: 12px;
}
.banner-style-9 {
  justify-content: flex-start;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 33px;
  text-align: left;
  font-size: 48px;
  line-height: 1;
}
.banner-style-9 .banner-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.banner-style-9 .banner-subtitle {
  font-size: 48px;
}
.banner-style-9 .percent-sale span {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  top: -15px;
  right: -5px;
}
.banner-style-10 {
  top: 65%;
  text-align: left;
  left: 60%;
}
.banner-style-10 .banner-heading {
  font-size: 30px;
  font-style: italic;
}
.banner-style-10 .banner-title {
  font-size: 16px;
  width: auto;
  display: inline-block;
}
.banner-style-10 .banner-below {
  width: 100%;
  position: relative;
  top: -5px;
}
.banner-style-10 .percent-sale {
  font-size: 48px;
  width: auto;
  position: relative;
  top: 22px;
  left: 10px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1em;
}
.banner-style-10 .percent-sale span.percent {
  font-size: 24px;
  position: relative;
  top: -14px;
}
.banner-style-11 {
  display: inline-block;
  left: 50px;
  width: auto;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-style-11 .banner-heading {
  font-size: 30px;
}
.banner-style-11 .banner-title {
  font-size: 16px;
  text-align: right;
  font-weight: bold;
  margin-top: 15px;
}
.banner-style-12 {
  top: 70px;
  left: 33px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  text-align: left;
  font-size: 48px;
}
.banner-style-12 .banner-title {
  font-size: 16px;
}
.banner-style-12 .percent-sale span {
  font-size: 24px;
  position: relative;
  top: -15px;
}
.banner-border-accent .gf-banner-content {
  border: 1px #dd3333 solid;
}
.custom-price-2.custom-price-large {
  width: 170px;
  padding-bottom: 55px;
  padding-top: 55px;
  margin: 0;
  line-height: 1;
  -webkit-transform: translateY(50%) translateX(50%);
  -moz-transform: translateY(50%) translateX(50%);
  -ms-transform: translateY(50%) translateX(50%);
  -o-transform: translateY(50%) translateX(50%);
  transform: translateY(50%) translateX(50%);
}
.custom-price-2 {
  background: #7cc576;
  width: 127px;
  padding-bottom: 36px;
  padding-top: 36px;
  border-radius: 37%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.custom-price-2:after {
  content: "";
  width: 99%;
  height: 99%;
  transform: rotate(-12deg);
  background: transparent;
  position: absolute;
  border-radius: 32%;
  border: 1px solid #7cc576;
  top: 0;
}
.custom-price-2.custom-price-position {
  left: 0;
  -webkit-transform: translateX(50%) translateY(50%);
  -moz-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  -o-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
}
@media (max-width: 1440px) {
  .banner-style-10 .percent-sale {
    display: block;
    top: 0;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .no-padding.vc_row {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .banner-style-10 .percent-sale span {
    top: -15px;
  }
  .banner-style-1 .banner-below {
    padding: 15px 50px;
  }
  .banner-style-11 {
    left: 25px;
  }
  .custom-price-position {
    transform: translateY(50%) !important;
  }
  .custom-price-2.custom-price-large {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
  .custom-price-2.custom-price-large {
    bottom: 0;
    width: 135px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  div.lg-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .no-padding.vc_row {
    padding: 0 !important;
  }
  .sm-pd-left-40 {
    padding-left: 40px;
  }
  .banner-content .banner-heading {
    width: 100%;
  }
  .banner-content .banner-heading {
    margin-right: 0;
  }
  .banner-style-5.banner-light .banner-subtitle {
    text-align: left;
  }
  div.sm-row-mg-top-0 {
    margin-top: 0 !important;
  }
  div.sm-pd-left-right-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  div.sm-info-padding-25 {
    padding: 25px !important;
  }
  div.sm-pd-left-right-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 575px) {
  .custom-price-2 {
    right: 20% !important;
  }
  .custom-price-2.custom-price-position {
    left: 20% !important;
  }
  .banner-style-1 .banner-below {
    padding: 15px 40px;
  }
  .banner-style-4 {
    bottom: 15px;
  }
  .banner-style-4 .banner-title {
    font-size: 24px;
  }
  .banner-style-4 .banner-subtitle {
    top: -5px;
    font-size: 24px;
  }
  .banner-style-4 .percent-sale {
    font-size: 30px;
  }
  .banner-style-5 {
    top: 40px;
  }
  .banner-style-5 .banner-title {
    font-size: 24px;
  }
  .banner-style-5.banner-light {
    left: 30px;
  }
  .banner-style-6 {
    left: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
  .banner-style-6 .banner-title {
    font-size: 48px;
  }
  .banner-style-6 .percent-sale {
    font-size: 36px;
  }
  .banner-style-6 .percent-sale span {
    font-size: 18px;
    top: -10px;
  }
}
@media (min-width: 992px) {
  .custom-portfolio-row .gf-gallery .gallery_inner {
    position: absolute;
    padding: 10px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    -webkit-box-shadow: 38px 0 101px rgba(172, 182, 185, 0.71);
    -moz-box-shadow: 38px 0 101px rgba(172, 182, 185, 0.71);
    box-shadow: 38px 0 101px rgba(172, 182, 185, 0.71);
  }
  .row-custom-column-position-2 {
    position: relative;
    z-index: 3;
  }
  .row-custom-column-position-2 > .vc_column_container > .vc_column-inner {
    margin-top: -165px;
    margin-bottom: -165px;
  }
  .row-custom-column-position > .vc_column_container {
    margin-top: -165px;
  }
}
.column-box-shadown-3 {
  -webkit-box-shadow: 7px 36px 35px rgba(217, 225, 228, 0.56);
  -moz-box-shadow: 7px 36px 35px rgba(217, 225, 228, 0.56);
  box-shadow: 7px 36px 35px rgba(217, 225, 228, 0.56);
}
.column-custom-class > .vc_column-inner {
  position: relative;
}
.column-custom-class > .vc_column-inner:before {
  content: '';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #dd3333;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 30%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: 1;
}
.column-custom-class > .vc_column-inner > .wpb_wrapper {
  position: relative;
  z-index: 2;
}
.column-custom-class > .vc_column-inner .custom-price {
  position: absolute;
  right: 0;
  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%);
  background-color: #dd3333;
  width: 145px;
  padding-bottom: 46px;
  padding-top: 46px;
  -webkit-border-radius: 30%;
  -moz-border-radius: 30%;
  border-radius: 30%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .column-custom-class > .vc_column-inner .custom-price {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: transparent;
    width: 100%;
    padding: 0;
    margin-top: -30px;
    margin-bottom: 30px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.column-custom-position {
  margin-top: -256px;
}
@media (max-width: 767px) {
  .column-custom-class > .vc_column-inner:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .column-custom-position {
    margin-top: 70px;
  }
}
.border-radius-5 > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.custom-column-wrap {
  margin-top: 18px;
}
.custom-column-wrap ul.nav-tabs.gf-cate-filter {
  margin-bottom: 63px;
  margin-top: 5px;
}
.custom-column-wrap ul.nav-tabs.gf-cate-filter li a:after {
  bottom: -27px;
}
.custom-column-wrap .gf-heading {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  padding-bottom: 13px;
  border-bottom: 1px solid;
}
.custom-column-wrap .gf-heading .heading-title {
  display: inline-block;
}
.custom-column-wrap .gsf-products:not([class*="cate-filter"]) {
  margin-top: 71px;
}
.custom-column-wrap .gsf-products:not([class*="cate-filter"]) .owl-nav {
  top: -85px;
}
.column-custom-content > .vc_column-inner {
  padding-top: 15px !important;
  padding-bottom: 45px;
  margin-left: 15px;
  margin-right: 15px;
  width: auto;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.column-custom-content > .vc_column-inner:hover {
  -webkit-box-shadow: 3px 9px 46px rgba(192, 205, 211, 0.56);
  -moz-box-shadow: 3px 9px 46px rgba(192, 205, 211, 0.56);
  box-shadow: 3px 9px 46px rgba(192, 205, 211, 0.56);
}
.shop-cate-accent-overlay.gf-shop-category .gf-shop-category-bg:after {
  background-color: rgba(221, 51, 51, 0.8);
}
.shop-cate-accent-overlay.gf-shop-category .gsf-category-button a {
  background-color: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}
.shop-cate-accent-overlay.gf-shop-category:hover .gf-shop-category-content a,
.shop-cate-accent-overlay.gf-shop-category:hover .gf-shop-category-content .cate-count {
  color: #ffffff !important;
}
.instagram-accent-overlay ul.instagram-pics li a:before,
.instagram-accent-overlay ul.instagram-pics li a:after {
  background-color: rgba(221, 51, 51, 0.4);
}
.bg-content-box > .vc_column-inner {
  -moz-background-clip: content-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.custom-sale-block {
  width: 330px;
  height: 147px;
  border: 4px solid #fff;
  background-color: rgba(237, 28, 36, 0.3);
  text-align: center;
}
.custom-sale-block span {
  display: block;
}
.custom-sale-block .sale-title {
  font-family: 'Playfair Display';
  font-weight: bold;
  font-size: 72px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: -7px;
  color: #fff;
}
.custom-sale-block .sale-slogan {
  font-weight: 300;
  font-size: 24px;
  color: #fff;
}
@media (max-width: 575px) {
  .custom-sale-block {
    width: 300px;
  }
  .custom-sale-block .sale-title {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: -5px;
  }
}
.gf-shop-category-style-02.shop-category-custom .gsf-category-button {
  display: none;
}
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-bg:after {
  left: 0;
  bottom: 0;
  top: 100%;
  right: 100%;
  background-color: rgba(221, 51, 51, 0.9);
}
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-content h5 {
  color: #ffffff !important;
  background-color: #333333;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 0.3em;
  padding-left: 10px;
}
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-content h5 a:hover,
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-content h5 a:focus,
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-content h5 a:active {
  color: #ffffff;
}
.gf-shop-category-style-02.shop-category-custom .gf-shop-category-content .cate-count {
  color: #dd3333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gf-shop-category-style-02.shop-category-custom:hover .gf-shop-category-bg:after,
.gf-shop-category-style-02.shop-category-custom:focus .gf-shop-category-bg:after {
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
}
.gf-shop-category-style-02.shop-category-custom:hover .gf-shop-category-inner,
.gf-shop-category-style-02.shop-category-custom:focus .gf-shop-category-inner {
  bottom: 50% !important;
  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%);
  text-align: center;
  max-width: 100%;
}
.gf-shop-category-style-02.shop-category-custom:hover .gf-shop-category-inner .cate-count,
.gf-shop-category-style-02.shop-category-custom:focus .gf-shop-category-inner .cate-count {
  color: #ffffff;
}
.custom-product-cate-filter ul.nav-tabs.gf-cate-filter li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.custom-product-cate-filter ul.nav-tabs.gf-cate-filter li.active > a,
.custom-product-cate-filter ul.nav-tabs.gf-cate-filter li > a:hover,
.custom-product-cate-filter ul.nav-tabs.gf-cate-filter li > a:focus,
.custom-product-cate-filter ul.nav-tabs.gf-cate-filter li > a:active {
  color: #dd3333 !important;
}
.cate-filter-no-line-bottom .gf-cate-filter li a:after {
  display: none !important;
}
.woocommerce-products-header {
  display: none;
}
.layout-list.gf-blog-inner {
  flex-wrap: wrap;
}
span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}
/*--------Catalog Filter------*/
.gsf-catalog-filter {
  margin-bottom: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.gsf-catalog-filter .woocommerce-custom-wrap {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-left: 15px;
  padding-right: 15px;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.gsf-catalog-filter .woocommerce-custom-wrap div > ul > li:not(:last-child) {
  margin-right: 45px;
}
.gsf-catalog-filter #gf-filter-content {
  display: none;
}
.gsf-catalog-filter #gf-filter-content .no-widget-content {
  margin-top: 30px;
}
.gsf-catalog-filter #gf-filter-content .container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.gsf-catalog-filter #gf-filter-content .widget {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  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 #dd3333;
  padding: 0 10px 3px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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: 576px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-xs-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 575px) {
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget {
    width: 100%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-1-columns .widget:nth-child(n) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget {
    width: 50%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-2-columns .widget:nth-child(2n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget {
    width: 33.333333333%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-3-columns .widget:nth-child(3n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget {
    width: 25%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-4-columns .widget:nth-child(4n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget {
    width: 20%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-5-columns .widget:nth-child(5n+1) {
    clear: both;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget {
    width: 16.666666666%;
  }
  .gsf-catalog-filter #gf-filter-content.gf-filter-mb-6-columns .widget:nth-child(6n+1) {
    clear: both;
  }
}
@media screen and (min-width: 1199px) {
  .mg-between-60 {
    margin: 0 60px;
  }
  body.framed .mg-between-60,
  body.boxed .mg-between-60,
  body.bordered .mg-between-60 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .upsells .owl-carousel .owl-stage-outer,
  .related .owl-carousel .owl-stage-outer,
  .cross-sells .owl-carousel .owl-stage-outer {
    padding: 20px 30px 40px 15px;
    margin: -20px -30px -40px -15px;
  }
}
#product_per_page span {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 13px;
  margin-right: 15px;
}
#product_per_page a {
  color: #7d7d7d;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#product_per_page a.active,
#product_per_page a:hover {
  color: #333333;
  text-decoration: underline;
}
#product_per_page a + a {
  margin-left: 5px;
}
.woocommerce ul.gf-shop-switch-layout {
  font-size: 16px;
  margin-bottom: 0;
}
.woocommerce ul.gf-shop-switch-layout:after,
.woocommerce ul.gf-shop-switch-layout:before {
  display: none;
}
.woocommerce ul.gf-shop-switch-layout a:hover,
.woocommerce ul.gf-shop-switch-layout a:focus {
  text-decoration: none;
  color: #dd3333;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  float: none;
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  font-size: 13px;
  font-weight: 400;
  color: #7d7d7d;
  text-transform: uppercase;
}
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-page-size select {
  border: none;
  font-size: 13px;
  background-color: transparent;
  text-transform: uppercase;
  color: #7d7d7d;
  padding: 0;
}
.gf-toggle-filter {
  font-weight: 400;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  max-width: 60px;
  color: #7d7d7d;
  font-size: 13px;
  text-transform: uppercase;
}
.gf-toggle-filter:hover,
.gf-toggle-filter:focus {
  color: #333333;
}
.gf-toggle-filter span {
  position: relative;
  padding-left: 2px;
}
ul.gf-shop-switch-layout li a {
  color: #959595;
}
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: #dd3333;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 15px;
  display: inline-block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
  border: 1px solid #ebebeb;
  color: #333333 !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: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce a.remove:hover,
.woocommerce a.remove:focus {
  background-color: transparent;
  color: red !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: 13px;
  line-height: 20px;
  padding: 11.5px 40px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  color: #fff;
  background-color: #dd3333;
  -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 {
  background-color: #333333 !important;
  color: #fff;
}
.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;
  background-color: transparent;
}
.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: #dd3333;
  border-color: #fff;
  background-color: #fff;
}
.woocommerce.single-product #respond input#submit.disabled,
.woocommerce.single-product a.button.disabled,
.woocommerce.single-product button.button.disabled,
.woocommerce.single-product input.button.disabled,
.woocommerce.single-product #respond input#submit.alt.disabled,
.woocommerce.single-product a.button.alt.disabled,
.woocommerce.single-product button.button.alt.disabled,
.woocommerce.single-product input.button.alt.disabled,
.woocommerce.single-product #respond input#submit:disabled[disabled],
.woocommerce.single-product a.button:disabled[disabled],
.woocommerce.single-product button.button:disabled[disabled],
.woocommerce.single-product input.button:disabled[disabled],
.woocommerce.single-product #respond input#submit.alt:disabled[disabled],
.woocommerce.single-product a.button.alt:disabled[disabled],
.woocommerce.single-product button.button.alt:disabled[disabled],
.woocommerce.single-product input.button.alt:disabled[disabled] {
  opacity: 0.7;
  background-color: #dd3333;
}
.woocommerce.single-product #respond input#submit.disabled:hover,
.woocommerce.single-product a.button.disabled:hover,
.woocommerce.single-product button.button.disabled:hover,
.woocommerce.single-product input.button.disabled:hover,
.woocommerce.single-product #respond input#submit.alt.disabled:hover,
.woocommerce.single-product a.button.alt.disabled:hover,
.woocommerce.single-product button.button.alt.disabled:hover,
.woocommerce.single-product input.button.alt.disabled:hover,
.woocommerce.single-product #respond input#submit:disabled[disabled]:hover,
.woocommerce.single-product a.button:disabled[disabled]:hover,
.woocommerce.single-product button.button:disabled[disabled]:hover,
.woocommerce.single-product input.button:disabled[disabled]:hover,
.woocommerce.single-product #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce.single-product a.button.alt:disabled[disabled]:hover,
.woocommerce.single-product button.button.alt:disabled[disabled]:hover,
.woocommerce.single-product input.button.alt:disabled[disabled]:hover,
.woocommerce.single-product #respond input#submit.disabled:focus,
.woocommerce.single-product a.button.disabled:focus,
.woocommerce.single-product button.button.disabled:focus,
.woocommerce.single-product input.button.disabled:focus,
.woocommerce.single-product #respond input#submit.alt.disabled:focus,
.woocommerce.single-product a.button.alt.disabled:focus,
.woocommerce.single-product button.button.alt.disabled:focus,
.woocommerce.single-product input.button.alt.disabled:focus,
.woocommerce.single-product #respond input#submit:disabled[disabled]:focus,
.woocommerce.single-product a.button:disabled[disabled]:focus,
.woocommerce.single-product button.button:disabled[disabled]:focus,
.woocommerce.single-product input.button:disabled[disabled]:focus,
.woocommerce.single-product #respond input#submit.alt:disabled[disabled]:focus,
.woocommerce.single-product a.button.alt:disabled[disabled]:focus,
.woocommerce.single-product button.button.alt:disabled[disabled]:focus,
.woocommerce.single-product input.button.alt:disabled[disabled]:focus {
  color: #dd3333;
  border-color: #fff;
  background-color: #fff;
}
/**
* Woocommerce message
 */
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button {
  font-size: 12px;
  background-color: #dd3333;
  padding: 11.5px 20px;
  font-weight: 700;
  line-height: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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,
.woocommerce .woocommerce-error .button:focus,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce div.product form.cart .button:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 14px 2em 14px 3.5em !important;
  margin-bottom: 20px !important;
  line-height: 43px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
  color: #959595;
  font-size: 24px;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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: #dd3333;
}
.woocommerce .woocommerce-error {
  background-color: rgba(221, 51, 51, 0.12);
  border-color: #dd3333;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.woocommerce .entry-thumbnail-overlay:after {
  display: none;
}
.product-thumb {
  position: relative;
}
.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;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
  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-inner.active .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back,
.product-item-inner.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-actions,
.product-item-inner.active .product-actions {
  opacity: 1;
}
.product-item-inner:hover .product-actions .compare,
.product-item-inner.active .product-actions .compare,
.product-item-inner:hover .product-actions .product-action-item,
.product-item-inner.active .product-actions .product-action-item,
.product-item-inner:hover .product-actions .add_to_cart_button,
.product-item-inner.active .product-actions .add_to_cart_button,
.product-item-inner:hover .product-actions .product_type_grouped,
.product-item-inner.active .product-actions .product_type_grouped,
.product-item-inner:hover .product-actions .product_type_external,
.product-item-inner.active .product-actions .product_type_external,
.product-item-inner:hover .product-actions .added_to_cart,
.product-item-inner.active .product-actions .added_to_cart,
.product-item-inner:hover .product-actions .product_out_of_stock,
.product-item-inner.active .product-actions .product_out_of_stock,
.product-item-inner:hover .product-actions .product_type_variable,
.product-item-inner.active .product-actions .product_type_variable,
.product-item-inner:hover .product-actions .product-quick-view,
.product-item-inner.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;
}
a.compare:before {
  font-family: 'FontAwesome';
  content: '\f074';
  font-size: 18px;
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #dd3333;
  height: 42px;
  line-height: 42px;
  min-width: 42px;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 16px;
  top: 20px;
  left: 0;
  z-index: 3;
}
.product-flash:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  right: 7px;
}
.product-flash + .product-flash {
  margin-left: 10px;
}
.product-flash-inner {
  position: absolute;
  top: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 20px;
}
.on-sale {
  background-color: #fbaf5d;
}
.on-featured {
  background-color: #f26c4f;
}
.on-new {
  background-color: #dd3333;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
  text-decoration: none;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  font-family: 'FontAwesome';
  content: '\f08a';
  font-size: 18px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
  color: #dd3333;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.yith-wcwl-add-to-wishlist,
.compare {
  font-size: 0;
  display: inline-block;
}
.product-quick-view {
  font-size: 18px;
}
.compare:hover,
.yith-wcwl-add-to-wishlist:hover,
.product-quick-view:hover,
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover {
  text-decoration: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-item-inner {
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.layout-grid {
  /*
	product-skin-02
	 */
  /*
	product-skin-03
	 */
}
.layout-grid .product-skin-06.product-small .star-rating {
  font-size: 10px;
}
.layout-grid .product-skin-06.product-small .product-thumb {
  margin-right: 20px;
}
.layout-grid .product-skin-06.product-small .entry-thumbnail-overlay {
  width: 100px;
}
.layout-grid .product-skin-06.product-small .product-heading {
  margin-top: 0;
}
.layout-grid .product-skin-06 .product-list-actions {
  display: none;
}
.layout-grid .product-skin-06 .product-heading {
  margin-bottom: 10px;
  margin-top: 20px;
}
.layout-grid .product-skin-06 .product-heading .product_title {
  font-size: 15px;
}
.layout-grid .product-skin-06 .product-item-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}
.layout-grid .product-skin-06 .product-thumb {
  margin-right: 20px;
  margin-bottom: 0;
}
.layout-grid .product-skin-06 .entry-thumbnail-overlay {
  width: 100px;
}
.layout-grid .product-skin-06 .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-06 .product-actions,
.layout-grid .product-skin-06 .product-flash {
  display: none;
}
.layout-grid .product-skin-06 .product-info {
  text-align: left;
  overflow: hidden;
  z-index: 4;
}
.layout-grid .product-skin-06 .product-info .star-rating {
  margin-left: 0;
}
.layout-grid .product-skin-01 .product-item-inner,
.layout-grid .product-skin-07 .product-item-inner {
  border: 1px solid #f4f4f4;
}
.layout-grid .product-skin-01 .product-info,
.layout-grid .product-skin-07 .product-info {
  position: relative;
  padding-bottom: 25px;
}
.layout-grid .product-skin-01 .product-item-inner:hover,
.layout-grid .product-skin-07 .product-item-inner:hover,
.layout-grid .product-skin-01 .product-item-inner.active,
.layout-grid .product-skin-07 .product-item-inner.active {
  box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -webkit-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -o-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -moz-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
}
.layout-grid .product-skin-01 .product-item-inner:hover .product-actions,
.layout-grid .product-skin-07 .product-item-inner:hover .product-actions,
.layout-grid .product-skin-01 .product-item-inner.active .product-actions,
.layout-grid .product-skin-07 .product-item-inner.active .product-actions {
  height: 100%;
  opacity: 1;
}
.layout-grid .product-skin-01 .product-item-name.product_title,
.layout-grid .product-skin-07 .product-item-name.product_title {
  font-size: 16px;
  margin-bottom: 10px;
  padding-top: 27px;
}
.layout-grid .product-skin-01 .product-list-actions,
.layout-grid .product-skin-07 .product-list-actions {
  display: none;
}
.layout-grid .product-skin-01 .product-actions,
.layout-grid .product-skin-07 .product-actions {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  opacity: 0;
  margin: auto;
  z-index: 3;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  background-color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner,
.layout-grid .product-skin-07 .product-actions .product-action-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner div.tooltip .tooltip-inner,
.layout-grid .product-skin-07 .product-actions .product-action-inner div.tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #333333;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner div.tooltip .arrow:before,
.layout-grid .product-skin-07 .product-actions .product-action-inner div.tooltip .arrow:before {
  border-top-color: #ffffff;
}
.layout-grid .product-skin-01 .product-actions a.compare,
.layout-grid .product-skin-07 .product-actions a.compare,
.layout-grid .product-skin-01 .product-actions .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-07 .product-actions .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-01 .product-actions .product-quick-view,
.layout-grid .product-skin-07 .product-actions .product-quick-view {
  font-size: 0;
  z-index: 1;
}
.layout-grid .product-skin-01 .product-actions a,
.layout-grid .product-skin-07 .product-actions a {
  color: #ffffff;
}
.layout-grid .product-skin-01 .product-actions a:hover,
.layout-grid .product-skin-07 .product-actions a:hover,
.layout-grid .product-skin-01 .product-actions a:focus,
.layout-grid .product-skin-07 .product-actions a:focus {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-01 .product-actions .product-action-item,
.layout-grid .product-skin-07 .product-actions .product-action-item {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  line-height: 36px;
  overflow: hidden;
}
.layout-grid .product-skin-01 .product-actions .product-action-item a,
.layout-grid .product-skin-07 .product-actions .product-action-item a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fefefe;
}
.layout-grid .product-skin-01 .product-actions .product-action-item a:hover,
.layout-grid .product-skin-07 .product-actions .product-action-item a:hover,
.layout-grid .product-skin-01 .product-actions .product-action-item a:focus,
.layout-grid .product-skin-07 .product-actions .product-action-item a:focus,
.layout-grid .product-skin-01 .product-actions .product-action-item a:active,
.layout-grid .product-skin-07 .product-actions .product-action-item a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-01 .product-actions .product-action-item a:after,
.layout-grid .product-skin-07 .product-actions .product-action-item a:after {
  content: "\f135";
  font-family: Flaticon;
  margin-left: 15px;
  display: inline-block;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner a + a,
.layout-grid .product-skin-07 .product-actions .product-action-inner a + a,
.layout-grid .product-skin-01 .product-actions .product-action-inner a + div:not(.tooltip),
.layout-grid .product-skin-07 .product-actions .product-action-inner a + div:not(.tooltip),
.layout-grid .product-skin-01 .product-actions .product-action-inner div:not(.tooltip) + a,
.layout-grid .product-skin-07 .product-actions .product-action-inner div:not(.tooltip) + a {
  margin-left: 25px;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner a,
.layout-grid .product-skin-07 .product-actions .product-action-inner a {
  display: block;
  color: inherit;
  color: #fefefe;
}
.layout-grid .product-skin-01 .product-actions .product-action-inner a:hover,
.layout-grid .product-skin-07 .product-actions .product-action-inner a:hover,
.layout-grid .product-skin-01 .product-actions .product-action-inner a:focus,
.layout-grid .product-skin-07 .product-actions .product-action-inner a:focus,
.layout-grid .product-skin-01 .product-actions .product-action-inner a:active,
.layout-grid .product-skin-07 .product-actions .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-01 .product-actions .product-quick-view i,
.layout-grid .product-skin-07 .product-actions .product-quick-view i {
  font-size: 18px;
}
.layout-grid .product-skin-01 .product-actions .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-07 .product-actions .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.layout-grid .product-skin-01 .product-actions .yith-wcwl-add-to-wishlist img,
.layout-grid .product-skin-07 .product-actions .yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.layout-grid .product-skin-07 .product-actions {
  background-color: #dd3333;
}
.layout-grid .product-skin-07 .product-actions .product-action-item a:hover,
.layout-grid .product-skin-07 .product-actions .product-action-inner a:hover,
.layout-grid .product-skin-07 .product-actions .product-action-item a:focus,
.layout-grid .product-skin-07 .product-actions .product-action-inner a:focus {
  color: #ffffff;
}
.layout-grid .product-skin-02 .product-list-actions {
  display: block;
}
.layout-grid .product-skin-02 .product-list-actions > :not(.product-action-item) {
  display: none;
}
.layout-grid .product-skin-02 .product-item-inner {
  border: none;
}
.layout-grid .product-skin-02 .product-item-inner:hover,
.layout-grid .product-skin-02 .product-item-inner.active {
  -webkit-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56) !important;
  -moz-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56) !important;
  box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56) !important;
}
.layout-grid .product-skin-02 .product-action-inner {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  z-index: 3;
  right: 40px;
  top: 30px;
}
.layout-grid .product-skin-02 .product-action-inner a {
  color: inherit;
  display: inline-block;
  padding: 0 5px;
  color: #333;
}
.layout-grid .product-skin-02 .product-action-inner a:hover,
.layout-grid .product-skin-02 .product-action-inner a:focus,
.layout-grid .product-skin-02 .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-02.product-small .product-action-inner {
  right: 30px;
  top: 10px;
}
.layout-grid .product-skin-02 .yith-wcwl-add-to-wishlist {
  margin: 10px 0;
}
.layout-grid .product-skin-02 .product-action-item a {
  width: 75%;
  margin: 0 auto;
  border: solid 1px #dd3333;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-transform: uppercase;
  padding: 13px 20px;
  line-height: 1em;
  color: #333333;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
  margin-top: 20px;
}
.layout-grid .product-skin-02 .product-action-item a:hover {
  background-color: #dd3333;
  text-decoration: none;
  color: #ffffff;
}
.layout-grid .product-skin-02 .product-item-inner:hover .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-02 .product-item-inner.active .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-02 .product-item-inner:hover .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-02 .product-item-inner.active .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-02 .product-item-inner:hover .yith-wcwl-wishlistaddedbrowse,
.layout-grid .product-skin-02 .product-item-inner.active .yith-wcwl-wishlistaddedbrowse {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.layout-grid .product-skin-02 .product-item-name {
  font-size: 18px;
  padding: 10px 0 !important;
  margin: 0;
}
.layout-grid .product-skin-02 .product-quick-view,
.layout-grid .product-skin-02 .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-02 .compare,
.layout-grid .product-skin-02 .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-02 .yith-wcwl-wishlistaddedbrowse {
  opacity: 0;
  transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -webkit-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -moz-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -ms-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -o-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.layout-grid .product-skin-02 .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-02 .yith-wcwl-wishlistaddedbrowse,
.layout-grid .product-skin-02 .yith-wcwl-add-to-wishlist {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.layout-grid .product-skin-02 .compare {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.layout-grid .product-skin-03 {
  padding-bottom: 30px;
}
.layout-grid .product-skin-03 .product-item-inner {
  border: none;
  position: relative;
}
.layout-grid .product-skin-03 .product-info {
  padding-top: 25px;
  position: relative;
}
.layout-grid .product-skin-03 .product-action-inner {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  z-index: 3;
  right: 40px;
  top: 30px;
}
.layout-grid .product-skin-03 .product-action-inner a {
  color: inherit;
  display: inline-block;
  padding: 0 5px;
  color: #333;
}
.layout-grid .product-skin-03 .product-action-inner a:hover,
.layout-grid .product-skin-03 .product-action-inner a:focus,
.layout-grid .product-skin-03 .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-03 .product-action-inner a:hover {
  color: #dd3333;
}
.layout-grid .product-skin-03.product-small .product-action-inner {
  right: 20px;
  top: 10px;
}
.layout-grid .product-skin-03 .yith-wcwl-add-to-wishlist {
  margin: 10px 0;
}
.layout-grid .product-skin-03 .product-list-actions {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
.layout-grid .product-skin-03 .product-list-actions > a {
  display: none;
}
.layout-grid .product-skin-03 .product-list-actions > div:not(.product-action-item) {
  display: none;
}
.layout-grid .product-skin-03 .product-action-item {
  font-size: 12px;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-grid .product-skin-03 .product-action-item a {
  width: 75%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 10px 25px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  box-shadow: 9px 15px 41.86px 4.14px rgba(172, 185, 191, 0.4);
  -webkit-box-shadow: 9px 15px 41.86px 4.14px rgba(172, 185, 191, 0.4);
  -o-box-shadow: 9px 15px 41.86px 4.14px rgba(172, 185, 191, 0.4);
  -moz-box-shadow: 9px 15px 41.86px 4.14px rgba(172, 185, 191, 0.4);
}
.layout-grid .product-skin-03 .product-item-inner:hover .product-action-item a,
.layout-grid .product-skin-03 .product-item-inner.active .product-action-item a {
  background-color: #fff;
  text-decoration: none;
  color: #333;
  opacity: 1;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.layout-grid .product-skin-03 .product-item-inner:hover .product-action-item a:hover,
.layout-grid .product-skin-03 .product-item-inner.active .product-action-item a:hover {
  color: #dd3333;
}
.layout-grid .product-skin-03 .product-item-inner:hover .product-heading,
.layout-grid .product-skin-03 .product-item-inner.active .product-heading,
.layout-grid .product-skin-03 .product-item-inner:hover .product-meta,
.layout-grid .product-skin-03 .product-item-inner.active .product-meta {
  opacity: 0;
}
.layout-grid .product-skin-03 .product-item-inner:hover .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-03 .product-item-inner.active .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-03 .product-item-inner:hover .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-03 .product-item-inner.active .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-03 .product-item-inner:hover .yith-wcwl-wishlistaddedbrowse,
.layout-grid .product-skin-03 .product-item-inner.active .yith-wcwl-wishlistaddedbrowse {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.layout-grid .product-skin-03 .product-item-name {
  font-size: 15px;
}
.layout-grid .product-skin-03 .product-quick-view,
.layout-grid .product-skin-03 .yith-wcwl-add-to-wishlist,
.layout-grid .product-skin-03 .compare,
.layout-grid .product-skin-03 .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-03 .yith-wcwl-wishlistaddedbrowse {
  opacity: 0;
  transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -webkit-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -moz-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -ms-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -o-transition: visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.layout-grid .product-skin-03 .yith-wcwl-wishlistexistsbrowse,
.layout-grid .product-skin-03 .yith-wcwl-wishlistaddedbrowse,
.layout-grid .product-skin-03 .yith-wcwl-add-to-wishlist {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
}
.layout-grid .product-skin-03 .compare {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
}
.layout-grid .product-skin-04 .product-list-actions {
  display: none;
}
.layout-grid .product-skin-04 .product-item-inner:hover,
.layout-grid .product-skin-04 .product-item-inner.active {
  box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -webkit-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -o-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
  -moz-box-shadow: 8px 13px 41.86px 4.14px rgba(192, 205, 211, 0.56);
}
.layout-grid .product-skin-04 .product-item-inner:hover .product-action-inner,
.layout-grid .product-skin-04 .product-item-inner.active .product-action-inner {
  height: 100%;
  opacity: 1;
  z-index: 3;
}
.layout-grid .product-skin-04 .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.layout-grid .product-skin-04 .product-info {
  position: relative;
  padding: 25px 0;
  border: 1px solid #ebebeb;
  border-top: none;
}
.layout-grid .product-skin-04 .product-item-name {
  font-size: 15px;
}
.layout-grid .product-skin-04 .product-action-inner {
  background-color: #dd3333;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-grid .product-skin-04 .product-action-inner .clear {
  display: none;
}
.layout-grid .product-skin-04 .product-action-inner a {
  color: inherit;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.layout-grid .product-skin-04 .product-action-inner a:hover,
.layout-grid .product-skin-04 .product-action-inner a:focus,
.layout-grid .product-skin-04 .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-04 .product-action-inner a:hover,
.layout-grid .product-skin-04 .product-action-inner a:focus {
  color: #ffffff;
}
.layout-grid .product-skin-04 .tooltip .tooltip-inner {
  background-color: #ffffff;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.layout-grid .product-skin-04 .tooltip .arrow:before {
  border-top-color: #ffffff !important;
}
.layout-grid .product-skin-04 .product-action-item {
  font-size: 0;
}
.layout-grid .product-skin-04 .product-action-item a:after {
  font-family: FontAwesome;
  font-size: 18px;
  content: '\f291';
}
.layout-grid .product-skin-05 .product-list-actions {
  display: none;
}
.layout-grid .product-skin-05 .product-item-inner {
  position: relative;
}
.layout-grid .product-skin-05 .product-item-inner:hover .product-info,
.layout-grid .product-skin-05 .product-item-inner.active .product-info {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.layout-grid .product-skin-05 .product-item-inner:hover .product-add-to-card,
.layout-grid .product-skin-05 .product-item-inner.active .product-add-to-card {
  display: block;
}
.layout-grid .product-skin-05 .product-item-inner:hover .product-action-inner,
.layout-grid .product-skin-05 .product-item-inner.active .product-action-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.layout-grid .product-skin-05 .product-item-inner:hover .product-deal-countdown,
.layout-grid .product-skin-05 .product-item-inner.active .product-deal-countdown {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.layout-grid .product-skin-05 .product-item-inner:hover:before,
.layout-grid .product-skin-05 .product-item-inner.active:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.layout-grid .product-skin-05 .product-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  -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-info {
  position: absolute;
  bottom: 40px;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.layout-grid .product-skin-05 .product-item-name {
  color: #fff;
  font-size: 18px;
}
.layout-grid .product-skin-05 .yith-wcwl-add-to-wishlist {
  margin: 0 20px;
}
.layout-grid .product-skin-05 .product-action-inner a {
  color: inherit;
  color: #ffffff;
  display: inline-block;
}
.layout-grid .product-skin-05 .product-action-inner a:hover,
.layout-grid .product-skin-05 .product-action-inner a:focus,
.layout-grid .product-skin-05 .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-05 .clear {
  display: none;
}
.layout-grid .product-skin-05 .product-action-item {
  max-width: 80%;
  margin: 0 auto;
}
.layout-grid .product-skin-05 .product-action-item a {
  font-weight: 700;
  font-size: 13px;
  color: inherit;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 13px 35px;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-grid .product-skin-05 .product-action-item a:hover,
.layout-grid .product-skin-05 .product-action-item a:focus,
.layout-grid .product-skin-05 .product-action-item a:active {
  text-decoration: none;
  color: #dd3333;
}
.layout-grid .product-skin-05 .product-add-to-card,
.layout-grid .product-skin-05 .product-action-inner {
  display: none;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.add_to_cart_button.loading:after {
  opacity: 0 !important;
}
.woocommerce a.add_to_cart_button.loading.add_to_cart_tooltip: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';
  margin-right: 5px;
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0;
}
.woocommerce a.added_to_cart:after {
  content: '\f00c' !important;
  font-family: 'FontAwesome' !important;
}
.woocommerce .product-action-item:not(.add_to_cart_tooltip) a.added_to_cart:after {
  padding-left: 5px;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.sa-product-price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
  letter-spacing: 0;
  color: #dd3333;
  font-weight: 700;
}
.sa-product-price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.sa-product-price > :not(.del),
.woocommerce div.product p.price > :not(.del),
.woocommerce div.product span.price > :not(.del) {
  color: #dd3333;
}
.sa-product-price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  margin-right: 10px;
  text-decoration: line-through;
  font-weight: normal;
  opacity: 1 !important;
  color: #a1a1a1 !important;
}
/**
* 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: #959595;
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #dd3333;
}
.woocommerce .products .star-rating span:before,
.woocommerce .star-rating span:before {
  letter-spacing: 0.4em;
}
/**
* product-item-name
 */
.product-item-name {
  font-weight: 700;
  color: #333333;
  margin-top: 0;
  margin-bottom: 10px;
}
.product-item-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 {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
}
.product-cat + .product-item-name {
  padding-top: 10px !important;
}
.product-rating {
  padding-bottom: 10px;
}
.product-info + .compare {
  display: none !important;
}
.product-category .product-item-inner {
  padding-bottom: 30px;
}
.product-category.product-skin-05 .product-item-inner:before {
  content: none;
}
.product-category img {
  width: 100%;
}
.product-category a:hover .woocommerce-loop-category__title,
.product-category a:focus .woocommerce-loop-category__title {
  color: #dd3333;
}
.product-category .woocommerce-loop-category__title {
  color: #7d7d7d;
}
.layout-grid .product-category .product-item-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: #dd3333;
}
.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 {
  display: none;
}
.layout-list {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-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 #ebebeb;
}
.layout-list .product-actions {
  display: none;
}
.layout-list .product-quick-view,
.layout-list .compare {
  color: #dd3333 !important;
}
.layout-list .product-quick-view:hover,
.layout-list .compare:hover {
  color: #333333 !important;
}
.layout-list .yith-wcwl-add-to-wishlist {
  margin: 0 25px;
}
.layout-list .yith-wcwl-add-to-wishlist a {
  display: block;
}
.layout-list .yith-wcwl-add-to-wishlist a:hover,
.layout-list .yith-wcwl-add-to-wishlist a:focus {
  color: #333333;
  text-decoration: none;
}
.layout-list .product-category {
  width: 100% !important;
}
.layout-list .product-category a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout-list .product-category a:hover,
.layout-list .product-category a:focus,
.layout-list .product-category a:active {
  text-decoration: none;
  color: #dd3333;
}
.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;
  min-width: 100%;
}
.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-item-name {
  font-size: 18px;
  margin-bottom: 20px !important;
  margin-right: 120px;
  margin-top: 7px;
}
.layout-list .product-item-wrap .product-cat + .product-item-name {
  margin-top: 0;
}
.layout-list .product-item-wrap .price {
  font-size: 18px !important;
}
.layout-list .product-item-wrap .price del {
  font-size: 16px;
}
.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: #959595;
  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;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-list .product-list-actions > a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.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: #dd3333;
}
.layout-list .product-list-actions .product-action-item {
  margin-right: 30px;
  display: inline-block;
  color: #fff;
}
.layout-list .product-list-actions .product-action-item a {
  color: inherit;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.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: #dd3333;
}
.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: 700;
  font-size: 13px;
  color: #fff;
  border: 1px solid #dd3333;
  background-color: #dd3333;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 1;
  padding: 15px 40px;
  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 {
  display: none;
  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,
.layout-list .product-list-actions .product-action-item .product_type_simple:focus,
.layout-list .product-list-actions .product-action-item .product_type_external:focus,
.layout-list .product-list-actions .product-action-item .product_type_variable:focus,
.layout-list .product-list-actions .product-action-item .product_type_grouped:focus,
.layout-list .product-list-actions .product-action-item .added_to_cart:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.layout-list article.product-category .product-item-inner > a {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-list article.product-category .product-item-inner h2 {
  color: inherit;
  font-size: 18px;
  color: #333333;
  font-weight: 700;
}
.layout-list article.product-category .product-item-inner h2:hover,
.layout-list article.product-category .product-item-inner h2:focus,
.layout-list article.product-category .product-item-inner h2:active {
  text-decoration: none;
  color: #dd3333;
}
[class*="layout-metro-"] .product-category .product-item-inner a {
  color: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
[class*="layout-metro-"] .product-category .product-item-inner a:hover,
[class*="layout-metro-"] .product-category .product-item-inner a:focus,
[class*="layout-metro-"] .product-category .product-item-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
[class*="layout-metro-"] .product-category .product-item-inner h2 {
  font-size: 18px;
  text-align: center;
  color: #7d7d7d;
}
[class*="layout-metro-"] .product-category .product-item-inner h2 mark {
  background-color: transparent;
  color: #7d7d7d;
}
[class*="layout-metro-"] .product-category .product-item-inner h2:hover,
[class*="layout-metro-"] .product-category .product-item-inner h2:focus {
  color: #dd3333;
}
[class*="layout-metro-"] .product-category .product-item-inner h2:hover mark,
[class*="layout-metro-"] .product-category .product-item-inner h2:focus mark {
  color: #dd3333;
}
[class*="layout-metro-"] .product-rating {
  display: none;
}
[class*="layout-metro-"] .product-description {
  display: none;
}
[class*="layout-metro-"] .product-item-inner {
  position: relative;
}
[class*="layout-metro-"] .product-item-inner:hover .yith-wcwl-add-to-wishlist,
[class*="layout-metro-"] .product-item-inner.active .yith-wcwl-add-to-wishlist,
[class*="layout-metro-"] .product-item-inner:hover .yith-wcwl-wishlistexistsbrowse,
[class*="layout-metro-"] .product-item-inner.active .yith-wcwl-wishlistexistsbrowse,
[class*="layout-metro-"] .product-item-inner:hover .yith-wcwl-wishlistaddedbrowse,
[class*="layout-metro-"] .product-item-inner.active .yith-wcwl-wishlistaddedbrowse,
[class*="layout-metro-"] .product-item-inner:hover .product-action-item,
[class*="layout-metro-"] .product-item-inner.active .product-action-item {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
[class*="layout-metro-"] .product-item-inner:hover .product-deal-countdown,
[class*="layout-metro-"] .product-item-inner.active .product-deal-countdown {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  z-index: -1;
}
[class*="layout-metro-"] .product-info {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 30px;
}
[class*="layout-metro-"] .product-info .product-item-name {
  color: #333;
}
[class*="layout-metro-"] .product-action-inner {
  position: absolute;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  z-index: 3;
  right: 15px;
  top: 20px;
}
[class*="layout-metro-"] .product-action-inner a {
  color: inherit;
  color: #333;
  display: block;
  padding: 0 5px;
}
[class*="layout-metro-"] .product-action-inner a:hover,
[class*="layout-metro-"] .product-action-inner a:focus,
[class*="layout-metro-"] .product-action-inner a:active {
  text-decoration: none;
  color: #dd3333;
}
[class*="layout-metro-"] .product-action-inner .product-action-item a,
[class*="layout-metro-"] .product-action-inner .product-action-item,
[class*="layout-metro-"] .product-action-inner .yith-wcwl-add-to-wishlist,
[class*="layout-metro-"] .product-action-inner a.compare,
[class*="layout-metro-"] .product-action-inner a.product-quick-view,
[class*="layout-metro-"] .product-action-inner .yith-wcwl-add-to-wishlist a {
  transition: 0.3s;
}
[class*="layout-metro-"] .yith-wcwl-add-to-wishlist {
  margin: 0;
}
[class*="layout-metro-"] .product-quick-view,
[class*="layout-metro-"] .yith-wcwl-add-to-wishlist,
[class*="layout-metro-"] .compare,
[class*="layout-metro-"] .product-action-item {
  opacity: 0;
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
  transform: translateX(80%);
}
[class*="layout-metro-"] .product-action-item {
  font-size: 0;
}
[class*="layout-metro-"] .product-action-item a:after {
  font-family: FontAwesome;
  font-size: 18px;
  content: '\f291';
}
[class*="layout-metro-"] .product-action-item .added_to_cart:before,
[class*="layout-metro-"] .product-action-item .product_type_variable:before,
[class*="layout-metro-"] .product-action-item .product_type_grouped:before,
[class*="layout-metro-"] .product-action-item .product_type_external:before {
  content: '\f06e';
}
[class*="layout-metro-"].gf-blog-inner:not(.layout-deals) .product-deal-countdown {
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 2;
}
[class*="layout-metro-"].gf-blog-inner:not(.layout-deals) .product-deal-countdown .product-deal-countdown-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
[class*="layout-metro-"].gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 0;
  margin-top: 10px;
}
.layout-metro-07 .product-item-inner:hover .product-info,
.layout-metro-07 .product-item-inner.active .product-info {
  bottom: 40px;
}
.layout-metro-07 .product-meta {
  margin-bottom: 10px;
}
.layout-metro-07 .product-info {
  left: 50px;
  bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.layout-metro-07 .product-info .product-description {
  display: none;
}
.layout-metro-07 .product-list-actions {
  overflow: hidden;
}
.layout-metro-07 .product-item-name {
  font-size: 30px;
}
.layout-metro-07 .product-meta span.price {
  font-size: 18px;
}
.layout-metro-08,
.layout-metro-09 {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-grow: 1;
}
.layout-metro-08 .product-item-inner,
.layout-metro-09 .product-item-inner {
  border: 1px solid #f4f4f4;
}
.layout-metro-08 .product-item-inner:hover .product-list-actions,
.layout-metro-09 .product-item-inner:hover .product-list-actions,
.layout-metro-08 .product-item-inner.active .product-list-actions,
.layout-metro-09 .product-item-inner.active .product-list-actions {
  display: inherit;
}
.layout-metro-08 .product-info,
.layout-metro-09 .product-info {
  position: relative;
  text-align: center;
  padding: 25px 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  left: 0;
  position: static;
}
.layout-metro-08 .product-info .product-item-name,
.layout-metro-09 .product-info .product-item-name {
  font-size: 15px;
}
.layout-metro-08 .product-meta,
.layout-metro-09 .product-meta {
  margin-top: 12px;
}
.layout-metro-08 article:first-child .product-info,
.layout-metro-08 article:nth-child(5n+1) .product-info,
.layout-metro-09 article:first-child .product-info,
.layout-metro-09 article:nth-child(7n+1) .product-info {
  background-color: transparent;
  text-align: left;
  padding-left: 30px;
  position: absolute;
}
.layout-metro-08 article:first-child .product-item-inner,
.layout-metro-08 article:nth-child(5n+1) .product-item-inner,
.layout-metro-09 article:first-child .product-item-inner,
.layout-metro-09 article:nth-child(7n+1) .product-item-inner {
  border: 1px solid transparent;
  height: 100%;
}
.layout-metro-08 article:first-child .product-item-inner .product-thumb,
.layout-metro-08 article:nth-child(5n+1) .product-item-inner .product-thumb,
.layout-metro-09 article:first-child .product-item-inner .product-thumb,
.layout-metro-09 article:nth-child(7n+1) .product-item-inner .product-thumb,
.layout-metro-08 article:first-child .product-item-inner .product-thumb .product-images-hover,
.layout-metro-08 article:nth-child(5n+1) .product-item-inner .product-thumb .product-images-hover,
.layout-metro-09 article:first-child .product-item-inner .product-thumb .product-images-hover,
.layout-metro-09 article:nth-child(7n+1) .product-item-inner .product-thumb .product-images-hover,
.layout-metro-08 article:first-child .product-item-inner .product-thumb .product-images-hover div,
.layout-metro-08 article:nth-child(5n+1) .product-item-inner .product-thumb .product-images-hover div,
.layout-metro-09 article:first-child .product-item-inner .product-thumb .product-images-hover div,
.layout-metro-09 article:nth-child(7n+1) .product-item-inner .product-thumb .product-images-hover div {
  height: 100%;
}
.layout-metro-08 article:first-child .product-thumb-one,
.layout-metro-08 article:nth-child(5n+1) .product-thumb-one,
.layout-metro-09 article:first-child .product-thumb-one,
.layout-metro-09 article:nth-child(7n+1) .product-thumb-one,
.layout-metro-08 article:first-child .entry-thumbnail,
.layout-metro-08 article:nth-child(5n+1) .entry-thumbnail,
.layout-metro-09 article:first-child .entry-thumbnail,
.layout-metro-09 article:nth-child(7n+1) .entry-thumbnail,
.layout-metro-08 article:first-child .entry-thumbnail a,
.layout-metro-08 article:nth-child(5n+1) .entry-thumbnail a,
.layout-metro-09 article:first-child .entry-thumbnail a,
.layout-metro-09 article:nth-child(7n+1) .entry-thumbnail a {
  height: 100%;
}
.product-type-grouped .price .amount:first-child {
  padding-right: 5px;
}
.product-type-grouped .price .amount:last-child {
  padding-left: 5px;
}
/**
* Single Product
*/
.has-sidebar .woocommerce-tabs ul.tabs,
.has-sidebar .related.products > h2,
.has-sidebar .up-sells > h2 {
  text-align: left !important;
}
.has-sidebar .related.products > h2,
.has-sidebar .up-sells > h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.has-sidebar #tab-reviews {
  max-width: inherit;
}
.has-sidebar .related.products,
.has-sidebar .up-sells {
  border-top: none !important;
}
.has-sidebar .single-product-info.single-style-01 {
  padding: 0;
  border-bottom: none;
}
.has-sidebar span#reply-title,
.has-sidebar .woocommerce-Tabs-panel--reviews #comments h2 {
  text-align: left !important;
}
.single-product-images.single-style-02 {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #f6f7fb;
  padding-bottom: 250px;
  padding-top: 50px;
  margin-bottom: -250px;
}
.single-product-images.single-style-02 .single-product-image-thumb {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-product-images.single-style-02 #single-product-image {
  max-width: 500px;
}
.single-product-info.single-style-02 {
  position: relative;
  background-color: #fff;
}
.single-product-info.single-style-02 .woocommerce-tabs {
  margin-top: 90px;
}
.single-product-info.single-style-02 .product-breadcrum {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.single-product-info.single-style-02 .product_title {
  text-align: center;
}
.single-product-info.single-style-02 .summary-product {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  padding-bottom: 90px;
  padding-top: 50px;
  box-shadow: 0 6px 14.56px 1.44px rgba(192, 205, 211, 0.4);
  -webkit-box-shadow: 0 6px 14.56px 1.44px rgba(192, 205, 211, 0.4);
  -o-box-shadow: 0 6px 14.56px 1.44px rgba(192, 205, 211, 0.4);
  -moz-box-shadow: 0 6px 14.56px 1.44px rgba(192, 205, 211, 0.4);
}
.single-product-info.single-style-02 .summary-product .price {
  text-align: center;
}
.single-product-info.single-style-02 .summary-product .price ins {
  font-size: 18px;
}
.single-product-info.single-style-02 .summary-product .product-flash-inner {
  left: 30px;
  top: 20px;
}
.single-product-info.single-style-02 .summary-product .product-rating {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
.single-product-info.single-style-02 .summary-product .product-deal-countdown {
  text-align: center;
}
.gsf-product-wrap.layout-03 .woocommerce-tabs {
  margin-top: 50px;
}
#single-product-image-3 {
  background-color: #f6f7fb;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  padding: 120px 20px 70px 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
#single-product-image-3 .single-product-image-main-inner {
  position: relative;
}
#single-product-image-3 .product_title {
  font-family: 'Playfair Display';
  font-weight: 400;
}
#single-product-image-3 .quantity .quantity-inner .input-text {
  background-color: #ffffff;
}
#single-product-image-3 .single-product-image-thumb {
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
  width: 110px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-height: 100%;
}
#single-product-image-3 .single-product-image-thumb .product-image-thumb-item {
  position: relative;
  border: none;
}
#single-product-image-3 .single-product-image-thumb .product-image-thumb-item + .product-image-thumb-item {
  margin-top: 10px;
}
#single-product-image-3 .single-product-image-thumb .product-image-thumb-item.synced > a:before {
  background-color: rgba(255, 255, 255, 0.2);
}
#single-product-image-3 .single-product-image-main {
  position: relative;
  margin-left: 110px;
}
#single-product-image-3 .summary-product {
  max-width: 600px;
  margin-left: 50px;
}
#single-product-image-3 .summary-product table.variations select {
  background-color: #ffffff;
}
.single-style-04 {
  -webkit-justify-content: space-between !important;
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  justify-content: space-between !important;
}
.single-style-04 .product-near-items ul {
  margin-bottom: 0;
}
#single-product-image-2 {
  background-color: #f6f7fb;
  padding: 80px 0;
}
#single-product-image-2 .summary-product table.variations select,
#single-product-image-2 .quantity .quantity-inner .input-text {
  background-color: #ffffff;
}
#single-product-image-2 .product-flash-inner {
  left: 40px;
}
.layout-05 .woocommerce-tabs {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  #single-product-image-3 .single-product-image-thumb {
    padding-right: 0;
    position: relative;
    width: auto;
  }
  #single-product-image-3 .single-product-image-thumb .product-image-thumb-item + .product-image-thumb-item {
    margin-top: 0;
  }
  #single-product-image-3 .slick-initialized {
    margin: 0 -5px;
  }
  #single-product-image-3 .slick-initialized .slick-slide {
    margin: 0 5px;
  }
  #single-product-image-3 .single-product-image-main {
    margin-left: 0;
    margin-bottom: 10px;
  }
  #single-product-image-3 .single-product-image-main-wrap {
    max-width: 500px;
  }
  #single-product-image-3 .single-product-image-main:before {
    height: auto;
  }
}
@media (max-width: 991px) {
  #single-product-image-3 {
    padding-top: 50px;
    display: block;
  }
  #single-product-image-3 .single-product-image-main-wrap {
    margin: 0 auto;
  }
  #single-product-image-3 .summary-product {
    margin: 0 auto;
    margin-top: 40px;
  }
  #single-product-image-3 .summary-product .product-rating {
    text-align: center;
  }
  #single-product-image-3 .summary-product .product-breadcrum {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #single-product-image-3 .summary-product .price {
    text-align: center;
  }
}
.single-product-image,
.single-product-image-main {
  position: relative;
}
.single-product-image-main:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.single-product-image-main:hover:before,
.single-product-image-main:hover .zoom-image {
  opacity: 1;
}
.single-product-image-main img {
  width: 100%;
}
.single-product-image-thumb .product-image-thumb-item > 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(255, 255, 255, 0.5);
  -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: 1;
}
.single-product-image-thumb .owl-item.current {
  cursor: default;
}
.single-product-image-thumb .owl-item.current .product-image-thumb-item > a:before {
  background-color: rgba(255, 255, 255, 0.2);
}
.product-item-wrap.product .product-info .price > span:not(del),
.product-item-wrap.product .product-info .price ins {
  color: #dd3333;
  font-weight: 700;
  text-decoration: none;
}
.product-item-wrap.product .product-info .price del + ins {
  margin-left: 10px;
}
.single-product-controls {
  margin-bottom: 25px;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.single-product-controls .product-near-items ul {
  list-style: none;
  position: relative;
}
.single-product-controls .product-near-items ul li + li {
  margin-left: 20px;
}
.single-product-controls .product-near-items ul li a {
  color: #333333;
}
.single-product-controls .product-near-items ul li a:hover {
  color: #dd3333;
  text-decoration: none;
}
.single-product-controls .product-near-items ul li .disable {
  color: #959595;
}
.single-product-controls .product-near-items ul li:hover .product-near {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.single-product-controls .product-near {
  position: absolute;
  right: 0;
  top: 100%;
  padding: 10px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -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;
  margin-left: 10px;
}
.single-product-controls .product-near .product-near-info a {
  line-height: 1;
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
  color: inherit;
  color: #333333;
  white-space: nowrap;
}
.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: #dd3333;
}
.single-product-controls .product-near .product-near-info p.price {
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 0;
  white-space: nowrap;
}
.single-product-controls .product-near img {
  width: 60px;
}
.summary-product {
  position: relative;
}
.summary-product .product_title {
  font-size: 48px;
  font-weight: 700;
  color: #333333;
  margin-top: 10px !important;
  margin-bottom: 10px;
}
.summary-product .gf-breadcrumbs li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #dd3333;
}
.summary-product .gf-breadcrumbs li a:hover,
.summary-product .gf-breadcrumbs li a:focus {
  color: #333333 !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.summary-product .gf-social-inner {
  margin-top: 30px;
}
.summary-product .gf-social-inner span {
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  margin-right: 30px;
}
.summary-product .gf-social-inner ul li {
  color: #959595;
}
.summary-product .price {
  font-size: 24px !important;
  margin-bottom: 17px;
  color: #dd3333;
  text-decoration: none;
  font-weight: 700;
}
.summary-product .price del {
  font-size: 16px;
  color: #a1a1a1;
  font-weight: 400;
  margin-right: 20px;
}
.summary-product .price ins {
  text-decoration: none;
}
.summary-product .product-rating .star-rating {
  margin-top: 0;
  float: none;
  display: inline-block;
}
.summary-product .product-rating .rating-count {
  font-size: 16px;
  color: #7d7d7d;
  margin-left: 20px;
}
.summary-product .product-rating a:hover span {
  color: #dd3333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.summary-product .product_title + .price + .product-rating,
.summary-product .product_title + .product-rating {
  top: 13px;
}
.summary-product .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.summary-product .woocommerce-product-details__short-description p {
  margin-bottom: 0;
}
.summary-product form.cart {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}
.summary-product .quantity {
  margin-right: 20px !important;
}
.summary-product .quantity .quantity-inner .input-text {
  height: 45px;
  line-height: 45px;
}
.summary-product .quantity .quantity-inner .btn-number {
  line-height: 45px;
}
.summary-product .quantity .quantity-inner .btn-number:before {
  line-height: 45px;
}
.summary-product table.variations {
  margin-bottom: 10px !important;
}
.summary-product table.variations td {
  width: 50%;
  padding-bottom: 10px;
  vertical-align: middle !important;
}
.summary-product table.variations td.label {
  max-width: 30%;
  width: 10%;
  white-space: nowrap;
}
.summary-product table.variations label {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}
.summary-product table.variations .reset_variations {
  display: none !important;
}
.summary-product table.variations select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: #f6f7fb;
  font-size: 15px;
  margin-right: 0 !important;
  width: 100%;
  color: #7d7d7d;
  max-width: 300px !important;
  min-width: 100px !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 + td {
  padding-left: 10px;
}
.summary-product .group_table td.label {
  font-size: 16px;
  color: #333333;
  padding-right: 1em;
  padding-left: 1em;
}
.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: #dd3333;
}
.summary-product .group_table td.price {
  font-size: 14px !important;
  font-weight: 700;
  color: #333333;
  padding-bottom: 1em;
}
.summary-product .group_table td.price del {
  color: #959595;
}
.summary-product .group_table td.price ins {
  color: #333333;
  text-decoration: none;
}
.summary-product .product_meta {
  margin-top: 2em;
  margin-bottom: 30px;
}
.summary-product .product_meta > span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-transform: capitalize;
}
.summary-product .product_meta > span span {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 20px;
  color: #7d7d7d;
}
.summary-product .product_meta > span a {
  color: inherit;
  letter-spacing: 0;
  font-weight: 400;
  text-transform: capitalize;
  color: #7d7d7d;
}
.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: #dd3333;
}
.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: #dd3333;
}
.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: #959595;
  margin-right: 22px;
}
.summary-product .single-product-function {
  border-bottom: 1px solid #ebebeb;
  display: flex;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.summary-product .single-product-function .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
.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;
  font-size: 13px;
  color: #7d7d7d;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 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: #dd3333;
}
.summary-product .single-product-function .yith-wcwl-add-button a:before,
.summary-product .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.summary-product .single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  margin-right: 10px;
  color: #dd3333;
  position: relative;
  top: 2px;
}
.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;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin-left: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #7d7d7d;
  text-transform: uppercase;
}
.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: #dd3333;
}
.summary-product .single-product-function .compare:before {
  font-size: 18px;
  font-family: FontAwesome;
  content: '\f074';
  margin-right: 15px;
  position: relative;
  top: 2px;
  color: #dd3333;
}
.summary-product .single-product-function .compare:hover,
.summary-product .single-product-function .compare:focus {
  color: #dd3333;
}
.single-product-gallery {
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb;
}
.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 #ebebeb;
}
.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 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f6f7fb;
  border: 1px solid #f6f7fb;
  color: #333333;
  width: 100px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
  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;
  font-size: 24px;
  font-weight: 300;
}
.quantity .quantity-inner [data-type="plus"] {
  right: 0;
  font-size: 24px;
  font-weight: 300;
}
.popup-close {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #959595;
  -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: #dd3333;
  text-decoration: none;
}
#popup-product-quick-view-wrapper {
  text-align: center;
  z-index: 99999;
}
#popup-product-quick-view-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#popup-product-quick-view-wrapper > .modal-dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-top: 0;
}
#popup-product-quick-view-wrapper .product-quickview-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#popup-product-quick-view-wrapper .prev-product,
#popup-product-quick-view-wrapper .next-product {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
  padding: 10px 0;
  width: 50px;
  font-size: 34px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  opacity: 0.7;
}
#popup-product-quick-view-wrapper .prev-product:not(.disable):hover,
#popup-product-quick-view-wrapper .next-product:not(.disable):hover,
#popup-product-quick-view-wrapper .prev-product:not(.disable):focus,
#popup-product-quick-view-wrapper .next-product:not(.disable):focus {
  opacity: 1;
}
#popup-product-quick-view-wrapper .next-product {
  right: 0;
  left: auto;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 20px 40px;
}
#popup-product-quick-view-wrapper + .modal-backdrop {
  opacity: 0.7;
}
.gf-blog-inner:not(.layout-deals) .product-skin-05 .product-deal-countdown {
  top: 20px;
  right: 20px;
  left: auto;
  z-index: 2;
}
.gf-blog-inner:not(.layout-deals) .product-skin-05 .product-deal-countdown .product-deal-countdown-inner {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.gf-blog-inner:not(.layout-deals) .product-skin-05 .product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 0;
  margin-top: 10px;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown,
.summary-product .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;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown-section,
.summary-product .product-deal-countdown .countdown-section {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  width: 48px;
  height: 48px;
  padding-top: 9px;
  background-color: #333;
  color: #fff;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown-section + .countdown-section,
.summary-product .product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 10px;
  margin-top: 5px;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown,
.summary-product .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%);
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown-amount,
.summary-product .product-deal-countdown .countdown-amount {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown .countdown-period,
.summary-product .product-deal-countdown .countdown-period {
  display: block;
  font-size: 12px;
}
.gf-blog-inner:not(.layout-deals) .product-deal-countdown.small .countdown-section,
.summary-product .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;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce-tabs {
  margin-top: 80px;
}
.woocommerce-tabs > ul li + li {
  margin-left: 58px !important;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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: #7d7d7d;
}
.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 5px 0;
  position: relative;
  font-weight: 400;
  font-family: 'Playfair Display';
  font-size: 24px;
  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: #dd3333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:before {
  content: "";
  height: 3px;
  position: relative;
  background-color: #dd3333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
  z-index: 3;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  top: 45px;
}
.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: #dd3333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
#tab-reviews {
  max-width: 80%;
  margin: 0 auto;
}
.woocommerce div.product .woocommerce-tabs .panel {
  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: 60px;
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-weight: 400;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}
.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 #review_form #respond .form-submit input {
  display: block;
  margin: 0 auto;
}
.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;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  padding-bottom: 25px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  padding: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 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: 700;
  font-size: 16px;
  color: #333333;
  display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
  font-size: 16px;
  font-style: italic;
  color: #959595;
  display: inline-block;
  font-family: 'Playfair Display';
}
.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-transform: capitalize;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
}
.woocommerce #review_form #respond label {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
  color: #333333;
  padding: 0;
  letter-spacing: inherit;
}
.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: 6px;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #dd3333;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: #f6f7fb;
}
.woocommerce .single-product-related .woocommerce-block-title {
  font-size: 24px;
  margin-bottom: 30px !important;
}
.gsf-products .owl-carousel .owl-dots {
  margin-top: 66px !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;
  }
  .gsf-products div.product-skin-01.owl-carousel .owl-stage-outer,
  .gsf-products div.product-skin-02.owl-carousel .owl-stage-outer,
  .gsf-products div.product-skin-04.owl-carousel .owl-stage-outer,
  .gsf-products div.product-skin-07.owl-carousel .owl-stage-outer {
    padding: 0 30px 40px 15px;
    margin: 0 -30px -40px -15px;
  }
}
@media (max-width: 767px) {
  .woocommerce-tabs {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 320px) {
  .woocommerce div.product form.cart .variations select {
    min-width: 200px;
  }
  .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 {
    margin-top: 20px;
  }
}
.woocommerce-block-title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
/**
* Up sells, Related, Cross-sell
 */
.woocommerce .up-sells > h2,
.woocommerce .related.products > h2,
.woocommerce .cross-sells > h2 {
  margin-top: 0;
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 400;
  font-family: 'Playfair Display';
  text-transform: capitalize;
}
.woocommerce .related.products {
  padding-top: 60px;
}
.related.fullwidth {
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}
.upsells.fullwidth {
  margin-left: 60px;
  margin-right: 60px;
}
body.boxed .related.fullwidth,
body.bordered .related.fullwidth,
body.framed .related.fullwidth,
body.boxed .upsells.fullwidth,
body.bordered .upsells.fullwidth,
body.framed .upsells.fullwidth {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce .up-sells {
  margin-top: 60px;
}
.woocommerce #review_form #respond form textarea,
.woocommerce #review_form #respond form input[type="text"],
.woocommerce #review_form #respond form input[type="email"] {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.woocommerce #review_form #respond form textarea:focus,
.woocommerce #review_form #respond form input[type="text"]:focus,
.woocommerce #review_form #respond form input[type="email"]:focus {
  border-color: #dd3333;
}
.woocommerce #review_form #respond form textarea:focus::placeholder,
.woocommerce #review_form #respond form input[type="text"]:focus::placeholder,
.woocommerce #review_form #respond form input[type="email"]:focus::placeholder {
  color: #333333;
}
.woocommerce #review_form #respond form .form-submit {
  margin-top: 30px;
}
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a {
  padding: 5.5px 20px;
  margin: 5px 0;
}
.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions a + a {
  margin-left: 10px;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.woocommerce table.shop_table thead th {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #363636;
  padding: 0;
  padding-bottom: 22px;
  border-bottom: 1px solid #ebebeb;
}
.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 #ebebeb;
}
.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 {
  color: #333333;
  font-size: 18px;
}
.woocommerce table.shop_table tbody .product-name a:hover {
  color: #dd3333;
}
.woocommerce table.shop_table tbody .product-price {
  font-weight: 700;
}
.woocommerce table.shop_table tbody .product-subtotal {
  color: #dd3333;
  font-weight: 700;
}
.woocommerce table.shop_table tbody .product-remove {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-cart-form {
  position: relative;
}
.woocommerce .woocommerce-cart-form .coupon {
  position: absolute;
  left: 0;
  width: 50%;
  top: 100%;
}
.woocommerce .woocommerce-cart-form .coupon .woocommerce-block-title {
  margin-top: 0;
  margin-bottom: 27px;
}
.woocommerce .woocommerce-cart-form .coupon .coupon-desc {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="coupon_code"] {
  flex-grow: 1;
  margin-right: 30px;
  height: 45px;
  line-height: 45px;
  background-color: #f6f7fb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"] {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  background-color: #252525;
  border-color: #252525;
}
.woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"]:hover,
.woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"]:focus {
  border-color: #dd3333;
  background-color: #dd3333 !important;
  color: #ffffff;
}
.woocommerce .woocommerce-cart-form .cart-actions {
  padding-top: 60px;
  padding-bottom: 55px;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.woocommerce .woocommerce-cart-form .cart-actions div [name="update_cart"] {
  padding: 11.5px 45px;
  line-height: 20px;
  margin-left: 26px;
}
.woocommerce .woocommerce-cart-form .cart-actions div .continue-shopping {
  text-align: right;
  padding-right: 0;
  padding-left: 20px;
}
.woocommerce .cart-collaterals div.cart_totals,
.woocommerce .cart-collaterals div.cross-sells {
  width: 100%;
  float: none;
}
.woocommerce .cart-collaterals .cart_totals {
  padding-bottom: 60px;
  margin-bottom: 50px;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
  width: 35%;
  float: right;
  padding: 30px 30px 50px;
  background-color: #f6f7fb;
}
.woocommerce .cart-collaterals .cart_totals .cart_totals_inner .woocommerce-block-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
}
.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: none;
  padding-top: 16px;
  padding-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table th {
  font-weight: bold;
  color: #333333;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .cart-subtotal .amount {
  font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .order-total .amount {
  font-size: 24px;
  font-weight: 700;
  color: #dd3333;
}
.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;
  -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: #dd3333;
}
.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: #dd3333;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator .form-row {
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator input[type="text"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator #calc_shipping_country_field .select2-selection,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator #calc_shipping_state_field .select2-selection {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  height: 34px;
  line-height: 34px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator #calc_shipping_country_field .select2-selection span,
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator #calc_shipping_state_field .select2-selection span {
  color: #7d7d7d;
  height: 34px;
  line-height: 34px;
  padding-left: 20px;
}
.woocommerce .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator [name="calc_shipping"] {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 9px 40px;
  background-color: #333333;
  border-color: #333333;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  text-align: center;
  padding-bottom: 0;
  padding-top: 34px;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin-bottom: 0;
  width: 100%;
}
/**
* Checkout page
*/
.woocommerce form .form-row {
  margin-bottom: 16px;
}
.woocommerce form label {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 700;
  color: #959595;
}
.woocommerce form input[type="text"],
.woocommerce form input[type="password"],
.woocommerce form input[type="tel"],
.woocommerce form input[type="email"],
.woocommerce form select,
.woocommerce form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f6f7fb;
  border: 1px solid #f6f7fb;
  height: 45px;
  line-height: 45px;
  -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 #dd3333;
}
.login-coupon-block {
  margin-bottom: 40px;
}
.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: #dd3333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #dd3333;
}
.login-coupon-block form.woocommerce-form-login {
  border: 1px dashed #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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 {
  margin-left: 30px;
  padding-top: 10px;
  margin-bottom: 0;
  cursor: pointer;
}
.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: #dd3333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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: #dd3333;
}
.login-coupon-block form.checkout_coupon {
  border: 1px dashed #ebebeb;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-coupon-block form.checkout_coupon .form-row {
  margin-bottom: 0;
}
.woocommerce form.checkout h3 {
  margin-bottom: 25px;
  margin-top: 0;
}
.woocommerce form.checkout #billing_state_field .select2-selection,
.woocommerce form.checkout #shipping_state_field .select2-selection,
.woocommerce form.checkout #billing_country_field .select2-selection,
.woocommerce form.checkout #shipping_country_field .select2-selection {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f6f7fb;
  height: 45px;
  line-height: 45px;
}
.woocommerce form.checkout #billing_state_field .select2-selection span,
.woocommerce form.checkout #shipping_state_field .select2-selection span,
.woocommerce form.checkout #billing_country_field .select2-selection span,
.woocommerce form.checkout #shipping_country_field .select2-selection span {
  color: #7d7d7d;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
}
.woocommerce form.checkout #ship-to-different-address span,
.woocommerce form.checkout .woocommerce-account-fields span {
  cursor: pointer;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
}
.woocommerce form.checkout #ship-to-different-address .woocommerce-form__label-for-checkbox span,
.woocommerce form.checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox span {
  color: #333333;
  font-size: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce form.checkout #ship-to-different-address .woocommerce-form__label-for-checkbox:hover span,
.woocommerce form.checkout .woocommerce-account-fields .woocommerce-form__label-for-checkbox:hover span {
  color: #dd3333;
}
.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: #f6f7fb;
}
.woocommerce form.checkout #order_review h3 {
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px solid #ebebeb;
  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;
  font-size: 18px;
}
.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.product-name {
  font-size: 16px;
  color: #7d7d7d;
}
.woocommerce form.checkout #order_review .shop_table tbody td:last-of-type {
  text-align: right;
  font-weight: 700;
  font-size: 14px;
  color: #959595;
}
.woocommerce form.checkout #order_review .shop_table tbody tr:last-of-type td {
  padding-bottom: 13px;
  border-bottom: 1px solid #ebebeb;
}
.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 #ebebeb;
}
.woocommerce form.checkout #order_review .shop_table tfoot th {
  color: #333333;
  font-size: 18px;
}
.woocommerce form.checkout #order_review .shop_table tfoot td {
  text-align: right;
}
.woocommerce form.checkout #order_review .shop_table tfoot .cart-subtotal .amount {
  font-weight: 700;
  color: #333333;
}
.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;
  color: #dd3333;
  font-weight: 700;
}
.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: #dd3333;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.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: 700;
  font-size: 15px;
  letter-spacing: 0;
  color: #333333;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input,
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  cursor: pointer;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .payment_method_paypal [name="payment_method"] {
  margin-top: 17px;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .payment_box,
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .payment_box:before {
  background-color: transparent;
  border-color: transparent;
}
.woocommerce form.checkout #order_review .woocommerce-checkout-payment .payment_box {
  padding-top: 0;
  margin-top: 0;
}
.woocommerce form.checkout #order_review .place-order {
  text-align: center;
  padding: 40px 0 0;
  margin-bottom: 0;
}
.woocommerce form.checkout #order_review #place_order {
  float: none;
  width: 100%;
}
.woocommerce-thankyou-order-details {
  padding-left: 0 !important;
}
.woocommerce-thankyou-order-details li {
  margin-top: 20px;
}
.woocommerce-order-details .woocommerce-order-details__title {
  font-size: 34px;
}
.woocommerce-order-details table.order_details tbody td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.woocommerce-order-details table.order_details tbody td.product-name {
  font-size: 15px;
}
.woocommerce-order-details table.order_details tbody td 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;
}
.woocommerce-order-details table.order_details tbody td a:hover,
.woocommerce-order-details table.order_details tbody td a:focus,
.woocommerce-order-details table.order_details tbody td a:active {
  text-decoration: none;
  color: #dd3333;
}
.woocommerce-order-details table.order_details tbody td:first-child {
  padding-left: 20px;
}
.woocommerce-order-details table.order_details tfoot th,
.woocommerce-order-details table.order_details tfoot td {
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
}
.woocommerce-order-details table.order_details tfoot th {
  color: #333333;
}
.woocommerce-order-details table.order_details tfoot tr:last-of-type .amount {
  font-size: 24px;
}
.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  font-size: 34px;
}
.woocommerce .woocommerce-customer-details address {
  border: none;
  padding: 0;
}
.woocommerce .woocommerce-customer-details .col2-set .col-1,
.woocommerce .woocommerce-customer-details .col2-set .col-2 {
  padding: 0;
  max-width: 48%;
}
/**
* Wishlist page
 */
#yith-wcwl-form .wishlist-title h2 {
  font-size: 34px;
  margin-top: 0;
  margin-bottom: 40px;
}
#yith-wcwl-form tbody th,
#yith-wcwl-form tbody td {
  text-align: left;
  padding-top: 30px;
}
#yith-wcwl-form tbody .product-remove {
  padding-right: 30px;
  vertical-align: middle;
  padding-top: 30px;
}
#yith-wcwl-form tbody .product-remove a {
  font-size: 30px;
  font-weight: 400;
}
#yith-wcwl-form tbody .product-thumbnail a {
  max-width: 100px;
}
#yith-wcwl-form tbody .product-thumbnail img {
  width: 100px;
}
#yith-wcwl-form tbody .product-name {
  color: #333333;
}
#yith-wcwl-form tbody .product-name a {
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#yith-wcwl-form tbody .product-name a:hover,
#yith-wcwl-form tbody .product-name a:focus,
#yith-wcwl-form tbody .product-name a:active {
  text-decoration: none;
  color: #dd3333;
}
#yith-wcwl-form tbody .product-price {
  color: #dd3333;
}
#yith-wcwl-form tbody .product-price del {
  color: #959595;
}
#yith-wcwl-form tbody .product-stock-status > span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  color: #959595;
}
#yith-wcwl-form tbody .product-stock-status > span:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock {
  color: #dd3333;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-in-stock:before {
  content: '\f058';
  color: #dd3333;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock {
  color: #959595;
}
#yith-wcwl-form tbody .product-stock-status .wishlist-out-of-stock:before {
  content: '\f057';
  color: #dd3333;
}
#yith-wcwl-form tbody .product-add-to-cart > a {
  padding: 11.5px 20px;
}
#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;
}
/**
* My account page
 */
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: 48%;
}
.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 #ebebeb;
  -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: #dd3333;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
  background-color: #dd3333;
  border-bottom-color: #dd3333;
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px dashed #ebebeb;
}
.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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #dd3333;
  background-color: #dd3333;
  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: #dd3333;
  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 {
  color: #ffffff;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title > h3 {
  margin-top: 0;
  font-size: 24px;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit {
  border-width: 1px;
  padding: 9px 15px;
  color: inherit;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:focus,
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:active {
  text-decoration: none;
  color: #dd3333;
}
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:hover,
.woocommerce-account .woocommerce-MyAccount-content .addresses .woocommerce-Address-title .edit:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
#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;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0;
}
#customer_login form.login .woocommerce-form__label-for-checkbox,
#customer_login form.register .woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
  padding-top: 11px;
  cursor: pointer;
}
#customer_login [name="rememberme"] {
  margin-left: 20px;
}
.woocommerce form.woocommerce-form-login {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px dashed #ebebeb;
}
.woocommerce form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
  margin-bottom: 0;
  padding-top: 11px;
  cursor: pointer;
  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 #ebebeb;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    font-size: 11px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    border-bottom: none;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 50px;
  }
  #customer_login .login {
    margin-bottom: 50px;
  }
}
.customer-login-block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.customer-login-block .login input[name="login"] {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.customer-login-block .login .lost_password {
  float: right;
}
.customer-register-block input[name="register"] {
  display: block;
  width: 100%;
}
.u-column1 .customer-login-block {
  width: 100%;
}
label[for="rememberme"] input[type="checkbox"] {
  position: relative;
  top: 4px;
}
/**
* order tracking
 */
.track_order {
  text-align: center;
}
.track_order .form-row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: 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: 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-item-name {
    margin-right: 0;
  }
  .single-product-info.single-style-03 .single-product-gallery {
    padding-bottom: 0;
  }
  .related.fullwidth,
  .upsells.fullwidth {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 575px) {
  #single-product-image-3 .slick-initialized {
    margin: 0;
  }
  .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;
  }
}
.owl-carousel .gf-carousel-item {
  width: auto;
}
.owl-carousel.carousel-gutter-30 .gf-carousel-item {
  margin-left: -15px;
  margin-right: -15px;
}
.owl-carousel.carousel-gutter-30 .gf-carousel-item > article {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.owl-carousel.carousel-gutter-30 .owl-dots {
  margin-top: 40px !important;
}
.owl-carousel.carousel-gutter-20 .gf-carousel-item {
  margin-left: -10px;
  margin-right: -10px;
}
.owl-carousel.carousel-gutter-20 .gf-carousel-item > article {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.owl-carousel.carousel-gutter-20 .owl-dots {
  margin-top: 50px !important;
}
.owl-carousel.carousel-gutter-10 .gf-carousel-item {
  margin-left: -5px;
  margin-right: -5px;
}
.owl-carousel.carousel-gutter-10 .gf-carousel-item > article {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.owl-carousel.carousel-gutter-10 .owl-dots {
  margin-top: 60px !important;
}
.owl-carousel.carousel-gutter-none .gf-carousel-item {
  margin-left: 0;
  margin-right: 0;
}
.owl-carousel.carousel-gutter-none .gf-carousel-item > article {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
div#yith-wcwl-popup-message {
  background-color: #333333;
  color: #959595;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
}
#colorbox.yith_woocompare_colorbox,
#cboxOverlay.yith_woocompare_colorbox {
  z-index: 999999;
}
.woocommerce-screen-md .woocommerce-cart-form .cart-actions div [name="update_cart"],
.woocommerce-screen-md .woocommerce-cart-form .cart-actions div .clear-cart,
.woocommerce-screen-md .woocommerce-cart-form .cart-actions div.continue-shopping a {
  padding: 11.5px 25px;
}
.woocommerce-screen-md .woocommerce-cart-form .coupon .coupon-actions {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.woocommerce-screen-md .woocommerce-cart-form .coupon .coupon-actions [name="coupon_code"] {
  margin-right: 0;
}
.woocommerce-screen-md .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"] {
  margin-top: 20px;
  width: 100%;
}
.woocommerce-screen-md form.checkout #order_review {
  padding: 20px;
}
.woocommerce-has-sidebar .cart-collaterals .cart_totals .cart_totals_inner {
  width: 47%;
}
.woocommerce-has-sidebar .cross-sells h2 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.woocommerce-has-sidebar .cross-sells p,
.woocommerce-has-sidebar .cross-sells h2 {
  text-align: left;
}
@media (max-width: 1199px) {
  .woocommerce-has-sidebar .woocommerce-cart-form .cart-actions div [name="update_cart"],
  .woocommerce-has-sidebar .woocommerce-cart-form .cart-actions div .clear-cart,
  .woocommerce-has-sidebar .woocommerce-cart-form .cart-actions div.continue-shopping a {
    padding: 11.5px 25px;
  }
  .woocommerce-has-sidebar .woocommerce-cart-form .coupon .coupon-actions {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .woocommerce-has-sidebar .woocommerce-cart-form .coupon .coupon-actions [name="coupon_code"] {
    margin-right: 0;
  }
  .woocommerce-has-sidebar .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"] {
    margin-top: 20px;
    width: 100%;
  }
  .woocommerce-has-sidebar form.checkout #order_review {
    padding: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-cart-form .cart-actions div [name="update_cart"],
  .woocommerce .woocommerce-cart-form .cart-actions div .clear-cart,
  .woocommerce .woocommerce-cart-form .cart-actions div.continue-shopping a {
    padding: 11.5px 25px;
  }
  .woocommerce .woocommerce-cart-form .coupon .coupon-actions {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="coupon_code"] {
    margin-right: 0;
  }
  .woocommerce .woocommerce-cart-form .coupon .coupon-actions [name="apply_coupon"] {
    margin-top: 20px;
    width: 100%;
  }
  .woocommerce form.checkout #order_review {
    padding: 20px;
  }
  .single-product-image-main-wrap {
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .single-product-image-main-wrap .summary-product {
    margin-top: 30px;
  }
  .single-product-image-main-wrap .summary-product .product_title,
  .single-product-image-main-wrap .summary-product .product-rating,
  .single-product-image-main-wrap .summary-product .price {
    text-align: center;
  }
  .single-product-image-main-wrap .summary-product .gf-breadcrumbs {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .woocommerce .woocommerce-cart-form .coupon {
    position: static;
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form .cart-actions {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .woocommerce .woocommerce-cart-form .cart-actions div {
    width: 100%;
  }
  .woocommerce .woocommerce-cart-form .cart-actions div [name="update_cart"],
  .woocommerce .woocommerce-cart-form .cart-actions div .clear-cart,
  .woocommerce .woocommerce-cart-form .cart-actions div.continue-shopping a {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce .woocommerce-cart-form .cart-actions div [name="update_cart"],
  .woocommerce .woocommerce-cart-form .cart-actions div.continue-shopping a {
    margin-top: 20px;
  }
  .woocommerce .cart-collaterals .cart_totals .cart_totals_inner {
    width: 100%;
    margin-top: 50px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table tbody td,
  .woocommerce table.shop_table tbody th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .single-product-controls .product-near {
    max-width: 300px;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  #yith-wcwl-form {
    overflow-x: auto;
    max-width: 100%;
  }
}
@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.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;
}
.portfolio-action a {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
}
.portfolio-action a:before,
.portfolio-action a:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #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;
}
.portfolio-action a:before {
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
}
.portfolio-action a:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  margin-top: -0.5px;
}
.portfolio-action a i {
  font-size: 30px;
  color: #dd3333;
  -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: 30px;
}
.portfolio-grid .portfolio-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 10px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio-grid .portfolio-content * {
  color: inherit;
}
.portfolio-grid .portfolio-content .gsf-portfolio-title a,
.portfolio-grid .portfolio-content .portfolio-cat 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;
}
.portfolio-grid .portfolio-content .portfolio-cat {
  font-size: 15px;
  z-index: 3;
  font-weight: 400;
}
.portfolio-grid .portfolio-content .portfolio-cat a {
  color: inherit;
}
.portfolio-grid .portfolio-content .portfolio-cat a:hover,
.portfolio-grid .portfolio-content .portfolio-cat a:focus,
.portfolio-grid .portfolio-content .portfolio-cat a:active {
  text-decoration: none;
  color: #dd3333;
}
.portfolio-grid .portfolio-item-skin-02 .portfolio-content {
  z-index: -1;
}
.portfolio-grid .portfolio-item-inner {
  position: relative;
}
.portfolio-grid .portfolio-item-inner:hover .entry-thumbnail .entry-thumbnail-overlay:after,
.portfolio-grid .portfolio-item-inner.active .entry-thumbnail .entry-thumbnail-overlay:after,
.portfolio-grid .portfolio-item-inner:hover .portfolio-content,
.portfolio-grid .portfolio-item-inner.active .portfolio-content {
  opacity: 1;
}
.portfolio-grid .portfolio-item-inner:hover .portfolio-content,
.portfolio-grid .portfolio-item-inner.active .portfolio-content {
  z-index: 3;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-grid .entry-thumbnail-overlay:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-grid.portfolio-hover-accent .entry-thumbnail-overlay:after {
  background-color: rgba(221, 51, 51, 0.8);
}
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .gsf-portfolio-title,
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .portfolio-cat {
  color: #ffffff !important;
}
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .gsf-portfolio-title a:hover,
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .portfolio-cat a:hover,
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .gsf-portfolio-title a:focus,
.portfolio-grid.portfolio-hover-accent:not(.portfolio-item-skin-01) .portfolio-cat a:focus {
  color: #333 !important;
}
.portfolio-grid.portfolio-hover-accent .portfolio-action a:before,
.portfolio-grid.portfolio-hover-accent .portfolio-action a:after {
  background-color: #ffffff !important;
}
.portfolio-grid.portfolio-hover-accent .portfolio-action a:hover,
.portfolio-grid.portfolio-hover-accent .portfolio-action a:focus {
  color: #333 !important;
}
.portfolio-grid.portfolio-hover-accent .portfolio-action a:hover:before,
.portfolio-grid.portfolio-hover-accent .portfolio-action a:focus:before,
.portfolio-grid.portfolio-hover-accent .portfolio-action a:hover:after,
.portfolio-grid.portfolio-hover-accent .portfolio-action a:focus:after {
  background-color: #333 !important;
}
.portfolio-grid.portfolio-hover-dark .entry-thumbnail-overlay:after {
  background-color: rgba(0, 0, 0, 0.8);
}
.portfolio-grid.portfolio-hover-dark:not(.portfolio-item-skin-01) .gsf-portfolio-title,
.portfolio-grid.portfolio-hover-dark:not(.portfolio-item-skin-01) .portfolio-cat {
  color: #fff;
}
.portfolio-grid.portfolio-hover-dark .portfolio-action a:before,
.portfolio-grid.portfolio-hover-dark .portfolio-action a:after {
  background-color: #fff;
}
.portfolio-item-skin-01 .entry-thumbnail-wrap {
  position: relative;
}
.portfolio-item-skin-01 .portfolio-action {
  margin-bottom: 0 !important;
}
.portfolio-item-skin-01 .portfolio-info {
  padding-top: 23px;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
}
.portfolio-item-skin-01 .gsf-portfolio-title,
.portfolio-item-skin-01 .portfolio-cat {
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-item-skin-01 .gsf-portfolio-title a,
.portfolio-item-skin-01 .portfolio-cat 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;
}
.portfolio-item-skin-01 .gsf-portfolio-title {
  margin-bottom: 1px !important;
  font-size: 18px;
}
.portfolio-item-skin-01 .portfolio-cat {
  font-size: 15px;
  color: #dd3333;
}
.portfolio-item-skin-01 .entry-thumbnail {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-item-skin-01 .portfolio-item-inner.active .portfolio-action a:before,
.portfolio-item-skin-01 .portfolio-item-inner.active .portfolio-action a:after {
  opacity: 0;
}
.portfolio-item-skin-02 .portfolio-item-inner.active .portfolio-action a:before,
.portfolio-item-skin-03 .portfolio-item-inner.active .portfolio-action a:before,
.portfolio-item-skin-02 .portfolio-item-inner.active .portfolio-action a:after,
.portfolio-item-skin-03 .portfolio-item-inner.active .portfolio-action a:after {
  opacity: 0;
}
.portfolio-item-skin-02 .portfolio-content .gsf-portfolio-title {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 30px;
  color: #333;
}
.portfolio-item-skin-02 .portfolio-content .portfolio-cat {
  font-size: 18px;
}
.portfolio-item-skin-03 .portfolio-content {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.portfolio-item-skin-03 .portfolio-content .gsf-portfolio-title {
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0 !important;
}
.portfolio-item-skin-03 .portfolio-content .portfolio-cat {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.portfolio-item-skin-03 .entry-thumbnail-overlay:after {
  left: 10px;
  top: calc(100% - 10px);
  right: calc(100% - 10px);
  bottom: 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.portfolio-item-skin-03 .portfolio-action a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  z-index: 4;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 50px;
  height: 50px;
  text-align: center;
}
.portfolio-item-skin-03 .portfolio-action a i {
  line-height: 50px;
}
.portfolio-item-skin-03 .portfolio-content-inner {
  height: 100%;
  padding: 40px;
  position: relative;
}
.portfolio-item-skin-03 .portfolio-info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 40px 40px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  background-color: rgba(255, 255, 255, 0.8);
}
.portfolio-item-skin-03 .portfolio-info h3,
.portfolio-item-skin-03 .portfolio-info h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.portfolio-item-skin-03 .portfolio-item-inner.active .entry-thumbnail-overlay:after,
.portfolio-item-skin-03 .portfolio-item-inner:hover .entry-thumbnail-overlay:after {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
}
.portfolio-item-skin-03 .portfolio-item-inner.active .portfolio-action a,
.portfolio-item-skin-03 .portfolio-item-inner:hover .portfolio-action a {
  left: calc(100% - 90px);
  bottom: calc(100% - 90px);
  opacity: 1;
}
.portfolio-item-skin-03 .portfolio-item-inner.active .portfolio-info,
.portfolio-item-skin-03 .portfolio-item-inner:hover .portfolio-info {
  background-color: transparent !important;
}
.portfolio-item-skin-03.portfolio-hover-accent .portfolio-info {
  background-color: rgba(221, 51, 51, 0.6);
}
.portfolio-item-skin-03.portfolio-hover-dark .portfolio-info {
  background-color: rgba(0, 0, 0, 0.6);
}
.layout-scattered {
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-grow: 1;
}
.layout-scattered .scattered-index-1 {
  clear: both;
}
.layout-scattered .scattered-index-1 .portfolio-item-inner {
  margin: 90px 40px 120px;
}
.layout-scattered .scattered-index-2 .portfolio-item-inner {
  margin: 0 60px 60px;
}
.layout-scattered .scattered-index-3 .portfolio-item-inner {
  margin: 170px 40px 120px;
}
.layout-scattered .scattered-index-4 {
  clear: both;
}
.layout-scattered .scattered-index-4 .portfolio-item-inner {
  margin: 75px 115px 80px;
}
.layout-scattered .scattered-index-5 .portfolio-item-inner {
  margin: 35px 60px 0;
}
.layout-scattered .scattered-index-6 {
  clear: both;
}
.layout-scattered .scattered-index-6 .portfolio-item-inner {
  margin: 25px 40px 100px;
}
.layout-scattered .scattered-index-7 .portfolio-item-inner {
  margin: 175px 40px 30px;
}
.layout-scattered .scattered-index-8 .portfolio-item-inner {
  margin: 65px 40px 60px;
}
.gf-portfolio-inner[class*="layout-metro"] .entry-thumbnail-overlay:before {
  padding-bottom: 0 !important;
}
.single-portfolio-gallery-thumb .owl-item {
  cursor: pointer;
}
.single-portfolio-gallery-thumb .owl-item.current .entry-thumbnail-overlay:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gf-single-portfolio-wrap .gallery-layout-thumbnail .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.3);
  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;
}
.gf-single-portfolio-wrap .owl-item.current .gallery-overlay,
.gf-single-portfolio-wrap .gallery-layout-thumbnail .gallery-overlay:hover {
  opacity: 1;
}
.gf-single-portfolio-wrap .portfolio-single.layout-1 .portfolio-single-gallery {
  margin-bottom: 60px;
}
.gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-meta-wrap,
.gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-meta-wrap {
  margin-top: 60px;
}
.gf-single-portfolio-related-wrap {
  border-top: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-content .gf-portfolio-meta-wrap,
  .gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-content .gf-portfolio-meta-wrap {
    margin-bottom: 40px;
  }
  .gf-single-portfolio-wrap .portfolio-single.layout-3 .gf-portfolio-content {
    margin-top: 40px;
  }
  .gf-single-portfolio-wrap .portfolio-single.layout-4 .gf-portfolio-content {
    margin-bottom: 40px;
  }
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta.portfolio-meta-vertical li + li {
  margin-top: 23px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li label {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  display: block;
  margin-bottom: 3px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta li > p {
  font-size: 15px;
}
.gf-portfolio-meta-wrap ul.gsf-portfolio-meta.portfolio-meta-horizontal {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 40px;
}
.gf-portfolio-meta-wrap .gf-social-inner {
  margin-top: 23px;
}
.gf-portfolio-meta-wrap .gf-social-inner span {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.gf-portfolio-meta-wrap .gf-social-inner .gf-social-icon {
  padding-left: 0;
}
.gf-portfolio-share .gf-portfolio-share-title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
  color: #333333;
  display: block;
}
.gf-portfolio-share ul.gf-social-icon {
  padding-left: 0;
  margin-bottom: 0;
}
.portfolio-item-category {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  z-index: 3;
  color: #959595;
}
.portfolio-item-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;
}
.portfolio-item-category a:hover,
.portfolio-item-category a:focus,
.portfolio-item-category a:active {
  text-decoration: none;
  color: #dd3333;
}
.portfolio-single-controls {
  margin-top: 90px;
}
.portfolio-single-controls > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.portfolio-single-controls > ul li + li {
  margin-left: 115px;
}
.portfolio-single-controls > ul li {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #959595;
}
@media (max-width: 1199px) {
  .portfolio-item-skin-03 .portfolio-action a {
    width: 30px;
    height: 30px;
  }
  .portfolio-item-skin-03 .portfolio-action a i {
    line-height: 30px;
  }
  .portfolio-item-skin-03 .portfolio-content-inner {
    padding: 20px;
  }
  .portfolio-item-skin-03 .portfolio-info {
    padding: 15px 20px 20px;
  }
  .portfolio-item-skin-03 .portfolio-item-inner.active .portfolio-action a,
  .portfolio-item-skin-03 .portfolio-item-inner:hover .portfolio-action a {
    left: calc(100% - 50px);
    bottom: calc(100% - 50px);
  }
}
@media (max-width: 575px) {
  .gf-portfolio-meta-wrap ul.gsf-portfolio-meta.portfolio-meta-horizontal {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
