/*
Theme Name:         G5Plus Orson
Theme URI:          http://themes.g5plus.net/orson/
Description:        Orson for WordPress is a hugely flexible website builder with eCommerce baked in at its core, so that building your next online webstore will be a breeze. <a href="http://www.g5plus.net">Visit site</a>
Version:            2.3
Author:             g5plus
Author URI:         http://g5plus.net/
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-orson
Domain Path: 		/languages/
*/

@-moz-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-drop {
  0% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-webkit-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@-o-keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
@keyframes header-drop-out {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-92px);
    -moz-transform: translateY(-92px);
    -ms-transform: translateY(-92px);
    -o-transform: translateY(-92px);
    transform: translateY(-92px);
  }
}
/**
* 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;
  color: #878787;
  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;
  color: #878787;
  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:not(.widget-title),
.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:not(.widget-title):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 #eeeeee;
  clear: both;
}
.entry-content table {
  width: 100%;
  border: 1px solid #dddddd;
}
.entry-content td,
.entry-content th {
  padding: 8px;
  border-top: 1px solid #dddddd;
  vertical-align: top;
}
.entry-content th {
  font-weight: bold;
  background: #eeeeee;
  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;
  color: #878787;
}
.entry-content del {
  color: #878787;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  line-height: 1.6;
  overflow-x: hidden;
  color: #666666;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
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: #394BEC;
}
* {
  -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;
  letter-spacing: -0.03em;
  color: #444444;
  margin-top: 0;
  margin-bottom: 20px;
}
p {
  margin: 0 0 20px 0;
}
input,
textarea,
button,
select {
  outline: none;
}
::selection {
  color: #ffffff;
  background-color: #a201b1;
}
::-moz-selection {
  color: #ffffff;
  background-color: #a201b1;
}
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
	padding: 0 10px;
	height: 40px;
	line-height: 1;
	background-color: transparent;
	color: #000 !important;
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:"Montserrat", Sans-serif;
}
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: #878787;
}
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: #878787;
}
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: #878787;
}
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: #878787;
}
textarea {
  padding-top: 10px;
  height: auto;
}
select {
  min-width: 150px;
  max-width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("https://mungo.toofame.com/wp-content/themes/g5plus-orson/assets/images/icon-plus.png");
  background-repeat: no-repeat;
  background-position: 98%;
  background-position: calc(100% - 15px);
}
select::-ms-expand {
  display: none;
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1210px;
  margin: auto;
  position: relative;
}
/**
* 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: 40px;
  height: 40px;
  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: 40px;
}
.back-to-top:focus,
.back-to-top:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #a201b1;
}
.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;
}
/**
* Owl.Carousel
* ----------------------------------------------------------------------------
*/
.owl-dots {
  padding: 0 !important;
  margin: 30px 0 0 0;
  text-align: center;
  list-style: none;
  font-size: 0;
}
.owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #bbb;
  margin: 0 5px;
  padding: 0;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  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;
}
.owl-dot:hover,
.owl-dot.active {
  background-color: #666666;
}
.owl-nav {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}
.owl-nav > div {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  display: inline-block;
}
.owl-nav > div i {
  color: #878787;
  font-size: 10px;
  position: relative;
  top: -1px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: -0.02em;
}
.owl-nav > div:hover {
  color: #a201b1;
}
.owl-nav > div:hover i {
  color: inherit;
}
.owl-nav > div + div:before {
  content: '|';
  display: inline;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  top: -1px;
  color: #dddddd;
}
.owl-nav-top > .owl-nav {
  position: absolute;
  top: -35px;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-top: 0;
}
.product_list_widget.owl-nav-top > .owl-nav {
  right: 0;
}
.product_list_widget.owl-nav-top > .owl-nav > div {
  font-size: 0;
}
.product_list_widget.owl-nav-top > .owl-nav > div i {
  font-size: 10px;
}
.widget-border-background .product_list_widget.owl-nav-top > .owl-nav {
  right: 20px;
}
.widget-border .product_list_widget.owl-nav-top > .owl-nav {
  right: 10px;
}
.widget-border-round .product_list_widget.owl-nav-top > .owl-nav > div > i {
  color: #fff;
}
.widget-border-round .product_list_widget.owl-nav-top.owl-nav-round > .owl-nav > div i {
  color: #878787;
}
.widget-border-round .product_list_widget.owl-nav-top.owl-nav-round > .owl-nav {
  top: -25px;
}
.widget-border-round .product_list_widget.owl-nav-top.owl-nav-square > .owl-nav {
  top: -27px;
}
.widget-border-round-background .product_list_widget.owl-nav-top > .owl-nav {
  top: -30px;
}
.widget-border-round-background .product_list_widget.owl-nav-top.owl-nav-round > .owl-nav,
.widget-border-round-background .product_list_widget.owl-nav-top.owl-nav-square > .owl-nav {
  top: -15px;
}
.widget-classic-no-border .product_list_widget.owl-nav-top.owl-nav-round > .owl-nav,
.widget-classic-no-border .product_list_widget.owl-nav-top.owl-nav-square > .owl-nav {
  top: -25px;
}
@media (min-width: 1350px) {
  .owl-nav-center > .owl-nav {
    margin-top: 0;
  }
  .owl-nav-center > .owl-nav > div {
    position: absolute;
    top: 50%;
  }
  .owl-nav-center > .owl-nav > .owl-prev {
    left: -20px;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .owl-nav-center > .owl-nav > .owl-next {
    right: -20px;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .owl-nav-center:not(.owl-nav-round):not(.owl-nav-square) > .owl-nav > div + div:before {
    padding: 0 10px 0 0;
  }
  .owl-nav-center:not(.owl-nav-round):not(.owl-nav-square) > .owl-nav > .owl-prev:after {
    content: '|';
    display: inline;
    font-size: 12px;
    padding: 0 0 0 10px;
    position: relative;
    top: -1px;
    color: #dddddd;
  }
  .owl-nav-center.owl-nav-round > .owl-nav > div + div,
  .owl-nav-center.owl-nav-square > .owl-nav > div + div {
    margin-left: 0;
  }
}
.owl-nav-round > .owl-nav > div + div {
  margin-left: 5px;
}
.owl-nav-round > .owl-nav > div + div:before {
  display: none;
}
.owl-nav-round > .owl-nav > div {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 0;
  vertical-align: middle;
}
.owl-nav-round > .owl-nav > div i {
  font-size: 14px;
  position: static;
  line-height: 40px;
}
.owl-nav-square > .owl-nav > div + div {
  margin-left: 5px;
}
.owl-nav-square > .owl-nav > div + div:before {
  display: none;
}
.owl-nav-square > .owl-nav > div {
  width: 36px;
  height: 36px;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 0;
}
.owl-nav-square > .owl-nav > div i {
  position: static;
  line-height: 34px;
}
.heading-style_03 .owl-nav-top.owl-nav-square > .owl-nav,
.heading-style_02 .owl-nav-top.owl-nav-square > .owl-nav,
.heading-style_03 .owl-nav-top.owl-nav-round > .owl-nav,
.heading-style_02 .owl-nav-top.owl-nav-round > .owl-nav {
  top: -25px;
}
@media (max-width: 320px) {
  .owl-nav-top > .owl-nav > div {
    font-size: 0;
  }
  .owl-nav-top > .owl-nav > div i {
    font-size: 10px;
  }
  .owl-nav-top.owl-nav-round > .owl-nav > div {
    width: 30px;
    height: 30px;
  }
  .owl-nav-top.owl-nav-round > .owl-nav > div i {
    font-size: 10px;
    line-height: 30px;
  }
  .owl-nav-top.owl-nav-round > .owl-nav > div + div {
    margin-left: 2px;
  }
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px !important;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #eeeeee;
  font-size: 16px;
  z-index: 1;
}
.drop-shadow {
  -webkit-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 3px 1px 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);
  -ms-transform: translateY(0);
  -o-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;
  z-index: 9999;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-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;
}
#search_popup_wrapper form {
  margin: 2em 1em;
  position: relative;
}
#search_popup_wrapper input {
  width: 100%;
  padding-right: 95px;
}
#search_popup_wrapper input:focus {
  border-color: #a201b1;
}
#search_popup_wrapper button {
  position: absolute;
  right: 0;
  top: 0;
}
.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: 18px;
  right: 30px;
  color: #fff;
}
.popup-overlay-content .search-button:hover {
  cursor: pointer;
  color: #a201b1;
}
.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: #a201b1;
}
.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;
}
.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);
}
.custom-dropdown-list {
  position: relative;
}
.custom-dropdown-list > span i {
  font-size: 10px;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}
.custom-dropdown-list ul {
  line-height: 30px;
  list-style: none;
  margin: 0;
  background-color: #fff;
  color: #212121;
  min-width: 180px;
  padding: 15px;
  text-align: left;
}
.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);
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 2px;
  background-color: #222 !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  right: -1px;
  background-color: #a201b1 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6 !important;
}
.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;
}
/*
-----------Page 404------------*/
.page404 {
  padding: 175px 0;
  background-size: cover;
  position: relative;
  background-color: #a201b1;
}
.page404 .bg-404 {
  background-color: #a201b1;
  background-blend-mode: multiply;
  opacity: 0.42;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page404 .container {
  position: relative;
}
.page404 .container .content-wrap {
  text-align: center;
}
.page404 .container h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 146px;
  padding: 0 57px;
  display: inline-block;
  margin-bottom: 16px;
  color: #fff;
  border: solid 2px #fff;
}
.page404 .container h4.subtitle {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #fff;
  margin-bottom: -4px;
}
.page404 .container div.return {
  text-align: center;
  font-size: 18px;
  line-height: 29px;
  display: inline-block;
  position: relative;
  color: #fff;
}
.page404 .container div.return p {
  margin: 0;
}
.page404 .container div.return a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  body.has-sidebar .single-blog-wrap > .container > .row,
  body.has-sidebar .page-wrap > .container > .row,
  body.has-sidebar .archive-wrap > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.has-sidebar .single-blog-wrap .primary-sidebar,
  body.has-sidebar .single-blog-inner,
  body.has-sidebar .page-inner,
  body.has-sidebar .page-wrap .primary-sidebar,
  body.has-sidebar .archive-wrap .primary-sidebar,
  body.has-sidebar .archive-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*   SEARCH PAGE */
.archive-search-wrap .archive-search-result h3 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eaeaea;
  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:after {
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  content: '';
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #a201b1;
}
.archive-search-wrap .archive-search-wrap-inner article:hover:after {
  width: 100%;
}
.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: #a201b1;
}
.archive-search-wrap .archive-search-wrap-inner .search-icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  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: #444444;
  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: #444444;
  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: 15px;
}
.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: #444444;
  display: inline-block;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap h4 a:hover {
  color: #a201b1;
}
.archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap .search-entry-post-type {
  margin-bottom: 0;
  color: #a201b1;
  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;
}
/* End Search Page */
.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li a,
.breadcrumbs li span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
.breadcrumbs li span {
  opacity: 0.65;
}
.breadcrumbs li:after {
  font-family: 'FontAwesome';
  display: inline-block;
  content: '\f061';
  font-size: 10px;
  letter-spacing: -0.02em;
  padding: 0 10px;
  color: #fff;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs.bbp a,
.breadcrumbs.bbp span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.8;
}
.breadcrumbs.bbp span.bbp-breadcrumb-current {
  opacity: 0.65;
}
.breadcrumbs.bbp .bbp-breadcrumb-sep {
  font-size: 10px;
  letter-spacing: -0.02em;
  padding: 0 10px;
}
.page-title-layout-only-breadcrumb .breadcrumbs li a,
.page-title-layout-only-breadcrumb .breadcrumbs li span {
  color: inherit;
}
.page-title-layout-only-breadcrumb .breadcrumbs li span {
  opacity: 1;
}
.page-title-layout-only-breadcrumb .breadcrumbs li:after {
  color: inherit;
}
.page-title-layout-only-breadcrumb .page-title-inner {
  padding: 15px 0;
  border-bottom: 1px solid #dddddd;
}
.page-title:not(.page-title-layout-only-breadcrumb) {
  padding: 36px 0;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #45004c), color-stop(1, #580160));
  background: -ms-linear-gradient(bottom, #45004c, #580160);
  background: -moz-linear-gradient(center bottom, #45004c 0%, #580160 100%);
  background: -o-linear-gradient(#580160, #45004c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#580160', endColorstr='#45004c', GradientType=0);
}
.page-title:not(.page-title-layout-only-breadcrumb) h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  display: inline-block;
}
.page-title:not(.page-title-layout-only-breadcrumb) p {
  font-size: 14px;
  color: #fff;
  margin: 5px 0;
  opacity: 0.65;
}
.page-title-inner {
  position: relative;
}
.page-title-background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  position: relative;
}
.page-title-background:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.3);
}
.parallax-disabled {
  background-attachment: scroll !important;
  background-position: 50% 50% !important;
}
.page-title-layout-normal:not(.left) .breadcrumbs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
}
.page-title-layout-normal.left h1 + ul.breadcrumbs {
  margin-top: 5px;
}
.page-title-layout-center {
  text-align: center;
}
.page-title-layout-center h1 {
  font-size: 40px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 900;
}
.page-title-layout-center p {
  font-size: 15px;
}
.page-title-layout-center h1 + .ul.breadcrumbs {
  margin-top: 5px;
}
.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: 0 0 15px;
  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: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px !important;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #eee;
}
.dialog.dialog--open a[data-dialog-close] i {
  font-size: 16px;
  line-height: 35px !important;
}
.dialog.dialog--open a[data-dialog-close]:hover {
  color: #a201b1;
}
.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;
}
b.x-caret:before {
  content: "\f067";
  font-family: fontawesome;
  font-size: 10px;
  font-weight: 400;
  vertical-align: top;
}
.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;
}
@media screen and (min-width: 768px) {
  .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: #a201b1;
  }
  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;
    list-style-position: inside !important;
  }
  .x-list-style-square {
    list-style: square !important;
    list-style-position: inside !important;
  }
  .x-list-style-circle {
    list-style: circle !important;
    list-style-position: inside !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;
  }
  .x-nav-menu * {
    color: inherit;
    box-sizing: border-box;
  }
  .x-nav-menu > .x-menu-item {
    display: inline-block;
    line-height: 24px;
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .x-nav-menu > .x-menu-item > a b.x-caret:before {
    margin-left: 5px;
  }
  .x-nav-menu > .x-menu-item + .x-menu-item {
    margin-left: 30px;
  }
  .x-nav-menu > .x-menu-item > .x-menu-a-text {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #212121;
  }
  .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 #a201b1;
    -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;
    min-width: 210px;
    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-a-text {
    line-height: 38px;
  }
  .x-sub-menu b.x-caret:before {
    content: "\f178";
    font-size: 11px;
  }
  .x-menu-item {
    line-height: 50px;
  }
  .x-active > .x-sub-menu {
    overflow: visible;
    visibility: visible;
    opacity: 1;
    height: auto;
    z-index: 999;
    border-top: solid 1px #eee;
  }
  .x-menu-a-text {
    font-size: 14px;
  }
  p.x-description {
    font-style: italic;
    font-size: 0.9em;
    line-height: 30px;
    margin-top: -8px;
    margin-bottom: 10px;
  }
  span.x-menu-text {
    position: relative;
  }
  .x-sub-menu-standard {
    padding: 10px 0;
  }
  .x-sub-menu-standard > .x-menu-item b.x-caret {
    position: absolute;
    right: 20px;
    transition: all 0.5s;
    line-height: 48px;
  }
  .x-sub-menu-standard a.x-menu-a-text {
    padding: 5px 0;
    color: inherit;
    -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: #a201b1;
  }
  .x-sub-menu-standard .x-sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  .x-sub-menu-multi-column {
    padding-bottom: 20px;
    padding-left: 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 {
    padding-left: 0;
    padding-right: 20px;
    margin-top: 20px;
    min-width: 0;
  }
  .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 {
    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: #191919;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    display: block;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
    border-bottom: solid 2px #ededed;
  }
  .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;
    padding-bottom: 30px;
  }
  .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;
  }
  .x-sub-menu-tab > li.x-menu-active {
    background-color: #a201b1;
    color: #ffffff;
  }
  .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 > ul.x-sub-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    height: auto;
  }
  .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: #a201b1;
  }
  .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: #34a853 !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%;
  }
  .primary-menu .no-menu {
    line-height: 106px;
  }
  .is-sticky .primary-menu .no-menu {
    line-height: 55px;
  }
}
@media screen and (max-width: 767px) {
  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;
  }
  .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 #eeeeee;
  }
  .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: #a201b1;
  }
  .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: 12px;
  }
  .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: 20px;
    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://mungo.toofame.com/wp-content/themes/g5plus-orson/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;
  }
}
/**
 * 3.0 - Widget
 * ----------------------------------------------------------------------------
 */
.sidebar .widget {
  margin-bottom: 35px;
}
.widget:after {
  content: '';
  clear: both;
  display: block;
}
.widget-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  line-height: 1.2;
}
.widget-title > span {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.widget-title > span:before {
  content: '';
  border-top: 2px solid #a201b1;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
}
.widget-classic-no-border .widget-title {
  border-bottom: none;
}
.widget-border-round {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0 0 5px 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 5px 5px;
  -moz-background-clip: padding;
  border-radius: 0 0 5px 5px;
  background-clip: padding-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.widget-border-round .widget-title {
  margin: -1px -21px 20px -21px;
  background-color: #a201b1;
  color: #ffffff;
  border-bottom: none;
  font-size: 15px;
  letter-spacing: 0;
}
.widget-border-round .widget-title > span {
  line-height: 20px;
  padding: 15px 20px;
}
.widget-border-round .widget-title > span:before {
  display: none;
}
.widget-border-round .widget-title a,
.widget-border-round .widget-title a:hover {
  color: #ffffff;
}
.widget-border-round-background {
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #f4f4f4;
  padding: 25px 20px 30px 20px;
}
.widget-border-round-background .widget-title {
  border-bottom: none;
  margin-bottom: 20px;
}
.widget-border {
  border: 1px solid #dddddd;
  padding: 30px 0 25px 0;
}
.widget-border .widget-title > span {
  margin-left: 10px;
}
.widget-border div.yith-wcan,
.widget-border .textwidget,
.widget-border .tagcloud,
.widget-border .yit-wcan-select-open,
.widget-border .yith-wcan-select-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
.widget-border .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
.widget-border-background {
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 20px 0;
}
.widget-border-background .widget-title > span {
  margin-left: 20px;
}
.widget-border-background div.yith-wcan,
.widget-border-background .textwidget,
.widget-border-background .tagcloud,
.widget-border-background .yit-wcan-select-open,
.widget-border-background .yith-wcan-select-wrapper {
  margin-left: 20px;
  margin-right: 20px;
}
.widget-border-background .yith-wcan-select-wrapper {
  width: 80%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}
/**
* Archive, categories, nav_menu
* ----------------------------------------------------------------------------
*/
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_product_categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_archive > ul,
.widget_categories > ul,
.widget_nav_menu > ul,
.widget_pages > ul,
.widget_product_categories > ul,
.widget_archive ul.menu,
.widget_categories ul.menu,
.widget_nav_menu ul.menu,
.widget_pages ul.menu,
.widget_product_categories ul.menu {
  margin-top: -14px;
}
.widget_archive ul > li + li,
.widget_categories ul > li + li,
.widget_nav_menu ul > li + li,
.widget_pages ul > li + li,
.widget_product_categories ul > li + li {
  border-top: solid 1px #dddddd;
}
.widget_archive li > ul,
.widget_categories li > ul,
.widget_nav_menu li > ul,
.widget_pages li > ul,
.widget_product_categories li > ul {
  border-top: solid 1px #dddddd;
}
.widget_archive li,
.widget_categories li,
.widget_nav_menu li,
.widget_pages li,
.widget_product_categories li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
}
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.widget_pages a,
.widget_product_categories a {
  display: inline-block;
  padding: 14px 0;
}
.widget_archive li li a,
.widget_categories li li a,
.widget_nav_menu li li a,
.widget_pages li li a,
.widget_product_categories li li a {
  padding-left: 30px;
}
.widget_archive li li li a,
.widget_categories li li li a,
.widget_nav_menu li li li a,
.widget_pages li li li a,
.widget_product_categories li li li a {
  padding-left: 60px;
}
.widget_archive li li li li a,
.widget_categories li li li li a,
.widget_nav_menu li li li li a,
.widget_pages li li li li a,
.widget_product_categories li li li li a {
  padding-left: 90px;
}
.widget_archive ul ul,
.widget_categories ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_product_categories ul ul {
  display: none;
}
.widget_archive .li-caret,
.widget_categories .li-caret,
.widget_nav_menu .li-caret,
.widget_pages .li-caret,
.widget_product_categories .li-caret {
  position: absolute;
  right: 0;
  top: 19px;
  cursor: pointer;
  font-size: 10px;
  color: #878787;
  letter-spacing: -0.02em;
}
.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 {
  content: '\f068';
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round-background > ul,
.widget_categories.widget-border-round-background > ul,
.widget_nav_menu.widget-border-round-background > ul,
.widget_pages.widget-border-round-background > ul,
.widget_product_categories.widget-border-round-background > ul,
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu,
.widget_archive.widget-border-round-background ul.menu,
.widget_categories.widget-border-round-background ul.menu,
.widget_nav_menu.widget-border-round-background ul.menu,
.widget_pages.widget-border-round-background ul.menu,
.widget_product_categories.widget-border-round-background ul.menu,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-bottom: -20px;
}
.widget_archive.widget-border-background > ul,
.widget_categories.widget-border-background > ul,
.widget_nav_menu.widget-border-background > ul,
.widget_pages.widget-border-background > ul,
.widget_product_categories.widget-border-background > ul,
.widget_archive.widget-border-background ul.menu,
.widget_categories.widget-border-background ul.menu,
.widget_nav_menu.widget-border-background ul.menu,
.widget_pages.widget-border-background ul.menu,
.widget_product_categories.widget-border-background ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border-background a,
.widget_categories.widget-border-background a,
.widget_nav_menu.widget-border-background a,
.widget_pages.widget-border-background a,
.widget_product_categories.widget-border-background a {
  padding-left: 20px;
}
.widget_archive.widget-border-background li li a,
.widget_categories.widget-border-background li li a,
.widget_nav_menu.widget-border-background li li a,
.widget_pages.widget-border-background li li a,
.widget_product_categories.widget-border-background li li a {
  padding-left: 50px;
}
.widget_archive.widget-border-background li li li a,
.widget_categories.widget-border-background li li li a,
.widget_nav_menu.widget-border-background li li li a,
.widget_pages.widget-border-background li li li a,
.widget_product_categories.widget-border-background li li li a {
  padding-left: 80px;
}
.widget_archive.widget-border-background li li li li a,
.widget_categories.widget-border-background li li li li a,
.widget_nav_menu.widget-border-background li li li li a,
.widget_pages.widget-border-background li li li li a,
.widget_product_categories.widget-border-background li li li li a {
  padding-left: 110px;
}
.widget_archive.widget-border-background .li-caret,
.widget_categories.widget-border-background .li-caret,
.widget_nav_menu.widget-border-background .li-caret,
.widget_pages.widget-border-background .li-caret,
.widget_product_categories.widget-border-background .li-caret {
  right: 20px;
}
.widget_archive.widget-border > ul,
.widget_categories.widget-border > ul,
.widget_nav_menu.widget-border > ul,
.widget_pages.widget-border > ul,
.widget_product_categories.widget-border > ul,
.widget_archive.widget-border ul.menu,
.widget_categories.widget-border ul.menu,
.widget_nav_menu.widget-border ul.menu,
.widget_pages.widget-border ul.menu,
.widget_product_categories.widget-border ul.menu {
  margin-top: -20px;
}
.widget_archive.widget-border a,
.widget_categories.widget-border a,
.widget_nav_menu.widget-border a,
.widget_pages.widget-border a,
.widget_product_categories.widget-border a {
  padding-left: 10px;
}
.widget_archive.widget-border li li a,
.widget_categories.widget-border li li a,
.widget_nav_menu.widget-border li li a,
.widget_pages.widget-border li li a,
.widget_product_categories.widget-border li li a {
  padding-left: 40px;
}
.widget_archive.widget-border li li li a,
.widget_categories.widget-border li li li a,
.widget_nav_menu.widget-border li li li a,
.widget_pages.widget-border li li li a,
.widget_product_categories.widget-border li li li a {
  padding-left: 70px;
}
.widget_archive.widget-border li li li li a,
.widget_categories.widget-border li li li li a,
.widget_nav_menu.widget-border li li li li a,
.widget_pages.widget-border li li li li a,
.widget_product_categories.widget-border li li li li a {
  padding-left: 100px;
}
.widget_archive.widget-border .li-caret,
.widget_categories.widget-border .li-caret,
.widget_nav_menu.widget-border .li-caret,
.widget_pages.widget-border .li-caret,
.widget_product_categories.widget-border .li-caret {
  right: 10px;
}
.widget_archive.widget-border-round > ul,
.widget_categories.widget-border-round > ul,
.widget_nav_menu.widget-border-round > ul,
.widget_pages.widget-border-round > ul,
.widget_product_categories.widget-border-round > ul,
.widget_archive.widget-border-round ul.menu,
.widget_categories.widget-border-round ul.menu,
.widget_nav_menu.widget-border-round ul.menu,
.widget_pages.widget-border-round ul.menu,
.widget_product_categories.widget-border-round ul.menu {
  margin-top: 0;
}
.widget_archive.widget-border-round .widget-title + ul,
.widget_categories.widget-border-round .widget-title + ul,
.widget_nav_menu.widget-border-round .widget-title + ul,
.widget_pages.widget-border-round .widget-title + ul,
.widget_product_categories.widget-border-round .widget-title + ul,
.widget_archive.widget-border-round .widget-title + div > ul.menu,
.widget_categories.widget-border-round .widget-title + div > ul.menu,
.widget_nav_menu.widget-border-round .widget-title + div > ul.menu,
.widget_pages.widget-border-round .widget-title + div > ul.menu,
.widget_product_categories.widget-border-round .widget-title + div > ul.menu {
  margin-top: -20px;
}
/**
* Archive dropdown
* ----------------------------------------------------------------------------
*/
.widget_archive select,
.widget_categories select {
  width: 100%;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text {
  display: none;
}
.widget_archive.widget-border select,
.widget_categories.widget-border select {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_archive.widget-border-background select,
.widget_categories.widget-border-background select {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
/**
* Calendar
* ----------------------------------------------------------------------------
*/
.widget_calendar .calendar_wrap caption {
  padding-top: 0;
  padding-bottom: 8px;
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 13px;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar th {
  background-color: #eeeeee;
}
.widget_calendar #wp-calendar tbody td,
.widget_calendar #wp-calendar th {
  border: solid 1px #eeeeee;
  text-align: center;
}
.widget_calendar #wp-calendar tfoot td {
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-size: 11px;
}
.widget_calendar #wp-calendar td#next {
  text-align: right;
}
.widget_calendar.widget-border #wp-calendar {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_calendar.widget-border-background #wp-calendar {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
/**
* Meta, Recent Comment, Rss, Recent Entries
* ----------------------------------------------------------------------------
*/
.widget_meta ul,
.widget_recent_comments ul,
.widget_rss ul,
.widget_recent_entries ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_layered_nav_filters ul,
.yith-woocompare-widget ul {
  list-style: none;
  padding: 0;
  margin: -11px 0 0 0;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-top: solid 1px #dddddd;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding: 11px 0;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  position: relative;
  color: #878787;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a {
  color: #444444;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a:hover {
  color: #a201b1;
}
.widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  content: '\f067';
  font-family: fontawesome;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  letter-spacing: -0.02em;
  margin-right: 10px;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul,
.widget_meta.widget-border-round-background ul,
.widget_recent_comments.widget-border-round-background ul,
.widget_rss.widget-border-round-background ul,
.widget_recent_entries.widget-border-round-background ul,
.woocommerce .widget_layered_nav.widget-border-round-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-round-background ul,
.yith-woocompare-widget.widget-border-round-background ul,
.widget_meta.widget-border ul,
.widget_recent_comments.widget-border ul,
.widget_rss.widget-border ul,
.widget_recent_entries.widget-border ul,
.woocommerce .widget_layered_nav.widget-border ul,
.woocommerce .widget_layered_nav_filters.widget-border ul,
.yith-woocompare-widget.widget-border ul,
.widget_meta.widget-border-background ul,
.widget_recent_comments.widget-border-background ul,
.widget_rss.widget-border-background ul,
.widget_recent_entries.widget-border-background ul,
.woocommerce .widget_layered_nav.widget-border-background ul,
.woocommerce .widget_layered_nav_filters.widget-border-background ul,
.yith-woocompare-widget.widget-border-background ul {
  margin-bottom: -20px;
}
.widget_meta.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border ul.yith-wcan-group,
.widget_recent_comments.widget-border ul.yith-wcan-group,
.widget_rss.widget-border ul.yith-wcan-group,
.widget_recent_entries.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border ul.yith-wcan-group,
.yith-woocompare-widget.widget-border ul.yith-wcan-group {
  padding-left: 10px;
  padding-right: 10px;
}
.widget_meta.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_comments.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_rss.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.widget_recent_entries.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.woocommerce .widget_layered_nav_filters.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.yith-woocompare-widget.widget-border-background ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-background ul.yith-wcan-group,
.widget_recent_comments.widget-border-background ul.yith-wcan-group,
.widget_rss.widget-border-background ul.yith-wcan-group,
.widget_recent_entries.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav.widget-border-background ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters.widget-border-background ul.yith-wcan-group,
.yith-woocompare-widget.widget-border-background ul.yith-wcan-group {
  padding-left: 20px;
  padding-right: 20px;
}
.widget_meta.widget-border-round ul,
.widget_recent_comments.widget-border-round ul,
.widget_rss.widget-border-round ul,
.widget_recent_entries.widget-border-round ul,
.woocommerce .widget_layered_nav.widget-border-round ul,
.woocommerce .widget_layered_nav_filters.widget-border-round ul,
.yith-woocompare-widget.widget-border-round ul {
  margin-top: 0;
}
.widget_meta.widget-border-round .widget-title + ul,
.widget_recent_comments.widget-border-round .widget-title + ul,
.widget_rss.widget-border-round .widget-title + ul,
.widget_recent_entries.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav.widget-border-round .widget-title + ul,
.woocommerce .widget_layered_nav_filters.widget-border-round .widget-title + ul,
.yith-woocompare-widget.widget-border-round .widget-title + ul {
  margin-top: -11px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-group,
.woocommerce .widget_layered_nav_filters ul.yith-wcan-group {
  margin-top: 0;
}
.woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before,
.woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li:before {
  display: none;
}
.yith-woocompare-widget ul {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px !important;
}
.yith-woocompare-widget ul.products-list li a.title {
  width: auto;
}
.yith-woocompare-widget.widget-border .clear-all {
  margin-left: 10px;
}
.yith-woocompare-widget.widget-border .compare {
  margin-right: 10px;
}
.yith-woocompare-widget.widget-border-background .clear-all {
  margin-left: 20px;
}
.yith-woocompare-widget.widget-border-background .compare {
  margin-right: 20px;
}
.yith-woocompare-widget ul.products-list a.remove {
  font-size: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
}
/**
* G5Plus:Posts
* ----------------------------------------------------------------------------
*/
.widget-posts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-posts li {
  margin-bottom: 15px;
}
.widget-posts li:last-child {
  margin-bottom: 0;
}
.widget-posts .entry-thumb-wrap {
  width: 100px;
  margin-bottom: 0;
  float: left;
}
.widget-posts .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 115px;
}
.widget-posts .entry-post-title {
  font-size: 14px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.widget-posts .entry-meta-date {
  font-size: 13px;
}
.widget-posts.widget-border-round-background li + li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.widget-posts.widget-border-round-background .entry-thumb-wrap {
  width: 70px;
}
.widget-posts.widget-border-round-background .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts.widget-border li + li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.widget-posts.widget-border li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-posts.widget-border .entry-thumb-wrap {
  width: 70px;
}
.widget-posts.widget-border .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts.widget-border-background li + li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.widget-posts.widget-border-background li {
  padding-left: 20px;
  padding-right: 20px;
}
.widget-posts.widget-border-background .entry-thumb-wrap {
  width: 70px;
}
.widget-posts.widget-border-background .entry-thumb-wrap + .entry-content-wrap {
  padding-left: 85px;
}
.widget-posts .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.widget-posts .owl-dot {
  margin: 0 2px;
}
.widget-posts .post-video .prettyPhoto {
  font-size: 18px;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
/**
* Search
* ----------------------------------------------------------------------------
*/
.search-form {
  position: relative;
  width: 100%;
}
.search-form .search-field {
  height: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #a201b1;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  padding-right: 65px;
}
.search-form .search-field:focus {
  border-color: #444444;
}
.search-form .search-field:focus + .search-submit {
  background-color: #444444;
  color: #fff;
}
.search-form .search-submit {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: #a201b1;
  color: #ffffff;
  border: solid 3px transparent;
  border-left: 0;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.search-form .search-submit:hover {
  background-color: #444444;
  color: #fff;
}
.search-form-small .search-form .search-field {
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-small .search-form .search-submit {
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.search-form-square .search-form .search-field {
  border: none;
  height: 36px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  width: 270px;
  padding-right: 36px;
}
.search-form-square .search-form .search-field:focus + .search-submit {
  background-color: transparent;
  color: #a201b1;
}
.search-form-square .search-form .search-submit {
  background-color: transparent;
  color: #222;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.search-form-square .search-form .search-submit:hover {
  background-color: transparent;
  color: #a201b1;
}
.widget_search .widget-title + .search-form,
.widget_product_search .widget-title + .search-form {
  margin-top: 5px;
}
.widget_search.widget-border .search-field,
.widget_product_search.widget-border .search-field {
  width: 90%;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 10px;
}
.widget_search.widget-border .search-submit,
.widget_product_search.widget-border .search-submit {
  right: 10px;
}
.widget_search.widget-border-background .search-field,
.widget_product_search.widget-border-background .search-field {
  width: 85%;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
}
.widget_search.widget-border-background .search-submit,
.widget_product_search.widget-border-background .search-submit {
  right: 20px;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.tagcloud {
  margin-bottom: -5px;
  font-size: 0;
}
.tagcloud a {
  display: inline-block;
  background-color: #eee;
  color: #888;
  font-size: 13px !important;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  line-height: 20px;
  padding: 5px 10px;
  margin: 0 5px 5px 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;
}
.tagcloud a:hover {
  background-color: #a201b1;
  color: #ffffff;
}
/**
* Tag Clound
* ----------------------------------------------------------------------------
*/
.social-profiles {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-profiles li {
  display: inline-block;
}
.social-profiles li + li {
  margin-left: 20px;
}
.social-profiles.circle i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
}
.social-profiles-title {
  font-weight: 700;
}
/**
* Woocommerce Price Filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #aaa;
  height: 6px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  height: 8px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #a201b1;
  top: -1px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  height: 14px;
  width: 14px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #a201b1;
  top: -4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.1);
}
.woocommerce .widget_price_filter .price_label {
  font-size: 14px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 13px;
  background-color: #a201b1;
  color: #ffffff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #222;
  background-color: #eee;
}
.woocommerce .widget_price_filter.widget-border .price_slider_wrapper {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce .widget_price_filter.widget-border-background .price_slider_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* Product
* ----------------------------------------------------------------------------
*/
.woocommerce ul.product_list_widget li {
  padding: 0;
  margin-bottom: 15px;
}
.woocommerce ul.product_list_widget li:last-child {
  margin-bottom: 0;
}
.woocommerce ul.product_list_widget li img {
  float: left;
  width: 100px;
  border: 1px solid #eeeeee;
  margin: 0 15px 0 0;
}
.woocommerce ul.product_list_widget li a {
  font-weight: normal;
  line-height: 1.4;
}
.woocommerce ul.product_list_widget span.amount {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.woocommerce ul.product_list_widget ins span.amount {
  text-decoration: none;
}
.woocommerce ul.product_list_widget del span.amount {
  font-size: 14px;
  color: #878787;
  margin-right: 5px;
  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;
}
.widget-border-background ul.product_list_widget li img,
.widget-border ul.product_list_widget li img,
.widget-border-round ul.product_list_widget li img,
.widget-border-round-background ul.product_list_widget li img {
  width: 70px;
}
.widget-border-background ul.product_list_widget li + li,
.widget-border ul.product_list_widget li + li,
.widget-border-round ul.product_list_widget li + li,
.widget-border-round-background ul.product_list_widget li + li {
  border-top: 1px solid #dddddd;
  padding-top: 15px;
}
.widget-border ul.product_list_widget li {
  padding-left: 10px;
  padding-right: 10px;
}
.widget-border-background ul.product_list_widget li {
  padding-left: 20px;
  padding-right: 20px;
}
/**
* yith-woocommerce-ajax-product-filter
* ----------------------------------------------------------------------------
*/
.woocommerce .widget_layered_nav ul.yith-wcan-color {
  margin-bottom: -5px;
  padding: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a {
  position: relative;
  width: 32px;
  height: 32px;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0 5px 5px 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover {
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.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;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.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;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label {
  padding: 0;
  margin-bottom: -5px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a {
  background-color: transparent;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 14px;
  color: #878787;
  border: 1px solid #dddddd;
  margin: 0 5px 5px 0;
  line-height: 20px;
  padding: 5px;
  min-width: 32px;
  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: #878787;
  color: #fff;
  border-color: #878787;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a {
  background-color: #878787;
  color: #fff;
  border-color: #878787;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a:before {
  display: none;
}
/**
* Widget: TWITTER
* ----------------------------------------------------------------------------
*/
.widget-twitter-item > i {
  float: left;
  font-size: 30px;
}
.widget-twitter-item > div {
  padding-left: 40px;
}
.widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.widget-twitter-item .twitter-name {
  color: #a201b1;
}
.widget-twitter-item .twitter-time {
  color: #878787;
  font-size: 13px;
  margin-top: 5px;
}
/**
* Widget Text: Contact Info
* ----------------------------------------------------------------------------
*/
.contact-info {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-info li {
  display: inline-block;
}
.contact-info li + li {
  margin-left: 40px;
  position: relative;
}
.contact-info li + li:before {
  position: absolute;
  content: '';
  border-left: solid 1px #dddddd;
  right: 100%;
  height: 14px;
  margin-right: 20px;
}
.contact-info li i {
  margin-right: 5px;
}
/**
* Widget Info Box
* ----------------------------------------------------------------------------
*/
.widget-info-box ul {
  padding: 0;
  margin: 0;
}
.widget-info-box li {
  list-style: none;
}
.widget-info-box li > div {
  display: table-cell;
  vertical-align: top;
}
.widget-info-box li:last-child {
  margin-bottom: 0 !important;
}
.widget-info-box h4.widget-title + ul.if-classic li:first-child {
  padding-top: 0;
  border-top: none;
}
.widget-info-box p {
  margin-bottom: 0;
}
.widget-info-box p a {
  font-weight: 500;
}
.widget-info-box h3 {
  font-weight: bold;
  text-transform: uppercase;
}
.widget-info-box h3 a:hover,
.widget-info-box h3 a:focus {
  color: #a201b1;
}
.widget-info-box ul.if-classic li:first-child {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.widget-info-box ul.if-classic li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.widget-info-box ul.if-classic h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.widget-info-box ul.if-classic h3 a {
  color: #444444;
}
.widget-info-box ul.if-classic p {
  color: #878787;
}
.widget-info-box ul.if-classic .if-icon {
  width: 30px;
  font-size: 30px;
  line-height: 1;
  color: #a201b1;
}
.widget-info-box ul.if-classic .if-content {
  padding-left: 20px;
}
.widget-info-box ul.if-round li {
  margin-bottom: 25px;
}
.widget-info-box ul.if-round h3 {
  font-size: 13px;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
}
.widget-info-box ul.if-round h3 a {
  color: #878787;
}
.widget-info-box ul.if-round p {
  color: #212121;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.widget-info-box ul.if-round .if-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.02em;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #a201b1;
  color: #ffffff;
}
.widget-info-box ul.if-round .if-content {
  padding-left: 10px;
}
.widget-info-box.widget-border-background li:last-child,
.widget-info-box.widget-border li:last-child,
.widget-info-box.widget-border-round-background li:last-child,
.widget-info-box.widget-border-round li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child,
.widget-info-box.widget-border-round li:first-child {
  border-top: none;
}
.widget-info-box.widget-border-background li:first-child,
.widget-info-box.widget-border li:first-child,
.widget-info-box.widget-border-round-background li:first-child {
  padding-top: 0;
}
.widget-info-box.widget-border .if-icon {
  padding-left: 10px;
}
.widget-info-box.widget-border-background .if-icon {
  padding-left: 20px;
}
/**
* Primary Sidebar
* ----------------------------------------------------------------------------
*/
.primary-sidebar .widget:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .primary-sidebar {
    margin-top: 30px;
  }
}
.no-widget-content {
  padding: 10px;
  text-align: center;
  border: dashed 2px;
}
.main-footer .no-widget-content {
  padding: 50px 30px;
}
.primary-sidebar .no-widget-content {
  padding: 300px 10px;
}
/**
 * 4.0 - Header
 * ----------------------------------------------------------------------------
 */
.top-drawer-wrapper {
  background-color: #2f2f2f;
  color: #c5c5c5;
  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: #a201b1;
  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: 0;
  padding-bottom: 0;
}
.top-drawer-type-toggle .top-drawer-inner {
  display: none;
}
@media screen and (max-width: 767px) {
  .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;
}
.shopping-cart-icon > .icon > i:before {
  content: '\e615';
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-size: 35px;
}
.shopping-cart-icon > .icon > span {
  position: absolute;
  margin: auto;
  top: -9px;
  left: 0;
  right: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background-color: #a201b1;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
}
.shopping-cart-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 999;
  background: #fff;
  color: #212121;
  padding: 0 0 30px;
  width: 320px;
  line-height: 1.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.shopping-cart-list li a {
  color: inherit;
}
.shopping-cart-list li a:hover {
  color: #a201b1;
}
.shopping-cart-list ul.product_list_widget {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shopping-cart-list ul.product_list_widget li img {
  width: 60px;
}
.shopping-cart-list ul.product_list_widget li,
.shopping-cart-list p.total {
  position: relative;
  margin: 15px 30px;
  padding-top: 15px;
}
.shopping-cart-list ul.product_list_widget li + li {
  border-top: solid 1px #eeeeee;
}
.shopping-cart-list ul.product_list_widget li:last-child {
  margin-bottom: 15px;
}
.shopping-cart-list ul.product_list_widget li.empty {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.shopping-cart-list li.mini_cart_item a.remove {
  position: absolute;
  right: 0;
  font-size: 0;
  width: 18px;
  height: 25px;
}
.shopping-cart-list li.mini_cart_item a.remove:before {
  content: '\e681';
  font-family: "Pe-icon-7-stroke";
  font-size: 18px;
}
.shopping-cart-list span.quantity {
  margin-top: 5px;
  display: block;
}
.shopping-cart-list p.total {
  display: none;
}
.shopping-cart-list p.buttons {
  margin: 0;
  text-align: center;
  margin: 0 30px;
  border-top: solid 1px #eee;
  padding-top: 15px;
}
.shopping-cart-list p.buttons a.button + a.button {
  margin-left: 10px;
}
.widget_shopping_cart_content {
  position: relative;
  text-align: left;
}
.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: #a201b1;
}
.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: 15px;
}
.bar-wrapper.text-center .bar-left,
.bar-wrapper.text-center .bar-right {
  text-align: center;
}
.bar-wrapper .social-profiles-title {
  display: inline-block;
  font-weight: 400;
  margin-right: 15px;
}
.bar-wrapper .social-profiles {
  display: inline-block;
}
.top-bar-wrapper a:hover {
  color: #a201b1;
}
.top-bar-wrapper {
  background-color: #ffffff;
  color: #777777;
}
.top-bar-wrapper a {
  color: inherit;
}
.top-bar-wrapper.full-border {
  border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper.container-border .top-bar-inner {
  border-bottom: solid 1px #eeeeee;
}
.top-bar-wrapper .widget + .widget:before,
.top-bar-wrapper .menu > li + li:before {
  border-left: solid 1px;
  border-color: #eeeeee;
}
.top-bar-wrapper .search-form-small .search-form .search-field {
  border-color: #eeeeee;
  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;
}
.top-bar-inner {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  header.header-mobile {
    display: none;
    height: 0;
  }
  .header-wrapper {
    background-color: #ffffff;
    color: #212121;
  }
  .header-wrapper .container-inner {
    position: relative;
  }
  .header-above-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .logo-header {
    float: left;
    height: 106px;
    font-size: 0;
  }
  .logo-header:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .logo-header img {
    max-height: 106px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .logo-sticky {
    display: none;
  }
  .header-row > .container,
  .header-wrapper > .container {
    position: relative;
  }
  .header-wrapper.float-header {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
  }
  .header-wrapper.container-full .container {
    width: 100%;
  }
  .header-nav-wrapper {
    background-color: transparent;
    color: #212121;
  }
  .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-wrapper .header-customize-item:first-child {
    margin-left: 30px;
  }
  .header-customize-nav {
    float: right;
    line-height: 106px;
    color: #212121;
  }
  .header-customize-nav .header-customize-item {
    margin-left: 10px;
  }
  .header-customize-nav a {
    color: #212121;
  }
  .header-customize-nav a:hover {
    color: #34a853;
  }
  .header-customize-nav .shopping-cart-icon {
    border-top: none;
    border-bottom: none;
  }
  .header-customize-nav .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
  }
  .header-customize-nav .shopping-cart-icon > .icon {
    padding-right: 10px;
    margin-top: -5px;
  }
  .header-customize-nav .shopping-cart-icon > .icon > span {
    top: -11px;
    left: auto;
    right: 0px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
  .header-customize-nav .shopping-cart-icon > .icon > i:before {
    font-size: 14px;
    font-family: 'fontawesome';
    content: "\f07a";
  }
  .header-customize-left,
  .header-customize-right {
    line-height: 106px;
  }
  .header-customize-left .header-customize-item:first-child,
  .header-customize-right .header-customize-item:first-child {
    margin-left: 0;
  }
  .header-customize-left {
    float: left;
    text-align: left;
  }
  .header-customize-left .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-right {
    float: right;
    text-align: right;
  }
  .header-customize-right .header-customize-item {
    margin-left: 40px;
  }
  .header-customize-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    max-width: 100%;
  }
  .item-info {
    text-align: left;
  }
  .item-info > i,
  .item-info a {
    width: 36px;
    height: 36px;
    background-color: #a201b1;
    text-align: center;
    line-height: 36px;
    float: left;
    display: block;
    border-radius: 5px;
    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;
  }
  .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: #666666;
  }
  .item-sidebar {
    line-height: 30px;
  }
  .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 #eeeeee;
  }
  .search-product-wrapper {
    position: relative;
    text-align: left;
  }
  .search-product-wrapper > input {
    max-width: 100%;
    width: 640px;
    padding-right: 40%;
    padding-right: -webkit-calc(31.25% + 50px);
    padding-right: calc(31.25% + 50px);
    height: 50px;
    border: solid 3px #a201b1;
    padding-left: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent;
  }
  .search-product-wrapper > button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 0;
    padding-right: 0;
    padding-left: 3px;
    width: 50px;
    text-align: center;
    border: solid 3px transparent;
  }
  .search-product-wrapper.search-ajax-content .categories {
    border-right: solid 0 #a201b1;
  }
  .search-product-wrapper .categories {
    position: absolute;
    top: 0;
    right: 50px;
    width: 31.25%;
    border-left: solid 1px;
    border-right: solid 0;
    border-color: #a201b1;
    cursor: pointer;
  }
  .search-product-wrapper .categories > span {
    position: relative;
    display: block;
    line-height: 50px;
    width: 100%;
    color: #666666;
    padding-left: 20px;
    padding-right: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .search-product-wrapper .categories > span:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    display: block;
    right: 20px;
    top: 0;
  }
  .search-product-wrapper .categories > span.in:after {
    content: '\f00d';
  }
  .search-product-wrapper .search-category-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    color: #212121;
    left: 0;
    right: -3px;
    list-style: none;
    padding: 15px;
    line-height: 42px;
    z-index: 999;
    cursor: default;
    max-height: 400px;
    overflow: hidden;
  }
  .search-product-wrapper .search-category-dropdown span:hover {
    cursor: pointer;
    color: #a201b1;
  }
  .search-product-wrapper .search-category-dropdown li + li {
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown ul {
    padding: 0;
    list-style: none;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-category-dropdown li li span {
    padding-left: 20px;
  }
  .search-product-wrapper .search-category-dropdown li li li span {
    padding-left: 40px;
  }
  .search-product-wrapper .search-ajax-result {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    color: #212121;
    z-index: 999;
    font-size: 16px;
    line-height: 1.6em;
  }
  .search-product-wrapper .search-ajax-result a {
    color: inherit;
  }
  .search-product-wrapper .search-ajax-result a:hover {
    color: #a201b1;
  }
  .search-product-wrapper .search-ajax-result ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .search-product-wrapper .search-ajax-result li {
    padding: 10px 15px;
    position: relative;
  }
  .search-product-wrapper .search-ajax-result li:after {
    content: '';
    display: block;
    clear: both;
  }
  .search-product-wrapper .search-ajax-result li + li:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper .search-ajax-result li.selected,
  .search-product-wrapper .search-ajax-result li:hover {
    background-color: #f8f8f8;
  }
  .search-product-wrapper .search-ajax-result li.selected + li:before,
  .search-product-wrapper .search-ajax-result li:hover + li:before,
  .search-product-wrapper .search-ajax-result li.selected:before,
  .search-product-wrapper .search-ajax-result li:hover:before {
    border-top-color: transparent;
  }
  .search-product-wrapper .search-ajax-result li.nothing {
    text-align: center;
    line-height: 2em;
  }
  .search-product-wrapper .search-ajax-result img {
    width: 50px;
    float: left;
    margin-right: 15px;
  }
  .search-product-wrapper .search-ajax-result .view-more {
    text-align: center;
    padding: 15px;
    border-top: solid 1px #eee;
  }
  .search-product-wrapper.in .search-ajax-result {
    visibility: visible;
  }
  .header-wrapper.full-border,
  .header-wrapper.container-border .container-inner {
    border-bottom: solid 1px #eeeeee;
  }
  .header-above-wrapper.full-border,
  .header-above-wrapper.container-border .header-above-inner {
    border-bottom: solid 1px transparent;
  }
  .menu-categories {
    background-color: #a201b1;
    color: #ffffff;
    line-height: 106px;
    height: 106px;
    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 {
    display: none;
    float: right;
    line-height: 106px;
    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 .search-product-wrapper > input,
  .header-accent-color .search-product-wrapper .categories {
    border-color: #212121;
    color: #212121;
  }
  .header-accent-color .search-product-wrapper > button {
    background-color: #212121;
    color: #a201b1;
  }
  .header-accent-color .search-product-wrapper > button:hover {
    opacity: 0.8;
  }
  .header-accent-color .search-product-wrapper > input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input::-moz-placeholder {
    color: #ffffff;
  }
  .header-accent-color .search-product-wrapper > input:-ms-input-placeholder {
    color: #ffffff;
  }
  .header-accent-color a {
    color: #212121;
  }
  .header-accent-color a:hover {
    color: #080808;
  }
  .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;
    float: left;
  }
  .header-nav-hidden .product-text {
    line-height: 106px;
    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 .header-search .search-product-wrapper {
    background-color: #fff;
  }
  .header-nav-hidden .header-search .search-product-wrapper > button {
    border-right: solid 1px rgba(255, 255, 255, 0.3);
    width: 58px;
  }
  .header-nav-hidden .header-search .search-product-wrapper > input {
    height: 106px;
    border-left: 0;
    width: 100%;
  }
  .header-nav-hidden .header-search .search-product-wrapper .categories > span {
    line-height: 106px;
  }
  .header-nav-hidden .header-search .search-product-wrapper .search-ajax-result {
    left: 3px;
    right: 3px;
  }
  .header-nav-hidden .header-search .search-product-wrapper .search-category-dropdown {
    right: 5px;
  }
  .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: 106px;
    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 nav.primary-menu {
    float: right;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .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: #212121;
  }
  .header-search-gray header .search-form input {
    border-color: #eeeeee;
  }
  .header-search-gray header .search-form button {
    background-color: #eeeeee;
  }
  .header-search-gray2 header .search-form input {
    border-color: #d5d5d5;
  }
  .header-search-gray2 header .search-form button {
    background-color: #d5d5d5;
  }
  .header-search-transparent header .search-product-wrapper > input {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-search-transparent header .search-product-wrapper.search-ajax-content .categories {
    border-color: rgba(255, 255, 255, 0.5);
  }
  .header-search-transparent header .search-product-wrapper > button {
    color: #a201b1;
    background-color: #fff;
    border: none;
  }
  .header-customize-item.search-form-small .search-form .search-field {
    border-color: #d5d5d5;
  }
  .is-sticky .menu-categories,
  .is-sticky .logo-header {
    height: 55px;
  }
  .is-sticky .x-nav-menu > .x-menu-item {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .is-sticky .menu-categories,
  .is-sticky .menu-categories-select > i,
  .is-sticky .header-customize-nav {
    line-height: 55px;
  }
  .is-sticky .menu-categories-select > i {
    display: block;
  }
  .is-sticky .logo-header img {
    max-height: 55px;
    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 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-6 .is-sticky .header-nav-wrapper,
  .header-10 .is-sticky .header-nav-wrapper {
    background-color: transparent;
  }
  .header-6 .is-sticky .header-nav-wrapper nav.primary-menu,
  .header-10 .is-sticky .header-nav-wrapper nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-hidden .is-sticky .product-text,
  .header-nav-hidden .is-sticky .menu-switch,
  .header-nav-hidden .is-sticky .header-search .search-product-wrapper .categories > span {
    line-height: 55px;
  }
  .header-nav-hidden .is-sticky .header-search .search-product-wrapper > input {
    height: 55px;
  }
  .header-1 .header-customize-nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .header-1 .primary-menu {
    float: right;
  }
  .header-3 .header-above-wrapper {
    height: 0px;
    opacity: 1;
    visibility: visible;
  }
  .header-3 .header-customize-right {
    float: none;
    line-height: 0px;
  }
  .header-3 .header-customize-nav {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  .header-3 .is-sticky .header-above-wrapper {
    height: 0;
    line-height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .header-4 .primary-menu {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
  }
  .header-5 .logo-header,
  .header-11 .logo-header {
    float: none;
    position: absolute;
    width: 30%;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .header-5 .item-search,
  .header-11 .item-search {
    max-width: 400px;
  }
  .header-5 .search-product-wrapper .categories,
  .header-11 .search-product-wrapper .categories {
    width: 40%;
  }
  .header-5 .search-product-wrapper > input,
  .header-11 .search-product-wrapper > input {
    padding-right: 45%;
    padding-right: -webkit-calc(40% + 50px);
    padding-right: calc(40% + 50px);
  }
  .header-5 nav.primary-menu,
  .header-11 nav.primary-menu {
    display: inline-block;
    vertical-align: middle;
  }
  .header-5 .header-row > .container,
  .header-11 .header-row > .container {
    text-align: center;
  }
  .header-5 .header-customize-left,
  .header-11 .header-customize-left,
  .header-5 .header-customize-right,
  .header-11 .header-customize-right {
    height: 106px;
  }
  .header-5 .search-form input,
  .header-11 .search-form input {
    width: 320px;
  }
  .header-6 {
    margin-bottom: 20px;
  }
  .header-6 .header-nav-wrapper {
    background-color: transparent;
  }
  .header-6 .header-nav-wrapper nav.primary-menu {
    background-color: transparent;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .header-6 .search-product-wrapper > input,
  .header-6 .search-product-wrapper .categories {
    border-color: #666666;
  }
  .header-6 .search-product-wrapper > button {
    background-color: #666666;
    color: #fff;
  }
  .header-8 .top-bar-wrapper {
    border-bottom: none !important;
  }
  .header-8 .header-nav-wrapper {
    background-color: transparent;
  }
  .header-8 .header-above-inner {
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-8 .header-nav-inner {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-8 .item-info > i,
  .header-8 .item-info a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header-8 .item-info > i:hover,
  .header-8 .item-info a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-8 .is-sticky .header-nav-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }
  .header-8 .is-sticky .header-nav-wrapper nav.primary-menu,
  .header-8 .is-sticky .header-nav-wrapper .product-text {
    padding-left: 0;
  }
  .header-8.header-float .is-sticky .header-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header-8.header-float .is-sticky .header-nav-inner {
    background-color: transparent;
  }
  .header-8 .no-primary-menu .search-product-wrapper input {
    border-color: rgba(0, 0, 0, 0);
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper input::-webkit-input-placeholder {
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper input:-moz-placeholder {
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper input::-moz-placeholder {
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper input:-ms-input-placeholder {
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper .categories {
    border-color: rgba(0, 0, 0, 0);
  }
  .header-8 .no-primary-menu .search-product-wrapper .categories > span {
    color: #212121;
  }
  .header-8 .no-primary-menu .search-product-wrapper > button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
  }
  .header-9 .header-wrapper {
    margin-bottom: 73px;
  }
  .header-9 .header-nav-wrapper {
    background-color: transparent;
    height: 53px;
  }
  .header-9 nav.primary-menu {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    right: 0;
  }
  .header-9 .item-info > i,
  .header-9 .item-info a {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header-9 .item-info > i:hover,
  .header-9 .item-info a:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-9 .is-sticky .header-nav-wrapper {
    background-color: rgba(0, 0, 0, 0);
    height: 106px;
  }
  .header-9 .is-sticky nav.primary-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .header-9.header-float .is-sticky .header-nav-wrapper {
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header-9.header-float .is-sticky nav.primary-menu {
    background-color: transparent;
  }
  .header-10 .header-nav-wrapper {
    background-color: transparent;
  }
  .header-10 .header-nav-inner {
    background-color: #a201b1;
  }
  .header-10 .is-sticky .header-nav-wrapper nav.primary-menu,
  .header-10 .is-sticky .header-nav-wrapper .product-text {
    padding-left: 0;
  }
  .header-11 .header-row > .container {
    text-align: left;
  }
  .header-11 .header-customize-nav {
    float: right;
  }
  .header-11 nav.primary-menu {
    display: block;
  }
  .header-11 nav.primary-menu:after {
    content: '';
    display: block;
    clear: both;
  }
  .header-12 .primary-menu {
    display: inline-block;
    vertical-align: middle;
    padding-left: 40px;
  }
  .header-12 .search-product-wrapper > input {
    border-color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header-12 .search-product-wrapper.search-ajax-content .categories {
    border-color: #000;
  }
  .header-12 .search-product-wrapper > button {
    color: #fff;
    background-color: #000;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .header-12 .menu-categories {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
}
@media screen and (max-width: 1199px) {
  .header-5 .item-search,
  .header-11 .item-search {
    max-width: 350px;
  }
  .search-product-wrapper > input {
    width: 500px;
  }
}
.nav-custom-list {
  font-size: 13px;
  font-weight: 700;
}
.nav-custom-list a + a {
  margin-left: 30px;
}
.is-sticky {
  height: 55px;
}
.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: #a201b1 !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: 767px) {
  header.main-header {
    display: none;
  }
  header.header-mobile {
    display: block;
    height: auto;
  }
  .top-bar-wrapper {
    background-color: #ffffff !important;
    color: #444444 !important;
  }
  .top-bar-wrapper.full-border {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper.container-border .top-bar-inner {
    border-bottom: solid 1px #eeeeee !important;
  }
  .top-bar-wrapper .widget + .widget:before,
  .top-bar-wrapper .menu > li + li:before {
    border-left: solid 1px #eeeeee;
  }
  .top-bar-inner {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .header-mobile-inner {
    background-color: #ffffff !important;
    color: #444444 !important;
  }
  .header-mobile-inner a {
    color: #444444;
  }
  .header-mobile-inner a:hover {
    color: #a201b1;
  }
  .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: #444444 !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;
    position: relative;
    z-index: 1;
  }
  .item-shopping-cart + .mobile-search-button {
    margin-right: 20px;
  }
  .mobile-search-button {
    font-size: 20px;
  }
  .logo-mobile-wrapper {
    position: absolute;
    padding-left: 50px;
    padding-right: 50px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .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-dropdown li li a.x-menu-a-text {
    padding-left: 20px;
  }
  .menu-drop-dropdown li li li a.x-menu-a-text {
    padding-left: 40px;
  }
  .menu-drop-dropdown li li li li a.x-menu-a-text {
    padding-left: 60px;
  }
  .both-mobile-icon .logo-mobile-wrapper {
    padding-right: 90px;
  }
  .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;
  }
  .is-sticky .header-mobile-nav.menu-drop-dropdown {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/**
 * 5.0 - Footer
 * ----------------------------------------------------------------------------
 */
.main-footer-wrapper {
  background-color: #222222;
  color: #cccccc;
}
.main-footer.full-border {
  border-top: solid 1px #373737;
}
.main-footer.container-border .footer-inner {
  border-top: solid 1px #373737;
}
.main-footer a {
  color: inherit;
}
.main-footer a:hover {
  color: #a201b1;
}
.main-footer .widget-title {
  color: #ffffff;
  border-bottom-color: #373737;
}
.main-footer .widget_archive li > ul,
.main-footer .widget_categories li > ul,
.main-footer .widget_nav_menu li > ul,
.main-footer .widget_pages li > ul,
.main-footer .widget_product_categories li > ul,
.main-footer .widget_archive ul > li + li,
.main-footer .widget_categories ul > li + li,
.main-footer .widget_nav_menu ul > li + li,
.main-footer .widget_pages ul > li + li,
.main-footer .widget_product_categories ul > li + li {
  border-top: none;
}
.main-footer .widget-border-round,
.main-footer .widget-border,
.main-footer .widget-border-round-background,
.main-footer .widget-border-background {
  border-color: #373737;
}
.main-footer .widget-border-round-background,
.main-footer .widget-border-background {
  background-color: #373737;
}
.main-footer .widget-info-box:not(.widget-border-round-background):not(.widget-border-background) .if-round p {
  color: #ffffff;
}
.main-footer .widget-info-box:not(.widget-border-round-background):not(.widget-border-background) .if-classic p {
  color: #ffffff;
}
.main-footer .widget-info-box:not(.widget-border-round-background):not(.widget-border-background) ul h3 a {
  color: #cccccc;
}
.main-footer .widget-info-box:not(.widget-border-round-background):not(.widget-border-background) ul.if-classic li {
  border-color: #373737;
}
.main-footer .social-profiles-title {
  margin-bottom: 10px;
}
.main-footer .social-profiles-title {
  color: #ffffff;
}
.main-footer .widget_archive a,
.main-footer .widget_categories a,
.main-footer .widget_nav_menu a,
.main-footer .widget_pages a,
.main-footer .widget_product_categories a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.main-footer input[type="text"],
.main-footer input[type="search"],
.main-footer input[type="email"],
.main-footer input[type="url"],
.main-footer input[type="password"],
.main-footer input[type="tel"],
.main-footer textarea,
.main-footer select,
.main-footer .widget_calendar #wp-calendar tbody td,
.main-footer .widget_calendar #wp-calendar th,
.main-footer .wp-caption {
  border-color: #373737;
}
.main-footer .tagcloud a,
.main-footer .social-profiles.circle i,
.main-footer .widget_calendar #wp-calendar th {
  background-color: #373737;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li a,
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) li {
  color: inherit;
}
.main-footer .widget_meta ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_recent_comments ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_rss ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .widget_recent_entries ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .woocommerce .widget_layered_nav ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .woocommerce .widget_layered_nav_filters ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li,
.main-footer .yith-woocompare-widget ul:not(.yith-wcan-color):not(.yith-wcan-label):not(.yith-wcan-select) > li + li {
  border-top-color: #373737;
}
.main-footer .menu-horizontal .menu li {
  display: inline-block;
  font-weight: 700;
}
.main-footer .menu-horizontal .menu li + li {
  margin-left: 15px;
}
.main-footer .menu-horizontal .menu li + li:before {
  content: "";
  border-left: solid 1px #373737;
  margin-right: 15px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.main-footer .tagcloud a:hover {
  background-color: #a201b1;
  color: #ffffff;
}
.footer-inner {
  padding-top: 60px;
  padding-bottom: 25px;
}
.bottom-bar-wrapper {
  background-color: #2d2d2d;
  color: #aaaaaa;
}
.bottom-bar-wrapper.full-border {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper.container-border .bottom-bar-inner {
  border-top: solid 1px #eeeeee;
}
.bottom-bar-wrapper .widget + .widget {
  margin-left: 10px;
}
.bottom-bar-inner {
  padding-top: 25px;
  padding-bottom: 25px;
}
@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;
  }
}
/*-------------------------
     RIGHT TO LEFT
------------------------*/
.rtl .main-footer .menu-horizontal .menu li + li {
  margin-right: 15px;
  margin-left: 0;
}
.rtl .main-footer .menu-horizontal .menu li + li:before {
  border-right: solid 1px #373737;
  border-left: 0;
  margin-left: 15px;
  margin-right: 0;
}
.rtl .bottom-bar-wrapper .widget + .widget {
  margin-right: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .rtl footer.footer-collapse-able .widget-title:after {
    float: left;
  }
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.page-links {
  clear: both;
}
.page-links .page-link {
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #a201b1;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}
.page-links .page-link.current,
.page-links .page-link:hover,
.page-links .page-link:focus {
  background-color: #a201b1;
  color: #ffffff;
}
.page-links a > .page-link {
  background-color: #666666;
}
.page-links > .page-links-title {
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-right: 30px;
  color: #212121;
}
/**
* Thumb
* ----------------------------------------------------------------------------
*/
.entry-thumbnail {
  position: relative;
}
.entry-thumbnail img {
  width: 100%;
}
.entry-thumbnail .prettyPhoto {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  background-color: #eeeeee;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  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-thumbnail .prettyPhoto:hover {
  color: inherit;
}
.entry-thumbnail:hover .prettyPhoto,
.entry-thumbnail:hover .entry-thumbnail-overlay:before {
  opacity: 1;
}
.entry-thumbnail-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.post-video .entry-thumbnail-overlay:before {
  opacity: 1;
}
.post-video .prettyPhoto {
  opacity: 1;
  font-size: 36px;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.post-video .prettyPhoto:hover {
  color: #a201b1;
}
.no-image {
  background-color: #f5f5f5;
}
.no-image .block-center-inner {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 0.05em;
}
/**
* Post Meta
* ----------------------------------------------------------------------------
*/
.entry-post-meta {
  display: inline-block;
}
.entry-post-meta > div {
  display: inline-block;
  color: #878787;
  margin-right: 10px;
}
.entry-post-meta > div:last-of-type {
  margin-right: 0;
}
.entry-post-meta a {
  color: #444444;
}
.entry-post-meta a:hover {
  color: #a201b1;
}
.entry-post-meta i {
  font-size: 16px;
  color: #a201b1;
  margin-right: 5px;
  vertical-align: middle;
}
.entry-meta-wrap {
  position: relative;
}
.entry-meta-wrap .read-more {
  float: right;
}
.entry-meta-wrap .entry-post-meta {
  position: relative;
  top: 10px;
}
.entry-meta-wrap.left .read-more {
  float: none;
  margin-top: 25px;
}
.entry-meta-wrap.left .entry-post-meta {
  position: static;
  display: block;
}
/**
* Paging Navigation
* ----------------------------------------------------------------------------
*/
.paging-navigation {
  padding-top: 30px;
}
.paging-navigation,
.comment-navigation {
  font-size: 0;
}
.paging-navigation .page-numbers,
.comment-navigation .page-numbers {
  margin-right: 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #666666;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  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;
}
.paging-navigation .page-numbers.current,
.comment-navigation .page-numbers.current,
.paging-navigation .page-numbers:hover,
.comment-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus,
.comment-navigation .page-numbers:focus {
  background-color: #a201b1;
  color: #ffffff;
}
.paging-navigation .page-numbers.next,
.comment-navigation .page-numbers.next,
.paging-navigation .page-numbers.prev,
.comment-navigation .page-numbers.prev {
  width: auto;
  padding: 0 20px;
}
.paging-navigation .page-numbers i,
.comment-navigation .page-numbers i {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.02em;
  position: relative;
  top: -1px;
}
.paging-navigation .page-numbers:last-child,
.comment-navigation .page-numbers:last-child {
  margin-right: 0;
}
@media (max-width: 480px) {
  .page-numbers.next,
  .page-numbers.prev {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
  }
  .page-numbers.next span,
  .page-numbers.prev span {
    display: none;
  }
}
.entry-excerpt p:last-child {
  margin-bottom: 0;
}
.entry-thumb-wrap {
  margin-bottom: 30px;
}
.entry-post-title {
  font-weight: bold;
  line-height: 1.4;
  font-size: 24px;
  margin-top: -10px;
  letter-spacing: 0;
}
.entry-excerpt {
  margin-bottom: 20px;
}
.embed-responsive-large-image {
  padding-bottom: 43.12354312354312%;
}
.large-image .no-image:before {
  padding-bottom: 63.98104265402844%;
}
.embed-responsive-medium-image {
  padding-bottom: 56.7567568%;
}
.medium-image .no-image:before {
  padding-bottom: 56.7567568%;
}
.embed-responsive-small-image {
  padding-bottom: 45.9459459%;
}
.small-image .no-image:before {
  padding-bottom: 45.9459459%;
}
.post-large-image.format-audio .embed-responsive-large-image,
.post-medium-image.format-audio .embed-responsive-medium-image {
  padding: 0;
  overflow: inherit;
  height: auto;
  font-size: 0;
}
.post-large-image.format-audio .embed-responsive-large-image iframe,
.post-medium-image.format-audio .embed-responsive-medium-image iframe {
  height: 166px;
  position: static;
}
.post-link {
  border: 1px solid #eeeeee;
  padding: 30px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 16px;
}
.post-link i {
  font-size: 20px;
  color: #a201b1;
}
.post-link a {
  letter-spacing: -0.04em;
  color: #878787;
  margin: 0;
  padding-left: 25px;
}
.blog-wrap {
  margin-bottom: -30px;
}
.blog-wrap article {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
/**
* Sticky
* ----------------------------------------------------------------------------
*/
article.post-masonry.sticky .entry-content-wrap {
  background-color: #f9f9f9;
  padding: 20px;
}
article.post-medium-image.sticky,
article.post-large-image.sticky {
  background-color: #f9f9f9;
  padding: 20px;
  border-bottom: none;
}
/**
* Medium-Image
* ----------------------------------------------------------------------------
*/
article.post-medium-image .entry-content-wrap {
  margin-bottom: 20px;
}
article.post-medium-image .entry-thumb-wrap {
  margin-bottom: 0;
  float: left;
  width: 50%;
  padding-right: 10px;
}
article.post-medium-image .entry-thumb-wrap + .entry-content-inner {
  float: left;
  width: 50%;
  padding-left: 10px;
}
article.post-medium-image .entry-thumb-wrap + .entry-content-inner .entry-post-title {
  margin-top: 0;
}
article.post-medium-image .entry-excerpt {
  margin-bottom: 0;
}
article.post-medium-image.format-audio .entry-thumb-wrap {
  float: none;
  width: 100%;
  margin-bottom: 20px;
  padding-right: 0;
}
article.post-medium-image.format-audio .entry-thumb-wrap + .entry-content-inner {
  padding-left: 0;
  float: none;
  width: 100%;
}
@media (max-width: 767px) {
  article.post-medium-image .entry-thumb-wrap {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }
  article.post-medium-image .entry-thumb-wrap + .entry-content-inner {
    padding-left: 0;
    float: none;
    width: 100%;
  }
  article.post-medium-image .entry-thumb-wrap + .entry-content-inner .entry-post-title {
    margin-top: -10px;
  }
}
/**
* Masonry Layout
* ----------------------------------------------------------------------------
*/
.archive-masonry .blog-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.archive-masonry article {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: none;
}
.archive-masonry article:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-top: 1px solid #dddddd;
}
.archive-masonry .entry-post-meta > div.entry-meta-date {
  display: block;
  margin: 0 0 10px 0;
}
.archive-masonry .entry-meta-wrap .read-more {
  float: none;
  margin-top: 25px;
}
.archive-masonry .entry-meta-wrap .entry-post-meta {
  position: static;
  display: block;
}
@media (min-width: 992px) {
  /**
	  * Article Grid 2 - 3 columns
	  * ----------------------------------------------------------------------------
	  */
  .archive-columns-2 article.post-masonry {
    width: 50%;
  }
  .archive-columns-3 article.post-masonry {
    width: 33.33333333333333%;
  }
}
@media (max-width: 991px) {
  article.post-masonry {
    width: 50%;
  }
}
@media (max-width: 767px) {
  article.post-masonry {
    width: 100%;
  }
}
/**
* Single Blog
* ----------------------------------------------------------------------------
*/
article.post-single .entry-post-title {
  margin-top: 0;
}
article.post-single .entry-post-meta {
  margin-bottom: 20px;
}
article.post-single .social-share {
  margin-top: 25px;
}
.entry-meta-tag {
  margin-top: 25px;
}
label.label {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-right: 30px;
  color: #212121;
}
.social-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #eee;
  color: #777;
  -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-share a:hover {
  background-color: #a201b1;
  color: #ffffff;
}
/**
* Post Navigation
* ----------------------------------------------------------------------------
*/
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
}
.post-navigation .nav-links > div {
  position: relative;
  vertical-align: middle;
  padding: 30px 0;
  width: 50%;
  float: left;
}
.post-navigation .nav-links > div .post-navigation-content {
  margin-left: 30px;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
.post-navigation .nav-next .post-navigation-content {
  margin-left: 0;
  margin-right: 30px;
}
.post-navigation .post-navigation-label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin-bottom: 5px;
  color: #444444;
}
.post-navigation .post-navigation-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
@media (max-width: 767px) {
  .post-navigation .nav-links > div {
    width: 100%;
  }
  .post-navigation .nav-previous {
    border-bottom: 1px solid #eeeeee;
  }
}
/**
* Author Bio
* ----------------------------------------------------------------------------
*/
.entry-content-wrap + .author-info {
  margin-top: 30px;
}
.author-avatar {
  float: left;
  width: 80px;
}
.author-avatar img {
  margin: 0;
}
.author-description {
  padding-left: 100px;
}
.author-title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.author-bio {
  margin-bottom: 0;
}
/**
* Post Related
* ----------------------------------------------------------------------------
*/
article.post-related .entry-thumb-wrap {
  margin-bottom: 15px;
}
article.post-related .entry-content-wrap > i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #a201b1;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  color: #fff;
  font-size: 32px;
  float: left;
}
article.post-related i + .entry-content-inner {
  padding-left: 70px;
}
article.post-related .entry-post-title {
  font-size: 14px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 0;
}
article.post-related .entry-date {
  font-size: 13px;
  margin-bottom: 5px;
}
article.post-related .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: auto;
}
article.post-related .entry-excerpt {
  margin-bottom: 0;
}
.medium-image .no-image:before {
  padding-bottom: 56.7567568%;
}
/**
* Post Flat
* ----------------------------------------------------------------------------
*/
article.post-flat {
  padding-left: 10px;
  padding-right: 10px;
}
article.post-flat .entry-thumb-wrap {
  margin-bottom: 0;
}
article.post-flat .entry-post-meta {
  font-size: 13px;
  display: block;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
article.post-flat .entry-post-meta a {
  color: #878787;
}
article.post-flat .entry-post-meta a:hover {
  color: #a201b1;
}
article.post-flat .entry-post-meta i {
  margin-right: 5px;
  color: #878787;
}
article.post-flat .entry-post-meta > div {
  color: #878787;
  margin-right: 20px;
}
article.post-flat .entry-post-meta > div:last-child {
  margin-right: 0;
}
article.post-flat .entry-post-title {
  font-size: 14px;
  letter-spacing: -0.03em;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}
article.post-flat .entry-post-title a {
  color: #444444;
}
article.post-flat .entry-post-title a:hover {
  color: #a201b1;
}
article.post-flat .entry-excerpt {
  margin-bottom: 10px;
}
.entry-read-more {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
  border-bottom: 2px solid #a201b1;
}
article.post-flat-2 .entry-post-meta {
  margin-bottom: 25px;
  padding: 0;
  border: none;
}
article.post-flat-2 .entry-post-meta a {
  color: #444444;
}
article.post-flat-2 .entry-post-meta i {
  color: #444444;
}
article.post-flat-2 .entry-post-meta > div {
  color: #444444;
  background-color: #eee;
  line-height: 20px;
  margin-right: 0;
  padding: 13px 0 13px 15px;
  width: 50%;
  float: left;
}
/**
* Comment
* ----------------------------------------------------------------------------
*/
.comment-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.comment-list li.comment + li.comment {
  margin-top: 20px;
}
.comment-list .children {
  list-style: none;
  padding-left: 100px;
  margin-top: 20px;
}
.comment-list .avatar {
  margin: 0;
  padding: 0;
  float: left;
  width: 80px;
}
.comment-list .avatar + .comment-text,
.comment-list .comment-meta-wrap {
  padding-left: 100px;
}
.comment-list .comment-meta-wrap {
  margin-bottom: 10px;
}
.comment-list .pingback .comment-meta-wrap {
  padding-left: 0;
}
.comment-list .author-name {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.comment-list .comment-text .text {
  background-color: #eee;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px;
}
.comment-list .comment-meta {
  float: right;
}
.comment-list .comment-meta a {
  color: #a201b1;
}
.comment-list .comment-meta a:hover {
  text-decoration: underline;
}
.comment-list .comment-meta a + a:before {
  content: '|';
  display: inline-block;
  color: #eeeeee;
  margin: 0 10px;
}
.comment-navigation .page-numbers.next,
.comment-navigation .page-numbers.prev {
  width: 36px;
  padding: 0;
}
.comment-form-field {
  margin-bottom: 10px;
}
.comment-form-field input,
.comment-form-field textarea {
  width: 100%;
}
.comment-form .form-submit {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comment-list .children {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .comment-list .avatar {
    display: none;
  }
  .comment-list .avatar + .comment-text,
  .comment-list .comment-meta-wrap {
    padding-left: 0;
  }
}
@media (max-width: 320px) {
  article.post-single .entry-meta-tag label.label,
  article.post-single .social-share label.label {
    display: block;
    padding-left: 0;
  }
}
/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
/**
* Navigation
* ----------------------------------------------------------------------------
*/
.woocommerce-pagination {
  font-size: 0;
}
.woocommerce-pagination .page-numbers {
  font-size: 14px;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  color: #212121;
  font-weight: bold;
  border: 1px solid #dddddd;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:focus {
  background-color: #a201b1;
  border-color: #a201b1;
  color: #ffffff;
}
.woocommerce-pagination .page-numbers:last-child {
  margin-right: 0;
}
.woocommerce-pagination i {
  font-size: 10px;
}
.woocommerce nav.woocommerce-pagination {
  text-align: left;
}
/**
* Catalog Filter
* ----------------------------------------------------------------------------
*/
.catalog-filter {
  margin-bottom: 30px;
}
.catalog-filter select {
  height: 32px;
  min-width: 70px;
}
.catalog-filter .woocommerce-pagination {
  display: inline-block;
  margin-left: 20px;
}
.yit-wcan-container + .catalog-filter,
.product-listing + .catalog-filter {
  margin-bottom: 0;
}
.catalog-filter-label {
  margin-right: 5px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: middle;
}
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0;
}
.catalog-filter-left {
  float: left;
}
.catalog-filter-right {
  float: right;
}
.woocommerce-page-size {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 550px) {
  .catalog-filter-left,
  .catalog-filter-right {
    float: none;
  }
  .catalog-filter .woocommerce-pagination,
  .woocommerce-page-size {
    margin-top: 20px;
  }
}
/**
* Sale Flash
* ----------------------------------------------------------------------------
*/
.product-flash {
  font-size: 13px;
  line-height: 20px;
  padding: 3px 10px;
  min-width: 44px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.on-sale {
  background-color: #a201b1;
  right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  border-radius: 4px 0 0 4px;
  background-clip: padding-box;
}
.on-featured {
  background-color: #a201b1;
  left: -3px;
  -webkit-border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
/**
* Product Thumb
* ----------------------------------------------------------------------------
*/
.product-thumb {
  position: relative;
  margin-bottom: 25px;
}
.product-thumb img {
  width: 100%;
}
.product-link {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.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;
}
.product-images-hover {
  position: relative;
}
.product-images-hover.flip-back {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-images-hover.flip-back .product-thumb-primary {
  display: block;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  position: relative;
}
.product-images-hover.flip-back .product-thumb-secondary {
  display: block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
  opacity: 1;
}
.product-item-inner:hover .product-link,
.product-item-wrap.active .product-link {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.change-image .product-thumb-secondary,
.product-item-wrap.active .product-images-hover.change-image .product-thumb-secondary {
  opacity: 1;
}
.product-item-inner:hover .product-images-hover.flip-back,
.product-item-wrap.active .product-images-hover.flip-back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-item-inner:hover .yith-wcwl-wishlistaddedbrowse a,
.product-item-wrap.active .yith-wcwl-wishlistaddedbrowse a,
.product-item-inner:hover .yith-wcwl-wishlistexistsbrowse a,
.product-item-wrap.active .yith-wcwl-wishlistexistsbrowse a,
.product-item-inner:hover .add_to_wishlist,
.product-item-wrap.active .add_to_wishlist,
.product-item-inner:hover .compare,
.product-item-wrap.active .compare,
.product-item-inner:hover .product-quick-view,
.product-item-wrap.active .product-quick-view {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.product-item-inner:hover a.added_to_cart,
.product-item-wrap.active a.added_to_cart,
.product-item-inner:hover a.add_to_cart_button,
.product-item-wrap.active a.add_to_cart_button,
.product-item-inner:hover a.product_type_simple,
.product-item-wrap.active a.product_type_simple,
.product-item-inner:hover a.product_type_external,
.product-item-wrap.active a.product_type_external,
.product-item-inner:hover a.product_type_grouped,
.product-item-wrap.active a.product_type_grouped {
  background-color: #a201b1;
  color: #ffffff;
}
/**
* Product Actions
* ----------------------------------------------------------------------------
*/
.product-actions {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  font-size: 0;
}
.product-actions .compare {
  vertical-align: top;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  font-size: 0;
}
.product-actions .compare i {
  font-size: 14px;
  line-height: 40px;
  color: #222;
}
.product-actions .compare:hover {
  background-color: #a201b1;
  color: #ffffff;
}
.product-actions .compare:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f1de';
  font-size: 14px;
  line-height: 40px;
}
.product-actions .yith-wcwl-add-to-wishlist {
  display: block;
  margin: 0;
  font-size: 0;
  vertical-align: top;
}
.product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-actions .add_to_wishlist:hover,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner,
.product-actions .add_to_wishlist.added-spinner {
  background-color: #a201b1;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:hover:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:hover:before,
.product-actions .add_to_wishlist:hover:before,
.product-actions .yith-wcwl-wishlistaddedbrowse a.added-spinner:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a.added-spinner:before,
.product-actions .add_to_wishlist.added-spinner:before {
  color: #ffffff;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-actions .add_to_wishlist:before {
  display: inline-block;
  font-family: FontAwesome;
  content: '\f08a';
  font-size: 14px;
  color: #222;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-actions .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.product-actions .add_to_wishlist.added-spinner:before {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
  content: "\f110";
}
.product-actions .product-quick-view {
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  display: block;
  font-size: 14px;
  color: #222;
}
.product-actions .product-quick-view:hover {
  background-color: #a201b1;
  color: #ffffff;
}
.product-actions .product-quick-view,
.product-actions .yith-wcwl-add-to-wishlist {
  margin-top: 5px;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist,
.product-actions .compare,
.product-actions .product-quick-view {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
}
.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;
}
.product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-actions .add_to_wishlist {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -webkit-transform 0.5s 0.25s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -moz-transform 0.5s 0.25s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -ms-transform 0.5s 0.25s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, -o-transform 0.5s 0.25s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.25s ease-out, opacity 0.5s 0.25s ease-out, transform 0.5s 0.25s ease-out;
}
.product-actions .compare {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.tooltip-inner {
  white-space: nowrap;
}
/**
* Product Price
* ----------------------------------------------------------------------------
*/
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 18px;
  font-weight: bold;
  color: #ef5254;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  font-weight: bold;
  text-decoration: none;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 16px;
  margin-right: 5px;
  color: #ef5254;
}
/**
* star-rating
* ----------------------------------------------------------------------------
*/
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  font-size: 10px;
  letter-spacing: 2px;
  width: 61px;
  top: 7px;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  color: #ddd;
  content: "\53\53\53\53\53";
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #FFC926;
}
.product-price-rating {
  min-height: 25px;
}
/**
* Woocommerce Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
  background-color: #eee;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce a.added_to_cart:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  color: #ffffff;
  background-color: #a201b1;
}
.woocommerce a.added_to_cart.disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce a.button.disabled,
.woocommerce button.button.disabled,
.woocommerce input.button.disabled,
.woocommerce a.added_to_cart:disabled[disabled],
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled[disabled] {
  padding: 10px 20px;
  color: #222;
  background-color: #eee;
}
.woocommerce a.added_to_cart.disabled:hover,
.woocommerce #respond input#submit.disabled:hover,
.woocommerce a.button.disabled:hover,
.woocommerce button.button.disabled:hover,
.woocommerce input.button.disabled:hover,
.woocommerce a.added_to_cart:disabled[disabled]:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #a201b1;
}
.woocommerce .track_order .button,
.woocommerce-account .woocommerce form.checkout_coupon .button,
.woocommerce-account .woocommerce form.login .button,
.woocommerce-account .woocommerce form.register .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  color: #ffffff;
  background-color: #a201b1;
}
.woocommerce .track_order .button:hover,
.woocommerce-account .woocommerce form.checkout_coupon .button:hover,
.woocommerce-account .woocommerce form.login .button:hover,
.woocommerce-account .woocommerce form.register .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  color: #222;
  background-color: #eee;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled] {
  color: #ffffff;
  background-color: #a201b1;
}
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover {
  color: #ffffff;
  background-color: #a201b1;
}
/**
* Add To Cart Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.added_to_cart,
.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_simple,
.woocommerce a.product_type_external,
.woocommerce a.product_type_grouped {
  padding-left: 57px;
  margin-top: 22px;
  position: relative;
}
.woocommerce a.added_to_cart:before,
.woocommerce a.add_to_cart_button:before,
.woocommerce a.product_type_simple:before,
.woocommerce a.product_type_external:before,
.woocommerce a.product_type_grouped:before {
  font-family: 'FontAwesome';
  content: '\f291';
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #fff;
}
.woocommerce a.added_to_cart.loading,
.woocommerce a.add_to_cart_button.loading,
.woocommerce a.product_type_simple.loading,
.woocommerce a.product_type_external.loading,
.woocommerce a.product_type_grouped.loading {
  padding-right: 20px;
}
.woocommerce a.added_to_cart.loading:after,
.woocommerce a.add_to_cart_button.loading:after,
.woocommerce a.product_type_simple.loading:after,
.woocommerce a.product_type_external.loading:after,
.woocommerce a.product_type_grouped.loading:after {
  top: 0;
  display: inline-block;
  position: relative;
  right: auto;
  margin-left: 10px;
}
.woocommerce a.add_to_cart_button.added {
  display: none;
}
.woocommerce a.added_to_cart:before {
  content: '\f061';
}
h3.product-name {
  font-size: 15px;
  letter-spacing: 0;
  font-weight: normal;
  margin-bottom: 10px;
}
h3.product-name a {
  color: #212121;
}
h3.product-name a:hover {
  color: #a201b1;
}
.product-cat {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-cat a {
  color: #999;
}
.product-cat a:hover {
  color: #a201b1;
}
/**
* Sale CountDown
* ----------------------------------------------------------------------------
*/
.single-product-image-main-wrap {
  position: relative;
}
.product-item-wrap .product-deal-countdown,
.single-product-image-main-wrap .product-deal-countdown {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 0;
  z-index: 1;
}
.product-deal-countdown-inner {
  font-size: 0;
  text-align: center;
}
.countdown-section {
  display: inline-block;
  margin-right: 10px;
}
.countdown-section:last-child {
  margin-right: 0;
}
.countdown-amount {
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #a201b1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
.countdown-period {
  font-size: 14px;
  display: block;
  color: #212121;
  font-weight: normal;
  margin-top: 10px;
  line-height: 1;
}
.product-deal-countdown.small .countdown-amount {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.product-deal-countdown.small .countdown-section {
  margin-right: 5px;
}
/**
* Product Listing
* ----------------------------------------------------------------------------
*/
.yit-wcan-container:before,
.yit-wcan-container:after {
  content: '';
  display: table;
  clear: both;
}
.product-listing.woocommerce {
  margin-left: -10px;
  margin-right: -10px;
}
.product-listing.woocommerce.product-listing-small {
  margin-bottom: -15px;
}
.product-listing.woocommerce.yith-wcan-loading {
  margin-bottom: 0;
  margin-top: -40px;
}
.product-listing.woocommerce .product-item-wrap {
  float: left;
  padding: 0 10px 30px 10px;
  width: 100%;
}
.product-listing.woocommerce .owl-nav-top > .owl-nav {
  right: 10px;
}
.product-listing.woocommerce.column-gap-15 {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.product-listing.woocommerce.column-gap-15 .product-item-wrap {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.product-listing.woocommerce.column-gap-15 .owl-nav-top > .owl-nav {
  right: 7.5px;
}
.product-listing.woocommerce.product-slider > .owl-loaded .product-item-wrap {
  width: 100%;
  padding-bottom: 0;
}
.product-listing.woocommerce .product-category a {
  display: block;
}
.product-listing.woocommerce .product-category a:hover h3 {
  background-color: #a201b1;
}
.product-listing.woocommerce .product-category img {
  margin: 0;
  border: 1px solid #eeeeee;
  width: 100%;
}
.product-listing.woocommerce .product-category h3 {
  color: #fff;
  background-color: #444;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  margin: 0 30px -20px 30px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.product-listing.woocommerce .product-category h3:hover {
  background-color: #a201b1;
}
.product-listing.woocommerce .product-category mark {
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 0;
}
.product-listing.woocommerce .star-rating {
  float: right;
  margin: 0;
}
.product-listing.woocommerce .product-small-item-wrap {
  padding-bottom: 15px;
}
.product-listing.woocommerce .product-small-item-wrap .star-rating {
  float: none;
  margin-bottom: 15px;
  margin-top: 3px;
}
.product-listing.woocommerce .product-small-item-wrap span.amount {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #212121;
}
.product-listing.woocommerce .product-small-item-wrap ins span.amount {
  text-decoration: none;
}
.product-listing.woocommerce .product-small-item-wrap del span.amount {
  font-size: 14px;
  color: #878787;
  margin-right: 5px;
  text-decoration: line-through;
}
.product-listing.woocommerce .product-small-item-wrap del,
.product-listing.woocommerce .product-small-item-wrap ins {
  display: inline-block;
}
.product-listing.woocommerce .product-small-item-wrap a + span.amount,
.product-listing.woocommerce .product-small-item-wrap a + del {
  margin-top: 5px;
}
.product-listing-center.woocommerce .product-info {
  text-align: center;
}
.product-listing-center.woocommerce .star-rating {
  float: none;
  display: block;
  margin: 0 auto 20px auto;
}
.product-small-images {
  float: left;
  width: 100px;
}
.product-small-content {
  padding-left: 115px;
}
.product-small-content .product-title {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .product-listing.woocommerce.columns-2 .product-item-wrap {
    width: 50%;
  }
  .product-listing.woocommerce.columns-2:not(.product-slider) .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-3 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-3:not(.product-slider) .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 25%;
  }
  .product-listing.woocommerce.columns-4:not(.product-slider) .product-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-5 .product-item-wrap {
    width: 20%;
  }
  .product-listing.woocommerce.columns-5:not(.product-slider) .product-item-wrap:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-listing.woocommerce.columns-md-2 .product-item-wrap {
    width: 50%;
  }
  .product-listing.woocommerce.columns-md-2:not(.product-slider) .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-md-3 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-md-3:not(.product-slider) .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-md-4 .product-item-wrap {
    width: 25%;
  }
  .product-listing.woocommerce.columns-md-4:not(.product-slider) .product-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-md-5 .product-item-wrap {
    width: 20%;
  }
  .product-listing.woocommerce.columns-md-5:not(.product-slider) .product-item-wrap:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-listing.woocommerce.columns-sm-2 .product-item-wrap {
    width: 50%;
  }
  .product-listing.woocommerce.columns-sm-2:not(.product-slider) .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-sm-3 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-sm-3:not(.product-slider) .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-sm-4 .product-item-wrap {
    width: 25%;
  }
  .product-listing.woocommerce.columns-sm-4:not(.product-slider) .product-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-sm-5 .product-item-wrap {
    width: 20%;
  }
  .product-listing.woocommerce.columns-sm-5:not(.product-slider) .product-item-wrap:nth-child(5n+1) {
    clear: both;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-listing.woocommerce.columns-xs-2 .product-item-wrap {
    width: 50%;
  }
  .product-listing.woocommerce.columns-xs-2:not(.product-slider) .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-xs-3 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-xs-3:not(.product-slider) .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-xs-4 .product-item-wrap {
    width: 25%;
  }
  .product-listing.woocommerce.columns-xs-4:not(.product-slider) .product-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-xs-5 .product-item-wrap {
    width: 20%;
  }
  .product-listing.woocommerce.columns-xs-5:not(.product-slider) .product-item-wrap:nth-child(5n+1) {
    clear: both;
  }
}
@media (max-width: 480px) {
  .product-listing.woocommerce.columns-mb-2 .product-item-wrap {
    width: 50%;
  }
  .product-listing.woocommerce.columns-mb-2:not(.product-slider) .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-mb-3 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-mb-3:not(.product-slider) .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-mb-4 .product-item-wrap {
    width: 25%;
  }
  .product-listing.woocommerce.columns-mb-4:not(.product-slider) .product-item-wrap:nth-child(4n+1) {
    clear: both;
  }
  .product-listing.woocommerce.columns-mb-5 .product-item-wrap {
    width: 20%;
  }
  .product-listing.woocommerce.columns-mb-5:not(.product-slider) .product-item-wrap:nth-child(5n+1) {
    clear: both;
  }
}
/**
* Quantity Input
* ----------------------------------------------------------------------------
*/
.quantity-inner {
  width: 120px;
  position: relative;
  display: inline-block;
}
.woocommerce .quantity .qty {
  width: 100%;
  padding: 0 36px;
}
.btn-number {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 38px !important;
  text-align: center;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 10px;
  letter-spacing: -0.02em;
  color: #878787;
  z-index: 1;
  top: 0;
  cursor: pointer;
}
.btn-number[data-type="minus"] {
  left: 0;
}
.btn-number[data-type="plus"] {
  right: 0;
}
/**
* Single Product
* ----------------------------------------------------------------------------
*/
.single-product-image {
  position: relative;
}
.single-product-image img {
  border: 1px solid #eeeeee;
  width: 100%;
}
.single-product-image a {
  display: block;
  position: relative;
}
.product-image-thumb-item a:before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
}
.product-image-thumb-item:hover a:before {
  opacity: 1;
}
.owl-item.current > .product-image-thumb-item a:before {
  opacity: 1;
}
.single-product-image-main .owl-item > div {
  position: relative;
}
.single-product-image-main .owl-item > div:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  opacity: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-image-main .owl-item > div:hover:before {
  opacity: 0.6;
}
.single-product-image-main .owl-item > div:hover .woocommerce-light-gallery {
  opacity: 1;
}
.single-product-image-main .woocommerce-light-gallery {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #dddddd;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.single-product-image-main .woocommerce-light-gallery:hover {
  background-color: #a201b1;
}
.single-product-image-main .woocommerce-light-gallery:hover i {
  color: #fff;
}
.woocommerce div.product .product_title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
}
.woocommerce .woocommerce-product-rating .star-rating {
  font-size: 15px;
  width: 88px;
  margin: 0 30px 0 0;
  top: 0;
}
.woocommerce-review-link {
  color: #878787;
}
.woocommerce div.product .woocommerce-product-rating {
  line-height: 1;
  margin-bottom: 25px;
}
.woocommerce div.product .summary-product p.price,
.woocommerce div.product .summary-product span.price {
  font-size: 36px;
  line-height: 1;
}
.woocommerce div.product .summary-product p.price del,
.woocommerce div.product .summary-product span.price del {
  font-size: 32px;
}
div[itemprop="description"] {
  color: #878787;
}
div[itemprop="description"] p {
  margin-bottom: 32px;
}
.woocommerce div.product p.stock {
  font-size: 20px;
  text-transform: uppercase;
}
.woocommerce div.product .stock {
  color: #a201b1;
}
.woocommerce div.product .out-of-stock {
  color: #a201b1;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
  margin-bottom: 30px;
}
.woocommerce .button.alt.single_add_to_cart_button {
  padding-left: 57px;
  position: relative;
}
.woocommerce .button.alt.single_add_to_cart_button:before {
  font-family: 'FontAwesome';
  content: '\f291';
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #fff;
}
.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
}
.single-product-function {
  color: #878787;
}
.single-product-function .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0 10px 0 0;
}
.single-product-function .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.single-product-function .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.single-product-function .yith-wcwl-add-button a:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f08a';
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #eee;
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .yith-wcwl-add-button a:hover:before,
.single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before {
  background-color: #a201b1;
  color: #ffffff;
}
.single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.single-product-function .yith-wcwl-wishlistexistsbrowse a:before {
  content: '\f004';
}
.single-product-function .compare:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: '\f1de';
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #eee;
  color: #666666;
  font-size: 14px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-product-function .compare:hover:before {
  background-color: #a201b1;
  color: #ffffff;
}
.single-product-function span.feedback {
  display: none;
}
.product_meta > span {
  display: block;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
  line-height: 20px;
  padding: 10px 0;
}
.product_meta > span span,
.product_meta > span a {
  text-transform: none;
}
.product_meta > span a {
  color: #a201b1;
}
.product_meta > span + span {
  margin-top: -1px;
}
.summary-product .social-share {
  margin-top: 30px;
}
.summary-product .social-share label.label {
  display: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .variations label {
  font-weight: normal;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
  min-width: 170px;
  height: 34px;
  margin: 0;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: middle;
  padding-bottom: 10px;
}
.woocommerce div.product form.cart .group_table td.label {
  padding-left: 10px;
  padding-right: 10px;
}
.woocommerce div.product form.cart .group_table td.label a {
  color: #444444;
  font-size: 15px;
}
.woocommerce div.product form.cart .group_table td.label a:hover {
  color: #a201b1;
}
.woocommerce div.product form.cart .group_table td.price {
  color: #a201b1;
  font-size: 15px;
}
.woocommerce div.product form.cart .group_table td.price del {
  color: #878787;
}
.woocommerce div.product form.cart .group_table td.price ins {
  text-decoration: none;
}
.woocommerce-variation-add-to-cart:after,
.woocommerce-variation-add-to-cart:before {
  content: '';
  display: table;
  clear: both;
}
.woocommerce-variation {
  margin-bottom: 10px;
}
.woocommerce div.product form.cart .reset_variations {
  margin-left: 10px;
  color: #a201b1;
}
/**
* Single Product Tab
* ----------------------------------------------------------------------------
*/
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0;
  font-size: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: #dddddd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0 5px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #444444;
  font-weight: 500;
  line-height: 20px;
  padding: 7px 15px;
  background-color: #eee;
  -webkit-border-radius: 4px 4px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  border-bottom: none;
  font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: transparent;
}
.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  border-top: none;
  padding: 20px;
  margin: 0;
}
/**
* Reviews
* ----------------------------------------------------------------------------
*/
.woocommerce #reviews #comments h2 {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist {
  padding-left: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
  margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 62px;
  padding: 0;
  border-radius: 100%;
  border: none;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 92px;
  padding: 0;
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 14px;
  color: #444;
  margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong {
  text-transform: uppercase;
  font-weight: bold;
}
.woocommerce #review_form #respond label {
  color: #444444;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 5px;
}
.woocommerce #review_form #respond p.stars {
  display: inline-block;
  margin: 0;
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
  color: #FFC926;
}
.woocommerce p.stars a {
  height: 15px;
  width: 15px;
  margin-right: 2px;
}
.woocommerce p.stars a:before {
  height: 15px;
  width: 15px;
  font-size: 15px;
}
.woocommerce #review_form #respond p.form-submit {
  margin-bottom: 0;
}
.woocommerce #review_form #respond input[type="text"] {
  width: 100%;
}
.woocommerce table.shop_attributes th {
  background-color: transparent;
}
/**
* Remove Button
* ----------------------------------------------------------------------------
*/
.woocommerce a.remove {
  font-size: 0;
  width: 11px;
  height: 14px;
}
.woocommerce a.remove:before {
  font-family: FontAwesome;
  font-size: 14px;
  content: '\f00d';
  display: inline-block;
  color: #888;
}
.woocommerce a.remove:hover {
  background-color: transparent;
}
.woocommerce a.remove:hover:before {
  color: #a201b1;
}
/**
* Row
* ----------------------------------------------------------------------------
*/
.woocommerce form .form-row {
  padding: 0;
  margin: 0 0 10px 0;
}
.woocommerce form .form-row label {
  line-height: 1;
  margin-bottom: 5px;
}
.woocommerce form .form-row textarea {
  height: 100px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce-NoticeGroup-checkout {
  margin-bottom: 40px;
}
/**
* Shipping Method
* ----------------------------------------------------------------------------
*/
.woocommerce ul#shipping_method li {
  padding: 0 0 5px 22px;
}
.woocommerce ul#shipping_method li input {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
/**
* Cart
* ----------------------------------------------------------------------------
*/
.woocommerce .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals {
  margin-top: 50px;
}
.woocommerce table.shop_table {
  border: none;
  margin: 0 0 30px 0;
}
.woocommerce table.shop_table th {
  font-weight: bold;
  color: #444444;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 20px;
  background-color: transparent;
  padding: 10px;
}
.woocommerce table.shop_table td {
  padding: 10px;
  border-top: 1px solid #dddddd;
}
.woocommerce-cart table.cart img {
  width: 100px;
  border: 1px solid #eeeeee;
}
.woocommerce-cart table.cart .product-thumbnail {
  width: 120px;
}
.woocommerce table.shop_table .amount {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}
.woocommerce-cart table.cart .product-quantity .quantity-inner {
  width: 150px;
}
.woocommerce-cart table.cart .product-remove {
  padding-left: 0;
}
.woocommerce td.product-name dl.variation {
  margin: 0;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
  margin: 0 0 5px 0;
  line-height: 1;
  padding: 0;
}
.woocommerce td.product-name dl.variation dt {
  margin: 0 5px 5px 0;
}
.woocommerce table.cart td.actions {
  padding: 30px 0 0 0;
}
.woocommerce table.shop_table.cart {
  margin: 0;
}
.woocommerce-cart table.cart input {
  line-height: inherit;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 0 10px;
  border: 1px solid #dddddd;
  margin: 0 10px 0 0;
}
@media (min-width: 769px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 170px;
  }
}
.woocommerce-cart table.cart td.actions input.button:hover {
  background-color: #eee;
  color: #212121;
}
.woocommerce-cart table.cart td.actions input[name="apply_coupon"] {
  background-color: #444444;
  color: #fff;
}
.woocommerce-cart table.cart td.actions input[name="update_cart"] {
  background-color: #a201b1;
  color: #ffffff;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: -15px 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table p {
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table input {
  max-width: 300px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
  line-height: 20px;
  padding: 15px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr.order-total td .amount {
  color: #a201b1;
}
.shipping-calculator-button {
  font-weight: bold;
  color: #a201b1;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 10px 0 0 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: 13px;
  padding: 8px 20px;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart .product-remove {
    padding-left: 10px;
  }
  .woocommerce table.shop_table_responsive tr td:before {
    font-weight: bold;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
    background-color: transparent;
  }
  .woocommerce-cart table.cart .product-quantity:before {
    position: relative;
    top: 10px;
  }
  .woocommerce table.cart td.actions {
    border-top: none;
    padding-top: 10px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.cart tr.cart_item {
    border: 1px solid #dddddd;
    border-top: none;
    margin-bottom: 20px;
  }
  .woocommerce table.cart tbody tr:first-child td:first-child {
    border-top: 1px solid #dddddd;
  }
}
/**
* Form Login
* ----------------------------------------------------------------------------
*/
.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  border: none;
  padding: 0;
  margin: 0;
}
.woocommerce form .form-row label[for="rememberme"] {
  margin-left: 5px;
}
.woocommerce form .form-row label[for="rememberme"] input[type="checkbox"] {
  position: relative;
  top: 2px;
}
.lost_password a {
  color: #a201b1;
}
@media (max-width: 768px) {
  .woocommerce .col2-set .col-2 {
    margin-top: 30px;
  }
}
/**
* My Account
* ----------------------------------------------------------------------------
*/
form.edit-account fieldset {
  border: 1px solid #eeeeee;
  padding: 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0 0 20px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-MyAccount-navigation ul {
  margin-right: 30px;
  border: 1px solid #dddddd;
  list-style: none;
  padding: 16px 20px;
}
.woocommerce-MyAccount-navigation li a {
  line-height: 20px;
  padding: 14px 0;
  font-size: 14px;
  display: block;
  color: inherit;
}
.woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #dddddd;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
  color: #a201b1;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-right: 0;
  }
}
/**
* Checkout
* ----------------------------------------------------------------------------
*/
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
}
.select2-container .select2-selection--single {
  height: 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #878787;
  padding: 0 0 0 10px;
  font-family: "Montserrat", Sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
div.create-account {
  padding: 20px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #dddddd;
}
#order_review_heading {
  margin-top: 30px;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  margin-bottom: 10px;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.order_details td,
.woocommerce table.order_details th,
.woocommerce table.customer_details td,
.woocommerce table.customer_details th {
  line-height: 20px;
  padding: 15px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table tr.order-total .amount .woocommerce table.order_details tr.order-total .amount {
  color: #a201b1;
}
.woocommerce-checkout #payment div.form-row {
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce #payment #place_order {
    float: right;
    width: auto;
    margin: 0;
  }
}
/**
* Wishlist Pages
* ----------------------------------------------------------------------------
*/
.wishlist-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 25px;
  display: block;
}
.wishlist-title h2 {
  display: inline-block;
  padding: 0 0 5px 0;
  position: relative;
}
.wishlist-title h2:before {
  content: '';
  border-top: 2px solid #a201b1;
  position: absolute;
  bottom: -1px;
  display: block;
  width: 100%;
}
.woocommerce table.wishlist_table {
  font-size: 100%;
}
.wishlist_table .add_to_cart.button {
  line-height: 20px;
  padding: 10px 20px 10px 57px;
}
.woocommerce table.wishlist_table thead th,
.woocommerce table.wishlist_table tbody td {
  border-color: #dddddd;
  padding: 10px;
}
.woocommerce table.wishlist_table td.product-thumbnail {
  width: 120px;
}
.wishlist_table tr td.product-thumbnail a {
  max-width: 100px;
}
.wishlist_table tr td.product-thumbnail a img {
  border: 1px solid #eeeeee;
}
.woocommerce table.wishlist_table td.product-add-to-cart {
  min-width: 205px;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
  text-align: left;
}
.woocommerce table.wishlist_table tfoot td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce table.wishlist_table tfoot td .yith-wcwl-share {
  margin: 0;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
  display: inline-block;
  margin: 10px 0 0 0;
}
.yith-wcwl-share ul {
  display: inline-block;
  margin: 0;
}
/**
* Banner
* ----------------------------------------------------------------------------
*/
.catalog-banner-img {
  width: 100%;
}
/* --------------------------------------------
	ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
}
.track_order .input-text {
  text-align: center;
}
.track_order p:first-child {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.woocommerce .track_order .form-row-first,
.woocommerce .track_order .form-row-last {
  float: none;
  margin: auto;
  margin-bottom: 20px;
}
/**
* Demo Store
* ----------------------------------------------------------------------------
*/
@media screen and (min-width: 601px) {
  body.woocommerce-demo-store {
    margin-top: 50px;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar p.demo_store {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar p.demo_store {
    position: absolute;
    top: 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: 13px;
	line-height: 20px;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #0099E9;
	border: none;
	-webkit-border-radius: 5px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 5px;
	-moz-background-clip: padding;
	border-radius: 5px;
	background-clip: padding-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-family:"Montserrat", Sans-serif;
}
input[type="submit"]{
	text-transform:none;
}
.btn:hover,
button:hover,
input[type="submit"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus {
  color: #fff;
  background-color: #394BEC;
}
.btn.disabled,
.btn[disabled],
button[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: .65;
}
.btn-gray {
  background-color: #444444;
  color: #fff;
}
.btn-gray.btn-icon span {
  background-color: #444444;
}
.btn-gray.btn-icon i {
  background-color: #444444;
}
.btn-gray.btn-bordered {
  color: #444444;
  border-color: #444444;
}
.btn-gray.btn-bordered.btn-icon i {
  border-color: #444444;
}
.btn-gray.btn-bordered.btn-icon:hover i,
.btn-gray.btn-bordered:hover {
  border-color: #a201b1;
}
.btn-light {
  background-color: #eee;
  color: #222;
}
.btn-light:not(.btn-icon):not(.btn-bordered):hover,
.btn-light:not(.btn-icon):not(.btn-bordered):focus {
  background-color: #a201b1;
  color: #ffffff;
}
.btn-light.btn-icon span {
  background-color: #eee;
}
.btn-light.btn-icon i {
  background-color: #eee;
}
.btn-light.btn-icon:not(.btn-bordered):focus i,
.btn-light.btn-icon:not(.btn-bordered):hover i,
.btn-light.btn-icon:not(.btn-bordered):focus span,
.btn-light.btn-icon:not(.btn-bordered):hover span {
  color: #ffffff;
  background-color: #a201b1;
}
.btn-light.btn-bordered {
  color: #222;
  border-color: #eee;
}
.btn-light.btn-bordered.btn-icon i {
  border-color: #eee;
}
.btn-light.btn-bordered.btn-icon:hover i,
.btn-light.btn-bordered.btn-icon:focus i {
  border-color: #a201b1;
}
.btn-light.btn-bordered:hover,
.btn-light.btn-bordered:focus {
  border-color: #a201b1;
}
.btn-white {
  background-color: #fff;
  color: #222;
}
.btn-white:not(.btn-icon):not(.btn-bordered):hover,
.btn-white:not(.btn-icon):not(.btn-bordered):focus {
  background-color: #a201b1;
  color: #fff;
}
.btn-white.btn-icon span {
  background-color: #fff;
}
.btn-white.btn-icon i {
  background-color: #fff;
}
.btn-white.btn-icon:not(.btn-bordered):focus i,
.btn-white.btn-icon:not(.btn-bordered):hover i,
.btn-white.btn-icon:not(.btn-bordered):focus span,
.btn-white.btn-icon:not(.btn-bordered):hover span {
  color: #fff;
  background-color: #a201b1;
}
.btn-white.btn-bordered {
  color: #fff;
  border-color: #fff;
}
.btn-white.btn-bordered.btn-icon i {
  border-color: #fff;
}
.btn-white.btn-bordered.btn-icon:hover i,
.btn-white.btn-bordered.btn-icon:focus i {
  border-color: #a201b1;
}
.btn-white.btn-bordered:hover,
.btn-white.btn-bordered:focus {
  border-color: #a201b1;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-bordered {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent !important;
  color: #a201b1;
  border: 2px solid #a201b1;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-bordered:hover,
.btn-bordered:focus {
  color: #222;
  border-color: #eee;
}
.btn-icon {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: transparent !important;
  padding: 0 !important;
  font-size: 0 !important;
}
.btn-icon span {
  display: inline-block;
  background-color: #a201b1;
  padding: 10px 20px;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  font-size: 13px;
  vertical-align: middle;
}
.btn-icon i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #a201b1;
  vertical-align: middle;
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
  margin-right: 1px;
  /*float: left;*/
}
.btn-icon:not(.btn-bordered) span,
.btn-icon:not(.btn-bordered) 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;
}
.btn-icon:not(.btn-bordered):focus,
.btn-icon:not(.btn-bordered):hover {
  background-color: transparent;
}
.btn-icon:not(.btn-bordered):focus i,
.btn-icon:not(.btn-bordered):hover i,
.btn-icon:not(.btn-bordered):focus span,
.btn-icon:not(.btn-bordered):hover span {
  color: #222;
  background-color: #eee;
}
.btn-icon-right span {
  -webkit-border-radius: 5px 0 0 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 0 0 5px;
  -moz-background-clip: padding;
  border-radius: 5px 0 0 5px;
  background-clip: padding-box;
}
.btn-icon-right i {
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  margin-right: 0;
  margin-left: 1px;
  /*float: right;*/
}
.btn-bordered.btn-icon i,
.btn-bordered.btn-icon span {
  background-color: transparent !important;
}
.btn-bordered.btn-icon span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-bordered.btn-icon i {
  margin: 0;
  border-right: 2px solid;
  border-color: #a201b1;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.btn-bordered.btn-icon:hover i,
.btn-bordered.btn-icon:focus i {
  border-color: #eee;
}
.btn-bordered.btn-icon-right i {
  border-right: 0;
  border-left: 2px solid #a201b1;
}
.btn-lg:not(.btn-icon):not(.btn-bordered) {
  font-size: 15px !important;
  padding: 20px 30px !important;
}
.btn-lg.btn-icon span {
  font-size: 15px;
  padding: 20px 30px;
}
.btn-lg.btn-icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.btn-lg.btn-bordered {
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn-lg.btn-bordered.btn-icon span {
  padding-top: 18px;
  padding-bottom: 18px;
}
.btn-lg.btn-bordered.btn-icon i {
  width: 56px;
  height: 56px;
  line-height: 56px;
}
.btn-md:not(.btn-icon):not(.btn-bordered) {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.btn-md.btn-icon span {
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-md.btn-icon i {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.btn-md.btn-bordered {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-md.btn-bordered.btn-icon span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-md.btn-bordered.btn-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.btn-sm:not(.btn-icon):not(.btn-bordered) {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.btn-sm.btn-icon span {
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-sm.btn-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.btn-sm.btn-bordered {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-sm.btn-bordered.btn-icon span {
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-sm.btn-bordered.btn-icon i {
  width: 34px;
  height: 34px;
  line-height: 34px;
}
body.safari .btn-icon i {
  float: left;
}
body.safari .btn-icon-right i {
  float: right;
}
/**
* Button Slider
* ----------------------------------------------------------------------------
*/
.orson-btn-40,
.orson-btn-60-primary {
  background: #a201b1 !important;
  color: #ffffff !important;
}
.orson-btn-40:hover,
.orson-btn-60-primary:hover {
  background: #222 !important;
  color: #fff !important;
}
.orson-btn-40-dark:hover {
  background: #a201b1 !important;
  color: #ffffff !important;
}
.orson-title-40 span,
.orson-title-40-385 span,
.orson-title-60-primary,
.orson-title-45-primary {
  color: #a201b1 !important;
}
.orson-title-40-yellow span {
  color: #D4A043 !important;
}
/**
* Heading
* ----------------------------------------------------------------------------
*/
.widget-title.light {
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.widget-title.style_02 {
  border-bottom: none;
}
.widget-title.style_03 {
  border-bottom: none;
  letter-spacing: 0;
}
.widget-title.style_03 > span {
  background-color: #eee;
  padding: 3px 10px;
}
.widget-title.style_03 > span:before {
  display: none;
}
.widget-title.style_03 b {
  color: #a201b1;
}
.widget-title.style_03.light > span {
  background-color: #333;
}
.widget-title.size-lg {
  font-size: 24px;
}
/**
* Post
* ----------------------------------------------------------------------------
*/
.g5plus-posts-listing.icon-light article .entry-content-wrap > i {
  background-color: #fff;
  color: #a201b1;
}
/**
* Product Categories Box
* ----------------------------------------------------------------------------
*/
.g5plus-product-categories-box ul li + li {
  border-top: 1px solid #dddddd;
}
.g5plus-product-categories-box ul li a:after {
  color: #878787;
}
/**
* BlockQuote
* ----------------------------------------------------------------------------
*/
blockquote {
  font-size: 14px;
  color: #878787;
  border-left: 5px solid;
  border-color: #dddddd;
  padding: 0 0 0 25px;
}
blockquote.qt-sm {
  padding-left: 20px;
  border-left-width: 3px;
}
blockquote p:last-child {
  margin: 0;
}
blockquote cite {
  display: block;
  margin-top: 20px;
}
blockquote cite a {
  color: inherit;
}
blockquote cite:before {
  content: '';
  display: inline-block;
  width: 14px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-right: 10px;
}
blockquote.quote-border-left-accent {
  border-color: #a201b1;
}
blockquote.quote-border {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 30px;
}
blockquote.quote-border-large {
  border: 1px solid #eeeeee;
  padding: 30px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  margin: 0;
  font-size: 16px;
}
blockquote.quote-border-large p {
  letter-spacing: -0.04em;
  margin: 0;
  padding-left: 45px;
  font-family: 'Roboto Slab';
  line-height: 1.8;
}
blockquote.quote-border-large cite {
  display: block;
  font-style: italic;
  color: #878787;
  font-family: 'Roboto';
  margin-top: 5px;
}
blockquote.quote-border-large cite:before {
  content: '';
  display: inline-block;
  width: 14px;
  border-top: 1px solid #888;
  vertical-align: middle;
  margin-right: 10px;
}
blockquote.quote-border-large:before {
  font-family: FontAwesome;
  content: '\f10d';
  font-size: 20px;
  color: #a201b1;
  position: absolute;
}
/**
* Toggle
* ----------------------------------------------------------------------------
*/
.vc_toggle {
  margin-bottom: 14px;
}
.vc_toggle .vc_toggle_content {
  margin: 20px 0;
  padding: 0 !important;
}
.vc_toggle .vc_toggle_title:hover > h4 {
  color: #fff !important;
}
.vc_toggle .vc_toggle_title:hover .vc_toggle_icon:after,
.vc_toggle .vc_toggle_title:hover .vc_toggle_icon:before {
  background-color: #fff !important;
}
.vc_toggle.vc_toggle_active .vc_toggle_title > h4 {
  color: #fff !important;
}
.vc_toggle.vc_toggle_active .vc_toggle_icon:after,
.vc_toggle.vc_toggle_active .vc_toggle_icon:before {
  background-color: #fff !important;
}
.vc_toggle.vc_toggle_color_white .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_grey .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_black .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_default .vc_toggle_title:hover {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_white .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_grey .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_black .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_default .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_white .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_grey .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_black .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_default .vc_toggle_icon:before {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_default.vc_toggle_color_inverted .vc_toggle_title:hover {
  border-color: #a201b1;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_grey.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_black.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_default.vc_toggle_active .vc_toggle_title {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title,
.vc_toggle.vc_toggle_color_grey.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title,
.vc_toggle.vc_toggle_color_black.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title,
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title,
.vc_toggle.vc_toggle_color_default.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #a201b1;
}
.vc_toggle.vc_toggle_color_default .vc_toggle_title {
  background-color: #eee;
}
.vc_toggle.vc_toggle_color_default .vc_toggle_title > h4 {
  color: #444444;
}
.vc_toggle.vc_toggle_color_default .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_default .vc_toggle_icon:before {
  background-color: #444444;
}
.vc_toggle.vc_toggle_color_default.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #eee;
}
.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title {
  background-color: #50485B;
}
.vc_toggle.vc_toggle_color_mulled_wine .vc_toggle_title > h4 {
  color: #fff;
}
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #50485B;
}
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #50485B;
}
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_mulled_wine.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #50485B;
}
.vc_toggle.vc_toggle_color_black .vc_toggle_title {
  background-color: #2A2A2A;
}
.vc_toggle.vc_toggle_color_black .vc_toggle_title > h4 {
  color: #fff;
}
.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #2A2A2A;
}
.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #2A2A2A;
}
.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_black.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #2A2A2A;
}
.vc_toggle.vc_toggle_color_grey .vc_toggle_title {
  background-color: #EBEBEB;
}
.vc_toggle.vc_toggle_color_grey .vc_toggle_title > h4 {
  color: #444444;
}
.vc_toggle.vc_toggle_color_grey .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_grey .vc_toggle_icon:before {
  background-color: #444444;
}
.vc_toggle.vc_toggle_color_grey.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #EBEBEB;
}
.vc_toggle.vc_toggle_color_white .vc_toggle_title {
  background-color: #FFF;
}
.vc_toggle.vc_toggle_color_white .vc_toggle_title > h4 {
  color: #444444;
}
.vc_toggle.vc_toggle_color_white .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_white .vc_toggle_icon:before {
  background-color: #444444;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #FFF;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #FFF;
}
.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_white.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #FFF;
}
.vc_toggle.vc_toggle_color_purple .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_green .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_sky .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_orange .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_chino .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_violet .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_pink .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_blue .vc_toggle_title > h4,
.vc_toggle.vc_toggle_color_primary .vc_toggle_title > h4 {
  color: #fff;
}
.vc_toggle.vc_toggle_color_purple .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_green .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_sky .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_orange .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_chino .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_violet .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_pink .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_blue .vc_toggle_title:hover,
.vc_toggle.vc_toggle_color_primary .vc_toggle_title:hover {
  background-color: #444;
}
.vc_toggle.vc_toggle_color_purple .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_green .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_sky .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_orange .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_chino .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_peacoc .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_violet .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_pink .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_turquoise .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_blue .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_primary .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_purple .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_green .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_sky .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_orange .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_chino .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_peacoc .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_violet .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_pink .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_turquoise .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_blue .vc_toggle_icon:before,
.vc_toggle.vc_toggle_color_primary .vc_toggle_icon:before {
  background-color: #fff;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_green.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_sky.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_orange.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_chino.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_violet.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_pink.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_blue.vc_toggle_active .vc_toggle_title,
.vc_toggle.vc_toggle_color_primary.vc_toggle_active .vc_toggle_title {
  background-color: #444;
}
.vc_toggle.vc_toggle_color_primary .vc_toggle_title {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #a201b1;
}
.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #a201b1;
}
.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_primary.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_primary.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #a201b1;
}
.vc_toggle.vc_toggle_color_blue .vc_toggle_title {
  background-color: #5472D2;
}
.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #5472D2;
}
.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #5472D2;
}
.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #5472D2;
}
.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_blue.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #5472D2;
}
.vc_toggle.vc_toggle_color_blue.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #5472D2;
}
.vc_toggle.vc_toggle_color_turquoise .vc_toggle_title {
  background-color: #00C1CF;
}
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #00C1CF;
}
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #00C1CF;
}
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #00C1CF;
}
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #00C1CF;
}
.vc_toggle.vc_toggle_color_turquoise.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #00C1CF;
}
.vc_toggle.vc_toggle_color_pink .vc_toggle_title {
  background-color: #FE6C61;
}
.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #FE6C61;
}
.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #FE6C61;
}
.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #FE6C61;
}
.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_pink.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #FE6C61;
}
.vc_toggle.vc_toggle_color_pink.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #FE6C61;
}
.vc_toggle.vc_toggle_color_violet .vc_toggle_title {
  background-color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_violet.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_violet.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #8D6DC4;
}
.vc_toggle.vc_toggle_color_peacoc .vc_toggle_title {
  background-color: #4CADC9;
}
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #4CADC9;
}
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #4CADC9;
}
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #4CADC9;
}
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #4CADC9;
}
.vc_toggle.vc_toggle_color_peacoc.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #4CADC9;
}
.vc_toggle.vc_toggle_color_chino .vc_toggle_title {
  background-color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_chino.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_chino.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #CEC2AB;
}
.vc_toggle.vc_toggle_color_vista_blue .vc_toggle_title {
  background-color: #75D69C;
}
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #75D69C;
}
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #75D69C;
}
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #75D69C;
}
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #75D69C;
}
.vc_toggle.vc_toggle_color_vista_blue.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #75D69C;
}
.vc_toggle.vc_toggle_color_orange .vc_toggle_title {
  background-color: #F7BE68;
}
.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #F7BE68;
}
.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #F7BE68;
}
.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #F7BE68;
}
.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_orange.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #F7BE68;
}
.vc_toggle.vc_toggle_color_orange.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #F7BE68;
}
.vc_toggle.vc_toggle_color_sky .vc_toggle_title {
  background-color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_sky.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_sky.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #5AA1E3;
}
.vc_toggle.vc_toggle_color_green .vc_toggle_title {
  background-color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_green.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_green.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #6DAB3C;
}
.vc_toggle.vc_toggle_color_juicy_pink .vc_toggle_title {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #F4524D;
}
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #F4524D;
}
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_juicy_pink.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown .vc_toggle_title {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_sandy_brown.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #F4524D;
}
.vc_toggle.vc_toggle_color_purple .vc_toggle_title {
  background-color: #B97EBB;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title {
  border-color: #B97EBB;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title > h4 {
  color: #B97EBB;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_title:hover {
  background-color: #B97EBB;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon:after,
.vc_toggle.vc_toggle_color_purple.vc_toggle_color_inverted .vc_toggle_icon:before {
  background-color: #B97EBB;
}
.vc_toggle.vc_toggle_color_purple.vc_toggle_active.vc_toggle_color_inverted .vc_toggle_title {
  background-color: #B97EBB;
}
.vc_toggle.vc_toggle_color_inverted .vc_toggle_title {
  background-color: transparent;
}
.vc_toggle:last-of-type {
  margin-bottom: 0;
}
.vc_toggle_title {
  border: 1px solid transparent;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  padding: 8px 20px 8px 40px !important;
}
.vc_toggle_title > h4 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03em;
}
.vc_toggle .vc_toggle_icon {
  width: 10px;
  height: 10px;
  border: none;
  background-color: transparent !important;
  left: 20px !important;
}
.vc_toggle .vc_toggle_icon:after {
  height: 8px;
  width: 2px;
}
.vc_toggle .vc_toggle_icon:before {
  height: 2px;
  width: 8px;
}
.vc_toggle_size_lg .vc_toggle_title > h4 {
  font-size: 15px;
}
.vc_toggle_text_only .vc_toggle_title {
  padding-left: 20px !important;
}
.vc_toggle_rounded .vc_toggle_title {
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
/**
* VC_Icon
* ----------------------------------------------------------------------------
*/
.vc_icon_element-align-inline {
  display: inline-block;
  margin-bottom: 0;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background:hover {
  background-color: #a201b1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-background:hover .vc_icon_element-icon {
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline:hover {
  background-color: #a201b1;
  border-color: #a201b1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-outline:hover .vc_icon_element-icon {
  color: #ffffff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/**
* VC_Progress Bars
* ----------------------------------------------------------------------------
*/
.vc_progress_bar .vc_single_bar .vc_label {
  padding: 0 10px;
}
.vc_progress_bar.style_01 .progress-bar-title {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #1f1f1f;
  padding-left: 3px;
}
.vc_progress_bar.style_01 .vc_label_units {
  position: absolute;
  right: -5px;
  width: 34px;
  height: 18px;
  border-radius: 4px;
  background: #212121;
  color: #fff;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.8;
  text-align: center;
  transform: translate(0, -50%);
}
.v-progress-bar .vc_single_bar {
  background: #EEEEEE;
  background-clip: content-box;
  position: relative;
  margin-bottom: 70px;
  height: 250px;
  float: left;
  min-height: 1px;
  padding: 0 15px;
  text-align: center;
  box-shadow: none;
}
.v-progress-bar .vc_general.vc_single_bar.vc_progress-bar-color-bar_green .vc_label {
  color: #222;
}
.v-progress-bar .vc_single_bar .vc_label {
  position: absolute;
  bottom: -66px;
  left: 0;
  right: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.v-progress-bar .vc_single_bar .vc_label .vc_label_units {
  display: block;
}
.v-progress-bar .vc_single_bar .vc_bar {
  padding: 0 15px;
  display: block;
  position: absolute;
  height: 0;
  background-clip: content-box;
  width: 100% !important;
  top: inherit;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 1s linear;
  -moz-transition: height 1s linear;
  -webkit-transition: height 1s linear;
  -o-transition: height 1s linear;
}
@media (max-width: 991px) {
  .v-progress-bar .vc_single_bar {
    width: 25% !important;
  }
}
@media (max-width: 767px) {
  .v-progress-bar .vc_single_bar {
    width: 50% !important;
  }
}
@media (max-width: 480px) {
  .v-progress-bar .vc_single_bar {
    width: 100% !important;
  }
}
/**
* VC_Message Box
* ----------------------------------------------------------------------------
*/
.vc_message_box {
  padding: 18px 18px 18px 69px;
  margin: 0 0 20px;
}
.vc_message_box-icon {
  width: 69px;
}
.vc_message_box-icon > *,
.vc_message_box-icon > .fa {
  font-size: 16px;
  line-height: 1.4;
}
.vc_color-success.vc_message_box-solid {
  color: #548854 !important;
  border-color: transparent;
  background-color: #DFF0D8 !important;
}
.vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #548854 !important;
}
.vc_color-info.vc_message_box-solid {
  color: #397793;
  border-color: transparent;
  background-color: #D9EDF7;
}
.vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #397793;
}
.vc_color-warning.vc_message_box-solid {
  color: #927746;
  border-color: transparent;
  background-color: #FCF8E3;
}
.vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #927746;
}
.vc_color-danger.vc_message_box-solid {
  color: #AA4644;
  border-color: transparent;
  background-color: #F2DEDE;
}
.vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #AA4644;
}
.wpb_element_wrapper .vc_color-success.vc_message_box-solid {
  color: #548854 !important;
  background-color: #DFF0D8 !important;
}
.wpb_element_wrapper .vc_color-success.vc_message_box-solid .vc_message_box-icon {
  color: #548854 !important;
}
.wpb_element_wrapper .vc_color-info.vc_message_box-solid {
  color: #397793 !important;
  background-color: #D9EDF7 !important;
}
.wpb_element_wrapper .vc_color-info.vc_message_box-solid .vc_message_box-icon {
  color: #397793 !important;
}
.wpb_element_wrapper .vc_color-warning.vc_message_box-solid {
  color: #927746 !important;
  background-color: #FCF8E3 !important;
}
.wpb_element_wrapper .vc_color-warning.vc_message_box-solid .vc_message_box-icon {
  color: #927746 !important;
}
.wpb_element_wrapper .vc_color-danger.vc_message_box-solid {
  color: #AA4644 !important;
  background-color: #F2DEDE !important;
}
.wpb_element_wrapper .vc_color-danger.vc_message_box-solid .vc_message_box-icon {
  color: #AA4644 !important;
}
/**
* Lists
* ----------------------------------------------------------------------------
*/
.g5plus-lists-color-primary span {
  background-color: #a201b1;
  color: #a201b1;
}
/**
* Icon Box
* ----------------------------------------------------------------------------
*/
.g5plus-icon-box .ib-icon-inverted,
.g5plus-icon-box .ib-icon-classic {
  color: #a201b1;
}
.g5plus-icon-box .ib-icon-square i,
.g5plus-icon-box .ib-icon-round i {
  background-color: #a201b1;
  border-color: #a201b1;
}
.g5plus-icon-box.ib-scheme-light .ib-icon-effect:not(.ib-icon-inverted) {
  color: #a201b1;
}
.g5plus-icon-box.ib-layout-modern .ib-content {
  border-color: #a201b1;
  background-color: #a201b1;
}
.g5plus-icon-box.ib-scheme-primary .ib-title {
  color: #a201b1;
}
.g5plus-icon-box.ib-scheme-primary .ib-title:hover {
  color: #a201b1;
}
.g5plus-icon-box.ib-scheme-primary .ib-icon-inverted,
.g5plus-icon-box.ib-scheme-primary .ib-icon-classic {
  color: #a201b1;
}
.g5plus-icon-box.ib-scheme-primary .ib-icon-square i,
.g5plus-icon-box.ib-scheme-primary .ib-icon-round i {
  background-color: #a201b1;
  border-color: #a201b1;
}
/**
* Testimonials
* ----------------------------------------------------------------------------
*/
.g5plus-testimonials.style1 .testimonial-item .quote:after {
  border-bottom-color: #dddddd;
  border-right-color: #dddddd;
}
.g5plus-testimonials.style1 .testimonial-item i {
  color: #a201b1;
}
.g5plus-testimonials.style1 .testimonial-item p {
  color: #878787;
}
.g5plus-testimonials.style1 .testimonial-item h4 {
  color: #444444;
}
.g5plus-testimonials.style1 .testimonial-item span {
  color: #878787;
}
.g5plus-testimonials.style1.st1_type1 .quote {
  border-color: #dddddd;
}
.g5plus-testimonials.style1.st1_type2 .testimonial-item {
  border-color: #dddddd;
}
.g5plus-testimonials.style1.st1_type2 .testimonial-item .quote {
  border-bottom-color: #dddddd;
  background-color: #eeeeee;
}
.g5plus-testimonials.style1.st1_type2 .testimonial-item .quote:after {
  background-color: #eeeeee;
}
.g5plus-testimonials.style1.st1_type3 .testimonial-item .quote {
  border-color: #a201b1;
  background-color: #a201b1;
}
.g5plus-testimonials.style1.st1_type3 .testimonial-item .quote:after {
  background-color: #a201b1;
  border-color: #a201b1;
}
.g5plus-testimonials.style2.st2_type1 .testimonial-item .quote:after {
  background-color: #a201b1;
}
.g5plus-testimonials.style2.st2_type1 .testimonial-item i {
  color: #a201b1;
}
.g5plus-testimonials.style2.st2_type1 .testimonial-item .info h4 {
  color: #444444;
}
.g5plus-testimonials.style2.st2_type1 .testimonial-item .info span {
  color: #212121;
}
.g5plus-testimonials.style2.st2_type2 p {
  color: #212121;
}
.g5plus-testimonials.style2.st2_type2 p:before {
  color: #a201b1;
}
.g5plus-testimonials.style2.st2_type2 p:after {
  color: #a201b1;
}
.g5plus-testimonials.style2.st2_type2 .info h4 {
  color: #212121;
}
.g5plus-testimonials.style2.st2_type2 .info span {
  color: #878787;
}
.g5plus-testimonials.style3 .testimonial-item p {
  color: #212121;
  border-bottom-color: #dddddd;
}
.g5plus-testimonials.style3 .testimonial-item p:after {
  color: #eeeeee;
}
.g5plus-testimonials.style3 .testimonial-item .info h4 {
  color: #212121;
}
.g5plus-testimonials.style3 .testimonial-item .info span {
  color: #212121;
}
.g5plus-testimonials.color-light.style1.st1_type1 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style2.st1_type1 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style3.st1_type1 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style1.st1_type2 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style2.st1_type2 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style3.st1_type2 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style1.st1_type3 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style2.st1_type3 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style3.st1_type3 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style1.st2_type1 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style2.st2_type1 .owl-nav div:hover i,
.g5plus-testimonials.color-light.style3.st2_type1 .owl-nav div:hover i {
  color: #a201b1;
}
.g5plus-testimonials.color-light.style1.st1_type1.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style2.st1_type1.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style3.st1_type1.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style1.st1_type2.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style2.st1_type2.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style3.st1_type2.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style1.st1_type3.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style2.st1_type3.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style3.st1_type3.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style1.st2_type1.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style2.st2_type1.owl-nav-round .owl-nav i,
.g5plus-testimonials.color-light.style3.st2_type1.owl-nav-round .owl-nav i {
  color: #a201b1;
}
.g5plus-testimonials.color-light.style1.st1_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style2.st1_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style3.st1_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style1.st1_type2 .owl-dot:hover,
.g5plus-testimonials.color-light.style2.st1_type2 .owl-dot:hover,
.g5plus-testimonials.color-light.style3.st1_type2 .owl-dot:hover,
.g5plus-testimonials.color-light.style1.st1_type3 .owl-dot:hover,
.g5plus-testimonials.color-light.style2.st1_type3 .owl-dot:hover,
.g5plus-testimonials.color-light.style3.st1_type3 .owl-dot:hover,
.g5plus-testimonials.color-light.style1.st2_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style2.st2_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style3.st2_type1 .owl-dot:hover,
.g5plus-testimonials.color-light.style1.st1_type1 .owl-dot.active,
.g5plus-testimonials.color-light.style2.st1_type1 .owl-dot.active,
.g5plus-testimonials.color-light.style3.st1_type1 .owl-dot.active,
.g5plus-testimonials.color-light.style1.st1_type2 .owl-dot.active,
.g5plus-testimonials.color-light.style2.st1_type2 .owl-dot.active,
.g5plus-testimonials.color-light.style3.st1_type2 .owl-dot.active,
.g5plus-testimonials.color-light.style1.st1_type3 .owl-dot.active,
.g5plus-testimonials.color-light.style2.st1_type3 .owl-dot.active,
.g5plus-testimonials.color-light.style3.st1_type3 .owl-dot.active,
.g5plus-testimonials.color-light.style1.st2_type1 .owl-dot.active,
.g5plus-testimonials.color-light.style2.st2_type1 .owl-dot.active,
.g5plus-testimonials.color-light.style3.st2_type1 .owl-dot.active {
  background-color: #a201b1;
}
.g5plus-testimonials.color-light.style1.st2_type2 .owl-nav:hover i,
.g5plus-testimonials.color-light.style2.st2_type2 .owl-nav:hover i,
.g5plus-testimonials.color-light.style3.st2_type2 .owl-nav:hover i {
  color: #a201b1;
}
/**
* Pricing Tables
* ----------------------------------------------------------------------------
*/
.g5plus-pricing-tables {
  border-color: #dddddd;
}
.g5plus-pricing-tables .pricing-recommend {
  background: #212121;
}
.g5plus-pricing-tables .pricing-name {
  background: #eeeeee;
}
.g5plus-pricing-tables .pricing-name h4 {
  color: #212121;
}
.g5plus-pricing-tables .pricing-price {
  border-color: #dddddd;
}
.g5plus-pricing-tables .pricing-price span {
  color: #212121;
}
.g5plus-pricing-tables .pricing-features ul li {
  border-top-color: #dddddd;
}
.g5plus-pricing-tables .pricing-features ul li:last-child {
  border-bottom-color: #dddddd;
}
.g5plus-pricing-tables .pricing-features ul li:before {
  color: #a201b1;
}
.g5plus-pricing-tables.pricing-recommend {
  border-color: #a201b1;
}
.g5plus-pricing-tables.pricing-recommend .pricing-name {
  background: #a201b1;
}
/**
* Partner Carousel
* ----------------------------------------------------------------------------
*/
.partner-item:hover .bordered {
  border-color: #a201b1 !important;
}
/* =========== Banner ============ */
.g5plus-banner {
  position: relative;
}
.g5plus-banner img {
  width: 100%;
}
.g5plus-banner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-banner.suprema-effect,
.g5plus-banner.layla-effect,
.g5plus-banner.bubba-effect,
.g5plus-banner.jazz-effect {
  position: relative;
  overflow: hidden;
}
.g5plus-banner.suprema-effect a:before,
.g5plus-banner.layla-effect a:before,
.g5plus-banner.bubba-effect a:before,
.g5plus-banner.jazz-effect a:before,
.g5plus-banner.suprema-effect a:after,
.g5plus-banner.layla-effect a:after,
.g5plus-banner.bubba-effect a:after,
.g5plus-banner.jazz-effect a:after {
  z-index: 2;
}
.g5plus-banner.suprema-effect:hover a,
.g5plus-banner.layla-effect:hover a,
.g5plus-banner.bubba-effect:hover a,
.g5plus-banner.jazz-effect:hover a {
  opacity: 1;
}
.g5plus-banner.suprema-effect:hover a:before {
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-800px);
  -moz-transform: rotate(-45deg) translateX(-800px);
  -o-transform: rotate(-45deg) translateX(-800px);
  -ms-transform: rotate(-45deg) translateX(-800px);
  transform: rotate(-45deg) translateX(-800px);
  opacity: 1;
}
.g5plus-banner.suprema-effect:hover a:after {
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(600px);
  -moz-transform: rotate(-45deg) translateX(600px);
  -o-transform: rotate(-45deg) translateX(600px);
  -ms-transform: rotate(-45deg) translateX(600px);
  transform: rotate(-45deg) translateX(600px);
  opacity: 1;
}
.g5plus-banner.suprema-effect a:after,
.g5plus-banner.suprema-effect a:before {
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
  width: 45%;
  height: 2px;
  top: 50%;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
}
.g5plus-banner.suprema-effect a:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
}
.g5plus-banner.suprema-effect a:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.g5plus-banner.layla-effect a:before,
.g5plus-banner.bubba-effect a:before,
.g5plus-banner.layla-effect a:after,
.g5plus-banner.bubba-effect a:after {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.g5plus-banner.layla-effect a:before,
.g5plus-banner.bubba-effect a:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.g5plus-banner.layla-effect a:after,
.g5plus-banner.bubba-effect a:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.g5plus-banner.layla-effect:hover a:after {
  left: 10px;
  right: 10px;
}
.g5plus-banner.layla-effect:hover a:before {
  top: 10px;
  bottom: 10px;
}
.g5plus-banner.bubba-effect:hover a:after {
  left: 25px;
  right: 25px;
}
.g5plus-banner.bubba-effect:hover a:before {
  top: 25px;
  bottom: 25px;
}
.g5plus-banner.jazz-effect:hover a {
  opacity: 1;
}
.g5plus-banner.jazz-effect:hover a:before {
  -webkit-transform: scale(1.2) rotate(45deg);
  -moz-transform: scale(1.2) rotate(45deg);
  -o-transform: scale(1.2) rotate(45deg);
  -ms-transform: scale(1.2) rotate(45deg);
  transform: scale(1.2) rotate(45deg);
}
.g5plus-banner.jazz-effect a:before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.7) rotate(45deg);
  -moz-transform: scale(0.7) rotate(45deg);
  -o-transform: scale(0.7) rotate(45deg);
  -ms-transform: scale(0.7) rotate(45deg);
  transform: scale(0.7) rotate(45deg);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media (max-width: 480px) {
  .g5plus-banner.layla-effect a:before,
  .g5plus-banner.bubba-effect a:before {
    left: 15px;
    right: 15px;
  }
  .g5plus-banner.layla-effect a:after,
  .g5plus-banner.bubba-effect a:after {
    top: 15px;
    bottom: 15px;
  }
  .g5plus-banner.layla-effect:hover a:after {
    left: 5px;
    right: 5px;
  }
  .g5plus-banner.layla-effect:hover a:before {
    top: 5px;
    bottom: 5px;
  }
  .g5plus-banner.bubba-effect:hover a:after {
    left: 15px;
    right: 15px;
  }
  .g5plus-banner.bubba-effect:hover a:before {
    top: 15px;
    bottom: 15px;
  }
}
.widget-image .g5plus-banner img {
  width: auto;
}
/* Our Team */
.g5plus-ourteam .btn:not(.btn-light):hover {
  background-color: #a201b1;
}
.g5plus-ourteam .owl-carousel .owl-nav > div:hover,
.g5plus-ourteam.style2 ul li a i:hover {
  color: #a201b1;
}
.g5plus-ourteam .top-content-ourteam-item,
.g5plus-ourteam .social-ourteam ul li {
  background-color: #eeeeee;
}
.g5plus-ourteam select.ourteam-filter-group:focus {
  border-color: #a201b1;
}
.g5plus-ourteam.style1 .content-ourteam-item {
  border-color: #dddddd;
}
.g5plus-ourteam.style1 .top-content-ourteam-item {
  border-bottom-color: #dddddd;
}
.g5plus-ourteam.style1 .social-ourteam ul li:hover {
  background-color: #a201b1;
}
.g5plus-ourteam.style1 .ourteam-avatar span {
  color: #878787;
}
.g5plus-ourteam.style2 .content-ourteam-item {
  border-color: #dddddd;
}
/* Mail chimp */
.mc-style1 .mc4wp-form input,
.mc-style2 .mc4wp-form input,
.mc-style3 .mc4wp-form input {
  margin-right: 6px;
  background: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.mc-style1 .mc4wp-form input:focus,
.mc-style2 .mc4wp-form input:focus,
.mc-style3 .mc4wp-form input:focus {
  border-color: #a201b1;
}
.mc-style1 .mc4wp-form button,
.mc-style2 .mc4wp-form button,
.mc-style3 .mc4wp-form button {
  vertical-align: bottom;
  margin-top: 10px;
}
.mc-style1 .mc4wp-form button i,
.mc-style2 .mc4wp-form button i,
.mc-style3 .mc4wp-form button i {
  display: none;
}
.mc-style1 .mc4wp-form button span,
.mc-style2 .mc4wp-form button span,
.mc-style3 .mc4wp-form button span {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 13px;
  font-weight: bold;
}
.mc-style2 .mc4wp-form input {
  border-radius: inherit;
  border-color: #fff;
}
.mc-style3 .mc4wp-form input {
  border-radius: inherit;
  background: #E8E7E7;
  border-color: #A1958F;
  margin-right: 10px;
}
.mc-style4 .widget-title {
  margin-bottom: 20px;
}
.mc-style4 .textwidget {
  margin-top: -5px;
}
.mc-style4 .mc4wp-form {
  margin-top: 13px;
  display: block;
}
.mc-style4 .mc4wp-form input {
  width: 100%;
  background: #fff;
}
.mc-style4 .mc4wp-form input:focus {
  border-color: #a201b1;
}
.mc-style4 .mc4wp-form button {
  margin-top: 10px;
  display: block;
  width: 100%;
}
.mc-other .widget-border-round-background {
  padding: 47px 20px;
  background: #212121;
}
.mc-other .widget-border-round-background .widget-title {
  color: #fff;
}
.mc-other .widget-border-round-background .textwidget {
  color: #dddddd;
}
.mc-other .widget-border-round-background .mc4wp-form button {
  color: #212121;
}
@media (min-width: 1025px) {
  .mc-style2 .mc4wp-form input {
    min-width: 380px;
  }
}
@media (max-width: 1024px) {
  .mc-style2 .mc4wp-form input {
    min-width: 270px;
  }
}
@media (max-width: 600px) {
  .mc-style2 {
    margin-top: 20px;
  }
  .mc-style4 {
    text-align: center;
  }
}
@media (min-width: 480px) {
  .mc-style1 .mc4wp-form input {
    min-width: 270px;
  }
  .mc-style3 .mc4wp-form input {
    min-width: 420px;
  }
}
@media (max-width: 480px) {
  .mc-style2 .mc4wp-form input {
    margin-right: 0;
  }
  .mc-style3 .mc4wp-form input {
    min-width: 270px;
  }
}
/* Portfolio */
.g5plus-portfolio .portfolio-category-left-tab a:hover,
.g5plus-portfolio .portfolio-category-center-tab a:hover,
.g5plus-portfolio .portfolio-category-left-tab .filter-active,
.g5plus-portfolio .portfolio-category-center-tab .filter-active {
  border-color: #dddddd;
  color: #212121;
}
.g5plus-portfolio .portfolio-category-left-tab a,
.g5plus-portfolio .portfolio-category-center-tab a {
  color: #878787;
}
.g5plus-portfolio.portfolio-tab-light .portfolio-filter-group .btn-light:hover {
  background-color: #a201b1;
}
.g5plus-portfolio select.portfolio-filter-group:focus {
  border-color: #a201b1;
}
.g5plus-portfolio .btn:not(.btn-light):hover,
.g5plus-portfolio.portfolio-color-dark .portfolio-filter-group .btn-light:hover {
  background-color: #a201b1;
}
.g5plus-portfolio .portfolio-overlay-title-category-icon.default-effect .icon-color-dark {
  background-color: #212121;
}
.g5plus-portfolio .portfolio-overlay-title-category-icon.default-effect .icon-color-light {
  background-color: #eeeeee;
}
.g5plus-portfolio .portfolio-overlay-title-category-icon.default-effect .icon-color-dark:hover,
.g5plus-portfolio .portfolio-overlay-title-category-icon.default-effect .icon-color-light:hover {
  background-color: #a201b1;
}
.g5plus-portfolio .portfolio-overlay-title-category-icon .content-portfolio-info:after,
.g5plus-portfolio .portfolio-overlay-title-category .content-portfolio-info:after {
  background-color: #212121;
}
.g5plus-portfolio .portfolio-overlay-title-category-icon.default-effect .portfolio-info .block-center a:hover,
.g5plus-portfolio .portfolio-overlay-title-category.default-effect .portfolio-info .block-center a:hover {
  color: #a201b1;
}
.g5plus-portfolio .portfolio-overlay-none .content-portfolio-info a:hover {
  color: #a201b1;
}
.g5plus-portfolio .portfolio-overlay-none .content-portfolio-info p {
  color: #878787;
}
.g5plus-portfolio.portfolio-color-dark .owl-nav > div:hover i {
  color: #a201b1;
}
/* Portfolio single */
.single-portfolio-wrap .portfolio-single-image .portfolio-thumbnail .single-image-pretty i,
.single-portfolio-wrap .horizontal-slide .portfolio-single-item .single-image-pretty i {
  background-color: #eeeeee;
}
.single-portfolio-wrap .portfolio-single-image .portfolio-thumbnail .single-image-pretty i:hover,
.single-portfolio-wrap .horizontal-slide .portfolio-single-item .single-image-pretty i:hover {
  background-color: #a201b1;
}
.single-portfolio-wrap .portfolio-meta > div {
  border-bottom-color: #dddddd;
}
.single-portfolio-wrap .portfolio-meta > div:first-child {
  border-top-color: #dddddd;
}
.single-portfolio-wrap .portfolio-label {
  color: #444444;
}
.single-portfolio-wrap a .portfolio-value {
  color: #a201b1;
}
.single-portfolio-wrap .social-profile-share ul li {
  background-color: #eeeeee;
}
.single-portfolio-wrap .social-profile-share ul li:hover {
  background-color: #a201b1;
}
.single-portfolio-wrap .portfolio-video-layout .entry-thumbnail a:hover i {
  color: #a201b1;
}
/* Hover Effect */
.hover-content {
  position: relative;
  overflow: hidden;
}
.hover-content .hover-image {
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.hover-content .hover-image:after {
  -webkit-transition: opacity .8s ease .2s;
  transition: opacity .8s ease .15s;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 1;
}
.hover-content:after,
.hover-content:before {
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
  width: 45%;
  height: 2px;
  top: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0s 0.2s;
  transition: opacity .2s ease, transform 0s .2s;
}
.hover-content:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
}
.hover-content:after {
  right: 50%;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.effect-wrap .block-center {
  position: absolute;
  z-index: 4;
}
.effect-wrap .block-center a {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.03em;
  display: inline-block;
  margin-bottom: 3px;
}
.effect-wrap .block-center p {
  font-size: 14px;
}
.layla-effect .content-effect:hover .effect-info:after,
.bubba-effect .content-effect:hover .effect-info:after,
.jazz-effect .content-effect:hover .effect-info:after {
  background-color: #a201b1;
}
.layla-effect .effect-avatar > a,
.bubba-effect .effect-avatar > a,
.jazz-effect .effect-avatar > a {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.layla-effect .effect-inner,
.bubba-effect .effect-inner,
.default-effect .effect-inner,
.jazz-effect .effect-inner {
  height: 100%;
}
.layla-effect .content-effect,
.bubba-effect .content-effect {
  position: relative;
  overflow: hidden;
}
.layla-effect .content-effect:hover .effect-avatar > a,
.bubba-effect .content-effect:hover .effect-avatar > a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.layla-effect .content-effect:hover .effect-info,
.bubba-effect .content-effect:hover .effect-info {
  opacity: 1;
  bottom: 0;
}
.layla-effect .content-effect:hover .effect-info .block-center .block-center-inner a,
.bubba-effect .content-effect:hover .effect-info .block-center .block-center-inner a {
  margin-bottom: 3px;
}
.layla-effect .effect-info,
.bubba-effect .effect-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.layla-effect .effect-info:after,
.bubba-effect .effect-info:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.layla-effect .effect-info .effect-inner,
.bubba-effect .effect-info .effect-inner {
  position: relative;
}
.layla-effect .effect-info .effect-inner:after,
.bubba-effect .effect-info .effect-inner:after,
.layla-effect .effect-info .effect-inner:before,
.bubba-effect .effect-info .effect-inner:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.layla-effect .effect-info .effect-inner:after,
.bubba-effect .effect-info .effect-inner:after {
  top: 25px;
  bottom: 25px;
  left: 50%;
  right: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.layla-effect .effect-info .effect-inner:before,
.bubba-effect .effect-info .effect-inner:before {
  top: 50%;
  bottom: 50%;
  left: 25px;
  right: 25px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.layla-effect .effect-info .block-center .block-center-inner a,
.bubba-effect .effect-info .block-center .block-center-inner a {
  margin-bottom: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.layla-effect .effect-info .block-center .block-center-inner p,
.bubba-effect .effect-info .block-center .block-center-inner p {
  color: #fff;
}
.layla-effect .content-effect:hover .effect-info .effect-inner:after {
  left: 10px;
  right: 10px;
}
.layla-effect .content-effect:hover .effect-info .effect-inner:before {
  top: 10px;
  bottom: 10px;
}
.bubba-effect .content-effect:hover .effect-info .effect-inner:after {
  left: 25px;
  right: 25px;
}
.bubba-effect .content-effect:hover .effect-info .effect-inner:before {
  top: 25px;
  bottom: 25px;
}
.jazz-effect .content-effect {
  position: relative;
  overflow: hidden;
}
.jazz-effect .content-effect:hover .effect-avatar > a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.jazz-effect .content-effect:hover .effect-info {
  opacity: 1;
}
.jazz-effect .content-effect:hover .effect-info .effect-inner:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.jazz-effect .content-effect:hover .effect-info .block-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.jazz-effect .effect-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.jazz-effect .effect-info:after {
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  opacity: 0.4;
  position: absolute;
  top: 0;
  z-index: 0;
}
.jazz-effect .effect-info .effect-inner:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}
.jazz-effect .effect-info .block-center {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.jazz-effect .effect-info .block-center p {
  color: #fff;
}
.hover-wrap:hover .hover-content .hover-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-wrap:hover .hover-content .hover-image:after {
  opacity: 0.5;
}
.hover-wrap:hover .hover-content:after,
.hover-wrap:hover .hover-content:before {
  opacity: 1;
}
.hover-wrap:hover .hover-content:before {
  transition: opacity 0.3s ease 50ms, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(-600px);
  -moz-transform: rotate(-45deg) translateX(-600px);
  -o-transform: rotate(-45deg) translateX(-600px);
  -ms-transform: rotate(-45deg) translateX(-600px);
  transform: rotate(-45deg) translateX(-600px);
}
.hover-wrap:hover .hover-content:after {
  transition: opacity 0.4s ease, transform 2s cubic-bezier(0.26, 0.63, 0, 0.96);
  -webkit-transform: rotate(-45deg) translateX(600px);
  -moz-transform: rotate(-45deg) translateX(600px);
  -o-transform: rotate(-45deg) translateX(600px);
  -ms-transform: rotate(-45deg) translateX(600px);
  transform: rotate(-45deg) translateX(600px);
}
/*
----------VC_MAP------------*/
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*
----------FEATURE BOX------------*/
.g5plus-feature-box .feature-content .text-link {
  border-bottom-color: #a201b1;
  color: #a201b1;
}
/*
-----Contact Form----------*/
.g5plus-contact-form.style_01 input[type="text"],
.g5plus-contact-form.style_01 input[type="subject"],
.g5plus-contact-form.style_01 input[type="email"],
.g5plus-contact-form.style_01 textarea {
  height: 44px;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 14px;
}
.g5plus-contact-form.style_01 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.style_01 input[type="subject"]::-webkit-input-placeholder,
.g5plus-contact-form.style_01 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.style_01 textarea::-webkit-input-placeholder {
  color: #666666;
}
.g5plus-contact-form.style_01 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.style_01 input[type="subject"]:-moz-placeholder,
.g5plus-contact-form.style_01 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.style_01 textarea:-moz-placeholder {
  color: #666666;
}
.g5plus-contact-form.style_01 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.style_01 input[type="subject"]::-moz-placeholder,
.g5plus-contact-form.style_01 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.style_01 textarea::-moz-placeholder {
  color: #666666;
}
.g5plus-contact-form.style_01 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.style_01 input[type="subject"]:-ms-input-placeholder,
.g5plus-contact-form.style_01 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.style_01 textarea:-ms-input-placeholder {
  color: #666666;
}
.g5plus-contact-form.style_01 textarea {
  height: 100px;
  padding-top: 13px;
  margin-bottom: 3px;
}
.g5plus-contact-form.style_01 input[type="submit"] {
  width: 100%;
}
.g5plus-contact-form.style_01 img {
  display: none;
}
.g5plus-contact-form.style_02 input[type="text"],
.g5plus-contact-form.style_02 input[type="subject"],
.g5plus-contact-form.style_02 input[type="email"],
.g5plus-contact-form.style_02 input[type="number"],
.g5plus-contact-form.style_02 textarea {
  height: 36px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  text-align: left;
  width: 100%;
  font-size: 14px;
	display:block;
}
.g5plus-contact-form.style_02 .wpcf7-form-control-wrap{
	margin-bottom:20px;
	display:block;
}
.g5plus-contact-form.style_02 input[type="text"]::-webkit-input-placeholder,
.g5plus-contact-form.style_02 input[type="subject"]::-webkit-input-placeholder,
.g5plus-contact-form.style_02 input[type="email"]::-webkit-input-placeholder,
.g5plus-contact-form.style_02 input[type="number"]::-webkit-input-placeholder,
.g5plus-contact-form.style_02 textarea::-webkit-input-placeholder {
  color: #878787;
}
.g5plus-contact-form.style_02 input[type="text"]:-moz-placeholder,
.g5plus-contact-form.style_02 input[type="subject"]:-moz-placeholder,
.g5plus-contact-form.style_02 input[type="email"]:-moz-placeholder,
.g5plus-contact-form.style_02 input[type="number"]:-moz-placeholder,
.g5plus-contact-form.style_02 textarea:-moz-placeholder {
  color: #878787;
}
.g5plus-contact-form.style_02 input[type="text"]::-moz-placeholder,
.g5plus-contact-form.style_02 input[type="subject"]::-moz-placeholder,
.g5plus-contact-form.style_02 input[type="email"]::-moz-placeholder,
.g5plus-contact-form.style_02 input[type="number"]::-moz-placeholder,
.g5plus-contact-form.style_02 textarea::-moz-placeholder {
  color: #878787;
}
.g5plus-contact-form.style_02 input[type="text"]:-ms-input-placeholder,
.g5plus-contact-form.style_02 input[type="subject"]:-ms-input-placeholder,
.g5plus-contact-form.style_02 input[type="email"]:-ms-input-placeholder,
.g5plus-contact-form.style_02 input[type="number"]:-ms-input-placeholder,
.g5plus-contact-form.style_02 textarea:-ms-input-placeholder {
  color: #878787;
}
.g5plus-contact-form.style_02 textarea {
  height: 150px;
  padding-top: 12px;
	display:block;
}
.g5plus-contact-form.style_02 img {
  display: none;
}
/*--------Image Gallery--------*/
.wpb_image_grid_4_columns .wpb_image_grid .wpb_image_grid_ul .isotope-item {
  margin: 0;
  width: 25%;
}
.wpb_image_grid_4_columns .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
  width: 100%;
}
@media (max-width: 480px) {
  .wpb_image_grid_4_columns .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    width: 50%;
  }
}
/*
--------------Count Down------------*/
.g5plus-countdown .product-deal-countdown-inner .countdown-section .countdown-amount {
  color: #a201b1;
}
.g5plus-countdown.cl_dark .product-deal-countdown-inner .countdown-section .countdown-amount {
  color: #212121;
}
.g5plus-countdown.cl_primary .product-deal-countdown-inner .countdown-section .countdown-amount {
  background-color: #a201b1;
}
/* Other */
.bg-padding-reponsive {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 1369px) {
  .bg-padding-reponsive {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.block-get-in-touch {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -80px;
}
.block-get-in-touch .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  padding: 55px 0 68px 0;
}
.block-get-in-touch .vc_column-inner > .wpb_wrapper .g5plus-widget-info-box {
  padding: 0 40px;
}
.contact-form-absolute {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: -40px;
}
.contact-form-absolute .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.08);
  padding: 55px 50px 48px 50px;
}
.block-get-in-touch-1 .icon-info {
  padding-left: 0;
}
.block-get-in-touch-1 .icon-info li {
  margin-bottom: 28px;
}
.block-get-in-touch-1 .icon-info li i {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.block-get-in-touch-1 .icon-info li .icon-info-title {
  color: #878787;
}
.block-get-in-touch-1 .icon-info li p {
  color: #212121;
}
.block-get-in-touch-1 .icon-info li:last-child {
  margin-bottom: 0;
}
.image-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}
.icon-box-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fix-border-duplicate .widget-border {
  border-bottom: none;
}
.fix-border-duplicate .widget-border-round-background {
  border-top-width: 0;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .block-get-in-touch .vc_column-inner > .wpb_wrapper {
    padding: 35px 0 40px 0;
  }
  .block-get-in-touch .vc_column-inner > .wpb_wrapper .g5plus-widget-info-box {
    padding: 0 20px;
  }
  .contact-form-absolute .vc_column-inner > .wpb_wrapper {
    padding: 35px 30px 28px 30px;
  }
  .sm-text-left {
    text-align: left;
  }
  .image-absolute,
  .icon-box-absolute {
    position: static;
  }
  .icon-box-absolute {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .fix-border-duplicate .widget-border-round-background {
    border-top-width: 1px;
  }
}
@media (max-width: 767px) {
  .block-get-in-touch {
    position: static;
    bottom: 0;
  }
  .block-get-in-touch .vc_column-inner > .wpb_wrapper {
    padding: 55px 0 68px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .block-get-in-touch .vc_column-inner > .wpb_wrapper .g5plus-widget-info-box {
    padding: 0 40px;
  }
  .contact-form-absolute {
    position: static;
    bottom: 0;
  }
  .contact-form-absolute .vc_column-inner > .wpb_wrapper {
    padding: 35px 0 28px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .xs-text-left {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .bg-padding-reponsive {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .bg-padding-reponsive {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.testimonial-fix-border.g5plus-testimonials.style1.st1_type2 .testimonial-item {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  border-left-width: 0;
  border-right-width: 0;
}
@media (min-width: 992px) {
  .fix-row-content .col-md-pull-9 {
    padding-right: 15px;
  }
  .fix-row-content .col-md-push-3 .vc_column-inner {
    margin-left: -15px;
    margin-right: -15px;
  }
  .fix-row-content .col-md-push-3 .wpb_wrapper {
    margin-right: -15px;
  }
}
.row-position-relative {
  position: relative;
}
.row-position-relative.block-banner {
  background-color: #fff;
  margin-left: -30px;
  margin-right: -30px;
  top: -130px;
  padding-top: 30px;
}
.row-position-relative.block-banner > .vc_column_container:first-child > .vc_column-inner {
  padding-left: 30px;
}
.row-position-relative.block-banner > .vc_column_container:last-child > .vc_column-inner {
  padding-right: 30px;
}
.after-block-banner .vc_column_container {
  margin-top: -95px;
}
.column-position-relative {
  position: relative;
}
.column-position-relative .wpb_single_image {
  position: absolute;
  bottom: 0;
  z-index: 0;
}
.row-fix-content .vc_column_container:last-child {
  padding-right: 45px !important;
}
.row-fix-content .vc_column_container:first-child > .vc_column-inner {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .row-position-relative.block-banner {
    margin-left: 0;
    margin-right: 0;
    top: 0;
    padding-top: 0;
  }
  .row-position-relative.block-banner > .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .row-position-relative.block-banner > .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0;
    padding-left: 0;
  }
  .row-fix-content .vc_column_container:last-child {
    padding-right: 0 !important;
  }
  .row-fix-content .vc_column_container:first-child > .vc_column-inner {
    margin-left: 0;
  }
  .after-block-banner .vc_column_container {
    margin-top: 40px;
  }
  .column-position-relative .wpb_single_image {
    position: static;
    bottom: 0;
  }
  .xs-mg-left-right-10 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*
--------------Sale Box-------------*/
.g5plus-sale-box {
  border-color: #dddddd;
}
.g5plus-sale-box .sale-number .sale-number-inner {
  color: #a201b1;
}
.g5plus-sale-box .sale-info .sale-title {
  color: #444444;
}
.g5plus-sale-box .sale-info .sale-description {
  color: #878787;
}
/*
------Video------*/
.g5plus-video.style_01 span:hover {
  color: #a201b1;
}
.g5plus-video.style_02 a:hover {
  border-color: #a201b1;
}
.g5plus-video.style_02 a:hover span {
  color: #a201b1;
}
/*-----------Raw-Icon-Info-----*/
.raw-icon-info {
  padding-left: 1px !important;
}
.raw-icon-info div {
  display: inline-block;
}
.raw-icon-info div .raw-icon-info-title {
  display: inline-block;
  font-size: 14px;
  color: #212121;
  font-weight: bold;
}
.raw-icon-info div p {
  display: inline-block;
  font-size: 14px;
  color: #212121;
}
.raw-icon-info li {
  list-style: none;
  padding-bottom: 6px;
}
.raw-icon-info li i {
  background: transparent;
  color: #212121;
  font-size: 15px;
  display: inline-block;
  line-height: 1.6;
  width: 18px;
}
/* Canvas Sidebar Menu */
.sidebar-mobile-canvas-icon {
  position: fixed;
  opacity: 1;
  left: 0;
  top: 50%;
  padding: 5px 10px;
  box-shadow: 3px 3px 3px;
  -webkit-border-radius: 0 5px 5px 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 5px 5px 0;
  -moz-background-clip: padding;
  border-radius: 0 5px 5px 0;
  background-clip: padding-box;
  cursor: pointer;
  display: none;
  z-index: 1002;
  background-color: #fff;
  -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-icon.changed {
  opacity: 0;
  z-index: -1;
}
.sidebar-mobile-canvas-icon 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-icon:hover {
  box-shadow: 3px 3px 3px #a201b1;
}
.sidebar-mobile-canvas-icon:hover i {
  color: #a201b1;
}
.sidebar-mobile-canvas-icon-close {
  display: none;
}
@media screen and (max-width: 991px) {
  .sidebar-mobile-canvas-icon {
    display: block;
  }
  .sidebar-mobile-canvas {
    margin-top: 0;
    opacity: 0;
    position: fixed !important;
    left: -300px;
    top: 0;
    padding: 30px;
    width: 300px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1001;
    -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;
    content: '';
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    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;
    cursor: url(https://mungo.toofame.com/wp-content/themes/g5plus-orson/assets/images/close.png) 15 15, default;
  }
  .overlay-canvas-sidebar.changed {
    opacity: 1;
    z-index: 1000;
  }
}
/**
 * 9.0 - Mixins
 * ----------------------------------------------------------------------------
 */
/**
* Font
* ----------------------------------------------------------------------------
*/
.b-font {
  font-family: 'Roboto' !important;
}
.s-font {
  font-family: 'Roboto Slab' !important;
}
/**
* Color
* ----------------------------------------------------------------------------
*/
.text-color-accent {
  color: #a201b1 !important;
}
.bg-accent {
  background-color: #a201b1 !important;
}
.text-color-medium {
  color: #212121 !important;
}
.text-color-bold {
  color: #444444 !important;
}
.text-color-light {
  color: #878787 !important;
}
.bordered {
  border: 1px solid #eeeeee !important;
}
.border-dark {
  border: 1px solid #dddddd !important;
}
.badge {
  background-color: #a201b1;
}
/**
* Padding Top
* ----------------------------------------------------------------------------
*/
.pd-top-0 {
  padding-top: 0px !important;
}
.pd-top-5 {
  padding-top: 5px !important;
}
.pd-top-10 {
  padding-top: 10px !important;
}
.pd-top-15 {
  padding-top: 15px !important;
}
.pd-top-20 {
  padding-top: 20px !important;
}
.pd-top-25 {
  padding-top: 25px !important;
}
.pd-top-30 {
  padding-top: 30px !important;
}
.pd-top-35 {
  padding-top: 35px !important;
}
.pd-top-40 {
  padding-top: 40px !important;
}
.pd-top-45 {
  padding-top: 45px !important;
}
.pd-top-50 {
  padding-top: 50px !important;
}
.pd-top-55 {
  padding-top: 55px !important;
}
.pd-top-60 {
  padding-top: 60px !important;
}
.pd-top-65 {
  padding-top: 65px !important;
}
.pd-top-70 {
  padding-top: 70px !important;
}
.pd-top-75 {
  padding-top: 75px !important;
}
.pd-top-80 {
  padding-top: 80px !important;
}
.pd-top-85 {
  padding-top: 85px !important;
}
.pd-top-90 {
  padding-top: 90px !important;
}
.pd-top-95 {
  padding-top: 95px !important;
}
.pd-top-100 {
  padding-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-top-0 {
    padding-top: 0px !important;
  }
  .sm-pd-top-5 {
    padding-top: 5px !important;
  }
  .sm-pd-top-10 {
    padding-top: 10px !important;
  }
  .sm-pd-top-15 {
    padding-top: 15px !important;
  }
  .sm-pd-top-20 {
    padding-top: 20px !important;
  }
  .sm-pd-top-25 {
    padding-top: 25px !important;
  }
  .sm-pd-top-30 {
    padding-top: 30px !important;
  }
  .sm-pd-top-35 {
    padding-top: 35px !important;
  }
  .sm-pd-top-40 {
    padding-top: 40px !important;
  }
  .sm-pd-top-45 {
    padding-top: 45px !important;
  }
  .sm-pd-top-50 {
    padding-top: 50px !important;
  }
  .sm-pd-top-55 {
    padding-top: 55px !important;
  }
  .sm-pd-top-60 {
    padding-top: 60px !important;
  }
  .sm-pd-top-65 {
    padding-top: 65px !important;
  }
  .sm-pd-top-70 {
    padding-top: 70px !important;
  }
  .sm-pd-top-75 {
    padding-top: 75px !important;
  }
  .sm-pd-top-80 {
    padding-top: 80px !important;
  }
  .sm-pd-top-85 {
    padding-top: 85px !important;
  }
  .sm-pd-top-90 {
    padding-top: 90px !important;
  }
  .sm-pd-top-95 {
    padding-top: 95px !important;
  }
  .sm-pd-top-100 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-top-0 {
    padding-top: 0px !important;
  }
  .xs-pd-top-5 {
    padding-top: 5px !important;
  }
  .xs-pd-top-10 {
    padding-top: 10px !important;
  }
  .xs-pd-top-15 {
    padding-top: 15px !important;
  }
  .xs-pd-top-20 {
    padding-top: 20px !important;
  }
  .xs-pd-top-25 {
    padding-top: 25px !important;
  }
  .xs-pd-top-30 {
    padding-top: 30px !important;
  }
  .xs-pd-top-35 {
    padding-top: 35px !important;
  }
  .xs-pd-top-40 {
    padding-top: 40px !important;
  }
  .xs-pd-top-45 {
    padding-top: 45px !important;
  }
  .xs-pd-top-50 {
    padding-top: 50px !important;
  }
  .xs-pd-top-55 {
    padding-top: 55px !important;
  }
  .xs-pd-top-60 {
    padding-top: 60px !important;
  }
  .xs-pd-top-65 {
    padding-top: 65px !important;
  }
  .xs-pd-top-70 {
    padding-top: 70px !important;
  }
  .xs-pd-top-75 {
    padding-top: 75px !important;
  }
  .xs-pd-top-80 {
    padding-top: 80px !important;
  }
  .xs-pd-top-85 {
    padding-top: 85px !important;
  }
  .xs-pd-top-90 {
    padding-top: 90px !important;
  }
  .xs-pd-top-95 {
    padding-top: 95px !important;
  }
  .xs-pd-top-100 {
    padding-top: 100px !important;
  }
}
/**
* Padding Bottom
* ----------------------------------------------------------------------------
*/
.pd-bottom-0 {
  padding-bottom: 0px !important;
}
.pd-bottom-5 {
  padding-bottom: 5px !important;
}
.pd-bottom-10 {
  padding-bottom: 10px !important;
}
.pd-bottom-15 {
  padding-bottom: 15px !important;
}
.pd-bottom-20 {
  padding-bottom: 20px !important;
}
.pd-bottom-25 {
  padding-bottom: 25px !important;
}
.pd-bottom-30 {
  padding-bottom: 30px !important;
}
.pd-bottom-35 {
  padding-bottom: 35px !important;
}
.pd-bottom-40 {
  padding-bottom: 40px !important;
}
.pd-bottom-45 {
  padding-bottom: 45px !important;
}
.pd-bottom-50 {
  padding-bottom: 50px !important;
}
.pd-bottom-55 {
  padding-bottom: 55px !important;
}
.pd-bottom-60 {
  padding-bottom: 60px !important;
}
.pd-bottom-65 {
  padding-bottom: 65px !important;
}
.pd-bottom-70 {
  padding-bottom: 70px !important;
}
.pd-bottom-75 {
  padding-bottom: 75px !important;
}
.pd-bottom-80 {
  padding-bottom: 80px !important;
}
.pd-bottom-85 {
  padding-bottom: 85px !important;
}
.pd-bottom-90 {
  padding-bottom: 90px !important;
}
.pd-bottom-95 {
  padding-bottom: 95px !important;
}
.pd-bottom-100 {
  padding-bottom: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .sm-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .sm-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .sm-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .sm-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .sm-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .sm-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .sm-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .sm-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .sm-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .sm-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .sm-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .sm-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .sm-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .sm-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .sm-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .sm-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .sm-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .sm-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .sm-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .sm-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-pd-bottom-0 {
    padding-bottom: 0px !important;
  }
  .xs-pd-bottom-5 {
    padding-bottom: 5px !important;
  }
  .xs-pd-bottom-10 {
    padding-bottom: 10px !important;
  }
  .xs-pd-bottom-15 {
    padding-bottom: 15px !important;
  }
  .xs-pd-bottom-20 {
    padding-bottom: 20px !important;
  }
  .xs-pd-bottom-25 {
    padding-bottom: 25px !important;
  }
  .xs-pd-bottom-30 {
    padding-bottom: 30px !important;
  }
  .xs-pd-bottom-35 {
    padding-bottom: 35px !important;
  }
  .xs-pd-bottom-40 {
    padding-bottom: 40px !important;
  }
  .xs-pd-bottom-45 {
    padding-bottom: 45px !important;
  }
  .xs-pd-bottom-50 {
    padding-bottom: 50px !important;
  }
  .xs-pd-bottom-55 {
    padding-bottom: 55px !important;
  }
  .xs-pd-bottom-60 {
    padding-bottom: 60px !important;
  }
  .xs-pd-bottom-65 {
    padding-bottom: 65px !important;
  }
  .xs-pd-bottom-70 {
    padding-bottom: 70px !important;
  }
  .xs-pd-bottom-75 {
    padding-bottom: 75px !important;
  }
  .xs-pd-bottom-80 {
    padding-bottom: 80px !important;
  }
  .xs-pd-bottom-85 {
    padding-bottom: 85px !important;
  }
  .xs-pd-bottom-90 {
    padding-bottom: 90px !important;
  }
  .xs-pd-bottom-95 {
    padding-bottom: 95px !important;
  }
  .xs-pd-bottom-100 {
    padding-bottom: 100px !important;
  }
}
/**
* Margin Top
* ----------------------------------------------------------------------------
*/
.mg-top-0 {
  margin-top: 0px !important;
}
.mg-top-5 {
  margin-top: 5px !important;
}
.mg-top-10 {
  margin-top: 10px !important;
}
.mg-top-15 {
  margin-top: 15px !important;
}
.mg-top-20 {
  margin-top: 20px !important;
}
.mg-top-25 {
  margin-top: 25px !important;
}
.mg-top-30 {
  margin-top: 30px !important;
}
.mg-top-35 {
  margin-top: 35px !important;
}
.mg-top-40 {
  margin-top: 40px !important;
}
.mg-top-45 {
  margin-top: 45px !important;
}
.mg-top-50 {
  margin-top: 50px !important;
}
.mg-top-55 {
  margin-top: 55px !important;
}
.mg-top-60 {
  margin-top: 60px !important;
}
.mg-top-65 {
  margin-top: 65px !important;
}
.mg-top-70 {
  margin-top: 70px !important;
}
.mg-top-75 {
  margin-top: 75px !important;
}
.mg-top-80 {
  margin-top: 80px !important;
}
.mg-top-85 {
  margin-top: 85px !important;
}
.mg-top-90 {
  margin-top: 90px !important;
}
.mg-top-95 {
  margin-top: 95px !important;
}
.mg-top-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 991px) {
  .sm-mg-top-0 {
    margin-top: 0px !important;
  }
  .sm-mg-top-5 {
    margin-top: 5px !important;
  }
  .sm-mg-top-10 {
    margin-top: 10px !important;
  }
  .sm-mg-top-15 {
    margin-top: 15px !important;
  }
  .sm-mg-top-20 {
    margin-top: 20px !important;
  }
  .sm-mg-top-25 {
    margin-top: 25px !important;
  }
  .sm-mg-top-30 {
    margin-top: 30px !important;
  }
  .sm-mg-top-35 {
    margin-top: 35px !important;
  }
  .sm-mg-top-40 {
    margin-top: 40px !important;
  }
  .sm-mg-top-45 {
    margin-top: 45px !important;
  }
  .sm-mg-top-50 {
    margin-top: 50px !important;
  }
  .sm-mg-top-55 {
    margin-top: 55px !important;
  }
  .sm-mg-top-60 {
    margin-top: 60px !important;
  }
  .sm-mg-top-65 {
    margin-top: 65px !important;
  }
  .sm-mg-top-70 {
    margin-top: 70px !important;
  }
  .sm-mg-top-75 {
    margin-top: 75px !important;
  }
  .sm-mg-top-80 {
    margin-top: 80px !important;
  }
  .sm-mg-top-85 {
    margin-top: 85px !important;
  }
  .sm-mg-top-90 {
    margin-top: 90px !important;
  }
  .sm-mg-top-95 {
    margin-top: 95px !important;
  }
  .sm-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .xs-mg-top-0 {
    margin-top: 0px !important;
  }
  .xs-mg-top-5 {
    margin-top: 5px !important;
  }
  .xs-mg-top-10 {
    margin-top: 10px !important;
  }
  .xs-mg-top-15 {
    margin-top: 15px !important;
  }
  .xs-mg-top-20 {
    margin-top: 20px !important;
  }
  .xs-mg-top-25 {
    margin-top: 25px !important;
  }
  .xs-mg-top-30 {
    margin-top: 30px !important;
  }
  .xs-mg-top-35 {
    margin-top: 35px !important;
  }
  .xs-mg-top-40 {
    margin-top: 40px !important;
  }
  .xs-mg-top-45 {
    margin-top: 45px !important;
  }
  .xs-mg-top-50 {
    margin-top: 50px !important;
  }
  .xs-mg-top-55 {
    margin-top: 55px !important;
  }
  .xs-mg-top-60 {
    margin-top: 60px !important;
  }
  .xs-mg-top-65 {
    margin-top: 65px !important;
  }
  .xs-mg-top-70 {
    margin-top: 70px !important;
  }
  .xs-mg-top-75 {
    margin-top: 75px !important;
  }
  .xs-mg-top-80 {
    margin-top: 80px !important;
  }
  .xs-mg-top-85 {
    margin-top: 85px !important;
  }
  .xs-mg-top-90 {
    margin-top: 90px !important;
  }
  .xs-mg-top-95 {
    margin-top: 95px !important;
  }
  .xs-mg-top-100 {
    margin-top: 100px !important;
  }
}
@media (min-width: 992px) {
  .widget-mg-top--30 {
    margin-top: -30px;
  }
}
/**
* 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;
  }
}
/**
* Letter Spacing
* ----------------------------------------------------------------------------
*/
.spacing--02 {
  letter-spacing: -0.02em !important;
}
.spacing--03 {
  letter-spacing: -0.03em !important;
}
.spacing-50 {
  letter-spacing: 0.05em !important;
}
.spacing-100 {
  letter-spacing: 0.1em !important;
}
.spacing-200 {
  letter-spacing: 0.2em !important;
}
.spacing-400 {
  letter-spacing: 0.4em !important;
}
/**
* Font Weight
* ----------------------------------------------------------------------------
*/
.fw-light {
  font-weight: 300 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-bold {
  font-weight: 600 !important;
}
.fw-semi-bold {
  font-weight: 700 !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-24 {
  font-size: 24px !important;
}
.fs-30 {
  font-size: 30px !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-21 {
  line-height: 21px !important;
}
.line-24 {
  line-height: 24px !important;
}
/**
* 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) {
  .md-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-mg-bottom-40 {
    margin-bottom: 40px;
  }
}
.banner-fix-content .vc_column-inner > .wpb_wrapper {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.banner-fix-content .banner-sale-off {
  font-size: 60px;
  font-weight: 700;
  color: #ffd24c;
  margin-bottom: 0;
  margin-top: 40px;
  position: relative;
  line-height: 1;
}
.banner-fix-content .banner-sale-off p:not(.banner-sale-up) {
  margin-bottom: 9px;
}
.banner-fix-content .banner-sale-up {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: rotate(-10deg) translateY(-50%);
  -moz-transform: rotate(-10deg) translateY(-50%);
  -o-transform: rotate(-10deg) translateY(-50%);
  -ms-transform: rotate(-10deg) translateY(-50%);
  transform: rotate(-10deg) translateY(-50%);
  background-color: #FFD24D;
  color: #D90000;
  font-size: 15px;
  text-align: center;
  line-height: 0.8;
  padding-top: 15px;
  position: absolute;
  right: -5px;
  top: 50%;
}
.banner-fix-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
.banner-fix-content ul li {
  display: block;
  width: 50%;
  float: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner-fix-content ul li a {
  color: #E3D8BB;
  font-size: 13px;
}
.banner-fix-content ul li i {
  color: #fff;
  font-size: 10px;
  padding-right: 5px;
}
.banner-fix-content ul li:hover {
  padding-left: 5px;
}
.bg-clip-content-box > .vc_column-inner {
  background-clip: content-box !important;
}
.pd-left-50per > .vc_column-inner > .wpb_wrapper {
  padding-left: 50% !important;
}
@media (max-width: 479px) {
  .banner-fix-content .banner-sale-off {
    font-size: 50px;
  }
  .mb-pd-left-40per > .vc_column-inner > .wpb_wrapper {
    padding-left: 40% !important;
  }
  .banner-fix-content ul li {
    width: 100%;
  }
}
.img-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}
.img-right .vc_column-inner {
  height: 100%;
  background-position: bottom !important;
}
.img-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.img-left .vc_column-inner {
  height: 100%;
}
.width-151 {
  width: 151px;
}
.width-100 {
  width: 100%;
}
@media (max-width: 767px) {
  .xs-pd-left-50 {
    padding-left: 50px;
  }
}
.relative {
  position: relative;
}
.z-index-1 {
  z-index: 1;
}
.mg-left-30 {
  margin-left: 30px;
}
.sk-chasing-dots {
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  -o-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #bbb;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  -o-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsRotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-chasingDotsBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
body {
  background-image: url("https://mungo.toofame.com/wp-content/themes/g5plus-orson/assets/images/theme-options/pattern-1.png");
  background-repeat: repeat;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
}
.search-product-wrapper.search-ajax-content {
  display: none;
}
.product-text {
  display: none;
}
.padding-zero {
  margin-bottom: -40px !important;
}
.padding-zero .widget-title {
  border-bottom: none;
}
.catalog-filter-right {
  display: none;
}
.nav-custom-list {
  display: none;
}
.woocommerce div.product {
  text-align: left !important;
}
.single-product .jet-woo-product-gallery__image-link {
	pointer-events: none;
}
/*
header .jet-smart-filters-select {
	width: max-content;
}
header .jet-smart-filters-select .jet-select__control {
	background: transparent !important;
	border: 0;
	color: #FFFFFF;
	font-weight: 600;
	padding: 15px;
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;
	font-family: 'Raleway';
	background-image: url('https://mungo.toofame.com/wp-content/uploads/2022/07/Screenshot-2022-07-22-at-11-36-06-Home-Toofame.png') !important;
	background-repeat: no-repeat !important;
	background-position: 92% center !important;
	max-width: 120px !important;
	min-width: 120px;
}
header .elementor-widget-jet-smart-filters-select,
#center-menu-top .elementor-element-populated .elementor-widget-navigation-menu {
	width: max-content !important;
}
#center-menu-top .elementor-element-populated {
	display: flex !important;
}
header .jet-smart-filters-select .jet-select__control option {
	background-color: #fff !important;
	font-family: "Raleway", Sans-serif;
	font-size: 15px;
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #F06F7B;
}
*/
.sub-menu li a:hover {
	color: red !important;
	/*font-weight: 700 !important;*/
}
.elementor-button:hover {
	/*background-color: red !important;*/
	color: #fff !important;
	font-weight: 700;
}
input {
	color: #000 !important;
}
.jet-woo-swiper-control-thumbs__item-image .attachment-full {
	object-fit: unset !important;
}
.product_items .proitem .pro_price{
	font-weight:800 !important;
}
.verified_blocks .elementor-button-wrapper a{
	cursor:default;
}

@media(max-width:550px) {
	.elementor-top-section .elementor-element-de886fa {
		/*flex: 0 0 20%;
		max-width: 20%;*/
	}	
} 

/**********/
.offerbtn{
	padding:0 10px;
	margin-top: -20px;
}
.offerbtn a{
	display:block;
	color:#fff;
	font-family: "Roboto", Sans-serif;
	font-weight: 700;
	letter-spacing:0.5px;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	background-color: #0099E9;
	padding: 3% 14% 3% 14%;
	max-width:420px !important;
	font-size: 18px;
	border-radius:5px;
	text-align: center;
	line-height: 1;
	transition:all ease 0.5s;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);
}
.offerbtn a:hover, .subm input[type=submit]:hover{
	background-color: #394BEC;
}
.contusform input[type=submit]:hover{
	background-color: #394BEC !important;
}
.makeofferbtn{
	display:none;
}
#make-offer.hentry{
	font-family: "Raleway", Sans-serif;
	background-color: #fbfafb;
}
.offerpop h3{
	font-family: "Montserrat", Sans-serif;
	font-weight: 600;
	margin:0;
}
.consub{
	font-family: "Montserrat", Sans-serif;
	color:#000;
	padding-bottom:20px;
}
.offerpop p{
	margin-bottom:10px;
	font-family: "Montserrat", Sans-serif;
}
.offerpop p label, .offerpop .gform_fields label {
	display: block;
	font-size: 14px;
	color: #000;
	padding-bottom: 0;
	letter-spacing:0.5px;
}
.offerpop .gform_fields label .gfield_required{
	display:none;
}
.ginput_counter{
	display:none;
}
.offerpop .wpcf7-not-valid-tip{
	font-size:12px;
}
#fancybox-content{
	border:0 !important;
	background-color: #FBFAFB;
}
.subm input[type=submit], .offerpop .gform_footer .gform_button {
	width:100%;
	color: #fff !important;
	letter-spacing: 1px;
	background-color: #0099E9;
	font-family: "Montserrat", Sans-serif;
}
.offerpop .gform_footer .gform_button{
	text-transform:none;
}
.offerpop .gform_footer .gform_button:hover {
  background-color: #394BEC;
}
.offerpop .gform_fields .ginput_container_number{
	position:relative;
	max-width:220px;
}
.offerpop .gform_fields .ginput_container_number input{
	padding-left:40px;
}
.offerpop .gform_fields .ginput_container_number:before{
  position: absolute;
  content: "$";
  left: 0;
  top: 1px;
  color: #555;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 12px;
  z-index: 10;
}
#make-offer .wpcf7-response-output{
	font-family: "Montserrat", Sans-serif;
}
body #fancybox-outer{
	width:97%;
}
.offerpop p input, .offerpop .gform_fields input{
	color:#000 !important;
	width:100%;
	border:1px solid #e7e7e7;
}
.offerpop .gform_fields .gfield{
	margin-bottom:20px;
}
.offerpop p textarea, .offerpop .gform_fields textarea{
	color:#000 !important;
	height:80px;
}
.offerpop .ofp input{
	padding: 8px 10px 8px 50px;
	max-width: 220px;
}
.ofp label{
	position:relative;
}
.ofp label:before{
  position: absolute;
  content: "$";
  left: 0;
  bottom: -39px;
  color: #555;
  text-align: center;
  background-color: #eee;
  font-size: 15px;
  font-weight: 400;
  padding: 7px 12px;
  z-index: 10;
}
.thimg img{
	width:100%;
}
.pst_title{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.pst_title a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0 !important;
}
.indpost .elementor-container, .indpost .elementor-column, .indpost .elementor-widget-wrap{
	position:static;
}
.sellaccount p.acnt{
	padding-top:70px;
}
.sellaccount form input[type=text], .sellaccount form input[type=email]{
	height:60px;
	font-size:16px;
	font-style: italic;
}
.instaform .col-md-6, .instaform .col-md-4{
	margin-bottom:20px;
}
.submt .wpcf7-spinner{
	display:block;
}
.submt input[type=submit]{
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 30px;	
}
.sellaccount h2{
	color:#fff;
	font-family: "Raleway", Sans-serif;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	font-weight:700;
  	letter-spacing: 0;
	padding-bottom:20px;
}
.sellaccount .elementor-tabs .elementor-tab-content{
	display:block !important;
}
.instaform .wpcf7-not-valid-tip, .sellaccount .wpcf7-response-output{
	color:#fff;
}
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content{
	max-width:1180px;
	margin:auto;
	padding:0 20px;
}
.woocommerce-cart article#post-10, .woocommerce-checkout article#post-11{
  background-color: #f9f8f8;
  padding: 50px 0;
}
.woocommerce-cart .entry-content .bialty-container{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -5.333px 5.621px 15.6px 4.4px rgb(0 0 0 / 20%);
	padding:40px;
}
.woocommerce-cart .woocommerce table.shop_table th{
	width:25%;
}
.woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img{
  width: 100px !important;
  height: 150px !important;
  object-fit: cover !important;
}
.woocommerce-cart .woocommerce .widget-title > span::before {
  border-top: 2px solid #CD2AAD;
}
.woocommerce-cart .woocommerce .widget-title{
	border-bottom:none;
	text-align:center;
}
.woocommerce-cart .woocommerce h2.widget-title{
	text-align:left;
	margin-bottom:0px !important;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.checkout{
	/*position: absolute;*/
	right: 20%;
	bottom: -9px;
	border: none;
	text-align:right;
}
.woocommerce-cart .woocommerce table.shop_table.cart td.checkout a{
	background-color:#CD2AAD;
}
.woocommerce-cart .woocommerce table.shop_table.cart{
	position:relative;
}
.woocommerce-cart .woocommerce table.shop_table.cart .wc-proceed-to-checkout a{
	background-color:#CD2AAD;
	padding: 10px 20px;
	line-height: 20px;
	display:none;
}
.cart_totals tr.cart-subtotal{
	display:none;
}
.woocommerce-cart .woocommerce table.shop_table.cart .wc-proceed-to-checkout a:hover, 
.woocommerce-cart .woocommerce table.shop_table.cart td.checkout a:hover, 
.woocommerce-checkout .woocommerce-checkout-payment button:hover{
	background-color:#394BEC !important;
	color:#fff !important;
}
.woocommerce-checkout .checkout > div.woocommerce-NoticeGroup-checkout{
	box-shadow:-5.333px 5.621px 15.6px 4.4px rgb(0 0 0 / 20%);
}
.woocommerce-checkout .checkout > div.woocommerce-checkout-content{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -5.333px 5.621px 15.6px 4.4px rgb(0 0 0 / 20%);
	padding:40px;
}
.woocommerce-checkout .checkout > div.col-md-5 .woocommerce-checkout-review-order{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -5.333px 5.621px 15.6px 4.4px rgb(0 0 0 / 20%);
	padding:40px;
	margin-left:40px;
}
/*
.woocommerce-checkout .checkout{
	display:flex;
	align-items: flex-start;
	flex-wrap:wrap;
}
.woocommerce-checkout .checkout > div{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: -5.333px 5.621px 15.6px 4.4px rgb(0 0 0 / 20%);
	padding:40px;
}
*/
.woocommerce-checkout .woocommerce form .form-row {
  margin: 0 0 20px 0;
  color: #000;
}
.woocommerce-checkout .woocommerce-checkout-payment button{
	background-color:#0099E9 !important;
}
.woocommerce-checkout .checkout-review-order .checkout-review-title-row{
	padding-bottom:20px;
}
.woocommerce-checkout .woocommerce .checkout-review-items .thumb img{
  height: 100px !important;
  object-fit: cover !important;
  width: 100px !important;
}
.checkout-review-items .row{
	margin-bottom:20px;
}
.checkout-review-subtotal{
	font-size:16px;
}
.checkout-review-total{
	font-size:19px;
}
.comnfrm{
	border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    padding: 20px 30px;
	background-image: linear-gradient(90deg, #FF8C66 0%, #CD2AAD 100%);
	color: #fff;
  	border-radius: 20px;
}
.comnfrm h3 {
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-family:"Montserrat", Sans-serif;
	font-weight:700;
}
.comnsubs{
	padding-bottom: 20px;
	text-align:center;
}
.comnfrm p input, .comnfrm p select{
  width: 100%;
  border: 1px solid #dddddd;
  padding: 15px 15px;
  height: 50px;
}
.corder .comnfrm .subp p input{
	border:none;
}
.comnfrm p select{
	background: url("https://mungo.toofame.com/wp-content/themes/g5plus-orson/assets/images/icon-plus.png") !important;
	background-repeat: no-repeat !important;
	background-position: 97% center !important;
}
.comnfrm p button, .subp button, .subp input[type=submit]{
  color: #fff !important;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 30px;
  background-color: #0099e9;
}
.woocommerce-checkout .woocommerce-message a.button{
	display:none;
}
.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_svg{
	border-radius:5px;
	margin: 0 10px;
}
.epteam .elementor-image-box-img img{
  position: absolute;
  right: -350px;
  bottom: -40px;
	width:55%;
}
.insts_price .elementor-image-box-img img{
  position: relative;
  top: 20px;
  z-index: 10;
}
.satclient .elementor-image-box-title span{
	font-weight:600;
	text-transform:uppercase;
	color:#a4a4a4;
	display:block;
	font-size:24px;
	line-height:1.1;
	font-family: "Montserrat", Sans-serif;
}
.custompara{
	margin-bottom:5px !important;
}
#customer_details .woocommerce-billing-fields__field-wrapper .select2-container span{
	color:#000;
}
.gform_sell .gform_fields .charleft{
	display:none;
}
.buyacc p{
	background:url(https://toofame.com.com/wp-content/uploads/2023/04/buy-bg.png) no-repeat left center;
	width:297px;
	height:39px;
	padding: 10px 0 10px 15px;
}
.buyacc{
	margin-bottom:0 !important;
}

.specbox:hover .elementor-widget-wrap{
	/*background-image: linear-gradient(90deg, #FF8C66 0%, #CD2AAD 100%);*/
}
.specbox:hover{
	box-shadow:none;
	background-color:transparent;
	cursor:default;
}
.specbox:hover h4, .specbox:hover .elementor-widget-text-editor {
	color:#fff !important;
}
.gform_confirmation_wrapper #gform_confirmation_message_6, .gform_confirmation_wrapper #gform_confirmation_message_7, .gform_confirmation_wrapper #gform_confirmation_message_5{
	color:#000;
	font-weight:400;
}
.gform_confirmation_wrapper #gform_confirmation_message_8{
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
#gform_fields_5 .validation_message{
	font-family:"Raleway", Sans-serif;
}
#gform_fields_5 .ginput_container_textarea textarea{
	display:block;
}
#gform_confirmation_wrapper_5 .gform_confirmation_message{
	font-family:"Raleway", Sans-serif !important;
	border:2px solid #46b450 !important;
	padding: 0.2em 1em !important;
}

@media screen and (min-width:1025px){
	.comnfrm p button:hover, .subp button:hover, .subp input[type=submit]:hover{
		background-color: #394BEC;
	}
}
.subp{
	text-align:center;
}
.subp .wpcf7-spinner{
	display:block;
}
.corder .wpcf7 .trx_mscf_progressbar li.trx_mscf_numbers::after{
	background:none;
}
.subp button{
	margin-right:10px;
}
.revcol .elementor-container{
	flex-direction:row-reverse;
	justify-content: flex-end;
}
.stepsec:before{
	  position: absolute;
	  content: "";
	  top: 13%;
	  left: 49.2%;
	  width: 3px;
	  height: 64%;
	  border-right: 3px dotted #4ab374;
}
.accbox .elementor-accordion-item{
	background-color:#fff;
	margin-bottom:20px;
}
.accbox .elementor-accordion-item .elementor-tab-title{
  border: none;
  margin-bottom: 0 !important;
}
.single-product .jet-woo-swiper-control-thumbs__item img.attachment-full.size-full{
	object-fit:cover !important;
	object-position:top;
	margin:auto;
	height:80px;
	width:44px;
	box-shadow:none !important;
}
.prodfilt .jet-filter-label{
	display:none;
}
.prodfilt .jet-sorting-select{
  width: 100%;
  min-width: 90%;
  height:50px;
}
.heateor_sss_horizontal_sharing{
	padding-bottom:30px;
}
body .product-listing.woocommerce .product-price-rating .price del, 
body.single-product .elementor-widget-container .elementor-widget-woocommerce-product-price .price del{
	text-decoration:line-through !important;
	display:block;
	line-height:1.2em;
	padding:0;
}
.uc_overlay_image_carousel span.icon{
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
	position:relative;
	top:-3px;
}
body .relprod .ue_woocommerce_product_carousel_sale_label{
	background-image: linear-gradient(90deg, #FF8C66 0%, #CD2AAD 100%) !important;
    font-family: 'Roboto' !important;
    font-size: 20px !important;
    color: #fff;
    padding: 9px 8px !important;
    border-radius: 4px 0 0 4px !important;
    right: 0 !important;
    top: 30px !important;
    /* width: 75px; */
    left: inherit !important;
}
body .relprod .uc_image_carousel_placeholder{
	position:static !important;
}
body .relprod .uc_buttons .icon{
	display:none;
}
body .relprod .uc_buttons a.uc_btn.uc-direction{
	border-radius: 30px !important;
	font-size: 13px !important;
	width: auto;
	padding: 10px 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.prev_next_buttons{
	max-width: 1180px;
	margin: auto;
	width: 100%;
	display:flex;
	justify-content:flex-end;
	position:relative;
	padding:0 20px;
}
.prev_next_buttons a{
	color: #0099E9;
	font-size: 25px;
	padding: 0 6px;
	line-height: 1;
	display: block;
}
.prev_next_buttons > div{
	margin-left:20px;
	position: relative;
    top: 32px;
    z-index: 10;
}


body.single-product .jet-woo-product-gallery .jet-gallery-swiper-slider .jet-woo-product-gallery__trigger{
  width: 100% !important;
  height: 100% !important;
  background-color: transparent;
}
body.single-product .jet-woo-product-gallery .jet-gallery-swiper-slider .jet-woo-product-gallery__trigger i{
	display:none;
}
.filterpro .jet-smart-filters-select .jet-select__control{
	height:50px;
}
.prodbx a.woof_show_auto_form{
	display:none !important;
}
.watpp a{
  font-size: 25px;
  color: #fff;
}
.relprod .owl-item{
	background-color:#fff;
	box-shadow: -5.333px 5.621px 16.6px 6.4px rgb(0 0 0 / 2%);
	text-align: center;
	padding: 20px 30px 40px !important;
}
.relprod .owl-item .uc_post_title.uc-direction{
	margin-right:0 !important;
}
.relprod .uc_prices > div {
  display: block;
}
.relprod .uc_price bdi{
	text-decoration:line-through;
	color: #ef5254;
	font-size:16px;
	font-weight: 800;
    opacity: 0.5;	
}
.relprod .uc_sale_price bdi{
	color:#EF5254;
	font-weight:800;
	font-size:16px;
}
.relprod .uc_price{
  margin-top: 10px !important;
  /*margin-bottom: -5px;*/
}
.relprod .uc_sale_price{
	margin-bottom:10px;
}
.instaform .wpcf7-field-groups .wpcf7-field-group-add{
  position: absolute;
  bottom: 44px;
  right: 160px;
  color:#000;
  background-color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 15px 30px;
}
.instaform .wpcf7-field-groups .wpcf7-field-group-add:before {
  position: absolute;
  content: "+";
  color: #EC6881;
  font-size: 40px;
  right: 7px;
  font-weight: normal;
  top: 14px;
}
.instaform .wpcf7-field-groups .wpcf7-field-group-add:hover, .instaform .wpcf7-field-groups .wpcf7-field-group-remove:hover{
	color:#000;
}
.sellaccount .wpcf7-response-output{
  position: absolute;
  bottom: -30px;
  width: 100%;
  margin: 0 0 10px !important;
  left: 0;
  right: 0;
}
.instaform .wpcf7-field-groups .wpcf7-field-group-remove{
	background-color: red;
  	text-transform: capitalize;
  	font-size: 18px;
  	letter-spacing: 1px;
  	padding:10px 15px;
} 
.woocommerce-checkout .checkout .checkout-review-subtotal, .woocommerce-checkout .checkout .woocommerce-checkout-review-order .checkout-step{
	display:none;
}
.woocommerce-checkout-payment li.payment_method_whish input{
	/*width:50px;*/
}
.woocommerce-checkout-payment li.payment_method_coinbase_commerce_gateway input{
	/*width:110px;*/
}
.single-product .price del{
	text-decoration:line-through !important;
}
.instaform .wpcf7-field-group button.wpcf7-field-group-remove{
  float: right;
  position: relative;
  top: -70px;
  right: -45px;
}
.instaform  .wpcf7-field-group{
	clear:both;
}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.jet-woo-product-gallery-pswp .pswp__button.pswp__button--zoom, .jet-woo-product-gallery-pswp .pswp__button.pswp__button--fs, .pswp__share-tooltip a.pswp__share--download{
	display:none;
}
body.archive {
  /*background: #FF8B67 !important;*/
}
body div.festi-cart-window-content.festi-cart-fixed-position{
	display:none;
}
.gform_sell .gform-body .gfield.field_sublabel_below{
	width:100%;
}
.gform_sell .gfield_repeater_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding-bottom:20px;
}
.gform_sell .gfield_repeater_item .gfield_repeater_cell{
	width:33.33%;
	padding:0 10px;
}
.gform_sell fieldset{
	border:none;
	margin:0;
	padding:0;
}
.gform_sell .gfield_repeater_item .gfield_repeater_cell input[type="text"] {
  height: 60px;
  font-size: 16px;
  font-style: italic;
  font-family: "Montserrat", Sans-serif;
}
.gfield_repeater_buttons .add_repeater_item{
	position:absolute;
	bottom:0;
	right: 160px;
	color: #000;
	background-color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 15px 60px 15px 30px;
}
.gfield_repeater_buttons .remove_repeater_item{
	position: absolute;
  	right: -45px;
  	margin-top: 8px;
	background-color: red;
}
.gform_sell .gfield_repeater_item:first-child .gfield_repeater_buttons .remove_repeater_item {
    display: none;
}
.gform_sell .gform_footer input[type="submit"] {
  font-weight: 700 !important;
  text-transform: capitalize;
  font-size: 18px;
}
.gform_sell .gform_footer input[type="submit"]:hover{
	background: #394BEC;
}
.gform_sell .gform_footer{
	padding-top:30px;
}
.gfield_repeater_buttons .add_repeater_item:before{
  position: absolute;
  content: "+";
  color: #EC6881;
  font-size: 25px;
  right: 30px;
  font-weight: normal;
  top: 15px;
}
.gform_sell .gform_confirmation_message{
	text-align: center;
	color: #fff;
	font-size: 28px;
	letter-spacing:1px;
	background: none;
	font-weight: 700 !important;
	padding: 27px 7px 7px;
	font-family:"Raleway", Sans-serif;
}
.gform_sell .gfield_repeater_item .validation_message{
	color:#fff;
	font-size:12px;
	font-family: "Raleway", Sans-serif;
	margin-top:5px;
}
.gocart{
	font-size: 13px;
	padding: 10px 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	/*background-color: #eee;*/
	background-color:#0099E9;
	border-radius: 5px;
	transition:all ease 0.5s;
	margin-left:10px;
	float: right;
	padding: 10px 20px;
}
.gocart:hover{
  color: #ffffff;
  background-color: #394BEC;
}
body .product-listing.woocommerce .product-item-wrap{
	padding: 0 25px 25px 25px !important;
}
body.single-product .woocommerce-error{
  max-width: 1180px;
  margin: 30px auto;
  width: 100%;
}
.lmp_load_more_button{
  padding-top: 20px;
  padding-bottom: 10px;
}
.single-product .elementor-widget-wc-add-to-cart a.add_to_cart_button:hover{
	background-color:#394BEC !important;
}
.woocommerce-product-details__short-description p a{
	font-weight:bold;
	color:#000;
}
.woocommerce-product-details__short-description p a:hover{
	color:#a201b1;
}
.checkout-review-order .checkout-review-title-row .text-right{
	display:none;
}
.payment_methods li.payment_method_whish label img{
	display:none;
}
.payment_methods li.payment_method_whish label{
	background-image:url(https://www.toofame.com/wp-content/uploads/2022/10/processout.svg);
	background-repeat:no-repeat;
	background-position: right center;
	display: block !important;
	width: 100%;
}
.spfaq .elementor-widget-container a{
	color:#fff;
}
.gform_sell .gform_validation_errors h2{
	color:red;
}
.woocommerce-checkout .prod_rem a.remove{
  margin-left: auto;
  position: relative;
  top: 3px;
}
.woocommerce-checkout-content .widget-title > span::before {
	border-top: 2px solid #0099E9;
}
.woocommerce-checkout-content .wc_payment_methods .wc_payment_method{
	border-bottom: 1px solid #0099E9 !important;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li{
	/*display:none;*/
}
.woocommerce-NoticeGroup-checkout .woocommerce-error li[data-id="billing_first_name"],
.woocommerce-NoticeGroup-checkout .woocommerce-error li[data-id="billing_last_name"],
.woocommerce-NoticeGroup-checkout .woocommerce-error li[data-id="billing_email"]{
	display:block;
}
/*.cgap br{
	display:none;
}*/
.br_break{
	display:block;
}
.xoo-wsc-cart-active span.xoo-wsch-close {
  font-size: 22px;
}
#shopfilter select{
	width:30%;
}
.img_box figure.elementor-image-box-img{
	max-width:72px !important;
}
.product-wrap.clearfix{
	margin-top:0 !important;
}
.sel_list ul li{
	margin-bottom:20px;
	list-style:none;
}
.single-product.woocommerce .price{
	font-family: Roboto !important;
	font-weight:800 !important;
}
.woocommerce-product-details__short-description p{
	font-family: Roboto !important;
}
.woocommerce p.cart-empty{
	min-height:250px;
}
.xoo-wsc-cart-active .xoo-wsc-ft-buttons-cont{
  display: flex !important;
  flex-wrap: wrap;
}
.xoo-wsc-cart-active .xoo-wsc-ft-buttons-cont a{
	display:block;
	width:100%;
}
.xoo-wsc-cart-active .xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue{
	order:2;
}
.hmabout{
	margin-bottom:0 !important;
}
.hmabout.sellinsta a{
	color:#000;
}
.whatcomn{
	width:300px;
	margin:auto;
	background-repeat:no-repeat;
	height:314px;
	background-size:300px;
	text-align:center;
	color:#373737;
	font-weight:600;
	font-family: "Montserrat", Sans-serif;;
	font-size:17px;
	line-height:1.1;
	padding-top:40px;
}
.whatcomn figure{
	margin-bottom:35px;
}
.what1{
	background-image:url(https://www.toofame.com/wp-content/uploads/2023/03/step-1.png);
}
.what2{
	background-image:url(https://www.toofame.com/wp-content/uploads/2023/03/step-2.png);
}
.what3{
	background-image:url(https://www.toofame.com/wp-content/uploads/2023/03/step-3.png);
}
.whatgaps{
  padding: 0 40px;
}
.whatcomn.what3 figure {
  margin-bottom: 10px;
}
.whatgaps u{
	color:#0096ff;
}
.turnaimg{
	max-width:910px;
	margin:auto;
}
.costbgs .elementor-widget-wrap{
	width:400px;
	height:414px;
	margin:auto;
	background-size:400px;
}
.buyinstng span.byinsta{
  text-transform: none;
  color: #0C0C0C;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
	width:100%;
  line-height: 1.2;
  letter-spacing: -0.9px;
	padding-bottom:7px;
}
.buyinstng span.verfs{
	color: #0C0C0C;
	font-size:63px;
	font-weight:700;
	letter-spacing:-1.89px;
}
.unserv span{
	color:#0C0C0C;
}
.get3{
	text-align:center;
}
.cbx{
	width:33% !important;
}
.sellinsta p a{
	color:#000;
}
.sellinsta p a:hover{
	color:#A201B1;
}
.pricebgs .elementor-widget-wrap{
	width:500px;
	height:496px;
	margin:auto;
	background-size:500px;
} 
body.single-post #page .elementor, body.single-post #page .elementor p, body.single-post #page .elementor h1,
body.single-post #page .elementor h2, body.single-post #page .elementor h3, body.single-post #page .elementor h4, body.single-post #page .elementor a,
.toofame_blog_posts .blog_item h2, .toofame_blog_posts .blog_item h2 a{
	font-family: "Montserrat", Sans-serif !important;
}
#shopfilter select{
	line-height:1.2;
	background:url(https://www.toofame.com/wp-content/uploads/2023/05/sel_arr.png) no-repeat right center #fff !important;
	background-size: 30px auto !important;
}
footer li a{
	display:inline-block !important;
}
.comngform .gfield_label .gfield_required{
    display: none;
}
.comngform .gform_fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comngform .gform_fields .spacer{
    display: none;
}
.comngform .gform_fields .gfield--width-full{
    width: 100%;
}
.comngform .gform_fields .gfield--width-full.mar-bot{
    margin:0 0 20px;
}
.comngform .gform_fields .gfield--width-half{
    max-width:48%;
    min-width:48%;
    margin: 0 0 20px;
}
.comngform .gform_fields input[type=text],
.comngform .gform_fields textarea{
    padding: 10px;
    color: #000;
    font-family: "Montserrat", Sans-serif;
    width: 100%;
}
.comngform .gform_fields textarea{
    line-height: 1.8;
    height: 160px;
    overflow: auto;
    resize: none;
	display:block;
}
.comngform  .gform_footer{
    margin-top:20px;
}
.comngform  .gform_footer input[type="submit"]{
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
    font-size: 16px;
    color: #fff !important;
    padding: 13px 30px;
    width: auto;
}
.comngform  .validation_message{
   color: #dc3232;
    font-size: 1em;
    font-weight: normal;
}
.gform_submission_error.hide_summary{
    display: none;
}
.gotmore .comngform .charleft{
	color:#fff;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.mainnavi nav li a{
	cursor:pointer;
}
.wpcf7 form.sent .wpcf7-response-output{
	text-align:center;
}
.comngform #gform_fields_6 .validation_message{
	font-family:"Raleway", Sans-serif;
}
.comngform #gform_6 .gform_footer input[type="submit"]{
	padding:12px 20px;
	font-family: "Montserrat", Sans-serif;
	font-size:13px;
	font-weight:700;
	box-shadow:none;
	width:auto;
}
.comngform .gform_confirmation_message{
	border: 2px solid #46b450;
	padding: 0.2em 1em;
}
.comngform.cfaq .validation_message{
	color:#fff;
}
.comngform.cfaq .gform_confirmation_message{
	color:#fff !important;
	text-align:center;
}
.grecaptcha-badge{
	display:none !important;
}
.elementor-33226 .elementor-element.elementor-element-92ec2bc .elementor-heading-title{
	text-indent:-5px;
}
.page-id-33519 .gform_sell .gform_confirmation_message{
    border:none;
}
.sell_acnts .elementor-column{
    text-align: center;
    margin: 0 0px;
    padding: 0 8px;
}
.sell_acnts .elementor-column .elementor-widget-wrap {
  background-color: #fff;
  padding: 20px 15px 30px;
}
.sell_acnts .elementor-column:hover{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.sell_acnts .elementor-column:hover .sa_num{
    background-image: linear-gradient(90deg, #FF8C66 0%, #CD2AAD 100%);
}
.sa_num{
  width: 70px;
  height: 70px;
  margin: auto;
    margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-image: linear-gradient(90deg, #282828 0%, #282828 100%);
  border-radius: 50%;
  font-size: 30px;
  font-weight: 800;
  font-family: "Montserrat", Sans-serif;
  margin-top: -55px;
}
.sell_acnts figure{
    padding:15px 0 10px;
}
.sa_para{
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: "Montserrat", Sans-serif;
  line-height: 1.5;
}

@media(max-width:1605px) {

}
@media(max-width:1649px) {
	.contact_bg {
		background-image: url() !important;
	}
	.get_ready_form .elementor-widget-container{
		margin-right:0 !important;
	}	
}
@media(max-width:1199px) {
	body .relprod .ue_woocommerce_product_carousel_sale_label{
		left:67% !important;
	}
	.epteam .elementor-image-box-img img {
		/*position: relative;
		bottom: 0;*/
		right: -310px;
		width:62%;
	}	
	.satclient .elementor-image-box-title span{
		font-size:22px;
		line-height:1.3;
	}	
	.buyinstng span.verfs{
		font-size:45px;
	}
	.expert_tm{
		overflow:hidden;
	} 
	.sa_para {
        font-size: 14px;
	}
	.sa_num {
        width: 50px;
        height: 50px;
        font-size:20px;
        margin-top: -45px;
	}
}
@media(max-width:991px) {
	.woocommerce-checkout .checkout {
		display: block;
	}
	.woocommerce-checkout .checkout .woocommerce-checkout-content {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.stepsec::before {
		top: 15%;
		left: 48.5%;
		height: 60%;
	}
	body .relprod .uc_buttons a.uc_btn.uc-direction{
		width:72% !important;
	}	
	.gocart {
		display: inline-block;
		margin-left: 0;
		float: none;
		margin-top: 10px;
	}
	.woocommerce-checkout .checkout > div.col-md-5 .woocommerce-checkout-review-order{
		margin-left:0;
	}
	.woocommerce-checkout .checkout > div.col-md-5{
		padding:0;
	}
	.set_price_box span.t1{
		font-size:36px;
	}
	.cbx {
		width: 100% !important;
	}
	.epteam .elementor-image-box-img img{
		width:66%;
	}
}
@media screen and (max-width:880px) and (min-width:768px){
	.jet-gallery-swiper-slider {
		padding: 0 30px;
	}
}
@media(max-width:840px) {
	.offerbtn a{
		max-width:400px !important;
	}
}
@media(max-width:820px) {
    .epteam .elementor-image-box-img img {
      width: 73%;
    }
}
@media(max-width:768px) {
	.woocommerce-cart .woocommerce table.shop_table.cart td.checkout {
		position: relative;
		right: 0;
		bottom: 0;
		border: none;
		width: 100%;
		left: 0;
		padding: 0;
		margin-top: 10px;
	}	
	.woocommerce-cart .woocommerce table.shop_table.cart td.checkout a{
		display:block;
		text-align:center;
	}	
	.woocommerce-cart .woocommerce table.cart tr.cart_item + tr{
		display:none;
	}	
	.gform_sell .gfield_repeater_item{
		display:block;
		padding-bottom:20px;
	}	
	.gform_sell .gfield_repeater_item .gfield_repeater_cell {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
	}
	.gform_sell .gfield_repeater_item .validation_message{
		margin-top:0;
		position:absolute;
	}
	.gfield_repeater_buttons .remove_repeater_item{
		margin-top: -72px;
		padding: 8px 15px;
	}
	.gform_sell .gfield_error .gfield_repeater_buttons .remove_repeater_item{
		margin-top:-72px;
	}	
	.epteam .elementor-image-box-img img {
	  width: 76%;
	}
}
@media(max-width:767px) {
	.sellaccount .elementor-tab-title{
		display:none;
	}
	.numcol{
		max-width:70px;
	}
	.stepsec::before{
		display:none;
	}	
	.relprod .owl-item a.uc_btn{
		font-size:16px !important;
		padding-top:14px !important;
	}
	.prodfilt .jet-sorting-select{
		min-width:100%;
	}
	.elementor-top-section .elementor-element-3fd7e3d {
		margin-left: auto;
		width: 10%;
		flex: 0 0 10%;
		max-width: 10%;
	}	
	body .relprod .ue_woocommerce_product_carousel_sale_label {
		left: 72% !important;
	}	
	div#page{
		overflow:hidden;
	}	
	nav.hfe-dropdown ul.sub-menu li a {
		color: #F06F7B !important;
	}	
	nav.hfe-dropdown ul.sub-menu li a:hover {
		color: #EF5254 !important;
	}	
	.instaform .wpcf7-field-groups .wpcf7-field-group-add {
		bottom: 35px;
		right: 150px;
	}
	body.single-product .elementor-widget-wc-add-to-cart a.add_to_cart_button {
		min-width: 100% !important;
	}	
	.instaform .wpcf7-field-group button.wpcf7-field-group-remove{
		top:0;
		right:15px;
	}	
	.instaform .wpcf7-field-group{
		margin-bottom:20px;
	}	
	.instaform .right{
		margin-top: 0;
	}	
	.gform_sell .gform_fields .gfield.gfield_html {
		font-size: 20px;
	}
	.gfield_repeater_buttons .remove_repeater_item {
		margin-top: 0;
		position: relative;
		top: -8px;
		float: right;
		right:0;
	}	
	.gform_sell .gfield_error .gfield_repeater_buttons .remove_repeater_item {
		margin-top: 0;
	}
	.lmp_load_more_button {
		padding-top: 30px;
	}
	body.single-product .elementor-widget-wc-add-to-cart a.add_to_cart_button:hover, .offerbtn a:hover, .elementor-element-a59f963 a.elementor-button:hover{
		background-color: #0099E9 !important;
	}
	header .hfe-nav-menu ul.sub-menu li a:hover{
		color:#fff !important;
	}
	.elementor-element-5f70ef2 	a.elementor-button:hover{
		background-color: #fff !important;
		color: #000 !important;
	}
	.relprod .owl-item{
		padding: 20px 0px 40px !important;
	}	
	.customer_details_customer_email span.woocommerce-input-wrapper input {
		width: 100% !important;
		margin: 0 0px 10px 0px !important;
	}	
	.abandoned_form {
		display: block !important;
	}
	.abandoned_form .c_details {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 20px;
	}
	.offerpop h3{
		margin:0;
	}
	.offerpop p label{
		font-size:14px;
		padding-bottom:0;
	}
	.offerpop p textarea{
		height:80px;
	}
	.hm_imgbox .elementor-widget-container {
		min-height: inherit;
	}
	#shopfilter select{
		width:100%;
	}
	.set_price_box{
		max-width:500px;
	}
	.set_price_box span.t1 {
		font-size: 25px;
	}
	.heateor_sss_sharing_container .heateor_sss_sharing_ul .heateor_sss_svg {
		margin: 0 5px;
		width: 70px !important;
	}
	.insts_price .elementor-image-box-img img {
		top: 0;
		margin-bottom: 20px;
	}
	.satclient .elementor-image-box-title span {
		font-size: 18px;
		margin-top:10px;
	}
	.expert_tm .elementor-image-box-img img, .safebox .elementor-image-box-img img{
		margin-bottom:20px;
	}
	.woocommerce p.cart-empty {
		min-height: 100px;
	}
	.whypara{
		margin-bottom:0 !important;
	}
	.whypara p{
		margin-bottom:10px;
	}
	.emlbox .elementor-image-box-content{
		padding-top:10px;
	}
	.whatcomn {
		width: 270px;
		background-size: 270px;
		height:283px;
		font-size: 14px;
		padding-top: 30px;
	}
	.whatcomn.what3 figure {
		margin-bottom: 10px;
	}
	.costbgs .elementor-widget-wrap{
		width: 250px;
		background-size: 250px !important;
		height: 259px;
	}
	.whatcomn figure {
		margin-bottom: 15px;
	}
	.cat_head h1 {
		font-size: 25px !important;
	}
	.whatgaps {
		padding: 0 25px;
	}
	.insts_price h3 br{
		display:none;
	}
	.pricebgs .elementor-widget-wrap {
		width: 300px;
		height: 298px;
		background-size: 298px !important;
	}
	.offerbtn a{
		max-width:100% !important;
	}
	#gform_fields_6 .gfield--width-half, #gform_fields_7 .gfield--width-half, #gform_fields_8 .gfield--width-half {
		max-width: 100%;
		min-width: 100%;
	}
	.epteam .elementor-image-box-img img {
		position: relative;
		right: 0;
		bottom: 0;
		width:100%;
	}
	.elementor-33226 .elementor-element.elementor-element-92ec2bc .elementor-heading-title{
		text-indent:-3px;
	}
	.para-head-style{
	    margin-bottom:10px !important;
	    margin-bottom: 10px !important;
        background-size: 260px;
        padding-left: 10px;
	}
	.sell_acnts .elementor-column {
      margin-bottom: 40px;
    }
    body .cat_head h1{
        margin-bottom:15px;
    }
    body .cat_head .h2_cat_styupdate1{
        font-size:18px !important;
        line-height:1.4;
    }
}
@media(max-width:550px) {
	.offerpop p input, .offerpop p textarea {
		width: 95%;
	}
	.sellaccount h2{
		font-size:20px;
		padding-bottom:0;
	}	
	.sellaccount p.acnt {
		padding-top: 0;
		font-size: 20px !important;
	}	
	.woocommerce-checkout .checkout > div{
		padding:20px;
	}	
	.checkout-review-total {
		font-size: 16px;
	}	
	.checkout-review-subtotal {
		font-size: 14px;
	}
	body .product-listing.woocommerce .product-item-wrap{
		width:50%;
		padding:0 10px 20px 10px !important;
	}	
	body .product-listing.woocommerce .product-item-wrap:nth-child(odd){
		clear:both;
	}	
	body .product-listing.woocommerce .product-item-wrap .product-thumb-one img{
		height: 300px !important;
		object-position:top;
		object-fit: cover !important;
	}		
	.uc_overlay_image_carousel .uc_prices > div {
		display: block;
	}	
	.uc_overlay_image_carousel span.icon{
		top:-5px;
		position:relative;
		width: 30px;
		height: 30px;
	}
	.relprod .owl-item a.uc_btn{
		padding-top:10px !important;
		padding-bottom:0 !important;
	}	
	body .relprod .ue_woocommerce_product_carousel_sale_label {
		left: inherit !important;
		font-size: 12px !important;
		top: 22px !important;
		right: 0;
		width: 54px;
		border-radius: 50px !important;
		padding: 5px !important;
	}
	body .relprod .uc_image_carousel_placeholder {
		/*padding: 0 15px;*/
	}
	body #fancybox-outer {
		width: 94%;
	}	
	#make-offer.hentry{
		padding:20px 20px 10px !important;
	}	
	.subm input[type="submit"] {
		width: 95%;
	}
	.product-item-inner{
		min-height:inherit;
	}	
	.feats .elementor-image-box-content{
		padding-top:10px;
	}
	.prev_next_buttons, .single-product .jet-gallery-swiper-thumb{
		display:none;
	}
	.relprod .owl-item{
		padding: 15px 10px 25px !important;
	}	
	.relprod .owl-item .uc_post_title.uc-direction{
		font-size:14px;
	}	
	body .relprod .uc_buttons a.uc_btn.uc-direction {
		width: 100% !important;
		font-size: 11px !important;
		max-width: 120px;
		padding: 10px 25px !important;

	}
	.instaform .wpcf7-field-groups .wpcf7-field-group-add {
		bottom: 90px;
		right: 0;
		margin: 0 10px;
		font-size: 14px;
	}
	.submt{
		padding-top:70px;
	}
	.instaform .wpcf7-field-groups .wpcf7-field-group-remove{
		margin: 0 10px;
		font-size: 14px;
	}	
	.gfield_repeater_buttons{
		text-align:right;
	}	
	.gfield_repeater_buttons .add_repeater_item {
		bottom: 70px;
		right: 0;
		font-size:16px;
	}
	.gfield_repeater_items .gfield_repeater_item:last-child .gfield_repeater_buttons{
		padding-bottom:80px;
	}	
	.single-product .uc_post_title a{
		font-size:16px !important;
		/*white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;*/
		display: block;
	}	
	.relprod .uc_sale_price bdi{
		font-size:16px;
	}
	.btnm a.elementor-button:hover{
		background-color: #0099E9 !important;
	}
	.single-product h1.entry-title{
		padding-top: 15px;
	}	
	.gocart{
		display:block;
		max-width:140px;
	}	
	.woocommerce-checkout-payment li.payment_method_whish input{
		margin-top: -19px !important;
	}
	.payment_methods li.payment_method_whish label{
		padding-bottom: 28px;
		background-position: bottom left;
	}	
	.relprod .owl-carousel .owl-item {
		/*min-height: 600px;*/
	}	
	.woocommerce-checkout-payment li.payment_method_coinbase_commerce_gateway input{
		width:25px !important;
	}
	.cgap br{
		display:block;
	}
	.br_break{
		display:inline;
	}
	.need_block .elementor-widget-container > span {
		width: 180px;
		font-size: 11px;
		top: -6px;
	}
	.set_price_box span.t2 {
		font-size: 11px;
		right: 13%;	
	}
	.set_price_box span.t1 {
		font-size: 16px;
	}
	.cgap br{
		display:none;
	}
	.buyinstng span.byinsta{
		font-size:26px;
		padding-bottom:3px;
	}
	.buyinstng span.verfs {
		font-size: 30px;
	}
	.product_items .proitem a.pro_title{
		min-height:40px;
	}
	.buyacc p {
		width: 250px;
		height: 33px;
		padding: 8px 0 8px 10px;
		background-size: 250px;
		margin-bottom: 10px;
	}
	.elementor-33228 .elementor-element.elementor-element-2dfb004 .elementor-button {
		line-height: 1;
	}
}
@media(max-width:399px) {
	.woocommerce .elementor-33228 .elementor-element.elementor-element-53edd34 .price{
		font-size: 26px;
	}	
	.woocommerce .elementor-33228 .elementor-element.elementor-element-53edd34 .price ins{
		font-size: 30px;
	}
	.offerbtn a,
	.elementor-33228 .elementor-element.elementor-element-2dfb004 .elementor-button{
		padding: 5%;
	}
}
@media screen and (max-width: 1320px) and (min-width: 1280px) {
 .verified_bg{
 	background-position: left center !important;
 	background-image: url("https://www.toofame.com/wp-content/uploads/2023/05/girl-blue.png") !important;
 	background-size: contain;
 }
}
@media screen and (max-width: 1279px) and (min-width: 1025px) {
.verified_bg{
 	background-position: left center !important;
  	background-size: contain;
	background-image: url("https://www.toofame.com/wp-content/uploads/2023/05/girl-blue.png") !important;
} 	
.mobtexts{
  margin-left: -100px;
}	
}
@media screen and (max-width: 1279px) and (min-width: 1125px) {
.mobtexts{
  margin-left: 0px;
}
}
@media screen and (max-width: 1125px) and (min-width: 1025px) {
.mobtexts{
  margin-left: 30px;
}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
.verified_bg{
 	background-position: left center !important;
  	background-size: contain;
	background-image: url("https://www.toofame.com/wp-content/uploads/2023/05/girl-blue-tab.png") !important;
} 
.mobtexts{
  margin-left: -70px;
}	
}
@media screen and (max-width: 1010px) and (min-width: 931px) {
.mobtexts{
  margin-left: -30px;
}
}
@media screen and (max-width: 930px) and (min-width: 768px) {
.verified_bg h2{
  font-size: 18px !important;
}	
.verified_bg h3{
  font-size: 30px !important;
}	
.mobtexts {
  margin-left: -30px;
}	
.mobtexts p {
  font-size: 14px;
  line-height: 1.5;
}
.verified_bg .elementor-container{
	min-height:inherit !important;
}	
}
@media screen and (max-width: 767px) and (min-width: 400px) {
	body.single-product .elementor-widget-wc-add-to-cart a.add_to_cart_button, .offerbtn .makebtn   {
		max-width: 350px !important;
		width: 100%;
		min-width: 350px !important;
		margin: auto;
	}
}

