@charset "UTF-8";
/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Forms Style
 * 3.0 - Typography
 * 4.0 - Modal Style
 * 5.0 - Swiper
 * 6.0 - Layout
 *   6.1 - 404
 *   6.2 - Archive
 *   6.3 - Breadcrumb
 *   6.4 - Comments
 *   6.5 - Footer
 *   6.6 - Header
 *   6.7 - Print
 * 7.0 - WooCommerce
 * 8.0 - Visual Composer
 * 9.0 - Widgets
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

iframe {
  max-width: 100%; }

html {
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent;
  text-decoration: none;
  outline: 0; }

a:active,
a:hover,
a:focus {
  outline: 0; }

div:focus,
section:focus {
  outline: 0; }

p {
  margin: 0 0 10px; }

abbr[title] {
  border: none; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark,
ins {
  text-decoration: none; }

mark {
  background: #fff9c0; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto;
  font-family: monospace;
  background: #f5f5f5;
  padding: 10px 20px;
  border-radius: 2px;
  margin: 20px 0;
  white-space: pre-wrap;
  word-wrap: break-word; }

code,
kbd,
pre,
samp,
pre,
tt,
var {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn, cite, em, i {
  font-style: italic; }

::-webkit-input-placeholder {
  color: #b7b7b7; }

:-moz-placeholder {
  color: #b7b7b7; }

::-moz-placeholder {
  color: #b7b7b7; }

:-ms-input-placeholder {
  color: #b7b7b7; }

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
  text-align: left; }
  table caption {
    padding: 10px 0;
    font-weight: normal;
    text-align: left; }
  table th {
    background-color: #f8f8f8;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: 900;
    border-width: 0 1px 1px 0;
    font-weight: bold; }
  table td, table th {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 6px; }
    table td p, table th p {
      margin: 0; }
  table th {
    border-width: 0 1px 1px 0; }
  table td {
    border-width: 0 1px 1px 0; }
  table tbody td {
    background-color: #fdfdfd; }
  table tbody tr:nth-child(2n) td {
    background-color: #fbfbfb; }

hr {
  border: 0;
  height: 0;
  margin: 25px 0;
  display: block; }
  hr:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd; }

blockquote {
  border-left: 1.5px solid #e8e8e8;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-style: italic;
  font-weight: 300; }

blockquote p {
  margin: 0; }

ul, ol {
  padding-left: 15px;
  margin-left: 15px;
  margin-bottom: 10px; }

ul ul, ol ol {
  padding-left: 15px; }

dl {
  margin: 0 0 1.75em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 0 1.75em; }

address {
  font-style: italic;
  margin: 0 0 1.75em; }

abbr, acronym {
  border: none;
  cursor: help; }

*,
:before,
:after {
  box-sizing: border-box; }

.clear:before,
.clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.yc-custom-attribute {
  margin: 0px;
  list-style: none;
  display: block;
  float: left;
  padding: 0; }
  .yc-custom-attribute li {
    float: left;
    margin-right: 6px;
    cursor: pointer; }
    .yc-custom-attribute li span {
      display: block;
      position: relative;
      border: 1px solid #ddd;
      transition: all 0.2s; }

.yc-custom-attribute.color-attribute li span {
  width: 30px;
  height: 30px;
  border-radius: 50%; }

.image-attribute img {
  width: 60px; }

.yc-custom-attribute.color-attribute li.selected span,
.yc-custom-attribute.color-attribute li:hover span {
  box-shadow: inset 0 0 0 2px #fff;
  border-width: 2px; }

@media (min-width: 1024px) {
  .yc-custom-attribute.color-attribute li.selected span {
    animation: size .3s; } }

.yc-custom-attribute.color-attribute:not(.loop-color-attribute) li.selected span:before {
  content: '\f00c';
  display: block;
  position: absolute;
  font-family: fontawesome;
  font-size: 11px;
  color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  top: 0;
  line-height: 27px; }

.yc-custom-attribute.color-attribute:not(.loop-color-attribute) li.selected span[data-value="white"]:before {
  color: #eee; }

.yc-custom-attribute.loop-color-attribute li span,
.yc-custom-attribute.loop-image-attribute li span {
  width: 20px;
  height: 20px;
  overflow: hidden;
  border-radius: 50%; }

.yc-custom-attribute li.selected span {
  box-shadow: inset 0 0 0 2px #fff; }

.loop-custom-attribute label,
.loop-image-attribute label {
  display: block; }

.appended-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 0 auto; }

/*// .yc-custom-attribute li span:hover {
// 	border-color: #323232;
// }

// .yc-custom-attribute li.selected span {
// 	border-color: #323232 !important;
// }*/
.yc-custom-attribute.image-attribute li span {
  border: 2px solid transparent; }

.yc-custom-attribute.image-attribute li span img {
  width: 60px;
  height: 60px; }

.yc-custom-attribute.image-attribute li.selected span {
  border: 2px solid #000; }

.yc-custom-attribute.label-attribute li span {
  display: inline-block;
  text-transform: uppercase;
  min-width: 30px;
  line-height: 30px;
  text-align: center;
  color: #3d3d3d;
  min-width: 42px;
  line-height: 1.4;
  padding: 6px 12px; }

.yc-custom-attribute.label-attribute li:first-child span {
  border-radius: 3px 0 0 3px; }

.yc-custom-attribute.label-attribute li:last-child span {
  border-radius: 0 3px 3px 0; }

.yc-custom-attribute.label-attribute li {
  margin: 0 0 0 -1px; }

.yc-custom-attribute.label-attribute li.selected span,
.yc-custom-attribute.label-attribute li:hover span {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.yc-custom-attribute li.hide-attribute {
  position: relative;
  pointer-events: none; }
  .yc-custom-attribute li.hide-attribute span {
    opacity: .3;
    box-shadow: 0 0 0 1px #eee; }
  .yc-custom-attribute li.hide-attribute:after, .yc-custom-attribute li.hide-attribute:before {
    content: '';
    background: #000;
    height: .7px;
    opacity: .25;
    width: 80%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .yc-custom-attribute li.hide-attribute:after {
    transform: rotate(45deg); }
  .yc-custom-attribute li.hide-attribute:before {
    transform: rotate(-45deg); }

.add-compare.added i,
.add-wishlist.added i {
  animation: size .35s; }

@keyframes size {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.15); }
  100% {
    transform: scale(1); } }
.yc-tooltip:after {
  background: rgba(97, 97, 97, 0.9);
  border-radius: 2px;
  color: #FFF;
  content: attr(data-tooltip);
  top: -32px;
  text-align: center;
  opacity: 0;
  padding: 3px 7px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  font-size: 12px;
  white-space: nowrap; }

.yc-tooltip:hover::after {
  opacity: 1;
  visibility: visible; }

.yc-tooltip[data-tooltip='']:after {
  display: none; }

.yc-custom-attribute li.hide-attribute .yc-tooltip:after {
  display: none; }

.yc-custom-attribute.color-attribute li span[data-value="white"] {
  border-color: #eee !important; }
.yc-custom-attribute.color-attribute li span[data-value="multicolor"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjAlIiByPSIxNDEuNDIxMzU2MjM3MzA5NSUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE1ZGYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzlhMTRmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMjAwNzkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZGZjMTEzIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzZiZjMxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwZjhiZDMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  /* Android 2.3- hack (needed for the actual radial gradient) */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxyYWRpYWxHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGN4PSIwJSIgY3k9IjAlIiByPSIxNDEuNDIxMzU2MjM3MzA5NSUiPjxzdG9wIHN0b3AtY29sb3I9IiMwMGE1ZGYiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzlhMTRmZiIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuMiIvPjxzdG9wIHN0b3AtY29sb3I9IiNlMjAwNzkiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwLjQiLz48c3RvcCBzdG9wLWNvbG9yPSIjZGZjMTEzIiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMC42Ii8+PHN0b3Agc3RvcC1jb2xvcj0iIzZiZjMxNSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjAuOCIvPjxzdG9wIHN0b3AtY29sb3I9IiMwZjhiZDMiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSItNTAiIHk9Ii01MCIgd2lkdGg9IjEwMSIgaGVpZ2h0PSIxMDEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+), -webkit-gradient(radial, left top, 0, left top, 910, color-stop(0, #00a5df), color-stop(0.2, #9a14ff), color-stop(0.4, #e20079), color-stop(0.6, #dfc113), color-stop(0.8, #6bf315), color-stop(1, #0f8bd3));
  /* Android 2.3 */
  background-image: -webkit-radial-gradient(left top, ellipse farthest-corner, #00a5df 0%, #9a14ff 20%, #e20079 40%, #dfc113 60%, #6bf315 80%, #0f8bd3 100%);
  /* IE10+ */
  background-image: radial-gradient(ellipse farthest-corner at left top, #00a5df 0%, #9a14ff 20%, #e20079 40%, #dfc113 60%, #6bf315 80%, #0f8bd3 100%);
  background-image: -ms-radial-gradient(left top, ellipse farthest-corner, #00a5df 0%, #9a14ff 20%, #e20079 40%, #dfc113 60%, #6bf315 80%, #0f8bd3 100%); }

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
  padding-top: 0; }

.dokan-btn-theme {
  border: none !important;
  box-shadow: none !important; }

.dokan-form-control,
.dokan-seller-search {
  border: none !important; }

.dokan-seller-search {
  background: none !important;
  padding-left: 20px !important; }

select.dokan-form-control {
  padding-top: 0;
  padding-bottom: 0; }

.dokan-message button {
  background: inherit !important;
  color: inherit !important;
  border: none !important;
  box-shadow: none !important;
  height: initial !important;
  line-height: initial !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  text-shadow: none !important; }

.dokan-add-new-product-popup .mfp-close {
  background: inherit !important;
  color: inherit !important;
  border: none !important;
  box-shadow: none !important;
  height: initial !important;
  line-height: initial !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  text-shadow: none !important; }

input[type="submit"].dokan-btn-default:hover, a.dokan-btn-default:hover, .dokan-btn-default:hover, input[type="submit"].dokan-btn-default:focus, a.dokan-btn-default:focus, .dokan-btn-default:focus, input[type="submit"].dokan-btn-default:active, a.dokan-btn-default:active, .dokan-btn-default:active, input[type="submit"].dokan-btn-default.active, a.dokan-btn-default.active, .dokan-btn-default.active, .open .dropdown-toggleinput[type="submit"].dokan-btn-default, .open .dropdown-togglea.dokan-btn-default, .open .dropdown-toggle.dokan-btn-default {
  box-shadow: none !important; }

.mce-btn button {
  background: initial !important;
  box-shadow: initial !important;
  height: initial !important;
  margin-bottom: 0 !important; }

input[type="submit"].dokan-btn-lg, a.dokan-btn-lg, .dokan-btn-lg {
  font-size: inherit; }

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title {
  margin-bottom: 10px !important; }

.dokan-product-listing .dokan-product-listing-area .product-listing-top {
  line-height: inherit !important;
  padding-bottom: 20px; }

.dashboard-widget {
  padding-bottom: 10px !important; }
  .dashboard-widget ul {
    margin: 0;
    padding: 0; }

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img {
  height: auto !important; }

.dokan-product-listing .dokan-product-listing-area table td img {
  max-height: 100% !important; }

.media-modal-close {
  border-radius: 0px !important;
  padding: 0 !important;
  background: #ddd !important;
  color: #777 !important;
  box-shadow: none !important;
  margin: 0 !important;
  line-height: 42px !important; }

input[type="submit"].dokan-btn, a.dokan-btn, .dokan-btn {
  box-shadow: none; }

.media-modal-content .media-toolbar-primary .media-button {
  text-shadow: none;
  margin-top: 10px; }

.media-modal-content .media-frame select.attachment-filters,
.media-modal-content .attachments-browser .search {
  box-shadow: none;
  width: 200px;
  display: initial;
  height: 30px;
  padding: 0 10px;
  line-height: 20px; }

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content .store-info {
  background-size: cover !important;
  background-position: center !important; }

.woocommerce-Tabs-panel--seller ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .woocommerce-Tabs-panel--seller ul .store-address {
    padding: 20px 0; }
.woocommerce-Tabs-panel--seller .seller-rating {
  display: none; }

.dokan-seller-rating {
  display: none; }

#dokan-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/** 
* 2.0 - Forms Style
*/
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

button:not(.vc_general):not(.pswp__button), input, optgroup, select, textarea, a.button, .dokan-form-control {
  color: inherit;
  font: inherit;
  margin: 0 0 6px;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  border: none;
  background: transparent;
  line-height: normal;
  border-radius: 3px;
  padding: 12px; }

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none; }

button:not(.vc_general):not(.pswp__button), a.button, input[type=submit], .wc-forward {
  text-align: center;
  display: inline-block;
  padding: 0 20px 0 20px;
  border-radius: 0px;
  box-shadow: none;
  border-radius: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: .25s; }
  button:not(.vc_general):not(.pswp__button) i, a.button i, input[type=submit] i, .wc-forward i {
    margin-right: 8px; }
  button:not(.vc_general):not(.pswp__button):hover, a.button:hover, input[type=submit]:hover, .wc-forward:hover {
    box-shadow: none; }

.button.checkout.wc-forward,
.second-type-button {
  background: transparent;
  color: #777;
  box-shadow: 0 0 0 1px #ddd inset; }

input[type=submit]:disabled,
.button:disabled,
button:disabled,
.disabled {
  opacity: .5 !important;
  cursor: not-allowed;
  pointer-events: none; }

input, textarea, select {
  transition: box-shadow 0.2s ease-out;
  background-color: white;
  color: #333333;
  display: block;
  box-sizing: border-box;
  width: 100%;
  word-break: normal; }

input[type=submit], a.button, button, .wc-forward {
  cursor: pointer;
  width: auto; }

input[type=checkbox], input[type=radio] {
  width: 18px;
  height: 18px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  cursor: pointer;
  outline: 0;
  margin-right: 6px;
  margin-top: 2px;
  text-align: center;
  vertical-align: middle;
  display: inline-block; }
  input[type=checkbox]:checked, input[type=checkbox]:checked:focus, input[type=radio]:checked, input[type=radio]:checked:focus {
    box-shadow: 0 0 0 10px #999999 inset; }

input[type=checkbox]:checked:after {
  content: "\f00c";
  display: block;
  font: normal normal normal 11px/20px FontAwesome;
  color: #fff; }

input[type=radio] {
  border-radius: 18px; }
  input[type=radio]:checked:after {
    content: "\f111";
    display: block;
    font: normal normal normal 6px/18px FontAwesome;
    color: #fff; }

p label {
  display: block;
  font-size: 12px;
  margin: 0 0 3px;
  color: #888;
  position: relative;
  font-weight: 500;
  padding: 0; }

a:focus, input:focus, textarea:focus, select:focus, button:focus {
  outline: 0; }

/** 
* 4.0 - Modal Style
*/
body[class*='modal-active'] {
  padding-right: 0px;
  overflow: hidden;
  height: 100%; }
  @media (min-width: 1024px) {
    body[class*='modal-active'] {
      padding-right: 15px; } }
  body[class*='modal-active'] .vc_tta-tabs-container {
    z-index: 0 !important; }

.modal-background {
  -webkit-overflow-scrolling: touch;
  display: none;
  height: 100%;
  left: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  outline: 0;
  z-index: 1001; }

.modal-background.cart-promo {
  z-index: 1010; }

.modal-background.cart-error {
  z-index: 1020; }

.modal-obfuscator {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
  left: 0;
  top: 0;
  display: none;
  overflow-y: auto; }

.modal-wrapper {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%; }

.modal-holster {
  display: table-cell;
  overflow: hidden;
  vertical-align: middle;
  padding: 0 30px; }
  @media (min-width: 769px) {
    .modal-holster {
      padding: 0 40px; } }

.modal-content {
  padding: 15px;
  margin: 70px 0;
  max-width: 952px;
  width: 100%;
  min-height: 300px;
  display: inline-block;
  height: auto;
  position: relative;
  z-index: 1002;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  border-radius: 6px;
  pointer-events: auto; }
  @media (min-width: 769px) {
    .modal-content {
      padding: 30px 35px; } }

.modal-content > .modal-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 40px;
  transform-origin: center;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  .modal-content > .modal-close:before, .modal-content > .modal-close:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 3px; }
  .modal-content > .modal-close:after {
    transform: rotate(-45deg);
    transform-origin: center center; }
  .modal-content > .modal-close:before {
    transform: rotate(45deg);
    transform-origin: center center; }

.request-quote-form .modal-content {
  max-width: 400px; }

.sizetable-link {
  opacity: .8;
  cursor: pointer; }

.sizetable-link:hover {
  opacity: 1; }

.sizetable-link i {
  padding-right: 10px; }

/** 
* 5.0 - Swiper
*/
.wpb-js-composer .hero-slider.vc_tta.vc_general .vc_tta-panel-body {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.wpb-js-composer .hero-slider.vc_tta.vc_general .vc_tta-panel {
  opacity: 0; }

.wpb-js-composer .hero-slider.vc_tta.vc_general .vc_tta-panel.vc_active {
  animation: fadein 2s; }

.wpb-js-composer .hero-slider.vc_tta.vc_general .vc_tta-panel.vc_active {
  opacity: 1; }

.swiper-button-prev,
.swiper-button-next {
  opacity: .8;
  cursor: pointer;
  z-index: 9; }

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1; }

.swiper-button-disabled {
  opacity: .2 !important;
  cursor: initial;
  pointer-events: none; }

.slider-buttons-no .swiper-buttons {
  display: none !important; }

.slider-pagination-no .swiper-pagination-bullets {
  display: none; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0); }

.swiper-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 3;
  box-sizing: content-box; }

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 100%; }

.swiper-pagination-bullets {
  text-align: center; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 3px;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  margin-top: 30px; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/** 
* 3.0 - Typography
*/
/* do not select during double click and etc */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 100%;
  margin: 10px 0; }

.woof_container h4 a:after,
.woof_container .woof_childs_list_opener span,
.woof_products_top_panel li a span:after,
.woof_products_top_panel span:after,
.woof_select_radio_check dt .woof_products_top_panel2 a:after,
.woof_container .chosen-container-single .chosen-single div b:after,
.woof_select_radio_check_opener:after,
.woof_remove_subscr:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.irs-from, .irs-to, .irs-single {
  font-size: 12px !important; }

.woof_search_is_going nav.woocommerce-breadcrumb {
  display: block; }

.woof_container_select_radio_check .woof_container_inner {
  display: inline-block;
  width: 100%; }

.woof_select_radio_check_opener,
.woof_select_radio_check_opened .woof_select_radio_check_opener {
  background-size: 13px;
  background-position: 95% 50%; }

.woof_select_radio_check_opener {
  display: flex !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 35px;
  line-height: 1 !important;
  align-items: center; }

.woof_hida {
  font-size: inherit !important;
  font-weight: normal !important;
  text-align: left !important; }

.woof_select_radio_check_opener {
  background: none !important;
  position: relative; }
  .woof_select_radio_check_opener:after {
    content: '\e5cf';
    font-size: 16px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; }

.woof_subscr_item {
  margin-bottom: 0;
  margin-top: 10px; }
  .woof_subscr_item a:hover {
    background: transparent !important; }

.woof_icon_subscr {
  background-image: none;
  text-align: center;
  height: auto; }
  .woof_icon_subscr:after {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    opacity: .7;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.woof_remove_subscr {
  position: relative;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 20px; }
  .woof_remove_subscr img {
    display: none; }
  .woof_remove_subscr:after {
    content: '\e5cd';
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; }

.woof_container .chosen-container-single .chosen-single div b {
  background-image: none !important;
  position: relative;
  right: 10px; }
  .woof_container .chosen-container-single .chosen-single div b:after {
    content: '\e5cf';
    font-size: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute; }

.woof_select_radio_check dd ul.woof_list {
  border: 1px solid #d9d9d9;
  padding: 10px 15px !important; }
  .woof_select_radio_check dd ul.woof_list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border-right: 6px solid #ededed;
    background-color: #ededed; }
  .woof_select_radio_check dd ul.woof_list::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 2px;
    border-right: 6px solid #666;
    background-color: #666; }

.woof_text_search_container input[type='search'],
.woof_sku_search_container input[type='search'] {
  height: 35px !important;
  line-height: 35px !important;
  font-size: inherit !important; }

.woof_products_top_panel2 {
  z-index: 1 !important; }

.woof_select_radio_check_opener .woof_products_top_panel2 {
  margin: 0 0 -5px !important; }

.woof_products_top_panel2 li span {
  background: none; }

.woof_select_radio_check dt.woof_select_radio_check_opened a {
  color: inherit !important;
  background-color: #fff;
  border: none; }

.woof_select_radio_check dt a {
  border: none; }

.woof_select_radio_check dt a span {
  padding: 0 15px 0 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.woof_products_top_panel2 li {
  max-width: 100%; }

.woof_select_radio_check dt .woof_products_top_panel2 a {
  padding: 0 10px !important;
  color: #666;
  border-radius: 3px;
  background: #efefef;
  border: none;
  transition: .25s;
  font-size: 13px;
  height: 30px !important;
  line-height: 30px !important;
  box-shadow: none;
  overflow: hidden;
  display: block !important;
  width: auto !important;
  position: relative; }
  .woof_select_radio_check dt .woof_products_top_panel2 a:after {
    content: '\e5cd';
    padding-right: 6px;
    opacity: .5;
    top: 0;
    right: 0;
    position: absolute; }

.woof_select_radio_check dd {
  margin-top: -4px; }

.chosen-container {
  max-width: 100%; }

.woof_text_search_container input[type='search'] {
  line-height: inherit !important; }

img.woof_show_text_search_loader {
  display: none !important; }

.chosen-choices {
  width: 100% !important;
  padding: 5px !important; }

.chosen-container-multi .chosen-choices li.search-choice > span {
  opacity: .8; }
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  background: none !important;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  color: inherit;
  opacity: .6; }
  .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:after {
    content: '\e5cd';
    opacity: .8;
    font-size: 13px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased; }

.chosen-container-active .chosen-choices,
.chosen-container .chosen-drop {
  box-shadow: none; }

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
  background: none;
  border: none; }

.chosen-container-single .chosen-single {
  height: 35px !important;
  line-height: 35px !important;
  padding: 0 0 0 10px; }
  .chosen-container-single .chosen-single span {
    font-size: 13px; }

.woof_container .chosen-container-single .chosen-search input[type=text] {
  height: 35px;
  padding-left: 10px;
  background-image: none !important; }

.chosen-container .chosen-results li {
  padding: 5px 10px; }
.chosen-container .chosen-results li.highlighted {
  background: #3875d7; }

.chosen-container-single .chosen-search {
  box-shadow: none;
  padding: 7px; }
  .chosen-container-single .chosen-search input[type=text] {
    border: none; }

.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border-right: 6px solid #ededed;
  background-color: #ededed; }
.chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 2px;
  border-right: 6px solid #666;
  background-color: #666; }

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 0;
  height: auto;
  font-size: 13px; }

.chosen-container-multi .chosen-choices {
  background: none;
  border: none;
  cursor: pointer; }

.chosen-container-multi .chosen-choices li.search-choice {
  background: #efefef;
  box-shadow: none;
  border: none;
  margin: 3px;
  padding: 7px 23px 7px 7px; }

.woof_price3_search_container .woof_range_slider {
  opacity: 0 !important; }

.woof_container {
  border-top: 1px solid #ededed;
  margin: 0;
  padding: 14px 0;
  position: relative; }
  .woof_container h4 {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    margin: 0;
    position: relative; }
    .woof_container h4 a {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      font-size: 0px;
      color: inherit;
      opacity: .4; }
      .woof_container h4 a:after {
        content: '\e5cf';
        font-size: 16px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        position: absolute; }
      .woof_container h4 a.woof_front_toggle_closed:after {
        content: '\e5ce'; }
  .woof_container .woof_block_html_items {
    width: 100% !important;
    margin-top: 12px; }
  .woof_container .woof_list label {
    padding: 0;
    margin: 0 0 0 2px;
    line-height: 19px;
    font-size: 13px; }
    .woof_container .woof_list label .woof_checkbox_count,
    .woof_container .woof_list label .woof_radio_count {
      opacity: .5;
      font-size: 10px;
      font-family: verdana; }
  .woof_container .woof_list li {
    padding: 0 0 5px 0 !important;
    margin: 0 !important; }
  .woof_container .woof_list input {
    margin-bottom: 4px; }
  .woof_container .woof_list.woof_list_radio img {
    display: none; }
  .woof_container .woof_list .woof_radio_term_reset_visible {
    display: none !important; }
  .woof_container .woof_list.woof_list_label {
    padding-top: 5px !important; }
    .woof_container .woof_list.woof_list_label li {
      position: relative;
      margin: 0 6px 0 0 !important; }
    .woof_container .woof_list.woof_list_label span.checkbox {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      border-radius: 3px;
      border: none;
      font-size: 12px;
      width: auto;
      transition: .2s; }
    .woof_container .woof_list.woof_list_label span.woof_label_count {
      color: white;
      margin: 0;
      right: -5px;
      top: -4px;
      font-weight: normal;
      font-size: 9px;
      font-family: verdana; }
  .woof_container .woof_list.woof_list_color li {
    margin: 0 3px 0 0 !important; }
  .woof_container .woof_list.woof_list_color .woof_color_term {
    border-radius: 26px;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #fff;
    background-size: cover;
    transition: box-shadow .25s;
    overflow: auto; }
    .woof_container .woof_list.woof_list_color .woof_color_term.checked, .woof_container .woof_list.woof_list_color .woof_color_term:hover {
      box-shadow: 0 0 0 2px #4A4A4A; }
  .woof_container .woof_checkbox_label_selected {
    font-weight: normal; }
  .woof_container .woof_childs_list {
    width: 100% !important;
    margin: 0 0 0 10px !important; }
    .woof_container .woof_childs_list li {
      padding: 5px 0 0 0 !important; }
  .woof_container .woof_childs_list_opener {
    color: inherit; }
    .woof_container .woof_childs_list_opener .woof_is_opened {
      display: block;
      background: none; }
      .woof_container .woof_childs_list_opener .woof_is_opened:after {
        font-size: 14px;
        content: '\e15b'; }
    .woof_container .woof_childs_list_opener .woof_is_closed {
      display: block;
      background: none; }
      .woof_container .woof_childs_list_opener .woof_is_closed:after {
        content: '\e145'; }
  .woof_container p.woof_tooltip span.woof_tooltip_data {
    width: 70px;
    min-width: auto;
    left: 0;
    margin-left: 13px;
    transform: translateX(-50%);
    padding: 5px;
    font-weight: normal;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px; }
  .woof_container .irs-hidden-input {
    left: -9999px !important; }
  .woof_container .woof_checkbox_instock {
    margin-right: 3px; }

.woof_shortcode_output {
  float: left;
  width: 100%; }

.woof.woof_sid_auto_shortcode {
  background: transparent;
  padding: 0;
  border: 0;
  float: left;
  width: 100%;
  box-shadow: none; }
  .woof.woof_sid_auto_shortcode .woof_container {
    padding-left: 0px;
    padding-right: 0px;
    border: none; }
    @media (min-width: 769px) {
      .woof.woof_sid_auto_shortcode .woof_container {
        padding-left: 15px;
        padding-right: 15px; } }
  .woof.woof_sid_auto_shortcode .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap; }
  .woof.woof_sid_auto_shortcode .woof_checkbox_sales_container,
  .woof.woof_sid_auto_shortcode .woof_checkbox_instock_container {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px; }
  .woof.woof_sid_auto_shortcode .woof_submit_search_form_container {
    width: 100%; }

.woof_show_auto_form,
.woof_hide_auto_form {
  background: none;
  color: inherit;
  font-size: 20px; }
  .woof_show_auto_form:before,
  .woof_hide_auto_form:before {
    font-family: 'icomoon' !important;
    content: '\e902';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block; }

.woof_products_top_panel {
  z-index: 3;
  overflow: initial;
  float: left;
  width: 100%;
  margin: 0 0 25px 0; }
  .woof_products_top_panel li {
    margin-right: 10px !important;
    margin-bottom: 10px !important; }
    .woof_products_top_panel li a {
      padding: 0 10px !important;
      color: #666;
      border-radius: 3px;
      background: #efefef;
      transition: .25s;
      font-size: 13px;
      height: 30px !important;
      line-height: 30px !important;
      overflow: hidden;
      display: block !important;
      width: auto !important; }
      .woof_products_top_panel li a:hover {
        box-shadow: 0 0 0 1px #ddd; }
        .woof_products_top_panel li a:hover span:after {
          opacity: .8; }
      .woof_products_top_panel li a span {
        background: none;
        padding: 0; }
        .woof_products_top_panel li a span:after {
          content: '\e5cd';
          padding-left: 8px;
          opacity: .5; }

#woof_html_buffer {
  box-shadow: none;
  font-family: inherit;
  font-size: 0px;
  background: rgba(0, 0, 0, 0.8);
  width: 50px;
  height: 50px;
  padding: 0;
  overflow: initial; }
  #woof_html_buffer:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 9;
    background: rgba(0, 0, 0, 0.15); }
  #woof_html_buffer:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 10;
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 10px);
    animation: spinner 0.7s infinite linear;
    transition: opacity 0.3s ease; }

form.wpcf7-form p {
  float: left;
  width: 100%; }
form.wpcf7-form br {
  display: none; }
form.wpcf7-form label {
  width: 100%;
  float: left; }
  form.wpcf7-form label.label-width-half {
    width: 100%;
    float: left; }
    @media (min-width: 769px) {
      form.wpcf7-form label.label-width-half {
        width: 50%; } }
  form.wpcf7-form label.label-width-third {
    width: 100%;
    float: left; }
    @media (min-width: 769px) {
      form.wpcf7-form label.label-width-third {
        width: 33.33%; } }
  form.wpcf7-form label.col-first {
    padding-right: 0px; }
    @media (min-width: 769px) {
      form.wpcf7-form label.col-first {
        padding-right: 5px; } }
  form.wpcf7-form label.col-last {
    padding-left: 0px; }
    @media (min-width: 769px) {
      form.wpcf7-form label.col-last {
        padding-left: 5px; } }
form.wpcf7-form .ajax-loader {
  display: none !important; }
form.wpcf7-form div.wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 90%;
  opacity: .8;
  float: left;
  width: 100%; }
form.wpcf7-form input[type=submit] {
  width: auto;
  min-width: 140px;
  clear: both;
  display: block; }
form.wpcf7-form span.wpcf7-list-item {
  margin: 0; }
form.wpcf7-form h3 {
  margin-top: 0;
  margin-bottom: 22px; }

/** 
* 6.0 - Layout
*/
/** 
* 6.1 - 404
*/
.widget-blocks-404 {
  display: flex;
  margin-top: 20px;
  width: 100%;
  flex-wrap: wrap; }
  .widget-blocks-404 .widget {
    width: 33%; }

.error404 .search-form {
  max-width: 300px; }

/** 
* 6.2 - Archive
*/
body.blog #main,
body.archive:not(.woocommerce) #main {
  display: flex;
  flex-wrap: wrap; }
  body.blog #main header, body.blog #main .navigation,
  body.archive:not(.woocommerce) #main header,
  body.archive:not(.woocommerce) #main .navigation {
    width: 100%; }
  body.blog #main article.post,
  body.archive:not(.woocommerce) #main article.post {
    width: 100%;
    margin-right: 0; }

body.search-results #main article {
  margin: 0 0 50px; }

article.page {
  margin: 0 0 50px; }

article.post {
  margin: 0 0 50px; }
  article.post h1.entry-title {
    margin: 0px 0 10px; }
  article.post .entry-content p {
    font-weight: 400; }
  article.post .entry-content blockquote p {
    font-size: 18px; }
  article.post img.wp-post-image {
    border-radius: 3px;
    margin: 10px 0 20px;
    width: 100%; }
  article.post .entry-meta {
    margin-bottom: 10px; }
  article.post .entry-footer {
    margin-top: 20px; }
    article.post .entry-footer span {
      display: block; }
    article.post .entry-footer a:hover {
      text-decoration: underline; }
  article.post.sticky {
    width: 100% !important;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 35px; }

h1.entry-title,
.page-title {
  margin: 0px 0 40px; }

h2.entry-title {
  margin: 0; }
  h2.entry-title a {
    transition: 0.2s; }

.page-links {
  margin: 20px 0;
  font-size: 15px; }
  .page-links span {
    display: inline-block;
    padding: 3px 5px;
    line-height: 1; }
  .page-links > span {
    opacity: 0.5; }

.post-password-form {
  max-width: 400px;
  margin-bottom: 30px; }
  .post-password-form p {
    position: relative;
    display: block; }
  .post-password-form input[type=submit] {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    font-size: 14px; }

.numbered-navigation > * {
  padding: 5px; }

.posts-navigation {
  margin: 50px 0 20px; }
  .posts-navigation a {
    color: inherit;
    opacity: .6;
    transition: opacity .2s; }
    .posts-navigation a:hover {
      color: inherit;
      opacity: 1; }
  .posts-navigation .nav-previous,
  .posts-navigation .nav-next {
    width: 50%;
    float: left;
    font-size: 140%; }
  .posts-navigation .nav-next {
    text-align: right;
    float: right; }

/** 
* 6.3 - Breadcrumb
*/
.woocommerce-breadcrumb {
  font-size: 12px;
  line-height: 12px;
  margin-top: 25px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 95%;
  opacity: .8;
  display: block; }
  .woocommerce-breadcrumb .breadcrumb-go-back {
    color: #000;
    padding: 0 15px;
    margin-right: 15px;
    opacity: .8; }
    .woocommerce-breadcrumb .breadcrumb-go-back:before {
      position: absolute;
      top: 4px;
      left: 2px;
      width: 6px;
      height: 6px;
      content: "";
      border-style: solid;
      border-width: 1px 0 0 1px;
      border-color: inherit;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .woocommerce-breadcrumb .breadcrumb-go-back:after {
      position: absolute;
      top: 1px;
      right: 0;
      content: "|"; }
    .woocommerce-breadcrumb .breadcrumb-go-back:hover {
      color: #000; }
  .woocommerce-breadcrumb a {
    position: relative;
    text-decoration: none;
    color: inherit;
    opacity: .5; }
    .woocommerce-breadcrumb a:hover {
      color: inherit;
      opacity: .9; }
  .woocommerce-breadcrumb span.delimiter {
    padding: 0 15px;
    opacity: .5; }
    .woocommerce-breadcrumb span.delimiter:last-child {
      padding-left: 0; }

/** 
* 6.4 - Comments
*/
#commentform input[type=submit] {
  width: auto;
  min-width: 150px; }

.comments-title {
  font-size: 20px;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #e7e9ee; }

.comment-notes {
  opacity: .5;
  font-size: 12px;
  margin-bottom: 14px; }

#commentform {
  width: 100%;
  margin-bottom: 10px; }
  #commentform .logged-in-as {
    font-size: 12px;
    margin-bottom: 14px; }
  #commentform input.validation-error,
  #commentform textarea.validation-error {
    box-shadow: 0 0 0 2px #f45b4f inset; }
  #commentform textarea {
    max-height: 40px;
    transition: .25s;
    overflow: hidden; }
  #commentform .comment-form-author,
  #commentform .comment-form-email,
  #commentform .comment-form-url,
  #commentform .form-submit {
    position: absolute;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none; }
  #commentform.commentform-active .comment-form-author,
  #commentform.commentform-active .comment-form-email,
  #commentform.commentform-active .comment-form-url,
  #commentform.commentform-active .form-submit {
    position: relative;
    opacity: 1;
    pointer-events: auto; }
  #commentform.commentform-active textarea {
    max-height: 100px;
    overflow: initial; }
  #commentform .form-submit {
    display: block;
    float: left;
    width: 100%; }

.comment-reply-title {
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
  align-items: baseline; }
  .comment-reply-title #cancel-comment-reply-link {
    text-decoration: underline;
    color: inherit;
    opacity: .6;
    padding-left: 6px; }

#respond {
  width: 100%;
  float: left; }

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 70px;
  margin-top: 20px;
  width: 100%;
  float: left; }
  .comment-list ol {
    list-style: none; }
  .comment-list .comment,
  .comment-list article,
  .comment-list .pingback {
    float: left;
    width: 100%; }
  .comment-list .pingback {
    margin-bottom: 20px; }
    .comment-list .pingback a {
      padding: 0; }
    .comment-list .pingback span {
      display: block; }
  .comment-list article {
    margin-bottom: 25px; }
  .comment-list .reply {
    margin-top: 10px; }
    .comment-list .reply a {
      color: inherit;
      opacity: .6;
      font-size: 12px;
      font-weight: 600;
      transition: opacity .25s; }
      .comment-list .reply a:hover {
        opacity: .9; }
  .comment-list .comment-meta {
    display: flex; }
    .comment-list .comment-meta img {
      border-radius: 4px; }
  .comment-list .vcard {
    width: 48px;
    margin-right: 18px; }
    .comment-list .vcard:empty {
      display: none; }
  .comment-list .comment-edit-link {
    padding-left: 20px;
    font-size: 12px;
    font-weight: 600; }
  .comment-list .comment-content {
    width: calc(100% - 63px); }
  .comment-list .comment_date {
    color: inherit;
    opacity: .5; }
    .comment-list .comment_date:before {
      content: '•';
      padding: 0 2px; }
  .comment-list .comment-author-link {
    display: initial;
    font-weight: 600; }
  .comment-list .comment-metadata {
    line-height: 1;
    margin-bottom: 7px; }
  .comment-list ol.children {
    float: left;
    width: 100%; }

.yc-no-header-builder-content .no-header-top {
  border-bottom: 1px solid #eeeff1;
  padding: 7px 0;
  font-size: 12px; }

.no-header-cart {
  text-align: right; }

.no-header-cart i {
  font-size: 16px; }

.no-header-cart a {
  color: #444; }

.yc-no-header-builder-content .no-header-top > span {
  opacity: .5; }

.yc-no-header-builder-content .no-header-menu {
  border-bottom: 1px solid #eeeff1;
  border-top: 1px solid #eeeff1; }

.yc-no-header-builder-content .no-header-middle {
  display: flex;
  align-items: center;
  padding: 20px 0; }

.yc-no-header-builder-content .no-header-middle > div {
  width: 33.33%; }

.yc-no-header-builder-content .no-header-logo {
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -.5px; }

.yc-no-header-builder-content .livesearch-trigger i {
  font-size: 20px; }

.yc-no-header-builder-content .modal-content {
  background: 0 0;
  max-width: 500px;
  height: auto;
  min-height: initial;
  box-shadow: none; }

.yc-no-header-builder-content .modal-content form {
  max-width: 100%;
  display: flex;
  width: 100%;
  position: relative; }

.yc-no-header-builder-content .modal-content form label {
  width: 100%; }

.yc-no-header-builder-content .modal-content form .search-submit {
  position: absolute;
  right: 0; }

.no-header-menu .mobile-nav-container ul:not(.yc-custom-nav):not(.custom-sub-nav) > li > a, .no-header-menu .yc-mega-menu ul:not(.yc-custom-nav):not(.custom-sub-nav) > li > a {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal; }

.no-header-menu .yc-mega-menu > div > ul > li.menu-item > a {
  color: #828282;
  font-size: 13px;
  padding: 17px;
  box-shadow: 0 2px 0 transparent inset; }

.no-header-menu .yc-mega-menu ul.sub-menu > li.menu-item > a {
  font-size: 13px; }

.no-header-menu .yc-mega-menu > div > ul > li.menu-item:hover > a {
  color: #000;
  text-decoration: none;
  box-shadow: 0 2px 0 transparent inset; }

.no-header-menu .yc-mega-menu > div > ul > li.menu-item.current-menu-item > a {
  color: #000;
  box-shadow: 0 2px 0 #000 inset; }

.no-header-menu .yc-mega-menu > div > ul i.menu-item-icon {
  font-size: 13px;
  padding: 0 9px 0 0; }

.no-header-menu .yc-mega-menu > div > ul .menu-item-icon img {
  width: 50px; }

.no-header-menu .yc-mega-menu > div > ul > li:not(.has-mega-menu) ul.sub-menu {
  background: #fff; }

.no-header-menu .yc-mega-menu > div > ul > li:not(.has-mega-menu) ul.sub-menu a {
  color: #828282;
  background: #fff;
  padding: 17px; }

.no-header-menu .yc-mega-menu > div > ul > li:not(.has-mega-menu) ul.sub-menu a:hover {
  color: #000;
  background: #fff; }

.no-header-menu .mobile-nav-container > div > .sub-menu-overlay, .no-header-menu .yc-mega-menu > div > .sub-menu-overlay {
  background: rgba(0, 0, 0, 0.6); }

.no-header-menu .yc-mega-menu > div > ul > li:not(.has-mega-menu) ul.sub-menu li {
  width: 200px; }

.no-header-menu .yc-mega-menu {
  display: none; }

@media only screen and (min-width: 1030px) {
  .no-header-menu .mobile-nav-container {
    display: none; }

  .no-header-menu .yc-mega-menu {
    display: block; }

  .no-header-menu .yc-mega-menu .close-nav, .no-header-menu .yc-mega-menu li.go-back, .no-header-menu .yc-mega-menu li.see-all {
    display: none; } }
.no-header-menu .mobile-nav-container .menu-trigger i {
  padding: 15px 10px 15px 0;
  color: #2e3233;
  font-size: 15px; }

.no-header-menu .mobile-nav-container .menu-trigger span {
  font-size: 12px;
  color: #919191; }

.no-header-menu .mobile-nav-container .menu-trigger {
  justify-content: flex-start; }

.no-header-menu .mobile-nav-container .menu-trigger img {
  width: 0; }

.no-header-menu .mobile-nav-container > .mobile-menu {
  max-width: 260px; }

.no-header-menu .mobile-nav-container > .mobile-menu ul li a, .no-header-menu .mobile-nav-container > .mobile-menu ul li a .menu-item-icon {
  color: #2e3233; }

.no-header-menu .mobile-nav-container > .mobile-menu ul li, .no-header-menu .mobile-nav-container > .mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu li {
  border-color: #ddd; }

.no-header-menu .mobile-nav-container > .mobile-menu ul li.see-all > a {
  color: #000; }

.no-header-menu .mobile-nav-container > .overlay {
  background: rgba(0, 0, 0, 0.5); }

.no-header-menu .mobile-nav-container > .mobile-menu .go-back a:after, .no-header-menu .mobile-nav-container > .mobile-menu .go-back a:before, .no-header-menu .mobile-nav-container > .mobile-menu .menu-item-has-children > a:after, .no-header-menu .mobile-nav-container > .mobile-menu .menu-item-has-children > a:before {
  background: #464c4e; }

.no-header-menu .mobile-nav-container > .mobile-menu .close-nav:after {
  color: #464c4e; }

/** 
* 6.5 - Footer
*/
.yc-no-footer-builder-content {
  padding: 60px 0 20px;
  opacity: .5; }

.site-footer {
  float: left;
  width: 100%; }

/** 
* 6.6 - Header
*/
#masthead {
  position: relative;
  z-index: 12; }

@media (min-width: 1025px) {
  .header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    margin: 0 auto;
    top: 0;
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 1025px) {
  .yc-header-fixed-height {
    height: 0 !important; } }
.admin-bar .header-fixed {
  top: 0; }
  @media (min-width: 782px) {
    .admin-bar .header-fixed {
      top: 32px; } }

.page-template-template-homepage .header-absolute {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  margin: 0 auto; }

.page-template-template-homepage .yc-header-fixed-height,
.page-template-template-homepage-wide .yc-header-fixed-height {
  height: 0px !important; }
.page-template-template-homepage .header-fixed .vc_row,
.page-template-template-homepage .header-fixed section,
.page-template-template-homepage-wide .header-fixed .vc_row,
.page-template-template-homepage-wide .header-fixed section {
  transition: background .25s; }
.page-template-template-homepage:not(.bg-fixed-header) .header-fixed > .vc_row, .page-template-template-homepage:not(.bg-fixed-header) .header-fixed > section,
.page-template-template-homepage-wide:not(.bg-fixed-header) .header-fixed > .vc_row,
.page-template-template-homepage-wide:not(.bg-fixed-header) .header-fixed > section {
  background: transparent !important; }

#masthead .vc_row[data-vc-full-width],
#masthead .vc_section[data-vc-full-width] {
  overflow: visible !important; }

.header-element {
  padding-left: 10px;
  padding-right: 10px; }
  .header-element .header-badge-count {
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    display: inline-block; }
  .header-element .header-content-wrapper span {
    line-height: 1;
    transition: .25s; }
    @media (min-width: 1024px) {
      .header-element .header-content-wrapper span {
        display: block; } }
  .header-element .cart-subtotal-amount {
    display: block; }
  .header-element > a,
  .header-element .header-icon-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    .header-element > a i,
    .header-element .header-icon-wrapper i {
      transition: .25s; }
  .header-element .header-element-label {
    transition: all .25s; }

.cart-hide-empty .cart-value-0,
.cart-hide-subtotal .cart-subtotal-amount,
.header-badge-count:empty {
  display: none !important; }

.single-h_f_builder .header-fixed {
  top: 35px; }

.admin-bar .header-vertical,
.admin-bar .top-bar-position-fixed {
  top: 32px; }

.page-template-template-homepage .top-bar-position-absolute {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

@media (min-width: 1025px) {
  .top-bar-position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9; } }

@media (min-width: 1024px) {
  #header-fixed-row.row-header-fixed {
    position: fixed;
    top: 0;
    margin: 0 !important;
    width: 100% !important;
    left: 0; } }

@media (min-width: 1024px) {
  .admin-bar #header-fixed-row.row-header-fixed {
    top: 32px; } }

#header-fixed-row > .wpb_column {
  float: none;
  margin: 0 auto; }

.header-vertical {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10; }
  .header-vertical > section,
  .header-vertical .vc_vc_section section {
    height: 100vh; }
  .header-vertical.header-align-left {
    left: 0; }
  .header-vertical.header-align-right {
    right: 0; }

.admin-bar .header-vertical > section {
  height: calc(100vh - 32px); }

.compose-mode .header-vertical {
  overflow: initial; }

.icon:before {
  font-family: fontawesome;
  font-style: normal; }

.button i {
  display: block;
  vertical-align: middle; }

.button span {
  vertical-align: middle; }

i.remove:before {
  content: "\f014"; }

i.quickview:before {
  content: "\f06e"; }

.yc-advance-icon i,
i.yc-advance-icon {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block; }

.close-icon:before {
  content: '\e5cd'; }

.quantity-minus i:before {
  content: '\e15b'; }

.quantity-plus i:before {
  content: '\e145'; }

.request-quote i:before {
  content: '\e076';
  top: 1px;
  position: relative; }

.add-compare i:before {
  content: '\e5d3';
  font-size: 15px;
  display: block; }
.add-compare.added i:before {
  content: '\e065'; }

.compare-icon:before {
  content: '\e901'; }

.add-wishlist i:before {
  content: '\f08a'; }
.add-wishlist.added i:before {
  content: '\f004'; }

.wishlist-icon:before {
  content: '\f08a';
  margin-top: -2px;
  display: block; }

.quickview-link i:before {
  content: '\e9ce'; }

.sub-nav-icon i:before {
  content: '\e145'; }

.sub-nav-active .sub-nav-icon i:before {
  content: '\e15b'; }

.button-next,
.button-prev {
  font-size: 22px; }

.button-prev i:before {
  content: '\e408'; }

.menu-trigger.yc-advance-icon i:before,
.nav-trigger.yc-advance-icon i:before {
  content: '\e120'; }

.button-next i:before {
  content: '\e409'; }

.flex-direction-nav {
  font-size: 0; }
  .flex-direction-nav a {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    height: 42px;
    width: 42px;
    display: block; }
    .flex-direction-nav a:before {
      font-size: 22px; }
  .flex-direction-nav .flex-prev:before {
    content: '\e408'; }
  .flex-direction-nav .flex-next:before {
    content: '\e409'; }

.filter-sidebar:before {
  content: '\e429'; }

.livesearch-trigger span,
.yc-livesearch-button span {
  margin-left: 0px; }
  @media (min-width: 769px) {
    .livesearch-trigger span,
    .yc-livesearch-button span {
      margin-left: 10px; } }
.livesearch-trigger i:before,
.yc-livesearch-button i:before {
  content: '\e902'; }

.cart-icon:before {
  content: '\e106';
  display: block; }

.sizetable i:before {
  content: '\e904'; }

.grid-product-view i:before {
  content: '\e907'; }

.list-product-view i:before {
  content: '\e909'; }

.table-product-view i:before {
  content: '\e908'; }

.woocommerce-product-gallery__trigger:before {
  content: '\e903'; }

@keyframes spinner {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(359deg); } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
#page {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 599px) {
    #page {
      padding-left: 40px;
      padding-right: 40px; } }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  font-style: oblique;
  font-size: 12px;
  color: #ababab;
  text-align: left;
  margin-top: 10px; }
  .wp-caption .wp-caption-text a {
    color: inherit;
    text-decoration: underline; }

.wp-caption {
  margin-left: 0;
  margin-right: 0; }

.twitter-tweet-rendered {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

.gallery {
  margin: 0 -1.16667% 1.75em; }

.gallery .gallery-item {
  display: inline-block;
  max-width: 33.33%;
  padding: 0 1.1400652% 2.2801304%;
  margin: 0;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  color: #646464;
  display: block;
  font-size: 13px;
  font-size: .8125rem;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.53846em; }

.bypostauthor {
  content: ""; }

.alignnone {
  margin-top: 30px;
  margin-bottom: 30px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 10px;
  margin-bottom: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 10px;
  text-align: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px; }

.customize-partial-edit-shortcut-button {
  display: none !important; }

.vc_video-bg-container .vc_column-inner {
  z-index: 2; }

.vc_transform .container.grid-container {
  max-width: 100%; }

.sticky {
  position: relative; }

#content {
  width: 100%;
  height: 100%;
  float: left; }

body:not(.page-template-template-homepage):not(.page-template-template-fullwidth-header-box):not(.page-template-template-homepage-wide) #content {
  margin-top: 70px; }

body.error404 #primary,
body.full-width-content #primary,
body.page-template-template-fullwidth #primary,
body.single-product #primary,
body.single-templates #primary,
body.page-template-template-homepage #primary,
body.page-template-template-homepage-wide #primary,
body.page-template-template-fullwidth-header-box #primary,
body.page-template-template-blank #primary {
  padding-right: 0 !important;
  padding-left: 0 !important; }

body.page-template-template-fullwidth-header-box #primary {
  width: 100% !important; }
body.page-template-template-fullwidth-header-box .entry-header {
  background: #f7f7f7;
  margin-left: calc((100vw - 100%) / 2 * -1 + 15px / 2);
  margin-right: calc((100vw - 100%) / 2 * -1 + 15px / 2);
  padding-left: calc((100vw - 100%) / 2 - 5px * 2);
  padding-right: calc((100vw - 100%) / 2 - 5px * 2);
  left: 0;
  right: 0;
  width: auto;
  margin-bottom: 70px;
  padding-top: 135px;
  padding-bottom: 120px;
  background-size: cover; }
  body.page-template-template-fullwidth-header-box .entry-header h1 {
    margin-bottom: 0; }
body.page-template-template-fullwidth-header-box .woocommerce-breadcrumb {
  position: absolute; }

body.page-template-template-blank #primary {
  width: 100% !important; }

.error404 #primary,
.full-width-content #primary,
.page-template-template-fullwidth #primary,
.single-product #primary,
.page-template-template-homepage #primary,
.single-templates #primary {
  width: 100%;
  float: right; }

body.page-template-template-homepage-wide #content {
  width: auto;
  margin-right: calc((100vw - 100%) / 2 * -1 + 15px);
  margin-left: calc((100vw - 100%) / 2 * -1 + 15px); }
body.page-template-template-homepage-wide #primary {
  width: 100% !important; }

body.right-sidebar:not(.error404):not(.full-width-content):not(.page-template-template-fullwidth):not(.single-product):not(.page-template-template-homepage) #primary {
  float: left; }

body.left-sidebar #secondary {
  float: left; }
body.left-sidebar #primary {
  float: right; }

#secondary {
  width: 100%;
  float: right;
  margin-top: 50px; }
  @media (min-width: 769px) {
    #secondary {
      margin-top: 10px; } }
  #secondary ul {
    padding: 0;
    margin: 0; }
    #secondary ul li {
      list-style: none; }

.full-width-element {
  margin-left: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important;
  margin-right: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important;
  padding-left: calc((100vw - 100%) / 2 - 15px / 2) !important;
  padding-right: calc((100vw - 100%) / 2 - 15px / 2) !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important; }

.full-width-row {
  margin-left: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important;
  margin-right: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important;
  padding-left: calc((100vw - 100%) / 2 - 15px * 2) !important;
  padding-right: calc((100vw - 100%) / 2 - 15px * 2) !important;
  left: 0 !important;
  right: 0 !important;
  width: auto !important; }
  @media (max-width: 1025px) {
    .full-width-row {
      margin-left: calc((100vw - 100%) / 2 * -1) !important;
      margin-right: calc((100vw - 100%) / 2 * -1) !important;
      padding-left: calc((100vw - 100%) / 2 - 15px * 2) !important;
      padding-right: calc((100vw - 100%) / 2 - 15px * 2) !important; } }

.viewport-width-container {
  width: auto !important;
  margin-right: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important;
  margin-left: calc((100vw - 100%) / 2 * -1 + 15px / 2) !important; }
  @media (max-width: 1025px) {
    .viewport-width-container {
      margin-right: calc((100vw - 100%) / 2 * -1) !important;
      margin-left: calc((100vw - 100%) / 2 * -1) !important; } }

.viewport-height-container {
  height: 100vh; }
  .viewport-height-container .swiper-slide {
    height: 100vh; }

.flex-vertical-middle {
  margin-top: auto;
  margin-bottom: auto; }

.flex-vertical-top {
  margin-bottom: auto; }

.flex-vertical-bottom {
  margin-top: auto; }

.post-big-header {
  margin-left: calc((100vw - 100%) * -1 / 2);
  margin-right: calc((100vw - 100%) * -1 / 2);
  left: 0;
  right: 0;
  width: auto;
  background: #f9f9f9;
  padding: 120px 20px 150px;
  text-align: center;
  margin-top: -70px; }
  @media (min-width: 1024px) {
    .post-big-header {
      padding: 130px 90px 160px;
      margin-left: calc((100vw - 100%) / 2 * -1 + 15px / 2);
      margin-right: calc((100vw - 100%) / 2 * -1 + 15px / 2); } }
  .post-big-header .posted-on {
    margin-bottom: 60px;
    display: inline-block; }

.post-content-text-area {
  margin: 0 auto; }

.single-post .woocommerce-breadcrumb {
  position: absolute; }
.single-post article.post .entry-footer {
  margin-top: 40px; }

.no-single-sidebar #primary {
  width: 100% !important;
  padding: 0 !important; }

article.post .post-big-thumbnail {
  margin-top: -150px;
  text-align: center;
  margin-bottom: 70px; }
  article.post .post-big-thumbnail img {
    margin: 0;
    max-height: initial; }

.no-post-thumbnail .post-big-header {
  padding-bottom: 40px;
  margin-bottom: 50px; }

.post-navigation {
  padding: 30px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  margin-top: 50px; }
  .post-navigation .post-title {
    font-size: 15px;
    margin-bottom: 3px; }
  .post-navigation .meta-nav {
    color: #ababab;
    font-size: 12px; }
  .post-navigation .nav-links {
    display: flex;
    font-size: 16px; }
    .post-navigation .nav-links > div {
      width: 50%; }
      .post-navigation .nav-links > div.nav-next {
        text-align: right;
        flex: 1 0; }

/** 
* 6.7 - Print
*/
@media print {
  form,
  button,
  input,
  select,
  textarea,
  .navigation,
  .main-navigation,
  .social-navigation,
  .sidebar,
  .content-bottom-widgets,
  .header-image,
  .page-links,
  .edit-link,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link {
    display: none; } }
/** 
* 7.0 - WooCommerce
*/
.woocommerce-login-loggedin-message a {
  display: none; }

#customer_login .col-1,
#customer_login .col-2 {
  float: left;
  min-width: 300px; }
  #customer_login .col-1 input[type=submit],
  #customer_login .col-2 input[type=submit] {
    width: auto;
    min-width: 140px; }
#customer_login .col-1 {
  margin-right: 0px; }
  @media (min-width: 769px) {
    #customer_login .col-1 {
      margin-right: 50px; } }

.woocommerce-ResetPassword .form-row {
  max-width: 300px; }

.woocommerce-MyAccount-orders td {
  vertical-align: middle; }
.woocommerce-MyAccount-orders .woocommerce-button {
  margin: 0;
  display: inline;
  background: none;
  box-shadow: none;
  padding: 0;
  height: auto;
  line-height: normal;
  color: inherit;
  text-decoration: underline; }
  .woocommerce-MyAccount-orders .woocommerce-button:hover {
    background: none;
    box-shadow: none;
    color: inherit; }

p.lost_password {
  font-size: 90%; }
  p.lost_password a {
    color: inherit;
    opacity: .7; }
    p.lost_password a:hover {
      opacity: .9; }

form.woocommerce-form-login {
  width: 100%;
  padding-bottom: 20px;
  float: left; }
  form.woocommerce-form-login .form-row {
    max-width: 300px; }
  form.woocommerce-form-login label[for=rememberme], form.woocommerce-form-login .woocommerce-form__label {
    margin-top: 10px; }

.woocommerce-MyAccount-navigation {
  width: 100%;
  float: left;
  font-size: 13px; }
  @media (min-width: 1024px) {
    .woocommerce-MyAccount-navigation {
      width: 200px; } }
  .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li {
      line-height: 18px;
      padding: 10px 0; }
      .woocommerce-MyAccount-navigation ul li a {
        display: block;
        color: #666; }
        .woocommerce-MyAccount-navigation ul li a:hover {
          color: #222; }
      .woocommerce-MyAccount-navigation ul li.is-active a {
        color: #222;
        font-weight: 700; }

.woocommerce-MyAccount-content {
  width: 100%;
  float: right;
  margin-top: 30px; }
  @media (min-width: 1024px) {
    .woocommerce-MyAccount-content {
      margin-top: 0;
      width: calc(100% - 200px); } }

.cart-promo .modal-cart-title a {
  display: none; }

dl.variation {
  margin: 5px 0 10px;
  opacity: .7;
  font-size: 90%;
  line-height: 1.4; }
  dl.variation dt {
    float: left;
    padding-right: 5px;
    font-weight: normal; }
  dl.variation p, dl.variation dd {
    margin: 0 !important; }
  dl.variation:empty {
    display: none; }

.product .single_add_to_cart_button {
  min-width: auto;
  position: relative;
  transition: color 0.3s 0.3s ease;
  margin-right: 4px; }
  @media (min-width: 1024px) {
    .product .single_add_to_cart_button {
      min-width: 150px; } }
  .product .single_add_to_cart_button:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    top: calc(50% - 10px);
    transition: opacity 0.3s ease; }
  .product .single_add_to_cart_button.button-loading::before {
    animation: spinner 0.7s infinite linear; }
  .product .single_add_to_cart_button.button-loading.added {
    color: transparent !important; }

.product .button-loading {
  pointer-events: none;
  color: transparent !important;
  position: relative; }
  .product .button-loading:before {
    opacity: 1; }

.cart-promo .modal-cart-title {
  font-size: 14px;
  padding-bottom: 20px;
  padding-top: 10px;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 1.05; }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-title {
      font-size: 21px; } }
  .cart-promo .modal-cart-title a {
    display: none; }
.cart-promo .modal-cart-left {
  width: 100%;
  float: left; }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-left {
      width: calc(100% - 300px); } }
  .cart-promo .modal-cart-left .modal-cart-product-image {
    width: 80px;
    margin-right: 20px;
    float: left;
    clear: left; }
  .cart-promo .modal-cart-left .modal-cart-product-info {
    float: left;
    width: calc(100% - 250px); }
    .cart-promo .modal-cart-left .modal-cart-product-info .variation {
      color: #aaa;
      opacity: 1; }
  .cart-promo .modal-cart-left .modal-cart-product-title {
    opacity: .8; }
  .cart-promo .modal-cart-left .modal-cart-product-price {
    float: right;
    width: 150px;
    text-align: right;
    font-weight: bold; }
.cart-promo .modal-cart-added {
  display: none;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-added {
      display: flex;
      flex-wrap: wrap;
      align-items: center; } }
.cart-promo .modal-cart-added-product,
.cart-promo .modal-cart-promo-products {
  float: left;
  width: 100%; }
.cart-promo .modal-cart-promo-products {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: none; }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-promo-products {
      display: block; } }
  .cart-promo .modal-cart-promo-products .related > h2 {
    font-size: 15px !important;
    font-weight: 600;
    margin: 0 0 20px !important; }
  .cart-promo .modal-cart-promo-products ul.product_list_widget {
    display: flex;
    flex-wrap: nowrap;
    margin-left: -5px;
    margin-right: -5px; }
    .cart-promo .modal-cart-promo-products ul.product_list_widget li {
      width: 25%;
      padding: 0 5px; }
      .cart-promo .modal-cart-promo-products ul.product_list_widget li .product-widget-info {
        width: 100%; }
      .cart-promo .modal-cart-promo-products ul.product_list_widget li a {
        color: inherit;
        display: block;
        float: left;
        width: 100%; }
        .cart-promo .modal-cart-promo-products ul.product_list_widget li a h2 {
          font-size: 13px;
          font-weight: 600;
          margin: 0; }
      .cart-promo .modal-cart-promo-products ul.product_list_widget li span.amount {
        display: inline-block;
        font-size: 12px;
        opacity: .6;
        margin-top: 3px; }
      .cart-promo .modal-cart-promo-products ul.product_list_widget li .product-widget-image {
        float: left;
        width: 100%;
        margin-bottom: 8px; }
.cart-promo .modal-cart-right {
  width: 100%;
  float: right;
  padding-left: 0px; }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-right {
      width: 270px;
      border-left: 1px solid rgba(0, 0, 0, 0.05);
      padding-left: 30px; } }
  .cart-promo .modal-cart-right .buttons a {
    width: 100%; }
    @media (min-width: 1024px) {
      .cart-promo .modal-cart-right .buttons a {
        width: calc(50% - 3px); } }
  @media (min-width: 1024px) {
    .cart-promo .modal-cart-right .buttons .wc-forward {
      margin-right: 3px; } }
  .cart-promo .modal-cart-right .buttons .wc-forward.checkout {
    margin-right: 0;
    margin-left: 0; }
    @media (min-width: 1024px) {
      .cart-promo .modal-cart-right .buttons .wc-forward.checkout {
        margin-left: 3px; } }
  .cart-promo .modal-cart-right .modal-your-cart-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px; }
  .cart-promo .modal-cart-right ul.product_list_widget {
    max-height: 180px;
    overflow: auto;
    padding-right: 0px; }
    @media (min-width: 1024px) {
      .cart-promo .modal-cart-right ul.product_list_widget {
        padding-right: 15px;
        width: calc(100% + 15px); } }
    .cart-promo .modal-cart-right ul.product_list_widget::-webkit-scrollbar {
      width: 4px;
      height: 4px;
      border-radius: 2px;
      border-right: 6px solid #ededed;
      background-color: #ededed; }
    .cart-promo .modal-cart-right ul.product_list_widget::-webkit-scrollbar-thumb {
      cursor: pointer;
      border-radius: 2px;
      border-right: 6px solid #666;
      background-color: #666; }
  .cart-promo .modal-cart-right .woocommerce-mini-cart__total {
    margin-top: 20px; }
  .cart-promo .modal-cart-right .woocommerce-mini-cart__empty-message {
    margin-bottom: 10px; }

.modal-cart-right .quantity {
  font-size: 13px;
  color: #aaa; }

.modal-cart-right .button {
  width: 100%;
  margin-bottom: 7px;
  text-align: center; }

.modal-cart-right .buttons {
  margin-bottom: 0; }

.promo-simple .modal-cart-right ul.cart_list.product_list_widget,
.promo-simple .total,
.promo-simple .modal-your-cart-title {
  display: none; }

.promo-simple .modal-cart-right {
  padding: 0;
  margin: 10px 0 0;
  border: 0; }

.promo-simple .buttons .button {
  width: auto; }

.modal-cart-continue {
  float: left;
  width: 100%;
  display: none; }
  @media (min-width: 1024px) {
    .modal-cart-continue {
      display: block; } }

.cart-error .modal-content {
  max-width: 470px;
  min-height: auto; }

.promo-simple .modal-content {
  max-width: 425px; }

.promo-simple .modal-cart-title {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px; }

.promo-simple .modal-cart-right {
  width: 100%;
  margin-top: 0; }
  .promo-simple .modal-cart-right .buttons {
    float: right;
    width: 100%; }

.promo-simple .modal-cart-left {
  width: 100%; }

.single-product div.product form.cart .button {
  transition: 0.2s; }

/* errors */
.cart-error .modal-content a {
  display: none; }

.product-archives-header {
  margin-bottom: 10px;
  background-size: cover !important; }
  @media (min-width: 769px) {
    .product-archives-header {
      margin-bottom: 20px; } }

.woocommerce-pagination {
  margin-top: 34px; }
  .woocommerce-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .woocommerce-pagination li {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px; }
    .woocommerce-pagination li a, .woocommerce-pagination li span {
      display: block;
      min-width: 28px;
      height: 28px;
      font-size: 12px;
      line-height: 28px;
      text-align: center;
      text-decoration: none;
      background-color: transparent;
      border-radius: 28px;
      transition: background-color .3s ease; }

.default-product-layout .add_to_cart_button,
.default-product-layout .added_to_cart.wc-forward {
  margin: 0 0 8px; }

.processing {
  opacity: .4; }

.sort-product-display {
  float: right; }
  .sort-product-display a {
    color: inherit;
    font-size: 15px;
    margin-left: 4px;
    opacity: .3;
    transition: opacity .25s; }
    .sort-product-display a:hover {
      color: inherit;
      opacity: .6; }
    .sort-product-display a.active {
      opacity: .7; }

.archive-background {
  width: 100%;
  margin-bottom: 40px; }

.product-taxonomy-description {
  float: left;
  width: 100%;
  margin-bottom: 50px; }

.product-taxonomy-description:empty {
  display: none; }

.woocommerce-result-count {
  display: none; }

.product-archives-title {
  display: flex;
  align-items: baseline;
  margin: 0 0 3px;
  flex-wrap: wrap;
  width: 100%; }
  .product-archives-title h1 {
    font-size: 32px;
    margin: 0 10px 0 0;
    letter-spacing: -.5px; }
  .product-archives-title p.woocommerce-result-count {
    margin: 0;
    opacity: .5;
    display: block; }

.term-description p,
.page-description p {
  margin-bottom: 0;
  font-size: 95%;
  opacity: .9;
  margin-top: 5px; }

.product-archives-bottom-sidebar {
  width: 100%;
  float: left;
  margin: 70px 0 0; }
  .product-archives-bottom-sidebar:empty {
    display: none; }
  .product-archives-bottom-sidebar .widget-title {
    font-size: 20px; }

.woof_mselect {
  height: 120px; }

.woocommerce-products-header {
  z-index: 4;
  position: relative; }

.sort-header-form {
  font-size: 12px;
  line-height: 13px;
  border-top: 1px solid #ededed;
  padding: 20px 0 20px;
  float: left;
  width: 100%; }
  .sort-header-form .sorting-label {
    display: none;
    margin-right: 8px; }
    @media (min-width: 769px) {
      .sort-header-form .sorting-label {
        display: inline; } }
  .sort-header-form .sort-header-orderby {
    float: left;
    position: relative;
    z-index: 3; }
    .sort-header-form .sort-header-orderby form {
      display: inline-block; }
      .sort-header-form .sort-header-orderby form select {
        display: none; }
      .sort-header-form .sort-header-orderby form .dropdown-sorting-button {
        color: #a0a0a0;
        cursor: pointer;
        transition: color 0.2s; }
        .sort-header-form .sort-header-orderby form .dropdown-sorting-button:hover {
          color: #333; }
        .sort-header-form .sort-header-orderby form .dropdown-sorting-button span:after {
          display: inline;
          font-family: FontAwesome;
          font-size: inherit;
          content: "\f107";
          margin-left: 10px; }
      .sort-header-form .sort-header-orderby form .dropdown-sorting {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        left: -15px;
        top: 25px;
        border: 1px solid #ededed;
        background: #fff;
        transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
        padding-top: 3px;
        padding-bottom: 3px;
        width: 200px;
        transform: translateY(10px);
        opacity: 0;
        pointer-events: none; }
        .sort-header-form .sort-header-orderby form .dropdown-sorting li {
          padding: 10px 15px;
          color: #a0a0a0;
          cursor: pointer;
          transition: color 0.2s;
          border-bottom: 1px solid #f9f9f9; }
          .sort-header-form .sort-header-orderby form .dropdown-sorting li:hover {
            color: #333; }
          .sort-header-form .sort-header-orderby form .dropdown-sorting li:last-child {
            border-bottom: none; }
      .sort-header-form .sort-header-orderby form.sorting-active .dropdown-sorting {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto; }
      .sort-header-form .sort-header-orderby form:hover select {
        color: #222; }
  .sort-header-form:after {
    content: '';
    display: block;
    clear: both; }

.woocommerce.columns-1 ul.products li.product {
  width: calc(100% / 1); }
.woocommerce.columns-2 ul.products li.product {
  width: calc(100% / 2); }
.woocommerce.columns-3 ul.products li.product {
  width: calc(100% / 2); }
  @media (min-width: 769px) {
    .woocommerce.columns-3 ul.products li.product {
      width: calc(100% / 3); } }
.woocommerce.columns-4 ul.products li.product {
  width: calc(100% / 2); }
  @media (min-width: 769px) {
    .woocommerce.columns-4 ul.products li.product {
      width: calc(100% / 3); } }
  @media (min-width: 1024px) {
    .woocommerce.columns-4 ul.products li.product {
      width: calc(100% / 4); } }
.woocommerce.columns-5 ul.products li.product {
  width: calc(100% / 2); }
  @media (min-width: 769px) {
    .woocommerce.columns-5 ul.products li.product {
      width: calc(100% / 4); } }
  @media (min-width: 1024px) {
    .woocommerce.columns-5 ul.products li.product {
      width: calc(100% / 5); } }
.woocommerce.columns-6 ul.products li.product {
  width: calc(100% / 2); }
  @media (min-width: 769px) {
    .woocommerce.columns-6 ul.products li.product {
      width: calc(100% / 4); } }
  @media (min-width: 1024px) {
    .woocommerce.columns-6 ul.products li.product {
      width: calc(100% / 6); } }

.list-products-display.archive.woocommerce #primary ul.products {
  width: 100%;
  margin: 0; }
  .list-products-display.archive.woocommerce #primary ul.products li.type-product {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-brand-posted {
      margin-bottom: 5px; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .sku_wrapper {
      font-size: 90%;
      opacity: .8;
      display: none;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .sku_wrapper {
          display: block; } }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .stock {
      font-size: 90%;
      margin-top: 10px;
      margin-bottom: 10px;
      display: none; }
      @media (min-width: 1024px) {
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .stock {
          display: block; } }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .in-stock:before {
      content: '\f00c';
      font: normal normal normal 14px/1 FontAwesome;
      padding-right: 5px;
      color: #4ed783; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .add_to_cart_button,
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .added_to_cart.wc-forward {
      margin: 4px 0 10px; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .second-type-button {
      padding: 0;
      line-height: initial;
      height: auto;
      box-shadow: none;
      margin: 0 20px 0 0;
      overflow: initial;
      display: none;
      background: transparent; }
      @media (min-width: 1024px) {
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .second-type-button {
          display: inline-block; } }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px; }
      @media (min-width: 1024px) {
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper {
          padding: 0;
          flex-wrap: nowrap; } }
      .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-top-container {
        width: 210px;
        margin: 0;
        flex-shrink: 1; }
        @media (min-width: 769px) {
          .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-top-container {
            width: 220px;
            flex-shrink: 0; } }
      .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-description {
        width: 100%;
        padding: 0; }
        @media (min-width: 1024px) {
          .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-description {
            padding: 0 20px; } }
      .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price {
        width: 170px;
        flex-shrink: 0; }
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price del {
          display: block;
          font-size: 90%; }
        .list-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price .price {
          margin-bottom: 10px; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .woocommerce-loop-product__title {
      margin-bottom: 5px; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .woocommerce-product-rating {
      margin-bottom: 10px;
      float: left;
      width: 100%; }
      .list-products-display.archive.woocommerce #primary ul.products li.type-product .woocommerce-product-rating .star-rating {
        display: inline-block; }
    .list-products-display.archive.woocommerce #primary ul.products li.type-product .woocommerce-product-details__short-description {
      margin-top: 10px;
      margin-bottom: 10px;
      float: left;
      width: 100%; }

.table-products-display.archive.woocommerce #primary ul.products {
  width: 100%;
  margin: 0; }
  .table-products-display.archive.woocommerce #primary ul.products li.type-product {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    padding: 14px 20px;
    margin-top: -1px; }
    .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (min-width: 1024px) {
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper {
          flex-wrap: nowrap; } }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .badges {
        position: relative;
        margin-top: 5px;
        display: flex;
        width: 100%; }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .badges > span {
          margin-right: 25px; }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .woocommerce-product-rating {
        float: left;
        width: 100%;
        margin-top: 2px;
        margin-bottom: 2px; }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .woocommerce-product-rating .woocommerce-review-link {
          display: none; }
          @media (min-width: 769px) {
            .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .woocommerce-product-rating .woocommerce-review-link {
              display: initial; } }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container {
        display: flex;
        padding: 0 0 0 92px;
        width: 100%;
        justify-content: flex-start;
        flex-shrink: 0; }
        @media (min-width: 1024px) {
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container {
            width: auto;
            min-width: 230px;
            padding: 0 0 0 20px;
            justify-content: flex-end; } }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container a {
          margin-bottom: 0; }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button {
          box-shadow: none;
          padding: 0 10px;
          display: none;
          background: transparent; }
          @media (min-width: 769px) {
            .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button {
              display: block; } }
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button.add-compare {
            margin-left: 12px; }
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button i {
            margin: auto; }
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button span, .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-custom-container .second-type-button:after {
            display: none; }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-top-container {
        width: auto;
        max-width: 80px;
        margin: 0;
        flex-shrink: 1; }
        @media (min-width: 1024px) {
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-top-container {
            flex-shrink: 0;
            max-width: 100px; } }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-top-container img {
          max-width: 90%; }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-description {
        width: calc(100% - 80px);
        padding: 0 0 0 12px; }
        @media (min-width: 1024px) {
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-description {
            width: 100%;
            padding: 0 20px; } }
      .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price {
        width: 100%;
        text-align: left;
        padding-left: 92px;
        flex-shrink: 0;
        margin: 10px 0; }
        @media (min-width: 1024px) {
          .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price {
            width: 130px;
            text-align: right;
            padding: 0;
            margin: 0; } }
        .table-products-display.archive.woocommerce #primary ul.products li.type-product .product-item-wrapper .yc-product-list-price del {
          display: block;
          font-size: 90%; }

body.woo-none-sidebar.woocommerce #primary {
  width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }
body.woo-none-sidebar.woocommerce #secondary {
  display: none; }

body.woo-right-sidebar.woocommerce #primary {
  float: left !important; }
body.woo-right-sidebar.woocommerce #secondary {
  float: right !important; }

body.woo-left-sidebar.woocommerce #primary {
  float: right !important; }
body.woo-left-sidebar.woocommerce #secondary {
  float: left !important; }

.offset-header-filter {
  float: left;
  margin-right: 15px;
  cursor: pointer;
  opacity: .6;
  display: block; }
  .offset-header-filter i {
    font-size: 18px; }
  @media (min-width: 769px) {
    .offset-header-filter {
      display: none; } }

@media (max-width: 769px) {
  body.archive.woocommerce #secondary {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 22;
    overflow: auto;
    height: 100%;
    width: 265px !important;
    padding: 20px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
    border-right: 1px solid #f9f9f9;
    transform: translateX(-100%);
    pointer-events: none;
    opacity: 0;
    transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
    body.archive.woocommerce #secondary::-webkit-scrollbar {
      width: 0px;
      opacity: 0; }
    body.archive.woocommerce #secondary::-webkit-scrollbar-thumb {
      opacity: 0; }
  body.archive.woocommerce.woo-sidebar-active #secondary {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0); }
  body.archive.woocommerce.woo-sidebar-active .main-obfuscator {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.65) 100%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20; } }
.badges {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 11; }
  .badges > span {
    display: block;
    float: left;
    clear: both;
    background: #B71C1C;
    color: #fff;
    position: relative;
    z-index: 2;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0 1px 0 10px;
    font-size: 10px;
    margin: 0 0 5px; }
    .badges > span:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 100%;
      color: #B71C1C;
      right: -15px;
      top: 0;
      border-width: 11px 6px;
      border-style: solid;
      border-color: #B71C1C transparent #B71C1C #B71C1C;
      z-index: 1; }
    .badges > span.badge-featured {
      background: #00b4ab; }
      .badges > span.badge-featured:before {
        color: #00b4ab;
        border-color: #00b4ab transparent #00b4ab #00b4ab; }

.brands-filter {
  padding-bottom: 40px; }
  .brands-filter a {
    display: inline-block;
    padding: 0 8px 0 0;
    color: #999999; }
    .brands-filter a.inactive {
      opacity: .3; }

.brands-row {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee; }
  .brands-row img {
    width: 100px;
    display: block;
    margin-bottom: 10px;
    margin-top: 12px; }
  .brands-row h3 {
    width: 90px;
    float: left;
    line-height: 1;
    margin-top: 3px; }
    @media (min-width: 769px) {
      .brands-row h3 {
        width: 120px; } }
  .brands-row ul {
    float: right;
    margin: 0;
    width: calc(100% - 90px); }
    @media (min-width: 769px) {
      .brands-row ul {
        width: calc(100% - 120px); } }
    .brands-row ul li {
      list-style: none;
      float: left;
      width: 50%;
      margin-bottom: 8px; }
      @media (min-width: 769px) {
        .brands-row ul li {
          width: 30%; } }
      .brands-row ul li a {
        color: #777; }
        .brands-row ul li a:hover {
          color: #222; }
      .brands-row ul li span {
        padding-right: 5px; }
        .brands-row ul li span.brand-counter {
          opacity: .5;
          font-size: 90%; }
      .brands-row ul li:nth-child(4n) {
        clear: left; }

.woocommerce-shipping-calculator .shipping-calculator-form {
  margin-top: 10px;
  text-align: left; }
  .woocommerce-shipping-calculator .shipping-calculator-form .form-row {
    margin-bottom: 7px; }

.select2-search input {
  padding-left: 10px !important;
  height: 35px; }

.close-widget-cart {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  cursor: pointer;
  opacity: .6;
  transition: opacity .2s; }
  .close-widget-cart i {
    font-size: 13px;
    margin-right: 5px;
    margin-top: -1px; }
  .close-widget-cart:hover {
    opacity: 1; }

.widget-cart-heading {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }

.woocommerce-cart .cross-sells {
  float: left;
  width: 100%;
  margin-top: 30px; }
  .woocommerce-cart .cross-sells h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 20px; }
.woocommerce-cart table {
  border: none; }
  .woocommerce-cart table td, .woocommerce-cart table th {
    border: none;
    background: transparent !important;
    text-transform: none;
    font-weight: normal;
    padding: 15px 10px 15px 0;
    vertical-align: top; }
    .woocommerce-cart table td.product-quantity, .woocommerce-cart table td.product-price, .woocommerce-cart table th.product-quantity, .woocommerce-cart table th.product-price {
      padding: 15px 0px 15px 0; }
      @media (min-width: 1024px) {
        .woocommerce-cart table td.product-quantity, .woocommerce-cart table td.product-price, .woocommerce-cart table th.product-quantity, .woocommerce-cart table th.product-price {
          vertical-align: middle;
          padding: 15px 20px 15px 0; } }
    @media (min-width: 1024px) {
      .woocommerce-cart table td, .woocommerce-cart table th {
        vertical-align: middle;
        padding: 15px 20px 15px 0; } }
  .woocommerce-cart table td.actions {
    padding: 25px 0 15px 0; }
  .woocommerce-cart table tr.cart_item td {
    border-top: 1px solid #f4f4f4;
    vertical-align: middle; }
  .woocommerce-cart table thead th {
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 90%; }
  .woocommerce-cart table td.product-name a {
    color: inherit; }
  .woocommerce-cart table th.product-remove a,
  .woocommerce-cart table td.product-remove a {
    width: 17px;
    height: 17px;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    background: transparent;
    border-radius: 17px;
    display: block;
    transition: .2s;
    color: inherit;
    opacity: .5; }
    .woocommerce-cart table th.product-remove a:hover,
    .woocommerce-cart table td.product-remove a:hover {
      color: #fff;
      background: #999999; }
  .woocommerce-cart table .product-thumbnail {
    width: 130px;
    display: none; }
    @media (min-width: 1024px) {
      .woocommerce-cart table .product-thumbnail {
        display: table-cell; } }
  .woocommerce-cart table .product-quantity {
    width: 50px; }
    .woocommerce-cart table .product-quantity div.quantity {
      width: auto; }
    .woocommerce-cart table .product-quantity input {
      margin: 0; }
      @media (max-width: 700px) {
        .woocommerce-cart table .product-quantity input {
          height: auto; } }
    .woocommerce-cart table .product-quantity span {
      display: none; }
      @media (min-width: 769px) {
        .woocommerce-cart table .product-quantity span {
          display: initial; } }
  .woocommerce-cart table td.product-subtotal {
    font-weight: bold; }
  .woocommerce-cart table td.product-subtotal,
  .woocommerce-cart table th.product-subtotal {
    text-align: right;
    padding-right: 0px; }
.woocommerce-cart .woocommerce > form.woocommerce-cart-form {
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 1024px) {
    .woocommerce-cart .woocommerce > form.woocommerce-cart-form {
      width: calc(100% - 400px); } }
.woocommerce-cart .cart-collaterals {
  float: right;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce-cart .cart-collaterals {
      width: 330px; } }
.woocommerce-cart .coupon {
  float: left;
  width: 50%; }
  .woocommerce-cart .coupon label {
    display: none; }
  .woocommerce-cart .coupon input {
    width: auto;
    float: left;
    margin-right: 10px; }
.woocommerce-cart input[name=update_cart] {
  float: right;
  width: auto; }
.woocommerce-cart .cart_totals {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 4px; }
  .woocommerce-cart .cart_totals h2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 20px; }
  .woocommerce-cart .cart_totals table td, .woocommerce-cart .cart_totals table th {
    vertical-align: top;
    padding: 0 0 10px 0; }
  .woocommerce-cart .cart_totals table td {
    text-align: right; }
  .woocommerce-cart .cart_totals table th {
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    font-size: 90%; }
  .woocommerce-cart .cart_totals table .shipping td > p {
    opacity: .6;
    font-size: 90%; }
  .woocommerce-cart .cart_totals .order-total th, .woocommerce-cart .cart_totals .order-total td {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 5px;
    padding-top: 15px;
    border-top: 1px solid #f4f4f4; }
  .woocommerce-cart .cart_totals .shipping td, .woocommerce-cart .cart_totals .shipping th {
    padding-bottom: 20px; }
  .woocommerce-cart .cart_totals .shipping li {
    width: 100%;
    float: left; }
  .woocommerce-cart .cart_totals .shipping-calculator-button {
    font-size: 90%; }
  .woocommerce-cart .cart_totals .checkout-button {
    width: 100%;
    font-size: 110%;
    font-size: 110%;
    height: 55px;
    line-height: 55px; }

.widget_shopping_cart.widget {
  margin-bottom: 0px; }
.widget_shopping_cart ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
.widget_shopping_cart li.mini_cart_item {
  float: left;
  width: 100%;
  position: relative;
  padding: 0;
  padding-bottom: 17px; }
  .widget_shopping_cart li.mini_cart_item .woocommerce-cart-item-title {
    line-height: 1.3;
    display: block;
    margin-bottom: 10px;
    color: inherit; }
  .widget_shopping_cart li.mini_cart_item a {
    color: inherit;
    display: block;
    max-width: calc(100% - 20px);
    font-weight: 500; }
  .widget_shopping_cart li.mini_cart_item img {
    width: 50px;
    height: auto;
    margin: 0 10px 10px 0;
    float: left; }
  .widget_shopping_cart li.mini_cart_item .remove {
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 0;
    color: inherit;
    opacity: .5;
    width: 17px;
    height: 17px;
    font-size: 13px;
    text-align: center;
    line-height: 17px;
    background: #fff;
    border-radius: 17px;
    transition: .25s; }
    .widget_shopping_cart li.mini_cart_item .remove:hover {
      opacity: 1;
      color: #fff;
      background: #999999; }
  .widget_shopping_cart li.mini_cart_item dl.variation {
    float: right;
    width: calc(100% - 60px);
    margin-bottom: 5px; }
  .widget_shopping_cart li.mini_cart_item .quantity {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 90%;
    opacity: .7;
    float: right;
    width: calc(100% - 60px); }
.widget_shopping_cart .total {
  text-align: left;
  display: block;
  float: left;
  width: 100%;
  line-height: 50px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #efefef;
  margin: 2px 0 20px;
  font-size: 12px; }
  .widget_shopping_cart .total .amount {
    float: right;
    opacity: .65; }
.widget_shopping_cart .buttons a {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 8px; }
  .widget_shopping_cart .buttons a.checkout {
    background: transparent;
    color: inherit; }

.woocommerce-mini-cart__empty-message {
  margin: 0; }

div[class*="cart-offcanvas"] .cart-header-widget {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  margin: 0;
  height: 100%;
  transform: translateX(100%);
  opacity: 0;
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .25s;
  overflow-y: auto; }

.cart-header-overlay {
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }

.cart-header.cart-offcanvas-left .cart-header-widget {
  left: 0;
  right: auto;
  transform: translateX(-100%); }

.cart-header.cart-offcanvas-right .cart-header-widget {
  right: 0;
  left: auto;
  transform: translateX(100%); }

body.admin-bar div[class*="cart-offcanvas"] .cart-header-widget {
  top: 32px;
  height: calc(100% - 32px); }

body.cart-is-visible .cart-header .cart-header-widget {
  opacity: 1;
  transform: translateX(0); }

body.cart-is-visible .cart-header-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: visible; }

.cart-header.cart-dropdown-left .cart-header-widget {
  right: auto;
  left: auto; }

.cart-header-widget {
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); }

.cart-header {
  position: relative; }

[class*="cart-dropdown"] .cart-header-widget {
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999999;
  left: auto;
  right: 0;
  opacity: 0;
  transform: translateY(20px);
  will-change: transform, opacity;
  transition-property: transform, opacity;
  transition-duration: .25s;
  pointer-events: none; }

[class*="cart-dropdown"]:hover .cart-header-widget {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto; }

.cart-header .widget_shopping_cart p.total,
.cart-header .widget_shopping_cart p.buttons,
.cart-header .widget_shopping_cart li {
  padding-left: 0;
  padding-right: 0; }

.blockUI {
  background: transparent !important; }

#shipping_method {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none; }

.woocommerce-terms-and-conditions {
  padding-right: 15px;
  margin-bottom: 20px;
  font-size: 90%; }
  .woocommerce-terms-and-conditions::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border-right: 6px solid #ededed;
    background-color: #ededed; }
  .woocommerce-terms-and-conditions::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 2px;
    border-right: 6px solid #666;
    background-color: #666; }

body.woocommerce-checkout .woocommerce-info {
  float: left;
  width: 100%; }

form.checkout_coupon {
  margin-bottom: 40px; }
  form.checkout_coupon p {
    float: left;
    margin-bottom: 0; }
    form.checkout_coupon p.form-row-first {
      margin-right: 10px; }

form.checkout {
  width: 100%;
  float: left; }
  form.checkout .woocommerce-invalid input {
    box-shadow: 0 0 0 2px #f45b4f; }
  form.checkout .shipping_address,
  form.checkout #ship-to-different-address,
  form.checkout .form-row {
    width: 100%;
    float: left; }
  form.checkout .col2-set {
    width: 100%;
    float: left;
    margin-bottom: 50px; }
    @media (min-width: 1024px) {
      form.checkout .col2-set {
        width: 54%;
        margin-bottom: 0; } }
    form.checkout .col2-set p {
      margin-bottom: 12px; }
  form.checkout .form-row-first, form.checkout .form-row-last {
    width: 50%;
    float: left; }
  form.checkout .form-row-first {
    padding-right: 6px; }
  form.checkout .form-row-last {
    padding-left: 6px; }
  form.checkout #order_review_heading, form.checkout #order_review {
    width: 100%;
    float: right;
    clear: none; }
    @media (min-width: 1024px) {
      form.checkout #order_review_heading, form.checkout #order_review {
        width: 41%; } }
  form.checkout #s2id_billing_country a, form.checkout #s2id_shipping_country a {
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    padding-left: 0;
    line-height: 100%; }
  form.checkout #s2id_billing_country .select2-chosen, form.checkout #s2id_shipping_country .select2-chosen {
    padding: 0.94em 0.8em; }
  form.checkout #s2id_billing_country .select2-arrow, form.checkout #s2id_shipping_country .select2-arrow {
    right: 10px; }
  form.checkout h3#ship-to-different-address {
    font-weight: inherit;
    font-size: inherit;
    margin: 20px 0 15px;
    line-height: 18px; }
  form.checkout li.wc_payment_method {
    line-height: 18px;
    margin-bottom: 5px; }
    form.checkout li.wc_payment_method .payment_box {
      padding: 15px;
      background: #eee;
      margin-top: 10px;
      margin-bottom: 10px;
      border-radius: 5px; }
      form.checkout li.wc_payment_method .payment_box p {
        margin-bottom: 0; }

.select2-search input {
  margin-top: 0; }

.select2-drop-active {
  border: 1px solid #bbbbbb !important; }

.select2-search {
  padding: 12px 12px 14px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px; }

#order_review {
  padding: 30px;
  background: #fbfbfb;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 0; }
  @media (min-width: 1024px) {
    #order_review {
      margin-top: 21px; } }
  #order_review table {
    border-width: 0px;
    padding-bottom: 3px; }
    #order_review table thead {
      display: none; }
    #order_review table td, #order_review table th {
      border-width: 0px;
      padding: 0 5px 7px 0;
      font-size: 13px;
      background: transparent;
      text-transform: none; }
    #order_review table td.product-name {
      font-weight: 700;
      width: 56%; }
    #order_review table tr.shipping th, #order_review table tr.shipping td {
      padding-bottom: 20px;
      padding-top: 20px; }
    #order_review table tr.shipping #shipping_method li:not(:first-child) {
      padding-top: 1px; }
    #order_review table tr.order-total th {
      font-weight: 700;
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      vertical-align: middle;
      padding-top: 10px;
      padding-bottom: 10px; }
    #order_review table tr.order-total td {
      border-top: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9;
      vertical-align: middle;
      padding-top: 10px;
      padding-bottom: 10px; }
  #order_review .payment_methods {
    padding: 0;
    margin: 0 0 25px;
    list-style: none; }
    #order_review .payment_methods img {
      display: none; }
    #order_review .payment_methods .about_paypal {
      opacity: .4;
      color: inherit;
      transition: opacity .25s; }
      #order_review .payment_methods .about_paypal:hover {
        opacity: .8; }
  #order_review #place_order {
    width: 100%;
    font-size: 110%;
    font-size: 110%;
    height: 55px;
    line-height: 55px; }

.woocommerce-order-received table, .woocommerce-order-received table td, .woocommerce-order-received table th {
  border-color: rgba(0, 0, 0, 0.04); }

.woocommerce-order-details__title {
  margin: 20px 0 10px;
  font-size: 20px; }

.woocommerce-customer-details {
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce-customer-details {
      width: 45%;
      padding-left: 20px; } }
  .woocommerce-customer-details h2 {
    display: none; }
  .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
    float: left;
    width: 100%; }
    @media (min-width: 1024px) {
      .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column {
        width: 50%; } }
    @media (min-width: 1024px) {
      .woocommerce-customer-details .woocommerce-columns--addresses .woocommerce-column .col-2 {
        padding-left: 10px; } }

.woocommerce-table--order-details {
  float: left;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce-table--order-details {
      width: 45%; } }
  .woocommerce-table--order-details a {
    color: inherit; }
  .woocommerce-table--order-details .wc-item-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 90%; }
    .woocommerce-table--order-details .wc-item-meta p {
      display: inline;
      opacity: .7; }

.yc-compare-remove {
  position: absolute;
  z-index: 2;
  right: -5px;
  top: -4px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  color: #777;
  font-size: 15px;
  border-radius: 20px;
  cursor: pointer;
  transition: .25s;
  box-shadow: 0 0 0 1px #ddd inset; }
  .yc-compare-remove:hover {
    background: #999999;
    color: #fff;
    box-shadow: 0 0 0 1px transparent inset; }

.yc-compare-top {
  float: right;
  width: 100%; }
  @media (min-width: 769px) {
    .yc-compare-top {
      width: calc(100% - 200px); } }
  .yc-compare-top.no-multicategories {
    width: 100%; }

.product-spec-title {
  font-size: 17px;
  position: relative;
  left: 0;
  display: block;
  padding: 30px 23px 16px 0;
  font-weight: 600;
  margin: 0; }

.product-spec-attr {
  position: relative;
  margin: 0;
  line-height: 1;
  margin-bottom: 3px; }

.product-spec-attr-name {
  display: inline-block;
  width: 48%;
  margin: 0 0 7px;
  vertical-align: top;
  position: relative; }

.product-spec-attr-name span {
  position: relative;
  margin-right: 10px;
  z-index: 2;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  overflow: hidden; }

.product-spec-attr-name span:after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 2px;
  height: 1px;
  display: inline-block;
  margin-left: 10px;
  background-image: linear-gradient(to right, #dadada 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x; }

.product-spec-attr-value p {
  margin: 0; }

.product-spec-attr-value {
  display: inline-block;
  width: 50%;
  margin: 0 0 7px;
  vertical-align: bottom;
  background: inherit; }

.yc-compare-categories {
  float: left;
  width: 100%;
  margin: 0 0 30px; }
  .yc-compare-categories.no-multicategories {
    display: none; }
  @media (min-width: 769px) {
    .yc-compare-categories {
      width: 200px;
      margin: 0; } }
  .yc-compare-categories ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .yc-compare-categories ul li {
      cursor: pointer;
      padding: 2px 15px 2px 0;
      float: left;
      transition: color 0.35s; }
      @media (min-width: 769px) {
        .yc-compare-categories ul li {
          padding: 2px 0;
          width: 100%; } }
      .yc-compare-categories ul li.active, .yc-compare-categories ul li:hover {
        color: #999999; }

.yc-compare-attr-label {
  float: left;
  width: 100%;
  padding: 10px;
  background: #fff; }
  @media (min-width: 769px) {
    .yc-compare-attr-label {
      width: 200px;
      background: inherit; } }

.yc-compare-attr-values {
  width: 100%;
  float: left;
  overflow: hidden;
  background: #f7f7f7; }
  @media (min-width: 769px) {
    .yc-compare-attr-values {
      width: calc(100% - 200px);
      background: inherit; } }
  .yc-compare-attr-values button {
    display: none !important; }

.yc-compare-attr-value {
  float: left;
  width: 25%;
  padding: 10px;
  border-left: 1px solid #fff; }

.yc-compare-attr-row {
  width: 100%;
  float: left;
  transition: background 0.35s; }
  @media (min-width: 769px) {
    .yc-compare-attr-row {
      width: calc(100% + 200px); } }
  .yc-compare-attr-row.odd {
    background-color: #fafafa; }
  .yc-compare-attr-row:hover {
    background: #f6f6f6; }

.yc-compare-category .yc-compare-products,
.yc-compare-category .yc-compare-attr-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap !important;
  transition-property: transform;
  transform: translate3d(0, 0, 0); }
.yc-compare-category .yc-compare-product,
.yc-compare-category .yc-compare-attr-value {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  flex-shrink: 0;
  width: calc(20% - 8px);
  margin-right: 10px;
  height: 100%;
  position: relative; }
  .yc-compare-category .yc-compare-product li,
  .yc-compare-category .yc-compare-attr-value li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 0 !important;
    list-style: none; }
.yc-compare-category .yc-compare-attr-value:empty:before {
  content: '-';
  display: block; }
.yc-compare-category .yc-compare-products-wrapper {
  width: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding-top: 40px;
  margin-top: -30px; }
  .yc-compare-category .yc-compare-products-wrapper .swiper-buttons {
    position: absolute;
    z-index: 4;
    right: 25px;
    top: -5px; }
    .yc-compare-category .yc-compare-products-wrapper .swiper-buttons.swiper-button-next {
      right: 0; }

.yc-compare-category,
.yc-compare-products {
  float: left;
  width: 100%; }

.yc-compare-products .product-title {
  padding: 0 3px; }

.yc-compare-attr-lists {
  float: left;
  width: calc(100% - 150px); }

.yc-compare-category, .yc-compare-no-product {
  display: none; }

.yc-compare-category.active {
  display: block; }

.yc-compare-bottom {
  float: left;
  width: 100%;
  margin-left: 0;
  margin-top: 0; }
  @media (min-width: 769px) {
    .yc-compare-bottom {
      margin-left: -200px;
      margin-top: 10px; } }

.no-multicategories .yc-compare-attr-values,
.no-multicategories .yc-compare-attr-row {
  width: 100%; }
.no-multicategories .yc-compare-bottom {
  width: 100%;
  margin-left: 0; }
.no-multicategories .yc-compare-attr-label {
  padding: 0px;
  line-height: 1;
  color: gray;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 11px; }
  .no-multicategories .yc-compare-attr-label b {
    font-weight: 400; }
.no-multicategories .yc-compare-attr-value {
  border: none;
  margin-bottom: 6px;
  padding: 7px 0 7px 0; }
  .no-multicategories .yc-compare-attr-value:first-child {
    border: none; }
.no-multicategories .yc-compare-attr-row {
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px; }

.secondary-product-image {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 0;
  transition: .25s !important;
  pointer-events: none; }

.lazy-load-div {
  max-width: 100%;
  opacity: 0;
  transition: opacity .4s;
  display: flex;
  align-items: flex-start;
  justify-content: center; }
  .lazy-load-div div {
    transition: padding .01s;
    transition-delay: 1s; }
  .lazy-load-div.lazy-load-div-loaded {
    opacity: 1; }
    .lazy-load-div.lazy-load-div-loaded div {
      padding: 0 !important; }

.quickview-link {
  float: left;
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 35px;
  line-height: 35px;
  font-size: 11px;
  transform: translateY(40px);
  bottom: 0;
  left: 0;
  z-index: 33;
  margin: 0;
  transition: .25s;
  border-radius: 0;
  box-shadow: none;
  display: none;
  opacity: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .quickview-link i {
    margin-right: 5px; }
  .quickview-link:hover {
    box-shadow: none; }
  @media (min-width: 1024px) {
    .quickview-link {
      display: block; } }

.hide-product-elements ul.products li.product .badges,
.hide-product-elements ul.products li.product .yc-product-buttons-container,
.hide-product-elements ul.products li.product .yc-product-bottom-container,
.hide-product-elements ul.products li.product .quickview-link,
.hide-product-elements ul.products li.product .woocommerce-product-rating {
  display: none !important; }
.hide-product-elements ul.products li.product.classic-product-layout .yc-product-custom-container .woocommerce-LoopProduct-link {
  width: 100% !important;
  padding: 0 !important; }

.add_to_cart_button.ajax_add_to_cart {
  position: relative; }
  .add_to_cart_button.ajax_add_to_cart:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    margin: 0 auto;
    top: calc(50% - 10px); }
  .add_to_cart_button.ajax_add_to_cart.loading {
    color: transparent !important; }
    .add_to_cart_button.ajax_add_to_cart.loading:before {
      opacity: 1;
      animation: spinner 0.7s infinite linear;
      transition: opacity 0.3s ease; }
  .add_to_cart_button.ajax_add_to_cart.added {
    display: none; }

del > span {
  text-decoration: line-through; }

.yc-product-buttons-container {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 33;
  opacity: 0;
  transition: opacity .25s;
  display: none; }
  @media (min-width: 1024px) {
    .yc-product-buttons-container {
      display: block; } }
  .yc-product-buttons-container a.button {
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: none;
    margin: 0 0 5px;
    padding: 0px;
    text-align: center;
    line-height: 30px;
    border-radius: 2px;
    color: #000; }
    .yc-product-buttons-container a.button:hover {
      background: #fff;
      box-shadow: none; }
    .yc-product-buttons-container a.button i {
      margin: 0px; }
    .yc-product-buttons-container a.button span {
      display: none; }

ul.products {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0;
  width: 100%; }
  ul.products li.product {
    width: 25%;
    padding: 5px 5px;
    position: relative;
    margin-bottom: 35px;
    text-align: center; }
    ul.products li.product .woocommerce-review-link {
      pointer-events: none;
      font-size: 90%; }
      ul.products li.product .woocommerce-review-link:before {
        content: '|';
        padding: 0 6px; }
    ul.products li.product .star-rating {
      display: inline-block; }
    ul.products li.product.product-category h2 {
      margin-top: 15px; }
      ul.products li.product.product-category h2 mark {
        background-color: transparent;
        opacity: .6;
        font-size: 12px; }
    ul.products li.product img.wp-post-image {
      transition: .3s; }
    ul.products li.product a.woocommerce-LoopProduct-link {
      float: left;
      width: 100%;
      display: block;
      z-index: 23 !important; }
    ul.products li.product h2 {
      font-size: 14px;
      margin: 0;
      line-height: 17px;
      font-family: inherit; }
    ul.products li.product .price {
      display: block;
      margin: 0px;
      float: left;
      width: 100%; }
      ul.products li.product .price del {
        opacity: .3;
        margin-right: 3px;
        font-size: 90%; }
    ul.products li.product .yc-product-top-container {
      display: block;
      margin-bottom: 15px;
      position: relative;
      overflow: hidden;
      text-align: center; }
      ul.products li.product .yc-product-top-container:hover .yc-product-buttons-container,
      ul.products li.product .yc-product-top-container:hover .secondary-product-image {
        opacity: 1; }
      ul.products li.product .yc-product-top-container:hover .quickview-link {
        transform: translateY(0);
        opacity: 1; }
      ul.products li.product .yc-product-top-container:hover img {
        transform: scale(1.025) translateZ(0); }
      ul.products li.product .yc-product-top-container:after {
        content: '';
        display: block;
        clear: both; }
    ul.products li.product .product-brand-posted, ul.products li.product .posted_in {
      font-size: 12px;
      line-height: 18px;
      color: #999; }
      ul.products li.product .product-brand-posted a, ul.products li.product .posted_in a {
        color: #999; }
    ul.products li.product > div {
      z-index: 2;
      position: relative;
      float: left;
      width: 100%; }
      ul.products li.product > div > *:not(.yc-product-bottom-container):not(.yc-product-buttons-container) {
        z-index: 22;
        position: relative; }
    ul.products li.product .product-brand-posted img {
      max-width: 50%; }
    ul.products li.product .yc-product-bottom-extra {
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      z-index: 1;
      position: absolute;
      padding: 7px 11px 14px;
      top: 100%;
      left: -1px;
      right: -1px;
      background: #fff;
      transition: all 2.25s;
      max-height: 0;
      opacity: 0;
      display: none; }
      @media (min-width: 1024px) {
        ul.products li.product .yc-product-bottom-extra {
          display: block; } }
      ul.products li.product .yc-product-bottom-extra :first-child {
        margin-top: 0 !important; }
      ul.products li.product .yc-product-bottom-extra:after {
        content: '';
        display: block;
        width: 100%;
        height: 10px;
        position: absolute;
        top: -10px;
        left: 0;
        background: #fff; }
      ul.products li.product .yc-product-bottom-extra:empty {
        display: none; }
    ul.products li.product .yc-product-bottom-container {
      display: none;
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: -6px;
      left: -10px;
      background: #fff;
      color: #999;
      border: 1px solid rgba(0, 0, 0, 0.1); }
      ul.products li.product .yc-product-bottom-container .button {
        margin-top: 15px; }
    ul.products li.product .loop-custom-attribute {
      width: 100%;
      float: left;
      font-size: 12px;
      padding: 0 0 3px; }
      ul.products li.product .loop-custom-attribute label {
        display: inline-block;
        line-height: 20px; }
      ul.products li.product .loop-custom-attribute .yc-custom-attribute {
        padding: 0 0 0 3px;
        margin-bottom: -6px;
        display: inline-block;
        float: none; }
        ul.products li.product .loop-custom-attribute .yc-custom-attribute li {
          margin: 0 3px;
          line-height: 20px;
          color: #aaa; }
        ul.products li.product .loop-custom-attribute .yc-custom-attribute img {
          width: 16px;
          height: 16px;
          display: block; }
        ul.products li.product .loop-custom-attribute .yc-custom-attribute.loop-color-attribute li {
          cursor: pointer; }
        ul.products li.product .loop-custom-attribute .yc-custom-attribute.loop-label-attribute li {
          cursor: default; }
    ul.products li.product:hover {
      z-index: 3; }
      ul.products li.product:hover:after {
        z-index: 2;
        opacity: 1; }
      ul.products li.product:hover > div {
        z-index: 3; }
      ul.products li.product:hover .yc-product-bottom-container {
        display: block;
        animation: fadein 0.25s linear; }
        @media (max-width: 1000px) {
          ul.products li.product:hover .yc-product-bottom-container {
            border: none; } }
        ul.products li.product:hover .yc-product-bottom-container .yc-product-bottom-extra {
          max-height: 500px;
          opacity: 1; }
          @media (max-width: 1000px) {
            ul.products li.product:hover .yc-product-bottom-container .yc-product-bottom-extra {
              border: none; } }

ul.products li.classic-product-layout .loop-custom-attribute {
  margin-top: 5px; }
ul.products li.classic-product-layout .product-brand-posted {
  margin-bottom: 5px; }
ul.products li.classic-product-layout .yc-product-buttons-container {
  opacity: 1;
  position: relative;
  right: auto;
  top: auto;
  float: left;
  width: 80px;
  display: none;
  align-items: center;
  justify-content: flex-end; }
  @media (min-width: 769px) {
    ul.products li.classic-product-layout .yc-product-buttons-container {
      display: flex; } }
  ul.products li.classic-product-layout .yc-product-buttons-container a.button {
    display: inline-block;
    margin: 0px;
    background: transparent; }
ul.products li.classic-product-layout .price {
  margin-top: 10px;
  margin-bottom: 10px; }
ul.products li.classic-product-layout .yc-product-custom-container {
  display: flex;
  align-items: center; }
  ul.products li.classic-product-layout .yc-product-custom-container .woocommerce-LoopProduct-link {
    padding-right: 12px;
    width: 100%; }
    @media (min-width: 769px) {
      ul.products li.classic-product-layout .yc-product-custom-container .woocommerce-LoopProduct-link {
        width: calc(100% - 80px); } }
ul.products li.classic-product-layout .loop-custom-attribute {
  display: none; }
  @media (min-width: 769px) {
    ul.products li.classic-product-layout .loop-custom-attribute {
      display: block; } }
ul.products li.classic-product-layout .woocommerce-product-rating {
  margin-top: 5px;
  display: none; }
  @media (min-width: 769px) {
    ul.products li.classic-product-layout .woocommerce-product-rating {
      display: block; } }
  ul.products li.classic-product-layout .woocommerce-product-rating .star-rating {
    display: inline-block;
    margin: 0;
    font-size: 90%;
    float: none; }

ul.products li.minimal-product-layout .yc-product-custom-container {
  display: flex;
  margin-bottom: 10px; }
  ul.products li.minimal-product-layout .yc-product-custom-container .price {
    width: auto;
    padding-left: 20px; }

ul.products li.minimal-box-product-layout .quickview-link {
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: auto;
  padding: 0 20px; }
ul.products li.minimal-box-product-layout .yc-product-custom-container {
  position: absolute;
  bottom: 0;
  padding: 0 15px 15px;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all .45s;
  transform: translateY(10px);
  display: none; }
  @media (min-width: 1024px) {
    ul.products li.minimal-box-product-layout .yc-product-custom-container {
      display: block; } }
ul.products li.minimal-box-product-layout .yc-product-top-container {
  margin-bottom: 0; }
  ul.products li.minimal-box-product-layout .yc-product-top-container:before {
    content: '';
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .35s;
    display: none; }
    @media (min-width: 1024px) {
      ul.products li.minimal-box-product-layout .yc-product-top-container:before {
        display: block; } }
  ul.products li.minimal-box-product-layout .yc-product-top-container:after {
    content: '';
    display: block;
    background: linear-gradient(0, rgba(255, 255, 255, 0.9) 10%, rgba(255, 255, 255, 0));
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .45s; }
  ul.products li.minimal-box-product-layout .yc-product-top-container:hover .quickview-link {
    transform: translate(-50%, -50%); }
  ul.products li.minimal-box-product-layout .yc-product-top-container:hover:before {
    opacity: .8; }
  ul.products li.minimal-box-product-layout .yc-product-top-container:hover:after {
    opacity: 1; }
  ul.products li.minimal-box-product-layout .yc-product-top-container:hover .yc-product-custom-container {
    opacity: 1;
    transform: translateY(0); }
  ul.products li.minimal-box-product-layout .yc-product-top-container:hover img {
    transform: scale(1); }

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  margin-bottom: 23px;
  margin-left: 0;
  padding: 12px 0;
  border: 1px solid #EFEFEF;
  border-left: none;
  border-right: none;
  float: left;
  width: 100%;
  list-style: none;
  color: #555; }
  .woocommerce-info a.button,
  .woocommerce-error a.button,
  .woocommerce-message a.button {
    float: right;
    padding: 0;
    margin: 0;
    background: transparent;
    color: inherit;
    height: auto;
    line-height: inherit;
    box-shadow: none;
    font-weight: 600;
    border-left: 1px solid #EFEFEF;
    border-radius: 0;
    padding-left: 20px; }
    .woocommerce-info a.button:hover,
    .woocommerce-error a.button:hover,
    .woocommerce-message a.button:hover {
      box-shadow: none;
      color: inherit;
      background: transparent; }
    .woocommerce-info a.button:after,
    .woocommerce-error a.button:after,
    .woocommerce-message a.button:after {
      content: "\f105";
      font: normal normal normal 14px/1 FontAwesome;
      padding-left: 10px;
      opacity: .7; }

.woocommerce-error {
  border-color: #de002b;
  color: #de002b; }
  .woocommerce-error a {
    color: #de002b;
    text-decoration: underline; }

div.quantity {
  display: flex;
  align-items: center;
  text-align: center;
  margin-right: 10px;
  width: 92px; }
  div.quantity.hidden {
    display: none; }
  div.quantity span {
    cursor: pointer;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    opacity: .4; }
    div.quantity span:hover {
      opacity: 0.9; }

input.qty {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  width: 35px;
  box-shadow: none;
  background: transparent; }
  input.qty:hover {
    box-shadow: none; }

input.qty::-webkit-inner-spin-button,
input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

.loading-icon-bg {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  pointer-events: none;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 999;
  margin: 0 auto;
  border-radius: 5px;
  display: none; }
  .loading-icon-bg:after {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15); }
  .loading-icon-bg .loading-icon {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 10;
    border: 3px solid #ffffff;
    border-top-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 10px);
    animation: spinner 0.7s infinite linear;
    transition: opacity 0.3s ease; }

.quickview-modal.single-product p.price {
  margin: 28px 0 20px;
  float: left;
  width: 100%; }
.quickview-modal.single-product .woocommerce-review-link {
  cursor: default; }
.quickview-modal.single-product .quickview-hide-quantity .quantity {
  display: none; }
.quickview-modal.single-product .quickview-hide-addbuttons .yc-compare-wishlist-buttons {
  display: none; }
.quickview-modal.single-product form.cart {
  display: flex;
  flex-wrap: wrap; }
.quickview-modal.single-product a.view-product-link {
  display: block;
  margin-bottom: 30px;
  margin-top: 20px;
  color: inherit;
  text-decoration: underline;
  opacity: .5;
  transition: .25s; }
  .quickview-modal.single-product a.view-product-link:hover {
    opacity: .9; }
.quickview-modal.single-product .badges {
  top: 12px; }
.quickview-modal.single-product .product_title {
  margin: 35px 0 7px;
  line-height: normal; }
.quickview-modal.single-product .variations_form table.variations {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-top: -20px; }
  .quickview-modal.single-product .variations_form table.variations td {
    display: table-cell;
    width: auto;
    float: none;
    padding: 0; }
    .quickview-modal.single-product .variations_form table.variations td.label span {
      display: none; }
    .quickview-modal.single-product .variations_form table.variations td .reset_variations {
      padding-left: 15px;
      display: table-cell;
      line-height: 1; }
.quickview-modal.single-product .woocommerce-variation.single_variation {
  width: 100%; }
.quickview-modal.single-product .modal-quickview-left {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .quickview-modal.single-product .modal-quickview-left .images {
    opacity: 1 !important;
    overflow: hidden;
    position: relative; }
    .quickview-modal.single-product .modal-quickview-left .images .woocommerce-product-gallery__wrapper {
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      align-items: flex-start; }
      .quickview-modal.single-product .modal-quickview-left .images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        display: flex;
        margin: 0;
        padding: 0;
        float: none;
        flex-shrink: 0; }
    .quickview-modal.single-product .modal-quickview-left .images .swiper-buttons {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      transition: opacity .25s;
      opacity: 0 !important; }
    .quickview-modal.single-product .modal-quickview-left .images .swiper-button-prev {
      left: 10px; }
    .quickview-modal.single-product .modal-quickview-left .images .swiper-button-next {
      right: 10px; }
    .quickview-modal.single-product .modal-quickview-left .images:hover .swiper-buttons {
      opacity: 1 !important; }
      .quickview-modal.single-product .modal-quickview-left .images:hover .swiper-buttons.swiper-button-disabled {
        opacity: .2 !important; }
.quickview-modal.single-product .modal-quickview-right {
  width: 45%;
  float: right;
  position: relative;
  padding-bottom: 50px; }
.quickview-modal.single-product .modal-content.product {
  padding: 0 35px 0 0; }
.quickview-modal.single-product [itemprop="description"] {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  color: #404040;
  line-height: 1.4em; }
.quickview-modal.single-product .swiper-pagination {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto; }

.quickview-preloading .quickview-modal {
  opacity: 0; }
.quickview-preloading .loading-icon-bg {
  right: 15px; }

.star-rating {
  font: normal normal normal 14px/1 FontAwesome; }
  .star-rating span {
    display: none; }

.star-rating:before {
  content: "\f006\f006\f006\f006\f006"; }

.star-rating[data-rating='0.3']:before,
.star-rating[data-rating='0.4']:before,
.star-rating[data-rating='0.5']:before,
.star-rating[data-rating='0.6']:before,
.star-rating[data-rating='0.7']:before,
.star-rating[data-rating='0.8']:before,
.star-rating[data-rating='0.9']:before,
.star-rating[data-rating='1.0']:before,
.star-rating[data-rating='1.1']:before,
.star-rating[data-rating='1.2']:before,
.star-rating[data-rating='1.3']:before {
  content: "\f005\f006\f006\f006\f006"; }

.star-rating[data-rating='1.4']:before,
.star-rating[data-rating='1.5']:before,
.star-rating[data-rating='1.6']:before {
  content: "\f005\f123\f006\f006\f006"; }

.star-rating[data-rating='1.7']:before,
.star-rating[data-rating='1.8']:before,
.star-rating[data-rating='1.9']:before,
.star-rating[data-rating='2']:before,
.star-rating[data-rating='2.1']:before,
.star-rating[data-rating='2.2']:before,
.star-rating[data-rating='2.3']:before {
  content: "\f005\f005\f006\f006\f006"; }

.star-rating[data-rating='2.4']:before,
.star-rating[data-rating='2.5']:before,
.star-rating[data-rating='2.6']:before {
  content: "\f005\f005\f123\f006\f006"; }

.star-rating[data-rating='2.7']:before,
.star-rating[data-rating='2.8']:before,
.star-rating[data-rating='2.9']:before,
.star-rating[data-rating='3']:before,
.star-rating[data-rating='3.1']:before,
.star-rating[data-rating='3.2']:before,
.star-rating[data-rating='3.3']:before {
  content: "\f005\f005\f005\f006\f006"; }

.star-rating[data-rating='3.4']:before,
.star-rating[data-rating='3.5']:before,
.star-rating[data-rating='3.6']:before {
  content: "\f005\f005\f005\f123\f006"; }

.star-rating[data-rating='3.7']:before,
.star-rating[data-rating='3.8']:before,
.star-rating[data-rating='3.9']:before,
.star-rating[data-rating='4']:before,
.star-rating[data-rating='4.1']:before,
.star-rating[data-rating='4.2']:before,
.star-rating[data-rating='4.3']:before {
  content: "\f005\f005\f005\f005\f006"; }

.star-rating[data-rating='4.4']:before,
.star-rating[data-rating='4.5']:before,
.star-rating[data-rating='4.6']:before {
  content: "\f005\f005\f005\f005\f123"; }

.star-rating[data-rating='4.7']:before,
.star-rating[data-rating='4.8']:before,
.star-rating[data-rating='4.9']:before,
.star-rating[data-rating='5']:before {
  content: "\f005\f005\f005\f005\f005"; }

.jssocials-theme-classic .jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
  border: 1px solid #0099d4; }
.jssocials-theme-classic .jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }
.jssocials-theme-classic .jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
  border: 1px solid #344e86; }
.jssocials-theme-classic .jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }
.jssocials-theme-classic .jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
  border: 1px solid #d73925; }
.jssocials-theme-classic .jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }
.jssocials-theme-classic .jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
  border: 1px solid #006a9d; }
.jssocials-theme-classic .jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }
.jssocials-theme-classic .jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
  border: 1px solid #b51d23; }
.jssocials-theme-classic .jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }
.jssocials-theme-classic .jssocials-share-email .jssocials-share-link {
  background: #3490F3;
  border: 1px solid #1c83f2; }
.jssocials-theme-classic .jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }
.jssocials-theme-classic .jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
  border: 1px solid #e03a14; }
.jssocials-theme-classic .jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }
.jssocials-theme-classic .jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
  border: 1px solid #249123; }
.jssocials-theme-classic .jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }
.jssocials-theme-classic .jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
  border: 1px solid #1f98d3; }
.jssocials-theme-classic .jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }
.jssocials-theme-classic .jssocials-share-line .jssocials-share-link {
  background: #25af00;
  border: 1px solid #209600; }
.jssocials-theme-classic .jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }
.jssocials-theme-classic .jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
  border: 1px solid #6e488c; }
.jssocials-theme-classic .jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }
.jssocials-theme-classic .jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
  border: 1px solid #ed2841; }
.jssocials-theme-classic .jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }
.jssocials-theme-classic .jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
  border: 1px solid #0077e6; }
.jssocials-theme-classic .jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }
.jssocials-theme-classic .jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
  border: 1px solid #3d5a7d; }
.jssocials-theme-classic .jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }
.jssocials-theme-classic .jssocials-share-link {
  padding: .5em .6em;
  border-radius: 0.3em;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
  color: #fff;
  -webkit-transition: background 200ms ease-in-out;
  transition: background 200ms ease-in-out; }
.jssocials-theme-classic .jssocials-share-link:hover, .jssocials-theme-classic .jssocials-share-link:focus, .jssocials-theme-classic .jssocials-share-link:active {
  color: #fff; }
.jssocials-theme-classic .jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 6px;
  border-radius: 0.3em;
  border: 1px solid #dcdcdc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
.jssocials-theme-classic .jssocials-share-count-box:before {
  content: "";
  position: absolute;
  top: 1em;
  left: -9px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #dcdcdc transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.jssocials-theme-classic .jssocials-share-count-box:after {
  content: "";
  position: absolute;
  top: 1em;
  left: -7px;
  display: block;
  width: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #fff transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }
.jssocials-theme-classic .jssocials-share-count-box .jssocials-share-count {
  line-height: 2.75em;
  color: #444;
  font-size: .9em; }

.jssocials-theme-flat .jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
.jssocials-theme-flat .jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba; }
.jssocials-theme-flat .jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
.jssocials-theme-flat .jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373; }
.jssocials-theme-flat .jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
.jssocials-theme-flat .jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321; }
.jssocials-theme-flat .jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
.jssocials-theme-flat .jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983; }
.jssocials-theme-flat .jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
.jssocials-theme-flat .jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f; }
.jssocials-theme-flat .jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
.jssocials-theme-flat .jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6; }
.jssocials-theme-flat .jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
.jssocials-theme-flat .jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412; }
.jssocials-theme-flat .jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
.jssocials-theme-flat .jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e; }
.jssocials-theme-flat .jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
.jssocials-theme-flat .jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd; }
.jssocials-theme-flat .jssocials-share-line .jssocials-share-link {
  background: #25af00; }
.jssocials-theme-flat .jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00; }
.jssocials-theme-flat .jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
.jssocials-theme-flat .jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b; }
.jssocials-theme-flat .jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
.jssocials-theme-flat .jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e; }
.jssocials-theme-flat .jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
.jssocials-theme-flat .jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc; }
.jssocials-theme-flat .jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
.jssocials-theme-flat .jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c; }
.jssocials-theme-flat .jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-flat .jssocials-share-link:hover, .jssocials-theme-flat .jssocials-share-link:focus, .jssocials-theme-flat .jssocials-share-link:active {
  color: #fff; }
.jssocials-theme-flat .jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-flat .jssocials-share-count-box:hover {
  background: gainsboro; }
.jssocials-theme-flat .jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent; }
.jssocials-theme-flat .jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-flat .jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444; }

.jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link {
  color: #00aced; }
.jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link .jssocials-share-label {
  color: #00aced; }
.jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:active {
  color: #0087ba; }
.jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label {
  color: #0087ba; }
.jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link {
  color: #3b5998; }
.jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link .jssocials-share-label {
  color: #3b5998; }
.jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:active {
  color: #2d4373; }
.jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label {
  color: #2d4373; }
.jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link {
  color: #dd4b39; }
.jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link .jssocials-share-label {
  color: #dd4b39; }
.jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:active {
  color: #c23321; }
.jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label {
  color: #c23321; }
.jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link {
  color: #007bb6; }
.jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link .jssocials-share-label {
  color: #007bb6; }
.jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:active {
  color: #005983; }
.jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label {
  color: #005983; }
.jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link {
  color: #cb2027; }
.jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link .jssocials-share-label {
  color: #cb2027; }
.jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:active {
  color: #9f191f; }
.jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label {
  color: #9f191f; }
.jssocials-theme-minima .jssocials-share-email .jssocials-share-link {
  color: #3490F3; }
.jssocials-theme-minima .jssocials-share-email .jssocials-share-link .jssocials-share-label {
  color: #3490F3; }
.jssocials-theme-minima .jssocials-share-email .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-email .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-email .jssocials-share-link:active {
  color: #0e76e6; }
.jssocials-theme-minima .jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-email .jssocials-share-link:active .jssocials-share-label {
  color: #0e76e6; }
.jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link {
  color: #eb4823; }
.jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label {
  color: #eb4823; }
.jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:active {
  color: #c93412; }
.jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label {
  color: #c93412; }
.jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link {
  color: #29a628; }
.jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label {
  color: #29a628; }
.jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:active {
  color: #1f7d1e; }
.jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label {
  color: #1f7d1e; }
.jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link {
  color: #2ca5e0; }
.jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link .jssocials-share-label {
  color: #2ca5e0; }
.jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:active {
  color: #1c88bd; }
.jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label {
  color: #1c88bd; }
.jssocials-theme-minima .jssocials-share-line .jssocials-share-link {
  color: #25af00; }
.jssocials-theme-minima .jssocials-share-line .jssocials-share-link .jssocials-share-label {
  color: #25af00; }
.jssocials-theme-minima .jssocials-share-line .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-line .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-line .jssocials-share-link:active {
  color: #1a7c00; }
.jssocials-theme-minima .jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-line .jssocials-share-link:active .jssocials-share-label {
  color: #1a7c00; }
.jssocials-theme-minima .jssocials-share-viber .jssocials-share-link {
  color: #7b519d; }
.jssocials-theme-minima .jssocials-share-viber .jssocials-share-link .jssocials-share-label {
  color: #7b519d; }
.jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:active {
  color: #61407b; }
.jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label {
  color: #61407b; }
.jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link {
  color: #ef4056; }
.jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link .jssocials-share-label {
  color: #ef4056; }
.jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:active {
  color: #e9132e; }
.jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label {
  color: #e9132e; }
.jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link {
  color: #0084ff; }
.jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link .jssocials-share-label {
  color: #0084ff; }
.jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:active {
  color: #006acc; }
.jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label {
  color: #006acc; }
.jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link {
  color: #45668e; }
.jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label {
  color: #45668e; }
.jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:active {
  color: #344d6c; }
.jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-theme-minima .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label {
  color: #344d6c; }
.jssocials-theme-minima .jssocials-share-link {
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
.jssocials-theme-minima .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  font-size: .5em; }
.jssocials-theme-minima .jssocials-share-label {
  font-size: 0.8em;
  color: #444;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
.jssocials-theme-minima .jssocials-share-count-box {
  margin-left: 0.3em;
  border: 1px solid #efefef;
  border-radius: 0.3em; }
.jssocials-theme-minima .jssocials-share-count-box .jssocials-share-count {
  line-height: 1.8em;
  font-size: 0.8em;
  color: #444; }

.jssocials-theme-plain .jssocials-share-link {
  padding: .5em .6em;
  border-radius: 0.3em;
  border: 2px solid #acacac;
  color: #acacac;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-plain .jssocials-share-link:hover, .jssocials-theme-plain .jssocials-share-link:focus, .jssocials-theme-plain .jssocials-share-link:active {
  border: 2px solid #939393;
  color: #939393; }
.jssocials-theme-plain .jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.4em;
  background: #f5f5f5;
  border-radius: 0.3em;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-plain .jssocials-share-count-box:hover {
  background: #e8e8e8; }
.jssocials-theme-plain .jssocials-share-count-box:hover:after {
  border-color: transparent #e8e8e8 transparent transparent; }
.jssocials-theme-plain .jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75em;
  left: -0.4em;
  width: 0;
  height: 0;
  border-width: 0.5em 0.5em 0.5em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-theme-plain .jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #acacac; }

.product-archives-bottom-sidebar .widget .widget-title,
.product_list_widget_vertical .widget .widget-title {
  margin: 5px 0 20px; }
.product-archives-bottom-sidebar .product_list_widget,
.product_list_widget_vertical .product_list_widget {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  @media (min-width: 1024px) {
    .product-archives-bottom-sidebar .product_list_widget,
    .product_list_widget_vertical .product_list_widget {
      flex-wrap: nowrap; } }
  .product-archives-bottom-sidebar .product_list_widget li,
  .product_list_widget_vertical .product_list_widget li {
    width: 33.33%;
    padding: 5px 5px;
    position: relative;
    margin-bottom: 35px;
    text-align: center; }
    @media (min-width: 769px) {
      .product-archives-bottom-sidebar .product_list_widget li,
      .product_list_widget_vertical .product_list_widget li {
        width: 20%; } }
    @media (min-width: 1024px) {
      .product-archives-bottom-sidebar .product_list_widget li,
      .product_list_widget_vertical .product_list_widget li {
        width: 15%; } }
  .product-archives-bottom-sidebar .product_list_widget .product-widget-image,
  .product-archives-bottom-sidebar .product_list_widget .product-widget-info,
  .product_list_widget_vertical .product_list_widget .product-widget-image,
  .product_list_widget_vertical .product_list_widget .product-widget-info {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .product-archives-bottom-sidebar .product_list_widget .product-widget-image img,
    .product-archives-bottom-sidebar .product_list_widget .product-widget-info img,
    .product_list_widget_vertical .product_list_widget .product-widget-image img,
    .product_list_widget_vertical .product_list_widget .product-widget-info img {
      width: 100%; }
  .product-archives-bottom-sidebar .product_list_widget .product-title,
  .product_list_widget_vertical .product_list_widget .product-title {
    display: block;
    font-size: 13px;
    margin: 0;
    line-height: 15px;
    color: #2b2b2b;
    font-family: inherit; }
  .product-archives-bottom-sidebar .product_list_widget span.amount,
  .product_list_widget_vertical .product_list_widget span.amount {
    margin: 0px;
    font-size: 12px;
    line-height: 30px;
    opacity: .6; }
  .product-archives-bottom-sidebar .product_list_widget del,
  .product_list_widget_vertical .product_list_widget del {
    opacity: .3;
    margin-right: 3px; }

.single-product .single_add_to_cart_button {
  margin-bottom: 0; }
.single-product .entry-title {
  margin: 0; }
.single-product .product-brand-linkall:hover {
  opacity: .7; }
.single-product p.stock {
  opacity: .6;
  font-size: 90%; }
.single-product button.single_add_to_cart_button {
  margin-bottom: 0px; }
.single-product .images {
  position: relative; }
  .single-product .images figure {
    margin: 0; }
  .single-product .images .flex-direction-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    transition: opacity .25s; }
    .single-product .images .flex-direction-nav a:before {
      transition: color .25s; }
    .single-product .images .flex-direction-nav li {
      pointer-events: initial; }
      .single-product .images .flex-direction-nav li:first-child {
        float: left; }
      .single-product .images .flex-direction-nav li:last-child {
        float: right; }
  .single-product .images:hover .flex-direction-nav {
    opacity: 1; }
  .single-product .images .woocommerce-product-gallery__image a img {
    margin: 0 auto;
    display: block; }
.single-product .pswp__bg {
  background-color: rgba(0, 0, 0, 0.7); }
.single-product .pswp__ui--fit .pswp__top-bar {
  background: transparent; }
.single-product .pswp__caption {
  display: none; }
.single-product .pswp__button--arrow--left:before,
.single-product .pswp__button--arrow--right:before {
  background-color: transparent; }
.single-product a.woocommerce-review-link {
  color: inherit;
  opacity: .5; }
.single-product .variations {
  margin-bottom: 20px; }
.single-product .shop_attributes {
  border: 0; }
  .single-product .shop_attributes tr, .single-product .shop_attributes th, .single-product .shop_attributes td {
    border: 0;
    background: transparent;
    text-transform: none;
    padding-left: 0; }
.single-product .yc-compare-wishlist-buttons {
  display: flex;
  width: 95px; }
  .single-product .yc-compare-wishlist-buttons a.button {
    margin-left: 6px;
    width: 42px;
    padding: 0;
    margin-bottom: 0; }
    .single-product .yc-compare-wishlist-buttons a.button i {
      margin: 0; }
    .single-product .yc-compare-wishlist-buttons a.button span {
      display: none; }
.single-product .woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  z-index: 2;
  top: 10px;
  font-size: 0; }
  .single-product .woocommerce-product-gallery__trigger:before {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #000;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 30px;
    background: #fff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.single-product .product_meta > span {
  display: block; }
.single-product .product_meta a {
  color: inherit; }
  .single-product .product_meta a:hover {
    opacity: .7; }
.single-product form.cart .quantity {
  float: left; }
.single-product form.cart .single_variation_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
.single-product form.cart .woocommerce-variation-add-to-cart {
  display: flex; }
.single-product form.cart .woocommerce-variation.single_variation {
  width: 100%;
  margin-bottom: 10px; }
.single-product p.price {
  font-size: 22px;
  line-height: 20px;
  padding-right: 5px;
  display: flex;
  align-items: baseline;
  margin: 0; }
  .single-product p.price > * {
    line-height: 1; }
  .single-product p.price del {
    order: 2;
    margin-left: 10px;
    font-size: 75%;
    opacity: .6; }
.single-product .woocommerce-product-rating {
  line-height: 1; }
  .single-product .woocommerce-product-rating .woocommerce-review-link {
    white-space: nowrap;
    font-size: 90%; }
  .single-product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px; }
.single-product #reviews .avatar {
  float: left;
  width: 33px;
  height: auto;
  margin-right: 16px;
  border-radius: 2px; }
.single-product #reviews .comment {
  margin-bottom: 24px;
  float: left;
  width: 100%; }
.single-product #reviews .star-rating {
  float: none;
  margin-bottom: 3px;
  font-size: 95%; }
.single-product #reviews .description {
  width: 100%;
  float: left; }
.single-product #reviews #reply-title {
  font-size: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  float: left;
  width: 100%; }
.single-product #reviews p.stars {
  position: relative; }
  .single-product #reviews p.stars a {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0; }
    .single-product #reviews p.stars a:after {
      font-size: 14px;
      opacity: 0;
      transition: opacity .1s; }
    .single-product #reviews p.stars a.star-1 {
      z-index: 5; }
      .single-product #reviews p.stars a.star-1:after {
        content: "\f005"; }
      .single-product #reviews p.stars a.star-1:hover:after {
        opacity: 1; }
    .single-product #reviews p.stars a.star-2 {
      z-index: 4; }
      .single-product #reviews p.stars a.star-2:after {
        content: "\f005\f005"; }
      .single-product #reviews p.stars a.star-2:hover:after {
        opacity: 1; }
    .single-product #reviews p.stars a.star-3 {
      z-index: 3; }
      .single-product #reviews p.stars a.star-3:after {
        content: "\f005\f005\f005"; }
      .single-product #reviews p.stars a.star-3:hover:after {
        opacity: 1; }
    .single-product #reviews p.stars a.star-4 {
      z-index: 2; }
      .single-product #reviews p.stars a.star-4:after {
        content: "\f005\f005\f005\f005"; }
      .single-product #reviews p.stars a.star-4:hover:after {
        opacity: 1; }
    .single-product #reviews p.stars a.star-5 {
      z-index: 1; }
      .single-product #reviews p.stars a.star-5:after {
        opacity: 0.4;
        content: "\f005\f005\f005\f005\f005"; }
      .single-product #reviews p.stars a.star-5:hover:after {
        opacity: 1; }
    .single-product #reviews p.stars a.active:after {
      opacity: 1; }
.single-product table.variations td {
  display: flex;
  align-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  .single-product table.variations td.value {
    float: left;
    padding-bottom: 10px; }
  .single-product table.variations td.label {
    padding: 0;
    font-size: 12px; }
    .single-product table.variations td.label label {
      opacity: .5; }
    .single-product table.variations td.label span {
      opacity: .8;
      padding-left: 5px; }
.single-product table.variations select {
  width: auto;
  min-width: 240px; }
.single-product table.variations .reset_variations {
  padding-left: 20px;
  color: inherit;
  opacity: .5;
  font-size: 90%;
  text-decoration: underline;
  transition: .25s; }
  .single-product table.variations .reset_variations:hover {
    opacity: .8; }
.single-product table.variations,
.single-product table.group_table {
  border: 0; }
  .single-product table.variations td,
  .single-product table.group_table td {
    border: 0;
    vertical-align: middle;
    padding: 5px 0 5px;
    background: transparent; }
.single-product table.group_table .group-thumbnail {
  width: 70px;
  padding: 5px 10px 5px 0; }
.single-product table.group_table .grouped-quantity .quantity {
  float: right;
  margin: 0; }
.single-product table.group_table p.stock {
  margin: 0; }
.single-product .related .quickview-link, .single-product .upsells .quickview-link, .single-product .custom-list .quickview-link {
  display: none; }
.single-product .related h2, .single-product .upsells h2, .single-product .custom-list h2 {
  font-size: 22px;
  line-height: 1.4em;
  margin-bottom: 20px; }

.product-type-simple form.cart {
  margin-top: 15px; }

ol.commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }

.single-product .woocommerce-Reviews-title {
  margin-bottom: 30px;
  font-size: 20px; }
.single-product ul.tabs {
  float: left;
  width: 100%;
  position: relative;
  font-size: 0;
  padding: 0;
  margin: 0; }
  .single-product ul.tabs li {
    display: inline-block;
    margin-left: -1px;
    width: 100%;
    margin-bottom: -1px; }
    @media (min-width: 769px) {
      .single-product ul.tabs li {
        width: auto; } }
    .single-product ul.tabs li a {
      display: block;
      font-size: 13px;
      color: inherit;
      padding: 18px 23px;
      line-height: 1;
      transition: all .25s; }
.single-product .wc-tab {
  float: left;
  width: 100%;
  padding: 34px 0 50px; }
  .single-product .wc-tab h2:first-of-type {
    margin-top: 0; }
.single-product .comment-form .comment-form-comment {
  float: left;
  width: 100%; }
  .single-product .comment-form .comment-form-comment textarea {
    height: 100px; }
.single-product .comment-form input[type=submit] {
  width: auto; }
.single-product .comment-form .comment-form-rating {
  margin-bottom: 10px;
  float: left;
  width: 100%; }
  .single-product .comment-form .comment-form-rating label,
  .single-product .comment-form .comment-form-rating p {
    display: inline-block; }
  .single-product .comment-form .comment-form-rating p {
    margin-left: 10px; }
.single-product .comment-form .comment-form-author,
.single-product .comment-form .comment-form-email {
  float: left;
  width: 50%; }
.single-product .comment-form .comment-form-author {
  padding-right: 5px; }
.single-product .comment-form .comment-form-email {
  padding-left: 5px; }

.flex-control-nav {
  padding-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
  padding: 0;
  padding-top: 5px; }
  @media (min-width: 760px) {
    .flex-control-nav {
      padding-top: 0; } }
  .flex-control-nav li {
    width: 20%;
    float: left;
    padding: 5px; }

.pswp__button--arrow--left, .pswp__button--arrow--right {
  width: auto; }

.single-product #wp-admin-bar-vc_inline-admin-bar-link {
  display: none; }

.yc-advance-single-product {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
  display: inline-block; }
  .yc-advance-single-product form.cart {
    display: flex;
    flex-wrap: wrap; }
  .yc-advance-single-product p.cart {
    float: left; }
  .yc-advance-single-product:empty {
    display: none !important; }
  .yc-advance-single-product .woocommerce-breadcrumb {
    margin: 0;
    padding: 0 !important;
    width: 100%; }
    .yc-advance-single-product .woocommerce-breadcrumb span {
      padding: 0 10px; }
      .yc-advance-single-product .woocommerce-breadcrumb span:last-child {
        padding-left: 0; }
  .yc-advance-single-product.single-product-brand .product-brand-image, .yc-advance-single-product.single-product-brand .product-brand-name, .yc-advance-single-product.single-product-brand .product-brand-description, .yc-advance-single-product.single-product-brand .product-brand-linkall {
    display: none; }
  .yc-advance-single-product.display-brand-logo .product-brand-image {
    display: block; }
  .yc-advance-single-product.display-brand-name .product-brand-name {
    display: block; }
  .yc-advance-single-product.display-brand-description .product-brand-description {
    display: block; }
  .yc-advance-single-product.display-brand-link .product-brand-linkall {
    display: block; }

.yc-advance-display-as-link a.button, .yc-advance-display-as-link button {
  height: auto;
  line-height: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  background: transparent;
  border-radius: 0;
  text-align: inherit; }
  .yc-advance-display-as-link a.button:hover, .yc-advance-display-as-link button:hover {
    box-shadow: none;
    background: transparent;
    opacity: .7; }

.yc-advance-hide-icon i {
  display: none; }

.yc-advance-full-width-button a.button, .yc-advance-full-width-button button {
  width: 100%; }

.yc-tabs-style-style1 .tabs li.active {
  border-bottom: 1px solid #fff !important;
  z-index: 2;
  position: relative; }
.yc-tabs-style-style1 .tabs li:first-child {
  border-top-left-radius: 3px; }
.yc-tabs-style-style1 .tabs li:last-child {
  border-top-right-radius: 3px; }

.yc-tabs-style-style3 .woocommerce-tabs ul.tabs {
  width: 100%;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    .yc-tabs-style-style3 .woocommerce-tabs ul.tabs {
      width: 250px;
      margin-bottom: 0; } }
  .yc-tabs-style-style3 .woocommerce-tabs ul.tabs li {
    width: 100%; }
.yc-tabs-style-style3 .woocommerce-Tabs-panel {
  float: right;
  width: 100%;
  padding: 0; }
  @media (min-width: 769px) {
    .yc-tabs-style-style3 .woocommerce-Tabs-panel {
      width: calc(100% - 280px); } }

.yc-advance-hide-add-buttons .yc-compare-wishlist-buttons,
.product:not(.product-type-grouped) .yc-advance-hide-quantity .quantity,
.yc-advance-hide-heading .products > h2 {
  display: none !important; }

.yc-advance-satc-full-width .single_add_to_cart_button, .yc-advance-satc-full-width .woocommerce-variation-add-to-cart {
  flex-grow: 1; }

.yc-advance-display-quantity.yc-advance-satc-full-width .single_add_to_cart_button {
  flex-basis: 0;
  flex-grow: 1; }

.yc-advance-display-add-buttons.yc-advance-satc-full-width .single_add_to_cart_button .single_add_to_cart_button, .yc-advance-display-add-buttons.yc-advance-satc-full-width .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: 100%; }

.yc-advance-display-add-buttons.yc-advance-display-quantity.yc-advance-satc-full-width .woocommerce-variation-add-to-cart {
  width: calc(100% - 96px); }

.product-type-grouped .yc-advance-satc-full-width .single_add_to_cart_button {
  width: 100%; }
.product-type-grouped .yc-advance-satc-full-width.yc-advance-display-add-buttons .single_add_to_cart_button {
  width: calc(100% - 96px); }

.yc-gallery-type-slider-bottom-paging .flex-control-nav,
.yc-gallery-type-slider-left-paging .flex-control-nav,
.yc-gallery-type-slider-right-paging .flex-control-nav {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%; }
.yc-gallery-type-slider-bottom-paging .flex-control-nav li,
.yc-gallery-type-slider-left-paging .flex-control-nav li,
.yc-gallery-type-slider-right-paging .flex-control-nav li {
  float: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px; }
  .yc-gallery-type-slider-bottom-paging .flex-control-nav li img,
  .yc-gallery-type-slider-left-paging .flex-control-nav li img,
  .yc-gallery-type-slider-right-paging .flex-control-nav li img {
    border: 4px solid #ddd;
    border-radius: 4px;
    cursor: pointer; }
    .yc-gallery-type-slider-bottom-paging .flex-control-nav li img.flex-active,
    .yc-gallery-type-slider-left-paging .flex-control-nav li img.flex-active,
    .yc-gallery-type-slider-right-paging .flex-control-nav li img.flex-active {
      border: 4px solid #000; }

.yc-gallery-type-slider-right-paging .flex-control-nav {
  width: 25px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.yc-gallery-type-slider-left-paging .flex-control-nav {
  width: 25px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }

.yc-gallery-type-slider-bottom-thumbnails .flex-control-nav img,
.yc-gallery-type-slider-left-thumbnails .flex-control-nav img,
.yc-gallery-type-slider-right-thumbnails .flex-control-nav img {
  opacity: .8;
  transition: all .2s; }
  .yc-gallery-type-slider-bottom-thumbnails .flex-control-nav img:hover,
  .yc-gallery-type-slider-left-thumbnails .flex-control-nav img:hover,
  .yc-gallery-type-slider-right-thumbnails .flex-control-nav img:hover {
    opacity: 1; }
  .yc-gallery-type-slider-bottom-thumbnails .flex-control-nav img.flex-active,
  .yc-gallery-type-slider-left-thumbnails .flex-control-nav img.flex-active,
  .yc-gallery-type-slider-right-thumbnails .flex-control-nav img.flex-active {
    opacity: 1; }

.yc-gallery-type-slider-bottom-thumbnails .flex-control-nav {
  padding-top: 5px; }

.yc-gallery-type-grid-one-column .woocommerce-product-gallery__image,
.yc-gallery-type-grid-two-columns .woocommerce-product-gallery__image,
.yc-gallery-type-grid-three-columns .woocommerce-product-gallery__image {
  margin-bottom: 10px;
  width: 100%;
  float: left; }

.yc-gallery-type-grid-two-columns .woocommerce-product-gallery__image {
  width: calc(50% - 5px);
  margin-right: 10px;
  float: left; }
  .yc-gallery-type-grid-two-columns .woocommerce-product-gallery__image:nth-child(2n) {
    margin-right: 0; }

.yc-gallery-type-grid-three-columns .woocommerce-product-gallery__image {
  width: calc(33.33% - 7px);
  margin-right: 10px;
  float: left; }
  .yc-gallery-type-grid-three-columns .woocommerce-product-gallery__image:nth-child(3n) {
    margin-right: 0; }

.blend-mode-yes figure, .blend-mode-yes img {
  mix-blend-mode: multiply; }

.slider-arrows-no .flex-direction-nav {
  display: none; }

@media (min-width: 760px) {
  .single-product .yc-gallery-type-slider-right-thumbnails .woocommerce-product-gallery__trigger {
    right: 100px; }
  .single-product .yc-gallery-type-slider-right-thumbnails .images {
    float: left;
    width: 100%; }
  .single-product .yc-gallery-type-slider-right-thumbnails .flex-direction-nav {
    width: calc(100% - 72px); }
  .single-product .yc-gallery-type-slider-right-thumbnails .flex-viewport {
    width: calc(100% - 72px);
    float: left; }
  .single-product .yc-gallery-type-slider-right-thumbnails .flex-control-nav {
    width: 75px;
    float: right; }
    .single-product .yc-gallery-type-slider-right-thumbnails .flex-control-nav li {
      width: 100%; }
      .single-product .yc-gallery-type-slider-right-thumbnails .flex-control-nav li:first-child {
        padding-top: 0; }
  .single-product .yc-gallery-type-slider-right-thumbnails.thumbnails-overlay-yes .flex-viewport {
    width: 100%; }
  .single-product .yc-gallery-type-slider-right-thumbnails.thumbnails-overlay-yes .flex-control-nav {
    position: absolute;
    right: 0;
    top: 0; }
  .single-product .yc-gallery-type-slider-right-thumbnails.thumbnails-overlay-yes .flex-direction-nav {
    width: 100%; }
  .single-product .yc-gallery-type-slider-left-thumbnails .images {
    float: right;
    width: 100%; }
  .single-product .yc-gallery-type-slider-left-thumbnails .badges {
    left: 85px; }
  .single-product .yc-gallery-type-slider-left-thumbnails .flex-direction-nav {
    width: calc(100% - 72px);
    right: 0; }
  .single-product .yc-gallery-type-slider-left-thumbnails .flex-viewport {
    width: calc(100% - 72px);
    float: right; }
  .single-product .yc-gallery-type-slider-left-thumbnails .flex-control-nav {
    width: 75px;
    float: left; }
    .single-product .yc-gallery-type-slider-left-thumbnails .flex-control-nav li {
      width: 100%; }
      .single-product .yc-gallery-type-slider-left-thumbnails .flex-control-nav li:first-child {
        padding-top: 0; }
  .single-product .yc-gallery-type-slider-left-thumbnails.thumbnails-overlay-yes .flex-viewport {
    width: 100%; }
  .single-product .yc-gallery-type-slider-left-thumbnails.thumbnails-overlay-yes .flex-control-nav {
    position: absolute;
    left: 0;
    top: 0; }
  .single-product .yc-gallery-type-slider-left-thumbnails.thumbnails-overlay-yes .flex-direction-nav {
    width: 100%; } }

body.product-builder-inactive.single-product .product {
  position: relative;
  float: left;
  width: 100%; }
  body.product-builder-inactive.single-product .product form.cart {
    margin-bottom: 20px; }
    body.product-builder-inactive.single-product .product form.cart .single_add_to_cart_button {
      float: left; }
body.product-builder-inactive.single-product .related.products {
  float: left;
  width: 100%; }
body.product-builder-inactive.single-product .woocommerce-product-gallery {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 30px; }
  @media (min-width: 769px) {
    body.product-builder-inactive.single-product .woocommerce-product-gallery {
      width: 50%; } }
body.product-builder-inactive.single-product .summary {
  float: right;
  width: 100%; }
  @media (min-width: 769px) {
    body.product-builder-inactive.single-product .summary {
      width: 45%; } }
body.product-builder-inactive.single-product .woocommerce-product-details__short-description {
  float: left;
  width: 100%;
  margin-bottom: 14px; }
body.product-builder-inactive.single-product .product_meta,
body.product-builder-inactive.single-product #share-icons {
  width: 100%;
  float: left;
  margin-top: 20px; }
body.product-builder-inactive.single-product .woocommerce-tabs {
  width: 100%;
  float: left;
  margin-top: 50px; }
  body.product-builder-inactive.single-product .woocommerce-tabs .tabs a {
    background: #eee; }
  body.product-builder-inactive.single-product .woocommerce-tabs .active a {
    background: #fff; }
body.product-builder-inactive.single-product .product_title {
  margin: 0 0 10px; }
body.product-builder-inactive.single-product .price {
  margin: 30px 0 30px; }

.add-wishlist.added:after,
.add-compare.added:after {
  content: attr(data-tooltip-remove);
  vertical-align: middle; }
.add-wishlist.added span,
.add-compare.added span {
  display: none; }

.yc-compare-wishlist-buttons .added:after,
.yc-product-buttons-container .added:after {
  display: none; }

.yc-all-products-removed {
  display: none; }

.wishlist-row {
  width: 100%;
  float: left;
  padding-bottom: 20px; }

.wishlist-product-image {
  float: left;
  width: 60px;
  margin-right: 20px;
  position: relative; }
  .wishlist-product-image img.wp-post-image {
    margin: 0; }
  @media (min-width: 769px) {
    .wishlist-product-image {
      width: 120px; } }

.wishlist-product-price {
  width: 100%;
  float: left;
  font-size: 13px;
  padding: 10px 0 0 80px; }
  .wishlist-product-price .price del + ins {
    display: block;
    margin: 0; }
  .wishlist-product-price .price > :not(del) {
    font-size: 17px;
    font-weight: bold; }
  @media (min-width: 769px) {
    .wishlist-product-price {
      width: 110px;
      padding: 0; } }

.wishlist-product-add-to-cart {
  width: 180px;
  float: right;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  display: none; }
  @media (min-width: 769px) {
    .wishlist-product-add-to-cart {
      display: block; } }

.wishlist-product-name {
  float: left;
  padding-right: 0px;
  width: calc(100% - 80px); }
  .wishlist-product-name h2 {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 1.2;
    padding: 0; }
    @media (min-width: 769px) {
      .wishlist-product-name h2 {
        font-size: 20px; } }
  .wishlist-product-name .sku_wrapper {
    font-size: 13px;
    color: #aaa; }
  .wishlist-product-name .stock {
    margin-top: 1em;
    margin-bottom: 0; }
  .wishlist-product-name .posted_in {
    font-size: 13px; }
  .wishlist-product-name .posted_in a {
    color: #555; }
  @media (min-width: 769px) {
    .wishlist-product-name {
      padding-right: 20px;
      width: calc(100% - 510px); } }

.wishlist-product-remove {
  float: right;
  display: none; }
  .wishlist-product-remove .wishlist-remove i {
    margin: 0 !important; }
  @media (min-width: 769px) {
    .wishlist-product-remove {
      display: block; } }

/** 
* 8.0 - Visual Composer
*/
.yc-interactive-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent; }

.yc-interactive-banner:before {
  content: '';
  display: block; }

.yc_ib_ratio_1x1:before {
  padding-top: 100%; }

.yc_ib_ratio_1x2:before {
  padding-top: 200%; }

.yc_ib_ratio_2x1:before {
  padding-top: 50%; }

.yc_ib_ratio_2x3:before {
  padding-top: 150%; }

.yc_ib_ratio_3x2:before {
  padding-top: 66.6666%; }

.yc_ib_ratio_3x4:before {
  padding-top: 125%; }

.yc_ib_ratio_4x3:before {
  padding-top: 75%; }

.yc-interactive-banner-content {
  position: absolute;
  transition-timing-function: ease;
  z-index: 2;
  width: 100%; }

.yc_ib_content_top .yc-interactive-banner-content {
  top: 0; }

.yc_ib_content_middle .yc-interactive-banner-content {
  transform: translateY(-50%);
  top: 50%; }

.yc_ib_content_bottom .yc-interactive-banner-content {
  bottom: 0; }

.yc-interactive-banner a.yc-interactive-banner-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  border: none;
  outline: none;
  z-index: 3; }

.yc-interactive-banner-content-desc p {
  margin: 0 !important; }

.yc-interactive-banner-hover {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  overflow: hidden;
  background-color: inherit;
  transition-property: none;
  transform-origin: center center; }

.yc-interactive-banner-img {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition-timing-function: ease;
  transform-origin: center center; }

.yc-interactive-banner-img > img {
  width: 100%; }

.yc-interactive-banner {
  transition-duration: 500ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.yc_ib_ratio_none .yc-interactive-banner-hover,
.yc-interactive-banner.yc_ib_ratio_none .yc-interactive-banner-img {
  position: relative; }

.content-always-visible .yc-interactive-banner-content,
.content-always-visible .yc-interactive-banner-content-desc {
  opacity: 1 !important;
  transform: scale(1) !important; }
.content-always-visible.yc_ib_content_middle .yc-interactive-banner-content {
  transform: translateY(-50%) scale(1) !important; }
.content-always-visible.yc_ib_content_top .yc-interactive-banner-content {
  transform: translateY(0) scale(1) !important; }
.content-always-visible.yc_ib_content_bottom .yc-interactive-banner-content {
  transform: translateY(0) scale(1) !important;
  top: auto;
  bottom: 0; }

.yc-interactive-banner.animation_overlay .yc-interactive-banner-img {
  transition: opacity 0.4s cubic-bezier(0.215, 0.21, 0.655, 1) 0.4s; }

.yc-interactive-banner.animation_overlay .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.6s cubic-bezier(0.215, 0.21, 0.655, 1) 0.2s; }

.yc-interactive-banner.animation_overlay.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: translateY(0); }

.yc-interactive-banner.animation_overlay.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: translateY(0); }

.yc-interactive-banner.animation_overlay.yc_ib_content_middle:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: translateY(-50%); }

.yc-interactive-banner.animation_overlay.yc_ib_content_bottom:hover .yc-interactive-banner-content,
.yc-interactive-banner.animation_overlay.yc_ib_content_top:hover .yc-interactive-banner-content {
  opacity: 1; }

.yc-interactive-banner.animation_blink:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .65s;
  transition: transform 0.65s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
  background: rgba(255, 255, 255, 0.5); }

.yc-interactive-banner.animation_blink:hover:after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }

.yc-interactive-banner.animation_blink .yc-interactive-banner-img {
  transition: opacity 0.5s cubic-bezier(0.215, 0.21, 0.655, 1) 0.4s; }

.yc-interactive-banner.animation_blink .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s cubic-bezier(0.215, 0.21, 0.655, 1) 0.2s; }

.yc-interactive-banner.animation_blink.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: translateY(0); }

.yc-interactive-banner.animation_blink.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: translateY(0); }

.yc-interactive-banner.animation_blink.yc_ib_content_middle:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: translateY(-50%); }

.yc-interactive-banner.animation_blink.yc_ib_content_bottom:hover .yc-interactive-banner-content,
.yc-interactive-banner.animation_blink.yc_ib_content_top:hover .yc-interactive-banner-content {
  opacity: 1; }

.yc-interactive-banner.animation_standard .yc-interactive-banner-img {
  transition-duration: 500ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_standard .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
  transition-duration: 400ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_standard.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: translateY(0) scale(0.8); }

.yc-interactive-banner.animation_standard.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: translateY(0) scale(0.8); }

.yc-interactive-banner.animation_standard:hover .yc-interactive-banner-img {
  transform: scale(1.2); }

.yc-interactive-banner.animation_standard.yc_ib_content_middle:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.yc-interactive-banner.animation_standard.yc_ib_content_bottom:hover .yc-interactive-banner-content,
.yc-interactive-banner.animation_standard.yc_ib_content_top:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: scale(1); }

.yc-interactive-banner.animation_zoom_out .yc-interactive-banner-img {
  transition-duration: 500ms;
  transition-property: transform, opacity;
  transform: scale(1.2); }

.yc-interactive-banner.animation_zoom_out .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(-50%) scale(0.8);
  transition-duration: 400ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_zoom_out.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: translateY(0) scale(0.8); }

.yc-interactive-banner.animation_zoom_out.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: translateY(0) scale(0.8); }

.yc-interactive-banner.animation_zoom_out:hover .yc-interactive-banner-img {
  transform: scale(1); }

.yc-interactive-banner.animation_zoom_out.yc_ib_content_middle:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: translateY(-50%) scale(1); }

.yc-interactive-banner.animation_zoom_out.yc_ib_content_bottom:hover .yc-interactive-banner-content,
.yc-interactive-banner.animation_zoom_out.yc_ib_content_top:hover .yc-interactive-banner-content {
  opacity: 1;
  transform: scale(1); }

.yc-interactive-banner.animation_box {
  background: transparent; }

.yc-interactive-banner.animation_box .yc-interactive-banner-img {
  transition-duration: 500ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_box .yc-interactive-banner-hover:before {
  content: '';
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  z-index: 1;
  opacity: 0;
  transition: all 200ms ease-out; }

.yc-interactive-banner.animation_box .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  opacity: 0;
  transform: translateY(-30%);
  transition-duration: 400ms;
  transition-property: transform, opacity, width; }

.yc-interactive-banner.animation_box.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: none; }

.yc-interactive-banner.animation_box.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: none; }

.yc-interactive-banner.animation_box.yc_ib_content_middle .yc-interactive-banner-content {
  transform: translateY(-50%); }

.yc-interactive-banner.animation_box:hover .yc-interactive-banner-img {
  opacity: 1;
  transform: scale(1.2); }

.yc-interactive-banner.animation_box:hover .yc-interactive-banner-content {
  opacity: 1; }

.yc-interactive-banner.animation_bottom .yc-interactive-banner-img {
  bottom: -10%;
  transform: translateY(0);
  transition-duration: 400ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_bottom .yc-interactive-banner-content {
  top: auto;
  padding-top: 20% !important;
  transform: translateY(0);
  bottom: 0; }

.yc-interactive-banner.animation_bottom .yc-interactive-banner-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(transparent 0%, rgba(30, 30, 30, 0.8) 100%) repeat-x rgba(30, 30, 30, 0);
  transition-property: opacity;
  transition-duration: 300ms; }

.yc-interactive-banner.animation_bottom .yc-interactive-banner-content-title {
  position: relative;
  transition-property: color;
  transition-duration: 300ms; }

.yc-interactive-banner.animation_bottom .yc-interactive-banner-content-desc {
  position: relative;
  opacity: 0;
  line-height: 0;
  margin-top: 0;
  transition-duration: 300ms;
  transition-property: opacity, line-height, margin; }

.yc-interactive-banner.animation_bottom:not(.yc_ib_ratio_none):hover .yc-interactive-banner-img {
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%); }

.yc-interactive-banner.animation_bottom:hover .yc-interactive-banner-content:before {
  opacity: 0; }

.yc-interactive-banner.animation_bottom:hover .yc-interactive-banner-content-desc {
  opacity: 1;
  line-height: 1.8; }

.yc-interactive-banner.animation_left .yc-interactive-banner-content {
  background-color: inherit; }

.yc-interactive-banner.animation_left .yc-interactive-banner-img {
  background-color: inherit;
  transform: translateX(0) scale(1.01);
  transition-duration: 400ms;
  transition-property: transform; }

.yc-interactive-banner.animation_left .yc-interactive-banner-content {
  right: auto;
  width: 50%;
  background-color: inherit;
  transform: translateX(-180%);
  transition-duration: 400ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform; }

.yc-interactive-banner.animation_left.yc_ib_content_middle .yc-interactive-banner-content {
  transform: translateX(-180%) translateY(-50%); }

.yc-interactive-banner.animation_left.yc_ib_content_middle:hover .yc-interactive-banner-content {
  transform: translateX(0) translateY(-50%); }

.yc-interactive-banner.animation_left.yc_ib_content_top .yc-interactive-banner-content {
  transform: translateX(-180%); }

.yc-interactive-banner.animation_left .yc-interactive-banner-content:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  background-color: inherit;
  transform: translateX(-10px) rotate(45deg);
  transition-duration: 400ms;
  transition-property: transform; }

.cl-ib-content-h {
  position: relative; }

.yc-interactive-banner.animation_left .yc-interactive-banner-content-title {
  opacity: 0;
  transform: translateX(-100px);
  transition-duration: 400ms;
  transition-delay: 100ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_left .yc-interactive-banner-content-desc {
  opacity: 0;
  transform: translateX(-100px);
  transition-duration: 400ms;
  transition-delay: 200ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_left:hover .yc-interactive-banner-img {
  -webkit-transform: translateX(51%) scale(1.01);
  transform: translateX(51%) scale(1.01); }

.yc-interactive-banner.animation_left:hover .yc-interactive-banner-content {
  transform: translateX(0); }

.yc-interactive-banner.animation_left:hover .yc-interactive-banner-content:before {
  transform: translateX(15px) rotate(45deg); }

.yc-interactive-banner.animation_left:hover .yc-interactive-banner-content-title {
  opacity: 1;
  transform: translateX(0); }

.yc-interactive-banner.animation_left:hover .yc-interactive-banner-content-desc {
  opacity: 1;
  transform: translateX(0); }

.yc-interactive-banner.animation_slide .yc-interactive-banner-img {
  background-color: inherit;
  transform: scale(1.1);
  transition-duration: 500ms; }

.yc-interactive-banner.animation_slide .yc-interactive-banner-img:before,
.yc-interactive-banner.animation_slide .yc-interactive-banner-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: inherit;
  opacity: 0.3;
  transform: translateY(100%);
  transition-duration: 500ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_slide .yc-interactive-banner-img:after {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.yc-interactive-banner.animation_slide .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.yc-interactive-banner.animation_slide.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: none; }

.yc-interactive-banner.animation_slide.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: none; }

.yc-interactive-banner.animation_slide .yc-interactive-banner-content-title {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 600ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_slide .yc-interactive-banner-content-desc {
  opacity: 0;
  transform: translateY(-20px);
  transition-duration: 600ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_slide:hover .yc-interactive-banner-img {
  -webkit-transform: scale(1);
  transform: scale(1); }

.yc-interactive-banner.animation_slide:hover .yc-interactive-banner-img:before,
.yc-interactive-banner.animation_slide:hover .yc-interactive-banner-img:after {
  opacity: 0.6;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.yc-interactive-banner.animation_slide:hover .yc-interactive-banner-content-title {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.yc-interactive-banner.animation_slide:hover .yc-interactive-banner-content-desc {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.yc-interactive-banner.animation_heading_first .yc-interactive-banner-img {
  transition-duration: 400ms;
  transition-property: filter, opacity; }

.yc-interactive-banner.animation_heading_first .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.yc-interactive-banner.animation_heading_first.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: none; }

.yc-interactive-banner.animation_heading_first.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: none; }

.yc-interactive-banner.animation_heading_first .yc-interactive-banner-content-title {
  transition: all 800ms; }

.yc-interactive-banner.animation_heading_first:hover .yc-interactive-banner-img {
  opacity: 1; }

.yc-interactive-banner.animation_heading_first .yc-interactive-banner-content-desc {
  opacity: 0;
  transition: all .9s;
  max-height: 0;
  overflow: hidden; }

.yc-interactive-banner.animation_heading_first:hover .yc-interactive-banner-content-desc {
  opacity: 1;
  max-height: 120px; }

.yc-interactive-banner.animation_text_first .yc-interactive-banner-img {
  filter: grayscale(1);
  transition-duration: 400ms;
  transition-property: filter, opacity; }

.yc-interactive-banner.animation_text_first .yc-interactive-banner-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

.yc-interactive-banner.animation_text_first.yc_ib_content_top .yc-interactive-banner-content {
  top: auto;
  transform: none; }

.yc-interactive-banner.animation_text_first.yc_ib_content_bottom .yc-interactive-banner-content {
  top: auto;
  bottom: 0;
  transform: none; }

.yc-interactive-banner.animation_text_first .yc-interactive-banner-content-title {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 400ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_text_first .yc-interactive-banner-content-desc {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-duration: 400ms;
  transition-property: transform, opacity; }

.yc-interactive-banner.animation_text_first:hover .yc-interactive-banner-img {
  opacity: 1 !important;
  filter: grayscale(0); }

.yc-interactive-banner.animation_text_first:hover .yc-interactive-banner-content-title {
  opacity: 0;
  transform: translateY(-20px) scale(0.8); }

.yc-interactive-banner.animation_text_first:hover .yc-interactive-banner-content-desc {
  opacity: 0;
  transform: translateY(20px) scale(0.8); }

.yc-brands-slider {
  position: relative; }

.style-effect-grayscale img {
  transition: all ease-out .2s;
  opacity: .5;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%); }

.style-effect-grayscale img:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0); }

.yc-brands-slider .yc-brands-list-wrapper {
  position: relative;
  overflow: hidden; }

.yc-brands-slider ul.brands-list {
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center; }

.yc-brands-slider ul.brands-list li {
  justify-content: center;
  width: 16%; }
  .yc-brands-slider ul.brands-list li a {
    display: block;
    width: 100%; }

.yc-brands-slider.slider-pagination-yes .swiper-buttons {
  top: calc(50% - 35px); }

.yc-brands-slider.slider-pagination-no .swiper-buttons {
  top: calc(50% - 10px); }

.yc-brands-slider .swiper-button-prev {
  left: 0; }

.yc-brands-slider .swiper-button-next {
  right: 0; }

.yc-brands-slider .swiper-button-prev,
.yc-brands-slider .swiper-button-next {
  position: absolute; }

.yc-brands-slider.slider-buttons-yes {
  padding: 0 40px; }

.single-h_f_builder {
  height: 101vh; }
  .single-h_f_builder.compose-mode #page {
    padding-top: 65px; }

body.compose-mode.single-h_f_builder ul.sub-menu {
  display: none; }

.compose-mode .vc_aone_banner .vc_controls > .vc_controls-out-tl {
  right: 0;
  top: 0px;
  left: auto; }

.compose-mode .vc_aone_banner .yc-interactive-banner-link {
  pointer-events: none; }

.compose-mode {
  background: #fff; }
  .compose-mode .hero-slider,
  .compose-mode .hero-slider .swiper-slide-content {
    opacity: 1 !important; }
  .compose-mode .vc_yca_hero_slider .vc_controls-out-tl {
    right: 0;
    left: auto !important; }
    .compose-mode .vc_yca_hero_slider .vc_controls-out-tl .vc_control-btn-prepend {
      display: none; }
  .compose-mode .vc_empty-placeholder {
    margin-bottom: 0 !important; }

@media (max-width: 767px) {
  body.compose-mode .vc_hidden-xs, .view-mode .vc_hidden-xs {
    display: none !important;
    opacity: .5;
    filter: alpha(opacity=50); } }
@media (min-width: 768px) and (max-width: 991px) {
  body.compose-mode .vc_hidden-sm, .view-mode .vc_hidden-sm {
    display: none !important;
    opacity: .5;
    filter: alpha(opacity=50); } }
@media (min-width: 992px) and (max-width: 1199px) {
  body.compose-mode .vc_hidden-md, .view-mode .vc_hidden-md {
    display: none !important;
    opacity: .5;
    filter: alpha(opacity=50); } }
@media (min-width: 1200px) {
  body.compose-mode .vc_hidden-lg, .view-mode .vc_hidden-lg {
    display: none !important;
    opacity: .5;
    filter: alpha(opacity=50); } }
.yc-custom-menu {
  display: inline-block;
  width: 100%; }

.yc-custom-menu ul {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .yc-custom-menu ul i {
    text-align: center; }
  .yc-custom-menu ul li {
    position: relative;
    float: left;
    width: 100%; }
    .yc-custom-menu ul li a {
      position: relative;
      transition: all .2s;
      display: flex; }
      .yc-custom-menu ul li a::before, .yc-custom-menu ul li a::after {
        display: none !important; }
    .yc-custom-menu ul li.menu-item-has-children a {
      padding-right: 35px !important; }
    .yc-custom-menu ul li.menu-item-has-children > span:not(.sub-nav-icon) {
      width: calc(100% - 32px); }
    .yc-custom-menu ul li.menu-item-has-children > a:after {
      display: none !important; }
  .yc-custom-menu ul.custom-sub-nav {
    display: none;
    padding-left: 25px; }
  .yc-custom-menu ul .sub-nav-icon {
    display: block;
    position: absolute !important;
    right: 0;
    top: 50%;
    width: 33px;
    text-align: center;
    transform: translateY(-50%); }
    .yc-custom-menu ul .sub-nav-icon span {
      opacity: 0;
      width: 0;
      display: block;
      margin: 0;
      padding: 0;
      height: 0; }
    .yc-custom-menu ul .sub-nav-icon i {
      background: transparent;
      border-radius: 50px;
      width: 25px;
      height: 25px;
      line-height: 25px;
      font-size: 13px;
      padding: 0;
      transition: background .25s; }
    .yc-custom-menu ul .sub-nav-icon:hover i {
      background: rgba(230, 230, 230, 0.6); }

.yc-features-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .yc-features-wrapper .yc-feature-item {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    margin-bottom: 30px; }
    .yc-features-wrapper .yc-feature-item:after {
      content: '';
      position: absolute;
      width: 1px;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .yc-features-wrapper .yc-feature-item:last-child:after {
      display: none; }
    .yc-features-wrapper .yc-feature-item .yc-feature-icon,
    .yc-features-wrapper .yc-feature-item .yc-feature-title,
    .yc-features-wrapper .yc-feature-item .yc-feature-text,
    .yc-features-wrapper .yc-feature-item .yc-feature-more {
      width: 100%;
      align-self: center; }
    .yc-features-wrapper .yc-feature-item .yc-feature-more p, .yc-features-wrapper .yc-feature-item .yc-feature-more h3 {
      line-height: 1;
      transition: .25s; }
    .yc-features-wrapper .yc-feature-item .yc-feature-title p, .yc-features-wrapper .yc-feature-item .yc-feature-title h3 {
      transition: .25s; }
    .yc-features-wrapper .yc-feature-item .yc-feature-icon-wrapper {
      transition: .25s; }
      .yc-features-wrapper .yc-feature-item .yc-feature-icon-wrapper i {
        transition: .25s; }
    .yc-features-wrapper .yc-feature-item .yc-feature-icon,
    .yc-features-wrapper .yc-feature-item .yc-feature-icon-wrapper {
      display: flex;
      align-items: center;
      justify-content: center; }
      .yc-features-wrapper .yc-feature-item .yc-feature-icon a,
      .yc-features-wrapper .yc-feature-item .yc-feature-icon-wrapper a {
        line-height: 1;
        letter-spacing: -1px; }

.features-icon-position-center .yc-feature-icon {
  text-align: center; }
.features-icon-position-left .yc-features-wrapper .yc-feature-icon {
  justify-content: flex-start; }
.features-icon-position-right .yc-features-wrapper .yc-feature-icon {
  justify-content: flex-end; }
.features-icon-position-next-to-title .yc-feature-title {
  padding-left: 18px; }
.features-icon-position-next-to-feature .yc-feature-item {
  justify-content: flex-end; }
.features-icon-position-next-to-feature .yc-feature-title,
.features-icon-position-next-to-feature .yc-feature-text,
.features-icon-position-next-to-feature .yc-feature-more {
  padding-left: 18px; }

.features-text-align-center .yc-feature-title,
.features-text-align-center .yc-feature-text,
.features-text-align-center .yc-feature-more {
  text-align: center; }
.features-text-align-left .yc-feature-title,
.features-text-align-left .yc-feature-text,
.features-text-align-left .yc-feature-more {
  text-align: left; }
.features-text-align-right .yc-feature-title,
.features-text-align-right .yc-feature-text,
.features-text-align-right .yc-feature-more {
  text-align: right; }

.hero-slider.add-fade-in-animation .swiper-slide .swiper-slide-content {
  opacity: 0;
  transition: opacity 1.4s;
  transition-delay: .3s; }
.hero-slider.add-fade-in-animation .swiper-slide.swiper-slide-active .swiper-slide-content, .hero-slider.add-fade-in-animation .swiper-slide.swiper-slide-duplicate-active .swiper-slide-content {
  opacity: 1;
  transition-delay: .5s; }

.hero-slider .swiper-buttons {
  opacity: 0;
  transition: all 0.2s;
  height: 40px;
  width: 40px;
  align-content: center;
  align-items: center;
  justify-content: center;
  display: none; }
  @media (min-width: 1024px) {
    .hero-slider .swiper-buttons {
      display: flex; } }

.hero-slider:hover .swiper-buttons {
  opacity: 1; }

.hero-slider .swiper-wrapper > div {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 5; }

.hero-slider .swiper-slide.swiper-slide-active {
  pointer-events: initial; }

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.hero-slider .swiper-button-prev i {
  margin-right: 3px; }

.hero-slider .swiper-button-next i {
  margin-left: 3px; }

.hero-slider .swiper-button-prev {
  left: 20px; }

.hero-slider .swiper-button-next {
  right: 20px; }

.hero-slider .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10; }

.hero-slider .swiper-slide {
  display: flex;
  align-items: center; }

.hero-slider .vc_row > div.content-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.hero-slider .swiper-slide-content {
  margin: 0 auto;
  width: 100%; }

.hero-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 2px solid;
  background: transparent; }

.hero-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
  opacity: .7; }

.yc-instagram-feed {
  position: relative; }
  .yc-instagram-feed.content-position-middle .yc-instagram-content-block {
    top: 50%;
    transform: translateY(-50%); }
  .yc-instagram-feed.content-position-bottom .yc-instagram-content-block {
    bottom: 0; }

.yc-instagram-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .yc-instagram-wrapper .meta-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 1;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s; }
    .yc-instagram-wrapper .meta-info .count {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .yc-instagram-wrapper .meta-info span {
      padding: 0 6px;
      font-size: 11px;
      opacity: 0;
      transition: opacity .4s;
      transition-delay: .15s; }
      .yc-instagram-wrapper .meta-info span i {
        padding-right: 4px;
        font-size: 14px; }
  .yc-instagram-wrapper .insta-item-image {
    padding-top: 100%;
    background-size: cover; }
  .yc-instagram-wrapper .insta-item {
    position: relative;
    width: calc(100% / 5); }
    .yc-instagram-wrapper .insta-item a, .yc-instagram-wrapper .insta-item img {
      display: block; }
    .yc-instagram-wrapper .insta-item:hover .meta-info {
      opacity: 1; }
    .yc-instagram-wrapper .insta-item:hover span {
      opacity: 1; }

.yc-instagram-content-block {
  position: absolute;
  z-index: 1;
  padding: 30px 20px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  .yc-instagram-content-block h3 {
    margin-top: 0;
    margin-bottom: 2px; }
  .yc-instagram-content-block p {
    margin: 0; }

.yc-list-wrapper {
  margin: 0;
  padding: 0;
  counter-reset: my-badass-counter; }
  .yc-list-wrapper li span {
    display: block;
    float: left;
    text-align: center; }
  .yc-list-wrapper li a {
    transition: color .25s; }
    .yc-list-wrapper li a i {
      transition: color .25s; }
  .yc-list-wrapper li:last-child {
    border: none; }

.yc-list.none li,
.yc-list.number-list li,
.yc-list.icon-list li {
  list-style: none !important;
  display: flex;
  align-items: center;
  width: 100%; }

.yc-list.number-list ul span:before {
  content: counter(my-badass-counter);
  counter-increment: my-badass-counter; }

.yc-list.square ul li {
  list-style: square; }

.yc-list.dot ul li {
  list-style: initial; }

.yc-list.square ul, .yc-list.dot ul {
  margin-left: 15px; }

.yc-list.icon-list span {
  width: 20px; }

.yc-list.horizontal_list.dot ul li, .yc-list.horizontal_list.square ul li {
  margin-left: 10px; }
.yc-list.horizontal_list ul {
  display: flex;
  flex-wrap: wrap; }
  .yc-list.horizontal_list ul li {
    width: auto;
    border-bottom: none; }

#yc-livesearch {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 300px; }
  @media (min-width: 769px) {
    #yc-livesearch {
      flex-wrap: nowrap;
      width: 100%;
      margin: initial; } }

#yc-livesearch .search-category {
  width: initial;
  height: 36px;
  outline: none;
  border: 1px solid #E7E7E7;
  background: #fff; }

#yc-livesearch .results-search {
  position: relative;
  flex: none;
  width: 200px; }
  @media (min-width: 769px) {
    #yc-livesearch .results-search {
      flex: 1 0;
      width: auto; } }

#yc-livesearch .yc-search-input {
  position: relative;
  z-index: 1;
  width: 100%; }

#yc-livesearch .yc-search-loading {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; }

#yc-livesearch .yc-search-loading:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border: 3px solid #999;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 10px);
  animation: spinner 0.7s infinite linear;
  transition: opacity 0.3s ease; }

#yc-livesearch .not-results-search,
#yc-livesearch .products-search {
  border-style: solid;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 99999; }

#yc-livesearch.products-search-active .yc-search-input {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

#yc-livesearch .not-results-search {
  padding: 10px 26px; }

#yc-livesearch .product-search {
  display: flex;
  padding: 10px 26px;
  transition: all 0.2s;
  position: relative; }

#yc-livesearch .search-title {
  opacity: .7;
  background: #f9f9f9; }

#yc-livesearch .product-search.view-all {
  color: #333;
  justify-content: center; }

#yc-livesearch .product-search .mask-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

#yc-livesearch .product-search.active-key:not(.search-title),
#yc-livesearch .product-search:not(.search-title):hover {
  background: #f5f5f5; }

#yc-livesearch .product-search:last-child {
  border-bottom: none;
  cursor: pointer; }

#yc-livesearch .product-search .product-title-price {
  width: calc(100% - 60px); }

#yc-livesearch .product-search .product-image {
  margin-right: 10px;
  width: 50px; }
  #yc-livesearch .product-search .product-image:empty {
    display: none; }
    #yc-livesearch .product-search .product-image:empty + .product-title-price {
      width: 100%; }

#yc-livesearch .product-search .product-title {
  line-height: 150%;
  display: inline-block; }

#yc-livesearch .product-search .product-title .keyword-current {
  font-weight: bold; }

#yc-livesearch .product-search .product-price {
  font-size: 90%;
  display: inline-block;
  margin-left: 10px; }
  #yc-livesearch .product-search .product-price:empty {
    display: none; }

#yc-livesearch .product-search .product-price del {
  margin-right: 5px;
  color: #999; }

#yc-livesearch .product-search .product-price ins, #yc-livesearch .product-search .product-price > .amount {
  background: none; }

.modal-background.live-search-form .modal-holster {
  padding: 0 20px; }
.modal-background.live-search-form .modal-content {
  background: transparent;
  box-shadow: none;
  min-height: auto;
  margin-bottom: 200px;
  padding: 0; }
.modal-background.live-search-form .modal-close {
  display: none; }

#yc-livesearch .yc-livesearch-button {
  box-shadow: none;
  transition: .25s ease;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 1; }
  #yc-livesearch .yc-livesearch-button span {
    display: none; }
    @media (min-width: 769px) {
      #yc-livesearch .yc-livesearch-button span {
        display: block;
        margin: auto 0 auto 10px; } }
  #yc-livesearch .yc-livesearch-button span:empty {
    display: none; }
  #yc-livesearch .yc-livesearch-button i {
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto; }

.livesearch-trigger {
  cursor: pointer;
  transition: .25s;
  display: flex;
  align-items: center; }
  .livesearch-trigger span {
    display: none; }
    @media (min-width: 769px) {
      .livesearch-trigger span {
        display: block; } }

#yc-livesearch .search-category-outer {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 10px;
  display: none; }
  @media (min-width: 769px) {
    #yc-livesearch .search-category-outer {
      display: block; } }

#yc-livesearch.categories-align-right .search-category-outer {
  left: auto;
  right: 0; }

#yc-livesearch .search-category-outer:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  margin-right: 10px;
  opacity: .5;
  width: 1px;
  height: 20px; }

#yc-livesearch.categories-align-right .search-category-outer:after {
  left: -5px; }

#yc-livesearch .search-category-outer:before {
  content: "\f107";
  font: normal normal normal 16px/1 FontAwesome;
  position: absolute;
  right: 0;
  width: 10px;
  top: calc(50% - 8px);
  margin-right: 30px;
  height: 10px;
  pointer-events: none; }

#yc-livesearch .search-category-outer select {
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding-left: 20px;
  cursor: pointer;
  box-shadow: none;
  display: none; }

#yc-livesearch .yc-search-input {
  border-style: solid;
  box-shadow: none;
  margin: 0; }

.products-search {
  max-height: calc(100vh / 2);
  overflow-y: auto; }

.dropdown-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #ededed;
  background: #fff;
  transition: all 0.25s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
  padding-top: 3px;
  padding-bottom: 3px;
  width: 200px;
  opacity: 0;
  pointer-events: none;
  z-index: 99;
  max-height: 50vh;
  overflow: auto;
  font-size: 12px; }
  .dropdown-categories li {
    padding: 10px 15px;
    color: #a0a0a0;
    cursor: pointer;
    transition: color 0.2s;
    border-bottom: 1px solid #f9f9f9;
    line-height: 13px; }
    .dropdown-categories li:hover {
      color: #000; }
  .dropdown-categories::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    border-right: 6px solid #ededed;
    background-color: #ededed; }
  .dropdown-categories::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius: 2px;
    border-right: 6px solid #666;
    background-color: #666; }

.dropdown-active .dropdown-categories {
  opacity: 1;
  pointer-events: auto; }

.dropdown-category-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 100%;
  padding-right: 50px;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .dropdown-category-button .child-category-nbsp {
    display: none; }

.products-search::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  border-right: 6px solid #ededed;
  background-color: #ededed; }

.products-search::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 2px;
  border-right: 6px solid #666;
  background-color: #666; }

.live-parent-arrow,
.live-parent-cat {
  opacity: .5;
  padding-left: 5px; }

.logo-container, .vc_aone_logo {
  flex-shrink: 0; }

.logo-container a,
.logo-container a span {
  transition: color .25s; }

.logo-container span {
  display: block; }

.logo-align-left {
  text-align: left; }

.logo-align-left img {
  margin-right: auto; }

.logo-align-right {
  text-align: right; }

.logo-align-right img {
  margin-left: auto; }

.logo-align-center {
  text-align: center; }

.logo-align-center img {
  margin-left: auto;
  margin-right: auto; }

.yc-mailchimp-form-wrapper {
  position: relative;
  width: 100%; }
  .yc-mailchimp-form-wrapper input {
    padding-left: 20px;
    background: transparent;
    margin-bottom: 0; }
  .yc-mailchimp-form-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    background: transparent !important;
    box-shadow: none !important;
    margin-bottom: 0 !important; }
    .yc-mailchimp-form-wrapper button i {
      margin: 0 !important; }
    .yc-mailchimp-form-wrapper button span {
      margin-left: 9px; }
      .yc-mailchimp-form-wrapper button span:empty {
        display: none; }

.hide-label {
  margin: auto 0; }
  .hide-label > a > span {
    display: none; }

li .sub-menu .lost_password {
  display: none; }

li:hover .sub-menu .lost_password {
  display: block; }

.cart-header .header-icon-wrapper .cart-count-contents,
.header-badge-count {
  position: relative; }

.icon-header-align-right .header-icon-wrapper {
  order: 2; }

.item-has-icon {
  display: flex !important;
  align-items: center; }

.menu-item-icon img {
  width: 50px; }

i.menu-item-icon {
  font-size: 20px; }

.icon-position-left i {
  padding-right: 9px; }

.icon-position-right i {
  order: 2;
  padding-left: 9px; }

.icon-position-top-center {
  flex-wrap: wrap; }

.icon-position-top-center i,
.icon-position-top-center span {
  width: 100%;
  text-align: center; }

.icon-position-top-center i img {
  margin: 0 auto; }

.icon-position-top-center i {
  padding-bottom: 4px; }

.icon-position-top-left i {
  padding-right: 9px;
  top: -11px;
  position: relative; }

.icon-position-top-right i {
  order: 2;
  padding-left: 9px;
  top: -11px;
  position: relative; }

.nav-trigger {
  display: none;
  align-items: center; }

body .menu-trigger-container {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important; }

.menu-trigger {
  display: flex;
  align-items: center; }

.menu-trigger-container .menu-trigger {
  display: none; }

.menu-more > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c9";
  position: relative;
  font-size: 1em; }

.menu-item-icon {
  display: block; }

.menu-more:empty {
  display: none; }

.mobile-menu .sub-menu-overlay {
  display: none; }

.mobile-menu,
.mobile-menu ul.sub-menu,
.mobile-menu > ul {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  z-index: 4;
  transform: translateZ(0);
  transform: translateX(0);
  transition: transform 0.3s;
  overflow-x: hidden; }

.mobile-menu ul.sub-menu {
  width: 100% !important;
  left: auto !important;
  right: auto !important; }

.mobile-menu {
  z-index: 99; }

li.go-back a,
.close-nav {
  display: inline-block;
  height: 50px;
  width: 100%; }

.close-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: none !important; }

.close-nav:after {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f00d";
  position: relative;
  font-size: 1em; }

.mobile-menu > ul > li:not(.menu-item-object-mega_menu) > a,
.mobile-menu > ul > li:not(.menu-item-object-mega_menu) > ul.sub-menu > li:not(.menu-item-object-mega_menu) > a,
.mobile-menu > ul > li:not(.menu-item-object-mega_menu) > ul.sub-menu > li:not(.menu-item-object-mega_menu) > ul.sub-menu a {
  display: block;
  line-height: 45px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateZ(0);
  will-change: transform, opacity;
  transition: transform 0.3s, opacity 0.3s; }

.mobile-menu ul li.menu-item-object-mega_menu {
  padding-top: 0;
  display: block; }

.mobile-menu ul li.menu-item-object-mega_menu > div:first-child {
  margin-top: -1px; }

.mobile-menu ul li.menu-item-object-mega_menu {
  width: 100% !important; }
  .mobile-menu ul li.menu-item-object-mega_menu > div {
    left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important; }
    .mobile-menu ul li.menu-item-object-mega_menu > div .vc_column_container {
      margin-bottom: 20px; }
  .mobile-menu ul li.menu-item-object-mega_menu .vc_row.vc_column-gap-15 {
    margin-left: 0px;
    margin-right: 0px; }
  .mobile-menu ul li.menu-item-object-mega_menu .vc_row.vc_column-gap-15 > .vc_column_container,
  .mobile-menu ul li.menu-item-object-mega_menu .vc_row.vc_column-gap-20 > .vc_column_container {
    padding: 0; }

.mobile-menu > ul > li,
.mobile-menu > ul > li > ul.sub-menu > li,
.mobile-menu > ul > li > ul.sub-menu > li > ul.sub-menu li {
  border-top: 1px solid #3a3f40;
  display: block; }

.mobile-menu li.menu-item-object-mega_menu .panel-row-style {
  background-color: transparent !important; }

.mobile-menu .wpb_column {
  width: 100% !important; }

.mobile-menu.is-hidden, .mobile-menu ul.is-hidden {
  transform: translateX(100%); }

.mobile-menu.moves-out > li > a, .mobile-menu ul.moves-out > li > a {
  transform: translateX(-100%);
  opacity: 0; }

.mobile-menu .see-all a {
  color: #69aa6f; }

.mobile-nav-offcanvas-right .mobile-menu {
  right: 0; }

.mobile-nav-offcanvas-left .mobile-menu {
  left: 0;
  transform: translateX(-100%); }

.mobile-nav-offcanvas-left .mobile-menu ul.is-hidden {
  left: 0;
  transform: translateX(100%);
  z-index: 2;
  position: absolute; }

.mobile-menu {
  opacity: 0;
  visibility: hidden;
  transition: transform .25s, visibility 0s 0.3s, opacity .25s;
  transform: translateX(100%); }

.mobile-menu.nav-is-visible {
  opacity: 1;
  visibility: visible;
  transition: transform .25s, visibility 0s 0s;
  transform: translateX(0); }

.mobile-menu .menu-item-has-children > a, .go-back a {
  position: relative; }

.mobile-menu .menu-item-has-children > a::before,
.mobile-menu .menu-item-has-children > a::after,
.mobile-menu .go-back a::before,
.mobile-menu .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.mobile-menu .menu-item-has-children > a::before,
.mobile-menu .go-back a::before {
  transform: rotate(45deg); }

.mobile-menu .menu-item-has-children > a::after,
.mobile-menu .go-back a::after {
  transform: rotate(-45deg); }

.mobile-menu .menu-item-has-children > a {
  padding-right: 40px; }

.mobile-menu .menu-item-has-children > a::before,
.mobile-menu .menu-item-has-children > a::after {
  right: 20px;
  transform-origin: 9px 50%; }

.mobile-menu .go-back a {
  padding-left: 40px; }

.mobile-menu .go-back {
  display: block; }

.mobile-menu .go-back a::before, .mobile-menu .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%; }

.mobile-menu > ul {
  padding-top: 50px; }

.mobile-menu .vc_row {
  background: transparent !important; }

.so-widget-yc-mega-menu .mobile-nav-container {
  display: block; }

.yc-mega-menu {
  display: none; }

.yc-mega-menu .horizontal > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end; }

.yc-mega-menu ul li,
.yc-mega-menu ul li a {
  transition: color 0.25s ease, background 0.25s ease; }

li:not(.has-mega-menu) > ul.sub-menu li {
  position: relative; }

@media only screen and (min-width: 780px) {
  .so-widget-yc-mega-menu .mobile-nav-container {
    display: none; }

  .yc-mega-menu {
    display: block; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu {
    position: static; }

  .close-nav {
    display: none; }

  .yc-mega-menu .horizontal ul ul li.go-back,
  .yc-mega-menu .horizontal ul ul li.see-all {
    display: none; }

  .yc-mega-menu .horizontal > ul > li > a {
    white-space: nowrap; }

  .yc-mega-menu .horizontal ul li {
    display: inline-block;
    vertical-align: top; }

  .yc-mega-menu .horizontal > ul > li > a {
    display: inline-block; }

  .yc-mega-menu .horizontal > ul ul li {
    display: block; }

  /* sub menu style */
  .yc-mega-menu .horizontal > ul li:not(.has-mega-menu) ul.sub-menu li a {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    width: 100%;
    display: inline-block; }

  .yc-mega-menu .horizontal ul.sub-menu {
    position: absolute;
    z-index: 99999;
    transform-origin: 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(15px);
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .25s;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0; }

  .yc-mega-menu .horizontal > ul > li > ul.sub-menu {
    margin-top: -1px; }

  .yc-mega-menu .horizontal > ul li:hover > ul.sub-menu {
    transform: translateY(0px);
    transition-delay: 0.1s;
    pointer-events: auto;
    opacity: 1; }

  .yc-mega-menu .horizontal ul.sub-menu > li:not(.has-mega-menu) > ul {
    left: 100%;
    top: 0;
    display: block; }

  .yc-mega-menu .horizontal ul ul li.menu-item-has-children > a:after,
  .yc-mega-menu .vertical ul ul li.menu-item-has-children > a:after {
    display: block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: .875em 1.41575em;
    line-height: 1.618; }

  .yc-mega-menu.sub-menu-align-right .vertical > ul > li.menu-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    content: "\f105";
    margin-left: 6px; }

  .yc-mega-menu.sub-menu-align-left .vertical > ul > li.menu-item-has-children > a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    content: "\f104";
    margin-left: 6px; }

  .yc-mega-menu .horizontal > ul > li.menu-item-has-children > a > span:after {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    content: "\f107";
    margin-left: 6px; }

  .yc-mega-menu .horizontal > .sub-menu-overlay {
    position: absolute;
    height: 100%;
    z-index: 12;
    opacity: 0;
    transition: opacity .25s;
    transition-delay: .3s;
    pointer-events: none; }

  .yc-mega-menu .horizontal > .sub-menu-overlay.overlay-visible {
    opacity: 1; }

  .yc-mega-menu li.menu-item-object-mega_menu > .vc_row {
    background: #fff;
    margin-left: 0;
    margin-right: 0; }

  .yc-mega-menu .horizontal li.menu-item-object-mega_menu > ul.sub-menu {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    opacity: 1;
    box-shadow: none;
    transform: none;
    pointer-events: none; }

  .yc-mega-menu .horizontal > ul > li:hover li.menu-item-object-mega_menu ul.sub-menu {
    pointer-events: auto; }

  .yc-mega-menu .horizontal li.menu-item-object-mega_menu ul li {
    display: block;
    float: left;
    width: 100%; }

  .yc-mega-menu .horizontal li.menu-item-object-mega_menu ul.sub-menu li {
    padding: 0;
    background: transparent; }

  .yc-mega-menu .horizontal li.menu-item-object-mega_menu ul li.menu-item-has-children {
    margin-bottom: 0; }

  .yc-mega-menu .horizontal > ul li.menu-item-object-mega_menu ul.sub-menu li > a {
    padding: 0; }

  .yc-mega-menu .horizontal ul > li.has-mega-menu .widget ul {
    margin: 0; }

  .yc-mega-menu .horizontal ul > li.has-mega-menu .widget ul ul {
    margin-left: 1em;
    margin-top: 0.5em; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu > ul.sub-menu,
  .yc-mega-menu .horizontal > ul > li.has-mega-menu > ul.sub-menu > li.menu-item {
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu.mega-menu-custom-width {
    position: relative; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu > ul.sub-menu > li.menu-item.mega-position-left {
    left: 0;
    right: auto; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu > ul.sub-menu > li.menu-item.mega-position-right {
    right: 0;
    left: auto; }

  .yc-mega-menu .horizontal > ul > li.has-mega-menu > ul.sub-menu > li.menu-item.mega-position-center {
    left: 0;
    right: auto;
    transform: translateX(calc(-50% + 50px)); } }
.overlay {
  position: fixed;
  z-index: 98;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(105, 170, 111, 0.8);
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s; }

.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s; }

.mobile-menu .menu-item-object-mega_menu > section {
  left: 0 !important;
  margin: 0;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border: 0 !important; }
.mobile-menu .menu-item-object-mega_menu > .vc_row {
  padding-top: 10px; }

.yc-mega-menu.sub-menu-align-right ul.sub-menu {
  left: 100%; }
.yc-mega-menu.sub-menu-align-left ul.sub-menu {
  right: 100%; }
  .yc-mega-menu.sub-menu-align-left ul.sub-menu .menu-item-object-mega_menu {
    float: right; }
.yc-mega-menu .vertical {
  z-index: 2;
  position: relative; }
  .yc-mega-menu .vertical > ul {
    z-index: 15;
    position: relative; }
  .yc-mega-menu .vertical > ul > li:nth-child(2),
  .yc-mega-menu .vertical > ul > li:not(.has-mega-menu) ul.sub-menu li:nth-child(3) {
    border-top: none !important; }
  .yc-mega-menu .vertical .sub-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity .25s;
    transition-delay: .3s;
    pointer-events: none;
    z-index: 12; }
  .yc-mega-menu .vertical li.has-mega-menu > ul.sub-menu {
    max-width: calc(100vw - 300px); }
  .yc-mega-menu .vertical > ul,
  .yc-mega-menu .vertical ul.sub-menu {
    margin: 0;
    padding: 0;
    list-style: none; }
  .yc-mega-menu .vertical > ul > li > a {
    display: flex;
    justify-content: space-between;
    width: 100%; }
  .yc-mega-menu .vertical li:not(.has-mega-menu) {
    position: relative; }
  .yc-mega-menu .vertical ul.sub-menu {
    position: absolute;
    top: 0;
    z-index: 99999;
    transform-origin: 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
    transform: translateY(5px);
    will-change: transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .25s;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0; }
    .yc-mega-menu .vertical ul.sub-menu [data-vc-full-width-init] {
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin: 0; }
  .yc-mega-menu .vertical > ul li:hover > ul.sub-menu {
    transform: translateY(0px);
    transition-delay: 0.1s;
    pointer-events: auto;
    opacity: 1; }
.yc-mega-menu.overlay-visible .vertical .sub-menu-overlay {
  opacity: 1; }

.mega-item-visible .sub-menu-overlay {
  opacity: 1 !important; }
.mega-item-visible .li-item-visible > .sub-menu {
  transform: translateY(0px) !important;
  transition-delay: 0.1s;
  pointer-events: auto !important;
  opacity: 1 !important; }
.mega-item-visible .li-item-visible .lost_password {
  display: block; }

.yc-modal-container .open-modal {
  cursor: pointer;
  transition: all .25s;
  display: flex; }
  .yc-modal-container .open-modal.icon-align-top {
    flex-direction: column; }
    .yc-modal-container .open-modal.icon-align-top i {
      width: 100%; }
  .yc-modal-container .open-modal.modal-label-align-center {
    text-align: center;
    justify-content: center;
    margin: 0 auto; }
  .yc-modal-container .open-modal.modal-label-align-right {
    margin: 0 0 0 auto;
    justify-content: flex-end;
    text-align: right; }
  .yc-modal-container .open-modal.modal-label-align-left {
    margin: 0 auto 0 0; }
.yc-modal-container .icon-align-right i {
  order: 2; }

.yc-custom-slider ul {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  align-items: flex-start; }

.yc-custom-slider ul li {
  display: flex;
  margin: 0;
  padding: 0;
  float: none;
  flex-shrink: 0; }

.yc-product-slider {
  position: relative;
  overflow: hidden;
  padding: 50px 10px;
  width: 100%;
  height: 100%; }
  .yc-product-slider .swiper-buttons {
    position: absolute;
    z-index: 9;
    right: 5px;
    top: 10px;
    display: none; }
    @media (min-width: 1024px) {
      .yc-product-slider .swiper-buttons {
        display: flex; } }
    .yc-product-slider .swiper-buttons .swiper-button-next {
      margin-left: 5px; }
  .yc-product-slider .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0; }
  .yc-product-slider .woocommerce {
    width: 100%;
    height: 100%;
    padding-bottom: 20px; }
    .yc-product-slider .woocommerce ul.products {
      display: flex;
      flex-wrap: nowrap;
      margin: 0;
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      align-items: flex-start; }
      .yc-product-slider .woocommerce ul.products li.product {
        display: flex;
        margin: 0;
        float: none;
        flex-shrink: 0; }
        .yc-product-slider .woocommerce ul.products li.product > div {
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          position: relative; }
      .yc-product-slider .woocommerce ul.products .product-category > a {
        width: 100%; }

.yc-product-slider .yc-product-slider-tab.slider-tab-active {
  display: block;
  animation: fadein 0.3s ease-in-out; }

.yc-products-widget ul.products {
  width: 100%;
  margin: 0; }
  .yc-products-widget ul.products li .star-rating {
    display: inline;
    padding-right: 4px; }
.yc-products-widget .woocommerce-product-rating {
  margin-bottom: 6px; }
.yc-products-widget .woocommerce-review-link {
  color: inherit;
  pointer-events: none;
  opacity: 0.7; }

.read-more-state {
  display: none !important; }

.toggle-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
  transition: opacity 1s; }

.read-more-wrap {
  overflow: hidden;
  position: relative; }

.read-more-trigger {
  display: block; }

.read-more-trigger:before {
  content: attr(data-textmore); }

.toogle-read-more .toggle-overlay {
  opacity: 0; }
.toogle-read-more .read-more-trigger:before {
  content: attr(data-textless); }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  display: block !important;
  position: absolute !important;
  opacity: 0 !important;
  height: 100% !important;
  width: 100% !important;
  pointer-events: none; }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  position: relative !important;
  pointer-events: auto;
  opacity: 1 !important;
  transition: opacity .35s !important; }

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_animating {
  height: 100% !important;
  position: relative !important;
  opacity: 1 !important; }

.tabs-no-mobile-accordion .vc_tta-tabs-container {
  display: block !important; }
.tabs-no-mobile-accordion .vc_tta-panel-heading {
  display: none !important; }

.yc-testimonials-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .yc-testimonials-wrapper li {
    width: 100%; }

.testimonial-author {
  display: flex;
  position: relative;
  align-items: center; }
  .testimonial-author .testimonial-author-info {
    width: 100%; }
  .testimonial-author h4, .testimonial-author p {
    margin: 0; }

.testimonial-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto; }

.testimonial-text {
  margin: 0 0 20px; }
  .testimonial-text p {
    margin: 0; }

.testimonial-author-avatar {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-size: cover;
  background-position: center; }

.yc-testimonials {
  position: relative; }
  .yc-testimonials.content-center {
    text-align: center; }
  .yc-testimonials.content-right {
    text-align: right; }
  .yc-testimonials.avatar-top .testimonial-text {
    order: 2;
    margin: 20px 0; }
  .yc-testimonials.avatar-top.content-left .testimonial-author-info {
    width: calc(100% - 80px); }
  .yc-testimonials.avatar-top.content-center {
    text-align: center; }
    .yc-testimonials.avatar-top.content-center .testimonial-author {
      flex-wrap: wrap;
      justify-content: center; }
      .yc-testimonials.avatar-top.content-center .testimonial-author .testimonial-author-avatar {
        margin: 0 !important; }
      .yc-testimonials.avatar-top.content-center .testimonial-author .testimonial-author-info {
        width: 100%;
        margin-top: 20px; }
  .yc-testimonials.avatar-top.content-right {
    text-align: right; }
    .yc-testimonials.avatar-top.content-right .testimonial-author {
      justify-content: flex-end; }
      .yc-testimonials.avatar-top.content-right .testimonial-author .testimonial-author-avatar {
        margin-right: 0;
        margin-left: 20px;
        order: 2; }
      .yc-testimonials.avatar-top.content-right .testimonial-author .testimonial-author-info {
        width: calc(100% - 80px); }
  .yc-testimonials.avatar-left .testimonial-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; }
  .yc-testimonials.avatar-left .testimonial-text,
  .yc-testimonials.avatar-left .testimonial-author {
    width: calc(100% - 80px); }
  .yc-testimonials.avatar-right .testimonial-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .yc-testimonials.avatar-right .testimonial-author-avatar {
    margin-right: 0;
    margin-left: 20px;
    order: 2; }
  .yc-testimonials.avatar-right .testimonial-text,
  .yc-testimonials.avatar-right .testimonial-author {
    width: calc(100% - 80px); }
  .yc-testimonials.avatar-right .testimonial-author {
    order: 3; }
  .yc-testimonials.avatar-right .testimonial-text {
    order: 1; }
  .yc-testimonials.avatar-bottom .testimonial-author-info {
    width: auto; }
  .yc-testimonials.avatar-bottom.content-center {
    justify-content: center; }
    .yc-testimonials.avatar-bottom.content-center .testimonial-author {
      text-align: left;
      justify-content: center; }
  .yc-testimonials.avatar-bottom.content-right {
    text-align: right; }
    .yc-testimonials.avatar-bottom.content-right .testimonial-author {
      justify-content: flex-end; }
      .yc-testimonials.avatar-bottom.content-right .testimonial-author .testimonial-author-avatar {
        margin-right: 0;
        margin-left: 20px;
        order: 2; }

.yc-testimonials.testimonials-slider-on {
  overflow: hidden; }
  .yc-testimonials.testimonials-slider-on .yc-advance-icon {
    position: absolute;
    top: calc(50% - 45px);
    display: none; }
    @media (min-width: 1024px) {
      .yc-testimonials.testimonials-slider-on .yc-advance-icon {
        display: block; } }
    .yc-testimonials.testimonials-slider-on .yc-advance-icon.button-left {
      left: 0; }
    .yc-testimonials.testimonials-slider-on .yc-advance-icon.button-next {
      right: 0; }
  .yc-testimonials.testimonials-slider-on.hide-pagination .yc-advance-icon {
    top: 50%; }
  .yc-testimonials.testimonials-slider-on .swiper-pagination-bullet {
    opacity: 1; }
  .yc-testimonials.testimonials-slider-on .yc-testimonials-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    align-items: flex-start; }
    .yc-testimonials.testimonials-slider-on .yc-testimonials-wrapper > li {
      flex-shrink: 0; }
  .yc-testimonials.testimonials-slider-on.hide-pagination .swiper-pagination, .yc-testimonials.testimonials-slider-on.hide-buttons .yc-advance-icon {
    display: none; }

.one-line-align-right > .vc_column-inner > .wpb_wrapper,
.one-line-align-left > .vc_column-inner > .wpb_wrapper,
.one-line-align-center > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  .one-line-align-right > .vc_column-inner > .wpb_wrapper .yc-advance-single-product,
  .one-line-align-left > .vc_column-inner > .wpb_wrapper .yc-advance-single-product,
  .one-line-align-center > .vc_column-inner > .wpb_wrapper .yc-advance-single-product {
    width: auto; }

.one-line-align-right > .vc_column-inner > .wpb_wrapper {
  justify-content: flex-end; }

.one-line-align-left > .vc_column-inner > .wpb_wrapper {
  justify-content: flex-start; }

.one-line-align-center > .vc_column-inner > .wpb_wrapper {
  justify-content: center; }

.vc_grid {
  overflow: hidden; }

.vc_row.vc_row-flex > .vc_column_container > .vc_column-inner {
  z-index: initial; }

.vc_row.vc_row-flex > .vc_column_container.vc_video-bg-container > .vc_column-inner {
  z-index: 1; }

@media (max-width: 767px) {
  .vc_row.vc_column-gap-1,
  .vc_row.vc_column-gap-2,
  .vc_row.vc_column-gap-3,
  .vc_row.vc_column-gap-4,
  .vc_row.vc_column-gap-5,
  .vc_row.vc_column-gap-10,
  .vc_row.vc_column-gap-15,
  .vc_row.vc_column-gap-20,
  .vc_row.vc_column-gap-25,
  .vc_row.vc_column-gap-30,
  .vc_row.vc_column-gap-35 {
    margin-left: -15px;
    margin-right: -15px; } }
.wpb_text_column a {
  transition: color .24s; }

/** 
* 9.0 - Widgets
*/
.widget {
  position: relative;
  margin-bottom: 40px;
  float: left;
  width: 100%; }
  .widget .widget-title,
  .widget .widgettitle {
    margin: 0 0 20px;
    line-height: normal; }
  .widget form input {
    margin-bottom: 8px; }
  .widget:last-child {
    margin-bottom: 0px; }

.search-form {
  max-width: 300px; }
  .search-form .search-submit {
    width: auto; }

.product_list_widget {
  margin: 0;
  padding: 0;
  list-style: none; }
  .product_list_widget li {
    padding: 1em 0;
    display: block;
    float: left;
    width: 100%; }
    .product_list_widget li .product-widget-image {
      width: 50px;
      float: left; }
    .product_list_widget li .star-rating {
      font-size: 12px;
      margin: 3px 0; }
    .product_list_widget li .product-widget-info {
      width: calc(100% - 70px);
      float: right; }
      .product_list_widget li .product-widget-info h2 {
        font-size: 13px;
        margin: 0 0 3px;
        line-height: 17px;
        font-weight: normal;
        font-family: inherit;
        transition: .25s; }
      .product_list_widget li .product-widget-info span {
        transition: .25s; }

.widget_product_categories ul.children {
  padding-left: 15px !important; }

.widget_price_filter .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px; }
.widget_price_filter .ui-slider-horizontal {
  height: 4px;
  position: relative;
  text-align: left;
  margin: 20px 0; }
.widget_price_filter .button {
  float: left;
  margin-right: 5px; }
.widget_price_filter .price_label {
  text-align: right;
  line-height: 42px;
  font-size: 12px;
  opacity: .7; }
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -12px; }
.widget_price_filter .ui-slider-range {
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  border-radius: 12px; }
.widget_price_filter .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: ew-resize;
  outline: 0;
  box-sizing: border-box;
  margin-top: -4px;
  opacity: 1;
  border-radius: 12px; }
.widget_price_filter .ui-slider .ui-slider-range,
.widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #999999; }

.widget_layered_nav li {
  margin-bottom: 10px;
  display: block;
  float: left;
  width: 100%;
  position: relative;
  line-height: 20px; }
  .widget_layered_nav li a {
    float: left;
    padding-left: 27px; }
    .widget_layered_nav li a:before {
      content: '';
      width: 18px;
      height: 18px;
      padding: 0;
      transition: all 0.2s ease-in-out;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      display: flex;
      justify-content: center;
      box-shadow: 0 0 0 1px #d9d9d9 inset;
      background: transparent;
      line-height: normal;
      border-radius: 4px;
      pointer-events: none; }
    .widget_layered_nav li a:hover:before {
      box-shadow: 0 0 0 1px #bbbbbb inset; }
  .widget_layered_nav li span {
    float: left;
    padding: 0 4px;
    font-size: 12px;
    opacity: .5; }
  .widget_layered_nav li.chosen a:before {
    content: "\f00c";
    display: block;
    font: normal normal normal 11px/20px FontAwesome;
    color: #fff;
    box-shadow: 0 0 0 10px #999999 inset; }

.widget_layered_nav_filters li {
  margin: 0 10px 10px 0;
  display: block;
  float: left;
  width: auto;
  position: relative;
  line-height: 20px;
  box-shadow: 0 0 0 1px #d9d9d9 inset;
  border-radius: 4px;
  font-size: 12px; }
  .widget_layered_nav_filters li:hover {
    box-shadow: 0 0 0 1px #bbbbbb inset; }
  .widget_layered_nav_filters li a {
    float: left;
    padding: 5px 15px 5px 32px; }
    .widget_layered_nav_filters li a:before {
      content: "\f00d";
      font: normal normal normal 12px/20px FontAwesome;
      color: inherit;
      width: 18px;
      height: 18px;
      padding: 0;
      transition: all 0.2s ease-in-out;
      position: absolute;
      left: 8px;
      top: 8px;
      text-align: center;
      background: transparent;
      line-height: normal;
      pointer-events: none; }

.widget_recent_reviews img {
  width: 50px;
  float: left;
  margin-right: 20px; }
.widget_recent_reviews .reviewer {
  display: block; }

.widget_calendar table {
  border: none; }
.widget_calendar td, .widget_calendar th {
  padding: .236em;
  text-align: center;
  border: none; }
.widget_calendar tfoot td#prev {
  text-align: left; }
.widget_calendar tfoot td#next {
  text-align: right; }

/*# sourceMappingURL=main.min.css.map */
