/*
Theme Name:         G5 Organiz
Theme URI:          http://themes.g5plus.net/organiz/
Description:        Organiz theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://www.g5plus.net">Visit site</a>
Version:            1.5
Author:             G5Theme
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: 		g5-organiz
Domain Path: 		/languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**
* WordPress Core
* ----------------------------------------------------------------------------
*/
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  /* Image does not overflow the content area */
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  margin: 5px 0 0 0;
  font-size: 12px;
  line-height: 1.8;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
* Gallery
* ----------------------------------------------------------------------------
*/
.gallery {
  margin: 0 -5px 10px -5px;
}
.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%;
}
.gallery-caption {
  font-size: 12px;
  line-height: 1.8;
  margin-top: 5px;
}
.gallery-icon img {
  margin: 0 auto;
  border-radius: 2px;
  border: 1px solid #eee;
  padding: 7px;
}
.gallery-icon img:hover {
  border: 1px solid #ccc;
}
.gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
/**
* Typography
* ----------------------------------------------------------------------------
*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content hr,
.entry-content dl,
.entry-content blockquote,
.entry-content table,
.entry-content ul,
.entry-content ol,
.entry-content address,
.entry-content pre {
  margin-bottom: 20px;
}
.entry-content h1:last-child,
.entry-content h2:last-child,
.entry-content h3:last-child,
.entry-content h4:last-child,
.entry-content h5:last-child,
.entry-content h6:last-child,
.entry-content p:last-child,
.entry-content hr:last-child,
.entry-content dl:last-child,
.entry-content blockquote:last-child,
.entry-content table:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content address:last-child,
.entry-content pre:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #dadada;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #dadada;
  vertical-align: top;
}
.entry-content thead th {
  font-weight: bold;
  background: #ebebeb;
  vertical-align: bottom;
}
.entry-content thead:first-child > tr:first-child > td,
.entry-content thead:first-child > tr:first-child > th {
  border-top: none;
}
.entry-content dt,
.entry-content dd {
  line-height: 2;
}
.entry-content dd {
  margin-bottom: 15px;
}
.entry-content ul,
.entry-content ol {
  padding-left: 25px;
}
.entry-content li > ul,
.entry-content li > ol {
  margin-bottom: 0;
}
.entry-content address {
  line-height: 1.8;
  font-style: italic;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.857;
  overflow-x: hidden;
  color: #666666;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
  color: #666666;
}
a:hover,
a:focus {
  color: #7dc023;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  color: #111111;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #fff;
  background-color: #7dc023;
}
::-moz-selection {
  color: #fff;
  background-color: #7dc023;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 20px;
  height: 40px;
  line-height: 1;
  background-color: transparent;
  color: #666666;
  border: 1px solid #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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #666666;
}
input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #666666;
}
input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #666666;
}
input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #666666;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border-color: #7dc023 !important;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.container .container {
  width: auto;
}
/**
* 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;
}
/**
* 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;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -o-transform: translateX(100px);
  -ms-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: #666666;
}
.back-to-top i {
  font-size: 22px;
  line-height: 44px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #fff;
  background-color: #7dc023;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
/**
* Site Loading
* ----------------------------------------------------------------------------
*/
.site-loading {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  -webkit-transition: opacity 600ms ease 200ms;
  -moz-transition: opacity 600ms ease 200ms;
  -o-transition: opacity 600ms ease 200ms;
  transition: opacity 600ms ease 200ms;
}
body.page-loading .site-loading {
  opacity: 1;
  display: block;
}
.logo-loading {
  margin-bottom: 30px;
}
.scheme-dark {
  color: #fff;
}
/**
* Owl-Carousel
* ----------------------------------------------------------------------------
*/
.owl-carousel.owl-dots-true {
  margin-bottom: 45px;
}
.owl-carousel.nav-bottom {
  margin-bottom: 31px;
}
.owl-carousel.nav-bottom.owl-dots-true {
  margin-bottom: 60px;
}
.nav-bottom .owl-nav > div {
  bottom: -30px;
  transform: inherit;
  position: relative;
}
.nav-bottom .owl-nav .owl-prev {
  left: -4px;
}
.nav-bottom .owl-nav .owl-next {
  right: -4px;
}
.nav-bottom .owl-dots {
  bottom: -60px;
}
.nav-top .owl-nav {
  position: absolute;
  top: -70px;
  right: 15px;
  margin-top: 0;
}
.nav-top .owl-nav > div.owl-prev,
.nav-top .owl-nav > div.owl-next {
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.nav-top .owl-nav > div.owl-prev i,
.nav-top .owl-nav > div.owl-next i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.nav-top .owl-nav > div.owl-prev {
  right: 45px;
  left: inherit;
}
.nav-top .owl-nav > div.owl-next {
  right: 0;
}
.owl-nav {
  font-size: 0;
  text-align: center;
}
.owl-nav > div {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 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;
}
.owl-nav > div.owl-prev {
  left: -45px;
}
.owl-nav > div.owl-prev i {
  padding-right: 1px;
}
.owl-nav > div.owl-next {
  right: -45px;
}
.owl-nav > div.owl-next i {
  padding-left: 1px;
}
.owl-nav > div i {
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.owl-nav > div:hover i {
  background-color: #7dc023;
}
.owl-dots {
  font-size: 0;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
.owl-dots > div {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  background-color: #111;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.owl-dots > div.active,
.owl-dots > div:hover {
  background-color: #7dc023;
}
@media (max-width: 1279px) {
  .owl-carousel.owl-nav-true {
    margin-bottom: 31px;
  }
  .owl-carousel.owl-dots-true {
    margin-bottom: 80px;
  }
  .owl-carousel.nav-bottom.owl-dots-true {
    margin-bottom: 95px;
  }
  .owl-nav > div {
    bottom: -30px;
    transform: inherit;
    position: relative;
  }
  .owl-nav > div.owl-prev {
    left: -4px;
  }
  .owl-nav > div.owl-next {
    right: -4px;
  }
  .owl-dots {
    bottom: -60px;
  }
}
@media (max-width: 479px) {
  .nav-bottom .owl-dots,
  .owl-dots {
    bottom: -80px;
  }
}
.product-listing .owl-nav-top > .owl-nav {
  right: 15px;
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
#search_popup_wrapper input:focus {
  border-color: #7dc023;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 479px) {
  #search_popup_wrapper .dialog-inner h2 {
    font-size: 18px;
    padding-top: 0;
  }
  #search_popup_wrapper .search-popup-inner {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  #search_popup_wrapper button {
    display: block;
    width: 100%;
    margin-top: 50px;
  }
  #search_popup_wrapper input {
    padding-right: 20px;
  }
}
.popup-overlay-wrapper {
  position: absolute;
  z-index: 9999;
  background-color: rgba(20, 22, 24, 0.95);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 80px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s 0.5s, visibility 0s 1s;
  transition: opacity 0.5s 0.5s, visibility 0s 1s;
}
.popup-overlay-wrapper.in {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.popup-overlay-wrapper.in .popup-overlay-content {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s 0.2s, opacity 0.5s 0.2s;
  transition: transform .5s .8s, opacity .5s .8s;
}
.popup-overlay-content {
  margin: 80px auto 0;
  width: 80%;
  position: relative;
  font-size: 20px;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
.popup-overlay-content input {
  border: solid 2px #FFF;
  padding: 1em;
  height: auto;
  color: #fff;
}
.popup-overlay-content input::-webkit-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input::-moz-placeholder {
  color: #eeeeee;
}
.popup-overlay-content input:-ms-input-placeholder {
  color: #eeeeee;
}
.popup-overlay-content .search-button {
  position: absolute;
  top: 22px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #7dc023;
}
.popup-overlay-result {
  color: #fff;
  background-color: #343537;
  padding: 0;
  font-size: 16px;
  line-height: 2em;
}
.popup-overlay-result ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.popup-overlay-result li {
  padding: 5px 30px;
}
.popup-overlay-result li.selected,
.popup-overlay-result li:hover {
  color: #7dc023;
}
.popup-overlay-result li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}
.popup-overlay-result a {
  color: inherit;
}
.popup-overlay-result .date {
  display: inline-block;
  float: right;
}
.popup-overlay-result .view-more {
  position: absolute;
  background: #343537;
  left: 0;
  right: 0;
  text-align: center;
  padding: 5px;
  -webkit-border-radius: 0 0 100% 100%;
  -moz-border-radius: 0 0 100% 100%;
  border-radius: 0 0 100% 100%;
  margin: auto;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 5px;
  background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  right: -1px;
  background-color: #7dc023 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.gf-preset-content-wrapper {
  padding: 150px 0;
  text-align: center;
  font-size: 60px;
  color: #222;
  border: dashed 8px #222;
}
.toggle-icon-wrapper {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.toggle-icon-wrapper:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.toggle-icon-wrapper .toggle-icon {
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.toggle-icon-wrapper .toggle-icon > span {
  background: none repeat scroll 0 0 #000;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background-color: #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
}
.toggle-icon-wrapper .toggle-icon:before {
  top: 20%;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.toggle-icon-wrapper .toggle-icon:after {
  bottom: 20%;
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.toggle-icon-wrapper + span {
  vertical-align: middle;
  text-transform: uppercase;
}
.toggle-icon-wrapper.in .toggle-icon span {
  opacity: 0;
}
.toggle-icon-wrapper.in .toggle-icon:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.toggle-icon-wrapper.in .toggle-icon:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.x-nav-menu > .x-menu-item > .x-menu-a-text,
.sticky-region,
.logo-header,
.x-nav-menu > .x-menu-item,
.header-customize-nav,
.header-3 .header-above-wrapper,
.menu-categories,
.menu-categories-select > i,
.header-nav-wrapper nav.primary-menu,
.header-nav-wrapper .product-text,
.popup-overlay-result a,
.search-product-wrapper .search-ajax-result li,
.search-product-wrapper .search-ajax-result li + li:before,
.toggle-icon-wrapper .toggle-icon > span,
.toggle-icon-wrapper .toggle-icon:before,
.toggle-icon-wrapper .toggle-icon:after,
.sticky-region .header-mobile-container-inner > div,
b.x-caret,
.menu-drop-fly,
.top-drawer-toggle,
.header-above-inner,
.logo-header img,
.x-sub-menu-tab > .x-menu-item,
.x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/*
----------- Other --------------*/
.logged-in.admin-bar .lg-toolbar {
  margin-top: 32px;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #7dc023;
}
/*
-----------Page 404------------*/
.page404 {
  text-align: center;
  max-width: 780px;
  margin: auto;
}
.page404 .title {
  font-size: 300px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Montserrat';
  color: #7dc023;
  margin-bottom: 15px;
}
.page404 .subtitle {
  font-size: 24px;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #111111;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.page404 .description {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat';
  color: #666666;
  line-height: 26px;
  margin-bottom: 55px;
}
.page404 a {
  font-size: 14px;
}
@media (max-width: 640px) {
  .page404 .title {
    font-size: 200px;
  }
  .page404 .subtitle {
    font-size: 20px;
  }
  .page404 .description {
    font-size: 12px;
  }
  .page404 a {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .page404 .title {
    font-size: 150px;
  }
  .page404 .subtitle {
    font-size: 18px;
  }
}
/*   SEARCH PAGE */
.archive-search-wrap .archive-search-result h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.archive-search-wrap .archive-search-box {
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
}
.archive-search-wrap .archive-search-box .search-form-lg input {
  font-family: inherit;
  line-height: 50px;
}
.archive-search-wrap .archive-search-wrap-inner article {
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner article:hover .search-icon span:before {
  background-color: #7dc023;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #eaeaea;
  text-align: center;
  float: left;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span {
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #111111;
  display: block;
  position: relative;
  margin-left: 15px;
  line-height: 50px;
  margin-top: 24.5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after,
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #111111;
  position: absolute;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:after {
  bottom: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon span:before {
  top: 5px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap {
  padding-left: 70px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #111111;
  display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
  color: #7dc023;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
  margin-bottom: 0;
  color: #7dc023;
  font-style: italic;
  letter-spacing: 0.1em;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt {
  margin-top: 25px;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-excerpt p {
  margin-bottom: 0;
}
.archive-search-wrap .paging-navigation {
  border-top: 0 !important;
  padding-top: 0 !important;
}
/* End Search Page */
.block-title {
  font-size: 18px;
  color: #111111;
  line-height: 1.2;
  position: relative;
}
.block-title.lg {
  font-size: 28px;
}
@media (max-width: 991px) {
  .block-title {
    margin-bottom: 40px !important;
  }
}
.bg-gray-full {
  position: relative;
}
.bg-gray-full:before {
  position: absolute;
  content: '';
  background-color: #f6f6f6;
  display: block;
  height: 100%;
  width: 2000%;
  left: -1000%;
  top: 0;
}
.close-button {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #fff;
  font-size: 20px;
}
.close-button:hover {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.top-separate {
  position: relative;
  padding-top: 35px;
}
.top-separate:before {
  content: "";
  height: 2px;
  width: 110px;
  background: #7dc023;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ebebeb;
  font-size: 16px;
  z-index: 1;
}
/**
* Columns
* ----------------------------------------------------------------------------
*/
.gf-item-wrap {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .columns-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .columns-md-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-md-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-md-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-md-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-md-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-md-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-md-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-md-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-md-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-md-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-sm-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-sm-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-sm-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-sm-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-sm-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-sm-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-sm-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-sm-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-sm-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-sm-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .columns-xs-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-xs-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-xs-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-xs-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-xs-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-xs-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-xs-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-xs-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-xs-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-xs-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .columns-mb-2 > .gf-item-wrap {
    width: 50%;
  }
  .columns-mb-2 > .gf-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .columns-mb-3 > .gf-item-wrap {
    width: 33.33333333%;
  }
  .columns-mb-3 > .gf-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .columns-mb-4 > .gf-item-wrap {
    width: 25%;
  }
  .columns-mb-4 > .gf-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .columns-mb-5 > .gf-item-wrap {
    width: 20%;
  }
  .columns-mb-5 > .gf-item-wrap:nth-child(5n+1) {
    clear: both;
  }
  .columns-mb-6 > .gf-item-wrap {
    width: 16.66666666666667%;
  }
  .columns-mb-6 > .gf-item-wrap:nth-child(6n+1) {
    clear: both;
  }
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.paging-navigation-wrap,
.page-links {
  line-height: 42px;
  background-color: #f2f6f9;
  padding: 0 20px;
}
.posts-per-page {
  display: inline-block;
  float: left;
  font-size: 14px;
}
.posts-per-page span {
  color: #7dc023;
}
.woocommerce-pagination,
.paging-navigation,
.comment-navigation {
  display: inline-block;
  text-align: right;
  float: right;
}
.woocommerce-pagination .page-numbers,
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 8px;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  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;
}
.woocommerce-pagination .page-numbers.current,
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.woocommerce-pagination .page-numbers:hover,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.woocommerce-pagination .page-numbers:focus,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  color: #7dc023;
}
.woocommerce-pagination .page-numbers i,
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 13px;
}
.woocommerce-pagination .page-numbers:last-child,
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
@media (max-width: 320px) {
  .posts-per-page {
    display: block;
    float: none;
    text-align: center;
  }
  .woocommerce-pagination,
  .paging-navigation,
  .comment-navigation {
    display: block;
    text-align: center;
    float: none;
  }
}
.custom-dropdown-list {
  position: relative;
  font-size: 12px;
  cursor: pointer;
}
.custom-dropdown-list > span i {
  font-size: 10px;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.custom-dropdown-list ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  background-color: #fff;
  color: #111111;
  min-width: 125px;
  padding: 20px;
  text-align: left;
  border-top: solid 1px #7dc023;
}
.custom-dropdown-list img {
  margin-right: 7px;
}
.drop-shadow {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
body:not(.safari) .fold-out.in .fold-out-drop,
body:not(.safari) .fold-out.hover:hover .fold-out-drop {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
body:not(.safari) .fold-out .fold-out-drop {
  max-height: 0;
  position: absolute;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -ms-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
body.safari .fold-out.in .fold-out-drop,
body.safari .fold-out.hover:hover .fold-out-drop {
  display: block;
}
body.safari .fold-out .fold-out-drop {
  position: absolute;
  z-index: 9999;
  display: none;
}
.lg-outer .lg-thumb {
  margin: auto;
}
.lg-outer .lg-thumb img {
  background-color: #f2f6f9;
}
.lg-img-wrap img {
  background-color: #f2f6f9;
}
/*Background Image Position*/
.bg-position-bottom-left {
  background-position: left bottom;
}
.bg-position-bottom-right {
  background-position: right bottom;
}
.bg-position-bottom-center {
  background-position: center bottom;
}
.bg-position-top-left {
  background-position: left top;
}
.bg-position-top-right {
  background-position: right top;
}
.bg-position-top-center {
  background-position: center top;
}
.bg-position-center-left {
  background-position: left center;
}
.bg-position-center-right {
  background-position: right center;
}
.bg-position-center-center {
  background-position: center center;
}
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 12px;
  color: #fff;
  line-height: 2;
}
.breadcrumbs li span {
  color: #7dc023;
}
.breadcrumbs li:after {
  display: inline-block;
  content: '|';
  font-size: 12px;
  padding: 0 9px;
  color: #fff;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.page-title-inner {
  position: relative;
}
.page-title-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: transparent;
}
.page-title-background .page-title-bg_overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
.page-title {
  text-align: center;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #456a13), color-stop(1, #507b16));
  background: -ms-linear-gradient(bottom, #456a13, #507b16);
  background: -moz-linear-gradient(center bottom, #456a13 0%, #507b16 100%);
  background: -o-linear-gradient(#507b16, #456a13);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#507b16', endColorstr='#456a13', GradientType=0);
  padding-top: 200px;
  padding-bottom: 200px;
}
.page-title h1 {
  font-size: 26px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  word-wrap: break-word;
  margin-bottom: 16px;
}
.page-title.top-center {
  background-position: top center;
}
.page-title.center-center {
  background-position: center center;
}
.page-title.bottom-center {
  background-position: bottom center;
}
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 9999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55, 58, 71, 0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 80%;
  max-width: 520px;
  min-width: 290px;
  background: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
/* Content */
.dialog h2 {
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  padding-top: 10px;
  text-transform: uppercase;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -2px;
  left: -2px;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 30px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  -o-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog.dialog--open a[data-dialog-close] {
  position: absolute;
  border: none;
  top: 8px;
  right: 9px;
  line-height: 1 !important;
  color: #7dc023;
}
.dialog.dialog--open a[data-dialog-close] i {
  font-size: 14px;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #7dc023;
}
.dialog.dialog--open p {
  line-height: 1.5;
  font-size: 18px;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.safari .dialog__content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}
body.safari .dialog__content .morph-shape {
  display: none;
}
.main-menu:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu:not(.x-nav-menu) li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: fontawesome;
  display: inline-block;
  padding-left: 5px;
  float: right;
}
.main-menu:not(.x-nav-menu) li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
}
.main-menu:not(.x-nav-menu) li {
  position: relative;
}
.main-menu:not(.x-nav-menu) li li a {
  display: block;
  padding: 5px 0;
  color: inherit;
}
.main-menu:not(.x-nav-menu) li:hover > ul {
  display: block;
  border-top: solid 1px #eee;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.main-menu:not(.x-nav-menu) li:hover > a {
  color: #7dc023;
}
.main-menu:not(.x-nav-menu) > li {
  display: inline-block;
  line-height: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.main-menu:not(.x-nav-menu) > li + li {
  margin-left: 30px;
}
.main-menu:not(.x-nav-menu) > li > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #212121;
}
.main-menu:not(.x-nav-menu) > li li + li > a {
  border-top: solid 1px #ededed;
}
.main-menu:not(.x-nav-menu) > li ul {
  display: none;
  position: absolute;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  background-color: #fff;
  top: 0;
  left: 100%;
  color: #111;
  z-index: 999;
  border-bottom: solid 2px #7dc023;
}
.main-menu:not(.x-nav-menu) > li ul li {
  position: relative;
  min-width: 210px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.8;
}
.main-menu:not(.x-nav-menu) > li:hover > ul {
  top: 100%;
  left: auto;
}
.main-menu:not(.x-nav-menu) > li:last-child > ul {
  left: auto;
  right: 0;
}
.main-menu:not(.x-nav-menu) > li:last-child li:hover ul {
  left: auto;
  right: 100%;
}
.nav-menu-mobile:not(.x-nav-menu) {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-menu-mobile:not(.x-nav-menu) li {
  border-top: solid 1px #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-menu-mobile:not(.x-nav-menu) ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #313131;
  position: relative;
}
.nav-menu-mobile:not(.x-nav-menu) ul li {
  border-color: #414141;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret {
  position: absolute;
  right: 20px;
}
.nav-menu-mobile:not(.x-nav-menu) b.menu-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
b.x-caret:before {
  content: "\f107";
  font-family: fontawesome;
}
.x-sub-menu-open > a b.x-caret {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.x-custom-content-wrapper {
  white-space: normal;
  line-height: 1.8;
  padding-top: 5px;
  padding-bottom: 5px;
}
.x-nav-menu img {
  max-width: 100%;
  height: auto;
}
.x-image-layout > a {
  display: block;
}
.x-image-layout {
  text-align: center;
}
.x-image-layout .x-menu-a-text {
  color: #111111;
}
.x-image-layout .x-menu-a-text:hover {
  color: #7dc023;
}
@media screen and (min-width: 992px) {
  .x-col-1-12 {
    width: 8.33333333333333%;
  }
  .x-col-2-12 {
    width: 16.6666666666667%;
  }
  .x-col-3-12 {
    width: 25%;
  }
  .x-col-4-12 {
    width: 33.3333333333333%;
  }
  .x-col-5-12 {
    width: 41.6666666666667%;
  }
  .x-col-6-12 {
    width: 50%;
  }
  .x-col-7-12 {
    width: 58.3333333333333%;
  }
  .x-col-8-12 {
    width: 66.6666666666667%;
  }
  .x-col-9-12 {
    width: 75%;
  }
  .x-col-10-12 {
    width: 83.3333333333333%;
  }
  .x-col-11-12 {
    width: 91.6666666666667%;
  }
  .x-col-12-12 {
    width: 100%;
  }
  .x-col-1-11 {
    width: 9.09090909090909%;
  }
  .x-col-2-11 {
    width: 18.1818181818182%;
  }
  .x-col-3-11 {
    width: 27.2727272727273%;
  }
  .x-col-4-11 {
    width: 36.3636363636364%;
  }
  .x-col-5-11 {
    width: 45.4545454545455%;
  }
  .x-col-6-11 {
    width: 54.5454545454545%;
  }
  .x-col-7-11 {
    width: 63.6363636363636%;
  }
  .x-col-8-11 {
    width: 72.7272727272727%;
  }
  .x-col-9-11 {
    width: 81.8181818181818%;
  }
  .x-col-10-11 {
    width: 90.9090909090909%;
  }
  .x-col-1-10 {
    width: 10%;
  }
  .x-col-2-10 {
    width: 20%;
  }
  .x-col-3-10 {
    width: 30%;
  }
  .x-col-4-10 {
    width: 40%;
  }
  .x-col-5-10 {
    width: 50%;
  }
  .x-col-6-10 {
    width: 60%;
  }
  .x-col-7-10 {
    width: 70%;
  }
  .x-col-8-10 {
    width: 80%;
  }
  .x-col-9-10 {
    width: 90%;
  }
  .x-col-1-8 {
    width: 12.5%;
  }
  .x-col-3-8 {
    width: 37.5%;
  }
  .x-col-5-8 {
    width: 62.5%;
  }
  .x-col-7-8 {
    width: 87.5%;
  }
  .x-col-1-9 {
    width: 11.1111111111111%;
  }
  .x-col-2-9 {
    width: 22.2222222222222%;
  }
  .x-col-4-9 {
    width: 44.4444444444444%;
  }
  .x-col-5-9 {
    width: 55.5555555555556%;
  }
  .x-col-7-9 {
    width: 77.7777777777778%;
  }
  .x-col-8-9 {
    width: 88.8888888888889%;
  }
  .x-col-1-7 {
    width: 14.2857142857143%;
  }
  .x-col-2-7 {
    width: 28.5714285714286%;
  }
  .x-col-3-7 {
    width: 42.8571428571429%;
  }
  .x-col-4-7 {
    width: 57.1428571428571%;
  }
  .x-col-5-7 {
    width: 71.4285714285714%;
  }
  .x-col-6-7 {
    width: 85.7142857142857%;
  }
  .x-col {
    display: block;
    float: left;
  }
  .x-clear {
    clear: both;
  }
  .x-new-row {
    clear: both;
  }
  li.x-pos-static {
    position: static;
  }
  li.x-text-align-right {
    text-align: right;
  }
  li.x-text-align-left {
    text-align: left;
  }
  li.x-text-align-center {
    text-align: center;
  }
  span.x-disable-text {
    display: none;
  }
  i.x-menu-icon {
    color: #7dc023;
  }
  i.x-menu-icon.x-icon-left {
    padding-right: 10px;
  }
  i.x-menu-icon.x-icon-right {
    padding-left: 10px;
  }
  i.x-menu-icon.x-icon-left.x-disable-text {
    padding-right: 0;
  }
  i.x-menu-icon.x-icon-right.x-disable-text {
    padding-left: 0;
  }
  li > a.x-disable-menu-item {
    display: none !important;
  }
  li.x-new-row:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-list-style-none {
    list-style: none;
    list-style-position: inside;
  }
  .x-list-style-disc {
    list-style: disc !important;
  }
  .x-list-style-square {
    list-style: square !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
  }
  li.x-image-layout-image-only a.x-menu-a-text {
    display: none;
  }
  li.x-image-layout-image-only p.x-description {
    display: none;
  }
  li.x-image-layout-above > a.x-image + a.x-menu-a-text {
    margin-top: 10px;
  }
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-parent,
  .x-sub-menu-standard .x-sub-menu.x-pos-left-menu-bar {
    right: 100%;
    left: auto;
  }
  .x-sub-menu.x-pos-full {
    left: 0;
    right: 0;
  }
  .x-nav-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-right: 98px;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 1;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 9px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 48px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
    line-height: 1;
  }
  .x-nav-menu > .x-menu-item:not(.x-has-description) {
    line-height: 28.8px;
    padding-top: 15.6px;
    padding-bottom: 15.6px;
  }
  .x-sub-menu {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    color: #111;
    z-index: -1;
    list-style: none;
    background-color: #fff;
    border-bottom: solid 2px #7dc023;
    -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
  .x-sub-menu .x-menu-item {
    position: relative;
    z-index: 1;
    min-width: 210px !important;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: solid 1px #ededed;
  }
  .x-sub-menu .x-menu-item.min-width-180 {
    min-width: 180px !important;
  }
  .x-sub-menu .x-menu-a-text {
    line-height: 38px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f105";
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #7dc023;
  }
  .x-menu-a-text {
    font-size: 14px;
    font-weight: 400;
  }
  p.x-description {
    font-size: 12px;
    font-weight: 400;
    color: #111111;
    white-space: normal;
    padding-bottom: 15px;
    margin-top: -5px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    color: #666666;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    display: block;
  }
  .x-sub-menu-standard a.x-menu-a-text > span.x-menu-text,
  .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon {
    -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-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon,
  .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text {
    padding-left: 20px;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon + span.x-menu-text {
    padding-left: 0;
  }
  .x-sub-menu-standard a.x-menu-a-text:hover {
    color: #7dc023;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-standard.x-list-style-disc {
    padding-left: 15px;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    display: block;
    color: #999;
  }
  .x-sub-menu-multi-column.no-padding {
    padding: 0;
  }
  .x-sub-menu-multi-column:after {
    content: "";
    display: block;
    clear: both;
  }
  .x-sub-menu-multi-column > .x-menu-item {
    margin-top: 20px;
  }
  .x-sub-menu-multi-column .x-menu-item {
    min-width: 0;
  }
  .x-sub-menu-multi-column .x-menu-item + .x-menu-item > .x-menu-a-text {
    border-top: none;
  }
  .x-sub-menu-multi-column > .x-item-menu-standard .x-menu-item {
    color: #666666;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-multi-column .x-custom-content .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-multi-column .x-menu-a-text {
    line-height: 32px;
  }
  .x-sub-menu-multi-column .x-sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    visibility: visible;
    opacity: 1;
    position: static;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    z-index: 999;
    overflow: visible;
  }
  .x-sub-menu-multi-column li.x-active > ul.x-sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
  .x-sub-menu-multi-column .x-header-column > a {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .x-sub-menu-multi-column b.x-caret {
    display: none;
  }
  .x-tabs.x-item-menu-tab {
    position: static;
    padding: 0;
    margin: 0;
  }
  .x-tabs.x-item-menu-tab > .x-menu-a-text {
    display: none;
  }
  .x-sub-menu-tab > .x-menu-item {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
  .x-sub-menu-tab > li > ul.x-sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    height: 0;
  }
  .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    display: block;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: #7dc023;
    color: #fff;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text {
    color: inherit;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:after {
    content: '';
    position: absolute;
    right: 0;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 8px #fff;
    height: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text:hover {
    color: inherit;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text .x-menu-icon {
    color: #fff;
  }
  .x-sub-menu-tab > li.x-menu-active > a.x-menu-a-text p.x-description {
    color: #fff;
  }
  .x-sub-menu-tab > li.x-menu-active > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
    border-top: solid 1px #7dc023;
  }
  .x-sub-menu-tab .x-menu-item {
    min-width: 0;
  }
  .x-tabs > .x-sub-menu-tab {
    background-color: #fafafa;
  }
  .x-nav-menu a:focus {
    color: inherit;
  }
  .x-nav-menu .x-sub-menu-standard > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu .x-sub-menu-standard > li.menu-current > a.x-menu-a-text {
    color: #7dc023;
  }
  .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  .x-nav-menu > li.menu-current > a.x-menu-a-text,
  .x-nav-menu > li > a.x-menu-a-text:hover,
  .x-nav-menu > li.x-menu-item:hover > a {
    color: #7dc023 !important;
  }
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-parent > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.current-menu-item > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.menu-current > a.x-menu-a-text > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li > a.x-menu-a-text:hover > span.x-menu-text:before,
  .header-wrapper.nav-accent-color .x-nav-menu > li.x-menu-item:hover > a > span.x-menu-text:before {
    width: 100%;
  }
  .under-line-title-xmenu.menu-item > a.x-menu-a-text {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 10px;
  }
  .under-line-title-xmenu.menu-item > a.x-menu-a-text:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 991px) {
  .x-sub-menu li a.x-menu-a-text {
    margin-left: 10px;
  }
  i.x-icon-left {
    margin-right: 10px;
  }
  i.x-icon-right {
    margin-left: 10px;
  }
  .x-sub-menu {
    display: none;
    margin: 0;
    padding: 0;
  }
  p.x-description,
  .x-custom-content-wrapper,
  .x-image {
    padding-left: 20px;
    padding-right: 20px;
  }
  a.x-image {
    padding-top: 20px;
    display: inline-block;
  }
  .x-nav-menu,
  .x-nav-menu ul {
    list-style: none;
  }
  .x-menu-item {
    position: relative;
  }
  .header-mobile-nav.menu-drop-dropdown .x-sub-menu a.x-menu-a-text:before {
    content: '-';
    display: inline-block;
    margin-right: 5px;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
  }
  .x-nav-menu a.x-menu-a-text {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
  }
  b.x-caret:before {
    font-weight: 700;
    vertical-align: middle;
  }
  .x-caret {
    position: absolute;
    right: 0;
  }
  .x-sub-menu,
  .x-nav-menu,
  .x-nav-menu li.x-menu-item + li {
    border-top: solid 1px #ebebeb;
  }
  .menu-drop-fly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -280px;
    width: 280px;
    background-color: #212121;
    color: #fff;
    z-index: 9999;
    overflow: auto;
  }
  .menu-drop-fly .nav-menu-mobile {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a {
    color: #fff;
  }
  .menu-drop-fly .nav-menu-mobile a:hover {
    color: #7dc023;
  }
  .menu-drop-fly .nav-menu-mobile {
    display: block;
  }
  .menu-drop-fly .x-sub-menu,
  .menu-drop-fly .x-nav-menu,
  .menu-drop-fly li.x-menu-item + li {
    border-color: #313131;
  }
  .menu-drop-fly .x-caret {
    right: 20px;
  }
  .menu-drop-fly .x-menu-a-text {
    padding-left: 20px !important;
    padding-right: 20px;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
    text-transform: none;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-weight: 400;
  }
  .menu-drop-fly .x-menu-item .x-menu-item .x-menu-item .x-menu-item .x-menu-a-text {
    font-size: 14px;
  }
  .menu-drop-fly .x-sub-menu {
    background-color: #313131;
    position: relative;
    border-top: none !important;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu {
    background-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu {
    background-color: #515151;
  }
  .menu-drop-fly li li.x-menu-item + li {
    border-color: #414141;
  }
  .menu-drop-fly li li li.x-menu-item + li {
    border-color: #515151;
  }
  .menu-drop-fly li li li li.x-menu-item + li {
    border-color: #616161;
  }
  .menu-drop-fly .x-sub-menu:before {
    content: '';
    position: absolute;
    left: 30px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #212121;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu:before {
    border-top-color: #313131;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #414141;
  }
  .menu-drop-fly .x-sub-menu .x-sub-menu .x-sub-menu .x-sub-menu:before {
    border-top-color: #515151;
  }
  body {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .mobile-nav-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, visibility 1s;
    transition: opacity 0.5s, visibility 1s;
    cursor: url(https://www.wellgrowth.com.sg/wp-content/themes/g5-organiz/assets/images/close.png) 15 15, default;
  }
  body.mobile-nav-in {
    overflow: hidden;
    left: 280px;
  }
  body.mobile-nav-in .menu-drop-fly {
    left: 0;
  }
  body.mobile-nav-in .mobile-nav-overlay {
    max-width: 100%;
    opacity: 1;
    visibility: visible;
  }
  body.mobile-nav-in .is-sticky .sticky-region {
    left: 280px;
    right: -280px;
  }
}
.header-mobile-nav.menu-drop-fly .x-description {
  display: none;
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
/*===============================================
                    SIDE BAR
=================================================*/
.sidebar .widget {
  margin-bottom: 60px;
}
.sidebar-mobile-canvas-icon-close {
  display: none;
}
.sidebar-mobile-canvas-icon {
  padding: 10px 12px;
  display: none;
  line-height: 1;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  position: fixed;
  top: 245px;
  left: 0;
  z-index: 1001;
  background-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;
}
/*===============================================
                  WIDGET GENERAL
=================================================*/
.widget {
  margin-bottom: 60px;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget cite {
  font-family: 'Lobster';
  color: #7dc023;
}
.widget-title {
  padding-bottom: 17px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4444;
  text-transform: capitalize;
  border-bottom: 1px dashed #ccc;
  font-size: 18px;
}
/*===============================================
                  WIDGET DEFAULT
=================================================*/
/* 01 - search */
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 40px;
  border: solid 1px #ebebeb;
  width: 100%;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding-right: 40px;
  padding-left: 20px;
}
.search-form .search-field:focus {
  border-color: #7dc023;
}
.search-form .search-submit {
  position: absolute;
  padding: 0;
  width: 40px;
  height: 40px;
  right: 1px;
  top: 0;
  font-size: 14px;
  background-color: transparent;
  color: #666666;
  border: none;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  color: #7dc023;
}
.search-form .search-submit i {
  line-height: 40px;
  width: 40px;
  text-align: center;
}
/* 02 - calendar */
.widget_calendar .calendar_wrap caption {
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-top: 0;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #ebebeb;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #ebebeb;
  text-align: center;
  padding: 8px 0 2px;
}
.widget_calendar #wp-calendar tbody td#today,
.widget_calendar #wp-calendar th#today {
  background-color: #7dc023;
  color: #fff;
}
.widget_calendar #wp-calendar tbody td#today a,
.widget_calendar #wp-calendar th#today a {
  color: #fff;
}
.widget_calendar #wp-calendar tfoot td {
  font-size: 12px;
  color: #111111;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
/* 03 - drop-down */
.widget_archive select,
.widget_categories select {
  width: 100%;
  margin: 0;
  margin-top: 5px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
/* 04 - list */
.widget_meta ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul,
.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_recent_entries > ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
}
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li,
.widget_recent_entries li {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  position: relative;
  color: #111111;
}
.widget_meta li span.count,
.widget_archive li span.count,
.widget_categories li span.count,
.widget_nav_menu li span.count,
.widget_pages li span.count,
.widget_product_categories li span.count,
.widget_recent_entries li span.count {
  margin-left: 10px;
  color: #7dc023;
  letter-spacing: 0.05em;
}
.widget_meta li > a,
.widget_archive li > a,
.widget_categories li > a,
.widget_nav_menu li > a,
.widget_pages li > a,
.widget_product_categories li > a,
.widget_recent_entries li > a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 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;
}
.widget_meta li > a:before,
.widget_archive li > a:before,
.widget_categories li > a:before,
.widget_nav_menu li > a:before,
.widget_pages li > a:before,
.widget_product_categories li > a:before,
.widget_recent_entries li > a:before {
  content: '\f18e';
  font-family: FontAwesome;
  display: inline-block;
  color: #7dc023;
  margin-right: 10px;
}
.widget_meta li li > a,
.widget_archive li li > a,
.widget_categories li li > a,
.widget_nav_menu li li > a,
.widget_pages li li > a,
.widget_product_categories li li > a,
.widget_recent_entries li li > a {
  padding-left: 40px;
}
.widget_meta li li li > a,
.widget_archive li li li > a,
.widget_categories li li li > a,
.widget_nav_menu li li li > a,
.widget_pages li li li > a,
.widget_product_categories li li li > a,
.widget_recent_entries li li li > a {
  padding-left: 60px;
}
.widget_meta li li li li > a,
.widget_archive li li li li > a,
.widget_categories li li li li > a,
.widget_nav_menu li li li li > a,
.widget_pages li li li li > a,
.widget_product_categories li li li li > a,
.widget_recent_entries li li li li > a {
  padding-left: 80px;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul,
.widget_recent_entries ul ul {
  display: none;
}
.widget_meta .li-caret,
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret,
.widget_recent_entries .li-caret {
  position: absolute;
  top: 0;
  cursor: pointer;
  font-size: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  right: 0;
}
.widget_meta .li-caret.in:before,
.widget_archive .li-caret.in:before,
.widget_categories .li-caret.in:before,
.widget_nav_menu .li-caret.in:before,
.widget_pages .li-caret.in:before,
.widget_product_categories .li-caret.in:before,
.widget_recent_entries .li-caret.in:before {
  content: '\f068';
}
.widget_meta .current_page_item > a,
.widget_archive .current_page_item > a,
.widget_categories .current_page_item > a,
.widget_nav_menu .current_page_item > a,
.widget_pages .current_page_item > a,
.widget_product_categories .current_page_item > a,
.widget_recent_entries .current_page_item > a,
.widget_meta .current-cat > a,
.widget_archive .current-cat > a,
.widget_categories .current-cat > a,
.widget_nav_menu .current-cat > a,
.widget_pages .current-cat > a,
.widget_product_categories .current-cat > a,
.widget_recent_entries .current-cat > a,
.widget_meta .current-menu-item > a,
.widget_archive .current-menu-item > a,
.widget_categories .current-menu-item > a,
.widget_nav_menu .current-menu-item > a,
.widget_pages .current-menu-item > a,
.widget_product_categories .current-menu-item > a,
.widget_recent_entries .current-menu-item > a,
.widget_meta li > a:hover,
.widget_archive li > a:hover,
.widget_categories li > a:hover,
.widget_nav_menu li > a:hover,
.widget_pages li > a:hover,
.widget_product_categories li > a:hover,
.widget_recent_entries li > a:hover {
  color: #7dc023;
}
.widget_meta .current_page_item > a + ul + span,
.widget_archive .current_page_item > a + ul + span,
.widget_categories .current_page_item > a + ul + span,
.widget_nav_menu .current_page_item > a + ul + span,
.widget_pages .current_page_item > a + ul + span,
.widget_product_categories .current_page_item > a + ul + span,
.widget_recent_entries .current_page_item > a + ul + span,
.widget_meta .current-cat > a + ul + span,
.widget_archive .current-cat > a + ul + span,
.widget_categories .current-cat > a + ul + span,
.widget_nav_menu .current-cat > a + ul + span,
.widget_pages .current-cat > a + ul + span,
.widget_product_categories .current-cat > a + ul + span,
.widget_recent_entries .current-cat > a + ul + span,
.widget_meta .current-menu-item > a + ul + span,
.widget_archive .current-menu-item > a + ul + span,
.widget_categories .current-menu-item > a + ul + span,
.widget_nav_menu .current-menu-item > a + ul + span,
.widget_pages .current-menu-item > a + ul + span,
.widget_product_categories .current-menu-item > a + ul + span,
.widget_recent_entries .current-menu-item > a + ul + span,
.widget_meta li > a:hover + ul + span,
.widget_archive li > a:hover + ul + span,
.widget_categories li > a:hover + ul + span,
.widget_nav_menu li > a:hover + ul + span,
.widget_pages li > a:hover + ul + span,
.widget_product_categories li > a:hover + ul + span,
.widget_recent_entries li > a:hover + ul + span {
  color: #7dc023;
}
.widget_meta .current_page_ancestor > ul,
.widget_archive .current_page_ancestor > ul,
.widget_categories .current_page_ancestor > ul,
.widget_nav_menu .current_page_ancestor > ul,
.widget_pages .current_page_ancestor > ul,
.widget_product_categories .current_page_ancestor > ul,
.widget_recent_entries .current_page_ancestor > ul,
.widget_meta .current_page_parent > ul,
.widget_archive .current_page_parent > ul,
.widget_categories .current_page_parent > ul,
.widget_nav_menu .current_page_parent > ul,
.widget_pages .current_page_parent > ul,
.widget_product_categories .current_page_parent > ul,
.widget_recent_entries .current_page_parent > ul,
.widget_meta .current-cat-parent > ul,
.widget_archive .current-cat-parent > ul,
.widget_categories .current-cat-parent > ul,
.widget_nav_menu .current-cat-parent > ul,
.widget_pages .current-cat-parent > ul,
.widget_product_categories .current-cat-parent > ul,
.widget_recent_entries .current-cat-parent > ul,
.widget_meta .current-cat-ancestor > ul,
.widget_archive .current-cat-ancestor > ul,
.widget_categories .current-cat-ancestor > ul,
.widget_nav_menu .current-cat-ancestor > ul,
.widget_pages .current-cat-ancestor > ul,
.widget_product_categories .current-cat-ancestor > ul,
.widget_recent_entries .current-cat-ancestor > ul {
  display: block;
}
/* 05 - special */
.widget_recent_comments .rss-widget-icon,
.widget_rss .rss-widget-icon {
  margin-bottom: 4px;
}
.widget_recent_comments .widget-title,
.widget_rss .widget-title {
  margin-bottom: 15px;
}
.widget_recent_comments ul,
.widget_rss ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_recent_comments > ul,
.widget_rss > ul {
  padding: 0;
}
.widget_recent_comments li,
.widget_rss li {
  padding: 5px 0;
}
.widget_recent_comments li ul,
.widget_rss li ul {
  padding-left: 20px;
}
.widget_recent_comments a,
.widget_rss a {
  color: #7dc023;
}
/**
* Widget Instagram
* ----------------------------------------------------------------------------
*/
ul.instagram-pics {
  padding: 0;
}
ul.instagram-pics li {
  position: relative;
  list-style-type: none;
}
ul.instagram-pics li:before,
ul.instagram-pics li:after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  background-color: #fff;
  z-index: 1;
  margin: auto;
  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;
}
ul.instagram-pics li:before {
  width: 20px;
  height: 1px;
}
ul.instagram-pics li:after {
  width: 1px;
  height: 20px;
}
ul.instagram-pics li:hover:before,
ul.instagram-pics li:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
ul.instagram-pics li:hover a:after {
  opacity: 1;
}
ul.instagram-pics a {
  position: relative;
  display: block;
}
ul.instagram-pics a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 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;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
}
/* 06 - tags */
.tagcloud .widget-title {
  margin-bottom: 15px;
}
.tagcloud a {
  font-size: 14px !important;
  display: inline-block;
  height: 27px;
  margin: 5px 10px 5px 0;
  line-height: 27px;
  color: #111111;
  padding: 0 20px;
  border: 1px solid #ebeaea;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tagcloud a:hover {
  border-color: #7dc023;
  color: #7dc023;
}
/*===============================================
                WIDGET WOOCOMERCER
=================================================*/
/* 01 - price filter*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #f5f5f5;
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #7dc023;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 20px;
  width: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  background-color: #7dc023;
  top: -6px;
}
.woocommerce .widget_price_filter .price_label {
  float: right;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 34px;
}
.woocommerce .widget_price_filter .price_label span {
  color: #111111;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: left;
  font-size: 14px;
  padding: 8px 25px;
  line-height: 1;
  border: 2px solid #7dc023 !important;
  background-color: #7dc023;
  margin-top: 20px;
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #7dc023;
  background-color: #fff;
}
/* 02 - product */
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 20px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 65px;
  height: 70px;
  margin: 0 20px 0 0;
  background-color: #f2f6f9;
}
.woocommerce ul.product_list_widget li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #111111;
}
.woocommerce ul.product_list_widget li a span.product-title {
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
}
.woocommerce ul.product_list_widget li a:hover {
  color: #7dc023;
}
.woocommerce ul.product_list_widget span.reviewer,
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  color: #7dc023;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  margin-right: 5px;
  font-weight: 400;
  color: #666666;
  text-decoration: line-through;
}
.woocommerce ul.product_list_widget del,
.woocommerce ul.product_list_widget ins {
  display: inline-block;
}
.woocommerce ul.product_list_widget a + span.amount,
.woocommerce ul.product_list_widget a + del {
  margin-top: 5px;
}
.woocommerce ul.product_list_widget li .star-rating {
  margin-bottom: 15px;
  margin-top: 5px;
}
/* 03 - layered nav*/
.woocommerce .widget_layered_nav .widget-title,
.woocommerce .widget_layered_nav_filters .widget-title {
  margin-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color),
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) {
  padding-top: 0;
  padding-bottom: 0;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li a {
  color: inherit;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li {
  display: block;
  padding: 9px 20px;
  font-weight: 500;
  border-top: solid 1px transparent;
  border-bottom: solid 1px transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:before {
  content: "\f0da";
  font-family: fontawesome;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
}
.woocommerce .widget_layered_nav > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover,
.woocommerce .widget_layered_nav_filters > ul:not(.yith-wcan-label):not(.yith-wcan-color) li:hover {
  background-color: #7dc023;
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.woocommerce .widget_layered_nav .count,
.woocommerce .widget_layered_nav_filters .count {
  font-size: 1em;
}
/* 04 - yith woocommerce ajax product filter*/
/* color */
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 34px;
  height: 34px;
  border: none;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a {
  border: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #fff;
  position: absolute;
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1;
  text-indent: 0;
  top: 0;
  left: 0;
}
/* label */
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  margin-top: 40px;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  font-size: 12px;
  border: 1px solid #dadada;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 4px 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover {
  background-color: #7dc023;
  border-color: #7dc023;
  color: #fff;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:before {
  display: none;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #7dc023;
  border-color: #7dc023;
  color: #fff;
}
/* select */
.yit-wcan-select-open {
  margin-top: 40px;
  margin-bottom: 0;
}
/* == 05 yith woocompare */
.yith-woocompare-widget ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.yith-woocompare-widget a.button {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.yith-woocompare-widget ul.products-list a.remove {
  margin: 0;
  height: 21px;
  width: 21px;
  line-height: 1;
  font-size: 0;
}
.yith-woocompare-widget ul.products-list a.remove:hover {
  background-color: transparent;
}
.yith-woocompare-widget ul.products-list li a.title {
  font-weight: 500;
}
.yith-woocompare-widget ul.products-list li {
  margin-bottom: 20px;
}
.yith-woocompare-widget ul.products-list li:last-child {
  margin-bottom: 0;
}
/*===============================================
               WIDGET CUSTOM G5PLUS
=================================================*/
/* 01 - social profiles*/
.social-profiles a {
  display: inline-block;
}
.social-profiles a i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-profiles.light i {
  color: #fff;
}
.social-profiles.light.small a + a {
  margin-left: 32px;
}
.social-profiles.light.small i {
  font-size: 14px;
}
.social-profiles.light.large a + a {
  margin-left: 36px;
}
.social-profiles.light.large i {
  font-size: 18px;
}
.social-profiles.dark i {
  color: #111111;
}
.social-profiles.dark.small a + a {
  margin-left: 15px;
}
.social-profiles.dark.small i {
  font-size: 16px;
}
.social-profiles.dark.large a + a {
  margin-left: 21px;
}
.social-profiles.dark.large i {
  font-size: 20px;
}
.social-profiles a:hover i {
  color: #7dc023;
}
/* 02 - posts */
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 5px;
}
.widget-posts li {
  margin-bottom: 20px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 65px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .embed-responsive.embed-responsive-16by9.embed-responsive-small-image {
  height: 70px;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts .entry-post-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  max-height: 2.4em;
  overflow: hidden;
}
.widget-posts .entry-post-title a {
  color: #111111;
}
.widget-posts .entry-post-title a:hover {
  color: #7dc023;
}
.widget-posts .entry-meta-date {
  font-size: 14px;
  color: #7dc023;
  font-weight: 600;
  line-height: 30px;
  margin-top: 5px;
}
.widget-posts .entry-thumb-wrap a.zoomGallery i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: transparent;
}
.widget-posts .entry-thumb-wrap a.zoomGallery i:hover {
  background-color: transparent;
  color: #7dc023;
}
.widget-posts .owl-carousel > .owl-nav {
  display: none !important;
}
/* 03 - twitter */
.widget-feeds i {
  float: left;
  width: 30px;
  margin-top: 10px;
  font-size: 20px;
  color: #7dc023;
}
.widget-feeds span.twitter-time {
  font-size: 15px;
  display: block;
  color: #b3b3b3;
}
.widget-feeds .twitter-content {
  overflow: hidden;
}
.widget-feeds .widget-twitter-item + .widget-twitter-item {
  margin-top: 30px;
}
/* 04 - mailchimp */
.mailchimp-widget {
  border: none;
}
.mailchimp-widget input[type='email'] {
  font-size: 16px;
  line-height: 42px;
  height: 44px;
  border: 1px solid #f3f3f3;
  text-align: center;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.mailchimp-widget input[type='email']:focus {
  border-color: #7dc023;
}
.mailchimp-widget input[type="submit"] {
  letter-spacing: 0.15em;
}
/* Info Box */
.g5plus-info-box .info-box-item {
  display: table;
  margin-left: 50px;
  float: left;
}
.g5plus-info-box .info-box-item:first-child {
  margin-left: 0;
}
.g5plus-info-box .widget-icon-box-icon-wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.g5plus-info-box .widget-icon-box-icon {
  height: 55px;
  width: 55px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #7dc023;
  text-align: center;
  border-radius: 50%;
}
.g5plus-info-box .widget-icon-box-icon i:before {
  font-size: 26px;
}
.g5plus-info-box .widget-icon-box-icon i,
.g5plus-info-box .widget-icon-box-icon img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #7dc023;
}
.g5plus-info-box .widget-icon-box-icon img {
  max-width: 40px;
  max-height: 40px;
}
.g5plus-info-box .widget-icon-box-content {
  display: table-cell;
  padding-left: 75px;
  vertical-align: middle;
  line-height: 1.57;
}
/*===============================================
               PRIMARY SIDEBAR
=================================================*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
.primary-sidebar .widget_meta > div,
.primary-sidebar .widget_archive > div,
.primary-sidebar .widget_categories > div,
.primary-sidebar .widget_nav_menu > div,
.primary-sidebar .widget_pages > div,
.primary-sidebar .widget_product_categories > div,
.primary-sidebar .widget_recent_entries > div {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas-icon.changed {
    display: none;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999999;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas.changed {
    opacity: 1;
    left: 0;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    padding: 0 5px;
    display: block;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close i {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close:hover i {
    color: red;
  }
  .overlay-canvas-sidebar {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .overlay-canvas-sidebar.changed {
    display: block;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: url(https://www.wellgrowth.com.sg/wp-content/themes/g5-organiz/assets/images/close.png) 15 15, default;
  }
}
/* Login & Register */
.widget-login-register {
  font-weight: 600;
}
.widget-login-register a {
  font-weight: 400;
}
#organiz-popup-login-form,
#organiz-popup-mailchimp-form {
  padding: 60px 20px;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-align: center;
}
#organiz-popup-login-form .close,
#organiz-popup-mailchimp-form .close {
  display: inline-block;
  position: absolute;
  top: 8px;
  right: 9px;
  font-size: 14px;
  color: #7dc023;
  opacity: 1;
}
#organiz-popup-login-form .modal-header,
#organiz-popup-mailchimp-form .modal-header {
  padding: 0;
  border: none;
}
#organiz-popup-login-form .modal-header .modal-title,
#organiz-popup-mailchimp-form .modal-header .modal-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}
#organiz-popup-login-form .modal-header .modal-title:after,
#organiz-popup-mailchimp-form .modal-header .modal-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: 15px auto 24px;
  background-color: #7dc023;
}
#organiz-popup-login-form .modal-header p,
#organiz-popup-mailchimp-form .modal-header p {
  margin-bottom: 25px;
}
#organiz-popup-login-form .modal-body {
  padding: 0;
}
#organiz-popup-login-form .modal-body .form-group {
  margin-bottom: 20px;
}
#organiz-popup-login-form .modal-body input[type="text"],
#organiz-popup-login-form .modal-body input[type="password"],
#organiz-popup-login-form .modal-body input[type="email"] {
  height: 50px;
  border-radius: 50px;
  box-shadow: none;
}
#organiz-popup-login-form .modal-footer {
  padding: 0;
  margin-top: 20px;
  border: none;
  text-align: center;
}
#organiz-popup-login-form .modal-footer .modal-footer-left {
  margin-bottom: 10px;
}
#organiz-popup-mailchimp-wrapper h2 {
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 700;
  color: #7dc023;
  text-transform: uppercase;
}
#organiz-popup-login-wrapper.modal.fade .modal-dialog,
#organiz-popup-mailchimp-wrapper.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#organiz-popup-login-wrapper.modal.in .modal-dialog,
#organiz-popup-mailchimp-wrapper.modal.in .modal-dialog {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#organiz-popup-login-wrapper .modal-backdrop.in,
#organiz-popup-mailchimp-wrapper .modal-backdrop.in {
  opacity: .8;
}
@media (min-width: 768px) {
  #organiz-popup-login-wrapper .modal-dialog {
    width: 500px;
    margin: auto;
  }
  #organiz-popup-mailchimp-wrapper .modal-dialog {
    width: 670px;
    margin: auto;
  }
  #organiz-popup-mailchimp-wrapper #organiz-popup-mailchimp-form {
    padding: 60px 70px;
  }
  #organiz-popup-mailchimp-wrapper .g5plus-mailchimp {
    position: relative;
  }
  #organiz-popup-mailchimp-wrapper input[type="submit"] {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 479px) {
  #organiz-popup-mailchimp-wrapper h2 {
    font-size: 36px;
  }
}
/*Custom Class*/
.background-position-top.important {
  background-position: top !important;
}
.instagram-grid-3-columns ul,
.instagram-grid-2-columns ul {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}
.instagram-grid-3-columns ul li,
.instagram-grid-2-columns ul li {
  width: 50%;
  padding: 10px;
  float: left;
}
.instagram-grid-3-columns ul li img,
.instagram-grid-2-columns ul li img {
  width: 100%;
}
.instagram-grid-3-columns ul li {
  width: 33.33333333333333%;
}
.contact-info ul {
  list-style: none;
  padding-left: 0;
}
.contact-info ul li {
  margin-bottom: 10px;
}
.contact-info ul li i {
  margin-right: 6px;
}
.widget-setting .custom-dropdown-list ul {
  padding: 10px 20px 0px 20px;
  min-width: 170px;
}
.widget-setting .custom-dropdown-list ul li {
  border-top: 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;
  font-weight: 500;
  color: #111111;
}
.widget-setting .custom-dropdown-list ul li:hover {
  color: #7dc023;
}
.widget-setting .custom-dropdown-list ul .language,
.widget-setting .custom-dropdown-list ul .title-language {
  border-top: none;
}
.widget-setting .custom-dropdown-list ul .language:hover,
.widget-setting .custom-dropdown-list ul .title-language:hover {
  color: #111111;
}
.widget-setting .custom-dropdown-list ul .language {
  margin-bottom: 15px;
}
.widget-setting .custom-dropdown-list ul .language a {
  display: inline-block;
}
.widget-setting .custom-dropdown-list ul .language a + a {
  margin-left: 6px;
}
.widget-bottom-bar-right a {
  padding-bottom: 10px;
  display: inline-block;
  margin-left: 13px;
}
.processing-title {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.processing-title i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 40px;
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #f5f5f5;
  color: #666666;
  line-height: 2em;
  position: relative;
}
.top-drawer-wrapper .widget {
  margin-bottom: 0;
}
.top-drawer-wrapper .top-drawer-toggle {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #7dc023;
  border-top: solid 2px rgba(0, 0, 0, 0.2);
  padding: 7px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.7;
}
.top-drawer-wrapper.in .top-drawer-toggle,
.top-drawer-wrapper:hover .top-drawer-toggle {
  opacity: 1;
}
.top-drawer-wrapper.in .top-drawer-toggle > i:before {
  content: "\f068";
}
.top-drawer-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 991px) {
  .top-drawer-mobile-invisible {
    display: none;
  }
}
.shopping-cart-icon {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
}
.shopping-cart-icon .subtotal-info-wrapper {
  display: inline-block;
}
.shopping-cart-icon > .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 5px 0;
}
.shopping-cart-icon > .icon > span {
  position: absolute;
  margin: auto;
  top: -7px;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #7dc023;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 11px;
  font-weight: 400;
  padding-right: 1px;
}
.shopping-cart-list {
  width: 315px;
  border-top: solid 1px #7dc023;
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: -12px;
  z-index: 999;
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 8px 1px rgba(0, 0, 0, 0.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);
}
.shopping-cart-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #7dc023;
}
.shopping-cart-list ul.cart_list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.shopping-cart-list ul.cart_list li img {
  width: 70px;
}
.shopping-cart-list ul.cart_list li,
.shopping-cart-list p.total {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.shopping-cart-list p.total {
  border-top: solid 1px #ebebeb;
  padding-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  line-height: 1;
}
.shopping-cart-list p.total span.amount {
  float: right;
  color: #7dc023;
}
.shopping-cart-list ul.cart_list li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-align: center;
}
.shopping-cart-list li.mini_cart_item a.remove {
  width: 21px;
  height: 21px;
  position: absolute;
  right: 0;
  font-size: 0;
  background: #f5f5f5;
  padding-right: 0;
}
.shopping-cart-list li.mini_cart_item a.remove:before {
  content: '\f00d';
  font-family: 'fontawesome';
  font-size: 10px;
  line-height: 21px;
  color: #7dc023 !important;
  padding-right: 2px;
}
.shopping-cart-list li.mini_cart_item a.remove:hover {
  color: #7dc023 !important;
}
.shopping-cart-list span.quantity {
  margin-top: 8px;
  display: block;
  color: #111111;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
}
.shopping-cart-list p.buttons {
  margin: 0;
  text-align: center;
  line-height: 1;
}
.shopping-cart-list p.buttons a.btn + a.btn {
  margin-left: 10px;
}
.shopping-cart-list p.buttons a {
  color: #fff;
}
.shopping-cart-list p.buttons a.btn-primary:hover {
  color: #7dc023;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
  cursor: pointer;
}
.widget_shopping_cart_content:hover .shopping-cart-list {
  visibility: visible;
  opacity: 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);
}
.bar-left {
  text-align: left;
}
.bar-left .menu ul {
  left: 100%;
  right: auto;
}
.bar-left .menu li > ul {
  left: 0;
}
.bar-right {
  text-align: right;
}
.bar-right .widget {
  text-align: left;
}
.bar-wrapper {
  line-height: 30px;
}
.bar-wrapper .widget {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
}
.bar-wrapper .widget + .widget {
  margin-left: 40px;
}
.bar-wrapper .menu {
  margin-top: 0;
}
.bar-wrapper .menu li {
  position: relative;
}
.bar-wrapper .menu > li {
  display: inline-block;
  line-height: 30px;
}
.bar-wrapper .menu > li.menu-item-has-children {
  padding-right: 15px;
}
.bar-wrapper .menu > li + li {
  margin-left: 40px;
  border-top: none;
}
.bar-wrapper .menu > li > ul {
  right: 0;
}
.bar-wrapper .menu > li:hover ul {
  -webkit-transform: translateY(0);
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}
.bar-wrapper .menu > li .li-caret {
  top: 10px;
}
.bar-wrapper .menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.bar-wrapper .menu > li > .li-caret {
  color: inherit;
}
.bar-wrapper .menu > li:hover > .li-caret {
  color: #7dc023;
}
.bar-wrapper .menu ul {
  display: block !important;
  padding: 0 15px;
  left: auto;
  right: 100%;
  min-width: 180px;
  background-color: #fff;
  color: #212121;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  max-height: 0;
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -webkit-transition: 350ms;
  -moz-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}
.bar-wrapper .menu ul a {
  padding-left: 0;
}
.bar-wrapper .widget_archive ul > li + li,
.bar-wrapper .widget_categories ul > li + li,
.bar-wrapper .widget_nav_menu ul > li + li,
.bar-wrapper .widget_pages ul > li + li,
.bar-wrapper .widget_product_categories ul > li + li {
  border-color: #eee;
}
.bar-wrapper .widget + .widget:before,
.bar-wrapper .menu > li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  margin: auto;
  height: 10px;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.top-bar-wrapper a:hover {
  color: #7dc023;
}
.top-bar-wrapper {
  background-color: #f5f5f5;
  color: #111111;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #ebebeb;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #ebebeb;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
  border-left: solid 1px;
  border-left-color: #ebebeb;
  border-right-color: #ebebeb;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: #ebebeb;
  background-color: #fff;
}
.top-bar-wrapper .search-form-small .search-form .search-submit {
  background-color: #222 !important;
}
.top-bar-wrapper .search-form-square .search-form .search-field {
  background-color: #fff;
}
.container-fluid .top-bar-inner {
  padding-left: 35px;
  padding-right: 35px;
}
.top-bar-inner {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #111111;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-header {
    float: left;
    height: 60px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo-sticky {
    display: none;
  }
  .header-row > .container,
  .header-wrapper > .container {
    position: relative;
  }
  .main-header.float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-nav-wrapper {
    background-color: #ffffff;
    color: #111111;
  }
  .header-nav-wrapper .search-form input {
    height: 44px;
  }
  .header-nav-wrapper .search-form .search-submit {
    height: 44px;
    width: 44px;
    padding: 0;
    text-align: center;
  }
  .header-right {
    float: right;
    text-align: right;
  }
  .header-customize-right {
    float: right;
    line-height: 60px;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon {
    line-height: 51px;
  }
  .is-sticky .header-customize-right .mini-cart-box .shopping-cart-icon,
  .is-sticky .header-customize-nav .mini-cart-box .shopping-cart-icon {
    line-height: 45px;
  }
  .header-customize-nav {
    float: right;
    line-height: 60px;
    color: #111111;
  }
  .header-customize-nav .mini-cart-box .shopping-cart-icon {
    line-height: 51px;
  }
  .header-customize-item .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-right .mini-cart-box,
  .header-customize-nav .mini-cart-box {
    background: #7dc023;
    margin-top: -2px;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper,
  .header-customize-nav .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper {
    display: inline-block;
    color: #fff;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper .my-cart,
  .header-customize-nav .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper .my-cart {
    text-transform: initial;
    font-weight: 700;
    font-size: 12px;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper .total-item,
  .header-customize-nav .mini-cart-box .shopping-cart-icon .subtotal-info-wrapper .total-item {
    text-transform: initial;
    font-size: 12px;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon > .icon > i,
  .header-customize-nav .mini-cart-box .shopping-cart-icon > .icon > i {
    color: #fff;
  }
  .header-customize-right .mini-cart-box .shopping-cart-icon > .icon > span,
  .header-customize-nav .mini-cart-box .shopping-cart-icon > .icon > span {
    display: none;
  }
  .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-item:first-child:before {
    display: none;
  }
  .header-customize-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .header-customize-item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    margin: auto;
    height: 20px;
    border-left: solid 1px;
    border-left-color: #ebebeb;
    border-right-color: #ebebeb;
  }
  .header-customize-item.mini-cart-box:before {
    display: none;
  }
  .header-customize-item form.search-form:before {
    content: '|';
    font-weight: 700;
    display: inline-block;
    color: #111;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .header-customize-item form.search-form .search-field {
    border: none;
    padding: 0 20px;
  }
  .header-customize-item form.search-form .search-field::-webkit-input-placeholder {
    color: #111111;
  }
  .header-customize-item form.search-form .search-field:-moz-placeholder {
    color: #111111;
  }
  .header-customize-item form.search-form .search-field::-moz-placeholder {
    color: #111111;
  }
  .header-customize-item form.search-form .search-field:-ms-input-placeholder {
    color: #111111;
  }
  .header-customize-item {
    padding-left: 18px;
    padding-right: 18px;
  }
  .header-customize-item i {
    font-size: 12px;
  }
  a {
    color: #111111;
  }
  a:hover {
    color: #7dc023;
  }
  .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
  }
  .shopping-cart-icon > .icon {
    padding-right: 10px;
  }
  .shopping-cart-icon > .icon > i {
    color: #111111;
  }
  .reservation-phone,
  .reservation-phone-no-border,
  .reservation-phone-no-border-nav-color {
    font-size: 13px;
  }
  .reservation-phone i,
  .reservation-phone-no-border i,
  .reservation-phone-no-border-nav-color i {
    margin-right: 10px;
    font-size: 13px;
    vertical-align: middle;
  }
  .reservation-phone {
    border: 1px solid;
    border-color: rgba(17, 17, 17, 0.6);
    padding: 14px 20px;
  }
  .reservation-phone i {
    color: rgba(17, 17, 17, 0.6);
  }
  .reservation-phone-no-border {
    color: #7dc023;
    font-weight: 600;
  }
  .reservation-phone-no-border i {
    color: #111111;
  }
  .reservation-phone-no-border-nav-color {
    font-weight: 600;
  }
  .reservation-phone-no-border-nav-color i {
    color: rgba(17, 17, 17, 0.6);
  }
  .item-info {
    text-align: left;
  }
  .item-info > i,
  .item-info a {
    width: 36px;
    height: 36px;
    background-color: #7dc023;
    text-align: center;
    line-height: 36px;
    float: left;
    display: block;
    border-radius: 5px;
    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;
  }
  .item-info > i:hover,
  .item-info a:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .item-info > span {
    display: block;
    line-height: 18px;
    position: relative;
    overflow: hidden;
    margin-left: 46px;
  }
  .item-info > span.label {
    font-weight: 700;
    color: #565656;
  }
  .item-sidebar .widget {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
  }
  .item-sidebar .widget + .widget {
    margin-left: 30px;
  }
  .item-sidebar .widget + .widget:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    height: 15px;
    border-left: solid 1px;
    border-left-color: #ebebeb;
    border-right-color: #ebebeb;
  }
  .header-1 .header-wrapper.full-border,
  .header-3 .header-wrapper.full-border,
  .header-1 .header-wrapper.container-border .container-inner,
  .header-3 .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px #ebebeb;
  }
  .header-2 .x-nav-menu,
  .header-4 .x-nav-menu {
    margin-right: 0;
  }
  .header-2 .header-wrapper.full-border,
  .header-4 .header-wrapper.full-border,
  .header-2 .header-wrapper.container-border .header-nav-wrapper .container,
  .header-4 .header-wrapper.container-border .header-nav-wrapper .container {
    border-bottom: solid 1px #ebebeb;
  }
  .header-3 {
    width: 1258px;
    max-width: 100%;
    position: absolute;
    margin: 30px auto auto;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px #ebebeb;
  }
  .menu-categories {
    background-color: #7dc023;
    color: #fff;
    line-height: 60px;
    height: 60px;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    position: relative;
  }
  .menu-categories.in .menu-categories-select > i:before {
    content: '\f00d';
  }
  .menu-categories.in .menu-categories-dropdown {
    display: block;
  }
  .menu-categories ul.menu-categories-dropdown {
    position: absolute;
    z-index: 999;
    top: 100%;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0 20px;
    left: 0;
    right: 0;
  }
  .menu-categories-select {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    height: 100%;
  }
  .menu-categories-select:after {
    content: '';
    font-family: 'fontawesome';
  }
  .menu-categories-select > i {
    float: right;
    line-height: 60px;
    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;
  }
  .menu-categories-select > i:hover {
    color: #444;
  }
  .header-accent-color a {
    color: #111111;
  }
  .header-accent-color a:hover {
    color: #000000;
  }
  .header-nav-hidden nav.primary-menu {
    opacity: 0;
    visibility: hidden;
    display: inline-block;
    padding-left: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header-nav-hidden .product-text {
    line-height: 60px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
  }
  .header-nav-hidden .header-search {
    padding-right: 100px;
    margin-left: -20px;
  }
  .header-nav-hidden .no-primary-menu {
    position: absolute;
    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;
  }
  .header-nav-hidden .menu-switch {
    float: right;
    width: 100px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    z-index: 1;
    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;
  }
  .header-nav-hidden .menu-switch:hover {
    color: #444;
  }
  .header-nav-hidden .menu-switch > i {
    margin-right: 5px;
  }
  .header-nav-hidden .header-nav-inner.in .no-primary-menu {
    opacity: 0;
    visibility: hidden;
  }
  .header-nav-hidden .header-nav-inner.in nav.primary-menu {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-hidden .header-nav-inner.in .menu-switch > i:before {
    content: "\f00d";
  }
  .page-sidebar-right .header-nav-inner {
    text-align: right;
  }
  .page-sidebar-right .no-primary-menu > .row > .col-sm-3 {
    float: right;
  }
  .page-sidebar-right .no-primary-menu > .row > .col-sm-9 {
    float: left;
  }
  .page-sidebar-right .header-nav-hidden .menu-switch {
    float: left;
  }
  .page-sidebar-right .header-nav-hidden .header-search {
    padding-left: 100px;
    margin-right: -20px;
    padding-right: 0;
    margin-left: 0;
  }
  .page-sidebar-right .header-nav-hidden .product-text,
  .page-sidebar-right nav.primary-menu {
    padding-left: 0;
    padding-right: 20px;
  }
  .header-float {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-float input[type="text"],
  .header-float input[type="search"],
  .header-float input[type="email"],
  .header-float input[type="url"],
  .header-float input[type="password"],
  .header-float input[type="tel"],
  .header-float textarea,
  .header-float select {
    color: #111111;
  }
  .header-float input[type="text"]::-webkit-input-placeholder,
  .header-float input[type="search"]::-webkit-input-placeholder,
  .header-float input[type="email"]::-webkit-input-placeholder,
  .header-float input[type="url"]::-webkit-input-placeholder,
  .header-float input[type="password"]::-webkit-input-placeholder,
  .header-float input[type="tel"]::-webkit-input-placeholder,
  .header-float textarea::-webkit-input-placeholder,
  .header-float select::-webkit-input-placeholder {
    color: #111111;
  }
  .header-float input[type="text"]:-moz-placeholder,
  .header-float input[type="search"]:-moz-placeholder,
  .header-float input[type="email"]:-moz-placeholder,
  .header-float input[type="url"]:-moz-placeholder,
  .header-float input[type="password"]:-moz-placeholder,
  .header-float input[type="tel"]:-moz-placeholder,
  .header-float textarea:-moz-placeholder,
  .header-float select:-moz-placeholder {
    color: #111111;
  }
  .header-float input[type="text"]::-moz-placeholder,
  .header-float input[type="search"]::-moz-placeholder,
  .header-float input[type="email"]::-moz-placeholder,
  .header-float input[type="url"]::-moz-placeholder,
  .header-float input[type="password"]::-moz-placeholder,
  .header-float input[type="tel"]::-moz-placeholder,
  .header-float textarea::-moz-placeholder,
  .header-float select::-moz-placeholder {
    color: #111111;
  }
  .header-float input[type="text"]:-ms-input-placeholder,
  .header-float input[type="search"]:-ms-input-placeholder,
  .header-float input[type="email"]:-ms-input-placeholder,
  .header-float input[type="url"]:-ms-input-placeholder,
  .header-float input[type="password"]:-ms-input-placeholder,
  .header-float input[type="tel"]:-ms-input-placeholder,
  .header-float textarea:-ms-input-placeholder,
  .header-float select:-ms-input-placeholder {
    color: #111111;
  }
  .header-search-gray header .search-form input {
    border-color: #ebebeb;
  }
  .header-search-gray header .search-form button {
    background-color: #ebebeb;
  }
  .header-search-gray2 header .search-form input {
    border-color: #d2d2d2;
  }
  .header-search-gray2 header .search-form button {
    background-color: #d2d2d2;
  }
  .header-customize-item.search-form-small .search-form .search-field {
    border-color: #d2d2d2;
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item {
    padding-top: 20.5px;
    padding-bottom: 20.5px;
    line-height: 1;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav {
    line-height: 55px;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .is-sticky .logo-sticky {
    display: initial;
  }
  .is-sticky .has-logo-sticky .no-sticky {
    display: none;
  }
  .header-1 .is-sticky .header-above-inner,
  .header-3 .is-sticky .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch {
    line-height: 55px;
  }
  .header-1 .header-customize-nav,
  .header-3 .header-customize-nav {
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu,
  .header-3 .primary-menu {
    float: right;
  }
  .header-4 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-4 .primary-menu.header-row {
    text-align: center;
  }
  .header-4 .header-customize-nav {
    float: inherit;
    display: inline-block;
    margin-left: 30px;
  }
  .header-4 .header-customize-left {
    float: left;
    line-height: 60px;
  }
  .header-4 .header-customize-left .shopping-cart-list {
    left: 0;
    right: inherit;
  }
  .header-4 .header-customize-right {
    float: right;
    line-height: 60px;
  }
  .header-4 .header-above-wrapper .header-above-inner {
    height: 60px;
  }
}
.nav-custom-list {
  font-size: 13px;
  font-weight: 700;
}
.nav-custom-list a + a {
  margin-left: 30px;
}
.is-sticky .header-above-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.is-sticky .sticky-region {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.1);
  margin: auto;
}
.header-is-float .is-sticky .sticky-region {
  background-color: rgba(0, 0, 0, 0.9);
}
.header-is-float .is-sticky .sticky-region .header-customize-nav a:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.menu-current > a.x-menu-a-text,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li > a.x-menu-a-text:hover,
.header-is-float .is-sticky .sticky-region .x-nav-menu > li.x-menu-item:hover > a {
  color: #7dc023 !important;
}
body.boxed .is-sticky .sticky-region {
  max-width: 1210px;
  width: 100%;
}
header.main-header .textwidget > span i,
header.header-mobile .textwidget > span i {
  font-size: 13px;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  .header-customize-nav .reservation-phone,
  .header-customize-nav .reservation-phone-no-border,
  .header-customize-nav .reservation-phone-no-border-nav-color {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .x-nav-menu {
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  header.header-mobile.mobile-border-bottom {
    border-bottom: 1px solid #ebebeb !important;
  }
  .top-bar-wrapper {
    background-color: #f5f5f5 !important;
    color: #111111 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #ebebeb !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #ebebeb !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px;
    border-left-color: #ebebeb;
    border-right-color: #ebebeb;
  }
  .top-bar-inner {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #111111 !important;
  }
  .header-mobile-inner a {
    color: #111111;
  }
  .header-mobile-inner a:hover {
    color: #7dc023;
  }
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span {
    background-color: #111111 !important;
  }
  .header-mobile-container-inner {
    position: relative;
  }
  .header-mobile-container-inner > div {
    line-height: 90px !important;
  }
  .toggle-mobile-menu {
    float: left;
  }
  .logo-mobile-wrapper,
  .item-shopping-cart,
  .mobile-search-button,
  .shopping-cart-icon {
    display: inline-block;
  }
  .item-shopping-cart .subtotal-info-wrapper {
    display: none;
  }
  .item-shopping-cart,
  .mobile-search-button {
    float: right;
  }
  .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .mobile-search-button {
    font-size: 20px;
    position: relative;
    z-index: 1;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 100px;
    padding-right: 100px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .logo-mobile-wrapper img {
    max-height: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-menu-mobile {
    display: none;
  }
  .menu-drop-fly .search-form {
    padding: 20px;
    position: relative;
    background-color: #111;
  }
  .menu-drop-fly .search-form input {
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #333;
    background-color: #333;
  }
  .menu-drop-fly .search-form button {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 0;
  }
  .menu-drop-fly .x-sub-menu-open > a b.x-caret {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header-mobile-2 .toggle-icon-wrapper {
    float: right;
    margin-left: 10px;
  }
  .header-mobile-2 .logo-mobile-wrapper {
    text-align: left;
    padding-left: 0;
    padding-right: 90px;
  }
  .header-mobile-2 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 130px;
  }
  .header-mobile-2 .mobile-search-button {
    margin-right: 10px;
  }
  .header-mobile-2 .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .header-mobile-3 .toggle-icon-wrapper {
    margin-right: 20px;
  }
  .header-mobile-3 .item-shopping-cart,
  .header-mobile-3 .mobile-search-button {
    float: left;
  }
  .header-mobile-3 .logo-mobile-wrapper {
    text-align: right;
    padding-left: 90px;
    padding-right: 0;
  }
  .header-mobile-3 .both-mobile-icon .logo-mobile-wrapper {
    padding-left: 130px;
  }
  .header-mobile-3 .item-shopping-cart + .mobile-search-button {
    margin-left: 10px;
  }
  .header-mobile-4 .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 50px;
  }
  .is-sticky {
    height: 60px;
  }
  .is-sticky .header-mobile-container-inner > div {
    line-height: 60px !important;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.main-footer-wrapper {
  background-color: #10473d;
  color: #f9f9f9;
}
.main-footer-wrapper .bar-wrapper .menu > li {
  color: inherit !important;
}
.main-footer-wrapper .bar-wrapper .menu > li:hover ul {
  visibility: hidden;
  opacity: 0;
}
.main-footer-wrapper .bar-wrapper .menu > li > a {
  color: inherit;
  font-size: 13px;
  font-weight: bold;
}
.main-footer-wrapper .bar-wrapper .menu > li > a:hover {
  color: #7dc023;
}
.main-footer-wrapper .li-caret {
  display: none;
}
.main-footer-wrapper .current-menu-item a,
.main-footer-wrapper .current_page_item a {
  color: #7dc023 !important;
}
.main-footer.full-border {
  border-top: solid 1px #ebebeb;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #ebebeb;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #7dc023;
}
.main-footer .widget-title {
  color: #111111;
  border-bottom-color: #ebebeb;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  border-bottom: 0;
  padding-left: 0;
  padding-bottom: 0;
  letter-spacing: 0.05em;
  text-transform: none;
}
.main-footer .widget-title:before {
  display: none;
}
.main-footer .widget-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 40px;
  background-color: #7dc023;
  margin-top: 15px;
}
.main-footer .widget-title span {
  font-size: 16px;
}
.main-footer .widget {
  margin-bottom: 22px;
}
.main-footer .menu {
  margin-top: -10px;
}
.main-footer .menu-item a {
  padding: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #f9f9f9;
}
.main-footer .menu-item a:before {
  display: none;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 35px;
}
.bottom-bar-wrapper {
  background-color: transparent;
  color: #666666;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #ebebeb;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #ebebeb;
}
.bottom-bar-wrapper .widget + .widget {
  margin-left: 10px;
}
.bottom-bar-inner {
  padding-top: 63px;
  padding-bottom: 11px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: -1;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  footer.enable-parallax.static {
    position: static !important;
  }
  body.boxed footer.enable-parallax {
    max-width: 1210px;
  }
}
@media only screen and (max-width: 991px) {
  .bottom-bar-left,
  .bottom-bar-right {
    text-align: center;
  }
  .bottom-bar-left {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  footer.footer-collapse-able .widget-title {
    margin-bottom: 0;
    cursor: pointer;
  }
  footer.footer-collapse-able .widget-title:after {
    content: '+';
    float: right;
  }
  footer.footer-collapse-able .widget-title.title-expanded:after {
    content: '-';
  }
  footer.footer-collapse-able .widget-title + div,
  footer.footer-collapse-able .widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar {
    margin-bottom: 0;
  }
  footer.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 20px;
  }
  footer.main-footer-wrapper .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
  .sidebar .two-col ul > li {
    width: auto;
    float: none;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
/*Archive*/
h3.entry-post-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625;
  letter-spacing: 0;
}
h3.entry-post-title a {
  color: #111111;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3.entry-post-title a:hover {
  color: #7dc023;
}
.entry-post-meta {
  margin-bottom: 22px;
}
.entry-post-meta:after {
  content: '';
  width: 50px;
  display: block;
  height: 2px;
  background: #7dc023;
  margin-top: 14px;
}
.entry-post-meta > div {
  display: inline-block;
  margin-right: 15px;
}
.entry-post-meta > div i {
  margin-right: 5px;
}
.entry-post-meta > div a {
  color: #666666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.entry-post-meta > div a:hover {
  color: #7dc023;
}
.entry-meta-cat .post-categories {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.entry-meta-cat .post-categories li:not(:first-child) {
  display: none;
}
.entry-content blockquote {
  position: relative;
  padding: 30px;
  background: #7dc023;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding-left: 40px;
}
.entry-content blockquote:before {
  content: '“';
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 16px;
  top: -11px;
}
.entry-content blockquote p {
  font-size: 17px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.444;
}
.entry-content blockquote cite {
  display: block;
  text-align: center;
}
.entry-content blockquote cite a {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
.entry-content blockquote cite a:before,
.entry-content blockquote cite a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
}
.entry-content blockquote cite a:before {
  left: -40px;
}
.entry-content blockquote cite a:after {
  right: -40px;
}
.entry-content .post-password-form input {
  padding-top: 10px;
  padding-bottom: 10px;
}
.entry-content .page-links {
  text-align: right;
}
.entry-content .page-link {
  margin-right: 8px;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
  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;
}
.entry-content .page-link.current,
.entry-content .page-link:hover,
.entry-content .page-link:focus {
  color: #7dc023;
}
article + .comments-area {
  margin-top: 55px;
}
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-large-image,
article.format-audio .embed-responsive.embed-responsive-16by9.embed-responsive-full {
  height: 177px;
  padding: 0;
}
article.format-audio iframe {
  height: 177px;
}
article.format-video .embed-responsive.embed-responsive-16by9.embed-responsive-large-image {
  padding-bottom: 56.2393162%;
}
article.format-video .entry-thumb-wrap a.zoomGallery {
  background-color: rgba(0, 0, 0, 0.6);
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
  opacity: 1 !important;
}
article.format-video .entry-thumb-wrap a.zoomGallery i:before {
  margin-left: 3px;
}
article.format-video .entry-thumb-wrap a.zoomGallery i:hover {
  background-color: #7dc023;
}
article.format-video .entry-thumb-wrap a.zoomGallery i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
article.format-link blockquote {
  position: relative;
  padding: 30px;
  background: #7dc023;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  margin-bottom: 0;
}
article.format-link blockquote:before {
  content: "\f0c1";
  font-family: FontAwesome;
  position: absolute;
  font-size: 90px;
  color: rgba(255, 255, 255, 0.2);
  left: 0px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
article.format-link blockquote a {
  position: relative;
  z-index: 1;
  font-size: 17px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.444;
}
article.format-quote blockquote {
  position: relative;
  padding: 30px;
  background: #7dc023;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding-left: 40px;
  margin-bottom: 0;
}
article.format-quote blockquote:before {
  content: '“';
  font-size: 60px;
  color: #fff;
  position: absolute;
  left: 16px;
  top: -11px;
}
article.format-quote blockquote p {
  font-size: 17px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.444;
}
article.format-quote blockquote cite {
  display: block;
  text-align: center;
}
article.format-quote blockquote cite a {
  display: inline-block;
  position: relative;
  color: #fff;
  margin-top: 10px;
  text-align: center;
}
article.format-quote blockquote cite a:before,
article.format-quote blockquote cite a:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  top: 50%;
}
article.format-quote blockquote cite a:before {
  left: -40px;
}
article.format-quote blockquote cite a:after {
  right: -40px;
}
article.sticky .entry-content-wrap {
  padding: 30px 20px;
  background-color: #f2f6f9;
}
article.sticky .entry-post-title:before {
  content: '\f0c6';
  font-family: FontAwesome;
  margin-right: 5px;
}
.entry-thumb-wrap {
  position: relative;
  margin-bottom: 14px;
  text-align: center;
}
.entry-thumb-wrap img {
  max-width: 100%;
}
.entry-thumb-wrap .entry-thumbnail {
  position: relative;
  display: inline-block;
}
.entry-thumb-wrap .entry-thumbnail:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  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;
}
.entry-thumb-wrap a.zoomGallery i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  color: #7dc023;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  opacity: 0;
}
.entry-thumb-wrap a.zoomGallery i:hover {
  background: #7dc023;
  color: #fff;
}
.entry-thumb-wrap:hover a.zoomGallery i,
.entry-thumb-wrap:hover .entry-thumbnail:before {
  opacity: 1;
}
.entry-thumb-wrap .owl-nav {
  margin-top: 0;
}
.entry-thumb-wrap .owl-nav div.owl-prev,
.entry-thumb-wrap .owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  bottom: inherit !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;
  opacity: 0;
}
.entry-thumb-wrap .owl-nav div.owl-next {
  right: 20px;
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.entry-thumb-wrap .owl-nav div.owl-prev {
  left: 20px;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.entry-thumb-wrap .owl-dots {
  display: none;
}
.entry-thumb-wrap:hover .owl-nav div.owl-prev,
.entry-thumb-wrap:hover .owl-nav div.owl-next {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.blog-read-more {
  display: inline-block;
  color: #7dc023;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-read-more:hover {
  color: #111111;
}
.blog-load-more {
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.entry-excerpt {
  clear: both;
  line-height: 1.857;
  overflow: hidden;
  margin-bottom: 17px;
}
.entry-excerpt p {
  margin-bottom: 0;
}
/*Archive Large Image*/
.post-large-image {
  margin-bottom: 40px;
}
.post-large-image .entry-excerpt {
  max-height: 3.714em;
}
.post-large-image h3.entry-post-title {
  font-size: 20px;
}
/*Archive Grid*/
.post-grid {
  margin-bottom: 35px;
}
.post-grid .entry-post-meta {
  margin-bottom: 0;
}
.post-grid .entry-post-meta:after {
  display: none;
}
.post-grid .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  padding-bottom: 76.1904762%;
  height: 100%;
}
.post-grid .entry-thumbnail {
  width: 100%;
}
.post-grid .entry-thumbnail img {
  width: 100%;
}
.post-grid iframe {
  height: 100% !important;
}
/*Archive List*/
.post-list {
  margin-bottom: 30px;
}
.post-list .entry-thumb-wrap {
  display: inline-block;
  float: left;
  width: 42.53%;
}
.post-list .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 30px;
}
.post-list .entry-content-wrap {
  display: inline-block;
  width: 57.47%;
}
.post-list .entry-content-padding {
  height: 100%;
  width: 100%;
}
.post-list .content-middle {
  display: table;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.post-list .content-middle-inner {
  display: table-cell;
  vertical-align: middle;
}
.post-list .entry-excerpt {
  max-height: 7.428em;
}
.post-list .embed-responsive.embed-responsive-16by9.embed-responsive-medium-image {
  height: 100% !important;
}
.post-list iframe {
  height: 100% !important;
}
@media (max-width: 1200px) {
  .post-list .entry-thumb-wrap {
    width: 100%;
  }
  .post-list .entry-thumb-wrap + .entry-content-wrap {
    padding-left: 0;
  }
  .post-list .entry-content-wrap {
    width: 100%;
  }
}
/*Single*/
.entry-meta-tag {
  display: block;
}
.entry-meta-tag i {
  margin-right: 15px;
}
.entry-meta-tag span {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #111111;
  margin-right: 5px;
}
.entry-meta-tag a {
  display: inline-block;
  height: 27px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 27px;
  color: #111111;
  padding: 0 20px;
  border: 1px solid #ebeaea;
  -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-meta-tag a + a {
  margin-left: 10px;
}
.entry-meta-tag a:hover {
  border-color: #7dc023;
  color: #7dc023;
}
.single-blog-inner .post-single .entry-post-title {
  font-size: 24px;
  line-height: 1.2;
}
.single-blog-inner .entry-info-post {
  margin-bottom: 20px;
}
.single-blog-inner .entry-content blockquote {
  margin-bottom: 20px;
}
.single-blog-inner .entry-content p {
  margin-bottom: 25px;
}
.single-blog-inner .entry-content p:last-child {
  margin-bottom: 0;
}
.single-blog-inner .entry-meta-tag-and-share-wrap {
  padding: 13px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  display: table;
  width: 100%;
}
.single-blog-inner .entry-meta-tag-and-share-wrap i {
  color: #7dc023;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .entry-meta-tag {
  width: 100%;
  display: table-cell;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .entry-meta-tag + .social-share {
  padding-top: 5px;
  padding-left: 20px;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share {
  display: table-cell;
  white-space: nowrap;
  vertical-align: top;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share span {
  font-weight: 700;
  color: #111111;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share i {
  margin-right: 15px;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover:hover .social-share-list {
  bottom: -40px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .social-share-list {
  position: absolute;
  top: 100%;
  bottom: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid transparent;
  min-width: 192px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: 0;
  padding: 0 5px;
  font-size: 0;
  text-align: center;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .social-share-list a {
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 38px;
  width: 30px;
  margin: 0;
  float: left;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .social-share-list a i {
  line-height: 38px;
  font-size: 16px;
  margin: 0;
  color: #111111;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .social-share-list a:hover i {
  color: #7dc023;
}
.single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .list-social-icon {
  display: inline-block;
  position: relative;
  z-index: 998;
  background: #fff;
}
.single-blog-inner .post-navigation {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-inner .post-navigation .nav-previous {
  width: 50%;
  float: left;
  text-align: left;
}
.single-blog-inner .post-navigation .nav-next {
  width: 50%;
  float: right;
  text-align: right;
}
.single-blog-inner .post-navigation .post-navigation-title {
  color: #111111;
  font-weight: 400;
}
.single-blog-inner .post-navigation .post-navigation-content {
  display: inline-block;
}
.single-blog-inner .post-navigation .post-navigation-content:hover .post-navigation-title {
  color: #7dc023;
}
.single-blog-inner .post-navigation .post-navigation-label {
  font-weight: 700;
  color: #7dc023;
}
.single-blog-inner .post-navigation a {
  display: block;
}
.single-blog-inner .author-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb;
}
.single-blog-inner .author-info .author-avatar {
  max-width: 150px;
  float: left;
  margin-right: 30px;
  background-color: #f2f6f9;
}
.single-blog-inner .author-info .author-avatar img {
  width: 100%;
  margin: 0;
}
.single-blog-inner .author-info .author-description {
  overflow: hidden;
}
.single-blog-inner .author-info .author-description .author-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.single-blog-inner .author-info .author-description .author-title a {
  color: #111111;
}
.single-blog-inner .author-info .author-description .author-title a:hover {
  color: #7dc023;
}
.single-blog-inner .author-info .author-social-profile {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-blog-inner .author-info .author-social-profile li {
  display: inline-block;
  margin-right: 20px;
}
.single-blog-inner .author-info .author-social-profile li a i {
  color: #111111;
}
.single-blog-inner .author-info .author-social-profile li a:hover i {
  color: #7dc023;
}
.single-blog-inner .author-info .author-social-profile li:last-child {
  margin-right: 0;
}
.single-blog-inner .author-info .author-bio {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.single-blog-inner .post-navigation + .comments-area {
  margin-top: 60px;
}
.single-blog-inner .entry-meta-tag-and-share-wrap + .comments-area {
  margin-top: 60px;
}
.single-blog-inner .author-info + .comments-area {
  margin-top: 60px;
}
.single-blog-inner .post-related-wrap article {
  margin-bottom: 0;
}
.single-blog-inner .post-related-wrap article .owl-nav {
  display: none;
}
.single-blog-inner .post-related-wrap article .owl-dots {
  display: block;
  margin-top: 0 !important;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.single-blog-inner .post-related-wrap article .owl-dots > div {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  height: 13px;
  width: 13px;
}
.single-blog-inner .post-related-wrap article .owl-dots > div.active,
.single-blog-inner .post-related-wrap article .owl-dots > div:hover {
  background-color: #7dc023 !important;
  border-color: #7dc023 !important;
  width: 13px !important;
  height: 13px !important;
}
.single-blog-inner .post-related-wrap.nav-top .owl-nav {
  right: 0 !important;
}
.single-blog-inner .post-related-wrap .blog-line-title {
  margin-bottom: 25px;
}
.comments-area ol {
  list-style: none;
}
.comments-area .comments-list + .comment-respond,
.comments-area .comments-list .comment-body + .comment-respond {
  margin-top: 60px;
}
.comments-area .comment-list {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.comments-area .comment-list > li:first-child {
  border-top: none;
}
.comments-area .comment-avatar {
  float: left;
  margin-right: 30px;
  max-width: 90px;
  background-color: #f2f6f9;
}
.comments-area img.avatar {
  width: 100%;
  margin: 0;
}
.comments-area .comment-text {
  overflow: hidden;
}
.comments-area .comment-author-meta {
  margin-bottom: 5px;
}
.comments-area .author-name,
.comments-area .comment-date {
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
}
.comments-area .comment-meta {
  float: right;
  font-size: 12px;
  text-align: right;
  line-height: 26px;
}
.comments-area .comment-meta .comment-reply-link,
.comments-area .comment-meta .comment-edit-link {
  padding-right: 15px;
  padding-left: 15px;
  line-height: 16px;
}
.comments-area .comment-meta .comment-reply-link i,
.comments-area .comment-meta .comment-edit-link i {
  margin-left: 6px;
  cursor: pointer;
}
.comments-area .comment-meta .comment-edit-link + .comment-reply-link {
  border-left: 1px solid #ebebeb;
}
.comments-area .comment-meta .comment-reply-link {
  color: #7dc023;
}
.comments-area .comment-meta a {
  color: #111111;
}
.comments-area .comment-meta a:hover {
  color: #7dc023;
}
.comments-area li.comment,
.comments-area li.pingback {
  border-top: 1px solid #ebebeb;
  padding-top: 30px;
  margin-bottom: 30px;
}
.comments-area li.comment:last-child,
.comments-area li.pingback:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.comments-area ol.children {
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
}
.comments-area ol.children li {
  border-top: 0;
}
.comments-area ol.children li + li {
  border-top: 1px solid #ebebeb;
}
.comments-area ol.children li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.comments-area .comment-form .form-group {
  margin-bottom: 20px;
}
.comments-area .comment-form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 5px;
}
.comments-area .comment-form .form-group {
  width: 50%;
  float: left;
}
.comments-area .comment-form .form-group:nth-child(2n+1) {
  padding-right: 15px;
}
.comments-area .comment-form .form-group:nth-child(2n) {
  padding-left: 15px;
}
.comments-area .comment-form input[type='text'],
.comments-area .comment-form input[type='email'],
.comments-area .comment-form textarea {
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  height: 40px;
  line-height: 26px;
}
.comments-area .comment-form textarea {
  width: 100% !important;
  height: 136px;
  padding-top: 10px;
}
.comments-area .comment-form button {
  font-size: 14px;
}
h4.blog-line-title {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
  letter-spacing: 0;
}
h4.blog-line-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  display: block;
  width: 136px;
  height: 1px;
  background-color: #7dc023;
}
@media (max-width: 768px) {
  .single-blog-inner .author-info .author-avatar {
    max-width: 100px;
    margin-right: 20px;
  }
  .single-blog-inner .author-info .author-title {
    font-size: 16px;
  }
  .single-blog-inner .author-info .author-bio {
    font-size: 14px;
  }
  .comments-area .comment-avatar {
    max-width: 70px;
    margin-right: 15px;
  }
  .comments-area ol.children {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .comments-area .comment-meta span {
    display: none;
  }
}
@media (max-width: 480px) {
  .single-blog-inner .author-info .author-avatar {
    max-width: 80px;
    margin-right: 15px;
  }
  .single-blog-inner .author-info .author-title {
    font-size: 14px;
  }
  .single-blog-inner .author-info .author-bio {
    font-size: 12px;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap {
    display: block;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap .social-share {
    display: block;
    width: 100%;
    text-align: left;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap .entry-meta-tag {
    display: block;
    width: 100%;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap .entry-meta-tag + .social-share {
    padding-left: 0;
    margin-top: 10px;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover {
    z-index: 999;
  }
  .single-blog-inner .entry-meta-tag-and-share-wrap .social-share-hover .social-share-list {
    left: 0;
    right: inherit;
  }
  .comments-area .comment-author-meta {
    margin-bottom: 0;
  }
  .comments-area .comment-meta {
    display: block;
    float: none;
  }
  .comments-area .comment-avatar {
    max-width: 50px;
    margin-right: 10px;
  }
  .comments-area .comment-form .form-group {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 320px) {
  .single-blog-inner .author-info .author-avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .comments-area .comment-avatar {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sl-wrapper {
  position: relative;
}
.sl-wrapper #sl-loader {
  position: absolute;
  bottom: 20px;
  right: 0;
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
/**
* Button
* ----------------------------------------------------------------------------
*/
.g5plus-btn-container {
  display: block;
  max-width: 100%;
}
.g5plus-btn-container.btn-inline {
  display: inline-block;
  vertical-align: top;
}
.g5plus-btn-container.btn-right {
  text-align: right;
}
.g5plus-btn-container.btn-center {
  text-align: center;
}
.g5plus-btn-container.btn-left {
  text-align: left;
}
.btn,
button,
input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  padding: 15px 58px;
  color: #fff;
  background-color: #7dc023;
  border: solid 2px;
  border-color: #7dc023;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:focus,
button:focus,
input[type="submit"]:focus,
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:active:hover,
button:active:hover,
input[type="submit"]:active:hover {
  color: #7dc023;
  background-color: transparent;
  border-color: #7dc023;
  outline: none;
}
.btn:focus.btn-outline,
button:focus.btn-outline,
input[type="submit"]:focus.btn-outline,
.btn:hover.btn-outline,
button:hover.btn-outline,
input[type="submit"]:hover.btn-outline,
.btn:active:hover.btn-outline,
button:active:hover.btn-outline,
input[type="submit"]:active:hover.btn-outline {
  color: #fff;
  background-color: #7dc023;
  border-color: #7dc023;
}
.btn.btn-outline,
button.btn-outline,
input[type="submit"].btn-outline {
  color: #7dc023;
  background-color: transparent;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn.btn-block {
  display: block;
  width: 100%;
}
.btn.btn-icon i {
  font-size: 12px;
  margin-right: 5px;
}
.btn.btn-icon-right i {
  margin-right: 0;
  margin-left: 5px;
}
.btn.btn-xs {
  font-size: 14px;
  padding: 10px 30px;
}
.btn.btn-sm {
  padding: 11px 39px;
}
.btn.btn-md {
  padding: 13px 49px;
}
.btn.btn-radius-small {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn.btn-radius-circle {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.btn.btn-gray {
  background-color: #ccc;
  border-color: #ccc;
  color: #111111;
}
.btn.btn-gray.btn-outline {
  color: #111111;
  background-color: transparent;
}
.btn.btn-gray:hover {
  border-color: #ccc;
  background-color: transparent;
  color: #111111;
}
.btn.btn-gray:hover.btn-outline {
  color: #111111;
  background-color: #ccc;
  border-color: #ccc;
}
.btn.btn-dark {
  border-color: #111111;
  background-color: #111111;
}
.btn.btn-dark.btn-outline {
  color: #111111;
  background-color: transparent;
}
.btn.btn-dark:hover {
  background-color: transparent;
  border-color: #111111;
  color: #111111;
}
.btn.btn-dark:hover.btn-outline {
  border-color: #111111;
  background-color: #111111;
  color: #fff;
}
.btn.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.btn.btn-white.btn-outline {
  color: #fff;
  background-color: transparent;
}
.btn.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover.btn-outline {
  color: #111111;
  background-color: #fff;
  border-color: #fff;
}
/*---------- Countdown ----------*/
.g5plus-countdown .countdown-section {
  border: 1px solid #7dc023;
}
.g5plus-countdown .countdown-amount {
  color: #111111;
}
.g5plus-countdown .countdown-period {
  color: #111111;
}
/*---------- Our team --------*/
.g5plus-our-team:hover .ourteam-content-all a:hover {
  color: #7dc023;
}
/*---------- our team minimal ----------*/
.g5plus-our-team-minimal .our-team-thumb {
  background-color: #ebebeb;
}
.g5plus-our-team-minimal .our-team-content .ourteam-name {
  color: #111111;
}
.g5plus-our-team-minimal .our-team-content .ourteam-phone:before,
.g5plus-our-team-minimal .our-team-content .ourteam-email:before {
  color: #7dc023;
}
/*--------------- Post --------------*/
.g5plus-posts .entry-meta-post-date {
  background-color: #7dc023;
}
.g5plus-posts .entry-thumb-wrap .owl-dots > div {
  border-color: #7dc023;
}
.g5plus-posts .entry-thumb-wrap .owl-dots > div.active,
.g5plus-posts .entry-thumb-wrap .owl-dots > div:hover {
  border-color: #7dc023;
  background-color: #7dc023;
}
.g5plus-posts .entry-meta-author {
  color: #111111;
}
/*------------ Categories Icon Box ------------*/
.g5plus-cat-icon-box .cat-title:hover {
  color: #7dc023 !important;
}
.g5plus-cat-icon-box .cat-icon-box-item:before {
  border-right: 1px solid #7dc023;
  border-left: 1px solid #7dc023;
}
.g5plus-cat-icon-box .cat-icon-box-item:after {
  border-top: 1px solid #7dc023;
  border-bottom: 1px solid #7dc023;
}
/*---------- Banner ------------*/
.g5plus-banner.text-dark h4,
.g5plus-banner.text-dark h5 {
  color: #111111;
}
.g5plus-banner .bg_content {
  color: #111111;
}
.g5plus-banner .bg_content.show-border-content:before {
  border: 1px solid #7dc023;
}
/*------------ Testimonials ---------------*/
.g5plus-testimonials h4 {
  color: #7dc023;
}
.g5plus-testimonials.style2 h4:before {
  border-top: 1px solid #ebebeb;
}
/*------------Contact Form------------*/
.g5plus-contact-form input:not([type="submit"]),
.g5plus-contact-form textarea {
  width: 100% !important;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #ebeaea;
  font-weight: 400;
  margin-bottom: 20px;
}
.g5plus-contact-form input:not([type="submit"]):focus,
.g5plus-contact-form textarea:focus {
  border-color: #7dc023;
}
.g5plus-contact-form textarea {
  min-height: 135px;
  max-width: 100%;
  margin-bottom: 12px;
}
.g5plus-contact-form .btn-submit {
  padding-right: 15px;
  padding-left: 15px;
}
.g5plus-contact-form .btn-submit input[type="submit"] {
  margin: 0;
  font-weight: 700;
}
.g5plus-contact-form span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
.g5plus-contact-form img {
  display: none;
}
.g5plus-contact-form span.wpcf7-form-control-wrap {
  display: block;
}
.g5plus-contact-form span.wpcf7-not-valid-tip {
  color: #7dc023;
  font-size: 1em;
  display: block;
  position: absolute;
  bottom: -15px;
  transform: translateY(-50%);
  right: 20px;
}
/*-------------Heading--------------*/
.g5plus-heading h4 {
  font-size: 50px;
  display: block;
  color: #111111;
  letter-spacing: 0;
  padding-bottom: 5px;
}
.g5plus-heading h4.a-font {
  font-weight: 400;
}
.g5plus-heading.text-small h4 {
  font-size: 26px;
}
.g5plus-heading.text-small.line-bottom h4 {
  font-size: 22px !important;
}
.g5plus-heading.text-small .icon-image {
  width: 70px;
}
.g5plus-heading.has-line.line-top h4 {
  display: inline-block;
}
.g5plus-heading.has-line.line-top h4:before {
  content: '';
  height: 2px;
  width: 60px;
  display: block;
  background-color: #7dc023;
  margin-bottom: 25px;
}
.g5plus-heading.has-line.line-bottom h4 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  text-transform: inherit !important;
}
.g5plus-heading.has-line.line-bottom span {
  display: inline-block;
  position: relative;
}
.g5plus-heading.has-line.line-bottom span:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #7dc023;
}
.g5plus-heading.has-line h4.a-font:before {
  margin-bottom: 15px;
}
.g5plus-heading.has-line h4.b-font {
  text-transform: uppercase;
}
.g5plus-heading.has-line.text-center h4:before {
  margin-left: auto;
  margin-right: auto;
}
.g5plus-heading.has-line.text-right h4:before {
  margin-left: auto;
}
.g5plus-heading.text-light h4 {
  color: #fff;
}
.g5plus-heading .icon-image {
  display: inline-block;
  margin-bottom: 10px;
  width: 93px;
}
.g5plus-heading .icon {
  display: block;
  color: #7dc023;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 7px;
}
.g5plus-heading .icon i:before {
  font-size: 30px;
}
@media (max-width: 480px) {
  .g5plus-heading h4 {
    font-size: 30px;
  }
  .g5plus-heading .icon-image {
    width: 70px;
  }
  .g5plus-heading .icon i:before {
    font-size: 18px;
  }
}
/*-------------Partner---------------*/
.g5plus-partner .owl-item {
  padding: 0 15px;
}
.g5plus-partner .owl-item .partner-item {
  position: relative;
  height: 150px;
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-partner .owl-item .partner-item:hover {
  opacity: 1 !important;
}
.g5plus-partner .owl-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: inherit !important;
}
.g5plus-partner.partner-border .partner-item {
  border: solid 1px #ebebeb;
}
.g5plus-partner.partner-border .partner-item img {
  padding: 15px;
}
.g5plus-partner.partner-border .partner-item:hover {
  border-color: #7dc023;
}
/*------------Mailchimp-------------*/
.g5plus-mailchimp input[type="email"] {
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-shadow: none;
  display: inline-block;
  max-width: 605px;
  margin-right: 27px;
  padding-left: 33px;
  padding-right: 33px;
}
.input-border-none input[type="email"] {
  border-color: rgba(235, 235, 235, 0);
  background: #fff;
}
@media (max-width: 1199px) {
  .g5plus-mailchimp input[type="email"] {
    max-width: 430px;
  }
}
@media (max-width: 991px) {
  .g5plus-mailchimp input[type="email"] {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .g5plus-mailchimp input[type="email"] {
    max-width: 280px;
  }
}
@media (max-width: 599px) {
  .g5plus-mailchimp input[type="email"] {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .g5plus-mailchimp input[type="submit"] {
    width: 100%;
  }
}
/*---------------Custom Tour---------------*/
.vc_general.vc_tta.vc_tta-tabs {
  display: table !important;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: table-cell !important;
}
.vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container {
  display: table-cell !important;
  vertical-align: middle !important;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tabs-container {
  width: 210px !important;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tabs-list {
  padding: 30px 0 30px 30px !important;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab > a {
  font-size: 30px;
  font-family: 'Lobster';
  width: 140px;
  height: 140px;
  border: solid 2px #111111 !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab > a span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
  z-index: 3;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab.vc_active > a {
  -webkit-animation-name: animation-tour;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.2s;
  /* Safari 4.0 - 8.0 */
  animation-name: animation-tour;
  animation-duration: 1.2s;
  z-index: 2;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab.vc_active > a span {
  color: #fff;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab.vc_active > a span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -41px;
  border-top: 10px solid transparent;
  border-left: 11px solid #7dc023;
  border-bottom: 10px solid transparent;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab.vc_active > a:after {
  width: 160px !important;
  height: 160px !important;
  top: -12px !important;
  left: -12px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #7dc023;
  border: solid 2px #7dc023 !important;
  z-index: 2;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab.vc_active > a:before {
  width: 200px !important;
  height: 200px !important;
  top: -32px;
  left: -32px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: solid 2px #7dc023 !important;
  z-index: 1;
}
.vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-tab + .vc_tta-tab {
  margin-top: 0;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes animation-tour {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* Standard syntax */
@keyframes animation-tour {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (max-width: 767px) {
  .vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-panel {
    position: inherit;
    top: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }
  .vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-panel .vc_tta-panel-title > a {
    border: solid 1px #7dc023 !important;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    text-align: center;
    background: transparent;
    color: #111111;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .vc_tta.vc_general.vc_tta-style-g5-organiz .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    background: #7dc023;
    color: #fff;
  }
  .vc_general.vc_tta.vc_tta-tabs {
    display: inherit;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: none !important;
  }
  .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels-container {
    display: inherit !important;
    vertical-align: inherit;
  }
}
.vc_icon_element.vc_icon_element-align-inline-block {
  display: inline-block;
  margin-bottom: 0;
}
/*Icon Box*/
.g5plus-icon-box .icon i {
  color: #7dc023;
}
.g5plus-icon-box h4,
.g5plus-icon-box a {
  color: #111111;
}
.g5plus-icon-box.square-bd .icon i,
.g5plus-icon-box.circle-bd .icon i {
  border: 2px solid #7dc023;
}
.g5plus-icon-box:hover h4,
.g5plus-icon-box:hover a {
  color: #7dc023;
}
.g5plus-icon-box:hover.text-light.circle-bd .icon i,
.g5plus-icon-box:hover.text-light.square-bd .icon i {
  border-color: #7dc023;
}
/*Product*/
.g5plus-products-slider-single.woocommerce .product .entry-thumbnail-overlay {
  background-color: #f2f6f9;
}
.g5plus-products-slider-single.woocommerce span.price span.amount {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.product_type_simple,
.g5plus-products-slider-single.woocommerce a.product_type_grouped,
.g5plus-products-slider-single.woocommerce a.add_to_cart_button,
.g5plus-products-slider-single.woocommerce a.added_to_cart {
  border: 1px solid #7dc023;
  background-color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.product_type_simple:hover,
.g5plus-products-slider-single.woocommerce a.product_type_grouped:hover,
.g5plus-products-slider-single.woocommerce a.add_to_cart_button:hover,
.g5plus-products-slider-single.woocommerce a.added_to_cart:hover {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist {
  background-color: #7dc023;
  border: 1px solid #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare:hover,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover,
.g5plus-products-slider-single.woocommerce .compare:active,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:active {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare:hover i,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover i,
.g5plus-products-slider-single.woocommerce .compare:active i,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:active i {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.compare:hover:before {
  color: #7dc023;
}
.g5plus-products.woocommerce .product .entry-thumbnail-overlay {
  background-color: #f2f6f9;
}
.g5plus-products.woocommerce .owl-carousel .owl-dots .owl-dot.active {
  border-color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .product .entry-thumbnail-overlay {
  background-color: #f2f6f9;
}
.g5plus-products-slider-single.woocommerce span.price span.amount {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.product_type_simple,
.g5plus-products-slider-single.woocommerce a.product_type_grouped,
.g5plus-products-slider-single.woocommerce a.add_to_cart_button,
.g5plus-products-slider-single.woocommerce a.added_to_cart {
  border: 1px solid #7dc023;
  background-color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.product_type_simple:hover,
.g5plus-products-slider-single.woocommerce a.product_type_grouped:hover,
.g5plus-products-slider-single.woocommerce a.add_to_cart_button:hover,
.g5plus-products-slider-single.woocommerce a.added_to_cart:hover {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist {
  background-color: #7dc023;
  border: 1px solid #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare:hover,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover,
.g5plus-products-slider-single.woocommerce .compare:active,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:active {
  background-color: transparent;
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .compare:hover i,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover i,
.g5plus-products-slider-single.woocommerce .compare:active i,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:active i {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before,
.g5plus-products-slider-single.woocommerce .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before {
  color: #7dc023;
}
.g5plus-products-slider-single.woocommerce a.compare:hover:before {
  color: #7dc023;
}
/*
------- Custom VC_Progress_Bar -------*/
.vc_progress_bar.prb_vl_move .progress-bar-title {
  margin-bottom: 12px;
  display: block;
  color: #111111;
}
.vc_progress_bar.prb_vl_move .vc_single_bar {
  border-radius: 0;
  height: 12px;
  margin-bottom: 33px;
  background: #F5F5F5;
  box-shadow: none;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar {
  height: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar .vc_label_units {
  position: absolute;
  right: -31px;
  top: -31px;
  background: #111111;
  color: #fff;
  width: 31px;
  height: 18px;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}
.vc_progress_bar.prb_vl_move .vc_single_bar .vc_bar .vc_label_units:before {
  border-left: 0;
  border-right: 7px solid transparent;
  border-top-style: solid;
  border-top-width: 7px;
  border-top-color: #111111;
  content: "";
  left: 0;
  position: absolute;
  top: 18px;
}
.vc_progress_bar.prb_vl_right .progress-bar-title {
  margin-bottom: 12px;
  display: block;
  color: #111111;
  font-size: 13px;
}
.vc_progress_bar.prb_vl_right .vc_single_bar {
  border-radius: 0;
  height: 8px;
  margin-bottom: 27px;
  background: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #ebebeb;
  box-shadow: none;
}
.vc_progress_bar.prb_vl_right .vc_single_bar .vc_bar {
  height: 8px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: -1px;
}
.vc_progress_bar.prb_vl_right .vc_single_bar .vc_label_units {
  position: absolute;
  right: 0;
  top: -36px;
  color: #111111;
  font-weight: 700;
  font-size: 13px;
}
/*
--------List-------*/
.g5plus-lists-color-accent {
  color: #7dc023;
}
.g5plus-lists.g5plus-lists-round span {
  border: solid 1px #7dc023;
}
/*Category-products-box*/
.g5plus-category-products-box {
  border: 2px solid #ebebeb;
}
.g5plus-category-products-box h3.title-category-box {
  border-bottom: 1px solid #ebebeb;
}
.g5plus-category-products-box h3.title-category-box span:before {
  background: #7dc023;
}
.g5plus-category-products-box ul li a:before {
  color: #7dc023;
}
.g5plus-category-products-box.img-top-content ul li + li {
  border-top: 1px dashed #ebebeb;
}
/*Category products box*/
.g5plus-category-products-widget {
  /*Shape Layout Box*/
}
.g5plus-category-products-widget.bg-color {
  background-color: #7dc023;
}
.g5plus-category-products-widget.mixed-bd-bg h2 {
  background-color: #7dc023;
}
/*Product list minimal*/
.g5plus-products-list-minimal .g5plus-listing-title h3 {
  color: #111111;
}
.g5plus-products-list-minimal .list-product-image {
  background-color: #f2f6f9;
}
.g5plus-products-list-minimal a.zoomGallery i {
  color: #7dc023;
}
.g5plus-products-list-minimal a.zoomGallery i:hover {
  background-color: #7dc023;
}
.g5plus-products-list-minimal div.product {
  border: 1px solid #ebebeb;
}
/*Product review*/
.g5plus-products-reviews h3.title-review {
  border-bottom: 1px solid #ebebeb;
}
.g5plus-products-reviews h3.title-review span:before {
  background: #7dc023;
}
.g5plus-products-reviews .product-sidebar-item + .product-sidebar-item {
  border-top: 1px solid #ebebeb;
}
.single-portfolio .portfolio-content span {
  color: #111111;
}
.single-portfolio .portfolio-content .social-share a {
  color: #666666;
}
.single-portfolio .portfolio-content .social-share a:hover {
  color: #7dc023;
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Raleway' !important;
}
.a-font {
  font-family: 'Lobster' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.accent-color {
  color: #7dc023 !important;
}
.text-color-accent,
.text-color-accent-hover:hover {
  color: #7dc023 !important;
}
.bg-accent {
  background-color: #7dc023 !important;
}
.bg-bold {
  background-color: #111111;
}
.heading-color {
  color: #111111 !important;
}
.bordered {
  border: 1px solid #ebebeb !important;
}
.border-dark {
  border: 1px solid #dadada !important;
}
.badge {
  background-color: #7dc023;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
.pd-bottom-105 {
  padding-bottom: 105px !important;
}
.pd-bottom-110 {
  padding-bottom: 110px !important;
}
.pd-bottom-115 {
  padding-bottom: 115px !important;
}
.pd-bottom-120 {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
  .sm-pd-bottom-105 {
    padding-bottom: 105px !important;
  }
  .sm-pd-bottom-110 {
    padding-bottom: 110px !important;
  }
  .sm-pd-bottom-115 {
    padding-bottom: 115px !important;
  }
  .sm-pd-bottom-120 {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
  .xs-pd-bottom-105 {
    padding-bottom: 105px !important;
  }
  .xs-pd-bottom-110 {
    padding-bottom: 110px !important;
  }
  .xs-pd-bottom-115 {
    padding-bottom: 115px !important;
  }
  .xs-pd-bottom-120 {
    padding-bottom: 120px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
/**
* Margin Bottom
* ----------------------------------------------------------------------------
*/
.mg-bottom-0 {
  margin-bottom: 0px !important;
}
.mg-bottom-5 {
  margin-bottom: 5px !important;
}
.mg-bottom-10 {
  margin-bottom: 10px !important;
}
.mg-bottom-15 {
  margin-bottom: 15px !important;
}
.mg-bottom-20 {
  margin-bottom: 20px !important;
}
.mg-bottom-25 {
  margin-bottom: 25px !important;
}
.mg-bottom-30 {
  margin-bottom: 30px !important;
}
.mg-bottom-35 {
  margin-bottom: 35px !important;
}
.mg-bottom-40 {
  margin-bottom: 40px !important;
}
.mg-bottom-45 {
  margin-bottom: 45px !important;
}
.mg-bottom-50 {
  margin-bottom: 50px !important;
}
.mg-bottom-55 {
  margin-bottom: 55px !important;
}
.mg-bottom-60 {
  margin-bottom: 60px !important;
}
.mg-bottom-65 {
  margin-bottom: 65px !important;
}
.mg-bottom-70 {
  margin-bottom: 70px !important;
}
.mg-bottom-75 {
  margin-bottom: 75px !important;
}
.mg-bottom-80 {
  margin-bottom: 80px !important;
}
.mg-bottom-85 {
  margin-bottom: 85px !important;
}
.mg-bottom-90 {
  margin-bottom: 90px !important;
}
.mg-bottom-95 {
  margin-bottom: 95px !important;
}
.mg-bottom-100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .sm-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .sm-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .sm-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .sm-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .sm-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .sm-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .sm-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .sm-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .sm-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .sm-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .sm-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .sm-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .sm-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .sm-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .sm-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .sm-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .sm-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .sm-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .sm-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .sm-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .xs-mg-bottom-5 {
    margin-bottom: 5px !important;
  }
  .xs-mg-bottom-10 {
    margin-bottom: 10px !important;
  }
  .xs-mg-bottom-15 {
    margin-bottom: 15px !important;
  }
  .xs-mg-bottom-20 {
    margin-bottom: 20px !important;
  }
  .xs-mg-bottom-25 {
    margin-bottom: 25px !important;
  }
  .xs-mg-bottom-30 {
    margin-bottom: 30px !important;
  }
  .xs-mg-bottom-35 {
    margin-bottom: 35px !important;
  }
  .xs-mg-bottom-40 {
    margin-bottom: 40px !important;
  }
  .xs-mg-bottom-45 {
    margin-bottom: 45px !important;
  }
  .xs-mg-bottom-50 {
    margin-bottom: 50px !important;
  }
  .xs-mg-bottom-55 {
    margin-bottom: 55px !important;
  }
  .xs-mg-bottom-60 {
    margin-bottom: 60px !important;
  }
  .xs-mg-bottom-65 {
    margin-bottom: 65px !important;
  }
  .xs-mg-bottom-70 {
    margin-bottom: 70px !important;
  }
  .xs-mg-bottom-75 {
    margin-bottom: 75px !important;
  }
  .xs-mg-bottom-80 {
    margin-bottom: 80px !important;
  }
  .xs-mg-bottom-85 {
    margin-bottom: 85px !important;
  }
  .xs-mg-bottom-90 {
    margin-bottom: 90px !important;
  }
  .xs-mg-bottom-95 {
    margin-bottom: 95px !important;
  }
  .xs-mg-bottom-100 {
    margin-bottom: 100px !important;
  }
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-black {
  font-weight: 900 !important;
}
/**
* Font Size
* ----------------------------------------------------------------------------
*/
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-21 {
  font-size: 21px !important;
}
.fs-22 {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-26 {
  font-size: 26px !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-46 {
  font-size: 46px !important;
}
.fs-50 {
  font-size: 50px !important;
}
.fs-60 {
  font-size: 60px !important;
}
/**
* Font Style
* ----------------------------------------------------------------------------
*/
.text-italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/**
* Line Height
* ----------------------------------------------------------------------------
*/
.line-small {
  line-height: 1em !important;
}
.line-normal {
  line-height: 1.5em !important;
}
.line-medium {
  line-height: 1.6em !important;
}
.line-large {
  line-height: 1.8em !important;
}
.line-2x {
  line-height: 2em !important;
}
.line-3x {
  line-height: 3em !important;
}
.line-20 {
  line-height: 20px !important;
}
.line-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
.line-26 {
  line-height: 26px !important;
}
.line-42 {
  line-height: 42px !important;
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing-50 {
  letter-spacing: 0.05em;
}
/**
* TRANSITION
* ----------------------------------------------------------------------------
*/
.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;
}
.transition05 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/**
* OTHERS MIXIN
* ----------------------------------------------------------------------------
*/
.overflow-hidden {
  overflow: hidden !important;
}
.fixed {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pd-right-60 {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .sm-pd-right-0 {
    padding-right: 0;
  }
}
/**
* Custom Columns Mobile
* ----------------------------------------------------------------------------
*/
@media (max-width: 479px) {
  .col-mb-1,
  .col-mb-2,
  .col-mb-3,
  .col-mb-4,
  .col-mb-5,
  .col-mb-6,
  .col-mb-7,
  .col-mb-8,
  .col-mb-9,
  .col-mb-10,
  .col-mb-11,
  .col-mb-12 {
    float: left;
  }
  .col-mb-12 {
    width: 100%;
  }
  .col-mb-11 {
    width: 91.66666667%;
  }
  .col-mb-10 {
    width: 83.33333333%;
  }
  .col-mb-9 {
    width: 75%;
  }
  .col-mb-8 {
    width: 66.66666667%;
  }
  .col-mb-7 {
    width: 58.33333333%;
  }
  .col-mb-6 {
    width: 50%;
  }
  .col-mb-5 {
    width: 41.66666667%;
  }
  .col-mb-4 {
    width: 33.33333333%;
  }
  .col-mb-3 {
    width: 25%;
  }
  .col-mb-2 {
    width: 16.66666667%;
  }
  .col-mb-1 {
    width: 8.33333333%;
  }
  .col-mb-pull-12 {
    right: 100%;
  }
  .col-mb-pull-11 {
    right: 91.66666667%;
  }
  .col-mb-pull-10 {
    right: 83.33333333%;
  }
  .col-mb-pull-9 {
    right: 75%;
  }
  .col-mb-pull-8 {
    right: 66.66666667%;
  }
  .col-mb-pull-7 {
    right: 58.33333333%;
  }
  .col-mb-pull-6 {
    right: 50%;
  }
  .col-mb-pull-5 {
    right: 41.66666667%;
  }
  .col-mb-pull-4 {
    right: 33.33333333%;
  }
  .col-mb-pull-3 {
    right: 25%;
  }
  .col-mb-pull-2 {
    right: 16.66666667%;
  }
  .col-mb-pull-1 {
    right: 8.33333333%;
  }
  .col-mb-pull-0 {
    right: auto;
  }
  .col-mb-push-12 {
    left: 100%;
  }
  .col-mb-push-11 {
    left: 91.66666667%;
  }
  .col-mb-push-10 {
    left: 83.33333333%;
  }
  .col-mb-push-9 {
    left: 75%;
  }
  .col-mb-push-8 {
    left: 66.66666667%;
  }
  .col-mb-push-7 {
    left: 58.33333333%;
  }
  .col-mb-push-6 {
    left: 50%;
  }
  .col-mb-push-5 {
    left: 41.66666667%;
  }
  .col-mb-push-4 {
    left: 33.33333333%;
  }
  .col-mb-push-3 {
    left: 25%;
  }
  .col-mb-push-2 {
    left: 16.66666667%;
  }
  .col-mb-push-1 {
    left: 8.33333333%;
  }
  .col-mb-push-0 {
    left: auto;
  }
  .col-mb-offset-12 {
    margin-left: 100%;
  }
  .col-mb-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-mb-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-mb-offset-9 {
    margin-left: 75%;
  }
  .col-mb-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-mb-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-mb-offset-6 {
    margin-left: 50%;
  }
  .col-mb-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-mb-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-mb-offset-3 {
    margin-left: 25%;
  }
  .col-mb-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-mb-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-mb-offset-0 {
    margin-left: 0;
  }
  .mb-pd-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .mb-mg-bottom-20 {
    margin-bottom: 20px;
  }
}
/*
---------Add new class--------*/
.accent-border-color {
  border-color: #7dc023;
}
.pos-ab {
  position: absolute;
}
.overflow-inherit {
  overflow: inherit !important;
}
.z-index-9 {
  z-index: 9;
}
.mg-top-neg {
  margin-top: -500px;
}
.top--140 {
  top: -140px;
}
.top--145 {
  top: -145px;
}
.top--150 {
  top: -150px;
}
.right--85 {
  right: -85px;
}
.left--20 {
  left: -20px;
}
.left--75 {
  left: -75px;
}
.transform-translateY--50 {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.bg-pos-top-center.vc_row {
  background-position: top center !important;
}
.line-curved {
  border-bottom-left-radius: 150% 100px;
  border-bottom-right-radius: 150% 100px;
}
.pd-left-0 {
  padding-left: 0;
}
.pd-left-15 {
  padding-left: 15px;
}
.pd-left-65 {
  padding-left: 65px;
}
.pd-left-45 {
  padding-left: 45px;
}
.pd-right-0 {
  padding-right: 0;
}
.pd-right-15 {
  padding-right: 15px;
}
.pd-right-65 {
  padding-right: 65px;
}
.mg-bottom--70 {
  margin-bottom: -70px;
}
.mg-bottom--60 {
  margin-bottom: -60px;
}
.mg-top--60 {
  margin-top: -60px;
}
@media (max-width: 1600px) {
  .mg-top-neg {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) {
  .lg-pd-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1199px) {
  .md-mg-bottom-30 {
    margin-bottom: 30px;
  }
  .md-pd-left-0 {
    padding-left: 0;
  }
  .md-pd-left-15 {
    padding-left: 15px;
  }
  .md-pd-right-0 {
    padding-right: 0;
  }
  .md-pd-right-15 {
    padding-right: 15px;
  }
  .md-display-none {
    display: none;
  }
  .md-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .md-overflow-hidden {
    overflow: hidden !important;
  }
}
@media (max-width: 1400px) {
  .display-none-1400 {
    display: none;
  }
}
@media (max-width: 1024px) {
  .overflow-hidden-1024 {
    overflow: hidden !important;
  }
  .display-none-1024 {
    display: none;
  }
  .mg-top-neg {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .sm-display-none {
    display: none;
  }
  .sm-transform-none {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sm-mg-bottom--140 {
    margin-bottom: -140px;
  }
  .sm-mg-left-0.vc_row {
    margin-left: 0 !important;
  }
  .sm-mg-right-0.vc_row {
    margin-right: 0 !important;
  }
  .sm-overflow-hidden {
    overflow: hidden !important;
  }
}
@media (max-width: 767px) {
  .xs-display-none {
    display: none;
  }
  .xs-text-center {
    text-align: center !important;
  }
  .xs-mg-right-20 {
    margin-right: 20px;
  }
  .xs-pd-right-0 {
    padding-right: 0;
  }
  .xs-pd-right-0 {
    padding-right: 0;
  }
  .xs-mg-left-0 .vc_column-inner {
    margin-left: 0 !important;
  }
}
/**
 * 10.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/*Woocommerce*/
.product-thumb,
.product-item-wrap,
.product-item-inner {
  cursor: pointer;
}
.product-thumb .vertical-image,
.product-item-wrap .vertical-image,
.product-item-inner .vertical-image {
  margin-bottom: 0;
  margin-left: 0;
}
/* product-category */
.product-category h2,
.product-category h3 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.product-category h2 mark,
.product-category h3 mark {
  background: transparent;
}
/*Product Title*/
h3.product-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
h3.product-name a {
  color: #111111;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
h3.product-name a:hover {
  color: #7dc023;
}
/*Product Price*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 16px;
  color: #7dc023;
  font-weight: 700;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
  margin-right: 5px;
  color: #999;
  font-weight: 400;
  opacity: 1;
}
/*Product Thumbnail - Flash Sale*/
.product-thumb {
  position: relative;
}
.product-thumb img {
  width: 100%;
}
.product-link {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 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;
}
.product-item-wrap.active .product-link,
.product-item-wrap:hover .product-link,
.product-thumb:hover .product-link {
  opacity: 1;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap:hover .product-images-hover.change-image .product-thumb-secondary,
.product-thumb:hover .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-wrap.active .product-images-hover.flip-back,
.product-item-wrap:hover .product-images-hover.flip-back,
.product-thumb:hover .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-wrap.active .product-actions,
.product-item-wrap:hover .product-actions,
.product-thumb:hover .product-actions {
  opacity: 1;
}
.product-item-wrap.active .product-actions .compare,
.product-item-wrap:hover .product-actions .compare,
.product-thumb:hover .product-actions .compare,
.product-item-wrap.active .product-actions .product-action-item,
.product-item-wrap:hover .product-actions .product-action-item,
.product-thumb:hover .product-actions .product-action-item,
.product-item-wrap.active .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-thumb:hover .product-actions .yith-wcwl-add-to-wishlist,
.product-item-wrap.active .product-actions .product-quick-view,
.product-item-wrap:hover .product-actions .product-quick-view,
.product-thumb:hover .product-actions .product-quick-view {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.product-item-wrap.active .product-actions,
.product-item-wrap:hover .product-actions,
.product-thumb:hover .product-actions {
  opacity: 1;
}
.product-item-wrap.active .product-actions-info,
.product-item-wrap:hover .product-actions-info,
.product-thumb:hover .product-actions-info {
  opacity: 1;
  visibility: visible;
}
.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;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.block-title {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin-bottom: 33px;
}
.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}
.product-flash {
  font-size: 12px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 10px;
  z-index: 2;
  background-color: #7dc023;
}
.on-sale {
  right: 10px;
  background-color: #D24427;
  -webkit-border-radius: 50% 0 50% 50%;
  -moz-border-radius: 50% 0 50% 50%;
  border-radius: 50% 0 50% 50%;
}
.on-featured {
  left: 10px;
  -webkit-border-radius: 0 50% 50% 50%;
  -moz-border-radius: 0 50% 50% 50%;
  border-radius: 0 50% 50% 50%;
}
/*Product Info*/
.woocommerce .product-info {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px 15px 10px;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce .product-info:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 52px;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #7dc023;
}
.product-deal-countdown {
  margin-bottom: 15px;
}
/*Product Actions*/
.woocommerce .product-actions {
  opacity: 0;
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 10;
  left: inherit;
  -webkit-transition: all 0.5s 0.15s ease-out;
  -moz-transition: all 0.5s 0.15s ease-out;
  -o-transition: all 0.5s 0.15s ease-out;
  transition: all 0.5s 0.15s ease-out;
}
.woocommerce .product-actions .product-action-item {
  position: relative;
}
.woocommerce .product-actions .product-action-item a {
  font-size: 0;
  position: relative;
  display: block;
}
.woocommerce .product-actions .product-action-item a.added_to_cart:before {
  font-family: 'FontAwesome';
  content: '\f291';
  display: inline-block;
  font-size: 12px;
  color: #7dc023;
}
.woocommerce .product-actions .product-action-item a:not(.added_to_cart):before {
  font-family: 'FontAwesome';
  content: '\f217';
  display: inline-block;
  font-size: 14px;
  color: #7dc023;
}
.woocommerce .product-actions .product-action-item:hover a:before {
  color: #fff;
}
.woocommerce .product-actions .product-quick-view {
  webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -webkit-transform 0.5s 0.15s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -moz-transform 0.5s 0.15s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -ms-transform 0.5s 0.15s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, -o-transform 0.5s 0.15s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.15s ease-out, opacity 0.5s 0.15s ease-out, transform 0.5s 0.15s ease-out;
}
.woocommerce .product-actions .yith-wcwl-add-to-wishlist {
  webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out, -webkit-transform 0.5s 0.2s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out, -moz-transform 0.5s 0.2s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out, -ms-transform 0.5s 0.2s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out, -o-transform 0.5s 0.2s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.2s ease-out, opacity 0.5s 0.2s ease-out, transform 0.5s 0.2s ease-out;
}
.woocommerce .product-actions .compare {
  webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.woocommerce .product-actions .product-action-item {
  webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.3s ease-out, opacity 0.5s 0.3s ease-out, -webkit-transform 0.5s 0.3s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.3s ease-out, opacity 0.5s 0.3s ease-out, -moz-transform 0.5s 0.3s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.3s ease-out, opacity 0.5s 0.3s ease-out, -ms-transform 0.5s 0.3s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.3s ease-out, opacity 0.5s 0.3s ease-out, -o-transform 0.5s 0.3s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.3s ease-out, opacity 0.5s 0.3s ease-out, transform 0.5s 0.3s ease-out;
}
.woocommerce .product-actions .compare,
.woocommerce .product-actions .product-action-item,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist,
.woocommerce .product-actions .product-quick-view {
  opacity: 0;
  clear: both;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #7dc023;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 5px 0;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
  visibility: hidden;
}
.woocommerce .product-actions .compare i,
.woocommerce .product-actions .product-action-item i,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist i,
.woocommerce .product-actions .product-quick-view i {
  font-size: 12px;
  margin: 0;
  line-height: 40px;
  color: #7dc023;
}
.woocommerce .product-actions .compare:hover,
.woocommerce .product-actions .product-action-item:hover,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist:hover,
.woocommerce .product-actions .product-quick-view:hover,
.woocommerce .product-actions .compare:active,
.woocommerce .product-actions .product-action-item:active,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist:active,
.woocommerce .product-actions .product-quick-view:active {
  background-color: #7dc023;
  color: #fff;
}
.woocommerce .product-actions .compare:hover i,
.woocommerce .product-actions .product-action-item:hover i,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist:hover i,
.woocommerce .product-actions .product-quick-view:hover i,
.woocommerce .product-actions .compare:active i,
.woocommerce .product-actions .product-action-item:active i,
.woocommerce .product-actions .yith-wcwl-add-to-wishlist:active i,
.woocommerce .product-actions .product-quick-view:active i {
  color: #fff;
}
.woocommerce .product-actions a.product-quick-view {
  background-color: #fff !important;
}
.woocommerce .product-actions a.product-quick-view:hover {
  background-color: #7dc023 !important;
}
.woocommerce .product-actions a.product-quick-view:hover i {
  color: #fff;
}
.woocommerce .product-actions .compare {
  overflow: hidden;
}
.woocommerce .product-actions .compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f021';
  font-size: 12px;
}
.woocommerce .product-actions .compare.added:before {
  content: '\f00c';
}
/*Add to cart button*/
.woocommerce a.add_to_cart_button.added {
  display: none;
}
/* Star Rating*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 12px;
  letter-spacing: 2px;
  width: 72px;
  float: none;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  color: #d3ced2;
  content: "\53\53\53\53\53";
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #7dc023;
}
.product-listing.woocommerce .star-rating {
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}
/*Wishlist*/
.woocommerce table.shop_table {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  border-top: none;
  border-bottom: solid 1px #ebebeb;
}
.woocommerce table.shop_table thead th {
  background-color: #f2f6f9;
  font-size: 14px;
  font-weight: 700;
  color: #111111;
}
.woocommerce table.shop_table tr td.product-thumbnail {
  padding: 30px 0;
  width: 130px;
}
.woocommerce table.shop_table tr td.product-thumbnail a {
  max-width: inherit;
  display: inline-block;
}
.woocommerce table.shop_table tr td.product-thumbnail .vertical-image {
  float: none;
}
.woocommerce table.shop_table tr td.product-thumbnail a img {
  width: 130px;
  margin: 0;
}
.woocommerce table.shop_table tr td.product-name {
  padding-right: 30px;
  padding-left: 30px;
}
.woocommerce table.shop_table tr td.product-name a {
  font-size: 16px;
  font-weight: 700;
  color: #111111;
}
.woocommerce table.shop_table tr td.product-name a:hover {
  color: #7dc023;
}
.woocommerce table.shop_table.wishlist_table td.product-add-to-cart a.button {
  background-color: #7dc023;
  border: 1px solid #7dc023;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 28px;
  border-radius: 20px;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.shop_table.wishlist_table td.product-add-to-cart a.button:hover {
  background-color: #f2f6f9;
  color: #7dc023;
}
.woocommerce table.shop_table.wishlist_table tr td,
.woocommerce table.shop_table.wishlist_table tr th {
  text-align: left;
}
.woocommerce table.shop_table.wishlist_table tr td.product-price {
  font-size: 16px;
  color: #111111;
  font-weight: 600;
}
.woocommerce table.shop_table.wishlist_table tr td.product-price del span.amount {
  font-weight: 400;
  color: #999999;
}
.woocommerce table.shop_table.wishlist_table tr td.product-price ins {
  text-decoration: none;
}
.woocommerce table.shop_table.wishlist_table tr td.product-price del + ins {
  margin-left: 10px;
}
.woocommerce table.shop_table.wishlist_table tr td.product-stock-status span {
  font-size: 16px;
}
.woocommerce table.shop_table.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
  color: #7dc023;
}
.woocommerce table.shop_table.wishlist_table tr td.product-stock-status span.wishlist-out-of-stock {
  color: #D24126;
}
.woocommerce table.shop_table.wishlist_table tr td.product-remove a.remove {
  height: 20px;
  width: 20px;
  line-height: 18px;
  padding-left: 1px;
  text-align: center;
  color: #7dc023 !important;
  background-color: #f2f6f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce table.shop_table.wishlist_table tr td.product-remove a.remove:hover {
  background-color: #7dc023;
  color: #fff !important;
}
.wishlist-title {
  margin-bottom: 10px;
}
.wishlist-title h2 {
  padding-left: 0;
}
.yith-wcwl-add-to-wishlist {
  display: block;
}
.yith-wcwl-add-to-wishlist img {
  display: none !important;
}
.yith-wcwl-add-to-wishlist > div:not(.tooltip) {
  height: 40px;
  width: 40px;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
  z-index: 1;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
  height: 40px;
  width: 40px;
  display: block;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: '\f004';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 12px;
  color: #7dc023;
}
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before,
.yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist {
  display: block;
  height: 40px;
  width: 40px;
}
.yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before {
  color: #fff;
}
.yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  display: inline-block;
  font-family: fontawesome;
  content: '\f08a';
  font-size: 12px;
  color: #7dc023;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.yith-wcwl-share ul,
.yith-wcwl-share h4.yith-wcwl-share-title {
  margin: 10px 0;
  display: inline-block;
  float: left;
}
.yith-wcwl-share li a {
  width: 25px;
  height: 25px;
  background-size: cover;
}
/*Quick View*/
#popup-product-quick-view-wrapper .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
#popup-product-quick-view-wrapper .modal-content .popup-close {
  -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;
}
#popup-product-quick-view-wrapper .modal-content .popup-close:hover {
  background-color: #7dc023;
  color: #fff;
}
#popup-product-quick-view-wrapper .modal-content .modal-body {
  padding: 30px;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce div[itemprop='description'] {
  font-size: 14px;
  line-height: 1.857;
  color: #666666;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10px;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce form.cart button.button {
  margin-left: 15px;
  font-weight: 700;
  padding: 5px 35px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #7dc023;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce form.cart button.button:before {
  content: "\f291";
  font-family: fontawesome;
  font-size: 12px;
  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;
  margin-right: 10px;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce form.cart button.button:hover {
  background-color: #D24427;
  color: #fff;
}
#popup-product-quick-view-wrapper .modal-content .woocommerce form.cart button.button:hover:before {
  color: #fff;
}
#popup-product-quick-view-wrapper .modal-content p.price {
  font-size: 26px;
  font-weight: 700;
  color: #7dc023;
}
#popup-product-quick-view-wrapper .modal-content p.price del {
  font-size: 16px;
  font-weight: 400;
  color: #999;
}
#popup-product-quick-view-wrapper .modal-content .yith-wcwl-add-to-wishlist {
  padding: 10px 15px;
  background-color: #f2f6f9;
}
#popup-product-quick-view-wrapper .modal-content .yith-wcwl-add-to-wishlist a {
  color: #7dc023;
  font-weight: 700;
}
#popup-product-quick-view-wrapper .modal-content .yith-wcwl-add-to-wishlist > div:not(.tooltip) {
  width: inherit;
  height: inherit;
}
#popup-product-quick-view-wrapper .modal-content .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: inherit;
  height: inherit;
}
.woocommerce h1.product_title,
.woocommerce h3.product_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce h1.product_title a,
.woocommerce h3.product_title a {
  color: #111111;
}
.woocommerce h1.product_title a:hover,
.woocommerce h3.product_title a:hover {
  color: #7dc023;
}
.single-product-image {
  position: relative;
}
.single-product-image .owl-carousel .owl-item img {
  background-color: #f2f6f9;
}
.single-product-image a.zoomGallery {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-image a.zoomGallery i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #7dc023;
  -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-image a.zoomGallery i:hover {
  background-color: #7dc023;
  color: #fff;
}
.single-product-image .entry-thumbnail-overlay:hover a.zoomGallery {
  opacity: 1;
}
/*Social Share*/
.woocommerce .social-share a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38;
  text-align: center;
  font-size: 14px;
  color: #7dc023;
  border: 1px solid #7dc023;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 5px;
}
.woocommerce .social-share a:hover {
  color: #fff;
  background-color: #7dc023;
}
.woocommerce .social-share a i {
  display: block;
  line-height: 38px;
}
.woocommerce .social-share a a:last-child {
  margin-right: 0;
}
/*Quantity*/
.woocommerce .quantity-inner {
  position: relative;
  display: inline-block;
}
.woocommerce .quantity-inner a.btn-number {
  height: 30px;
  width: 30px;
  background: #ebebeb;
  display: inline-block;
  float: left;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  color: #7dc023;
  -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;
  bottom: 0;
  margin: auto;
}
.woocommerce .quantity-inner a.btn-number.fa-angle-down {
  left: 5px;
}
.woocommerce .quantity-inner a.btn-number.fa-angle-down:before {
  content: '-';
  font-family: 'Raleway';
  line-height: 28px;
}
.woocommerce .quantity-inner a.btn-number.fa-angle-up {
  right: 5px;
}
.woocommerce .quantity-inner a.btn-number.fa-angle-up:before {
  content: '+';
  font-family: 'Raleway';
  line-height: 31px;
}
.woocommerce .quantity-inner a.btn-number:before {
  font-size: 24px;
}
.woocommerce .quantity-inner a.btn-number:hover {
  background-color: #7dc023;
  color: #fff;
}
.woocommerce .quantity-inner input.qty {
  height: 40px;
  width: 150px;
  line-height: 38px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  float: left;
  margin: 0;
  background-color: #fff;
}
/*Meta*/
.woocommerce .product_meta {
  margin-bottom: 15px;
}
.woocommerce .product_meta > span {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.woocommerce .product_meta > span span,
.woocommerce .product_meta > span a {
  font-weight: 400;
  color: #666666;
}
.woocommerce .product_meta > span span:first-child,
.woocommerce .product_meta > span a:first-child {
  margin-left: 10px;
}
.woocommerce .product_meta > span a:hover {
  color: #7dc023;
}
/*Button*/
.woocommerce #respond input#submit,
.woocommerce a.button:not(.product-quick-view),
.woocommerce a.button.alt:not(.product-quick-view),
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button {
  display: inline-block;
  font-size: 12px;
  line-height: 2.3333;
  padding: 6px 35px;
  color: #fff;
  background-color: #7dc023;
  font-weight: 700;
  text-align: center;
  border: none !important;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:not(.product-quick-view):hover,
.woocommerce a.button.alt:not(.product-quick-view):hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:not(.product-quick-view):focus,
.woocommerce a.button.alt:not(.product-quick-view):focus,
.woocommerce button.button:focus,
.woocommerce button.button.alt:focus,
.woocommerce input.button:focus {
  color: #fff;
  background-color: #D24427;
}
.woocommerce #respond input#submit.disabled,
.woocommerce a.button:not(.product-quick-view).disabled,
.woocommerce a.button.alt:not(.product-quick-view).disabled,
.woocommerce button.button.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:not(.product-quick-view):disabled[disabled],
.woocommerce a.button.alt:not(.product-quick-view):disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button:disabled[disabled] {
  padding: 6px 35px;
  color: #fff;
  background-color: #222;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button:not(.product-quick-view).disabled:hover,
.woocommerce a.button.alt:not(.product-quick-view).disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:not(.product-quick-view):disabled[disabled]:hover,
.woocommerce a.button.alt:not(.product-quick-view):disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #fff;
  background-color: #7dc023;
}
#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
  line-height: 2.3333;
}
.woocommerce table.shop_table td.actions {
  padding: 30px 0;
}
.woocommerce table.cart td.actions .coupon {
  float: left;
  display: inline-block;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 370px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding-left: 20px;
  margin-right: 30px;
}
.woocommerce table.cart td.actions .button,
.woocommerce table.cart td.actions .coupon input[type='submit'] {
  width: inherit !important;
  display: inline-block;
  float: inherit !important;
}
/*Shop Table*/
.woocommerce table.shop_table td.product-price span.amount {
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}
.woocommerce table.shop_table td.product-subtotal span.amount {
  font-size: 16px;
  font-weight: 700;
  color: #7dc023;
}
/*Remove*/
.woocommerce a.remove {
  height: 20px;
  width: 20px;
  line-height: 18px;
  padding-left: 1px;
  text-align: center;
  color: #7dc023 !important;
  background-color: #f2f6f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce a.remove:hover {
  background-color: #7dc023;
  color: #fff !important;
}
/*Cart Total*/
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 100%;
  border-top: solid 1px #ebebeb;
}
.woocommerce .cart_totals_inner {
  padding-top: 30px;
  border: 1px dashed #7dc023;
}
.woocommerce .cart_totals_inner h4.cart-totals-title {
  color: #7dc023;
}
.woocommerce .cart_totals_inner table.shop_table th {
  padding: 9px 0;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce .cart_totals_inner table.shop_table td {
  border-bottom: none;
}
.woocommerce .cart_totals_inner tr.order-total th {
  font-weight: 700;
  color: #111111;
}
.woocommerce .cart_totals_inner tr.order-total td {
  font-size: 20px;
  font-weight: 700;
  color: #7dc023;
}
.woocommerce-shipping-calculator {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-shipping-calculator section {
  display: block !important;
}
/*CheckOut*/
.woocommerce .checkout.woocommerce-checkout #customer_details {
  width: 66.6666667%;
  float: left;
  padding-right: 30px;
  padding-top: 30px;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .col-2,
.woocommerce .checkout.woocommerce-checkout #customer_details .col-1 {
  width: 100%;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .col-2 {
  margin-top: 30px;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .col-2 h3 {
  margin-bottom: 10px;
}
.woocommerce .checkout.woocommerce-checkout #customer_details h3 {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0;
}
.woocommerce .checkout.woocommerce-checkout #customer_details label {
  font-size: 12px;
  font-weight: 700;
  color: #111111;
}
.woocommerce .checkout.woocommerce-checkout #customer_details #s2id_billing_country .select2-choice {
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  border-color: #ebebeb;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .form-row #order_comments {
  height: 120px;
  min-width: 100%;
}
.woocommerce .checkout.woocommerce-checkout #order_review {
  width: 33.33333%;
  float: left;
  border: 1px dashed #7dc023;
  padding: 20px;
}
.woocommerce .checkout.woocommerce-checkout #order_review h3 {
  text-transform: capitalize !important;
  font-weight: 700;
  letter-spacing: 0;
  color: #7dc023;
}
.woocommerce .checkout.woocommerce-checkout #order_review .product-name {
  width: 60%;
  padding-right: 5px;
  color: #111111;
}
.woocommerce .checkout.woocommerce-checkout #order_review .product-name .product-quantity {
  color: #999;
}
.woocommerce .checkout.woocommerce-checkout #order_review .product-total {
  font-weight: 700;
  color: #111111;
}
.woocommerce .checkout.woocommerce-checkout #order_review .order-total span.amount,
.woocommerce .checkout.woocommerce-checkout #order_review .cart-subtotal span.amount {
  font-size: 16px;
  color: #7dc023;
  font-weight: 700;
}
.woocommerce .checkout.woocommerce-checkout #order_review tr.shipping td {
  font-weight: 400;
}
.woocommerce .checkout.woocommerce-checkout #order_review #payment #place_order {
  width: 100%;
  background-color: #7dc023;
}
.woocommerce .checkout.woocommerce-checkout #order_review #payment #place_order:hover {
  background-color: #f2f6f9;
  color: #7dc023;
}
.woocommerce .checkout.woocommerce-checkout #order_review tr th,
.woocommerce .checkout.woocommerce-checkout #order_review tr td {
  background-color: transparent;
  padding: 6px 0;
}
.woocommerce .checkout.woocommerce-checkout #order_review thead tr th {
  border-bottom: 1px solid #ebebeb;
}
.woocommerce .checkout.woocommerce-checkout #order_review tbody tr td {
  border: none;
  padding-bottom: 0;
}
.woocommerce .checkout.woocommerce-checkout #order_review tbody tr:first-child td {
  padding-top: 20px;
}
.woocommerce .checkout.woocommerce-checkout #order_review tbody tr:last-child td {
  padding-bottom: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  text-align: right;
}
#ship-to-different-address #ship-to-different-address-checkbox {
  margin: 0;
}
#ship-to-different-address span {
  margin-left: 20px;
}
.woocommerce .select2-selection.select2-selection--single {
  height: 40px !important;
  border-color: #ebebeb;
}
.woocommerce .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
  padding: 0 20px;
}
.woocommerce .select2-selection.select2-selection--single .select2-selection__arrow {
  height: 38px !important;
}
.woocommerce form .form-row {
  margin-bottom: 20px;
}
.woocommerce form .form-row .required {
  color: #7dc023;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48.5%;
}
.woocommerce .checkout.woocommerce-checkout #customer_details .form-row #order_comments {
  max-width: 100%;
}
/*Payment*/
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #7dc023;
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #f2f6f9;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
  border: 1em solid #f2f6f9;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce .woocommerce-info {
  border-top-color: #7dc023;
}
.woocommerce .woocommerce-info:before {
  color: #7dc023;
}
.woocommerce .woocommerce-info a {
  color: #7dc023;
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  margin-right: 5px;
}
#yith-wcwl-popup-message {
  color: #7dc023;
  border-color: #7dc023;
  line-height: 15px;
  padding: 10px;
  font-weight: 600;
}
/*Single Product*/
.woocommerce div.product .product_title {
  margin-bottom: 5px;
}
.yith-wcwl-add-to-wishlist {
  display: none;
}
.single-product-function .yith-wcwl-add-to-wishlist {
  padding: 10px 15px !important;
  background-color: #f2f6f9;
  display: block;
  padding-left: 1px;
  margin-top: 0;
}
.single-product-function .yith-wcwl-add-to-wishlist a {
  color: #7dc023;
  font-weight: 700;
  float: left;
  margin-right: 10px;
}
.single-product-function .yith-wcwl-add-to-wishlist a:hover {
  color: #111111;
}
.single-product-function .yith-wcwl-add-to-wishlist a:hover:before {
  color: #111111;
}
.single-product-function .yith-wcwl-add-to-wishlist > div:not(.tooltip) {
  width: inherit;
  height: inherit;
}
.single-product-function .yith-wcwl-add-to-wishlist .add_to_wishlist {
  width: inherit;
  height: inherit;
  display: inline-block;
  float: left;
}
.single-product-function .yith-wcwl-add-to-wishlist .add_to_wishlist:before {
  margin-right: 5px;
  font-size: 12px;
}
.single-product-function .yith-wcwl-add-to-wishlist .add_to_wishlist:hover {
  color: #111111;
}
.single-product-function .yith-wcwl-add-to-wishlist .add_to_wishlist:hover:before {
  color: #111111;
}
.single-product-function .yith-wcwl-add-to-wishlist:hover .add_to_wishlist:before {
  color: inherit;
}
.single-product-function .yith-wcwl-add-to-wishlist .ajax-loading {
  float: left;
  margin-top: 3px;
}
.single-product-function .compare {
  margin-top: 5px;
  display: block;
  padding: 10px 15px;
  background-color: #f2f6f9;
  font-weight: 700;
  color: #7dc023;
}
.single-product-function .compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f021';
  font-size: 12px;
  color: #7dc023;
  margin-right: 8px;
  font-weight: 400;
}
.single-product-function .compare:hover {
  color: #111111;
}
.single-product-function .compare:hover:before {
  color: #111111;
}
.single-product-function .compare.added:before {
  content: "\f00c";
}
.woocommerce div.product .single-product-image-thumb {
  padding: 0 40px;
}
.woocommerce div.product .single-product-image-thumb .owl-nav > div i {
  background-color: transparent;
  color: #ccc;
}
.woocommerce div.product .single-product-image-thumb .owl-nav > div.owl-prev {
  left: 0;
}
.woocommerce div.product .single-product-image-thumb .owl-nav > div.owl-next {
  right: 0;
}
.woocommerce div.product .single-product-image-thumb .owl-nav > div:hover {
  background-color: transparent;
}
.woocommerce div.product .single-product-image-thumb .owl-nav > div:hover i {
  color: #7dc023;
}
.woocommerce div.product .single-product-info p.price {
  font-size: 26px;
  font-weight: 700;
  color: #7dc023;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-bottom-color: #ebebeb;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  padding-left: 0;
  margin: 0;
  padding-right: 0;
  margin-right: 20px;
  color: #111111;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  position: relative;
  color: #7dc023;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  border: none;
  box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: #7dc023;
}
.woocommerce div.product .woocommerce-tabs #tab-description p {
  font-size: 14px;
  color: #111111;
  line-height: 1.857;
}
.woocommerce .comment-form-email,
.woocommerce .comment-form-author {
  width: 50%;
  display: inline-block;
  float: left;
}
.woocommerce .comment-form-email {
  padding-left: 15px;
}
.woocommerce .comment-form-author {
  padding-right: 15px;
}
.woocommerce .comment-form-email label,
.woocommerce .comment-form-author label,
.woocommerce .comment-form-comment label,
.woocommerce .comment-form-rating label {
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  display: block;
}
.woocommerce .comment-form-email input,
.woocommerce .comment-form-author input,
.woocommerce .comment-form-comment input,
.woocommerce .comment-form-rating input {
  width: 100%;
}
.woocommerce .comment-form-email #reviews #comment,
.woocommerce .comment-form-author #reviews #comment,
.woocommerce .comment-form-comment #reviews #comment,
.woocommerce .comment-form-rating #reviews #comment {
  height: 140px;
}
.woocommerce #review_form #respond textarea {
  height: 140px;
  width: 100% !important;
}
.woocommerce p.stars a {
  color: #7dc023;
}
.woocommerce #reviews #comments {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments h2 {
  font-size: 14px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
  padding: 15px 0;
}
.woocommerce #reviews #comments ol.commentlist li + li {
  border-top: 1px solid #ebebeb;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 100px;
  border: none;
  background-color: transparent;
  top: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin-left: 120px;
  border: none;
  padding-top: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  margin-bottom: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .meta strong {
  color: #666;
  font-weight: 400;
  font-size: 12px;
}
.woocommerce div.product form.cart .group_table td.label,
.woocommerce div.product form.cart .group_table td.price {
  padding-top: 8px;
}
.woocommerce div.product form.cart .group_table td.price {
  font-weight: 700;
  color: #7dc023;
}
.woocommerce div.product form.cart .group_table td.price del {
  font-weight: 400;
  color: #666;
  margin-right: 5px;
}
.woocommerce div.product form.cart .group_table td.price ins {
  text-decoration: none;
}
.woocommerce div.product form.cart .button:before {
  font-family: 'FontAwesome';
  content: '\f291';
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 10px;
}
.woocommerce table.shop_attributes td {
  vertical-align: middle;
}
table.variations td.label label {
  line-height: 40px;
}
.woocommerce #review_form #respond textarea {
  max-width: 100%;
}
/*Out stock*/
.woocommerce div.product .out-of-stock {
  color: #d24126;
  font-size: 16px;
}
/*Sale countdown*/
.g5plus-countdown .countdown-section {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 5px;
  text-align: center;
}
.g5plus-countdown .countdown-section + .countdown-section {
  margin-left: 7px;
}
.g5plus-countdown .countdown {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.g5plus-countdown .countdown-amount {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.g5plus-countdown .countdown-period {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.g5plus-countdown.cd_large .countdown-section {
  width: 130px;
  height: 130px;
  margin: 10px;
}
.g5plus-countdown.cd_large .countdown-section + .countdown-section {
  margin-left: 10px;
}
.g5plus-countdown.cd_large .countdown-amount {
  font-size: 40px;
}
.g5plus-countdown.cd_large .countdown-period {
  font-size: 28px;
}
.product-item-wrap:hover .product-thumb .g5plus-countdown.product-deal-countdown,
.product-thumb:hover .product-thumb .g5plus-countdown.product-deal-countdown {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.product-thumb .g5plus-countdown.product-deal-countdown {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  transition-delay: 0.15s;
}
.product-thumb .g5plus-countdown.product-deal-countdown .countdown-section {
  width: 42px;
  height: 42px;
  background-color: #fff;
}
.product-thumb .g5plus-countdown.product-deal-countdown .countdown-amount {
  font-size: 15px;
}
.product-thumb .g5plus-countdown.product-deal-countdown .countdown-period {
  font-size: 12px;
}
.product-thumb .g5plus-countdown.product-deal-countdown .countdown {
  padding-top: 4px;
}
.product-thumb .g5plus-countdown.product-deal-countdown .countdown-section + .countdown-section {
  margin-left: 1px;
}
/*My Account*/
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 20px;
  border: 1px dashed #7dc023;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  background-color: #f2f6f9;
  border-bottom: 1px solid #ebebeb;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #7dc023;
  color: #fff;
  border-color: transparent;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff;
}
.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-content {
  background-color: #f2f6f9;
  padding: 20px;
}
.woocommerce-MyAccount-content a {
  color: #7dc023;
  font-weight: 700;
}
.woocommerce-MyAccount-content input {
  background-color: #fff;
}
/*Tooltip*/
.tooltip-inner {
  white-space: nowrap;
}
/*Shop Lising*/
.shop-loop-listing.woocommerce .product-thumb {
  width: 22.75%;
  float: left;
  height: auto;
  margin-right: 30px;
  min-width: 198px;
}
.shop-loop-listing.woocommerce .product-thumb a.zoomGallery {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-loop-listing.woocommerce .product-thumb a.zoomGallery i {
  position: absolute;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  cursor: pointer;
  color: #7dc023;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-loop-listing.woocommerce .product-thumb a.zoomGallery i:hover {
  background-color: #7dc023;
  color: #fff;
}
.shop-loop-listing.woocommerce .product-item-wrap:hover .product-thumb a.zoomGallery,
.shop-loop-listing.woocommerce .product-thumb:hover .product-thumb a.zoomGallery {
  opacity: 1;
}
.shop-loop-listing.woocommerce .product-info {
  overflow: hidden;
  text-align: left;
  border-bottom: none;
  padding: 0;
}
.shop-loop-listing.woocommerce .product-info:after {
  display: none;
}
.shop-loop-listing.woocommerce .product-info .star-rating {
  margin: 0;
  margin-bottom: 5px;
}
.shop-loop-listing.woocommerce .product-info span.price {
  display: block;
  margin-bottom: 5px;
}
.shop-loop-listing.woocommerce .product-info span.price ins {
  float: left;
  margin-right: 10px;
}
.shop-loop-listing.woocommerce .product-info div.product-action-item {
  display: inline-block;
  float: left;
}
.shop-loop-listing.woocommerce .product-info a.product_type_variable,
.shop-loop-listing.woocommerce .product-info a.product_type_simple,
.shop-loop-listing.woocommerce .product-info a.product_type_grouped,
.shop-loop-listing.woocommerce .product-info a.add_to_cart_button,
.shop-loop-listing.woocommerce .product-info a.added_to_cart {
  line-height: 28px;
  padding: 5px 35px;
  border: 1px solid #7dc023;
  background-color: #7dc023;
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-loop-listing.woocommerce .product-info a.product_type_variable:hover,
.shop-loop-listing.woocommerce .product-info a.product_type_simple:hover,
.shop-loop-listing.woocommerce .product-info a.product_type_grouped:hover,
.shop-loop-listing.woocommerce .product-info a.add_to_cart_button:hover,
.shop-loop-listing.woocommerce .product-info a.added_to_cart:hover {
  background-color: transparent;
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info a.product_type_variable:hover:before,
.shop-loop-listing.woocommerce .product-info a.product_type_simple:hover:before,
.shop-loop-listing.woocommerce .product-info a.product_type_grouped:hover:before,
.shop-loop-listing.woocommerce .product-info a.add_to_cart_button:hover:before,
.shop-loop-listing.woocommerce .product-info a.added_to_cart:hover:before {
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info a.product_type_variable:before,
.shop-loop-listing.woocommerce .product-info a.product_type_simple:before,
.shop-loop-listing.woocommerce .product-info a.product_type_grouped:before,
.shop-loop-listing.woocommerce .product-info a.add_to_cart_button:before,
.shop-loop-listing.woocommerce .product-info a.added_to_cart:before {
  font-family: 'FontAwesome';
  content: '\f291';
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 8px;
  font-weight: 400;
}
.shop-loop-listing.woocommerce .product-info .compare,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist {
  float: left;
  clear: none;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  background-color: #7dc023;
  color: #fff;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin: 0 5px;
  position: relative;
  border: 1px solid #7dc023;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shop-loop-listing.woocommerce .product-info .compare:hover,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:hover,
.shop-loop-listing.woocommerce .product-info .compare:active,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:active {
  background-color: transparent;
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info .compare:hover i,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:hover i,
.shop-loop-listing.woocommerce .product-info .compare:active i,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:active i {
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info .compare:before,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:before {
  color: #fff;
  margin-right: 0;
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a {
  width: 38px;
  height: 38px;
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  color: #fff;
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button a:before,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse a:before,
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse a:before {
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info a.compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f021';
  font-size: 12px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}
.shop-loop-listing.woocommerce .product-info a.compare:hover {
  background-color: transparent;
}
.shop-loop-listing.woocommerce .product-info a.compare:hover:before {
  color: #7dc023;
}
.shop-loop-listing.woocommerce .product-info a.compare.added:before {
  content: "\f00c";
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist > div:not(.tooltip) {
  height: 38px;
  width: 38px;
  position: absolute;
  top: 0;
  left: 0;
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist > div:not(.tooltip).show {
  z-index: 10;
}
.shop-loop-listing.woocommerce .product-info .yith-wcwl-add-to-wishlist > div:not(.tooltip) a:before {
  margin-left: 0;
  line-height: 40px;
}
.woocommerce .select2-container .select2-choice {
  height: 40px;
  line-height: 40px;
  border-color: #ebebeb;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px dashed #7dc023;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce form.checkout_coupon input[type="submit"],
.woocommerce form.login input[type="submit"],
.woocommerce form.register input[type="submit"] {
  padding-left: 40px;
  padding-right: 40px;
}
.woocommerce form.checkout_coupon a,
.woocommerce form.login a,
.woocommerce form.register a {
  font-weight: 700;
  color: #7dc023;
}
/*Add to Cart*/
.woocommerce .product-actions .product-action-item a.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
  content: '\f217';
}
.woocommerce .product-actions .product-action-item a.product_type_grouped:before {
  content: '\f1b3';
}
.woocommerce .product-actions .product-action-item a.product_type_simple.ajax_add_to_cart:before {
  content: '\f08e';
}
.woocommerce .product-actions .product-action-item a.product_type_variable.add_to_cart_button:before {
  content: '\f1de';
}
.woocommerce .product-actions .product-action-item a.added_to_cart:before {
  content: '\f291';
}
.woocommerce .product-actions .product-action-item a.product_type_variable:before,
.woocommerce .product-actions .product-action-item a.product_type_simple:before,
.woocommerce .product-actions .product-action-item a.product_type_grouped:before,
.woocommerce .product-actions .product-action-item a.add_to_cart_button:before,
.woocommerce .product-actions .product-action-item a.added_to_cart:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 12px;
  color: #7dc023;
  margin-right: 0;
  font-weight: 400;
}
.woocommerce .product-actions .product-action-item a.product_type_variable:hover:before,
.woocommerce .product-actions .product-action-item a.product_type_simple:hover:before,
.woocommerce .product-actions .product-action-item a.product_type_grouped:hover:before,
.woocommerce .product-actions .product-action-item a.add_to_cart_button:hover:before,
.woocommerce .product-actions .product-action-item a.added_to_cart:hover:before {
  color: #ffffff;
}
/*Responsive*/
@media (max-width: 1279px) {
  .woocommerce .single-product-image-thumb .owl-nav > div {
    bottom: inherit;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .woocommerce .checkout.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .woocommerce .checkout.woocommerce-checkout #customer_details,
  .woocommerce .checkout.woocommerce-checkout #order_review {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce .comment-form-email,
  .woocommerce .comment-form-author {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  form#yith-wcwl-form {
    overflow-x: scroll;
  }
}
@media (max-width: 599px) {
  /*Shop Lising*/
  .shop-loop-listing.woocommerce .product-thumb {
    width: 100%;
    min-width: inherit;
    margin-bottom: 20px;
  }
  .shop-loop-listing.woocommerce .product-info {
    overflow: inherit;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .woocommerce-cart table.cart td.actions .coupon {
    float: inherit;
    display: inherit;
  }
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 20px;
    width: 100%;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce table.cart td.actions .coupon input[type='submit'] {
    display: inherit;
    margin: auto;
  }
}
@media (max-width: 480px) {
  /*Shop Lising*/
  .shop-loop-listing.woocommerce .product-thumb {
    width: 100%;
    min-width: inherit;
  }
  .shop-loop-listing.woocommerce .product-info {
    overflow: inherit;
  }
  .shop-loop-listing.woocommerce .product-info a.product_type_simple:before,
  .shop-loop-listing.woocommerce .product-info a.product_type_grouped:before,
  .shop-loop-listing.woocommerce .product-info a.add_to_cart_button:before,
  .shop-loop-listing.woocommerce .product-info a.added_to_cart:before {
    display: none;
  }
  .woocommerce table.shop_table td.actions .button {
    width: 100%;
  }
  .woocommerce-MyAccount-content {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  .woocommerce table.shop_table tr td.product-name {
    padding: 6px 12px;
  }
}
.woocommerce div.product div.images {
  margin-bottom: 0;
  float: none;
  width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs .owl-item li {
  float: none;
  width: 100%;
}
.woocommerce div.product.sale div.images .woocommerce-product-gallery__trigger {
  top: 55px;
}
