/*
Theme Name:         HandMade
Theme URI:          http://themes.g5plus.net/handmade/
Description:        HandMade theme framework is a WordPress starter theme based on HTML5 Boilerplate & Bootstrap. <a href="http://www.g5plus.net">Visit site</a>
Version:            3.7
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, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:    g5plus-handmade
Domain Path:    /languages/
*/

/**
 * Table of Contents:
 *
 * 1.0 - Core
 * 2.0 - Template
 * 3.0 - Header
 * 4.0 - Footer
 * 5.0 - Widget
 * 6.0 - Blog
 * 7.0 - Woocommerce
 * 8.0 - ShortCode
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 - Core
 * ----------------------------------------------------------------------------
 */
@-moz-keyframes spinner {
  0% {
    transform: rotate(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);
  }
}
.handmade-testimonial h3 .handmade-post h3,
.handmade-ourteam h6,
.handmade-icon-box h3,
.p-font {
  font-family: 'Varela Round';
}
.handmade-testimonial.style1 h3,
.s-font,
.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title,
.widget-title-s-font .widget-title,
.entry-comments h3.comments-title,
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text {
  font-family:'Varela Round' !important;
}
.post-navigation {
  padding: 0;
  display: table;
  width: 100%;
  position: relative;
  margin-top: -1px;
}
.post-navigation .nav-links {
  width: 100%;
  margin: 0 auto;
  display: table;
  border-top: solid 1px #eeeeee;
  border-bottom: solid 1px #eeeeee;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
  position: relative;
  vertical-align: middle;
  padding: 15px 0;
  width: 50%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
}
.post-navigation .nav-previous .post-navigation-content,
.post-navigation .nav-next .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: 0.75em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #777777;
}
.post-navigation .post-navigation-title {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  color: #333333;
}
.post-navigation .post-navigation-icon {
  font-size: 14px;
  line-height: 1em;
  width: 60px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  color: #777777;
}
.post-navigation .nav-links .nav-next .post-navigation-icon {
  right: 0;
}
/* -----------------------------------------------------------------------------
 * Wordpress Default Style
 * -------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}
.alignnone {
  margin: 15px 15px 0 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
.alignright {
  float: right;
  margin: 15px 0 15px 15px;
}
.alignleft {
  float: left;
  margin: 15px 15px 15px 0;
}
.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}
a img.alignright {
  float: right;
  margin: 15px 0 0 15px;
}
a img.alignnone {
  margin: 15px 15px 0 0;
}
a img.alignleft {
  float: left;
  margin: 15px 15px 0 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  text-align: center;
  max-width: 100%;
}
.wp-caption.alignnone {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignleft {
  margin: 15px 15px 30px 0;
}
.wp-caption.alignright {
  margin: 15px 0 30px 15px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  opacity: 0.7;
  line-height: 17px;
  margin: 1em 0 0 0;
  padding: 0 10%;
}
.wp-post-image {
  height: auto;
  max-width: 100%;
}
.sticky {
  opacity: 1;
}
.bypostauthor {
  opacity: 1;
}
/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */
.gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}
.gallery:before {
  content: "";
  display: table;
}
.gallery:after {
  clear: both;
  content: "";
  display: block;
}
.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}
.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
  text-align: center;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(21%);
  max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(16%);
  max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(12.7%);
  max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(10.28%);
  max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(8.5%);
  max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(7.1%);
  max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
}
.gallery-caption:before {
  box-shadow: 0 -10px 15px #000000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
}
.g5plus-page-links {
  font-size: 0;
  margin-bottom: 30px;
}
.g5plus-page-links-title {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 0;
  color: #858585;
  font-weight: normal;
  margin-right: 20px;
}
.g5plus-page-link {
  display: inline-block;
  margin-right: 4px;
  font-size: 14px;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #888;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.g5plus-page-links .g5plus-page-link:hover,
.g5plus-page-links > .g5plus-page-link {
  color: #fff;
}
/**
 * 2.0 - Template
 * ----------------------------------------------------------------------------
 */
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a,
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
body {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #777777;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333333;
}
.container .container,
.has-sidebar .site-content-page-inner .container,
.has-sidebar .site-content-archive-inner .container {
  padding: 0;
}
.container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
#wrapper {
  background-color: #fff;
}
body.boxed #wrapper {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  body.float {
    padding: 20px !important;
  }
}
div,
iframe,
img {
  margin: 0;
  padding: 0;
}
p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
::selection {
  color: #ffffff;
}
::-moz-selection {
  color: #ffffff;
}
a,
a:hover,
a.active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #1e73be;
}
a:focus,
a.active {
  color: #1e73be;
}
input,
textarea,
button,
select {
  outline: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.under-construction,
.coming-soon {
  text-align: center;
}
.under-construction .logo,
.coming-soon .logo {
  max-width: 380px;
  max-height: 380px;
  margin: auto;
}
.under-construction .title,
.coming-soon .title {
  line-height: 1;
}
.under-construction .title,
.coming-soon .title {
  font-size: 36px;
  margin-top: 40px;
}
.under-construction .sub-title,
.coming-soon .sub-title {
  font-size: 16px;
  margin-top: 30px;
}
.under-construction .entry-content .mc4wp-form,
.coming-soon .entry-content .mc4wp-form {
  margin-top: 50px;
}
.under-construction .entry-content .mc4wp-form label,
.coming-soon .entry-content .mc4wp-form label {
  display: none;
}
.under-construction .entry-content .mc4wp-form input,
.coming-soon .entry-content .mc4wp-form input {
  display: none;
}
.under-construction .entry-content .mc4wp-form input[type="email"],
.coming-soon .entry-content .mc4wp-form input[type="email"] {
  border: solid 2px #DDDDDD;
  background-color: #fff;
  color: #888;
  width: 370px;
  display: block;
  padding-right: 30px;
}
.under-construction .entry-content .mc4wp-form input[type="submit"],
.coming-soon .entry-content .mc4wp-form input[type="submit"] {
  display: none;
}
.under-construction .entry-content .mc4wp-form p,
.coming-soon .entry-content .mc4wp-form p {
  display: inline-block;
}
.under-construction .entry-content .mc4wp-form span.email,
.coming-soon .entry-content .mc4wp-form span.email {
  display: inline-block;
  position: relative;
}
.under-construction .entry-content .mc4wp-form span.email i,
.coming-soon .entry-content .mc4wp-form span.email i {
  position: absolute;
  right: 14px;
  top: 14px;
}
.under-construction p .sub-title {
  line-height: 1;
}
/*-------------------------------------
INPUT
---------------------------------------*/
input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
textarea,
select {
  padding: 0 15px;
  font-size: 14px;
  color: #878787;
  height: 42px;
  line-height: 1;
  background-color: #f5f5f5;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
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 {
  height: auto;
  padding-top: 15px;
}
select {
  max-width: 100%;
}
.block-center:before {
  content: "";
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}
.block-center {
  height: 100%;
  width: 100%;
  text-align: left;
}
.block-center-inner {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  /*text-align: left;*/
  vertical-align: middle;
  max-width: 95%;
}
.block-center-inner > * {
  margin: auto;
}
.overflow-hidden {
  overflow: hidden !important;
}
/* MODAL SEARCH
/*-------------------------*/
#g5plus-modal-search {
  z-index: 999999;
  overflow: auto;
}
#g5plus-modal-search.modal.in .modal-backdrop.in {
  opacity: 0.97;
  height: 100%;
  position: fixed;
  background: #fff;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#g5plus-modal-search.modal.in .g5plus-modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#g5plus-modal-search .g5plus-modal-dialog {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
#g5plus-modal-search .g5plus-dismiss-modal {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 24px;
  line-height: 1;
  color: inherit;
  z-index: 1040;
  cursor: pointer;
}
#g5plus-modal-search .g5plus-modal-search {
  padding: 80px 30px 60px;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: inherit;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 1140px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:before,
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
  content: " ";
  display: table;
}
#g5plus-modal-search .g5plus-modal-search .g5plus-search-wrapper:after {
  clear: both;
}
#g5plus-modal-search .g5plus-modal-search input[type="search"] {
  border: none;
  outline: none;
  display: block;
  float: left;
  width: 100%;
  padding-right: 60px;
  padding-left: 20px;
  background-color: transparent;
  font-size: 22px;
  color: inherit;
}
#g5plus-modal-search .g5plus-modal-search button {
  position: absolute;
  display: block;
  color: inherit;
  bottom: 5px;
  right: 0;
  line-height: 1;
  border: none;
  outline: none;
  font-size: 24px;
  background-color: transparent;
}
#g5plus-modal-search .ajax-search-result {
  margin: auto;
  max-width: 1140px;
  background: rgba(77, 77, 77, 0.1);
}
#g5plus-modal-search .ajax-search-result > ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
}
#g5plus-modal-search .ajax-search-result li {
  padding: 5px 20px;
  color: inherit;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#g5plus-modal-search .ajax-search-result li:hover,
#g5plus-modal-search .ajax-search-result li.selected {
  background-color: rgba(127, 127, 127, 0.1);
}
#g5plus-modal-search .ajax-search-result li > a {
  color: #333;
}
#g5plus-modal-search .ajax-search-result li + li {
  border-top: dotted 1px rgba(77, 77, 77, 0.1);
}
#g5plus-modal-search .ajax-search-result li.search-view-more {
  font-size: 14px;
  font-style: italic;
}
#g5plus-modal-search .ajax-search-result li.search-view-more a {
  text-decoration: underline;
}
#g5plus-modal-search .ajax-search-result li span {
  color: #555;
  float: right;
}
#g5plus-modal-search i.ajax-search-icon {
  color: inherit;
}
#g5plus-modal-search div.search-view-more {
  background-color: rgba(255, 255, 0, 0.1);
  padding: 5px 20px;
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  text-align: center;
}
#g5plus-modal-search div.search-view-more i.wicon {
  vertical-align: middle;
}
/* SEARCH STANDARD
/*-------------------------*/
#search_popup_wrapper .search-popup-inner {
  margin: 1em 0;
}
#search_popup_wrapper .search-popup-inner > input {
  width: 90%;
  margin-bottom: 20px;
  font-size: 18px;
}
#search_popup_wrapper .search-popup-inner > button {
  width: 120px;
  border-style: double;
  border-width: 4px;
  background-color: transparent;
  text-transform: uppercase;
}
.error404 section.page-title-wrap {
  margin-bottom: 0;
}
.error404 .page-title-inner {
  font-size: 32px;
}
.page404 {
  margin-top: 80px;
}
.page404 .content-wrap {
  text-align: center;
  padding: 100px 15px;
}
.page404 h2 {
  text-align: center;
  font-size: 80px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding: 74px 40px;
  color: #fff;
  border: solid 2px #fff;
}
.page404 h4.description {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
.page404 div.return {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  position: relative;
  color: #fff;
}
.page404 div.return a {
  color: #fff;
}
.page404 div.return a:hover {
  color: #fff;
  text-decoration: underline;
}
.back-to-top {
  position: fixed;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 5;
  -webkit-transform: translateX(100px);
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border: 2px solid #1e1e1e;
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.back-to-top i {
  font-size: 22px;
}
.back-to-top:hover {
  text-decoration: none;
  color: #1e1e1e;
}
.back-to-top.in {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
@media only screen and (min-width: 768px) {
  body.float .back-to-top {
    bottom: 30px;
    right: 30px;
  }
}
.under-construction-wrap {
  background-color: #eee;
}
.under-construction-wrap .logo {
  background-color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 46px;
}
.under-construction-wrap .page-title-margin-bottom {
  margin-bottom: 140px;
}
.under-construction-wrap .social a {
  height: 30px;
  width: 30px;
  background-color: #555;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
}
.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
}
#wrapper-content {
  background-color: #fff;
  z-index: 1;
  position: relative;
}
#wrapper-content > main[role='main'] {
  overflow: hidden;
}
#site-loading {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.site-loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
.wpb_map_wraper iframe {
  display: block;
  pointer-events: none;
}
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}
/*----------------------------------
Custom Revolution slider
-----------------------------------*/
.tparrows.preview1 {
  width: 34px;
}
.tparrows.preview1:after {
  width: 34px;
  font-size: 26px;
  font-family: "fontawesome";
  background: rgba(0, 0, 0, 0.4);
}
.tp-leftarrow.preview1:after {
  content: "\f104";
}
.tp-rightarrow.preview1:after {
  content: "\f105";
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  opacity: 0;
}
.tparrows.preview1:hover:after {
  color: #fff;
}
.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: 30px;
}
.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;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}
.toggle-icon-wrapper .toggle-icon:after,
.toggle-icon-wrapper .toggle-icon:before {
  background: none repeat scroll 0 0 #000;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 80%;
}
.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 {
  background: transparent;
}
.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);
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
/*-------------------------
Loading
---------------------------*/
.loading-wrapper {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.spinner-double-section-far {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid #aaa;
  -webkit-animation: spinner 1.2s linear infinite;
  -moz-animation: spinner 1.2s linear infinite;
  -ms-animation: spinner 1.2s linear infinite;
  -o-animation: spinner 1.2s linear infinite;
  animation: spinner 1.2s linear infinite;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  content: '';
  position: absolute;
  top: -3.125px;
  left: -3.125px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3.125px solid transparent;
  border-top-color: tomato;
}
.spinner-double-section-far:after {
  border-top-color: transparent;
  border-bottom-color: tomato;
}
.spinner-double-section-far:before,
.spinner-double-section-far:after {
  top: -9.375px;
  left: -9.375px;
  width: 62.5px;
  height: 62.5px;
}
.modal {
  z-index: 99999;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.in {
  opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #FFFFFF;
  font-size: 24px;
  display: block;
  line-height: 1;
}
#popup-product-quick-view-wrapper .popup-close {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 1;
  top: 0;
  right: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#popup-product-quick-view-wrapper .popup-close:hover {
  color: #fff;
  background-color: #333333;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.entry-content .mc4wp-form input[type="submit"] {
  padding-top: 14px;
  padding-bottom: 12px;
}
.entry-content .mc4wp-form input[type="email"] {
  width: 296px;
  height: 44px;
  display: inline-block;
}
.social.icon {
  line-height: 1;
}
.social.icon a {
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #999;
  text-align: center;
  margin-right: 10px;
  line-height: 30px;
}
.social.icon a i {
  color: #fff;
}
.social.icon-text {
  line-height: 1;
}
.social.icon-text a {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  border-right: solid 1px #ddd;
  line-height: 1;
}
.social.icon-text a span {
  text-transform: uppercase;
  color: #777;
  padding-right: 10px;
  font-size: 11px;
}
.social.icon-text a:last-child {
  border: none;
}
.social.icon-text a:last-child span {
  padding-right: 0;
}
.center {
  text-align: center;
}
/*--------Contact Form 7 Slider*/
.contact-form-7-slider-wrap {
  background-color: #fff;
  padding: 10px;
  width: 444px;
}
.contact-form-7-slider-wrap .contact-form-7-slider-inner {
  padding: 45px 25px;
  border-style: solid;
  border-width: 1px;
}
.contact-form-7-slider-wrap h3.title {
  font-size: 35px;
  text-align: center;
  margin-bottom: 15px;
}
.contact-form-7-slider-wrap .form-contact-wrap {
  margin: 0 -5px;
}
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap,
.contact-form-7-slider-wrap .form-submit {
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
  width: 100%;
}
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-name,
.contact-form-7-slider-wrap .form-submit.your-name,
.contact-form-7-slider-wrap span.wpcf7-form-control-wrap.your-email,
.contact-form-7-slider-wrap .form-submit.your-email {
  width: 50%;
}
.contact-form-7-slider-wrap input {
  width: 100%;
}
.contact-form-7-slider-wrap span.wpcf7-not-valid-tip {
  font-size: 12px;
  white-space: normal;
}
.contact-form-7-slider-wrap .form-submit {
  text-align: right;
  margin-top: 5px;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"] {
  background-color: transparent;
  padding: 0;
  text-decoration: underline;
  font-size: 15px;
  width: auto;
}
.contact-form-7-slider-wrap .form-submit input[type="submit"]:hover {
  background-color: transparent;
}
.contact-form-7-slider-wrap .wpcf7-textarea {
  height: 100px;
}
@media only screen and (max-width: 768px) {
  .under-construction .content,
  .coming-soon .content {
    padding-top: 270px;
    padding-bottom: 270px;
  }
}
@media only screen and (max-width: 600px) {
  .under-construction .content,
  .coming-soon .content {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 400px) {
  .under-construction .content,
  .coming-soon .content {
    margin-left: 15px;
    margin-right: 15px;
  }
  .under-construction .logo,
  .coming-soon .logo {
    max-width: 250px;
    max-height: 250px;
  }
  .under-construction .title,
  .coming-soon .title {
    font-size: 36px;
    margin-top: 40px;
  }
  .under-construction .sub-title,
  .coming-soon .sub-title {
    font-size: 16px;
    margin-top: 30px;
  }
  .under-construction .entry-content .mc4wp-form input[type="email"],
  .coming-soon .entry-content .mc4wp-form input[type="email"] {
    width: auto;
  }
}
@media only screen and (max-width: 350px) {
  .page404 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .page404 .content-wrap {
    padding: 15px;
  }
  .page404 h2 {
    font-size: 60px;
  }
  .page404 h4.description,
  .page404 div.return {
    font-size: 15px;
  }
}
.handmade-bottom-bar {
  padding-top: 34px;
  text-align: center;
}
.handmade-bottom-bar p {
  line-height: 1.6;
  margin-bottom: 0;
  color: #666666;
}
/*-------------------------------------
PAGE TITLE
---------------------------------------*/
.page-title-wrap {
  /* height: 230px; */
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.page-title-wrap .container {
  height: 100%;
}
.page-title-left .block-center {
  text-align: left;
}
.page-title-right .block-center {
  text-align: right;
}
.page-title-inner {
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.page-title-inner h1 {
  margin-bottom: 0;
}
.page-title-inner .page-sub-title {
  letter-spacing: 0.05em;
  margin-top: 0;
  display: block;
}
.page-title-wrap-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.page-title-parallax {
  background-attachment: fixed;
}
.page-title-overlay {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.3;
}
.page-title-no-margin-top {
  margin-top: 0 !important;
}
.page-title-no-margin-bottom {
  margin-bottom: 0 !important;
}
/*-------------------------------------
BREADCRUMB
---------------------------------------*/
.breadcrumb-wrap {
  border-bottom: 2px solid #eeeeee;
}
ul.breadcrumbs {
  padding: 32px 0;
  margin: 0;
  list-style-type: none;
}
ul.breadcrumbs li {
  display: inline-block;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  line-height: 1.2;
}
ul.breadcrumbs li + li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}
.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;
  visibility: hidden;
}
.dialog.dialog--open {
  visibility: visible;
}
.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 button[data-dialog-close] {
  position: absolute;
  border: none;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #fff;
}
.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;
  }
}
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
 */
.sidebar-top-drawer.sidebar aside {
  margin-top: 0;
}
.sidebar-top-drawer.sidebar aside + aside {
  margin-top: 0;
}
.top-bar {
  background-color: #f9f9f9;
  color: #878787;
  position: relative;
  z-index: 998;
  font-size: 14px;
  font-weight: 400;
  line-height: 56px;
}
.top-bar .sidebar aside {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
.top-bar .sidebar aside + aside {
  margin-left: 30px;
}
.top-bar > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-bar > ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.top-bar > ul li + li {
  margin-left: 20px;
}
.top-bar ul.top-bar-info li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.top-bar ul.top-bar-info li > a {
  vertical-align: middle;
  line-height: 2;
  color: inherit;
}
.top-bar ul.top-bar-info li + li {
  margin-left: 20px;
}
.top-bar ul.top-bar-info i.fa {
  font-size: 14px;
  padding-right: 5px;
  vertical-align: middle;
}
.top-bar .sidebar {
  color: #878787;
}
.top-bar .sidebar h4.widget-title {
  color: #878787;
}
.top-bar .sidebar #wp-calendar caption,
.top-bar .sidebar #wp-calendar thead th {
  color: #878787;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li {
  display: inline-block;
  position: relative;
  border: none;
  color: inherit;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li:before {
  display: none;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
  display: block;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li > a {
  padding: 0;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu li > a:hover {
  padding-left: 0;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li {
  padding: 0;
  margin: 0;
  line-height: 56px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li {
  margin-left: 30px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li + li:before {
  background-color: #d3d3d3;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul {
  display: none;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 100%;
  background-color: #fff;
  color: #333;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  min-width: 150px;
  -webkit-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.3);
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li {
  display: block;
  white-space: nowrap;
  padding: 8px 0;
  margin: 0;
  line-height: 28px;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
  border-top: solid 1px #f0f0f0;
}
.top-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
  left: 100%;
  top: 0;
}
.top-bar .sidebar .widget.base-primary-color i.fa,
.top-bar .sidebar .widget.base-primary-color a {
  color: #878787;
}
.top-bar .sidebar .widget.base-primary-color.widget_nav_menu > div > ul.menu > li + li:before,
.top-bar .sidebar .widget.base-primary-color.separate-left:before,
.top-bar .sidebar .widget.base-primary-color.separate-right:after {
  background-color: #878787;
}
.top-bar .sidebar .separate-left {
  position: relative;
}
.top-bar .sidebar .separate-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.top-bar .sidebar .separate-left:before {
  background-color: #d3d3d3;
}
.top-bar .sidebar .separate-right {
  position: relative;
}
.top-bar .sidebar .separate-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 1px;
  height: 16px;
  margin: auto;
}
.top-bar .sidebar .separate-right:after {
  background-color: #d3d3d3;
}
.top-bar .sidebar a {
  color: inherit;
}
.top-bar .sidebar .widget .custom-dropdown-list > ul li > a {
  color: #333;
}
.top-bar .sidebar .widget #lang_sel > ul {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.top-bar .sidebar .widget #lang_sel > ul > li {
  padding: 0;
  display: block;
  list-style: none;
}
.top-bar .sidebar .widget #lang_sel > ul > li > a:after {
  content: "\f107";
  font-family: 'fontawesome';
  display: inline-block;
}
.top-bar .sidebar .widget #lang_sel > ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.top-bar .sidebar .widget #lang_sel > ul ul > li {
  list-style: none;
  padding: 0 15px;
  display: block;
  line-height: 32px;
}
.top-bar .sidebar .widget #lang_sel > ul ul > li img {
  padding-right: 5px;
}
.top-bar .sidebar .widget #lang_sel > ul:hover ul {
  display: block;
}
.top-bar .top-bar-left {
  text-align: left;
}
.top-bar .top-bar-right {
  text-align: right;
}
.top-bar .top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul {
  left: auto;
  right: 100%;
}
.top-bar .top-bar-center {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .top-bar {
    position: relative;
    z-index: 998;
    background: #F8F8F8;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    text-align: center;
  }
  .top-bar-right.sidebar .widget_nav_menu > div > ul.menu ul ul {
    right: auto;
    left: 100%;
  }
  body.header-2 .top-bar {
    position: relative;
  }
}
@media screen and (max-width: 479px) {
  .top-bar ul.top-bar-info li {
    display: block;
    margin-left: 0 !important;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
    width: auto !important;
    display: block !important;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
    margin-left: auto !important;
    margin-top: 10px;
  }
}
.main-menu-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
body.menu-mobile-in .main-menu-overlay {
  opacity: 1;
  z-index: 298;
  pointer-events: auto;
  cursor: url(assets/images/close.png) 15 15, default;
}
@media screen and (min-width: 1370px) {
  header.main-header .header-nav-wrapper.nav-fullwith {
    padding-left: 100px;
    padding-right: 100px;
  }
  header.main-header .header-nav-wrapper.nav-fullwith .container {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .header-mobile-before,
  .header-mobile-wrapper,
  li.menu-fly-search {
    display: none !important;
  }
  .logo-sticky {
    list-style: none;
    line-height: 70px;
    display: none;
    vertical-align: middle;
  }
  header.main-header .header-wrapper {
    display: table;
    position: relative;
    width: 100%;
  }
  header.main-header .header-left {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  header.main-header .header-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
  }
  header.main-header .header-left.text-center,
  header.main-header .header-right.text-center {
    text-align: center;
  }
  header.main-header .header-logo {
    height: 174px;
  }
  header.main-header .header-logo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  header.main-header .header-logo > a > img {
    max-height: 134px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
  }
  header.main-header .header-nav-wrapper {
    background-color: #ffffff;
    left: 0;
    right: 0;
    z-index: 997;
  }
  header.main-header .header-customize {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    color: #191919;
    margin-left: 30px;
  }
  header.main-header .header-customize-left,
  header.main-header .header-customize-right {
    color: #3f3f3f;
  }
  header.main-header .header-customize-left .search-box input,
  header.main-header .header-customize-right .search-box input {
    color: #3f3f3f;
  }
  header.main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total,
  header.main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total {
    background-color: #3f3f3f;
    color: #fff;
  }
  header.main-header .header-customize-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header.main-header .header-customize-item + .header-customize-item {
    position: relative;
    margin-left: 30px;
  }
  header.main-header .header-customize .search-button-wrapper + .shopping-cart-wrapper,
  header.main-header .header-customize .shopping-cart-wrapper + .search-button-wrapper {
    margin-left: 15px;
  }
  header.main-header .header-customize .header-customize-item + .shopping-cart-wrapper.with-price .widget_shopping_cart_icon > i {
    width: 32px;
    text-align: left;
  }
  header.main-header .header-customize-separate .header-customize-item + .header-customize-item:before {
    content: '';
    position: absolute;
    left: -15px;
    display: block;
    width: 1px;
    height: 16px;
    background-color: #eeeeee;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header.main-header .icon-search-menu {
    width: 43px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    font-size: 17px;
    display: inline-block;
    text-align: center;
  }
  header.main-header .search-button-wrapper.style-round .icon-search-menu,
  header.main-header .shopping-cart-wrapper.no-price.style-round .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
  }
  header.main-header .search-button-wrapper.style-bordered .icon-search-menu,
  header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: transparent;
    border: solid 2px #eeeeee;
    line-height: 39px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header ul.header-social-profile-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
  }
  header.main-header ul.header-social-profile-wrapper li {
    display: inline-block;
  }
  header.main-header ul.header-social-profile-wrapper li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  header.main-header ul.header-social-profile-wrapper li a:hover {
    color: #191919;
  }
  header.main-header ul.header-social-profile-wrapper li + li {
    margin-left: 20px;
  }
  header.main-header .search-box input {
    border: solid 1px #eeeeee;
    color: #191919;
    background-color: transparent;
    height: 50px;
    line-height: 48px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    vertical-align: top;
  }
  header.main-header .search-box button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 20px;
    margin: auto;
    padding: 0;
    line-height: 1;
  }
  header.main-header .search-box-wrapper > form {
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
    line-height: 30px;
    border: none;
  }
  header.main-header .search-box-wrapper > form input {
    width: 300px;
  }
  header.main-header .ajax-search-result {
    position: absolute;
    top: 100%;
    z-index: 999;
    background-color: #fff;
    left: 0;
    right: 0;
    border: solid 1px #eeeeee;
    border-top: none;
  }
  header.main-header .ajax-search-result > ul {
    position: relative;
    display: block;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1.8;
  }
  header.main-header .ajax-search-result > ul > li {
    padding: 10px 15px;
    position: relative;
  }
  header.main-header .ajax-search-result > ul > li:after {
    content: '';
    display: block;
    clear: both;
  }
  header.main-header .ajax-search-result > ul > li img {
    float: left;
    width: 50px;
    margin-right: 15px;
  }
  header.main-header .ajax-search-result > ul > li.no-result {
    text-align: center;
  }
  header.main-header .ajax-search-result > ul > li.selected,
  header.main-header .ajax-search-result > ul > li:hover {
    background-color: #fafafa;
  }
  header.main-header .ajax-search-result > ul > li.selected + li:before,
  header.main-header .ajax-search-result > ul > li:hover + li:before {
    display: none;
  }
  header.main-header .ajax-search-result > ul > li + li.selected:before,
  header.main-header .ajax-search-result > ul > li + li:hover:before {
    display: none;
  }
  header.main-header .ajax-search-result > ul > li a {
    color: #191919;
  }
  header.main-header .ajax-search-result > ul > li + li:before {
    content: '';
    position: absolute;
    display: block;
    margin: auto;
    left: 15px;
    right: 15px;
    top: 0;
    border-top: solid 1px #eeeeee;
  }
  header.main-header .ajax-search-result .search-view-more {
    text-align: center;
    line-height: 40px;
    background-color: #ededed;
    border-top: solid 1px #d9d9d9;
  }
  header.main-header .search-with-category {
    width: 620px;
  }
  header.main-header .search-with-category > .search-with-category-inner {
    line-height: 50px;
  }
  header.main-header .search-with-category .form-search-left {
    float: left;
    width: 186px;
    position: relative;
  }
  header.main-header .search-with-category .form-search-left > span {
    border: solid 2px #eee;
    display: inline-block;
    height: 50px;
    line-height: 46px;
    vertical-align: middle;
    width: 100%;
    border-right: none;
    padding: 0 20px;
    font-size: 15px;
    cursor: pointer;
    text-align: left;
  }
  header.main-header .search-with-category .form-search-left > span:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    height: 17px;
    font-size: 17px;
    line-height: 1;
  }
  header.main-header .search-with-category .form-search-right {
    padding-left: 186px;
  }
  header.main-header .search-with-category .form-search-right input[type="text"] {
    width: 100%;
  }
  header.main-header .search-with-category .search-category-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: -2px;
    overflow: auto;
    padding: 5px 0;
    list-style: none;
    margin: 0;
    border: solid 2px #eeeeee;
    border-top: none;
    background-color: #fff;
    line-height: 36px;
    z-index: 999;
    max-height: 380px;
  }
  header.main-header .search-with-category .search-category-dropdown li > span {
    cursor: pointer;
    padding: 0 15px;
    display: block;
    text-align: left;
    color: #333;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header.main-header .search-with-category .search-category-dropdown ul li > span {
    padding-left: 30px;
  }
  header.main-header .search-with-category .search-category-dropdown ul ul li > span {
    padding-left: 45px;
  }
  header.main-header .search-with-category .search-category-dropdown li > span:hover {
    color: #fff;
  }
  header.main-header .search-with-category .search-category-dropdown ul {
    padding: 0;
    list-style: inside;
  }
  header.main-header .search-with-category .search-box input {
    border-width: 2px;
    line-height: 46px;
  }
  header.main-header .search-with-category .ajax-search-result {
    border-width: 2px;
  }
  header.main-header .menu-wrapper {
    font-family: 'Varela Round';
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .menu-wrapper .x-nav-menu {
    position: static;
    display: inline-block;
    vertical-align: middle;
  }
  header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 70px;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu li > a {
    color: #333333;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 14px;
  }
  header.main-header .menu-wrapper .x-nav-menu li.x-header-column > a.x-menu-a-text,
  header.main-header .menu-wrapper .x-nav-menu li.x-header-column:hover > a.x-menu-a-text {
    color: #333333 !important;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu {
    border: solid 2px #ededed;
    background-color: #ffffff;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard {
    padding: 10px 0;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li {
    padding-left: 25px;
    padding-right: 25px;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text {
    padding-right: 20px;
    line-height: 45px;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text > span {
    position: relative;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li > a.x-menu-a-text > span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    width: 0;
    border-top: solid 1px #333333;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
  }
  header.main-header .menu-wrapper .x-nav-menu li > ul.x-sub-menu-standard > li + li > a.x-menu-a-text {
    border-top: solid 1px #ededed;
  }
  header.main-header .menu-wrapper .x-nav-menu > li > a {
    color: #191919;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu b.x-caret {
    right: 0;
    color: #2D3339;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu b.x-caret:before {
    font-family: "FontAwesome";
    content: '\f178';
    font-size: 11px;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text {
    font-weight: 400;
    font-size: 22px;
    font-family:'Varela Round' !important;
    letter-spacing: 0.05em;
    position: relative;
    display: block;
    color: #000000;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-header-column > a.x-menu-a-text:before {
    border-top: solid 1px #ededed;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item ul.x-sub-menu {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item > ul.x-sub-menu-standard > li {
    padding-left: 0;
    padding-right: 0;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item a.x-menu-a-text {
    line-height: 28px;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab {
    padding: 15px;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item {
    background-color: transparent;
    padding: 10px 0;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text {
    font-size: 15px;
    font-family:'Varela Round' !important;
    color: #333333;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text:hover {
    padding-left: 35px;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item > a.x-menu-a-text > b.x-caret {
    display: block;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item + li.x-menu-item {
    border-top: solid 1px #ededed;
  }
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column li.x-menu-item + li > a.x-menu-a-text {
    border-top: none;
  }
  header.main-header .header-nav-above {
    border-bottom: solid 1px #eeeeee;
  }
  header.main-header .header-wrapper {
    border-bottom-style: solid;
    border-bottom-width: 2px;
  }
  header.main-header .header-customize-nav {
    line-height: 70px;
  }
  header.main-header .header-customize-nav .search-box input[type="text"] {
    line-height: 38px;
    height: 40px;
  }
  header.main-header .header-customize-nav .search-with-category .form-search-left > span,
  header.main-header .header-customize-nav .search-with-category .search-with-category-inner {
    line-height: 38px;
    height: 40px;
  }
  header.main-header .header-customize-nav input[type="text"]::-webkit-input-placeholder {
    color: #191919;
  }
  header.main-header .header-customize-nav input[type="text"]:-moz-placeholder {
    color: #191919;
  }
  header.main-header .header-customize-nav input[type="text"]::-moz-placeholder {
    color: #191919;
  }
  header.main-header .header-customize-nav input[type="text"]:-ms-input-placeholder {
    color: #191919;
  }
  header.main-header .header-customize-right,
  header.main-header .header-customize-left {
    height: 174px;
    line-height: 50px;
  }
  header.main-header .header-customize-right:before,
  header.main-header .header-customize-left:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  header.main-header .header-customize-right .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper,
  header.main-header .header-customize-left .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    margin-top: 10px;
  }
  header.main-header .header-customize.header-customize-left {
    margin-left: 0;
  }
  header.main-header .custom-list {
    margin: 0;
    list-style: none;
    padding-left: 0;
    color: #191919;
  }
  header.main-header .custom-list li {
    line-height: 24px;
  }
  header.main-header .custom-separate {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 1px;
    background-color: #eeeeee;
    margin-left: 15px;
    margin-right: 15px;
  }
  header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item + li.x-menu-item,
  header.main-header .sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky + li {
    margin-left: 45px;
  }
  header.header-float {
    position: absolute !important;
    z-index: 997;
    left: 0;
    right: 0;
  }
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-ancestor > a.x-menu-a-text,
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-parent > a.x-menu-a-text,
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.current-menu-item > a.x-menu-a-text,
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.menu-current > a.x-menu-a-text,
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li > a.x-menu-a-text:hover,
  header.main-header .nav-hover-primary-base .menu-wrapper .x-nav-menu > li.x-menu-item:hover > a {
    color: #3f3f3f;
  }
  header.main-header .nav-hover-primary-base .header-customize i.fa {
    color: #191919;
  }
  header.main-header .nav-hover-primary-base .header-customize i.fa:hover {
    color: #3f3f3f;
  }
  header.header-2 .header-logo {
    position: absolute;
    margin: auto;
    width: 240px;
    left: 0;
    right: 0;
    text-align: center;
  }
  header.header-3 .header-wrapper {
    border-bottom-width: 1px;
  }
  header.header-3 .header-customize-right,
  header.header-3 .header-customize-left {
    height: 154px;
  }
  header.header-4 .header-wrapper,
  header.header-5 .header-wrapper,
  header.header-6 .header-wrapper,
  header.header-7 .header-wrapper,
  header.header-8 .header-wrapper,
  header.header-9 .header-wrapper {
    border-bottom: none;
  }
  header.header-6 .sticky-wrapper,
  header.header-7 .sticky-wrapper {
    height: auto !important;
  }
  header.header-6 .header-nav-above,
  header.header-7 .header-nav-above {
    border-bottom: none;
  }
  header.header-6 .header-wrapper,
  header.header-7 .header-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.header-6 .header-nav-wrapper,
  header.header-7 .header-nav-wrapper {
    position: absolute;
    background-color: transparent;
  }
  header.header-6 .header-nav-wrapper > .container,
  header.header-7 .header-nav-wrapper > .container {
    background-color: #ffffff;
    background-clip: content-box;
  }
  header.header-6 .header-customize-nav i.fa,
  header.header-7 .header-customize-nav i.fa,
  header.header-6 .header-customize-nav .shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
  header.header-7 .header-customize-nav .shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
  header.header-6 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
  header.header-7 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    color: #191919;
  }
  header.header-6 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total,
  header.header-7 .header-customize-nav .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total {
    background-color: #3f3f3f;
  }
  header.header-6 .header-customize-nav .search-with-category .form-search-left > span:after,
  header.header-7 .header-customize-nav .search-with-category .form-search-left > span:after {
    color: #191919;
  }
  header.header-7 .header-nav-wrapper {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header.header-7 .header-nav-above > .container {
    /* padding-bottom: 35px; */
  }
  body.header-4 .top-bar,
  body.header-5 .top-bar {
    background-color: transparent;
  }
  body.header-4 .top-bar > .container,
  body.header-5 .top-bar > .container {
    background-color: #f9f9f9;
    background-clip: content-box;
  }
  body.header-4 .top-bar > .container > .row,
  body.header-5 .top-bar > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.header-6 .top-bar,
  body.header-7 .top-bar {
    border-bottom: solid 1px #eeeeee;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper {
    z-index: 997;
    left: 0;
    right: 0;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    border: none !important;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-in {
    -webkit-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
    animation: header-drop 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-out {
    -webkit-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -moz-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -ms-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    -o-animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
    animation: header-drop-out 0.5s 0s 1 cubic-bezier(0.694, 0.0482, 0.335, 1) !important;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky {
    display: inline-block;
    line-height: 60px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .logo-sticky > a > img {
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo.has-logo-sticky {
    display: none;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo {
    height: 60px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .header-logo > a > img {
    max-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .header-customize {
    line-height: 60px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .x-nav-menu > li.x-menu-item > a {
    line-height: 60px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .x-nav-menu > li.x-menu-item > a > span.x-menu-feature {
    display: none !important;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray {
    background-color: #eee !important;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray .header-customize,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray .menu-wrapper .x-nav-menu > li > a,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-gray.nav-hover-primary-base .header-customize i.fa {
    color: #535353;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light {
    background-color: #fff !important;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .header-customize,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .menu-wrapper .x-nav-menu > li > a,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light.nav-hover-primary-base .header-customize i.fa {
    color: #333;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total {
    background-color: #333;
    color: #fff;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]::-webkit-input-placeholder {
    color: #333;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]:-moz-placeholder {
    color: #333;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]::-moz-placeholder {
    color: #333;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-light input[type="text"]:-ms-input-placeholder {
    color: #333;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark {
    background-color: #111 !important;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark .header-customize,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark .menu-wrapper .x-nav-menu > li > a,
  .sticky-wrapper.is-sticky > .header-nav-wrapper.sticky-scheme-dark.nav-hover-primary-base .header-customize i.fa {
    color: #fff;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .header-wrapper {
    border-bottom: none;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .search-box input[type="text"] {
    height: 36px;
    line-height: 34px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .form-search-left > span,
  .sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .search-box input[type="text"] {
    height: 36px;
    line-height: 32px;
  }
  .sticky-wrapper.is-sticky > .header-nav-wrapper .search-with-category .search-with-category-inner {
    line-height: 32px;
  }


  header.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper,
  header.header-7 .sticky-wrapper.is-sticky .header-nav-wrapper {
    background-color: #ffffff;
  }
  header.header-6 .sticky-wrapper.is-sticky .header-nav-wrapper > .container,
  header.header-7 .sticky-wrapper.is-sticky .header-nav-wrapper > .container {
    background-color: transparent;
  }
  body.boxed .sticky-wrapper.is-sticky > .header-nav-wrapper {
    max-width: 1200px;
    margin: auto;
  }
}
.shopping-cart-wrapper {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  position: relative;
}
.shopping-cart-wrapper.no-price .sub-total-text {
  display: none;
}
.shopping-cart-wrapper .widget_shopping_cart_content {
  display: block;
  text-align: left;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
  position: relative;
  display: inline-block;
  height: 36px;
  line-height: 36px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 17px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span.total {
  position: absolute;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background-color: #191919;
  color: #fff;
  top: 8px;
  right: 5px;
  text-align: center;
  font-size: 11px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 9998;
  min-width: 300px;
  background: #fff;
  border: solid 2px #eeeeee;
  padding: 0;
  line-height: 2em;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -moz-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -ms-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  -o-transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
  transition-timing-function: cubic-bezier(1, 0.07, 1, 0.07);
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper .cart-total {
  padding: 0 15px 20px;
  position: relative;
  color: #222222;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty {
  padding: 15px;
  text-align: center;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4 {
  text-transform: uppercase;
  padding: 0 0 15px;
  margin: 0;
  font-size: 16px;
  word-spacing: 0.2em;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty p {
  color: #777777;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li {
  padding: 15px 0;
  margin: 0;
  position: relative;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li + li {
  border-top: solid 1px #eeeeee;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: solid 1px #eee;
  background: #fff;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-left > a > img {
  height: auto;
  width: 58px;
  margin: 0;
  display: block;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right {
  overflow: hidden;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  text-transform: uppercase;
  word-spacing: 0.2em;
  font-size: 12px;
  font-weight: 700;
  display: block;
  padding-right: 15px;
  margin-bottom: 6px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > span.quantity {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: left;
  color: #8f8f8f;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a.mini-cart-remove {
  position: absolute;
  right: 0;
  top: 15px;
  padding-right: 0;
  font-size: 18px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li:after {
  content: "";
  display: block;
  clear: both;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total {
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 43px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total strong {
  text-transform: uppercase;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.total > span.amount {
  font-weight: 700;
  float: right;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons {
  text-align: center;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  min-width: 125px;
  width: 48%;
  display: inline-block;
  text-transform: uppercase;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button > i.fa {
  margin-right: 5px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button + .button {
  margin-left: 4%;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl {
  border: none;
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  line-height: 25px;
  clear: none;
  font-size: 11px;
  font-weight: 400;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl dd {
  padding: 0;
  line-height: 25px;
  display: block;
  float: none;
  margin: 0;
  font-size: 11px;
}
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper dl p {
  margin: 0;
  padding: 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content ul.cart_list,
.shopping-cart-wrapper .widget_shopping_cart_content ul.product_list_widget {
  position: relative;
  margin: 0;
  list-style: none;
  padding: 15px 15px 0;
}
.shopping-cart-wrapper .widget_shopping_cart_content:hover .cart_list_wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -moz-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -ms-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  -o-transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
  transition-timing-function: cubic-bezier(0.11, 0.76, 0.24, 0.93);
}
.shopping-cart-wrapper.with-price .sub-total-text {
  display: inline-block;
}
.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
}
.sidebar .widget-social-profile ul.social-profile li a:hover i.fa,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a:hover i.fa,
.header-social-profile-wrapper li a:hover i.fa {
  color: #878787;
}
.custom-dropdown-list {
  position: relative;
  display: inline-block;
}
.custom-dropdown-list > span {
  cursor: pointer;
}
.custom-dropdown-list:hover > ul {
  display: block;
}
.custom-dropdown-list > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  display: none;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 2px rgba(0, 0, 0, 0.3);
}
.custom-dropdown-list > ul li {
  line-height: 32px;
  padding: 0 15px;
  display: block;
}
.custom-dropdown-list > ul li > a {
  color: #333;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  header.mobile-header {
    display: none !important;
  }
}
#stickyform{
  
  position: -webkit-sticky; 
  position: sticky; 
 /* position: fixed; */
  bottom: 0px; 
  background: rgba(147, 23, 21, 0.8);
  width: 100%;
 /* margin-left: -2rem; */
  z-index: 4;
  text-align: center;
  padding-bottom: 25px;
  transition: bottom 0.3s ease 0s; */
  text-align: center !important;
  font-family: 'Varela Round' !important;
}
#stickyform input {
  background: rgba(255, 255, 255, 0.9);
  color: rgb(30, 30, 30);
  width: 280px;
  height: 44px;
  margin-top: -15px;
  border: 2px solid #1e1e1e;
}
#stickyform p {
  color: #ffffff;
  height: 44px;
  padding-right: 10px;
}
#p-email {margin-bottom: 20px;}
#p-btn {margin-bottom: -24px;}
#form-btn {
  background: #f9bf3b !important;
  color: #252222 !important;
}
#close-btn {
  top: 41px;
  right: 10px;
  height: 44px;
  width: 44px;
  position: absolute;
  background: #f9bf3b;
  color: #252222;
  border: 2px solid #1e1e1e;
  text-align: center;
}
#form-btn:hover, #close-btn:hover {
  background: #444444 !important;
  color: #FFFFFF !important;

}

@media screen and (max-width: 420px) { 
  #stickyform input { width: 200px; } 
}

@media screen and (max-width: 991px) {
  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;
    position: relative;
    left: 0;
  }
  .mobile-top-bar-hide,
  header.main-header {
    display: none !important;
  }
  body.menu-mobile-in {
    left: 280px;
    overflow: hidden;
  }
  .container.header-mobile-wrapper {
    position: relative;
  }
  .header-mobile-before {
    text-align: center;
  }
  .header-mobile-before img {
    max-height: 72px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .header-logo-mobile {
    line-height: 72px;
    vertical-align: middle;
    text-align: center;
  }
  .header-logo-mobile img {
    max-height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.mobile-header {
    background: #fff;
  }
  header.mobile-header .header-left,
  header.mobile-header .toggle-icon-wrapper.toggle-desktop,
  header.mobile-header .header-customize {
    display: none;
  }
  header.mobile-header .header-container-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #fff;
    z-index: 997;
    top: 0;
    border-bottom: solid 1px #eee;
  }
  header.mobile-header .header-mobile-wrapper {
    background-color: #fff;
  }
  header.mobile-header .header-mobile-inner {
    height: 72px;
    position: relative;
  }
  header.mobile-header .header-mobile-inner .header-customize {
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    color: #000;
  }
  header.mobile-header .header-mobile-inner .header-customize:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
  header.mobile-header .header-mobile-inner .header-customize-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
  }
  header.mobile-header .header-mobile-inner .header-customize-item + .header-customize-item {
    margin-left: 10px;
  }
  header.mobile-header .header-mobile-inner .toggle-icon-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  header.mobile-header .header-mobile-inner .icon-search-menu {
    display: inline-block;
    vertical-align: middle;
    border: solid 2px #222;
    height: 37px;
    width: 45px;
    text-align: center;
    line-height: 37px;
    padding: 0;
    font-size: 14px;
    color: #222;
  }
  header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content {
    height: 72px;
  }
  header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content:before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon {
    display: inline-block;
    vertical-align: middle;
  }
  header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    display: inline-block;
    border: solid 2px #222;
    height: 37px;
    width: 45px;
    text-align: center;
    line-height: 37px;
    padding: 0;
    font-size: 14px;
    color: #222;
  }
  header.mobile-header .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon + span {
    top: -6px;
    right: -8px;
    color: #fff;
    background-color: #995958;
    border-radius: 100%;
    padding: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
  }
  .x-nav-menu {
    padding: 0;
    margin: 0;
    display: block;
    background-color: transparent;
  }
  .x-nav-menu a.x-menu-a-text > b.x-caret:before {
    color: #ddd;
  }
  .x-nav-menu li.x-menu-item {
    border-bottom: solid 1px #4C4C4C;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: auto;
  }
  .x-nav-menu li.x-menu-item:not(.x-sub-menu-open):hover {
    background-color: #4c4c4c;
  }
  .x-nav-menu li.x-menu-item.menu-item-has-children {
    cursor: pointer;
  }
  .x-nav-menu li.x-menu-item > a.x-menu-a-text {
    display: inline-block;
    position: static;
    padding: 5px 15px;
    border-bottom: none;
    text-transform: uppercase;
    font-family:'Varela Round' !important;
    color: #ddd;
  }
  .x-nav-menu li.x-menu-item > a.x-menu-a-text > b.x-caret {
    right: 0;
    bottom: auto;
    top: 0;
    width: 44px;
    height: 38px;
    line-height: 38px;
    text-align: center;
  }
  .x-nav-menu li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    content: "";
    display: block;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-top: solid 6px #383838;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  .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:hover > a,
  .x-nav-menu li ul.x-sub-menu li:hover > a {
    color: #1e73be;
  }
  .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.current-menu-parent > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.current-menu-item > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li.menu-current > a.x-menu-a-text > b.x-caret:before,
  .x-nav-menu li > a.x-menu-a-text:hover > b.x-caret:before,
  .x-nav-menu li:hover > a > b.x-caret:before,
  .x-nav-menu li ul.x-sub-menu li:hover > a > b.x-caret:before {
    color: #1e73be;
  }
  .x-nav-menu ul.x-sub-menu {
    background-color: #444;
    padding-left: 0;
    position: relative;
  }
  .x-nav-menu ul.x-sub-menu > li.x-menu-item > a.x-menu-a-text {
    font-size: 14px;
    text-transform: none;
  }
  .x-nav-menu ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #444;
  }
  .x-nav-menu ul ul.x-sub-menu {
    background-color: #525252;
  }
  .x-nav-menu ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #525252;
  }
  .x-nav-menu ul ul ul.x-sub-menu {
    background-color: #5f5f5f;
  }
  .x-nav-menu ul ul ul.x-sub-menu > li.x-menu-item.x-sub-menu-open > ul.x-sub-menu:before {
    border-top: solid 6px #5f5f5f;
  }
  .x-nav-menu ul ul ul ul.x-sub-menu {
    background-color: #414141;
  }
  .header-mobile-nav {
    background: #383838;
    display: none;
    margin-bottom: 15px;
  }
  form.search-form-menu-mobile {
    display: none;
  }
  .header-mobile-nav.menu-drop-fly {
    display: block;
    position: fixed;
    margin: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    overflow-x: hidden;
    width: 280px;
    left: -280px;
    border-right: solid 3px #1e73be;
    z-index: 9999;
    -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-mobile-nav.menu-drop-fly.in {
    left: 0;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile {
    display: block;
    background-color: #222;
    padding: 15px;
    position: relative;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile input {
    background-color: #333;
    border: none;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    height: auto;
    padding: 12px;
  }
  .header-mobile-nav.menu-drop-fly form.search-form-menu-mobile button {
    border: none;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 19px;
    line-height: 1;
    bottom: 0;
    margin: auto;
    font-size: 16px;
  }
  header.header-mobile-2 {
    display: block;
  }
  header.header-mobile-2 .header-container-wrapper {
    background-color: #333;
    border-bottom: none;
  }
  header.header-mobile-2 .header-mobile-wrapper {
    background-color: transparent;
  }
  header.header-mobile-2 .header-mobile-inner {
    height: 102px;
    position: relative;
  }
  header.header-mobile-2 .header-mobile-inner .header-customize {
    color: #eee;
    right: 0;
  }
  header.header-mobile-2 .header-mobile-inner .icon-search-menu,
  header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    border: solid 1px #eee;
    height: 30px;
    line-height: 32px;
    width: 36px;
    color: #fff;
  }
  header.header-mobile-2 .header-mobile-inner .icon-search-menu:before,
  header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:before {
    line-height: 28px;
  }
  header.header-mobile-2 .header-mobile-inner .shopping-cart-wrapper .widget_shopping_cart_content {
    height: 102px;
  }
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper {
    left: 0;
  }
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon > span,
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon:after {
    background-color: #eee;
  }
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper.in .toggle-icon > span {
    background-color: transparent;
  }
  header.header-mobile-2 .header-mobile-inner .toggle-icon-wrapper .toggle-icon + span {
    font-family:'Varela Round' !important;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    color: #eee;
    font-weight: 300;
  }
  header.header-mobile-3 .header-logo-mobile {
    text-align: right;
  }
  header.header-mobile-3 .header-mobile-inner .header-customize {
    left: 50px;
    right: auto;
  }
  header.header-mobile-3 .shopping-cart-wrapper {
    position: static;
  }
  header.header-mobile-3 .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    left: -45px;
    right: auto;
  }
  header.header-mobile-4 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-4 .header-mobile-inner .toggle-icon-wrapper {
    right: 0px;
    left: auto;
  }
  header.header-mobile-4 .header-mobile-wrapper .header-customize {
    right: 50px;
    left: auto;
  }
  header.header-mobile-5 .sticky-wrapper {
    height: 0 !important;
  }
  header.header-mobile-5 .header-container-wrapper {
    border-bottom: none;
  }
  header.header-mobile-5 .header-container-wrapper,
  header.header-mobile-5 .header-mobile-wrapper {
    background-color: transparent;
  }
  header.header-mobile-5 .header-container-wrapper {
    background-color: transparent;
    position: absolute;
    z-index: 997;
    width: 100%;
  }
  header.header-mobile-5 .header-logo-mobile {
    text-align: left;
  }
  header.header-mobile-5 .header-mobile-inner .toggle-icon-wrapper {
    left: auto;
    right: 5px;
  }
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon > span,
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:before,
  header.header-mobile-5 .toggle-icon-wrapper .toggle-icon:after {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  }
  header.header-mobile-5 .toggle-icon-wrapper.in .toggle-icon > span {
    display: none;
  }
  header.header-mobile-5 .header-mobile-inner .header-customize {
    right: 50px;
  }
  header.header-mobile-5 .header-mobile-inner .icon-search-menu,
  header.header-mobile-5 .shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon {
    border-color: #fff;
    color: #fff;
  }
  .sticky-wrapper.is-sticky > .header-container-wrapper {
    z-index: 997;
    left: 0;
    right: 0;
  }
  .sticky-wrapper:not(.is-sticky) {
    height: auto !important;
    position: relative !important;
  }
  .sticky-wrapper.is-sticky header.mobile-header ul.x-nav-menu {
    max-height: 450px;
    overflow: auto;
  }
  body.menu-mobile-in .sticky-wrapper.is-sticky > .header-container-wrapper.menu-drop-fly {
    left: 280px;
    right: -280px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
}
@media screen and (max-width: 480px) {
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 280px;
  }
}
@media screen and (max-width: 320px) {
  #wpadminbar {
    top: -46px;
  }
  .shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper {
    min-width: 254px;
  }
}
.page-template-coming-soon #top-drawer-area {
  display: none;
}
#top-drawer-area {
  position: relative;
  z-index: 999;
}
#top-drawer-bar {
  background-color: #2f2f2f;
  color: #c5c5c5;
  height: auto;
  overflow: hidden;
  padding: 0px 0 0px 0;
  z-index: 3;
}
#top-drawer-bar .sidebar {
  color: #c5c5c5;
}
#top-drawer-bar .sidebar h4.widget-title {
  color: #c5c5c5;
}
#top-drawer-bar .sidebar .widget-posts-wrap .widget-posts-title {
  color: #c5c5c5;
}
#top-drawer-bar .sidebar #wp-calendar caption,
#top-drawer-bar .sidebar #wp-calendar thead th {
  color: #c5c5c5;
}
#top-drawer-bar .sidebar .widget-social-profile {
  line-height: 50px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu {
  overflow: visible;
  border: none;
  margin: 0;
  padding: 0;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li {
  display: inline-block;
  position: relative;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:before {
  display: none;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu li:hover > ul {
  display: block;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li {
  line-height: 50px;
  padding: 0;
  margin: 0;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li + li {
  margin-left: 20px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul {
  display: none;
  border-top: solid 1px #444444;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 100%;
  background-color: #2f2f2f;
  color: #c5c5c5;
  text-align: left;
  margin: 0;
  padding: 0 15px;
  min-width: 150px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li {
  display: block;
  line-height: 26px;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul li + li {
  border-top: solid 1px #444444;
}
#top-drawer-bar .sidebar .widget_nav_menu > div > ul.menu > li ul ul {
  left: 100%;
  top: 0;
}
#top-drawer-bar .sidebar .darna-contact-info span i {
  color: #FFFFFF;
}
#top-drawer-bar .sidebar ul.product_list_widget li a {
  color: #FFFFFF;
}
#top-drawer-bar .sidebar .mail-chimp-wrapper .mail-chimp-button > input {
  background-color: rgba(73, 73, 73, 0.5);
  color: #c5c5c5;
}
.top-drawer-toggle {
  border-left: 28px solid transparent;
  border-top: 28px solid #1e73be;
  position: absolute;
  right: 0;
  top: 0;
}
.top-drawer-toggle > .wicon {
  color: #FFFFFF;
  font-size: 13px;
  left: -14px;
  position: absolute;
  text-shadow: none;
  top: -26px;
}
.top-drawer-toggle.open:after {
  content: "\f068";
}
.top-drawer-show {
  display: block;
}
.top-drawer-hide {
  display: none;
}
#top-drawer-area .g5plus-col-3,
#top-drawer-area .g5plus-col-4,
#top-drawer-area .g5plus-col-6,
#top-drawer-area .g5plus-col-8,
#top-drawer-area .g5plus-col-12 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-drawer-area .g5plus-col-3 {
  width: 25%;
}
#top-drawer-area .g5plus-col-4 {
  width: 33.33333333%;
}
#top-drawer-area .g5plus-col-6 {
  width: 50%;
}
#top-drawer-area .g5plus-col-8 {
  width: 66.66666667%;
}
#top-drawer-area .g5plus-col-12 {
  width: 100%;
}
/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
 */
footer.main-footer-wrapper {
  position: relative;
}
footer.main-footer-wrapper.main-footer-bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-clip: content-box;
  position: relative;
}
footer.main-footer-wrapper.main-footer-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
footer.main-footer-wrapper h4.widget-title {
  font-size: 25px;
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #333333;
  margin-bottom: 30px;
}
footer.main-footer-wrapper .sidebar aside + aside {
  margin-top: 30px;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul,
footer.main-footer-wrapper .sidebar .widget_archive > ol,
footer.main-footer-wrapper .sidebar .widget_categories > ul,
footer.main-footer-wrapper .sidebar .widget_categories > ol,
footer.main-footer-wrapper .sidebar .widget_product_categories > ul,
footer.main-footer-wrapper .sidebar .widget_product_categories > ol,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol,
footer.main-footer-wrapper .sidebar .widget_meta > ul,
footer.main-footer-wrapper .sidebar .widget_meta > ol,
footer.main-footer-wrapper .sidebar .widget_pages > ul,
footer.main-footer-wrapper .sidebar .widget_pages > ol,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ul,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ol,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ul,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ol,
footer.main-footer-wrapper .sidebar .widget_rss > ul,
footer.main-footer-wrapper .sidebar .widget_rss > ol {
  color: inherit;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_archive > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_categories > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_categories > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_product_categories > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_product_categories > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_meta > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_meta > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_pages > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_pages > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ol ul.children,
footer.main-footer-wrapper .sidebar .widget_rss > ul ul.children,
footer.main-footer-wrapper .sidebar .widget_rss > ol ul.children {
  border-color: #ededed;
}
footer.main-footer-wrapper .sidebar .widget_archive > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_archive > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_categories > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_categories > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_product_categories > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_product_categories > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_meta > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_meta > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_pages > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_pages > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_recent_comments > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_recent_entries > ol ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_rss > ul ul.sub-menu,
footer.main-footer-wrapper .sidebar .widget_rss > ol ul.sub-menu {
  border-color: #ededed;
}
footer.main-footer-wrapper .sidebar .widget_archive li .show_count,
footer.main-footer-wrapper .sidebar .widget_categories li .show_count,
footer.main-footer-wrapper .sidebar .widget_product_categories li .show_count,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li .show_count,
footer.main-footer-wrapper .sidebar .widget_meta li .show_count,
footer.main-footer-wrapper .sidebar .widget_pages li .show_count,
footer.main-footer-wrapper .sidebar .widget_recent_comments li .show_count,
footer.main-footer-wrapper .sidebar .widget_recent_entries li .show_count,
footer.main-footer-wrapper .sidebar .widget_rss li .show_count {
  float: right;
}
footer.main-footer-wrapper .sidebar .widget_archive li + li,
footer.main-footer-wrapper .sidebar .widget_categories li + li,
footer.main-footer-wrapper .sidebar .widget_product_categories li + li,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li + li,
footer.main-footer-wrapper .sidebar .widget_meta li + li,
footer.main-footer-wrapper .sidebar .widget_pages li + li,
footer.main-footer-wrapper .sidebar .widget_recent_comments li + li,
footer.main-footer-wrapper .sidebar .widget_recent_entries li + li,
footer.main-footer-wrapper .sidebar .widget_rss li + li {
  border: none;
}
footer.main-footer-wrapper .sidebar .widget_archive li + li,
footer.main-footer-wrapper .sidebar .widget_categories li + li,
footer.main-footer-wrapper .sidebar .widget_product_categories li + li,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li + li,
footer.main-footer-wrapper .sidebar .widget_meta li + li,
footer.main-footer-wrapper .sidebar .widget_pages li + li,
footer.main-footer-wrapper .sidebar .widget_recent_comments li + li,
footer.main-footer-wrapper .sidebar .widget_recent_entries li + li,
footer.main-footer-wrapper .sidebar .widget_rss li + li {
  border-color: #ededed;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .sub-description {
  margin-top: 20px;
  letter-spacing: 0.02em;
  font-size: 13px;
  font-weight: normal;
  line-height: 2.2;
  padding: 0;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more {
  margin-top: 15px;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a {
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span > i {
  font-size: 18px;
  margin-top: 1px;
  margin-left: 2px;
}
footer.main-footer-wrapper .sidebar .widget-footer-logo.footer-logo-style-2 {
  text-align: center;
}
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon {
  padding-top: 25px;
  border-top: 1px solid;
}
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon ul.widget-social-profile {
  display: inline-block;
  vertical-align: middle;
}
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-right: 25px;
  word-spacing: 0.1em;
}
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon-2 {
  text-align: center;
  padding-top: 10px;
}
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon {
  border-color: #ededed;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget_posts_item + .widget_posts_item {
  margin-top: 30px;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-thumbnail {
  width: 120px;
  margin-right: 20px;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  font-size: 11px;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  color: #878787;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #ababab;
}
footer.main-footer-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #878787;
}
footer.main-footer-wrapper .sidebar .footer-copyright {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0;
}
footer.main-footer-wrapper .sidebar .footer-copyright span {
  display: block;
}
footer.main-footer-wrapper .main-footer {
  padding: 100px 0 100px 0;
  background-color: #ffffff;
  color: #999999;
}
footer.main-footer-wrapper .main-footer .footer-contact-form input[type="text"],
footer.main-footer-wrapper .main-footer .footer-contact-form input[type="email"],
footer.main-footer-wrapper .main-footer .footer-contact-form textarea {
  width: 100%;
  background-color: transparent;
  color: inherit;
}
footer.main-footer-wrapper .main-footer .footer-contact-form input[type="text"] {
  border-color: #ededed;
}
footer.main-footer-wrapper .main-footer .footer-contact-form input[type="email"] {
  border-color: #ededed;
}
footer.main-footer-wrapper .main-footer .footer-contact-form textarea.wpcf7-form-control {
  border-color: #ededed;
}
footer.main-footer-wrapper .main-footer .footer-contact-form .wpcf7-form-control-wrap {
  margin-bottom: 15px;
  display: block;
}
footer.main-footer-wrapper .main-footer .footer-contact-form span.wpcf7-not-valid-tip {
  font-size: 11px;
}
footer.main-footer-wrapper .main-footer .footer-contact-form .contact-form-submit {
  display: inline-block;
  float: right;
  position: relative;
}
footer.main-footer-wrapper .main-footer .footer-contact-form img.ajax-loader {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto 5px auto 0;
  top: 0;
  bottom: 0;
  right: 100%;
}
footer.main-footer-wrapper .main-footer + .bottom-bar-wrapper .bottom-bar-inner {
  border-top: solid 1px;
}
footer.main-footer-wrapper .main-footer + .bottom-bar-wrapper .bottom-bar-inner {
  border-color: #ededed;
}
footer.main-footer-wrapper .bottom-bar-wrapper {
  background-color: #ffffff;
  color: #999999;
}
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-inner {
  padding-top: 18px;
  padding-bottom: 18px;
}
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text {
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-transform: uppercase;
  margin: 0;
  word-spacing: 0.1em;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ol ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ul ul.children,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ol ul.children {
  border-color: #ededed;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries > ol ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ul ul.sub-menu,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss > ol ul.sub-menu {
  border-color: #ededed;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_archive li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_product_categories li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_nav_menu > div li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_meta li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_pages li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_comments li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_recent_entries li + li,
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget_rss li + li {
  border-color: #ededed;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar aside.widget-social-profile.footer-social-icon {
  border-color: #ededed;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  color: #878787;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #ababab;
}
footer.main-footer-wrapper .bottom-bar-wrapper .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #878787;
}
footer.main-footer-wrapper.dark .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  color: #cccccc;
}
footer.main-footer-wrapper.dark .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #777777;
}
footer.main-footer-wrapper.gray .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  color: #525252;
}
footer.main-footer-wrapper.gray .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #525252;
}
footer.main-footer-wrapper.light .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-title {
  color: #535353;
}
footer.main-footer-wrapper.light .main-footer .sidebar .widget-posts .widget-posts-wrap .widget-posts-date {
  color: #535353;
}
footer.main-footer-wrapper .expanded,
footer.main-footer-wrapper .collapse {
  display: block;
  visibility: visible;
  cursor: pointer;
}
footer.main-footer-wrapper .collapse:before {
  content: "\f054";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
footer.main-footer-wrapper .expanded:before {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 10px;
}
body {overflow-x:hidden;}
body.footer-static {
  padding-bottom: 0;
}
body.footer-static footer.enable-parallax {
  position: relative !important;
}
.main-footer .partner-wrap .partner {
  text-align: center;
}
.main-footer .footer_inner > div {
  padding-bottom: 100px;
}
.main-footer .footer_inner > div:last-child {
  padding-bottom: 0px;
}
.footer-contact-us {
  list-style: none;
  padding-left: 0;
}
.footer-contact-us li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}
.footer-contact-us i {
  position: absolute;
  left: 0px;
  top: 6px;
}
.footer-logo img {
  padding-top: 16px;
}
.main-footer .widget_nav_menu div ul li {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
}
.main-footer .widget_nav_menu div ul li a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.main-footer .widget_nav_menu div ul li a:hover {
  text-decoration: underline;
  padding-left: 10px;
}
.main-footer-wrapper ul.payment-gate {
  padding-left: 0;
}
.border-top-gray {
  border-top: solid 2px #eee;
}
.map-scroll-up a {
  color: #aaa;
}
.map-scroll-up .link-wrap {
  background-color: #F9F9F9;
  display: table;
  width: 100%;
}
.map-scroll-up .handmade-google-map {
  margin-top: 20px;
}
.map-scroll-up .map {
  border-right: solid 1px #EAEAEA;
}
.map-scroll-up .map,
.map-scroll-up .scroll-up {
  padding-top: 22px;
  padding-bottom: 22px;
}
.map-scroll-up .map span,
.map-scroll-up .scroll-up span {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 30px;
}
.map-scroll-up .map i,
.map-scroll-up .scroll-up i {
  padding-right: 20px;
  font-size: 18px;
  position: absolute;
  padding-left: 1px;
  top: 4px;
}
.map-scroll-up .map a:active,
.map-scroll-up .scroll-up a:active {
  color: inherit;
}
.map-scroll-up .map a {
  float: right;
  padding-right: 50px;
  position: relative;
}
.map-scroll-up .scroll-up a {
  float: left;
  padding-left: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  footer.enable-parallax {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
  }
  body.boxed footer.enable-parallax {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  footer.main-footer-wrapper .main-footer .sidebar + .sidebar {
    margin-top: 40px;
  }
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-left,
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar.text-right {
    text-align: center;
  }
  footer.main-footer-wrapper .bottom-bar-wrapper .sidebar + .sidebar {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title {
    margin-bottom: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title + div,
  footer.main-footer-wrapper.footer-collapse-able h4.widget-title + ul {
    padding-top: 20px;
    margin: 0;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar + .sidebar {
    margin-top: 30px;
  }
  footer.main-footer-wrapper.footer-collapse-able .main-footer .sidebar ul.instagram-pics + p {
    display: none;
  }
}
@media (max-width: 450px) {
  .map-scroll-up .map a,
  .map-scroll-up .scroll-up a {
    padding-left: 0;
    padding-right: 0;
    float: none;
    text-align: center;
  }
  .map-scroll-up .map i,
  .map-scroll-up .scroll-up i {
    top: 0px;
  }
  .main-footer .footer_inner > div {
    padding-bottom: 50px;
  }
}
/**
 * 5.0 - Widget
 * ----------------------------------------------------------------------------
 */
.search-form {
  position: relative;
}
.search-form input[type="text"] {
  width: 100%;
  height: 50px;
  border: 2px solid #eeeeee;
  background-color: transparent;
  color: #BABABA;
  padding-right: 50px;
}
.search-form input[type="text"] ::-webkit-input-placeholder {
  color: #BABABA;
}
.search-form input[type="text"] :-moz-placeholder {
  color: #BABABA;
}
.search-form input[type="text"] ::-moz-placeholder {
  color: #BABABA;
}
.search-form input[type="text"] :-ms-input-placeholder {
  color: #BABABA;
}
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  padding: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  color: #3C3D3D;
  font-size: 18px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.screen-reader-text {
  display: none;
}
/*-------------------------------------
CALENDAR
---------------------------------------*/
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-weight: 600;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
#wp-calendar tbody {
  font-size: 13px;
}
#wp-calendar tbody td {
  background: #eeeeee;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}
#wp-calendar tbody td.pad:hover {
  background: transparent !important;
}
#wp-calendar tbody td:hover {
  color: #fff;
}
#wp-calendar tbody td:hover a {
  color: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
/* -----------------------------------------------------------------------------
 * Widget: price filter
 * -------------------------------------------------------------------------- */
.woocommerce .widget_price_filter {
  border: 2px solid;
  padding: 30px 15px 15px 15px;
}
.woocommerce .widget_price_filter h4.widget-title {
  font-size: 14px;
  letter-spacing: 0.025em;
  text-align: center;
  margin-bottom: 25px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0 4px 20px 4px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  width: 9px;
  height: 9px;
  background-color: #222;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  top: -2px;
}
.woocommerce .widget_price_filter .price_slider_amount {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
}
.woocommerce .widget_price_filter .price_slider_amount .price_label {
  text-align: left;
  line-height: 42px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  float: right;
  min-width: 100px;
  background-color: #EEE;
  color: #333;
  font-size: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #fff;
}
.sidebar aside + aside,
.wpb_widgetised_column aside + aside {
  margin-top: 45px;
}
.sidebar h4.widget-title,
.wpb_widgetised_column h4.widget-title {
  font-size: 22px;
  color: #333333;
  margin-bottom: 35px;
}
.sidebar .tagcloud,
.wpb_widgetised_column .tagcloud {
  font-size: 0;
}
.sidebar .tagcloud a,
.wpb_widgetised_column .tagcloud a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 9px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1;
  font-size: 14px;
  border: 1px solid #eeeeee;
  color: inherit;
}
.sidebar .tagcloud a:last-child,
.wpb_widgetised_column .tagcloud a:last-child {
  margin-right: 0;
}
.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.sidebar select,
.wpb_widgetised_column select {
  width: 100%;
}
.sidebar .widget_archive > ul,
.wpb_widgetised_column .widget_archive > ul,
.sidebar .widget_categories > ul,
.wpb_widgetised_column .widget_categories > ul,
.sidebar .widget_pages > ul,
.wpb_widgetised_column .widget_pages > ul,
.sidebar .widget_meta > ul,
.wpb_widgetised_column .widget_meta > ul,
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_recent_entries > ul,
.wpb_widgetised_column .widget_recent_entries > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul,
.sidebar .widget_nav_menu > div > ul,
.wpb_widgetised_column .widget_nav_menu > div > ul,
.sidebar .widget_product_categories > ul,
.wpb_widgetised_column .widget_product_categories > ul,
.sidebar .widget_layered_nav > ul,
.wpb_widgetised_column .widget_layered_nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  color: #999999;
}
.sidebar .widget_archive > ul > li:first-child,
.wpb_widgetised_column .widget_archive > ul > li:first-child,
.sidebar .widget_categories > ul > li:first-child,
.wpb_widgetised_column .widget_categories > ul > li:first-child,
.sidebar .widget_pages > ul > li:first-child,
.wpb_widgetised_column .widget_pages > ul > li:first-child,
.sidebar .widget_meta > ul > li:first-child,
.wpb_widgetised_column .widget_meta > ul > li:first-child,
.sidebar .widget_recent_comments > ul > li:first-child,
.wpb_widgetised_column .widget_recent_comments > ul > li:first-child,
.sidebar .widget_recent_entries > ul > li:first-child,
.wpb_widgetised_column .widget_recent_entries > ul > li:first-child,
.sidebar .widget_rss > ul > li:first-child,
.wpb_widgetised_column .widget_rss > ul > li:first-child,
.sidebar .widget_nav_menu > div > ul > li:first-child,
.wpb_widgetised_column .widget_nav_menu > div > ul > li:first-child,
.sidebar .widget_product_categories > ul > li:first-child,
.wpb_widgetised_column .widget_product_categories > ul > li:first-child,
.sidebar .widget_layered_nav > ul > li:first-child,
.wpb_widgetised_column .widget_layered_nav > ul > li:first-child {
  padding-top: 0;
}
.sidebar .widget_archive > ul > li > a,
.wpb_widgetised_column .widget_archive > ul > li > a,
.sidebar .widget_categories > ul > li > a,
.wpb_widgetised_column .widget_categories > ul > li > a,
.sidebar .widget_pages > ul > li > a,
.wpb_widgetised_column .widget_pages > ul > li > a,
.sidebar .widget_meta > ul > li > a,
.wpb_widgetised_column .widget_meta > ul > li > a,
.sidebar .widget_recent_comments > ul > li > a,
.wpb_widgetised_column .widget_recent_comments > ul > li > a,
.sidebar .widget_recent_entries > ul > li > a,
.wpb_widgetised_column .widget_recent_entries > ul > li > a,
.sidebar .widget_rss > ul > li > a,
.wpb_widgetised_column .widget_rss > ul > li > a,
.sidebar .widget_nav_menu > div > ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div > ul > li > a,
.sidebar .widget_product_categories > ul > li > a,
.wpb_widgetised_column .widget_product_categories > ul > li > a,
.sidebar .widget_layered_nav > ul > li > a,
.wpb_widgetised_column .widget_layered_nav > ul > li > a {
  padding-left: 5px;
}
.sidebar .widget_archive li,
.wpb_widgetised_column .widget_archive li,
.sidebar .widget_categories li,
.wpb_widgetised_column .widget_categories li,
.sidebar .widget_pages li,
.wpb_widgetised_column .widget_pages li,
.sidebar .widget_meta li,
.wpb_widgetised_column .widget_meta li,
.sidebar .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.sidebar .widget_recent_entries li,
.wpb_widgetised_column .widget_recent_entries li,
.sidebar .widget_rss li,
.wpb_widgetised_column .widget_rss li,
.sidebar .widget_nav_menu > div li,
.wpb_widgetised_column .widget_nav_menu > div li,
.sidebar .widget_product_categories li,
.wpb_widgetised_column .widget_product_categories li,
.sidebar .widget_layered_nav li,
.wpb_widgetised_column .widget_layered_nav li {
  padding-top: 9px;
  margin-bottom: 9px;
}
.sidebar .widget_archive li:last-child,
.wpb_widgetised_column .widget_archive li:last-child,
.sidebar .widget_categories li:last-child,
.wpb_widgetised_column .widget_categories li:last-child,
.sidebar .widget_pages li:last-child,
.wpb_widgetised_column .widget_pages li:last-child,
.sidebar .widget_meta li:last-child,
.wpb_widgetised_column .widget_meta li:last-child,
.sidebar .widget_recent_comments li:last-child,
.wpb_widgetised_column .widget_recent_comments li:last-child,
.sidebar .widget_recent_entries li:last-child,
.wpb_widgetised_column .widget_recent_entries li:last-child,
.sidebar .widget_rss li:last-child,
.wpb_widgetised_column .widget_rss li:last-child,
.sidebar .widget_nav_menu > div li:last-child,
.wpb_widgetised_column .widget_nav_menu > div li:last-child,
.sidebar .widget_product_categories li:last-child,
.wpb_widgetised_column .widget_product_categories li:last-child,
.sidebar .widget_layered_nav li:last-child,
.wpb_widgetised_column .widget_layered_nav li:last-child {
  margin-bottom: 0;
}
.sidebar .widget_archive li .show_count,
.wpb_widgetised_column .widget_archive li .show_count,
.sidebar .widget_categories li .show_count,
.wpb_widgetised_column .widget_categories li .show_count,
.sidebar .widget_pages li .show_count,
.wpb_widgetised_column .widget_pages li .show_count,
.sidebar .widget_meta li .show_count,
.wpb_widgetised_column .widget_meta li .show_count,
.sidebar .widget_recent_comments li .show_count,
.wpb_widgetised_column .widget_recent_comments li .show_count,
.sidebar .widget_recent_entries li .show_count,
.wpb_widgetised_column .widget_recent_entries li .show_count,
.sidebar .widget_rss li .show_count,
.wpb_widgetised_column .widget_rss li .show_count,
.sidebar .widget_nav_menu > div li .show_count,
.wpb_widgetised_column .widget_nav_menu > div li .show_count,
.sidebar .widget_product_categories li .show_count,
.wpb_widgetised_column .widget_product_categories li .show_count,
.sidebar .widget_layered_nav li .show_count,
.wpb_widgetised_column .widget_layered_nav li .show_count {
  float: right;
}
.sidebar .widget_archive li + li,
.wpb_widgetised_column .widget_archive li + li,
.sidebar .widget_categories li + li,
.wpb_widgetised_column .widget_categories li + li,
.sidebar .widget_pages li + li,
.wpb_widgetised_column .widget_pages li + li,
.sidebar .widget_meta li + li,
.wpb_widgetised_column .widget_meta li + li,
.sidebar .widget_recent_comments li + li,
.wpb_widgetised_column .widget_recent_comments li + li,
.sidebar .widget_recent_entries li + li,
.wpb_widgetised_column .widget_recent_entries li + li,
.sidebar .widget_rss li + li,
.wpb_widgetised_column .widget_rss li + li,
.sidebar .widget_nav_menu > div li + li,
.wpb_widgetised_column .widget_nav_menu > div li + li,
.sidebar .widget_product_categories li + li,
.wpb_widgetised_column .widget_product_categories li + li,
.sidebar .widget_layered_nav li + li,
.wpb_widgetised_column .widget_layered_nav li + li {
  margin-top: 9px;
  border-top: 1px solid #eeeeee;
}
.sidebar .widget_archive a,
.wpb_widgetised_column .widget_archive a,
.sidebar .widget_categories a,
.wpb_widgetised_column .widget_categories a,
.sidebar .widget_pages a,
.wpb_widgetised_column .widget_pages a,
.sidebar .widget_meta a,
.wpb_widgetised_column .widget_meta a,
.sidebar .widget_recent_comments a,
.wpb_widgetised_column .widget_recent_comments a,
.sidebar .widget_recent_entries a,
.wpb_widgetised_column .widget_recent_entries a,
.sidebar .widget_rss a,
.wpb_widgetised_column .widget_rss a,
.sidebar .widget_nav_menu > div a,
.wpb_widgetised_column .widget_nav_menu > div a,
.sidebar .widget_product_categories a,
.wpb_widgetised_column .widget_product_categories a,
.sidebar .widget_layered_nav a,
.wpb_widgetised_column .widget_layered_nav a {
  color: inherit;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .widget_archive a:hover,
.wpb_widgetised_column .widget_archive a:hover,
.sidebar .widget_categories a:hover,
.wpb_widgetised_column .widget_categories a:hover,
.sidebar .widget_pages a:hover,
.wpb_widgetised_column .widget_pages a:hover,
.sidebar .widget_meta a:hover,
.wpb_widgetised_column .widget_meta a:hover,
.sidebar .widget_recent_comments a:hover,
.wpb_widgetised_column .widget_recent_comments a:hover,
.sidebar .widget_recent_entries a:hover,
.wpb_widgetised_column .widget_recent_entries a:hover,
.sidebar .widget_rss a:hover,
.wpb_widgetised_column .widget_rss a:hover,
.sidebar .widget_nav_menu > div a:hover,
.wpb_widgetised_column .widget_nav_menu > div a:hover,
.sidebar .widget_product_categories a:hover,
.wpb_widgetised_column .widget_product_categories a:hover,
.sidebar .widget_layered_nav a:hover,
.wpb_widgetised_column .widget_layered_nav a:hover {
  text-decoration: none;
}
.sidebar .widget_archive li > a:hover,
.wpb_widgetised_column .widget_archive li > a:hover,
.sidebar .widget_categories li > a:hover,
.wpb_widgetised_column .widget_categories li > a:hover,
.sidebar .widget_pages li > a:hover,
.wpb_widgetised_column .widget_pages li > a:hover,
.sidebar .widget_nav_menu > div li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div li > a:hover,
.sidebar .widget_product_categories li > a:hover,
.wpb_widgetised_column .widget_product_categories li > a:hover,
.sidebar .widget_layered_nav li > a:hover,
.wpb_widgetised_column .widget_layered_nav li > a:hover {
  padding-left: 25px;
}
.sidebar .widget_categories ul ul,
.wpb_widgetised_column .widget_categories ul ul,
.sidebar .widget_pages ul ul,
.wpb_widgetised_column .widget_pages ul ul,
.sidebar .widget_nav_menu > div ul ul,
.wpb_widgetised_column .widget_nav_menu > div ul ul,
.sidebar .widget_product_categories ul ul,
.wpb_widgetised_column .widget_product_categories ul ul {
  padding-left: 0;
  margin-top: 9px;
  border-top: 1px solid #eeeeee;
  list-style-type: none;
}
.sidebar .widget_categories ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul > li > a,
.sidebar .widget_pages ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a,
.sidebar .widget_product_categories ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul > li > a {
  padding-left: 25px;
}
.sidebar .widget_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul > li > a:hover,
.sidebar .widget_pages ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul > li > a:hover {
  padding-left: 45px;
}
.sidebar .widget_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul > li > a,
.sidebar .widget_pages ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a {
  padding-left: 45px;
}
.sidebar .widget_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul > li > a:hover {
  padding-left: 65px;
}
.sidebar .widget_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a {
  padding-left: 65px;
}
.sidebar .widget_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul > li > a:hover {
  padding-left: 85px;
}
.sidebar .widget_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a,
.sidebar .widget_pages ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a,
.sidebar .widget_product_categories ul ul ul ul ul > li > a,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a {
  padding-left: 85px;
}
.sidebar .widget_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_categories ul ul ul ul ul > li > a:hover,
.sidebar .widget_pages ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_pages ul ul ul ul ul > li > a:hover,
.sidebar .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div ul ul ul ul ul > li > a:hover,
.sidebar .widget_product_categories ul ul ul ul ul > li > a:hover,
.wpb_widgetised_column .widget_product_categories ul ul ul ul ul > li > a:hover {
  padding-left: 105px;
}
.sidebar .widget_recent_comments > ul,
.wpb_widgetised_column .widget_recent_comments > ul,
.sidebar .widget_rss > ul,
.wpb_widgetised_column .widget_rss > ul {
  font-size: 13px;
  color: #999;
  line-height: 1.6;
}
.sidebar .widget_recent_comments li,
.wpb_widgetised_column .widget_recent_comments li,
.sidebar .widget_rss li,
.wpb_widgetised_column .widget_rss li {
  padding-top: 16px;
  margin-bottom: 16px;
}
.sidebar .widget_recent_comments li + li,
.wpb_widgetised_column .widget_recent_comments li + li,
.sidebar .widget_rss li + li,
.wpb_widgetised_column .widget_rss li + li {
  margin-top: 16px;
}
.sidebar .widget_layered_nav ul li,
.wpb_widgetised_column .widget_layered_nav ul li {
  padding: 9px 0 0 0;
}
.sidebar .widget_layered_nav ul li a,
.wpb_widgetised_column .widget_layered_nav ul li a {
  padding: 0 0 0 5px;
}
.sidebar .widget_layered_nav ul li span.count,
.wpb_widgetised_column .widget_layered_nav ul li span.count {
  padding: 0;
  float: right;
}
.sidebar .widget-social-profile ul.social-profile,
.wpb_widgetised_column .widget-social-profile ul.social-profile {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
.sidebar .widget-social-profile ul.social-profile li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li {
  display: inline-block;
  vertical-align: middle;
}
.sidebar .widget-social-profile ul.social-profile li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a {
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .widget-social-profile ul.social-profile li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a i {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-align: center;
}
.sidebar .widget-social-profile ul.social-profile li + li,
.wpb_widgetised_column .widget-social-profile ul.social-profile li + li {
  margin-left: 5px;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #F5F5F5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a i {
  color: #777777;
  font-size: 14px;
}
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover i {
  color: #fff;
}
.sidebar .widget-social-profile.blog-widget,
.wpb_widgetised_column .widget-social-profile.blog-widget {
  border-width: 2px;
  border-style: solid;
  padding: 30px 15px 40px 15px;
  text-align: center;
}
.sidebar .widget-social-profile.blog-widget > span,
.wpb_widgetised_column .widget-social-profile.blog-widget > span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.sidebar .widget_recent_reviews,
.wpb_widgetised_column .widget_recent_reviews,
.sidebar .widget_top_rated_products,
.wpb_widgetised_column .widget_top_rated_products,
.sidebar .widget_products,
.wpb_widgetised_column .widget_products,
.sidebar .widget_recently_viewed_products,
.wpb_widgetised_column .widget_recently_viewed_products {
  border: 2px solid #eee;
  padding: 30px 15px;
}
.sidebar .widget_recent_reviews h4.widget-title,
.wpb_widgetised_column .widget_recent_reviews h4.widget-title,
.sidebar .widget_top_rated_products h4.widget-title,
.wpb_widgetised_column .widget_top_rated_products h4.widget-title,
.sidebar .widget_products h4.widget-title,
.wpb_widgetised_column .widget_products h4.widget-title,
.sidebar .widget_recently_viewed_products h4.widget-title,
.wpb_widgetised_column .widget_recently_viewed_products h4.widget-title {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.sidebar ul.product_list_widget li,
.wpb_widgetised_column ul.product_list_widget li {
  padding: 0;
  margin: 0;
}
.sidebar ul.product_list_widget li + li,
.wpb_widgetised_column ul.product_list_widget li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.sidebar ul.product_list_widget li img,
.wpb_widgetised_column ul.product_list_widget li img {
  width: 70px;
  float: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 0;
  margin-right: 15px;
}
.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: normal;
}
.sidebar ul.product_list_widget span.amount,
.wpb_widgetised_column ul.product_list_widget span.amount {
  font-size: 15px;
}
.sidebar ul.product_list_widget ins,
.wpb_widgetised_column ul.product_list_widget ins {
  text-decoration: none;
  margin-right: 3px;
}
.sidebar ul.product_list_widget del span.amount,
.wpb_widgetised_column ul.product_list_widget del span.amount {
  font-size: 13px;
  color: #999999;
}
.sidebar ul.product_list_widget .star-rating,
.wpb_widgetised_column ul.product_list_widget .star-rating {
  margin: 0 0 5px 0;
}
.sidebar .widget-posts-wrap .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item {
  padding-bottom: 25px;
}
.sidebar .widget-posts-wrap .widget_posts_item:last-child,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item:last-child {
  padding-bottom: 0;
}
.sidebar .widget-posts-wrap .widget_posts_item + .widget_posts_item,
.wpb_widgetised_column .widget-posts-wrap .widget_posts_item + .widget_posts_item {
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail {
  width: 60px;
  float: left;
  margin-right: 10px;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail {
  position: relative;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  right: 0;
  line-height: 20px;
  font-size: 10px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sidebar .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-thumbnail .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.sidebar .widget-posts-wrap .widget-posts-content-wrap,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-content-wrap {
  position: relative;
  overflow: hidden;
}
.sidebar .widget-posts-wrap .widget-posts-title,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title {
  font-size: 15px;
  color: #3F3F3F;
  display: block;
  line-height: 1.2;
  margin-bottom: 2px;
}
.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover {
  text-decoration: none;
}
.sidebar .widget-posts-wrap .owl-theme .owl-controls,
.wpb_widgetised_column .widget-posts-wrap .owl-theme .owl-controls {
  display: none !important;
}
.sidebar .widget-posts-wrap .widget-posts-date,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-date {
  font-size: 13px;
  color: #999999;
}
.sidebar .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item,
.wpb_widgetised_column .widget-twitter-wrap .widget-twitter-item + .widget-twitter-item {
  margin-top: 20px;
}
.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i {
  font-size: 14px;
}
.sidebar .widget-twitter-wrap span.twitter-time,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-time {
  color: #b1b1b1;
  display: block;
}
.sidebar .widget-recent-portfolio ul,
.wpb_widgetised_column .widget-recent-portfolio ul {
  font-size: 0;
  padding: 0;
  list-style: none;
  margin: 0 -2px;
}
.sidebar .widget-recent-portfolio ul li,
.wpb_widgetised_column .widget-recent-portfolio ul li {
  display: inline-block;
  padding: 2px;
  width: 100%;
}
.sidebar .widget-recent-portfolio ul li a,
.wpb_widgetised_column .widget-recent-portfolio ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar .widget-recent-portfolio ul li a:before,
.wpb_widgetised_column .widget-recent-portfolio ul li a:before {
  content: "";
  position: absolute;
  display: block;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget-recent-portfolio ul li a:hover:before,
.wpb_widgetised_column .widget-recent-portfolio ul li a:hover:before {
  opacity: 1;
}
.sidebar .widget-recent-portfolio ul.columns-2 li,
.wpb_widgetised_column .widget-recent-portfolio ul.columns-2 li {
  width: 50%;
}
.sidebar .widget-recent-portfolio ul.columns-3 li,
.wpb_widgetised_column .widget-recent-portfolio ul.columns-3 li {
  width: 33.33333333333333%;
}
.sidebar .widget-recent-portfolio ul.columns-4 li,
.wpb_widgetised_column .widget-recent-portfolio ul.columns-4 li {
  width: 25%;
}
.sidebar .widget-recent-portfolio ul.columns-5 li,
.wpb_widgetised_column .widget-recent-portfolio ul.columns-5 li {
  width: 20%;
}
.sidebar .widget-recent-portfolio ul.columns-6 li,
.wpb_widgetised_column .widget-recent-portfolio ul.columns-6 li {
  width: 16.66666666666667%;
}
.sidebar .widget-banner .widget-image-wrap a,
.wpb_widgetised_column .widget-banner .widget-image-wrap a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar .widget-banner .widget-image-wrap a:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.35s linear;
  -moz-transition: opacity 0.35s linear;
  -ms-transition: opacity 0.35s linear;
  -o-transition: opacity 0.35s linear;
  transition: opacity 0.35s linear;
}
.sidebar .widget-banner .widget-image-wrap a img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar .widget-banner .widget-image-wrap a:hover:before,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover:before {
  opacity: 1;
}
.sidebar .widget-banner .widget-image-wrap a:hover img,
.wpb_widgetised_column .widget-banner .widget-image-wrap a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sidebar .widget-contact-info,
.wpb_widgetised_column .widget-contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .widget-contact-info > li > i.fa,
.wpb_widgetised_column .widget-contact-info > li > i.fa {
  width: 18px;
}
.sidebar .mail-chimp-wrapper > p,
.wpb_widgetised_column .mail-chimp-wrapper > p {
  line-height: 28px;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button {
  position: relative;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > input,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > input {
  background-color: #fbfbfb;
  color: #222;
  border: none;
  line-height: 1;
  height: 30px;
  width: 100%;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sidebar .mail-chimp-wrapper .mail-chimp-button > button > span,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button > span {
  display: none;
}
.sidebar .footer-logo .sub-description,
.wpb_widgetised_column .footer-logo .sub-description {
  padding-top: 28px;
  line-height: 28px;
}
.sidebar .widget-text-intro,
.wpb_widgetised_column .widget-text-intro {
  font-size: 24px;
  text-align: center;
  border: dashed 3px #c5c5c5;
  padding: 55px 10px;
  font-weight: 400;
}
.sidebar ul.instagram-pics,
.wpb_widgetised_column ul.instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.sidebar ul.instagram-pics li,
.wpb_widgetised_column ul.instagram-pics li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.sidebar ul.instagram-pics a,
.wpb_widgetised_column ul.instagram-pics a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sidebar ul.instagram-pics a:before,
.wpb_widgetised_column ul.instagram-pics a:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.sidebar ul.instagram-pics a:hover:before,
.wpb_widgetised_column ul.instagram-pics a:hover:before {
  opacity: 1;
}
.sidebar .instagram-col-2 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-2 ul.instagram-pics li {
  width: 50%;
}
.sidebar .instagram-col-3 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-3 ul.instagram-pics li {
  width: 33.33333333%;
}
.sidebar .instagram-col-4 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-4 ul.instagram-pics li {
  width: 25%;
}
.sidebar .instagram-col-6 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-6 ul.instagram-pics li {
  width: 16.66666667%;
}
.sidebar .instagram-col-8 ul.instagram-pics li,
.wpb_widgetised_column .instagram-col-8 ul.instagram-pics li {
  width: 12.5%;
}
.sidebar .padding-2 ul.instagram-pics,
.wpb_widgetised_column .padding-2 ul.instagram-pics {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}
.sidebar .padding-2 ul.instagram-pics li,
.wpb_widgetised_column .padding-2 ul.instagram-pics li {
  padding: 2px;
}
.sidebar .padding-3 ul.instagram-pics,
.wpb_widgetised_column .padding-3 ul.instagram-pics {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
}
.sidebar .padding-3 ul.instagram-pics li,
.wpb_widgetised_column .padding-3 ul.instagram-pics li {
  padding: 3px;
}
.sidebar .title-center .widget-title,
.wpb_widgetised_column .title-center .widget-title {
  text-align: center;
}
.sidebar ul.instagram-pics + p,
.wpb_widgetised_column ul.instagram-pics + p {
  margin: 0;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.02em;
}
.sidebar .widget-text-center,
.wpb_widgetised_column .widget-text-center {
  text-align: center;
}
.widget-payment-gate {
  padding-top: 10px;
}
.widget-payment-gate .payment-gate {
  list-style: none;
  display: inline-block;
}
.widget-payment-gate li {
  float: left;
  display: inline-block;
  padding-right: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.widget-payment-gate li:last-child {
  padding-right: 0px;
}
.widget-payment-gate li:hover {
  opacity: 0.6;
}
.widget-payment-gate image {
  max-width: 46px;
  max-height: 28px;
}
.widget-partner-carousel .owl-carousel .owl-item {
  height: 180px;
  display: table;
  text-align: center;
}
/** widget post advanced **/
.widget-posts-advanced .entry-thumbnail {
  position: relative;
}
.widget-posts-advanced a.prettyPhoto {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
footer.main-footer-wrapper .sidebar aside.widget-map-scroll-up {
  margin-top: 0;
}
/**
 * 6.0 - Blog
 * ----------------------------------------------------------------------------
 */
.blog-wrap.grid.layout-container-fluid,
.blog-wrap.masonry.layout-container-fluid {
  padding: 0 15px;
}
.blog-inner .entry-thumbnail,
.handmade-post .entry-thumbnail {
  position: relative;
}
.blog-inner .entry-thumbnail a.prettyPhoto,
.handmade-post .entry-thumbnail a.prettyPhoto {
  position: absolute;
  top: 0;
  width: 56px;
  height: 55px;
  right: 0;
  line-height: 54px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before,
.handmade-post .entry-thumbnail a.entry-thumbnail_overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-inner .entry-thumbnail:hover a.entry-thumbnail_overlay:before,
.handmade-post .entry-thumbnail:hover a.entry-thumbnail_overlay:before {
  opacity: 1;
}
.blog-inner .entry-thumbnail:hover a.prettyPhoto,
.handmade-post .entry-thumbnail:hover a.prettyPhoto {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto,
.handmade-post article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0.8;
  width: 80px;
  height: 80px;
  font-size: 80px;
  line-height: 80px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blog-inner .entry-thumbnail_overlay img,
.handmade-post .entry-thumbnail_overlay img {
  width: 100%;
  display: block;
}
.blog-inner h3.entry-title,
.handmade-post h3.entry-title {
  font-size: 25px;
  color: #25262C;
  margin-bottom: 30px;
  letter-spacing: -0.05em;
}
.blog-inner h3.entry-title a,
.handmade-post h3.entry-title a {
  color: inherit;
}
.blog-inner .entry-post-meta-wrap,
.handmade-post .entry-post-meta-wrap {
  margin-bottom: 20px;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta,
.handmade-post .entry-post-meta-wrap ul.entry-meta {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li,
.handmade-post .entry-post-meta-wrap ul.entry-meta li {
  display: inline;
  font-size: 14px;
  line-height: 1.4;
  color: #878787;
  margin-right: 15px;
  vertical-align: middle;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li a,
.handmade-post .entry-post-meta-wrap ul.entry-meta li a {
  color: inherit;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li i,
.handmade-post .entry-post-meta-wrap ul.entry-meta li i {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.blog-inner .entry-post-meta-wrap ul.entry-meta li:last-child,
.handmade-post .entry-post-meta-wrap ul.entry-meta li:last-child {
  margin-right: 0;
}
.blog-inner .entry-excerpt p,
.handmade-post .entry-excerpt p {
  margin-bottom: 0;
}
.blog-inner .read-more,
.handmade-post .read-more {
  text-decoration: underline;
}
.blog-inner .jp-interface,
.handmade-post .jp-interface {
  background-color: transparent;
  height: 140px;
  border: 2px solid #eeeeee;
}
.blog-inner .jp-play-pause,
.handmade-post .jp-play-pause {
  padding: 0;
  text-align: center;
  background-color: transparent;
  height: 100%;
  width: auto;
  margin-left: 25px;
}
.blog-inner .jp-play-pause i,
.handmade-post .jp-play-pause i {
  font-size: 38px;
  line-height: 136px;
}
.blog-inner .jp-progress,
.handmade-post .jp-progress {
  margin: 0 0 0 10px;
}
.blog-inner .jp-seek-bar,
.handmade-post .jp-seek-bar {
  height: 18px;
  border: 2px solid #eeeeee;
  width: 100% !important;
}
.blog-inner .jp-volume,
.handmade-post .jp-volume {
  height: 18px;
  line-height: 1;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto auto auto 50px;
  padding: 0;
}
.blog-inner .jp-volume > li,
.handmade-post .jp-volume > li {
  display: inline-block;
  vertical-align: middle;
}
.blog-inner .jp-volume-bar,
.handmade-post .jp-volume-bar {
  height: 18px;
  width: 100px;
  border: 2px solid #eeeeee;
  margin-left: 10px;
}
.blog-inner .jp-volume-bar-value,
.handmade-post .jp-volume-bar-value {
  height: 14px;
}
.blog-inner article.format-link .post-format-icon,
.handmade-post article.format-link .post-format-icon,
.blog-inner article.format-quote .post-format-icon,
.handmade-post article.format-quote .post-format-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 34px;
  float: left;
  margin-right: 30px;
  color: #fff;
}
.blog-inner article.format-link .entry-content-wrap,
.handmade-post article.format-link .entry-content-wrap,
.blog-inner article.format-quote .entry-content-wrap,
.handmade-post article.format-quote .entry-content-wrap {
  position: relative;
  overflow: hidden;
}
.blog-inner article.format-link .entry-content-link,
.handmade-post article.format-link .entry-content-link {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #878787;
}
.blog-inner article.format-link .entry-content-link a,
.handmade-post article.format-link .entry-content-link a {
  color: inherit;
}
.blog-inner article.format-quote .entry-content-quote blockquote,
.handmade-post article.format-quote .entry-content-quote blockquote {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #878787;
}
.blog-inner article.format-quote .entry-content-quote blockquote p:before,
.handmade-post article.format-quote .entry-content-quote blockquote p:before {
  content: "Ã¢â‚¬Å“";
  margin-right: 5px;
}
.blog-inner article.format-quote .entry-content-quote blockquote cite,
.handmade-post article.format-quote .entry-content-quote blockquote cite {
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.blog-inner.blog-style-medium-image article,
.handmade-post.blog-style-medium-image article {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.blog-inner.blog-style-medium-image article + article,
.handmade-post.blog-style-medium-image article + article {
  margin-top: 30px;
}
.blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
.handmade-post.blog-style-medium-image .entry-thumbnail-wrap {
  float: left;
  width: 50%;
  max-width: 400px;
  margin: 0 20px 0 0;
}
.blog-inner.blog-style-medium-image .entry-content-wrap,
.handmade-post.blog-style-medium-image .entry-content-wrap {
  position: relative;
  overflow: hidden;
}
.blog-inner.blog-style-medium-image article.format-audio .entry-thumbnail-wrap,
.handmade-post.blog-style-medium-image article.format-audio .entry-thumbnail-wrap {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0 0 40px 0;
}
.blog-inner.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.handmade-post.blog-style-medium-image .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-large-image article,
.handmade-post.blog-style-large-image article {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.blog-inner.blog-style-large-image article + article,
.handmade-post.blog-style-large-image article + article {
  margin-top: 30px;
}
.blog-inner.blog-style-large-image .entry-thumbnail-wrap,
.handmade-post.blog-style-large-image .entry-thumbnail-wrap {
  margin-bottom: 40px;
}
.blog-inner.blog-style-large-image h3.entry-title,
.handmade-post.blog-style-large-image h3.entry-title {
  font-size: 32px;
}
.blog-inner.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto,
.handmade-post.blog-style-large-image article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.blog-inner.blog-style-grid,
.handmade-post.blog-style-grid,
.blog-inner.blog-style-masonry,
.handmade-post.blog-style-masonry {
  margin: 0 -15px;
}
.blog-inner.blog-style-grid article,
.handmade-post.blog-style-grid article,
.blog-inner.blog-style-masonry article,
.handmade-post.blog-style-masonry article {
  float: left;
  padding: 0 15px 40px 15px;
}
.blog-inner.blog-style-grid .entry-thumbnail-wrap,
.handmade-post.blog-style-grid .entry-thumbnail-wrap,
.blog-inner.blog-style-masonry .entry-thumbnail-wrap,
.handmade-post.blog-style-masonry .entry-thumbnail-wrap {
  margin-bottom: 20px;
}
.blog-inner.blog-style-grid article.format-link .post-format-icon,
.handmade-post.blog-style-grid article.format-link .post-format-icon,
.blog-inner.blog-style-masonry article.format-link .post-format-icon,
.handmade-post.blog-style-masonry article.format-link .post-format-icon,
.blog-inner.blog-style-grid article.format-quote .post-format-icon,
.handmade-post.blog-style-grid article.format-quote .post-format-icon,
.blog-inner.blog-style-masonry article.format-quote .post-format-icon,
.handmade-post.blog-style-masonry article.format-quote .post-format-icon,
.blog-inner.blog-style-grid article.format-link h3.entry-title,
.handmade-post.blog-style-grid article.format-link h3.entry-title,
.blog-inner.blog-style-masonry article.format-link h3.entry-title,
.handmade-post.blog-style-masonry article.format-link h3.entry-title,
.blog-inner.blog-style-grid article.format-quote h3.entry-title,
.handmade-post.blog-style-grid article.format-quote h3.entry-title,
.blog-inner.blog-style-masonry article.format-quote h3.entry-title,
.handmade-post.blog-style-masonry article.format-quote h3.entry-title,
.blog-inner.blog-style-grid article.format-link .entry-post-meta-wrap,
.handmade-post.blog-style-grid article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-post-meta-wrap,
.handmade-post.blog-style-masonry article.format-link .entry-post-meta-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-post-meta-wrap,
.handmade-post.blog-style-grid article.format-quote .entry-post-meta-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-post-meta-wrap,
.handmade-post.blog-style-masonry article.format-quote .entry-post-meta-wrap {
  display: none;
}
.blog-inner.blog-style-grid article.format-link .entry-content-wrap,
.handmade-post.blog-style-grid article.format-link .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-link .entry-content-wrap,
.handmade-post.blog-style-masonry article.format-link .entry-content-wrap,
.blog-inner.blog-style-grid article.format-quote .entry-content-wrap,
.handmade-post.blog-style-grid article.format-quote .entry-content-wrap,
.blog-inner.blog-style-masonry article.format-quote .entry-content-wrap,
.handmade-post.blog-style-masonry article.format-quote .entry-content-wrap {
  background-color: #f9f9f9;
  padding: 35px;
}
.blog-inner.blog-style-grid .jp-interface,
.handmade-post.blog-style-grid .jp-interface,
.blog-inner.blog-style-masonry .jp-interface,
.handmade-post.blog-style-masonry .jp-interface {
  height: 70px;
}
.blog-inner.blog-style-grid .jp-play-pause,
.handmade-post.blog-style-grid .jp-play-pause,
.blog-inner.blog-style-masonry .jp-play-pause,
.handmade-post.blog-style-masonry .jp-play-pause {
  margin-left: 20px;
}
.blog-inner.blog-style-grid .jp-play-pause i,
.handmade-post.blog-style-grid .jp-play-pause i,
.blog-inner.blog-style-masonry .jp-play-pause i,
.handmade-post.blog-style-masonry .jp-play-pause i {
  line-height: 68px;
}
.blog-inner.blog-style-grid .jp-volume,
.handmade-post.blog-style-grid .jp-volume,
.blog-inner.blog-style-masonry .jp-volume,
.handmade-post.blog-style-masonry .jp-volume {
  margin: auto auto auto 30px;
}
.blog-inner.blog-style-grid .jp-volume-bar,
.handmade-post.blog-style-grid .jp-volume-bar,
.blog-inner.blog-style-masonry .jp-volume-bar,
.handmade-post.blog-style-masonry .jp-volume-bar {
  display: none !important;
}
.blog-inner.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.handmade-post.blog-style-grid .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.blog-inner.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category,
.handmade-post.blog-style-masonry .entry-post-meta-wrap ul.entry-meta li.entry-meta-category {
  display: none;
}
.blog-inner.blog-style-grid article.format-quote .entry-content-quote blockquote,
.handmade-post.blog-style-grid article.format-quote .entry-content-quote blockquote,
.blog-inner.blog-style-masonry article.format-quote .entry-content-quote blockquote,
.handmade-post.blog-style-masonry article.format-quote .entry-content-quote blockquote {
  font-size: 18px;
}
.blog-inner.blog-style-grid.blog-col-2 article,
.handmade-post.blog-style-grid.blog-col-2 article,
.blog-inner.blog-style-masonry.blog-col-2 article,
.handmade-post.blog-style-masonry.blog-col-2 article {
  width: 50%;
}
.blog-inner.blog-style-grid.blog-col-3 article,
.handmade-post.blog-style-grid.blog-col-3 article,
.blog-inner.blog-style-masonry.blog-col-3 article,
.handmade-post.blog-style-masonry.blog-col-3 article {
  width: 33.33333333333333%;
}
.blog-inner.blog-style-grid.blog-col-4 article,
.handmade-post.blog-style-grid.blog-col-4 article,
.blog-inner.blog-style-masonry.blog-col-4 article,
.handmade-post.blog-style-masonry.blog-col-4 article {
  width: 25%;
}
.blog-inner.blog-style-search h3.entry-title,
.handmade-post.blog-style-search h3.entry-title {
  font-size: 25px;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 66.66666666666667%;
}
.blog-paging-wrapper {
  padding-top: 25px;
  margin-top: -1px;
  border-top: 1px solid #eeeeee;
}
.blog-paging-wrapper ul.pagination {
  padding: 0;
  margin: 0;
  line-height: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.blog-paging-wrapper .pagination > li > a,
.blog-paging-wrapper .pagination > li > span {
  font-size: 14px;
  color: #888;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.blog-paging-wrapper .pagination > li > a.next,
.blog-paging-wrapper .pagination > li > span.next,
.blog-paging-wrapper .pagination > li > a.prev,
.blog-paging-wrapper .pagination > li > span.prev {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
}
.blog-paging-wrapper .pagination > li > a.next > i,
.blog-paging-wrapper .pagination > li > span.next > i,
.blog-paging-wrapper .pagination > li > a.prev > i,
.blog-paging-wrapper .pagination > li > span.prev > i {
  line-height: 40px;
}
.blog-paging-wrapper .pagination > li > a:hover,
.blog-paging-wrapper .pagination > li > span:hover,
.blog-paging-wrapper .pagination > li > a:focus,
.blog-paging-wrapper .pagination > li > span:focus {
  color: #202020;
  background-color: transparent;
  border-color: #eeeeee;
}
.blog-paging-wrapper .pagination > li > a.current,
.blog-paging-wrapper .pagination > li > span.current {
  color: #fff;
}
.blog-paging-wrapper .pagination > li {
  display: inline-block;
  margin-right: 5px;
}
.blog-paging-wrapper .pagination > li:last-child {
  margin: 0;
}
.blog-paging-wrapper.blog-paging-load-more {
  text-align: center;
}
.blog-paging-wrapper.blog-paging-load-more .blog-load-more > span[class^='fa'] {
  letter-spacing: 0;
}
.blog-wrap .entry-thumbnail-wrap,
.single-product-image-inner,
.handmade-post .handmade-post-image {
  /*owl-carousel*/
}
.blog-wrap .entry-thumbnail-wrap .owl-theme,
.single-product-image-inner .owl-theme,
.handmade-post .handmade-post-image .owl-theme {
  overflow: hidden;
}
.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls,
.single-product-image-inner .owl-theme .owl-controls,
.handmade-post .handmade-post-image .owl-theme .owl-controls {
  margin: 0;
}
.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls .owl-buttons div,
.single-product-image-inner .owl-theme .owl-controls .owl-buttons div,
.handmade-post .handmade-post-image .owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 200;
  padding: 0;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 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;
}
.blog-wrap .entry-thumbnail-wrap .owl-theme .owl-controls .owl-buttons div:hover,
.single-product-image-inner .owl-theme .owl-controls .owl-buttons div:hover,
.handmade-post .handmade-post-image .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #ffffff;
  color: #888;
}
.blog-wrap .entry-thumbnail-wrap .owl-next,
.single-product-image-inner .owl-next,
.handmade-post .handmade-post-image .owl-next {
  right: 15px;
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
}
.blog-wrap .entry-thumbnail-wrap .owl-prev,
.single-product-image-inner .owl-prev,
.handmade-post .handmade-post-image .owl-prev {
  left: 15px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
.blog-wrap .entry-thumbnail-wrap:hover .owl-theme .owl-controls .owl-buttons div,
.single-product-image-inner:hover .owl-theme .owl-controls .owl-buttons div,
.handmade-post .handmade-post-image:hover .owl-theme .owl-controls .owl-buttons div {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.entry-content:after,
.comment-text:after {
  content: "";
  clear: both;
  display: block;
}
.entry-content table,
.comment-text table {
  border-collapse: collapse !important;
}
.entry-content table,
.comment-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th,
.entry-content table > tbody > tr > th,
.comment-text table > tbody > tr > th,
.entry-content table > tfoot > tr > th,
.comment-text table > tfoot > tr > th,
.entry-content table > thead > tr > td,
.comment-text table > thead > tr > td,
.entry-content table > tbody > tr > td,
.comment-text table > tbody > tr > td,
.entry-content table > tfoot > tr > td,
.comment-text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
.entry-content table > thead > tr > th,
.comment-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #eeeeee;
}
.entry-content table > caption + thead > tr:first-child > th,
.comment-text table > caption + thead > tr:first-child > th,
.entry-content table > colgroup + thead > tr:first-child > th,
.comment-text table > colgroup + thead > tr:first-child > th,
.entry-content table > thead:first-child > tr:first-child > th,
.comment-text table > thead:first-child > tr:first-child > th,
.entry-content table > caption + thead > tr:first-child > td,
.comment-text table > caption + thead > tr:first-child > td,
.entry-content table > colgroup + thead > tr:first-child > td,
.comment-text table > colgroup + thead > tr:first-child > td,
.entry-content table > thead:first-child > tr:first-child > td,
.comment-text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.entry-content table > tbody + tbody,
.comment-text table > tbody + tbody {
  border-top: 1px solid #eeeeee;
}
.entry-content blockquote p,
.comment-text blockquote p {
  position: relative;
  overflow: hidden;
}
.entry-content blockquote cite,
.comment-text blockquote cite {
  display: block;
  font-size: 15px;
}
.entry-content input[type="submit"],
.comment-text input[type="submit"] {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: none;
  padding: 9px 25px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.entry-content p:last-child,
.comment-text p:last-child {
  margin-bottom: 0;
}
.entry-content dd,
.comment-text dd,
.entry-content dt,
.comment-text dt {
  line-height: 2.2;
}
.entry-meta-tag {
  font-size: 0;
  margin-bottom: 20px;
}
.entry-meta-tag label {
  font-size: 12px;
  margin-bottom: 0;
  color: #858585;
  font-weight: normal;
  margin-right: 20px;
  text-transform: uppercase;
}
.entry-meta-tag a {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
  line-height: 1;
  font-size: 13px;
  color: #878787;
}
.entry-meta-tag a:before {
  content: "#";
  margin-right: 5px;
  display: inline-block;
}
.social-share-wrap {
  font-size: 0;
}
.social-share-wrap label {
  font-size: 12px;
  margin-bottom: 0;
  color: #858585;
  font-weight: normal;
  margin-right: 20px;
  text-transform: uppercase;
}
.social-share-wrap ul.social-share {
  font-size: 0;
  padding: 0;
  margin: 0;
  display: inline;
}
.social-share-wrap ul.social-share li {
  display: inline-block;
}
.social-share-wrap ul.social-share li a {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  background-color: #f5f5f5;
  color: #777777;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.social-share-wrap ul.social-share li a i {
  line-height: 36px;
  font-size: 14px;
}
.social-share-wrap ul.social-share li a:hover {
  color: #fff;
}
.social-share-wrap ul.social-share li + li {
  margin-left: 5px;
}
.site-content-single-post {
  overflow: hidden;
}
.site-content-single-post .blog-inner .entry-thumbnail-wrap {
  margin-bottom: 40px;
}
.site-content-single-post .blog-inner h3.entry-title {
  font-size: 32px;
}
.site-content-single-post .blog-inner .entry-content {
  margin-bottom: 25px;
}
.site-content-single-post .blog-inner blockquote {
  border-left-width: 5px;
  border-left-style: solid;
}
.site-content-single-post .blog-inner .entry-content-wrap {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}
.site-content-single-post .blog-inner .author-info {
  padding-top: 40px;
  border-top: 1px solid #eeeeee;
  margin-top: -1px;
}
.site-content-single-post .blog-inner .author-info .author-avatar {
  float: left;
  width: 100px;
  margin-right: 40px;
  margin-left: 50px;
  text-align: center;
}
.site-content-single-post .blog-inner .author-info .author-avatar .alignnone {
  margin: 0;
}
.site-content-single-post .blog-inner .author-info .author-avatar img.avatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.site-content-single-post .blog-inner .author-info .author-avatar h3.author-title {
  margin: 20px 0 0 0;
  color: #222222;
  font-size: 13px;
  text-transform: uppercase;
}
.site-content-single-post .blog-inner .author-info .author-description {
  position: relative;
  overflow: hidden;
  padding-left: 10px;
}
.site-content-single-post .blog-inner .author-info .author-description p.author-bio {
  position: relative;
  margin-bottom: 0;
  padding: 25px;
  background-color: #f5f5f5;
}
.site-content-single-post .blog-inner .author-info .author-description p.author-bio:after {
  right: 100%;
  top: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  border-width: 7px;
}
.site-content-single-post .blog-inner article.format-video > .entry-thumbnail-wrap > .entry-thumbnail a.prettyPhoto {
  width: 100px;
  height: 100px;
  font-size: 100px;
  line-height: 100px;
}
.entry-comments {
  margin-top: 60px;
}
.entry-comments h3.comments-title {
  font-size: 25px;
  padding-bottom: 25px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eeeeee;
}
.entry-comments .entry-comments-list {
  padding-bottom: 45px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eeeeee;
}
.entry-comments .entry-comments-list ol.commentlist {
  padding: 0;
  margin: 0;
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist li + li {
  margin-top: 30px;
}
.entry-comments .entry-comments-list ol.commentlist li img.avatar {
  float: left;
  width: 70px;
  margin: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 25px;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .text {
  background-color: #f5f5f5;
  padding: 25px;
  position: relative;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-text .text:after {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  border-width: 7px;
}
.entry-comments .entry-comments-list ol.commentlist li .author {
  position: relative;
  margin-top: 5px;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
}
.entry-comments .entry-comments-list ol.commentlist li .author .author-name a {
  color: inherit;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
  position: absolute;
  top: 0;
  right: 0;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-meta-date {
  font-size: 14px;
  color: #878787;
  line-height: 1.4;
  vertical-align: middle;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-meta-date i {
  color: #666666;
  font-size: 20px;
  vertical-align: middle;
}
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-reply-link,
.entry-comments .entry-comments-list ol.commentlist li .author .comment-meta .comment-edit-link {
  margin-left: 20px;
  font-size: 13px;
  text-transform: uppercase;
}
.entry-comments .entry-comments-list ol.commentlist li .comment-respond {
  margin-top: 20px;
}
.entry-comments .entry-comments-list ol.commentlist li:last-child .comment-text {
  border-bottom: none;
  padding-bottom: 0;
}
.entry-comments .entry-comments-list ol.commentlist ul.children {
  padding-left: 85px;
  margin-top: 30px;
  list-style: none;
}
.entry-comments .entry-comments-list ol.commentlist ul.children li .comment-text {
  border-bottom: none;
  padding-bottom: 0;
}
.entry-comments .entry-comments-list nav.comment-navigation {
  margin-bottom: 20px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers {
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  color: #888;
  font-size: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.next,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.prev {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 18px;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers:focus {
  color: #202020;
}
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current {
  color: #fff;
}
.entry-comments .entry-comments-list nav.comment-navigation.comment-navigation-bottom {
  margin-bottom: 0;
  margin-top: 20px;
}
.comment-reply-title {
  font-size: 25px;
  margin-bottom: 45px;
}
.comment-form input[type="text"],
.comment-form input[type="search"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="password"],
.comment-form textarea {
  width: 100%;
}
.comment-form textarea {
  height: 100px;
}
.comment-form > p > label {
  display: none;
}
.comment-form p.comment-form-comment {
  line-height: 0;
}
.comment-form .logged-in-as {
  display: none;
}
.shortcode-blog-wrap .blog-wrap {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-inner.blog-style-grid article,
  .handmade-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .handmade-post.blog-style-masonry article {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .blog-inner .jp-interface,
  .handmade-post .jp-interface {
    height: 70px;
  }
  .blog-inner .jp-play-pause,
  .handmade-post .jp-play-pause {
    margin-left: 20px;
  }
  .blog-inner .jp-play-pause i,
  .handmade-post .jp-play-pause i {
    line-height: 68px;
  }
  .blog-inner .jp-volume,
  .handmade-post .jp-volume {
    margin: auto auto auto 30px;
  }
  .blog-inner .jp-volume-bar,
  .handmade-post .jp-volume-bar {
    display: none !important;
  }
  .blog-inner.blog-style-medium-image .entry-thumbnail-wrap,
  .handmade-post.blog-style-medium-image .entry-thumbnail-wrap {
    float: none;
    margin: 0 0 40px 0;
    width: 100%;
    max-width: 100%;
  }
  .blog-inner.blog-style-grid article,
  .handmade-post.blog-style-grid article,
  .blog-inner.blog-style-masonry article,
  .handmade-post.blog-style-masonry article {
    width: 100% !important;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .blog-inner.blog-style-grid article + article,
  .handmade-post.blog-style-grid article + article,
  .blog-inner.blog-style-masonry article + article,
  .handmade-post.blog-style-masonry article + article {
    margin-top: 30px;
  }
  .entry-comments .entry-comments-list ol.commentlist ul.children {
    padding-left: 0;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .blog-inner article.format-link .post-format-icon,
  .handmade-post article.format-link .post-format-icon,
  .blog-inner article.format-quote .post-format-icon,
  .handmade-post article.format-quote .post-format-icon {
    display: none;
  }
  .site-content-single-post .blog-inner .author-info .author-avatar {
    float: none;
    margin: 0 auto 20px auto;
  }
  .site-content-single-post .blog-inner .author-info .author-description {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li img.avatar {
    display: none;
  }
  .entry-comments .entry-comments-list ol.commentlist li .comment-text {
    padding-left: 0;
  }
  .entry-comments .entry-comments-list ol.commentlist li .author .comment-meta {
    position: relative;
  }
  .entry-comments-form-avatar {
    display: none;
  }
}
/**
 * 7.0 - Woccommerce
 * ----------------------------------------------------------------------------
 */
.layout-container-fluid.archive-product-wrap {
  padding: 0 15px;
}

/* Embedded YouTube video on ClingTo product page in Product Title bar */

/*@media (min-width:768px) {
.term-clingto .taxonomy-description p {display:inline-block;}
.term-clingto .taxonomy-description p:nth-child(2) {padding-left: 100px;}
}
*/
.term-clingto .taxonomy-description p {display:inline-block;}
.term-clingto .taxonomy-description p:nth-child(2) {padding-left: 100px;}

@media (max-width: 615px) {
  .term-clingto .taxonomy-description p:nth-child(2) {padding-left: 0px !important;}
  .term-clingto .taxonomy-description p {padding-right:20px;}
}

.tooltip-inner {
  white-space: nowrap;
}
.custom-select {
  position: relative;
}
.custom-select:before {
  content: "\f107";
  font-family: FontAwesome;
  padding: 8px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 15px;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
.custom-select:after {
  content: "";
  display: block;
  clear: both;
}
.custom-select select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select select::-ms-expand {
  display: none;
}
.product-category .product-category-inner {
  position: relative;
  margin-bottom: 15px;
}
.product-category .product-category-inner:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(221, 221, 221, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.product-category .product-category-inner:after {
  content: "";
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 2px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-category .product-category-inner:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(15px) translateX(15px);
  -moz-transform: translateY(15px) translateX(15px);
  -ms-transform: translateY(15px) translateX(15px);
  -o-transform: translateY(15px) translateX(15px);
  transform: translateY(15px) translateX(15px);
}
.product-category .product-category-inner:hover div a {
  padding-right: 45px;
}
.product-category .product-category-inner:hover div a i {
  visibility: visible;
  opacity: 1;
  display: inline-block;
}
.product-category .product-category-inner div {
  position: absolute;
  height: 35px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.product-category .product-category-inner div a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-category .product-category-inner div a i {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  height: 20px;
  vertical-align: middle;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.product-category img {
  width: 100%;
}
.woocommerce-pagination {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #eeeeee;
  line-height: 0;
  text-align: right;
}
.breadcrumb-archive-product-wrap .container {
  position: relative;
}
.breadcrumb-archive-product-wrap .catalog-filter {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 44px;
  color: #999;
  font-size: 13px;
  line-height: 44px;
  text-transform: uppercase;
}
.breadcrumb-archive-product-wrap .catalog-filter select {
  font-size: 13px;
  color: #999999;
  background-color: #f9f9f9;
  text-transform: uppercase;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page-size {
  position: relative;
}
.woocommerce .woocommerce-ordering:after,
.woocommerce-page-size:after {
  content: "\f107";
  font-family: FontAwesome;
  padding: 8px 8px;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 15px;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  line-height: 2;
}
.woocommerce .woocommerce-ordering select::-ms-expand,
.woocommerce-page-size select::-ms-expand {
  display: none;
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-result-count {
  margin-right: 30px;
}
.catalog-filter-visible .catalog-filter,
.result-count-visible .woocommerce-result-count,
.catalog-ordering-visible .woocommerce-ordering {
  display: none;
}
.woocommerce-page-size {
  float: left;
  margin-right: 30px;
}
.woocommerce-page-size span {
  margin-right: 5px;
}
.woocommerce .products .star-rating,
.woocommerce .star-rating {
  float: none;
  font-size: 9px;
  width: 54px;
  height: 10px;
  letter-spacing: 2px;
}
.woocommerce .products .star-rating:before,
.woocommerce .star-rating:before {
  color: #DDDDDD;
  content: "\53\53\53\53\53";
}
.woocommerce .products .star-rating span,
.woocommerce .star-rating span {
  color: #FFC000;
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  font-size: 15px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  display: inline-block;
  text-decoration: none;
  font-weight: inherit;
  font-style: inherit;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  opacity: 1;
  margin-right: 10px;
  font-weight: inherit;
  font-style: inherit;
}
.woocommerce-pagination ul.pagination {
  padding: 0;
  margin: 0;
  font-size: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-pagination .pagination > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.woocommerce-pagination .pagination > li:last-child {
  margin: 0;
}
.woocommerce-pagination .pagination > li > a,
.woocommerce-pagination .pagination > li > span {
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border: 2px solid #eeeeee;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  color: #888888;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce-pagination .pagination > li > a:hover,
.woocommerce-pagination .pagination > li > span:hover,
.woocommerce-pagination .pagination > li > a:focus,
.woocommerce-pagination .pagination > li > span:focus,
.woocommerce-pagination .pagination > li > a.active,
.woocommerce-pagination .pagination > li > span.active {
  color: #202020;
  background-color: transparent;
  border-color: #eeeeee;
}
.woocommerce-pagination .pagination > li > a.current,
.woocommerce-pagination .pagination > li > span.current {
  color: #fff;
}
.woocommerce-pagination .pagination > li > a.next,
.woocommerce-pagination .pagination > li > span.next,
.woocommerce-pagination .pagination > li > a.prev,
.woocommerce-pagination .pagination > li > span.prev {
  border-color: transparent;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart {
  font-size: 15px;
  color: #fff;
  line-height: 1.2 !important;
  font-weight: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 12px 25px;
  min-width: 170px;
  text-align: center;
  vertical-align: middle;
  opacity: 1 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.added_to_cart:hover {
  background-color: #333333;
  color: #fff;
}
.product-flash-wrap {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.product-flash {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  width: 43px;
  height: 43px;
  line-height: 43px;
  display: block;
  text-align: center;
  background-color: #B1D1C9;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.product-flash + .product-flash {
  margin-top: 5px;
}
.on-sale {
  background-color: #B1D1C9;
}
.on-sold {
  background-color: #DDBE86;
}
.on-new {
  background-color: #C5CDA0;
}
.on-hot {
  background-color: #FDB3A6;
}
.woocommerce div.product form.cart div.quantity,
.product-quantity div.quantity {
  margin: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner,
.product-quantity div.quantity .quantity-inner {
  width: 120px;
  position: relative;
  display: inline-block;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .qty,
.product-quantity div.quantity .quantity-inner .qty {
  position: relative;
  width: 120px;
  height: 42px;
  background-color: #fafafa;
  font-size: 13px;
  color: #202020;
  padding: 0 40px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number,
.product-quantity div.quantity .quantity-inner .btn-number {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background-color: transparent;
  border: none;
  color: #222222;
  line-height: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  padding: 0;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="minus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="minus"] {
  left: 15px;
}
.woocommerce div.product form.cart div.quantity .quantity-inner .btn-number[data-type="plus"],
.product-quantity div.quantity .quantity-inner .btn-number[data-type="plus"] {
  right: 15px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  height: 40px;
  background-color: #F5F5F5;
  color: #858585;
  font-size: 14px;
}
.woocommerce form .form-row textarea {
  height: 130px;
}
.woocommerce form .form-row label {
  font-weight: normal;
  font-size: 13px;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 0;
}
.woocommerce form .form-row label.inline input[type=checkbox],
.woocommerce form .form-row label.inline input[type=radio] {
  margin: auto;
  vertical-align: middle;
}
.woocommerce form .form-row {
  padding: 0;
  margin-bottom: 10px;
}
.woocommerce form .form-row .input-checkbox {
  position: relative;
}
/* --------------------------------------------
  PRODUCT LISTING
-------------------------------------------- */
.product-listing.woocommerce {
  margin: 0 -15px;
}
.product-listing.woocommerce .product-item-wrap {
  float: left;
  padding: 0 15px 0 15px;
}
.product-listing.woocommerce .rating-visible .star-rating {
  display: none;
}
.product-listing.woocommerce .product-item-inner {
  position: relative;
  border: 1px solid #eeeeee;
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.product-listing.woocommerce .product-thumb img {
  width: 100%;
}
.product-listing.woocommerce .product-thumb {
  position: relative;
  background-color: #F7F7F7;
}
.product-listing.woocommerce .product-thumb-secondary {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.product-listing.woocommerce .product-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(204, 204, 204, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all 0.001s ease-out;
  -moz-transition: 0.3s all 0.001s ease-out;
  -ms-transition: 0.3s all 0.001s ease-out;
  -o-transition: 0.3s all 0.001s ease-out;
  transition: 0.3s all 0.001s ease-out;
}
.product-listing.woocommerce .add-to-cart-wrap {
  display: inline-block;
}
.product-listing.woocommerce .product-item-wrap {
  padding-bottom: 30px;
}
.product-listing.woocommerce .product-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48px;
  text-align: center;
  margin: auto;
  z-index: 3;
  font-size: 0;
}
.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart),
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-actions .compare,
.product-listing.woocommerce .product-actions .product-quick-view,
.product-listing.woocommerce .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward {
  width: 48px;
  height: 48px;
  line-height: 48px !important;
  text-align: center;
  background-color: #fff;
  color: #888;
  display: inline-block;
  padding: 0;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  min-width: 0;
  vertical-align: middle;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.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-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart) i,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a i,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a i,
.product-listing.woocommerce .product-actions .add_to_wishlist i,
.product-listing.woocommerce .product-actions .compare i,
.product-listing.woocommerce .product-actions .product-quick-view i,
.product-listing.woocommerce .product-actions .btn_add_to_cart i,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward i {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-listing.woocommerce .product-actions .add_to_wishlist:hover,
.product-listing.woocommerce .product-actions .compare:hover,
.product-listing.woocommerce .product-actions .product-quick-view:hover,
.product-listing.woocommerce .product-actions .btn_add_to_cart:hover,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:hover,
.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart).active,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.product-listing.woocommerce .product-actions .add_to_wishlist.active,
.product-listing.woocommerce .product-actions .compare.active,
.product-listing.woocommerce .product-actions .product-quick-view.active,
.product-listing.woocommerce .product-actions .btn_add_to_cart.active,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward.active {
  color: #FFFFFF;
}
.product-listing.woocommerce .product-actions .compare,
.product-listing.woocommerce .product-actions .product-quick-view {
  margin-right: 2px;
}
.product-listing.woocommerce .product-actions .compare i,
.product-listing.woocommerce .product-actions .product-quick-view i {
  font-size: 15px;
}
.product-listing.woocommerce .product-actions .product-quick-view {
  -webkit-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -webkit-transform 0.5s 0.35s ease-out;
  -moz-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -moz-transform 0.5s 0.35s ease-out;
  -ms-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -ms-transform 0.5s 0.35s ease-out;
  -o-transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, -o-transform 0.5s 0.35s ease-out;
  transition: color 0.5s 0.001s ease-out, background 0.5s 0.001s ease-out, visibility 0.5s 0.35s ease-out, opacity 0.5s 0.35s ease-out, transform 0.5s 0.35s ease-out;
}
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-actions .add_to_wishlist {
  margin-right: 2px;
  -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.45s 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.45s 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.45s 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.45s 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.45s ease-out;
}
.product-listing.woocommerce .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.55s 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.55s 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.55s 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.55s 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.55s ease-out;
}
.product-listing.woocommerce .product-actions .added-spinner {
  color: #FFFFFF;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin: 0;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-to-wishlist + div.clear {
  display: none;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-button {
  font-size: 0;
  position: relative;
}
.product-listing.woocommerce .product-actions .yith-wcwl-add-button .ajax-loading {
  display: none !important;
}
.product-listing.woocommerce .product-actions .add_to_wishlist:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:before,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:before,
.product-listing.woocommerce .product-actions .compare.added:before {
  font-family: FontAwesome;
  content: "\f004";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  vertical-align: middle;
}
.product-listing.woocommerce .product-actions .compare.added:before {
  content: "\f0ec";
}
.product-listing.woocommerce .product-actions .add_to_wishlist.added-spinner:before {
  content: "\f110";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):before {
  font-family: FontAwesome;
  content: "\f07a";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  vertical-align: middle;
}
.product-listing.woocommerce .product-info {
  padding: 30px;
  text-align: center;
}
.product-listing.woocommerce .star-rating {
  margin: 0 auto 5px auto;
}
.product-listing.woocommerce .product-name {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  line-height: 1.3;
}
.product-listing.woocommerce .product-item-wrap.active .product-actions .product_type_variable:not(.btn_add_to_cart),
.product-listing.woocommerce .product-item-wrap:hover .product-actions .product_type_variable:not(.btn_add_to_cart),
.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-item-wrap.active .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-item-wrap.active .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .add_to_wishlist,
.product-listing.woocommerce .product-item-wrap.active .product-actions .compare,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .compare,
.product-listing.woocommerce .product-item-wrap.active .product-actions .product-quick-view,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .product-quick-view,
.product-listing.woocommerce .product-item-wrap.active .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .btn_add_to_cart,
.product-listing.woocommerce .product-item-wrap.active .product-actions .added_to_cart.wc-forward,
.product-listing.woocommerce .product-item-wrap:hover .product-actions .added_to_cart.wc-forward {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.product-listing.woocommerce .product-item-wrap.active .product-link,
.product-listing.woocommerce .product-item-wrap:hover .product-link {
  opacity: 1;
  visibility: visible;
}
.product-listing.woocommerce .product-item-wrap.active .product-thumb-secondary,
.product-listing.woocommerce .product-item-wrap:hover .product-thumb-secondary {
  opacity: 1;
}
.product-listing.woocommerce.columns-2 .product-item-wrap {
  width: 50%;
}
.product-listing.woocommerce.columns-2 .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 .product-item-wrap:nth-child(3n+1) {
  clear: both;
}
.product-listing.woocommerce.columns-4 .product-item-wrap {
  width: 25%;
}
.product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
  clear: both;
}
.product-listing.woocommerce.product-slider .product-item-wrap {
  float: none;
  padding-bottom: 0;
}
/* --------------------------------------------
  SINGLE PRODUCT INFO
-------------------------------------------- */
.site-content-single-product .single-product-info {
  margin: 0 -15px 65px -15px;
}
.site-content-single-product .single-product-info .single-product-image-wrap {
  float: left;
  width: 44.44444444444444%;
  padding: 0 15px;
}
.site-content-single-product .single-product-info .single-product-image-wrap .single-product-image {
  position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap .woocommerce-main-image {
  display: block;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  padding: 0;
}
.site-content-single-product .single-product-info .single-product-image-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .attachment-shop_single {
  width: 100%;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-image-total-1,
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-disable {
  display: none;
}
.site-content-single-product .single-product-info .single-product-image-wrap .product-thumb-wrap {
  margin: 10px -5px 0 -5px;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image {
  padding: 0 5px;
  text-align: center;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a {
  display: block;
  position: relative;
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .thumbnail-image a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0);
}
.site-content-single-product .single-product-info .single-product-image-wrap #sync2 .synced .thumbnail-image a:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.site-content-single-product .single-product-info .summary-product-wrap {
  float: left;
  padding: 0 15px;
  width: 55.55555555555556%;
}
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title {
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a {
  color: #1F1F1F;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating {
  margin-bottom: 20px;
  vertical-align: middle;
  line-height: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .woocommerce-review-link {
  font-size: 15px;
  line-height: 1.4;
  color: #878787;
  margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap .woocommerce-product-rating .star-rating {
  float: none;
  margin: 0;
  display: inline-block;
  font-size: 13px;
  height: 15px;
  width: 80px;
  vertical-align: middle;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price {
  font-size: 36px;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0;
  margin-bottom: 30px;
}
.site-content-single-product .single-product-info .summary-product-wrap p.price del {
  font-size: 30px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description {
  font-size: 14px;
  color: #777777;
  line-height: 1.8;
  margin-bottom: 35px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product-single-short-description p {
  margin-bottom: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart {
  margin-bottom: 40px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart div.quantity {
  margin-right: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
  letter-spacing: -0.04em;
  font-size: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .button.added {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table {
  border: none;
  margin-bottom: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td {
  padding-bottom: 20px;
  line-height: 42px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.label {
  padding: 0 10px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table label {
  font-weight: normal;
  font-size: 15px;
  color: #1f1f1f;
  margin: 0;
  line-height: 42px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price {
  font-weight: normal;
  line-height: 42px;
  font-size: 18px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price ins {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price del {
  display: inline-block;
  font-size: 16px;
  color: #a0a0a0;
  opacity: 1;
  margin-right: 15px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price .out-of-stock {
  display: inline-block;
  margin-bottom: 0;
  color: #cacaca;
  font-size: 11px;
  margin-left: 3px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations {
  width: 100%;
  margin: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td {
  display: table-cell;
  text-align: left;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label {
  padding: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations tr + tr td.label {
  padding: 15px 0 0 0;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations td.label label {
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 14px;
  color: #777;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap:after,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button:after {
  content: "";
  display: block;
  clear: both;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation_wrap,
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .variations_button {
  margin-top: 20px;
}
.site-content-single-product .single-product-info .summary-product-wrap form.variations_form .single_variation span.price {
  font-size: 30px !important;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function {
  margin-bottom: 35px;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
  margin: 0 15px 0 0;
  display: inline-block;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist + .clear {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before {
  color: #fff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:before {
  font-family: FontAwesome;
  content: "\f004";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #FAFAFA;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before {
  content: "\f0ec";
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare i {
  font-size: 11px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-color: #FAFAFA;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  color: #888888;
  margin-right: 10px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i {
  color: #fff;
}
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .feedback {
  display: none !important;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta {
  font-size: 14px;
  color: #777;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span {
  display: block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span + span {
  margin-top: 5px;
}
.site-content-single-product .single-product-info .summary-product-wrap .product_meta label {
  font-weight: 400;
  margin-bottom: 0;
}
.site-content-single-product .single-product-info .summary-product-wrap .stock {
  display: none;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap {
  margin-top: 30px;
}
.site-content-single-product .single-product-info .summary-product-wrap .social-share-wrap label {
  font-size: 13px;
  color: #858585;
}
/* --------------------------------------------
  SINGLE PRODUCT TAB
-------------------------------------------- */
.woocommerce div.product .woocommerce-tabs {
  padding-top: 65px;
  border-top: 1px solid #eeeeee;
}
.woocommerce div.product .woocommerce-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  float: left;
  width: 270px;
  border: 1px solid #eee;
  padding: 40px 25px;
  margin: 0 30px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: block;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0 0 0 5px;
  font-size: 15px;
  color: #999999;
  font-weight: normal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li + li {
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding-top: 10px;
}
.woocommerce div.product .woocommerce-tabs .panel {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  font-size: 25px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce div.product .woocommerce-tabs #tab-description {
  font-size: 14px;
  color: #777;
  line-height: 1.8;
}
/* --------------------------------------------
  SINGLE PRODUCT REVIEW
-------------------------------------------- */
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li + li {
  margin-top: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 70px;
  height: 70px;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 85px;
  padding: 25px;
  background-color: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #f5f5f5;
  border-width: 7px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 13px;
  color: #777;
  text-transform: uppercase;
  margin-top: 15px;
}
.woocommerce #review_form #respond {
  margin-top: 45px;
  padding-top: 35px;
  border-top: 1px solid #eeeeee;
}
.woocommerce #review_form #respond h3.comment-reply-title {
  font-size: 25px;
  margin-bottom: 45px;
}
.woocommerce #review_form #respond .comment-fields-wrap,
.woocommerce #review_form #respond p {
  padding: 0 15px;
}
.woocommerce #review_form #respond p.form-submit {
  margin: 0;
}
.upsells.products,
.related.products,
.cross-sells {
  margin-top: 80px;
}
.upsells.products h4.widget-title,
.related.products h4.widget-title,
.cross-sells h4.widget-title {
  font-size: 30px;
  padding-bottom: 20px;
  padding-left: 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
}
.upsells.products .product-slider .owl-theme .owl-controls,
.related.products .product-slider .owl-theme .owl-controls,
.cross-sells .product-slider .owl-theme .owl-controls {
  margin: 0;
  height: 0;
  position: absolute;
  top: -98px;
  right: 15px;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div {
  width: 42px;
  height: 42px;
  border: 2px solid #eee;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  line-height: 38px;
  opacity: 1;
  color: #333333;
  margin: 0;
  font-size: 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div:hover,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.upsells.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related.products .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev,
.cross-sells .product-slider .owl-theme .owl-controls .owl-buttons div.owl-prev {
  margin-right: 5px;
}
/* --------------------------------------------
  QUICK VIEW
-------------------------------------------- */
#popup-product-quick-view-wrapper {
  margin-bottom: 0;
}
#popup-product-quick-view-wrapper .modal-body {
  padding: 30px;
}
#popup-product-quick-view-wrapper .single-product-info {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  #popup-product-quick-view-wrapper .single-product-info .single-product-image-wrap,
  #popup-product-quick-view-wrapper .single-product-info .summary-product-wrap {
    width: 50%;
  }
}
/* --------------------------------------------
  SHOPPING CART
-------------------------------------------- */
.woocommerce-cart-form {
  margin-bottom: 40px;
}
.woocommerce table.shop_table.cart {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce table.shop_table.cart thead th {
  color: #222222;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 2.4;
  font-weight: normal;
  padding: 18px 12px;
  border-top: 2px solid #eeeeee !important;
  border-bottom: 2px solid #eeeeee !important;
}
.woocommerce table.shop_table.cart tbody td {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
.woocommerce table.shop_table.cart .product-remove a {
  font-size: 23px;
  color: #921715 !important;
}
.woocommerce table.shop_table.cart .product-remove a:hover {
  background-color: transparent;
}
.woocommerce table.shop_table.cart .actions {
  border-top: 2px solid #eeeeee;
}
.woocommerce table.shop_table.cart tbody td.product-name img {
  width: 70px;
  float: left;
  margin-right: 50px;
}
.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a {
  font-size: 15px;
  color: #202020;
  line-height: 1.4;
}
.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover {
  text-decoration: none;
}
.woocommerce table.shop_table.cart tbody td.product-name dl.variation {
  color: #777777;
  margin: 5px 0 0 0;
}
.woocommerce table.shop_table.cart tbody td.product-name dl.variation dt {
  font-weight: normal;
  padding: 0 0 5px;
}
.woocommerce table.shop_table.cart tbody td.product-name dl.variation dd {
  padding: 0 0 5px;
  margin: 0;
}
.woocommerce table.shop_table.cart td.product-price,
.woocommerce table.shop_table.cart td.product-subtotal {
  font-size: 14px;
  line-height: 1.2;
}
.woocommerce table.shop_table.cart td.actions {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px;
}
.woocommerce table.shop_table.cart td.actions .coupon .input-text {
  min-width: 270px;
  padding: 0 15px;
  margin: 0 15px 0 0;
  outline: 0;
  border: none;
  height: 44px;
}
.woocommerce table.shop_table.cart td.actions .button {
  padding: 13px 25px;
  min-width: 140px;
}
.woocommerce table.shop_table.cart td.actions input[name="update_cart"] {
  background-color: #333333;
  color: #fff;
}
@media (min-width: 769px) {
  .woocommerce table.shop_table.cart .product-remove {
    border-left: 2px solid #eeeeee;
    text-align: center;
    /* background: #921715; */
    /* border-top: 0; */
  }
  .woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap {
    position: relative;
    overflow: hidden;
    height: 70px;
    display: table;
  }
  .woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .woocommerce table.shop_table.cart .product-subtotal {
    border-right: 2px solid #eeeeee;
  }
}
.cart-collaterals h4.widget-title,
.cart-collaterals h2 {
  font-size: 25px;
  color: #25262C;
  margin-bottom: 45px;
  text-align: center;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  float: left;
  margin: 0 -15px;
}
.woocommerce .cart-collaterals .cart_totals_inner,
.woocommerce-page .cart-collaterals .cart_totals_inner,
.woocommerce-shipping-calculator {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-top: 30px;
}
.shipping-calculator-form {
  display: block !important;
}
.shipping-calculator-form .button {
  padding: 13px 25px !important;
  display: block !important;
  width: 100%;
}
.shipping-calculator-form p {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
  margin: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  line-height: 1.8;
  padding: 6px 0;
  border-top: 1px solid #eeeeee;
}
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong {
  font-weight: normal;
}
.woocommerce ul#shipping_method {
  line-height: 2;
}
.woocommerce ul#shipping_method li {
  padding: 0;
  text-indent: 0;
}
.woocommerce ul#shipping_method li input[type=radio] {
  margin: 0;
  vertical-align: middle;
}
.woocommerce ul#shipping_method li label {
  font-weight: normal;
  margin: 0;
}
.woocommerce ul#shipping_method .amount {
  font-weight: normal;
}
p.return-to-shop {
  margin-bottom: 80px !important;
}
/* --------------------------------------------
  CHECKOUT
-------------------------------------------- */
h3.check-out-title {
  font-size: 25px;
  color: #25262C;
  text-align: center;
  max-width: 570px;
  margin: auto;
  border-bottom: 2px solid #eee;
  padding-bottom: 20px;
}
.woocommerce-checkout-info {
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  text-align: center;
  max-width: 570px;
  margin: auto;
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout form.login {
  border: none;
  padding: 20px 0;
  border-radius: 0;
  max-width: 570px;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.woocommerce-checkout form.checkout_coupon input.input-text,
.woocommerce-checkout form.login input.input-text {
  max-width: 370px;
  text-align: center !important;
}
.woocommerce-checkout form.checkout_coupon .form-row-first,
.woocommerce-checkout form.login .form-row-first,
.woocommerce-checkout form.checkout_coupon .form-row-last,
.woocommerce-checkout form.login .form-row-last {
  width: 100%;
  float: none;
}
.checkout_coupon + form.checkout.woocommerce-checkout,
.login + form.checkout.woocommerce-checkout {
  margin-top: 70px;
}
.woocommerce-billing-fields h3,
#ship-to-different-address,
#order_review_heading {
  font-size: 25px;
  color: #25262C;
  text-align: center;
  margin-bottom: 40px;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
  float: none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
  margin: 0;
  font-weight: normal;
  display: inline-block;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address input[type=checkbox] {
  margin: 0;
  display: inline-block;
  position: relative;
}
.select2-container .select2-choice {
  background-color: #f5f5f5;
  border: none;
  padding: 10px 20px;
  line-height: 20px;
  font-size: 14px;
  color: #858585;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-container .select2-choice:hover {
  text-decoration: none;
}
.select2-drop-active {
  border: none;
  background-color: #f5f5f5;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: 40px;
  background-color: #f5f5f5;
  border: none;
  font-size: 14px;
  color: #858585;
  text-transform: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single:hover {
  text-decoration: none;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: inherit;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.create-account,
.create-account input.input-text {
  text-align: center !important;
}
#customer_details {
  padding-bottom: 100px;
  border-bottom: 1px solid #eee;
}
#order_review_heading {
  margin: 55px 0;
}
.woocommerce table.woocommerce-checkout-review-order-table,
.woocommerce table.shop_table.order_details {
  border: none;
  margin: 0 0 50px 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td,
.woocommerce table.shop_table.order_details td,
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.order_details th {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
  width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table td a,
.woocommerce table.shop_table.order_details td a,
.woocommerce table.woocommerce-checkout-review-order-table th a,
.woocommerce table.shop_table.order_details th a {
  color: #777777;
}
.woocommerce table.woocommerce-checkout-review-order-table td strong,
.woocommerce table.shop_table.order_details td strong,
.woocommerce table.woocommerce-checkout-review-order-table th strong,
.woocommerce table.shop_table.order_details th strong {
  font-weight: normal;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.order_details thead th {
  font-size: 13px;
  text-transform: uppercase;
  border-bottom-width: 2px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce table.shop_table.order_details tfoot th {
  font-weight: normal;
  border-top: none;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation,
.woocommerce table.shop_table.order_details td.product-name dl.variation {
  margin: 0;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dd,
.woocommerce table.shop_table.order_details td.product-name dl.variation dd,
.woocommerce table.woocommerce-checkout-review-order-table td.product-name dl.variation dt,
.woocommerce table.shop_table.order_details td.product-name dl.variation dt {
  float: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.order_details .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.shop_table.order_details .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.order_details .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.shop_table.order_details .order-total th {
  font-weight: normal;
}
.woocommerce-checkout #payment {
  background-color: transparent;
  border-radius: 0;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
  border: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  text-align: center;
  margin-bottom: 10px;
}
.woocommerce-checkout #payment ul.payment_methods li:last-child {
  margin-bottom: 0;
}
.payment_box_title {
  background-color: #fafafa;
  padding: 5px 0;
}
.payment_box_title.active label {
  color: #fff;
}
.payment_box_title label {
  color: #222222;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  line-height: 2.4;
  vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li input {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.woocommerce-checkout #payment ul.payment_methods li img {
  margin: 0;
}
.woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  font-size: 14px;
  line-height: 1.8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 20px 0;
  color: #777;
}
.woocommerce-checkout #payment div.payment_box:before {
  display: none;
}
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 30px 0 0 0;
  text-align: center;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}
/* --------------------------------------------
  ORDER RECEIVED
-------------------------------------------- */
.woocommerce-order-received .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-order-received .woocommerce header.title h3,
.woocommerce-account .woocommerce header.title h3 {
  font-size: 25px;
  color: #25262C;
  margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce address,
.woocommerce-account .woocommerce address {
  line-height: 1.8;
}
.woocommerce .order_details {
  padding: 0;
}
/* --------------------------------------------
  MY-ACCOUNT
-------------------------------------------- */
.woocommerce table.my_account_orders {
  font-size: 14px;
  border: 2px solid #eeeeee;
}
.woocommerce table.my_account_orders th {
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  line-height: 2.4;
  padding: 14px 12px;
  font-weight: normal;
  border-bottom-width: 2px;
}
.woocommerce table.my_account_orders td {
  text-align: center;
}
.woocommerce table.my_account_orders .order-actions .button {
  margin: 0;
  min-width: 120px;
}
.woocommerce-account .customer_login_form_wrap h2 {
  margin-bottom: 40px;
  text-align: center;
}
.woocommerce-account .customer_login_form_wrap .col-1,
.woocommerce-account .customer_login_form_wrap .col-2 {
  border: 2px solid #eeeeee;
  padding: 50px 45px 30px 45px;
  text-align: center;
}
.woocommerce-account .customer_login_form_wrap .col-2 {
  border: none;
}
.woocommerce-account .customer_login_form_wrap form.login,
.woocommerce-account .customer_login_form_wrap form.register {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce-account .customer_login_form_wrap form.login .form-row,
.woocommerce-account .customer_login_form_wrap form.register .form-row {
  margin-bottom: 20px;
}
.woocommerce-account .customer_login_form_wrap form.login label,
.woocommerce-account .customer_login_form_wrap form.register label {
  margin-bottom: 5px;
}
.woocommerce-account .customer_login_form_wrap form.login .input-text,
.woocommerce-account .customer_login_form_wrap form.register .input-text {
  height: 42px;
  text-align: center;
}
.woocommerce-account .customer_login_form_wrap form.login .woocommerce-form__label-for-checkbox,
.woocommerce-account .customer_login_form_wrap form.register .woocommerce-form__label-for-checkbox,
.woocommerce-account .customer_login_form_wrap form.login label[for="rememberme"],
.woocommerce-account .customer_login_form_wrap form.register label[for="rememberme"] {
  display: block;
  font-size: 12px;
  color: #222222;
  margin-bottom: 30px;
}
.woocommerce-account .customer_login_form_wrap form.login .woocommerce-form__label-for-checkbox,
.woocommerce-account .customer_login_form_wrap form.register .woocommerce-form__label-for-checkbox {
  margin-bottom: 10px;
}
.woocommerce-account .customer_login_form_wrap form.login .button,
.woocommerce-account .customer_login_form_wrap form.register .button {
  margin-top: 5px;
  min-width: 100px;
  margin-bottom: 30px;
}
.woocommerce-account .customer_login_form_wrap form.login .lost_password,
.woocommerce-account .customer_login_form_wrap form.register .lost_password {
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
}
/* --------------------------------------------
  ORDER TRACKING
-------------------------------------------- */
.track_order {
  text-align: center;
}
.track_order p:first-child {
  line-height: 1.8;
  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;
}
.woocommerce form.track_order .form-row input.input-text {
  text-align: center;
  height: 42px;
}
/* --------------------------------------------
  MY WISHLIST
-------------------------------------------- */
.wishlist-title {
  display: none;
}
.woocommerce table.shop_table.cart.wishlist_table {
  font-size: 100%;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a {
  font-size: 0;
  height: 16px;
  width: 16px;
  margin: auto;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-remove a:before {
  font-size: 16px;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e681";
}
.woocommerce table.shop_table.cart.wishlist_table tr td {
  text-align: left;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-name a {
  color: #333333;
  font-size: 16px;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock,
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
  font-size: 13px;
  text-transform: uppercase;
  color: #888888;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-stock-status span.wishlist-in-stock {
  color: #D90000;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart {
  border-right: 2px solid #eeeeee;
  text-align: right;
  padding-right: 30px;
}
.woocommerce table.shop_table.cart.wishlist_table .product-add-to-cart .add-to-cart-wrap {
  display: inline-block;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a {
  font-size: 15px;
  line-height: 1.6;
  color: #fff;
  padding: 10px 25px;
  margin: 0;
  display: inline-block !important;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a:hover {
  background-color: #333333;
}
.woocommerce table.shop_table.cart.wishlist_table tfoot td {
  border-top: 2px solid #eeeeee;
}
.wishlist_table tr th.product-thumbnail {
  width: 120px;
}
.wishlist_table tr th.product-remove {
  width: 70px;
}
.wishlist_table tr td.product-thumbnail a {
  max-width: 70px;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
    padding: 20px;
  }
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    min-width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 33.33333333%;
  }
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 768px) {
  .woocommerce-shipping-fields {
    margin-top: 70px;
  }
  #customer_details {
    padding-bottom: 70px;
  }
  .woocommerce table.shop_table.cart tbody td.product-name img {
    display: none;
  }
  .woocommerce table.shop_table.cart td.actions > .button {
    float: left;
    width: 48%;
  }
  .woocommerce table.shop_table.cart td.actions > .checkout-button {
    float: right;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce .cart-collaterals .cart_totals_inner,
  .woocommerce-page .cart-collaterals .cart_totals_inner,
  .woocommerce-shipping-calculator {
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals_inner,
  .woocommerce-page .cart-collaterals .cart_totals_inner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap,
  .product-listing.woocommerce.columns-3 .product-item-wrap,
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 50% !important;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(2n+1) {
    clear: both;
  }
  .breadcrumb-archive-product-wrap .catalog-filter {
    position: relative;
    margin-top: -32px;
    height: auto;
  }
  .woocommerce .woocommerce-result-count {
    width: 100%;
    margin: 0;
  }
  .woocommerce .woocommerce-ordering {
    float: left;
    margin-bottom: 15px;
  }
  .woocommerce-page-size {
    margin-bottom: 15px;
  }
  .site-content-single-product .single-product-info .single-product-image-wrap {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .site-content-single-product .single-product-info .summary-product-wrap {
    float: none;
    width: 100%;
  }
  .site-content-single-product .single-product-info .summary-product-wrap form.cart .button,
  .site-content-single-product .single-product-info .summary-product-wrap form.cart .added_to_cart {
    min-width: 0;
  }
  .woocommerce .cart-collaterals .cart_totals {
    margin: 0;
    float: none;
  }
  .woocommerce .cart-collaterals .cart_totals_inner,
  .woocommerce-page .cart-collaterals .cart_totals_inner,
  .woocommerce-shipping-calculator {
    width: 100%;
    padding: 0;
    float: none;
  }
}
@media (max-width: 500px) {
  .woocommerce .woocommerce-result-count {
    margin-right: 0;
  }
  .woocommerce .woocommerce-ordering {
    float: left;
  }
}
@media (max-width: 480px) {
  .product-listing.woocommerce.columns-2 .product-item-wrap,
  .product-listing.woocommerce.columns-3 .product-item-wrap,
  .product-listing.woocommerce.columns-4 .product-item-wrap {
    width: 100% !important;
  }
  .product-listing.woocommerce.columns-2 .product-item-wrap:nth-child(2n+1),
  .product-listing.woocommerce.columns-3 .product-item-wrap:nth-child(3n+1),
  .product-listing.woocommerce.columns-4 .product-item-wrap:nth-child(4n+1) {
    clear: none;
  }
  .woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
  }
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
  }
  .upsells.products .product-slider .owl-theme .owl-controls,
  .related.products .product-slider .owl-theme .owl-controls,
  .cross-sells .product-slider .owl-theme .owl-controls {
    display: none !important;
  }
  .woocommerce .cart-form,
  form#yith-wcwl-form {
    overflow-x: scroll;
  }
  .woocommerce table.shop_table.cart td.actions .coupon .input-text {
    margin: 0 0 .5em 0;
  }
  .woocommerce table.shop_table.cart td.actions .coupon .input-text,
  .woocommerce table.shop_table.cart td.actions .coupon input,
  .woocommerce table.shop_table.cart td.actions > .button {
    width: 100%;
  }
  .woocommerce table.shop_table.cart td.actions [name="update_cart"] {
    margin-bottom: .5em;
  }
}
@media (max-width: 320px) {
  .site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-to-wishlist {
    margin: 0 0 15px 0;
  }
  .woocommerce-account #customer_login .col-1,
  .woocommerce-account #customer_login .col-2 {
    padding: 50px 15px 30px 15px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce-MyAccount-navigation ul {
  margin-right: 30px;
  border: 3px solid #ddd;
  list-style: none;
  padding: 18px 20px;
}
.woocommerce-MyAccount-navigation li a {
  line-height: 20px;
  padding: 12px 0;
  display: block;
  color: inherit;
}
.woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li:hover a {
  color: #1e73be;
}
@media (max-width: 991px) {
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-MyAccount-navigation ul {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
/**
* 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;
  }
  body.woocommerce-demo-store {
    padding-top: 50px;
  }
}
/**
 * 8.0 - ShortCode
 * ----------------------------------------------------------------------------
 */
.handmade-heading {
  font-size: 30px;
  line-height: 1.2;
  padding-bottom: 24px;
  padding-left: 5px;
  position: relative;
}
.handmade-heading:after {
  content: '';
  border-bottom: 1px solid;
  display: block;
  padding-top: 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.handmade-heading.style2 {
  margin-top: 35px;
  padding-bottom: 10px;
}
.handmade-heading.style2:after {
  border-bottom: 1px solid #EEEEEE;
  padding-top: 0;
  bottom: auto;
  top: -34px;
}
.owl-g5plus-shortcode .owl-controls .owl-buttons div {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  line-height: 40px;
}
.owl-g5plus-shortcode .owl-controls .owl-buttons div i {
  color: #000000;
  font-size: 20px;
}
.owl-g5plus-shortcode .owl-controls .owl-buttons .owl-prev {
  left: 20px;
}
.owl-g5plus-shortcode .owl-controls .owl-buttons .owl-next {
  right: 20px;
}
.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  opacity: 1;
}
.owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-next {
  right: -45px;
  opacity: 1;
}
.owl-g5plus-shortcode .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
}
@media (max-width: 800px) {
  .owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-prev {
    left: 0;
  }
  .owl-g5plus-shortcode:hover .owl-controls .owl-buttons .owl-next {
    right: 0;
  }
}
.handmade-button {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.handmade-button i {
  position: absolute;
  font-size: 20px;
  line-height: 1.2;
}
.handmade-button.i_left {
  padding-left: 40px !important;
}
.handmade-button.i_right {
  padding-right: 40px !important;
}
.handmade-button.i_left i {
  left: 15px;
  margin-right: 5px;
}
.handmade-button.i_right i {
  margin-left: 5px;
  right: 15px;
}
.handmade-button.style1 {
  border: 2px solid;
  color: #fff;
}
.handmade-button.style1.gray-color {
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #888;
}
.handmade-button.style1:hover,
.handmade-button.style1.active {
  color: #fff;
}
.handmade-button.style2 {
  border: 2px solid #eee;
}
.handmade-button.style2:hover,
.handmade-button.style2.active {
  color: #fff;
}
.handmade-button.style2.button-light {
  color: #fff;
}
.handmade-button.button-1x {
  min-width: 140px;
  padding: 4px 15px;
}
.handmade-button.button-1x i {
  top: 4px;
}
.handmade-button.button-2x {
  min-width: 140px;
  padding: 7px 20px;
}
.handmade-button.button-2x i {
  top: 7px;
}
.handmade-button.button-3x {
  min-width: 160px;
  padding: 10px 20px;
}
.handmade-button.button-3x i {
  top: 10px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading {
  margin: 0 !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 {
  font-size: 14px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a {
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  padding: 17px;
  color: #202020;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a:hover,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a:hover {
  text-decoration: none;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a .vc_tta-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a .vc_tta-icon {
  font-size: 26px;
  width: 35px;
  vertical-align: middle;
  display: inline-block;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a span,
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-heading h4 a i,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-heading h4 a i {
  color: #202020;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon {
  width: 7px;
  height: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
  border-width: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
  border: none !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-1 .vc_tta-panel + .vc_tta-panel {
  padding-top: 1px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-2 .vc_tta-panel + .vc_tta-panel {
  padding-top: 2px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-3 .vc_tta-panel + .vc_tta-panel {
  padding-top: 3px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-4 .vc_tta-panel + .vc_tta-panel {
  padding-top: 4px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-5 .vc_tta-panel + .vc_tta-panel {
  padding-top: 5px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-10 .vc_tta-panel + .vc_tta-panel {
  padding-top: 10px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-15 .vc_tta-panel + .vc_tta-panel {
  padding-top: 15px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-20 .vc_tta-panel + .vc_tta-panel {
  padding-top: 20px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-25 .vc_tta-panel + .vc_tta-panel {
  padding-top: 25px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-30 .vc_tta-panel + .vc_tta-panel {
  padding-top: 30px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel,
.vc_tta-accordion.vc_tta-style-accordion_style2.vc_tta-gap-35 .vc_tta-panel + .vc_tta-panel {
  padding-top: 35px;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-controls-icon-position-right .vc_tta-controls-icon,
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 5px !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-panel-body {
  border: 1px solid #DDDDDD !important;
}
.vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-panel-body {
  background-color: #DDDDDD !important;
}
@media (max-width: 480px) {
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty):not(:first-child),
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty):not(:first-child),
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-title-text:not(:empty) ~ *,
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-title-text:not(:empty) ~ * {
    margin-left: 0 !important;
  }
  .vc_tta-accordion.vc_tta-style-accordion_style1 .vc_tta-icon,
  .vc_tta-accordion.vc_tta-style-accordion_style2 .vc_tta-icon {
    display: none !important;
  }
}
/* tour */
.vc_tta-style-tour_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid #EEEEEE;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-list {
  width: 100%;
  margin: 0 !important;
  border: 3px solid #EEEEEE;
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: flex-start !important;
  align-self: flex-start !important;
  padding: 30px 0 !important;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-list .vc_tta-tab:last-child .vc_tta-title-text {
  border-bottom: 0;
}
.vc_tta-style-tour_style1 .vc_tta-title-text {
  font-size: 15px;
  color: #999999 !important;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  padding-bottom: 10px;
  padding-left: 6px;
}
.vc_tta-style-tour_style1 .vc_tta-title-text a {
  color: #999999 !important;
}
.vc_tta-style-tour_style1 .vc_tta-panel-body {
  padding-top: 0 !important;
}
.vc_tta-style-tour_style1 .vc_tta-tab > a {
  padding: 0 20px !important;
}
.vc_tta-style-tour_style1 .vc_tta-tabs-container {
  margin: 10px 10px 0 0 !important;
}
@media (max-width: 767px) {
  .vc_tta-style-tour_style1 .vc_tta-panels-container {
    border: 3px solid #EEEEEE !important;
  }
}
/* Tabs */
.vc_tta-style-tab_style1 .vc_tta-tabs-container {
  border-bottom: 1px solid;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container h2 {
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 30px;
  padding-left: 5px;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-tabs-list {
  padding-bottom: 4px;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container .vc_tta-title-text {
  font-size: 15px;
}
.vc_tta-style-tab_style1 .vc_tta-panel-heading {
  border-bottom: 1px solid !important;
}
.vc_tta-style-tab_style1 .vc_tta-panel-body {
  border-width: 0 !important;
}
.vc_tta-style-tab_style1.vc_general .vc_tta-panel-body {
  -webkit-transition: padding 0.6s ease-in-out;
  -moz-transition: padding 0.6s ease-in-out;
  -ms-transition: padding 0.6s ease-in-out;
  -o-transition: padding 0.6s ease-in-out;
  transition: padding 0.6s ease-in-out;
}
/* message_box */
.vc_color-hm-info.vc_message_box {
  color: #6379B7;
  border-color: #6379B7;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-solid {
  color: #6379B7;
  border-color: transparent;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box-solid .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-outline,
.vc_color-hm-info.vc_message_box-solid-icon {
  color: #6379B7;
  border-color: #6379B7;
  background-color: transparent;
}
.vc_color-hm-info.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6379B7;
}
.vc_color-hm-info.vc_message_box-solid-icon .vc_message_box-icon {
  color: #6379B7;
  background-color: #F7FAFF;
}
.vc_color-hm-info.vc_message_box-3d {
  box-shadow: 0 5px 0 #6379B7;
}
/* 2 */
.vc_color-hm-warning.vc_message_box {
  color: #F2C800;
  border-color: #F2C800;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-solid {
  color: #F2C800;
  border-color: transparent;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box-solid .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-outline,
.vc_color-hm-warning.vc_message_box-solid-icon {
  color: #F2C800;
  border-color: #F2C800;
  background-color: transparent;
}
.vc_color-hm-warning.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F2C800;
}
.vc_color-hm-warning.vc_message_box-solid-icon .vc_message_box-icon {
  color: #F2C800;
  background-color: #FFFDF3;
}
.vc_color-hm-warning.vc_message_box-3d {
  box-shadow: 0 5px 0 #F2C800;
}
/* 3 */
.vc_color-hm-success.vc_message_box {
  color: #339B62;
  border-color: #339B62;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-solid {
  color: #339B62;
  border-color: transparent;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box-solid .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-outline,
.vc_color-hm-success.vc_message_box-solid-icon {
  color: #339B62;
  border-color: #339B62;
  background-color: transparent;
}
.vc_color-hm-success.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #339B62;
}
.vc_color-hm-success.vc_message_box-solid-icon .vc_message_box-icon {
  color: #339B62;
  background-color: #F5FCF8;
}
.vc_color-hm-success.vc_message_box-3d {
  box-shadow: 0 5px 0 #339B62;
}
/* 4 */
.vc_color-hm-danger.vc_message_box {
  color: #CB323E;
  border-color: #CB323E;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-solid {
  color: #CB323E;
  border-color: transparent;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box-solid .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-outline,
.vc_color-hm-danger.vc_message_box-solid-icon {
  color: #CB323E;
  border-color: #CB323E;
  background-color: transparent;
}
.vc_color-hm-danger.vc_message_box-outline .vc_message_box-icon,
.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #CB323E;
}
.vc_color-hm-danger.vc_message_box-solid-icon .vc_message_box-icon {
  color: #CB323E;
  background-color: #FDF4F3;
}
.vc_color-hm-danger.vc_message_box-3d {
  box-shadow: 0 5px 0 #CB323E;
}
.vc_color-hm-info p,
.vc_color-hm-warning p,
.vc_color-hm-success p,
.vc_color-hm-danger p {
  padding: 25px 0 23px 23px;
}
.vc_color-hm-info i,
.vc_color-hm-warning i,
.vc_color-hm-success i,
.vc_color-hm-danger i {
  font-size: 36px;
  margin-left: 15px;
}
.contact-get-in-touch .wpcf7-text,
.contact-get-in-touch .wpcf7-textarea {
  width: 100%;
}
.contact-get-in-touch p {
  color: #202020;
  font-size: 13px;
}
.contact-get-in-touch .contact-title {
  font-size: 14px;
  color: #868686;
  padding: 0 15px;
}
.contact-get-in-touch h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.contact-get-in-touch span.wpcf7-form-control-wrap {
  display: block;
  padding-top: 8px;
}
.v-line {
  position: relative;
  min-height: 66px;
}
.v-line:after {
  border-right: 1px solid #EEEEEE;
  position: absolute;
  right: 0;
  top: -26px;
  bottom: -26px;
  margin: auto;
  width: 1px;
  display: block;
  content: '';
}
.box-message .wpb_text_column {
  min-height: 187px;
  padding-top: 53px;
  border: 1px solid;
}
.box-message .wpb_text_column:hover * {
  color: #ffffff !important;
}
.box-message .wpb_text_column a {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .v-line:after {
    display: none;
  }
}
.min-height-366 {
  min-height: 366px;
}
.i-location,
.i-phone,
.i-mail,
.i-clock {
  color: #868686;
  margin-bottom: 10px;
}
.i-location:before,
.i-phone:before,
.i-mail:before,
.i-clock:before {
  font-family: fontawesome;
  font-size: 20px;
  display: inline-block;
  width: 40px;
}
.i-location:before {
  content: "\f041";
}
.i-phone:before {
  content: "\f095";
}
.i-mail:before {
  content: "\f0e0";
}
.i-clock:before {
  content: "\f017";
}
/**
 * 9.0 - Color
 * ----------------------------------------------------------------------------
 */
a {
  color: #072a61;
}
a:hover {
  color: #1e73be;
}
a:focus,
a.active {
  color: #1e73be;
}
.vc_tta-style-tab_style1 .vc_tta-tab.vc_active > a span,
.handmade-vertical-progress-bar .vc_single_bar .vc_label_units,
.handmade-icon-box.style2:hover .ibox-icon i,
.handmade-icon-box .ibox-icon,
.handmade-icon-box h3:hover a,
.handmade-titles span,
.handmade-banner a span.sub-title,
.p-color,
.p-color-hover:hover,
ul.breadcrumbs li + li:before,
.blog-inner h3.entry-title a:hover,
.handmade-post h3.entry-title a:hover,
.blog-inner article.format-link .entry-content-link a:hover,
.handmade-post article.format-link .entry-content-link a:hover,
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.search-form input[type="text"]:focus + button,
.search-form button[type="submit"]:hover,
#wp-calendar tbody a,
.sidebar ul.product_list_widget li a:hover,
.wpb_widgetised_column ul.product_list_widget li a:hover,
.sidebar ul.product_list_widget li span.amount,
.wpb_widgetised_column ul.product_list_widget li span.amount,
.product-listing.woocommerce .product-name a:hover,
.portfolio-item a:hover i,
.entry-content a,
.comment-text a,
.entry-content a:hover,
.comment-text a:hover,
.sidebar .widget-social-profile ul.social-profile li a,
.wpb_widgetised_column .widget-social-profile ul.social-profile li a,
.top-bar .sidebar i.fa,
.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover,
header.main-header i.fa,
.custom-select:before,
.woocommerce .woocommerce-ordering:after,
.woocommerce-page-size:after,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward,
.site-content-single-product .single-product-info .summary-product-wrap form.cart .group_table td.price,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .compare.added:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:before,
.site-content-single-product .single-product-info .summary-product-wrap .product_meta > span a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce table.shop_table.cart tbody td.product-name .product-name-wrap .product-name-inner a:hover,
.woocommerce table.shop_table.cart td.product-price,
.woocommerce table.shop_table.cart td.product-subtotal,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal strong,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total strong,
.woocommerce ul#shipping_method .amount,
.woocommerce table.woocommerce-checkout-review-order-table thead th,
.woocommerce table.shop_table.order_details thead th,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce table.shop_table.order_details .cart-subtotal td,
.woocommerce table.woocommerce-checkout-review-order-table .order-total td,
.woocommerce table.shop_table.order_details .order-total td,
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce table.shop_table.order_details .cart-subtotal th,
.woocommerce table.woocommerce-checkout-review-order-table .order-total th,
.woocommerce table.shop_table.order_details .order-total th,
.woocommerce table.shop_table.cart.wishlist_table td.product-name a:hover,
.sc-product-sidebar-wrap span.amount,
.sc-product-sidebar-wrap .owl-theme .owl-controls .owl-buttons div:hover,
.sc-product-sidebar-wrap .comment a.title:hover,
.contact-form-7-slider-wrap .form-submit input[type="submit"],
.i-location:before,
.i-phone:before,
.i-mail:before,
.i-clock:before,
.blog-inner .jp-play-pause i,
.handmade-post .jp-play-pause i,
.blog-inner article.format-quote .entry-content-quote blockquote cite,
.handmade-post article.format-quote .entry-content-quote blockquote cite,
.sidebar .widget_archive li > a:hover,
.wpb_widgetised_column .widget_archive li > a:hover,
.sidebar .widget_categories li > a:hover,
.wpb_widgetised_column .widget_categories li > a:hover,
.sidebar .widget_pages li > a:hover,
.wpb_widgetised_column .widget_pages li > a:hover,
.sidebar .widget_meta li > a:hover,
.wpb_widgetised_column .widget_meta li > a:hover,
.sidebar .widget_recent_comments li > a:hover,
.wpb_widgetised_column .widget_recent_comments li > a:hover,
.sidebar .widget_recent_entries li > a:hover,
.wpb_widgetised_column .widget_recent_entries li > a:hover,
.sidebar .widget_rss li > a:hover,
.wpb_widgetised_column .widget_rss li > a:hover,
.sidebar .widget_nav_menu > div li > a:hover,
.wpb_widgetised_column .widget_nav_menu > div li > a:hover,
.sidebar .widget_product_categories li > a:hover,
.wpb_widgetised_column .widget_product_categories li > a:hover,
.sidebar .widget_layered_nav li > a:hover,
.wpb_widgetised_column .widget_layered_nav li > a:hover,
.sidebar .widget_archive li.current-cat > a,
.wpb_widgetised_column .widget_archive li.current-cat > a,
.sidebar .widget_categories li.current-cat > a,
.wpb_widgetised_column .widget_categories li.current-cat > a,
.sidebar .widget_pages li.current-cat > a,
.wpb_widgetised_column .widget_pages li.current-cat > a,
.sidebar .widget_meta li.current-cat > a,
.wpb_widgetised_column .widget_meta li.current-cat > a,
.sidebar .widget_recent_comments li.current-cat > a,
.wpb_widgetised_column .widget_recent_comments li.current-cat > a,
.sidebar .widget_recent_entries li.current-cat > a,
.wpb_widgetised_column .widget_recent_entries li.current-cat > a,
.sidebar .widget_rss li.current-cat > a,
.wpb_widgetised_column .widget_rss li.current-cat > a,
.sidebar .widget_nav_menu > div li.current-cat > a,
.wpb_widgetised_column .widget_nav_menu > div li.current-cat > a,
.sidebar .widget_product_categories li.current-cat > a,
.wpb_widgetised_column .widget_product_categories li.current-cat > a,
.sidebar .widget_layered_nav li.current-cat > a,
.wpb_widgetised_column .widget_layered_nav li.current-cat > a,
.sidebar .widget_archive li.current-menu-item > a,
.wpb_widgetised_column .widget_archive li.current-menu-item > a,
.sidebar .widget_categories li.current-menu-item > a,
.wpb_widgetised_column .widget_categories li.current-menu-item > a,
.sidebar .widget_pages li.current-menu-item > a,
.wpb_widgetised_column .widget_pages li.current-menu-item > a,
.sidebar .widget_meta li.current-menu-item > a,
.wpb_widgetised_column .widget_meta li.current-menu-item > a,
.sidebar .widget_recent_comments li.current-menu-item > a,
.wpb_widgetised_column .widget_recent_comments li.current-menu-item > a,
.sidebar .widget_recent_entries li.current-menu-item > a,
.wpb_widgetised_column .widget_recent_entries li.current-menu-item > a,
.sidebar .widget_rss li.current-menu-item > a,
.wpb_widgetised_column .widget_rss li.current-menu-item > a,
.sidebar .widget_nav_menu > div li.current-menu-item > a,
.wpb_widgetised_column .widget_nav_menu > div li.current-menu-item > a,
.sidebar .widget_product_categories li.current-menu-item > a,
.wpb_widgetised_column .widget_product_categories li.current-menu-item > a,
.sidebar .widget_layered_nav li.current-menu-item > a,
.wpb_widgetised_column .widget_layered_nav li.current-menu-item > a,
.sidebar .widget-twitter-wrap i,
.wpb_widgetised_column .widget-twitter-wrap i,
.sidebar .widget-twitter-wrap span.twitter-content a:hover,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-content a:hover,
.sidebar .mail-chimp-wrapper .mail-chimp-button > button,
.wpb_widgetised_column .mail-chimp-wrapper .mail-chimp-button > button,
.sidebar ul.instagram-pics + p,
.wpb_widgetised_column ul.instagram-pics + p,
.sidebar .widget-posts-wrap .widget-posts-title:hover,
.wpb_widgetised_column .widget-posts-wrap .widget-posts-title:hover,
#g5plus-modal-search .g5plus-dismiss-modal:hover,
#g5plus-modal-search .ajax-search-result li:hover > a,
#g5plus-modal-search .ajax-search-result li.selected > a,
#search_popup_wrapper .search-popup-inner > button,
.social.icon-text a i,
footer.main-footer-wrapper .sidebar .widget_archive li > a:hover,
footer.main-footer-wrapper .sidebar .widget_categories li > a:hover,
footer.main-footer-wrapper .sidebar .widget_product_categories li > a:hover,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li > a:hover,
footer.main-footer-wrapper .sidebar .widget_meta li > a:hover,
footer.main-footer-wrapper .sidebar .widget_pages li > a:hover,
footer.main-footer-wrapper .sidebar .widget_recent_comments li > a:hover,
footer.main-footer-wrapper .sidebar .widget_recent_entries li > a:hover,
footer.main-footer-wrapper .sidebar .widget_rss li > a:hover,
footer.main-footer-wrapper .sidebar .widget_archive li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_categories li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_product_categories li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_meta li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_pages li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_recent_comments li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_recent_entries li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_rss li.current-cat > a,
footer.main-footer-wrapper .sidebar .widget_archive li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_categories li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_product_categories li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_nav_menu > div li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_meta li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_pages li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_recent_comments li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_recent_entries li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget_rss li.current-menu-item > a,
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more a,
footer.main-footer-wrapper .sidebar .widget-footer-logo .footer-logo-read-more > span,
footer.main-footer-wrapper .sidebar aside.widget-social-profile.footer-social-icon span,
footer.main-footer-wrapper .main-footer .footer-contact-form span.wpcf7-not-valid-tip,
footer.main-footer-wrapper .bottom-bar-wrapper .bottom-bar-text a,
.post-navigation .nav-previous:hover .post-navigation-icon,
.post-navigation .nav-next:hover .post-navigation-icon,
.post-navigation .nav-previous:hover .post-navigation-title,
.post-navigation .nav-next:hover .post-navigation-title,
.top-bar .sidebar a:hover,
.shopping-cart-wrapper .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a:hover,
.shopping-cart-wrapper.with-price .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
.handmade-view-demo h3 a:hover,
.site-content-single-product .single-product-info .summary-product-wrap h1.product_title a:hover,
.top-bar .sidebar .widget #lang_sel > ul > li > a:after {
  color: #072a60;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover,
.handmade-button.style1,
.handmade-button.style2:hover,
.handmade-button.style2.active,
.owl-theme .owl-controls .owl-page span,
.handmade-call-action.style2,
.handmade-icon-box.style2 .ibox-icon i,
.handmade-banner a span.handmade-button,
.handmade-banner.style4,
.p-color-bg,
.p-color-bg-hover:hover,
.blog-paging-wrapper .pagination > li > span.current,
.woocommerce-pagination .pagination > li > a.current,
.woocommerce-pagination .pagination > li > span.current,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce a.added_to_cart,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
#wp-calendar tbody td:hover,
.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a:hover,
.product-listing.woocommerce .product-actions .add_to_wishlist:hover,
.product-listing.woocommerce .product-actions .compare:hover,
.product-listing.woocommerce .product-actions .product-quick-view:hover,
.product-listing.woocommerce .product-actions .btn_add_to_cart:hover,
.product-listing.woocommerce .product-actions .product_type_variable:not(.btn_add_to_cart):hover,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward:hover,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistaddedbrowse a.active,
.product-listing.woocommerce .product-actions .yith-wcwl-wishlistexistsbrowse a.active,
.product-listing.woocommerce .product-actions .add_to_wishlist.active,
.product-listing.woocommerce .product-actions .compare.active,
.product-listing.woocommerce .product-actions .product-quick-view.active,
.product-listing.woocommerce .product-actions .btn_add_to_cart.active,
.product-listing.woocommerce .product-actions .added_to_cart.wc-forward.active,
.product-listing.woocommerce .product-actions .added-spinner,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistaddedbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-wishlistexistsbrowse a:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function .yith-wcwl-add-button a.add_to_wishlist:hover:before,
.site-content-single-product .single-product-info .summary-product-wrap .single-product-function a.compare:hover i,
.woocommerce table.shop_table.cart td.actions input[name="update_cart"]:hover,
.payment_box_title.active,
.woocommerce table.shop_table.cart.wishlist_table td.product-add-to-cart a,
.box-message .wpb_text_column:hover,
.entry-content input[type="submit"],
.comment-text input[type="submit"],
.social-share-wrap ul.social-share li a:hover,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current,
.woocommerce .widget_price_filter .price_slider_amount .button:hover,
.sidebar .widget-social-profile ul.social-profile.social-icon-bordered li a:hover,
.wpb_widgetised_column .widget-social-profile ul.social-profile.social-icon-bordered li a:hover,
.blog-inner .jp-play-bar,
.handmade-post .jp-play-bar,
.blog-inner .jp-volume-bar-value,
.handmade-post .jp-volume-bar-value,
.tparrows.preview1:hover:after,
#popup-product-quick-view-wrapper .popup-close,
.dialog.dialog--open button[data-dialog-close],
.on-sold,
.handmade-button.style2:hover,
.handmade-button.style2.active,
.g5plus-page-links .g5plus-page-link:hover,
.g5plus-page-links > .g5plus-page-link,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover,
.countdown.under-construction .time .count .box {
  background-color: #072a60;
}
.handmade-button.style1,
.handmade-button.style2:hover,
.handmade-button.style2.active,
.handmade-heading:after,
.handmade-icon-box.style2 .ibox-icon i,
div.handmade-banner.style3,
div.handmade-banner.style1,
.handmade-banner.style4 .overlay-banner a .content-middle .content-middle-inner span.title-style4,
.handmade-banner.custom .content-middle-inner:before,
div.handmade-banner.style3 .bg-img,
.handmade-banner .content-middle-inner:before,
.p-color-border,
.blog-paging-wrapper .pagination > li > span.current,
.woocommerce-pagination .pagination > li > a.current,
.woocommerce-pagination .pagination > li > span.current,
.woocommerce .widget_price_filter,
.search-form input[type="text"]:focus,
.sidebar .tagcloud a:hover,
.wpb_widgetised_column .tagcloud a:hover,
h3.sc-title,
.product-category .product-category-inner:after,
.product-listing.woocommerce .product-item-wrap.active .product-item-inner,
.product-listing.woocommerce .product-item-wrap:hover .product-item-inner,
.upsells.products h4.widget-title,
.related.products h4.widget-title,
.cross-sells h4.widget-title,
.sc-product-sidebar-wrap h4.sc-title,
.sidebar .widget_recent_reviews h4.widget-title,
.wpb_widgetised_column .widget_recent_reviews h4.widget-title,
.sidebar .widget_top_rated_products h4.widget-title,
.wpb_widgetised_column .widget_top_rated_products h4.widget-title,
.sidebar .widget_products h4.widget-title,
.wpb_widgetised_column .widget_products h4.widget-title,
.sidebar .widget_recently_viewed_products h4.widget-title,
.wpb_widgetised_column .widget_recently_viewed_products h4.widget-title,
.box-message .wpb_text_column,
.contact-form-7-slider-inner,
.handmade-testimonial.style1 .owl-theme .owl-controls .owl-page.active span,
.entry-content blockquote,
.comment-text blockquote,
.site-content-single-post .blog-inner blockquote,
.entry-comments .entry-comments-list nav.comment-navigation .page-numbers.current,
.sidebar .widget-social-profile.blog-widget,
.wpb_widgetised_column .widget-social-profile.blog-widget,
#search_popup_wrapper .search-popup-inner > button,
.handmade-button.style2:hover,
.handmade-button.style2.active,
.g5plus-page-links .g5plus-page-link:hover,
.g5plus-page-links > .g5plus-page-link,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button:hover {
  border-color: #072a60;
}
.p-bg-rgba-color {
  background-color: rgba(30, 115, 190, 0.9);
}
.p-color-bt {
  border-top-color: #1e73be;
}
.vc_tta-style-tab_style1 .vc_tta-tabs-container,
.p-color-bb {
  border-bottom-color: #1e73be;
}
.p-color-bl {
  border-left-color: #1e73be;
}
.p-color-br {
  border-right-color: #1e73be;
}
.vc_tta-style-tab_style1 .vc_tta-panel .vc_tta-panel-heading {
  border-bottom-color: #1e73be !important;
}
.border-p-color {
  border: 2px solid #1e73be;
}
.handmade-line {
  border-bottom: 1px solid #1e73be;
}
::selection {
  background-color: #1e73be;
}
::-moz-selection {
  background-color: #1e73be;
}
.blog-inner .entry-thumbnail a.entry-thumbnail_overlay:before,
.handmade-post .entry-thumbnail a.entry-thumbnail_overlay:before {
  background-color: rgba(30, 115, 190, 0.8);
}
.tparrows.preview1:hover:after {
  background-color: #1e73be;
}
.woocommerce table.shop_table.cart .product-remove a:hover {
  color: #1e73be !important;
}
@media screen and (min-width: 992px) {
  header.main-header .icon-search-menu,
  header.main-header .search-with-category .form-search-left > span:after,
  header.main-header .search-box button,
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item:hover > a > b.x-caret,
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item > a:hover,
  header.main-header .search-button-wrapper.style-bordered .icon-search-menu,
  header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
  header.main-header ul.header-social-profile-wrapper li a,
  header.main-header .ajax-search-result > ul > li a:hover,
  header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,
  header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text,
  header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text,
  header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text,
  header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover,
  header.main-header .menu-wrapper .x-nav-menu li.x-menu-item:hover > a,
  header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item.x-menu-active > a {
    color: #1e73be;
  }
  .nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text,
  .nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text,
  .nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text,
  .nav-hover-primary .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text,
  .nav-hover-primary .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover,
  .nav-hover-primary .menu-wrapper .x-nav-menu li.x-menu-item:hover > a {
    color: #1e73be !important;
  }
  header.main-header .search-with-category .search-category-dropdown li > span:hover,
  header.main-header .search-button-wrapper.style-round .icon-search-menu,
  header.main-header .shopping-cart-wrapper.no-price.style-round .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon,
  header.main-header .search-button-wrapper.style-bordered .icon-search-menu:hover,
  header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon:hover,
  header.main-header .search-with-category .search-category-dropdown li > span:hover {
    background-color: #1e73be;
  }
  header.header-1 .header-wrapper,
  header.header-2 .header-wrapper,
  header.header-3 .header-wrapper {
    border-bottom-color: #1e73be;
  }
}
.vc_tta-style-tab_style1 .vc_tta-tab > a span,
.handmade-call-action.style1 p,
.handmade-call-action.style2 a,
.handmade-icon-box h3 a,
.handmade-button.style2,
.s-color,
.s-color-hover:hover,
#wp-calendar caption,
#wp-calendar thead th,
.sidebar ul.product_list_widget li a,
.wpb_widgetised_column ul.product_list_widget li a,
.product-listing.woocommerce .product-name a,
.sc-product-sidebar-wrap .product-sidebar-title,
.sc-product-sidebar-wrap .comment a.title,
.blog-inner .jp-volume a i,
.handmade-post .jp-volume a i,
.woocommerce .widget_price_filter .price_slider_amount .button,
.sidebar .widget-social-profile.blog-widget > span,
.wpb_widgetised_column .widget-social-profile.blog-widget > span,
.sidebar .widget-twitter-wrap span.twitter-content a,
.wpb_widgetised_column .widget-twitter-wrap span.twitter-content a,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li.empty h4,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper li .cart-right > a {
  color: #333333;
}
.handmade-button.style1:hover,
.handmade-button.style1.active,
.s-color-bg,
.entry-content input[type="submit"]:hover,
.comment-text input[type="submit"]:hover,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  background-color: #333333;
}
.handmade-button.style1:hover,
.handmade-button.style1.active,
.s-color-border,
.shopping-cart-wrapper .widget_shopping_cart_content .cart_list_wrapper p.buttons .button {
  border-color: #333333;
}
.s-color-bt {
  border-top-color: #333333;
}
.s-color-bb {
  border-bottom-color: #333333;
}
.s-color-bl {
  border-left-color: #333333;
}
.s-color-br {
  border-right-color: #333333;
}
.handmade-ourteam .ourteam-avatar-overlay {
  background-color: rgba(30, 115, 190, 0.95);
}
.handmade-h-progress-bar.style1 .vc_label_units {
  color: #1e73be;
}
.handmade-post .handmade-post-image-overlay {
  background-color: rgba(30, 115, 190, 0.8);
}
.handmade-heading:after {
  border-bottom: 1px solid #1e73be;
}
.vc_tta-style-tour_style1 .vc_tta-tab.vc_active span {
  color: #1e73be !important;
}
.top-bar .sidebar .widget.base-primary-color i.fa:hover,
.top-bar .sidebar .widget.base-primary-color a:hover {
  color: #318dde;
}


/* Ignitro */
h1,h2,h3,h4,h5,h6,p,span,ol,ul,li,div,section,header,footer {font-family:'Varela Round' !important;}
#wrapper-content {
    margin: 30px 0;
}
.home-intro:first-of-type h2 {font-size:3.2rem;font-weight:700;}
.home-intro:nth-child(2) h2 {font-size:2.2rem;font-family:"Varela Round" !important;}
.home-intro-img {padding:1.5rem 0 2rem;}
.home-intro-img img {max-width:150px;margin:0 auto;display:block;}
.home-intro-category h2 {font-size:3rem;font-weight: 500;text-transform:uppercase;font-family:"Varela Round" !important;}

.home-intro-category + .wpb_single_image img {height:250px;max-width: 300px;}
.home-shop {background:#931715 !important;font-weight:600;margin:2.5rem auto;display:block;max-width:100px;border:1px solid #931715 !important;}

.home-products-title {border-top:3px solid #000 !important;}
.home-products-title h2 {font-family:"Varela Round" !important;font-size:3.5rem !important;color:#000 !important;padding-top:2rem;}
.home-products-title-save h2 {font-family:"Varela Round" !important;font-size:2.4rem;}

#menu-footer-nav-1 {display:none;}

.home .post-entry-meta, .home .handmade-post-content p {display:none;}

.handmade-post {overflow: hidden !important;}

.handmade-post h3 a {font-family:"Varela Round" !important;line-height:1.25}

.handmade-post-item {display: flex; flex-direction: column-reverse;}

.handmade-post-item h3 a {font-weight:500;font-size:1.75rem;}

#buy {
    background: #931715 !important;
    font-size:1.4rem;
    font-weight: 600;
    margin: 0 auto 1rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    max-width: 50%;
    border: 1px solid #931715 !important;
    color:#fff;
}
.actions a {
    background: #931715 !important;
    font-weight: 600;
    margin: 0 auto 0.5rem;
    font-size:1.4rem;
    display: inline-block;
    padding: 0.5rem 1rem;
    max-width: 50%;
    border: 1px solid #931715 !important;
    color:#fff;
}

.price {color:#000 !important;font-weight:800 !important;text-align:left;}
.price:before {content:"Price: "}

.actions a:hover, .actions a:focus, .actions a:active {color:#fff;background:#680f0e !important;}

.home .product-item-inner {border:0 !important;}
.home .product-info {padding:1rem 0 1.5rem !important;}
.home .product-content {padding:0 0 1.4rem;}
.single-product .ssba-classic-2:first-of-type {display:none;}
.wcpv-sold-by-single {display:none !important;font-size:0 !important;visibility:none !important;}

header.main-header .icon-search-menu, header.main-header .search-with-category .form-search-left > span:after, header.main-header .search-box button, header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item:hover > a > b.x-caret, header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu li.x-menu-item > a:hover, header.main-header .search-button-wrapper.style-bordered .icon-search-menu, header.main-header .shopping-cart-wrapper.no-price.style-bordered .widget_shopping_cart_content .widget_shopping_cart_icon > i.wicon, header.main-header ul.header-social-profile-wrapper li a, header.main-header .ajax-search-result > ul > li a:hover, header.main-header .menu-wrapper .x-nav-menu li.current-menu-ancestor > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-parent > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li.menu-current > a.x-menu-a-text, header.main-header .menu-wrapper .x-nav-menu li > a.x-menu-a-text:hover, header.main-header .menu-wrapper .x-nav-menu li.x-menu-item:hover > a, header.main-header .menu-wrapper .x-nav-menu ul.x-sub-menu-multi-column > li.x-menu-item.x-tabs .x-sub-menu-tab > li.x-menu-item.x-menu-active > a {color: #082961 !important;text-shadow: 1px 0;}

.home .main-menu:first-of-type {display:none !important;}

.home-mission h2,.home-owned h2 {font-family:"Varela Round" !important;font-size:4rem;font-weight:500;}
.home-mission span, .home-owned span {display:block;color:#931715;font-size:2.3rem;line-height:0;padding-bottom:1rem;}

.home-owned span:after {content:"";background-image:url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMxaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0NSA3OS4xNjM0OTksIDIwMTgvMDgvMTMtMTY6NDA6MjIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjZERkU4ODdEOTAyODExRTlCNEEyQjAxNjEzOUREMTQyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjZERkU4ODdFOTAyODExRTlCNEEyQjAxNjEzOUREMTQyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NkRGRTg4N0I5MDI4MTFFOUI0QTJCMDE2MTM5REQxNDIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NkRGRTg4N0M5MDI4MTFFOUI0QTJCMDE2MTM5REQxNDIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYF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');height:150px;width:400px;display:block;z-index:9;background-position:center;background-size:contain;background-repeat:no-repeat;}

.home-intro-category {position:absolute;bottom: 0;left:0;right:0;z-index: 99999;transition:all 0.3s ease-in-out;}
.home-intro-category h2 {color:#fff;font-size:35px;letter-spacing:0.5px;font-weight: 600;transition:all 0.3s ease-in-out;}
.dark-img {margin-bottom:30px !important;}
.dark-img:before {content:"";height:100%;width:100%;top:0;left:0;z-index:9999;background:#000;display:block;position:absolute;opacity:0.3;transition:all 0.3s ease-in-out;}
.wpb_wrapper:hover .dark-img:before {opacity:0.8;}
.wpb_wrapper:hover .home-intro-category {bottom:45%;cursor:pointer;}
.wpb_wrapper:hover .home-intro-category h2 {font-size:45px;}
.dark-img + .handmade-button {position:absolute;top:0;left:0;width:100% !important;max-width:100%;height:100%;font-size:0;background:transparent !important;border:unset !important;z-index: 999999;}
.home-intro-hover {position:relative;}
.home-intro-hover .wpb_wrapper {position:relative;max-width: 300px;margin: 0 auto;}
footer {background:#931715;color:#fff;padding:2rem}
footer span {display:block;}
footer .title {font-size:2.5rem;font-weight:500;}
footer .subtitle {font-size:2.2rem;margin:-1rem 0 1rem;font-weight:800;}
.primary-navigation {display:none;}

#menu-footer-nav {list-style:none;margin:0;padding:0;}
#menu-footer-nav li {display:block;background:#911718;border-left:5px solid #222;margin:5px 0 0;}
#menu-footer-nav li a {padding:5px 15px 3px;text-transform:uppercase;color:#fff;display:block;transition:all 0.3s ease-in-out;}
#menu-footer-nav li a:hover,#menu-footer-nav li a:active,#menu-footer-nav li a:focus {background:#212121}

.right-side-post {margin-top:56px}
.right-side-post .handmade-post-item {padding:0 15px;}
.right-side-post .handmade-post h3 a {font-weight:600;position:relative;top:-8px}
.first-post-item h3 a {font-weight:600;}
.home-products-title h2 {font-weight:600;}

#undefined-sticky-wrapper {display:none;}
.header-nav-wrapper.header-sticky.sticky-scheme-inherit.nav-hover-primary{display: none !important;}
.header-logo-mobile img {max-height:60px;}

@media (min-width:768px) {
    .home-intro-category + .wpb_single_image img {max-width:100%;height: 190px;}
    .header-logo-mobile img {max-height:80px;}


}

@media (min-width:992px) {
.utility-nav {list-style:none;padding:0;position:relative;}
.utility-nav li {display:inline-block;}
.utility-nav li a {display:block;color: #191919 !important;font-size:12px;text-transform:uppercase;padding:1rem;z-index:9999999;}
.utility-nav li a:hover, .utility-nav li a:active, .utility-nav li a:focus {color:#8f1a18 !important;}

#menu-footer-nav-1 {display:block;padding:0;margin:0;}
#menu-footer-nav-1 li {display:inline-block;}
#menu-footer-nav-1 li a {display:block;color: #191919 !important;font-size:14px;text-transform:uppercase;padding:1rem;z-index:9999999;}

.wicon.fa-shopping-cart,.wicon.fa-search {color:#042b5f !important;}


.home .handmade-post-item .handmade-post-image {width:45%;}
.home .handmade-post-item .handmade-post-content h3 {width:45%;float:right;position:absolute;top:-1.8rem;right:2rem;}

.home .first-post-item .handmade-post-image {width:85%;}
.home .first-post-item .handmade-post-content h3 {width:100%;float:unset;position:unset;}

.header-customize.header-customize-right {margin-top:-13.5rem}
.header-customize-item.header-social-profile-wrapper {display:block;position:relative;top:-40px;right:-140px}
.header-customize-item.header-social-profile-wrapper .fa {color:#191919;}
.search-box-wrapper.header-customize-item form {position:relative;right:3rem}
.shopping-cart-wrapper.header-customize-item.with-price {float:right;top:-11.2rem;}
.widget_shopping_cart_icon {display:block;position:relative;top:-2.4rem;left:4.2rem}
.widget_shopping_cart_content {right:-1.5rem;position:relative;}
.first-post-item h3 a {margin-top:-0.8rem;font-size:2.5rem !important;}

.home .product-content {text-align:left;}

.home-intro-category + .wpb_single_image img {height:275px;}

.primary-navigation {display:block;background:#212121;position:relative;z-index:3;}
.primary-navigation ul {list-style:none;margin:0;padding:0;}
.primary-navigation ul li {display:inline-block;}
.primary-navigation ul li a {color:#fff;font-size:15px;text-transform:uppercase;padding: 5px 15px;display:block;transition:all 0.3s ease-in-out;}
.primary-navigation ul li a:hover, .primary-navigation ul li a:active, .primary-navigation ul li a:focus {background:#062a62}


}

@media (min-width:1200px) {

    .widget_shopping_cart_icon {display:initial;top:unset;left:unset;}
    .shopping-cart-wrapper.header-customize-item.with-price {top:-12.9rem}
    .header-customize.header-customize-right {top:2rem;position:relative;}
    .utility-nav li a {font-size:14.5px;position:relative;}
    .search-box-wrapper.header-customize-item form {right:0rem}
    .fr {margin-bottom: -3rem;}
  .header-logo {padding:2.5rem 0 0;}
  .utility-nav {top: 0;}
  .widget_shopping_cart_content {right:0;position:unset;}
  .home .product-info .actions {/* position:absolute; */right:1rem;bottom:-1.3rem;}
.home .product-info .price {position:absolute;left:0;bottom:0;}
.home .product-info {padding: 15px 0 !important;}

}

@media (max-width:991px) {
  .fullwidthcustom .vc_col-sm-8 {width:100% !important;height:auto !important;}
.fullwidthcustom div[class^="col-"]{width:100% !important;height:auto !important;}
.fullwidthcustom .vc_col-sm-4 {width:100% !important;height:auto !important;}
}




@media (min-width:992px) {
  header.main-header .header-logo > a > img {max-height:90px !important;padding:0 !important;position: relative;top: -5px;}
header.main-header .header-logo {max-height:100px;padding:0;}
header.main-header .header-customize-item {display:block;}
header.main-header .header-customize-item + .header-customize-item {margin-left:0;}

header.main-header .header-customize .header-customize-item + .shopping-cart-wrapper.with-price {margin:40px 0 0}
header.main-header .header-customize .header-customize-item + .shopping-cart-wrapper.with-price .widget_shopping_cart_icon {left:0;top:0;}
header.main-header .header-customize .header-customize-item + .shopping-cart-wrapper.with-price .widget_shopping_cart_icon > i {
    text-align: left;position:relative;
  }

.search-box-wrapper {position:relative;left:-80px;top:-20px}
#menu-footer-nav {background:#911718;}
#menu-footer-nav li {display:inline-block;border:0;margin:0;background:unset;}
footer + .primary-navigation ul {left:-10px !important;position:relative;}
}

@media (min-width:1200px) {
  .search-box-wrapper {left:-120px;top:-40px}
  header.main-header .header-customize-item + .header-customize-item {margin-left:0;}
  .header-social-profile-wrapper {top:-60px !important}
}

.wcpv-sold-by-cart {display:none !important;}
.archive .product-listing.woocommerce .product-name {font-size:16px;font-weight:600;}
.archive .product-listing .price {margin:15px 0 0;}
.variation-SoldBy {display:none !important;}
.single-product .page-title-wrap {display:none;}
.single-product-image-wrap + .summary-product-wrap .ssba-classic-2 {display:none;}

.home-banner {position:relative;display:block;width:100vw;margin-top:-30px;}
.home-banner .image {top:0;left:0;background-size: cover;background-repeat:no-repeat;height:203px;width:100vw;position:relative;margin-bottom: 50px;}
.home-banner .banner-content {position:absolute;margin:0 auto;display:block;left:0;right:0;text-align:center;top: 15px;font-size:36px;color:#fff;font-weight:600;}
.home-banner .image:after {content:"";background:#000;height:100%;width:100%;position:absolute;top:0;left:0;opacity:0.35}

@media (min-width:768px) {
    .home-banner .banner-content {/* text-align:left; */max-width:700px;/* font-size:44px; */text-shadow:1px 1px 1px #000;}
}

@media (min-width:992px) {
    .home-banner .banner-content {max-width:910px;top: 15px;}
}

@media (min-width:1200px) {
    .home-banner .banner-content {max-width:1142px;top: 15px;}
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {display:none !important;}
.entry-meta-author {display:none !important;}
.product_cat-flag .product-thumb-primary {opacity: 0;}
.product_cat-flag .product-thumb-secondary {opacity: 1 !important;}
.three-posts .col-sm-6:first-of-type {
    display: none;
}

.term-clingto h1 {display:none !important;}
.product_cat-clingto .summary-product  p.price {display:none !important;}
.product_cat-clingto .variations {margin-top:2rem !important;}}

.three-posts .col-sm-6{margin-bottom: 45px !important;}
.three-posts .col-sm-6:nth-of-type(2) {
  margin-bottom: 30px !important;
}
.three-posts .col-sm-6:nth-of-type(3) {
  margin-bottom: 30px !important;
}
.guarantee {position: relative;}
.guarantee .primary {}
.guarantee .statement {
}
.guarantee .statement:after {top: 5px !important;position: relative !important;}
@media (max-width:1024px){
  .right-side-post .handmade-post h3 a{font-size: 15px;}
}
@media (max-width:768px){
  .guarantee{line-height: 1.2;}
  .home-banner .banner-content{top: 0;}
}
@media (max-width:500px) {
  .home-banner .banner-content {
    top: 13%;
    line-height: 1;
    display: none;
    }
    .guarantee{margin-top: -9px !important;}
}